From 4f831cac7819c7894b0617e7076ccaac62449de6 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 12 Apr 2024 15:54:37 -0700 Subject: [PATCH 1/5] Move corpus directory into a test directory --- {corpus => test/corpus}/comment/comment.nu | 0 {corpus => test/corpus}/ctrl/match.nu | 0 {corpus => test/corpus}/decl/alias.nu | 0 {corpus => test/corpus}/decl/def.nu | 0 {corpus => test/corpus}/decl/export-env.nu | 0 {corpus => test/corpus}/decl/extern.nu | 0 {corpus => test/corpus}/decl/module.nu | 0 {corpus => test/corpus}/decl/script.nu | 0 {corpus => test/corpus}/decl/use.nu | 0 {corpus => test/corpus}/expr/binary-expr.nu | 0 {corpus => test/corpus}/expr/cell_path.nu | 0 {corpus => test/corpus}/expr/closure.nu | 0 {corpus => test/corpus}/expr/list.nu | 0 {corpus => test/corpus}/expr/range.nu | 0 {corpus => test/corpus}/expr/record.nu | 0 {corpus => test/corpus}/expr/subexpr.nu | 5 +- {corpus => test/corpus}/expr/unary-expr.nu | 0 {corpus => test/corpus}/expr/units.nu | 72 +++++--- {corpus => test/corpus}/expr/values.nu | 0 {corpus => test/corpus}/pipe/blocks.nu | 0 {corpus => test/corpus}/pipe/commands.nu | 0 {corpus => test/corpus}/pipe/pipe.nu | 0 {corpus => test/corpus}/stmt/assignment.nu | 0 {corpus => test/corpus}/stmt/const.nu | 170 +++++++++---------- {corpus => test/corpus}/stmt/hide.nu | 0 {corpus => test/corpus}/stmt/let.nu | 178 ++++++++++---------- {corpus => test/corpus}/stmt/mut.nu | 98 +++++------ {corpus => test/corpus}/stmt/overlay.nu | 0 {corpus => test/corpus}/stmt/register.nu | 0 {corpus => test/corpus}/stmt/source.nu | 0 30 files changed, 272 insertions(+), 251 deletions(-) rename {corpus => test/corpus}/comment/comment.nu (100%) rename {corpus => test/corpus}/ctrl/match.nu (100%) rename {corpus => test/corpus}/decl/alias.nu (100%) rename {corpus => test/corpus}/decl/def.nu (100%) rename {corpus => test/corpus}/decl/export-env.nu (100%) rename {corpus => test/corpus}/decl/extern.nu (100%) rename {corpus => test/corpus}/decl/module.nu (100%) rename {corpus => test/corpus}/decl/script.nu (100%) rename {corpus => test/corpus}/decl/use.nu (100%) rename {corpus => test/corpus}/expr/binary-expr.nu (100%) rename {corpus => test/corpus}/expr/cell_path.nu (100%) rename {corpus => test/corpus}/expr/closure.nu (100%) rename {corpus => test/corpus}/expr/list.nu (100%) rename {corpus => test/corpus}/expr/range.nu (100%) rename {corpus => test/corpus}/expr/record.nu (100%) rename {corpus => test/corpus}/expr/subexpr.nu (98%) rename {corpus => test/corpus}/expr/unary-expr.nu (100%) rename {corpus => test/corpus}/expr/units.nu (58%) rename {corpus => test/corpus}/expr/values.nu (100%) rename {corpus => test/corpus}/pipe/blocks.nu (100%) rename {corpus => test/corpus}/pipe/commands.nu (100%) rename {corpus => test/corpus}/pipe/pipe.nu (100%) rename {corpus => test/corpus}/stmt/assignment.nu (100%) rename {corpus => test/corpus}/stmt/const.nu (92%) rename {corpus => test/corpus}/stmt/hide.nu (100%) rename {corpus => test/corpus}/stmt/let.nu (92%) rename {corpus => test/corpus}/stmt/mut.nu (92%) rename {corpus => test/corpus}/stmt/overlay.nu (100%) rename {corpus => test/corpus}/stmt/register.nu (100%) rename {corpus => test/corpus}/stmt/source.nu (100%) diff --git a/corpus/comment/comment.nu b/test/corpus/comment/comment.nu similarity index 100% rename from corpus/comment/comment.nu rename to test/corpus/comment/comment.nu diff --git a/corpus/ctrl/match.nu b/test/corpus/ctrl/match.nu similarity index 100% rename from corpus/ctrl/match.nu rename to test/corpus/ctrl/match.nu diff --git a/corpus/decl/alias.nu b/test/corpus/decl/alias.nu similarity index 100% rename from corpus/decl/alias.nu rename to test/corpus/decl/alias.nu diff --git a/corpus/decl/def.nu b/test/corpus/decl/def.nu similarity index 100% rename from corpus/decl/def.nu rename to test/corpus/decl/def.nu diff --git a/corpus/decl/export-env.nu b/test/corpus/decl/export-env.nu similarity index 100% rename from corpus/decl/export-env.nu rename to test/corpus/decl/export-env.nu diff --git a/corpus/decl/extern.nu b/test/corpus/decl/extern.nu similarity index 100% rename from corpus/decl/extern.nu rename to test/corpus/decl/extern.nu diff --git a/corpus/decl/module.nu b/test/corpus/decl/module.nu similarity index 100% rename from corpus/decl/module.nu rename to test/corpus/decl/module.nu diff --git a/corpus/decl/script.nu b/test/corpus/decl/script.nu similarity index 100% rename from corpus/decl/script.nu rename to test/corpus/decl/script.nu diff --git a/corpus/decl/use.nu b/test/corpus/decl/use.nu similarity index 100% rename from corpus/decl/use.nu rename to test/corpus/decl/use.nu diff --git a/corpus/expr/binary-expr.nu b/test/corpus/expr/binary-expr.nu similarity index 100% rename from corpus/expr/binary-expr.nu rename to test/corpus/expr/binary-expr.nu diff --git a/corpus/expr/cell_path.nu b/test/corpus/expr/cell_path.nu similarity index 100% rename from corpus/expr/cell_path.nu rename to test/corpus/expr/cell_path.nu diff --git a/corpus/expr/closure.nu b/test/corpus/expr/closure.nu similarity index 100% rename from corpus/expr/closure.nu rename to test/corpus/expr/closure.nu diff --git a/corpus/expr/list.nu b/test/corpus/expr/list.nu similarity index 100% rename from corpus/expr/list.nu rename to test/corpus/expr/list.nu diff --git a/corpus/expr/range.nu b/test/corpus/expr/range.nu similarity index 100% rename from corpus/expr/range.nu rename to test/corpus/expr/range.nu diff --git a/corpus/expr/record.nu b/test/corpus/expr/record.nu similarity index 100% rename from corpus/expr/record.nu rename to test/corpus/expr/record.nu diff --git a/corpus/expr/subexpr.nu b/test/corpus/expr/subexpr.nu similarity index 98% rename from corpus/expr/subexpr.nu rename to test/corpus/expr/subexpr.nu index 2e7b94c..8549270 100644 --- a/corpus/expr/subexpr.nu +++ b/test/corpus/expr/subexpr.nu @@ -61,7 +61,8 @@ subexpr-003-pipeline (where_command (val_string) (val_filesize - (val_number))))))))) + (val_number) + (filesize_unit))))))))) ===== subexpr-004-pipeline-multiline @@ -94,7 +95,6 @@ subexpr-004-pipeline-multiline (val_string) (val_string)))))))) - ===== subexpr-005-assignment ===== @@ -115,6 +115,7 @@ let xs = (echo one two) (cmd_identifier) (val_string) (val_string))))))))) + ===== subexpr-006-multiline-assignment ===== diff --git a/corpus/expr/unary-expr.nu b/test/corpus/expr/unary-expr.nu similarity index 100% rename from corpus/expr/unary-expr.nu rename to test/corpus/expr/unary-expr.nu diff --git a/corpus/expr/units.nu b/test/corpus/expr/units.nu similarity index 58% rename from corpus/expr/units.nu rename to test/corpus/expr/units.nu index 5797412..11476f7 100644 --- a/corpus/expr/units.nu +++ b/test/corpus/expr/units.nu @@ -17,36 +17,43 @@ units-001-duration (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) + (val_number) + (duration_unit)))) (pipeline (pipe_element (val_duration - (val_number)))) -) + (val_number) + (duration_unit))))) ==== units-002-filesize @@ -73,56 +80,68 @@ units-002-filesize (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) + (val_number) + (filesize_unit)))) (pipeline (pipe_element (val_filesize - (val_number)))) -) + (val_number) + (filesize_unit))))) ==== units-003-command-args @@ -139,11 +158,12 @@ echo 1kb (command (cmd_identifier) (val_duration - (val_number))))) + (val_number) + (duration_unit))))) (pipeline (pipe_element (command (cmd_identifier) (val_filesize - (val_number))))) -) + (val_number) + (filesize_unit)))))) diff --git a/corpus/expr/values.nu b/test/corpus/expr/values.nu similarity index 100% rename from corpus/expr/values.nu rename to test/corpus/expr/values.nu diff --git a/corpus/pipe/blocks.nu b/test/corpus/pipe/blocks.nu similarity index 100% rename from corpus/pipe/blocks.nu rename to test/corpus/pipe/blocks.nu diff --git a/corpus/pipe/commands.nu b/test/corpus/pipe/commands.nu similarity index 100% rename from corpus/pipe/commands.nu rename to test/corpus/pipe/commands.nu diff --git a/corpus/pipe/pipe.nu b/test/corpus/pipe/pipe.nu similarity index 100% rename from corpus/pipe/pipe.nu rename to test/corpus/pipe/pipe.nu diff --git a/corpus/stmt/assignment.nu b/test/corpus/stmt/assignment.nu similarity index 100% rename from corpus/stmt/assignment.nu rename to test/corpus/stmt/assignment.nu diff --git a/corpus/stmt/const.nu b/test/corpus/stmt/const.nu similarity index 92% rename from corpus/stmt/const.nu rename to test/corpus/stmt/const.nu index 0d98a92..69d315a 100644 --- a/corpus/stmt/const.nu +++ b/test/corpus/stmt/const.nu @@ -1,85 +1,85 @@ -===== -const-001-smoke-test -===== - -const x = 42 - ----- - -(nu_script - (stmt_const - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -const-002-semicolon -===== - -const x = 42; - ------ - -(nu_script - (stmt_const - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -const-003-assignment-to-a-pipeline -===== - -const x = 42 | math sin - - ------ - -(nu_script - (stmt_const - (identifier) - (pipeline - (pipe_element - (val_number)) - (pipe_element - (command - (cmd_identifier) - (val_string)))))) - -===== -const-004-exported -===== - -export const x = 42 - ----- - -(nu_script - (stmt_const - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -const-005-exported-multiple -===== - -export const GAMMA = 0.5772156649015329 -export const E = 2.718281828459045 - ----- - -(nu_script - (stmt_const - (identifier) - (pipeline - (pipe_element - (val_number)))) - (stmt_const - (identifier) - (pipeline - (pipe_element - (val_number))))) +===== +const-001-smoke-test +===== + +const x = 42 + +---- + +(nu_script + (stmt_const + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +const-002-semicolon +===== + +const x = 42; + +----- + +(nu_script + (stmt_const + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +const-003-assignment-to-a-pipeline +===== + +const x = 42 | math sin + + +----- + +(nu_script + (stmt_const + (identifier) + (pipeline + (pipe_element + (val_number)) + (pipe_element + (command + (cmd_identifier) + (val_string)))))) + +===== +const-004-exported +===== + +export const x = 42 + +---- + +(nu_script + (stmt_const + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +const-005-exported-multiple +===== + +export const GAMMA = 0.5772156649015329 +export const E = 2.718281828459045 + +---- + +(nu_script + (stmt_const + (identifier) + (pipeline + (pipe_element + (val_number)))) + (stmt_const + (identifier) + (pipeline + (pipe_element + (val_number))))) diff --git a/corpus/stmt/hide.nu b/test/corpus/stmt/hide.nu similarity index 100% rename from corpus/stmt/hide.nu rename to test/corpus/stmt/hide.nu diff --git a/corpus/stmt/let.nu b/test/corpus/stmt/let.nu similarity index 92% rename from corpus/stmt/let.nu rename to test/corpus/stmt/let.nu index c5c8252..92c3d19 100644 --- a/corpus/stmt/let.nu +++ b/test/corpus/stmt/let.nu @@ -1,89 +1,89 @@ -===== -let-001-smoke-test -===== - -let x = 42 - ----- - -(nu_script - (stmt_let - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -let-002-semicolon -===== - -let x = 42; - ------ - -(nu_script - (stmt_let - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -let-003-assignment-to-a-pipeline -===== - -let x = 42 | math sin - - ------ - -(nu_script - (stmt_let - (identifier) - (pipeline - (pipe_element - (val_number)) - (pipe_element - (command - (cmd_identifier) - (val_string)))))) - - -===== -let-004-with-type -===== - -let x: string = 'tree-sitter' - ------ - -(nu_script - (stmt_let - (identifier) - (param_type - (flat_type)) - (pipeline - (pipe_element - (val_string))))) - -===== -let-005-with-complex-type -===== - -let x: record = { name: 'tree-sitter' } - ------ - -(nu_script - (stmt_let - (identifier) - (param_type - (collection_type - (identifier) - (flat_type))) - (pipeline - (pipe_element - (val_record - (record_entry - (identifier) - (val_string))))))) +===== +let-001-smoke-test +===== + +let x = 42 + +---- + +(nu_script + (stmt_let + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +let-002-semicolon +===== + +let x = 42; + +----- + +(nu_script + (stmt_let + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +let-003-assignment-to-a-pipeline +===== + +let x = 42 | math sin + + +----- + +(nu_script + (stmt_let + (identifier) + (pipeline + (pipe_element + (val_number)) + (pipe_element + (command + (cmd_identifier) + (val_string)))))) + + +===== +let-004-with-type +===== + +let x: string = 'tree-sitter' + +----- + +(nu_script + (stmt_let + (identifier) + (param_type + (flat_type)) + (pipeline + (pipe_element + (val_string))))) + +===== +let-005-with-complex-type +===== + +let x: record = { name: 'tree-sitter' } + +----- + +(nu_script + (stmt_let + (identifier) + (param_type + (collection_type + (identifier) + (flat_type))) + (pipeline + (pipe_element + (val_record + (record_entry + (identifier) + (val_string))))))) diff --git a/corpus/stmt/mut.nu b/test/corpus/stmt/mut.nu similarity index 92% rename from corpus/stmt/mut.nu rename to test/corpus/stmt/mut.nu index f4d8e34..dfb0dfe 100644 --- a/corpus/stmt/mut.nu +++ b/test/corpus/stmt/mut.nu @@ -1,49 +1,49 @@ -===== -mut-001-smoke-test -===== - -mut x = 42 - ----- - -(nu_script - (stmt_mut - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -mut-002-semicolon -===== - -mut x = 42; - ------ - -(nu_script - (stmt_mut - (identifier) - (pipeline - (pipe_element - (val_number))))) - -===== -mut-003-assignment-to-a-pipeline -===== - -mut x = 42 | math sin - - ------ - -(nu_script - (stmt_mut - (identifier) - (pipeline - (pipe_element - (val_number)) - (pipe_element - (command - (cmd_identifier) - (val_string)))))) +===== +mut-001-smoke-test +===== + +mut x = 42 + +---- + +(nu_script + (stmt_mut + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +mut-002-semicolon +===== + +mut x = 42; + +----- + +(nu_script + (stmt_mut + (identifier) + (pipeline + (pipe_element + (val_number))))) + +===== +mut-003-assignment-to-a-pipeline +===== + +mut x = 42 | math sin + + +----- + +(nu_script + (stmt_mut + (identifier) + (pipeline + (pipe_element + (val_number)) + (pipe_element + (command + (cmd_identifier) + (val_string)))))) diff --git a/corpus/stmt/overlay.nu b/test/corpus/stmt/overlay.nu similarity index 100% rename from corpus/stmt/overlay.nu rename to test/corpus/stmt/overlay.nu diff --git a/corpus/stmt/register.nu b/test/corpus/stmt/register.nu similarity index 100% rename from corpus/stmt/register.nu rename to test/corpus/stmt/register.nu diff --git a/corpus/stmt/source.nu b/test/corpus/stmt/source.nu similarity index 100% rename from corpus/stmt/source.nu rename to test/corpus/stmt/source.nu From afb1e1ccdf0183a3456f377eedde06542a4cc15e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 12 Apr 2024 15:55:35 -0700 Subject: [PATCH 2/5] Optimize grammar in small ways * Use a single token for duration, filesize units * Use precedence to avoid ambiguity with if and try statements --- grammar.js | 73 ++++++++++++++++++++++-------------------------------- 1 file changed, 30 insertions(+), 43 deletions(-) diff --git a/grammar.js b/grammar.js index f858022..dea4b42 100644 --- a/grammar.js +++ b/grammar.js @@ -6,7 +6,6 @@ module.exports = grammar({ extras: ($) => [/\s/, $.comment], conflicts: ($) => [ - [$._block_body], [$._declaration, $._declaration_last], [$._declaration_parenthesized, $._declaration_parenthesized_last], [$._statement, $._statement_last], @@ -15,17 +14,13 @@ module.exports = grammar({ [$.pipeline_parenthesized, $.pipeline_parenthesized_last], [$.pipe_element, $.pipe_element_last], [$.pipe_element_parenthesized, $.pipe_element_parenthesized_last], - [$.command], [$.block, $.val_record], [$.block, $.val_closure], - [$.ctrl_if_parenthesized], - [$.ctrl_try_parenthesized], [$.decl_module], [$._val_number_decimal], [$._immediate_decimal], [$.expr_parenthesized], [$.val_variable], - [$.val_range, $.unquoted], [$._expression, $._expr_binary_expression], [$._match_pattern_value, $._value], [$._match_pattern_expression, $._list_item_expression], @@ -358,7 +353,7 @@ module.exports = grammar({ ), ctrl_if_parenthesized: ($) => - seq( + prec.right(seq( KEYWORD().if, field("condition", choice($._expression, $.identifier)), field("then_branch", $.block), @@ -372,7 +367,7 @@ module.exports = grammar({ ), ), ), - ), + )), ctrl_match: ($) => seq( @@ -504,7 +499,7 @@ module.exports = grammar({ ), ctrl_try_parenthesized: ($) => - seq( + prec.right(seq( KEYWORD().try, field("try_branch", $.block), optional( @@ -514,7 +509,7 @@ module.exports = grammar({ field("catch_branch", $._blosure), ), ), - ), + )), ctrl_return: ($) => choice( @@ -917,10 +912,32 @@ module.exports = grammar({ ), val_duration: ($) => - seq(field("value", $.val_number), field("unit", DURATION_UNIT())), + seq(field("value", $.val_number), field("unit", $.duration_unit)), val_filesize: ($) => - seq(field("value", $.val_number), field("unit", FILESIZE_UNIT())), + seq(field("value", $.val_number), field("unit", $.filesize_unit)), + + filesize_unit: ($) => token(choice( + "b", "B", + + "kb", "kB", "Kb", "KB", + "mb", "mB", "Mb", "MB", + "gb", "gB", "Gb", "GB", + "tb", "tB", "Tb", "TB", + "pb", "pB", "Pb", "PB", + "eb", "eB", "Eb", "EB", + + "kib", "kiB", "kIB", "kIb", "Kib", "KIb", "KIB", + "mib", "miB", "mIB", "mIb", "Mib", "MIb", "MIB", + "gib", "giB", "gIB", "gIb", "Gib", "GIb", "GIB", + "tib", "tiB", "tIB", "tIb", "Tib", "TIb", "TIB", + "pib", "piB", "pIB", "pIb", "Pib", "PIb", "PIB", + "eib", "eiB", "eIB", "eIb", "Eib", "EIb", "EIB", + )), + + duration_unit: ($) => token(choice( + "ns", "µs", "us", "ms", "sec", "min", "hr", "day", "wk" + )), val_binary: ($) => seq( @@ -969,7 +986,7 @@ module.exports = grammar({ choice( /[^xu]/, /u[0-9a-fA-F]{4}/, - /u{[0-9a-fA-F]+}/, + /u\{[0-9a-fA-F]+\}/, /x[0-9a-fA-F]{2}/, ), ), @@ -1017,7 +1034,7 @@ module.exports = grammar({ choice( /[^xu]/, /u[0-9a-fA-F]{4}/, - /u{[0-9a-fA-F]+}/, + /u\{[0-9a-fA-F]+\}/, /x[0-9a-fA-F]{2}/, "(", ), @@ -1759,33 +1776,3 @@ function FLAT_TYPES() { return choice(...types); } - -/// duration units, are case sensitive -/// taken from `nu_parser::parse_duration_bytes()` -function DURATION_UNIT() { - // prettier-ignore - return choice(...["ns", "µs", "us", "ms", "sec", "min", "hr", "day", "wk"]) -} - -/// filesize units, are case insensitive -/// taken from `nu_parser::parse_filesize_bytes()` -function FILESIZE_UNIT() { - // prettier-ignore - return choice(...[ - "b", "B", - - "kb", "kB", "Kb", "KB", - "mb", "mB", "Mb", "MB", - "gb", "gB", "Gb", "GB", - "tb", "tB", "Tb", "TB", - "pb", "pB", "Pb", "PB", - "eb", "eB", "Eb", "EB", - - "kib", "kiB", "kIB", "kIb", "Kib", "KIb", "KIB", - "mib", "miB", "mIB", "mIb", "Mib", "MIb", "MIB", - "gib", "giB", "gIB", "gIb", "Gib", "GIb", "GIB", - "tib", "tiB", "tIB", "tIb", "Tib", "TIb", "TIB", - "pib", "piB", "pIB", "pIb", "Pib", "PIb", "PIB", - "eib", "eiB", "eIB", "eIb", "Eib", "EIb", "EIB", - ]) -} From 4b899650a861df77b81e36cc7e910e23e9e0e2f5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 12 Apr 2024 15:58:32 -0700 Subject: [PATCH 3/5] Regenerate with latest tree-sitter-cli --- .editorconfig | 39 + .gitignore | 1 + Makefile | 112 + Package.swift | 47 + binding.gyp | 23 +- bindings/c/tree-sitter-nu.h | 16 + bindings/c/tree-sitter-nu.pc.in | 11 + bindings/go/binding.go | 13 + bindings/go/binding_test.go | 15 + bindings/go/go.mod | 5 + bindings/node/binding.cc | 36 +- bindings/node/index.d.ts | 28 + bindings/node/index.js | 18 +- bindings/python/tree_sitter_nu/__init__.py | 5 + bindings/python/tree_sitter_nu/__init__.pyi | 1 + bindings/python/tree_sitter_nu/binding.c | 27 + bindings/python/tree_sitter_nu/py.typed | 0 bindings/rust/build.rs | 3 + bindings/swift/TreeSitterNu/nu.h | 16 + package.json | 27 +- pyproject.toml | 29 + queries/nu/highlights.scm | 30 +- setup.py | 60 + src/grammar.json | 825 +- src/node-types.json | 624 +- src/parser.c | 490251 ++++++++--------- src/tree_sitter/alloc.h | 54 + src/tree_sitter/array.h | 290 + src/tree_sitter/parser.h | 67 +- 29 files changed, 217330 insertions(+), 275343 deletions(-) create mode 100644 .editorconfig create mode 100644 Makefile create mode 100644 Package.swift create mode 100644 bindings/c/tree-sitter-nu.h create mode 100644 bindings/c/tree-sitter-nu.pc.in create mode 100644 bindings/go/binding.go create mode 100644 bindings/go/binding_test.go create mode 100644 bindings/go/go.mod create mode 100644 bindings/node/index.d.ts create mode 100644 bindings/python/tree_sitter_nu/__init__.py create mode 100644 bindings/python/tree_sitter_nu/__init__.pyi create mode 100644 bindings/python/tree_sitter_nu/binding.c create mode 100644 bindings/python/tree_sitter_nu/py.typed create mode 100644 bindings/swift/TreeSitterNu/nu.h create mode 100644 pyproject.toml create mode 100644 setup.py create mode 100644 src/tree_sitter/alloc.h create mode 100644 src/tree_sitter/array.h diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d3a8b5b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,39 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{json,toml,yml,gyp}] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 2 + +[*.rs] +indent_style = space +indent_size = 4 + +[*.{c,cc,h}] +indent_style = space +indent_size = 4 + +[*.{py,pyi}] +indent_style = space +indent_size = 4 + +[*.swift] +indent_style = space +indent_size = 4 + +[*.go] +indent_style = tab +indent_size = 8 + +[Makefile] +indent_style = tab +indent_size = 8 diff --git a/.gitignore b/.gitignore index dad9767..8295380 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ target/ /parser.exp /parser.lib /parser.obj +*.wasm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8b27232 --- /dev/null +++ b/Makefile @@ -0,0 +1,112 @@ +VERSION := 0.0.1 + +LANGUAGE_NAME := tree-sitter-nu + +# repository +SRC_DIR := src + +PARSER_REPO_URL := $(shell git -C $(SRC_DIR) remote get-url origin 2>/dev/null) + +ifeq ($(PARSER_URL),) + PARSER_URL := $(subst .git,,$(PARSER_REPO_URL)) +ifeq ($(shell echo $(PARSER_URL) | grep '^[a-z][-+.0-9a-z]*://'),) + PARSER_URL := $(subst :,/,$(PARSER_URL)) + PARSER_URL := $(subst git@,https://,$(PARSER_URL)) +endif +endif + +TS ?= tree-sitter + +# ABI versioning +SONAME_MAJOR := $(word 1,$(subst ., ,$(VERSION))) +SONAME_MINOR := $(word 2,$(subst ., ,$(VERSION))) + +# install directory layout +PREFIX ?= /usr/local +INCLUDEDIR ?= $(PREFIX)/include +LIBDIR ?= $(PREFIX)/lib +PCLIBDIR ?= $(LIBDIR)/pkgconfig + +# source/object files +PARSER := $(SRC_DIR)/parser.c +EXTRAS := $(filter-out $(PARSER),$(wildcard $(SRC_DIR)/*.c)) +OBJS := $(patsubst %.c,%.o,$(PARSER) $(EXTRAS)) + +# flags +ARFLAGS ?= rcs +override CFLAGS += -I$(SRC_DIR) -std=c11 -fPIC + +# OS-specific bits +ifeq ($(OS),Windows_NT) + $(error "Windows is not supported") +else ifeq ($(shell uname),Darwin) + SOEXT = dylib + SOEXTVER_MAJOR = $(SONAME_MAJOR).dylib + SOEXTVER = $(SONAME_MAJOR).$(SONAME_MINOR).dylib + LINKSHARED := $(LINKSHARED)-dynamiclib -Wl, + ifneq ($(ADDITIONAL_LIBS),) + LINKSHARED := $(LINKSHARED)$(ADDITIONAL_LIBS), + endif + LINKSHARED := $(LINKSHARED)-install_name,$(LIBDIR)/lib$(LANGUAGE_NAME).$(SONAME_MAJOR).dylib,-rpath,@executable_path/../Frameworks +else + SOEXT = so + SOEXTVER_MAJOR = so.$(SONAME_MAJOR) + SOEXTVER = so.$(SONAME_MAJOR).$(SONAME_MINOR) + LINKSHARED := $(LINKSHARED)-shared -Wl, + ifneq ($(ADDITIONAL_LIBS),) + LINKSHARED := $(LINKSHARED)$(ADDITIONAL_LIBS) + endif + LINKSHARED := $(LINKSHARED)-soname,lib$(LANGUAGE_NAME).so.$(SONAME_MAJOR) +endif +ifneq ($(filter $(shell uname),FreeBSD NetBSD DragonFly),) + PCLIBDIR := $(PREFIX)/libdata/pkgconfig +endif + +all: lib$(LANGUAGE_NAME).a lib$(LANGUAGE_NAME).$(SOEXT) $(LANGUAGE_NAME).pc + +lib$(LANGUAGE_NAME).a: $(OBJS) + $(AR) $(ARFLAGS) $@ $^ + +lib$(LANGUAGE_NAME).$(SOEXT): $(OBJS) + $(CC) $(LDFLAGS) $(LINKSHARED) $^ $(LDLIBS) -o $@ +ifneq ($(STRIP),) + $(STRIP) $@ +endif + +$(LANGUAGE_NAME).pc: bindings/c/$(LANGUAGE_NAME).pc.in + sed -e 's|@URL@|$(PARSER_URL)|' \ + -e 's|@VERSION@|$(VERSION)|' \ + -e 's|@LIBDIR@|$(LIBDIR)|' \ + -e 's|@INCLUDEDIR@|$(INCLUDEDIR)|' \ + -e 's|@REQUIRES@|$(REQUIRES)|' \ + -e 's|@ADDITIONAL_LIBS@|$(ADDITIONAL_LIBS)|' \ + -e 's|=$(PREFIX)|=$${prefix}|' \ + -e 's|@PREFIX@|$(PREFIX)|' $< > $@ + +$(PARSER): $(SRC_DIR)/grammar.json + $(TS) generate --no-bindings $^ + +install: all + install -d '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter '$(DESTDIR)$(PCLIBDIR)' '$(DESTDIR)$(LIBDIR)' + install -m644 bindings/c/$(LANGUAGE_NAME).h '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter/$(LANGUAGE_NAME).h + install -m644 $(LANGUAGE_NAME).pc '$(DESTDIR)$(PCLIBDIR)'/$(LANGUAGE_NAME).pc + install -m644 lib$(LANGUAGE_NAME).a '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).a + install -m755 lib$(LANGUAGE_NAME).$(SOEXT) '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).$(SOEXTVER) + ln -sf lib$(LANGUAGE_NAME).$(SOEXTVER) '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).$(SOEXTVER_MAJOR) + ln -sf lib$(LANGUAGE_NAME).$(SOEXTVER_MAJOR) '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).$(SOEXT) + +uninstall: + $(RM) '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).a \ + '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).$(SOEXTVER) \ + '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).$(SOEXTVER_MAJOR) \ + '$(DESTDIR)$(LIBDIR)'/lib$(LANGUAGE_NAME).$(SOEXT) \ + '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter/$(LANGUAGE_NAME).h \ + '$(DESTDIR)$(PCLIBDIR)'/$(LANGUAGE_NAME).pc + +clean: + $(RM) $(OBJS) $(LANGUAGE_NAME).pc lib$(LANGUAGE_NAME).a lib$(LANGUAGE_NAME).$(SOEXT) + +test: + $(TS) test + +.PHONY: all install uninstall clean test diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..7889047 --- /dev/null +++ b/Package.swift @@ -0,0 +1,47 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "TreeSitterNu", + products: [ + .library(name: "TreeSitterNu", targets: ["TreeSitterNu"]), + ], + dependencies: [], + targets: [ + .target(name: "TreeSitterNu", + path: ".", + exclude: [ + "Cargo.toml", + "Makefile", + "binding.gyp", + "bindings/c", + "bindings/go", + "bindings/node", + "bindings/python", + "bindings/rust", + "prebuilds", + "grammar.js", + "package.json", + "package-lock.json", + "pyproject.toml", + "setup.py", + "test", + "examples", + ".editorconfig", + ".github", + ".gitignore", + ".gitattributes", + ".gitmodules", + ], + sources: [ + "src/parser.c", + // NOTE: if your language has an external scanner, add it here. + ], + resources: [ + .copy("queries") + ], + publicHeadersPath: "bindings/swift", + cSettings: [.headerSearchPath("src")]) + ], + cLanguageStandard: .c11 +) diff --git a/binding.gyp b/binding.gyp index c674b3e..c17858a 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,18 +2,29 @@ "targets": [ { "target_name": "tree_sitter_nu_binding", + "dependencies": [ + " -#include "nan.h" +#include -using namespace v8; +typedef struct TSLanguage TSLanguage; -extern "C" TSLanguage * tree_sitter_nu(); +extern "C" TSLanguage *tree_sitter_nu(); -namespace { +// "tree-sitter", "language" hashed with BLAKE2 +const napi_type_tag LANGUAGE_TYPE_TAG = { + 0x8AF2E5212AD58ABF, 0xD5006CAD83ABBA16 +}; -NAN_METHOD(New) {} - -void Init(Local exports, Local module) { - Local tpl = Nan::New(New); - tpl->SetClassName(Nan::New("Language").ToLocalChecked()); - tpl->InstanceTemplate()->SetInternalFieldCount(1); - - Local constructor = Nan::GetFunction(tpl).ToLocalChecked(); - Local instance = constructor->NewInstance(Nan::GetCurrentContext()).ToLocalChecked(); - Nan::SetInternalFieldPointer(instance, 0, tree_sitter_nu()); - - Nan::Set(instance, Nan::New("name").ToLocalChecked(), Nan::New("nu").ToLocalChecked()); - Nan::Set(module, Nan::New("exports").ToLocalChecked(), instance); +Napi::Object Init(Napi::Env env, Napi::Object exports) { + exports["name"] = Napi::String::New(env, "nu"); + auto language = Napi::External::New(env, tree_sitter_nu()); + language.TypeTag(&LANGUAGE_TYPE_TAG); + exports["language"] = language; + return exports; } -NODE_MODULE(tree_sitter_nu_binding, Init) - -} // namespace +NODE_API_MODULE(tree_sitter_nu_binding, Init) diff --git a/bindings/node/index.d.ts b/bindings/node/index.d.ts new file mode 100644 index 0000000..efe259e --- /dev/null +++ b/bindings/node/index.d.ts @@ -0,0 +1,28 @@ +type BaseNode = { + type: string; + named: boolean; +}; + +type ChildNode = { + multiple: boolean; + required: boolean; + types: BaseNode[]; +}; + +type NodeInfo = + | (BaseNode & { + subtypes: BaseNode[]; + }) + | (BaseNode & { + fields: { [name: string]: ChildNode }; + children: ChildNode[]; + }); + +type Language = { + name: string; + language: unknown; + nodeTypeInfo: NodeInfo[]; +}; + +declare const language: Language; +export = language; diff --git a/bindings/node/index.js b/bindings/node/index.js index 4d50b90..6657bcf 100644 --- a/bindings/node/index.js +++ b/bindings/node/index.js @@ -1,18 +1,6 @@ -try { - module.exports = require("../../build/Release/tree_sitter_nu_binding"); -} catch (error1) { - if (error1.code !== 'MODULE_NOT_FOUND') { - throw error1; - } - try { - module.exports = require("../../build/Debug/tree_sitter_nu_binding"); - } catch (error2) { - if (error2.code !== 'MODULE_NOT_FOUND') { - throw error2; - } - throw error1 - } -} +const root = require("path").join(__dirname, "..", ".."); + +module.exports = require("node-gyp-build")(root); try { module.exports.nodeTypeInfo = require("../../src/node-types.json"); diff --git a/bindings/python/tree_sitter_nu/__init__.py b/bindings/python/tree_sitter_nu/__init__.py new file mode 100644 index 0000000..3cae560 --- /dev/null +++ b/bindings/python/tree_sitter_nu/__init__.py @@ -0,0 +1,5 @@ +"Nu grammar for tree-sitter" + +from ._binding import language + +__all__ = ["language"] diff --git a/bindings/python/tree_sitter_nu/__init__.pyi b/bindings/python/tree_sitter_nu/__init__.pyi new file mode 100644 index 0000000..5416666 --- /dev/null +++ b/bindings/python/tree_sitter_nu/__init__.pyi @@ -0,0 +1 @@ +def language() -> int: ... diff --git a/bindings/python/tree_sitter_nu/binding.c b/bindings/python/tree_sitter_nu/binding.c new file mode 100644 index 0000000..320bf04 --- /dev/null +++ b/bindings/python/tree_sitter_nu/binding.c @@ -0,0 +1,27 @@ +#include + +typedef struct TSLanguage TSLanguage; + +TSLanguage *tree_sitter_nu(void); + +static PyObject* _binding_language(PyObject *self, PyObject *args) { + return PyLong_FromVoidPtr(tree_sitter_nu()); +} + +static PyMethodDef methods[] = { + {"language", _binding_language, METH_NOARGS, + "Get the tree-sitter language for this grammar."}, + {NULL, NULL, 0, NULL} +}; + +static struct PyModuleDef module = { + .m_base = PyModuleDef_HEAD_INIT, + .m_name = "_binding", + .m_doc = NULL, + .m_size = -1, + .m_methods = methods +}; + +PyMODINIT_FUNC PyInit__binding(void) { + return PyModule_Create(&module); +} diff --git a/bindings/python/tree_sitter_nu/py.typed b/bindings/python/tree_sitter_nu/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs index c6061f0..4cc26f5 100644 --- a/bindings/rust/build.rs +++ b/bindings/rust/build.rs @@ -7,6 +7,9 @@ fn main() { .flag_if_supported("-Wno-unused-parameter") .flag_if_supported("-Wno-unused-but-set-variable") .flag_if_supported("-Wno-trigraphs"); + #[cfg(target_env = "msvc")] + c_config.flag("-utf-8"); + let parser_path = src_dir.join("parser.c"); c_config.file(&parser_path); diff --git a/bindings/swift/TreeSitterNu/nu.h b/bindings/swift/TreeSitterNu/nu.h new file mode 100644 index 0000000..74b1b35 --- /dev/null +++ b/bindings/swift/TreeSitterNu/nu.h @@ -0,0 +1,16 @@ +#ifndef TREE_SITTER_NU_H_ +#define TREE_SITTER_NU_H_ + +typedef struct TSLanguage TSLanguage; + +#ifdef __cplusplus +extern "C" { +#endif + +const TSLanguage *tree_sitter_nu(void); + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_NU_H_ diff --git a/package.json b/package.json index 442a8ad..fc6d78b 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,30 @@ "version": "0.0.1", "description": "nu-lang", "main": "bindings/node", + "types": "bindings/node", "scripts": { - "test": " " + "test": " ", + "install": "node-gyp-build", + "prebuildify": "prebuildify --napi --strip" }, "author": "The Nushell Contributors", "license": "MIT", "dependencies": { - "nan": "^2.18.0" + "node-addon-api": "^7.1.0", + "node-gyp-build": "^4.8.0" + }, + "peerDependencies": { + "tree-sitter": "^0.21.0" + }, + "peerDependenciesMeta": { + "tree_sitter": { + "optional": true + } }, "devDependencies": { "prettier": "3.1.1", - "tree-sitter-cli": "^0.20.8" + "tree-sitter-cli": "^0.22.3", + "prebuildify": "^6.0.0" }, "tree-sitter": [ { @@ -24,5 +37,13 @@ "highlights": "queries/nu/highlights.scm", "injections": "queries/nu/injections.scm" } + ], + "files": [ + "grammar.js", + "binding.gyp", + "prebuilds/**", + "bindings/node/*", + "queries/*", + "src/**" ] } diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8ea1e6b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,29 @@ +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" + +[project] +name = "tree-sitter-nu" +description = "Nu grammar for tree-sitter" +version = "0.0.1" +keywords = ["incremental", "parsing", "tree-sitter", "nu"] +classifiers = [ + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Topic :: Software Development :: Compilers", + "Topic :: Text Processing :: Linguistic", + "Typing :: Typed" +] +requires-python = ">=3.8" +license.text = "MIT" +readme = "README.md" + +[project.urls] +Homepage = "https://github.com/tree-sitter/tree-sitter-nu" + +[project.optional-dependencies] +core = ["tree-sitter~=0.21"] + +[tool.cibuildwheel] +build = "cp38-*" +build-frontend = "build" diff --git a/queries/nu/highlights.scm b/queries/nu/highlights.scm index 52b4882..c73f8f3 100644 --- a/queries/nu/highlights.scm +++ b/queries/nu/highlights.scm @@ -57,30 +57,8 @@ ;;; --- ;;; literals (val_number) @constant.numeric -(val_duration - unit: [ - "ns" "µs" "us" "ms" "sec" "min" "hr" "day" "wk" - ] @variable.parameter -) -(val_filesize - unit: [ - "b" "B" - - "kb" "kB" "Kb" "KB" - "mb" "mB" "Mb" "MB" - "gb" "gB" "Gb" "GB" - "tb" "tB" "Tb" "TB" - "pb" "pB" "Pb" "PB" - "eb" "eB" "Eb" "EB" - - "kib" "kiB" "kIB" "kIb" "Kib" "KIb" "KIB" - "mib" "miB" "mIB" "mIb" "Mib" "MIb" "MIB" - "gib" "giB" "gIB" "gIb" "Gib" "GIb" "GIB" - "tib" "tiB" "tIB" "tIb" "Tib" "TIb" "TIB" - "pib" "piB" "pIB" "pIb" "Pib" "PIb" "PIB" - "eib" "eiB" "eIB" "eIb" "Eib" "EIb" "EIB" - ] @variable.parameter -) +(val_duration unit: _ @variable.parameter) +(val_filesize unit: _ @variable.parameter) (val_binary [ "0b" @@ -255,7 +233,7 @@ ["." "?"] @punctuation.delimiter ) @variable.parameter -(val_variable +(val_variable "$" @variable.parameter [ (identifier) @namespace @@ -274,7 +252,7 @@ (collection_type ["record" "table"] @type.enum "<" @punctuation.bracket - key: (_) @variable.parameter + key: (_) @variable.parameter ["," ":"] @punctuation.delimiter ">" @punctuation.bracket ) diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..c9033f6 --- /dev/null +++ b/setup.py @@ -0,0 +1,60 @@ +from os.path import isdir, join +from platform import system + +from setuptools import Extension, find_packages, setup +from setuptools.command.build import build +from wheel.bdist_wheel import bdist_wheel + + +class Build(build): + def run(self): + if isdir("queries"): + dest = join(self.build_lib, "tree_sitter_nu", "queries") + self.copy_tree("queries", dest) + super().run() + + +class BdistWheel(bdist_wheel): + def get_tag(self): + python, abi, platform = super().get_tag() + if python.startswith("cp"): + python, abi = "cp38", "abi3" + return python, abi, platform + + +setup( + packages=find_packages("bindings/python"), + package_dir={"": "bindings/python"}, + package_data={ + "tree_sitter_nu": ["*.pyi", "py.typed"], + "tree_sitter_nu.queries": ["*.scm"], + }, + ext_package="tree_sitter_nu", + ext_modules=[ + Extension( + name="_binding", + sources=[ + "bindings/python/tree_sitter_nu/binding.c", + "src/parser.c", + # NOTE: if your language uses an external scanner, add it here. + ], + extra_compile_args=[ + "-std=c11", + ] if system() != "Windows" else [ + "/std:c11", + "/utf-8", + ], + define_macros=[ + ("Py_LIMITED_API", "0x03080000"), + ("PY_SSIZE_T_CLEAN", None) + ], + include_dirs=["src"], + py_limited_api=True, + ) + ], + cmdclass={ + "build": Build, + "bdist_wheel": BdistWheel + }, + zip_safe=False +) diff --git a/src/grammar.json b/src/grammar.json index 3de12ae..cb5ef89 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2963,93 +2963,97 @@ ] }, "ctrl_if_parenthesized": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "if" - }, - { - "type": "FIELD", - "name": "condition", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_expression" - }, - { - "type": "SYMBOL", - "name": "identifier" - } - ] - } - }, - { - "type": "FIELD", - "name": "then_branch", - "content": { - "type": "SYMBOL", - "name": "block" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "if" + }, + { + "type": "FIELD", + "name": "condition", + "content": { + "type": "CHOICE", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "\n" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "STRING", - "value": "else" + "type": "SYMBOL", + "name": "_expression" }, { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "else_block", - "content": { - "type": "SYMBOL", - "name": "block" + "type": "SYMBOL", + "name": "identifier" + } + ] + } + }, + { + "type": "FIELD", + "name": "then_branch", + "content": { + "type": "SYMBOL", + "name": "block" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "\n" + }, + { + "type": "BLANK" } - }, - { - "type": "FIELD", - "name": "else_branch", - "content": { - "type": "ALIAS", + ] + }, + { + "type": "STRING", + "value": "else" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "else_block", "content": { "type": "SYMBOL", - "name": "ctrl_if_parenthesized" - }, - "named": true, - "value": "ctrl_if" + "name": "block" + } + }, + { + "type": "FIELD", + "name": "else_branch", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "ctrl_if_parenthesized" + }, + "named": true, + "value": "ctrl_if" + } } - } - ] - } - ] - }, - { - "type": "BLANK" - } - ] - } - ] + ] + } + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } }, "ctrl_match": { "type": "SEQ", @@ -8542,45 +8546,8 @@ "type": "FIELD", "name": "unit", "content": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "ns" - }, - { - "type": "STRING", - "value": "µs" - }, - { - "type": "STRING", - "value": "us" - }, - { - "type": "STRING", - "value": "ms" - }, - { - "type": "STRING", - "value": "sec" - }, - { - "type": "STRING", - "value": "min" - }, - { - "type": "STRING", - "value": "hr" - }, - { - "type": "STRING", - "value": "day" - }, - { - "type": "STRING", - "value": "wk" - } - ] + "type": "SYMBOL", + "name": "duration_unit" } } ] @@ -8600,285 +8567,336 @@ "type": "FIELD", "name": "unit", "content": { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "b" - }, - { - "type": "STRING", - "value": "B" - }, - { - "type": "STRING", - "value": "kb" - }, - { - "type": "STRING", - "value": "kB" - }, - { - "type": "STRING", - "value": "Kb" - }, - { - "type": "STRING", - "value": "KB" - }, - { - "type": "STRING", - "value": "mb" - }, - { - "type": "STRING", - "value": "mB" - }, - { - "type": "STRING", - "value": "Mb" - }, - { - "type": "STRING", - "value": "MB" - }, - { - "type": "STRING", - "value": "gb" - }, - { - "type": "STRING", - "value": "gB" - }, - { - "type": "STRING", - "value": "Gb" - }, - { - "type": "STRING", - "value": "GB" - }, - { - "type": "STRING", - "value": "tb" - }, - { - "type": "STRING", - "value": "tB" - }, - { - "type": "STRING", - "value": "Tb" - }, - { - "type": "STRING", - "value": "TB" - }, - { - "type": "STRING", - "value": "pb" - }, - { - "type": "STRING", - "value": "pB" - }, - { - "type": "STRING", - "value": "Pb" - }, - { - "type": "STRING", - "value": "PB" - }, - { - "type": "STRING", - "value": "eb" - }, - { - "type": "STRING", - "value": "eB" - }, - { - "type": "STRING", - "value": "Eb" - }, - { - "type": "STRING", - "value": "EB" - }, - { - "type": "STRING", - "value": "kib" - }, - { - "type": "STRING", - "value": "kiB" - }, - { - "type": "STRING", - "value": "kIB" - }, - { - "type": "STRING", - "value": "kIb" - }, - { - "type": "STRING", - "value": "Kib" - }, - { - "type": "STRING", - "value": "KIb" - }, - { - "type": "STRING", - "value": "KIB" - }, - { - "type": "STRING", - "value": "mib" - }, - { - "type": "STRING", - "value": "miB" - }, - { - "type": "STRING", - "value": "mIB" - }, - { - "type": "STRING", - "value": "mIb" - }, - { - "type": "STRING", - "value": "Mib" - }, - { - "type": "STRING", - "value": "MIb" - }, - { - "type": "STRING", - "value": "MIB" - }, - { - "type": "STRING", - "value": "gib" - }, - { - "type": "STRING", - "value": "giB" - }, - { - "type": "STRING", - "value": "gIB" - }, - { - "type": "STRING", - "value": "gIb" - }, - { - "type": "STRING", - "value": "Gib" - }, - { - "type": "STRING", - "value": "GIb" - }, - { - "type": "STRING", - "value": "GIB" - }, - { - "type": "STRING", - "value": "tib" - }, - { - "type": "STRING", - "value": "tiB" - }, - { - "type": "STRING", - "value": "tIB" - }, - { - "type": "STRING", - "value": "tIb" - }, - { - "type": "STRING", - "value": "Tib" - }, - { - "type": "STRING", - "value": "TIb" - }, - { - "type": "STRING", - "value": "TIB" - }, - { - "type": "STRING", - "value": "pib" - }, - { - "type": "STRING", - "value": "piB" - }, - { - "type": "STRING", - "value": "pIB" - }, - { - "type": "STRING", - "value": "pIb" - }, - { - "type": "STRING", - "value": "Pib" - }, - { - "type": "STRING", - "value": "PIb" - }, - { - "type": "STRING", - "value": "PIB" - }, - { - "type": "STRING", - "value": "eib" - }, - { - "type": "STRING", - "value": "eiB" - }, - { - "type": "STRING", - "value": "eIB" - }, - { - "type": "STRING", - "value": "eIb" - }, - { - "type": "STRING", - "value": "Eib" - }, - { - "type": "STRING", - "value": "EIb" - }, - { - "type": "STRING", - "value": "EIB" - } - ] + "type": "SYMBOL", + "name": "filesize_unit" } } ] }, + "filesize_unit": { + "type": "TOKEN", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "b" + }, + { + "type": "STRING", + "value": "B" + }, + { + "type": "STRING", + "value": "kb" + }, + { + "type": "STRING", + "value": "kB" + }, + { + "type": "STRING", + "value": "Kb" + }, + { + "type": "STRING", + "value": "KB" + }, + { + "type": "STRING", + "value": "mb" + }, + { + "type": "STRING", + "value": "mB" + }, + { + "type": "STRING", + "value": "Mb" + }, + { + "type": "STRING", + "value": "MB" + }, + { + "type": "STRING", + "value": "gb" + }, + { + "type": "STRING", + "value": "gB" + }, + { + "type": "STRING", + "value": "Gb" + }, + { + "type": "STRING", + "value": "GB" + }, + { + "type": "STRING", + "value": "tb" + }, + { + "type": "STRING", + "value": "tB" + }, + { + "type": "STRING", + "value": "Tb" + }, + { + "type": "STRING", + "value": "TB" + }, + { + "type": "STRING", + "value": "pb" + }, + { + "type": "STRING", + "value": "pB" + }, + { + "type": "STRING", + "value": "Pb" + }, + { + "type": "STRING", + "value": "PB" + }, + { + "type": "STRING", + "value": "eb" + }, + { + "type": "STRING", + "value": "eB" + }, + { + "type": "STRING", + "value": "Eb" + }, + { + "type": "STRING", + "value": "EB" + }, + { + "type": "STRING", + "value": "kib" + }, + { + "type": "STRING", + "value": "kiB" + }, + { + "type": "STRING", + "value": "kIB" + }, + { + "type": "STRING", + "value": "kIb" + }, + { + "type": "STRING", + "value": "Kib" + }, + { + "type": "STRING", + "value": "KIb" + }, + { + "type": "STRING", + "value": "KIB" + }, + { + "type": "STRING", + "value": "mib" + }, + { + "type": "STRING", + "value": "miB" + }, + { + "type": "STRING", + "value": "mIB" + }, + { + "type": "STRING", + "value": "mIb" + }, + { + "type": "STRING", + "value": "Mib" + }, + { + "type": "STRING", + "value": "MIb" + }, + { + "type": "STRING", + "value": "MIB" + }, + { + "type": "STRING", + "value": "gib" + }, + { + "type": "STRING", + "value": "giB" + }, + { + "type": "STRING", + "value": "gIB" + }, + { + "type": "STRING", + "value": "gIb" + }, + { + "type": "STRING", + "value": "Gib" + }, + { + "type": "STRING", + "value": "GIb" + }, + { + "type": "STRING", + "value": "GIB" + }, + { + "type": "STRING", + "value": "tib" + }, + { + "type": "STRING", + "value": "tiB" + }, + { + "type": "STRING", + "value": "tIB" + }, + { + "type": "STRING", + "value": "tIb" + }, + { + "type": "STRING", + "value": "Tib" + }, + { + "type": "STRING", + "value": "TIb" + }, + { + "type": "STRING", + "value": "TIB" + }, + { + "type": "STRING", + "value": "pib" + }, + { + "type": "STRING", + "value": "piB" + }, + { + "type": "STRING", + "value": "pIB" + }, + { + "type": "STRING", + "value": "pIb" + }, + { + "type": "STRING", + "value": "Pib" + }, + { + "type": "STRING", + "value": "PIb" + }, + { + "type": "STRING", + "value": "PIB" + }, + { + "type": "STRING", + "value": "eib" + }, + { + "type": "STRING", + "value": "eiB" + }, + { + "type": "STRING", + "value": "eIB" + }, + { + "type": "STRING", + "value": "eIb" + }, + { + "type": "STRING", + "value": "Eib" + }, + { + "type": "STRING", + "value": "EIb" + }, + { + "type": "STRING", + "value": "EIB" + } + ] + } + }, + "duration_unit": { + "type": "TOKEN", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "ns" + }, + { + "type": "STRING", + "value": "µs" + }, + { + "type": "STRING", + "value": "us" + }, + { + "type": "STRING", + "value": "ms" + }, + { + "type": "STRING", + "value": "sec" + }, + { + "type": "STRING", + "value": "min" + }, + { + "type": "STRING", + "value": "hr" + }, + { + "type": "STRING", + "value": "day" + }, + { + "type": "STRING", + "value": "wk" + } + ] + } + }, "val_binary": { "type": "SEQ", "members": [ @@ -8954,7 +8972,8 @@ "members": [ { "type": "PATTERN", - "value": "[0-9]{4}-[0-9]{2}-[0-9]{2}" + "value": "[0-9]{4}-[0-9]{2}-[0-9]{2}", + "flags": "i" }, { "type": "PATTERN", @@ -9050,7 +9069,7 @@ }, { "type": "PATTERN", - "value": "u{[0-9a-fA-F]+}" + "value": "u\\{[0-9a-fA-F]+\\}" }, { "type": "PATTERN", @@ -9194,7 +9213,7 @@ }, { "type": "PATTERN", - "value": "u{[0-9a-fA-F]+}" + "value": "u\\{[0-9a-fA-F]+\\}" }, { "type": "PATTERN", @@ -11276,9 +11295,6 @@ } ], "conflicts": [ - [ - "_block_body" - ], [ "_declaration", "_declaration_last" @@ -11311,9 +11327,6 @@ "pipe_element_parenthesized", "pipe_element_parenthesized_last" ], - [ - "command" - ], [ "block", "val_record" @@ -11322,9 +11335,6 @@ "block", "val_closure" ], - [ - "ctrl_if_parenthesized" - ], [ "ctrl_try_parenthesized" ], @@ -11343,10 +11353,6 @@ [ "val_variable" ], - [ - "val_range", - "unquoted" - ], [ "_expression", "_expr_binary_expression" @@ -11377,4 +11383,3 @@ "inline": [], "supertypes": [] } - diff --git a/src/node-types.json b/src/node-types.json index 2425dfd..01fd593 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -4167,40 +4167,8 @@ "required": true, "types": [ { - "type": "day", - "named": false - }, - { - "type": "hr", - "named": false - }, - { - "type": "min", - "named": false - }, - { - "type": "ms", - "named": false - }, - { - "type": "ns", - "named": false - }, - { - "type": "sec", - "named": false - }, - { - "type": "us", - "named": false - }, - { - "type": "wk", - "named": false - }, - { - "type": "µs", - "named": false + "type": "duration_unit", + "named": true } ] }, @@ -4225,276 +4193,8 @@ "required": true, "types": [ { - "type": "B", - "named": false - }, - { - "type": "EB", - "named": false - }, - { - "type": "EIB", - "named": false - }, - { - "type": "EIb", - "named": false - }, - { - "type": "Eb", - "named": false - }, - { - "type": "Eib", - "named": false - }, - { - "type": "GB", - "named": false - }, - { - "type": "GIB", - "named": false - }, - { - "type": "GIb", - "named": false - }, - { - "type": "Gb", - "named": false - }, - { - "type": "Gib", - "named": false - }, - { - "type": "KB", - "named": false - }, - { - "type": "KIB", - "named": false - }, - { - "type": "KIb", - "named": false - }, - { - "type": "Kb", - "named": false - }, - { - "type": "Kib", - "named": false - }, - { - "type": "MB", - "named": false - }, - { - "type": "MIB", - "named": false - }, - { - "type": "MIb", - "named": false - }, - { - "type": "Mb", - "named": false - }, - { - "type": "Mib", - "named": false - }, - { - "type": "PB", - "named": false - }, - { - "type": "PIB", - "named": false - }, - { - "type": "PIb", - "named": false - }, - { - "type": "Pb", - "named": false - }, - { - "type": "Pib", - "named": false - }, - { - "type": "TB", - "named": false - }, - { - "type": "TIB", - "named": false - }, - { - "type": "TIb", - "named": false - }, - { - "type": "Tb", - "named": false - }, - { - "type": "Tib", - "named": false - }, - { - "type": "b", - "named": false - }, - { - "type": "eB", - "named": false - }, - { - "type": "eIB", - "named": false - }, - { - "type": "eIb", - "named": false - }, - { - "type": "eb", - "named": false - }, - { - "type": "eiB", - "named": false - }, - { - "type": "eib", - "named": false - }, - { - "type": "gB", - "named": false - }, - { - "type": "gIB", - "named": false - }, - { - "type": "gIb", - "named": false - }, - { - "type": "gb", - "named": false - }, - { - "type": "giB", - "named": false - }, - { - "type": "gib", - "named": false - }, - { - "type": "kB", - "named": false - }, - { - "type": "kIB", - "named": false - }, - { - "type": "kIb", - "named": false - }, - { - "type": "kb", - "named": false - }, - { - "type": "kiB", - "named": false - }, - { - "type": "kib", - "named": false - }, - { - "type": "mB", - "named": false - }, - { - "type": "mIB", - "named": false - }, - { - "type": "mIb", - "named": false - }, - { - "type": "mb", - "named": false - }, - { - "type": "miB", - "named": false - }, - { - "type": "mib", - "named": false - }, - { - "type": "pB", - "named": false - }, - { - "type": "pIB", - "named": false - }, - { - "type": "pIb", - "named": false - }, - { - "type": "pb", - "named": false - }, - { - "type": "piB", - "named": false - }, - { - "type": "pib", - "named": false - }, - { - "type": "tB", - "named": false - }, - { - "type": "tIB", - "named": false - }, - { - "type": "tIb", - "named": false - }, - { - "type": "tb", - "named": false - }, - { - "type": "tiB", - "named": false - }, - { - "type": "tib", - "named": false + "type": "filesize_unit", + "named": true } ] }, @@ -5394,130 +5094,6 @@ "type": "@", "named": false }, - { - "type": "B", - "named": false - }, - { - "type": "EB", - "named": false - }, - { - "type": "EIB", - "named": false - }, - { - "type": "EIb", - "named": false - }, - { - "type": "Eb", - "named": false - }, - { - "type": "Eib", - "named": false - }, - { - "type": "GB", - "named": false - }, - { - "type": "GIB", - "named": false - }, - { - "type": "GIb", - "named": false - }, - { - "type": "Gb", - "named": false - }, - { - "type": "Gib", - "named": false - }, - { - "type": "KB", - "named": false - }, - { - "type": "KIB", - "named": false - }, - { - "type": "KIb", - "named": false - }, - { - "type": "Kb", - "named": false - }, - { - "type": "Kib", - "named": false - }, - { - "type": "MB", - "named": false - }, - { - "type": "MIB", - "named": false - }, - { - "type": "MIb", - "named": false - }, - { - "type": "Mb", - "named": false - }, - { - "type": "Mib", - "named": false - }, - { - "type": "PB", - "named": false - }, - { - "type": "PIB", - "named": false - }, - { - "type": "PIb", - "named": false - }, - { - "type": "Pb", - "named": false - }, - { - "type": "Pib", - "named": false - }, - { - "type": "TB", - "named": false - }, - { - "type": "TIB", - "named": false - }, - { - "type": "TIb", - "named": false - }, - { - "type": "Tb", - "named": false - }, - { - "type": "Tib", - "named": false - }, { "type": "[", "named": false @@ -5550,10 +5126,6 @@ "type": "as", "named": false }, - { - "type": "b", - "named": false - }, { "type": "binary", "named": false @@ -5622,10 +5194,6 @@ "type": "datetime", "named": false }, - { - "type": "day", - "named": false - }, { "type": "decimal", "named": false @@ -5647,35 +5215,15 @@ "named": false }, { - "type": "e+o>", - "named": false - }, - { - "type": "e>", - "named": false - }, - { - "type": "eB", - "named": false - }, - { - "type": "eIB", - "named": false - }, - { - "type": "eIb", - "named": false - }, - { - "type": "eb", - "named": false + "type": "duration_unit", + "named": true }, { - "type": "eiB", + "type": "e+o>", "named": false }, { - "type": "eib", + "type": "e>", "named": false }, { @@ -5734,6 +5282,10 @@ "type": "filesize", "named": false }, + { + "type": "filesize_unit", + "named": true + }, { "type": "float", "named": false @@ -5746,30 +5298,6 @@ "type": "full-cell-path", "named": false }, - { - "type": "gB", - "named": false - }, - { - "type": "gIB", - "named": false - }, - { - "type": "gIb", - "named": false - }, - { - "type": "gb", - "named": false - }, - { - "type": "giB", - "named": false - }, - { - "type": "gib", - "named": false - }, { "type": "glob", "named": false @@ -5786,10 +5314,6 @@ "type": "hide-env", "named": false }, - { - "type": "hr", - "named": false - }, { "type": "if", "named": false @@ -5810,34 +5334,10 @@ "type": "inter_escape_sequence", "named": true }, - { - "type": "kB", - "named": false - }, - { - "type": "kIB", - "named": false - }, - { - "type": "kIb", - "named": false - }, - { - "type": "kb", - "named": false - }, { "type": "keyword", "named": false }, - { - "type": "kiB", - "named": false - }, - { - "type": "kib", - "named": false - }, { "type": "let", "named": false @@ -5854,18 +5354,6 @@ "type": "loop", "named": false }, - { - "type": "mB", - "named": false - }, - { - "type": "mIB", - "named": false - }, - { - "type": "mIb", - "named": false - }, { "type": "make", "named": false @@ -5878,22 +5366,6 @@ "type": "math", "named": false }, - { - "type": "mb", - "named": false - }, - { - "type": "miB", - "named": false - }, - { - "type": "mib", - "named": false - }, - { - "type": "min", - "named": false - }, { "type": "mod", "named": false @@ -5902,10 +5374,6 @@ "type": "module", "named": false }, - { - "type": "ms", - "named": false - }, { "type": "mut", "named": false @@ -5926,10 +5394,6 @@ "type": "nothing", "named": false }, - { - "type": "ns", - "named": false - }, { "type": "nu", "named": false @@ -5974,34 +5438,10 @@ "type": "overlay", "named": false }, - { - "type": "pB", - "named": false - }, - { - "type": "pIB", - "named": false - }, - { - "type": "pIb", - "named": false - }, { "type": "path", "named": false }, - { - "type": "pb", - "named": false - }, - { - "type": "piB", - "named": false - }, - { - "type": "pib", - "named": false - }, { "type": "range", "named": false @@ -6018,10 +5458,6 @@ "type": "return", "named": false }, - { - "type": "sec", - "named": false - }, { "type": "signature", "named": false @@ -6042,34 +5478,10 @@ "type": "string", "named": false }, - { - "type": "tB", - "named": false - }, - { - "type": "tIB", - "named": false - }, - { - "type": "tIb", - "named": false - }, { "type": "table", "named": false }, - { - "type": "tb", - "named": false - }, - { - "type": "tiB", - "named": false - }, - { - "type": "tib", - "named": false - }, { "type": "true", "named": false @@ -6082,10 +5494,6 @@ "type": "unescaped_interpolated_content", "named": true }, - { - "type": "us", - "named": false - }, { "type": "use", "named": false @@ -6110,10 +5518,6 @@ "type": "while", "named": false }, - { - "type": "wk", - "named": false - }, { "type": "xor", "named": false @@ -6129,9 +5533,5 @@ { "type": "}", "named": false - }, - { - "type": "µs", - "named": false } ] \ No newline at end of file diff --git a/src/parser.c b/src/parser.c index 566881e..b7cde17 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,7 +1,6 @@ -#include +#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif @@ -14,17 +13,17 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 6209 -#define LARGE_STATE_COUNT 1268 -#define SYMBOL_COUNT 466 +#define STATE_COUNT 6200 +#define LARGE_STATE_COUNT 963 +#define SYMBOL_COUNT 391 #define ALIAS_COUNT 3 -#define TOKEN_COUNT 277 +#define TOKEN_COUNT 202 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 69 #define MAX_ALIAS_SEQUENCE_LENGTH 15 #define PRODUCTION_ID_COUNT 251 -enum { +enum ts_symbol_identifiers { sym_identifier = 1, anon_sym_POUND_BANG = 2, aux_sym_shebang_token1 = 3, @@ -177,322 +176,247 @@ enum { aux_sym__val_number_token4 = 150, aux_sym__val_number_token5 = 151, aux_sym__val_number_token6 = 152, - anon_sym_ns = 153, - anon_sym_s = 154, - anon_sym_us = 155, - anon_sym_ms = 156, - anon_sym_sec = 157, - anon_sym_min = 158, - anon_sym_hr = 159, - anon_sym_day = 160, - anon_sym_wk = 161, - anon_sym_b = 162, - anon_sym_B = 163, - anon_sym_kb = 164, - anon_sym_kB = 165, - anon_sym_Kb = 166, - anon_sym_KB = 167, - anon_sym_mb = 168, - anon_sym_mB = 169, - anon_sym_Mb = 170, - anon_sym_MB = 171, - anon_sym_gb = 172, - anon_sym_gB = 173, - anon_sym_Gb = 174, - anon_sym_GB = 175, - anon_sym_tb = 176, - anon_sym_tB = 177, - anon_sym_Tb = 178, - anon_sym_TB = 179, - anon_sym_pb = 180, - anon_sym_pB = 181, - anon_sym_Pb = 182, - anon_sym_PB = 183, - anon_sym_eb = 184, - anon_sym_eB = 185, - anon_sym_Eb = 186, - anon_sym_EB = 187, - anon_sym_kib = 188, - anon_sym_kiB = 189, - anon_sym_kIB = 190, - anon_sym_kIb = 191, - anon_sym_Kib = 192, - anon_sym_KIb = 193, - anon_sym_KIB = 194, - anon_sym_mib = 195, - anon_sym_miB = 196, - anon_sym_mIB = 197, - anon_sym_mIb = 198, - anon_sym_Mib = 199, - anon_sym_MIb = 200, - anon_sym_MIB = 201, - anon_sym_gib = 202, - anon_sym_giB = 203, - anon_sym_gIB = 204, - anon_sym_gIb = 205, - anon_sym_Gib = 206, - anon_sym_GIb = 207, - anon_sym_GIB = 208, - anon_sym_tib = 209, - anon_sym_tiB = 210, - anon_sym_tIB = 211, - anon_sym_tIb = 212, - anon_sym_Tib = 213, - anon_sym_TIb = 214, - anon_sym_TIB = 215, - anon_sym_pib = 216, - anon_sym_piB = 217, - anon_sym_pIB = 218, - anon_sym_pIb = 219, - anon_sym_Pib = 220, - anon_sym_PIb = 221, - anon_sym_PIB = 222, - anon_sym_eib = 223, - anon_sym_eiB = 224, - anon_sym_eIB = 225, - anon_sym_eIb = 226, - anon_sym_Eib = 227, - anon_sym_EIb = 228, - anon_sym_EIB = 229, - anon_sym_0b = 230, - anon_sym_0o = 231, - anon_sym_0x = 232, - anon_sym_LBRACK2 = 233, - sym_hex_digit = 234, - sym_val_date = 235, - anon_sym_DQUOTE = 236, - sym__escaped_str_content = 237, - sym__str_single_quotes = 238, - sym__str_back_ticks = 239, - sym_escape_sequence = 240, - sym_escaped_interpolated_content = 241, - sym_unescaped_interpolated_content = 242, - anon_sym_DOLLAR_SQUOTE = 243, - anon_sym_SQUOTE = 244, - anon_sym_DOLLAR_DQUOTE = 245, - anon_sym_DQUOTE2 = 246, - sym_inter_escape_sequence = 247, - aux_sym__list_item_starts_with_sign_token1 = 248, - aux_sym__record_key_token1 = 249, - aux_sym__record_key_token2 = 250, - aux_sym_path_token1 = 251, - anon_sym_CARET = 252, - anon_sym_err_GT = 253, - anon_sym_out_GT = 254, - anon_sym_e_GT = 255, - anon_sym_o_GT = 256, - anon_sym_err_PLUSout_GT = 257, - anon_sym_out_PLUSerr_GT = 258, - anon_sym_o_PLUSe_GT = 259, - anon_sym_e_PLUSo_GT = 260, - aux_sym_short_flag_token1 = 261, - aux_sym_unquoted_token1 = 262, - aux_sym_unquoted_token2 = 263, - aux_sym_unquoted_token3 = 264, - aux_sym_unquoted_token4 = 265, - aux_sym_unquoted_token5 = 266, - aux_sym_unquoted_token6 = 267, - aux_sym__unquoted_in_list_token1 = 268, - aux_sym__unquoted_in_list_token2 = 269, - aux_sym__unquoted_in_list_token3 = 270, - aux_sym__unquoted_in_list_token4 = 271, - aux_sym__unquoted_in_list_token5 = 272, - aux_sym__unquoted_in_list_token6 = 273, - aux_sym__unquoted_in_list_token7 = 274, - anon_sym_POUND = 275, - aux_sym_comment_token1 = 276, - sym_nu_script = 277, - sym_shebang = 278, - sym__block_body_statement = 279, - sym__declaration = 280, - sym_decl_alias = 281, - sym_stmt_let = 282, - sym_stmt_mut = 283, - sym_stmt_const = 284, - sym__assignment_pattern = 285, - sym__statement = 286, - sym_pipeline = 287, - sym__block_body_statement_last = 288, - sym__declaration_last = 289, - sym_decl_alias_last = 290, - sym_stmt_let_last = 291, - sym_stmt_mut_last = 292, - sym_stmt_const_last = 293, - sym__assignment_pattern_last = 294, - sym__statement_last = 295, - sym_pipeline_last = 296, - sym__block_body_statement_parenthesized = 297, - sym__declaration_parenthesized = 298, - sym_decl_alias_parenthesized = 299, - sym_stmt_let_parenthesized = 300, - sym_stmt_mut_parenthesized = 301, - sym_stmt_const_parenthesized = 302, - sym__assignment_pattern_parenthesized = 303, - sym__statement_parenthesized = 304, - sym_pipeline_parenthesized = 305, - sym__block_body_statement_parenthesized_last = 306, - sym__declaration_parenthesized_last = 307, - sym_decl_alias_parenthesized_last = 308, - sym_stmt_let_parenthesized_last = 309, - sym_stmt_mut_parenthesized_last = 310, - sym_stmt_const_parenthesized_last = 311, - sym__assignment_pattern_parenthesized_last = 312, - sym__statement_parenthesized_last = 313, - sym_pipeline_parenthesized_last = 314, - sym__block_body = 315, - sym__command_name = 316, - sym__variable_name = 317, - sym__terminator = 318, - sym_decl_def = 319, - sym_decl_export = 320, - sym_decl_extern = 321, - sym_decl_module = 322, - sym_decl_use = 323, - sym_returns = 324, - sym__one_type = 325, - sym__multiple_types = 326, - sym_parameter_parens = 327, - sym_parameter_bracks = 328, - sym_parameter_pipes = 329, - sym_parameter = 330, - sym__param_name = 331, - sym_param_type = 332, - sym_param_value = 333, - sym__type_annotation = 334, - sym__all_type = 335, - sym_flat_type = 336, - sym_collection_type = 337, - sym_list_type = 338, - sym_param_cmd = 339, - sym_param_rest = 340, - sym_param_opt = 341, - sym_param_long_flag = 342, - sym_flag_capsule = 343, - sym_param_short_flag = 344, - sym__ctrl_statement = 345, - sym__ctrl_expression = 346, - sym__ctrl_expression_parenthesized = 347, - sym_ctrl_for = 348, - sym_ctrl_loop = 349, - sym_ctrl_error = 350, - sym_ctrl_while = 351, - sym_ctrl_do = 352, - sym_ctrl_if = 353, - sym_ctrl_if_parenthesized = 354, - sym_ctrl_match = 355, - sym_match_arm = 356, - sym_default_arm = 357, - sym__match_expression = 358, - sym_match_pattern = 359, - sym__match_pattern = 360, - sym_match_guard = 361, - sym__match_pattern_expression = 362, - sym__match_pattern_value = 363, - sym__match_pattern_list = 364, - sym__match_pattern_rest = 365, - sym__match_pattern_ignore_rest = 366, - sym__match_pattern_record = 367, - sym__match_pattern_record_variable = 368, - sym_ctrl_try = 369, - sym_ctrl_try_parenthesized = 370, - sym_ctrl_return = 371, - sym_pipe_element = 372, - sym_pipe_element_parenthesized = 373, - sym_pipe_element_last = 374, - sym_pipe_element_parenthesized_last = 375, - sym_stmt_source = 376, - sym_stmt_register = 377, - sym__stmt_hide = 378, - sym_hide_mod = 379, - sym_hide_env = 380, - sym__stmt_overlay = 381, - sym_overlay_list = 382, - sym_overlay_hide = 383, - sym_overlay_new = 384, - sym_overlay_use = 385, - sym_scope_pattern = 386, - sym_wild_card = 387, - sym_command_list = 388, - sym_assignment = 389, - sym_block = 390, - sym__blosure = 391, - sym_where_command = 392, - sym__where_predicate = 393, - sym__expression = 394, - sym_expr_unary = 395, - sym__expr_unary_minus = 396, - sym_expr_binary = 397, - sym__expr_binary_expression = 398, - sym_expr_parenthesized = 399, - sym__parenthesized_body = 400, - sym_val_range = 401, - sym__immediate_decimal = 402, - sym__value = 403, - sym_val_nothing = 404, - sym_val_bool = 405, - sym_val_variable = 406, - sym__var = 407, - sym_val_number = 408, - sym__val_number_decimal = 409, - sym__val_number = 410, - sym_val_duration = 411, - sym_val_filesize = 412, - sym_val_binary = 413, - sym_val_string = 414, - sym__str_double_quotes = 415, - sym_val_interpolated = 416, - sym__inter_single_quotes = 417, - sym__inter_double_quotes = 418, - sym_expr_interpolated = 419, - sym_val_list = 420, - sym__list_item_expression = 421, - sym__list_item_starts_with_sign = 422, - sym_val_record = 423, - sym_record_entry = 424, - sym__record_key = 425, - sym_val_table = 426, - sym_val_closure = 427, - sym_cell_path = 428, - sym_path = 429, - sym_command = 430, - sym__command_parenthesized_body = 431, - sym__cmd_arg = 432, - sym_redirection = 433, - sym__flag = 434, - sym_short_flag = 435, - sym_long_flag = 436, - sym_unquoted = 437, - sym__unquoted_in_list = 438, - sym_comment = 439, - aux_sym_pipeline_repeat1 = 440, - aux_sym_pipeline_parenthesized_repeat1 = 441, - aux_sym__block_body_repeat1 = 442, - aux_sym__block_body_repeat2 = 443, - aux_sym_decl_def_repeat1 = 444, - aux_sym__multiple_types_repeat1 = 445, - aux_sym_parameter_parens_repeat1 = 446, - aux_sym_collection_type_repeat1 = 447, - aux_sym_ctrl_match_repeat1 = 448, - aux_sym_match_pattern_repeat1 = 449, - aux_sym__match_pattern_list_repeat1 = 450, - aux_sym__match_pattern_record_repeat1 = 451, - aux_sym_pipe_element_repeat1 = 452, - aux_sym_overlay_use_repeat1 = 453, - aux_sym_command_list_repeat1 = 454, - aux_sym__parenthesized_body_repeat1 = 455, - aux_sym_val_binary_repeat1 = 456, - aux_sym__str_double_quotes_repeat1 = 457, - aux_sym__inter_single_quotes_repeat1 = 458, - aux_sym__inter_double_quotes_repeat1 = 459, - aux_sym_val_list_repeat1 = 460, - aux_sym_val_record_repeat1 = 461, - aux_sym_val_table_repeat1 = 462, - aux_sym_cell_path_repeat1 = 463, - aux_sym_command_repeat1 = 464, - aux_sym__command_parenthesized_body_repeat1 = 465, - anon_alias_sym_DOT_DOT = 466, - anon_alias_sym_DOT_DOT_LT = 467, - anon_alias_sym_DOT_DOT_EQ = 468, + sym_filesize_unit = 153, + sym_duration_unit = 154, + anon_sym_0b = 155, + anon_sym_0o = 156, + anon_sym_0x = 157, + anon_sym_LBRACK2 = 158, + sym_hex_digit = 159, + sym_val_date = 160, + anon_sym_DQUOTE = 161, + sym__escaped_str_content = 162, + sym__str_single_quotes = 163, + sym__str_back_ticks = 164, + sym_escape_sequence = 165, + sym_escaped_interpolated_content = 166, + sym_unescaped_interpolated_content = 167, + anon_sym_DOLLAR_SQUOTE = 168, + anon_sym_SQUOTE = 169, + anon_sym_DOLLAR_DQUOTE = 170, + anon_sym_DQUOTE2 = 171, + sym_inter_escape_sequence = 172, + aux_sym__list_item_starts_with_sign_token1 = 173, + aux_sym__record_key_token1 = 174, + aux_sym__record_key_token2 = 175, + aux_sym_path_token1 = 176, + anon_sym_CARET = 177, + anon_sym_err_GT = 178, + anon_sym_out_GT = 179, + anon_sym_e_GT = 180, + anon_sym_o_GT = 181, + anon_sym_err_PLUSout_GT = 182, + anon_sym_out_PLUSerr_GT = 183, + anon_sym_o_PLUSe_GT = 184, + anon_sym_e_PLUSo_GT = 185, + aux_sym_short_flag_token1 = 186, + aux_sym_unquoted_token1 = 187, + aux_sym_unquoted_token2 = 188, + aux_sym_unquoted_token3 = 189, + aux_sym_unquoted_token4 = 190, + aux_sym_unquoted_token5 = 191, + aux_sym_unquoted_token6 = 192, + aux_sym__unquoted_in_list_token1 = 193, + aux_sym__unquoted_in_list_token2 = 194, + aux_sym__unquoted_in_list_token3 = 195, + aux_sym__unquoted_in_list_token4 = 196, + aux_sym__unquoted_in_list_token5 = 197, + aux_sym__unquoted_in_list_token6 = 198, + aux_sym__unquoted_in_list_token7 = 199, + anon_sym_POUND = 200, + aux_sym_comment_token1 = 201, + sym_nu_script = 202, + sym_shebang = 203, + sym__block_body_statement = 204, + sym__declaration = 205, + sym_decl_alias = 206, + sym_stmt_let = 207, + sym_stmt_mut = 208, + sym_stmt_const = 209, + sym__assignment_pattern = 210, + sym__statement = 211, + sym_pipeline = 212, + sym__block_body_statement_last = 213, + sym__declaration_last = 214, + sym_decl_alias_last = 215, + sym_stmt_let_last = 216, + sym_stmt_mut_last = 217, + sym_stmt_const_last = 218, + sym__assignment_pattern_last = 219, + sym__statement_last = 220, + sym_pipeline_last = 221, + sym__block_body_statement_parenthesized = 222, + sym__declaration_parenthesized = 223, + sym_decl_alias_parenthesized = 224, + sym_stmt_let_parenthesized = 225, + sym_stmt_mut_parenthesized = 226, + sym_stmt_const_parenthesized = 227, + sym__assignment_pattern_parenthesized = 228, + sym__statement_parenthesized = 229, + sym_pipeline_parenthesized = 230, + sym__block_body_statement_parenthesized_last = 231, + sym__declaration_parenthesized_last = 232, + sym_decl_alias_parenthesized_last = 233, + sym_stmt_let_parenthesized_last = 234, + sym_stmt_mut_parenthesized_last = 235, + sym_stmt_const_parenthesized_last = 236, + sym__assignment_pattern_parenthesized_last = 237, + sym__statement_parenthesized_last = 238, + sym_pipeline_parenthesized_last = 239, + sym__block_body = 240, + sym__command_name = 241, + sym__variable_name = 242, + sym__terminator = 243, + sym_decl_def = 244, + sym_decl_export = 245, + sym_decl_extern = 246, + sym_decl_module = 247, + sym_decl_use = 248, + sym_returns = 249, + sym__one_type = 250, + sym__multiple_types = 251, + sym_parameter_parens = 252, + sym_parameter_bracks = 253, + sym_parameter_pipes = 254, + sym_parameter = 255, + sym__param_name = 256, + sym_param_type = 257, + sym_param_value = 258, + sym__type_annotation = 259, + sym__all_type = 260, + sym_flat_type = 261, + sym_collection_type = 262, + sym_list_type = 263, + sym_param_cmd = 264, + sym_param_rest = 265, + sym_param_opt = 266, + sym_param_long_flag = 267, + sym_flag_capsule = 268, + sym_param_short_flag = 269, + sym__ctrl_statement = 270, + sym__ctrl_expression = 271, + sym__ctrl_expression_parenthesized = 272, + sym_ctrl_for = 273, + sym_ctrl_loop = 274, + sym_ctrl_error = 275, + sym_ctrl_while = 276, + sym_ctrl_do = 277, + sym_ctrl_if = 278, + sym_ctrl_if_parenthesized = 279, + sym_ctrl_match = 280, + sym_match_arm = 281, + sym_default_arm = 282, + sym__match_expression = 283, + sym_match_pattern = 284, + sym__match_pattern = 285, + sym_match_guard = 286, + sym__match_pattern_expression = 287, + sym__match_pattern_value = 288, + sym__match_pattern_list = 289, + sym__match_pattern_rest = 290, + sym__match_pattern_ignore_rest = 291, + sym__match_pattern_record = 292, + sym__match_pattern_record_variable = 293, + sym_ctrl_try = 294, + sym_ctrl_try_parenthesized = 295, + sym_ctrl_return = 296, + sym_pipe_element = 297, + sym_pipe_element_parenthesized = 298, + sym_pipe_element_last = 299, + sym_pipe_element_parenthesized_last = 300, + sym_stmt_source = 301, + sym_stmt_register = 302, + sym__stmt_hide = 303, + sym_hide_mod = 304, + sym_hide_env = 305, + sym__stmt_overlay = 306, + sym_overlay_list = 307, + sym_overlay_hide = 308, + sym_overlay_new = 309, + sym_overlay_use = 310, + sym_scope_pattern = 311, + sym_wild_card = 312, + sym_command_list = 313, + sym_assignment = 314, + sym_block = 315, + sym__blosure = 316, + sym_where_command = 317, + sym__where_predicate = 318, + sym__expression = 319, + sym_expr_unary = 320, + sym__expr_unary_minus = 321, + sym_expr_binary = 322, + sym__expr_binary_expression = 323, + sym_expr_parenthesized = 324, + sym__parenthesized_body = 325, + sym_val_range = 326, + sym__immediate_decimal = 327, + sym__value = 328, + sym_val_nothing = 329, + sym_val_bool = 330, + sym_val_variable = 331, + sym__var = 332, + sym_val_number = 333, + sym__val_number_decimal = 334, + sym__val_number = 335, + sym_val_duration = 336, + sym_val_filesize = 337, + sym_val_binary = 338, + sym_val_string = 339, + sym__str_double_quotes = 340, + sym_val_interpolated = 341, + sym__inter_single_quotes = 342, + sym__inter_double_quotes = 343, + sym_expr_interpolated = 344, + sym_val_list = 345, + sym__list_item_expression = 346, + sym__list_item_starts_with_sign = 347, + sym_val_record = 348, + sym_record_entry = 349, + sym__record_key = 350, + sym_val_table = 351, + sym_val_closure = 352, + sym_cell_path = 353, + sym_path = 354, + sym_command = 355, + sym__command_parenthesized_body = 356, + sym__cmd_arg = 357, + sym_redirection = 358, + sym__flag = 359, + sym_short_flag = 360, + sym_long_flag = 361, + sym_unquoted = 362, + sym__unquoted_in_list = 363, + sym_comment = 364, + aux_sym_pipeline_repeat1 = 365, + aux_sym_pipeline_parenthesized_repeat1 = 366, + aux_sym__block_body_repeat1 = 367, + aux_sym__block_body_repeat2 = 368, + aux_sym_decl_def_repeat1 = 369, + aux_sym__multiple_types_repeat1 = 370, + aux_sym_parameter_parens_repeat1 = 371, + aux_sym_collection_type_repeat1 = 372, + aux_sym_ctrl_match_repeat1 = 373, + aux_sym_match_pattern_repeat1 = 374, + aux_sym__match_pattern_list_repeat1 = 375, + aux_sym__match_pattern_record_repeat1 = 376, + aux_sym_pipe_element_repeat1 = 377, + aux_sym_overlay_use_repeat1 = 378, + aux_sym_command_list_repeat1 = 379, + aux_sym__parenthesized_body_repeat1 = 380, + aux_sym_val_binary_repeat1 = 381, + aux_sym__str_double_quotes_repeat1 = 382, + aux_sym__inter_single_quotes_repeat1 = 383, + aux_sym__inter_double_quotes_repeat1 = 384, + aux_sym_val_list_repeat1 = 385, + aux_sym_val_record_repeat1 = 386, + aux_sym_val_table_repeat1 = 387, + aux_sym_cell_path_repeat1 = 388, + aux_sym_command_repeat1 = 389, + aux_sym__command_parenthesized_body_repeat1 = 390, + anon_alias_sym_DOT_DOT = 391, + anon_alias_sym_DOT_DOT_LT = 392, + anon_alias_sym_DOT_DOT_EQ = 393, }; static const char * const ts_symbol_names[] = { @@ -649,83 +573,8 @@ static const char * const ts_symbol_names[] = { [aux_sym__val_number_token4] = "_val_number_token4", [aux_sym__val_number_token5] = "_val_number_token5", [aux_sym__val_number_token6] = "_val_number_token6", - [anon_sym_ns] = "ns", - [anon_sym_s] = "µs", - [anon_sym_us] = "us", - [anon_sym_ms] = "ms", - [anon_sym_sec] = "sec", - [anon_sym_min] = "min", - [anon_sym_hr] = "hr", - [anon_sym_day] = "day", - [anon_sym_wk] = "wk", - [anon_sym_b] = "b", - [anon_sym_B] = "B", - [anon_sym_kb] = "kb", - [anon_sym_kB] = "kB", - [anon_sym_Kb] = "Kb", - [anon_sym_KB] = "KB", - [anon_sym_mb] = "mb", - [anon_sym_mB] = "mB", - [anon_sym_Mb] = "Mb", - [anon_sym_MB] = "MB", - [anon_sym_gb] = "gb", - [anon_sym_gB] = "gB", - [anon_sym_Gb] = "Gb", - [anon_sym_GB] = "GB", - [anon_sym_tb] = "tb", - [anon_sym_tB] = "tB", - [anon_sym_Tb] = "Tb", - [anon_sym_TB] = "TB", - [anon_sym_pb] = "pb", - [anon_sym_pB] = "pB", - [anon_sym_Pb] = "Pb", - [anon_sym_PB] = "PB", - [anon_sym_eb] = "eb", - [anon_sym_eB] = "eB", - [anon_sym_Eb] = "Eb", - [anon_sym_EB] = "EB", - [anon_sym_kib] = "kib", - [anon_sym_kiB] = "kiB", - [anon_sym_kIB] = "kIB", - [anon_sym_kIb] = "kIb", - [anon_sym_Kib] = "Kib", - [anon_sym_KIb] = "KIb", - [anon_sym_KIB] = "KIB", - [anon_sym_mib] = "mib", - [anon_sym_miB] = "miB", - [anon_sym_mIB] = "mIB", - [anon_sym_mIb] = "mIb", - [anon_sym_Mib] = "Mib", - [anon_sym_MIb] = "MIb", - [anon_sym_MIB] = "MIB", - [anon_sym_gib] = "gib", - [anon_sym_giB] = "giB", - [anon_sym_gIB] = "gIB", - [anon_sym_gIb] = "gIb", - [anon_sym_Gib] = "Gib", - [anon_sym_GIb] = "GIb", - [anon_sym_GIB] = "GIB", - [anon_sym_tib] = "tib", - [anon_sym_tiB] = "tiB", - [anon_sym_tIB] = "tIB", - [anon_sym_tIb] = "tIb", - [anon_sym_Tib] = "Tib", - [anon_sym_TIb] = "TIb", - [anon_sym_TIB] = "TIB", - [anon_sym_pib] = "pib", - [anon_sym_piB] = "piB", - [anon_sym_pIB] = "pIB", - [anon_sym_pIb] = "pIb", - [anon_sym_Pib] = "Pib", - [anon_sym_PIb] = "PIb", - [anon_sym_PIB] = "PIB", - [anon_sym_eib] = "eib", - [anon_sym_eiB] = "eiB", - [anon_sym_eIB] = "eIB", - [anon_sym_eIb] = "eIb", - [anon_sym_Eib] = "Eib", - [anon_sym_EIb] = "EIb", - [anon_sym_EIB] = "EIB", + [sym_filesize_unit] = "filesize_unit", + [sym_duration_unit] = "duration_unit", [anon_sym_0b] = "0b", [anon_sym_0o] = "0o", [anon_sym_0x] = "0x", @@ -1121,83 +970,8 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym__val_number_token4] = aux_sym__val_number_token4, [aux_sym__val_number_token5] = aux_sym__val_number_token5, [aux_sym__val_number_token6] = aux_sym__val_number_token6, - [anon_sym_ns] = anon_sym_ns, - [anon_sym_s] = anon_sym_s, - [anon_sym_us] = anon_sym_us, - [anon_sym_ms] = anon_sym_ms, - [anon_sym_sec] = anon_sym_sec, - [anon_sym_min] = anon_sym_min, - [anon_sym_hr] = anon_sym_hr, - [anon_sym_day] = anon_sym_day, - [anon_sym_wk] = anon_sym_wk, - [anon_sym_b] = anon_sym_b, - [anon_sym_B] = anon_sym_B, - [anon_sym_kb] = anon_sym_kb, - [anon_sym_kB] = anon_sym_kB, - [anon_sym_Kb] = anon_sym_Kb, - [anon_sym_KB] = anon_sym_KB, - [anon_sym_mb] = anon_sym_mb, - [anon_sym_mB] = anon_sym_mB, - [anon_sym_Mb] = anon_sym_Mb, - [anon_sym_MB] = anon_sym_MB, - [anon_sym_gb] = anon_sym_gb, - [anon_sym_gB] = anon_sym_gB, - [anon_sym_Gb] = anon_sym_Gb, - [anon_sym_GB] = anon_sym_GB, - [anon_sym_tb] = anon_sym_tb, - [anon_sym_tB] = anon_sym_tB, - [anon_sym_Tb] = anon_sym_Tb, - [anon_sym_TB] = anon_sym_TB, - [anon_sym_pb] = anon_sym_pb, - [anon_sym_pB] = anon_sym_pB, - [anon_sym_Pb] = anon_sym_Pb, - [anon_sym_PB] = anon_sym_PB, - [anon_sym_eb] = anon_sym_eb, - [anon_sym_eB] = anon_sym_eB, - [anon_sym_Eb] = anon_sym_Eb, - [anon_sym_EB] = anon_sym_EB, - [anon_sym_kib] = anon_sym_kib, - [anon_sym_kiB] = anon_sym_kiB, - [anon_sym_kIB] = anon_sym_kIB, - [anon_sym_kIb] = anon_sym_kIb, - [anon_sym_Kib] = anon_sym_Kib, - [anon_sym_KIb] = anon_sym_KIb, - [anon_sym_KIB] = anon_sym_KIB, - [anon_sym_mib] = anon_sym_mib, - [anon_sym_miB] = anon_sym_miB, - [anon_sym_mIB] = anon_sym_mIB, - [anon_sym_mIb] = anon_sym_mIb, - [anon_sym_Mib] = anon_sym_Mib, - [anon_sym_MIb] = anon_sym_MIb, - [anon_sym_MIB] = anon_sym_MIB, - [anon_sym_gib] = anon_sym_gib, - [anon_sym_giB] = anon_sym_giB, - [anon_sym_gIB] = anon_sym_gIB, - [anon_sym_gIb] = anon_sym_gIb, - [anon_sym_Gib] = anon_sym_Gib, - [anon_sym_GIb] = anon_sym_GIb, - [anon_sym_GIB] = anon_sym_GIB, - [anon_sym_tib] = anon_sym_tib, - [anon_sym_tiB] = anon_sym_tiB, - [anon_sym_tIB] = anon_sym_tIB, - [anon_sym_tIb] = anon_sym_tIb, - [anon_sym_Tib] = anon_sym_Tib, - [anon_sym_TIb] = anon_sym_TIb, - [anon_sym_TIB] = anon_sym_TIB, - [anon_sym_pib] = anon_sym_pib, - [anon_sym_piB] = anon_sym_piB, - [anon_sym_pIB] = anon_sym_pIB, - [anon_sym_pIb] = anon_sym_pIb, - [anon_sym_Pib] = anon_sym_Pib, - [anon_sym_PIb] = anon_sym_PIb, - [anon_sym_PIB] = anon_sym_PIB, - [anon_sym_eib] = anon_sym_eib, - [anon_sym_eiB] = anon_sym_eiB, - [anon_sym_eIB] = anon_sym_eIB, - [anon_sym_eIb] = anon_sym_eIb, - [anon_sym_Eib] = anon_sym_Eib, - [anon_sym_EIb] = anon_sym_EIb, - [anon_sym_EIB] = anon_sym_EIB, + [sym_filesize_unit] = sym_filesize_unit, + [sym_duration_unit] = sym_duration_unit, [anon_sym_0b] = anon_sym_0b, [anon_sym_0o] = anon_sym_0o, [anon_sym_0x] = anon_sym_0x, @@ -2052,313 +1826,13 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [anon_sym_ns] = { + [sym_filesize_unit] = { .visible = true, - .named = false, - }, - [anon_sym_s] = { - .visible = true, - .named = false, - }, - [anon_sym_us] = { - .visible = true, - .named = false, - }, - [anon_sym_ms] = { - .visible = true, - .named = false, - }, - [anon_sym_sec] = { - .visible = true, - .named = false, - }, - [anon_sym_min] = { - .visible = true, - .named = false, - }, - [anon_sym_hr] = { - .visible = true, - .named = false, - }, - [anon_sym_day] = { - .visible = true, - .named = false, - }, - [anon_sym_wk] = { - .visible = true, - .named = false, - }, - [anon_sym_b] = { - .visible = true, - .named = false, - }, - [anon_sym_B] = { - .visible = true, - .named = false, - }, - [anon_sym_kb] = { - .visible = true, - .named = false, - }, - [anon_sym_kB] = { - .visible = true, - .named = false, - }, - [anon_sym_Kb] = { - .visible = true, - .named = false, - }, - [anon_sym_KB] = { - .visible = true, - .named = false, - }, - [anon_sym_mb] = { - .visible = true, - .named = false, - }, - [anon_sym_mB] = { - .visible = true, - .named = false, - }, - [anon_sym_Mb] = { - .visible = true, - .named = false, - }, - [anon_sym_MB] = { - .visible = true, - .named = false, - }, - [anon_sym_gb] = { - .visible = true, - .named = false, - }, - [anon_sym_gB] = { - .visible = true, - .named = false, - }, - [anon_sym_Gb] = { - .visible = true, - .named = false, - }, - [anon_sym_GB] = { - .visible = true, - .named = false, - }, - [anon_sym_tb] = { - .visible = true, - .named = false, - }, - [anon_sym_tB] = { - .visible = true, - .named = false, - }, - [anon_sym_Tb] = { - .visible = true, - .named = false, - }, - [anon_sym_TB] = { - .visible = true, - .named = false, - }, - [anon_sym_pb] = { - .visible = true, - .named = false, - }, - [anon_sym_pB] = { - .visible = true, - .named = false, - }, - [anon_sym_Pb] = { - .visible = true, - .named = false, - }, - [anon_sym_PB] = { - .visible = true, - .named = false, - }, - [anon_sym_eb] = { - .visible = true, - .named = false, - }, - [anon_sym_eB] = { - .visible = true, - .named = false, - }, - [anon_sym_Eb] = { - .visible = true, - .named = false, - }, - [anon_sym_EB] = { - .visible = true, - .named = false, - }, - [anon_sym_kib] = { - .visible = true, - .named = false, - }, - [anon_sym_kiB] = { - .visible = true, - .named = false, - }, - [anon_sym_kIB] = { - .visible = true, - .named = false, - }, - [anon_sym_kIb] = { - .visible = true, - .named = false, - }, - [anon_sym_Kib] = { - .visible = true, - .named = false, - }, - [anon_sym_KIb] = { - .visible = true, - .named = false, - }, - [anon_sym_KIB] = { - .visible = true, - .named = false, - }, - [anon_sym_mib] = { - .visible = true, - .named = false, - }, - [anon_sym_miB] = { - .visible = true, - .named = false, - }, - [anon_sym_mIB] = { - .visible = true, - .named = false, - }, - [anon_sym_mIb] = { - .visible = true, - .named = false, - }, - [anon_sym_Mib] = { - .visible = true, - .named = false, - }, - [anon_sym_MIb] = { - .visible = true, - .named = false, - }, - [anon_sym_MIB] = { - .visible = true, - .named = false, - }, - [anon_sym_gib] = { - .visible = true, - .named = false, - }, - [anon_sym_giB] = { - .visible = true, - .named = false, - }, - [anon_sym_gIB] = { - .visible = true, - .named = false, - }, - [anon_sym_gIb] = { - .visible = true, - .named = false, - }, - [anon_sym_Gib] = { - .visible = true, - .named = false, - }, - [anon_sym_GIb] = { - .visible = true, - .named = false, - }, - [anon_sym_GIB] = { - .visible = true, - .named = false, - }, - [anon_sym_tib] = { - .visible = true, - .named = false, - }, - [anon_sym_tiB] = { - .visible = true, - .named = false, - }, - [anon_sym_tIB] = { - .visible = true, - .named = false, - }, - [anon_sym_tIb] = { - .visible = true, - .named = false, - }, - [anon_sym_Tib] = { - .visible = true, - .named = false, - }, - [anon_sym_TIb] = { - .visible = true, - .named = false, - }, - [anon_sym_TIB] = { - .visible = true, - .named = false, - }, - [anon_sym_pib] = { - .visible = true, - .named = false, - }, - [anon_sym_piB] = { - .visible = true, - .named = false, - }, - [anon_sym_pIB] = { - .visible = true, - .named = false, - }, - [anon_sym_pIb] = { - .visible = true, - .named = false, - }, - [anon_sym_Pib] = { - .visible = true, - .named = false, - }, - [anon_sym_PIb] = { - .visible = true, - .named = false, - }, - [anon_sym_PIB] = { - .visible = true, - .named = false, - }, - [anon_sym_eib] = { - .visible = true, - .named = false, - }, - [anon_sym_eiB] = { - .visible = true, - .named = false, - }, - [anon_sym_eIB] = { - .visible = true, - .named = false, - }, - [anon_sym_eIb] = { - .visible = true, - .named = false, - }, - [anon_sym_Eib] = { - .visible = true, - .named = false, - }, - [anon_sym_EIb] = { - .visible = true, - .named = false, + .named = true, }, - [anon_sym_EIB] = { + [sym_duration_unit] = { .visible = true, - .named = false, + .named = true, }, [anon_sym_0b] = { .visible = true, @@ -3318,7 +2792,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { }, }; -enum { +enum ts_field_identifiers { field_arg = 1, field_arg_str = 2, field_body = 3, @@ -4931,4097 +4405,4097 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1] = 1, [2] = 2, [3] = 3, - [4] = 2, - [5] = 5, - [6] = 6, + [4] = 3, + [5] = 3, + [6] = 3, [7] = 3, - [8] = 2, - [9] = 9, - [10] = 10, + [8] = 8, + [9] = 3, + [10] = 3, [11] = 3, - [12] = 12, - [13] = 13, - [14] = 6, - [15] = 15, - [16] = 6, - [17] = 5, - [18] = 10, - [19] = 2, - [20] = 20, - [21] = 3, - [22] = 10, - [23] = 5, - [24] = 24, - [25] = 9, - [26] = 12, - [27] = 27, - [28] = 9, - [29] = 12, - [30] = 30, - [31] = 10, - [32] = 5, - [33] = 9, - [34] = 20, - [35] = 13, - [36] = 12, - [37] = 20, - [38] = 6, - [39] = 15, - [40] = 40, - [41] = 13, - [42] = 24, - [43] = 27, - [44] = 24, - [45] = 15, - [46] = 20, + [12] = 8, + [13] = 3, + [14] = 3, + [15] = 3, + [16] = 3, + [17] = 3, + [18] = 18, + [19] = 18, + [20] = 18, + [21] = 18, + [22] = 22, + [23] = 22, + [24] = 22, + [25] = 25, + [26] = 22, + [27] = 22, + [28] = 22, + [29] = 22, + [30] = 22, + [31] = 22, + [32] = 22, + [33] = 22, + [34] = 22, + [35] = 22, + [36] = 22, + [37] = 22, + [38] = 22, + [39] = 22, + [40] = 22, + [41] = 22, + [42] = 25, + [43] = 22, + [44] = 25, + [45] = 22, + [46] = 25, [47] = 47, - [48] = 48, - [49] = 49, - [50] = 13, - [51] = 30, - [52] = 15, - [53] = 40, - [54] = 24, - [55] = 49, - [56] = 47, - [57] = 48, - [58] = 2, - [59] = 3, - [60] = 12, - [61] = 6, - [62] = 5, - [63] = 10, - [64] = 3, - [65] = 9, - [66] = 2, - [67] = 10, - [68] = 12, - [69] = 13, - [70] = 24, - [71] = 15, - [72] = 6, - [73] = 13, - [74] = 9, - [75] = 24, - [76] = 20, - [77] = 27, - [78] = 15, - [79] = 5, - [80] = 20, - [81] = 40, - [82] = 30, - [83] = 48, - [84] = 49, - [85] = 47, - [86] = 86, - [87] = 87, - [88] = 87, - [89] = 87, - [90] = 87, - [91] = 87, - [92] = 87, - [93] = 87, - [94] = 87, - [95] = 87, - [96] = 96, - [97] = 87, - [98] = 87, - [99] = 87, - [100] = 96, - [101] = 87, - [102] = 3, - [103] = 2, - [104] = 9, - [105] = 6, - [106] = 5, - [107] = 12, - [108] = 2, - [109] = 10, - [110] = 3, - [111] = 10, - [112] = 6, - [113] = 20, - [114] = 27, - [115] = 13, - [116] = 15, - [117] = 12, - [118] = 24, - [119] = 5, - [120] = 120, - [121] = 9, - [122] = 120, - [123] = 13, - [124] = 20, - [125] = 24, - [126] = 40, - [127] = 27, - [128] = 40, - [129] = 15, - [130] = 40, - [131] = 40, - [132] = 49, - [133] = 48, - [134] = 47, - [135] = 48, - [136] = 47, - [137] = 49, + [48] = 22, + [49] = 22, + [50] = 50, + [51] = 51, + [52] = 50, + [53] = 53, + [54] = 54, + [55] = 50, + [56] = 53, + [57] = 54, + [58] = 50, + [59] = 53, + [60] = 54, + [61] = 50, + [62] = 53, + [63] = 54, + [64] = 53, + [65] = 50, + [66] = 53, + [67] = 53, + [68] = 54, + [69] = 53, + [70] = 53, + [71] = 50, + [72] = 53, + [73] = 54, + [74] = 50, + [75] = 53, + [76] = 54, + [77] = 53, + [78] = 53, + [79] = 54, + [80] = 53, + [81] = 54, + [82] = 53, + [83] = 53, + [84] = 51, + [85] = 53, + [86] = 53, + [87] = 50, + [88] = 53, + [89] = 54, + [90] = 53, + [91] = 53, + [92] = 53, + [93] = 53, + [94] = 53, + [95] = 54, + [96] = 53, + [97] = 54, + [98] = 53, + [99] = 53, + [100] = 54, + [101] = 50, + [102] = 53, + [103] = 53, + [104] = 53, + [105] = 54, + [106] = 53, + [107] = 53, + [108] = 50, + [109] = 54, + [110] = 53, + [111] = 53, + [112] = 53, + [113] = 113, + [114] = 114, + [115] = 114, + [116] = 116, + [117] = 117, + [118] = 118, + [119] = 119, + [120] = 119, + [121] = 118, + [122] = 122, + [123] = 119, + [124] = 124, + [125] = 125, + [126] = 118, + [127] = 127, + [128] = 128, + [129] = 129, + [130] = 124, + [131] = 119, + [132] = 132, + [133] = 127, + [134] = 125, + [135] = 135, + [136] = 128, + [137] = 137, [138] = 138, - [139] = 138, - [140] = 138, - [141] = 138, - [142] = 142, + [139] = 139, + [140] = 129, + [141] = 118, + [142] = 122, [143] = 143, - [144] = 143, - [145] = 143, - [146] = 143, - [147] = 143, - [148] = 143, - [149] = 143, - [150] = 143, - [151] = 143, - [152] = 143, - [153] = 143, - [154] = 143, - [155] = 142, - [156] = 143, - [157] = 143, - [158] = 142, - [159] = 142, - [160] = 143, - [161] = 143, - [162] = 143, - [163] = 143, - [164] = 143, - [165] = 143, - [166] = 143, + [144] = 144, + [145] = 145, + [146] = 127, + [147] = 125, + [148] = 122, + [149] = 129, + [150] = 150, + [151] = 124, + [152] = 152, + [153] = 153, + [154] = 154, + [155] = 124, + [156] = 150, + [157] = 137, + [158] = 158, + [159] = 125, + [160] = 160, + [161] = 144, + [162] = 132, + [163] = 122, + [164] = 150, + [165] = 144, + [166] = 166, [167] = 143, - [168] = 168, - [169] = 143, - [170] = 170, + [168] = 127, + [169] = 169, + [170] = 135, [171] = 171, - [172] = 171, - [173] = 171, - [174] = 171, - [175] = 170, + [172] = 132, + [173] = 139, + [174] = 139, + [175] = 143, [176] = 176, - [177] = 171, - [178] = 176, - [179] = 171, - [180] = 171, - [181] = 181, - [182] = 171, - [183] = 171, - [184] = 170, - [185] = 176, - [186] = 171, - [187] = 171, - [188] = 176, - [189] = 171, - [190] = 171, - [191] = 171, - [192] = 171, + [177] = 177, + [178] = 138, + [179] = 135, + [180] = 129, + [181] = 137, + [182] = 176, + [183] = 183, + [184] = 145, + [185] = 185, + [186] = 186, + [187] = 187, + [188] = 188, + [189] = 137, + [190] = 190, + [191] = 153, + [192] = 187, [193] = 171, - [194] = 171, - [195] = 171, - [196] = 171, - [197] = 170, - [198] = 176, - [199] = 170, - [200] = 170, - [201] = 170, - [202] = 176, - [203] = 171, - [204] = 171, - [205] = 181, - [206] = 171, - [207] = 176, - [208] = 170, - [209] = 171, - [210] = 171, - [211] = 176, - [212] = 171, - [213] = 170, - [214] = 3, - [215] = 2, - [216] = 171, - [217] = 171, - [218] = 171, - [219] = 171, - [220] = 170, - [221] = 176, - [222] = 171, - [223] = 171, - [224] = 176, - [225] = 176, - [226] = 171, - [227] = 171, - [228] = 176, - [229] = 170, - [230] = 176, - [231] = 171, - [232] = 176, - [233] = 176, - [234] = 171, - [235] = 235, - [236] = 2, - [237] = 10, - [238] = 235, - [239] = 12, - [240] = 5, - [241] = 3, - [242] = 6, + [194] = 194, + [195] = 177, + [196] = 144, + [197] = 169, + [198] = 158, + [199] = 132, + [200] = 166, + [201] = 145, + [202] = 202, + [203] = 185, + [204] = 132, + [205] = 143, + [206] = 206, + [207] = 137, + [208] = 208, + [209] = 176, + [210] = 139, + [211] = 139, + [212] = 160, + [213] = 152, + [214] = 176, + [215] = 135, + [216] = 216, + [217] = 183, + [218] = 150, + [219] = 154, + [220] = 220, + [221] = 186, + [222] = 222, + [223] = 153, + [224] = 188, + [225] = 220, + [226] = 226, + [227] = 187, + [228] = 194, + [229] = 206, + [230] = 183, + [231] = 208, + [232] = 232, + [233] = 233, + [234] = 202, + [235] = 216, + [236] = 186, + [237] = 237, + [238] = 238, + [239] = 239, + [240] = 216, + [241] = 241, + [242] = 220, [243] = 243, - [244] = 9, - [245] = 6, - [246] = 9, - [247] = 5, - [248] = 27, - [249] = 24, - [250] = 12, - [251] = 15, - [252] = 13, - [253] = 10, - [254] = 20, - [255] = 30, - [256] = 24, - [257] = 15, - [258] = 40, - [259] = 13, - [260] = 20, - [261] = 49, - [262] = 47, - [263] = 48, + [244] = 244, + [245] = 245, + [246] = 226, + [247] = 247, + [248] = 186, + [249] = 249, + [250] = 183, + [251] = 251, + [252] = 252, + [253] = 233, + [254] = 254, + [255] = 255, + [256] = 256, + [257] = 257, + [258] = 258, + [259] = 259, + [260] = 260, + [261] = 194, + [262] = 262, + [263] = 263, [264] = 264, - [265] = 265, - [266] = 2, - [267] = 3, - [268] = 12, - [269] = 6, - [270] = 3, - [271] = 2, - [272] = 9, - [273] = 10, - [274] = 5, - [275] = 24, - [276] = 9, - [277] = 15, - [278] = 6, - [279] = 20, - [280] = 120, - [281] = 13, - [282] = 12, - [283] = 10, - [284] = 5, - [285] = 15, - [286] = 40, - [287] = 13, - [288] = 20, - [289] = 24, - [290] = 120, - [291] = 2, - [292] = 2, - [293] = 40, - [294] = 3, - [295] = 49, - [296] = 47, - [297] = 3, - [298] = 48, - [299] = 2, - [300] = 3, - [301] = 49, - [302] = 6, - [303] = 9, - [304] = 10, - [305] = 3, - [306] = 48, - [307] = 5, - [308] = 10, - [309] = 9, - [310] = 6, - [311] = 12, - [312] = 2, - [313] = 47, - [314] = 12, - [315] = 5, - [316] = 10, - [317] = 13, - [318] = 24, - [319] = 15, - [320] = 12, - [321] = 30, - [322] = 9, - [323] = 20, - [324] = 6, - [325] = 5, - [326] = 20, - [327] = 2, - [328] = 10, - [329] = 3, - [330] = 27, - [331] = 2, - [332] = 9, - [333] = 24, - [334] = 12, - [335] = 5, - [336] = 6, - [337] = 13, - [338] = 3, - [339] = 15, - [340] = 20, - [341] = 12, - [342] = 40, - [343] = 9, - [344] = 10, - [345] = 6, - [346] = 5, - [347] = 20, - [348] = 15, - [349] = 10, - [350] = 350, - [351] = 24, - [352] = 12, - [353] = 49, - [354] = 27, - [355] = 27, - [356] = 2, - [357] = 15, - [358] = 47, - [359] = 6, - [360] = 24, - [361] = 13, - [362] = 48, - [363] = 3, - [364] = 13, - [365] = 9, - [366] = 5, - [367] = 40, - [368] = 10, - [369] = 48, - [370] = 5, - [371] = 6, - [372] = 9, - [373] = 40, - [374] = 30, - [375] = 13, - [376] = 20, - [377] = 24, - [378] = 20, - [379] = 3, - [380] = 2, - [381] = 350, - [382] = 13, - [383] = 15, - [384] = 15, - [385] = 27, - [386] = 3, - [387] = 24, - [388] = 12, - [389] = 49, - [390] = 2, - [391] = 6, - [392] = 12, - [393] = 27, - [394] = 12, - [395] = 6, - [396] = 20, - [397] = 13, - [398] = 10, - [399] = 5, - [400] = 9, - [401] = 15, - [402] = 24, - [403] = 9, - [404] = 5, - [405] = 10, - [406] = 40, - [407] = 20, - [408] = 30, - [409] = 48, - [410] = 3, - [411] = 15, - [412] = 27, - [413] = 2, - [414] = 20, - [415] = 2, - [416] = 15, - [417] = 13, - [418] = 3, - [419] = 30, - [420] = 24, - [421] = 24, - [422] = 49, - [423] = 13, - [424] = 40, - [425] = 3, - [426] = 10, - [427] = 48, - [428] = 40, - [429] = 3, - [430] = 47, - [431] = 30, - [432] = 6, - [433] = 5, - [434] = 10, - [435] = 12, - [436] = 49, - [437] = 2, - [438] = 9, - [439] = 2, - [440] = 6, - [441] = 441, - [442] = 12, - [443] = 2, - [444] = 3, - [445] = 5, - [446] = 9, - [447] = 12, - [448] = 30, - [449] = 10, - [450] = 5, - [451] = 47, - [452] = 10, - [453] = 9, - [454] = 9, - [455] = 20, - [456] = 12, - [457] = 15, - [458] = 6, - [459] = 5, - [460] = 6, - [461] = 13, - [462] = 24, - [463] = 24, - [464] = 13, - [465] = 15, - [466] = 27, - [467] = 10, - [468] = 6, - [469] = 5, - [470] = 20, - [471] = 47, - [472] = 9, - [473] = 12, - [474] = 15, - [475] = 15, - [476] = 120, - [477] = 13, - [478] = 2, - [479] = 27, - [480] = 40, - [481] = 24, - [482] = 20, - [483] = 13, - [484] = 484, - [485] = 27, - [486] = 15, - [487] = 20, - [488] = 24, - [489] = 3, - [490] = 20, - [491] = 13, - [492] = 24, - [493] = 493, - [494] = 30, - [495] = 9, - [496] = 10, - [497] = 6, - [498] = 40, - [499] = 5, - [500] = 40, - [501] = 12, - [502] = 30, + [265] = 188, + [266] = 266, + [267] = 267, + [268] = 268, + [269] = 269, + [270] = 270, + [271] = 271, + [272] = 272, + [273] = 237, + [274] = 274, + [275] = 275, + [276] = 222, + [277] = 277, + [278] = 278, + [279] = 279, + [280] = 280, + [281] = 281, + [282] = 282, + [283] = 283, + [284] = 284, + [285] = 285, + [286] = 286, + [287] = 194, + [288] = 233, + [289] = 289, + [290] = 290, + [291] = 232, + [292] = 292, + [293] = 293, + [294] = 294, + [295] = 295, + [296] = 296, + [297] = 297, + [298] = 298, + [299] = 299, + [300] = 300, + [301] = 301, + [302] = 302, + [303] = 303, + [304] = 304, + [305] = 305, + [306] = 306, + [307] = 307, + [308] = 308, + [309] = 309, + [310] = 304, + [311] = 241, + [312] = 277, + [313] = 278, + [314] = 256, + [315] = 279, + [316] = 281, + [317] = 283, + [318] = 284, + [319] = 289, + [320] = 290, + [321] = 295, + [322] = 292, + [323] = 296, + [324] = 297, + [325] = 298, + [326] = 247, + [327] = 245, + [328] = 302, + [329] = 194, + [330] = 306, + [331] = 294, + [332] = 293, + [333] = 282, + [334] = 303, + [335] = 305, + [336] = 299, + [337] = 269, + [338] = 238, + [339] = 268, + [340] = 233, + [341] = 274, + [342] = 271, + [343] = 309, + [344] = 186, + [345] = 267, + [346] = 255, + [347] = 307, + [348] = 270, + [349] = 266, + [350] = 301, + [351] = 300, + [352] = 243, + [353] = 244, + [354] = 272, + [355] = 251, + [356] = 254, + [357] = 239, + [358] = 258, + [359] = 262, + [360] = 308, + [361] = 260, + [362] = 275, + [363] = 280, + [364] = 257, + [365] = 249, + [366] = 285, + [367] = 286, + [368] = 263, + [369] = 252, + [370] = 264, + [371] = 259, + [372] = 183, + [373] = 118, + [374] = 119, + [375] = 127, + [376] = 122, + [377] = 124, + [378] = 129, + [379] = 125, + [380] = 118, + [381] = 119, + [382] = 128, + [383] = 138, + [384] = 150, + [385] = 144, + [386] = 143, + [387] = 127, + [388] = 135, + [389] = 129, + [390] = 122, + [391] = 124, + [392] = 125, + [393] = 185, + [394] = 143, + [395] = 177, + [396] = 137, + [397] = 137, + [398] = 158, + [399] = 152, + [400] = 154, + [401] = 150, + [402] = 169, + [403] = 139, + [404] = 166, + [405] = 144, + [406] = 171, + [407] = 160, + [408] = 135, + [409] = 132, + [410] = 139, + [411] = 132, + [412] = 176, + [413] = 145, + [414] = 176, + [415] = 206, + [416] = 202, + [417] = 186, + [418] = 208, + [419] = 187, + [420] = 153, + [421] = 183, + [422] = 237, + [423] = 226, + [424] = 222, + [425] = 194, + [426] = 216, + [427] = 220, + [428] = 233, + [429] = 188, + [430] = 232, + [431] = 304, + [432] = 297, + [433] = 285, + [434] = 241, + [435] = 183, + [436] = 243, + [437] = 301, + [438] = 280, + [439] = 305, + [440] = 294, + [441] = 256, + [442] = 255, + [443] = 308, + [444] = 244, + [445] = 251, + [446] = 270, + [447] = 254, + [448] = 194, + [449] = 258, + [450] = 238, + [451] = 233, + [452] = 262, + [453] = 252, + [454] = 267, + [455] = 275, + [456] = 293, + [457] = 249, + [458] = 263, + [459] = 247, + [460] = 245, + [461] = 268, + [462] = 303, + [463] = 269, + [464] = 295, + [465] = 286, + [466] = 299, + [467] = 282, + [468] = 302, + [469] = 264, + [470] = 298, + [471] = 257, + [472] = 306, + [473] = 296, + [474] = 274, + [475] = 292, + [476] = 290, + [477] = 307, + [478] = 272, + [479] = 289, + [480] = 266, + [481] = 260, + [482] = 186, + [483] = 284, + [484] = 259, + [485] = 300, + [486] = 239, + [487] = 309, + [488] = 271, + [489] = 277, + [490] = 278, + [491] = 279, + [492] = 281, + [493] = 283, + [494] = 494, + [495] = 495, + [496] = 495, + [497] = 497, + [498] = 498, + [499] = 499, + [500] = 500, + [501] = 500, + [502] = 502, [503] = 503, - [504] = 15, - [505] = 20, - [506] = 484, - [507] = 47, - [508] = 48, - [509] = 13, - [510] = 24, - [511] = 49, - [512] = 493, + [504] = 503, + [505] = 499, + [506] = 506, + [507] = 507, + [508] = 508, + [509] = 509, + [510] = 510, + [511] = 511, + [512] = 512, [513] = 513, [514] = 514, [515] = 515, - [516] = 516, + [516] = 515, [517] = 517, [518] = 518, - [519] = 514, + [519] = 519, [520] = 520, - [521] = 517, - [522] = 515, - [523] = 518, + [521] = 119, + [522] = 522, + [523] = 523, [524] = 524, [525] = 525, [526] = 526, [527] = 527, - [528] = 528, - [529] = 529, - [530] = 530, - [531] = 531, - [532] = 532, - [533] = 517, - [534] = 516, - [535] = 532, - [536] = 518, - [537] = 537, - [538] = 538, - [539] = 516, - [540] = 518, - [541] = 527, - [542] = 516, - [543] = 531, + [528] = 118, + [529] = 525, + [530] = 124, + [531] = 119, + [532] = 127, + [533] = 122, + [534] = 128, + [535] = 524, + [536] = 526, + [537] = 522, + [538] = 527, + [539] = 129, + [540] = 125, + [541] = 523, + [542] = 118, + [543] = 543, [544] = 544, - [545] = 517, - [546] = 515, - [547] = 526, - [548] = 530, - [549] = 516, - [550] = 528, - [551] = 524, - [552] = 552, - [553] = 525, - [554] = 554, - [555] = 517, - [556] = 538, - [557] = 520, - [558] = 532, - [559] = 532, + [545] = 545, + [546] = 546, + [547] = 129, + [548] = 122, + [549] = 549, + [550] = 127, + [551] = 135, + [552] = 125, + [553] = 143, + [554] = 144, + [555] = 555, + [556] = 556, + [557] = 557, + [558] = 558, + [559] = 559, [560] = 560, - [561] = 529, - [562] = 537, - [563] = 563, - [564] = 518, - [565] = 563, - [566] = 520, - [567] = 552, - [568] = 568, - [569] = 569, - [570] = 525, - [571] = 531, - [572] = 526, + [561] = 561, + [562] = 150, + [563] = 124, + [564] = 128, + [565] = 565, + [566] = 138, + [567] = 558, + [568] = 549, + [569] = 544, + [570] = 545, + [571] = 546, + [572] = 555, [573] = 573, - [574] = 560, - [575] = 575, - [576] = 554, - [577] = 577, - [578] = 578, - [579] = 526, - [580] = 580, - [581] = 581, - [582] = 582, - [583] = 583, - [584] = 554, - [585] = 585, + [574] = 574, + [575] = 139, + [576] = 576, + [577] = 543, + [578] = 143, + [579] = 137, + [580] = 177, + [581] = 559, + [582] = 560, + [583] = 185, + [584] = 160, + [585] = 160, [586] = 586, [587] = 587, - [588] = 588, - [589] = 589, + [588] = 137, + [589] = 176, [590] = 590, - [591] = 591, + [591] = 144, [592] = 592, - [593] = 568, + [593] = 138, [594] = 594, - [595] = 595, + [595] = 150, [596] = 596, - [597] = 597, - [598] = 598, - [599] = 575, - [600] = 600, - [601] = 601, - [602] = 602, - [603] = 603, - [604] = 525, - [605] = 605, - [606] = 569, - [607] = 607, + [597] = 166, + [598] = 557, + [599] = 171, + [600] = 135, + [601] = 176, + [602] = 169, + [603] = 132, + [604] = 561, + [605] = 132, + [606] = 158, + [607] = 139, [608] = 608, - [609] = 609, - [610] = 552, - [611] = 611, - [612] = 612, - [613] = 613, - [614] = 614, - [615] = 615, + [609] = 556, + [610] = 145, + [611] = 565, + [612] = 154, + [613] = 137, + [614] = 171, + [615] = 176, [616] = 616, - [617] = 617, - [618] = 618, - [619] = 619, + [617] = 587, + [618] = 586, + [619] = 139, [620] = 620, - [621] = 577, - [622] = 622, - [623] = 623, - [624] = 624, - [625] = 573, - [626] = 626, - [627] = 627, - [628] = 628, + [621] = 621, + [622] = 573, + [623] = 132, + [624] = 592, + [625] = 625, + [626] = 594, + [627] = 576, + [628] = 160, [629] = 629, - [630] = 630, - [631] = 631, - [632] = 632, - [633] = 633, - [634] = 634, - [635] = 635, - [636] = 554, - [637] = 637, - [638] = 638, - [639] = 639, - [640] = 640, - [641] = 573, - [642] = 642, - [643] = 560, - [644] = 644, - [645] = 645, - [646] = 646, - [647] = 647, - [648] = 648, - [649] = 563, - [650] = 622, - [651] = 586, - [652] = 585, - [653] = 629, - [654] = 637, - [655] = 631, - [656] = 608, - [657] = 582, - [658] = 601, - [659] = 587, - [660] = 647, - [661] = 583, - [662] = 588, - [663] = 607, - [664] = 603, - [665] = 615, - [666] = 648, - [667] = 646, - [668] = 525, - [669] = 623, - [670] = 600, - [671] = 613, - [672] = 626, - [673] = 644, - [674] = 526, - [675] = 634, - [676] = 645, - [677] = 596, - [678] = 628, - [679] = 598, - [680] = 581, - [681] = 597, - [682] = 620, - [683] = 591, - [684] = 595, - [685] = 589, - [686] = 590, - [687] = 618, - [688] = 627, - [689] = 624, - [690] = 554, - [691] = 578, - [692] = 638, - [693] = 605, - [694] = 609, - [695] = 580, - [696] = 611, - [697] = 635, - [698] = 614, - [699] = 617, - [700] = 619, - [701] = 594, - [702] = 592, - [703] = 632, - [704] = 630, - [705] = 633, - [706] = 640, - [707] = 639, - [708] = 642, - [709] = 573, - [710] = 616, - [711] = 612, - [712] = 602, - [713] = 2, - [714] = 3, - [715] = 514, - [716] = 3, - [717] = 2, - [718] = 5, - [719] = 6, - [720] = 9, - [721] = 12, - [722] = 10, - [723] = 24, - [724] = 12, - [725] = 529, - [726] = 20, - [727] = 528, - [728] = 6, - [729] = 515, - [730] = 15, - [731] = 527, - [732] = 518, - [733] = 532, - [734] = 9, - [735] = 120, - [736] = 530, - [737] = 5, - [738] = 516, - [739] = 518, - [740] = 516, - [741] = 517, - [742] = 524, - [743] = 532, - [744] = 538, - [745] = 10, - [746] = 517, - [747] = 537, - [748] = 13, - [749] = 531, - [750] = 120, - [751] = 520, - [752] = 525, - [753] = 20, - [754] = 15, - [755] = 24, - [756] = 526, - [757] = 13, - [758] = 40, - [759] = 563, - [760] = 569, - [761] = 552, - [762] = 40, - [763] = 49, - [764] = 568, - [765] = 513, - [766] = 573, - [767] = 575, - [768] = 577, - [769] = 48, - [770] = 554, - [771] = 560, - [772] = 600, - [773] = 618, - [774] = 626, - [775] = 624, - [776] = 587, - [777] = 578, - [778] = 595, - [779] = 597, - [780] = 622, - [781] = 598, - [782] = 581, - [783] = 580, - [784] = 590, - [785] = 602, - [786] = 616, - [787] = 634, - [788] = 639, - [789] = 586, - [790] = 648, - [791] = 605, - [792] = 628, - [793] = 608, - [794] = 601, - [795] = 623, - [796] = 582, - [797] = 588, - [798] = 594, - [799] = 617, - [800] = 609, - [801] = 596, - [802] = 638, - [803] = 614, - [804] = 630, - [805] = 629, - [806] = 526, - [807] = 637, - [808] = 635, - [809] = 647, - [810] = 615, - [811] = 644, - [812] = 619, - [813] = 585, - [814] = 612, - [815] = 611, - [816] = 554, - [817] = 627, - [818] = 631, - [819] = 646, - [820] = 525, - [821] = 632, - [822] = 613, - [823] = 583, - [824] = 645, - [825] = 573, - [826] = 633, - [827] = 591, - [828] = 642, - [829] = 640, - [830] = 589, - [831] = 607, - [832] = 603, - [833] = 620, - [834] = 592, - [835] = 835, - [836] = 836, - [837] = 837, - [838] = 836, - [839] = 839, - [840] = 835, - [841] = 839, - [842] = 842, - [843] = 837, - [844] = 844, - [845] = 845, + [630] = 145, + [631] = 154, + [632] = 208, + [633] = 166, + [634] = 137, + [635] = 132, + [636] = 574, + [637] = 139, + [638] = 590, + [639] = 169, + [640] = 202, + [641] = 206, + [642] = 160, + [643] = 128, + [644] = 187, + [645] = 176, + [646] = 158, + [647] = 596, + [648] = 177, + [649] = 183, + [650] = 153, + [651] = 186, + [652] = 185, + [653] = 653, + [654] = 654, + [655] = 655, + [656] = 128, + [657] = 657, + [658] = 183, + [659] = 208, + [660] = 237, + [661] = 194, + [662] = 186, + [663] = 220, + [664] = 202, + [665] = 226, + [666] = 206, + [667] = 153, + [668] = 187, + [669] = 128, + [670] = 670, + [671] = 671, + [672] = 672, + [673] = 673, + [674] = 222, + [675] = 675, + [676] = 232, + [677] = 677, + [678] = 233, + [679] = 188, + [680] = 216, + [681] = 681, + [682] = 249, + [683] = 275, + [684] = 259, + [685] = 233, + [686] = 254, + [687] = 222, + [688] = 307, + [689] = 260, + [690] = 194, + [691] = 238, + [692] = 183, + [693] = 282, + [694] = 278, + [695] = 293, + [696] = 271, + [697] = 233, + [698] = 303, + [699] = 305, + [700] = 681, + [701] = 251, + [702] = 671, + [703] = 670, + [704] = 239, + [705] = 677, + [706] = 220, + [707] = 255, + [708] = 284, + [709] = 256, + [710] = 269, + [711] = 247, + [712] = 308, + [713] = 257, + [714] = 232, + [715] = 289, + [716] = 266, + [717] = 272, + [718] = 672, + [719] = 274, + [720] = 244, + [721] = 188, + [722] = 290, + [723] = 292, + [724] = 296, + [725] = 243, + [726] = 277, + [727] = 295, + [728] = 300, + [729] = 268, + [730] = 306, + [731] = 304, + [732] = 283, + [733] = 673, + [734] = 252, + [735] = 294, + [736] = 309, + [737] = 298, + [738] = 186, + [739] = 216, + [740] = 237, + [741] = 264, + [742] = 263, + [743] = 262, + [744] = 194, + [745] = 258, + [746] = 241, + [747] = 280, + [748] = 128, + [749] = 245, + [750] = 285, + [751] = 286, + [752] = 158, + [753] = 281, + [754] = 299, + [755] = 301, + [756] = 267, + [757] = 226, + [758] = 279, + [759] = 270, + [760] = 297, + [761] = 302, + [762] = 762, + [763] = 281, + [764] = 247, + [765] = 245, + [766] = 171, + [767] = 309, + [768] = 304, + [769] = 158, + [770] = 298, + [771] = 297, + [772] = 296, + [773] = 773, + [774] = 132, + [775] = 249, + [776] = 305, + [777] = 176, + [778] = 139, + [779] = 299, + [780] = 780, + [781] = 145, + [782] = 194, + [783] = 252, + [784] = 292, + [785] = 290, + [786] = 289, + [787] = 255, + [788] = 256, + [789] = 254, + [790] = 169, + [791] = 303, + [792] = 284, + [793] = 262, + [794] = 132, + [795] = 283, + [796] = 263, + [797] = 300, + [798] = 139, + [799] = 264, + [800] = 137, + [801] = 801, + [802] = 802, + [803] = 233, + [804] = 279, + [805] = 239, + [806] = 278, + [807] = 286, + [808] = 257, + [809] = 277, + [810] = 271, + [811] = 285, + [812] = 269, + [813] = 268, + [814] = 302, + [815] = 259, + [816] = 267, + [817] = 282, + [818] = 270, + [819] = 301, + [820] = 241, + [821] = 260, + [822] = 266, + [823] = 280, + [824] = 243, + [825] = 244, + [826] = 238, + [827] = 307, + [828] = 308, + [829] = 294, + [830] = 258, + [831] = 158, + [832] = 272, + [833] = 137, + [834] = 274, + [835] = 186, + [836] = 293, + [837] = 251, + [838] = 306, + [839] = 295, + [840] = 275, + [841] = 183, + [842] = 176, + [843] = 773, + [844] = 762, + [845] = 187, [846] = 846, - [847] = 847, - [848] = 848, + [847] = 846, + [848] = 524, [849] = 849, - [850] = 850, - [851] = 851, - [852] = 852, - [853] = 853, - [854] = 854, + [850] = 169, + [851] = 846, + [852] = 846, + [853] = 525, + [854] = 846, [855] = 855, - [856] = 856, + [856] = 237, [857] = 857, - [858] = 855, + [858] = 846, [859] = 859, - [860] = 860, + [860] = 802, [861] = 861, - [862] = 862, - [863] = 863, - [864] = 864, - [865] = 865, - [866] = 866, - [867] = 867, - [868] = 514, - [869] = 864, - [870] = 866, - [871] = 867, - [872] = 862, - [873] = 863, - [874] = 865, - [875] = 875, + [862] = 780, + [863] = 132, + [864] = 861, + [865] = 522, + [866] = 846, + [867] = 139, + [868] = 527, + [869] = 869, + [870] = 846, + [871] = 846, + [872] = 137, + [873] = 859, + [874] = 780, + [875] = 171, [876] = 876, - [877] = 877, - [878] = 878, - [879] = 879, - [880] = 880, - [881] = 881, - [882] = 882, - [883] = 883, - [884] = 514, - [885] = 885, - [886] = 886, - [887] = 887, - [888] = 524, - [889] = 877, - [890] = 516, - [891] = 883, - [892] = 885, - [893] = 893, - [894] = 875, - [895] = 895, - [896] = 527, - [897] = 878, - [898] = 898, - [899] = 532, - [900] = 537, - [901] = 886, - [902] = 882, + [877] = 876, + [878] = 523, + [879] = 145, + [880] = 846, + [881] = 137, + [882] = 846, + [883] = 855, + [884] = 132, + [885] = 526, + [886] = 183, + [887] = 846, + [888] = 153, + [889] = 889, + [890] = 846, + [891] = 891, + [892] = 846, + [893] = 176, + [894] = 894, + [895] = 232, + [896] = 139, + [897] = 846, + [898] = 186, + [899] = 158, + [900] = 802, + [901] = 176, + [902] = 232, [903] = 903, - [904] = 518, - [905] = 905, - [906] = 876, - [907] = 907, - [908] = 518, - [909] = 530, - [910] = 532, - [911] = 911, - [912] = 517, - [913] = 529, - [914] = 516, + [904] = 904, + [905] = 188, + [906] = 906, + [907] = 237, + [908] = 876, + [909] = 861, + [910] = 300, + [911] = 780, + [912] = 802, + [913] = 913, + [914] = 889, [915] = 915, - [916] = 879, - [917] = 881, - [918] = 528, - [919] = 880, + [916] = 916, + [917] = 232, + [918] = 305, + [919] = 919, [920] = 920, - [921] = 515, - [922] = 538, - [923] = 517, - [924] = 924, - [925] = 887, - [926] = 530, - [927] = 524, - [928] = 893, - [929] = 515, - [930] = 930, - [931] = 898, - [932] = 903, - [933] = 920, - [934] = 518, - [935] = 531, - [936] = 895, - [937] = 518, - [938] = 911, - [939] = 532, - [940] = 517, - [941] = 527, - [942] = 942, - [943] = 520, - [944] = 907, - [945] = 516, - [946] = 514, - [947] = 529, - [948] = 948, - [949] = 905, - [950] = 950, - [951] = 528, - [952] = 952, - [953] = 516, - [954] = 532, - [955] = 525, - [956] = 517, - [957] = 915, - [958] = 538, - [959] = 526, - [960] = 537, - [961] = 514, - [962] = 962, - [963] = 526, - [964] = 560, - [965] = 525, - [966] = 568, - [967] = 575, - [968] = 573, + [921] = 921, + [922] = 922, + [923] = 923, + [924] = 186, + [925] = 925, + [926] = 302, + [927] = 927, + [928] = 233, + [929] = 186, + [930] = 869, + [931] = 153, + [932] = 932, + [933] = 237, + [934] = 187, + [935] = 304, + [936] = 936, + [937] = 937, + [938] = 938, + [939] = 183, + [940] = 940, + [941] = 869, + [942] = 307, + [943] = 303, + [944] = 889, + [945] = 945, + [946] = 946, + [947] = 947, + [948] = 857, + [949] = 949, + [950] = 876, + [951] = 857, + [952] = 220, + [953] = 953, + [954] = 954, + [955] = 955, + [956] = 861, + [957] = 957, + [958] = 958, + [959] = 216, + [960] = 849, + [961] = 183, + [962] = 194, + [963] = 963, + [964] = 964, + [965] = 305, + [966] = 966, + [967] = 967, + [968] = 968, [969] = 969, - [970] = 514, - [971] = 577, + [970] = 970, + [971] = 232, [972] = 972, - [973] = 569, - [974] = 554, + [973] = 233, + [974] = 974, [975] = 975, [976] = 976, - [977] = 977, + [977] = 857, [978] = 978, - [979] = 531, + [979] = 979, [980] = 980, [981] = 981, - [982] = 520, - [983] = 552, + [982] = 982, + [983] = 983, [984] = 984, - [985] = 985, - [986] = 563, - [987] = 597, - [988] = 635, - [989] = 514, - [990] = 617, - [991] = 627, - [992] = 568, - [993] = 969, - [994] = 588, - [995] = 586, - [996] = 647, - [997] = 984, - [998] = 560, - [999] = 972, - [1000] = 590, - [1001] = 591, - [1002] = 526, - [1003] = 619, - [1004] = 626, - [1005] = 573, - [1006] = 634, - [1007] = 554, - [1008] = 563, - [1009] = 598, - [1010] = 622, - [1011] = 573, - [1012] = 569, - [1013] = 596, - [1014] = 615, - [1015] = 980, - [1016] = 595, - [1017] = 603, - [1018] = 578, - [1019] = 592, - [1020] = 577, - [1021] = 612, - [1022] = 623, - [1023] = 554, - [1024] = 977, - [1025] = 607, - [1026] = 594, - [1027] = 638, - [1028] = 646, - [1029] = 631, - [1030] = 630, - [1031] = 645, - [1032] = 589, - [1033] = 585, - [1034] = 620, - [1035] = 605, - [1036] = 609, - [1037] = 628, - [1038] = 637, - [1039] = 629, - [1040] = 527, - [1041] = 582, - [1042] = 587, - [1043] = 581, - [1044] = 580, - [1045] = 602, - [1046] = 613, - [1047] = 525, - [1048] = 616, - [1049] = 639, - [1050] = 618, - [1051] = 575, - [1052] = 608, - [1053] = 552, - [1054] = 611, - [1055] = 614, - [1056] = 648, - [1057] = 601, - [1058] = 600, - [1059] = 644, - [1060] = 642, - [1061] = 640, - [1062] = 633, - [1063] = 583, - [1064] = 981, - [1065] = 624, - [1066] = 632, - [1067] = 586, - [1068] = 554, - [1069] = 613, - [1070] = 618, - [1071] = 515, - [1072] = 608, - [1073] = 601, - [1074] = 623, - [1075] = 600, - [1076] = 642, - [1077] = 525, - [1078] = 530, - [1079] = 616, - [1080] = 646, - [1081] = 626, - [1082] = 612, - [1083] = 639, - [1084] = 602, - [1085] = 640, - [1086] = 580, - [1087] = 591, - [1088] = 583, - [1089] = 581, - [1090] = 527, - [1091] = 516, - [1092] = 590, - [1093] = 587, - [1094] = 1094, - [1095] = 633, - [1096] = 629, - [1097] = 632, - [1098] = 627, - [1099] = 582, - [1100] = 589, - [1101] = 592, - [1102] = 578, - [1103] = 637, - [1104] = 595, + [985] = 549, + [986] = 565, + [987] = 919, + [988] = 988, + [989] = 989, + [990] = 920, + [991] = 561, + [992] = 557, + [993] = 233, + [994] = 922, + [995] = 923, + [996] = 996, + [997] = 997, + [998] = 925, + [999] = 999, + [1000] = 1000, + [1001] = 946, + [1002] = 1002, + [1003] = 1003, + [1004] = 1004, + [1005] = 1005, + [1006] = 916, + [1007] = 300, + [1008] = 1008, + [1009] = 1009, + [1010] = 1010, + [1011] = 1011, + [1012] = 1012, + [1013] = 1013, + [1014] = 1014, + [1015] = 1015, + [1016] = 904, + [1017] = 1017, + [1018] = 906, + [1019] = 1019, + [1020] = 927, + [1021] = 1021, + [1022] = 915, + [1023] = 1023, + [1024] = 1024, + [1025] = 1025, + [1026] = 936, + [1027] = 1027, + [1028] = 1028, + [1029] = 1029, + [1030] = 302, + [1031] = 1031, + [1032] = 1032, + [1033] = 1033, + [1034] = 1034, + [1035] = 1035, + [1036] = 1036, + [1037] = 1037, + [1038] = 1038, + [1039] = 1039, + [1040] = 1040, + [1041] = 1041, + [1042] = 194, + [1043] = 1043, + [1044] = 889, + [1045] = 1045, + [1046] = 1046, + [1047] = 1047, + [1048] = 1048, + [1049] = 1049, + [1050] = 1050, + [1051] = 1051, + [1052] = 869, + [1053] = 1053, + [1054] = 558, + [1055] = 1055, + [1056] = 556, + [1057] = 186, + [1058] = 1058, + [1059] = 1059, + [1060] = 1060, + [1061] = 555, + [1062] = 1062, + [1063] = 1063, + [1064] = 1064, + [1065] = 1065, + [1066] = 1066, + [1067] = 216, + [1068] = 1068, + [1069] = 1069, + [1070] = 307, + [1071] = 1071, + [1072] = 1072, + [1073] = 1073, + [1074] = 1074, + [1075] = 913, + [1076] = 1076, + [1077] = 1077, + [1078] = 1078, + [1079] = 1079, + [1080] = 1080, + [1081] = 1081, + [1082] = 1082, + [1083] = 1083, + [1084] = 1084, + [1085] = 1085, + [1086] = 1086, + [1087] = 1087, + [1088] = 1088, + [1089] = 940, + [1090] = 546, + [1091] = 1091, + [1092] = 1092, + [1093] = 1093, + [1094] = 545, + [1095] = 544, + [1096] = 1096, + [1097] = 1097, + [1098] = 1098, + [1099] = 1099, + [1100] = 309, + [1101] = 1101, + [1102] = 1102, + [1103] = 1103, + [1104] = 1104, [1105] = 1105, - [1106] = 1106, - [1107] = 597, - [1108] = 532, - [1109] = 619, - [1110] = 1110, - [1111] = 614, - [1112] = 631, - [1113] = 1106, - [1114] = 611, - [1115] = 573, - [1116] = 598, - [1117] = 527, - [1118] = 628, - [1119] = 607, - [1120] = 609, + [1106] = 947, + [1107] = 303, + [1108] = 1108, + [1109] = 1109, + [1110] = 543, + [1111] = 1111, + [1112] = 1112, + [1113] = 1113, + [1114] = 1114, + [1115] = 559, + [1116] = 1116, + [1117] = 1117, + [1118] = 1118, + [1119] = 1119, + [1120] = 1120, [1121] = 1121, - [1122] = 588, - [1123] = 622, - [1124] = 605, - [1125] = 624, - [1126] = 634, - [1127] = 517, - [1128] = 518, - [1129] = 648, - [1130] = 526, - [1131] = 1121, - [1132] = 617, - [1133] = 585, - [1134] = 524, - [1135] = 603, - [1136] = 620, - [1137] = 638, - [1138] = 644, - [1139] = 630, - [1140] = 517, - [1141] = 645, - [1142] = 594, - [1143] = 596, - [1144] = 615, - [1145] = 516, - [1146] = 518, - [1147] = 532, - [1148] = 635, - [1149] = 647, + [1122] = 183, + [1123] = 1123, + [1124] = 953, + [1125] = 1125, + [1126] = 1126, + [1127] = 306, + [1128] = 949, + [1129] = 237, + [1130] = 938, + [1131] = 937, + [1132] = 1132, + [1133] = 1133, + [1134] = 1134, + [1135] = 955, + [1136] = 957, + [1137] = 1137, + [1138] = 1138, + [1139] = 194, + [1140] = 304, + [1141] = 220, + [1142] = 1142, + [1143] = 1143, + [1144] = 188, + [1145] = 1145, + [1146] = 1146, + [1147] = 1147, + [1148] = 945, + [1149] = 903, [1150] = 1150, [1151] = 1151, - [1152] = 518, - [1153] = 568, - [1154] = 530, - [1155] = 515, - [1156] = 525, - [1157] = 526, - [1158] = 865, - [1159] = 577, - [1160] = 527, - [1161] = 1161, - [1162] = 863, - [1163] = 1161, - [1164] = 1161, + [1152] = 1152, + [1153] = 1153, + [1154] = 958, + [1155] = 1155, + [1156] = 1156, + [1157] = 1157, + [1158] = 1158, + [1159] = 1159, + [1160] = 1160, + [1161] = 946, + [1162] = 1162, + [1163] = 1163, + [1164] = 1164, [1165] = 1165, - [1166] = 862, - [1167] = 518, + [1166] = 1166, + [1167] = 1167, [1168] = 1168, - [1169] = 1150, - [1170] = 1161, - [1171] = 1110, - [1172] = 1161, - [1173] = 517, - [1174] = 1161, + [1169] = 1169, + [1170] = 1170, + [1171] = 955, + [1172] = 1172, + [1173] = 1173, + [1174] = 957, [1175] = 1175, [1176] = 1176, - [1177] = 516, - [1178] = 1161, - [1179] = 1161, - [1180] = 864, - [1181] = 1176, - [1182] = 1161, - [1183] = 866, - [1184] = 532, - [1185] = 531, - [1186] = 1161, - [1187] = 520, - [1188] = 1094, - [1189] = 1189, - [1190] = 867, - [1191] = 1110, - [1192] = 524, - [1193] = 1161, - [1194] = 1161, - [1195] = 1195, - [1196] = 1196, - [1197] = 1161, - [1198] = 1094, - [1199] = 1161, - [1200] = 1175, - [1201] = 516, - [1202] = 1161, - [1203] = 517, - [1204] = 1204, - [1205] = 1151, - [1206] = 532, - [1207] = 568, - [1208] = 634, - [1209] = 1209, - [1210] = 531, - [1211] = 1211, - [1212] = 1212, - [1213] = 1213, - [1214] = 520, - [1215] = 577, - [1216] = 1216, - [1217] = 1217, - [1218] = 1150, + [1177] = 958, + [1178] = 921, + [1179] = 1179, + [1180] = 954, + [1181] = 1181, + [1182] = 1182, + [1183] = 1183, + [1184] = 1184, + [1185] = 1086, + [1186] = 1091, + [1187] = 1004, + [1188] = 1003, + [1189] = 1002, + [1190] = 963, + [1191] = 989, + [1192] = 1045, + [1193] = 1046, + [1194] = 1157, + [1195] = 1137, + [1196] = 1138, + [1197] = 1158, + [1198] = 1169, + [1199] = 1059, + [1200] = 1048, + [1201] = 1118, + [1202] = 1005, + [1203] = 1203, + [1204] = 233, + [1205] = 309, + [1206] = 978, + [1207] = 1047, + [1208] = 1039, + [1209] = 1037, + [1210] = 1008, + [1211] = 1182, + [1212] = 1142, + [1213] = 1143, + [1214] = 1145, + [1215] = 1009, + [1216] = 1146, + [1217] = 1147, + [1218] = 1010, [1219] = 1150, - [1220] = 1151, - [1221] = 1221, - [1222] = 577, - [1223] = 525, - [1224] = 1224, - [1225] = 1225, - [1226] = 1226, - [1227] = 1168, - [1228] = 1228, - [1229] = 1165, - [1230] = 526, - [1231] = 1231, - [1232] = 1232, - [1233] = 563, - [1234] = 1234, - [1235] = 1204, - [1236] = 647, - [1237] = 1237, - [1238] = 526, - [1239] = 573, - [1240] = 1240, - [1241] = 552, - [1242] = 1242, - [1243] = 1243, - [1244] = 1196, - [1245] = 1245, - [1246] = 612, - [1247] = 1247, - [1248] = 1248, - [1249] = 1249, - [1250] = 1250, - [1251] = 1251, - [1252] = 1151, - [1253] = 1094, - [1254] = 568, - [1255] = 560, - [1256] = 1110, - [1257] = 620, - [1258] = 1258, - [1259] = 525, - [1260] = 1165, - [1261] = 1196, - [1262] = 583, - [1263] = 554, - [1264] = 613, - [1265] = 1265, - [1266] = 1168, - [1267] = 1267, - [1268] = 1268, - [1269] = 1247, - [1270] = 1211, - [1271] = 1245, - [1272] = 1272, - [1273] = 1216, - [1274] = 1274, - [1275] = 1231, - [1276] = 1217, - [1277] = 1232, - [1278] = 1278, - [1279] = 1279, - [1280] = 1280, - [1281] = 635, - [1282] = 1282, - [1283] = 1283, - [1284] = 1251, - [1285] = 1285, - [1286] = 1286, - [1287] = 1287, - [1288] = 1258, - [1289] = 1289, + [1220] = 1011, + [1221] = 1041, + [1222] = 1033, + [1223] = 979, + [1224] = 1099, + [1225] = 1032, + [1226] = 1183, + [1227] = 1155, + [1228] = 1156, + [1229] = 1159, + [1230] = 1160, + [1231] = 1040, + [1232] = 1036, + [1233] = 1035, + [1234] = 1034, + [1235] = 997, + [1236] = 981, + [1237] = 996, + [1238] = 1012, + [1239] = 982, + [1240] = 1098, + [1241] = 1013, + [1242] = 1014, + [1243] = 1015, + [1244] = 969, + [1245] = 1027, + [1246] = 988, + [1247] = 1163, + [1248] = 1153, + [1249] = 1097, + [1250] = 1065, + [1251] = 1060, + [1252] = 1162, + [1253] = 1038, + [1254] = 1017, + [1255] = 1055, + [1256] = 999, + [1257] = 1096, + [1258] = 1025, + [1259] = 946, + [1260] = 1134, + [1261] = 1123, + [1262] = 1121, + [1263] = 1024, + [1264] = 1023, + [1265] = 306, + [1266] = 1101, + [1267] = 1093, + [1268] = 966, + [1269] = 967, + [1270] = 1019, + [1271] = 1164, + [1272] = 1165, + [1273] = 1166, + [1274] = 1167, + [1275] = 968, + [1276] = 1092, + [1277] = 970, + [1278] = 972, + [1279] = 1021, + [1280] = 1028, + [1281] = 1168, + [1282] = 1170, + [1283] = 1172, + [1284] = 1049, + [1285] = 1088, + [1286] = 1029, + [1287] = 1031, + [1288] = 958, + [1289] = 1043, [1290] = 1290, - [1291] = 1291, - [1292] = 1242, - [1293] = 1240, - [1294] = 647, + [1291] = 1074, + [1292] = 1087, + [1293] = 194, + [1294] = 1085, [1295] = 1295, [1296] = 1296, - [1297] = 1297, - [1298] = 1298, - [1299] = 1299, - [1300] = 1300, - [1301] = 577, - [1302] = 1234, - [1303] = 1303, - [1304] = 1304, - [1305] = 1305, - [1306] = 1306, - [1307] = 1307, - [1308] = 1308, - [1309] = 1309, - [1310] = 1310, - [1311] = 613, - [1312] = 1237, - [1313] = 1313, - [1314] = 1209, - [1315] = 1315, - [1316] = 1316, - [1317] = 1317, - [1318] = 1318, - [1319] = 1319, - [1320] = 1320, - [1321] = 1321, - [1322] = 554, - [1323] = 560, - [1324] = 1324, - [1325] = 1325, - [1326] = 1326, - [1327] = 1327, - [1328] = 1328, - [1329] = 1329, - [1330] = 1330, - [1331] = 1331, - [1332] = 1332, - [1333] = 1333, - [1334] = 1334, - [1335] = 1335, - [1336] = 1336, - [1337] = 1337, - [1338] = 1338, - [1339] = 1339, - [1340] = 1340, - [1341] = 1341, - [1342] = 1342, - [1343] = 1343, - [1344] = 1344, - [1345] = 1345, - [1346] = 1346, - [1347] = 1347, - [1348] = 1348, - [1349] = 1349, + [1297] = 1084, + [1298] = 1083, + [1299] = 974, + [1300] = 1082, + [1301] = 1081, + [1302] = 1080, + [1303] = 1079, + [1304] = 1173, + [1305] = 980, + [1306] = 983, + [1307] = 1051, + [1308] = 984, + [1309] = 1053, + [1310] = 1175, + [1311] = 1176, + [1312] = 957, + [1313] = 1078, + [1314] = 1077, + [1315] = 1120, + [1316] = 1119, + [1317] = 1179, + [1318] = 1126, + [1319] = 1076, + [1320] = 1117, + [1321] = 1184, + [1322] = 964, + [1323] = 1116, + [1324] = 1133, + [1325] = 1102, + [1326] = 1103, + [1327] = 1050, + [1328] = 955, + [1329] = 1073, + [1330] = 1058, + [1331] = 1125, + [1332] = 1104, + [1333] = 1132, + [1334] = 976, + [1335] = 1114, + [1336] = 1105, + [1337] = 1113, + [1338] = 975, + [1339] = 1062, + [1340] = 1112, + [1341] = 1111, + [1342] = 1072, + [1343] = 1064, + [1344] = 1071, + [1345] = 1069, + [1346] = 1068, + [1347] = 1109, + [1348] = 1108, + [1349] = 1066, [1350] = 1350, [1351] = 1351, - [1352] = 1211, + [1352] = 118, [1353] = 1353, [1354] = 1354, [1355] = 1355, - [1356] = 876, + [1356] = 1356, [1357] = 1357, - [1358] = 883, - [1359] = 887, - [1360] = 583, - [1361] = 1361, + [1358] = 1358, + [1359] = 1359, + [1360] = 1360, + [1361] = 119, [1362] = 1362, [1363] = 1363, [1364] = 1364, [1365] = 1365, - [1366] = 1231, - [1367] = 1267, - [1368] = 885, - [1369] = 1228, - [1370] = 1226, + [1366] = 1366, + [1367] = 1367, + [1368] = 1368, + [1369] = 1369, + [1370] = 1370, [1371] = 1371, - [1372] = 1225, - [1373] = 1224, + [1372] = 1372, + [1373] = 1373, [1374] = 1374, [1375] = 1375, - [1376] = 1245, - [1377] = 879, + [1376] = 1376, + [1377] = 1377, [1378] = 1378, - [1379] = 634, - [1380] = 1380, - [1381] = 1381, - [1382] = 612, - [1383] = 875, - [1384] = 1384, - [1385] = 1243, - [1386] = 1386, - [1387] = 1387, - [1388] = 878, - [1389] = 1221, - [1390] = 1390, - [1391] = 1212, - [1392] = 1392, - [1393] = 1393, - [1394] = 1168, - [1395] = 1395, - [1396] = 1396, - [1397] = 1165, + [1379] = 118, + [1380] = 124, + [1381] = 128, + [1382] = 119, + [1383] = 122, + [1384] = 129, + [1385] = 125, + [1386] = 127, + [1387] = 129, + [1388] = 132, + [1389] = 1389, + [1390] = 144, + [1391] = 137, + [1392] = 124, + [1393] = 135, + [1394] = 139, + [1395] = 122, + [1396] = 138, + [1397] = 145, [1398] = 1398, - [1399] = 1399, - [1400] = 1400, - [1401] = 1401, - [1402] = 1247, - [1403] = 877, - [1404] = 1404, + [1399] = 150, + [1400] = 125, + [1401] = 127, + [1402] = 143, + [1403] = 1403, + [1404] = 169, [1405] = 1405, [1406] = 1406, - [1407] = 1407, + [1407] = 145, [1408] = 1408, - [1409] = 1409, - [1410] = 1410, - [1411] = 1411, - [1412] = 1412, - [1413] = 1413, - [1414] = 1196, - [1415] = 880, - [1416] = 624, - [1417] = 1417, - [1418] = 1418, - [1419] = 881, - [1420] = 573, - [1421] = 563, - [1422] = 1250, - [1423] = 1423, - [1424] = 1424, - [1425] = 1425, - [1426] = 1426, - [1427] = 552, - [1428] = 1428, + [1409] = 1406, + [1410] = 1408, + [1411] = 1408, + [1412] = 139, + [1413] = 177, + [1414] = 176, + [1415] = 1408, + [1416] = 1406, + [1417] = 1406, + [1418] = 139, + [1419] = 1408, + [1420] = 187, + [1421] = 139, + [1422] = 1422, + [1423] = 1408, + [1424] = 1406, + [1425] = 153, + [1426] = 1408, + [1427] = 1406, + [1428] = 135, [1429] = 1429, - [1430] = 1430, - [1431] = 882, - [1432] = 1432, - [1433] = 886, - [1434] = 1434, - [1435] = 573, + [1430] = 1408, + [1431] = 1406, + [1432] = 1408, + [1433] = 1406, + [1434] = 186, + [1435] = 176, [1436] = 1436, [1437] = 1437, - [1438] = 1438, - [1439] = 1439, - [1440] = 1440, - [1441] = 1441, - [1442] = 1442, - [1443] = 1443, - [1444] = 1444, - [1445] = 526, - [1446] = 1446, - [1447] = 1447, - [1448] = 1448, + [1438] = 154, + [1439] = 176, + [1440] = 1406, + [1441] = 1406, + [1442] = 1406, + [1443] = 802, + [1444] = 780, + [1445] = 171, + [1446] = 1408, + [1447] = 1408, + [1448] = 137, [1449] = 1449, - [1450] = 1450, - [1451] = 1451, - [1452] = 568, - [1453] = 1453, - [1454] = 1454, - [1455] = 1455, - [1456] = 1249, - [1457] = 554, - [1458] = 1458, - [1459] = 1459, - [1460] = 1460, - [1461] = 1461, - [1462] = 1462, - [1463] = 1248, + [1450] = 183, + [1451] = 143, + [1452] = 1408, + [1453] = 132, + [1454] = 1449, + [1455] = 1406, + [1456] = 144, + [1457] = 137, + [1458] = 166, + [1459] = 150, + [1460] = 152, + [1461] = 185, + [1462] = 1429, + [1463] = 132, [1464] = 1464, - [1465] = 1465, - [1466] = 1466, - [1467] = 620, - [1468] = 1468, - [1469] = 1469, - [1470] = 1470, - [1471] = 1471, - [1472] = 1472, - [1473] = 1473, - [1474] = 1474, + [1465] = 137, + [1466] = 132, + [1467] = 160, + [1468] = 1406, + [1469] = 158, + [1470] = 1406, + [1471] = 1464, + [1472] = 1408, + [1473] = 1437, + [1474] = 176, [1475] = 1475, [1476] = 1476, - [1477] = 1213, - [1478] = 1478, + [1477] = 1477, + [1478] = 861, [1479] = 1479, [1480] = 1480, [1481] = 1481, [1482] = 1482, [1483] = 1483, - [1484] = 525, - [1485] = 1485, + [1484] = 1484, + [1485] = 876, [1486] = 1486, [1487] = 1487, [1488] = 1488, [1489] = 1489, - [1490] = 1487, - [1491] = 1320, - [1492] = 1328, - [1493] = 1475, - [1494] = 1474, - [1495] = 1473, - [1496] = 1472, - [1497] = 1471, - [1498] = 1469, - [1499] = 1245, - [1500] = 1337, - [1501] = 1338, - [1502] = 635, - [1503] = 1453, - [1504] = 1339, + [1490] = 1490, + [1491] = 1491, + [1492] = 1492, + [1493] = 1493, + [1494] = 1494, + [1495] = 1495, + [1496] = 1496, + [1497] = 1497, + [1498] = 1498, + [1499] = 1499, + [1500] = 1500, + [1501] = 1501, + [1502] = 1502, + [1503] = 1503, + [1504] = 1504, [1505] = 1505, - [1506] = 1274, - [1507] = 1327, - [1508] = 1481, - [1509] = 1459, - [1510] = 1480, - [1511] = 1485, - [1512] = 1488, - [1513] = 1489, - [1514] = 1341, - [1515] = 1346, - [1516] = 1296, - [1517] = 1297, - [1518] = 1344, - [1519] = 1483, - [1520] = 1482, - [1521] = 1345, - [1522] = 1455, - [1523] = 1461, - [1524] = 1326, - [1525] = 1454, - [1526] = 1325, - [1527] = 1357, - [1528] = 1365, - [1529] = 1321, - [1530] = 1380, - [1531] = 1381, - [1532] = 1479, - [1533] = 1347, - [1534] = 1398, - [1535] = 1348, - [1536] = 1434, - [1537] = 1247, - [1538] = 1441, - [1539] = 1442, - [1540] = 1443, - [1541] = 1350, - [1542] = 624, - [1543] = 1449, - [1544] = 1450, - [1545] = 1353, - [1546] = 1354, - [1547] = 1361, - [1548] = 1451, - [1549] = 1460, - [1550] = 1374, - [1551] = 1285, - [1552] = 1378, - [1553] = 1384, - [1554] = 1486, - [1555] = 1290, - [1556] = 1291, - [1557] = 1268, - [1558] = 1386, - [1559] = 1286, - [1560] = 1478, - [1561] = 1476, - [1562] = 1470, - [1563] = 1468, - [1564] = 1387, - [1565] = 1392, - [1566] = 1295, - [1567] = 1298, - [1568] = 1408, - [1569] = 1407, - [1570] = 1393, - [1571] = 1418, - [1572] = 1375, - [1573] = 1336, - [1574] = 1417, - [1575] = 1299, - [1576] = 1300, - [1577] = 1303, - [1578] = 1340, - [1579] = 1335, - [1580] = 1333, - [1581] = 1332, - [1582] = 1324, - [1583] = 1317, - [1584] = 1309, - [1585] = 1395, - [1586] = 1413, - [1587] = 1412, - [1588] = 1371, + [1506] = 1506, + [1507] = 1507, + [1508] = 1508, + [1509] = 1509, + [1510] = 1510, + [1511] = 1511, + [1512] = 1512, + [1513] = 1513, + [1514] = 1514, + [1515] = 1486, + [1516] = 1487, + [1517] = 1488, + [1518] = 1489, + [1519] = 1519, + [1520] = 1490, + [1521] = 1491, + [1522] = 1492, + [1523] = 1494, + [1524] = 1495, + [1525] = 1496, + [1526] = 1497, + [1527] = 1498, + [1528] = 1501, + [1529] = 1529, + [1530] = 1502, + [1531] = 1503, + [1532] = 1504, + [1533] = 1506, + [1534] = 1507, + [1535] = 1508, + [1536] = 1509, + [1537] = 1510, + [1538] = 1512, + [1539] = 1513, + [1540] = 1514, + [1541] = 1519, + [1542] = 1529, + [1543] = 1543, + [1544] = 1544, + [1545] = 1481, + [1546] = 1546, + [1547] = 1547, + [1548] = 1548, + [1549] = 1549, + [1550] = 1550, + [1551] = 1551, + [1552] = 188, + [1553] = 216, + [1554] = 1482, + [1555] = 1555, + [1556] = 1511, + [1557] = 1477, + [1558] = 1479, + [1559] = 202, + [1560] = 1560, + [1561] = 876, + [1562] = 1493, + [1563] = 1543, + [1564] = 1564, + [1565] = 1480, + [1566] = 1483, + [1567] = 1484, + [1568] = 1505, + [1569] = 1546, + [1570] = 1551, + [1571] = 857, + [1572] = 220, + [1573] = 1573, + [1574] = 1574, + [1575] = 1575, + [1576] = 1544, + [1577] = 889, + [1578] = 1578, + [1579] = 1579, + [1580] = 1564, + [1581] = 1581, + [1582] = 1582, + [1583] = 1583, + [1584] = 1584, + [1585] = 1585, + [1586] = 1586, + [1587] = 1587, + [1588] = 1588, [1589] = 1589, - [1590] = 554, - [1591] = 1364, - [1592] = 1306, - [1593] = 1304, - [1594] = 1313, - [1595] = 1316, - [1596] = 1363, - [1597] = 1390, - [1598] = 1308, - [1599] = 1310, - [1600] = 1307, - [1601] = 1315, - [1602] = 1318, - [1603] = 1362, - [1604] = 1319, - [1605] = 1396, - [1606] = 1283, - [1607] = 1399, - [1608] = 1466, - [1609] = 1465, - [1610] = 1464, - [1611] = 1462, - [1612] = 1400, - [1613] = 1289, - [1614] = 1355, - [1615] = 1231, - [1616] = 1351, - [1617] = 1448, - [1618] = 1349, - [1619] = 1343, - [1620] = 573, - [1621] = 1447, - [1622] = 1622, - [1623] = 1446, - [1624] = 1624, - [1625] = 1405, - [1626] = 1409, - [1627] = 1342, - [1628] = 1305, - [1629] = 1444, - [1630] = 1440, - [1631] = 1439, - [1632] = 1437, - [1633] = 1436, - [1634] = 1432, - [1635] = 1430, - [1636] = 1429, - [1637] = 1280, - [1638] = 1272, - [1639] = 1428, - [1640] = 1406, - [1641] = 1404, - [1642] = 1426, - [1643] = 1278, - [1644] = 1287, - [1645] = 1425, - [1646] = 1424, - [1647] = 1423, - [1648] = 1411, - [1649] = 1211, - [1650] = 1410, - [1651] = 1329, - [1652] = 1330, - [1653] = 1331, - [1654] = 1334, - [1655] = 1655, - [1656] = 1656, - [1657] = 1657, - [1658] = 1658, - [1659] = 1659, - [1660] = 1660, + [1590] = 1590, + [1591] = 869, + [1592] = 1592, + [1593] = 1593, + [1594] = 206, + [1595] = 208, + [1596] = 780, + [1597] = 1597, + [1598] = 802, + [1599] = 1599, + [1600] = 1600, + [1601] = 1601, + [1602] = 1602, + [1603] = 1603, + [1604] = 1604, + [1605] = 1605, + [1606] = 1606, + [1607] = 1590, + [1608] = 1589, + [1609] = 1588, + [1610] = 1610, + [1611] = 1611, + [1612] = 1605, + [1613] = 1602, + [1614] = 1587, + [1615] = 1593, + [1616] = 1592, + [1617] = 1586, + [1618] = 1585, + [1619] = 1584, + [1620] = 183, + [1621] = 1611, + [1622] = 1583, + [1623] = 1610, + [1624] = 1582, + [1625] = 1581, + [1626] = 186, + [1627] = 1476, + [1628] = 1579, + [1629] = 1475, + [1630] = 1578, + [1631] = 1631, + [1632] = 1606, + [1633] = 861, + [1634] = 1604, + [1635] = 153, + [1636] = 1636, + [1637] = 187, + [1638] = 1631, + [1639] = 1636, + [1640] = 1640, + [1641] = 1575, + [1642] = 1574, + [1643] = 1640, + [1644] = 1560, + [1645] = 1555, + [1646] = 1550, + [1647] = 1549, + [1648] = 1548, + [1649] = 1547, + [1650] = 1597, + [1651] = 1599, + [1652] = 1600, + [1653] = 1601, + [1654] = 1603, + [1655] = 216, + [1656] = 220, + [1657] = 188, + [1658] = 194, + [1659] = 919, + [1660] = 237, [1661] = 1661, [1662] = 1662, [1663] = 1663, - [1664] = 1664, + [1664] = 920, [1665] = 1665, - [1666] = 1666, - [1667] = 1667, - [1668] = 1668, - [1669] = 1669, - [1670] = 1670, - [1671] = 1671, - [1672] = 1672, - [1673] = 1673, - [1674] = 1674, - [1675] = 1675, - [1676] = 1676, - [1677] = 1677, - [1678] = 1678, + [1666] = 222, + [1667] = 233, + [1668] = 226, + [1669] = 955, + [1670] = 857, + [1671] = 957, + [1672] = 958, + [1673] = 889, + [1674] = 946, + [1675] = 936, + [1676] = 194, + [1677] = 869, + [1678] = 194, [1679] = 1679, - [1680] = 1680, - [1681] = 1681, - [1682] = 514, - [1683] = 518, - [1684] = 517, - [1685] = 516, + [1680] = 233, + [1681] = 232, + [1682] = 916, + [1683] = 923, + [1684] = 922, + [1685] = 1661, [1686] = 1686, - [1687] = 515, - [1688] = 1688, - [1689] = 515, + [1687] = 955, + [1688] = 279, + [1689] = 1689, [1690] = 1690, - [1691] = 532, - [1692] = 1690, - [1693] = 518, - [1694] = 1694, - [1695] = 528, - [1696] = 1690, - [1697] = 1110, - [1698] = 1690, - [1699] = 1694, - [1700] = 1700, - [1701] = 1701, - [1702] = 1690, - [1703] = 1694, - [1704] = 1701, - [1705] = 1705, - [1706] = 525, - [1707] = 516, - [1708] = 516, - [1709] = 1694, - [1710] = 1690, - [1711] = 527, - [1712] = 529, - [1713] = 518, - [1714] = 1694, - [1715] = 1694, + [1691] = 233, + [1692] = 1015, + [1693] = 1014, + [1694] = 1013, + [1695] = 1012, + [1696] = 1096, + [1697] = 1011, + [1698] = 293, + [1699] = 1097, + [1700] = 1010, + [1701] = 1009, + [1702] = 1098, + [1703] = 1051, + [1704] = 1008, + [1705] = 1005, + [1706] = 1004, + [1707] = 1707, + [1708] = 1017, + [1709] = 1019, + [1710] = 1710, + [1711] = 1711, + [1712] = 1712, + [1713] = 1021, + [1714] = 1028, + [1715] = 1029, [1716] = 1716, - [1717] = 517, - [1718] = 1690, - [1719] = 516, - [1720] = 518, - [1721] = 517, - [1722] = 517, - [1723] = 1694, - [1724] = 538, - [1725] = 1694, - [1726] = 1690, - [1727] = 1694, - [1728] = 530, - [1729] = 532, - [1730] = 1690, - [1731] = 1731, - [1732] = 532, - [1733] = 532, - [1734] = 520, - [1735] = 1690, - [1736] = 531, - [1737] = 1690, - [1738] = 524, - [1739] = 1094, - [1740] = 1740, - [1741] = 1690, - [1742] = 1694, - [1743] = 1694, - [1744] = 1690, - [1745] = 1716, - [1746] = 526, - [1747] = 1694, - [1748] = 1690, - [1749] = 1749, - [1750] = 1740, - [1751] = 537, - [1752] = 1694, - [1753] = 1753, - [1754] = 1700, - [1755] = 1755, - [1756] = 1756, - [1757] = 1757, - [1758] = 1757, + [1717] = 1717, + [1718] = 238, + [1719] = 1719, + [1720] = 233, + [1721] = 1689, + [1722] = 1003, + [1723] = 1002, + [1724] = 1724, + [1725] = 1725, + [1726] = 1726, + [1727] = 183, + [1728] = 1163, + [1729] = 1031, + [1730] = 1730, + [1731] = 1719, + [1732] = 1711, + [1733] = 1733, + [1734] = 1734, + [1735] = 1689, + [1736] = 186, + [1737] = 1725, + [1738] = 1043, + [1739] = 286, + [1740] = 285, + [1741] = 1074, + [1742] = 280, + [1743] = 1711, + [1744] = 1744, + [1745] = 1076, + [1746] = 1734, + [1747] = 275, + [1748] = 1053, + [1749] = 1689, + [1750] = 1719, + [1751] = 295, + [1752] = 1711, + [1753] = 1719, + [1754] = 1725, + [1755] = 1050, + [1756] = 1712, + [1757] = 1710, + [1758] = 1724, [1759] = 1759, - [1760] = 1760, - [1761] = 1761, - [1762] = 1762, - [1763] = 1763, - [1764] = 1764, - [1765] = 1765, - [1766] = 1761, - [1767] = 1767, - [1768] = 1768, + [1760] = 194, + [1761] = 1759, + [1762] = 299, + [1763] = 1710, + [1764] = 1712, + [1765] = 1058, + [1766] = 1716, + [1767] = 1724, + [1768] = 305, [1769] = 1769, [1770] = 1770, [1771] = 1771, - [1772] = 1772, - [1773] = 1773, - [1774] = 1774, - [1775] = 1775, - [1776] = 1755, + [1772] = 1725, + [1773] = 300, + [1774] = 1733, + [1775] = 1724, + [1776] = 1725, [1777] = 1777, - [1778] = 1778, - [1779] = 1779, - [1780] = 1780, - [1781] = 1781, - [1782] = 1782, - [1783] = 1783, - [1784] = 1784, - [1785] = 1785, - [1786] = 1786, + [1778] = 274, + [1779] = 1724, + [1780] = 1710, + [1781] = 1744, + [1782] = 294, + [1783] = 1726, + [1784] = 1759, + [1785] = 1730, + [1786] = 1719, [1787] = 1787, [1788] = 1788, - [1789] = 1762, - [1790] = 1790, - [1791] = 1791, - [1792] = 1763, - [1793] = 1764, - [1794] = 1794, + [1789] = 1062, + [1790] = 957, + [1791] = 1724, + [1792] = 309, + [1793] = 239, + [1794] = 1759, [1795] = 1795, - [1796] = 1796, - [1797] = 1797, + [1796] = 1734, + [1797] = 1716, [1798] = 1798, - [1799] = 1799, - [1800] = 1800, - [1801] = 1801, - [1802] = 1802, - [1803] = 1803, - [1804] = 1804, - [1805] = 1805, - [1806] = 1806, + [1799] = 1064, + [1800] = 1066, + [1801] = 1068, + [1802] = 1710, + [1803] = 1712, + [1804] = 1069, + [1805] = 1733, + [1806] = 1099, [1807] = 1807, - [1808] = 1808, - [1809] = 1809, - [1810] = 1810, - [1811] = 1811, - [1812] = 1812, - [1813] = 1813, - [1814] = 1765, - [1815] = 1815, - [1816] = 1816, - [1817] = 1815, - [1818] = 1816, - [1819] = 1767, - [1820] = 1768, - [1821] = 1760, - [1822] = 1769, - [1823] = 1770, - [1824] = 1824, - [1825] = 1825, - [1826] = 1826, - [1827] = 1827, - [1828] = 1828, - [1829] = 1829, - [1830] = 1830, - [1831] = 1831, - [1832] = 1832, - [1833] = 1833, - [1834] = 1834, - [1835] = 1835, - [1836] = 1756, - [1837] = 525, - [1838] = 1838, - [1839] = 1839, - [1840] = 1840, - [1841] = 1841, - [1842] = 1842, - [1843] = 1843, - [1844] = 1844, - [1845] = 1845, - [1846] = 1846, - [1847] = 1847, - [1848] = 1848, - [1849] = 1849, - [1850] = 1850, - [1851] = 1771, - [1852] = 526, - [1853] = 1772, - [1854] = 1813, - [1855] = 1812, - [1856] = 1798, - [1857] = 1797, - [1858] = 1773, - [1859] = 1796, - [1860] = 1787, - [1861] = 1835, - [1862] = 1834, - [1863] = 1833, - [1864] = 1795, - [1865] = 1832, - [1866] = 1831, - [1867] = 1794, - [1868] = 1830, - [1869] = 1829, - [1870] = 1791, - [1871] = 1828, - [1872] = 1827, - [1873] = 1826, - [1874] = 1825, - [1875] = 1824, - [1876] = 1790, - [1877] = 1774, - [1878] = 1788, - [1879] = 1784, - [1880] = 1783, - [1881] = 1780, - [1882] = 1775, - [1883] = 1777, - [1884] = 1168, - [1885] = 1885, - [1886] = 1886, - [1887] = 1778, - [1888] = 1779, - [1889] = 1799, - [1890] = 1800, - [1891] = 1801, - [1892] = 1802, - [1893] = 1803, - [1894] = 1804, - [1895] = 1805, - [1896] = 1806, - [1897] = 1165, - [1898] = 1807, - [1899] = 1808, - [1900] = 1809, - [1901] = 1810, - [1902] = 1811, - [1903] = 1781, - [1904] = 1838, - [1905] = 1839, - [1906] = 1840, - [1907] = 1841, - [1908] = 1842, - [1909] = 1843, - [1910] = 1844, - [1911] = 1845, - [1912] = 1846, - [1913] = 1847, - [1914] = 1848, - [1915] = 1849, - [1916] = 1850, - [1917] = 1782, - [1918] = 1150, - [1919] = 1196, - [1920] = 531, - [1921] = 520, - [1922] = 1151, - [1923] = 1785, - [1924] = 1110, - [1925] = 1094, - [1926] = 1786, - [1927] = 560, - [1928] = 563, - [1929] = 552, - [1930] = 1151, - [1931] = 1150, - [1932] = 1211, - [1933] = 577, - [1934] = 1247, - [1935] = 1231, - [1936] = 1245, - [1937] = 1168, - [1938] = 1165, - [1939] = 1196, - [1940] = 563, - [1941] = 552, - [1942] = 560, - [1943] = 568, - [1944] = 573, - [1945] = 554, - [1946] = 1946, - [1947] = 573, - [1948] = 575, - [1949] = 569, - [1950] = 554, - [1951] = 554, - [1952] = 1237, - [1953] = 1209, - [1954] = 1225, - [1955] = 1224, - [1956] = 1221, - [1957] = 1212, - [1958] = 1958, - [1959] = 1959, - [1960] = 1960, - [1961] = 1961, - [1962] = 1962, - [1963] = 1961, - [1964] = 1964, - [1965] = 1965, - [1966] = 580, - [1967] = 616, - [1968] = 618, - [1969] = 601, - [1970] = 644, - [1971] = 640, - [1972] = 632, - [1973] = 614, - [1974] = 554, - [1975] = 609, - [1976] = 1976, - [1977] = 1977, - [1978] = 1978, - [1979] = 1979, - [1980] = 1980, - [1981] = 1981, - [1982] = 637, - [1983] = 1983, - [1984] = 612, - [1985] = 1983, - [1986] = 1986, - [1987] = 1987, - [1988] = 1283, - [1989] = 1978, - [1990] = 1990, - [1991] = 1991, - [1992] = 634, - [1993] = 1991, - [1994] = 1994, - [1995] = 1995, - [1996] = 1996, - [1997] = 1997, - [1998] = 1998, - [1999] = 1999, - [2000] = 2000, - [2001] = 2001, - [2002] = 2002, - [2003] = 1965, - [2004] = 1978, - [2005] = 2005, - [2006] = 629, - [2007] = 631, - [2008] = 1247, - [2009] = 646, - [2010] = 607, - [2011] = 2011, - [2012] = 2005, - [2013] = 1965, - [2014] = 2002, - [2015] = 1999, - [2016] = 1998, - [2017] = 1997, - [2018] = 1996, - [2019] = 1995, - [2020] = 1994, - [2021] = 1991, - [2022] = 1990, - [2023] = 1987, - [2024] = 1986, + [1808] = 1071, + [1809] = 1716, + [1810] = 1072, + [1811] = 1073, + [1812] = 1807, + [1813] = 1734, + [1814] = 1734, + [1815] = 958, + [1816] = 1726, + [1817] = 1726, + [1818] = 1733, + [1819] = 1711, + [1820] = 1798, + [1821] = 1689, + [1822] = 1711, + [1823] = 1807, + [1824] = 1712, + [1825] = 1807, + [1826] = 964, + [1827] = 1726, + [1828] = 1719, + [1829] = 1725, + [1830] = 1710, + [1831] = 946, + [1832] = 1759, + [1833] = 1711, + [1834] = 1759, + [1835] = 1716, + [1836] = 1777, + [1837] = 1710, + [1838] = 1077, + [1839] = 1078, + [1840] = 282, + [1841] = 1717, + [1842] = 245, + [1843] = 247, + [1844] = 1079, + [1845] = 1707, + [1846] = 249, + [1847] = 308, + [1848] = 255, + [1849] = 256, + [1850] = 1770, + [1851] = 1689, + [1852] = 1759, + [1853] = 252, + [1854] = 1734, + [1855] = 1744, + [1856] = 1712, + [1857] = 257, + [1858] = 306, + [1859] = 1733, + [1860] = 1726, + [1861] = 1807, + [1862] = 1716, + [1863] = 1734, + [1864] = 1710, + [1865] = 1689, + [1866] = 1759, + [1867] = 1689, + [1868] = 1711, + [1869] = 1719, + [1870] = 1725, + [1871] = 1724, + [1872] = 1724, + [1873] = 1759, + [1874] = 1710, + [1875] = 1712, + [1876] = 1711, + [1877] = 1795, + [1878] = 297, + [1879] = 1733, + [1880] = 1080, + [1881] = 1726, + [1882] = 1807, + [1883] = 1716, + [1884] = 292, + [1885] = 1719, + [1886] = 289, + [1887] = 283, + [1888] = 1807, + [1889] = 277, + [1890] = 269, + [1891] = 267, + [1892] = 301, + [1893] = 243, + [1894] = 251, + [1895] = 258, + [1896] = 1734, + [1897] = 263, + [1898] = 1734, + [1899] = 307, + [1900] = 1716, + [1901] = 1807, + [1902] = 1734, + [1903] = 1726, + [1904] = 1733, + [1905] = 1689, + [1906] = 1716, + [1907] = 1734, + [1908] = 1711, + [1909] = 1689, + [1910] = 1759, + [1911] = 1719, + [1912] = 1711, + [1913] = 1724, + [1914] = 1712, + [1915] = 1716, + [1916] = 1807, + [1917] = 1710, + [1918] = 1807, + [1919] = 1725, + [1920] = 1733, + [1921] = 302, + [1922] = 1719, + [1923] = 1081, + [1924] = 1711, + [1925] = 1759, + [1926] = 1724, + [1927] = 1725, + [1928] = 1719, + [1929] = 1689, + [1930] = 1711, + [1931] = 1719, + [1932] = 1725, + [1933] = 1724, + [1934] = 1759, + [1935] = 1710, + [1936] = 1712, + [1937] = 1733, + [1938] = 1726, + [1939] = 1724, + [1940] = 1807, + [1941] = 1725, + [1942] = 1725, + [1943] = 1716, + [1944] = 1734, + [1945] = 1719, + [1946] = 1712, + [1947] = 1726, + [1948] = 1726, + [1949] = 1689, + [1950] = 1711, + [1951] = 1719, + [1952] = 1724, + [1953] = 1759, + [1954] = 1689, + [1955] = 1955, + [1956] = 1725, + [1957] = 1724, + [1958] = 1733, + [1959] = 1759, + [1960] = 1710, + [1961] = 1712, + [1962] = 1733, + [1963] = 1726, + [1964] = 1807, + [1965] = 1716, + [1966] = 1734, + [1967] = 1710, + [1968] = 1733, + [1969] = 1689, + [1970] = 1689, + [1971] = 1711, + [1972] = 1719, + [1973] = 1725, + [1974] = 1724, + [1975] = 1759, + [1976] = 1710, + [1977] = 1712, + [1978] = 303, + [1979] = 1712, + [1980] = 1712, + [1981] = 1733, + [1982] = 1726, + [1983] = 1807, + [1984] = 1733, + [1985] = 304, + [1986] = 1734, + [1987] = 1716, + [1988] = 259, + [1989] = 1726, + [1990] = 272, + [1991] = 1744, + [1992] = 1082, + [1993] = 1083, + [1994] = 1725, + [1995] = 264, + [1996] = 1084, + [1997] = 1085, + [1998] = 1710, + [1999] = 262, + [2000] = 1807, + [2001] = 1086, + [2002] = 254, + [2003] = 244, + [2004] = 1726, + [2005] = 1733, + [2006] = 241, + [2007] = 260, + [2008] = 270, + [2009] = 1807, + [2010] = 1712, + [2011] = 1716, + [2012] = 298, + [2013] = 296, + [2014] = 290, + [2015] = 1716, + [2016] = 1734, + [2017] = 266, + [2018] = 284, + [2019] = 281, + [2020] = 278, + [2021] = 271, + [2022] = 268, + [2023] = 2023, + [2024] = 2024, [2025] = 2025, [2026] = 2026, - [2027] = 1986, - [2028] = 603, - [2029] = 1987, - [2030] = 1978, - [2031] = 1990, - [2032] = 2000, - [2033] = 1981, - [2034] = 1991, - [2035] = 1994, - [2036] = 1995, - [2037] = 573, - [2038] = 2005, - [2039] = 1965, - [2040] = 2002, - [2041] = 1998, - [2042] = 525, - [2043] = 1996, - [2044] = 647, - [2045] = 1997, - [2046] = 1996, - [2047] = 1995, - [2048] = 1999, - [2049] = 1991, - [2050] = 1990, - [2051] = 1987, - [2052] = 2052, - [2053] = 526, - [2054] = 1986, - [2055] = 2005, - [2056] = 1997, - [2057] = 1965, - [2058] = 620, - [2059] = 2002, - [2060] = 1999, - [2061] = 1998, - [2062] = 1997, - [2063] = 1986, - [2064] = 589, - [2065] = 583, - [2066] = 578, - [2067] = 613, - [2068] = 1987, - [2069] = 1998, - [2070] = 1999, - [2071] = 2002, - [2072] = 1965, - [2073] = 2005, - [2074] = 624, - [2075] = 597, - [2076] = 1990, - [2077] = 2026, - [2078] = 1991, - [2079] = 2025, - [2080] = 623, - [2081] = 1994, - [2082] = 1995, - [2083] = 1245, - [2084] = 573, - [2085] = 1986, - [2086] = 598, - [2087] = 1996, - [2088] = 1997, - [2089] = 1987, - [2090] = 595, - [2091] = 592, - [2092] = 615, - [2093] = 582, - [2094] = 581, - [2095] = 602, - [2096] = 639, - [2097] = 608, - [2098] = 600, - [2099] = 1998, - [2100] = 642, - [2101] = 633, - [2102] = 1986, - [2103] = 1987, - [2104] = 1990, - [2105] = 1991, - [2106] = 1994, - [2107] = 1995, - [2108] = 1996, - [2109] = 1997, - [2110] = 1998, - [2111] = 1999, - [2112] = 2002, - [2113] = 1965, - [2114] = 2005, - [2115] = 1999, - [2116] = 1990, - [2117] = 619, - [2118] = 611, - [2119] = 2002, - [2120] = 605, - [2121] = 1991, - [2122] = 1965, - [2123] = 2005, - [2124] = 1996, - [2125] = 1979, - [2126] = 1995, - [2127] = 1994, - [2128] = 1995, - [2129] = 1996, - [2130] = 585, - [2131] = 635, - [2132] = 1997, - [2133] = 1280, - [2134] = 1994, - [2135] = 1991, - [2136] = 1990, - [2137] = 1987, - [2138] = 1986, - [2139] = 2005, - [2140] = 648, - [2141] = 630, - [2142] = 1965, - [2143] = 638, - [2144] = 2002, - [2145] = 596, - [2146] = 1999, - [2147] = 594, - [2148] = 1998, - [2149] = 1997, - [2150] = 1996, - [2151] = 588, - [2152] = 1995, - [2153] = 1994, - [2154] = 1991, - [2155] = 1272, - [2156] = 1990, - [2157] = 617, - [2158] = 1998, - [2159] = 1231, - [2160] = 1278, - [2161] = 1287, - [2162] = 1999, - [2163] = 2002, - [2164] = 627, - [2165] = 1987, - [2166] = 1986, - [2167] = 628, - [2168] = 1965, - [2169] = 586, - [2170] = 590, - [2171] = 2005, - [2172] = 1986, - [2173] = 2005, - [2174] = 1987, - [2175] = 1965, - [2176] = 1990, - [2177] = 2002, - [2178] = 1999, - [2179] = 1998, - [2180] = 1995, - [2181] = 591, - [2182] = 1997, - [2183] = 1994, - [2184] = 1996, - [2185] = 2005, - [2186] = 1965, - [2187] = 1995, - [2188] = 1994, - [2189] = 1991, - [2190] = 1990, - [2191] = 1987, - [2192] = 2002, - [2193] = 1999, - [2194] = 1998, - [2195] = 1997, - [2196] = 1996, - [2197] = 1995, - [2198] = 1986, - [2199] = 1994, - [2200] = 1994, - [2201] = 1965, - [2202] = 2002, - [2203] = 1991, - [2204] = 1999, - [2205] = 1990, - [2206] = 1998, - [2207] = 1997, - [2208] = 1987, - [2209] = 1986, - [2210] = 2005, - [2211] = 1996, - [2212] = 1308, - [2213] = 1995, - [2214] = 1994, - [2215] = 1991, - [2216] = 1309, - [2217] = 1990, - [2218] = 1320, - [2219] = 1211, - [2220] = 1987, - [2221] = 1986, - [2222] = 2005, - [2223] = 1321, - [2224] = 1325, - [2225] = 1326, - [2226] = 2002, - [2227] = 1999, - [2228] = 1327, - [2229] = 1998, - [2230] = 1997, - [2231] = 1996, - [2232] = 587, - [2233] = 1995, - [2234] = 1994, - [2235] = 1991, - [2236] = 1990, - [2237] = 1987, - [2238] = 1328, - [2239] = 1986, - [2240] = 1996, - [2241] = 1997, - [2242] = 1337, - [2243] = 1338, - [2244] = 1339, - [2245] = 1341, - [2246] = 1998, - [2247] = 1999, - [2248] = 622, - [2249] = 2002, - [2250] = 1965, - [2251] = 2005, - [2252] = 1361, - [2253] = 1374, - [2254] = 645, - [2255] = 2005, - [2256] = 1965, - [2257] = 2002, - [2258] = 1999, - [2259] = 1998, - [2260] = 1997, - [2261] = 1996, - [2262] = 1995, - [2263] = 1448, - [2264] = 1447, - [2265] = 1446, - [2266] = 1444, - [2267] = 1440, - [2268] = 1439, - [2269] = 1437, - [2270] = 1436, - [2271] = 1432, - [2272] = 1430, - [2273] = 1429, - [2274] = 1428, - [2275] = 1426, - [2276] = 1425, - [2277] = 1424, - [2278] = 1423, - [2279] = 1411, - [2280] = 1410, - [2281] = 1994, - [2282] = 1991, - [2283] = 1409, - [2284] = 1405, - [2285] = 626, - [2286] = 1400, - [2287] = 1399, - [2288] = 1990, - [2289] = 1987, - [2290] = 1396, - [2291] = 1395, - [2292] = 1986, - [2293] = 1392, - [2294] = 1378, - [2295] = 1387, - [2296] = 1386, - [2297] = 2011, - [2298] = 1268, - [2299] = 1384, - [2300] = 2300, - [2301] = 2301, - [2302] = 2302, - [2303] = 2303, - [2304] = 2303, - [2305] = 2305, - [2306] = 2306, - [2307] = 2300, - [2308] = 2308, + [2027] = 2027, + [2028] = 2028, + [2029] = 2029, + [2030] = 2025, + [2031] = 2031, + [2032] = 2026, + [2033] = 2029, + [2034] = 2027, + [2035] = 2035, + [2036] = 2024, + [2037] = 2037, + [2038] = 2038, + [2039] = 2039, + [2040] = 2040, + [2041] = 2041, + [2042] = 2042, + [2043] = 2042, + [2044] = 2044, + [2045] = 522, + [2046] = 2046, + [2047] = 523, + [2048] = 525, + [2049] = 524, + [2050] = 527, + [2051] = 523, + [2052] = 524, + [2053] = 2046, + [2054] = 2054, + [2055] = 527, + [2056] = 2056, + [2057] = 525, + [2058] = 522, + [2059] = 2054, + [2060] = 543, + [2061] = 546, + [2062] = 555, + [2063] = 556, + [2064] = 565, + [2065] = 559, + [2066] = 2056, + [2067] = 545, + [2068] = 557, + [2069] = 561, + [2070] = 544, + [2071] = 558, + [2072] = 549, + [2073] = 555, + [2074] = 543, + [2075] = 545, + [2076] = 544, + [2077] = 559, + [2078] = 557, + [2079] = 561, + [2080] = 565, + [2081] = 549, + [2082] = 546, + [2083] = 558, + [2084] = 2084, + [2085] = 556, + [2086] = 119, + [2087] = 118, + [2088] = 118, + [2089] = 119, + [2090] = 122, + [2091] = 125, + [2092] = 127, + [2093] = 124, + [2094] = 129, + [2095] = 125, + [2096] = 127, + [2097] = 135, + [2098] = 144, + [2099] = 122, + [2100] = 124, + [2101] = 560, + [2102] = 150, + [2103] = 129, + [2104] = 143, + [2105] = 185, + [2106] = 145, + [2107] = 145, + [2108] = 143, + [2109] = 176, + [2110] = 132, + [2111] = 171, + [2112] = 135, + [2113] = 177, + [2114] = 139, + [2115] = 780, + [2116] = 154, + [2117] = 176, + [2118] = 132, + [2119] = 560, + [2120] = 139, + [2121] = 132, + [2122] = 139, + [2123] = 802, + [2124] = 2124, + [2125] = 169, + [2126] = 160, + [2127] = 137, + [2128] = 144, + [2129] = 166, + [2130] = 2124, + [2131] = 137, + [2132] = 137, + [2133] = 150, + [2134] = 145, + [2135] = 187, + [2136] = 153, + [2137] = 137, + [2138] = 176, + [2139] = 154, + [2140] = 186, + [2141] = 183, + [2142] = 2142, + [2143] = 2124, + [2144] = 132, + [2145] = 137, + [2146] = 206, + [2147] = 119, + [2148] = 202, + [2149] = 160, + [2150] = 132, + [2151] = 802, + [2152] = 869, + [2153] = 208, + [2154] = 183, + [2155] = 177, + [2156] = 186, + [2157] = 145, + [2158] = 802, + [2159] = 187, + [2160] = 861, + [2161] = 876, + [2162] = 139, + [2163] = 119, + [2164] = 139, + [2165] = 118, + [2166] = 889, + [2167] = 861, + [2168] = 780, + [2169] = 2124, + [2170] = 166, + [2171] = 2171, + [2172] = 183, + [2173] = 171, + [2174] = 137, + [2175] = 118, + [2176] = 857, + [2177] = 176, + [2178] = 185, + [2179] = 876, + [2180] = 169, + [2181] = 780, + [2182] = 139, + [2183] = 186, + [2184] = 153, + [2185] = 129, + [2186] = 2186, + [2187] = 922, + [2188] = 920, + [2189] = 919, + [2190] = 216, + [2191] = 208, + [2192] = 889, + [2193] = 2193, + [2194] = 2194, + [2195] = 186, + [2196] = 183, + [2197] = 916, + [2198] = 119, + [2199] = 194, + [2200] = 237, + [2201] = 118, + [2202] = 226, + [2203] = 946, + [2204] = 802, + [2205] = 127, + [2206] = 122, + [2207] = 124, + [2208] = 194, + [2209] = 220, + [2210] = 857, + [2211] = 132, + [2212] = 936, + [2213] = 145, + [2214] = 139, + [2215] = 849, + [2216] = 2171, + [2217] = 869, + [2218] = 153, + [2219] = 187, + [2220] = 923, + [2221] = 127, + [2222] = 876, + [2223] = 876, + [2224] = 958, + [2225] = 122, + [2226] = 129, + [2227] = 861, + [2228] = 188, + [2229] = 124, + [2230] = 233, + [2231] = 869, + [2232] = 125, + [2233] = 2233, + [2234] = 2234, + [2235] = 153, + [2236] = 780, + [2237] = 206, + [2238] = 2238, + [2239] = 202, + [2240] = 957, + [2241] = 118, + [2242] = 119, + [2243] = 857, + [2244] = 187, + [2245] = 889, + [2246] = 128, + [2247] = 861, + [2248] = 220, + [2249] = 125, + [2250] = 2250, + [2251] = 216, + [2252] = 188, + [2253] = 955, + [2254] = 137, + [2255] = 137, + [2256] = 256, + [2257] = 1080, + [2258] = 1079, + [2259] = 188, + [2260] = 957, + [2261] = 233, + [2262] = 1078, + [2263] = 1077, + [2264] = 1076, + [2265] = 964, + [2266] = 936, + [2267] = 145, + [2268] = 135, + [2269] = 913, + [2270] = 286, + [2271] = 186, + [2272] = 1073, + [2273] = 1072, + [2274] = 1071, + [2275] = 1069, + [2276] = 1068, + [2277] = 1066, + [2278] = 1064, + [2279] = 1062, + [2280] = 2280, + [2281] = 2281, + [2282] = 1058, + [2283] = 1050, + [2284] = 2284, + [2285] = 1053, + [2286] = 1051, + [2287] = 1074, + [2288] = 1043, + [2289] = 143, + [2290] = 1031, + [2291] = 1029, + [2292] = 1028, + [2293] = 1021, + [2294] = 1019, + [2295] = 1017, + [2296] = 1015, + [2297] = 1014, + [2298] = 1013, + [2299] = 1012, + [2300] = 1011, + [2301] = 1010, + [2302] = 1009, + [2303] = 1008, + [2304] = 1005, + [2305] = 1004, + [2306] = 1003, + [2307] = 1002, + [2308] = 144, [2309] = 2309, - [2310] = 2309, - [2311] = 2311, - [2312] = 2312, - [2313] = 2313, - [2314] = 2305, - [2315] = 2306, - [2316] = 2316, - [2317] = 2317, - [2318] = 2318, - [2319] = 2319, - [2320] = 2318, - [2321] = 2321, - [2322] = 865, - [2323] = 866, - [2324] = 863, - [2325] = 867, - [2326] = 2326, - [2327] = 862, - [2328] = 2328, - [2329] = 866, - [2330] = 862, - [2331] = 2331, - [2332] = 863, - [2333] = 865, - [2334] = 867, - [2335] = 2326, - [2336] = 2328, - [2337] = 877, - [2338] = 876, - [2339] = 883, - [2340] = 879, - [2341] = 880, - [2342] = 2331, - [2343] = 881, - [2344] = 882, - [2345] = 885, - [2346] = 887, - [2347] = 875, - [2348] = 886, - [2349] = 878, - [2350] = 879, - [2351] = 875, - [2352] = 881, - [2353] = 882, - [2354] = 878, - [2355] = 876, - [2356] = 886, - [2357] = 880, - [2358] = 2358, - [2359] = 885, - [2360] = 883, - [2361] = 877, - [2362] = 887, - [2363] = 530, - [2364] = 516, - [2365] = 517, - [2366] = 517, - [2367] = 516, - [2368] = 538, - [2369] = 517, - [2370] = 529, - [2371] = 2371, - [2372] = 528, - [2373] = 524, - [2374] = 518, - [2375] = 537, - [2376] = 515, - [2377] = 2371, - [2378] = 518, - [2379] = 1094, - [2380] = 1110, - [2381] = 518, - [2382] = 532, - [2383] = 515, - [2384] = 516, - [2385] = 532, - [2386] = 537, - [2387] = 516, - [2388] = 2371, - [2389] = 525, - [2390] = 526, - [2391] = 538, - [2392] = 1151, - [2393] = 515, - [2394] = 1110, - [2395] = 517, - [2396] = 530, - [2397] = 516, - [2398] = 2398, - [2399] = 532, - [2400] = 518, - [2401] = 518, - [2402] = 525, - [2403] = 1094, - [2404] = 1168, - [2405] = 531, - [2406] = 1110, - [2407] = 520, - [2408] = 1196, - [2409] = 520, - [2410] = 517, - [2411] = 2371, - [2412] = 532, - [2413] = 528, - [2414] = 531, - [2415] = 1165, - [2416] = 526, - [2417] = 515, - [2418] = 1150, - [2419] = 1094, - [2420] = 529, - [2421] = 2421, - [2422] = 1151, - [2423] = 1150, - [2424] = 518, - [2425] = 516, - [2426] = 524, - [2427] = 526, - [2428] = 525, - [2429] = 554, - [2430] = 1247, - [2431] = 515, - [2432] = 1225, - [2433] = 1094, - [2434] = 2434, - [2435] = 560, - [2436] = 1165, - [2437] = 1224, - [2438] = 1221, - [2439] = 1212, - [2440] = 531, - [2441] = 1151, - [2442] = 560, - [2443] = 1168, - [2444] = 573, - [2445] = 1231, - [2446] = 563, - [2447] = 2421, - [2448] = 568, - [2449] = 1196, - [2450] = 1245, - [2451] = 526, - [2452] = 2452, - [2453] = 1150, - [2454] = 1211, - [2455] = 2455, - [2456] = 514, - [2457] = 2457, - [2458] = 563, + [2310] = 153, + [2311] = 285, + [2312] = 118, + [2313] = 177, + [2314] = 2142, + [2315] = 2315, + [2316] = 150, + [2317] = 139, + [2318] = 216, + [2319] = 300, + [2320] = 280, + [2321] = 275, + [2322] = 138, + [2323] = 1082, + [2324] = 1083, + [2325] = 139, + [2326] = 1084, + [2327] = 128, + [2328] = 306, + [2329] = 187, + [2330] = 1085, + [2331] = 1086, + [2332] = 237, + [2333] = 245, + [2334] = 132, + [2335] = 194, + [2336] = 239, + [2337] = 849, + [2338] = 947, + [2339] = 154, + [2340] = 274, + [2341] = 272, + [2342] = 119, + [2343] = 2238, + [2344] = 266, + [2345] = 946, + [2346] = 220, + [2347] = 955, + [2348] = 260, + [2349] = 954, + [2350] = 259, + [2351] = 958, + [2352] = 946, + [2353] = 186, + [2354] = 127, + [2355] = 2355, + [2356] = 2356, + [2357] = 957, + [2358] = 122, + [2359] = 183, + [2360] = 124, + [2361] = 257, + [2362] = 137, + [2363] = 1081, + [2364] = 2364, + [2365] = 129, + [2366] = 955, + [2367] = 1096, + [2368] = 1097, + [2369] = 125, + [2370] = 1098, + [2371] = 1099, + [2372] = 128, + [2373] = 255, + [2374] = 233, + [2375] = 2375, + [2376] = 2376, + [2377] = 176, + [2378] = 171, + [2379] = 152, + [2380] = 169, + [2381] = 304, + [2382] = 919, + [2383] = 958, + [2384] = 2233, + [2385] = 226, + [2386] = 920, + [2387] = 922, + [2388] = 869, + [2389] = 118, + [2390] = 185, + [2391] = 923, + [2392] = 305, + [2393] = 125, + [2394] = 303, + [2395] = 119, + [2396] = 249, + [2397] = 247, + [2398] = 132, + [2399] = 176, + [2400] = 916, + [2401] = 299, + [2402] = 194, + [2403] = 129, + [2404] = 183, + [2405] = 889, + [2406] = 295, + [2407] = 307, + [2408] = 216, + [2409] = 1163, + [2410] = 2410, + [2411] = 124, + [2412] = 166, + [2413] = 150, + [2414] = 293, + [2415] = 144, + [2416] = 143, + [2417] = 309, + [2418] = 2418, + [2419] = 302, + [2420] = 135, + [2421] = 220, + [2422] = 857, + [2423] = 2423, + [2424] = 2424, + [2425] = 2425, + [2426] = 122, + [2427] = 127, + [2428] = 2428, + [2429] = 238, + [2430] = 309, + [2431] = 1083, + [2432] = 2424, + [2433] = 2423, + [2434] = 946, + [2435] = 293, + [2436] = 202, + [2437] = 295, + [2438] = 150, + [2439] = 138, + [2440] = 132, + [2441] = 913, + [2442] = 2410, + [2443] = 523, + [2444] = 958, + [2445] = 302, + [2446] = 144, + [2447] = 143, + [2448] = 2425, + [2449] = 2449, + [2450] = 127, + [2451] = 135, + [2452] = 257, + [2453] = 249, + [2454] = 125, + [2455] = 129, + [2456] = 1028, + [2457] = 188, + [2458] = 957, [2459] = 2459, - [2460] = 1165, - [2461] = 516, - [2462] = 1150, - [2463] = 520, - [2464] = 552, - [2465] = 554, - [2466] = 517, - [2467] = 1151, - [2468] = 1204, - [2469] = 520, - [2470] = 518, - [2471] = 1110, - [2472] = 552, - [2473] = 2473, - [2474] = 531, - [2475] = 569, - [2476] = 2476, - [2477] = 1168, - [2478] = 525, - [2479] = 1237, - [2480] = 1196, - [2481] = 1209, - [2482] = 1326, - [2483] = 629, - [2484] = 623, - [2485] = 1209, - [2486] = 1237, - [2487] = 525, - [2488] = 648, - [2489] = 612, - [2490] = 645, - [2491] = 526, - [2492] = 635, - [2493] = 622, - [2494] = 2434, - [2495] = 569, - [2496] = 2496, - [2497] = 591, - [2498] = 590, - [2499] = 586, - [2500] = 2500, - [2501] = 524, - [2502] = 627, - [2503] = 517, - [2504] = 624, - [2505] = 1211, - [2506] = 518, - [2507] = 617, - [2508] = 1212, - [2509] = 1221, - [2510] = 1224, - [2511] = 594, - [2512] = 596, - [2513] = 1225, - [2514] = 638, - [2515] = 630, - [2516] = 530, - [2517] = 526, - [2518] = 615, - [2519] = 2519, - [2520] = 2520, - [2521] = 2521, - [2522] = 2522, - [2523] = 573, - [2524] = 603, - [2525] = 607, - [2526] = 2526, - [2527] = 631, - [2528] = 637, - [2529] = 613, - [2530] = 2530, - [2531] = 1283, - [2532] = 2532, - [2533] = 525, - [2534] = 2534, - [2535] = 1232, - [2536] = 552, - [2537] = 2537, - [2538] = 1204, - [2539] = 568, - [2540] = 1247, - [2541] = 563, - [2542] = 585, - [2543] = 1168, - [2544] = 1211, - [2545] = 538, - [2546] = 583, - [2547] = 2547, - [2548] = 1280, - [2549] = 1272, - [2550] = 518, - [2551] = 2551, - [2552] = 2552, - [2553] = 1278, - [2554] = 1287, - [2555] = 1245, - [2556] = 554, - [2557] = 516, - [2558] = 514, - [2559] = 517, - [2560] = 1165, - [2561] = 2398, - [2562] = 1308, - [2563] = 1309, - [2564] = 1320, - [2565] = 560, - [2566] = 1325, - [2567] = 1327, - [2568] = 1328, - [2569] = 1337, - [2570] = 620, - [2571] = 528, - [2572] = 1338, - [2573] = 1339, - [2574] = 1341, - [2575] = 560, - [2576] = 537, - [2577] = 1361, - [2578] = 1374, - [2579] = 1378, - [2580] = 1384, - [2581] = 532, - [2582] = 1268, - [2583] = 1196, - [2584] = 1386, - [2585] = 554, - [2586] = 1387, - [2587] = 1392, - [2588] = 2588, - [2589] = 1395, - [2590] = 1396, - [2591] = 1399, - [2592] = 1400, - [2593] = 1405, - [2594] = 647, - [2595] = 1409, - [2596] = 1410, - [2597] = 1411, - [2598] = 516, - [2599] = 1423, - [2600] = 1424, - [2601] = 1425, - [2602] = 1426, - [2603] = 1428, - [2604] = 1234, - [2605] = 2605, - [2606] = 1429, - [2607] = 1430, - [2608] = 1432, - [2609] = 1231, - [2610] = 1436, - [2611] = 1231, - [2612] = 1437, - [2613] = 1439, - [2614] = 1440, - [2615] = 532, - [2616] = 1444, - [2617] = 1446, - [2618] = 1447, - [2619] = 1245, - [2620] = 514, - [2621] = 573, - [2622] = 1448, - [2623] = 515, - [2624] = 2452, - [2625] = 634, - [2626] = 1247, - [2627] = 1321, - [2628] = 563, - [2629] = 529, - [2630] = 1251, - [2631] = 520, - [2632] = 531, - [2633] = 862, - [2634] = 863, - [2635] = 2530, - [2636] = 627, - [2637] = 624, - [2638] = 527, - [2639] = 634, - [2640] = 2640, - [2641] = 617, - [2642] = 2537, - [2643] = 2526, - [2644] = 2522, - [2645] = 2521, - [2646] = 1232, - [2647] = 2519, - [2648] = 1308, - [2649] = 1309, - [2650] = 648, - [2651] = 552, - [2652] = 526, - [2653] = 594, - [2654] = 1321, - [2655] = 1325, - [2656] = 596, - [2657] = 1326, - [2658] = 1327, - [2659] = 1328, - [2660] = 525, - [2661] = 1320, - [2662] = 590, - [2663] = 638, - [2664] = 583, - [2665] = 630, - [2666] = 1423, - [2667] = 2667, - [2668] = 554, - [2669] = 2326, - [2670] = 591, - [2671] = 1287, - [2672] = 514, - [2673] = 1278, - [2674] = 622, - [2675] = 585, - [2676] = 635, - [2677] = 1272, - [2678] = 1280, - [2679] = 615, - [2680] = 1341, - [2681] = 586, - [2682] = 573, - [2683] = 603, - [2684] = 607, - [2685] = 1245, - [2686] = 2686, - [2687] = 1234, - [2688] = 517, - [2689] = 1247, - [2690] = 647, - [2691] = 1339, - [2692] = 631, - [2693] = 637, - [2694] = 629, - [2695] = 2695, - [2696] = 1338, - [2697] = 1337, - [2698] = 612, - [2699] = 1231, - [2700] = 520, - [2701] = 1448, - [2702] = 1447, - [2703] = 1446, - [2704] = 1444, - [2705] = 620, - [2706] = 867, - [2707] = 613, - [2708] = 1425, - [2709] = 2459, - [2710] = 1439, - [2711] = 1437, - [2712] = 1436, - [2713] = 2686, - [2714] = 526, - [2715] = 2715, - [2716] = 1432, - [2717] = 560, - [2718] = 1430, - [2719] = 1361, - [2720] = 1440, - [2721] = 1429, - [2722] = 1211, - [2723] = 1428, - [2724] = 1374, - [2725] = 1426, - [2726] = 1378, - [2727] = 1424, - [2728] = 554, - [2729] = 1399, - [2730] = 1411, - [2731] = 1384, - [2732] = 1268, - [2733] = 1410, - [2734] = 563, - [2735] = 1409, - [2736] = 645, - [2737] = 1405, - [2738] = 1386, - [2739] = 1400, - [2740] = 525, - [2741] = 866, - [2742] = 531, - [2743] = 1396, - [2744] = 865, - [2745] = 1283, - [2746] = 1251, - [2747] = 1387, - [2748] = 1392, - [2749] = 1395, - [2750] = 2686, - [2751] = 2500, - [2752] = 623, - [2753] = 2496, - [2754] = 864, - [2755] = 2755, - [2756] = 514, - [2757] = 2757, - [2758] = 569, - [2759] = 575, - [2760] = 532, - [2761] = 867, - [2762] = 866, - [2763] = 865, - [2764] = 2764, - [2765] = 2765, - [2766] = 2766, - [2767] = 2767, - [2768] = 2768, - [2769] = 2769, - [2770] = 862, - [2771] = 863, - [2772] = 2772, - [2773] = 552, - [2774] = 527, - [2775] = 2775, - [2776] = 2776, - [2777] = 612, - [2778] = 527, - [2779] = 2757, - [2780] = 573, - [2781] = 560, - [2782] = 2767, - [2783] = 563, - [2784] = 554, - [2785] = 607, - [2786] = 626, - [2787] = 588, - [2788] = 514, - [2789] = 623, - [2790] = 613, - [2791] = 624, - [2792] = 552, - [2793] = 638, - [2794] = 568, - [2795] = 554, - [2796] = 878, - [2797] = 608, - [2798] = 875, - [2799] = 532, - [2800] = 600, - [2801] = 594, - [2802] = 581, - [2803] = 583, - [2804] = 885, - [2805] = 527, - [2806] = 883, - [2807] = 582, - [2808] = 518, - [2809] = 592, + [2460] = 259, + [2461] = 2428, + [2462] = 260, + [2463] = 247, + [2464] = 245, + [2465] = 256, + [2466] = 124, + [2467] = 160, + [2468] = 266, + [2469] = 955, + [2470] = 158, + [2471] = 300, + [2472] = 272, + [2473] = 183, + [2474] = 122, + [2475] = 118, + [2476] = 2449, + [2477] = 1002, + [2478] = 1003, + [2479] = 274, + [2480] = 1004, + [2481] = 1005, + [2482] = 1008, + [2483] = 1009, + [2484] = 2250, + [2485] = 1010, + [2486] = 1011, + [2487] = 1012, + [2488] = 1013, + [2489] = 1014, + [2490] = 1015, + [2491] = 1017, + [2492] = 1019, + [2493] = 1021, + [2494] = 299, + [2495] = 135, + [2496] = 143, + [2497] = 144, + [2498] = 233, + [2499] = 150, + [2500] = 1086, + [2501] = 2501, + [2502] = 186, + [2503] = 255, + [2504] = 220, + [2505] = 306, + [2506] = 1043, + [2507] = 1074, + [2508] = 1051, + [2509] = 1053, + [2510] = 1085, + [2511] = 1084, + [2512] = 122, + [2513] = 1029, + [2514] = 1050, + [2515] = 1058, + [2516] = 1062, + [2517] = 1064, + [2518] = 1066, + [2519] = 1068, + [2520] = 1096, + [2521] = 1031, + [2522] = 1069, + [2523] = 194, + [2524] = 1071, + [2525] = 1072, + [2526] = 1073, + [2527] = 1082, + [2528] = 1097, + [2529] = 1081, + [2530] = 138, + [2531] = 1098, + [2532] = 1080, + [2533] = 1079, + [2534] = 303, + [2535] = 194, + [2536] = 127, + [2537] = 124, + [2538] = 125, + [2539] = 275, + [2540] = 239, + [2541] = 1099, + [2542] = 183, + [2543] = 280, + [2544] = 285, + [2545] = 286, + [2546] = 206, + [2547] = 153, + [2548] = 187, + [2549] = 119, + [2550] = 304, + [2551] = 208, + [2552] = 954, + [2553] = 2553, + [2554] = 307, + [2555] = 947, + [2556] = 2449, + [2557] = 129, + [2558] = 2046, + [2559] = 216, + [2560] = 238, + [2561] = 2561, + [2562] = 2562, + [2563] = 2418, + [2564] = 1163, + [2565] = 186, + [2566] = 128, + [2567] = 305, + [2568] = 524, + [2569] = 525, + [2570] = 522, + [2571] = 527, + [2572] = 2375, + [2573] = 964, + [2574] = 1076, + [2575] = 1077, + [2576] = 1078, + [2577] = 2376, + [2578] = 206, + [2579] = 150, + [2580] = 2580, + [2581] = 118, + [2582] = 125, + [2583] = 128, + [2584] = 194, + [2585] = 119, + [2586] = 119, + [2587] = 2459, + [2588] = 176, + [2589] = 129, + [2590] = 150, + [2591] = 2591, + [2592] = 143, + [2593] = 144, + [2594] = 118, + [2595] = 160, + [2596] = 158, + [2597] = 188, + [2598] = 2598, + [2599] = 143, + [2600] = 135, + [2601] = 526, + [2602] = 160, + [2603] = 2603, + [2604] = 2604, + [2605] = 216, + [2606] = 2606, + [2607] = 2607, + [2608] = 2606, + [2609] = 2609, + [2610] = 2610, + [2611] = 233, + [2612] = 524, + [2613] = 144, + [2614] = 135, + [2615] = 523, + [2616] = 525, + [2617] = 220, + [2618] = 158, + [2619] = 522, + [2620] = 527, + [2621] = 2621, + [2622] = 222, + [2623] = 208, + [2624] = 2624, + [2625] = 226, + [2626] = 118, + [2627] = 119, + [2628] = 2580, + [2629] = 124, + [2630] = 152, + [2631] = 122, + [2632] = 138, + [2633] = 127, + [2634] = 305, + [2635] = 247, + [2636] = 255, + [2637] = 232, + [2638] = 2638, + [2639] = 260, + [2640] = 294, + [2641] = 127, + [2642] = 266, + [2643] = 177, + [2644] = 143, + [2645] = 274, + [2646] = 282, + [2647] = 275, + [2648] = 304, + [2649] = 303, + [2650] = 150, + [2651] = 302, + [2652] = 280, + [2653] = 285, + [2654] = 286, + [2655] = 125, + [2656] = 549, + [2657] = 565, + [2658] = 561, + [2659] = 160, + [2660] = 309, + [2661] = 264, + [2662] = 557, + [2663] = 262, + [2664] = 144, + [2665] = 259, + [2666] = 293, + [2667] = 558, + [2668] = 556, + [2669] = 555, + [2670] = 254, + [2671] = 124, + [2672] = 546, + [2673] = 2673, + [2674] = 137, + [2675] = 2675, + [2676] = 244, + [2677] = 545, + [2678] = 544, + [2679] = 543, + [2680] = 559, + [2681] = 241, + [2682] = 257, + [2683] = 256, + [2684] = 239, + [2685] = 129, + [2686] = 295, + [2687] = 299, + [2688] = 308, + [2689] = 270, + [2690] = 249, + [2691] = 137, + [2692] = 245, + [2693] = 139, + [2694] = 272, + [2695] = 154, + [2696] = 145, + [2697] = 2697, + [2698] = 122, + [2699] = 124, + [2700] = 139, + [2701] = 252, + [2702] = 307, + [2703] = 188, + [2704] = 237, + [2705] = 128, + [2706] = 2706, + [2707] = 176, + [2708] = 124, + [2709] = 194, + [2710] = 300, + [2711] = 305, + [2712] = 268, + [2713] = 271, + [2714] = 132, + [2715] = 278, + [2716] = 281, + [2717] = 284, + [2718] = 176, + [2719] = 129, + [2720] = 125, + [2721] = 290, + [2722] = 127, + [2723] = 296, + [2724] = 238, + [2725] = 298, + [2726] = 135, + [2727] = 2727, + [2728] = 122, + [2729] = 2729, + [2730] = 125, + [2731] = 129, + [2732] = 306, + [2733] = 158, + [2734] = 138, + [2735] = 154, + [2736] = 549, + [2737] = 186, + [2738] = 565, + [2739] = 233, + [2740] = 561, + [2741] = 558, + [2742] = 237, + [2743] = 2743, + [2744] = 2744, + [2745] = 208, + [2746] = 158, + [2747] = 185, + [2748] = 556, + [2749] = 555, + [2750] = 546, + [2751] = 127, + [2752] = 545, + [2753] = 143, + [2754] = 171, + [2755] = 544, + [2756] = 543, + [2757] = 132, + [2758] = 559, + [2759] = 144, + [2760] = 122, + [2761] = 183, + [2762] = 232, + [2763] = 2763, + [2764] = 135, + [2765] = 297, + [2766] = 169, + [2767] = 292, + [2768] = 289, + [2769] = 283, + [2770] = 279, + [2771] = 152, + [2772] = 137, + [2773] = 277, + [2774] = 2774, + [2775] = 269, + [2776] = 206, + [2777] = 166, + [2778] = 267, + [2779] = 301, + [2780] = 243, + [2781] = 251, + [2782] = 258, + [2783] = 263, + [2784] = 232, + [2785] = 160, + [2786] = 138, + [2787] = 132, + [2788] = 143, + [2789] = 237, + [2790] = 152, + [2791] = 144, + [2792] = 153, + [2793] = 135, + [2794] = 187, + [2795] = 177, + [2796] = 118, + [2797] = 176, + [2798] = 2729, + [2799] = 143, + [2800] = 150, + [2801] = 2706, + [2802] = 135, + [2803] = 139, + [2804] = 144, + [2805] = 557, + [2806] = 119, + [2807] = 150, + [2808] = 2808, + [2809] = 150, [2810] = 2810, - [2811] = 591, + [2811] = 2811, [2812] = 2812, - [2813] = 595, - [2814] = 2814, - [2815] = 628, - [2816] = 529, - [2817] = 620, - [2818] = 642, - [2819] = 2819, - [2820] = 590, - [2821] = 633, - [2822] = 619, - [2823] = 538, - [2824] = 2824, - [2825] = 577, - [2826] = 596, - [2827] = 648, - [2828] = 515, - [2829] = 611, - [2830] = 622, - [2831] = 518, - [2832] = 598, - [2833] = 2833, - [2834] = 645, - [2835] = 647, - [2836] = 516, - [2837] = 617, - [2838] = 585, - [2839] = 612, - [2840] = 635, - [2841] = 639, - [2842] = 532, - [2843] = 602, - [2844] = 516, - [2845] = 876, - [2846] = 615, - [2847] = 634, - [2848] = 887, - [2849] = 879, - [2850] = 603, - [2851] = 605, - [2852] = 646, - [2853] = 877, - [2854] = 630, - [2855] = 631, - [2856] = 637, - [2857] = 629, - [2858] = 880, - [2859] = 627, - [2860] = 881, - [2861] = 586, - [2862] = 882, - [2863] = 886, - [2864] = 2864, - [2865] = 517, - [2866] = 885, - [2867] = 2867, - [2868] = 877, - [2869] = 616, - [2870] = 644, - [2871] = 640, - [2872] = 580, - [2873] = 632, - [2874] = 529, - [2875] = 587, - [2876] = 527, - [2877] = 614, - [2878] = 518, - [2879] = 609, - [2880] = 520, - [2881] = 2881, - [2882] = 887, - [2883] = 876, - [2884] = 526, - [2885] = 2885, - [2886] = 589, - [2887] = 578, - [2888] = 597, - [2889] = 524, - [2890] = 531, - [2891] = 528, - [2892] = 618, - [2893] = 883, - [2894] = 573, - [2895] = 879, - [2896] = 2896, - [2897] = 577, - [2898] = 2898, - [2899] = 530, - [2900] = 2819, - [2901] = 525, - [2902] = 2902, - [2903] = 517, - [2904] = 568, - [2905] = 2833, - [2906] = 875, - [2907] = 538, - [2908] = 880, - [2909] = 878, - [2910] = 577, - [2911] = 537, - [2912] = 516, - [2913] = 881, - [2914] = 601, - [2915] = 517, - [2916] = 568, - [2917] = 2917, - [2918] = 2918, - [2919] = 882, - [2920] = 886, - [2921] = 532, - [2922] = 597, - [2923] = 538, - [2924] = 524, - [2925] = 580, - [2926] = 601, - [2927] = 530, - [2928] = 587, - [2929] = 589, - [2930] = 644, - [2931] = 528, - [2932] = 597, - [2933] = 528, - [2934] = 577, - [2935] = 517, - [2936] = 616, - [2937] = 532, - [2938] = 578, - [2939] = 589, - [2940] = 587, - [2941] = 580, - [2942] = 616, - [2943] = 618, - [2944] = 601, - [2945] = 640, - [2946] = 618, - [2947] = 644, - [2948] = 640, - [2949] = 2949, - [2950] = 568, - [2951] = 2917, - [2952] = 632, - [2953] = 527, - [2954] = 537, - [2955] = 517, - [2956] = 516, - [2957] = 514, - [2958] = 529, - [2959] = 573, - [2960] = 614, - [2961] = 609, - [2962] = 632, - [2963] = 518, - [2964] = 524, - [2965] = 563, - [2966] = 2918, - [2967] = 518, - [2968] = 614, - [2969] = 530, - [2970] = 516, - [2971] = 609, - [2972] = 518, - [2973] = 560, - [2974] = 578, - [2975] = 537, - [2976] = 516, - [2977] = 515, - [2978] = 515, - [2979] = 517, - [2980] = 532, - [2981] = 575, - [2982] = 587, - [2983] = 618, - [2984] = 616, - [2985] = 580, - [2986] = 554, - [2987] = 583, - [2988] = 601, - [2989] = 640, - [2990] = 632, - [2991] = 614, - [2992] = 609, - [2993] = 2993, - [2994] = 531, - [2995] = 518, - [2996] = 552, - [2997] = 589, - [2998] = 578, - [2999] = 613, - [3000] = 597, - [3001] = 525, - [3002] = 626, - [3003] = 634, - [3004] = 612, - [3005] = 648, - [3006] = 575, - [3007] = 615, - [3008] = 569, - [3009] = 623, - [3010] = 526, - [3011] = 645, - [3012] = 1213, - [3013] = 531, - [3014] = 515, - [3015] = 520, - [3016] = 517, - [3017] = 644, - [3018] = 620, - [3019] = 568, - [3020] = 514, - [3021] = 586, - [3022] = 629, - [3023] = 637, - [3024] = 520, - [3025] = 526, - [3026] = 514, - [3027] = 647, - [3028] = 516, - [3029] = 525, - [3030] = 3030, - [3031] = 569, - [3032] = 577, - [3033] = 596, - [3034] = 594, - [3035] = 601, - [3036] = 614, - [3037] = 624, - [3038] = 586, - [3039] = 590, - [3040] = 591, - [3041] = 617, - [3042] = 563, - [3043] = 2993, - [3044] = 594, - [3045] = 596, - [3046] = 638, - [3047] = 583, - [3048] = 630, - [3049] = 622, - [3050] = 585, - [3051] = 635, - [3052] = 615, - [3053] = 569, - [3054] = 613, - [3055] = 603, - [3056] = 645, - [3057] = 631, - [3058] = 637, - [3059] = 629, - [3060] = 560, - [3061] = 607, - [3062] = 626, - [3063] = 648, - [3064] = 623, - [3065] = 528, - [3066] = 537, - [3067] = 3067, - [3068] = 627, - [3069] = 575, - [3070] = 1204, - [3071] = 552, - [3072] = 577, - [3073] = 515, - [3074] = 575, - [3075] = 3075, - [3076] = 3076, - [3077] = 563, - [3078] = 560, - [3079] = 611, - [3080] = 569, - [3081] = 573, - [3082] = 619, - [3083] = 632, - [3084] = 633, - [3085] = 516, - [3086] = 640, - [3087] = 525, - [3088] = 526, - [3089] = 620, - [3090] = 642, - [3091] = 644, - [3092] = 600, - [3093] = 608, - [3094] = 646, - [3095] = 618, - [3096] = 1749, - [3097] = 639, - [3098] = 616, - [3099] = 602, - [3100] = 527, - [3101] = 646, - [3102] = 628, - [3103] = 580, - [3104] = 581, - [3105] = 647, - [3106] = 587, - [3107] = 582, - [3108] = 589, - [3109] = 592, - [3110] = 531, - [3111] = 520, - [3112] = 578, - [3113] = 3113, - [3114] = 588, - [3115] = 1213, - [3116] = 518, - [3117] = 595, - [3118] = 554, - [3119] = 552, - [3120] = 597, - [3121] = 598, - [3122] = 634, - [3123] = 3123, - [3124] = 3124, - [3125] = 3125, - [3126] = 605, - [3127] = 568, - [3128] = 609, - [3129] = 631, - [3130] = 591, - [3131] = 532, - [3132] = 627, - [3133] = 3125, - [3134] = 527, - [3135] = 3076, - [3136] = 560, - [3137] = 3137, - [3138] = 597, - [3139] = 590, - [3140] = 591, - [3141] = 520, - [3142] = 531, - [3143] = 518, - [3144] = 645, - [3145] = 635, - [3146] = 3146, - [3147] = 563, - [3148] = 3148, - [3149] = 1251, - [3150] = 585, - [3151] = 527, - [3152] = 648, - [3153] = 1204, - [3154] = 525, - [3155] = 2052, - [3156] = 526, - [3157] = 622, - [3158] = 585, - [3159] = 1196, - [3160] = 617, - [3161] = 635, - [3162] = 516, - [3163] = 613, - [3164] = 598, - [3165] = 1094, - [3166] = 587, - [3167] = 595, - [3168] = 583, - [3169] = 578, - [3170] = 592, - [3171] = 589, - [3172] = 582, - [3173] = 3123, - [3174] = 581, - [3175] = 638, - [3176] = 580, - [3177] = 602, - [3178] = 620, - [3179] = 1234, - [3180] = 616, - [3181] = 639, - [3182] = 618, - [3183] = 608, - [3184] = 630, - [3185] = 601, - [3186] = 600, - [3187] = 644, - [3188] = 642, - [3189] = 640, - [3190] = 554, - [3191] = 633, - [3192] = 517, - [3193] = 517, - [3194] = 626, - [3195] = 603, - [3196] = 647, - [3197] = 538, - [3198] = 632, - [3199] = 619, - [3200] = 607, - [3201] = 614, - [3202] = 611, - [3203] = 623, - [3204] = 622, - [3205] = 646, - [3206] = 552, - [3207] = 3207, - [3208] = 3208, - [3209] = 1232, - [3210] = 634, - [3211] = 609, - [3212] = 605, - [3213] = 615, - [3214] = 1165, - [3215] = 624, - [3216] = 590, - [3217] = 586, - [3218] = 3124, - [3219] = 588, - [3220] = 627, - [3221] = 624, - [3222] = 1110, - [3223] = 529, - [3224] = 602, - [3225] = 598, - [3226] = 595, - [3227] = 629, - [3228] = 637, - [3229] = 592, - [3230] = 631, - [3231] = 582, - [3232] = 585, - [3233] = 581, - [3234] = 639, - [3235] = 608, - [3236] = 600, - [3237] = 3113, - [3238] = 612, - [3239] = 642, - [3240] = 633, - [3241] = 619, - [3242] = 611, - [3243] = 605, - [3244] = 646, - [3245] = 530, - [3246] = 630, - [3247] = 532, - [3248] = 628, - [3249] = 1168, - [3250] = 588, - [3251] = 524, - [3252] = 638, - [3253] = 569, - [3254] = 575, - [3255] = 628, - [3256] = 607, - [3257] = 603, - [3258] = 646, - [3259] = 596, - [3260] = 617, - [3261] = 594, - [3262] = 2052, - [3263] = 1110, - [3264] = 1245, - [3265] = 1247, - [3266] = 3075, - [3267] = 573, - [3268] = 3148, - [3269] = 3146, - [3270] = 1231, - [3271] = 516, - [3272] = 568, - [3273] = 554, - [3274] = 1251, - [3275] = 1151, - [3276] = 2421, - [3277] = 585, - [3278] = 560, - [3279] = 515, - [3280] = 1234, - [3281] = 1151, - [3282] = 1232, - [3283] = 1150, - [3284] = 1150, - [3285] = 1211, - [3286] = 518, - [3287] = 517, - [3288] = 518, - [3289] = 517, - [3290] = 1094, - [3291] = 532, - [3292] = 563, - [3293] = 532, - [3294] = 516, - [3295] = 1094, - [3296] = 577, - [3297] = 1110, - [3298] = 1386, - [3299] = 1409, - [3300] = 1410, - [3301] = 3301, - [3302] = 1168, - [3303] = 1405, - [3304] = 1411, - [3305] = 1361, - [3306] = 1423, - [3307] = 1424, - [3308] = 1425, - [3309] = 1400, - [3310] = 1196, - [3311] = 1399, - [3312] = 1426, - [3313] = 1396, - [3314] = 1395, - [3315] = 1428, - [3316] = 1429, - [3317] = 1392, - [3318] = 3301, - [3319] = 1387, - [3320] = 3320, - [3321] = 1430, - [3322] = 569, - [3323] = 1432, - [3324] = 1436, - [3325] = 1268, - [3326] = 1437, - [3327] = 1439, - [3328] = 1440, - [3329] = 1444, - [3330] = 1446, - [3331] = 1447, - [3332] = 1384, - [3333] = 569, - [3334] = 1378, - [3335] = 575, - [3336] = 1448, - [3337] = 3301, - [3338] = 1374, - [3339] = 3339, - [3340] = 3340, - [3341] = 1341, - [3342] = 1339, - [3343] = 1165, - [3344] = 3301, - [3345] = 597, - [3346] = 578, - [3347] = 589, - [3348] = 1196, - [3349] = 587, - [3350] = 580, - [3351] = 1338, - [3352] = 616, - [3353] = 618, - [3354] = 601, - [3355] = 644, - [3356] = 640, - [3357] = 632, - [3358] = 3301, - [3359] = 614, - [3360] = 1204, - [3361] = 609, - [3362] = 617, - [3363] = 568, - [3364] = 1337, - [3365] = 1168, - [3366] = 568, - [3367] = 3301, - [3368] = 3301, - [3369] = 3301, - [3370] = 3301, - [3371] = 3301, - [3372] = 3372, - [3373] = 2452, - [3374] = 1094, - [3375] = 1328, - [3376] = 1327, - [3377] = 1326, - [3378] = 1325, - [3379] = 3301, - [3380] = 3301, - [3381] = 575, - [3382] = 1321, - [3383] = 1320, - [3384] = 1309, - [3385] = 3301, - [3386] = 1110, - [3387] = 622, - [3388] = 1308, - [3389] = 1225, - [3390] = 2052, - [3391] = 1151, - [3392] = 520, - [3393] = 3393, - [3394] = 531, - [3395] = 1150, - [3396] = 1212, - [3397] = 1221, - [3398] = 1224, - [3399] = 3399, - [3400] = 3207, - [3401] = 1165, - [3402] = 1287, - [3403] = 552, - [3404] = 1278, - [3405] = 1272, - [3406] = 1280, - [3407] = 1209, - [3408] = 1237, - [3409] = 554, - [3410] = 3208, - [3411] = 577, - [3412] = 525, - [3413] = 1151, - [3414] = 526, - [3415] = 569, - [3416] = 1150, - [3417] = 577, - [3418] = 580, - [3419] = 563, - [3420] = 1221, - [3421] = 526, - [3422] = 1165, - [3423] = 632, - [3424] = 525, - [3425] = 1247, - [3426] = 612, - [3427] = 614, - [3428] = 1212, - [3429] = 3429, - [3430] = 609, - [3431] = 640, - [3432] = 3432, - [3433] = 1196, - [3434] = 573, - [3435] = 644, - [3436] = 3436, - [3437] = 1211, - [3438] = 3438, - [3439] = 3439, - [3440] = 601, - [3441] = 618, - [3442] = 1234, - [3443] = 616, - [3444] = 554, - [3445] = 3445, - [3446] = 3446, - [3447] = 1224, - [3448] = 623, - [3449] = 587, - [3450] = 589, - [3451] = 578, - [3452] = 648, - [3453] = 1211, - [3454] = 1231, - [3455] = 1245, - [3456] = 1247, - [3457] = 645, - [3458] = 3458, - [3459] = 3459, - [3460] = 635, - [3461] = 585, - [3462] = 3462, - [3463] = 1245, - [3464] = 1231, + [2813] = 137, + [2814] = 269, + [2815] = 292, + [2816] = 185, + [2817] = 267, + [2818] = 132, + [2819] = 277, + [2820] = 258, + [2821] = 177, + [2822] = 263, + [2823] = 301, + [2824] = 145, + [2825] = 233, + [2826] = 125, + [2827] = 176, + [2828] = 279, + [2829] = 169, + [2830] = 251, + [2831] = 129, + [2832] = 118, + [2833] = 171, + [2834] = 2743, + [2835] = 2835, + [2836] = 243, + [2837] = 251, + [2838] = 119, + [2839] = 152, + [2840] = 132, + [2841] = 132, + [2842] = 258, + [2843] = 263, + [2844] = 243, + [2845] = 283, + [2846] = 2744, + [2847] = 2847, + [2848] = 124, + [2849] = 139, + [2850] = 216, + [2851] = 122, + [2852] = 127, + [2853] = 145, + [2854] = 301, + [2855] = 137, + [2856] = 202, + [2857] = 289, + [2858] = 119, + [2859] = 292, + [2860] = 118, + [2861] = 139, + [2862] = 154, + [2863] = 185, + [2864] = 232, + [2865] = 171, + [2866] = 166, + [2867] = 137, + [2868] = 267, + [2869] = 208, + [2870] = 206, + [2871] = 160, + [2872] = 128, + [2873] = 158, + [2874] = 166, + [2875] = 237, + [2876] = 119, + [2877] = 297, + [2878] = 283, + [2879] = 269, + [2880] = 297, + [2881] = 176, + [2882] = 289, + [2883] = 279, + [2884] = 169, + [2885] = 139, + [2886] = 118, + [2887] = 220, + [2888] = 277, + [2889] = 144, + [2890] = 251, + [2891] = 186, + [2892] = 243, + [2893] = 183, + [2894] = 257, + [2895] = 245, + [2896] = 247, + [2897] = 267, + [2898] = 269, + [2899] = 122, + [2900] = 226, + [2901] = 277, + [2902] = 279, + [2903] = 145, + [2904] = 283, + [2905] = 188, + [2906] = 263, + [2907] = 132, + [2908] = 293, + [2909] = 202, + [2910] = 124, + [2911] = 258, + [2912] = 129, + [2913] = 307, + [2914] = 194, + [2915] = 226, + [2916] = 289, + [2917] = 292, + [2918] = 297, + [2919] = 295, + [2920] = 2920, + [2921] = 222, + [2922] = 127, + [2923] = 138, + [2924] = 125, + [2925] = 222, + [2926] = 299, + [2927] = 301, + [2928] = 2928, + [2929] = 128, + [2930] = 186, + [2931] = 187, + [2932] = 139, + [2933] = 153, + [2934] = 302, + [2935] = 124, + [2936] = 252, + [2937] = 303, + [2938] = 128, + [2939] = 266, + [2940] = 272, + [2941] = 304, + [2942] = 129, + [2943] = 135, + [2944] = 232, + [2945] = 143, + [2946] = 183, + [2947] = 122, + [2948] = 150, + [2949] = 125, + [2950] = 153, + [2951] = 129, + [2952] = 124, + [2953] = 122, + [2954] = 127, + [2955] = 202, + [2956] = 187, + [2957] = 127, + [2958] = 125, + [2959] = 237, + [2960] = 280, + [2961] = 915, + [2962] = 137, + [2963] = 305, + [2964] = 152, + [2965] = 300, + [2966] = 301, + [2967] = 252, + [2968] = 2968, + [2969] = 915, + [2970] = 143, + [2971] = 143, + [2972] = 282, + [2973] = 144, + [2974] = 194, + [2975] = 135, + [2976] = 188, + [2977] = 2977, + [2978] = 138, + [2979] = 137, + [2980] = 300, + [2981] = 150, + [2982] = 560, + [2983] = 294, + [2984] = 187, + [2985] = 153, + [2986] = 308, + [2987] = 188, + [2988] = 1436, + [2989] = 160, + [2990] = 307, + [2991] = 158, + [2992] = 2992, + [2993] = 299, + [2994] = 2920, + [2995] = 144, + [2996] = 264, + [2997] = 2997, + [2998] = 263, + [2999] = 262, + [3000] = 258, + [3001] = 222, + [3002] = 254, + [3003] = 251, + [3004] = 244, + [3005] = 849, + [3006] = 243, + [3007] = 241, + [3008] = 150, + [3009] = 295, + [3010] = 270, + [3011] = 267, + [3012] = 268, + [3013] = 286, + [3014] = 3014, + [3015] = 220, + [3016] = 135, + [3017] = 269, + [3018] = 222, + [3019] = 302, + [3020] = 271, + [3021] = 277, + [3022] = 150, + [3023] = 278, + [3024] = 139, + [3025] = 293, + [3026] = 279, + [3027] = 119, + [3028] = 186, + [3029] = 3029, + [3030] = 281, + [3031] = 283, + [3032] = 118, + [3033] = 232, + [3034] = 303, + [3035] = 284, + [3036] = 183, + [3037] = 309, + [3038] = 239, + [3039] = 144, + [3040] = 145, + [3041] = 238, + [3042] = 3042, + [3043] = 289, + [3044] = 290, + [3045] = 292, + [3046] = 304, + [3047] = 296, + [3048] = 216, + [3049] = 233, + [3050] = 166, + [3051] = 255, + [3052] = 226, + [3053] = 285, + [3054] = 280, + [3055] = 297, + [3056] = 298, + [3057] = 275, + [3058] = 306, + [3059] = 143, + [3060] = 185, + [3061] = 237, + [3062] = 274, + [3063] = 272, + [3064] = 266, + [3065] = 260, + [3066] = 259, + [3067] = 135, + [3068] = 257, + [3069] = 138, + [3070] = 220, + [3071] = 226, + [3072] = 256, + [3073] = 249, + [3074] = 247, + [3075] = 245, + [3076] = 216, + [3077] = 3077, + [3078] = 308, + [3079] = 132, + [3080] = 129, + [3081] = 298, + [3082] = 271, + [3083] = 278, + [3084] = 281, + [3085] = 284, + [3086] = 290, + [3087] = 296, + [3088] = 298, + [3089] = 266, + [3090] = 954, + [3091] = 154, + [3092] = 304, + [3093] = 158, + [3094] = 183, + [3095] = 260, + [3096] = 3029, + [3097] = 303, + [3098] = 857, + [3099] = 277, + [3100] = 177, + [3101] = 296, + [3102] = 268, + [3103] = 270, + [3104] = 132, + [3105] = 239, + [3106] = 299, + [3107] = 3107, + [3108] = 252, + [3109] = 302, + [3110] = 293, + [3111] = 241, + [3112] = 1690, + [3113] = 244, + [3114] = 3114, + [3115] = 254, + [3116] = 262, + [3117] = 264, + [3118] = 292, + [3119] = 283, + [3120] = 259, + [3121] = 307, + [3122] = 160, + [3123] = 171, + [3124] = 216, + [3125] = 849, + [3126] = 289, + [3127] = 284, + [3128] = 152, + [3129] = 194, + [3130] = 257, + [3131] = 188, + [3132] = 913, + [3133] = 176, + [3134] = 300, + [3135] = 281, + [3136] = 279, + [3137] = 274, + [3138] = 278, + [3139] = 869, + [3140] = 272, + [3141] = 282, + [3142] = 271, + [3143] = 176, + [3144] = 169, + [3145] = 127, + [3146] = 122, + [3147] = 269, + [3148] = 268, + [3149] = 238, + [3150] = 3077, + [3151] = 226, + [3152] = 267, + [3153] = 290, + [3154] = 124, + [3155] = 270, + [3156] = 222, + [3157] = 152, + [3158] = 3158, + [3159] = 294, + [3160] = 3160, + [3161] = 308, + [3162] = 3162, + [3163] = 301, + [3164] = 241, + [3165] = 243, + [3166] = 309, + [3167] = 239, + [3168] = 238, + [3169] = 244, + [3170] = 186, + [3171] = 251, + [3172] = 297, + [3173] = 137, + [3174] = 282, + [3175] = 153, + [3176] = 187, + [3177] = 254, + [3178] = 286, + [3179] = 947, + [3180] = 285, + [3181] = 258, + [3182] = 275, + [3183] = 306, + [3184] = 274, + [3185] = 262, + [3186] = 2977, + [3187] = 256, + [3188] = 139, + [3189] = 260, + [3190] = 125, + [3191] = 158, + [3192] = 160, + [3193] = 780, + [3194] = 263, + [3195] = 259, + [3196] = 3196, + [3197] = 255, + [3198] = 306, + [3199] = 275, + [3200] = 256, + [3201] = 2968, + [3202] = 294, + [3203] = 255, + [3204] = 3042, + [3205] = 308, + [3206] = 264, + [3207] = 308, + [3208] = 309, + [3209] = 249, + [3210] = 295, + [3211] = 220, + [3212] = 889, + [3213] = 286, + [3214] = 245, + [3215] = 247, + [3216] = 285, + [3217] = 249, + [3218] = 280, + [3219] = 305, + [3220] = 239, + [3221] = 802, + [3222] = 150, + [3223] = 143, + [3224] = 176, + [3225] = 780, + [3226] = 958, + [3227] = 132, + [3228] = 137, + [3229] = 132, + [3230] = 137, + [3231] = 913, + [3232] = 802, + [3233] = 2171, + [3234] = 135, + [3235] = 876, + [3236] = 955, + [3237] = 861, + [3238] = 957, + [3239] = 208, + [3240] = 220, + [3241] = 145, + [3242] = 144, + [3243] = 202, + [3244] = 176, + [3245] = 232, + [3246] = 216, + [3247] = 947, + [3248] = 139, + [3249] = 194, + [3250] = 954, + [3251] = 876, + [3252] = 3114, + [3253] = 3107, + [3254] = 139, + [3255] = 3255, + [3256] = 239, + [3257] = 2992, + [3258] = 861, + [3259] = 2997, + [3260] = 1690, + [3261] = 237, + [3262] = 233, + [3263] = 780, + [3264] = 802, + [3265] = 206, + [3266] = 946, + [3267] = 3267, + [3268] = 1043, + [3269] = 861, + [3270] = 861, + [3271] = 3196, + [3272] = 226, + [3273] = 3273, + [3274] = 222, + [3275] = 222, + [3276] = 3267, + [3277] = 919, + [3278] = 920, + [3279] = 876, + [3280] = 922, + [3281] = 226, + [3282] = 1079, + [3283] = 3160, + [3284] = 3158, + [3285] = 3267, + [3286] = 923, + [3287] = 237, + [3288] = 153, + [3289] = 3289, + [3290] = 226, + [3291] = 232, + [3292] = 3267, + [3293] = 849, + [3294] = 187, + [3295] = 274, + [3296] = 3296, + [3297] = 964, + [3298] = 1076, + [3299] = 1077, + [3300] = 1078, + [3301] = 936, + [3302] = 916, + [3303] = 186, + [3304] = 876, + [3305] = 1002, + [3306] = 1003, + [3307] = 1004, + [3308] = 802, + [3309] = 1005, + [3310] = 263, + [3311] = 3267, + [3312] = 3312, + [3313] = 3267, + [3314] = 3267, + [3315] = 1008, + [3316] = 3267, + [3317] = 3267, + [3318] = 3267, + [3319] = 3267, + [3320] = 183, + [3321] = 3267, + [3322] = 3267, + [3323] = 1009, + [3324] = 2238, + [3325] = 258, + [3326] = 1010, + [3327] = 251, + [3328] = 1011, + [3329] = 243, + [3330] = 1012, + [3331] = 301, + [3332] = 1013, + [3333] = 267, + [3334] = 1080, + [3335] = 1081, + [3336] = 1014, + [3337] = 857, + [3338] = 269, + [3339] = 1082, + [3340] = 1083, + [3341] = 232, + [3342] = 1015, + [3343] = 889, + [3344] = 277, + [3345] = 1073, + [3346] = 869, + [3347] = 1072, + [3348] = 1017, + [3349] = 780, + [3350] = 1084, + [3351] = 1085, + [3352] = 1071, + [3353] = 1086, + [3354] = 1069, + [3355] = 1068, + [3356] = 237, + [3357] = 1066, + [3358] = 1064, + [3359] = 1096, + [3360] = 1062, + [3361] = 238, + [3362] = 1058, + [3363] = 194, + [3364] = 279, + [3365] = 3365, + [3366] = 1097, + [3367] = 1050, + [3368] = 1053, + [3369] = 188, + [3370] = 1051, + [3371] = 3371, + [3372] = 1019, + [3373] = 283, + [3374] = 1074, + [3375] = 1690, + [3376] = 1098, + [3377] = 1021, + [3378] = 1099, + [3379] = 289, + [3380] = 1031, + [3381] = 857, + [3382] = 889, + [3383] = 869, + [3384] = 1028, + [3385] = 1029, + [3386] = 297, + [3387] = 292, + [3388] = 958, + [3389] = 292, + [3390] = 3390, + [3391] = 3391, + [3392] = 947, + [3393] = 293, + [3394] = 3394, + [3395] = 3395, + [3396] = 309, + [3397] = 239, + [3398] = 220, + [3399] = 955, + [3400] = 957, + [3401] = 3401, + [3402] = 3402, + [3403] = 946, + [3404] = 194, + [3405] = 252, + [3406] = 183, + [3407] = 955, + [3408] = 3408, + [3409] = 297, + [3410] = 957, + [3411] = 258, + [3412] = 958, + [3413] = 289, + [3414] = 946, + [3415] = 283, + [3416] = 194, + [3417] = 279, + [3418] = 869, + [3419] = 277, + [3420] = 889, + [3421] = 186, + [3422] = 857, + [3423] = 263, + [3424] = 258, + [3425] = 269, + [3426] = 305, + [3427] = 267, + [3428] = 251, + [3429] = 301, + [3430] = 243, + [3431] = 243, + [3432] = 233, + [3433] = 251, + [3434] = 299, + [3435] = 295, + [3436] = 919, + [3437] = 267, + [3438] = 263, + [3439] = 269, + [3440] = 286, + [3441] = 285, + [3442] = 280, + [3443] = 277, + [3444] = 188, + [3445] = 279, + [3446] = 301, + [3447] = 275, + [3448] = 306, + [3449] = 3449, + [3450] = 920, + [3451] = 3451, + [3452] = 922, + [3453] = 3453, + [3454] = 3454, + [3455] = 233, + [3456] = 923, + [3457] = 954, + [3458] = 272, + [3459] = 266, + [3460] = 260, + [3461] = 259, + [3462] = 292, + [3463] = 289, + [3464] = 216, [3465] = 3465, [3466] = 3466, - [3467] = 597, - [3468] = 1225, + [3467] = 283, + [3468] = 257, [3469] = 3469, - [3470] = 573, - [3471] = 629, - [3472] = 637, - [3473] = 646, - [3474] = 597, - [3475] = 631, - [3476] = 607, - [3477] = 603, - [3478] = 578, - [3479] = 554, - [3480] = 589, - [3481] = 615, - [3482] = 587, - [3483] = 1209, - [3484] = 580, - [3485] = 3485, - [3486] = 3486, - [3487] = 616, - [3488] = 1237, - [3489] = 618, - [3490] = 1251, - [3491] = 601, - [3492] = 630, - [3493] = 644, - [3494] = 627, - [3495] = 640, - [3496] = 624, - [3497] = 632, - [3498] = 638, - [3499] = 614, - [3500] = 594, - [3501] = 609, - [3502] = 626, - [3503] = 1168, - [3504] = 591, - [3505] = 596, - [3506] = 590, - [3507] = 586, - [3508] = 560, - [3509] = 552, - [3510] = 1247, - [3511] = 3511, - [3512] = 1378, - [3513] = 3511, - [3514] = 1384, - [3515] = 3511, - [3516] = 554, - [3517] = 1204, - [3518] = 3511, - [3519] = 1268, - [3520] = 1308, - [3521] = 1386, - [3522] = 1387, - [3523] = 1392, - [3524] = 3524, - [3525] = 1395, - [3526] = 1448, - [3527] = 1309, - [3528] = 1396, - [3529] = 1320, - [3530] = 573, - [3531] = 3511, - [3532] = 1400, - [3533] = 1211, - [3534] = 1231, - [3535] = 1245, - [3536] = 1405, - [3537] = 3511, - [3538] = 1328, - [3539] = 3340, - [3540] = 3511, - [3541] = 1409, + [3470] = 297, + [3471] = 916, + [3472] = 256, + [3473] = 308, + [3474] = 255, + [3475] = 3475, + [3476] = 3476, + [3477] = 249, + [3478] = 247, + [3479] = 245, + [3480] = 936, + [3481] = 3481, + [3482] = 194, + [3483] = 1072, + [3484] = 1073, + [3485] = 958, + [3486] = 964, + [3487] = 1076, + [3488] = 1077, + [3489] = 1078, + [3490] = 946, + [3491] = 3481, + [3492] = 1079, + [3493] = 3481, + [3494] = 1080, + [3495] = 3495, + [3496] = 1082, + [3497] = 1071, + [3498] = 1069, + [3499] = 3481, + [3500] = 1068, + [3501] = 1066, + [3502] = 1083, + [3503] = 849, + [3504] = 1084, + [3505] = 1064, + [3506] = 3481, + [3507] = 1085, + [3508] = 1062, + [3509] = 1086, + [3510] = 1058, + [3511] = 1050, + [3512] = 1053, + [3513] = 1051, + [3514] = 3481, + [3515] = 3296, + [3516] = 3481, + [3517] = 1096, + [3518] = 3481, + [3519] = 3519, + [3520] = 3481, + [3521] = 1074, + [3522] = 1043, + [3523] = 955, + [3524] = 1031, + [3525] = 1029, + [3526] = 1028, + [3527] = 1021, + [3528] = 1019, + [3529] = 1017, + [3530] = 1015, + [3531] = 1014, + [3532] = 1013, + [3533] = 1012, + [3534] = 1011, + [3535] = 1010, + [3536] = 1009, + [3537] = 1008, + [3538] = 1005, + [3539] = 1004, + [3540] = 1003, + [3541] = 1002, [3542] = 3542, - [3543] = 1444, - [3544] = 1440, - [3545] = 1439, - [3546] = 1321, - [3547] = 1447, - [3548] = 1374, - [3549] = 1280, - [3550] = 3511, - [3551] = 1437, - [3552] = 1361, - [3553] = 3511, - [3554] = 1272, - [3555] = 1325, - [3556] = 3511, - [3557] = 3511, - [3558] = 1278, - [3559] = 1283, - [3560] = 1326, - [3561] = 1337, - [3562] = 3562, - [3563] = 1446, - [3564] = 1287, - [3565] = 1327, + [3543] = 1081, + [3544] = 957, + [3545] = 3481, + [3546] = 3546, + [3547] = 3547, + [3548] = 233, + [3549] = 3481, + [3550] = 3481, + [3551] = 3481, + [3552] = 1097, + [3553] = 1163, + [3554] = 1099, + [3555] = 3555, + [3556] = 1098, + [3557] = 3481, + [3558] = 3558, + [3559] = 3559, + [3560] = 3481, + [3561] = 3561, + [3562] = 913, + [3563] = 3563, + [3564] = 954, + [3565] = 3565, [3566] = 3566, - [3567] = 3511, + [3567] = 947, [3568] = 3568, - [3569] = 1341, - [3570] = 1436, - [3571] = 1410, - [3572] = 1411, + [3569] = 3569, + [3570] = 3570, + [3571] = 3571, + [3572] = 3572, [3573] = 3573, [3574] = 3574, - [3575] = 1339, - [3576] = 1399, - [3577] = 3511, - [3578] = 1432, - [3579] = 1338, - [3580] = 1423, - [3581] = 1424, - [3582] = 1425, - [3583] = 1426, - [3584] = 1428, - [3585] = 1429, - [3586] = 3586, - [3587] = 3511, - [3588] = 1430, - [3589] = 3511, - [3590] = 3590, - [3591] = 3591, - [3592] = 3592, - [3593] = 3593, - [3594] = 3594, - [3595] = 3595, - [3596] = 3596, - [3597] = 3597, - [3598] = 3598, - [3599] = 3599, - [3600] = 3600, - [3601] = 3601, - [3602] = 3602, + [3575] = 3575, + [3576] = 3576, + [3577] = 3577, + [3578] = 3578, + [3579] = 3579, + [3580] = 3580, + [3581] = 3581, + [3582] = 523, + [3583] = 527, + [3584] = 524, + [3585] = 525, + [3586] = 522, + [3587] = 526, + [3588] = 546, + [3589] = 565, + [3590] = 561, + [3591] = 559, + [3592] = 543, + [3593] = 544, + [3594] = 549, + [3595] = 545, + [3596] = 555, + [3597] = 557, + [3598] = 556, + [3599] = 558, + [3600] = 526, + [3601] = 525, + [3602] = 524, [3603] = 3603, - [3604] = 1232, - [3605] = 1251, - [3606] = 3606, - [3607] = 1234, - [3608] = 3608, - [3609] = 3609, - [3610] = 3610, - [3611] = 867, - [3612] = 862, - [3613] = 864, - [3614] = 866, - [3615] = 865, - [3616] = 863, - [3617] = 885, - [3618] = 880, - [3619] = 878, - [3620] = 875, - [3621] = 876, - [3622] = 887, - [3623] = 883, - [3624] = 886, - [3625] = 882, - [3626] = 879, - [3627] = 877, - [3628] = 881, - [3629] = 865, - [3630] = 867, - [3631] = 3631, - [3632] = 863, - [3633] = 864, - [3634] = 3631, - [3635] = 866, - [3636] = 862, - [3637] = 867, - [3638] = 866, - [3639] = 525, - [3640] = 864, - [3641] = 862, - [3642] = 526, - [3643] = 864, - [3644] = 867, - [3645] = 866, - [3646] = 863, - [3647] = 2318, - [3648] = 865, - [3649] = 863, - [3650] = 865, - [3651] = 862, - [3652] = 875, - [3653] = 887, - [3654] = 3654, - [3655] = 883, - [3656] = 885, - [3657] = 878, - [3658] = 886, - [3659] = 882, - [3660] = 881, - [3661] = 880, - [3662] = 877, - [3663] = 879, - [3664] = 876, - [3665] = 864, - [3666] = 867, - [3667] = 2318, - [3668] = 866, - [3669] = 865, - [3670] = 863, - [3671] = 862, - [3672] = 612, - [3673] = 885, - [3674] = 883, - [3675] = 877, - [3676] = 3676, - [3677] = 862, - [3678] = 867, - [3679] = 867, - [3680] = 878, - [3681] = 2326, - [3682] = 878, - [3683] = 875, - [3684] = 885, - [3685] = 863, - [3686] = 865, - [3687] = 883, - [3688] = 866, - [3689] = 887, - [3690] = 876, - [3691] = 887, - [3692] = 879, - [3693] = 866, - [3694] = 877, - [3695] = 880, - [3696] = 864, - [3697] = 881, - [3698] = 862, - [3699] = 882, - [3700] = 886, - [3701] = 876, - [3702] = 887, - [3703] = 879, - [3704] = 877, - [3705] = 880, - [3706] = 3676, + [3604] = 527, + [3605] = 3603, + [3606] = 523, + [3607] = 522, + [3608] = 183, + [3609] = 522, + [3610] = 524, + [3611] = 526, + [3612] = 523, + [3613] = 526, + [3614] = 186, + [3615] = 524, + [3616] = 525, + [3617] = 522, + [3618] = 527, + [3619] = 2042, + [3620] = 523, + [3621] = 527, + [3622] = 525, + [3623] = 527, + [3624] = 2042, + [3625] = 3625, + [3626] = 523, + [3627] = 526, + [3628] = 524, + [3629] = 525, + [3630] = 522, + [3631] = 544, + [3632] = 565, + [3633] = 559, + [3634] = 561, + [3635] = 557, + [3636] = 558, + [3637] = 556, + [3638] = 555, + [3639] = 546, + [3640] = 549, + [3641] = 545, + [3642] = 543, + [3643] = 556, + [3644] = 545, + [3645] = 524, + [3646] = 524, + [3647] = 525, + [3648] = 525, + [3649] = 522, + [3650] = 522, + [3651] = 527, + [3652] = 527, + [3653] = 526, + [3654] = 523, + [3655] = 3655, + [3656] = 555, + [3657] = 549, + [3658] = 565, + [3659] = 557, + [3660] = 2046, + [3661] = 2042, + [3662] = 549, + [3663] = 523, + [3664] = 565, + [3665] = 561, + [3666] = 3666, + [3667] = 305, + [3668] = 557, + [3669] = 558, + [3670] = 549, + [3671] = 565, + [3672] = 561, + [3673] = 557, + [3674] = 546, + [3675] = 545, + [3676] = 544, + [3677] = 3666, + [3678] = 558, + [3679] = 556, + [3680] = 558, + [3681] = 556, + [3682] = 555, + [3683] = 546, + [3684] = 545, + [3685] = 555, + [3686] = 544, + [3687] = 543, + [3688] = 559, + [3689] = 543, + [3690] = 546, + [3691] = 559, + [3692] = 561, + [3693] = 559, + [3694] = 543, + [3695] = 544, + [3696] = 3655, + [3697] = 525, + [3698] = 522, + [3699] = 522, + [3700] = 525, + [3701] = 524, + [3702] = 3702, + [3703] = 3703, + [3704] = 526, + [3705] = 549, + [3706] = 565, [3707] = 3707, - [3708] = 875, - [3709] = 865, - [3710] = 886, - [3711] = 3707, - [3712] = 881, - [3713] = 882, - [3714] = 2318, - [3715] = 883, - [3716] = 881, - [3717] = 880, - [3718] = 882, - [3719] = 886, - [3720] = 885, - [3721] = 875, - [3722] = 876, - [3723] = 878, - [3724] = 863, - [3725] = 879, - [3726] = 3726, - [3727] = 2331, + [3708] = 561, + [3709] = 557, + [3710] = 2056, + [3711] = 2054, + [3712] = 3712, + [3713] = 558, + [3714] = 527, + [3715] = 556, + [3716] = 555, + [3717] = 546, + [3718] = 545, + [3719] = 544, + [3720] = 543, + [3721] = 559, + [3722] = 524, + [3723] = 523, + [3724] = 527, + [3725] = 523, + [3726] = 2046, + [3727] = 3727, [3728] = 3728, - [3729] = 866, - [3730] = 862, - [3731] = 883, - [3732] = 864, - [3733] = 885, - [3734] = 875, - [3735] = 863, - [3736] = 2326, - [3737] = 867, - [3738] = 865, - [3739] = 878, - [3740] = 2328, - [3741] = 866, - [3742] = 867, - [3743] = 876, - [3744] = 863, - [3745] = 887, - [3746] = 3746, - [3747] = 879, - [3748] = 877, - [3749] = 3749, - [3750] = 880, - [3751] = 862, - [3752] = 865, - [3753] = 886, - [3754] = 882, - [3755] = 881, - [3756] = 3756, - [3757] = 517, - [3758] = 515, - [3759] = 518, - [3760] = 517, - [3761] = 3761, - [3762] = 2326, - [3763] = 3763, - [3764] = 2331, - [3765] = 518, - [3766] = 875, - [3767] = 878, - [3768] = 876, - [3769] = 885, - [3770] = 883, - [3771] = 3728, - [3772] = 532, - [3773] = 2328, - [3774] = 516, + [3729] = 139, + [3730] = 3730, + [3731] = 3731, + [3732] = 526, + [3733] = 3733, + [3734] = 3728, + [3735] = 556, + [3736] = 145, + [3737] = 3737, + [3738] = 559, + [3739] = 3730, + [3740] = 780, + [3741] = 3737, + [3742] = 3727, + [3743] = 545, + [3744] = 802, + [3745] = 544, + [3746] = 176, + [3747] = 3707, + [3748] = 2056, + [3749] = 543, + [3750] = 3733, + [3751] = 3733, + [3752] = 3752, + [3753] = 3731, + [3754] = 2054, + [3755] = 176, + [3756] = 549, + [3757] = 3730, + [3758] = 3731, + [3759] = 132, + [3760] = 565, + [3761] = 561, + [3762] = 139, + [3763] = 3728, + [3764] = 2046, + [3765] = 137, + [3766] = 557, + [3767] = 3712, + [3768] = 558, + [3769] = 3769, + [3770] = 546, + [3771] = 137, + [3772] = 132, + [3773] = 555, + [3774] = 3774, [3775] = 3775, [3776] = 3776, - [3777] = 3756, + [3777] = 3774, [3778] = 3778, - [3779] = 3779, - [3780] = 882, - [3781] = 516, - [3782] = 532, - [3783] = 1094, - [3784] = 3756, - [3785] = 3776, - [3786] = 879, - [3787] = 887, - [3788] = 3778, - [3789] = 3779, - [3790] = 3761, - [3791] = 3763, - [3792] = 3761, - [3793] = 886, - [3794] = 3763, - [3795] = 881, - [3796] = 880, - [3797] = 877, - [3798] = 3726, + [3779] = 3774, + [3780] = 3778, + [3781] = 2056, + [3782] = 958, + [3783] = 946, + [3784] = 2673, + [3785] = 561, + [3786] = 2675, + [3787] = 3774, + [3788] = 957, + [3789] = 3776, + [3790] = 3790, + [3791] = 3775, + [3792] = 3776, + [3793] = 3774, + [3794] = 3778, + [3795] = 3775, + [3796] = 565, + [3797] = 3776, + [3798] = 557, [3799] = 3776, - [3800] = 1110, - [3801] = 3801, - [3802] = 864, - [3803] = 2331, - [3804] = 3804, - [3805] = 3804, - [3806] = 887, - [3807] = 876, - [3808] = 3808, - [3809] = 877, - [3810] = 3810, - [3811] = 1151, - [3812] = 3808, - [3813] = 3804, - [3814] = 3814, - [3815] = 880, - [3816] = 1150, - [3817] = 3810, - [3818] = 881, - [3819] = 3819, - [3820] = 882, - [3821] = 3804, - [3822] = 3814, - [3823] = 3804, - [3824] = 3808, - [3825] = 3814, - [3826] = 3808, - [3827] = 886, - [3828] = 3828, - [3829] = 3810, - [3830] = 3830, - [3831] = 3808, - [3832] = 1247, - [3833] = 2328, - [3834] = 1151, - [3835] = 3808, - [3836] = 3804, - [3837] = 520, - [3838] = 531, - [3839] = 2812, - [3840] = 3810, - [3841] = 3804, - [3842] = 3814, + [3800] = 549, + [3801] = 869, + [3802] = 889, + [3803] = 3775, + [3804] = 3775, + [3805] = 3775, + [3806] = 857, + [3807] = 3778, + [3808] = 558, + [3809] = 3809, + [3810] = 3778, + [3811] = 3776, + [3812] = 556, + [3813] = 3774, + [3814] = 3778, + [3815] = 3778, + [3816] = 555, + [3817] = 3775, + [3818] = 546, + [3819] = 545, + [3820] = 3776, + [3821] = 544, + [3822] = 543, + [3823] = 559, + [3824] = 3774, + [3825] = 3778, + [3826] = 3778, + [3827] = 861, + [3828] = 3776, + [3829] = 3774, + [3830] = 955, + [3831] = 3774, + [3832] = 861, + [3833] = 3775, + [3834] = 3834, + [3835] = 3778, + [3836] = 3776, + [3837] = 2054, + [3838] = 3776, + [3839] = 3775, + [3840] = 3778, + [3841] = 3776, + [3842] = 3774, [3843] = 3843, - [3844] = 3814, - [3845] = 3808, - [3846] = 2814, - [3847] = 1245, - [3848] = 1150, - [3849] = 878, - [3850] = 875, - [3851] = 3810, - [3852] = 3814, - [3853] = 1231, - [3854] = 3808, - [3855] = 3804, - [3856] = 3804, - [3857] = 3804, - [3858] = 885, - [3859] = 3810, - [3860] = 3860, - [3861] = 3808, - [3862] = 3804, - [3863] = 3810, - [3864] = 3814, - [3865] = 3808, - [3866] = 883, - [3867] = 3810, - [3868] = 1168, - [3869] = 1165, - [3870] = 879, - [3871] = 1196, - [3872] = 3808, - [3873] = 3814, - [3874] = 3808, - [3875] = 3804, - [3876] = 1211, - [3877] = 3804, - [3878] = 3808, - [3879] = 3810, - [3880] = 3810, - [3881] = 3881, - [3882] = 3810, - [3883] = 3804, - [3884] = 3804, - [3885] = 3810, - [3886] = 3814, - [3887] = 3814, - [3888] = 3808, - [3889] = 3808, - [3890] = 1225, - [3891] = 2814, - [3892] = 3830, - [3893] = 2812, - [3894] = 1224, - [3895] = 1221, + [3844] = 3775, + [3845] = 3845, + [3846] = 876, + [3847] = 876, + [3848] = 3774, + [3849] = 3774, + [3850] = 3778, + [3851] = 3774, + [3852] = 3778, + [3853] = 3778, + [3854] = 3774, + [3855] = 3774, + [3856] = 3776, + [3857] = 3778, + [3858] = 187, + [3859] = 3859, + [3860] = 153, + [3861] = 216, + [3862] = 3862, + [3863] = 3863, + [3864] = 3862, + [3865] = 3865, + [3866] = 220, + [3867] = 3867, + [3868] = 2810, + [3869] = 2811, + [3870] = 3870, + [3871] = 2675, + [3872] = 2774, + [3873] = 2673, + [3874] = 3874, + [3875] = 2812, + [3876] = 3876, + [3877] = 3877, + [3878] = 3878, + [3879] = 3809, + [3880] = 3880, + [3881] = 3863, + [3882] = 923, + [3883] = 920, + [3884] = 3884, + [3885] = 3885, + [3886] = 922, + [3887] = 194, + [3888] = 188, + [3889] = 3870, + [3890] = 3890, + [3891] = 919, + [3892] = 2763, + [3893] = 3834, + [3894] = 233, + [3895] = 3895, [3896] = 3896, - [3897] = 1212, - [3898] = 3898, - [3899] = 2885, - [3900] = 1209, - [3901] = 1237, - [3902] = 3902, - [3903] = 2881, + [3897] = 2315, + [3898] = 936, + [3899] = 3867, + [3900] = 916, + [3901] = 3901, + [3902] = 1051, + [3903] = 1013, [3904] = 3904, - [3905] = 3905, - [3906] = 3902, - [3907] = 2896, - [3908] = 560, - [3909] = 2867, - [3910] = 3898, - [3911] = 2898, + [3905] = 1097, + [3906] = 904, + [3907] = 1098, + [3908] = 1099, + [3909] = 906, + [3910] = 3910, + [3911] = 3911, [3912] = 3912, - [3913] = 563, - [3914] = 573, - [3915] = 2605, - [3916] = 3916, + [3913] = 1066, + [3914] = 1064, + [3915] = 964, + [3916] = 1077, [3917] = 3917, - [3918] = 3918, - [3919] = 554, - [3920] = 3920, - [3921] = 3921, - [3922] = 552, + [3918] = 1002, + [3919] = 3904, + [3920] = 1003, + [3921] = 1068, + [3922] = 3910, [3923] = 3923, - [3924] = 3920, + [3924] = 1004, [3925] = 3925, - [3926] = 3926, - [3927] = 3926, - [3928] = 3928, - [3929] = 3929, - [3930] = 3828, - [3931] = 3931, - [3932] = 3932, - [3933] = 3933, - [3934] = 3934, - [3935] = 1341, - [3936] = 3936, - [3937] = 1361, - [3938] = 1374, - [3939] = 1378, - [3940] = 1384, - [3941] = 3941, - [3942] = 1339, - [3943] = 1268, - [3944] = 3944, - [3945] = 3944, - [3946] = 3946, - [3947] = 3934, - [3948] = 3933, - [3949] = 3944, - [3950] = 3946, - [3951] = 3934, - [3952] = 3934, - [3953] = 2881, - [3954] = 1386, - [3955] = 3933, - [3956] = 1337, - [3957] = 1328, - [3958] = 3946, - [3959] = 3933, - [3960] = 3944, - [3961] = 3961, - [3962] = 3936, - [3963] = 3944, - [3964] = 1387, - [3965] = 3946, - [3966] = 3934, - [3967] = 1226, - [3968] = 3933, - [3969] = 1392, - [3970] = 1395, - [3971] = 1396, - [3972] = 1399, - [3973] = 1400, - [3974] = 1405, - [3975] = 1409, - [3976] = 1410, - [3977] = 1411, - [3978] = 1423, - [3979] = 1424, - [3980] = 1425, - [3981] = 1426, - [3982] = 3982, - [3983] = 1327, - [3984] = 1338, - [3985] = 1326, - [3986] = 3986, - [3987] = 1428, - [3988] = 1429, - [3989] = 1430, - [3990] = 1432, - [3991] = 1436, - [3992] = 1437, - [3993] = 1439, - [3994] = 3936, - [3995] = 1440, - [3996] = 3996, - [3997] = 1325, - [3998] = 1444, - [3999] = 1321, - [4000] = 1446, - [4001] = 2898, - [4002] = 1320, - [4003] = 3961, - [4004] = 1447, - [4005] = 1448, - [4006] = 3936, - [4007] = 1309, - [4008] = 3944, - [4009] = 3936, - [4010] = 3946, - [4011] = 1308, - [4012] = 2896, - [4013] = 4013, - [4014] = 3944, - [4015] = 3961, - [4016] = 3933, - [4017] = 4017, - [4018] = 3961, - [4019] = 3986, - [4020] = 3961, - [4021] = 1287, - [4022] = 3946, - [4023] = 1228, - [4024] = 4024, - [4025] = 1278, - [4026] = 3934, - [4027] = 3933, - [4028] = 3933, - [4029] = 3941, - [4030] = 3933, - [4031] = 2867, - [4032] = 3934, - [4033] = 3933, - [4034] = 4013, - [4035] = 3934, - [4036] = 1283, - [4037] = 3946, - [4038] = 3944, - [4039] = 3936, - [4040] = 1272, - [4041] = 1280, - [4042] = 3934, - [4043] = 3934, - [4044] = 4044, - [4045] = 2885, - [4046] = 3946, - [4047] = 3946, + [3926] = 1062, + [3927] = 3917, + [3928] = 3912, + [3929] = 3910, + [3930] = 3930, + [3931] = 3917, + [3932] = 3925, + [3933] = 3904, + [3934] = 3912, + [3935] = 3910, + [3936] = 3910, + [3937] = 3930, + [3938] = 3925, + [3939] = 3904, + [3940] = 3930, + [3941] = 3925, + [3942] = 3904, + [3943] = 3904, + [3944] = 3917, + [3945] = 3912, + [3946] = 3910, + [3947] = 1078, + [3948] = 3904, + [3949] = 3930, + [3950] = 3925, + [3951] = 3925, + [3952] = 3910, + [3953] = 3925, + [3954] = 3904, + [3955] = 3930, + [3956] = 3930, + [3957] = 3925, + [3958] = 3910, + [3959] = 3930, + [3960] = 3904, + [3961] = 3910, + [3962] = 3962, + [3963] = 1005, + [3964] = 3912, + [3965] = 3917, + [3966] = 1076, + [3967] = 1008, + [3968] = 1009, + [3969] = 1058, + [3970] = 3917, + [3971] = 1010, + [3972] = 1050, + [3973] = 1163, + [3974] = 1011, + [3975] = 3904, + [3976] = 3925, + [3977] = 1053, + [3978] = 1012, + [3979] = 1086, + [3980] = 3930, + [3981] = 3981, + [3982] = 1014, + [3983] = 1015, + [3984] = 1017, + [3985] = 3985, + [3986] = 3910, + [3987] = 1019, + [3988] = 3917, + [3989] = 1021, + [3990] = 3985, + [3991] = 3904, + [3992] = 3925, + [3993] = 3917, + [3994] = 3930, + [3995] = 3910, + [3996] = 3912, + [3997] = 3910, + [3998] = 3912, + [3999] = 3912, + [4000] = 3912, + [4001] = 3912, + [4002] = 3917, + [4003] = 3930, + [4004] = 3917, + [4005] = 3910, + [4006] = 1028, + [4007] = 3917, + [4008] = 3925, + [4009] = 1029, + [4010] = 4010, + [4011] = 3904, + [4012] = 3904, + [4013] = 3925, + [4014] = 3930, + [4015] = 3910, + [4016] = 1069, + [4017] = 1031, + [4018] = 4018, + [4019] = 1079, + [4020] = 2763, + [4021] = 3912, + [4022] = 3917, + [4023] = 4023, + [4024] = 1071, + [4025] = 3910, + [4026] = 4010, + [4027] = 2774, + [4028] = 2812, + [4029] = 1080, + [4030] = 3930, + [4031] = 1072, + [4032] = 3911, + [4033] = 1081, + [4034] = 3925, + [4035] = 3930, + [4036] = 1082, + [4037] = 1043, + [4038] = 3904, + [4039] = 3912, + [4040] = 1096, + [4041] = 4041, + [4042] = 4018, + [4043] = 1083, + [4044] = 1073, + [4045] = 1085, + [4046] = 2810, + [4047] = 1084, [4048] = 4048, - [4049] = 3933, - [4050] = 4048, - [4051] = 3934, - [4052] = 3936, - [4053] = 3961, - [4054] = 3936, - [4055] = 3961, - [4056] = 3961, - [4057] = 3961, - [4058] = 3936, - [4059] = 3944, - [4060] = 3936, - [4061] = 3933, - [4062] = 3934, - [4063] = 3946, - [4064] = 3946, - [4065] = 3933, - [4066] = 3944, - [4067] = 3946, - [4068] = 3934, - [4069] = 3934, - [4070] = 3961, - [4071] = 3946, - [4072] = 3944, - [4073] = 3946, - [4074] = 3961, - [4075] = 3934, - [4076] = 3933, - [4077] = 3944, - [4078] = 3936, - [4079] = 3944, - [4080] = 3933, - [4081] = 3944, - [4082] = 3936, - [4083] = 3946, - [4084] = 3944, - [4085] = 3961, + [4049] = 3904, + [4050] = 4050, + [4051] = 1074, + [4052] = 3930, + [4053] = 3925, + [4054] = 3930, + [4055] = 3925, + [4056] = 2811, + [4057] = 4057, + [4058] = 4058, + [4059] = 4059, + [4060] = 4060, + [4061] = 4061, + [4062] = 4062, + [4063] = 4041, + [4064] = 4064, + [4065] = 4065, + [4066] = 4066, + [4067] = 4067, + [4068] = 4068, + [4069] = 4069, + [4070] = 4070, + [4071] = 4071, + [4072] = 4072, + [4073] = 119, + [4074] = 4074, + [4075] = 4075, + [4076] = 4076, + [4077] = 4077, + [4078] = 4078, + [4079] = 118, + [4080] = 4080, + [4081] = 780, + [4082] = 904, + [4083] = 4083, + [4084] = 906, + [4085] = 4085, [4086] = 4086, [4087] = 4087, [4088] = 4088, [4089] = 4089, - [4090] = 3932, + [4090] = 4090, [4091] = 4091, [4092] = 4092, - [4093] = 4093, - [4094] = 4094, + [4093] = 4069, + [4094] = 802, [4095] = 4095, [4096] = 4096, [4097] = 4097, @@ -9030,57574 +8504,30274 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4100] = 4100, [4101] = 4101, [4102] = 4102, - [4103] = 3982, + [4103] = 4103, [4104] = 4104, [4105] = 4105, - [4106] = 4106, - [4107] = 4107, + [4106] = 4050, + [4107] = 4071, [4108] = 4108, [4109] = 4109, - [4110] = 4096, - [4111] = 4111, - [4112] = 4112, - [4113] = 4113, - [4114] = 4094, - [4115] = 4115, - [4116] = 4116, - [4117] = 4117, - [4118] = 4107, - [4119] = 4119, - [4120] = 4120, - [4121] = 4121, - [4122] = 4122, - [4123] = 4123, - [4124] = 4124, - [4125] = 4125, - [4126] = 4126, - [4127] = 4024, + [4110] = 4110, + [4111] = 4075, + [4112] = 4023, + [4113] = 4104, + [4114] = 4114, + [4115] = 4099, + [4116] = 4089, + [4117] = 4059, + [4118] = 4103, + [4119] = 127, + [4120] = 4100, + [4121] = 4097, + [4122] = 176, + [4123] = 4060, + [4124] = 4090, + [4125] = 4057, + [4126] = 139, + [4127] = 4077, [4128] = 4128, - [4129] = 1228, - [4130] = 1110, - [4131] = 1226, + [4129] = 4080, + [4130] = 4087, + [4131] = 4058, [4132] = 4132, - [4133] = 1094, - [4134] = 4134, - [4135] = 4135, - [4136] = 4136, - [4137] = 4137, - [4138] = 4138, + [4133] = 4098, + [4134] = 4114, + [4135] = 4091, + [4136] = 802, + [4137] = 4105, + [4138] = 4085, [4139] = 4139, - [4140] = 4140, - [4141] = 4104, - [4142] = 1110, - [4143] = 4143, - [4144] = 4144, - [4145] = 4145, - [4146] = 518, - [4147] = 4147, - [4148] = 517, - [4149] = 518, - [4150] = 4150, - [4151] = 4122, - [4152] = 4121, - [4153] = 4116, - [4154] = 4154, - [4155] = 4143, - [4156] = 4156, - [4157] = 1094, - [4158] = 4158, - [4159] = 4159, - [4160] = 4160, - [4161] = 1094, - [4162] = 1150, - [4163] = 4139, - [4164] = 4138, - [4165] = 4165, - [4166] = 4143, - [4167] = 4167, - [4168] = 1196, - [4169] = 515, - [4170] = 516, - [4171] = 517, - [4172] = 532, - [4173] = 4100, - [4174] = 4089, - [4175] = 4126, - [4176] = 516, + [4140] = 4083, + [4141] = 4078, + [4142] = 4108, + [4143] = 139, + [4144] = 4109, + [4145] = 780, + [4146] = 4146, + [4147] = 4110, + [4148] = 4148, + [4149] = 124, + [4150] = 132, + [4151] = 4114, + [4152] = 4064, + [4153] = 4066, + [4154] = 145, + [4155] = 889, + [4156] = 4096, + [4157] = 4095, + [4158] = 122, + [4159] = 4065, + [4160] = 4092, + [4161] = 4161, + [4162] = 876, + [4163] = 4163, + [4164] = 780, + [4165] = 4148, + [4166] = 137, + [4167] = 4062, + [4168] = 4168, + [4169] = 4169, + [4170] = 802, + [4171] = 4171, + [4172] = 4148, + [4173] = 861, + [4174] = 176, + [4175] = 802, + [4176] = 4176, [4177] = 4177, - [4178] = 1151, - [4179] = 4106, - [4180] = 4123, - [4181] = 4135, - [4182] = 4182, - [4183] = 4144, - [4184] = 4184, - [4185] = 4128, + [4178] = 876, + [4179] = 129, + [4180] = 4180, + [4181] = 4072, + [4182] = 780, + [4183] = 4183, + [4184] = 4061, + [4185] = 4102, [4186] = 4186, - [4187] = 1150, - [4188] = 1165, + [4187] = 4187, + [4188] = 4088, [4189] = 4189, - [4190] = 4124, - [4191] = 1110, - [4192] = 4192, - [4193] = 1168, - [4194] = 4137, - [4195] = 1110, - [4196] = 1151, - [4197] = 4132, - [4198] = 1094, - [4199] = 4095, - [4200] = 4134, - [4201] = 4086, - [4202] = 4115, - [4203] = 4119, - [4204] = 4120, - [4205] = 4109, - [4206] = 4125, - [4207] = 4102, - [4208] = 4113, - [4209] = 4112, - [4210] = 4088, - [4211] = 4093, - [4212] = 4212, - [4213] = 532, - [4214] = 4097, - [4215] = 4105, - [4216] = 4216, - [4217] = 4108, - [4218] = 4098, - [4219] = 4099, - [4220] = 4144, - [4221] = 4101, - [4222] = 4092, - [4223] = 4223, - [4224] = 4224, - [4225] = 1231, + [4190] = 4190, + [4191] = 125, + [4192] = 118, + [4193] = 4193, + [4194] = 857, + [4195] = 4068, + [4196] = 861, + [4197] = 132, + [4198] = 4074, + [4199] = 4199, + [4200] = 119, + [4201] = 869, + [4202] = 137, + [4203] = 4203, + [4204] = 4204, + [4205] = 4205, + [4206] = 4206, + [4207] = 4207, + [4208] = 861, + [4209] = 4209, + [4210] = 4210, + [4211] = 876, + [4212] = 869, + [4213] = 861, + [4214] = 4214, + [4215] = 780, + [4216] = 861, + [4217] = 4217, + [4218] = 4218, + [4219] = 876, + [4220] = 4220, + [4221] = 4221, + [4222] = 4222, + [4223] = 857, + [4224] = 857, + [4225] = 560, [4226] = 4226, - [4227] = 4227, - [4228] = 1196, + [4227] = 137, + [4228] = 4228, [4229] = 4229, - [4230] = 518, - [4231] = 1165, - [4232] = 516, - [4233] = 516, - [4234] = 1168, - [4235] = 1151, - [4236] = 4236, - [4237] = 4237, - [4238] = 1258, - [4239] = 532, - [4240] = 4240, - [4241] = 4241, - [4242] = 4236, + [4230] = 889, + [4231] = 889, + [4232] = 4232, + [4233] = 4218, + [4234] = 869, + [4235] = 176, + [4236] = 4228, + [4237] = 4214, + [4238] = 923, + [4239] = 132, + [4240] = 922, + [4241] = 920, + [4242] = 919, [4243] = 4243, [4244] = 4244, [4245] = 4245, - [4246] = 4241, - [4247] = 4247, - [4248] = 1168, - [4249] = 1165, - [4250] = 4250, - [4251] = 518, - [4252] = 4252, - [4253] = 1196, - [4254] = 1151, + [4246] = 4246, + [4247] = 876, + [4248] = 916, + [4249] = 150, + [4250] = 4244, + [4251] = 144, + [4252] = 936, + [4253] = 802, + [4254] = 876, [4255] = 4255, [4256] = 4256, [4257] = 4257, - [4258] = 1150, - [4259] = 1209, - [4260] = 1237, - [4261] = 1110, - [4262] = 532, - [4263] = 517, + [4258] = 127, + [4259] = 143, + [4260] = 4260, + [4261] = 135, + [4262] = 4210, + [4263] = 4263, [4264] = 4264, - [4265] = 4247, - [4266] = 1211, - [4267] = 1150, - [4268] = 4268, - [4269] = 1212, - [4270] = 4255, - [4271] = 517, - [4272] = 1221, - [4273] = 1151, - [4274] = 1245, + [4265] = 4255, + [4266] = 946, + [4267] = 861, + [4268] = 122, + [4269] = 124, + [4270] = 4270, + [4271] = 958, + [4272] = 876, + [4273] = 4273, + [4274] = 957, [4275] = 4275, - [4276] = 1247, - [4277] = 4277, + [4276] = 955, + [4277] = 861, [4278] = 4278, - [4279] = 4279, - [4280] = 4280, - [4281] = 1224, - [4282] = 1225, - [4283] = 1151, - [4284] = 4240, - [4285] = 1151, - [4286] = 4244, - [4287] = 4287, - [4288] = 4288, - [4289] = 4289, - [4290] = 4229, - [4291] = 4291, - [4292] = 1150, - [4293] = 515, - [4294] = 4289, - [4295] = 4295, - [4296] = 4296, - [4297] = 4297, - [4298] = 4296, + [4279] = 129, + [4280] = 4257, + [4281] = 861, + [4282] = 125, + [4283] = 4283, + [4284] = 4260, + [4285] = 4209, + [4286] = 876, + [4287] = 4232, + [4288] = 947, + [4289] = 139, + [4290] = 953, + [4291] = 4246, + [4292] = 4245, + [4293] = 139, + [4294] = 4243, + [4295] = 4275, + [4296] = 4270, + [4297] = 4221, + [4298] = 4298, [4299] = 4299, - [4300] = 4264, - [4301] = 4226, - [4302] = 4268, - [4303] = 1150, - [4304] = 4252, - [4305] = 1234, - [4306] = 4227, - [4307] = 4245, - [4308] = 4308, - [4309] = 1150, - [4310] = 1150, - [4311] = 1204, - [4312] = 4250, - [4313] = 4243, - [4314] = 4314, - [4315] = 4288, - [4316] = 4224, - [4317] = 4256, - [4318] = 1094, - [4319] = 1151, - [4320] = 1245, + [4300] = 176, + [4301] = 4205, + [4302] = 132, + [4303] = 4299, + [4304] = 849, + [4305] = 4256, + [4306] = 4207, + [4307] = 4307, + [4308] = 137, + [4309] = 145, + [4310] = 4310, + [4311] = 4311, + [4312] = 4312, + [4313] = 4313, + [4314] = 139, + [4315] = 849, + [4316] = 4316, + [4317] = 4317, + [4318] = 4318, + [4319] = 4319, + [4320] = 4320, [4321] = 4321, - [4322] = 4322, + [4322] = 4318, [4323] = 4323, [4324] = 4324, [4325] = 4325, - [4326] = 4326, + [4326] = 4318, [4327] = 4327, - [4328] = 1268, + [4328] = 4328, [4329] = 4329, [4330] = 4330, [4331] = 4331, - [4332] = 1280, - [4333] = 1272, + [4332] = 4332, + [4333] = 4333, [4334] = 4334, - [4335] = 1278, + [4335] = 4335, [4336] = 4336, - [4337] = 1287, - [4338] = 4336, - [4339] = 4323, - [4340] = 4322, - [4341] = 4321, + [4337] = 861, + [4338] = 4338, + [4339] = 916, + [4340] = 936, + [4341] = 876, [4342] = 4342, - [4343] = 1308, - [4344] = 1309, - [4345] = 1320, - [4346] = 1321, - [4347] = 4347, - [4348] = 1325, - [4349] = 4349, - [4350] = 4350, - [4351] = 3372, - [4352] = 4352, - [4353] = 4342, - [4354] = 1326, - [4355] = 1327, - [4356] = 528, - [4357] = 532, - [4358] = 4358, - [4359] = 517, - [4360] = 1337, - [4361] = 1338, - [4362] = 1339, - [4363] = 1341, - [4364] = 1361, - [4365] = 1374, - [4366] = 1378, - [4367] = 1384, - [4368] = 4324, - [4369] = 1386, - [4370] = 4329, - [4371] = 1387, - [4372] = 1392, - [4373] = 1395, - [4374] = 1151, - [4375] = 1396, - [4376] = 1399, - [4377] = 4334, - [4378] = 1400, - [4379] = 1405, - [4380] = 518, - [4381] = 1409, - [4382] = 4382, - [4383] = 1410, - [4384] = 1411, - [4385] = 1423, - [4386] = 1424, - [4387] = 1425, - [4388] = 1426, - [4389] = 1428, - [4390] = 1429, - [4391] = 1430, - [4392] = 1432, - [4393] = 1436, - [4394] = 1437, - [4395] = 4395, - [4396] = 4329, - [4397] = 1439, - [4398] = 1440, - [4399] = 1444, - [4400] = 1446, - [4401] = 1447, - [4402] = 1448, - [4403] = 1237, - [4404] = 1209, - [4405] = 4382, - [4406] = 532, - [4407] = 1247, + [4343] = 780, + [4344] = 953, + [4345] = 2124, + [4346] = 802, + [4347] = 4325, + [4348] = 4348, + [4349] = 923, + [4350] = 922, + [4351] = 4351, + [4352] = 920, + [4353] = 135, + [4354] = 919, + [4355] = 947, + [4356] = 4356, + [4357] = 936, + [4358] = 946, + [4359] = 4359, + [4360] = 4333, + [4361] = 143, + [4362] = 916, + [4363] = 958, + [4364] = 4348, + [4365] = 4333, + [4366] = 160, + [4367] = 957, + [4368] = 4348, + [4369] = 144, + [4370] = 955, + [4371] = 4333, + [4372] = 4333, + [4373] = 4348, + [4374] = 4374, + [4375] = 150, + [4376] = 4333, + [4377] = 305, + [4378] = 4378, + [4379] = 4379, + [4380] = 4359, + [4381] = 4348, + [4382] = 923, + [4383] = 4383, + [4384] = 4348, + [4385] = 4316, + [4386] = 4321, + [4387] = 4348, + [4388] = 4336, + [4389] = 4348, + [4390] = 4333, + [4391] = 922, + [4392] = 876, + [4393] = 4332, + [4394] = 4394, + [4395] = 4348, + [4396] = 1099, + [4397] = 1058, + [4398] = 4318, + [4399] = 4348, + [4400] = 1098, + [4401] = 4401, + [4402] = 4335, + [4403] = 4333, + [4404] = 1097, + [4405] = 1096, + [4406] = 920, + [4407] = 176, [4408] = 4408, - [4409] = 1231, - [4410] = 1328, - [4411] = 1211, - [4412] = 1204, - [4413] = 1251, - [4414] = 4329, - [4415] = 4330, - [4416] = 4416, - [4417] = 1204, - [4418] = 4418, - [4419] = 4324, - [4420] = 4329, - [4421] = 3393, - [4422] = 4324, - [4423] = 4423, - [4424] = 4424, - [4425] = 1258, - [4426] = 4324, - [4427] = 1232, - [4428] = 612, - [4429] = 1247, - [4430] = 1245, - [4431] = 4431, - [4432] = 1231, - [4433] = 4324, + [4409] = 849, + [4410] = 913, + [4411] = 3289, + [4412] = 1086, + [4413] = 1085, + [4414] = 1084, + [4415] = 1083, + [4416] = 1082, + [4417] = 4333, + [4418] = 1163, + [4419] = 957, + [4420] = 946, + [4421] = 137, + [4422] = 1081, + [4423] = 1080, + [4424] = 1079, + [4425] = 4323, + [4426] = 958, + [4427] = 4319, + [4428] = 4317, + [4429] = 4334, + [4430] = 1078, + [4431] = 4348, + [4432] = 1077, + [4433] = 4433, [4434] = 4434, - [4435] = 4325, - [4436] = 4326, - [4437] = 4327, - [4438] = 1211, - [4439] = 4439, - [4440] = 4329, - [4441] = 4441, - [4442] = 4442, - [4443] = 4443, - [4444] = 4444, - [4445] = 4445, - [4446] = 4446, - [4447] = 516, - [4448] = 4448, - [4449] = 4342, - [4450] = 1204, - [4451] = 4342, - [4452] = 4452, - [4453] = 4324, - [4454] = 4454, - [4455] = 1094, - [4456] = 4416, - [4457] = 1237, - [4458] = 4458, - [4459] = 1237, - [4460] = 4324, - [4461] = 4329, - [4462] = 4324, - [4463] = 1225, - [4464] = 1150, - [4465] = 1224, - [4466] = 1209, - [4467] = 1221, - [4468] = 1212, - [4469] = 4324, - [4470] = 980, - [4471] = 1283, - [4472] = 4329, - [4473] = 1234, - [4474] = 525, - [4475] = 1110, - [4476] = 1150, - [4477] = 526, - [4478] = 4324, - [4479] = 4329, - [4480] = 4324, - [4481] = 1225, - [4482] = 2371, - [4483] = 4483, - [4484] = 1224, - [4485] = 1221, - [4486] = 4329, - [4487] = 1212, - [4488] = 4488, - [4489] = 4329, - [4490] = 4329, - [4491] = 4347, - [4492] = 4324, - [4493] = 1151, - [4494] = 1209, - [4495] = 4342, - [4496] = 4329, - [4497] = 4497, - [4498] = 1428, - [4499] = 4499, - [4500] = 4499, - [4501] = 1225, - [4502] = 1320, - [4503] = 1309, - [4504] = 4504, - [4505] = 4505, + [4435] = 4333, + [4436] = 954, + [4437] = 849, + [4438] = 1076, + [4439] = 964, + [4440] = 4318, + [4441] = 936, + [4442] = 4348, + [4443] = 1062, + [4444] = 4333, + [4445] = 1064, + [4446] = 3312, + [4447] = 1066, + [4448] = 4333, + [4449] = 1068, + [4450] = 1069, + [4451] = 4348, + [4452] = 1071, + [4453] = 1002, + [4454] = 1003, + [4455] = 916, + [4456] = 955, + [4457] = 4331, + [4458] = 861, + [4459] = 183, + [4460] = 4460, + [4461] = 1004, + [4462] = 185, + [4463] = 1005, + [4464] = 1008, + [4465] = 1009, + [4466] = 176, + [4467] = 186, + [4468] = 1010, + [4469] = 132, + [4470] = 1011, + [4471] = 672, + [4472] = 1012, + [4473] = 4473, + [4474] = 919, + [4475] = 1013, + [4476] = 1014, + [4477] = 1015, + [4478] = 1017, + [4479] = 1019, + [4480] = 1021, + [4481] = 1028, + [4482] = 1029, + [4483] = 1031, + [4484] = 1072, + [4485] = 1073, + [4486] = 1043, + [4487] = 1074, + [4488] = 4333, + [4489] = 1051, + [4490] = 1053, + [4491] = 560, + [4492] = 1050, + [4493] = 4493, + [4494] = 4494, + [4495] = 4495, + [4496] = 4496, + [4497] = 1096, + [4498] = 1097, + [4499] = 1098, + [4500] = 4495, + [4501] = 4501, + [4502] = 1099, + [4503] = 1082, + [4504] = 1163, + [4505] = 4495, [4506] = 4506, - [4507] = 4507, - [4508] = 1308, - [4509] = 4509, - [4510] = 4510, - [4511] = 4511, - [4512] = 4512, - [4513] = 4513, - [4514] = 4514, - [4515] = 4515, + [4507] = 4494, + [4508] = 1086, + [4509] = 954, + [4510] = 1085, + [4511] = 1084, + [4512] = 1083, + [4513] = 1163, + [4514] = 4495, + [4515] = 4495, [4516] = 4516, - [4517] = 4517, + [4517] = 4506, [4518] = 4518, - [4519] = 4519, + [4519] = 4495, [4520] = 4520, [4521] = 4521, - [4522] = 4522, + [4522] = 919, [4523] = 4523, - [4524] = 4524, + [4524] = 4494, [4525] = 4525, [4526] = 4526, - [4527] = 1446, - [4528] = 1338, - [4529] = 4499, - [4530] = 1339, + [4527] = 4329, + [4528] = 4528, + [4529] = 947, + [4530] = 4530, [4531] = 4531, - [4532] = 4505, + [4532] = 4532, [4533] = 4533, - [4534] = 1341, - [4535] = 4535, + [4534] = 4534, + [4535] = 4495, [4536] = 4536, [4537] = 4537, [4538] = 4538, - [4539] = 4511, + [4539] = 4539, [4540] = 4540, - [4541] = 1361, - [4542] = 4542, - [4543] = 4543, + [4541] = 4495, + [4542] = 920, + [4543] = 4495, [4544] = 4544, - [4545] = 4545, + [4545] = 4506, [4546] = 4546, - [4547] = 4452, + [4547] = 4495, [4548] = 4548, - [4549] = 1374, - [4550] = 1378, - [4551] = 4551, - [4552] = 1221, - [4553] = 4553, - [4554] = 4554, - [4555] = 4555, - [4556] = 1212, + [4549] = 922, + [4550] = 4550, + [4551] = 4494, + [4552] = 923, + [4553] = 4540, + [4554] = 208, + [4555] = 4506, + [4556] = 4556, [4557] = 4557, - [4558] = 4558, - [4559] = 4559, - [4560] = 4560, - [4561] = 2421, - [4562] = 4499, + [4558] = 4540, + [4559] = 4540, + [4560] = 4311, + [4561] = 4495, + [4562] = 4562, [4563] = 4563, - [4564] = 1384, + [4564] = 4540, [4565] = 4565, - [4566] = 1287, - [4567] = 1278, - [4568] = 1268, + [4566] = 4540, + [4567] = 4540, + [4568] = 4568, [4569] = 4569, - [4570] = 4570, - [4571] = 1387, - [4572] = 4559, - [4573] = 4573, - [4574] = 4559, - [4575] = 4559, - [4576] = 4559, - [4577] = 1392, + [4570] = 206, + [4571] = 4540, + [4572] = 4540, + [4573] = 4540, + [4574] = 4574, + [4575] = 4495, + [4576] = 4576, + [4577] = 4540, [4578] = 4578, - [4579] = 4559, - [4580] = 4559, - [4581] = 4559, - [4582] = 4559, - [4583] = 1272, - [4584] = 1280, - [4585] = 4585, - [4586] = 4559, - [4587] = 4587, + [4579] = 4579, + [4580] = 160, + [4581] = 4581, + [4582] = 4495, + [4583] = 4583, + [4584] = 4584, + [4585] = 4495, + [4586] = 4586, + [4587] = 4506, [4588] = 4588, - [4589] = 1337, - [4590] = 1283, - [4591] = 4559, - [4592] = 4592, - [4593] = 1395, - [4594] = 1396, - [4595] = 4595, - [4596] = 4499, - [4597] = 1399, - [4598] = 4499, - [4599] = 4505, - [4600] = 1400, - [4601] = 4499, - [4602] = 1405, + [4589] = 4495, + [4590] = 4590, + [4591] = 4591, + [4592] = 4494, + [4593] = 4593, + [4594] = 4594, + [4595] = 4495, + [4596] = 4596, + [4597] = 4597, + [4598] = 4598, + [4599] = 4599, + [4600] = 4600, + [4601] = 4601, + [4602] = 4602, [4603] = 4603, - [4604] = 4505, + [4604] = 4495, [4605] = 4605, [4606] = 4606, - [4607] = 4511, - [4608] = 1409, - [4609] = 1410, - [4610] = 1411, - [4611] = 4611, + [4607] = 4607, + [4608] = 4495, + [4609] = 4609, + [4610] = 4610, + [4611] = 4506, [4612] = 4612, - [4613] = 4613, + [4613] = 4540, [4614] = 4614, - [4615] = 4511, + [4615] = 4494, [4616] = 4616, [4617] = 4617, - [4618] = 4618, + [4618] = 2171, [4619] = 4619, - [4620] = 4511, + [4620] = 4620, [4621] = 4621, - [4622] = 4573, + [4622] = 4622, [4623] = 4623, - [4624] = 1232, + [4624] = 4624, [4625] = 4625, - [4626] = 1423, - [4627] = 1321, - [4628] = 1325, + [4626] = 4626, + [4627] = 4627, + [4628] = 4628, [4629] = 4629, - [4630] = 1326, - [4631] = 1327, + [4630] = 4630, + [4631] = 4631, [4632] = 4632, - [4633] = 1424, + [4633] = 876, [4634] = 4634, [4635] = 4635, - [4636] = 1328, + [4636] = 4636, [4637] = 4637, - [4638] = 1151, - [4639] = 1237, - [4640] = 1209, - [4641] = 4641, - [4642] = 4642, - [4643] = 4643, - [4644] = 4644, - [4645] = 4542, - [4646] = 4646, + [4638] = 4638, + [4639] = 1015, + [4640] = 1009, + [4641] = 1081, + [4642] = 1080, + [4643] = 4495, + [4644] = 1079, + [4645] = 4645, + [4646] = 4506, [4647] = 4647, - [4648] = 1425, - [4649] = 1426, + [4648] = 4648, + [4649] = 4506, [4650] = 4650, - [4651] = 4651, - [4652] = 1428, - [4653] = 1429, - [4654] = 4505, - [4655] = 4655, - [4656] = 1280, - [4657] = 4595, - [4658] = 4499, - [4659] = 4659, - [4660] = 1272, - [4661] = 4661, - [4662] = 4662, - [4663] = 4646, - [4664] = 1278, - [4665] = 1287, - [4666] = 4666, + [4651] = 1099, + [4652] = 4652, + [4653] = 4495, + [4654] = 4494, + [4655] = 1098, + [4656] = 4656, + [4657] = 4312, + [4658] = 1078, + [4659] = 1097, + [4660] = 1077, + [4661] = 4596, + [4662] = 1076, + [4663] = 4630, + [4664] = 4664, + [4665] = 4665, + [4666] = 4320, [4667] = 4667, - [4668] = 1430, - [4669] = 4499, - [4670] = 1432, - [4671] = 1150, + [4668] = 964, + [4669] = 1073, + [4670] = 3391, + [4671] = 4671, [4672] = 4672, - [4673] = 4505, - [4674] = 4559, + [4673] = 4673, + [4674] = 1096, [4675] = 4675, - [4676] = 4676, - [4677] = 1436, - [4678] = 4499, - [4679] = 1308, - [4680] = 4680, - [4681] = 1437, - [4682] = 1439, + [4676] = 1072, + [4677] = 1071, + [4678] = 4678, + [4679] = 4679, + [4680] = 1069, + [4681] = 861, + [4682] = 1068, [4683] = 4683, - [4684] = 4684, + [4684] = 1066, [4685] = 4685, - [4686] = 4511, - [4687] = 4687, - [4688] = 4688, - [4689] = 4689, - [4690] = 4690, - [4691] = 4691, + [4686] = 1064, + [4687] = 1062, + [4688] = 1058, + [4689] = 1050, + [4690] = 1053, + [4691] = 4495, [4692] = 4692, - [4693] = 4693, + [4693] = 4506, [4694] = 4694, - [4695] = 4695, - [4696] = 4696, - [4697] = 4499, - [4698] = 1309, + [4695] = 4568, + [4696] = 1051, + [4697] = 1002, + [4698] = 1003, [4699] = 4699, [4700] = 4700, [4701] = 4701, - [4702] = 1234, + [4702] = 4494, [4703] = 4703, [4704] = 4704, [4705] = 4705, [4706] = 4706, - [4707] = 4707, - [4708] = 4666, - [4709] = 4499, - [4710] = 4505, + [4707] = 2124, + [4708] = 4708, + [4709] = 1002, + [4710] = 4710, [4711] = 4711, - [4712] = 4712, + [4712] = 1003, [4713] = 4713, - [4714] = 1320, - [4715] = 1440, + [4714] = 4714, + [4715] = 4583, [4716] = 4716, - [4717] = 1444, - [4718] = 4499, + [4717] = 4717, + [4718] = 4718, [4719] = 4719, [4720] = 4720, [4721] = 4721, - [4722] = 4666, - [4723] = 4499, - [4724] = 4724, - [4725] = 4725, - [4726] = 4511, - [4727] = 4505, - [4728] = 4511, + [4722] = 4722, + [4723] = 1004, + [4724] = 1005, + [4725] = 4609, + [4726] = 4568, + [4727] = 1008, + [4728] = 4728, [4729] = 4729, - [4730] = 4730, + [4730] = 4631, [4731] = 4731, - [4732] = 1321, - [4733] = 1447, - [4734] = 4734, - [4735] = 4735, - [4736] = 1448, - [4737] = 2371, - [4738] = 4738, - [4739] = 4739, - [4740] = 4454, - [4741] = 1325, + [4732] = 4732, + [4733] = 1009, + [4734] = 1010, + [4735] = 1004, + [4736] = 4568, + [4737] = 1011, + [4738] = 1012, + [4739] = 4495, + [4740] = 1005, + [4741] = 4741, [4742] = 4742, - [4743] = 4743, - [4744] = 1326, - [4745] = 4614, - [4746] = 4511, - [4747] = 4573, - [4748] = 4748, - [4749] = 4749, - [4750] = 4750, + [4743] = 4506, + [4744] = 4744, + [4745] = 936, + [4746] = 4746, + [4747] = 4568, + [4748] = 1008, + [4749] = 1086, + [4750] = 1085, [4751] = 4751, [4752] = 4752, - [4753] = 1327, - [4754] = 4573, - [4755] = 4755, - [4756] = 4756, + [4753] = 4753, + [4754] = 4568, + [4755] = 1084, + [4756] = 4494, [4757] = 4757, [4758] = 4758, - [4759] = 1328, + [4759] = 4759, [4760] = 4760, [4761] = 4761, [4762] = 4762, - [4763] = 4763, + [4763] = 913, [4764] = 4764, [4765] = 4765, [4766] = 4766, - [4767] = 4573, - [4768] = 1337, - [4769] = 4769, - [4770] = 4770, - [4771] = 1338, - [4772] = 4772, - [4773] = 1339, - [4774] = 4573, - [4775] = 1341, + [4767] = 4767, + [4768] = 4768, + [4769] = 4568, + [4770] = 1082, + [4771] = 4494, + [4772] = 1081, + [4773] = 1080, + [4774] = 4774, + [4775] = 4775, [4776] = 4776, - [4777] = 4573, - [4778] = 4778, - [4779] = 4779, + [4777] = 4568, + [4778] = 1013, + [4779] = 1079, [4780] = 4780, - [4781] = 4499, - [4782] = 1283, - [4783] = 4783, - [4784] = 1374, - [4785] = 4511, - [4786] = 1378, - [4787] = 1384, - [4788] = 4788, - [4789] = 4789, - [4790] = 4790, - [4791] = 4791, - [4792] = 4573, - [4793] = 1268, - [4794] = 1251, - [4795] = 4795, - [4796] = 4573, - [4797] = 1386, - [4798] = 1361, - [4799] = 4799, - [4800] = 4800, - [4801] = 4801, - [4802] = 1448, - [4803] = 4499, - [4804] = 1447, - [4805] = 4573, - [4806] = 1386, - [4807] = 1446, - [4808] = 4499, - [4809] = 4809, - [4810] = 4505, + [4781] = 4568, + [4782] = 4782, + [4783] = 1014, + [4784] = 4784, + [4785] = 4785, + [4786] = 1077, + [4787] = 4596, + [4788] = 1017, + [4789] = 1019, + [4790] = 4495, + [4791] = 1021, + [4792] = 4792, + [4793] = 4506, + [4794] = 1010, + [4795] = 4568, + [4796] = 4796, + [4797] = 4330, + [4798] = 4798, + [4799] = 1028, + [4800] = 1029, + [4801] = 1031, + [4802] = 4802, + [4803] = 4803, + [4804] = 1011, + [4805] = 4805, + [4806] = 4494, + [4807] = 4807, + [4808] = 4808, + [4809] = 166, + [4810] = 4810, [4811] = 4811, - [4812] = 4573, - [4813] = 4434, - [4814] = 537, + [4812] = 4568, + [4813] = 4813, + [4814] = 4814, [4815] = 4815, [4816] = 4816, - [4817] = 4505, + [4817] = 4817, [4818] = 4818, - [4819] = 1444, + [4819] = 4819, [4820] = 4820, - [4821] = 4821, + [4821] = 4328, [4822] = 4822, - [4823] = 4499, + [4823] = 4823, [4824] = 4824, [4825] = 4825, - [4826] = 4499, - [4827] = 4499, - [4828] = 1387, - [4829] = 4829, - [4830] = 4573, - [4831] = 4511, - [4832] = 1440, - [4833] = 4666, - [4834] = 1439, - [4835] = 4499, - [4836] = 1437, - [4837] = 4837, - [4838] = 4505, - [4839] = 4839, + [4826] = 4826, + [4827] = 1078, + [4828] = 4828, + [4829] = 4568, + [4830] = 916, + [4831] = 4831, + [4832] = 4832, + [4833] = 4833, + [4834] = 4834, + [4835] = 1074, + [4836] = 1043, + [4837] = 1043, + [4838] = 1074, + [4839] = 1051, [4840] = 4840, [4841] = 4841, - [4842] = 4431, - [4843] = 4843, - [4844] = 4844, - [4845] = 4845, + [4842] = 1053, + [4843] = 1031, + [4844] = 1029, + [4845] = 4568, [4846] = 4846, - [4847] = 4511, + [4847] = 1050, [4848] = 4848, - [4849] = 4849, - [4850] = 4850, - [4851] = 4499, - [4852] = 4852, - [4853] = 4853, + [4849] = 1058, + [4850] = 4596, + [4851] = 1028, + [4852] = 4495, + [4853] = 1021, [4854] = 4854, - [4855] = 4855, - [4856] = 1150, + [4855] = 4506, + [4856] = 4856, [4857] = 4857, - [4858] = 4858, + [4858] = 1062, [4859] = 4859, - [4860] = 1195, - [4861] = 1151, + [4860] = 4338, + [4861] = 4861, [4862] = 4862, - [4863] = 4458, + [4863] = 894, [4864] = 4864, - [4865] = 1436, + [4865] = 4494, [4866] = 4866, [4867] = 4867, [4868] = 4868, - [4869] = 4629, + [4869] = 4869, [4870] = 4870, - [4871] = 1432, + [4871] = 4871, [4872] = 4872, [4873] = 4873, - [4874] = 4499, - [4875] = 4439, - [4876] = 4876, - [4877] = 4573, + [4874] = 4874, + [4875] = 4875, + [4876] = 861, + [4877] = 4877, [4878] = 4878, - [4879] = 4879, + [4879] = 876, [4880] = 4880, - [4881] = 1430, - [4882] = 1392, - [4883] = 1429, - [4884] = 4884, - [4885] = 4885, - [4886] = 1395, - [4887] = 4505, - [4888] = 4573, - [4889] = 4889, + [4881] = 4881, + [4882] = 4882, + [4883] = 4883, + [4884] = 1083, + [4885] = 4342, + [4886] = 4886, + [4887] = 1064, + [4888] = 4888, + [4889] = 4624, [4890] = 4890, - [4891] = 4446, - [4892] = 1396, - [4893] = 4499, - [4894] = 1399, + [4891] = 849, + [4892] = 1076, + [4893] = 4893, + [4894] = 1066, [4895] = 4895, - [4896] = 1400, + [4896] = 4896, [4897] = 4897, - [4898] = 4511, - [4899] = 4899, - [4900] = 1405, - [4901] = 4448, - [4902] = 1224, - [4903] = 1409, - [4904] = 4904, - [4905] = 1410, - [4906] = 4906, - [4907] = 4505, - [4908] = 1204, - [4909] = 1411, - [4910] = 4499, - [4911] = 1423, - [4912] = 1424, - [4913] = 4666, - [4914] = 4914, - [4915] = 1425, - [4916] = 1426, - [4917] = 4735, - [4918] = 4918, - [4919] = 4809, - [4920] = 4801, - [4921] = 4764, - [4922] = 4922, + [4898] = 4568, + [4899] = 964, + [4900] = 1068, + [4901] = 1012, + [4902] = 1013, + [4903] = 1069, + [4904] = 1071, + [4905] = 4596, + [4906] = 1072, + [4907] = 1073, + [4908] = 4495, + [4909] = 1019, + [4910] = 4506, + [4911] = 1017, + [4912] = 1014, + [4913] = 1015, + [4914] = 4494, + [4915] = 4915, + [4916] = 4916, + [4917] = 4917, + [4918] = 4728, + [4919] = 4919, + [4920] = 4920, + [4921] = 4920, + [4922] = 4917, [4923] = 4923, - [4924] = 4924, - [4925] = 4925, - [4926] = 4926, - [4927] = 4927, - [4928] = 4928, - [4929] = 4761, - [4930] = 4756, - [4931] = 4815, - [4932] = 4932, - [4933] = 4933, - [4934] = 4933, - [4935] = 4770, - [4936] = 4928, - [4937] = 4751, - [4938] = 4795, - [4939] = 4928, - [4940] = 4933, - [4941] = 4632, - [4942] = 4731, - [4943] = 4943, - [4944] = 4944, - [4945] = 4862, - [4946] = 4926, - [4947] = 4889, - [4948] = 4816, - [4949] = 4725, - [4950] = 1297, - [4951] = 4824, - [4952] = 4825, - [4953] = 4928, - [4954] = 4932, - [4955] = 4890, - [4956] = 4895, - [4957] = 4957, - [4958] = 4958, - [4959] = 4897, - [4960] = 4960, - [4961] = 4961, - [4962] = 4928, - [4963] = 1296, - [4964] = 4904, - [4965] = 4906, - [4966] = 4933, - [4967] = 4879, - [4968] = 4878, - [4969] = 4870, - [4970] = 4970, - [4971] = 4971, - [4972] = 4867, + [4924] = 4802, + [4925] = 4521, + [4926] = 4780, + [4927] = 4919, + [4928] = 4782, + [4929] = 4520, + [4930] = 4930, + [4931] = 4917, + [4932] = 4518, + [4933] = 4923, + [4934] = 4784, + [4935] = 4919, + [4936] = 4516, + [4937] = 4538, + [4938] = 4528, + [4939] = 4939, + [4940] = 4785, + [4941] = 4792, + [4942] = 1184, + [4943] = 4920, + [4944] = 4917, + [4945] = 4923, + [4946] = 4796, + [4947] = 4798, + [4948] = 4948, + [4949] = 4939, + [4950] = 4803, + [4951] = 4951, + [4952] = 4952, + [4953] = 4948, + [4954] = 1126, + [4955] = 4805, + [4956] = 4956, + [4957] = 4919, + [4958] = 118, + [4959] = 4807, + [4960] = 4531, + [4961] = 4920, + [4962] = 4917, + [4963] = 4923, + [4964] = 4964, + [4965] = 4965, + [4966] = 954, + [4967] = 119, + [4968] = 4968, + [4969] = 2124, + [4970] = 913, + [4971] = 4762, + [4972] = 4972, [4973] = 4973, - [4974] = 4974, - [4975] = 2371, - [4976] = 1232, - [4977] = 4707, - [4978] = 4850, - [4979] = 4926, + [4974] = 4810, + [4975] = 4746, + [4976] = 4741, + [4977] = 4977, + [4978] = 4978, + [4979] = 4979, [4980] = 4980, - [4981] = 4981, - [4982] = 4982, - [4983] = 4932, - [4984] = 4691, - [4985] = 4683, - [4986] = 4526, - [4987] = 4821, - [4988] = 4811, - [4989] = 4749, - [4990] = 4958, - [4991] = 4734, - [4992] = 4992, - [4993] = 4721, - [4994] = 4720, - [4995] = 4995, - [4996] = 4996, - [4997] = 4706, - [4998] = 4690, - [4999] = 4680, - [5000] = 4659, - [5001] = 4762, - [5002] = 4655, - [5003] = 4637, - [5004] = 4618, - [5005] = 4578, - [5006] = 4928, - [5007] = 4933, - [5008] = 4551, - [5009] = 568, - [5010] = 4928, - [5011] = 4504, - [5012] = 4926, - [5013] = 4506, - [5014] = 4507, - [5015] = 4509, - [5016] = 4510, - [5017] = 4512, - [5018] = 5018, - [5019] = 4514, - [5020] = 4933, - [5021] = 4515, - [5022] = 4944, - [5023] = 4516, - [5024] = 4517, - [5025] = 4926, - [5026] = 4932, - [5027] = 4520, - [5028] = 4521, - [5029] = 4522, - [5030] = 4523, - [5031] = 4926, - [5032] = 5032, - [5033] = 4958, - [5034] = 4524, - [5035] = 4944, - [5036] = 4932, - [5037] = 4872, - [5038] = 5038, - [5039] = 4525, - [5040] = 4548, - [5041] = 4531, - [5042] = 4932, - [5043] = 4873, - [5044] = 4932, - [5045] = 4926, - [5046] = 4932, - [5047] = 4958, - [5048] = 4933, - [5049] = 4928, - [5050] = 4944, - [5051] = 4932, - [5052] = 5052, - [5053] = 4933, - [5054] = 5054, - [5055] = 5055, - [5056] = 1204, - [5057] = 4926, - [5058] = 5058, - [5059] = 4958, - [5060] = 5060, - [5061] = 4661, - [5062] = 4933, - [5063] = 4928, - [5064] = 4932, - [5065] = 4926, - [5066] = 4687, - [5067] = 4926, - [5068] = 4933, - [5069] = 4859, - [5070] = 4533, - [5071] = 4537, - [5072] = 4538, - [5073] = 4932, - [5074] = 4540, - [5075] = 4545, - [5076] = 4864, - [5077] = 4928, - [5078] = 4933, - [5079] = 5079, - [5080] = 4926, - [5081] = 5018, - [5082] = 4546, - [5083] = 4926, - [5084] = 4662, - [5085] = 4553, - [5086] = 4866, - [5087] = 4554, - [5088] = 4555, - [5089] = 4557, - [5090] = 4558, - [5091] = 4928, - [5092] = 4933, - [5093] = 4926, - [5094] = 4560, - [5095] = 4932, + [4981] = 4811, + [4982] = 4813, + [4983] = 4533, + [4984] = 4814, + [4985] = 4534, + [4986] = 4986, + [4987] = 4536, + [4988] = 4988, + [4989] = 4989, + [4990] = 4537, + [4991] = 4991, + [4992] = 4584, + [4993] = 4602, + [4994] = 4544, + [4995] = 4546, + [4996] = 4548, + [4997] = 4550, + [4998] = 4556, + [4999] = 4815, + [5000] = 4539, + [5001] = 4923, + [5002] = 4917, + [5003] = 4562, + [5004] = 4816, + [5005] = 849, + [5006] = 4563, + [5007] = 4920, + [5008] = 4565, + [5009] = 4569, + [5010] = 4574, + [5011] = 4579, + [5012] = 4581, + [5013] = 4638, + [5014] = 4923, + [5015] = 4917, + [5016] = 4586, + [5017] = 4588, + [5018] = 4590, + [5019] = 4591, + [5020] = 4948, + [5021] = 4919, + [5022] = 4593, + [5023] = 4594, + [5024] = 4597, + [5025] = 4598, + [5026] = 5026, + [5027] = 4599, + [5028] = 4532, + [5029] = 4920, + [5030] = 4939, + [5031] = 4919, + [5032] = 4817, + [5033] = 4939, + [5034] = 4600, + [5035] = 4601, + [5036] = 4603, + [5037] = 4605, + [5038] = 4923, + [5039] = 4917, + [5040] = 4818, + [5041] = 4606, + [5042] = 4948, + [5043] = 4607, + [5044] = 4610, + [5045] = 4612, + [5046] = 4614, + [5047] = 4616, + [5048] = 4617, + [5049] = 4619, + [5050] = 4620, + [5051] = 4621, + [5052] = 4623, + [5053] = 4625, + [5054] = 4626, + [5055] = 4627, + [5056] = 4628, + [5057] = 4819, + [5058] = 4629, + [5059] = 4822, + [5060] = 4948, + [5061] = 4632, + [5062] = 4919, + [5063] = 4823, + [5064] = 4890, + [5065] = 5065, + [5066] = 4634, + [5067] = 4635, + [5068] = 4920, + [5069] = 4919, + [5070] = 4824, + [5071] = 4825, + [5072] = 4923, + [5073] = 4917, + [5074] = 4826, + [5075] = 4828, + [5076] = 4831, + [5077] = 4920, + [5078] = 4920, + [5079] = 4832, + [5080] = 4917, + [5081] = 4893, + [5082] = 4923, + [5083] = 5083, + [5084] = 4923, + [5085] = 4833, + [5086] = 4834, + [5087] = 4886, + [5088] = 4840, + [5089] = 4841, + [5090] = 4919, + [5091] = 4917, + [5092] = 5092, + [5093] = 5093, + [5094] = 4557, + [5095] = 5095, [5096] = 5096, - [5097] = 5097, - [5098] = 4926, - [5099] = 4563, - [5100] = 5100, + [5097] = 4939, + [5098] = 4881, + [5099] = 5099, + [5100] = 4870, [5101] = 5101, - [5102] = 4944, - [5103] = 4569, - [5104] = 4570, - [5105] = 4588, - [5106] = 4592, - [5107] = 4603, - [5108] = 4932, - [5109] = 4933, - [5110] = 4928, - [5111] = 5111, - [5112] = 4958, - [5113] = 4605, - [5114] = 4926, - [5115] = 4932, - [5116] = 3574, - [5117] = 4932, - [5118] = 3586, - [5119] = 5055, - [5120] = 4606, + [5102] = 5102, + [5103] = 4848, + [5104] = 4854, + [5105] = 4856, + [5106] = 4857, + [5107] = 4948, + [5108] = 4920, + [5109] = 5109, + [5110] = 4919, + [5111] = 4859, + [5112] = 5112, + [5113] = 4716, + [5114] = 4862, + [5115] = 4923, + [5116] = 4917, + [5117] = 4948, + [5118] = 4920, + [5119] = 5119, + [5120] = 5120, [5121] = 5121, - [5122] = 4611, - [5123] = 4958, - [5124] = 4612, - [5125] = 4923, - [5126] = 5126, - [5127] = 4925, - [5128] = 4926, + [5122] = 4861, + [5123] = 4637, + [5124] = 4732, + [5125] = 4645, + [5126] = 4647, + [5127] = 4878, + [5128] = 4920, [5129] = 5129, - [5130] = 4933, - [5131] = 4613, - [5132] = 4617, - [5133] = 4619, - [5134] = 4981, - [5135] = 4982, - [5136] = 4876, - [5137] = 4928, - [5138] = 5138, - [5139] = 4621, - [5140] = 5140, - [5141] = 5141, - [5142] = 4928, - [5143] = 4933, - [5144] = 4944, - [5145] = 5145, - [5146] = 5146, - [5147] = 4858, - [5148] = 4926, - [5149] = 4623, - [5150] = 4880, - [5151] = 4625, - [5152] = 4933, - [5153] = 4928, - [5154] = 4641, - [5155] = 4497, - [5156] = 4634, - [5157] = 4932, - [5158] = 4926, - [5159] = 4635, - [5160] = 4932, - [5161] = 4642, - [5162] = 4944, - [5163] = 4643, - [5164] = 5145, - [5165] = 5140, - [5166] = 1212, - [5167] = 4944, - [5168] = 1221, - [5169] = 1224, - [5170] = 1225, - [5171] = 4644, - [5172] = 4647, - [5173] = 4544, - [5174] = 5111, - [5175] = 4958, - [5176] = 4651, - [5177] = 4958, - [5178] = 4800, - [5179] = 4667, - [5180] = 4932, - [5181] = 4933, - [5182] = 4672, - [5183] = 4675, - [5184] = 4676, - [5185] = 1212, - [5186] = 1221, - [5187] = 1224, - [5188] = 4684, - [5189] = 4685, - [5190] = 5190, - [5191] = 4928, - [5192] = 4688, - [5193] = 5141, - [5194] = 2452, - [5195] = 1204, - [5196] = 3, - [5197] = 4689, - [5198] = 4692, - [5199] = 1225, - [5200] = 5032, - [5201] = 4694, - [5202] = 4695, - [5203] = 1094, - [5204] = 1110, - [5205] = 1251, - [5206] = 1237, - [5207] = 4928, - [5208] = 4933, - [5209] = 4932, - [5210] = 4926, - [5211] = 4933, - [5212] = 1209, - [5213] = 4926, - [5214] = 5190, - [5215] = 5079, - [5216] = 4703, - [5217] = 4696, - [5218] = 1151, - [5219] = 4928, - [5220] = 4926, - [5221] = 4933, - [5222] = 4926, - [5223] = 2, - [5224] = 4932, - [5225] = 4932, - [5226] = 4933, - [5227] = 4928, - [5228] = 1150, - [5229] = 4932, - [5230] = 4699, - [5231] = 4700, - [5232] = 4944, - [5233] = 4944, - [5234] = 4958, - [5235] = 4650, - [5236] = 5236, - [5237] = 4980, - [5238] = 5238, - [5239] = 5239, - [5240] = 4926, - [5241] = 4928, - [5242] = 4958, - [5243] = 4958, - [5244] = 4933, - [5245] = 5146, - [5246] = 4914, - [5247] = 4926, - [5248] = 5248, - [5249] = 5096, - [5250] = 4932, - [5251] = 5097, - [5252] = 4932, - [5253] = 4854, - [5254] = 4853, - [5255] = 4852, - [5256] = 4849, - [5257] = 4848, - [5258] = 4846, - [5259] = 4845, - [5260] = 4844, - [5261] = 4971, - [5262] = 4843, - [5263] = 4841, - [5264] = 4701, - [5265] = 4840, - [5266] = 4839, - [5267] = 4837, - [5268] = 4820, - [5269] = 4818, - [5270] = 4855, - [5271] = 4799, - [5272] = 4928, - [5273] = 4933, - [5274] = 4791, - [5275] = 4926, - [5276] = 5276, - [5277] = 4790, - [5278] = 4789, - [5279] = 4788, - [5280] = 4783, - [5281] = 4780, - [5282] = 4779, - [5283] = 4932, - [5284] = 4778, - [5285] = 4776, - [5286] = 4772, - [5287] = 4769, - [5288] = 4766, - [5289] = 4765, - [5290] = 4944, - [5291] = 4932, - [5292] = 4926, - [5293] = 4932, - [5294] = 4763, - [5295] = 4926, - [5296] = 4932, - [5297] = 4958, - [5298] = 4926, - [5299] = 4932, - [5300] = 4926, - [5301] = 4760, - [5302] = 4758, - [5303] = 4932, - [5304] = 4926, - [5305] = 4932, - [5306] = 4926, - [5307] = 4757, - [5308] = 4755, - [5309] = 4752, - [5310] = 4750, - [5311] = 5248, - [5312] = 4748, - [5313] = 4742, - [5314] = 4739, - [5315] = 4738, - [5316] = 4730, - [5317] = 4729, - [5318] = 4944, - [5319] = 4928, - [5320] = 4933, - [5321] = 4724, - [5322] = 4719, - [5323] = 4926, - [5324] = 4716, - [5325] = 4712, - [5326] = 4705, - [5327] = 4932, - [5328] = 4926, - [5329] = 4932, - [5330] = 4704, - [5331] = 4711, - [5332] = 4932, - [5333] = 4928, - [5334] = 4933, - [5335] = 4926, - [5336] = 4926, - [5337] = 4944, - [5338] = 4932, - [5339] = 5339, - [5340] = 3606, - [5341] = 5341, - [5342] = 3, - [5343] = 5343, - [5344] = 5339, - [5345] = 1110, - [5346] = 5126, - [5347] = 5347, + [5130] = 4919, + [5131] = 4864, + [5132] = 4652, + [5133] = 4656, + [5134] = 4866, + [5135] = 4664, + [5136] = 4923, + [5137] = 4923, + [5138] = 4917, + [5139] = 5139, + [5140] = 4939, + [5141] = 4917, + [5142] = 4867, + [5143] = 4920, + [5144] = 4920, + [5145] = 4665, + [5146] = 4868, + [5147] = 4869, + [5148] = 5148, + [5149] = 4919, + [5150] = 4895, + [5151] = 4667, + [5152] = 4671, + [5153] = 4672, + [5154] = 4919, + [5155] = 4919, + [5156] = 4673, + [5157] = 4871, + [5158] = 4675, + [5159] = 4872, + [5160] = 4873, + [5161] = 4874, + [5162] = 4939, + [5163] = 4678, + [5164] = 4679, + [5165] = 923, + [5166] = 4683, + [5167] = 922, + [5168] = 4685, + [5169] = 4920, + [5170] = 4919, + [5171] = 920, + [5172] = 4948, + [5173] = 919, + [5174] = 4917, + [5175] = 4923, + [5176] = 5176, + [5177] = 4875, + [5178] = 5178, + [5179] = 4692, + [5180] = 5180, + [5181] = 923, + [5182] = 922, + [5183] = 5183, + [5184] = 5184, + [5185] = 4923, + [5186] = 4694, + [5187] = 4917, + [5188] = 5183, + [5189] = 4699, + [5190] = 920, + [5191] = 5180, + [5192] = 919, + [5193] = 4700, + [5194] = 4701, + [5195] = 4703, + [5196] = 4920, + [5197] = 4919, + [5198] = 4923, + [5199] = 5199, + [5200] = 4917, + [5201] = 5095, + [5202] = 4923, + [5203] = 4917, + [5204] = 4920, + [5205] = 4948, + [5206] = 4919, + [5207] = 4704, + [5208] = 4920, + [5209] = 4705, + [5210] = 4948, + [5211] = 4706, + [5212] = 4991, + [5213] = 5096, + [5214] = 5214, + [5215] = 4923, + [5216] = 4917, + [5217] = 4708, + [5218] = 4710, + [5219] = 4939, + [5220] = 4919, + [5221] = 4920, + [5222] = 5222, + [5223] = 4919, + [5224] = 4711, + [5225] = 4972, + [5226] = 4973, + [5227] = 4939, + [5228] = 5228, + [5229] = 4919, + [5230] = 4714, + [5231] = 5139, + [5232] = 4917, + [5233] = 4880, + [5234] = 861, + [5235] = 876, + [5236] = 4956, + [5237] = 4948, + [5238] = 4636, + [5239] = 4920, + [5240] = 4717, + [5241] = 4774, + [5242] = 3547, + [5243] = 5243, + [5244] = 5244, + [5245] = 4920, + [5246] = 3546, + [5247] = 4493, + [5248] = 4718, + [5249] = 4896, + [5250] = 4897, + [5251] = 4917, + [5252] = 4719, + [5253] = 4939, + [5254] = 4923, + [5255] = 4720, + [5256] = 4917, + [5257] = 5257, + [5258] = 5258, + [5259] = 4919, + [5260] = 4964, + [5261] = 4721, + [5262] = 4722, + [5263] = 4923, + [5264] = 5244, + [5265] = 5099, + [5266] = 4768, + [5267] = 4920, + [5268] = 4523, + [5269] = 916, + [5270] = 5258, + [5271] = 5257, + [5272] = 5243, + [5273] = 4920, + [5274] = 4923, + [5275] = 4917, + [5276] = 4877, + [5277] = 4729, + [5278] = 2238, + [5279] = 4917, + [5280] = 4767, + [5281] = 4775, + [5282] = 4919, + [5283] = 4920, + [5284] = 4919, + [5285] = 4919, + [5286] = 849, + [5287] = 4731, + [5288] = 4846, + [5289] = 4742, + [5290] = 4744, + [5291] = 4752, + [5292] = 4939, + [5293] = 5083, + [5294] = 4919, + [5295] = 4920, + [5296] = 237, + [5297] = 4919, + [5298] = 4753, + [5299] = 4920, + [5300] = 4919, + [5301] = 4920, + [5302] = 4948, + [5303] = 4919, + [5304] = 4920, + [5305] = 4919, + [5306] = 4757, + [5307] = 4948, + [5308] = 4920, + [5309] = 4919, + [5310] = 4920, + [5311] = 802, + [5312] = 4919, + [5313] = 4923, + [5314] = 4758, + [5315] = 5026, + [5316] = 4759, + [5317] = 4919, + [5318] = 4939, + [5319] = 4920, + [5320] = 936, + [5321] = 4919, + [5322] = 4920, + [5323] = 4979, + [5324] = 4760, + [5325] = 4761, + [5326] = 5178, + [5327] = 4939, + [5328] = 780, + [5329] = 4919, + [5330] = 4766, + [5331] = 4764, + [5332] = 4923, + [5333] = 4917, + [5334] = 4920, + [5335] = 4919, + [5336] = 4526, + [5337] = 4920, + [5338] = 4920, + [5339] = 1152, + [5340] = 922, + [5341] = 3546, + [5342] = 5342, + [5343] = 3547, + [5344] = 5344, + [5345] = 5344, + [5346] = 876, + [5347] = 5342, [5348] = 5348, - [5349] = 5341, - [5350] = 2, + [5349] = 5344, + [5350] = 5350, [5351] = 5351, [5352] = 5352, - [5353] = 5341, + [5353] = 5353, [5354] = 5354, - [5355] = 5341, - [5356] = 5341, - [5357] = 5357, - [5358] = 5354, - [5359] = 5359, - [5360] = 5339, - [5361] = 5341, - [5362] = 5339, - [5363] = 5363, + [5355] = 5342, + [5356] = 5356, + [5357] = 5344, + [5358] = 5119, + [5359] = 923, + [5360] = 5344, + [5361] = 5342, + [5362] = 5362, + [5363] = 5344, [5364] = 5364, - [5365] = 5339, - [5366] = 1212, - [5367] = 5341, - [5368] = 1150, - [5369] = 5341, - [5370] = 5357, - [5371] = 5357, - [5372] = 1221, - [5373] = 5341, - [5374] = 5339, - [5375] = 5341, - [5376] = 5357, - [5377] = 1094, - [5378] = 5341, - [5379] = 5379, - [5380] = 5354, - [5381] = 5339, - [5382] = 1224, - [5383] = 5339, - [5384] = 1225, - [5385] = 5341, - [5386] = 5341, - [5387] = 4918, - [5388] = 5388, - [5389] = 5357, - [5390] = 5341, - [5391] = 5341, - [5392] = 5354, - [5393] = 5129, - [5394] = 5339, - [5395] = 5339, - [5396] = 5396, - [5397] = 5397, + [5365] = 5344, + [5366] = 5342, + [5367] = 5364, + [5368] = 5344, + [5369] = 5342, + [5370] = 4989, + [5371] = 5342, + [5372] = 5344, + [5373] = 922, + [5374] = 5348, + [5375] = 5348, + [5376] = 5342, + [5377] = 920, + [5378] = 919, + [5379] = 4988, + [5380] = 5348, + [5381] = 780, + [5382] = 5344, + [5383] = 3845, + [5384] = 5342, + [5385] = 947, + [5386] = 5342, + [5387] = 936, + [5388] = 3568, + [5389] = 5344, + [5390] = 5390, + [5391] = 3574, + [5392] = 4965, + [5393] = 5393, + [5394] = 4986, + [5395] = 861, + [5396] = 3578, + [5397] = 5344, [5398] = 5398, - [5399] = 5399, - [5400] = 5400, - [5401] = 5401, - [5402] = 1234, - [5403] = 5357, - [5404] = 5341, - [5405] = 5405, - [5406] = 5339, - [5407] = 5407, - [5408] = 5357, - [5409] = 5, - [5410] = 5354, - [5411] = 5341, - [5412] = 5339, - [5413] = 5339, - [5414] = 3591, - [5415] = 5354, - [5416] = 5341, - [5417] = 4992, - [5418] = 6, - [5419] = 5354, - [5420] = 9, - [5421] = 5357, - [5422] = 5341, - [5423] = 1225, - [5424] = 1224, - [5425] = 1221, - [5426] = 1212, - [5427] = 5354, - [5428] = 5339, - [5429] = 1209, - [5430] = 1237, - [5431] = 5339, - [5432] = 5341, - [5433] = 5339, - [5434] = 5341, - [5435] = 5357, - [5436] = 5436, - [5437] = 5437, - [5438] = 1279, + [5399] = 5342, + [5400] = 124, + [5401] = 5344, + [5402] = 5364, + [5403] = 5344, + [5404] = 5364, + [5405] = 3573, + [5406] = 5342, + [5407] = 5344, + [5408] = 5364, + [5409] = 5344, + [5410] = 916, + [5411] = 5411, + [5412] = 5348, + [5413] = 5364, + [5414] = 5344, + [5415] = 5351, + [5416] = 4977, + [5417] = 5348, + [5418] = 5418, + [5419] = 5342, + [5420] = 5348, + [5421] = 129, + [5422] = 3579, + [5423] = 5344, + [5424] = 5342, + [5425] = 5425, + [5426] = 5426, + [5427] = 5344, + [5428] = 5364, + [5429] = 5342, + [5430] = 4968, + [5431] = 802, + [5432] = 5342, + [5433] = 3572, + [5434] = 5434, + [5435] = 3571, + [5436] = 3570, + [5437] = 5344, + [5438] = 125, [5439] = 5439, - [5440] = 5339, - [5441] = 4995, - [5442] = 4996, - [5443] = 4974, - [5444] = 4973, - [5445] = 5341, - [5446] = 5446, - [5447] = 4970, - [5448] = 1151, - [5449] = 5357, - [5450] = 5341, - [5451] = 5354, - [5452] = 3819, - [5453] = 5453, - [5454] = 5339, - [5455] = 5339, - [5456] = 5339, - [5457] = 12, - [5458] = 5446, - [5459] = 3586, - [5460] = 3574, - [5461] = 5354, - [5462] = 5341, - [5463] = 5339, - [5464] = 3602, - [5465] = 3601, - [5466] = 3592, - [5467] = 568, - [5468] = 5357, - [5469] = 5341, - [5470] = 5339, - [5471] = 3603, - [5472] = 5, - [5473] = 5473, - [5474] = 5474, + [5440] = 127, + [5441] = 122, + [5442] = 5442, + [5443] = 5443, + [5444] = 5121, + [5445] = 869, + [5446] = 889, + [5447] = 5447, + [5448] = 5342, + [5449] = 5344, + [5450] = 237, + [5451] = 5342, + [5452] = 5120, + [5453] = 5342, + [5454] = 923, + [5455] = 5364, + [5456] = 5456, + [5457] = 5457, + [5458] = 5458, + [5459] = 5459, + [5460] = 5344, + [5461] = 122, + [5462] = 5364, + [5463] = 5342, + [5464] = 5344, + [5465] = 857, + [5466] = 3569, + [5467] = 5342, + [5468] = 5468, + [5469] = 5344, + [5470] = 127, + [5471] = 5348, + [5472] = 5348, + [5473] = 920, + [5474] = 5348, [5475] = 5475, - [5476] = 5476, - [5477] = 5477, - [5478] = 5478, - [5479] = 10, - [5480] = 5341, - [5481] = 5354, - [5482] = 5357, - [5483] = 2421, - [5484] = 3608, - [5485] = 5339, - [5486] = 3596, - [5487] = 5341, - [5488] = 5488, - [5489] = 3594, - [5490] = 5341, - [5491] = 5354, - [5492] = 4961, - [5493] = 4960, - [5494] = 4957, - [5495] = 5339, - [5496] = 5341, - [5497] = 5357, - [5498] = 5339, - [5499] = 5339, - [5500] = 3595, + [5476] = 5348, + [5477] = 5344, + [5478] = 919, + [5479] = 5344, + [5480] = 5342, + [5481] = 5342, + [5482] = 5344, + [5483] = 5364, + [5484] = 5344, + [5485] = 5342, + [5486] = 5486, + [5487] = 5364, + [5488] = 5348, + [5489] = 5344, + [5490] = 5364, + [5491] = 5491, + [5492] = 5492, + [5493] = 5342, + [5494] = 5494, + [5495] = 5495, + [5496] = 5496, + [5497] = 5497, + [5498] = 5498, + [5499] = 4951, + [5500] = 5500, [5501] = 5501, - [5502] = 5341, - [5503] = 1151, - [5504] = 5504, - [5505] = 1196, - [5506] = 6, - [5507] = 3597, - [5508] = 5339, - [5509] = 5339, - [5510] = 1165, - [5511] = 1168, - [5512] = 3590, - [5513] = 5513, - [5514] = 5514, - [5515] = 5515, - [5516] = 5516, - [5517] = 5354, - [5518] = 1110, - [5519] = 1094, - [5520] = 1150, - [5521] = 5341, + [5502] = 5342, + [5503] = 5342, + [5504] = 5364, + [5505] = 5344, + [5506] = 5506, + [5507] = 802, + [5508] = 5342, + [5509] = 861, + [5510] = 4952, + [5511] = 4930, + [5512] = 780, + [5513] = 5348, + [5514] = 2171, + [5515] = 3575, + [5516] = 3576, + [5517] = 3577, + [5518] = 876, + [5519] = 5344, + [5520] = 5520, + [5521] = 5521, [5522] = 5522, - [5523] = 1204, + [5523] = 5523, [5524] = 5524, - [5525] = 1168, + [5525] = 5520, [5526] = 5526, - [5527] = 5527, - [5528] = 5528, + [5527] = 5520, + [5528] = 5520, [5529] = 5529, [5530] = 5530, - [5531] = 5531, + [5531] = 5523, [5532] = 5532, [5533] = 5533, [5534] = 5534, - [5535] = 5535, - [5536] = 5536, - [5537] = 5524, - [5538] = 5538, - [5539] = 5539, + [5535] = 869, + [5536] = 5533, + [5537] = 5537, + [5538] = 869, + [5539] = 5522, [5540] = 5540, - [5541] = 5541, - [5542] = 5526, - [5543] = 5527, + [5541] = 921, + [5542] = 5520, + [5543] = 5543, [5544] = 5544, - [5545] = 5528, - [5546] = 5546, - [5547] = 5547, - [5548] = 5548, - [5549] = 5522, - [5550] = 5540, + [5545] = 5524, + [5546] = 889, + [5547] = 889, + [5548] = 5532, + [5549] = 5549, + [5550] = 5550, [5551] = 5551, - [5552] = 1165, + [5552] = 5552, [5553] = 5553, - [5554] = 5554, + [5554] = 135, [5555] = 5555, - [5556] = 5534, - [5557] = 5536, - [5558] = 5546, - [5559] = 5559, - [5560] = 1196, - [5561] = 5547, - [5562] = 5562, - [5563] = 1165, + [5556] = 5556, + [5557] = 5520, + [5558] = 5556, + [5559] = 5543, + [5560] = 5553, + [5561] = 976, + [5562] = 975, + [5563] = 5551, [5564] = 5564, - [5565] = 5565, - [5566] = 1316, - [5567] = 5539, - [5568] = 5568, - [5569] = 1313, - [5570] = 20, - [5571] = 10, - [5572] = 568, - [5573] = 5540, - [5574] = 1196, - [5575] = 5548, - [5576] = 5565, - [5577] = 5533, - [5578] = 5548, + [5565] = 5550, + [5566] = 5544, + [5567] = 5552, + [5568] = 5532, + [5569] = 5532, + [5570] = 5570, + [5571] = 5571, + [5572] = 5572, + [5573] = 5520, + [5574] = 5532, + [5575] = 237, + [5576] = 5576, + [5577] = 5572, + [5578] = 5578, [5579] = 5540, - [5580] = 5540, - [5581] = 5532, - [5582] = 5582, - [5583] = 15, - [5584] = 24, - [5585] = 5548, - [5586] = 5565, - [5587] = 5544, - [5588] = 5540, - [5589] = 13, - [5590] = 5554, - [5591] = 5529, - [5592] = 5565, + [5580] = 5580, + [5581] = 5576, + [5582] = 143, + [5583] = 5520, + [5584] = 5540, + [5585] = 857, + [5586] = 5532, + [5587] = 5549, + [5588] = 144, + [5589] = 5589, + [5590] = 150, + [5591] = 5570, + [5592] = 5555, [5593] = 5593, - [5594] = 1168, - [5595] = 5540, - [5596] = 5540, - [5597] = 5540, - [5598] = 5565, - [5599] = 5530, - [5600] = 5531, - [5601] = 1346, - [5602] = 5540, - [5603] = 1344, - [5604] = 5565, - [5605] = 5535, - [5606] = 5564, - [5607] = 5538, - [5608] = 1249, - [5609] = 5562, - [5610] = 5540, - [5611] = 5565, - [5612] = 5612, - [5613] = 5582, - [5614] = 5565, - [5615] = 5565, - [5616] = 9, - [5617] = 5617, - [5618] = 5540, - [5619] = 5540, - [5620] = 5565, - [5621] = 12, - [5622] = 5622, - [5623] = 5559, + [5594] = 5520, + [5595] = 5595, + [5596] = 996, + [5597] = 5520, + [5598] = 997, + [5599] = 5595, + [5600] = 5540, + [5601] = 857, + [5602] = 5593, + [5603] = 5534, + [5604] = 5520, + [5605] = 5589, + [5606] = 5532, + [5607] = 5607, + [5608] = 5520, + [5609] = 5578, + [5610] = 5580, + [5611] = 5564, + [5612] = 5532, + [5613] = 5532, + [5614] = 5614, + [5615] = 5615, + [5616] = 849, + [5617] = 5532, + [5618] = 5618, + [5619] = 5619, + [5620] = 5620, + [5621] = 5621, + [5622] = 5618, + [5623] = 5620, [5624] = 5624, [5625] = 5625, - [5626] = 5626, + [5626] = 5619, [5627] = 5627, [5628] = 5628, - [5629] = 1232, - [5630] = 5627, - [5631] = 5625, + [5629] = 5629, + [5630] = 5630, + [5631] = 5631, [5632] = 5632, [5633] = 5633, - [5634] = 5634, - [5635] = 5635, - [5636] = 5636, + [5634] = 5627, + [5635] = 5632, + [5636] = 5633, [5637] = 5637, - [5638] = 5626, - [5639] = 5639, - [5640] = 5640, - [5641] = 5634, - [5642] = 5639, - [5643] = 5640, - [5644] = 5644, + [5638] = 5638, + [5639] = 5637, + [5640] = 5638, + [5641] = 5624, + [5642] = 5625, + [5643] = 913, + [5644] = 5619, [5645] = 5645, - [5646] = 5644, - [5647] = 5645, - [5648] = 5624, - [5649] = 5625, - [5650] = 5632, - [5651] = 5633, - [5652] = 5652, - [5653] = 5628, - [5654] = 5635, - [5655] = 5624, - [5656] = 5652, - [5657] = 5657, - [5658] = 5636, - [5659] = 5628, - [5660] = 5637, - [5661] = 5625, - [5662] = 5632, - [5663] = 5633, - [5664] = 5624, - [5665] = 5636, - [5666] = 5626, - [5667] = 5652, - [5668] = 5645, - [5669] = 5634, - [5670] = 5639, - [5671] = 5640, - [5672] = 5644, - [5673] = 5644, - [5674] = 5640, - [5675] = 5639, - [5676] = 5634, - [5677] = 5626, - [5678] = 5637, - [5679] = 5636, - [5680] = 5635, - [5681] = 5624, - [5682] = 5652, - [5683] = 5633, - [5684] = 5632, - [5685] = 5625, - [5686] = 5633, - [5687] = 5625, - [5688] = 5636, - [5689] = 5626, - [5690] = 5627, - [5691] = 5691, - [5692] = 5628, - [5693] = 5693, - [5694] = 5624, - [5695] = 5652, - [5696] = 5657, - [5697] = 5691, - [5698] = 5625, - [5699] = 5633, - [5700] = 5624, - [5701] = 5636, - [5702] = 5626, - [5703] = 5703, - [5704] = 5657, - [5705] = 5645, - [5706] = 5644, - [5707] = 5624, - [5708] = 5652, - [5709] = 5640, - [5710] = 5639, - [5711] = 5625, - [5712] = 5633, - [5713] = 5634, - [5714] = 5636, - [5715] = 5626, - [5716] = 5626, - [5717] = 5637, - [5718] = 5636, - [5719] = 5635, - [5720] = 5624, - [5721] = 5652, - [5722] = 5633, - [5723] = 5632, - [5724] = 5625, - [5725] = 5633, - [5726] = 5625, - [5727] = 5636, - [5728] = 5626, - [5729] = 5729, - [5730] = 5627, - [5731] = 5691, - [5732] = 5628, - [5733] = 5624, - [5734] = 5652, - [5735] = 5657, - [5736] = 5652, - [5737] = 5625, - [5738] = 5633, - [5739] = 5624, - [5740] = 5636, - [5741] = 5626, - [5742] = 5742, - [5743] = 5743, - [5744] = 5628, - [5745] = 5745, - [5746] = 5624, - [5747] = 5652, - [5748] = 5748, - [5749] = 5645, - [5750] = 5625, - [5751] = 5633, - [5752] = 5644, - [5753] = 5636, - [5754] = 5626, - [5755] = 5640, - [5756] = 5639, - [5757] = 5634, - [5758] = 5626, + [5646] = 5621, + [5647] = 5628, + [5648] = 5618, + [5649] = 5645, + [5650] = 5650, + [5651] = 5629, + [5652] = 5621, + [5653] = 5630, + [5654] = 5624, + [5655] = 5625, + [5656] = 5619, + [5657] = 5618, + [5658] = 5629, + [5659] = 5631, + [5660] = 5645, + [5661] = 5650, + [5662] = 5627, + [5663] = 5632, + [5664] = 5633, + [5665] = 5637, + [5666] = 5638, + [5667] = 5637, + [5668] = 5633, + [5669] = 5632, + [5670] = 5627, + [5671] = 5631, + [5672] = 5630, + [5673] = 5629, + [5674] = 5618, + [5675] = 5645, + [5676] = 5628, + [5677] = 5619, + [5678] = 5624, + [5679] = 5619, + [5680] = 5625, + [5681] = 5629, + [5682] = 5631, + [5683] = 5624, + [5684] = 5620, + [5685] = 5685, + [5686] = 5621, + [5687] = 5618, + [5688] = 5645, + [5689] = 5627, + [5690] = 5645, + [5691] = 5624, + [5692] = 5619, + [5693] = 5618, + [5694] = 5629, + [5695] = 5631, + [5696] = 5696, + [5697] = 5650, + [5698] = 5698, + [5699] = 5638, + [5700] = 5618, + [5701] = 5645, + [5702] = 5637, + [5703] = 5633, + [5704] = 5624, + [5705] = 5619, + [5706] = 5632, + [5707] = 5629, + [5708] = 5631, + [5709] = 5627, + [5710] = 5631, + [5711] = 5630, + [5712] = 5629, + [5713] = 5618, + [5714] = 5645, + [5715] = 5628, + [5716] = 5619, + [5717] = 5624, + [5718] = 5619, + [5719] = 5625, + [5720] = 5629, + [5721] = 5631, + [5722] = 5624, + [5723] = 5723, + [5724] = 5620, + [5725] = 5685, + [5726] = 5618, + [5727] = 5645, + [5728] = 5621, + [5729] = 5650, + [5730] = 5624, + [5731] = 5619, + [5732] = 5645, + [5733] = 5629, + [5734] = 5631, + [5735] = 5618, + [5736] = 5736, + [5737] = 5737, + [5738] = 5621, + [5739] = 5618, + [5740] = 5645, + [5741] = 5638, + [5742] = 5637, + [5743] = 5624, + [5744] = 5619, + [5745] = 5633, + [5746] = 5629, + [5747] = 5631, + [5748] = 5632, + [5749] = 5749, + [5750] = 5631, + [5751] = 5630, + [5752] = 5618, + [5753] = 5645, + [5754] = 5629, + [5755] = 5628, + [5756] = 5624, + [5757] = 5619, + [5758] = 5625, [5759] = 5624, - [5760] = 5652, - [5761] = 5637, - [5762] = 5636, - [5763] = 5625, - [5764] = 5635, - [5765] = 5633, - [5766] = 5632, - [5767] = 5625, - [5768] = 5729, - [5769] = 5624, - [5770] = 5652, - [5771] = 5627, - [5772] = 5691, - [5773] = 5625, - [5774] = 5628, - [5775] = 5657, - [5776] = 5652, - [5777] = 5624, - [5778] = 5624, - [5779] = 5652, - [5780] = 5780, - [5781] = 5781, - [5782] = 5625, - [5783] = 5627, - [5784] = 5784, - [5785] = 5645, - [5786] = 5644, - [5787] = 5624, - [5788] = 5652, - [5789] = 5640, - [5790] = 5639, - [5791] = 5625, - [5792] = 5634, - [5793] = 5626, - [5794] = 5637, - [5795] = 5624, - [5796] = 5652, - [5797] = 5636, - [5798] = 5625, - [5799] = 5635, - [5800] = 5633, - [5801] = 5632, - [5802] = 5624, - [5803] = 5652, - [5804] = 5625, - [5805] = 5625, - [5806] = 5729, - [5807] = 5627, - [5808] = 5691, - [5809] = 5624, - [5810] = 5652, - [5811] = 5628, - [5812] = 5625, - [5813] = 5657, - [5814] = 5652, - [5815] = 5624, - [5816] = 5652, + [5760] = 5723, + [5761] = 5620, + [5762] = 5618, + [5763] = 5645, + [5764] = 5685, + [5765] = 5621, + [5766] = 5624, + [5767] = 5685, + [5768] = 5650, + [5769] = 5645, + [5770] = 5618, + [5771] = 5618, + [5772] = 5645, + [5773] = 5773, + [5774] = 5774, + [5775] = 5624, + [5776] = 5776, + [5777] = 5620, + [5778] = 5778, + [5779] = 5638, + [5780] = 5618, + [5781] = 5645, + [5782] = 5637, + [5783] = 5633, + [5784] = 5624, + [5785] = 5632, + [5786] = 5627, + [5787] = 5631, + [5788] = 5618, + [5789] = 5645, + [5790] = 5630, + [5791] = 5624, + [5792] = 5629, + [5793] = 5628, + [5794] = 5619, + [5795] = 5618, + [5796] = 5645, + [5797] = 5625, + [5798] = 5624, + [5799] = 5624, + [5800] = 5723, + [5801] = 5620, + [5802] = 5618, + [5803] = 5645, + [5804] = 5685, + [5805] = 5624, + [5806] = 5621, + [5807] = 5650, + [5808] = 5618, + [5809] = 5645, + [5810] = 5645, + [5811] = 5624, + [5812] = 5618, + [5813] = 5813, + [5814] = 5618, + [5815] = 5645, + [5816] = 5627, [5817] = 5624, - [5818] = 5625, - [5819] = 5819, - [5820] = 5644, - [5821] = 5624, - [5822] = 5652, - [5823] = 5645, - [5824] = 5625, - [5825] = 5633, - [5826] = 5640, - [5827] = 5624, - [5828] = 5652, - [5829] = 5639, - [5830] = 5625, - [5831] = 5634, - [5832] = 5624, - [5833] = 5626, - [5834] = 5637, - [5835] = 5624, - [5836] = 5636, - [5837] = 5635, - [5838] = 5624, - [5839] = 5633, - [5840] = 5632, - [5841] = 5624, - [5842] = 5625, - [5843] = 5624, - [5844] = 5624, - [5845] = 5624, - [5846] = 5624, - [5847] = 5624, - [5848] = 5624, - [5849] = 5729, - [5850] = 5627, - [5851] = 5691, - [5852] = 5628, + [5818] = 5638, + [5819] = 5637, + [5820] = 5618, + [5821] = 5633, + [5822] = 5632, + [5823] = 5618, + [5824] = 5633, + [5825] = 5631, + [5826] = 5618, + [5827] = 5630, + [5828] = 5629, + [5829] = 5618, + [5830] = 5628, + [5831] = 5619, + [5832] = 5618, + [5833] = 5625, + [5834] = 5618, + [5835] = 5618, + [5836] = 5618, + [5837] = 5618, + [5838] = 5618, + [5839] = 5618, + [5840] = 5624, + [5841] = 5723, + [5842] = 5620, + [5843] = 5685, + [5844] = 5844, + [5845] = 5845, + [5846] = 5621, + [5847] = 5650, + [5848] = 5848, + [5849] = 5645, + [5850] = 5618, + [5851] = 5723, + [5852] = 5624, [5853] = 5853, - [5854] = 5657, - [5855] = 5652, - [5856] = 5624, - [5857] = 5857, - [5858] = 5625, + [5854] = 5854, + [5855] = 5855, + [5856] = 5856, + [5857] = 5618, + [5858] = 5858, [5859] = 5859, [5860] = 5860, [5861] = 5861, [5862] = 5862, - [5863] = 5863, - [5864] = 5864, - [5865] = 5865, - [5866] = 5624, - [5867] = 5645, - [5868] = 5868, - [5869] = 5869, - [5870] = 5870, - [5871] = 5871, - [5872] = 5644, - [5873] = 5780, - [5874] = 5640, - [5875] = 5639, - [5876] = 5634, - [5877] = 5626, - [5878] = 5637, - [5879] = 5636, - [5880] = 5635, - [5881] = 5633, - [5882] = 5632, - [5883] = 5625, - [5884] = 5729, - [5885] = 5627, - [5886] = 5886, - [5887] = 5887, + [5863] = 5638, + [5864] = 5773, + [5865] = 5637, + [5866] = 5633, + [5867] = 5632, + [5868] = 5627, + [5869] = 5631, + [5870] = 5630, + [5871] = 5629, + [5872] = 5628, + [5873] = 5619, + [5874] = 5625, + [5875] = 5624, + [5876] = 5723, + [5877] = 5877, + [5878] = 5878, + [5879] = 5879, + [5880] = 5620, + [5881] = 5861, + [5882] = 5860, + [5883] = 5685, + [5884] = 5621, + [5885] = 5885, + [5886] = 5650, + [5887] = 5645, [5888] = 5888, - [5889] = 5691, - [5890] = 5628, - [5891] = 5657, - [5892] = 5652, - [5893] = 5624, + [5889] = 5627, + [5890] = 5632, + [5891] = 5633, + [5892] = 5637, + [5893] = 5618, [5894] = 5894, - [5895] = 5870, - [5896] = 5869, - [5897] = 5897, - [5898] = 5634, - [5899] = 5639, - [5900] = 5640, - [5901] = 5644, - [5902] = 5632, - [5903] = 5903, - [5904] = 1231, - [5905] = 5624, - [5906] = 5645, - [5907] = 5644, - [5908] = 5640, - [5909] = 5639, - [5910] = 5634, - [5911] = 5626, - [5912] = 5637, - [5913] = 5636, - [5914] = 5635, - [5915] = 5633, - [5916] = 5632, - [5917] = 5652, - [5918] = 5729, - [5919] = 5627, - [5920] = 5691, - [5921] = 5863, - [5922] = 5628, - [5923] = 5657, - [5924] = 5868, - [5925] = 5652, - [5926] = 5652, - [5927] = 5624, - [5928] = 5624, - [5929] = 5729, - [5930] = 5930, - [5931] = 5645, - [5932] = 5644, - [5933] = 5640, - [5934] = 5639, - [5935] = 5634, - [5936] = 5626, - [5937] = 5937, - [5938] = 5637, - [5939] = 5636, - [5940] = 5635, - [5941] = 5633, - [5942] = 5632, - [5943] = 5625, - [5944] = 5729, - [5945] = 5627, - [5946] = 5691, - [5947] = 5628, - [5948] = 5657, - [5949] = 5652, - [5950] = 5644, - [5951] = 5645, - [5952] = 5628, - [5953] = 1251, - [5954] = 5857, - [5955] = 5784, - [5956] = 5640, - [5957] = 5868, - [5958] = 5639, - [5959] = 5634, - [5960] = 5626, - [5961] = 5886, - [5962] = 5887, - [5963] = 5888, - [5964] = 5637, - [5965] = 5636, - [5966] = 5635, - [5967] = 5633, - [5968] = 5632, - [5969] = 5860, - [5970] = 5625, - [5971] = 5729, - [5972] = 5784, - [5973] = 5627, - [5974] = 5691, - [5975] = 5628, - [5976] = 5657, - [5977] = 5652, - [5978] = 5624, - [5979] = 5703, - [5980] = 5645, - [5981] = 5981, - [5982] = 5982, - [5983] = 5644, - [5984] = 5857, - [5985] = 5640, - [5986] = 5639, - [5987] = 5868, - [5988] = 5634, - [5989] = 5626, - [5990] = 5637, - [5991] = 5886, - [5992] = 5887, - [5993] = 5888, - [5994] = 5636, - [5995] = 5635, - [5996] = 5633, - [5997] = 5997, - [5998] = 5632, - [5999] = 5860, - [6000] = 5625, - [6001] = 5729, + [5895] = 5625, + [5896] = 5896, + [5897] = 5619, + [5898] = 5638, + [5899] = 5637, + [5900] = 5638, + [5901] = 5632, + [5902] = 5627, + [5903] = 5631, + [5904] = 5859, + [5905] = 5645, + [5906] = 5630, + [5907] = 5629, + [5908] = 5628, + [5909] = 5631, + [5910] = 5625, + [5911] = 5624, + [5912] = 5854, + [5913] = 5723, + [5914] = 5620, + [5915] = 5685, + [5916] = 5618, + [5917] = 5621, + [5918] = 5650, + [5919] = 5645, + [5920] = 5618, + [5921] = 5921, + [5922] = 5638, + [5923] = 5637, + [5924] = 5633, + [5925] = 5925, + [5926] = 5632, + [5927] = 5627, + [5928] = 5631, + [5929] = 5630, + [5930] = 5629, + [5931] = 5628, + [5932] = 5619, + [5933] = 5625, + [5934] = 5624, + [5935] = 5723, + [5936] = 5620, + [5937] = 5685, + [5938] = 5621, + [5939] = 5650, + [5940] = 5645, + [5941] = 5618, + [5942] = 5637, + [5943] = 5621, + [5944] = 5621, + [5945] = 5848, + [5946] = 5633, + [5947] = 5632, + [5948] = 5859, + [5949] = 5627, + [5950] = 5631, + [5951] = 5630, + [5952] = 5877, + [5953] = 5878, + [5954] = 5879, + [5955] = 5629, + [5956] = 5628, + [5957] = 5619, + [5958] = 5625, + [5959] = 5855, + [5960] = 5624, + [5961] = 5723, + [5962] = 5778, + [5963] = 5620, + [5964] = 5685, + [5965] = 5621, + [5966] = 5650, + [5967] = 5645, + [5968] = 5618, + [5969] = 5698, + [5970] = 5638, + [5971] = 5971, + [5972] = 5972, + [5973] = 5637, + [5974] = 5633, + [5975] = 5632, + [5976] = 5848, + [5977] = 5627, + [5978] = 5631, + [5979] = 5859, + [5980] = 5630, + [5981] = 5629, + [5982] = 5628, + [5983] = 5877, + [5984] = 5878, + [5985] = 5879, + [5986] = 5619, + [5987] = 5625, + [5988] = 5855, + [5989] = 5989, + [5990] = 5624, + [5991] = 5723, + [5992] = 5778, + [5993] = 5620, + [5994] = 5685, + [5995] = 5995, + [5996] = 5650, + [5997] = 5645, + [5998] = 5998, + [5999] = 5848, + [6000] = 5628, + [6001] = 6001, [6002] = 6002, - [6003] = 5627, - [6004] = 5691, - [6005] = 5628, - [6006] = 5657, - [6007] = 5857, - [6008] = 5652, - [6009] = 5635, - [6010] = 5637, - [6011] = 5868, + [6003] = 5859, + [6004] = 6004, + [6005] = 6005, + [6006] = 5877, + [6007] = 5878, + [6008] = 5879, + [6009] = 6009, + [6010] = 5848, + [6011] = 6011, [6012] = 6012, - [6013] = 6013, - [6014] = 5886, - [6015] = 5887, - [6016] = 5888, - [6017] = 6017, - [6018] = 5857, + [6013] = 5859, + [6014] = 6014, + [6015] = 6015, + [6016] = 5877, + [6017] = 5878, + [6018] = 5879, [6019] = 6019, - [6020] = 6020, - [6021] = 5868, + [6020] = 5848, + [6021] = 6021, [6022] = 6022, - [6023] = 6023, - [6024] = 5886, - [6025] = 5887, - [6026] = 5888, - [6027] = 6027, - [6028] = 5857, - [6029] = 6029, - [6030] = 6030, - [6031] = 5868, - [6032] = 5639, - [6033] = 6033, - [6034] = 5886, - [6035] = 5887, - [6036] = 5888, - [6037] = 6037, - [6038] = 5857, + [6023] = 5859, + [6024] = 6024, + [6025] = 6025, + [6026] = 5877, + [6027] = 5878, + [6028] = 5879, + [6029] = 5637, + [6030] = 5848, + [6031] = 6031, + [6032] = 6032, + [6033] = 5859, + [6034] = 6034, + [6035] = 5698, + [6036] = 5877, + [6037] = 5878, + [6038] = 5879, [6039] = 6039, - [6040] = 6040, - [6041] = 5868, + [6040] = 5848, + [6041] = 6041, [6042] = 6042, - [6043] = 6043, - [6044] = 5886, - [6045] = 5887, - [6046] = 5888, - [6047] = 6047, - [6048] = 5857, - [6049] = 6049, - [6050] = 6050, - [6051] = 5868, + [6043] = 5859, + [6044] = 6044, + [6045] = 6045, + [6046] = 5877, + [6047] = 5878, + [6048] = 5879, + [6049] = 5971, + [6050] = 5848, + [6051] = 6051, [6052] = 6052, - [6053] = 6053, - [6054] = 5886, - [6055] = 5887, - [6056] = 5888, - [6057] = 6057, - [6058] = 5857, - [6059] = 5703, - [6060] = 6060, - [6061] = 5868, - [6062] = 6062, - [6063] = 5645, - [6064] = 5886, - [6065] = 5887, - [6066] = 5888, - [6067] = 5982, - [6068] = 5857, - [6069] = 1245, - [6070] = 6070, - [6071] = 5868, - [6072] = 6072, - [6073] = 5857, - [6074] = 5886, - [6075] = 5887, - [6076] = 5888, - [6077] = 5644, - [6078] = 5857, - [6079] = 5640, - [6080] = 5868, - [6081] = 5930, - [6082] = 5634, - [6083] = 5886, - [6084] = 5887, - [6085] = 5888, - [6086] = 6037, - [6087] = 5857, - [6088] = 6039, - [6089] = 5868, - [6090] = 5645, - [6091] = 5982, - [6092] = 5886, - [6093] = 5887, - [6094] = 5888, - [6095] = 5644, - [6096] = 5868, - [6097] = 5640, - [6098] = 5639, - [6099] = 5886, - [6100] = 5887, - [6101] = 5888, - [6102] = 5634, - [6103] = 5868, - [6104] = 5626, + [6053] = 5859, + [6054] = 5637, + [6055] = 5633, + [6056] = 5877, + [6057] = 5878, + [6058] = 5879, + [6059] = 5632, + [6060] = 5848, + [6061] = 5627, + [6062] = 6022, + [6063] = 5859, + [6064] = 6024, + [6065] = 5848, + [6066] = 5877, + [6067] = 5878, + [6068] = 5879, + [6069] = 5638, + [6070] = 5848, + [6071] = 5971, + [6072] = 5859, + [6073] = 5723, + [6074] = 5633, + [6075] = 5877, + [6076] = 5878, + [6077] = 5879, + [6078] = 5632, + [6079] = 5848, + [6080] = 5627, + [6081] = 5859, + [6082] = 5631, + [6083] = 6083, + [6084] = 5877, + [6085] = 5878, + [6086] = 5879, + [6087] = 6087, + [6088] = 5859, + [6089] = 6089, + [6090] = 6090, + [6091] = 5877, + [6092] = 5878, + [6093] = 5879, + [6094] = 6094, + [6095] = 5859, + [6096] = 5630, + [6097] = 6097, + [6098] = 5877, + [6099] = 5878, + [6100] = 5879, + [6101] = 5859, + [6102] = 5629, + [6103] = 5877, + [6104] = 5859, [6105] = 6105, - [6106] = 5886, - [6107] = 5887, - [6108] = 5888, - [6109] = 5868, - [6110] = 6110, - [6111] = 5886, - [6112] = 5868, - [6113] = 6113, - [6114] = 5886, - [6115] = 5868, - [6116] = 6116, - [6117] = 5886, - [6118] = 5868, - [6119] = 5637, - [6120] = 5886, - [6121] = 5868, - [6122] = 5636, - [6123] = 5886, - [6124] = 5868, - [6125] = 6125, - [6126] = 5886, - [6127] = 5868, - [6128] = 6057, - [6129] = 5868, - [6130] = 5635, - [6131] = 5868, - [6132] = 6132, - [6133] = 5868, - [6134] = 5633, - [6135] = 5868, - [6136] = 5853, - [6137] = 5868, - [6138] = 5632, - [6139] = 5868, - [6140] = 6125, - [6141] = 5868, - [6142] = 5860, - [6143] = 5868, - [6144] = 1234, - [6145] = 5868, - [6146] = 5625, - [6147] = 5729, - [6148] = 5784, - [6149] = 5627, - [6150] = 5781, - [6151] = 5748, - [6152] = 5691, - [6153] = 5628, - [6154] = 1211, - [6155] = 5859, - [6156] = 6156, - [6157] = 1231, - [6158] = 5657, - [6159] = 1247, - [6160] = 6160, - [6161] = 6012, - [6162] = 6042, - [6163] = 5652, - [6164] = 5624, - [6165] = 5626, - [6166] = 5997, - [6167] = 1211, - [6168] = 6168, - [6169] = 6105, - [6170] = 6053, - [6171] = 1247, - [6172] = 6172, - [6173] = 6110, - [6174] = 5897, - [6175] = 6113, - [6176] = 5780, - [6177] = 6012, - [6178] = 5780, - [6179] = 6012, - [6180] = 5780, - [6181] = 6012, - [6182] = 5780, - [6183] = 6012, - [6184] = 5780, - [6185] = 6012, - [6186] = 5780, - [6187] = 6012, - [6188] = 5780, - [6189] = 6012, - [6190] = 5780, - [6191] = 6012, - [6192] = 6012, - [6193] = 6012, - [6194] = 6012, - [6195] = 6012, - [6196] = 1245, - [6197] = 6197, - [6198] = 6198, + [6106] = 5877, + [6107] = 5859, + [6108] = 6090, + [6109] = 5877, + [6110] = 5859, + [6111] = 5628, + [6112] = 5877, + [6113] = 5859, + [6114] = 5921, + [6115] = 5877, + [6116] = 5859, + [6117] = 5619, + [6118] = 5877, + [6119] = 5859, + [6120] = 5625, + [6121] = 5859, + [6122] = 5855, + [6123] = 5859, + [6124] = 5624, + [6125] = 5859, + [6126] = 5631, + [6127] = 5859, + [6128] = 5844, + [6129] = 5859, + [6130] = 5778, + [6131] = 5859, + [6132] = 5620, + [6133] = 5859, + [6134] = 5776, + [6135] = 5859, + [6136] = 5774, + [6137] = 5685, + [6138] = 5638, + [6139] = 5621, + [6140] = 954, + [6141] = 6105, + [6142] = 5650, + [6143] = 947, + [6144] = 5645, + [6145] = 946, + [6146] = 5853, + [6147] = 5618, + [6148] = 958, + [6149] = 6149, + [6150] = 957, + [6151] = 955, + [6152] = 6001, + [6153] = 6032, + [6154] = 5989, + [6155] = 6155, + [6156] = 955, + [6157] = 6157, + [6158] = 957, + [6159] = 6045, + [6160] = 6083, + [6161] = 6087, + [6162] = 958, + [6163] = 6163, + [6164] = 5888, + [6165] = 6089, + [6166] = 946, + [6167] = 5773, + [6168] = 6001, + [6169] = 5773, + [6170] = 6001, + [6171] = 5773, + [6172] = 6001, + [6173] = 5773, + [6174] = 6001, + [6175] = 5773, + [6176] = 6001, + [6177] = 5773, + [6178] = 6001, + [6179] = 5773, + [6180] = 6001, + [6181] = 5773, + [6182] = 6001, + [6183] = 6001, + [6184] = 6001, + [6185] = 6001, + [6186] = 6001, + [6187] = 6187, + [6188] = 6188, + [6189] = 6189, + [6190] = 6190, + [6191] = 6094, + [6192] = 6192, + [6193] = 6193, + [6194] = 5630, + [6195] = 5629, + [6196] = 5877, + [6197] = 5878, + [6198] = 5879, [6199] = 6199, - [6200] = 6200, - [6201] = 6116, - [6202] = 5636, - [6203] = 6203, - [6204] = 6204, - [6205] = 5886, - [6206] = 5887, - [6207] = 5888, - [6208] = 6208, }; -static inline bool sym_cmd_identifier_character_set_1(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 931 - ? (c < 748 - ? (c < 192 - ? (c < 170 - ? (c < 'g' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 186 - ? c == 181 - : c <= 186))) - : (c <= 214 || (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c >= 736 && c <= 740))))) - : (c <= 748 || (c < 895 - ? (c < 886 - ? (c < 880 - ? c == 750 - : c <= 884) - : (c <= 887 || (c >= 891 && c <= 893))) - : (c <= 895 || (c < 908 - ? (c < 904 - ? c == 902 - : c <= 906) - : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1015 && c <= 1153) - : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_2(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 931 - ? (c < 748 - ? (c < 192 - ? (c < 170 - ? (c < 'a' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 186 - ? c == 181 - : c <= 186))) - : (c <= 214 || (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c >= 736 && c <= 740))))) - : (c <= 748 || (c < 895 - ? (c < 886 - ? (c < 880 - ? c == 750 - : c <= 884) - : (c <= 887 || (c >= 891 && c <= 893))) - : (c <= 895 || (c < 908 - ? (c < 904 - ? c == 902 - : c <= 906) - : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1015 && c <= 1153) - : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_3(int32_t c) { - return (c < 43520 - ? (c < 4197 - ? (c < 2730 - ? (c < 2036 - ? (c < 1015 - ? (c < 750 - ? (c < 216 - ? (c < 170 - ? (c < 'j' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 192 - ? c == 186 - : c <= 214))) - : (c <= 246 || (c < 736 - ? (c < 710 - ? (c >= 248 && c <= 705) - : c <= 721) - : (c <= 740 || c == 748)))) - : (c <= 750 || (c < 902 - ? (c < 891 - ? (c < 886 - ? (c >= 880 && c <= 884) - : c <= 887) - : (c <= 893 || c == 895)) - : (c <= 902 || (c < 910 - ? (c < 908 - ? (c >= 904 && c <= 906) - : c <= 908) - : (c <= 929 || (c >= 931 && c <= 1013))))))) - : (c <= 1153 || (c < 1749 - ? (c < 1488 - ? (c < 1369 - ? (c < 1329 - ? (c >= 1162 && c <= 1327) - : c <= 1366) - : (c <= 1369 || (c >= 1376 && c <= 1416))) - : (c <= 1514 || (c < 1646 - ? (c < 1568 - ? (c >= 1519 && c <= 1522) - : c <= 1610) - : (c <= 1647 || (c >= 1649 && c <= 1747))))) - : (c <= 1749 || (c < 1808 - ? (c < 1786 - ? (c < 1774 - ? (c >= 1765 && c <= 1766) - : c <= 1775) - : (c <= 1788 || c == 1791)) - : (c <= 1808 || (c < 1969 - ? (c < 1869 - ? (c >= 1810 && c <= 1839) - : c <= 1957) - : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) - : (c <= 2037 || (c < 2486 - ? (c < 2308 - ? (c < 2112 - ? (c < 2074 - ? (c < 2048 - ? c == 2042 - : c <= 2069) - : (c <= 2074 || (c < 2088 - ? c == 2084 - : c <= 2088))) - : (c <= 2136 || (c < 2185 - ? (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183) - : (c <= 2190 || (c >= 2208 && c <= 2249))))) - : (c <= 2361 || (c < 2437 - ? (c < 2392 - ? (c < 2384 - ? c == 2365 - : c <= 2384) - : (c <= 2401 || (c >= 2417 && c <= 2432))) - : (c <= 2444 || (c < 2474 - ? (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472) - : (c <= 2480 || c == 2482)))))) - : (c <= 2489 || (c < 2602 - ? (c < 2544 - ? (c < 2524 - ? (c < 2510 - ? c == 2493 - : c <= 2510) - : (c <= 2525 || (c >= 2527 && c <= 2529))) - : (c <= 2545 || (c < 2575 - ? (c < 2565 - ? c == 2556 - : c <= 2570) - : (c <= 2576 || (c >= 2579 && c <= 2600))))) - : (c <= 2608 || (c < 2654 - ? (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c >= 2649 && c <= 2652))) - : (c <= 2654 || (c < 2703 - ? (c < 2693 - ? (c >= 2674 && c <= 2676) - : c <= 2701) - : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) - : (c <= 2736 || (c < 3253 - ? (c < 2969 - ? (c < 2866 - ? (c < 2809 - ? (c < 2749 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2749 || (c < 2784 - ? c == 2768 - : c <= 2785))) - : (c <= 2809 || (c < 2835 - ? (c < 2831 - ? (c >= 2821 && c <= 2828) - : c <= 2832) - : (c <= 2856 || (c >= 2858 && c <= 2864))))) - : (c <= 2867 || (c < 2929 - ? (c < 2908 - ? (c < 2877 - ? (c >= 2869 && c <= 2873) - : c <= 2877) - : (c <= 2909 || (c >= 2911 && c <= 2913))) - : (c <= 2929 || (c < 2958 - ? (c < 2949 - ? c == 2947 - : c <= 2954) - : (c <= 2960 || (c >= 2962 && c <= 2965))))))) - : (c <= 2970 || (c < 3114 - ? (c < 2990 - ? (c < 2979 - ? (c < 2974 - ? c == 2972 - : c <= 2975) - : (c <= 2980 || (c >= 2984 && c <= 2986))) - : (c <= 3001 || (c < 3086 - ? (c < 3077 - ? c == 3024 - : c <= 3084) - : (c <= 3088 || (c >= 3090 && c <= 3112))))) - : (c <= 3129 || (c < 3200 - ? (c < 3165 - ? (c < 3160 - ? c == 3133 - : c <= 3162) - : (c <= 3165 || (c >= 3168 && c <= 3169))) - : (c <= 3200 || (c < 3218 - ? (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216) - : (c <= 3240 || (c >= 3242 && c <= 3251))))))))) - : (c <= 3257 || (c < 3713 - ? (c < 3423 - ? (c < 3342 - ? (c < 3296 - ? (c < 3293 - ? c == 3261 - : c <= 3294) - : (c <= 3297 || (c < 3332 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3406 - ? (c < 3389 - ? (c >= 3346 && c <= 3386) - : c <= 3389) - : (c <= 3406 || (c >= 3412 && c <= 3414))))) - : (c <= 3425 || (c < 3517 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3450 && c <= 3455) - : c <= 3478) - : (c <= 3505 || (c >= 3507 && c <= 3515))) - : (c <= 3517 || (c < 3634 - ? (c < 3585 - ? (c >= 3520 && c <= 3526) - : c <= 3632) - : (c <= 3634 || (c >= 3648 && c <= 3654))))))) - : (c <= 3714 || (c < 3804 - ? (c < 3751 - ? (c < 3724 - ? (c < 3718 - ? c == 3716 - : c <= 3722) - : (c <= 3747 || c == 3749)) - : (c <= 3760 || (c < 3776 - ? (c < 3773 - ? c == 3762 - : c <= 3773) - : (c <= 3780 || c == 3782)))) - : (c <= 3807 || (c < 4096 - ? (c < 3913 - ? (c < 3904 - ? c == 3840 - : c <= 3911) - : (c <= 3948 || (c >= 3976 && c <= 3980))) - : (c <= 4138 || (c < 4186 - ? (c < 4176 - ? c == 4159 - : c <= 4181) - : (c <= 4189 || c == 4193)))))))))))) - : (c <= 4198 || (c < 8144 - ? (c < 6272 - ? (c < 4824 - ? (c < 4696 - ? (c < 4301 - ? (c < 4238 - ? (c < 4213 - ? (c >= 4206 && c <= 4208) - : c <= 4225) - : (c <= 4238 || (c < 4295 - ? (c >= 4256 && c <= 4293) - : c <= 4295))) - : (c <= 4301 || (c < 4682 - ? (c < 4348 - ? (c >= 4304 && c <= 4346) - : c <= 4680) - : (c <= 4685 || (c >= 4688 && c <= 4694))))) - : (c <= 4696 || (c < 4786 - ? (c < 4746 - ? (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744) - : (c <= 4749 || (c >= 4752 && c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c >= 4808 && c <= 4822))))))) - : (c <= 4880 || (c < 5870 - ? (c < 5112 - ? (c < 4992 - ? (c < 4888 - ? (c >= 4882 && c <= 4885) - : c <= 4954) - : (c <= 5007 || (c >= 5024 && c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c >= 5792 && c <= 5866))))) - : (c <= 5880 || (c < 5998 - ? (c < 5952 - ? (c < 5919 - ? (c >= 5888 && c <= 5905) - : c <= 5937) - : (c <= 5969 || (c >= 5984 && c <= 5996))) - : (c <= 6000 || (c < 6108 - ? (c < 6103 - ? (c >= 6016 && c <= 6067) - : c <= 6103) - : (c <= 6108 || (c >= 6176 && c <= 6264))))))))) - : (c <= 6312 || (c < 7357 - ? (c < 6917 - ? (c < 6528 - ? (c < 6400 - ? (c < 6320 - ? c == 6314 - : c <= 6389) - : (c <= 6430 || (c < 6512 - ? (c >= 6480 && c <= 6509) - : c <= 6516))) - : (c <= 6571 || (c < 6688 - ? (c < 6656 - ? (c >= 6576 && c <= 6601) - : c <= 6678) - : (c <= 6740 || c == 6823)))) - : (c <= 6963 || (c < 7168 - ? (c < 7086 - ? (c < 7043 - ? (c >= 6981 && c <= 6988) - : c <= 7072) - : (c <= 7087 || (c >= 7098 && c <= 7141))) - : (c <= 7203 || (c < 7296 - ? (c < 7258 - ? (c >= 7245 && c <= 7247) - : c <= 7293) - : (c <= 7304 || (c >= 7312 && c <= 7354))))))) - : (c <= 7359 || (c < 8016 - ? (c < 7424 - ? (c < 7413 - ? (c < 7406 - ? (c >= 7401 && c <= 7404) - : c <= 7411) - : (c <= 7414 || c == 7418)) - : (c <= 7615 || (c < 7968 - ? (c < 7960 - ? (c >= 7680 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c >= 8008 && c <= 8013))))) - : (c <= 8023 || (c < 8064 - ? (c < 8029 - ? (c < 8027 - ? c == 8025 - : c <= 8027) - : (c <= 8029 || (c >= 8031 && c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c >= 8134 && c <= 8140))))))))))) - : (c <= 8147 || (c < 12344 - ? (c < 11264 - ? (c < 8469 - ? (c < 8319 - ? (c < 8178 - ? (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172) - : (c <= 8180 || (c < 8305 - ? (c >= 8182 && c <= 8188) - : c <= 8305))) - : (c <= 8319 || (c < 8455 - ? (c < 8450 - ? (c >= 8336 && c <= 8348) - : c <= 8450) - : (c <= 8455 || (c >= 8458 && c <= 8467))))) - : (c <= 8469 || (c < 8490 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || c == 8488)) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c >= 8544 && c <= 8584))))))) - : (c <= 11492 || (c < 11688 - ? (c < 11565 - ? (c < 11520 - ? (c < 11506 - ? (c >= 11499 && c <= 11502) - : c <= 11507) - : (c <= 11557 || c == 11559)) - : (c <= 11565 || (c < 11648 - ? (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631) - : (c <= 11670 || (c >= 11680 && c <= 11686))))) - : (c <= 11694 || (c < 11728 - ? (c < 11712 - ? (c < 11704 - ? (c >= 11696 && c <= 11702) - : c <= 11710) - : (c <= 11718 || (c >= 11720 && c <= 11726))) - : (c <= 11734 || (c < 12321 - ? (c < 12293 - ? (c >= 11736 && c <= 11742) - : c <= 12295) - : (c <= 12329 || (c >= 12337 && c <= 12341))))))))) - : (c <= 12348 || (c < 42960 - ? (c < 42192 - ? (c < 12593 - ? (c < 12449 - ? (c < 12445 - ? (c >= 12353 && c <= 12438) - : c <= 12447) - : (c <= 12538 || (c < 12549 - ? (c >= 12540 && c <= 12543) - : c <= 12591))) - : (c <= 12686 || (c < 13312 - ? (c < 12784 - ? (c >= 12704 && c <= 12735) - : c <= 12799) - : (c <= 19903 || (c >= 19968 && c <= 42124))))) - : (c <= 42237 || (c < 42623 - ? (c < 42538 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42527) - : (c <= 42539 || (c >= 42560 && c <= 42606))) - : (c <= 42653 || (c < 42786 - ? (c < 42775 - ? (c >= 42656 && c <= 42735) - : c <= 42783) - : (c <= 42888 || (c >= 42891 && c <= 42954))))))) - : (c <= 42961 || (c < 43259 - ? (c < 43015 - ? (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43009 || (c >= 43011 && c <= 43013))) - : (c <= 43018 || (c < 43138 - ? (c < 43072 - ? (c >= 43020 && c <= 43042) - : c <= 43123) - : (c <= 43187 || (c >= 43250 && c <= 43255))))) - : (c <= 43259 || (c < 43396 - ? (c < 43312 - ? (c < 43274 - ? (c >= 43261 && c <= 43262) - : c <= 43301) - : (c <= 43334 || (c >= 43360 && c <= 43388))) - : (c <= 43442 || (c < 43494 - ? (c < 43488 - ? c == 43471 - : c <= 43492) - : (c <= 43503 || (c >= 43514 && c <= 43518))))))))))))))) - : (c <= 43560 || (c < 70751 - ? (c < 66964 - ? (c < 65008 - ? (c < 43888 - ? (c < 43739 - ? (c < 43697 - ? (c < 43616 - ? (c < 43588 - ? (c >= 43584 && c <= 43586) - : c <= 43595) - : (c <= 43638 || (c < 43646 - ? c == 43642 - : c <= 43695))) - : (c <= 43697 || (c < 43712 - ? (c < 43705 - ? (c >= 43701 && c <= 43702) - : c <= 43709) - : (c <= 43712 || c == 43714)))) - : (c <= 43741 || (c < 43793 - ? (c < 43777 - ? (c < 43762 - ? (c >= 43744 && c <= 43754) - : c <= 43764) - : (c <= 43782 || (c >= 43785 && c <= 43790))) - : (c <= 43798 || (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c >= 43868 && c <= 43881))))))) - : (c <= 44002 || (c < 64298 - ? (c < 64112 - ? (c < 55243 - ? (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238) - : (c <= 55291 || (c >= 63744 && c <= 64109))) - : (c <= 64217 || (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64285 || (c >= 64287 && c <= 64296))))) - : (c <= 64310 || (c < 64326 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c >= 64323 && c <= 64324))) - : (c <= 64433 || (c < 64848 - ? (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829) - : (c <= 64911 || (c >= 64914 && c <= 64967))))))))) - : (c <= 65017 || (c < 65616 - ? (c < 65440 - ? (c < 65149 - ? (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))) - : (c <= 65149 || (c < 65345 - ? (c < 65313 - ? (c >= 65151 && c <= 65276) - : c <= 65338) - : (c <= 65370 || (c >= 65382 && c <= 65437))))) - : (c <= 65470 || (c < 65536 - ? (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c >= 65498 && c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c >= 65599 && c <= 65613))))))) - : (c <= 65629 || (c < 66504 - ? (c < 66304 - ? (c < 66176 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66204 || (c >= 66208 && c <= 66256))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66421) - : (c <= 66461 || (c >= 66464 && c <= 66499))))) - : (c <= 66511 || (c < 66816 - ? (c < 66736 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66771 || (c >= 66776 && c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c >= 66956 && c <= 66962))))))))))) - : (c <= 66965 || (c < 69248 - ? (c < 67840 - ? (c < 67584 - ? (c < 67392 - ? (c < 66995 - ? (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993) - : (c <= 67001 || (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382))) - : (c <= 67413 || (c < 67463 - ? (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461) - : (c <= 67504 || (c >= 67506 && c <= 67514))))) - : (c <= 67589 || (c < 67647 - ? (c < 67639 - ? (c < 67594 - ? c == 67592 - : c <= 67637) - : (c <= 67640 || c == 67644)) - : (c <= 67669 || (c < 67808 - ? (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742) - : (c <= 67826 || (c >= 67828 && c <= 67829))))))) - : (c <= 67861 || (c < 68288 - ? (c < 68112 - ? (c < 68030 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : c <= 68023) - : (c <= 68031 || c == 68096)) - : (c <= 68115 || (c < 68192 - ? (c < 68121 - ? (c >= 68117 && c <= 68119) - : c <= 68149) - : (c <= 68220 || (c >= 68224 && c <= 68252))))) - : (c <= 68295 || (c < 68480 - ? (c < 68416 - ? (c < 68352 - ? (c >= 68297 && c <= 68324) - : c <= 68405) - : (c <= 68437 || (c >= 68448 && c <= 68466))) - : (c <= 68497 || (c < 68800 - ? (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786) - : (c <= 68850 || (c >= 68864 && c <= 68899))))))))) - : (c <= 69289 || (c < 70108 - ? (c < 69763 - ? (c < 69552 - ? (c < 69415 - ? (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404) - : (c <= 69415 || (c < 69488 - ? (c >= 69424 && c <= 69445) - : c <= 69505))) - : (c <= 69572 || (c < 69745 - ? (c < 69635 - ? (c >= 69600 && c <= 69622) - : c <= 69687) - : (c <= 69746 || c == 69749)))) - : (c <= 69807 || (c < 69968 - ? (c < 69956 - ? (c < 69891 - ? (c >= 69840 && c <= 69864) - : c <= 69926) - : (c <= 69956 || c == 69959)) - : (c <= 70002 || (c < 70081 - ? (c < 70019 - ? c == 70006 - : c <= 70066) - : (c <= 70084 || c == 70106)))))) - : (c <= 70108 || (c < 70415 - ? (c < 70282 - ? (c < 70272 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70187) - : (c <= 70278 || c == 70280)) - : (c <= 70285 || (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70366 || (c >= 70405 && c <= 70412))))) - : (c <= 70416 || (c < 70461 - ? (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c >= 70453 && c <= 70457))) - : (c <= 70461 || (c < 70656 - ? (c < 70493 - ? c == 70480 - : c <= 70497) - : (c <= 70708 || (c >= 70727 && c <= 70730))))))))))))) - : (c <= 70753 || (c < 119966 - ? (c < 73063 - ? (c < 72096 - ? (c < 71488 - ? (c < 71168 - ? (c < 70855 - ? (c < 70852 - ? (c >= 70784 && c <= 70831) - : c <= 70853) - : (c <= 70855 || (c < 71128 - ? (c >= 71040 && c <= 71086) - : c <= 71131))) - : (c <= 71215 || (c < 71352 - ? (c < 71296 - ? c == 71236 - : c <= 71338) - : (c <= 71352 || (c >= 71424 && c <= 71450))))) - : (c <= 71494 || (c < 71948 - ? (c < 71935 - ? (c < 71840 - ? (c >= 71680 && c <= 71723) - : c <= 71903) - : (c <= 71942 || c == 71945)) - : (c <= 71955 || (c < 71999 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71983) - : (c <= 71999 || c == 72001)))))) - : (c <= 72103 || (c < 72368 - ? (c < 72203 - ? (c < 72163 - ? (c < 72161 - ? (c >= 72106 && c <= 72144) - : c <= 72161) - : (c <= 72163 || c == 72192)) - : (c <= 72242 || (c < 72284 - ? (c < 72272 - ? c == 72250 - : c <= 72272) - : (c <= 72329 || c == 72349)))) - : (c <= 72440 || (c < 72960 - ? (c < 72768 - ? (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72750) - : (c <= 72768 || (c >= 72818 && c <= 72847))) - : (c <= 72966 || (c < 73030 - ? (c < 72971 - ? (c >= 72968 && c <= 72969) - : c <= 73008) - : (c <= 73030 || (c >= 73056 && c <= 73061))))))))) - : (c <= 73064 || (c < 94032 - ? (c < 92160 - ? (c < 74752 - ? (c < 73440 - ? (c < 73112 - ? (c >= 73066 && c <= 73097) - : c <= 73112) - : (c <= 73458 || (c < 73728 - ? c == 73648 - : c <= 74649))) - : (c <= 74862 || (c < 77824 - ? (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808) - : (c <= 78894 || (c >= 82944 && c <= 83526))))) - : (c <= 92728 || (c < 92992 - ? (c < 92880 - ? (c < 92784 - ? (c >= 92736 && c <= 92766) - : c <= 92862) - : (c <= 92909 || (c >= 92928 && c <= 92975))) - : (c <= 92995 || (c < 93760 - ? (c < 93053 - ? (c >= 93027 && c <= 93047) - : c <= 93071) - : (c <= 93823 || (c >= 93952 && c <= 94026))))))) - : (c <= 94032 || (c < 110592 - ? (c < 100352 - ? (c < 94179 - ? (c < 94176 - ? (c >= 94099 && c <= 94111) - : c <= 94177) - : (c <= 94179 || (c >= 94208 && c <= 100343))) - : (c <= 101589 || (c < 110581 - ? (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579) - : (c <= 110587 || (c >= 110589 && c <= 110590))))) - : (c <= 110882 || (c < 113776 - ? (c < 110960 - ? (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951) - : (c <= 111355 || (c >= 113664 && c <= 113770))) - : (c <= 113788 || (c < 119808 - ? (c < 113808 - ? (c >= 113792 && c <= 113800) - : c <= 113817) - : (c <= 119892 || (c >= 119894 && c <= 119964))))))))))) - : (c <= 119967 || (c < 126464 - ? (c < 120598 - ? (c < 120094 - ? (c < 119997 - ? (c < 119977 - ? (c < 119973 - ? c == 119970 - : c <= 119974) - : (c <= 119980 || (c < 119995 - ? (c >= 119982 && c <= 119993) - : c <= 119995))) - : (c <= 120003 || (c < 120077 - ? (c < 120071 - ? (c >= 120005 && c <= 120069) - : c <= 120074) - : (c <= 120084 || (c >= 120086 && c <= 120092))))) - : (c <= 120121 || (c < 120146 - ? (c < 120134 - ? (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132) - : (c <= 120134 || (c >= 120138 && c <= 120144))) - : (c <= 120485 || (c < 120540 - ? (c < 120514 - ? (c >= 120488 && c <= 120512) - : c <= 120538) - : (c <= 120570 || (c >= 120572 && c <= 120596))))))) - : (c <= 120628 || (c < 123214 - ? (c < 120746 - ? (c < 120688 - ? (c < 120656 - ? (c >= 120630 && c <= 120654) - : c <= 120686) - : (c <= 120712 || (c >= 120714 && c <= 120744))) - : (c <= 120770 || (c < 123136 - ? (c < 122624 - ? (c >= 120772 && c <= 120779) - : c <= 122654) - : (c <= 123180 || (c >= 123191 && c <= 123197))))) - : (c <= 123214 || (c < 124909 - ? (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123565) - : c <= 123627) - : (c <= 124902 || (c >= 124904 && c <= 124907))) - : (c <= 124910 || (c < 125184 - ? (c < 124928 - ? (c >= 124912 && c <= 124926) - : c <= 125124) - : (c <= 125251 || c == 125259)))))))) - : (c <= 126467 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126500 - ? (c < 126497 - ? (c >= 126469 && c <= 126495) - : c <= 126498) - : (c <= 126500 || c == 126503)) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_4(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2741 - ? (c < 2042 - ? (c < 931 - ? (c < 248 - ? (c < 170 - ? (c < '?' - ? (c < '.' - ? c == '!' - : c <= '.') - : (c <= '?' || (c < 'a' - ? (c >= 'A' && c <= 'Z') - : c <= 'z'))) - : (c <= 170 || (c < 186 - ? (c < 183 - ? c == 181 - : c <= 183) - : (c <= 186 || (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246))))) - : (c <= 705 || (c < 886 - ? (c < 748 - ? (c < 736 - ? (c >= 710 && c <= 721) - : c <= 740) - : (c <= 748 || (c < 768 - ? c == 750 - : c <= 884))) - : (c <= 887 || (c < 902 - ? (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895) - : (c <= 906 || (c < 910 - ? c == 908 - : c <= 929))))))) - : (c <= 1013 || (c < 1488 - ? (c < 1376 - ? (c < 1162 - ? (c < 1155 - ? (c >= 1015 && c <= 1153) - : c <= 1159) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1473 - ? (c < 1471 - ? (c >= 1425 && c <= 1469) - : c <= 1471) - : (c <= 1474 || (c < 1479 - ? (c >= 1476 && c <= 1477) - : c <= 1479))))) - : (c <= 1514 || (c < 1759 - ? (c < 1568 - ? (c < 1552 - ? (c >= 1519 && c <= 1522) - : c <= 1562) - : (c <= 1641 || (c < 1749 - ? (c >= 1646 && c <= 1747) - : c <= 1756))) - : (c <= 1768 || (c < 1808 - ? (c < 1791 - ? (c >= 1770 && c <= 1788) - : c <= 1791) - : (c <= 1866 || (c < 1984 - ? (c >= 1869 && c <= 1969) - : c <= 2037))))))))) - : (c <= 2042 || (c < 2556 - ? (c < 2447 - ? (c < 2185 - ? (c < 2112 - ? (c < 2048 - ? c == 2045 - : c <= 2093) - : (c <= 2139 || (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183))) - : (c <= 2190 || (c < 2406 - ? (c < 2275 - ? (c >= 2200 && c <= 2273) - : c <= 2403) - : (c <= 2415 || (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444))))) - : (c <= 2448 || (c < 2503 - ? (c < 2482 - ? (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480) - : (c <= 2482 || (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500))) - : (c <= 2504 || (c < 2524 - ? (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519) - : (c <= 2525 || (c < 2534 - ? (c >= 2527 && c <= 2531) - : c <= 2545))))))) - : (c <= 2556 || (c < 2631 - ? (c < 2602 - ? (c < 2565 - ? (c < 2561 - ? c == 2558 - : c <= 2563) - : (c <= 2570 || (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600))) - : (c <= 2608 || (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c < 2622 - ? c == 2620 - : c <= 2626))))) - : (c <= 2632 || (c < 2689 - ? (c < 2649 - ? (c < 2641 - ? (c >= 2635 && c <= 2637) - : c <= 2641) - : (c <= 2652 || (c < 2662 - ? c == 2654 - : c <= 2677))) - : (c <= 2691 || (c < 2707 - ? (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705) - : (c <= 2728 || (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739))))))))))) - : (c <= 2745 || (c < 3165 - ? (c < 2949 - ? (c < 2858 - ? (c < 2790 - ? (c < 2763 - ? (c < 2759 - ? (c >= 2748 && c <= 2757) - : c <= 2761) - : (c <= 2765 || (c < 2784 - ? c == 2768 - : c <= 2787))) - : (c <= 2799 || (c < 2821 - ? (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819) - : (c <= 2828 || (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856))))) - : (c <= 2864 || (c < 2901 - ? (c < 2876 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2884 || (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893))) - : (c <= 2903 || (c < 2918 - ? (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915) - : (c <= 2927 || (c < 2946 - ? c == 2929 - : c <= 2947))))))) - : (c <= 2954 || (c < 3024 - ? (c < 2979 - ? (c < 2969 - ? (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965) - : (c <= 2970 || (c < 2974 - ? c == 2972 - : c <= 2975))) - : (c <= 2980 || (c < 3006 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3010 || (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021))))) - : (c <= 3024 || (c < 3114 - ? (c < 3072 - ? (c < 3046 - ? c == 3031 - : c <= 3055) - : (c <= 3084 || (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112))) - : (c <= 3129 || (c < 3146 - ? (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144) - : (c <= 3149 || (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162))))))))) - : (c <= 3165 || (c < 3430 - ? (c < 3285 - ? (c < 3218 - ? (c < 3200 - ? (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183) - : (c <= 3203 || (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216))) - : (c <= 3240 || (c < 3260 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3268 || (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277))))) - : (c <= 3286 || (c < 3342 - ? (c < 3302 - ? (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299) - : (c <= 3311 || (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3402 - ? (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400) - : (c <= 3406 || (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427))))))) - : (c <= 3439 || (c < 3558 - ? (c < 3517 - ? (c < 3461 - ? (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459) - : (c <= 3478 || (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515))) - : (c <= 3517 || (c < 3535 - ? (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530) - : (c <= 3540 || (c < 3544 - ? c == 3542 - : c <= 3551))))) - : (c <= 3567 || (c < 3716 - ? (c < 3648 - ? (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642) - : (c <= 3662 || (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714))) - : (c <= 3716 || (c < 3749 - ? (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747) - : (c <= 3749 || (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_5(int32_t c) { - return (c < 43600 - ? (c < 3751 - ? (c < 2730 - ? (c < 1869 - ? (c < 908 - ? (c < 192 - ? (c < '_' - ? (c < '0' - ? (c < '-' - ? c == '!' - : c <= '.') - : (c <= '9' || (c < 'A' - ? c == '?' - : c <= 'Z'))) - : (c <= '_' || (c < 181 - ? (c < 170 - ? (c >= 'c' && c <= 'z') - : c <= 170) - : (c <= 181 || (c < 186 - ? c == 183 - : c <= 186))))) - : (c <= 214 || (c < 750 - ? (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748))) - : (c <= 750 || (c < 891 - ? (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887) - : (c <= 893 || (c < 902 - ? c == 895 - : c <= 906))))))) - : (c <= 908 || (c < 1476 - ? (c < 1329 - ? (c < 1015 - ? (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013) - : (c <= 1153 || (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327))) - : (c <= 1366 || (c < 1425 - ? (c < 1376 - ? c == 1369 - : c <= 1416) - : (c <= 1469 || (c < 1473 - ? c == 1471 - : c <= 1474))))) - : (c <= 1477 || (c < 1646 - ? (c < 1519 - ? (c < 1488 - ? c == 1479 - : c <= 1514) - : (c <= 1522 || (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641))) - : (c <= 1747 || (c < 1770 - ? (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768) - : (c <= 1788 || (c < 1808 - ? c == 1791 - : c <= 1866))))))))) - : (c <= 1969 || (c < 2527 - ? (c < 2417 - ? (c < 2144 - ? (c < 2045 - ? (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042) - : (c <= 2045 || (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139))) - : (c <= 2154 || (c < 2200 - ? (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190) - : (c <= 2273 || (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415))))) - : (c <= 2435 || (c < 2486 - ? (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482))) - : (c <= 2489 || (c < 2507 - ? (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504) - : (c <= 2510 || (c < 2524 - ? c == 2519 - : c <= 2525))))))) - : (c <= 2531 || (c < 2620 - ? (c < 2575 - ? (c < 2558 - ? (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556) - : (c <= 2558 || (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570))) - : (c <= 2576 || (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617))))) - : (c <= 2620 || (c < 2654 - ? (c < 2635 - ? (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632) - : (c <= 2637 || (c < 2649 - ? c == 2641 - : c <= 2652))) - : (c <= 2654 || (c < 2693 - ? (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691) - : (c <= 2701 || (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728))))))))))) - : (c <= 2736 || (c < 3157 - ? (c < 2929 - ? (c < 2831 - ? (c < 2768 - ? (c < 2748 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2757 || (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765))) - : (c <= 2768 || (c < 2809 - ? (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799) - : (c <= 2815 || (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828))))) - : (c <= 2832 || (c < 2887 - ? (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884))) - : (c <= 2888 || (c < 2908 - ? (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903) - : (c <= 2909 || (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927))))))) - : (c <= 2929 || (c < 3014 - ? (c < 2972 - ? (c < 2958 - ? (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954) - : (c <= 2960 || (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970))) - : (c <= 2972 || (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010))))) - : (c <= 3016 || (c < 3086 - ? (c < 3031 - ? (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024) - : (c <= 3031 || (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084))) - : (c <= 3088 || (c < 3132 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3140 || (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149))))))))) - : (c <= 3158 || (c < 3412 - ? (c < 3270 - ? (c < 3205 - ? (c < 3168 - ? (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165) - : (c <= 3171 || (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203))) - : (c <= 3212 || (c < 3242 - ? (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240) - : (c <= 3251 || (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268))))) - : (c <= 3272 || (c < 3313 - ? (c < 3293 - ? (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286) - : (c <= 3294 || (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344) - : (c <= 3396 || (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406))))))) - : (c <= 3415 || (c < 3542 - ? (c < 3482 - ? (c < 3450 - ? (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439) - : (c <= 3455 || (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c < 3535 - ? c == 3530 - : c <= 3540))))) - : (c <= 3542 || (c < 3664 - ? (c < 3570 - ? (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567) - : (c <= 3571 || (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662))) - : (c <= 3673 || (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749))))))))))))) - : (c <= 3773 || (c < 8008 - ? (c < 5792 - ? (c < 4348 - ? (c < 3902 - ? (c < 3840 - ? (c < 3784 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3789 || (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807))) - : (c <= 3840 || (c < 3893 - ? (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881) - : (c <= 3893 || (c < 3897 - ? c == 3895 - : c <= 3897))))) - : (c <= 3911 || (c < 4096 - ? (c < 3974 - ? (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972) - : (c <= 3991 || (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038))) - : (c <= 4169 || (c < 4295 - ? (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))))))) - : (c <= 4680 || (c < 4808 - ? (c < 4746 - ? (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || (c < 4802 - ? c == 4800 - : c <= 4805))))) - : (c <= 4822 || (c < 4992 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786))))))))) - : (c <= 5866 || (c < 6608 - ? (c < 6155 - ? (c < 5998 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))) - : (c <= 6000 || (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))))) - : (c <= 6157 || (c < 6432 - ? (c < 6272 - ? (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6443 || (c < 6512 - ? (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))))))) - : (c <= 6618 || (c < 7040 - ? (c < 6823 - ? (c < 6752 - ? (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750) - : (c <= 6780 || (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809))) - : (c <= 6823 || (c < 6912 - ? (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862) - : (c <= 6988 || (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027))))) - : (c <= 7155 || (c < 7357 - ? (c < 7245 - ? (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241) - : (c <= 7293 || (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354))) - : (c <= 7359 || (c < 7424 - ? (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))))))))))) - : (c <= 8013 || (c < 11704 - ? (c < 8450 - ? (c < 8150 - ? (c < 8064 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147))))) - : (c <= 8155 || (c < 8305 - ? (c < 8182 - ? (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180) - : (c <= 8188 || (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276))) - : (c <= 8305 || (c < 8400 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8412 || (c < 8421 - ? c == 8417 - : c <= 8432))))))) - : (c <= 8450 || (c < 8544 - ? (c < 8486 - ? (c < 8469 - ? (c < 8458 - ? c == 8455 - : c <= 8467) - : (c <= 8469 || (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484))) - : (c <= 8486 || (c < 8508 - ? (c < 8490 - ? c == 8488 - : c <= 8505) - : (c <= 8511 || (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526))))) - : (c <= 8584 || (c < 11568 - ? (c < 11520 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507) - : (c <= 11557 || (c < 11565 - ? c == 11559 - : c <= 11565))) - : (c <= 11623 || (c < 11680 - ? (c < 11647 - ? c == 11631 - : c <= 11670) - : (c <= 11686 || (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702))))))))) - : (c <= 11710 || (c < 42560 - ? (c < 12445 - ? (c < 12293 - ? (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775))) - : (c <= 12295 || (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341) - : (c <= 12348 || (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442))))) - : (c <= 12447 || (c < 12784 - ? (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735))) - : (c <= 12799 || (c < 42192 - ? (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124) - : (c <= 42237 || (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539))))))) - : (c <= 42607 || (c < 43136 - ? (c < 42960 - ? (c < 42775 - ? (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737) - : (c <= 42783 || (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954))) - : (c <= 42961 || (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43047 || (c < 43072 - ? c == 43052 - : c <= 43123))))) - : (c <= 43205 || (c < 43360 - ? (c < 43259 - ? (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255) - : (c <= 43259 || (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481) - : (c <= 43518 || (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597))))))))))))))) - : (c <= 43609 || (c < 71453 - ? (c < 67594 - ? (c < 65343 - ? (c < 64298 - ? (c < 43868 - ? (c < 43777 - ? (c < 43739 - ? (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43714) - : (c <= 43741 || (c < 43762 - ? (c >= 43744 && c <= 43759) - : c <= 43766))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c < 43824 - ? (c >= 43816 && c <= 43822) - : c <= 43866))))) - : (c <= 43881 || (c < 55243 - ? (c < 44016 - ? (c < 44012 - ? (c >= 43888 && c <= 44010) - : c <= 44013) - : (c <= 44025 || (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238))) - : (c <= 55291 || (c < 64256 - ? (c < 64112 - ? (c >= 63744 && c <= 64109) - : c <= 64217) - : (c <= 64262 || (c < 64285 - ? (c >= 64275 && c <= 64279) - : c <= 64296))))))) - : (c <= 64310 || (c < 65056 - ? (c < 64467 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c < 64326 - ? (c >= 64323 && c <= 64324) - : c <= 64433))) - : (c <= 64605 || (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c < 65024 - ? (c >= 65008 && c <= 65017) - : c <= 65039))))) - : (c <= 65071 || (c < 65145 - ? (c < 65137 - ? (c < 65101 - ? (c >= 65075 && c <= 65076) - : c <= 65103) - : (c <= 65137 || (c < 65143 - ? c == 65139 - : c <= 65143))) - : (c <= 65145 || (c < 65151 - ? (c < 65149 - ? c == 65147 - : c <= 65149) - : (c <= 65276 || (c < 65313 - ? (c >= 65296 && c <= 65305) - : c <= 65338))))))))) - : (c <= 65343 || (c < 66504 - ? (c < 65616 - ? (c < 65498 - ? (c < 65474 - ? (c < 65382 - ? (c >= 65345 && c <= 65370) - : c <= 65470) - : (c <= 65479 || (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c < 65599 - ? (c >= 65596 && c <= 65597) - : c <= 65613))))) - : (c <= 65629 || (c < 66272 - ? (c < 66045 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66045 || (c < 66208 - ? (c >= 66176 && c <= 66204) - : c <= 66256))) - : (c <= 66272 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66426 || (c < 66464 - ? (c >= 66432 && c <= 66461) - : c <= 66499))))))) - : (c <= 66511 || (c < 66967 - ? (c < 66816 - ? (c < 66720 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66729 || (c < 66776 - ? (c >= 66736 && c <= 66771) - : c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c < 66964 - ? (c >= 66956 && c <= 66962) - : c <= 66965))))) - : (c <= 66977 || (c < 67424 - ? (c < 67003 - ? (c < 66995 - ? (c >= 66979 && c <= 66993) - : c <= 67001) - : (c <= 67004 || (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413))) - : (c <= 67431 || (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592))))))))))) - : (c <= 67637 || (c < 69942 - ? (c < 68416 - ? (c < 68096 - ? (c < 67808 - ? (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742))) - : (c <= 67826 || (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031))))) - : (c <= 68099 || (c < 68159 - ? (c < 68117 - ? (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115) - : (c <= 68119 || (c < 68152 - ? (c >= 68121 && c <= 68149) - : c <= 68154))) - : (c <= 68159 || (c < 68288 - ? (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252) - : (c <= 68295 || (c < 68352 - ? (c >= 68297 && c <= 68326) - : c <= 68405))))))) - : (c <= 68437 || (c < 69415 - ? (c < 68864 - ? (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850))) - : (c <= 68903 || (c < 69291 - ? (c < 69248 - ? (c >= 68912 && c <= 68921) - : c <= 69289) - : (c <= 69292 || (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404))))) - : (c <= 69415 || (c < 69734 - ? (c < 69552 - ? (c < 69488 - ? (c >= 69424 && c <= 69456) - : c <= 69509) - : (c <= 69572 || (c < 69632 - ? (c >= 69600 && c <= 69622) - : c <= 69702))) - : (c <= 69749 || (c < 69840 - ? (c < 69826 - ? (c >= 69759 && c <= 69818) - : c <= 69826) - : (c <= 69864 || (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940))))))))) - : (c <= 69951 || (c < 70453 - ? (c < 70280 - ? (c < 70094 - ? (c < 70006 - ? (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003) - : (c <= 70006 || (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092))) - : (c <= 70106 || (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70199 || (c < 70272 - ? c == 70206 - : c <= 70278))))) - : (c <= 70280 || (c < 70400 - ? (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c < 70384 - ? (c >= 70320 && c <= 70378) - : c <= 70393))) - : (c <= 70403 || (c < 70419 - ? (c < 70415 - ? (c >= 70405 && c <= 70412) - : c <= 70416) - : (c <= 70440 || (c < 70450 - ? (c >= 70442 && c <= 70448) - : c <= 70451))))))) - : (c <= 70457 || (c < 70784 - ? (c < 70493 - ? (c < 70475 - ? (c < 70471 - ? (c >= 70459 && c <= 70468) - : c <= 70472) - : (c <= 70477 || (c < 70487 - ? c == 70480 - : c <= 70487))) - : (c <= 70499 || (c < 70656 - ? (c < 70512 - ? (c >= 70502 && c <= 70508) - : c <= 70516) - : (c <= 70730 || (c < 70750 - ? (c >= 70736 && c <= 70745) - : c <= 70753))))) - : (c <= 70853 || (c < 71168 - ? (c < 71040 - ? (c < 70864 - ? c == 70855 - : c <= 70873) - : (c <= 71093 || (c < 71128 - ? (c >= 71096 && c <= 71104) - : c <= 71133))) - : (c <= 71232 || (c < 71296 - ? (c < 71248 - ? c == 71236 - : c <= 71257) - : (c <= 71352 || (c < 71424 - ? (c >= 71360 && c <= 71369) - : c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_6(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2741 - ? (c < 2042 - ? (c < 931 - ? (c < 248 - ? (c < 170 - ? (c < '?' - ? (c < '-' - ? c == '!' - : c <= '.') - : (c <= '?' || (c < 'a' - ? (c >= 'A' && c <= 'Z') - : c <= 'z'))) - : (c <= 170 || (c < 186 - ? (c < 183 - ? c == 181 - : c <= 183) - : (c <= 186 || (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246))))) - : (c <= 705 || (c < 886 - ? (c < 748 - ? (c < 736 - ? (c >= 710 && c <= 721) - : c <= 740) - : (c <= 748 || (c < 768 - ? c == 750 - : c <= 884))) - : (c <= 887 || (c < 902 - ? (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895) - : (c <= 906 || (c < 910 - ? c == 908 - : c <= 929))))))) - : (c <= 1013 || (c < 1488 - ? (c < 1376 - ? (c < 1162 - ? (c < 1155 - ? (c >= 1015 && c <= 1153) - : c <= 1159) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1473 - ? (c < 1471 - ? (c >= 1425 && c <= 1469) - : c <= 1471) - : (c <= 1474 || (c < 1479 - ? (c >= 1476 && c <= 1477) - : c <= 1479))))) - : (c <= 1514 || (c < 1759 - ? (c < 1568 - ? (c < 1552 - ? (c >= 1519 && c <= 1522) - : c <= 1562) - : (c <= 1641 || (c < 1749 - ? (c >= 1646 && c <= 1747) - : c <= 1756))) - : (c <= 1768 || (c < 1808 - ? (c < 1791 - ? (c >= 1770 && c <= 1788) - : c <= 1791) - : (c <= 1866 || (c < 1984 - ? (c >= 1869 && c <= 1969) - : c <= 2037))))))))) - : (c <= 2042 || (c < 2556 - ? (c < 2447 - ? (c < 2185 - ? (c < 2112 - ? (c < 2048 - ? c == 2045 - : c <= 2093) - : (c <= 2139 || (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183))) - : (c <= 2190 || (c < 2406 - ? (c < 2275 - ? (c >= 2200 && c <= 2273) - : c <= 2403) - : (c <= 2415 || (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444))))) - : (c <= 2448 || (c < 2503 - ? (c < 2482 - ? (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480) - : (c <= 2482 || (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500))) - : (c <= 2504 || (c < 2524 - ? (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519) - : (c <= 2525 || (c < 2534 - ? (c >= 2527 && c <= 2531) - : c <= 2545))))))) - : (c <= 2556 || (c < 2631 - ? (c < 2602 - ? (c < 2565 - ? (c < 2561 - ? c == 2558 - : c <= 2563) - : (c <= 2570 || (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600))) - : (c <= 2608 || (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c < 2622 - ? c == 2620 - : c <= 2626))))) - : (c <= 2632 || (c < 2689 - ? (c < 2649 - ? (c < 2641 - ? (c >= 2635 && c <= 2637) - : c <= 2641) - : (c <= 2652 || (c < 2662 - ? c == 2654 - : c <= 2677))) - : (c <= 2691 || (c < 2707 - ? (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705) - : (c <= 2728 || (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739))))))))))) - : (c <= 2745 || (c < 3165 - ? (c < 2949 - ? (c < 2858 - ? (c < 2790 - ? (c < 2763 - ? (c < 2759 - ? (c >= 2748 && c <= 2757) - : c <= 2761) - : (c <= 2765 || (c < 2784 - ? c == 2768 - : c <= 2787))) - : (c <= 2799 || (c < 2821 - ? (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819) - : (c <= 2828 || (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856))))) - : (c <= 2864 || (c < 2901 - ? (c < 2876 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2884 || (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893))) - : (c <= 2903 || (c < 2918 - ? (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915) - : (c <= 2927 || (c < 2946 - ? c == 2929 - : c <= 2947))))))) - : (c <= 2954 || (c < 3024 - ? (c < 2979 - ? (c < 2969 - ? (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965) - : (c <= 2970 || (c < 2974 - ? c == 2972 - : c <= 2975))) - : (c <= 2980 || (c < 3006 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3010 || (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021))))) - : (c <= 3024 || (c < 3114 - ? (c < 3072 - ? (c < 3046 - ? c == 3031 - : c <= 3055) - : (c <= 3084 || (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112))) - : (c <= 3129 || (c < 3146 - ? (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144) - : (c <= 3149 || (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162))))))))) - : (c <= 3165 || (c < 3430 - ? (c < 3285 - ? (c < 3218 - ? (c < 3200 - ? (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183) - : (c <= 3203 || (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216))) - : (c <= 3240 || (c < 3260 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3268 || (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277))))) - : (c <= 3286 || (c < 3342 - ? (c < 3302 - ? (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299) - : (c <= 3311 || (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3402 - ? (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400) - : (c <= 3406 || (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427))))))) - : (c <= 3439 || (c < 3558 - ? (c < 3517 - ? (c < 3461 - ? (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459) - : (c <= 3478 || (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515))) - : (c <= 3517 || (c < 3535 - ? (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530) - : (c <= 3540 || (c < 3544 - ? c == 3542 - : c <= 3551))))) - : (c <= 3567 || (c < 3716 - ? (c < 3648 - ? (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642) - : (c <= 3662 || (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714))) - : (c <= 3716 || (c < 3749 - ? (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747) - : (c <= 3749 || (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_7(int32_t c) { - return (c < 43600 - ? (c < 3751 - ? (c < 2730 - ? (c < 1869 - ? (c < 908 - ? (c < 192 - ? (c < '_' - ? (c < '0' - ? (c < '-' - ? c == '!' - : c <= '.') - : (c <= '9' || (c < 'A' - ? c == '?' - : c <= 'Z'))) - : (c <= '_' || (c < 181 - ? (c < 170 - ? (c >= 'b' && c <= 'z') - : c <= 170) - : (c <= 181 || (c < 186 - ? c == 183 - : c <= 186))))) - : (c <= 214 || (c < 750 - ? (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748))) - : (c <= 750 || (c < 891 - ? (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887) - : (c <= 893 || (c < 902 - ? c == 895 - : c <= 906))))))) - : (c <= 908 || (c < 1476 - ? (c < 1329 - ? (c < 1015 - ? (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013) - : (c <= 1153 || (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327))) - : (c <= 1366 || (c < 1425 - ? (c < 1376 - ? c == 1369 - : c <= 1416) - : (c <= 1469 || (c < 1473 - ? c == 1471 - : c <= 1474))))) - : (c <= 1477 || (c < 1646 - ? (c < 1519 - ? (c < 1488 - ? c == 1479 - : c <= 1514) - : (c <= 1522 || (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641))) - : (c <= 1747 || (c < 1770 - ? (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768) - : (c <= 1788 || (c < 1808 - ? c == 1791 - : c <= 1866))))))))) - : (c <= 1969 || (c < 2527 - ? (c < 2417 - ? (c < 2144 - ? (c < 2045 - ? (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042) - : (c <= 2045 || (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139))) - : (c <= 2154 || (c < 2200 - ? (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190) - : (c <= 2273 || (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415))))) - : (c <= 2435 || (c < 2486 - ? (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482))) - : (c <= 2489 || (c < 2507 - ? (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504) - : (c <= 2510 || (c < 2524 - ? c == 2519 - : c <= 2525))))))) - : (c <= 2531 || (c < 2620 - ? (c < 2575 - ? (c < 2558 - ? (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556) - : (c <= 2558 || (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570))) - : (c <= 2576 || (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617))))) - : (c <= 2620 || (c < 2654 - ? (c < 2635 - ? (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632) - : (c <= 2637 || (c < 2649 - ? c == 2641 - : c <= 2652))) - : (c <= 2654 || (c < 2693 - ? (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691) - : (c <= 2701 || (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728))))))))))) - : (c <= 2736 || (c < 3157 - ? (c < 2929 - ? (c < 2831 - ? (c < 2768 - ? (c < 2748 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2757 || (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765))) - : (c <= 2768 || (c < 2809 - ? (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799) - : (c <= 2815 || (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828))))) - : (c <= 2832 || (c < 2887 - ? (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884))) - : (c <= 2888 || (c < 2908 - ? (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903) - : (c <= 2909 || (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927))))))) - : (c <= 2929 || (c < 3014 - ? (c < 2972 - ? (c < 2958 - ? (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954) - : (c <= 2960 || (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970))) - : (c <= 2972 || (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010))))) - : (c <= 3016 || (c < 3086 - ? (c < 3031 - ? (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024) - : (c <= 3031 || (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084))) - : (c <= 3088 || (c < 3132 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3140 || (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149))))))))) - : (c <= 3158 || (c < 3412 - ? (c < 3270 - ? (c < 3205 - ? (c < 3168 - ? (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165) - : (c <= 3171 || (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203))) - : (c <= 3212 || (c < 3242 - ? (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240) - : (c <= 3251 || (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268))))) - : (c <= 3272 || (c < 3313 - ? (c < 3293 - ? (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286) - : (c <= 3294 || (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344) - : (c <= 3396 || (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406))))))) - : (c <= 3415 || (c < 3542 - ? (c < 3482 - ? (c < 3450 - ? (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439) - : (c <= 3455 || (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c < 3535 - ? c == 3530 - : c <= 3540))))) - : (c <= 3542 || (c < 3664 - ? (c < 3570 - ? (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567) - : (c <= 3571 || (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662))) - : (c <= 3673 || (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749))))))))))))) - : (c <= 3773 || (c < 8008 - ? (c < 5792 - ? (c < 4348 - ? (c < 3902 - ? (c < 3840 - ? (c < 3784 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3789 || (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807))) - : (c <= 3840 || (c < 3893 - ? (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881) - : (c <= 3893 || (c < 3897 - ? c == 3895 - : c <= 3897))))) - : (c <= 3911 || (c < 4096 - ? (c < 3974 - ? (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972) - : (c <= 3991 || (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038))) - : (c <= 4169 || (c < 4295 - ? (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))))))) - : (c <= 4680 || (c < 4808 - ? (c < 4746 - ? (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || (c < 4802 - ? c == 4800 - : c <= 4805))))) - : (c <= 4822 || (c < 4992 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786))))))))) - : (c <= 5866 || (c < 6608 - ? (c < 6155 - ? (c < 5998 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))) - : (c <= 6000 || (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))))) - : (c <= 6157 || (c < 6432 - ? (c < 6272 - ? (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6443 || (c < 6512 - ? (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))))))) - : (c <= 6618 || (c < 7040 - ? (c < 6823 - ? (c < 6752 - ? (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750) - : (c <= 6780 || (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809))) - : (c <= 6823 || (c < 6912 - ? (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862) - : (c <= 6988 || (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027))))) - : (c <= 7155 || (c < 7357 - ? (c < 7245 - ? (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241) - : (c <= 7293 || (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354))) - : (c <= 7359 || (c < 7424 - ? (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))))))))))) - : (c <= 8013 || (c < 11704 - ? (c < 8450 - ? (c < 8150 - ? (c < 8064 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147))))) - : (c <= 8155 || (c < 8305 - ? (c < 8182 - ? (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180) - : (c <= 8188 || (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276))) - : (c <= 8305 || (c < 8400 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8412 || (c < 8421 - ? c == 8417 - : c <= 8432))))))) - : (c <= 8450 || (c < 8544 - ? (c < 8486 - ? (c < 8469 - ? (c < 8458 - ? c == 8455 - : c <= 8467) - : (c <= 8469 || (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484))) - : (c <= 8486 || (c < 8508 - ? (c < 8490 - ? c == 8488 - : c <= 8505) - : (c <= 8511 || (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526))))) - : (c <= 8584 || (c < 11568 - ? (c < 11520 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507) - : (c <= 11557 || (c < 11565 - ? c == 11559 - : c <= 11565))) - : (c <= 11623 || (c < 11680 - ? (c < 11647 - ? c == 11631 - : c <= 11670) - : (c <= 11686 || (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702))))))))) - : (c <= 11710 || (c < 42560 - ? (c < 12445 - ? (c < 12293 - ? (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775))) - : (c <= 12295 || (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341) - : (c <= 12348 || (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442))))) - : (c <= 12447 || (c < 12784 - ? (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735))) - : (c <= 12799 || (c < 42192 - ? (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124) - : (c <= 42237 || (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539))))))) - : (c <= 42607 || (c < 43136 - ? (c < 42960 - ? (c < 42775 - ? (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737) - : (c <= 42783 || (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954))) - : (c <= 42961 || (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43047 || (c < 43072 - ? c == 43052 - : c <= 43123))))) - : (c <= 43205 || (c < 43360 - ? (c < 43259 - ? (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255) - : (c <= 43259 || (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481) - : (c <= 43518 || (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597))))))))))))))) - : (c <= 43609 || (c < 71453 - ? (c < 67594 - ? (c < 65343 - ? (c < 64298 - ? (c < 43868 - ? (c < 43777 - ? (c < 43739 - ? (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43714) - : (c <= 43741 || (c < 43762 - ? (c >= 43744 && c <= 43759) - : c <= 43766))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c < 43824 - ? (c >= 43816 && c <= 43822) - : c <= 43866))))) - : (c <= 43881 || (c < 55243 - ? (c < 44016 - ? (c < 44012 - ? (c >= 43888 && c <= 44010) - : c <= 44013) - : (c <= 44025 || (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238))) - : (c <= 55291 || (c < 64256 - ? (c < 64112 - ? (c >= 63744 && c <= 64109) - : c <= 64217) - : (c <= 64262 || (c < 64285 - ? (c >= 64275 && c <= 64279) - : c <= 64296))))))) - : (c <= 64310 || (c < 65056 - ? (c < 64467 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c < 64326 - ? (c >= 64323 && c <= 64324) - : c <= 64433))) - : (c <= 64605 || (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c < 65024 - ? (c >= 65008 && c <= 65017) - : c <= 65039))))) - : (c <= 65071 || (c < 65145 - ? (c < 65137 - ? (c < 65101 - ? (c >= 65075 && c <= 65076) - : c <= 65103) - : (c <= 65137 || (c < 65143 - ? c == 65139 - : c <= 65143))) - : (c <= 65145 || (c < 65151 - ? (c < 65149 - ? c == 65147 - : c <= 65149) - : (c <= 65276 || (c < 65313 - ? (c >= 65296 && c <= 65305) - : c <= 65338))))))))) - : (c <= 65343 || (c < 66504 - ? (c < 65616 - ? (c < 65498 - ? (c < 65474 - ? (c < 65382 - ? (c >= 65345 && c <= 65370) - : c <= 65470) - : (c <= 65479 || (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c < 65599 - ? (c >= 65596 && c <= 65597) - : c <= 65613))))) - : (c <= 65629 || (c < 66272 - ? (c < 66045 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66045 || (c < 66208 - ? (c >= 66176 && c <= 66204) - : c <= 66256))) - : (c <= 66272 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66426 || (c < 66464 - ? (c >= 66432 && c <= 66461) - : c <= 66499))))))) - : (c <= 66511 || (c < 66967 - ? (c < 66816 - ? (c < 66720 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66729 || (c < 66776 - ? (c >= 66736 && c <= 66771) - : c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c < 66964 - ? (c >= 66956 && c <= 66962) - : c <= 66965))))) - : (c <= 66977 || (c < 67424 - ? (c < 67003 - ? (c < 66995 - ? (c >= 66979 && c <= 66993) - : c <= 67001) - : (c <= 67004 || (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413))) - : (c <= 67431 || (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592))))))))))) - : (c <= 67637 || (c < 69942 - ? (c < 68416 - ? (c < 68096 - ? (c < 67808 - ? (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742))) - : (c <= 67826 || (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031))))) - : (c <= 68099 || (c < 68159 - ? (c < 68117 - ? (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115) - : (c <= 68119 || (c < 68152 - ? (c >= 68121 && c <= 68149) - : c <= 68154))) - : (c <= 68159 || (c < 68288 - ? (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252) - : (c <= 68295 || (c < 68352 - ? (c >= 68297 && c <= 68326) - : c <= 68405))))))) - : (c <= 68437 || (c < 69415 - ? (c < 68864 - ? (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850))) - : (c <= 68903 || (c < 69291 - ? (c < 69248 - ? (c >= 68912 && c <= 68921) - : c <= 69289) - : (c <= 69292 || (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404))))) - : (c <= 69415 || (c < 69734 - ? (c < 69552 - ? (c < 69488 - ? (c >= 69424 && c <= 69456) - : c <= 69509) - : (c <= 69572 || (c < 69632 - ? (c >= 69600 && c <= 69622) - : c <= 69702))) - : (c <= 69749 || (c < 69840 - ? (c < 69826 - ? (c >= 69759 && c <= 69818) - : c <= 69826) - : (c <= 69864 || (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940))))))))) - : (c <= 69951 || (c < 70453 - ? (c < 70280 - ? (c < 70094 - ? (c < 70006 - ? (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003) - : (c <= 70006 || (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092))) - : (c <= 70106 || (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70199 || (c < 70272 - ? c == 70206 - : c <= 70278))))) - : (c <= 70280 || (c < 70400 - ? (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c < 70384 - ? (c >= 70320 && c <= 70378) - : c <= 70393))) - : (c <= 70403 || (c < 70419 - ? (c < 70415 - ? (c >= 70405 && c <= 70412) - : c <= 70416) - : (c <= 70440 || (c < 70450 - ? (c >= 70442 && c <= 70448) - : c <= 70451))))))) - : (c <= 70457 || (c < 70784 - ? (c < 70493 - ? (c < 70475 - ? (c < 70471 - ? (c >= 70459 && c <= 70468) - : c <= 70472) - : (c <= 70477 || (c < 70487 - ? c == 70480 - : c <= 70487))) - : (c <= 70499 || (c < 70656 - ? (c < 70512 - ? (c >= 70502 && c <= 70508) - : c <= 70516) - : (c <= 70730 || (c < 70750 - ? (c >= 70736 && c <= 70745) - : c <= 70753))))) - : (c <= 70853 || (c < 71168 - ? (c < 71040 - ? (c < 70864 - ? c == 70855 - : c <= 70873) - : (c <= 71093 || (c < 71128 - ? (c >= 71096 && c <= 71104) - : c <= 71133))) - : (c <= 71232 || (c < 71296 - ? (c < 71248 - ? c == 71236 - : c <= 71257) - : (c <= 71352 || (c < 71424 - ? (c >= 71360 && c <= 71369) - : c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_cmd_identifier_character_set_8(int32_t c) { - return (c < 43600 - ? (c < 3751 - ? (c < 2730 - ? (c < 1869 - ? (c < 908 - ? (c < 192 - ? (c < '_' - ? (c < '0' - ? (c < '-' - ? c == '!' - : c <= '.') - : (c <= '9' || (c < 'B' - ? c == '?' - : c <= 'Z'))) - : (c <= '_' || (c < 181 - ? (c < 170 - ? (c >= 'b' && c <= 'z') - : c <= 170) - : (c <= 181 || (c < 186 - ? c == 183 - : c <= 186))))) - : (c <= 214 || (c < 750 - ? (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748))) - : (c <= 750 || (c < 891 - ? (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887) - : (c <= 893 || (c < 902 - ? c == 895 - : c <= 906))))))) - : (c <= 908 || (c < 1476 - ? (c < 1329 - ? (c < 1015 - ? (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013) - : (c <= 1153 || (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327))) - : (c <= 1366 || (c < 1425 - ? (c < 1376 - ? c == 1369 - : c <= 1416) - : (c <= 1469 || (c < 1473 - ? c == 1471 - : c <= 1474))))) - : (c <= 1477 || (c < 1646 - ? (c < 1519 - ? (c < 1488 - ? c == 1479 - : c <= 1514) - : (c <= 1522 || (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641))) - : (c <= 1747 || (c < 1770 - ? (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768) - : (c <= 1788 || (c < 1808 - ? c == 1791 - : c <= 1866))))))))) - : (c <= 1969 || (c < 2527 - ? (c < 2417 - ? (c < 2144 - ? (c < 2045 - ? (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042) - : (c <= 2045 || (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139))) - : (c <= 2154 || (c < 2200 - ? (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190) - : (c <= 2273 || (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415))))) - : (c <= 2435 || (c < 2486 - ? (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482))) - : (c <= 2489 || (c < 2507 - ? (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504) - : (c <= 2510 || (c < 2524 - ? c == 2519 - : c <= 2525))))))) - : (c <= 2531 || (c < 2620 - ? (c < 2575 - ? (c < 2558 - ? (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556) - : (c <= 2558 || (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570))) - : (c <= 2576 || (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617))))) - : (c <= 2620 || (c < 2654 - ? (c < 2635 - ? (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632) - : (c <= 2637 || (c < 2649 - ? c == 2641 - : c <= 2652))) - : (c <= 2654 || (c < 2693 - ? (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691) - : (c <= 2701 || (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728))))))))))) - : (c <= 2736 || (c < 3157 - ? (c < 2929 - ? (c < 2831 - ? (c < 2768 - ? (c < 2748 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2757 || (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765))) - : (c <= 2768 || (c < 2809 - ? (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799) - : (c <= 2815 || (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828))))) - : (c <= 2832 || (c < 2887 - ? (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884))) - : (c <= 2888 || (c < 2908 - ? (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903) - : (c <= 2909 || (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927))))))) - : (c <= 2929 || (c < 3014 - ? (c < 2972 - ? (c < 2958 - ? (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954) - : (c <= 2960 || (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970))) - : (c <= 2972 || (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010))))) - : (c <= 3016 || (c < 3086 - ? (c < 3031 - ? (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024) - : (c <= 3031 || (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084))) - : (c <= 3088 || (c < 3132 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3140 || (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149))))))))) - : (c <= 3158 || (c < 3412 - ? (c < 3270 - ? (c < 3205 - ? (c < 3168 - ? (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165) - : (c <= 3171 || (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203))) - : (c <= 3212 || (c < 3242 - ? (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240) - : (c <= 3251 || (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268))))) - : (c <= 3272 || (c < 3313 - ? (c < 3293 - ? (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286) - : (c <= 3294 || (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344) - : (c <= 3396 || (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406))))))) - : (c <= 3415 || (c < 3542 - ? (c < 3482 - ? (c < 3450 - ? (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439) - : (c <= 3455 || (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c < 3535 - ? c == 3530 - : c <= 3540))))) - : (c <= 3542 || (c < 3664 - ? (c < 3570 - ? (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567) - : (c <= 3571 || (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662))) - : (c <= 3673 || (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749))))))))))))) - : (c <= 3773 || (c < 8008 - ? (c < 5792 - ? (c < 4348 - ? (c < 3902 - ? (c < 3840 - ? (c < 3784 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3789 || (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807))) - : (c <= 3840 || (c < 3893 - ? (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881) - : (c <= 3893 || (c < 3897 - ? c == 3895 - : c <= 3897))))) - : (c <= 3911 || (c < 4096 - ? (c < 3974 - ? (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972) - : (c <= 3991 || (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038))) - : (c <= 4169 || (c < 4295 - ? (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))))))) - : (c <= 4680 || (c < 4808 - ? (c < 4746 - ? (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || (c < 4802 - ? c == 4800 - : c <= 4805))))) - : (c <= 4822 || (c < 4992 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786))))))))) - : (c <= 5866 || (c < 6608 - ? (c < 6155 - ? (c < 5998 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))) - : (c <= 6000 || (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))))) - : (c <= 6157 || (c < 6432 - ? (c < 6272 - ? (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6443 || (c < 6512 - ? (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))))))) - : (c <= 6618 || (c < 7040 - ? (c < 6823 - ? (c < 6752 - ? (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750) - : (c <= 6780 || (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809))) - : (c <= 6823 || (c < 6912 - ? (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862) - : (c <= 6988 || (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027))))) - : (c <= 7155 || (c < 7357 - ? (c < 7245 - ? (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241) - : (c <= 7293 || (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354))) - : (c <= 7359 || (c < 7424 - ? (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))))))))))) - : (c <= 8013 || (c < 11704 - ? (c < 8450 - ? (c < 8150 - ? (c < 8064 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147))))) - : (c <= 8155 || (c < 8305 - ? (c < 8182 - ? (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180) - : (c <= 8188 || (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276))) - : (c <= 8305 || (c < 8400 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8412 || (c < 8421 - ? c == 8417 - : c <= 8432))))))) - : (c <= 8450 || (c < 8544 - ? (c < 8486 - ? (c < 8469 - ? (c < 8458 - ? c == 8455 - : c <= 8467) - : (c <= 8469 || (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484))) - : (c <= 8486 || (c < 8508 - ? (c < 8490 - ? c == 8488 - : c <= 8505) - : (c <= 8511 || (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526))))) - : (c <= 8584 || (c < 11568 - ? (c < 11520 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507) - : (c <= 11557 || (c < 11565 - ? c == 11559 - : c <= 11565))) - : (c <= 11623 || (c < 11680 - ? (c < 11647 - ? c == 11631 - : c <= 11670) - : (c <= 11686 || (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702))))))))) - : (c <= 11710 || (c < 42560 - ? (c < 12445 - ? (c < 12293 - ? (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775))) - : (c <= 12295 || (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341) - : (c <= 12348 || (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442))))) - : (c <= 12447 || (c < 12784 - ? (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735))) - : (c <= 12799 || (c < 42192 - ? (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124) - : (c <= 42237 || (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539))))))) - : (c <= 42607 || (c < 43136 - ? (c < 42960 - ? (c < 42775 - ? (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737) - : (c <= 42783 || (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954))) - : (c <= 42961 || (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43047 || (c < 43072 - ? c == 43052 - : c <= 43123))))) - : (c <= 43205 || (c < 43360 - ? (c < 43259 - ? (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255) - : (c <= 43259 || (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481) - : (c <= 43518 || (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597))))))))))))))) - : (c <= 43609 || (c < 71453 - ? (c < 67594 - ? (c < 65343 - ? (c < 64298 - ? (c < 43868 - ? (c < 43777 - ? (c < 43739 - ? (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43714) - : (c <= 43741 || (c < 43762 - ? (c >= 43744 && c <= 43759) - : c <= 43766))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c < 43824 - ? (c >= 43816 && c <= 43822) - : c <= 43866))))) - : (c <= 43881 || (c < 55243 - ? (c < 44016 - ? (c < 44012 - ? (c >= 43888 && c <= 44010) - : c <= 44013) - : (c <= 44025 || (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238))) - : (c <= 55291 || (c < 64256 - ? (c < 64112 - ? (c >= 63744 && c <= 64109) - : c <= 64217) - : (c <= 64262 || (c < 64285 - ? (c >= 64275 && c <= 64279) - : c <= 64296))))))) - : (c <= 64310 || (c < 65056 - ? (c < 64467 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c < 64326 - ? (c >= 64323 && c <= 64324) - : c <= 64433))) - : (c <= 64605 || (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c < 65024 - ? (c >= 65008 && c <= 65017) - : c <= 65039))))) - : (c <= 65071 || (c < 65145 - ? (c < 65137 - ? (c < 65101 - ? (c >= 65075 && c <= 65076) - : c <= 65103) - : (c <= 65137 || (c < 65143 - ? c == 65139 - : c <= 65143))) - : (c <= 65145 || (c < 65151 - ? (c < 65149 - ? c == 65147 - : c <= 65149) - : (c <= 65276 || (c < 65313 - ? (c >= 65296 && c <= 65305) - : c <= 65338))))))))) - : (c <= 65343 || (c < 66504 - ? (c < 65616 - ? (c < 65498 - ? (c < 65474 - ? (c < 65382 - ? (c >= 65345 && c <= 65370) - : c <= 65470) - : (c <= 65479 || (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c < 65599 - ? (c >= 65596 && c <= 65597) - : c <= 65613))))) - : (c <= 65629 || (c < 66272 - ? (c < 66045 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66045 || (c < 66208 - ? (c >= 66176 && c <= 66204) - : c <= 66256))) - : (c <= 66272 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66426 || (c < 66464 - ? (c >= 66432 && c <= 66461) - : c <= 66499))))))) - : (c <= 66511 || (c < 66967 - ? (c < 66816 - ? (c < 66720 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66729 || (c < 66776 - ? (c >= 66736 && c <= 66771) - : c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c < 66964 - ? (c >= 66956 && c <= 66962) - : c <= 66965))))) - : (c <= 66977 || (c < 67424 - ? (c < 67003 - ? (c < 66995 - ? (c >= 66979 && c <= 66993) - : c <= 67001) - : (c <= 67004 || (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413))) - : (c <= 67431 || (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592))))))))))) - : (c <= 67637 || (c < 69942 - ? (c < 68416 - ? (c < 68096 - ? (c < 67808 - ? (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742))) - : (c <= 67826 || (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031))))) - : (c <= 68099 || (c < 68159 - ? (c < 68117 - ? (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115) - : (c <= 68119 || (c < 68152 - ? (c >= 68121 && c <= 68149) - : c <= 68154))) - : (c <= 68159 || (c < 68288 - ? (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252) - : (c <= 68295 || (c < 68352 - ? (c >= 68297 && c <= 68326) - : c <= 68405))))))) - : (c <= 68437 || (c < 69415 - ? (c < 68864 - ? (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850))) - : (c <= 68903 || (c < 69291 - ? (c < 69248 - ? (c >= 68912 && c <= 68921) - : c <= 69289) - : (c <= 69292 || (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404))))) - : (c <= 69415 || (c < 69734 - ? (c < 69552 - ? (c < 69488 - ? (c >= 69424 && c <= 69456) - : c <= 69509) - : (c <= 69572 || (c < 69632 - ? (c >= 69600 && c <= 69622) - : c <= 69702))) - : (c <= 69749 || (c < 69840 - ? (c < 69826 - ? (c >= 69759 && c <= 69818) - : c <= 69826) - : (c <= 69864 || (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940))))))))) - : (c <= 69951 || (c < 70453 - ? (c < 70280 - ? (c < 70094 - ? (c < 70006 - ? (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003) - : (c <= 70006 || (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092))) - : (c <= 70106 || (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70199 || (c < 70272 - ? c == 70206 - : c <= 70278))))) - : (c <= 70280 || (c < 70400 - ? (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c < 70384 - ? (c >= 70320 && c <= 70378) - : c <= 70393))) - : (c <= 70403 || (c < 70419 - ? (c < 70415 - ? (c >= 70405 && c <= 70412) - : c <= 70416) - : (c <= 70440 || (c < 70450 - ? (c >= 70442 && c <= 70448) - : c <= 70451))))))) - : (c <= 70457 || (c < 70784 - ? (c < 70493 - ? (c < 70475 - ? (c < 70471 - ? (c >= 70459 && c <= 70468) - : c <= 70472) - : (c <= 70477 || (c < 70487 - ? c == 70480 - : c <= 70487))) - : (c <= 70499 || (c < 70656 - ? (c < 70512 - ? (c >= 70502 && c <= 70508) - : c <= 70516) - : (c <= 70730 || (c < 70750 - ? (c >= 70736 && c <= 70745) - : c <= 70753))))) - : (c <= 70853 || (c < 71168 - ? (c < 71040 - ? (c < 70864 - ? c == 70855 - : c <= 70873) - : (c <= 71093 || (c < 71128 - ? (c >= 71096 && c <= 71104) - : c <= 71133))) - : (c <= 71232 || (c < 71296 - ? (c < 71248 - ? c == 71236 - : c <= 71257) - : (c <= 71352 || (c < 71424 - ? (c >= 71360 && c <= 71369) - : c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_identifier_character_set_1(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 910 - ? (c < 736 - ? (c < 186 - ? (c < 'c' - ? (c < '_' - ? (c >= 'A' && c <= 'Z') - : c <= '_') - : (c <= 'z' || (c < 181 - ? c == 170 - : c <= 181))) - : (c <= 186 || (c < 248 - ? (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246) - : (c <= 705 || (c >= 710 && c <= 721))))) - : (c <= 740 || (c < 891 - ? (c < 880 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c >= 886 && c <= 887))) - : (c <= 893 || (c < 904 - ? (c < 902 - ? c == 895 - : c <= 902) - : (c <= 906 || c == 908)))))) - : (c <= 929 || (c < 1649 - ? (c < 1376 - ? (c < 1162 - ? (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_identifier_character_set_2(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 931 - ? (c < 748 - ? (c < 192 - ? (c < 170 - ? (c < '_' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 186 - ? c == 181 - : c <= 186))) - : (c <= 214 || (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c >= 736 && c <= 740))))) - : (c <= 748 || (c < 895 - ? (c < 886 - ? (c < 880 - ? c == 750 - : c <= 884) - : (c <= 887 || (c >= 891 && c <= 893))) - : (c <= 895 || (c < 908 - ? (c < 904 - ? c == 902 - : c <= 906) - : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1015 && c <= 1153) - : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_identifier_character_set_3(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 910 - ? (c < 736 - ? (c < 186 - ? (c < 'a' - ? (c < '_' - ? (c >= 'A' && c <= 'Z') - : c <= '_') - : (c <= 'z' || (c < 181 - ? c == 170 - : c <= 181))) - : (c <= 186 || (c < 248 - ? (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246) - : (c <= 705 || (c >= 710 && c <= 721))))) - : (c <= 740 || (c < 891 - ? (c < 880 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c >= 886 && c <= 887))) - : (c <= 893 || (c < 904 - ? (c < 902 - ? c == 895 - : c <= 902) - : (c <= 906 || c == 908)))))) - : (c <= 929 || (c < 1649 - ? (c < 1376 - ? (c < 1162 - ? (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_identifier_character_set_4(int32_t c) { - return (c < 43520 - ? (c < 4197 - ? (c < 2730 - ? (c < 2036 - ? (c < 1015 - ? (c < 750 - ? (c < 216 - ? (c < 170 - ? (c < 'a' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 192 - ? c == 186 - : c <= 214))) - : (c <= 246 || (c < 736 - ? (c < 710 - ? (c >= 248 && c <= 705) - : c <= 721) - : (c <= 740 || c == 748)))) - : (c <= 750 || (c < 902 - ? (c < 891 - ? (c < 886 - ? (c >= 880 && c <= 884) - : c <= 887) - : (c <= 893 || c == 895)) - : (c <= 902 || (c < 910 - ? (c < 908 - ? (c >= 904 && c <= 906) - : c <= 908) - : (c <= 929 || (c >= 931 && c <= 1013))))))) - : (c <= 1153 || (c < 1749 - ? (c < 1488 - ? (c < 1369 - ? (c < 1329 - ? (c >= 1162 && c <= 1327) - : c <= 1366) - : (c <= 1369 || (c >= 1376 && c <= 1416))) - : (c <= 1514 || (c < 1646 - ? (c < 1568 - ? (c >= 1519 && c <= 1522) - : c <= 1610) - : (c <= 1647 || (c >= 1649 && c <= 1747))))) - : (c <= 1749 || (c < 1808 - ? (c < 1786 - ? (c < 1774 - ? (c >= 1765 && c <= 1766) - : c <= 1775) - : (c <= 1788 || c == 1791)) - : (c <= 1808 || (c < 1969 - ? (c < 1869 - ? (c >= 1810 && c <= 1839) - : c <= 1957) - : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) - : (c <= 2037 || (c < 2486 - ? (c < 2308 - ? (c < 2112 - ? (c < 2074 - ? (c < 2048 - ? c == 2042 - : c <= 2069) - : (c <= 2074 || (c < 2088 - ? c == 2084 - : c <= 2088))) - : (c <= 2136 || (c < 2185 - ? (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183) - : (c <= 2190 || (c >= 2208 && c <= 2249))))) - : (c <= 2361 || (c < 2437 - ? (c < 2392 - ? (c < 2384 - ? c == 2365 - : c <= 2384) - : (c <= 2401 || (c >= 2417 && c <= 2432))) - : (c <= 2444 || (c < 2474 - ? (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472) - : (c <= 2480 || c == 2482)))))) - : (c <= 2489 || (c < 2602 - ? (c < 2544 - ? (c < 2524 - ? (c < 2510 - ? c == 2493 - : c <= 2510) - : (c <= 2525 || (c >= 2527 && c <= 2529))) - : (c <= 2545 || (c < 2575 - ? (c < 2565 - ? c == 2556 - : c <= 2570) - : (c <= 2576 || (c >= 2579 && c <= 2600))))) - : (c <= 2608 || (c < 2654 - ? (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c >= 2649 && c <= 2652))) - : (c <= 2654 || (c < 2703 - ? (c < 2693 - ? (c >= 2674 && c <= 2676) - : c <= 2701) - : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) - : (c <= 2736 || (c < 3253 - ? (c < 2969 - ? (c < 2866 - ? (c < 2809 - ? (c < 2749 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2749 || (c < 2784 - ? c == 2768 - : c <= 2785))) - : (c <= 2809 || (c < 2835 - ? (c < 2831 - ? (c >= 2821 && c <= 2828) - : c <= 2832) - : (c <= 2856 || (c >= 2858 && c <= 2864))))) - : (c <= 2867 || (c < 2929 - ? (c < 2908 - ? (c < 2877 - ? (c >= 2869 && c <= 2873) - : c <= 2877) - : (c <= 2909 || (c >= 2911 && c <= 2913))) - : (c <= 2929 || (c < 2958 - ? (c < 2949 - ? c == 2947 - : c <= 2954) - : (c <= 2960 || (c >= 2962 && c <= 2965))))))) - : (c <= 2970 || (c < 3114 - ? (c < 2990 - ? (c < 2979 - ? (c < 2974 - ? c == 2972 - : c <= 2975) - : (c <= 2980 || (c >= 2984 && c <= 2986))) - : (c <= 3001 || (c < 3086 - ? (c < 3077 - ? c == 3024 - : c <= 3084) - : (c <= 3088 || (c >= 3090 && c <= 3112))))) - : (c <= 3129 || (c < 3200 - ? (c < 3165 - ? (c < 3160 - ? c == 3133 - : c <= 3162) - : (c <= 3165 || (c >= 3168 && c <= 3169))) - : (c <= 3200 || (c < 3218 - ? (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216) - : (c <= 3240 || (c >= 3242 && c <= 3251))))))))) - : (c <= 3257 || (c < 3713 - ? (c < 3423 - ? (c < 3342 - ? (c < 3296 - ? (c < 3293 - ? c == 3261 - : c <= 3294) - : (c <= 3297 || (c < 3332 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3406 - ? (c < 3389 - ? (c >= 3346 && c <= 3386) - : c <= 3389) - : (c <= 3406 || (c >= 3412 && c <= 3414))))) - : (c <= 3425 || (c < 3517 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3450 && c <= 3455) - : c <= 3478) - : (c <= 3505 || (c >= 3507 && c <= 3515))) - : (c <= 3517 || (c < 3634 - ? (c < 3585 - ? (c >= 3520 && c <= 3526) - : c <= 3632) - : (c <= 3634 || (c >= 3648 && c <= 3654))))))) - : (c <= 3714 || (c < 3804 - ? (c < 3751 - ? (c < 3724 - ? (c < 3718 - ? c == 3716 - : c <= 3722) - : (c <= 3747 || c == 3749)) - : (c <= 3760 || (c < 3776 - ? (c < 3773 - ? c == 3762 - : c <= 3773) - : (c <= 3780 || c == 3782)))) - : (c <= 3807 || (c < 4096 - ? (c < 3913 - ? (c < 3904 - ? c == 3840 - : c <= 3911) - : (c <= 3948 || (c >= 3976 && c <= 3980))) - : (c <= 4138 || (c < 4186 - ? (c < 4176 - ? c == 4159 - : c <= 4181) - : (c <= 4189 || c == 4193)))))))))))) - : (c <= 4198 || (c < 8144 - ? (c < 6272 - ? (c < 4824 - ? (c < 4696 - ? (c < 4301 - ? (c < 4238 - ? (c < 4213 - ? (c >= 4206 && c <= 4208) - : c <= 4225) - : (c <= 4238 || (c < 4295 - ? (c >= 4256 && c <= 4293) - : c <= 4295))) - : (c <= 4301 || (c < 4682 - ? (c < 4348 - ? (c >= 4304 && c <= 4346) - : c <= 4680) - : (c <= 4685 || (c >= 4688 && c <= 4694))))) - : (c <= 4696 || (c < 4786 - ? (c < 4746 - ? (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744) - : (c <= 4749 || (c >= 4752 && c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c >= 4808 && c <= 4822))))))) - : (c <= 4880 || (c < 5870 - ? (c < 5112 - ? (c < 4992 - ? (c < 4888 - ? (c >= 4882 && c <= 4885) - : c <= 4954) - : (c <= 5007 || (c >= 5024 && c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c >= 5792 && c <= 5866))))) - : (c <= 5880 || (c < 5998 - ? (c < 5952 - ? (c < 5919 - ? (c >= 5888 && c <= 5905) - : c <= 5937) - : (c <= 5969 || (c >= 5984 && c <= 5996))) - : (c <= 6000 || (c < 6108 - ? (c < 6103 - ? (c >= 6016 && c <= 6067) - : c <= 6103) - : (c <= 6108 || (c >= 6176 && c <= 6264))))))))) - : (c <= 6312 || (c < 7357 - ? (c < 6917 - ? (c < 6528 - ? (c < 6400 - ? (c < 6320 - ? c == 6314 - : c <= 6389) - : (c <= 6430 || (c < 6512 - ? (c >= 6480 && c <= 6509) - : c <= 6516))) - : (c <= 6571 || (c < 6688 - ? (c < 6656 - ? (c >= 6576 && c <= 6601) - : c <= 6678) - : (c <= 6740 || c == 6823)))) - : (c <= 6963 || (c < 7168 - ? (c < 7086 - ? (c < 7043 - ? (c >= 6981 && c <= 6988) - : c <= 7072) - : (c <= 7087 || (c >= 7098 && c <= 7141))) - : (c <= 7203 || (c < 7296 - ? (c < 7258 - ? (c >= 7245 && c <= 7247) - : c <= 7293) - : (c <= 7304 || (c >= 7312 && c <= 7354))))))) - : (c <= 7359 || (c < 8016 - ? (c < 7424 - ? (c < 7413 - ? (c < 7406 - ? (c >= 7401 && c <= 7404) - : c <= 7411) - : (c <= 7414 || c == 7418)) - : (c <= 7615 || (c < 7968 - ? (c < 7960 - ? (c >= 7680 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c >= 8008 && c <= 8013))))) - : (c <= 8023 || (c < 8064 - ? (c < 8029 - ? (c < 8027 - ? c == 8025 - : c <= 8027) - : (c <= 8029 || (c >= 8031 && c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c >= 8134 && c <= 8140))))))))))) - : (c <= 8147 || (c < 12344 - ? (c < 11264 - ? (c < 8469 - ? (c < 8319 - ? (c < 8178 - ? (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172) - : (c <= 8180 || (c < 8305 - ? (c >= 8182 && c <= 8188) - : c <= 8305))) - : (c <= 8319 || (c < 8455 - ? (c < 8450 - ? (c >= 8336 && c <= 8348) - : c <= 8450) - : (c <= 8455 || (c >= 8458 && c <= 8467))))) - : (c <= 8469 || (c < 8490 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || c == 8488)) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c >= 8544 && c <= 8584))))))) - : (c <= 11492 || (c < 11688 - ? (c < 11565 - ? (c < 11520 - ? (c < 11506 - ? (c >= 11499 && c <= 11502) - : c <= 11507) - : (c <= 11557 || c == 11559)) - : (c <= 11565 || (c < 11648 - ? (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631) - : (c <= 11670 || (c >= 11680 && c <= 11686))))) - : (c <= 11694 || (c < 11728 - ? (c < 11712 - ? (c < 11704 - ? (c >= 11696 && c <= 11702) - : c <= 11710) - : (c <= 11718 || (c >= 11720 && c <= 11726))) - : (c <= 11734 || (c < 12321 - ? (c < 12293 - ? (c >= 11736 && c <= 11742) - : c <= 12295) - : (c <= 12329 || (c >= 12337 && c <= 12341))))))))) - : (c <= 12348 || (c < 42960 - ? (c < 42192 - ? (c < 12593 - ? (c < 12449 - ? (c < 12445 - ? (c >= 12353 && c <= 12438) - : c <= 12447) - : (c <= 12538 || (c < 12549 - ? (c >= 12540 && c <= 12543) - : c <= 12591))) - : (c <= 12686 || (c < 13312 - ? (c < 12784 - ? (c >= 12704 && c <= 12735) - : c <= 12799) - : (c <= 19903 || (c >= 19968 && c <= 42124))))) - : (c <= 42237 || (c < 42623 - ? (c < 42538 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42527) - : (c <= 42539 || (c >= 42560 && c <= 42606))) - : (c <= 42653 || (c < 42786 - ? (c < 42775 - ? (c >= 42656 && c <= 42735) - : c <= 42783) - : (c <= 42888 || (c >= 42891 && c <= 42954))))))) - : (c <= 42961 || (c < 43259 - ? (c < 43015 - ? (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43009 || (c >= 43011 && c <= 43013))) - : (c <= 43018 || (c < 43138 - ? (c < 43072 - ? (c >= 43020 && c <= 43042) - : c <= 43123) - : (c <= 43187 || (c >= 43250 && c <= 43255))))) - : (c <= 43259 || (c < 43396 - ? (c < 43312 - ? (c < 43274 - ? (c >= 43261 && c <= 43262) - : c <= 43301) - : (c <= 43334 || (c >= 43360 && c <= 43388))) - : (c <= 43442 || (c < 43494 - ? (c < 43488 - ? c == 43471 - : c <= 43492) - : (c <= 43503 || (c >= 43514 && c <= 43518))))))))))))))) - : (c <= 43560 || (c < 70751 - ? (c < 66964 - ? (c < 65008 - ? (c < 43888 - ? (c < 43739 - ? (c < 43697 - ? (c < 43616 - ? (c < 43588 - ? (c >= 43584 && c <= 43586) - : c <= 43595) - : (c <= 43638 || (c < 43646 - ? c == 43642 - : c <= 43695))) - : (c <= 43697 || (c < 43712 - ? (c < 43705 - ? (c >= 43701 && c <= 43702) - : c <= 43709) - : (c <= 43712 || c == 43714)))) - : (c <= 43741 || (c < 43793 - ? (c < 43777 - ? (c < 43762 - ? (c >= 43744 && c <= 43754) - : c <= 43764) - : (c <= 43782 || (c >= 43785 && c <= 43790))) - : (c <= 43798 || (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c >= 43868 && c <= 43881))))))) - : (c <= 44002 || (c < 64298 - ? (c < 64112 - ? (c < 55243 - ? (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238) - : (c <= 55291 || (c >= 63744 && c <= 64109))) - : (c <= 64217 || (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64285 || (c >= 64287 && c <= 64296))))) - : (c <= 64310 || (c < 64326 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c >= 64323 && c <= 64324))) - : (c <= 64433 || (c < 64848 - ? (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829) - : (c <= 64911 || (c >= 64914 && c <= 64967))))))))) - : (c <= 65017 || (c < 65616 - ? (c < 65440 - ? (c < 65149 - ? (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))) - : (c <= 65149 || (c < 65345 - ? (c < 65313 - ? (c >= 65151 && c <= 65276) - : c <= 65338) - : (c <= 65370 || (c >= 65382 && c <= 65437))))) - : (c <= 65470 || (c < 65536 - ? (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c >= 65498 && c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c >= 65599 && c <= 65613))))))) - : (c <= 65629 || (c < 66504 - ? (c < 66304 - ? (c < 66176 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66204 || (c >= 66208 && c <= 66256))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66421) - : (c <= 66461 || (c >= 66464 && c <= 66499))))) - : (c <= 66511 || (c < 66816 - ? (c < 66736 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66771 || (c >= 66776 && c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c >= 66956 && c <= 66962))))))))))) - : (c <= 66965 || (c < 69248 - ? (c < 67840 - ? (c < 67584 - ? (c < 67392 - ? (c < 66995 - ? (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993) - : (c <= 67001 || (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382))) - : (c <= 67413 || (c < 67463 - ? (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461) - : (c <= 67504 || (c >= 67506 && c <= 67514))))) - : (c <= 67589 || (c < 67647 - ? (c < 67639 - ? (c < 67594 - ? c == 67592 - : c <= 67637) - : (c <= 67640 || c == 67644)) - : (c <= 67669 || (c < 67808 - ? (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742) - : (c <= 67826 || (c >= 67828 && c <= 67829))))))) - : (c <= 67861 || (c < 68288 - ? (c < 68112 - ? (c < 68030 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : c <= 68023) - : (c <= 68031 || c == 68096)) - : (c <= 68115 || (c < 68192 - ? (c < 68121 - ? (c >= 68117 && c <= 68119) - : c <= 68149) - : (c <= 68220 || (c >= 68224 && c <= 68252))))) - : (c <= 68295 || (c < 68480 - ? (c < 68416 - ? (c < 68352 - ? (c >= 68297 && c <= 68324) - : c <= 68405) - : (c <= 68437 || (c >= 68448 && c <= 68466))) - : (c <= 68497 || (c < 68800 - ? (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786) - : (c <= 68850 || (c >= 68864 && c <= 68899))))))))) - : (c <= 69289 || (c < 70108 - ? (c < 69763 - ? (c < 69552 - ? (c < 69415 - ? (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404) - : (c <= 69415 || (c < 69488 - ? (c >= 69424 && c <= 69445) - : c <= 69505))) - : (c <= 69572 || (c < 69745 - ? (c < 69635 - ? (c >= 69600 && c <= 69622) - : c <= 69687) - : (c <= 69746 || c == 69749)))) - : (c <= 69807 || (c < 69968 - ? (c < 69956 - ? (c < 69891 - ? (c >= 69840 && c <= 69864) - : c <= 69926) - : (c <= 69956 || c == 69959)) - : (c <= 70002 || (c < 70081 - ? (c < 70019 - ? c == 70006 - : c <= 70066) - : (c <= 70084 || c == 70106)))))) - : (c <= 70108 || (c < 70415 - ? (c < 70282 - ? (c < 70272 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70187) - : (c <= 70278 || c == 70280)) - : (c <= 70285 || (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70366 || (c >= 70405 && c <= 70412))))) - : (c <= 70416 || (c < 70461 - ? (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c >= 70453 && c <= 70457))) - : (c <= 70461 || (c < 70656 - ? (c < 70493 - ? c == 70480 - : c <= 70497) - : (c <= 70708 || (c >= 70727 && c <= 70730))))))))))))) - : (c <= 70753 || (c < 119966 - ? (c < 73063 - ? (c < 72096 - ? (c < 71488 - ? (c < 71168 - ? (c < 70855 - ? (c < 70852 - ? (c >= 70784 && c <= 70831) - : c <= 70853) - : (c <= 70855 || (c < 71128 - ? (c >= 71040 && c <= 71086) - : c <= 71131))) - : (c <= 71215 || (c < 71352 - ? (c < 71296 - ? c == 71236 - : c <= 71338) - : (c <= 71352 || (c >= 71424 && c <= 71450))))) - : (c <= 71494 || (c < 71948 - ? (c < 71935 - ? (c < 71840 - ? (c >= 71680 && c <= 71723) - : c <= 71903) - : (c <= 71942 || c == 71945)) - : (c <= 71955 || (c < 71999 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71983) - : (c <= 71999 || c == 72001)))))) - : (c <= 72103 || (c < 72368 - ? (c < 72203 - ? (c < 72163 - ? (c < 72161 - ? (c >= 72106 && c <= 72144) - : c <= 72161) - : (c <= 72163 || c == 72192)) - : (c <= 72242 || (c < 72284 - ? (c < 72272 - ? c == 72250 - : c <= 72272) - : (c <= 72329 || c == 72349)))) - : (c <= 72440 || (c < 72960 - ? (c < 72768 - ? (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72750) - : (c <= 72768 || (c >= 72818 && c <= 72847))) - : (c <= 72966 || (c < 73030 - ? (c < 72971 - ? (c >= 72968 && c <= 72969) - : c <= 73008) - : (c <= 73030 || (c >= 73056 && c <= 73061))))))))) - : (c <= 73064 || (c < 94032 - ? (c < 92160 - ? (c < 74752 - ? (c < 73440 - ? (c < 73112 - ? (c >= 73066 && c <= 73097) - : c <= 73112) - : (c <= 73458 || (c < 73728 - ? c == 73648 - : c <= 74649))) - : (c <= 74862 || (c < 77824 - ? (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808) - : (c <= 78894 || (c >= 82944 && c <= 83526))))) - : (c <= 92728 || (c < 92992 - ? (c < 92880 - ? (c < 92784 - ? (c >= 92736 && c <= 92766) - : c <= 92862) - : (c <= 92909 || (c >= 92928 && c <= 92975))) - : (c <= 92995 || (c < 93760 - ? (c < 93053 - ? (c >= 93027 && c <= 93047) - : c <= 93071) - : (c <= 93823 || (c >= 93952 && c <= 94026))))))) - : (c <= 94032 || (c < 110592 - ? (c < 100352 - ? (c < 94179 - ? (c < 94176 - ? (c >= 94099 && c <= 94111) - : c <= 94177) - : (c <= 94179 || (c >= 94208 && c <= 100343))) - : (c <= 101589 || (c < 110581 - ? (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579) - : (c <= 110587 || (c >= 110589 && c <= 110590))))) - : (c <= 110882 || (c < 113776 - ? (c < 110960 - ? (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951) - : (c <= 111355 || (c >= 113664 && c <= 113770))) - : (c <= 113788 || (c < 119808 - ? (c < 113808 - ? (c >= 113792 && c <= 113800) - : c <= 113817) - : (c <= 119892 || (c >= 119894 && c <= 119964))))))))))) - : (c <= 119967 || (c < 126464 - ? (c < 120598 - ? (c < 120094 - ? (c < 119997 - ? (c < 119977 - ? (c < 119973 - ? c == 119970 - : c <= 119974) - : (c <= 119980 || (c < 119995 - ? (c >= 119982 && c <= 119993) - : c <= 119995))) - : (c <= 120003 || (c < 120077 - ? (c < 120071 - ? (c >= 120005 && c <= 120069) - : c <= 120074) - : (c <= 120084 || (c >= 120086 && c <= 120092))))) - : (c <= 120121 || (c < 120146 - ? (c < 120134 - ? (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132) - : (c <= 120134 || (c >= 120138 && c <= 120144))) - : (c <= 120485 || (c < 120540 - ? (c < 120514 - ? (c >= 120488 && c <= 120512) - : c <= 120538) - : (c <= 120570 || (c >= 120572 && c <= 120596))))))) - : (c <= 120628 || (c < 123214 - ? (c < 120746 - ? (c < 120688 - ? (c < 120656 - ? (c >= 120630 && c <= 120654) - : c <= 120686) - : (c <= 120712 || (c >= 120714 && c <= 120744))) - : (c <= 120770 || (c < 123136 - ? (c < 122624 - ? (c >= 120772 && c <= 120779) - : c <= 122654) - : (c <= 123180 || (c >= 123191 && c <= 123197))))) - : (c <= 123214 || (c < 124909 - ? (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123565) - : c <= 123627) - : (c <= 124902 || (c >= 124904 && c <= 124907))) - : (c <= 124910 || (c < 125184 - ? (c < 124928 - ? (c >= 124912 && c <= 124926) - : c <= 125124) - : (c <= 125251 || c == 125259)))))))) - : (c <= 126467 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126500 - ? (c < 126497 - ? (c >= 126469 && c <= 126495) - : c <= 126498) - : (c <= 126500 || c == 126503)) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} - -static inline bool sym_identifier_character_set_5(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2748 - ? (c < 2045 - ? (c < 1015 - ? (c < 710 - ? (c < 181 - ? (c < '_' - ? (c < 'A' - ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= '_' || (c < 170 - ? (c >= 'b' && c <= 'z') - : c <= 170))) - : (c <= 181 || (c < 192 - ? (c < 186 - ? c == 183 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))))) - : (c <= 721 || (c < 891 - ? (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887))) - : (c <= 893 || (c < 908 - ? (c < 902 - ? c == 895 - : c <= 906) - : (c <= 908 || (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013))))))) - : (c <= 1153 || (c < 1519 - ? (c < 1425 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1469 || (c < 1476 - ? (c < 1473 - ? c == 1471 - : c <= 1474) - : (c <= 1477 || (c < 1488 - ? c == 1479 - : c <= 1514))))) - : (c <= 1522 || (c < 1770 - ? (c < 1646 - ? (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641) - : (c <= 1747 || (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768))) - : (c <= 1788 || (c < 1869 - ? (c < 1808 - ? c == 1791 - : c <= 1866) - : (c <= 1969 || (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042))))))))) - : (c <= 2045 || (c < 2558 - ? (c < 2451 - ? (c < 2200 - ? (c < 2144 - ? (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139) - : (c <= 2154 || (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190))) - : (c <= 2273 || (c < 2417 - ? (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415) - : (c <= 2435 || (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448))))) - : (c <= 2472 || (c < 2507 - ? (c < 2486 - ? (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482) - : (c <= 2489 || (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504))) - : (c <= 2510 || (c < 2527 - ? (c < 2524 - ? c == 2519 - : c <= 2525) - : (c <= 2531 || (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556))))))) - : (c <= 2558 || (c < 2635 - ? (c < 2610 - ? (c < 2575 - ? (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570) - : (c <= 2576 || (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608))) - : (c <= 2611 || (c < 2620 - ? (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617) - : (c <= 2620 || (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632))))) - : (c <= 2637 || (c < 2693 - ? (c < 2654 - ? (c < 2649 - ? c == 2641 - : c <= 2652) - : (c <= 2654 || (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691))) - : (c <= 2701 || (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745))))))))))) - : (c <= 2757 || (c < 3168 - ? (c < 2958 - ? (c < 2866 - ? (c < 2809 - ? (c < 2768 - ? (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765) - : (c <= 2768 || (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799))) - : (c <= 2815 || (c < 2831 - ? (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828) - : (c <= 2832 || (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864))))) - : (c <= 2867 || (c < 2908 - ? (c < 2887 - ? (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884) - : (c <= 2888 || (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903))) - : (c <= 2909 || (c < 2929 - ? (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927) - : (c <= 2929 || (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954))))))) - : (c <= 2960 || (c < 3031 - ? (c < 2984 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980))) - : (c <= 2986 || (c < 3014 - ? (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010) - : (c <= 3016 || (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024))))) - : (c <= 3031 || (c < 3132 - ? (c < 3086 - ? (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084) - : (c <= 3088 || (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129))) - : (c <= 3140 || (c < 3157 - ? (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149) - : (c <= 3158 || (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165))))))))) - : (c <= 3171 || (c < 3450 - ? (c < 3293 - ? (c < 3242 - ? (c < 3205 - ? (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203) - : (c <= 3212 || (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240))) - : (c <= 3251 || (c < 3270 - ? (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268) - : (c <= 3272 || (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286))))) - : (c <= 3294 || (c < 3346 - ? (c < 3313 - ? (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311) - : (c <= 3314 || (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344))) - : (c <= 3396 || (c < 3412 - ? (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406) - : (c <= 3415 || (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439))))))) - : (c <= 3455 || (c < 3570 - ? (c < 3520 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478) - : (c <= 3505 || (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517))) - : (c <= 3526 || (c < 3542 - ? (c < 3535 - ? c == 3530 - : c <= 3540) - : (c <= 3542 || (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567))))) - : (c <= 3571 || (c < 3718 - ? (c < 3664 - ? (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662) - : (c <= 3673 || (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716))) - : (c <= 3722 || (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_identifier_character_set_6(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2748 - ? (c < 2045 - ? (c < 1015 - ? (c < 710 - ? (c < 181 - ? (c < '_' - ? (c < 'B' - ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= '_' || (c < 170 - ? (c >= 'b' && c <= 'z') - : c <= 170))) - : (c <= 181 || (c < 192 - ? (c < 186 - ? c == 183 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))))) - : (c <= 721 || (c < 891 - ? (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887))) - : (c <= 893 || (c < 908 - ? (c < 902 - ? c == 895 - : c <= 906) - : (c <= 908 || (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013))))))) - : (c <= 1153 || (c < 1519 - ? (c < 1425 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1469 || (c < 1476 - ? (c < 1473 - ? c == 1471 - : c <= 1474) - : (c <= 1477 || (c < 1488 - ? c == 1479 - : c <= 1514))))) - : (c <= 1522 || (c < 1770 - ? (c < 1646 - ? (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641) - : (c <= 1747 || (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768))) - : (c <= 1788 || (c < 1869 - ? (c < 1808 - ? c == 1791 - : c <= 1866) - : (c <= 1969 || (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042))))))))) - : (c <= 2045 || (c < 2558 - ? (c < 2451 - ? (c < 2200 - ? (c < 2144 - ? (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139) - : (c <= 2154 || (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190))) - : (c <= 2273 || (c < 2417 - ? (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415) - : (c <= 2435 || (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448))))) - : (c <= 2472 || (c < 2507 - ? (c < 2486 - ? (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482) - : (c <= 2489 || (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504))) - : (c <= 2510 || (c < 2527 - ? (c < 2524 - ? c == 2519 - : c <= 2525) - : (c <= 2531 || (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556))))))) - : (c <= 2558 || (c < 2635 - ? (c < 2610 - ? (c < 2575 - ? (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570) - : (c <= 2576 || (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608))) - : (c <= 2611 || (c < 2620 - ? (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617) - : (c <= 2620 || (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632))))) - : (c <= 2637 || (c < 2693 - ? (c < 2654 - ? (c < 2649 - ? c == 2641 - : c <= 2652) - : (c <= 2654 || (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691))) - : (c <= 2701 || (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745))))))))))) - : (c <= 2757 || (c < 3168 - ? (c < 2958 - ? (c < 2866 - ? (c < 2809 - ? (c < 2768 - ? (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765) - : (c <= 2768 || (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799))) - : (c <= 2815 || (c < 2831 - ? (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828) - : (c <= 2832 || (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864))))) - : (c <= 2867 || (c < 2908 - ? (c < 2887 - ? (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884) - : (c <= 2888 || (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903))) - : (c <= 2909 || (c < 2929 - ? (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927) - : (c <= 2929 || (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954))))))) - : (c <= 2960 || (c < 3031 - ? (c < 2984 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980))) - : (c <= 2986 || (c < 3014 - ? (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010) - : (c <= 3016 || (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024))))) - : (c <= 3031 || (c < 3132 - ? (c < 3086 - ? (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084) - : (c <= 3088 || (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129))) - : (c <= 3140 || (c < 3157 - ? (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149) - : (c <= 3158 || (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165))))))))) - : (c <= 3171 || (c < 3450 - ? (c < 3293 - ? (c < 3242 - ? (c < 3205 - ? (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203) - : (c <= 3212 || (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240))) - : (c <= 3251 || (c < 3270 - ? (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268) - : (c <= 3272 || (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286))))) - : (c <= 3294 || (c < 3346 - ? (c < 3313 - ? (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311) - : (c <= 3314 || (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344))) - : (c <= 3396 || (c < 3412 - ? (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406) - : (c <= 3415 || (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439))))))) - : (c <= 3455 || (c < 3570 - ? (c < 3520 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478) - : (c <= 3505 || (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517))) - : (c <= 3526 || (c < 3542 - ? (c < 3535 - ? c == 3530 - : c <= 3540) - : (c <= 3542 || (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567))))) - : (c <= 3571 || (c < 3718 - ? (c < 3664 - ? (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662) - : (c <= 3673 || (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716))) - : (c <= 3722 || (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym_identifier_character_set_7(int32_t c) { - return (c < 43642 - ? (c < 3784 - ? (c < 2759 - ? (c < 2048 - ? (c < 1155 - ? (c < 736 - ? (c < 183 - ? (c < 'a' - ? (c < 'A' - ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= 'z' || (c < 181 - ? c == 170 - : c <= 181))) - : (c <= 183 || (c < 216 - ? (c < 192 - ? c == 186 - : c <= 214) - : (c <= 246 || (c < 710 - ? (c >= 248 && c <= 705) - : c <= 721))))) - : (c <= 740 || (c < 895 - ? (c < 768 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c < 891 - ? (c >= 886 && c <= 887) - : c <= 893))) - : (c <= 895 || (c < 910 - ? (c < 908 - ? (c >= 902 && c <= 906) - : c <= 908) - : (c <= 929 || (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153))))))) - : (c <= 1159 || (c < 1552 - ? (c < 1471 - ? (c < 1369 - ? (c < 1329 - ? (c >= 1162 && c <= 1327) - : c <= 1366) - : (c <= 1369 || (c < 1425 - ? (c >= 1376 && c <= 1416) - : c <= 1469))) - : (c <= 1471 || (c < 1479 - ? (c < 1476 - ? (c >= 1473 && c <= 1474) - : c <= 1477) - : (c <= 1479 || (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522))))) - : (c <= 1562 || (c < 1791 - ? (c < 1749 - ? (c < 1646 - ? (c >= 1568 && c <= 1641) - : c <= 1747) - : (c <= 1756 || (c < 1770 - ? (c >= 1759 && c <= 1768) - : c <= 1788))) - : (c <= 1791 || (c < 1984 - ? (c < 1869 - ? (c >= 1808 && c <= 1866) - : c <= 1969) - : (c <= 2037 || (c < 2045 - ? c == 2042 - : c <= 2045))))))))) - : (c <= 2093 || (c < 2561 - ? (c < 2474 - ? (c < 2275 - ? (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2139) - : c <= 2154) - : (c <= 2183 || (c < 2200 - ? (c >= 2185 && c <= 2190) - : c <= 2273))) - : (c <= 2403 || (c < 2437 - ? (c < 2417 - ? (c >= 2406 && c <= 2415) - : c <= 2435) - : (c <= 2444 || (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472))))) - : (c <= 2480 || (c < 2519 - ? (c < 2492 - ? (c < 2486 - ? c == 2482 - : c <= 2489) - : (c <= 2500 || (c < 2507 - ? (c >= 2503 && c <= 2504) - : c <= 2510))) - : (c <= 2519 || (c < 2534 - ? (c < 2527 - ? (c >= 2524 && c <= 2525) - : c <= 2531) - : (c <= 2545 || (c < 2558 - ? c == 2556 - : c <= 2558))))))) - : (c <= 2563 || (c < 2641 - ? (c < 2613 - ? (c < 2579 - ? (c < 2575 - ? (c >= 2565 && c <= 2570) - : c <= 2576) - : (c <= 2600 || (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611))) - : (c <= 2614 || (c < 2622 - ? (c < 2620 - ? (c >= 2616 && c <= 2617) - : c <= 2620) - : (c <= 2626 || (c < 2635 - ? (c >= 2631 && c <= 2632) - : c <= 2637))))) - : (c <= 2641 || (c < 2703 - ? (c < 2662 - ? (c < 2654 - ? (c >= 2649 && c <= 2652) - : c <= 2654) - : (c <= 2677 || (c < 2693 - ? (c >= 2689 && c <= 2691) - : c <= 2701))) - : (c <= 2705 || (c < 2738 - ? (c < 2730 - ? (c >= 2707 && c <= 2728) - : c <= 2736) - : (c <= 2739 || (c < 2748 - ? (c >= 2741 && c <= 2745) - : c <= 2757))))))))))) - : (c <= 2761 || (c < 3174 - ? (c < 2962 - ? (c < 2869 - ? (c < 2817 - ? (c < 2784 - ? (c < 2768 - ? (c >= 2763 && c <= 2765) - : c <= 2768) - : (c <= 2787 || (c < 2809 - ? (c >= 2790 && c <= 2799) - : c <= 2815))) - : (c <= 2819 || (c < 2835 - ? (c < 2831 - ? (c >= 2821 && c <= 2828) - : c <= 2832) - : (c <= 2856 || (c < 2866 - ? (c >= 2858 && c <= 2864) - : c <= 2867))))) - : (c <= 2873 || (c < 2911 - ? (c < 2891 - ? (c < 2887 - ? (c >= 2876 && c <= 2884) - : c <= 2888) - : (c <= 2893 || (c < 2908 - ? (c >= 2901 && c <= 2903) - : c <= 2909))) - : (c <= 2915 || (c < 2946 - ? (c < 2929 - ? (c >= 2918 && c <= 2927) - : c <= 2929) - : (c <= 2947 || (c < 2958 - ? (c >= 2949 && c <= 2954) - : c <= 2960))))))) - : (c <= 2965 || (c < 3046 - ? (c < 2990 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c < 2984 - ? (c >= 2979 && c <= 2980) - : c <= 2986))) - : (c <= 3001 || (c < 3018 - ? (c < 3014 - ? (c >= 3006 && c <= 3010) - : c <= 3016) - : (c <= 3021 || (c < 3031 - ? c == 3024 - : c <= 3031))))) - : (c <= 3055 || (c < 3142 - ? (c < 3090 - ? (c < 3086 - ? (c >= 3072 && c <= 3084) - : c <= 3088) - : (c <= 3112 || (c < 3132 - ? (c >= 3114 && c <= 3129) - : c <= 3140))) - : (c <= 3144 || (c < 3160 - ? (c < 3157 - ? (c >= 3146 && c <= 3149) - : c <= 3158) - : (c <= 3162 || (c < 3168 - ? c == 3165 - : c <= 3171))))))))) - : (c <= 3183 || (c < 3457 - ? (c < 3296 - ? (c < 3253 - ? (c < 3214 - ? (c < 3205 - ? (c >= 3200 && c <= 3203) - : c <= 3212) - : (c <= 3216 || (c < 3242 - ? (c >= 3218 && c <= 3240) - : c <= 3251))) - : (c <= 3257 || (c < 3274 - ? (c < 3270 - ? (c >= 3260 && c <= 3268) - : c <= 3272) - : (c <= 3277 || (c < 3293 - ? (c >= 3285 && c <= 3286) - : c <= 3294))))) - : (c <= 3299 || (c < 3398 - ? (c < 3328 - ? (c < 3313 - ? (c >= 3302 && c <= 3311) - : c <= 3314) - : (c <= 3340 || (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3396))) - : (c <= 3400 || (c < 3423 - ? (c < 3412 - ? (c >= 3402 && c <= 3406) - : c <= 3415) - : (c <= 3427 || (c < 3450 - ? (c >= 3430 && c <= 3439) - : c <= 3455))))))) - : (c <= 3459 || (c < 3585 - ? (c < 3530 - ? (c < 3507 - ? (c < 3482 - ? (c >= 3461 && c <= 3478) - : c <= 3505) - : (c <= 3515 || (c < 3520 - ? c == 3517 - : c <= 3526))) - : (c <= 3530 || (c < 3544 - ? (c < 3542 - ? (c >= 3535 && c <= 3540) - : c <= 3542) - : (c <= 3551 || (c < 3570 - ? (c >= 3558 && c <= 3567) - : c <= 3571))))) - : (c <= 3642 || (c < 3724 - ? (c < 3713 - ? (c < 3664 - ? (c >= 3648 && c <= 3662) - : c <= 3673) - : (c <= 3714 || (c < 3718 - ? c == 3716 - : c <= 3722))) - : (c <= 3747 || (c < 3776 - ? (c < 3751 - ? c == 3749 - : c <= 3773) - : (c <= 3780 || c == 3782)))))))))))) - : (c <= 3789 || (c < 8027 - ? (c < 5919 - ? (c < 4696 - ? (c < 3974 - ? (c < 3893 - ? (c < 3840 - ? (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807) - : (c <= 3840 || (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881))) - : (c <= 3893 || (c < 3902 - ? (c < 3897 - ? c == 3895 - : c <= 3897) - : (c <= 3911 || (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972))))) - : (c <= 3991 || (c < 4295 - ? (c < 4096 - ? (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038) - : (c <= 4169 || (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694))))))) - : (c <= 4696 || (c < 4888 - ? (c < 4792 - ? (c < 4746 - ? (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744) - : (c <= 4749 || (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789))) - : (c <= 4798 || (c < 4808 - ? (c < 4802 - ? c == 4800 - : c <= 4805) - : (c <= 4822 || (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885))))) - : (c <= 4954 || (c < 5121 - ? (c < 4992 - ? (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977) - : (c <= 5007 || (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117))) - : (c <= 5740 || (c < 5792 - ? (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786) - : (c <= 5866 || (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909))))))))) - : (c <= 5940 || (c < 6752 - ? (c < 6272 - ? (c < 6103 - ? (c < 5998 - ? (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996) - : (c <= 6000 || (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099))) - : (c <= 6103 || (c < 6155 - ? (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121) - : (c <= 6157 || (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264))))) - : (c <= 6314 || (c < 6512 - ? (c < 6432 - ? (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430) - : (c <= 6443 || (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509))) - : (c <= 6516 || (c < 6608 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6618 || (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750))))))) - : (c <= 6780 || (c < 7245 - ? (c < 6912 - ? (c < 6823 - ? (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809) - : (c <= 6823 || (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862))) - : (c <= 6988 || (c < 7040 - ? (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027) - : (c <= 7155 || (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241))))) - : (c <= 7293 || (c < 7424 - ? (c < 7357 - ? (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354) - : (c <= 7359 || (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418))) - : (c <= 7957 || (c < 8008 - ? (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005) - : (c <= 8013 || (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025))))))))))) - : (c <= 8027 || (c < 11728 - ? (c < 8469 - ? (c < 8182 - ? (c < 8130 - ? (c < 8064 - ? (c < 8031 - ? c == 8029 - : c <= 8061) - : (c <= 8116 || (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126))) - : (c <= 8132 || (c < 8150 - ? (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147) - : (c <= 8155 || (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180))))) - : (c <= 8188 || (c < 8400 - ? (c < 8305 - ? (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276) - : (c <= 8305 || (c < 8336 - ? c == 8319 - : c <= 8348))) - : (c <= 8412 || (c < 8450 - ? (c < 8421 - ? c == 8417 - : c <= 8432) - : (c <= 8450 || (c < 8458 - ? c == 8455 - : c <= 8467))))))) - : (c <= 8469 || (c < 11520 - ? (c < 8508 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || (c < 8490 - ? c == 8488 - : c <= 8505))) - : (c <= 8511 || (c < 8544 - ? (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526) - : (c <= 8584 || (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507))))) - : (c <= 11557 || (c < 11680 - ? (c < 11568 - ? (c < 11565 - ? c == 11559 - : c <= 11565) - : (c <= 11623 || (c < 11647 - ? c == 11631 - : c <= 11670))) - : (c <= 11686 || (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726))))))))) - : (c <= 11734 || (c < 42775 - ? (c < 12549 - ? (c < 12344 - ? (c < 12293 - ? (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775) - : (c <= 12295 || (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341))) - : (c <= 12348 || (c < 12445 - ? (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))))) - : (c <= 12591 || (c < 42192 - ? (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124))) - : (c <= 42237 || (c < 42560 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539) - : (c <= 42607 || (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737))))))) - : (c <= 42783 || (c < 43259 - ? (c < 42994 - ? (c < 42960 - ? (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954) - : (c <= 42961 || (c < 42965 - ? c == 42963 - : c <= 42969))) - : (c <= 43047 || (c < 43136 - ? (c < 43072 - ? c == 43052 - : c <= 43123) - : (c <= 43205 || (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255))))) - : (c <= 43259 || (c < 43488 - ? (c < 43360 - ? (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347) - : (c <= 43388 || (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481))) - : (c <= 43518 || (c < 43600 - ? (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597) - : (c <= 43609 || (c >= 43616 && c <= 43638))))))))))))))) - : (c <= 43714 || (c < 71472 - ? (c < 67644 - ? (c < 65382 - ? (c < 64318 - ? (c < 44012 - ? (c < 43793 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43759) - : (c <= 43766 || (c < 43785 - ? (c >= 43777 && c <= 43782) - : c <= 43790))) - : (c <= 43798 || (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c < 43888 - ? (c >= 43868 && c <= 43881) - : c <= 44010))))) - : (c <= 44013 || (c < 64112 - ? (c < 55216 - ? (c < 44032 - ? (c >= 44016 && c <= 44025) - : c <= 55203) - : (c <= 55238 || (c < 63744 - ? (c >= 55243 && c <= 55291) - : c <= 64109))) - : (c <= 64217 || (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64296 || (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316))))))) - : (c <= 64318 || (c < 65101 - ? (c < 64848 - ? (c < 64326 - ? (c < 64323 - ? (c >= 64320 && c <= 64321) - : c <= 64324) - : (c <= 64433 || (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829))) - : (c <= 64911 || (c < 65024 - ? (c < 65008 - ? (c >= 64914 && c <= 64967) - : c <= 65017) - : (c <= 65039 || (c < 65075 - ? (c >= 65056 && c <= 65071) - : c <= 65076))))) - : (c <= 65103 || (c < 65149 - ? (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))) - : (c <= 65149 || (c < 65313 - ? (c < 65296 - ? (c >= 65151 && c <= 65276) - : c <= 65305) - : (c <= 65338 || (c < 65345 - ? c == 65343 - : c <= 65370))))))))) - : (c <= 65470 || (c < 66560 - ? (c < 65856 - ? (c < 65549 - ? (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c < 65536 - ? (c >= 65498 && c <= 65500) - : c <= 65547))) - : (c <= 65574 || (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786))))) - : (c <= 65908 || (c < 66349 - ? (c < 66208 - ? (c < 66176 - ? c == 66045 - : c <= 66204) - : (c <= 66256 || (c < 66304 - ? c == 66272 - : c <= 66335))) - : (c <= 66378 || (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66426) - : c <= 66461) - : (c <= 66499 || (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517))))))) - : (c <= 66717 || (c < 66995 - ? (c < 66928 - ? (c < 66776 - ? (c < 66736 - ? (c >= 66720 && c <= 66729) - : c <= 66771) - : (c <= 66811 || (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915))) - : (c <= 66938 || (c < 66964 - ? (c < 66956 - ? (c >= 66940 && c <= 66954) - : c <= 66962) - : (c <= 66965 || (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993))))) - : (c <= 67001 || (c < 67463 - ? (c < 67392 - ? (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382) - : (c <= 67413 || (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461))) - : (c <= 67504 || (c < 67592 - ? (c < 67584 - ? (c >= 67506 && c <= 67514) - : c <= 67589) - : (c <= 67592 || (c < 67639 - ? (c >= 67594 && c <= 67637) - : c <= 67640))))))))))) - : (c <= 67644 || (c < 69968 - ? (c < 68480 - ? (c < 68108 - ? (c < 67840 - ? (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c < 67828 - ? (c >= 67808 && c <= 67826) - : c <= 67829))) - : (c <= 67861 || (c < 68030 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : c <= 68023) - : (c <= 68031 || (c < 68101 - ? (c >= 68096 && c <= 68099) - : c <= 68102))))) - : (c <= 68115 || (c < 68224 - ? (c < 68152 - ? (c < 68121 - ? (c >= 68117 && c <= 68119) - : c <= 68149) - : (c <= 68154 || (c < 68192 - ? c == 68159 - : c <= 68220))) - : (c <= 68252 || (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68326) - : (c <= 68405 || (c < 68448 - ? (c >= 68416 && c <= 68437) - : c <= 68466))))))) - : (c <= 68497 || (c < 69488 - ? (c < 69248 - ? (c < 68800 - ? (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786) - : (c <= 68850 || (c < 68912 - ? (c >= 68864 && c <= 68903) - : c <= 68921))) - : (c <= 69289 || (c < 69376 - ? (c < 69296 - ? (c >= 69291 && c <= 69292) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69456))))) - : (c <= 69509 || (c < 69826 - ? (c < 69632 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69702 || (c < 69759 - ? (c >= 69734 && c <= 69749) - : c <= 69818))) - : (c <= 69826 || (c < 69888 - ? (c < 69872 - ? (c >= 69840 && c <= 69864) - : c <= 69881) - : (c <= 69940 || (c < 69956 - ? (c >= 69942 && c <= 69951) - : c <= 69959))))))))) - : (c <= 70003 || (c < 70471 - ? (c < 70287 - ? (c < 70144 - ? (c < 70089 - ? (c < 70016 - ? c == 70006 - : c <= 70084) - : (c <= 70092 || (c < 70108 - ? (c >= 70094 && c <= 70106) - : c <= 70108))) - : (c <= 70161 || (c < 70272 - ? (c < 70206 - ? (c >= 70163 && c <= 70199) - : c <= 70206) - : (c <= 70278 || (c < 70282 - ? c == 70280 - : c <= 70285))))) - : (c <= 70301 || (c < 70415 - ? (c < 70384 - ? (c < 70320 - ? (c >= 70303 && c <= 70312) - : c <= 70378) - : (c <= 70393 || (c < 70405 - ? (c >= 70400 && c <= 70403) - : c <= 70412))) - : (c <= 70416 || (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c < 70459 - ? (c >= 70453 && c <= 70457) - : c <= 70468))))))) - : (c <= 70472 || (c < 70864 - ? (c < 70512 - ? (c < 70487 - ? (c < 70480 - ? (c >= 70475 && c <= 70477) - : c <= 70480) - : (c <= 70487 || (c < 70502 - ? (c >= 70493 && c <= 70499) - : c <= 70508))) - : (c <= 70516 || (c < 70750 - ? (c < 70736 - ? (c >= 70656 && c <= 70730) - : c <= 70745) - : (c <= 70753 || (c < 70855 - ? (c >= 70784 && c <= 70853) - : c <= 70855))))) - : (c <= 70873 || (c < 71248 - ? (c < 71128 - ? (c < 71096 - ? (c >= 71040 && c <= 71093) - : c <= 71104) - : (c <= 71133 || (c < 71236 - ? (c >= 71168 && c <= 71232) - : c <= 71236))) - : (c <= 71257 || (c < 71424 - ? (c < 71360 - ? (c >= 71296 && c <= 71352) - : c <= 71369) - : (c <= 71450 || (c >= 71453 && c <= 71467))))))))))))) - : (c <= 71481 || (c < 119973 - ? (c < 82944 - ? (c < 72784 - ? (c < 72096 - ? (c < 71948 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71738) - : (c <= 71913 || (c < 71945 - ? (c >= 71935 && c <= 71942) - : c <= 71945))) - : (c <= 71955 || (c < 71991 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71989) - : (c <= 71992 || (c < 72016 - ? (c >= 71995 && c <= 72003) - : c <= 72025))))) - : (c <= 72103 || (c < 72272 - ? (c < 72163 - ? (c < 72154 - ? (c >= 72106 && c <= 72151) - : c <= 72161) - : (c <= 72164 || (c < 72263 - ? (c >= 72192 && c <= 72254) - : c <= 72263))) - : (c <= 72345 || (c < 72704 - ? (c < 72368 - ? c == 72349 - : c <= 72440) - : (c <= 72712 || (c < 72760 - ? (c >= 72714 && c <= 72758) - : c <= 72768))))))) - : (c <= 72793 || (c < 73063 - ? (c < 72971 - ? (c < 72873 - ? (c < 72850 - ? (c >= 72818 && c <= 72847) - : c <= 72871) - : (c <= 72886 || (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969))) - : (c <= 73014 || (c < 73023 - ? (c < 73020 - ? c == 73018 - : c <= 73021) - : (c <= 73031 || (c < 73056 - ? (c >= 73040 && c <= 73049) - : c <= 73061))))) - : (c <= 73064 || (c < 73648 - ? (c < 73107 - ? (c < 73104 - ? (c >= 73066 && c <= 73102) - : c <= 73105) - : (c <= 73112 || (c < 73440 - ? (c >= 73120 && c <= 73129) - : c <= 73462))) - : (c <= 73648 || (c < 74880 - ? (c < 74752 - ? (c >= 73728 && c <= 74649) - : c <= 74862) - : (c <= 75075 || (c < 77824 - ? (c >= 77712 && c <= 77808) - : c <= 78894))))))))) - : (c <= 83526 || (c < 110581 - ? (c < 93053 - ? (c < 92880 - ? (c < 92768 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92777 || (c < 92864 - ? (c >= 92784 && c <= 92862) - : c <= 92873))) - : (c <= 92909 || (c < 92992 - ? (c < 92928 - ? (c >= 92912 && c <= 92916) - : c <= 92982) - : (c <= 92995 || (c < 93027 - ? (c >= 93008 && c <= 93017) - : c <= 93047))))) - : (c <= 93071 || (c < 94179 - ? (c < 94031 - ? (c < 93952 - ? (c >= 93760 && c <= 93823) - : c <= 94026) - : (c <= 94087 || (c < 94176 - ? (c >= 94095 && c <= 94111) - : c <= 94177))) - : (c <= 94180 || (c < 100352 - ? (c < 94208 - ? (c >= 94192 && c <= 94193) - : c <= 100343) - : (c <= 101589 || (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579))))))) - : (c <= 110587 || (c < 118576 - ? (c < 113664 - ? (c < 110928 - ? (c < 110592 - ? (c >= 110589 && c <= 110590) - : c <= 110882) - : (c <= 110930 || (c < 110960 - ? (c >= 110948 && c <= 110951) - : c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c < 118528 - ? (c >= 113821 && c <= 113822) - : c <= 118573))))) - : (c <= 118598 || (c < 119362 - ? (c < 119163 - ? (c < 119149 - ? (c >= 119141 && c <= 119145) - : c <= 119154) - : (c <= 119170 || (c < 119210 - ? (c >= 119173 && c <= 119179) - : c <= 119213))) - : (c <= 119364 || (c < 119966 - ? (c < 119894 - ? (c >= 119808 && c <= 119892) - : c <= 119964) - : (c <= 119967 || c == 119970)))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym__long_flag_identifier_character_set_1(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2741 - ? (c < 2042 - ? (c < 931 - ? (c < 248 - ? (c < 170 - ? (c < 'A' - ? (c < '0' - ? c == '-' - : c <= '9') - : (c <= 'Z' || (c < 'a' - ? c == '_' - : c <= 'z'))) - : (c <= 170 || (c < 186 - ? (c < 183 - ? c == 181 - : c <= 183) - : (c <= 186 || (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246))))) - : (c <= 705 || (c < 886 - ? (c < 748 - ? (c < 736 - ? (c >= 710 && c <= 721) - : c <= 740) - : (c <= 748 || (c < 768 - ? c == 750 - : c <= 884))) - : (c <= 887 || (c < 902 - ? (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895) - : (c <= 906 || (c < 910 - ? c == 908 - : c <= 929))))))) - : (c <= 1013 || (c < 1488 - ? (c < 1376 - ? (c < 1162 - ? (c < 1155 - ? (c >= 1015 && c <= 1153) - : c <= 1159) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1473 - ? (c < 1471 - ? (c >= 1425 && c <= 1469) - : c <= 1471) - : (c <= 1474 || (c < 1479 - ? (c >= 1476 && c <= 1477) - : c <= 1479))))) - : (c <= 1514 || (c < 1759 - ? (c < 1568 - ? (c < 1552 - ? (c >= 1519 && c <= 1522) - : c <= 1562) - : (c <= 1641 || (c < 1749 - ? (c >= 1646 && c <= 1747) - : c <= 1756))) - : (c <= 1768 || (c < 1808 - ? (c < 1791 - ? (c >= 1770 && c <= 1788) - : c <= 1791) - : (c <= 1866 || (c < 1984 - ? (c >= 1869 && c <= 1969) - : c <= 2037))))))))) - : (c <= 2042 || (c < 2556 - ? (c < 2447 - ? (c < 2185 - ? (c < 2112 - ? (c < 2048 - ? c == 2045 - : c <= 2093) - : (c <= 2139 || (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183))) - : (c <= 2190 || (c < 2406 - ? (c < 2275 - ? (c >= 2200 && c <= 2273) - : c <= 2403) - : (c <= 2415 || (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444))))) - : (c <= 2448 || (c < 2503 - ? (c < 2482 - ? (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480) - : (c <= 2482 || (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500))) - : (c <= 2504 || (c < 2524 - ? (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519) - : (c <= 2525 || (c < 2534 - ? (c >= 2527 && c <= 2531) - : c <= 2545))))))) - : (c <= 2556 || (c < 2631 - ? (c < 2602 - ? (c < 2565 - ? (c < 2561 - ? c == 2558 - : c <= 2563) - : (c <= 2570 || (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600))) - : (c <= 2608 || (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c < 2622 - ? c == 2620 - : c <= 2626))))) - : (c <= 2632 || (c < 2689 - ? (c < 2649 - ? (c < 2641 - ? (c >= 2635 && c <= 2637) - : c <= 2641) - : (c <= 2652 || (c < 2662 - ? c == 2654 - : c <= 2677))) - : (c <= 2691 || (c < 2707 - ? (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705) - : (c <= 2728 || (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739))))))))))) - : (c <= 2745 || (c < 3165 - ? (c < 2949 - ? (c < 2858 - ? (c < 2790 - ? (c < 2763 - ? (c < 2759 - ? (c >= 2748 && c <= 2757) - : c <= 2761) - : (c <= 2765 || (c < 2784 - ? c == 2768 - : c <= 2787))) - : (c <= 2799 || (c < 2821 - ? (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819) - : (c <= 2828 || (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856))))) - : (c <= 2864 || (c < 2901 - ? (c < 2876 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2884 || (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893))) - : (c <= 2903 || (c < 2918 - ? (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915) - : (c <= 2927 || (c < 2946 - ? c == 2929 - : c <= 2947))))))) - : (c <= 2954 || (c < 3024 - ? (c < 2979 - ? (c < 2969 - ? (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965) - : (c <= 2970 || (c < 2974 - ? c == 2972 - : c <= 2975))) - : (c <= 2980 || (c < 3006 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3010 || (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021))))) - : (c <= 3024 || (c < 3114 - ? (c < 3072 - ? (c < 3046 - ? c == 3031 - : c <= 3055) - : (c <= 3084 || (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112))) - : (c <= 3129 || (c < 3146 - ? (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144) - : (c <= 3149 || (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162))))))))) - : (c <= 3165 || (c < 3430 - ? (c < 3285 - ? (c < 3218 - ? (c < 3200 - ? (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183) - : (c <= 3203 || (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216))) - : (c <= 3240 || (c < 3260 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3268 || (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277))))) - : (c <= 3286 || (c < 3342 - ? (c < 3302 - ? (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299) - : (c <= 3311 || (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3402 - ? (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400) - : (c <= 3406 || (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427))))))) - : (c <= 3439 || (c < 3558 - ? (c < 3517 - ? (c < 3461 - ? (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459) - : (c <= 3478 || (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515))) - : (c <= 3517 || (c < 3535 - ? (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530) - : (c <= 3540 || (c < 3544 - ? c == 3542 - : c <= 3551))))) - : (c <= 3567 || (c < 3716 - ? (c < 3648 - ? (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642) - : (c <= 3662 || (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714))) - : (c <= 3716 || (c < 3749 - ? (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747) - : (c <= 3749 || (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym__long_flag_identifier_character_set_2(int32_t c) { - return (c < 43642 - ? (c < 3784 - ? (c < 2759 - ? (c < 2048 - ? (c < 1155 - ? (c < 736 - ? (c < 183 - ? (c < 'a' - ? (c < 'A' - ? c == '-' - : c <= 'Z') - : (c <= 'z' || (c < 181 - ? c == 170 - : c <= 181))) - : (c <= 183 || (c < 216 - ? (c < 192 - ? c == 186 - : c <= 214) - : (c <= 246 || (c < 710 - ? (c >= 248 && c <= 705) - : c <= 721))))) - : (c <= 740 || (c < 895 - ? (c < 768 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c < 891 - ? (c >= 886 && c <= 887) - : c <= 893))) - : (c <= 895 || (c < 910 - ? (c < 908 - ? (c >= 902 && c <= 906) - : c <= 908) - : (c <= 929 || (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153))))))) - : (c <= 1159 || (c < 1552 - ? (c < 1471 - ? (c < 1369 - ? (c < 1329 - ? (c >= 1162 && c <= 1327) - : c <= 1366) - : (c <= 1369 || (c < 1425 - ? (c >= 1376 && c <= 1416) - : c <= 1469))) - : (c <= 1471 || (c < 1479 - ? (c < 1476 - ? (c >= 1473 && c <= 1474) - : c <= 1477) - : (c <= 1479 || (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522))))) - : (c <= 1562 || (c < 1791 - ? (c < 1749 - ? (c < 1646 - ? (c >= 1568 && c <= 1641) - : c <= 1747) - : (c <= 1756 || (c < 1770 - ? (c >= 1759 && c <= 1768) - : c <= 1788))) - : (c <= 1791 || (c < 1984 - ? (c < 1869 - ? (c >= 1808 && c <= 1866) - : c <= 1969) - : (c <= 2037 || (c < 2045 - ? c == 2042 - : c <= 2045))))))))) - : (c <= 2093 || (c < 2561 - ? (c < 2474 - ? (c < 2275 - ? (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2139) - : c <= 2154) - : (c <= 2183 || (c < 2200 - ? (c >= 2185 && c <= 2190) - : c <= 2273))) - : (c <= 2403 || (c < 2437 - ? (c < 2417 - ? (c >= 2406 && c <= 2415) - : c <= 2435) - : (c <= 2444 || (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472))))) - : (c <= 2480 || (c < 2519 - ? (c < 2492 - ? (c < 2486 - ? c == 2482 - : c <= 2489) - : (c <= 2500 || (c < 2507 - ? (c >= 2503 && c <= 2504) - : c <= 2510))) - : (c <= 2519 || (c < 2534 - ? (c < 2527 - ? (c >= 2524 && c <= 2525) - : c <= 2531) - : (c <= 2545 || (c < 2558 - ? c == 2556 - : c <= 2558))))))) - : (c <= 2563 || (c < 2641 - ? (c < 2613 - ? (c < 2579 - ? (c < 2575 - ? (c >= 2565 && c <= 2570) - : c <= 2576) - : (c <= 2600 || (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611))) - : (c <= 2614 || (c < 2622 - ? (c < 2620 - ? (c >= 2616 && c <= 2617) - : c <= 2620) - : (c <= 2626 || (c < 2635 - ? (c >= 2631 && c <= 2632) - : c <= 2637))))) - : (c <= 2641 || (c < 2703 - ? (c < 2662 - ? (c < 2654 - ? (c >= 2649 && c <= 2652) - : c <= 2654) - : (c <= 2677 || (c < 2693 - ? (c >= 2689 && c <= 2691) - : c <= 2701))) - : (c <= 2705 || (c < 2738 - ? (c < 2730 - ? (c >= 2707 && c <= 2728) - : c <= 2736) - : (c <= 2739 || (c < 2748 - ? (c >= 2741 && c <= 2745) - : c <= 2757))))))))))) - : (c <= 2761 || (c < 3174 - ? (c < 2962 - ? (c < 2869 - ? (c < 2817 - ? (c < 2784 - ? (c < 2768 - ? (c >= 2763 && c <= 2765) - : c <= 2768) - : (c <= 2787 || (c < 2809 - ? (c >= 2790 && c <= 2799) - : c <= 2815))) - : (c <= 2819 || (c < 2835 - ? (c < 2831 - ? (c >= 2821 && c <= 2828) - : c <= 2832) - : (c <= 2856 || (c < 2866 - ? (c >= 2858 && c <= 2864) - : c <= 2867))))) - : (c <= 2873 || (c < 2911 - ? (c < 2891 - ? (c < 2887 - ? (c >= 2876 && c <= 2884) - : c <= 2888) - : (c <= 2893 || (c < 2908 - ? (c >= 2901 && c <= 2903) - : c <= 2909))) - : (c <= 2915 || (c < 2946 - ? (c < 2929 - ? (c >= 2918 && c <= 2927) - : c <= 2929) - : (c <= 2947 || (c < 2958 - ? (c >= 2949 && c <= 2954) - : c <= 2960))))))) - : (c <= 2965 || (c < 3046 - ? (c < 2990 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c < 2984 - ? (c >= 2979 && c <= 2980) - : c <= 2986))) - : (c <= 3001 || (c < 3018 - ? (c < 3014 - ? (c >= 3006 && c <= 3010) - : c <= 3016) - : (c <= 3021 || (c < 3031 - ? c == 3024 - : c <= 3031))))) - : (c <= 3055 || (c < 3142 - ? (c < 3090 - ? (c < 3086 - ? (c >= 3072 && c <= 3084) - : c <= 3088) - : (c <= 3112 || (c < 3132 - ? (c >= 3114 && c <= 3129) - : c <= 3140))) - : (c <= 3144 || (c < 3160 - ? (c < 3157 - ? (c >= 3146 && c <= 3149) - : c <= 3158) - : (c <= 3162 || (c < 3168 - ? c == 3165 - : c <= 3171))))))))) - : (c <= 3183 || (c < 3457 - ? (c < 3296 - ? (c < 3253 - ? (c < 3214 - ? (c < 3205 - ? (c >= 3200 && c <= 3203) - : c <= 3212) - : (c <= 3216 || (c < 3242 - ? (c >= 3218 && c <= 3240) - : c <= 3251))) - : (c <= 3257 || (c < 3274 - ? (c < 3270 - ? (c >= 3260 && c <= 3268) - : c <= 3272) - : (c <= 3277 || (c < 3293 - ? (c >= 3285 && c <= 3286) - : c <= 3294))))) - : (c <= 3299 || (c < 3398 - ? (c < 3328 - ? (c < 3313 - ? (c >= 3302 && c <= 3311) - : c <= 3314) - : (c <= 3340 || (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3396))) - : (c <= 3400 || (c < 3423 - ? (c < 3412 - ? (c >= 3402 && c <= 3406) - : c <= 3415) - : (c <= 3427 || (c < 3450 - ? (c >= 3430 && c <= 3439) - : c <= 3455))))))) - : (c <= 3459 || (c < 3585 - ? (c < 3530 - ? (c < 3507 - ? (c < 3482 - ? (c >= 3461 && c <= 3478) - : c <= 3505) - : (c <= 3515 || (c < 3520 - ? c == 3517 - : c <= 3526))) - : (c <= 3530 || (c < 3544 - ? (c < 3542 - ? (c >= 3535 && c <= 3540) - : c <= 3542) - : (c <= 3551 || (c < 3570 - ? (c >= 3558 && c <= 3567) - : c <= 3571))))) - : (c <= 3642 || (c < 3724 - ? (c < 3713 - ? (c < 3664 - ? (c >= 3648 && c <= 3662) - : c <= 3673) - : (c <= 3714 || (c < 3718 - ? c == 3716 - : c <= 3722))) - : (c <= 3747 || (c < 3776 - ? (c < 3751 - ? c == 3749 - : c <= 3773) - : (c <= 3780 || c == 3782)))))))))))) - : (c <= 3789 || (c < 8027 - ? (c < 5919 - ? (c < 4696 - ? (c < 3974 - ? (c < 3893 - ? (c < 3840 - ? (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807) - : (c <= 3840 || (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881))) - : (c <= 3893 || (c < 3902 - ? (c < 3897 - ? c == 3895 - : c <= 3897) - : (c <= 3911 || (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972))))) - : (c <= 3991 || (c < 4295 - ? (c < 4096 - ? (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038) - : (c <= 4169 || (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694))))))) - : (c <= 4696 || (c < 4888 - ? (c < 4792 - ? (c < 4746 - ? (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744) - : (c <= 4749 || (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789))) - : (c <= 4798 || (c < 4808 - ? (c < 4802 - ? c == 4800 - : c <= 4805) - : (c <= 4822 || (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885))))) - : (c <= 4954 || (c < 5121 - ? (c < 4992 - ? (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977) - : (c <= 5007 || (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117))) - : (c <= 5740 || (c < 5792 - ? (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786) - : (c <= 5866 || (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909))))))))) - : (c <= 5940 || (c < 6752 - ? (c < 6272 - ? (c < 6103 - ? (c < 5998 - ? (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996) - : (c <= 6000 || (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099))) - : (c <= 6103 || (c < 6155 - ? (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121) - : (c <= 6157 || (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264))))) - : (c <= 6314 || (c < 6512 - ? (c < 6432 - ? (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430) - : (c <= 6443 || (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509))) - : (c <= 6516 || (c < 6608 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6618 || (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750))))))) - : (c <= 6780 || (c < 7245 - ? (c < 6912 - ? (c < 6823 - ? (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809) - : (c <= 6823 || (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862))) - : (c <= 6988 || (c < 7040 - ? (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027) - : (c <= 7155 || (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241))))) - : (c <= 7293 || (c < 7424 - ? (c < 7357 - ? (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354) - : (c <= 7359 || (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418))) - : (c <= 7957 || (c < 8008 - ? (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005) - : (c <= 8013 || (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025))))))))))) - : (c <= 8027 || (c < 11728 - ? (c < 8469 - ? (c < 8182 - ? (c < 8130 - ? (c < 8064 - ? (c < 8031 - ? c == 8029 - : c <= 8061) - : (c <= 8116 || (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126))) - : (c <= 8132 || (c < 8150 - ? (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147) - : (c <= 8155 || (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180))))) - : (c <= 8188 || (c < 8400 - ? (c < 8305 - ? (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276) - : (c <= 8305 || (c < 8336 - ? c == 8319 - : c <= 8348))) - : (c <= 8412 || (c < 8450 - ? (c < 8421 - ? c == 8417 - : c <= 8432) - : (c <= 8450 || (c < 8458 - ? c == 8455 - : c <= 8467))))))) - : (c <= 8469 || (c < 11520 - ? (c < 8508 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || (c < 8490 - ? c == 8488 - : c <= 8505))) - : (c <= 8511 || (c < 8544 - ? (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526) - : (c <= 8584 || (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507))))) - : (c <= 11557 || (c < 11680 - ? (c < 11568 - ? (c < 11565 - ? c == 11559 - : c <= 11565) - : (c <= 11623 || (c < 11647 - ? c == 11631 - : c <= 11670))) - : (c <= 11686 || (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726))))))))) - : (c <= 11734 || (c < 42775 - ? (c < 12549 - ? (c < 12344 - ? (c < 12293 - ? (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775) - : (c <= 12295 || (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341))) - : (c <= 12348 || (c < 12445 - ? (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))))) - : (c <= 12591 || (c < 42192 - ? (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124))) - : (c <= 42237 || (c < 42560 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539) - : (c <= 42607 || (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737))))))) - : (c <= 42783 || (c < 43259 - ? (c < 42994 - ? (c < 42960 - ? (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954) - : (c <= 42961 || (c < 42965 - ? c == 42963 - : c <= 42969))) - : (c <= 43047 || (c < 43136 - ? (c < 43072 - ? c == 43052 - : c <= 43123) - : (c <= 43205 || (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255))))) - : (c <= 43259 || (c < 43488 - ? (c < 43360 - ? (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347) - : (c <= 43388 || (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481))) - : (c <= 43518 || (c < 43600 - ? (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597) - : (c <= 43609 || (c >= 43616 && c <= 43638))))))))))))))) - : (c <= 43714 || (c < 71472 - ? (c < 67644 - ? (c < 65382 - ? (c < 64318 - ? (c < 44012 - ? (c < 43793 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43759) - : (c <= 43766 || (c < 43785 - ? (c >= 43777 && c <= 43782) - : c <= 43790))) - : (c <= 43798 || (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c < 43888 - ? (c >= 43868 && c <= 43881) - : c <= 44010))))) - : (c <= 44013 || (c < 64112 - ? (c < 55216 - ? (c < 44032 - ? (c >= 44016 && c <= 44025) - : c <= 55203) - : (c <= 55238 || (c < 63744 - ? (c >= 55243 && c <= 55291) - : c <= 64109))) - : (c <= 64217 || (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64296 || (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316))))))) - : (c <= 64318 || (c < 65101 - ? (c < 64848 - ? (c < 64326 - ? (c < 64323 - ? (c >= 64320 && c <= 64321) - : c <= 64324) - : (c <= 64433 || (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829))) - : (c <= 64911 || (c < 65024 - ? (c < 65008 - ? (c >= 64914 && c <= 64967) - : c <= 65017) - : (c <= 65039 || (c < 65075 - ? (c >= 65056 && c <= 65071) - : c <= 65076))))) - : (c <= 65103 || (c < 65149 - ? (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))) - : (c <= 65149 || (c < 65313 - ? (c < 65296 - ? (c >= 65151 && c <= 65276) - : c <= 65305) - : (c <= 65338 || (c < 65345 - ? c == 65343 - : c <= 65370))))))))) - : (c <= 65470 || (c < 66560 - ? (c < 65856 - ? (c < 65549 - ? (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c < 65536 - ? (c >= 65498 && c <= 65500) - : c <= 65547))) - : (c <= 65574 || (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786))))) - : (c <= 65908 || (c < 66349 - ? (c < 66208 - ? (c < 66176 - ? c == 66045 - : c <= 66204) - : (c <= 66256 || (c < 66304 - ? c == 66272 - : c <= 66335))) - : (c <= 66378 || (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66426) - : c <= 66461) - : (c <= 66499 || (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517))))))) - : (c <= 66717 || (c < 66995 - ? (c < 66928 - ? (c < 66776 - ? (c < 66736 - ? (c >= 66720 && c <= 66729) - : c <= 66771) - : (c <= 66811 || (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915))) - : (c <= 66938 || (c < 66964 - ? (c < 66956 - ? (c >= 66940 && c <= 66954) - : c <= 66962) - : (c <= 66965 || (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993))))) - : (c <= 67001 || (c < 67463 - ? (c < 67392 - ? (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382) - : (c <= 67413 || (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461))) - : (c <= 67504 || (c < 67592 - ? (c < 67584 - ? (c >= 67506 && c <= 67514) - : c <= 67589) - : (c <= 67592 || (c < 67639 - ? (c >= 67594 && c <= 67637) - : c <= 67640))))))))))) - : (c <= 67644 || (c < 69968 - ? (c < 68480 - ? (c < 68108 - ? (c < 67840 - ? (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c < 67828 - ? (c >= 67808 && c <= 67826) - : c <= 67829))) - : (c <= 67861 || (c < 68030 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : c <= 68023) - : (c <= 68031 || (c < 68101 - ? (c >= 68096 && c <= 68099) - : c <= 68102))))) - : (c <= 68115 || (c < 68224 - ? (c < 68152 - ? (c < 68121 - ? (c >= 68117 && c <= 68119) - : c <= 68149) - : (c <= 68154 || (c < 68192 - ? c == 68159 - : c <= 68220))) - : (c <= 68252 || (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68326) - : (c <= 68405 || (c < 68448 - ? (c >= 68416 && c <= 68437) - : c <= 68466))))))) - : (c <= 68497 || (c < 69488 - ? (c < 69248 - ? (c < 68800 - ? (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786) - : (c <= 68850 || (c < 68912 - ? (c >= 68864 && c <= 68903) - : c <= 68921))) - : (c <= 69289 || (c < 69376 - ? (c < 69296 - ? (c >= 69291 && c <= 69292) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69456))))) - : (c <= 69509 || (c < 69826 - ? (c < 69632 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69702 || (c < 69759 - ? (c >= 69734 && c <= 69749) - : c <= 69818))) - : (c <= 69826 || (c < 69888 - ? (c < 69872 - ? (c >= 69840 && c <= 69864) - : c <= 69881) - : (c <= 69940 || (c < 69956 - ? (c >= 69942 && c <= 69951) - : c <= 69959))))))))) - : (c <= 70003 || (c < 70471 - ? (c < 70287 - ? (c < 70144 - ? (c < 70089 - ? (c < 70016 - ? c == 70006 - : c <= 70084) - : (c <= 70092 || (c < 70108 - ? (c >= 70094 && c <= 70106) - : c <= 70108))) - : (c <= 70161 || (c < 70272 - ? (c < 70206 - ? (c >= 70163 && c <= 70199) - : c <= 70206) - : (c <= 70278 || (c < 70282 - ? c == 70280 - : c <= 70285))))) - : (c <= 70301 || (c < 70415 - ? (c < 70384 - ? (c < 70320 - ? (c >= 70303 && c <= 70312) - : c <= 70378) - : (c <= 70393 || (c < 70405 - ? (c >= 70400 && c <= 70403) - : c <= 70412))) - : (c <= 70416 || (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c < 70459 - ? (c >= 70453 && c <= 70457) - : c <= 70468))))))) - : (c <= 70472 || (c < 70864 - ? (c < 70512 - ? (c < 70487 - ? (c < 70480 - ? (c >= 70475 && c <= 70477) - : c <= 70480) - : (c <= 70487 || (c < 70502 - ? (c >= 70493 && c <= 70499) - : c <= 70508))) - : (c <= 70516 || (c < 70750 - ? (c < 70736 - ? (c >= 70656 && c <= 70730) - : c <= 70745) - : (c <= 70753 || (c < 70855 - ? (c >= 70784 && c <= 70853) - : c <= 70855))))) - : (c <= 70873 || (c < 71248 - ? (c < 71128 - ? (c < 71096 - ? (c >= 71040 && c <= 71093) - : c <= 71104) - : (c <= 71133 || (c < 71236 - ? (c >= 71168 && c <= 71232) - : c <= 71236))) - : (c <= 71257 || (c < 71424 - ? (c < 71360 - ? (c >= 71296 && c <= 71352) - : c <= 71369) - : (c <= 71450 || (c >= 71453 && c <= 71467))))))))))))) - : (c <= 71481 || (c < 119973 - ? (c < 82944 - ? (c < 72784 - ? (c < 72096 - ? (c < 71948 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71738) - : (c <= 71913 || (c < 71945 - ? (c >= 71935 && c <= 71942) - : c <= 71945))) - : (c <= 71955 || (c < 71991 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71989) - : (c <= 71992 || (c < 72016 - ? (c >= 71995 && c <= 72003) - : c <= 72025))))) - : (c <= 72103 || (c < 72272 - ? (c < 72163 - ? (c < 72154 - ? (c >= 72106 && c <= 72151) - : c <= 72161) - : (c <= 72164 || (c < 72263 - ? (c >= 72192 && c <= 72254) - : c <= 72263))) - : (c <= 72345 || (c < 72704 - ? (c < 72368 - ? c == 72349 - : c <= 72440) - : (c <= 72712 || (c < 72760 - ? (c >= 72714 && c <= 72758) - : c <= 72768))))))) - : (c <= 72793 || (c < 73063 - ? (c < 72971 - ? (c < 72873 - ? (c < 72850 - ? (c >= 72818 && c <= 72847) - : c <= 72871) - : (c <= 72886 || (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969))) - : (c <= 73014 || (c < 73023 - ? (c < 73020 - ? c == 73018 - : c <= 73021) - : (c <= 73031 || (c < 73056 - ? (c >= 73040 && c <= 73049) - : c <= 73061))))) - : (c <= 73064 || (c < 73648 - ? (c < 73107 - ? (c < 73104 - ? (c >= 73066 && c <= 73102) - : c <= 73105) - : (c <= 73112 || (c < 73440 - ? (c >= 73120 && c <= 73129) - : c <= 73462))) - : (c <= 73648 || (c < 74880 - ? (c < 74752 - ? (c >= 73728 && c <= 74649) - : c <= 74862) - : (c <= 75075 || (c < 77824 - ? (c >= 77712 && c <= 77808) - : c <= 78894))))))))) - : (c <= 83526 || (c < 110581 - ? (c < 93053 - ? (c < 92880 - ? (c < 92768 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92777 || (c < 92864 - ? (c >= 92784 && c <= 92862) - : c <= 92873))) - : (c <= 92909 || (c < 92992 - ? (c < 92928 - ? (c >= 92912 && c <= 92916) - : c <= 92982) - : (c <= 92995 || (c < 93027 - ? (c >= 93008 && c <= 93017) - : c <= 93047))))) - : (c <= 93071 || (c < 94179 - ? (c < 94031 - ? (c < 93952 - ? (c >= 93760 && c <= 93823) - : c <= 94026) - : (c <= 94087 || (c < 94176 - ? (c >= 94095 && c <= 94111) - : c <= 94177))) - : (c <= 94180 || (c < 100352 - ? (c < 94208 - ? (c >= 94192 && c <= 94193) - : c <= 100343) - : (c <= 101589 || (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579))))))) - : (c <= 110587 || (c < 118576 - ? (c < 113664 - ? (c < 110928 - ? (c < 110592 - ? (c >= 110589 && c <= 110590) - : c <= 110882) - : (c <= 110930 || (c < 110960 - ? (c >= 110948 && c <= 110951) - : c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c < 118528 - ? (c >= 113821 && c <= 113822) - : c <= 118573))))) - : (c <= 118598 || (c < 119362 - ? (c < 119163 - ? (c < 119149 - ? (c >= 119141 && c <= 119145) - : c <= 119154) - : (c <= 119170 || (c < 119210 - ? (c >= 119173 && c <= 119179) - : c <= 119213))) - : (c <= 119364 || (c < 119966 - ? (c < 119894 - ? (c >= 119808 && c <= 119892) - : c <= 119964) - : (c <= 119967 || c == 119970)))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym__long_flag_identifier_character_set_3(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2741 - ? (c < 2042 - ? (c < 931 - ? (c < 248 - ? (c < 170 - ? (c < 'A' - ? (c < '0' - ? c == '-' - : c <= '9') - : (c <= 'Z' || (c < 'b' - ? c == '_' - : c <= 'z'))) - : (c <= 170 || (c < 186 - ? (c < 183 - ? c == 181 - : c <= 183) - : (c <= 186 || (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246))))) - : (c <= 705 || (c < 886 - ? (c < 748 - ? (c < 736 - ? (c >= 710 && c <= 721) - : c <= 740) - : (c <= 748 || (c < 768 - ? c == 750 - : c <= 884))) - : (c <= 887 || (c < 902 - ? (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895) - : (c <= 906 || (c < 910 - ? c == 908 - : c <= 929))))))) - : (c <= 1013 || (c < 1488 - ? (c < 1376 - ? (c < 1162 - ? (c < 1155 - ? (c >= 1015 && c <= 1153) - : c <= 1159) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1473 - ? (c < 1471 - ? (c >= 1425 && c <= 1469) - : c <= 1471) - : (c <= 1474 || (c < 1479 - ? (c >= 1476 && c <= 1477) - : c <= 1479))))) - : (c <= 1514 || (c < 1759 - ? (c < 1568 - ? (c < 1552 - ? (c >= 1519 && c <= 1522) - : c <= 1562) - : (c <= 1641 || (c < 1749 - ? (c >= 1646 && c <= 1747) - : c <= 1756))) - : (c <= 1768 || (c < 1808 - ? (c < 1791 - ? (c >= 1770 && c <= 1788) - : c <= 1791) - : (c <= 1866 || (c < 1984 - ? (c >= 1869 && c <= 1969) - : c <= 2037))))))))) - : (c <= 2042 || (c < 2556 - ? (c < 2447 - ? (c < 2185 - ? (c < 2112 - ? (c < 2048 - ? c == 2045 - : c <= 2093) - : (c <= 2139 || (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183))) - : (c <= 2190 || (c < 2406 - ? (c < 2275 - ? (c >= 2200 && c <= 2273) - : c <= 2403) - : (c <= 2415 || (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444))))) - : (c <= 2448 || (c < 2503 - ? (c < 2482 - ? (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480) - : (c <= 2482 || (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500))) - : (c <= 2504 || (c < 2524 - ? (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519) - : (c <= 2525 || (c < 2534 - ? (c >= 2527 && c <= 2531) - : c <= 2545))))))) - : (c <= 2556 || (c < 2631 - ? (c < 2602 - ? (c < 2565 - ? (c < 2561 - ? c == 2558 - : c <= 2563) - : (c <= 2570 || (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600))) - : (c <= 2608 || (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c < 2622 - ? c == 2620 - : c <= 2626))))) - : (c <= 2632 || (c < 2689 - ? (c < 2649 - ? (c < 2641 - ? (c >= 2635 && c <= 2637) - : c <= 2641) - : (c <= 2652 || (c < 2662 - ? c == 2654 - : c <= 2677))) - : (c <= 2691 || (c < 2707 - ? (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705) - : (c <= 2728 || (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739))))))))))) - : (c <= 2745 || (c < 3165 - ? (c < 2949 - ? (c < 2858 - ? (c < 2790 - ? (c < 2763 - ? (c < 2759 - ? (c >= 2748 && c <= 2757) - : c <= 2761) - : (c <= 2765 || (c < 2784 - ? c == 2768 - : c <= 2787))) - : (c <= 2799 || (c < 2821 - ? (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819) - : (c <= 2828 || (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856))))) - : (c <= 2864 || (c < 2901 - ? (c < 2876 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2884 || (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893))) - : (c <= 2903 || (c < 2918 - ? (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915) - : (c <= 2927 || (c < 2946 - ? c == 2929 - : c <= 2947))))))) - : (c <= 2954 || (c < 3024 - ? (c < 2979 - ? (c < 2969 - ? (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965) - : (c <= 2970 || (c < 2974 - ? c == 2972 - : c <= 2975))) - : (c <= 2980 || (c < 3006 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3010 || (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021))))) - : (c <= 3024 || (c < 3114 - ? (c < 3072 - ? (c < 3046 - ? c == 3031 - : c <= 3055) - : (c <= 3084 || (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112))) - : (c <= 3129 || (c < 3146 - ? (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144) - : (c <= 3149 || (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162))))))))) - : (c <= 3165 || (c < 3430 - ? (c < 3285 - ? (c < 3218 - ? (c < 3200 - ? (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183) - : (c <= 3203 || (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216))) - : (c <= 3240 || (c < 3260 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3268 || (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277))))) - : (c <= 3286 || (c < 3342 - ? (c < 3302 - ? (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299) - : (c <= 3311 || (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3402 - ? (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400) - : (c <= 3406 || (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427))))))) - : (c <= 3439 || (c < 3558 - ? (c < 3517 - ? (c < 3461 - ? (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459) - : (c <= 3478 || (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515))) - : (c <= 3517 || (c < 3535 - ? (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530) - : (c <= 3540 || (c < 3544 - ? c == 3542 - : c <= 3551))))) - : (c <= 3567 || (c < 3716 - ? (c < 3648 - ? (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642) - : (c <= 3662 || (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714))) - : (c <= 3716 || (c < 3749 - ? (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747) - : (c <= 3749 || (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool sym__long_flag_identifier_character_set_4(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2741 - ? (c < 2042 - ? (c < 931 - ? (c < 248 - ? (c < 170 - ? (c < 'B' - ? (c < '0' - ? c == '-' - : c <= '9') - : (c <= 'Z' || (c < 'b' - ? c == '_' - : c <= 'z'))) - : (c <= 170 || (c < 186 - ? (c < 183 - ? c == 181 - : c <= 183) - : (c <= 186 || (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246))))) - : (c <= 705 || (c < 886 - ? (c < 748 - ? (c < 736 - ? (c >= 710 && c <= 721) - : c <= 740) - : (c <= 748 || (c < 768 - ? c == 750 - : c <= 884))) - : (c <= 887 || (c < 902 - ? (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895) - : (c <= 906 || (c < 910 - ? c == 908 - : c <= 929))))))) - : (c <= 1013 || (c < 1488 - ? (c < 1376 - ? (c < 1162 - ? (c < 1155 - ? (c >= 1015 && c <= 1153) - : c <= 1159) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) - : (c <= 1416 || (c < 1473 - ? (c < 1471 - ? (c >= 1425 && c <= 1469) - : c <= 1471) - : (c <= 1474 || (c < 1479 - ? (c >= 1476 && c <= 1477) - : c <= 1479))))) - : (c <= 1514 || (c < 1759 - ? (c < 1568 - ? (c < 1552 - ? (c >= 1519 && c <= 1522) - : c <= 1562) - : (c <= 1641 || (c < 1749 - ? (c >= 1646 && c <= 1747) - : c <= 1756))) - : (c <= 1768 || (c < 1808 - ? (c < 1791 - ? (c >= 1770 && c <= 1788) - : c <= 1791) - : (c <= 1866 || (c < 1984 - ? (c >= 1869 && c <= 1969) - : c <= 2037))))))))) - : (c <= 2042 || (c < 2556 - ? (c < 2447 - ? (c < 2185 - ? (c < 2112 - ? (c < 2048 - ? c == 2045 - : c <= 2093) - : (c <= 2139 || (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183))) - : (c <= 2190 || (c < 2406 - ? (c < 2275 - ? (c >= 2200 && c <= 2273) - : c <= 2403) - : (c <= 2415 || (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444))))) - : (c <= 2448 || (c < 2503 - ? (c < 2482 - ? (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480) - : (c <= 2482 || (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500))) - : (c <= 2504 || (c < 2524 - ? (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519) - : (c <= 2525 || (c < 2534 - ? (c >= 2527 && c <= 2531) - : c <= 2545))))))) - : (c <= 2556 || (c < 2631 - ? (c < 2602 - ? (c < 2565 - ? (c < 2561 - ? c == 2558 - : c <= 2563) - : (c <= 2570 || (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600))) - : (c <= 2608 || (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c < 2622 - ? c == 2620 - : c <= 2626))))) - : (c <= 2632 || (c < 2689 - ? (c < 2649 - ? (c < 2641 - ? (c >= 2635 && c <= 2637) - : c <= 2641) - : (c <= 2652 || (c < 2662 - ? c == 2654 - : c <= 2677))) - : (c <= 2691 || (c < 2707 - ? (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705) - : (c <= 2728 || (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739))))))))))) - : (c <= 2745 || (c < 3165 - ? (c < 2949 - ? (c < 2858 - ? (c < 2790 - ? (c < 2763 - ? (c < 2759 - ? (c >= 2748 && c <= 2757) - : c <= 2761) - : (c <= 2765 || (c < 2784 - ? c == 2768 - : c <= 2787))) - : (c <= 2799 || (c < 2821 - ? (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819) - : (c <= 2828 || (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856))))) - : (c <= 2864 || (c < 2901 - ? (c < 2876 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2884 || (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893))) - : (c <= 2903 || (c < 2918 - ? (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915) - : (c <= 2927 || (c < 2946 - ? c == 2929 - : c <= 2947))))))) - : (c <= 2954 || (c < 3024 - ? (c < 2979 - ? (c < 2969 - ? (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965) - : (c <= 2970 || (c < 2974 - ? c == 2972 - : c <= 2975))) - : (c <= 2980 || (c < 3006 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3010 || (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021))))) - : (c <= 3024 || (c < 3114 - ? (c < 3072 - ? (c < 3046 - ? c == 3031 - : c <= 3055) - : (c <= 3084 || (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112))) - : (c <= 3129 || (c < 3146 - ? (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144) - : (c <= 3149 || (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162))))))))) - : (c <= 3165 || (c < 3430 - ? (c < 3285 - ? (c < 3218 - ? (c < 3200 - ? (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183) - : (c <= 3203 || (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216))) - : (c <= 3240 || (c < 3260 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3268 || (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277))))) - : (c <= 3286 || (c < 3342 - ? (c < 3302 - ? (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299) - : (c <= 3311 || (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3402 - ? (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400) - : (c <= 3406 || (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427))))))) - : (c <= 3439 || (c < 3558 - ? (c < 3517 - ? (c < 3461 - ? (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459) - : (c <= 3478 || (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515))) - : (c <= 3517 || (c < 3535 - ? (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530) - : (c <= 3540 || (c < 3544 - ? c == 3542 - : c <= 3551))))) - : (c <= 3567 || (c < 3716 - ? (c < 3648 - ? (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642) - : (c <= 3662 || (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714))) - : (c <= 3716 || (c < 3749 - ? (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747) - : (c <= 3749 || (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} - -static inline bool aux_sym__record_key_token1_character_set_1(int32_t c) { - return (c < ',' - ? (c < ' ' - ? (c < '\t' - ? c == 0 - : (c <= '\n' || c == '\r')) - : (c <= ' ' || (c < '\'' - ? c == '"' - : c <= ')'))) - : (c <= ',' || (c < '`' - ? (c < '[' - ? (c >= ':' && c <= ';') - : (c <= '[' || c == ']')) - : (c <= '`' || (c < '}' - ? c == '{' - : c <= '}'))))); -} - -static inline bool aux_sym_short_flag_token1_character_set_1(int32_t c) { - return (c < 43642 - ? (c < 3792 - ? (c < 2763 - ? (c < 2112 - ? (c < 1162 - ? (c < 748 - ? (c < 186 - ? (c < 170 - ? (c < 'a' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 183 - ? c == 181 - : c <= 183))) - : (c <= 186 || (c < 248 - ? (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246) - : (c <= 705 || (c < 736 - ? (c >= 710 && c <= 721) - : c <= 740))))) - : (c <= 748 || (c < 902 - ? (c < 886 - ? (c < 768 - ? c == 750 - : c <= 884) - : (c <= 887 || (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895))) - : (c <= 906 || (c < 931 - ? (c < 910 - ? c == 908 - : c <= 929) - : (c <= 1013 || (c < 1155 - ? (c >= 1015 && c <= 1153) - : c <= 1159))))))) - : (c <= 1327 || (c < 1568 - ? (c < 1473 - ? (c < 1376 - ? (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369) - : (c <= 1416 || (c < 1471 - ? (c >= 1425 && c <= 1469) - : c <= 1471))) - : (c <= 1474 || (c < 1488 - ? (c < 1479 - ? (c >= 1476 && c <= 1477) - : c <= 1479) - : (c <= 1514 || (c < 1552 - ? (c >= 1519 && c <= 1522) - : c <= 1562))))) - : (c <= 1641 || (c < 1808 - ? (c < 1759 - ? (c < 1749 - ? (c >= 1646 && c <= 1747) - : c <= 1756) - : (c <= 1768 || (c < 1791 - ? (c >= 1770 && c <= 1788) - : c <= 1791))) - : (c <= 1866 || (c < 2042 - ? (c < 1984 - ? (c >= 1869 && c <= 1969) - : c <= 2037) - : (c <= 2042 || (c < 2048 - ? c == 2045 - : c <= 2093))))))))) - : (c <= 2139 || (c < 2565 - ? (c < 2482 - ? (c < 2406 - ? (c < 2185 - ? (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183) - : (c <= 2190 || (c < 2275 - ? (c >= 2200 && c <= 2273) - : c <= 2403))) - : (c <= 2415 || (c < 2447 - ? (c < 2437 - ? (c >= 2417 && c <= 2435) - : c <= 2444) - : (c <= 2448 || (c < 2474 - ? (c >= 2451 && c <= 2472) - : c <= 2480))))) - : (c <= 2482 || (c < 2524 - ? (c < 2503 - ? (c < 2492 - ? (c >= 2486 && c <= 2489) - : c <= 2500) - : (c <= 2504 || (c < 2519 - ? (c >= 2507 && c <= 2510) - : c <= 2519))) - : (c <= 2525 || (c < 2556 - ? (c < 2534 - ? (c >= 2527 && c <= 2531) - : c <= 2545) - : (c <= 2556 || (c < 2561 - ? c == 2558 - : c <= 2563))))))) - : (c <= 2570 || (c < 2649 - ? (c < 2616 - ? (c < 2602 - ? (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600) - : (c <= 2608 || (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614))) - : (c <= 2617 || (c < 2631 - ? (c < 2622 - ? c == 2620 - : c <= 2626) - : (c <= 2632 || (c < 2641 - ? (c >= 2635 && c <= 2637) - : c <= 2641))))) - : (c <= 2652 || (c < 2707 - ? (c < 2689 - ? (c < 2662 - ? c == 2654 - : c <= 2677) - : (c <= 2691 || (c < 2703 - ? (c >= 2693 && c <= 2701) - : c <= 2705))) - : (c <= 2728 || (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2759 - ? (c >= 2748 && c <= 2757) - : c <= 2761))))))))))) - : (c <= 2765 || (c < 3200 - ? (c < 2969 - ? (c < 2876 - ? (c < 2821 - ? (c < 2790 - ? (c < 2784 - ? c == 2768 - : c <= 2787) - : (c <= 2799 || (c < 2817 - ? (c >= 2809 && c <= 2815) - : c <= 2819))) - : (c <= 2828 || (c < 2858 - ? (c < 2835 - ? (c >= 2831 && c <= 2832) - : c <= 2856) - : (c <= 2864 || (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873))))) - : (c <= 2884 || (c < 2918 - ? (c < 2901 - ? (c < 2891 - ? (c >= 2887 && c <= 2888) - : c <= 2893) - : (c <= 2903 || (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2915))) - : (c <= 2927 || (c < 2949 - ? (c < 2946 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965))))))) - : (c <= 2970 || (c < 3072 - ? (c < 3006 - ? (c < 2979 - ? (c < 2974 - ? c == 2972 - : c <= 2975) - : (c <= 2980 || (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001))) - : (c <= 3010 || (c < 3024 - ? (c < 3018 - ? (c >= 3014 && c <= 3016) - : c <= 3021) - : (c <= 3024 || (c < 3046 - ? c == 3031 - : c <= 3055))))) - : (c <= 3084 || (c < 3146 - ? (c < 3114 - ? (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112) - : (c <= 3129 || (c < 3142 - ? (c >= 3132 && c <= 3140) - : c <= 3144))) - : (c <= 3149 || (c < 3165 - ? (c < 3160 - ? (c >= 3157 && c <= 3158) - : c <= 3162) - : (c <= 3165 || (c < 3174 - ? (c >= 3168 && c <= 3171) - : c <= 3183))))))))) - : (c <= 3203 || (c < 3461 - ? (c < 3302 - ? (c < 3260 - ? (c < 3218 - ? (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216) - : (c <= 3240 || (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257))) - : (c <= 3268 || (c < 3285 - ? (c < 3274 - ? (c >= 3270 && c <= 3272) - : c <= 3277) - : (c <= 3286 || (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3299))))) - : (c <= 3311 || (c < 3402 - ? (c < 3342 - ? (c < 3328 - ? (c >= 3313 && c <= 3314) - : c <= 3340) - : (c <= 3344 || (c < 3398 - ? (c >= 3346 && c <= 3396) - : c <= 3400))) - : (c <= 3406 || (c < 3430 - ? (c < 3423 - ? (c >= 3412 && c <= 3415) - : c <= 3427) - : (c <= 3439 || (c < 3457 - ? (c >= 3450 && c <= 3455) - : c <= 3459))))))) - : (c <= 3478 || (c < 3648 - ? (c < 3535 - ? (c < 3517 - ? (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515) - : (c <= 3517 || (c < 3530 - ? (c >= 3520 && c <= 3526) - : c <= 3530))) - : (c <= 3540 || (c < 3558 - ? (c < 3544 - ? c == 3542 - : c <= 3551) - : (c <= 3567 || (c < 3585 - ? (c >= 3570 && c <= 3571) - : c <= 3642))))) - : (c <= 3662 || (c < 3749 - ? (c < 3716 - ? (c < 3713 - ? (c >= 3664 && c <= 3673) - : c <= 3714) - : (c <= 3716 || (c < 3724 - ? (c >= 3718 && c <= 3722) - : c <= 3747))) - : (c <= 3749 || (c < 3782 - ? (c < 3776 - ? (c >= 3751 && c <= 3773) - : c <= 3780) - : (c <= 3782 || (c >= 3784 && c <= 3789))))))))))))) - : (c <= 3801 || (c < 8027 - ? (c < 5952 - ? (c < 4698 - ? (c < 3993 - ? (c < 3895 - ? (c < 3864 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3865 || (c < 3893 - ? (c >= 3872 && c <= 3881) - : c <= 3893))) - : (c <= 3895 || (c < 3913 - ? (c < 3902 - ? c == 3897 - : c <= 3911) - : (c <= 3948 || (c < 3974 - ? (c >= 3953 && c <= 3972) - : c <= 3991))))) - : (c <= 4028 || (c < 4301 - ? (c < 4176 - ? (c < 4096 - ? c == 4038 - : c <= 4169) - : (c <= 4253 || (c < 4295 - ? (c >= 4256 && c <= 4293) - : c <= 4295))) - : (c <= 4301 || (c < 4682 - ? (c < 4348 - ? (c >= 4304 && c <= 4346) - : c <= 4680) - : (c <= 4685 || (c < 4696 - ? (c >= 4688 && c <= 4694) - : c <= 4696))))))) - : (c <= 4701 || (c < 4957 - ? (c < 4800 - ? (c < 4752 - ? (c < 4746 - ? (c >= 4704 && c <= 4744) - : c <= 4749) - : (c <= 4784 || (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798))) - : (c <= 4800 || (c < 4824 - ? (c < 4808 - ? (c >= 4802 && c <= 4805) - : c <= 4822) - : (c <= 4880 || (c < 4888 - ? (c >= 4882 && c <= 4885) - : c <= 4954))))) - : (c <= 4959 || (c < 5743 - ? (c < 5024 - ? (c < 4992 - ? (c >= 4969 && c <= 4977) - : c <= 5007) - : (c <= 5109 || (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740))) - : (c <= 5759 || (c < 5870 - ? (c < 5792 - ? (c >= 5761 && c <= 5786) - : c <= 5866) - : (c <= 5880 || (c < 5919 - ? (c >= 5888 && c <= 5909) - : c <= 5940))))))))) - : (c <= 5971 || (c < 6783 - ? (c < 6320 - ? (c < 6108 - ? (c < 6002 - ? (c < 5998 - ? (c >= 5984 && c <= 5996) - : c <= 6000) - : (c <= 6003 || (c < 6103 - ? (c >= 6016 && c <= 6099) - : c <= 6103))) - : (c <= 6109 || (c < 6159 - ? (c < 6155 - ? (c >= 6112 && c <= 6121) - : c <= 6157) - : (c <= 6169 || (c < 6272 - ? (c >= 6176 && c <= 6264) - : c <= 6314))))) - : (c <= 6389 || (c < 6528 - ? (c < 6448 - ? (c < 6432 - ? (c >= 6400 && c <= 6430) - : c <= 6443) - : (c <= 6459 || (c < 6512 - ? (c >= 6470 && c <= 6509) - : c <= 6516))) - : (c <= 6571 || (c < 6656 - ? (c < 6608 - ? (c >= 6576 && c <= 6601) - : c <= 6618) - : (c <= 6683 || (c < 6752 - ? (c >= 6688 && c <= 6750) - : c <= 6780))))))) - : (c <= 6793 || (c < 7296 - ? (c < 6992 - ? (c < 6832 - ? (c < 6823 - ? (c >= 6800 && c <= 6809) - : c <= 6823) - : (c <= 6845 || (c < 6912 - ? (c >= 6847 && c <= 6862) - : c <= 6988))) - : (c <= 7001 || (c < 7168 - ? (c < 7040 - ? (c >= 7019 && c <= 7027) - : c <= 7155) - : (c <= 7223 || (c < 7245 - ? (c >= 7232 && c <= 7241) - : c <= 7293))))) - : (c <= 7304 || (c < 7960 - ? (c < 7376 - ? (c < 7357 - ? (c >= 7312 && c <= 7354) - : c <= 7359) - : (c <= 7378 || (c < 7424 - ? (c >= 7380 && c <= 7418) - : c <= 7957))) - : (c <= 7965 || (c < 8016 - ? (c < 8008 - ? (c >= 7968 && c <= 8005) - : c <= 8013) - : (c <= 8023 || c == 8025)))))))))) - : (c <= 8027 || (c < 11728 - ? (c < 8469 - ? (c < 8182 - ? (c < 8130 - ? (c < 8064 - ? (c < 8031 - ? c == 8029 - : c <= 8061) - : (c <= 8116 || (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126))) - : (c <= 8132 || (c < 8150 - ? (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147) - : (c <= 8155 || (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180))))) - : (c <= 8188 || (c < 8400 - ? (c < 8305 - ? (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276) - : (c <= 8305 || (c < 8336 - ? c == 8319 - : c <= 8348))) - : (c <= 8412 || (c < 8450 - ? (c < 8421 - ? c == 8417 - : c <= 8432) - : (c <= 8450 || (c < 8458 - ? c == 8455 - : c <= 8467))))))) - : (c <= 8469 || (c < 11520 - ? (c < 8508 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || (c < 8490 - ? c == 8488 - : c <= 8505))) - : (c <= 8511 || (c < 8544 - ? (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526) - : (c <= 8584 || (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507))))) - : (c <= 11557 || (c < 11680 - ? (c < 11568 - ? (c < 11565 - ? c == 11559 - : c <= 11565) - : (c <= 11623 || (c < 11647 - ? c == 11631 - : c <= 11670))) - : (c <= 11686 || (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726))))))))) - : (c <= 11734 || (c < 42775 - ? (c < 12549 - ? (c < 12344 - ? (c < 12293 - ? (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775) - : (c <= 12295 || (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341))) - : (c <= 12348 || (c < 12445 - ? (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))))) - : (c <= 12591 || (c < 42192 - ? (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124))) - : (c <= 42237 || (c < 42560 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539) - : (c <= 42607 || (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737))))))) - : (c <= 42783 || (c < 43259 - ? (c < 42994 - ? (c < 42960 - ? (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954) - : (c <= 42961 || (c < 42965 - ? c == 42963 - : c <= 42969))) - : (c <= 43047 || (c < 43136 - ? (c < 43072 - ? c == 43052 - : c <= 43123) - : (c <= 43205 || (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255))))) - : (c <= 43259 || (c < 43488 - ? (c < 43360 - ? (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347) - : (c <= 43388 || (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481))) - : (c <= 43518 || (c < 43600 - ? (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597) - : (c <= 43609 || (c >= 43616 && c <= 43638))))))))))))))) - : (c <= 43714 || (c < 71472 - ? (c < 67644 - ? (c < 65382 - ? (c < 64318 - ? (c < 44012 - ? (c < 43793 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43759) - : (c <= 43766 || (c < 43785 - ? (c >= 43777 && c <= 43782) - : c <= 43790))) - : (c <= 43798 || (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c < 43888 - ? (c >= 43868 && c <= 43881) - : c <= 44010))))) - : (c <= 44013 || (c < 64112 - ? (c < 55216 - ? (c < 44032 - ? (c >= 44016 && c <= 44025) - : c <= 55203) - : (c <= 55238 || (c < 63744 - ? (c >= 55243 && c <= 55291) - : c <= 64109))) - : (c <= 64217 || (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64296 || (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316))))))) - : (c <= 64318 || (c < 65101 - ? (c < 64848 - ? (c < 64326 - ? (c < 64323 - ? (c >= 64320 && c <= 64321) - : c <= 64324) - : (c <= 64433 || (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829))) - : (c <= 64911 || (c < 65024 - ? (c < 65008 - ? (c >= 64914 && c <= 64967) - : c <= 65017) - : (c <= 65039 || (c < 65075 - ? (c >= 65056 && c <= 65071) - : c <= 65076))))) - : (c <= 65103 || (c < 65149 - ? (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))) - : (c <= 65149 || (c < 65313 - ? (c < 65296 - ? (c >= 65151 && c <= 65276) - : c <= 65305) - : (c <= 65338 || (c < 65345 - ? c == 65343 - : c <= 65370))))))))) - : (c <= 65470 || (c < 66560 - ? (c < 65856 - ? (c < 65549 - ? (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c < 65536 - ? (c >= 65498 && c <= 65500) - : c <= 65547))) - : (c <= 65574 || (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786))))) - : (c <= 65908 || (c < 66349 - ? (c < 66208 - ? (c < 66176 - ? c == 66045 - : c <= 66204) - : (c <= 66256 || (c < 66304 - ? c == 66272 - : c <= 66335))) - : (c <= 66378 || (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66426) - : c <= 66461) - : (c <= 66499 || (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517))))))) - : (c <= 66717 || (c < 66995 - ? (c < 66928 - ? (c < 66776 - ? (c < 66736 - ? (c >= 66720 && c <= 66729) - : c <= 66771) - : (c <= 66811 || (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915))) - : (c <= 66938 || (c < 66964 - ? (c < 66956 - ? (c >= 66940 && c <= 66954) - : c <= 66962) - : (c <= 66965 || (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993))))) - : (c <= 67001 || (c < 67463 - ? (c < 67392 - ? (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382) - : (c <= 67413 || (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461))) - : (c <= 67504 || (c < 67592 - ? (c < 67584 - ? (c >= 67506 && c <= 67514) - : c <= 67589) - : (c <= 67592 || (c < 67639 - ? (c >= 67594 && c <= 67637) - : c <= 67640))))))))))) - : (c <= 67644 || (c < 69968 - ? (c < 68480 - ? (c < 68108 - ? (c < 67840 - ? (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c < 67828 - ? (c >= 67808 && c <= 67826) - : c <= 67829))) - : (c <= 67861 || (c < 68030 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : c <= 68023) - : (c <= 68031 || (c < 68101 - ? (c >= 68096 && c <= 68099) - : c <= 68102))))) - : (c <= 68115 || (c < 68224 - ? (c < 68152 - ? (c < 68121 - ? (c >= 68117 && c <= 68119) - : c <= 68149) - : (c <= 68154 || (c < 68192 - ? c == 68159 - : c <= 68220))) - : (c <= 68252 || (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68326) - : (c <= 68405 || (c < 68448 - ? (c >= 68416 && c <= 68437) - : c <= 68466))))))) - : (c <= 68497 || (c < 69488 - ? (c < 69248 - ? (c < 68800 - ? (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786) - : (c <= 68850 || (c < 68912 - ? (c >= 68864 && c <= 68903) - : c <= 68921))) - : (c <= 69289 || (c < 69376 - ? (c < 69296 - ? (c >= 69291 && c <= 69292) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69456))))) - : (c <= 69509 || (c < 69826 - ? (c < 69632 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69702 || (c < 69759 - ? (c >= 69734 && c <= 69749) - : c <= 69818))) - : (c <= 69826 || (c < 69888 - ? (c < 69872 - ? (c >= 69840 && c <= 69864) - : c <= 69881) - : (c <= 69940 || (c < 69956 - ? (c >= 69942 && c <= 69951) - : c <= 69959))))))))) - : (c <= 70003 || (c < 70471 - ? (c < 70287 - ? (c < 70144 - ? (c < 70089 - ? (c < 70016 - ? c == 70006 - : c <= 70084) - : (c <= 70092 || (c < 70108 - ? (c >= 70094 && c <= 70106) - : c <= 70108))) - : (c <= 70161 || (c < 70272 - ? (c < 70206 - ? (c >= 70163 && c <= 70199) - : c <= 70206) - : (c <= 70278 || (c < 70282 - ? c == 70280 - : c <= 70285))))) - : (c <= 70301 || (c < 70415 - ? (c < 70384 - ? (c < 70320 - ? (c >= 70303 && c <= 70312) - : c <= 70378) - : (c <= 70393 || (c < 70405 - ? (c >= 70400 && c <= 70403) - : c <= 70412))) - : (c <= 70416 || (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c < 70459 - ? (c >= 70453 && c <= 70457) - : c <= 70468))))))) - : (c <= 70472 || (c < 70864 - ? (c < 70512 - ? (c < 70487 - ? (c < 70480 - ? (c >= 70475 && c <= 70477) - : c <= 70480) - : (c <= 70487 || (c < 70502 - ? (c >= 70493 && c <= 70499) - : c <= 70508))) - : (c <= 70516 || (c < 70750 - ? (c < 70736 - ? (c >= 70656 && c <= 70730) - : c <= 70745) - : (c <= 70753 || (c < 70855 - ? (c >= 70784 && c <= 70853) - : c <= 70855))))) - : (c <= 70873 || (c < 71248 - ? (c < 71128 - ? (c < 71096 - ? (c >= 71040 && c <= 71093) - : c <= 71104) - : (c <= 71133 || (c < 71236 - ? (c >= 71168 && c <= 71232) - : c <= 71236))) - : (c <= 71257 || (c < 71424 - ? (c < 71360 - ? (c >= 71296 && c <= 71352) - : c <= 71369) - : (c <= 71450 || (c >= 71453 && c <= 71467))))))))))))) - : (c <= 71481 || (c < 119973 - ? (c < 82944 - ? (c < 72784 - ? (c < 72096 - ? (c < 71948 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71738) - : (c <= 71913 || (c < 71945 - ? (c >= 71935 && c <= 71942) - : c <= 71945))) - : (c <= 71955 || (c < 71991 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71989) - : (c <= 71992 || (c < 72016 - ? (c >= 71995 && c <= 72003) - : c <= 72025))))) - : (c <= 72103 || (c < 72272 - ? (c < 72163 - ? (c < 72154 - ? (c >= 72106 && c <= 72151) - : c <= 72161) - : (c <= 72164 || (c < 72263 - ? (c >= 72192 && c <= 72254) - : c <= 72263))) - : (c <= 72345 || (c < 72704 - ? (c < 72368 - ? c == 72349 - : c <= 72440) - : (c <= 72712 || (c < 72760 - ? (c >= 72714 && c <= 72758) - : c <= 72768))))))) - : (c <= 72793 || (c < 73063 - ? (c < 72971 - ? (c < 72873 - ? (c < 72850 - ? (c >= 72818 && c <= 72847) - : c <= 72871) - : (c <= 72886 || (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969))) - : (c <= 73014 || (c < 73023 - ? (c < 73020 - ? c == 73018 - : c <= 73021) - : (c <= 73031 || (c < 73056 - ? (c >= 73040 && c <= 73049) - : c <= 73061))))) - : (c <= 73064 || (c < 73648 - ? (c < 73107 - ? (c < 73104 - ? (c >= 73066 && c <= 73102) - : c <= 73105) - : (c <= 73112 || (c < 73440 - ? (c >= 73120 && c <= 73129) - : c <= 73462))) - : (c <= 73648 || (c < 74880 - ? (c < 74752 - ? (c >= 73728 && c <= 74649) - : c <= 74862) - : (c <= 75075 || (c < 77824 - ? (c >= 77712 && c <= 77808) - : c <= 78894))))))))) - : (c <= 83526 || (c < 110581 - ? (c < 93053 - ? (c < 92880 - ? (c < 92768 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92777 || (c < 92864 - ? (c >= 92784 && c <= 92862) - : c <= 92873))) - : (c <= 92909 || (c < 92992 - ? (c < 92928 - ? (c >= 92912 && c <= 92916) - : c <= 92982) - : (c <= 92995 || (c < 93027 - ? (c >= 93008 && c <= 93017) - : c <= 93047))))) - : (c <= 93071 || (c < 94179 - ? (c < 94031 - ? (c < 93952 - ? (c >= 93760 && c <= 93823) - : c <= 94026) - : (c <= 94087 || (c < 94176 - ? (c >= 94095 && c <= 94111) - : c <= 94177))) - : (c <= 94180 || (c < 100352 - ? (c < 94208 - ? (c >= 94192 && c <= 94193) - : c <= 100343) - : (c <= 101589 || (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579))))))) - : (c <= 110587 || (c < 118576 - ? (c < 113664 - ? (c < 110928 - ? (c < 110592 - ? (c >= 110589 && c <= 110590) - : c <= 110882) - : (c <= 110930 || (c < 110960 - ? (c >= 110948 && c <= 110951) - : c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c < 118528 - ? (c >= 113821 && c <= 113822) - : c <= 118573))))) - : (c <= 118598 || (c < 119362 - ? (c < 119163 - ? (c < 119149 - ? (c >= 119141 && c <= 119145) - : c <= 119154) - : (c <= 119170 || (c < 119210 - ? (c >= 119173 && c <= 119179) - : c <= 119213))) - : (c <= 119364 || (c < 119966 - ? (c < 119894 - ? (c >= 119808 && c <= 119892) - : c <= 119964) - : (c <= 119967 || c == 119970)))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} +static TSCharacterRange sym_cmd_identifier_character_set_1[] = { + {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, + {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, + {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x48a, 0x52f}, + {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a}, {0x66e, 0x66f}, {0x671, 0x6d3}, + {0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6ef}, {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5}, + {0x7b1, 0x7b1}, {0x7ca, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828}, + {0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950}, + {0x958, 0x961}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, + {0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9f0, 0x9f1}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, + {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa72, 0xa74}, + {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0}, + {0xae0, 0xae1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, + {0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb71, 0xb71}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, + {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xc05, 0xc0c}, + {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc80, 0xc80}, + {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1}, + {0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4e}, {0xd54, 0xd56}, {0xd5f, 0xd61}, + {0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xe01, 0xe30}, {0xe32, 0xe32}, + {0xe40, 0xe46}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb2}, + {0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c}, + {0x1000, 0x102a}, {0x103f, 0x103f}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081}, + {0x108e, 0x108e}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, + {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, + {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, + {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751}, + {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa}, + {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, + {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, + {0x1c5a, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, + {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, + {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, + {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102}, + {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, + {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2d00, 0x2d25}, + {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, + {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035}, + {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, + {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e}, + {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, + {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, + {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, + {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, + {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06}, + {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xac00, 0xd7a3}, + {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28}, + {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, + {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, + {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xff9d}, {0xffa0, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, + {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, + {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, + {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, + {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, + {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, + {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, + {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, + {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, + {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, + {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, + {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, + {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, + {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, + {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, + {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, + {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, + {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, + {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, + {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, + {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342e}, + {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, + {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, + {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b150, 0x1b152}, {0x1b164, 0x1b167}, + {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, + {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, + {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, + {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, + {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, + {0x1e2c0, 0x1e2eb}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, + {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, + {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, + {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, + {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, + {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b738}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, +}; -static inline bool aux_sym_short_flag_token1_character_set_2(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2748 - ? (c < 2045 - ? (c < 1015 - ? (c < 710 - ? (c < 181 - ? (c < '_' - ? (c < 'A' - ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= '_' || (c < 170 - ? (c >= 'a' && c <= 'z') - : c <= 170))) - : (c <= 181 || (c < 192 - ? (c < 186 - ? c == 183 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))))) - : (c <= 721 || (c < 891 - ? (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887))) - : (c <= 893 || (c < 908 - ? (c < 902 - ? c == 895 - : c <= 906) - : (c <= 908 || (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013))))))) - : (c <= 1153 || (c < 1519 - ? (c < 1425 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1469 || (c < 1476 - ? (c < 1473 - ? c == 1471 - : c <= 1474) - : (c <= 1477 || (c < 1488 - ? c == 1479 - : c <= 1514))))) - : (c <= 1522 || (c < 1770 - ? (c < 1646 - ? (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641) - : (c <= 1747 || (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768))) - : (c <= 1788 || (c < 1869 - ? (c < 1808 - ? c == 1791 - : c <= 1866) - : (c <= 1969 || (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042))))))))) - : (c <= 2045 || (c < 2558 - ? (c < 2451 - ? (c < 2200 - ? (c < 2144 - ? (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139) - : (c <= 2154 || (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190))) - : (c <= 2273 || (c < 2417 - ? (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415) - : (c <= 2435 || (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448))))) - : (c <= 2472 || (c < 2507 - ? (c < 2486 - ? (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482) - : (c <= 2489 || (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504))) - : (c <= 2510 || (c < 2527 - ? (c < 2524 - ? c == 2519 - : c <= 2525) - : (c <= 2531 || (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556))))))) - : (c <= 2558 || (c < 2635 - ? (c < 2610 - ? (c < 2575 - ? (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570) - : (c <= 2576 || (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608))) - : (c <= 2611 || (c < 2620 - ? (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617) - : (c <= 2620 || (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632))))) - : (c <= 2637 || (c < 2693 - ? (c < 2654 - ? (c < 2649 - ? c == 2641 - : c <= 2652) - : (c <= 2654 || (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691))) - : (c <= 2701 || (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745))))))))))) - : (c <= 2757 || (c < 3168 - ? (c < 2958 - ? (c < 2866 - ? (c < 2809 - ? (c < 2768 - ? (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765) - : (c <= 2768 || (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799))) - : (c <= 2815 || (c < 2831 - ? (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828) - : (c <= 2832 || (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864))))) - : (c <= 2867 || (c < 2908 - ? (c < 2887 - ? (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884) - : (c <= 2888 || (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903))) - : (c <= 2909 || (c < 2929 - ? (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927) - : (c <= 2929 || (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954))))))) - : (c <= 2960 || (c < 3031 - ? (c < 2984 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980))) - : (c <= 2986 || (c < 3014 - ? (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010) - : (c <= 3016 || (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024))))) - : (c <= 3031 || (c < 3132 - ? (c < 3086 - ? (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084) - : (c <= 3088 || (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129))) - : (c <= 3140 || (c < 3157 - ? (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149) - : (c <= 3158 || (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165))))))))) - : (c <= 3171 || (c < 3450 - ? (c < 3293 - ? (c < 3242 - ? (c < 3205 - ? (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203) - : (c <= 3212 || (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240))) - : (c <= 3251 || (c < 3270 - ? (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268) - : (c <= 3272 || (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286))))) - : (c <= 3294 || (c < 3346 - ? (c < 3313 - ? (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311) - : (c <= 3314 || (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344))) - : (c <= 3396 || (c < 3412 - ? (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406) - : (c <= 3415 || (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439))))))) - : (c <= 3455 || (c < 3570 - ? (c < 3520 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478) - : (c <= 3505 || (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517))) - : (c <= 3526 || (c < 3542 - ? (c < 3535 - ? c == 3530 - : c <= 3540) - : (c <= 3542 || (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567))))) - : (c <= 3571 || (c < 3718 - ? (c < 3664 - ? (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662) - : (c <= 3673 || (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716))) - : (c <= 3722 || (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 - ? (c < 43739 - ? (c >= 43642 && c <= 43714) - : c <= 43741) - : (c <= 43759 || (c < 43777 - ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} +static TSCharacterRange sym_cmd_identifier_character_set_2[] = { + {'!', '!'}, {'-', '.'}, {'0', '9'}, {'?', '?'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, + {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, + {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, + {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, + {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, + {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, + {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, + {0x898, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, + {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, + {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, + {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, + {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75}, {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, + {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5}, {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, + {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, + {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d}, {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, + {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, + {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2}, {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, + {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, + {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, + {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, + {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, + {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, + {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, + {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, + {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xecd}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, + {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, + {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, + {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, + {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, + {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, + {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734}, {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, + {0x17d7, 0x17d7}, {0x17dc, 0x17dd}, {0x17e0, 0x17e9}, {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, + {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, + {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, + {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, + {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, + {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, + {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x203f, 0x2040}, + {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, + {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, + {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, + {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, + {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, + {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, + {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, + {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, + {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, + {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, + {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, + {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, + {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, + {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, + {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, + {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, + {0xff41, 0xff5a}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, + {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, + {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, + {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, + {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, + {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, + {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, + {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, + {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, + {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, + {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, + {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, + {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, + {0x11213, 0x11237}, {0x1123e, 0x1123e}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, + {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, + {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, + {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, + {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, + {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, + {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, + {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, + {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, + {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, + {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342e}, + {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, + {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, + {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, + {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b150, 0x1b152}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, + {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, + {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, + {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, + {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, + {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, + {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, + {0x1df00, 0x1df1e}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, + {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, + {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, + {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, + {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, + {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, + {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b738}, + {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0xe0100, 0xe01ef}, +}; -static inline bool aux_sym_unquoted_token2_character_set_1(int32_t c) { - return (c < 43584 - ? (c < 4213 - ? (c < 2741 - ? (c < 2048 - ? (c < 1329 - ? (c < 886 - ? (c < 710 - ? (c < 192 - ? (c < 186 - ? c == 170 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))) - : (c <= 721 || (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c >= 880 && c <= 884))))) - : (c <= 887 || (c < 908 - ? (c < 902 - ? (c < 895 - ? (c >= 891 && c <= 893) - : c <= 895) - : (c <= 902 || (c >= 904 && c <= 906))) - : (c <= 908 || (c < 1015 - ? (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013) - : (c <= 1153 || (c >= 1162 && c <= 1327))))))) - : (c <= 1366 || (c < 1774 - ? (c < 1568 - ? (c < 1488 - ? (c < 1376 - ? c == 1369 - : c <= 1416) - : (c <= 1514 || (c >= 1519 && c <= 1522))) - : (c <= 1610 || (c < 1749 - ? (c < 1649 - ? (c >= 1646 && c <= 1647) - : c <= 1747) - : (c <= 1749 || (c >= 1765 && c <= 1766))))) - : (c <= 1775 || (c < 1869 - ? (c < 1808 - ? (c < 1791 - ? (c >= 1786 && c <= 1788) - : c <= 1791) - : (c <= 1808 || (c >= 1810 && c <= 1839))) - : (c <= 1957 || (c < 2036 - ? (c < 1994 - ? c == 1969 - : c <= 2026) - : (c <= 2037 || c == 2042)))))))) - : (c <= 2069 || (c < 2510 - ? (c < 2384 - ? (c < 2160 - ? (c < 2088 - ? (c < 2084 - ? c == 2074 - : c <= 2084) - : (c <= 2088 || (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154))) - : (c <= 2183 || (c < 2308 - ? (c < 2208 - ? (c >= 2185 && c <= 2190) - : c <= 2249) - : (c <= 2361 || c == 2365)))) - : (c <= 2384 || (c < 2451 - ? (c < 2437 - ? (c < 2417 - ? (c >= 2392 && c <= 2401) - : c <= 2432) - : (c <= 2444 || (c >= 2447 && c <= 2448))) - : (c <= 2472 || (c < 2486 - ? (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482) - : (c <= 2489 || c == 2493)))))) - : (c <= 2510 || (c < 2613 - ? (c < 2565 - ? (c < 2544 - ? (c < 2527 - ? (c >= 2524 && c <= 2525) - : c <= 2529) - : (c <= 2545 || c == 2556)) - : (c <= 2570 || (c < 2602 - ? (c < 2579 - ? (c >= 2575 && c <= 2576) - : c <= 2600) - : (c <= 2608 || (c >= 2610 && c <= 2611))))) - : (c <= 2614 || (c < 2693 - ? (c < 2654 - ? (c < 2649 - ? (c >= 2616 && c <= 2617) - : c <= 2652) - : (c <= 2654 || (c >= 2674 && c <= 2676))) - : (c <= 2701 || (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c >= 2738 && c <= 2739))))))))))) - : (c <= 2745 || (c < 3293 - ? (c < 2974 - ? (c < 2877 - ? (c < 2831 - ? (c < 2784 - ? (c < 2768 - ? c == 2749 - : c <= 2768) - : (c <= 2785 || (c < 2821 - ? c == 2809 - : c <= 2828))) - : (c <= 2832 || (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c >= 2869 && c <= 2873))))) - : (c <= 2877 || (c < 2949 - ? (c < 2929 - ? (c < 2911 - ? (c >= 2908 && c <= 2909) - : c <= 2913) - : (c <= 2929 || c == 2947)) - : (c <= 2954 || (c < 2969 - ? (c < 2962 - ? (c >= 2958 && c <= 2960) - : c <= 2965) - : (c <= 2970 || c == 2972)))))) - : (c <= 2975 || (c < 3160 - ? (c < 3077 - ? (c < 2990 - ? (c < 2984 - ? (c >= 2979 && c <= 2980) - : c <= 2986) - : (c <= 3001 || c == 3024)) - : (c <= 3084 || (c < 3114 - ? (c < 3090 - ? (c >= 3086 && c <= 3088) - : c <= 3112) - : (c <= 3129 || c == 3133)))) - : (c <= 3162 || (c < 3214 - ? (c < 3200 - ? (c < 3168 - ? c == 3165 - : c <= 3169) - : (c <= 3200 || (c >= 3205 && c <= 3212))) - : (c <= 3216 || (c < 3253 - ? (c < 3242 - ? (c >= 3218 && c <= 3240) - : c <= 3251) - : (c <= 3257 || c == 3261)))))))) - : (c <= 3294 || (c < 3718 - ? (c < 3461 - ? (c < 3389 - ? (c < 3332 - ? (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314) - : (c <= 3340 || (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386))) - : (c <= 3389 || (c < 3423 - ? (c < 3412 - ? c == 3406 - : c <= 3414) - : (c <= 3425 || (c >= 3450 && c <= 3455))))) - : (c <= 3478 || (c < 3585 - ? (c < 3517 - ? (c < 3507 - ? (c >= 3482 && c <= 3505) - : c <= 3515) - : (c <= 3517 || (c >= 3520 && c <= 3526))) - : (c <= 3632 || (c < 3713 - ? (c < 3648 - ? c == 3634 - : c <= 3654) - : (c <= 3714 || c == 3716)))))) - : (c <= 3722 || (c < 3904 - ? (c < 3773 - ? (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3760 || c == 3762)) - : (c <= 3773 || (c < 3804 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3807 || c == 3840)))) - : (c <= 3911 || (c < 4176 - ? (c < 4096 - ? (c < 3976 - ? (c >= 3913 && c <= 3948) - : c <= 3980) - : (c <= 4138 || c == 4159)) - : (c <= 4181 || (c < 4197 - ? (c < 4193 - ? (c >= 4186 && c <= 4189) - : c <= 4193) - : (c <= 4198 || (c >= 4206 && c <= 4208))))))))))))) - : (c <= 4225 || (c < 8160 - ? (c < 6320 - ? (c < 4888 - ? (c < 4704 - ? (c < 4348 - ? (c < 4295 - ? (c < 4256 - ? c == 4238 - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))) - : (c <= 4680 || (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c >= 4698 && c <= 4701))))) - : (c <= 4744 || (c < 4800 - ? (c < 4786 - ? (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784) - : (c <= 4789 || (c >= 4792 && c <= 4798))) - : (c <= 4800 || (c < 4824 - ? (c < 4808 - ? (c >= 4802 && c <= 4805) - : c <= 4822) - : (c <= 4880 || (c >= 4882 && c <= 4885))))))) - : (c <= 4954 || (c < 5919 - ? (c < 5743 - ? (c < 5112 - ? (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109) - : (c <= 5117 || (c >= 5121 && c <= 5740))) - : (c <= 5759 || (c < 5870 - ? (c < 5792 - ? (c >= 5761 && c <= 5786) - : c <= 5866) - : (c <= 5880 || (c >= 5888 && c <= 5905))))) - : (c <= 5937 || (c < 6103 - ? (c < 5998 - ? (c < 5984 - ? (c >= 5952 && c <= 5969) - : c <= 5996) - : (c <= 6000 || (c >= 6016 && c <= 6067))) - : (c <= 6103 || (c < 6272 - ? (c < 6176 - ? c == 6108 - : c <= 6264) - : (c <= 6312 || c == 6314)))))))) - : (c <= 6389 || (c < 7406 - ? (c < 7043 - ? (c < 6656 - ? (c < 6512 - ? (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))) - : (c <= 6678 || (c < 6917 - ? (c < 6823 - ? (c >= 6688 && c <= 6740) - : c <= 6823) - : (c <= 6963 || (c >= 6981 && c <= 6988))))) - : (c <= 7072 || (c < 7258 - ? (c < 7168 - ? (c < 7098 - ? (c >= 7086 && c <= 7087) - : c <= 7141) - : (c <= 7203 || (c >= 7245 && c <= 7247))) - : (c <= 7293 || (c < 7357 - ? (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354) - : (c <= 7359 || (c >= 7401 && c <= 7404))))))) - : (c <= 7411 || (c < 8027 - ? (c < 7960 - ? (c < 7424 - ? (c < 7418 - ? (c >= 7413 && c <= 7414) - : c <= 7418) - : (c <= 7615 || (c >= 7680 && c <= 7957))) - : (c <= 7965 || (c < 8016 - ? (c < 8008 - ? (c >= 7968 && c <= 8005) - : c <= 8013) - : (c <= 8023 || c == 8025)))) - : (c <= 8027 || (c < 8126 - ? (c < 8064 - ? (c < 8031 - ? c == 8029 - : c <= 8061) - : (c <= 8116 || (c >= 8118 && c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c >= 8150 && c <= 8155))))))))))) - : (c <= 8172 || (c < 12445 - ? (c < 11506 - ? (c < 8484 - ? (c < 8450 - ? (c < 8305 - ? (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188) - : (c <= 8305 || (c < 8336 - ? c == 8319 - : c <= 8348))) - : (c <= 8450 || (c < 8469 - ? (c < 8458 - ? c == 8455 - : c <= 8467) - : (c <= 8469 || (c >= 8472 && c <= 8477))))) - : (c <= 8484 || (c < 8517 - ? (c < 8490 - ? (c < 8488 - ? c == 8486 - : c <= 8488) - : (c <= 8505 || (c >= 8508 && c <= 8511))) - : (c <= 8521 || (c < 11264 - ? (c < 8544 - ? c == 8526 - : c <= 8584) - : (c <= 11492 || (c >= 11499 && c <= 11502))))))) - : (c <= 11507 || (c < 11704 - ? (c < 11631 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c >= 11568 && c <= 11623))) - : (c <= 11631 || (c < 11688 - ? (c < 11680 - ? (c >= 11648 && c <= 11670) - : c <= 11686) - : (c <= 11694 || (c >= 11696 && c <= 11702))))) - : (c <= 11710 || (c < 12293 - ? (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c >= 11736 && c <= 11742))) - : (c <= 12295 || (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12329) - : c <= 12341) - : (c <= 12348 || (c >= 12353 && c <= 12438))))))))) - : (c <= 12447 || (c < 42963 - ? (c < 42240 - ? (c < 12704 - ? (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c >= 12593 && c <= 12686))) - : (c <= 12735 || (c < 19968 - ? (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903) - : (c <= 42124 || (c >= 42192 && c <= 42237))))) - : (c <= 42508 || (c < 42656 - ? (c < 42560 - ? (c < 42538 - ? (c >= 42512 && c <= 42527) - : c <= 42539) - : (c <= 42606 || (c >= 42623 && c <= 42653))) - : (c <= 42735 || (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c >= 42960 && c <= 42961))))))) - : (c <= 42963 || (c < 43261 - ? (c < 43020 - ? (c < 43011 - ? (c < 42994 - ? (c >= 42965 && c <= 42969) - : c <= 43009) - : (c <= 43013 || (c >= 43015 && c <= 43018))) - : (c <= 43042 || (c < 43250 - ? (c < 43138 - ? (c >= 43072 && c <= 43123) - : c <= 43187) - : (c <= 43255 || c == 43259)))) - : (c <= 43262 || (c < 43471 - ? (c < 43360 - ? (c < 43312 - ? (c >= 43274 && c <= 43301) - : c <= 43334) - : (c <= 43388 || (c >= 43396 && c <= 43442))) - : (c <= 43471 || (c < 43514 - ? (c < 43494 - ? (c >= 43488 && c <= 43492) - : c <= 43503) - : (c <= 43518 || (c >= 43520 && c <= 43560))))))))))))))) - : (c <= 43586 || (c < 70751 - ? (c < 66967 - ? (c < 65137 - ? (c < 44032 - ? (c < 43744 - ? (c < 43701 - ? (c < 43642 - ? (c < 43616 - ? (c >= 43588 && c <= 43595) - : c <= 43638) - : (c <= 43642 || (c < 43697 - ? (c >= 43646 && c <= 43695) - : c <= 43697))) - : (c <= 43702 || (c < 43714 - ? (c < 43712 - ? (c >= 43705 && c <= 43709) - : c <= 43712) - : (c <= 43714 || (c >= 43739 && c <= 43741))))) - : (c <= 43754 || (c < 43808 - ? (c < 43785 - ? (c < 43777 - ? (c >= 43762 && c <= 43764) - : c <= 43782) - : (c <= 43790 || (c >= 43793 && c <= 43798))) - : (c <= 43814 || (c < 43868 - ? (c < 43824 - ? (c >= 43816 && c <= 43822) - : c <= 43866) - : (c <= 43881 || (c >= 43888 && c <= 44002))))))) - : (c <= 55203 || (c < 64312 - ? (c < 64256 - ? (c < 63744 - ? (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291) - : (c <= 64109 || (c >= 64112 && c <= 64217))) - : (c <= 64262 || (c < 64287 - ? (c < 64285 - ? (c >= 64275 && c <= 64279) - : c <= 64285) - : (c <= 64296 || (c >= 64298 && c <= 64310))))) - : (c <= 64316 || (c < 64467 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c >= 64326 && c <= 64433))) - : (c <= 64605 || (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c >= 65008 && c <= 65017))))))))) - : (c <= 65137 || (c < 65664 - ? (c < 65474 - ? (c < 65151 - ? (c < 65145 - ? (c < 65143 - ? c == 65139 - : c <= 65143) - : (c <= 65145 || (c < 65149 - ? c == 65147 - : c <= 65149))) - : (c <= 65276 || (c < 65382 - ? (c < 65345 - ? (c >= 65313 && c <= 65338) - : c <= 65370) - : (c <= 65437 || (c >= 65440 && c <= 65470))))) - : (c <= 65479 || (c < 65549 - ? (c < 65498 - ? (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495) - : (c <= 65500 || (c >= 65536 && c <= 65547))) - : (c <= 65574 || (c < 65599 - ? (c < 65596 - ? (c >= 65576 && c <= 65594) - : c <= 65597) - : (c <= 65613 || (c >= 65616 && c <= 65629))))))) - : (c <= 65786 || (c < 66513 - ? (c < 66349 - ? (c < 66208 - ? (c < 66176 - ? (c >= 65856 && c <= 65908) - : c <= 66204) - : (c <= 66256 || (c >= 66304 && c <= 66335))) - : (c <= 66378 || (c < 66464 - ? (c < 66432 - ? (c >= 66384 && c <= 66421) - : c <= 66461) - : (c <= 66499 || (c >= 66504 && c <= 66511))))) - : (c <= 66517 || (c < 66864 - ? (c < 66776 - ? (c < 66736 - ? (c >= 66560 && c <= 66717) - : c <= 66771) - : (c <= 66811 || (c >= 66816 && c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c >= 66964 && c <= 66965))))))))))) - : (c <= 66977 || (c < 69296 - ? (c < 67872 - ? (c < 67592 - ? (c < 67424 - ? (c < 67003 - ? (c < 66995 - ? (c >= 66979 && c <= 66993) - : c <= 67001) - : (c <= 67004 || (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413))) - : (c <= 67431 || (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c >= 67584 && c <= 67589))))) - : (c <= 67592 || (c < 67680 - ? (c < 67644 - ? (c < 67639 - ? (c >= 67594 && c <= 67637) - : c <= 67640) - : (c <= 67644 || (c >= 67647 && c <= 67669))) - : (c <= 67702 || (c < 67828 - ? (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826) - : (c <= 67829 || (c >= 67840 && c <= 67861))))))) - : (c <= 67897 || (c < 68297 - ? (c < 68117 - ? (c < 68096 - ? (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031) - : (c <= 68096 || (c >= 68112 && c <= 68115))) - : (c <= 68119 || (c < 68224 - ? (c < 68192 - ? (c >= 68121 && c <= 68149) - : c <= 68220) - : (c <= 68252 || (c >= 68288 && c <= 68295))))) - : (c <= 68324 || (c < 68608 - ? (c < 68448 - ? (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437) - : (c <= 68466 || (c >= 68480 && c <= 68497))) - : (c <= 68680 || (c < 68864 - ? (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850) - : (c <= 68899 || (c >= 69248 && c <= 69289))))))))) - : (c <= 69297 || (c < 70108 - ? (c < 69763 - ? (c < 69552 - ? (c < 69424 - ? (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415) - : (c <= 69445 || (c >= 69488 && c <= 69505))) - : (c <= 69572 || (c < 69745 - ? (c < 69635 - ? (c >= 69600 && c <= 69622) - : c <= 69687) - : (c <= 69746 || c == 69749)))) - : (c <= 69807 || (c < 69968 - ? (c < 69956 - ? (c < 69891 - ? (c >= 69840 && c <= 69864) - : c <= 69926) - : (c <= 69956 || c == 69959)) - : (c <= 70002 || (c < 70081 - ? (c < 70019 - ? c == 70006 - : c <= 70066) - : (c <= 70084 || c == 70106)))))) - : (c <= 70108 || (c < 70415 - ? (c < 70282 - ? (c < 70272 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70187) - : (c <= 70278 || c == 70280)) - : (c <= 70285 || (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70366 || (c >= 70405 && c <= 70412))))) - : (c <= 70416 || (c < 70461 - ? (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c >= 70453 && c <= 70457))) - : (c <= 70461 || (c < 70656 - ? (c < 70493 - ? c == 70480 - : c <= 70497) - : (c <= 70708 || (c >= 70727 && c <= 70730))))))))))))) - : (c <= 70753 || (c < 119966 - ? (c < 73063 - ? (c < 72096 - ? (c < 71488 - ? (c < 71168 - ? (c < 70855 - ? (c < 70852 - ? (c >= 70784 && c <= 70831) - : c <= 70853) - : (c <= 70855 || (c < 71128 - ? (c >= 71040 && c <= 71086) - : c <= 71131))) - : (c <= 71215 || (c < 71352 - ? (c < 71296 - ? c == 71236 - : c <= 71338) - : (c <= 71352 || (c >= 71424 && c <= 71450))))) - : (c <= 71494 || (c < 71948 - ? (c < 71935 - ? (c < 71840 - ? (c >= 71680 && c <= 71723) - : c <= 71903) - : (c <= 71942 || c == 71945)) - : (c <= 71955 || (c < 71999 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71983) - : (c <= 71999 || c == 72001)))))) - : (c <= 72103 || (c < 72368 - ? (c < 72203 - ? (c < 72163 - ? (c < 72161 - ? (c >= 72106 && c <= 72144) - : c <= 72161) - : (c <= 72163 || c == 72192)) - : (c <= 72242 || (c < 72284 - ? (c < 72272 - ? c == 72250 - : c <= 72272) - : (c <= 72329 || c == 72349)))) - : (c <= 72440 || (c < 72960 - ? (c < 72768 - ? (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72750) - : (c <= 72768 || (c >= 72818 && c <= 72847))) - : (c <= 72966 || (c < 73030 - ? (c < 72971 - ? (c >= 72968 && c <= 72969) - : c <= 73008) - : (c <= 73030 || (c >= 73056 && c <= 73061))))))))) - : (c <= 73064 || (c < 94032 - ? (c < 92160 - ? (c < 74752 - ? (c < 73440 - ? (c < 73112 - ? (c >= 73066 && c <= 73097) - : c <= 73112) - : (c <= 73458 || (c < 73728 - ? c == 73648 - : c <= 74649))) - : (c <= 74862 || (c < 77824 - ? (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808) - : (c <= 78894 || (c >= 82944 && c <= 83526))))) - : (c <= 92728 || (c < 92992 - ? (c < 92880 - ? (c < 92784 - ? (c >= 92736 && c <= 92766) - : c <= 92862) - : (c <= 92909 || (c >= 92928 && c <= 92975))) - : (c <= 92995 || (c < 93760 - ? (c < 93053 - ? (c >= 93027 && c <= 93047) - : c <= 93071) - : (c <= 93823 || (c >= 93952 && c <= 94026))))))) - : (c <= 94032 || (c < 110592 - ? (c < 100352 - ? (c < 94179 - ? (c < 94176 - ? (c >= 94099 && c <= 94111) - : c <= 94177) - : (c <= 94179 || (c >= 94208 && c <= 100343))) - : (c <= 101589 || (c < 110581 - ? (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579) - : (c <= 110587 || (c >= 110589 && c <= 110590))))) - : (c <= 110882 || (c < 113776 - ? (c < 110960 - ? (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951) - : (c <= 111355 || (c >= 113664 && c <= 113770))) - : (c <= 113788 || (c < 119808 - ? (c < 113808 - ? (c >= 113792 && c <= 113800) - : c <= 113817) - : (c <= 119892 || (c >= 119894 && c <= 119964))))))))))) - : (c <= 119967 || (c < 126464 - ? (c < 120598 - ? (c < 120094 - ? (c < 119997 - ? (c < 119977 - ? (c < 119973 - ? c == 119970 - : c <= 119974) - : (c <= 119980 || (c < 119995 - ? (c >= 119982 && c <= 119993) - : c <= 119995))) - : (c <= 120003 || (c < 120077 - ? (c < 120071 - ? (c >= 120005 && c <= 120069) - : c <= 120074) - : (c <= 120084 || (c >= 120086 && c <= 120092))))) - : (c <= 120121 || (c < 120146 - ? (c < 120134 - ? (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132) - : (c <= 120134 || (c >= 120138 && c <= 120144))) - : (c <= 120485 || (c < 120540 - ? (c < 120514 - ? (c >= 120488 && c <= 120512) - : c <= 120538) - : (c <= 120570 || (c >= 120572 && c <= 120596))))))) - : (c <= 120628 || (c < 123214 - ? (c < 120746 - ? (c < 120688 - ? (c < 120656 - ? (c >= 120630 && c <= 120654) - : c <= 120686) - : (c <= 120712 || (c >= 120714 && c <= 120744))) - : (c <= 120770 || (c < 123136 - ? (c < 122624 - ? (c >= 120772 && c <= 120779) - : c <= 122654) - : (c <= 123180 || (c >= 123191 && c <= 123197))))) - : (c <= 123214 || (c < 124909 - ? (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123565) - : c <= 123627) - : (c <= 124902 || (c >= 124904 && c <= 124907))) - : (c <= 124910 || (c < 125184 - ? (c < 124928 - ? (c >= 124912 && c <= 124926) - : c <= 125124) - : (c <= 125251 || c == 125259)))))))) - : (c <= 126467 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126500 - ? (c < 126497 - ? (c >= 126469 && c <= 126495) - : c <= 126498) - : (c <= 126500 || c == 126503)) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} +static TSCharacterRange sym_identifier_character_set_1[] = { + {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba}, + {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, + {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, + {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, + {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, + {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, + {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x898, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, + {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, + {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, + {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, + {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75}, + {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5}, + {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c}, + {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d}, + {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, + {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2}, + {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28}, + {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63}, + {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4}, + {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, {0xd00, 0xd0c}, + {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f}, + {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4}, + {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82}, + {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xecd}, + {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39}, + {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d}, + {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258}, + {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5}, + {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, + {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734}, + {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dd}, {0x17e0, 0x17e9}, + {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, + {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, + {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, + {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, + {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, + {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, + {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, {0x207f, 0x207f}, + {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, + {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, + {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, + {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, + {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, + {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, + {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, + {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, + {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, + {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, + {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, + {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, + {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, + {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f}, + {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b}, + {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff66, 0xffbe}, {0xffc2, 0xffc7}, + {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, + {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, + {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, + {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, + {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, + {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, + {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, + {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, + {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, + {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10f00, 0x10f1c}, + {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, + {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, + {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x1123e}, {0x11280, 0x11286}, + {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, + {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, + {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, + {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, + {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, + {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, + {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, + {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, + {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, + {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11fb0, 0x11fb0}, + {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342e}, {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, + {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, + {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, + {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, + {0x1b150, 0x1b152}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, + {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, + {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, + {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, + {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, + {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, + {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, + {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, + {0x1e2c0, 0x1e2f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, + {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, + {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, + {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, + {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, + {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b738}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, + {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0xe0100, 0xe01ef}, +}; -static inline bool aux_sym_unquoted_token2_character_set_2(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 931 - ? (c < 748 - ? (c < 192 - ? (c < 170 - ? (c < 'c' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 186 - ? c == 181 - : c <= 186))) - : (c <= 214 || (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c >= 736 && c <= 740))))) - : (c <= 748 || (c < 895 - ? (c < 886 - ? (c < 880 - ? c == 750 - : c <= 884) - : (c <= 887 || (c >= 891 && c <= 893))) - : (c <= 895 || (c < 908 - ? (c < 904 - ? c == 902 - : c <= 906) - : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1015 && c <= 1153) - : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} +static TSCharacterRange sym__long_flag_identifier_character_set_1[] = { + {'-', '-'}, {'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, + {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, + {0x300, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, + {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, + {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, + {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, + {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x898, 0x8e1}, {0x8e3, 0x963}, + {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, + {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, + {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, + {0xa38, 0xa39}, {0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, + {0xa66, 0xa75}, {0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, + {0xabc, 0xac5}, {0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, {0xaf9, 0xaff}, {0xb01, 0xb03}, + {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3c, 0xb44}, {0xb47, 0xb48}, + {0xb4b, 0xb4d}, {0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, {0xb82, 0xb83}, {0xb85, 0xb8a}, + {0xb8e, 0xb90}, {0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, + {0xbbe, 0xbc2}, {0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, {0xc00, 0xc0c}, {0xc0e, 0xc10}, + {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, + {0xc60, 0xc63}, {0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, + {0xcbc, 0xcc4}, {0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf2}, + {0xd00, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, {0xd5f, 0xd63}, {0xd66, 0xd6f}, + {0xd7a, 0xd7f}, {0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xdca, 0xdca}, + {0xdcf, 0xdd4}, {0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, {0xe40, 0xe4e}, {0xe50, 0xe59}, + {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, + {0xec8, 0xecd}, {0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, {0xf35, 0xf35}, {0xf37, 0xf37}, + {0xf39, 0xf39}, {0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, {0xfc6, 0xfc6}, {0x1000, 0x1049}, + {0x1050, 0x109d}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, + {0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, + {0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, {0x1369, 0x1371}, {0x1380, 0x138f}, + {0x13a0, 0x13f5}, {0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1715}, + {0x171f, 0x1734}, {0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dd}, + {0x17e0, 0x17e9}, {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, + {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, + {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, + {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, + {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, + {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, + {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, + {0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113}, + {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149}, + {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, + {0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, + {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, + {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, + {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, + {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, + {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, + {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, + {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, + {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, + {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, + {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, + {0xfe00, 0xfe0f}, {0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, + {0xfe7b, 0xfe7b}, {0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff66, 0xffbe}, + {0xffc2, 0xffc7}, {0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, + {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, + {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, + {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, + {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, + {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, + {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, + {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, + {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, + {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, + {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, + {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, + {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x1123e}, + {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, + {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, + {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11400, 0x1144a}, {0x11450, 0x11459}, + {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, + {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, + {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, + {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, + {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, + {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, + {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, + {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342e}, {0x14400, 0x14646}, {0x16800, 0x16a38}, + {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, + {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, + {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, + {0x1b000, 0x1b122}, {0x1b150, 0x1b152}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, + {0x1bc9d, 0x1bc9e}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, + {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, + {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, + {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, + {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, + {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1e000, 0x1e006}, + {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, + {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, + {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, + {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, + {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, + {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, + {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b738}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, + {0x2ceb0, 0x2ebe0}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0xe0100, 0xe01ef}, +}; -static inline bool aux_sym_unquoted_token2_character_set_3(int32_t c) { - return (c < '[' - ? (c < '\'' - ? (c < '"' - ? c == 0 - : c <= '"') - : (c <= ')' || c == ';')) - : (c <= '[' || (c < '{' - ? (c < '`' - ? c == ']' - : c <= '`') - : (c <= '{' || c == '}')))); -} +static TSCharacterRange sym_filesize_unit_character_set_1[] = { + {'B', 'B'}, {'E', 'E'}, {'G', 'G'}, {'K', 'K'}, {'M', 'M'}, {'P', 'P'}, {'T', 'T'}, {'b', 'b'}, + {'e', 'e'}, {'g', 'g'}, {'k', 'k'}, {'m', 'm'}, {'p', 'p'}, {'t', 't'}, +}; -static inline bool aux_sym_unquoted_token3_character_set_1(int32_t c) { - return (c < 43600 - ? (c < 3751 - ? (c < 2730 - ? (c < 1869 - ? (c < 908 - ? (c < 192 - ? (c < '_' - ? (c < '0' - ? (c < '.' - ? c == '!' - : c <= '.') - : (c <= '9' || (c < 'A' - ? c == '?' - : c <= 'Z'))) - : (c <= '_' || (c < 181 - ? (c < 170 - ? (c >= 'a' && c <= 'z') - : c <= 170) - : (c <= 181 || (c < 186 - ? c == 183 - : c <= 186))))) - : (c <= 214 || (c < 750 - ? (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748))) - : (c <= 750 || (c < 891 - ? (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887) - : (c <= 893 || (c < 902 - ? c == 895 - : c <= 906))))))) - : (c <= 908 || (c < 1476 - ? (c < 1329 - ? (c < 1015 - ? (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013) - : (c <= 1153 || (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327))) - : (c <= 1366 || (c < 1425 - ? (c < 1376 - ? c == 1369 - : c <= 1416) - : (c <= 1469 || (c < 1473 - ? c == 1471 - : c <= 1474))))) - : (c <= 1477 || (c < 1646 - ? (c < 1519 - ? (c < 1488 - ? c == 1479 - : c <= 1514) - : (c <= 1522 || (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641))) - : (c <= 1747 || (c < 1770 - ? (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768) - : (c <= 1788 || (c < 1808 - ? c == 1791 - : c <= 1866))))))))) - : (c <= 1969 || (c < 2527 - ? (c < 2417 - ? (c < 2144 - ? (c < 2045 - ? (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042) - : (c <= 2045 || (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139))) - : (c <= 2154 || (c < 2200 - ? (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190) - : (c <= 2273 || (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415))))) - : (c <= 2435 || (c < 2486 - ? (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482))) - : (c <= 2489 || (c < 2507 - ? (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504) - : (c <= 2510 || (c < 2524 - ? c == 2519 - : c <= 2525))))))) - : (c <= 2531 || (c < 2620 - ? (c < 2575 - ? (c < 2558 - ? (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556) - : (c <= 2558 || (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570))) - : (c <= 2576 || (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617))))) - : (c <= 2620 || (c < 2654 - ? (c < 2635 - ? (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632) - : (c <= 2637 || (c < 2649 - ? c == 2641 - : c <= 2652))) - : (c <= 2654 || (c < 2693 - ? (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691) - : (c <= 2701 || (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728))))))))))) - : (c <= 2736 || (c < 3157 - ? (c < 2929 - ? (c < 2831 - ? (c < 2768 - ? (c < 2748 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2757 || (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765))) - : (c <= 2768 || (c < 2809 - ? (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799) - : (c <= 2815 || (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828))))) - : (c <= 2832 || (c < 2887 - ? (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884))) - : (c <= 2888 || (c < 2908 - ? (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903) - : (c <= 2909 || (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927))))))) - : (c <= 2929 || (c < 3014 - ? (c < 2972 - ? (c < 2958 - ? (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954) - : (c <= 2960 || (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970))) - : (c <= 2972 || (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010))))) - : (c <= 3016 || (c < 3086 - ? (c < 3031 - ? (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024) - : (c <= 3031 || (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084))) - : (c <= 3088 || (c < 3132 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3140 || (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149))))))))) - : (c <= 3158 || (c < 3412 - ? (c < 3270 - ? (c < 3205 - ? (c < 3168 - ? (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165) - : (c <= 3171 || (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203))) - : (c <= 3212 || (c < 3242 - ? (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240) - : (c <= 3251 || (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268))))) - : (c <= 3272 || (c < 3313 - ? (c < 3293 - ? (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286) - : (c <= 3294 || (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344) - : (c <= 3396 || (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406))))))) - : (c <= 3415 || (c < 3542 - ? (c < 3482 - ? (c < 3450 - ? (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439) - : (c <= 3455 || (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c < 3535 - ? c == 3530 - : c <= 3540))))) - : (c <= 3542 || (c < 3664 - ? (c < 3570 - ? (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567) - : (c <= 3571 || (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662))) - : (c <= 3673 || (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749))))))))))))) - : (c <= 3773 || (c < 8008 - ? (c < 5792 - ? (c < 4348 - ? (c < 3902 - ? (c < 3840 - ? (c < 3784 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3789 || (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807))) - : (c <= 3840 || (c < 3893 - ? (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881) - : (c <= 3893 || (c < 3897 - ? c == 3895 - : c <= 3897))))) - : (c <= 3911 || (c < 4096 - ? (c < 3974 - ? (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972) - : (c <= 3991 || (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038))) - : (c <= 4169 || (c < 4295 - ? (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))))))) - : (c <= 4680 || (c < 4808 - ? (c < 4746 - ? (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || (c < 4802 - ? c == 4800 - : c <= 4805))))) - : (c <= 4822 || (c < 4992 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786))))))))) - : (c <= 5866 || (c < 6608 - ? (c < 6155 - ? (c < 5998 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))) - : (c <= 6000 || (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))))) - : (c <= 6157 || (c < 6432 - ? (c < 6272 - ? (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6443 || (c < 6512 - ? (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))))))) - : (c <= 6618 || (c < 7040 - ? (c < 6823 - ? (c < 6752 - ? (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750) - : (c <= 6780 || (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809))) - : (c <= 6823 || (c < 6912 - ? (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862) - : (c <= 6988 || (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027))))) - : (c <= 7155 || (c < 7357 - ? (c < 7245 - ? (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241) - : (c <= 7293 || (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354))) - : (c <= 7359 || (c < 7424 - ? (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))))))))))) - : (c <= 8013 || (c < 11704 - ? (c < 8450 - ? (c < 8150 - ? (c < 8064 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147))))) - : (c <= 8155 || (c < 8305 - ? (c < 8182 - ? (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180) - : (c <= 8188 || (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276))) - : (c <= 8305 || (c < 8400 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8412 || (c < 8421 - ? c == 8417 - : c <= 8432))))))) - : (c <= 8450 || (c < 8544 - ? (c < 8486 - ? (c < 8469 - ? (c < 8458 - ? c == 8455 - : c <= 8467) - : (c <= 8469 || (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484))) - : (c <= 8486 || (c < 8508 - ? (c < 8490 - ? c == 8488 - : c <= 8505) - : (c <= 8511 || (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526))))) - : (c <= 8584 || (c < 11568 - ? (c < 11520 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507) - : (c <= 11557 || (c < 11565 - ? c == 11559 - : c <= 11565))) - : (c <= 11623 || (c < 11680 - ? (c < 11647 - ? c == 11631 - : c <= 11670) - : (c <= 11686 || (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702))))))))) - : (c <= 11710 || (c < 42560 - ? (c < 12445 - ? (c < 12293 - ? (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775))) - : (c <= 12295 || (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341) - : (c <= 12348 || (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442))))) - : (c <= 12447 || (c < 12784 - ? (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735))) - : (c <= 12799 || (c < 42192 - ? (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124) - : (c <= 42237 || (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539))))))) - : (c <= 42607 || (c < 43136 - ? (c < 42960 - ? (c < 42775 - ? (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737) - : (c <= 42783 || (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954))) - : (c <= 42961 || (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43047 || (c < 43072 - ? c == 43052 - : c <= 43123))))) - : (c <= 43205 || (c < 43360 - ? (c < 43259 - ? (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255) - : (c <= 43259 || (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481) - : (c <= 43518 || (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597))))))))))))))) - : (c <= 43609 || (c < 71453 - ? (c < 67594 - ? (c < 65343 - ? (c < 64298 - ? (c < 43868 - ? (c < 43777 - ? (c < 43739 - ? (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43714) - : (c <= 43741 || (c < 43762 - ? (c >= 43744 && c <= 43759) - : c <= 43766))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c < 43824 - ? (c >= 43816 && c <= 43822) - : c <= 43866))))) - : (c <= 43881 || (c < 55243 - ? (c < 44016 - ? (c < 44012 - ? (c >= 43888 && c <= 44010) - : c <= 44013) - : (c <= 44025 || (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238))) - : (c <= 55291 || (c < 64256 - ? (c < 64112 - ? (c >= 63744 && c <= 64109) - : c <= 64217) - : (c <= 64262 || (c < 64285 - ? (c >= 64275 && c <= 64279) - : c <= 64296))))))) - : (c <= 64310 || (c < 65056 - ? (c < 64467 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c < 64326 - ? (c >= 64323 && c <= 64324) - : c <= 64433))) - : (c <= 64605 || (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c < 65024 - ? (c >= 65008 && c <= 65017) - : c <= 65039))))) - : (c <= 65071 || (c < 65145 - ? (c < 65137 - ? (c < 65101 - ? (c >= 65075 && c <= 65076) - : c <= 65103) - : (c <= 65137 || (c < 65143 - ? c == 65139 - : c <= 65143))) - : (c <= 65145 || (c < 65151 - ? (c < 65149 - ? c == 65147 - : c <= 65149) - : (c <= 65276 || (c < 65313 - ? (c >= 65296 && c <= 65305) - : c <= 65338))))))))) - : (c <= 65343 || (c < 66504 - ? (c < 65616 - ? (c < 65498 - ? (c < 65474 - ? (c < 65382 - ? (c >= 65345 && c <= 65370) - : c <= 65470) - : (c <= 65479 || (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c < 65599 - ? (c >= 65596 && c <= 65597) - : c <= 65613))))) - : (c <= 65629 || (c < 66272 - ? (c < 66045 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66045 || (c < 66208 - ? (c >= 66176 && c <= 66204) - : c <= 66256))) - : (c <= 66272 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66426 || (c < 66464 - ? (c >= 66432 && c <= 66461) - : c <= 66499))))))) - : (c <= 66511 || (c < 66967 - ? (c < 66816 - ? (c < 66720 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66729 || (c < 66776 - ? (c >= 66736 && c <= 66771) - : c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c < 66964 - ? (c >= 66956 && c <= 66962) - : c <= 66965))))) - : (c <= 66977 || (c < 67424 - ? (c < 67003 - ? (c < 66995 - ? (c >= 66979 && c <= 66993) - : c <= 67001) - : (c <= 67004 || (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413))) - : (c <= 67431 || (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592))))))))))) - : (c <= 67637 || (c < 69942 - ? (c < 68416 - ? (c < 68096 - ? (c < 67808 - ? (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742))) - : (c <= 67826 || (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031))))) - : (c <= 68099 || (c < 68159 - ? (c < 68117 - ? (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115) - : (c <= 68119 || (c < 68152 - ? (c >= 68121 && c <= 68149) - : c <= 68154))) - : (c <= 68159 || (c < 68288 - ? (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252) - : (c <= 68295 || (c < 68352 - ? (c >= 68297 && c <= 68326) - : c <= 68405))))))) - : (c <= 68437 || (c < 69415 - ? (c < 68864 - ? (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850))) - : (c <= 68903 || (c < 69291 - ? (c < 69248 - ? (c >= 68912 && c <= 68921) - : c <= 69289) - : (c <= 69292 || (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404))))) - : (c <= 69415 || (c < 69734 - ? (c < 69552 - ? (c < 69488 - ? (c >= 69424 && c <= 69456) - : c <= 69509) - : (c <= 69572 || (c < 69632 - ? (c >= 69600 && c <= 69622) - : c <= 69702))) - : (c <= 69749 || (c < 69840 - ? (c < 69826 - ? (c >= 69759 && c <= 69818) - : c <= 69826) - : (c <= 69864 || (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940))))))))) - : (c <= 69951 || (c < 70453 - ? (c < 70280 - ? (c < 70094 - ? (c < 70006 - ? (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003) - : (c <= 70006 || (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092))) - : (c <= 70106 || (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70199 || (c < 70272 - ? c == 70206 - : c <= 70278))))) - : (c <= 70280 || (c < 70400 - ? (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c < 70384 - ? (c >= 70320 && c <= 70378) - : c <= 70393))) - : (c <= 70403 || (c < 70419 - ? (c < 70415 - ? (c >= 70405 && c <= 70412) - : c <= 70416) - : (c <= 70440 || (c < 70450 - ? (c >= 70442 && c <= 70448) - : c <= 70451))))))) - : (c <= 70457 || (c < 70784 - ? (c < 70493 - ? (c < 70475 - ? (c < 70471 - ? (c >= 70459 && c <= 70468) - : c <= 70472) - : (c <= 70477 || (c < 70487 - ? c == 70480 - : c <= 70487))) - : (c <= 70499 || (c < 70656 - ? (c < 70512 - ? (c >= 70502 && c <= 70508) - : c <= 70516) - : (c <= 70730 || (c < 70750 - ? (c >= 70736 && c <= 70745) - : c <= 70753))))) - : (c <= 70853 || (c < 71168 - ? (c < 71040 - ? (c < 70864 - ? c == 70855 - : c <= 70873) - : (c <= 71093 || (c < 71128 - ? (c >= 71096 && c <= 71104) - : c <= 71133))) - : (c <= 71232 || (c < 71296 - ? (c < 71248 - ? c == 71236 - : c <= 71257) - : (c <= 71352 || (c < 71424 - ? (c >= 71360 && c <= 71369) - : c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} +static TSCharacterRange aux_sym__list_item_starts_with_sign_token1_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', ':'}, {'<', 'Z'}, {'\\', '\\'}, {'^', '_'}, + {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token3_character_set_2(int32_t c) { - return (c < ';' - ? (c < '\r' - ? (c < '\t' - ? c == 0 - : c <= '\n') - : (c <= '\r' || (c < '\'' - ? (c >= ' ' && c <= '"') - : c <= ')'))) - : (c <= ';' || (c < '`' - ? (c < ']' - ? c == '[' - : c <= ']') - : (c <= '{' || c == '}')))); -} +static TSCharacterRange aux_sym__record_key_token1_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '+'}, {'-', '9'}, {'<', 'Z'}, {'\\', '\\'}, + {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token3_character_set_3(int32_t c) { - return (c < 43600 - ? (c < 3751 - ? (c < 2730 - ? (c < 1869 - ? (c < 908 - ? (c < 192 - ? (c < '_' - ? (c < '0' - ? (c < '-' - ? c == '!' - : c <= '.') - : (c <= '9' || (c < 'A' - ? c == '?' - : c <= 'Z'))) - : (c <= '_' || (c < 181 - ? (c < 170 - ? (c >= 'a' && c <= 'z') - : c <= 170) - : (c <= 181 || (c < 186 - ? c == 183 - : c <= 186))))) - : (c <= 214 || (c < 750 - ? (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748))) - : (c <= 750 || (c < 891 - ? (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887) - : (c <= 893 || (c < 902 - ? c == 895 - : c <= 906))))))) - : (c <= 908 || (c < 1476 - ? (c < 1329 - ? (c < 1015 - ? (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013) - : (c <= 1153 || (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327))) - : (c <= 1366 || (c < 1425 - ? (c < 1376 - ? c == 1369 - : c <= 1416) - : (c <= 1469 || (c < 1473 - ? c == 1471 - : c <= 1474))))) - : (c <= 1477 || (c < 1646 - ? (c < 1519 - ? (c < 1488 - ? c == 1479 - : c <= 1514) - : (c <= 1522 || (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641))) - : (c <= 1747 || (c < 1770 - ? (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768) - : (c <= 1788 || (c < 1808 - ? c == 1791 - : c <= 1866))))))))) - : (c <= 1969 || (c < 2527 - ? (c < 2417 - ? (c < 2144 - ? (c < 2045 - ? (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042) - : (c <= 2045 || (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139))) - : (c <= 2154 || (c < 2200 - ? (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190) - : (c <= 2273 || (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415))))) - : (c <= 2435 || (c < 2486 - ? (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482))) - : (c <= 2489 || (c < 2507 - ? (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504) - : (c <= 2510 || (c < 2524 - ? c == 2519 - : c <= 2525))))))) - : (c <= 2531 || (c < 2620 - ? (c < 2575 - ? (c < 2558 - ? (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556) - : (c <= 2558 || (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570))) - : (c <= 2576 || (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617))))) - : (c <= 2620 || (c < 2654 - ? (c < 2635 - ? (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632) - : (c <= 2637 || (c < 2649 - ? c == 2641 - : c <= 2652))) - : (c <= 2654 || (c < 2693 - ? (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691) - : (c <= 2701 || (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728))))))))))) - : (c <= 2736 || (c < 3157 - ? (c < 2929 - ? (c < 2831 - ? (c < 2768 - ? (c < 2748 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2757 || (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765))) - : (c <= 2768 || (c < 2809 - ? (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799) - : (c <= 2815 || (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828))))) - : (c <= 2832 || (c < 2887 - ? (c < 2866 - ? (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864) - : (c <= 2867 || (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884))) - : (c <= 2888 || (c < 2908 - ? (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903) - : (c <= 2909 || (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927))))))) - : (c <= 2929 || (c < 3014 - ? (c < 2972 - ? (c < 2958 - ? (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954) - : (c <= 2960 || (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970))) - : (c <= 2972 || (c < 2984 - ? (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980) - : (c <= 2986 || (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010))))) - : (c <= 3016 || (c < 3086 - ? (c < 3031 - ? (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024) - : (c <= 3031 || (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084))) - : (c <= 3088 || (c < 3132 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3140 || (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149))))))))) - : (c <= 3158 || (c < 3412 - ? (c < 3270 - ? (c < 3205 - ? (c < 3168 - ? (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165) - : (c <= 3171 || (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203))) - : (c <= 3212 || (c < 3242 - ? (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240) - : (c <= 3251 || (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268))))) - : (c <= 3272 || (c < 3313 - ? (c < 3293 - ? (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286) - : (c <= 3294 || (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344) - : (c <= 3396 || (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406))))))) - : (c <= 3415 || (c < 3542 - ? (c < 3482 - ? (c < 3450 - ? (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439) - : (c <= 3455 || (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c < 3535 - ? c == 3530 - : c <= 3540))))) - : (c <= 3542 || (c < 3664 - ? (c < 3570 - ? (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567) - : (c <= 3571 || (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662))) - : (c <= 3673 || (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749))))))))))))) - : (c <= 3773 || (c < 8008 - ? (c < 5792 - ? (c < 4348 - ? (c < 3902 - ? (c < 3840 - ? (c < 3784 - ? (c < 3782 - ? (c >= 3776 && c <= 3780) - : c <= 3782) - : (c <= 3789 || (c < 3804 - ? (c >= 3792 && c <= 3801) - : c <= 3807))) - : (c <= 3840 || (c < 3893 - ? (c < 3872 - ? (c >= 3864 && c <= 3865) - : c <= 3881) - : (c <= 3893 || (c < 3897 - ? c == 3895 - : c <= 3897))))) - : (c <= 3911 || (c < 4096 - ? (c < 3974 - ? (c < 3953 - ? (c >= 3913 && c <= 3948) - : c <= 3972) - : (c <= 3991 || (c < 4038 - ? (c >= 3993 && c <= 4028) - : c <= 4038))) - : (c <= 4169 || (c < 4295 - ? (c < 4256 - ? (c >= 4176 && c <= 4253) - : c <= 4293) - : (c <= 4295 || (c < 4304 - ? c == 4301 - : c <= 4346))))))) - : (c <= 4680 || (c < 4808 - ? (c < 4746 - ? (c < 4696 - ? (c < 4688 - ? (c >= 4682 && c <= 4685) - : c <= 4694) - : (c <= 4696 || (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || (c < 4802 - ? c == 4800 - : c <= 4805))))) - : (c <= 4822 || (c < 4992 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c < 4969 - ? (c >= 4957 && c <= 4959) - : c <= 4977))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c < 5761 - ? (c >= 5743 && c <= 5759) - : c <= 5786))))))))) - : (c <= 5866 || (c < 6608 - ? (c < 6155 - ? (c < 5998 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5909) - : (c <= 5940 || (c < 5984 - ? (c >= 5952 && c <= 5971) - : c <= 5996))) - : (c <= 6000 || (c < 6103 - ? (c < 6016 - ? (c >= 6002 && c <= 6003) - : c <= 6099) - : (c <= 6103 || (c < 6112 - ? (c >= 6108 && c <= 6109) - : c <= 6121))))) - : (c <= 6157 || (c < 6432 - ? (c < 6272 - ? (c < 6176 - ? (c >= 6159 && c <= 6169) - : c <= 6264) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6443 || (c < 6512 - ? (c < 6470 - ? (c >= 6448 && c <= 6459) - : c <= 6509) - : (c <= 6516 || (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601))))))) - : (c <= 6618 || (c < 7040 - ? (c < 6823 - ? (c < 6752 - ? (c < 6688 - ? (c >= 6656 && c <= 6683) - : c <= 6750) - : (c <= 6780 || (c < 6800 - ? (c >= 6783 && c <= 6793) - : c <= 6809))) - : (c <= 6823 || (c < 6912 - ? (c < 6847 - ? (c >= 6832 && c <= 6845) - : c <= 6862) - : (c <= 6988 || (c < 7019 - ? (c >= 6992 && c <= 7001) - : c <= 7027))))) - : (c <= 7155 || (c < 7357 - ? (c < 7245 - ? (c < 7232 - ? (c >= 7168 && c <= 7223) - : c <= 7241) - : (c <= 7293 || (c < 7312 - ? (c >= 7296 && c <= 7304) - : c <= 7354))) - : (c <= 7359 || (c < 7424 - ? (c < 7380 - ? (c >= 7376 && c <= 7378) - : c <= 7418) - : (c <= 7957 || (c < 7968 - ? (c >= 7960 && c <= 7965) - : c <= 8005))))))))))) - : (c <= 8013 || (c < 11704 - ? (c < 8450 - ? (c < 8150 - ? (c < 8064 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || (c < 8031 - ? c == 8029 - : c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c < 8144 - ? (c >= 8134 && c <= 8140) - : c <= 8147))))) - : (c <= 8155 || (c < 8305 - ? (c < 8182 - ? (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180) - : (c <= 8188 || (c < 8276 - ? (c >= 8255 && c <= 8256) - : c <= 8276))) - : (c <= 8305 || (c < 8400 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8412 || (c < 8421 - ? c == 8417 - : c <= 8432))))))) - : (c <= 8450 || (c < 8544 - ? (c < 8486 - ? (c < 8469 - ? (c < 8458 - ? c == 8455 - : c <= 8467) - : (c <= 8469 || (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484))) - : (c <= 8486 || (c < 8508 - ? (c < 8490 - ? c == 8488 - : c <= 8505) - : (c <= 8511 || (c < 8526 - ? (c >= 8517 && c <= 8521) - : c <= 8526))))) - : (c <= 8584 || (c < 11568 - ? (c < 11520 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11507) - : (c <= 11557 || (c < 11565 - ? c == 11559 - : c <= 11565))) - : (c <= 11623 || (c < 11680 - ? (c < 11647 - ? c == 11631 - : c <= 11670) - : (c <= 11686 || (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702))))))))) - : (c <= 11710 || (c < 42560 - ? (c < 12445 - ? (c < 12293 - ? (c < 11728 - ? (c < 11720 - ? (c >= 11712 && c <= 11718) - : c <= 11726) - : (c <= 11734 || (c < 11744 - ? (c >= 11736 && c <= 11742) - : c <= 11775))) - : (c <= 12295 || (c < 12344 - ? (c < 12337 - ? (c >= 12321 && c <= 12335) - : c <= 12341) - : (c <= 12348 || (c < 12441 - ? (c >= 12353 && c <= 12438) - : c <= 12442))))) - : (c <= 12447 || (c < 12784 - ? (c < 12549 - ? (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543) - : (c <= 12591 || (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735))) - : (c <= 12799 || (c < 42192 - ? (c < 19968 - ? (c >= 13312 && c <= 19903) - : c <= 42124) - : (c <= 42237 || (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42539))))))) - : (c <= 42607 || (c < 43136 - ? (c < 42960 - ? (c < 42775 - ? (c < 42623 - ? (c >= 42612 && c <= 42621) - : c <= 42737) - : (c <= 42783 || (c < 42891 - ? (c >= 42786 && c <= 42888) - : c <= 42954))) - : (c <= 42961 || (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43047 || (c < 43072 - ? c == 43052 - : c <= 43123))))) - : (c <= 43205 || (c < 43360 - ? (c < 43259 - ? (c < 43232 - ? (c >= 43216 && c <= 43225) - : c <= 43255) - : (c <= 43259 || (c < 43312 - ? (c >= 43261 && c <= 43309) - : c <= 43347))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43392 && c <= 43456) - : c <= 43481) - : (c <= 43518 || (c < 43584 - ? (c >= 43520 && c <= 43574) - : c <= 43597))))))))))))))) - : (c <= 43609 || (c < 71453 - ? (c < 67594 - ? (c < 65343 - ? (c < 64298 - ? (c < 43868 - ? (c < 43777 - ? (c < 43739 - ? (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43714) - : (c <= 43741 || (c < 43762 - ? (c >= 43744 && c <= 43759) - : c <= 43766))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c < 43824 - ? (c >= 43816 && c <= 43822) - : c <= 43866))))) - : (c <= 43881 || (c < 55243 - ? (c < 44016 - ? (c < 44012 - ? (c >= 43888 && c <= 44010) - : c <= 44013) - : (c <= 44025 || (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238))) - : (c <= 55291 || (c < 64256 - ? (c < 64112 - ? (c >= 63744 && c <= 64109) - : c <= 64217) - : (c <= 64262 || (c < 64285 - ? (c >= 64275 && c <= 64279) - : c <= 64296))))))) - : (c <= 64310 || (c < 65056 - ? (c < 64467 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c < 64326 - ? (c >= 64323 && c <= 64324) - : c <= 64433))) - : (c <= 64605 || (c < 64914 - ? (c < 64848 - ? (c >= 64612 && c <= 64829) - : c <= 64911) - : (c <= 64967 || (c < 65024 - ? (c >= 65008 && c <= 65017) - : c <= 65039))))) - : (c <= 65071 || (c < 65145 - ? (c < 65137 - ? (c < 65101 - ? (c >= 65075 && c <= 65076) - : c <= 65103) - : (c <= 65137 || (c < 65143 - ? c == 65139 - : c <= 65143))) - : (c <= 65145 || (c < 65151 - ? (c < 65149 - ? c == 65147 - : c <= 65149) - : (c <= 65276 || (c < 65313 - ? (c >= 65296 && c <= 65305) - : c <= 65338))))))))) - : (c <= 65343 || (c < 66504 - ? (c < 65616 - ? (c < 65498 - ? (c < 65474 - ? (c < 65382 - ? (c >= 65345 && c <= 65370) - : c <= 65470) - : (c <= 65479 || (c < 65490 - ? (c >= 65482 && c <= 65487) - : c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c < 65599 - ? (c >= 65596 && c <= 65597) - : c <= 65613))))) - : (c <= 65629 || (c < 66272 - ? (c < 66045 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66045 || (c < 66208 - ? (c >= 66176 && c <= 66204) - : c <= 66256))) - : (c <= 66272 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66426 || (c < 66464 - ? (c >= 66432 && c <= 66461) - : c <= 66499))))))) - : (c <= 66511 || (c < 66967 - ? (c < 66816 - ? (c < 66720 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66729 || (c < 66776 - ? (c >= 66736 && c <= 66771) - : c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c < 66964 - ? (c >= 66956 && c <= 66962) - : c <= 66965))))) - : (c <= 66977 || (c < 67424 - ? (c < 67003 - ? (c < 66995 - ? (c >= 66979 && c <= 66993) - : c <= 67001) - : (c <= 67004 || (c < 67392 - ? (c >= 67072 && c <= 67382) - : c <= 67413))) - : (c <= 67431 || (c < 67506 - ? (c < 67463 - ? (c >= 67456 && c <= 67461) - : c <= 67504) - : (c <= 67514 || (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592))))))))))) - : (c <= 67637 || (c < 69942 - ? (c < 68416 - ? (c < 68096 - ? (c < 67808 - ? (c < 67647 - ? (c < 67644 - ? (c >= 67639 && c <= 67640) - : c <= 67644) - : (c <= 67669 || (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742))) - : (c <= 67826 || (c < 67872 - ? (c < 67840 - ? (c >= 67828 && c <= 67829) - : c <= 67861) - : (c <= 67897 || (c < 68030 - ? (c >= 67968 && c <= 68023) - : c <= 68031))))) - : (c <= 68099 || (c < 68159 - ? (c < 68117 - ? (c < 68108 - ? (c >= 68101 && c <= 68102) - : c <= 68115) - : (c <= 68119 || (c < 68152 - ? (c >= 68121 && c <= 68149) - : c <= 68154))) - : (c <= 68159 || (c < 68288 - ? (c < 68224 - ? (c >= 68192 && c <= 68220) - : c <= 68252) - : (c <= 68295 || (c < 68352 - ? (c >= 68297 && c <= 68326) - : c <= 68405))))))) - : (c <= 68437 || (c < 69415 - ? (c < 68864 - ? (c < 68608 - ? (c < 68480 - ? (c >= 68448 && c <= 68466) - : c <= 68497) - : (c <= 68680 || (c < 68800 - ? (c >= 68736 && c <= 68786) - : c <= 68850))) - : (c <= 68903 || (c < 69291 - ? (c < 69248 - ? (c >= 68912 && c <= 68921) - : c <= 69289) - : (c <= 69292 || (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404))))) - : (c <= 69415 || (c < 69734 - ? (c < 69552 - ? (c < 69488 - ? (c >= 69424 && c <= 69456) - : c <= 69509) - : (c <= 69572 || (c < 69632 - ? (c >= 69600 && c <= 69622) - : c <= 69702))) - : (c <= 69749 || (c < 69840 - ? (c < 69826 - ? (c >= 69759 && c <= 69818) - : c <= 69826) - : (c <= 69864 || (c < 69888 - ? (c >= 69872 && c <= 69881) - : c <= 69940))))))))) - : (c <= 69951 || (c < 70453 - ? (c < 70280 - ? (c < 70094 - ? (c < 70006 - ? (c < 69968 - ? (c >= 69956 && c <= 69959) - : c <= 70003) - : (c <= 70006 || (c < 70089 - ? (c >= 70016 && c <= 70084) - : c <= 70092))) - : (c <= 70106 || (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70199 || (c < 70272 - ? c == 70206 - : c <= 70278))))) - : (c <= 70280 || (c < 70400 - ? (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c < 70384 - ? (c >= 70320 && c <= 70378) - : c <= 70393))) - : (c <= 70403 || (c < 70419 - ? (c < 70415 - ? (c >= 70405 && c <= 70412) - : c <= 70416) - : (c <= 70440 || (c < 70450 - ? (c >= 70442 && c <= 70448) - : c <= 70451))))))) - : (c <= 70457 || (c < 70784 - ? (c < 70493 - ? (c < 70475 - ? (c < 70471 - ? (c >= 70459 && c <= 70468) - : c <= 70472) - : (c <= 70477 || (c < 70487 - ? c == 70480 - : c <= 70487))) - : (c <= 70499 || (c < 70656 - ? (c < 70512 - ? (c >= 70502 && c <= 70508) - : c <= 70516) - : (c <= 70730 || (c < 70750 - ? (c >= 70736 && c <= 70745) - : c <= 70753))))) - : (c <= 70853 || (c < 71168 - ? (c < 71040 - ? (c < 70864 - ? c == 70855 - : c <= 70873) - : (c <= 71093 || (c < 71128 - ? (c >= 71096 && c <= 71104) - : c <= 71133))) - : (c <= 71232 || (c < 71296 - ? (c < 71248 - ? c == 71236 - : c <= 71257) - : (c <= 71352 || (c < 71424 - ? (c >= 71360 && c <= 71369) - : c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 - ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 - ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 - ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 - ? (c < 73728 - ? c == 73648 - : c <= 74649) - : (c <= 74862 || (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 - ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 - ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 - ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 - ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 - ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 - ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 - ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) - : (c <= 124902 || (c < 124909 - ? (c >= 124904 && c <= 124907) - : c <= 124910))))))))) - : (c <= 124926 || (c < 126557 - ? (c < 126521 - ? (c < 126469 - ? (c < 125184 - ? (c < 125136 - ? (c >= 124928 && c <= 125124) - : c <= 125142) - : (c <= 125259 || (c < 126464 - ? (c >= 125264 && c <= 125273) - : c <= 126467))) - : (c <= 126495 || (c < 126503 - ? (c < 126500 - ? (c >= 126497 && c <= 126498) - : c <= 126500) - : (c <= 126503 || (c < 126516 - ? (c >= 126505 && c <= 126514) - : c <= 126519))))) - : (c <= 126521 || (c < 126541 - ? (c < 126535 - ? (c < 126530 - ? c == 126523 - : c <= 126530) - : (c <= 126535 || (c < 126539 - ? c == 126537 - : c <= 126539))) - : (c <= 126543 || (c < 126551 - ? (c < 126548 - ? (c >= 126545 && c <= 126546) - : c <= 126548) - : (c <= 126551 || (c < 126555 - ? c == 126553 - : c <= 126555))))))) - : (c <= 126557 || (c < 126629 - ? (c < 126580 - ? (c < 126564 - ? (c < 126561 - ? c == 126559 - : c <= 126562) - : (c <= 126564 || (c < 126572 - ? (c >= 126567 && c <= 126570) - : c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c < 126625 - ? (c >= 126603 && c <= 126619) - : c <= 126627))))) - : (c <= 126633 || (c < 178208 - ? (c < 131072 - ? (c < 130032 - ? (c >= 126635 && c <= 126651) - : c <= 130041) - : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) - : c <= 178205))) - : (c <= 183969 || (c < 196608 - ? (c < 194560 - ? (c >= 183984 && c <= 191456) - : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); -} +static TSCharacterRange aux_sym__record_key_token2_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', '+'}, {'-', '9'}, {'<', 'Z'}, + {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token3_character_set_4(int32_t c) { - return (c < ';' - ? (c < ' ' - ? (c < '\t' - ? c == 0 - : (c <= '\n' || c == '\r')) - : (c <= ' ' || (c < '\'' - ? c == '"' - : c <= ')'))) - : (c <= ';' || (c < '`' - ? (c < ']' - ? c == '[' - : c <= ']') - : (c <= '`' || (c < '}' - ? c == '{' - : c <= '}'))))); -} +static TSCharacterRange aux_sym_unquoted_token1_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', ','}, {'.', ':'}, {'<', 'Z'}, + {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token3_character_set_5(int32_t c) { - return (c < ';' - ? (c < '\r' - ? (c < '\t' - ? c == 0 - : c <= '\n') - : (c <= '\r' || (c < '(' - ? c == ' ' - : c <= ')'))) - : (c <= ';' || (c < '`' - ? (c < ']' - ? c == '[' - : c <= ']') - : (c <= '`' || (c < '}' - ? c == '{' - : c <= '}'))))); -} +static TSCharacterRange aux_sym_unquoted_token2_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '-'}, {'/', ':'}, {'<', 'Z'}, {'\\', '\\'}, + {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token3_character_set_6(int32_t c) { - return (c < '\'' - ? (c < '\r' - ? (c < '\t' - ? c == 0 - : c <= '\n') - : (c <= '\r' || (c < '"' - ? c == ' ' - : c <= '"'))) - : (c <= ')' || (c < ']' - ? (c < '[' - ? c == ';' - : c <= '[') - : (c <= ']' || (c < '}' - ? (c >= '`' && c <= '{') - : c <= '}'))))); -} +static TSCharacterRange aux_sym_unquoted_token4_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', ':'}, {'>', 'Z'}, {'\\', '\\'}, {'^', '_'}, + {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token5_character_set_1(int32_t c) { - return (c < '[' - ? (c < '\'' - ? (c < '"' - ? c == 0 - : c <= '$') - : (c <= ')' || c == ';')) - : (c <= '[' || (c < '{' - ? (c < '`' - ? c == ']' - : c <= '`') - : (c <= '{' || c == '}')))); -} +static TSCharacterRange aux_sym_unquoted_token5_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', ':'}, {'<', 'Z'}, {'\\', '\\'}, + {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token6_character_set_1(int32_t c) { - return (c < 43520 - ? (c < 4197 - ? (c < 2730 - ? (c < 2036 - ? (c < 1015 - ? (c < 750 - ? (c < 216 - ? (c < 170 - ? (c < 'c' - ? (c >= 'A' && c <= 'Z') - : c <= 'z') - : (c <= 170 || (c < 192 - ? c == 186 - : c <= 214))) - : (c <= 246 || (c < 736 - ? (c < 710 - ? (c >= 248 && c <= 705) - : c <= 721) - : (c <= 740 || c == 748)))) - : (c <= 750 || (c < 902 - ? (c < 891 - ? (c < 886 - ? (c >= 880 && c <= 884) - : c <= 887) - : (c <= 893 || c == 895)) - : (c <= 902 || (c < 910 - ? (c < 908 - ? (c >= 904 && c <= 906) - : c <= 908) - : (c <= 929 || (c >= 931 && c <= 1013))))))) - : (c <= 1153 || (c < 1749 - ? (c < 1488 - ? (c < 1369 - ? (c < 1329 - ? (c >= 1162 && c <= 1327) - : c <= 1366) - : (c <= 1369 || (c >= 1376 && c <= 1416))) - : (c <= 1514 || (c < 1646 - ? (c < 1568 - ? (c >= 1519 && c <= 1522) - : c <= 1610) - : (c <= 1647 || (c >= 1649 && c <= 1747))))) - : (c <= 1749 || (c < 1808 - ? (c < 1786 - ? (c < 1774 - ? (c >= 1765 && c <= 1766) - : c <= 1775) - : (c <= 1788 || c == 1791)) - : (c <= 1808 || (c < 1969 - ? (c < 1869 - ? (c >= 1810 && c <= 1839) - : c <= 1957) - : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) - : (c <= 2037 || (c < 2486 - ? (c < 2308 - ? (c < 2112 - ? (c < 2074 - ? (c < 2048 - ? c == 2042 - : c <= 2069) - : (c <= 2074 || (c < 2088 - ? c == 2084 - : c <= 2088))) - : (c <= 2136 || (c < 2185 - ? (c < 2160 - ? (c >= 2144 && c <= 2154) - : c <= 2183) - : (c <= 2190 || (c >= 2208 && c <= 2249))))) - : (c <= 2361 || (c < 2437 - ? (c < 2392 - ? (c < 2384 - ? c == 2365 - : c <= 2384) - : (c <= 2401 || (c >= 2417 && c <= 2432))) - : (c <= 2444 || (c < 2474 - ? (c < 2451 - ? (c >= 2447 && c <= 2448) - : c <= 2472) - : (c <= 2480 || c == 2482)))))) - : (c <= 2489 || (c < 2602 - ? (c < 2544 - ? (c < 2524 - ? (c < 2510 - ? c == 2493 - : c <= 2510) - : (c <= 2525 || (c >= 2527 && c <= 2529))) - : (c <= 2545 || (c < 2575 - ? (c < 2565 - ? c == 2556 - : c <= 2570) - : (c <= 2576 || (c >= 2579 && c <= 2600))))) - : (c <= 2608 || (c < 2654 - ? (c < 2616 - ? (c < 2613 - ? (c >= 2610 && c <= 2611) - : c <= 2614) - : (c <= 2617 || (c >= 2649 && c <= 2652))) - : (c <= 2654 || (c < 2703 - ? (c < 2693 - ? (c >= 2674 && c <= 2676) - : c <= 2701) - : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) - : (c <= 2736 || (c < 3253 - ? (c < 2969 - ? (c < 2866 - ? (c < 2809 - ? (c < 2749 - ? (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745) - : (c <= 2749 || (c < 2784 - ? c == 2768 - : c <= 2785))) - : (c <= 2809 || (c < 2835 - ? (c < 2831 - ? (c >= 2821 && c <= 2828) - : c <= 2832) - : (c <= 2856 || (c >= 2858 && c <= 2864))))) - : (c <= 2867 || (c < 2929 - ? (c < 2908 - ? (c < 2877 - ? (c >= 2869 && c <= 2873) - : c <= 2877) - : (c <= 2909 || (c >= 2911 && c <= 2913))) - : (c <= 2929 || (c < 2958 - ? (c < 2949 - ? c == 2947 - : c <= 2954) - : (c <= 2960 || (c >= 2962 && c <= 2965))))))) - : (c <= 2970 || (c < 3114 - ? (c < 2990 - ? (c < 2979 - ? (c < 2974 - ? c == 2972 - : c <= 2975) - : (c <= 2980 || (c >= 2984 && c <= 2986))) - : (c <= 3001 || (c < 3086 - ? (c < 3077 - ? c == 3024 - : c <= 3084) - : (c <= 3088 || (c >= 3090 && c <= 3112))))) - : (c <= 3129 || (c < 3200 - ? (c < 3165 - ? (c < 3160 - ? c == 3133 - : c <= 3162) - : (c <= 3165 || (c >= 3168 && c <= 3169))) - : (c <= 3200 || (c < 3218 - ? (c < 3214 - ? (c >= 3205 && c <= 3212) - : c <= 3216) - : (c <= 3240 || (c >= 3242 && c <= 3251))))))))) - : (c <= 3257 || (c < 3713 - ? (c < 3423 - ? (c < 3342 - ? (c < 3296 - ? (c < 3293 - ? c == 3261 - : c <= 3294) - : (c <= 3297 || (c < 3332 - ? (c >= 3313 && c <= 3314) - : c <= 3340))) - : (c <= 3344 || (c < 3406 - ? (c < 3389 - ? (c >= 3346 && c <= 3386) - : c <= 3389) - : (c <= 3406 || (c >= 3412 && c <= 3414))))) - : (c <= 3425 || (c < 3517 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3450 && c <= 3455) - : c <= 3478) - : (c <= 3505 || (c >= 3507 && c <= 3515))) - : (c <= 3517 || (c < 3634 - ? (c < 3585 - ? (c >= 3520 && c <= 3526) - : c <= 3632) - : (c <= 3634 || (c >= 3648 && c <= 3654))))))) - : (c <= 3714 || (c < 3804 - ? (c < 3751 - ? (c < 3724 - ? (c < 3718 - ? c == 3716 - : c <= 3722) - : (c <= 3747 || c == 3749)) - : (c <= 3760 || (c < 3776 - ? (c < 3773 - ? c == 3762 - : c <= 3773) - : (c <= 3780 || c == 3782)))) - : (c <= 3807 || (c < 4096 - ? (c < 3913 - ? (c < 3904 - ? c == 3840 - : c <= 3911) - : (c <= 3948 || (c >= 3976 && c <= 3980))) - : (c <= 4138 || (c < 4186 - ? (c < 4176 - ? c == 4159 - : c <= 4181) - : (c <= 4189 || c == 4193)))))))))))) - : (c <= 4198 || (c < 8144 - ? (c < 6272 - ? (c < 4824 - ? (c < 4696 - ? (c < 4301 - ? (c < 4238 - ? (c < 4213 - ? (c >= 4206 && c <= 4208) - : c <= 4225) - : (c <= 4238 || (c < 4295 - ? (c >= 4256 && c <= 4293) - : c <= 4295))) - : (c <= 4301 || (c < 4682 - ? (c < 4348 - ? (c >= 4304 && c <= 4346) - : c <= 4680) - : (c <= 4685 || (c >= 4688 && c <= 4694))))) - : (c <= 4696 || (c < 4786 - ? (c < 4746 - ? (c < 4704 - ? (c >= 4698 && c <= 4701) - : c <= 4744) - : (c <= 4749 || (c >= 4752 && c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c >= 4808 && c <= 4822))))))) - : (c <= 4880 || (c < 5870 - ? (c < 5112 - ? (c < 4992 - ? (c < 4888 - ? (c >= 4882 && c <= 4885) - : c <= 4954) - : (c <= 5007 || (c >= 5024 && c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c >= 5792 && c <= 5866))))) - : (c <= 5880 || (c < 5998 - ? (c < 5952 - ? (c < 5919 - ? (c >= 5888 && c <= 5905) - : c <= 5937) - : (c <= 5969 || (c >= 5984 && c <= 5996))) - : (c <= 6000 || (c < 6108 - ? (c < 6103 - ? (c >= 6016 && c <= 6067) - : c <= 6103) - : (c <= 6108 || (c >= 6176 && c <= 6264))))))))) - : (c <= 6312 || (c < 7357 - ? (c < 6917 - ? (c < 6528 - ? (c < 6400 - ? (c < 6320 - ? c == 6314 - : c <= 6389) - : (c <= 6430 || (c < 6512 - ? (c >= 6480 && c <= 6509) - : c <= 6516))) - : (c <= 6571 || (c < 6688 - ? (c < 6656 - ? (c >= 6576 && c <= 6601) - : c <= 6678) - : (c <= 6740 || c == 6823)))) - : (c <= 6963 || (c < 7168 - ? (c < 7086 - ? (c < 7043 - ? (c >= 6981 && c <= 6988) - : c <= 7072) - : (c <= 7087 || (c >= 7098 && c <= 7141))) - : (c <= 7203 || (c < 7296 - ? (c < 7258 - ? (c >= 7245 && c <= 7247) - : c <= 7293) - : (c <= 7304 || (c >= 7312 && c <= 7354))))))) - : (c <= 7359 || (c < 8016 - ? (c < 7424 - ? (c < 7413 - ? (c < 7406 - ? (c >= 7401 && c <= 7404) - : c <= 7411) - : (c <= 7414 || c == 7418)) - : (c <= 7615 || (c < 7968 - ? (c < 7960 - ? (c >= 7680 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c >= 8008 && c <= 8013))))) - : (c <= 8023 || (c < 8064 - ? (c < 8029 - ? (c < 8027 - ? c == 8025 - : c <= 8027) - : (c <= 8029 || (c >= 8031 && c <= 8061))) - : (c <= 8116 || (c < 8130 - ? (c < 8126 - ? (c >= 8118 && c <= 8124) - : c <= 8126) - : (c <= 8132 || (c >= 8134 && c <= 8140))))))))))) - : (c <= 8147 || (c < 12344 - ? (c < 11264 - ? (c < 8469 - ? (c < 8319 - ? (c < 8178 - ? (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172) - : (c <= 8180 || (c < 8305 - ? (c >= 8182 && c <= 8188) - : c <= 8305))) - : (c <= 8319 || (c < 8455 - ? (c < 8450 - ? (c >= 8336 && c <= 8348) - : c <= 8450) - : (c <= 8455 || (c >= 8458 && c <= 8467))))) - : (c <= 8469 || (c < 8490 - ? (c < 8486 - ? (c < 8484 - ? (c >= 8472 && c <= 8477) - : c <= 8484) - : (c <= 8486 || c == 8488)) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c >= 8544 && c <= 8584))))))) - : (c <= 11492 || (c < 11688 - ? (c < 11565 - ? (c < 11520 - ? (c < 11506 - ? (c >= 11499 && c <= 11502) - : c <= 11507) - : (c <= 11557 || c == 11559)) - : (c <= 11565 || (c < 11648 - ? (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631) - : (c <= 11670 || (c >= 11680 && c <= 11686))))) - : (c <= 11694 || (c < 11728 - ? (c < 11712 - ? (c < 11704 - ? (c >= 11696 && c <= 11702) - : c <= 11710) - : (c <= 11718 || (c >= 11720 && c <= 11726))) - : (c <= 11734 || (c < 12321 - ? (c < 12293 - ? (c >= 11736 && c <= 11742) - : c <= 12295) - : (c <= 12329 || (c >= 12337 && c <= 12341))))))))) - : (c <= 12348 || (c < 42960 - ? (c < 42192 - ? (c < 12593 - ? (c < 12449 - ? (c < 12445 - ? (c >= 12353 && c <= 12438) - : c <= 12447) - : (c <= 12538 || (c < 12549 - ? (c >= 12540 && c <= 12543) - : c <= 12591))) - : (c <= 12686 || (c < 13312 - ? (c < 12784 - ? (c >= 12704 && c <= 12735) - : c <= 12799) - : (c <= 19903 || (c >= 19968 && c <= 42124))))) - : (c <= 42237 || (c < 42623 - ? (c < 42538 - ? (c < 42512 - ? (c >= 42240 && c <= 42508) - : c <= 42527) - : (c <= 42539 || (c >= 42560 && c <= 42606))) - : (c <= 42653 || (c < 42786 - ? (c < 42775 - ? (c >= 42656 && c <= 42735) - : c <= 42783) - : (c <= 42888 || (c >= 42891 && c <= 42954))))))) - : (c <= 42961 || (c < 43259 - ? (c < 43015 - ? (c < 42994 - ? (c < 42965 - ? c == 42963 - : c <= 42969) - : (c <= 43009 || (c >= 43011 && c <= 43013))) - : (c <= 43018 || (c < 43138 - ? (c < 43072 - ? (c >= 43020 && c <= 43042) - : c <= 43123) - : (c <= 43187 || (c >= 43250 && c <= 43255))))) - : (c <= 43259 || (c < 43396 - ? (c < 43312 - ? (c < 43274 - ? (c >= 43261 && c <= 43262) - : c <= 43301) - : (c <= 43334 || (c >= 43360 && c <= 43388))) - : (c <= 43442 || (c < 43494 - ? (c < 43488 - ? c == 43471 - : c <= 43492) - : (c <= 43503 || (c >= 43514 && c <= 43518))))))))))))))) - : (c <= 43560 || (c < 70751 - ? (c < 66964 - ? (c < 65008 - ? (c < 43888 - ? (c < 43739 - ? (c < 43697 - ? (c < 43616 - ? (c < 43588 - ? (c >= 43584 && c <= 43586) - : c <= 43595) - : (c <= 43638 || (c < 43646 - ? c == 43642 - : c <= 43695))) - : (c <= 43697 || (c < 43712 - ? (c < 43705 - ? (c >= 43701 && c <= 43702) - : c <= 43709) - : (c <= 43712 || c == 43714)))) - : (c <= 43741 || (c < 43793 - ? (c < 43777 - ? (c < 43762 - ? (c >= 43744 && c <= 43754) - : c <= 43764) - : (c <= 43782 || (c >= 43785 && c <= 43790))) - : (c <= 43798 || (c < 43824 - ? (c < 43816 - ? (c >= 43808 && c <= 43814) - : c <= 43822) - : (c <= 43866 || (c >= 43868 && c <= 43881))))))) - : (c <= 44002 || (c < 64298 - ? (c < 64112 - ? (c < 55243 - ? (c < 55216 - ? (c >= 44032 && c <= 55203) - : c <= 55238) - : (c <= 55291 || (c >= 63744 && c <= 64109))) - : (c <= 64217 || (c < 64285 - ? (c < 64275 - ? (c >= 64256 && c <= 64262) - : c <= 64279) - : (c <= 64285 || (c >= 64287 && c <= 64296))))) - : (c <= 64310 || (c < 64326 - ? (c < 64320 - ? (c < 64318 - ? (c >= 64312 && c <= 64316) - : c <= 64318) - : (c <= 64321 || (c >= 64323 && c <= 64324))) - : (c <= 64433 || (c < 64848 - ? (c < 64612 - ? (c >= 64467 && c <= 64605) - : c <= 64829) - : (c <= 64911 || (c >= 64914 && c <= 64967))))))))) - : (c <= 65017 || (c < 65616 - ? (c < 65440 - ? (c < 65149 - ? (c < 65143 - ? (c < 65139 - ? c == 65137 - : c <= 65139) - : (c <= 65143 || (c < 65147 - ? c == 65145 - : c <= 65147))) - : (c <= 65149 || (c < 65345 - ? (c < 65313 - ? (c >= 65151 && c <= 65276) - : c <= 65338) - : (c <= 65370 || (c >= 65382 && c <= 65437))))) - : (c <= 65470 || (c < 65536 - ? (c < 65490 - ? (c < 65482 - ? (c >= 65474 && c <= 65479) - : c <= 65487) - : (c <= 65495 || (c >= 65498 && c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c >= 65599 && c <= 65613))))))) - : (c <= 65629 || (c < 66504 - ? (c < 66304 - ? (c < 66176 - ? (c < 65856 - ? (c >= 65664 && c <= 65786) - : c <= 65908) - : (c <= 66204 || (c >= 66208 && c <= 66256))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66421) - : (c <= 66461 || (c >= 66464 && c <= 66499))))) - : (c <= 66511 || (c < 66816 - ? (c < 66736 - ? (c < 66560 - ? (c >= 66513 && c <= 66517) - : c <= 66717) - : (c <= 66771 || (c >= 66776 && c <= 66811))) - : (c <= 66855 || (c < 66940 - ? (c < 66928 - ? (c >= 66864 && c <= 66915) - : c <= 66938) - : (c <= 66954 || (c >= 66956 && c <= 66962))))))))))) - : (c <= 66965 || (c < 69248 - ? (c < 67840 - ? (c < 67584 - ? (c < 67392 - ? (c < 66995 - ? (c < 66979 - ? (c >= 66967 && c <= 66977) - : c <= 66993) - : (c <= 67001 || (c < 67072 - ? (c >= 67003 && c <= 67004) - : c <= 67382))) - : (c <= 67413 || (c < 67463 - ? (c < 67456 - ? (c >= 67424 && c <= 67431) - : c <= 67461) - : (c <= 67504 || (c >= 67506 && c <= 67514))))) - : (c <= 67589 || (c < 67647 - ? (c < 67639 - ? (c < 67594 - ? c == 67592 - : c <= 67637) - : (c <= 67640 || c == 67644)) - : (c <= 67669 || (c < 67808 - ? (c < 67712 - ? (c >= 67680 && c <= 67702) - : c <= 67742) - : (c <= 67826 || (c >= 67828 && c <= 67829))))))) - : (c <= 67861 || (c < 68288 - ? (c < 68112 - ? (c < 68030 - ? (c < 67968 - ? (c >= 67872 && c <= 67897) - : c <= 68023) - : (c <= 68031 || c == 68096)) - : (c <= 68115 || (c < 68192 - ? (c < 68121 - ? (c >= 68117 && c <= 68119) - : c <= 68149) - : (c <= 68220 || (c >= 68224 && c <= 68252))))) - : (c <= 68295 || (c < 68480 - ? (c < 68416 - ? (c < 68352 - ? (c >= 68297 && c <= 68324) - : c <= 68405) - : (c <= 68437 || (c >= 68448 && c <= 68466))) - : (c <= 68497 || (c < 68800 - ? (c < 68736 - ? (c >= 68608 && c <= 68680) - : c <= 68786) - : (c <= 68850 || (c >= 68864 && c <= 68899))))))))) - : (c <= 69289 || (c < 70108 - ? (c < 69763 - ? (c < 69552 - ? (c < 69415 - ? (c < 69376 - ? (c >= 69296 && c <= 69297) - : c <= 69404) - : (c <= 69415 || (c < 69488 - ? (c >= 69424 && c <= 69445) - : c <= 69505))) - : (c <= 69572 || (c < 69745 - ? (c < 69635 - ? (c >= 69600 && c <= 69622) - : c <= 69687) - : (c <= 69746 || c == 69749)))) - : (c <= 69807 || (c < 69968 - ? (c < 69956 - ? (c < 69891 - ? (c >= 69840 && c <= 69864) - : c <= 69926) - : (c <= 69956 || c == 69959)) - : (c <= 70002 || (c < 70081 - ? (c < 70019 - ? c == 70006 - : c <= 70066) - : (c <= 70084 || c == 70106)))))) - : (c <= 70108 || (c < 70415 - ? (c < 70282 - ? (c < 70272 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70187) - : (c <= 70278 || c == 70280)) - : (c <= 70285 || (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70366 || (c >= 70405 && c <= 70412))))) - : (c <= 70416 || (c < 70461 - ? (c < 70450 - ? (c < 70442 - ? (c >= 70419 && c <= 70440) - : c <= 70448) - : (c <= 70451 || (c >= 70453 && c <= 70457))) - : (c <= 70461 || (c < 70656 - ? (c < 70493 - ? c == 70480 - : c <= 70497) - : (c <= 70708 || (c >= 70727 && c <= 70730))))))))))))) - : (c <= 70753 || (c < 119966 - ? (c < 73063 - ? (c < 72096 - ? (c < 71488 - ? (c < 71168 - ? (c < 70855 - ? (c < 70852 - ? (c >= 70784 && c <= 70831) - : c <= 70853) - : (c <= 70855 || (c < 71128 - ? (c >= 71040 && c <= 71086) - : c <= 71131))) - : (c <= 71215 || (c < 71352 - ? (c < 71296 - ? c == 71236 - : c <= 71338) - : (c <= 71352 || (c >= 71424 && c <= 71450))))) - : (c <= 71494 || (c < 71948 - ? (c < 71935 - ? (c < 71840 - ? (c >= 71680 && c <= 71723) - : c <= 71903) - : (c <= 71942 || c == 71945)) - : (c <= 71955 || (c < 71999 - ? (c < 71960 - ? (c >= 71957 && c <= 71958) - : c <= 71983) - : (c <= 71999 || c == 72001)))))) - : (c <= 72103 || (c < 72368 - ? (c < 72203 - ? (c < 72163 - ? (c < 72161 - ? (c >= 72106 && c <= 72144) - : c <= 72161) - : (c <= 72163 || c == 72192)) - : (c <= 72242 || (c < 72284 - ? (c < 72272 - ? c == 72250 - : c <= 72272) - : (c <= 72329 || c == 72349)))) - : (c <= 72440 || (c < 72960 - ? (c < 72768 - ? (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72750) - : (c <= 72768 || (c >= 72818 && c <= 72847))) - : (c <= 72966 || (c < 73030 - ? (c < 72971 - ? (c >= 72968 && c <= 72969) - : c <= 73008) - : (c <= 73030 || (c >= 73056 && c <= 73061))))))))) - : (c <= 73064 || (c < 94032 - ? (c < 92160 - ? (c < 74752 - ? (c < 73440 - ? (c < 73112 - ? (c >= 73066 && c <= 73097) - : c <= 73112) - : (c <= 73458 || (c < 73728 - ? c == 73648 - : c <= 74649))) - : (c <= 74862 || (c < 77824 - ? (c < 77712 - ? (c >= 74880 && c <= 75075) - : c <= 77808) - : (c <= 78894 || (c >= 82944 && c <= 83526))))) - : (c <= 92728 || (c < 92992 - ? (c < 92880 - ? (c < 92784 - ? (c >= 92736 && c <= 92766) - : c <= 92862) - : (c <= 92909 || (c >= 92928 && c <= 92975))) - : (c <= 92995 || (c < 93760 - ? (c < 93053 - ? (c >= 93027 && c <= 93047) - : c <= 93071) - : (c <= 93823 || (c >= 93952 && c <= 94026))))))) - : (c <= 94032 || (c < 110592 - ? (c < 100352 - ? (c < 94179 - ? (c < 94176 - ? (c >= 94099 && c <= 94111) - : c <= 94177) - : (c <= 94179 || (c >= 94208 && c <= 100343))) - : (c <= 101589 || (c < 110581 - ? (c < 110576 - ? (c >= 101632 && c <= 101640) - : c <= 110579) - : (c <= 110587 || (c >= 110589 && c <= 110590))))) - : (c <= 110882 || (c < 113776 - ? (c < 110960 - ? (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951) - : (c <= 111355 || (c >= 113664 && c <= 113770))) - : (c <= 113788 || (c < 119808 - ? (c < 113808 - ? (c >= 113792 && c <= 113800) - : c <= 113817) - : (c <= 119892 || (c >= 119894 && c <= 119964))))))))))) - : (c <= 119967 || (c < 126464 - ? (c < 120598 - ? (c < 120094 - ? (c < 119997 - ? (c < 119977 - ? (c < 119973 - ? c == 119970 - : c <= 119974) - : (c <= 119980 || (c < 119995 - ? (c >= 119982 && c <= 119993) - : c <= 119995))) - : (c <= 120003 || (c < 120077 - ? (c < 120071 - ? (c >= 120005 && c <= 120069) - : c <= 120074) - : (c <= 120084 || (c >= 120086 && c <= 120092))))) - : (c <= 120121 || (c < 120146 - ? (c < 120134 - ? (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132) - : (c <= 120134 || (c >= 120138 && c <= 120144))) - : (c <= 120485 || (c < 120540 - ? (c < 120514 - ? (c >= 120488 && c <= 120512) - : c <= 120538) - : (c <= 120570 || (c >= 120572 && c <= 120596))))))) - : (c <= 120628 || (c < 123214 - ? (c < 120746 - ? (c < 120688 - ? (c < 120656 - ? (c >= 120630 && c <= 120654) - : c <= 120686) - : (c <= 120712 || (c >= 120714 && c <= 120744))) - : (c <= 120770 || (c < 123136 - ? (c < 122624 - ? (c >= 120772 && c <= 120779) - : c <= 122654) - : (c <= 123180 || (c >= 123191 && c <= 123197))))) - : (c <= 123214 || (c < 124909 - ? (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123565) - : c <= 123627) - : (c <= 124902 || (c >= 124904 && c <= 124907))) - : (c <= 124910 || (c < 125184 - ? (c < 124928 - ? (c >= 124912 && c <= 124926) - : c <= 125124) - : (c <= 125251 || c == 125259)))))))) - : (c <= 126467 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126500 - ? (c < 126497 - ? (c >= 126469 && c <= 126495) - : c <= 126498) - : (c <= 126500 || c == 126503)) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} +static TSCharacterRange aux_sym__unquoted_in_list_token1_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', '+'}, {'.', ':'}, {'<', 'Z'}, + {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym_unquoted_token6_character_set_2(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 - ? (c < 931 - ? (c < 748 - ? (c < 192 - ? (c < 'c' - ? (c < '_' - ? (c >= 'A' && c <= 'Z') - : c <= '_') - : (c <= 'z' || (c < 186 - ? c == 170 - : c <= 186))) - : (c <= 214 || (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c >= 736 && c <= 740))))) - : (c <= 748 || (c < 895 - ? (c < 886 - ? (c < 880 - ? c == 750 - : c <= 884) - : (c <= 887 || (c >= 891 && c <= 893))) - : (c <= 895 || (c < 908 - ? (c < 904 - ? c == 902 - : c <= 906) - : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1015 && c <= 1153) - : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 - ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 - ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 - ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); -} +static TSCharacterRange aux_sym__unquoted_in_list_token1_character_set_2[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '+'}, {'-', ':'}, {'<', 'Z'}, {'\\', '\\'}, + {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym__unquoted_in_list_token3_character_set_1(int32_t c) { - return (c < '[' - ? (c < '\'' - ? (c < '"' - ? c == 0 - : c <= '"') - : (c <= ')' || (c < ';' - ? c == ',' - : c <= ';'))) - : (c <= '[' || (c < '{' - ? (c < '`' - ? c == ']' - : c <= '`') - : (c <= '{' || c == '}')))); -} +static TSCharacterRange aux_sym__unquoted_in_list_token2_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '+'}, {'-', '-'}, {'/', ':'}, {'<', 'Z'}, + {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym__unquoted_in_list_token3_character_set_2(int32_t c) { - return (c < ';' - ? (c < ' ' - ? (c < '\t' - ? c == 0 - : (c <= '\n' || c == '\r')) - : (c <= ' ' || (c < ',' - ? (c >= '(' && c <= ')') - : c <= ','))) - : (c <= ';' || (c < '`' - ? (c < ']' - ? c == '[' - : c <= ']') - : (c <= '`' || (c < '}' - ? c == '{' - : c <= '}'))))); -} +static TSCharacterRange aux_sym__unquoted_in_list_token4_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '+'}, {'-', ':'}, {'>', 'Z'}, {'\\', '\\'}, + {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; -static inline bool aux_sym__unquoted_in_list_token3_character_set_3(int32_t c) { - return (c < ',' - ? (c < ' ' - ? (c < '\t' - ? c == 0 - : (c <= '\n' || c == '\r')) - : (c <= ' ' || (c < '\'' - ? c == '"' - : c <= ')'))) - : (c <= ',' || (c < '`' - ? (c < '[' - ? c == ';' - : (c <= '[' || c == ']')) - : (c <= '`' || (c < '}' - ? c == '{' - : c <= '}'))))); -} +static TSCharacterRange aux_sym__unquoted_in_list_token6_character_set_1[] = { + {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', '+'}, {'-', ':'}, {'<', 'Z'}, + {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, +}; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(619); - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1322); - if (lookahead == '\'') ADVANCE(1881); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1541); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1537); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1233); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(1306); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1639); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2172); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(615) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1248); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '!', 1752, + '"', 1545, + '#', 2745, + '$', 1228, + '\'', 1557, + '(', 1106, + ')', 1107, + '*', 1274, + '+', 1447, + ',', 1103, + '-', 1443, + '.', 1221, + '/', 1295, + ':', 1099, + ';', 617, + '<', 1131, + '=', 1408, + '>', 1133, + '?', 1139, + '@', 1136, + '[', 1102, + ']', 1105, + '^', 1596, + '_', 1212, + '`', 287, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(580); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1154); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1249); - if (aux_sym_unquoted_token2_character_set_1(lookahead)) ADVANCE(2183); - if (lookahead != 0) ADVANCE(2100); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1155); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1829); + if (lookahead != 0) ADVANCE(1747); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1240); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(3) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '\n', 1074, + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1274, + '+', 1309, + ',', 1103, + '-', 1146, + '.', 1221, + '/', 1295, + '0', 1487, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + '?', 1286, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(2); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != '[' && + (lookahead < '\'' || '?' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '}' < lookahead)) ADVANCE(1594); END_STATE(); case 2: - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1240); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(4) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '\n', 1074, + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1274, + '+', 1309, + ',', 1103, + '-', 1146, + '.', 1217, + '/', 1295, + '0', 1487, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + '?', 1286, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(2); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != '[' && + (lookahead < '\'' || '?' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '}' < lookahead)) ADVANCE(1594); END_STATE(); case 3: - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1240); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(3) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); - if (lookahead != 0 && - lookahead != ')' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'b', 764, + 'c', 751, + 'd', 741, + 'f', 639, + 'i', 690, + 'm', 643, + 'n', 746, + 'r', 687, + 't', 756, + 'w', 702, + '{', 1208, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(3); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 4: - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1240); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(4) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ':', 1099, + ';', 617, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(4); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '\'' || ')' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 5: - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(824); - if (lookahead == 'd') ADVANCE(814); - if (lookahead == 'f') ADVANCE(707); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'm') ADVANCE(711); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'r') ADVANCE(760); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'w') ADVANCE(775); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(5) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(903); + if (lookahead == '\n') ADVANCE(587); + if (lookahead == '#') ADVANCE(2746); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(5); + if (lookahead != 0) ADVANCE(6); END_STATE(); case 6: - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(6) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ']') ADVANCE(2099); + if (lookahead == '\n') ADVANCE(586); + if (lookahead != 0) ADVANCE(6); END_STATE(); case 7: - if (lookahead == '\n') ADVANCE(622); - if (lookahead == '#') ADVANCE(3169); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(7); - if (lookahead != 0) ADVANCE(8); + ADVANCE_MAP( + '!', 1752, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1425, + ':', 1747, + '<', 1331, + '=', 1754, + '>', 1133, + 'I', 1827, + 'N', 1826, + '_', 1760, + '`', 287, + 'a', 1782, + 'b', 1781, + 'c', 1767, + 'd', 1768, + 'e', 1785, + 'f', 1804, + 'h', 1777, + 'i', 1756, + 'l', 1769, + 'm', 1762, + 'n', 1772, + 'o', 1812, + 'r', 1771, + 's', 1796, + 't', 1818, + 'u', 1819, + 'w', 1776, + 'x', 1809, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1830); + if (lookahead != 0 && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1747); END_STATE(); case 8: - if (lookahead == '\n') ADVANCE(621); - if (lookahead != 0) ADVANCE(8); + ADVANCE_MAP( + '!', 1752, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1423, + '<', 1331, + '=', 1754, + '>', 1133, + 'I', 1828, + 'N', 1825, + '[', 1102, + '_', 1213, + '`', 287, + 'a', 1786, + 'b', 1778, + 'e', 1791, + 'f', 1763, + 'i', 1757, + 'm', 1799, + 'n', 1810, + 'o', 1813, + 's', 1820, + 't', 1814, + 'x', 1798, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1747); END_STATE(); case 9: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == ':') ADVANCE(2100); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2181); - if (lookahead == 'N') ADVANCE(2180); - if (lookahead == '_') ADVANCE(2114); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2135); - if (lookahead == 'b') ADVANCE(2134); - if (lookahead == 'c') ADVANCE(2120); - if (lookahead == 'd') ADVANCE(2121); - if (lookahead == 'e') ADVANCE(2138); - if (lookahead == 'f') ADVANCE(2155); - if (lookahead == 'h') ADVANCE(2130); - if (lookahead == 'i') ADVANCE(2109); - if (lookahead == 'l') ADVANCE(2122); - if (lookahead == 'm') ADVANCE(2115); - if (lookahead == 'n') ADVANCE(2125); - if (lookahead == 'o') ADVANCE(2165); - if (lookahead == 'r') ADVANCE(2124); - if (lookahead == 's') ADVANCE(2149); - if (lookahead == 't') ADVANCE(2171); - if (lookahead == 'u') ADVANCE(2173); - if (lookahead == 'w') ADVANCE(2129); - if (lookahead == 'x') ADVANCE(2161); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2184); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 1754, + '>', 1133, + ']', 1105, + '_', 1759, + 'a', 1789, + 'b', 1779, + 'e', 1793, + 'i', 1790, + 'm', 1803, + 'n', 1801, + 'o', 1815, + 's', 1822, + 'x', 1806, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(68); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1829); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2100); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(1747); END_STATE(); case 10: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2182); - if (lookahead == 'N') ADVANCE(2179); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2139); - if (lookahead == 'b') ADVANCE(2131); - if (lookahead == 'e') ADVANCE(2143); - if (lookahead == 'f') ADVANCE(2116); - if (lookahead == 'i') ADVANCE(2110); - if (lookahead == 'm') ADVANCE(2153); - if (lookahead == 'n') ADVANCE(2162); - if (lookahead == 'o') ADVANCE(2166); - if (lookahead == 's') ADVANCE(2174); - if (lookahead == 't') ADVANCE(2167); - if (lookahead == 'x') ADVANCE(2152); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(97) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 1754, + '>', 1133, + ']', 1105, + '_', 1759, + 'a', 1789, + 'b', 1779, + 'e', 1793, + 'i', 1790, + 'm', 1803, + 'n', 1801, + 'o', 1815, + 's', 1822, + 'x', 1806, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(70); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1829); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2100); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(1747); END_STATE(); case 11: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(2113); - if (lookahead == 'a') ADVANCE(2140); - if (lookahead == 'b') ADVANCE(2132); - if (lookahead == 'e') ADVANCE(2144); - if (lookahead == 'i') ADVANCE(2141); - if (lookahead == 'm') ADVANCE(2154); - if (lookahead == 'n') ADVANCE(2163); - if (lookahead == 'o') ADVANCE(2168); - if (lookahead == 's') ADVANCE(2175); - if (lookahead == 'x') ADVANCE(2151); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(73) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2183); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 1754, + '>', 1133, + '_', 1759, + 'a', 1789, + 'b', 1779, + 'e', 1793, + 'i', 1790, + 'm', 1803, + 'n', 1801, + 'o', 1815, + 's', 1822, + 'x', 1806, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1829); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ';' < lookahead) && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2100); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(1747); END_STATE(); case 12: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(2113); - if (lookahead == 'a') ADVANCE(2140); - if (lookahead == 'b') ADVANCE(2132); - if (lookahead == 'e') ADVANCE(2144); - if (lookahead == 'i') ADVANCE(2141); - if (lookahead == 'm') ADVANCE(2154); - if (lookahead == 'n') ADVANCE(2163); - if (lookahead == 'o') ADVANCE(2168); - if (lookahead == 's') ADVANCE(2175); - if (lookahead == 'x') ADVANCE(2151); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(75) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2183); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 1754, + '>', 1133, + '_', 1759, + 'a', 1789, + 'b', 1779, + 'e', 1793, + 'i', 1790, + 'm', 1803, + 'n', 1801, + 'o', 1815, + 's', 1822, + 'x', 1806, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1829); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2100); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(1747); END_STATE(); case 13: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '_') ADVANCE(2113); - if (lookahead == 'a') ADVANCE(2140); - if (lookahead == 'b') ADVANCE(2132); - if (lookahead == 'e') ADVANCE(2144); - if (lookahead == 'i') ADVANCE(2141); - if (lookahead == 'm') ADVANCE(2154); - if (lookahead == 'n') ADVANCE(2163); - if (lookahead == 'o') ADVANCE(2168); - if (lookahead == 's') ADVANCE(2175); - if (lookahead == 'x') ADVANCE(2151); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(77) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2183); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2100); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 1754, + '>', 1133, + '_', 1761, + 'a', 1787, + 'b', 1780, + 'e', 1792, + 'i', 1788, + 'm', 1802, + 'n', 1807, + 'o', 1813, + 's', 1821, + 'x', 1800, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(1747); END_STATE(); case 14: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '_') ADVANCE(2113); - if (lookahead == 'a') ADVANCE(2140); - if (lookahead == 'b') ADVANCE(2132); - if (lookahead == 'e') ADVANCE(2144); - if (lookahead == 'i') ADVANCE(2141); - if (lookahead == 'm') ADVANCE(2154); - if (lookahead == 'n') ADVANCE(2163); - if (lookahead == 'o') ADVANCE(2168); - if (lookahead == 's') ADVANCE(2175); - if (lookahead == 'x') ADVANCE(2151); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(79) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2183); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2100); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 1753, + '>', 1133, + '_', 1761, + 'a', 1787, + 'b', 1780, + 'e', 1792, + 'i', 1788, + 'm', 1802, + 'n', 1807, + 'o', 1813, + 's', 1821, + 'x', 1800, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(1747); END_STATE(); case 15: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == 'a') ADVANCE(2145); - if (lookahead == 'b') ADVANCE(2133); - if (lookahead == 'e') ADVANCE(2146); - if (lookahead == 'i') ADVANCE(2142); - if (lookahead == 'm') ADVANCE(2157); - if (lookahead == 'n') ADVANCE(2158); - if (lookahead == 'o') ADVANCE(2166); - if (lookahead == 's') ADVANCE(2176); - if (lookahead == 'x') ADVANCE(2159); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(85) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2100); + ADVANCE_MAP( + '!', 1752, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 1754, + '>', 1133, + '_', 1761, + 'a', 1787, + 'b', 1780, + 'e', 1792, + 'i', 1788, + 'm', 1802, + 'n', 1807, + 'o', 1813, + 's', 1821, + 'x', 1800, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(82); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(1747); END_STATE(); case 16: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2106); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == 'a') ADVANCE(2145); - if (lookahead == 'b') ADVANCE(2133); - if (lookahead == 'e') ADVANCE(2146); - if (lookahead == 'i') ADVANCE(2142); - if (lookahead == 'm') ADVANCE(2157); - if (lookahead == 'n') ADVANCE(2158); - if (lookahead == 'o') ADVANCE(2166); - if (lookahead == 's') ADVANCE(2176); - if (lookahead == 'x') ADVANCE(2159); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(87) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2100); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + '?', 1286, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(21); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); + if (lookahead != 0 && + (lookahead < '\'' || '?' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 17: - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == 'a') ADVANCE(2145); - if (lookahead == 'b') ADVANCE(2133); - if (lookahead == 'e') ADVANCE(2146); - if (lookahead == 'i') ADVANCE(2142); - if (lookahead == 'm') ADVANCE(2157); - if (lookahead == 'n') ADVANCE(2158); - if (lookahead == 'o') ADVANCE(2166); - if (lookahead == 's') ADVANCE(2176); - if (lookahead == 'x') ADVANCE(2159); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(89) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + 'B', 839, + 'E', 828, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 644, + 'e', 823, + 'f', 745, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 660, + 'm', 821, + 'n', 673, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 826, + 'u', 779, + 'w', 700, + 'x', 752, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2100); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 18: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(671); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(675); - if (lookahead == 'n') ADVANCE(749); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(679); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(773); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(23) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + 'B', 839, + 'E', 625, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 644, + 'e', 624, + 'f', 745, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 660, + 'm', 821, + 'n', 673, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 826, + 'u', 779, + 'w', 700, + 'x', 752, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 19: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(24) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 20: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(657); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(658); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(675); - if (lookahead == 'n') ADVANCE(749); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(679); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(773); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1425, + '<', 1331, + '=', 1574, + '>', 1133, + 'B', 839, + 'E', 625, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '_', 633, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 644, + 'e', 624, + 'f', 745, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 660, + 'm', 821, + 'n', 673, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 826, + 'u', 779, + 'w', 700, + 'x', 752, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 21: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1217, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + '?', 1286, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(21); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '?' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 22: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(657); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(658); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(675); - if (lookahead == 'n') ADVANCE(749); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(679); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(773); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1217, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + 'B', 839, + 'E', 828, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 644, + 'e', 823, + 'f', 745, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 660, + 'm', 821, + 'n', 673, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 826, + 'u', 779, + 'w', 700, + 'x', 752, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 23: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(671); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(675); - if (lookahead == 'n') ADVANCE(749); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(679); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(773); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(23) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1217, + '/', 1294, + '0', 1487, + '<', 1331, + '=', 1574, + '>', 1133, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 24: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(24) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 1425, + ':', 2468, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2472, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '[', 1526, + '_', 2490, + '`', 287, + 'a', 2526, + 'b', 2523, + 'c', 2505, + 'd', 2504, + 'e', 2471, + 'f', 2537, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2506, + 'm', 2561, + 'n', 2509, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2566, + 'u', 2552, + 'w', 2518, + 'x', 2541, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 25: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(671); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(675); - if (lookahead == 'n') ADVANCE(749); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(679); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(773); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(25) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 2495, + ':', 2468, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2568, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '_', 2486, + '`', 287, + 'a', 2526, + 'b', 2523, + 'c', 2505, + 'd', 2504, + 'e', 2563, + 'f', 2537, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2506, + 'm', 2561, + 'n', 2509, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2566, + 'u', 2552, + 'w', 2518, + 'x', 2541, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2498); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']') ADVANCE(1918); + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 26: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(671); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(675); - if (lookahead == 'n') ADVANCE(749); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(679); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(773); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 2495, + ':', 2468, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2472, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '_', 2486, + '`', 287, + 'a', 2526, + 'b', 2523, + 'c', 2505, + 'd', 2504, + 'e', 2471, + 'f', 2537, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2506, + 'm', 2561, + 'n', 2509, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2566, + 'u', 2552, + 'w', 2518, + 'x', 2541, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2498); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 27: - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1898); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(790); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(799); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(705); - if (lookahead == 'n') ADVANCE(750); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1217, + '/', 1294, + '0', 2495, + ':', 2468, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2568, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '_', 2486, + '`', 287, + 'a', 2526, + 'b', 2523, + 'c', 2505, + 'd', 2504, + 'e', 2563, + 'f', 2537, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2506, + 'm', 2561, + 'n', 2509, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2566, + 'u', 2552, + 'w', 2518, + 'x', 2541, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(22); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2498); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 28: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == ':') ADVANCE(2822); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2825); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '[') ADVANCE(1850); - if (lookahead == '_') ADVANCE(2906); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2937); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2920); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2826); - if (lookahead == 'f') ADVANCE(2947); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2921); - if (lookahead == 'm') ADVANCE(2848); - if (lookahead == 'n') ADVANCE(2929); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2852); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2933); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(25) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1423, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2570, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 1213, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2569, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2546, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != ']') ADVANCE(2822); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2468); END_STATE(); case 29: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2910); - if (lookahead == ':') ADVANCE(2822); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2825); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '_') ADVANCE(2901); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2937); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2920); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2826); - if (lookahead == 'f') ADVANCE(2947); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2921); - if (lookahead == 'm') ADVANCE(2848); - if (lookahead == 'n') ADVANCE(2929); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2852); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2933); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2913); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2494, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2570, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2569, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2546, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2822); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2468); END_STATE(); case 30: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2910); - if (lookahead == ':') ADVANCE(2822); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2838); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '_') ADVANCE(2901); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2937); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2920); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2844); - if (lookahead == 'f') ADVANCE(2947); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2921); - if (lookahead == 'm') ADVANCE(2848); - if (lookahead == 'n') ADVANCE(2929); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2852); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2933); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2913); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2494, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2574, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2572, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2546, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2822); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2468); END_STATE(); case 31: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2910); - if (lookahead == ':') ADVANCE(2822); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2838); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '_') ADVANCE(2901); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2937); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2920); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2844); - if (lookahead == 'f') ADVANCE(2947); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2921); - if (lookahead == 'm') ADVANCE(2848); - if (lookahead == 'n') ADVANCE(2929); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2852); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2933); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2913); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + ADVANCE_MAP( + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 2494, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2574, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2572, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2546, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2822); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2468); END_STATE(); case 32: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2853); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2867); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + '_', 2489, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 33: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2853); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2867); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 34: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2854); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2868); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 35: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2854); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2868); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + '_', 2489, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 36: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1499); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(2905); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(72) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ';' < lookahead) && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 37: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 38: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2479, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 39: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(2905); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(74) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2479, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + ']', 1105, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2468); END_STATE(); case 40: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + '_', 2489, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 41: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 42: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2833); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 43: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2833); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + '_', 2489, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2822); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 44: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == '_') ADVANCE(2905); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(76) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2556, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2555, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ';' < lookahead) && - lookahead != '[' && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 45: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 46: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2479, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 47: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == '_') ADVANCE(2905); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(78) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2971); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2479, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2587, + 'E', 2559, + 'G', 2559, + 'K', 2559, + 'M', 2559, + 'P', 2559, + 'T', 2559, + 'a', 2531, + 'b', 2521, + 'd', 2502, + 'e', 2557, + 'g', 2558, + 'h', 2543, + 'i', 2532, + 'k', 2558, + 'm', 2560, + 'n', 2536, + 'o', 2547, + 'p', 2558, + 's', 2512, + 't', 2558, + 'u', 2548, + 'w', 2524, + 'x', 2538, + '|', 1108, + 0xb5, 2548, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2587); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + (lookahead < '_' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 48: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2885); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2892); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + '_', 2491, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(77); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 49: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(77); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 50: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2833); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(77); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 51: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2833); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(2886); - if (lookahead == 'G') ADVANCE(2887); - if (lookahead == 'K') ADVANCE(2888); - if (lookahead == 'M') ADVANCE(2889); - if (lookahead == 'P') ADVANCE(2890); - if (lookahead == 'T') ADVANCE(2891); - if (lookahead == 'a') ADVANCE(2940); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(2916); - if (lookahead == 'e') ADVANCE(2893); - if (lookahead == 'g') ADVANCE(2894); - if (lookahead == 'h') ADVANCE(2957); - if (lookahead == 'i') ADVANCE(2941); - if (lookahead == 'k') ADVANCE(2895); - if (lookahead == 'm') ADVANCE(2896); - if (lookahead == 'n') ADVANCE(2953); - if (lookahead == 'o') ADVANCE(2958); - if (lookahead == 'p') ADVANCE(2897); - if (lookahead == 's') ADVANCE(2926); - if (lookahead == 't') ADVANCE(2898); - if (lookahead == 'u') ADVANCE(2966); - if (lookahead == 'w') ADVANCE(2936); - if (lookahead == 'x') ADVANCE(2945); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2959); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2971); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(77); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 52: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(83) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`') ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2481, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + '_', 2491, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 53: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(84) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2481, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 54: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(84) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2481, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 55: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(84) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + '_', 2491, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '{', 1208, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 56: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2835); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(86) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '{', 1208, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 57: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2835); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(86) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '{', 1208, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 58: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2835); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(86) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 2481, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 59: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(88) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2822); + ADVANCE_MAP( + '!', 2480, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '{', 1208, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 60: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(88) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2822); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + ':', 1099, + ';', 617, + '<', 1331, + '=', 598, + '>', 1133, + '?', 1286, + 'B', 1513, + 'E', 438, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + '[', 1102, + ']', 1105, + '_', 1449, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 436, + 'g', 440, + 'h', 381, + 'i', 325, + 'k', 440, + 'm', 439, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(61); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 61: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(88) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2822); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '/', 1294, + ':', 1099, + ';', 617, + '<', 1331, + '=', 598, + '>', 1133, + '?', 1286, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + '[', 1102, + ']', 1105, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 441, + 'g', 440, + 'h', 381, + 'i', 325, + 'k', 440, + 'm', 439, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(61); END_STATE(); case 62: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2835); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(86) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '(', 1405, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 917, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + '_', 850, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 916, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(66); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 63: - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(88) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2822); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + '?', 1286, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(65); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 64: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1499); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(285); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(289); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == '_') ADVANCE(1543); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(296); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(371); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(302); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(80) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 917, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 916, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(66); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 65: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(285); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(913); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(947); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(920); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(69) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + '?', 1286, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(65); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 66: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(968); - if (lookahead == 'e') ADVANCE(981); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'm') ADVANCE(984); - if (lookahead == 'n') ADVANCE(989); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 's') ADVANCE(1007); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(70) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(66); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 67: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(71) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 68: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(913); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(920); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(71) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + ']', 1105, + 'a', 878, + 'b', 867, + 'e', 880, + 'i', 879, + 'm', 885, + 'n', 884, + 'o', 892, + 's', 909, + 'x', 886, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(68); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 69: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(285); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(69) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + ']', 1105, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 70: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(968); - if (lookahead == 'e') ADVANCE(981); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'm') ADVANCE(984); - if (lookahead == 'n') ADVANCE(989); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 's') ADVANCE(1007); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(70) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + ']', 1105, + 'a', 878, + 'b', 867, + 'e', 880, + 'i', 879, + 'm', 885, + 'n', 884, + 'o', 892, + 's', 909, + 'x', 886, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(70); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 71: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(71) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 72: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 279, + '>', 1133, + 'a', 878, + 'b', 867, + 'e', 880, + 'i', 879, + 'm', 885, + 'n', 884, + 'o', 892, + 's', 909, + 'x', 886, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 73: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(968); - if (lookahead == 'e') ADVANCE(981); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'm') ADVANCE(984); - if (lookahead == 'n') ADVANCE(989); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 's') ADVANCE(1007); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 932, + 'E', 920, + 'G', 920, + 'K', 920, + 'M', 920, + 'P', 920, + 'T', 920, + 'a', 878, + 'b', 867, + 'd', 854, + 'e', 918, + 'g', 919, + 'h', 890, + 'i', 879, + 'k', 919, + 'm', 921, + 'n', 883, + 'o', 892, + 'p', 919, + 's', 864, + 't', 919, + 'u', 900, + 'w', 869, + 'x', 886, + '|', 1108, + 0xb5, 900, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 74: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 272, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'a', 878, + 'b', 867, + 'e', 880, + 'i', 879, + 'm', 885, + 'n', 884, + 'o', 892, + 's', 909, + 'x', 886, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 75: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(968); - if (lookahead == 'e') ADVANCE(981); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'm') ADVANCE(984); - if (lookahead == 'n') ADVANCE(989); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 's') ADVANCE(1007); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '(', 1405, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 278, + '>', 1133, + 'B', 1513, + 'E', 438, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + '_', 1449, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 437, + 'g', 440, + 'h', 381, + 'i', 325, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(76); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 76: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 278, + '>', 1133, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 442, + 'g', 440, + 'h', 381, + 'i', 325, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(76); END_STATE(); case 77: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(968); - if (lookahead == 'e') ADVANCE(981); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'm') ADVANCE(984); - if (lookahead == 'n') ADVANCE(989); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 's') ADVANCE(1007); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 442, + 'g', 440, + 'h', 381, + 'i', 358, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(77); END_STATE(); case 78: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'E') ADVANCE(914); - if (lookahead == 'G') ADVANCE(915); - if (lookahead == 'K') ADVANCE(916); - if (lookahead == 'M') ADVANCE(917); - if (lookahead == 'P') ADVANCE(918); - if (lookahead == 'T') ADVANCE(919); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(1636); - if (lookahead == 'd') ADVANCE(949); - if (lookahead == 'e') ADVANCE(921); - if (lookahead == 'g') ADVANCE(922); - if (lookahead == 'h') ADVANCE(991); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'k') ADVANCE(923); - if (lookahead == 'm') ADVANCE(924); - if (lookahead == 'n') ADVANCE(988); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 'p') ADVANCE(925); - if (lookahead == 's') ADVANCE(963); - if (lookahead == 't') ADVANCE(926); - if (lookahead == 'u') ADVANCE(1002); - if (lookahead == 'w') ADVANCE(970); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'a', 357, + 'b', 338, + 'e', 361, + 'i', 358, + 'm', 370, + 'n', 371, + 'o', 382, + 's', 407, + 'x', 369, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78); END_STATE(); case 79: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(979); - if (lookahead == 'b') ADVANCE(968); - if (lookahead == 'e') ADVANCE(981); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == 'm') ADVANCE(984); - if (lookahead == 'n') ADVANCE(989); - if (lookahead == 'o') ADVANCE(992); - if (lookahead == 's') ADVANCE(1007); - if (lookahead == 'x') ADVANCE(983); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 278, + '>', 1133, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 442, + 'g', 440, + 'h', 381, + 'i', 358, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79); END_STATE(); case 80: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(285); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(298); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(371); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(302); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(80) + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 278, + '>', 1133, + 'a', 357, + 'b', 338, + 'e', 361, + 'i', 358, + 'm', 370, + 'n', 371, + 'o', 382, + 's', 407, + 'x', 369, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80); END_STATE(); case 81: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(633); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'h') ADVANCE(386); - if (lookahead == 'i') ADVANCE(371); - if (lookahead == 'l') ADVANCE(388); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(365); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'u') ADVANCE(444); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(82) + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 442, + 'g', 440, + 'h', 381, + 'i', 358, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '{', 1208, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81); END_STATE(); case 82: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(633); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'h') ADVANCE(386); - if (lookahead == 'i') ADVANCE(371); - if (lookahead == 'l') ADVANCE(388); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(365); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'u') ADVANCE(444); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(82) + ADVANCE_MAP( + '!', 277, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 279, + '>', 1133, + 'a', 357, + 'b', 338, + 'e', 361, + 'i', 358, + 'm', 370, + 'n', 371, + 'o', 382, + 's', 407, + 'x', 369, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(82); END_STATE(); case 83: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(83) + ADVANCE_MAP( + '!', 2295, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1221, + '/', 1294, + '0', 2304, + ':', 2290, + '<', 1131, + '=', 1408, + '>', 1133, + 'I', 2373, + 'N', 2372, + '_', 2298, + '`', 287, + 'a', 2328, + 'b', 2327, + 'c', 2313, + 'd', 2314, + 'e', 2331, + 'f', 2350, + 'h', 2323, + 'i', 2296, + 'l', 2315, + 'm', 2308, + 'n', 2318, + 'o', 2358, + 'r', 2317, + 's', 2342, + 't', 2364, + 'u', 2365, + 'w', 2322, + 'x', 2355, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2307); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2376); + if (lookahead != 0 && + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(2290); END_STATE(); case 84: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(84) + ADVANCE_MAP( + '!', 2295, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2303, + '<', 1131, + '=', 1408, + '>', 1133, + 'I', 2374, + 'N', 2371, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 2332, + 'b', 2324, + 'e', 2337, + 'f', 2309, + 'i', 2297, + 'm', 2345, + 'n', 2356, + 'o', 2359, + 's', 2366, + 't', 2360, + 'x', 2344, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2306); + if (lookahead != 0 && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2290); END_STATE(); case 85: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(415); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(85) + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1131, + '=', 1408, + '>', 1133, + ']', 1105, + 'a', 2335, + 'b', 2325, + 'e', 2339, + 'i', 2336, + 'm', 2349, + 'n', 2347, + 'o', 2361, + 's', 2368, + 'x', 2352, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(68); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2375); + if (lookahead != 0 && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2290); END_STATE(); case 86: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(285); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(86) + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1131, + '=', 1408, + '>', 1133, + ']', 1105, + 'a', 2335, + 'b', 2325, + 'e', 2339, + 'i', 2336, + 'm', 2349, + 'n', 2347, + 'o', 2361, + 's', 2368, + 'x', 2352, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(70); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2375); + if (lookahead != 0 && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2290); END_STATE(); case 87: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(285); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(415); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(87) + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + ':', 1099, + '<', 1131, + '=', 1408, + '>', 1133, + 'a', 2335, + 'b', 2325, + 'e', 2339, + 'i', 2336, + 'm', 2349, + 'n', 2347, + 'o', 2361, + 's', 2368, + 'x', 2352, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2375); + if (lookahead != 0 && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2290); END_STATE(); case 88: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(88) + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 1222, + '/', 1294, + '<', 1131, + '=', 1408, + '>', 1133, + 'a', 2335, + 'b', 2325, + 'e', 2339, + 'i', 2336, + 'm', 2349, + 'n', 2347, + 'o', 2361, + 's', 2368, + 'x', 2352, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2375); + if (lookahead != 0 && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2290); END_STATE(); case 89: - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(415); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(89) + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1131, + '=', 1408, + '>', 1133, + 'a', 2333, + 'b', 2326, + 'e', 2338, + 'i', 2334, + 'm', 2348, + 'n', 2353, + 'o', 2359, + 's', 2367, + 'x', 2346, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(2290); END_STATE(); case 90: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(1962); - if (lookahead == 'G') ADVANCE(1964); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'K') ADVANCE(1965); - if (lookahead == 'M') ADVANCE(1966); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == 'P') ADVANCE(1967); - if (lookahead == 'T') ADVANCE(1968); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2001); - if (lookahead == 'e') ADVANCE(1969); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'g') ADVANCE(1971); - if (lookahead == 'h') ADVANCE(2046); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'k') ADVANCE(1972); - if (lookahead == 'm') ADVANCE(1973); - if (lookahead == 'n') ADVANCE(2044); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 'p') ADVANCE(1975); - if (lookahead == 's') ADVANCE(2016); - if (lookahead == 't') ADVANCE(1976); - if (lookahead == 'u') ADVANCE(2057); - if (lookahead == 'w') ADVANCE(2029); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2058); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1131, + '=', 1408, + '>', 1133, + 'a', 2333, + 'b', 2326, + 'e', 2338, + 'i', 2334, + 'm', 2348, + 'n', 2353, + 'o', 2359, + 's', 2367, + 'x', 2346, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(82); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2290); END_STATE(); case 91: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(2036); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(95) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + ADVANCE_MAP( + '!', 2295, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + '<', 1131, + '=', 1407, + '>', 1133, + 'a', 2333, + 'b', 2326, + 'e', 2338, + 'i', 2334, + 'm', 2348, + 'n', 2353, + 'o', 2359, + 's', 2367, + 'x', 2346, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2290); END_STATE(); case 92: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(1963); - if (lookahead == 'G') ADVANCE(1964); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'K') ADVANCE(1965); - if (lookahead == 'M') ADVANCE(1966); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == 'P') ADVANCE(1967); - if (lookahead == 'T') ADVANCE(1968); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2001); - if (lookahead == 'e') ADVANCE(1970); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'g') ADVANCE(1971); - if (lookahead == 'h') ADVANCE(2046); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'k') ADVANCE(1972); - if (lookahead == 'm') ADVANCE(1973); - if (lookahead == 'n') ADVANCE(2044); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 'p') ADVANCE(1975); - if (lookahead == 's') ADVANCE(2016); - if (lookahead == 't') ADVANCE(1976); - if (lookahead == 'u') ADVANCE(2057); - if (lookahead == 'w') ADVANCE(2029); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2058); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '!', 2383, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1148, + '.', 1217, + '/', 1294, + '0', 2395, + ':', 2377, + '<', 1331, + '=', 2385, + '>', 1133, + 'I', 2464, + 'N', 2463, + '_', 2389, + '`', 287, + 'a', 2419, + 'b', 2418, + 'c', 2404, + 'd', 2405, + 'e', 2422, + 'f', 2441, + 'h', 2414, + 'i', 2387, + 'l', 2406, + 'm', 2399, + 'n', 2409, + 'o', 2449, + 'r', 2408, + 's', 2433, + 't', 2455, + 'u', 2456, + 'w', 2413, + 'x', 2446, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2398); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2467); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(2377); END_STATE(); case 93: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(1962); - if (lookahead == 'G') ADVANCE(1964); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'K') ADVANCE(1965); - if (lookahead == 'M') ADVANCE(1966); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == 'P') ADVANCE(1967); - if (lookahead == 'T') ADVANCE(1968); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2001); - if (lookahead == 'e') ADVANCE(1969); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'g') ADVANCE(1971); - if (lookahead == 'h') ADVANCE(2046); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'k') ADVANCE(1972); - if (lookahead == 'm') ADVANCE(1973); - if (lookahead == 'n') ADVANCE(2044); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 'p') ADVANCE(1975); - if (lookahead == 's') ADVANCE(2016); - if (lookahead == 't') ADVANCE(1976); - if (lookahead == 'u') ADVANCE(2057); - if (lookahead == 'w') ADVANCE(2029); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2058); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '!', 2383, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 2394, + '<', 1331, + '=', 2385, + '>', 1133, + 'I', 2465, + 'N', 2462, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 2423, + 'b', 2415, + 'e', 2428, + 'f', 2400, + 'i', 2388, + 'm', 2436, + 'n', 2447, + 'o', 2450, + 's', 2457, + 't', 2451, + 'x', 2435, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2397); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2377); END_STATE(); case 94: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(2036); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(97) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2382, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2385, + '>', 1133, + ']', 1105, + 'a', 2426, + 'b', 2416, + 'e', 2430, + 'i', 2427, + 'm', 2440, + 'n', 2438, + 'o', 2452, + 's', 2459, + 'x', 2443, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(68); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2466); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2377); END_STATE(); case 95: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(2036); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(95) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '$', 1110, + ')', 1107, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2382, + '/', 1294, + '<', 1331, + '=', 2385, + '>', 1133, + ']', 1105, + 'a', 2426, + 'b', 2416, + 'e', 2430, + 'i', 2427, + 'm', 2440, + 'n', 2438, + 'o', 2452, + 's', 2459, + 'x', 2443, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(70); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2466); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2377); END_STATE(); case 96: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(1963); - if (lookahead == 'G') ADVANCE(1964); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'K') ADVANCE(1965); - if (lookahead == 'M') ADVANCE(1966); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == 'P') ADVANCE(1967); - if (lookahead == 'T') ADVANCE(1968); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2001); - if (lookahead == 'e') ADVANCE(1970); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'g') ADVANCE(1971); - if (lookahead == 'h') ADVANCE(2046); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'k') ADVANCE(1972); - if (lookahead == 'm') ADVANCE(1973); - if (lookahead == 'n') ADVANCE(2044); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 'p') ADVANCE(1975); - if (lookahead == 's') ADVANCE(2016); - if (lookahead == 't') ADVANCE(1976); - if (lookahead == 'u') ADVANCE(2057); - if (lookahead == 'w') ADVANCE(2029); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2058); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(96) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2382, + '/', 1294, + ':', 1099, + '<', 1331, + '=', 2385, + '>', 1133, + 'a', 2426, + 'b', 2416, + 'e', 2430, + 'i', 2427, + 'm', 2440, + 'n', 2438, + 'o', 2452, + 's', 2459, + 'x', 2443, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2466); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2377); END_STATE(); case 97: - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(2036); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(2047); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(97) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '$', 1110, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1143, + '.', 2382, + '/', 1294, + '<', 1331, + '=', 2385, + '>', 1133, + 'a', 2426, + 'b', 2416, + 'e', 2430, + 'i', 2427, + 'm', 2440, + 'n', 2438, + 'o', 2452, + 's', 2459, + 'x', 2443, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2466); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(2377); END_STATE(); case 98: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2658); - if (lookahead == ':') ADVANCE(2644); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2727); - if (lookahead == 'N') ADVANCE(2726); - if (lookahead == '_') ADVANCE(2652); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2682); - if (lookahead == 'b') ADVANCE(2681); - if (lookahead == 'c') ADVANCE(2667); - if (lookahead == 'd') ADVANCE(2668); - if (lookahead == 'e') ADVANCE(2685); - if (lookahead == 'f') ADVANCE(2702); - if (lookahead == 'h') ADVANCE(2677); - if (lookahead == 'i') ADVANCE(2650); - if (lookahead == 'l') ADVANCE(2669); - if (lookahead == 'm') ADVANCE(2662); - if (lookahead == 'n') ADVANCE(2672); - if (lookahead == 'o') ADVANCE(2712); - if (lookahead == 'r') ADVANCE(2671); - if (lookahead == 's') ADVANCE(2696); - if (lookahead == 't') ADVANCE(2718); - if (lookahead == 'u') ADVANCE(2719); - if (lookahead == 'w') ADVANCE(2676); - if (lookahead == 'x') ADVANCE(2708); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2661); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2730); - if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2644); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 2385, + '>', 1133, + 'a', 2424, + 'b', 2417, + 'e', 2429, + 'i', 2425, + 'm', 2439, + 'n', 2444, + 'o', 2450, + 's', 2458, + 'x', 2437, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token6_character_set_1, 13, lookahead))) ADVANCE(2377); END_STATE(); case 99: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2657); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2728); - if (lookahead == 'N') ADVANCE(2725); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2686); - if (lookahead == 'b') ADVANCE(2678); - if (lookahead == 'e') ADVANCE(2690); - if (lookahead == 'f') ADVANCE(2663); - if (lookahead == 'i') ADVANCE(2651); - if (lookahead == 'm') ADVANCE(2700); - if (lookahead == 'n') ADVANCE(2709); - if (lookahead == 'o') ADVANCE(2713); - if (lookahead == 's') ADVANCE(2720); - if (lookahead == 't') ADVANCE(2714); - if (lookahead == 'x') ADVANCE(2699); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(97) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2660); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2644); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 2384, + '>', 1133, + 'a', 2424, + 'b', 2417, + 'e', 2429, + 'i', 2425, + 'm', 2439, + 'n', 2444, + 'o', 2450, + 's', 2458, + 'x', 2437, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2377); END_STATE(); case 100: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2687); - if (lookahead == 'b') ADVANCE(2679); - if (lookahead == 'e') ADVANCE(2691); - if (lookahead == 'i') ADVANCE(2688); - if (lookahead == 'm') ADVANCE(2701); - if (lookahead == 'n') ADVANCE(2710); - if (lookahead == 'o') ADVANCE(2715); - if (lookahead == 's') ADVANCE(2721); - if (lookahead == 'x') ADVANCE(2698); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2729); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2644); + ADVANCE_MAP( + '!', 2383, + '#', 2745, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + '<', 1331, + '=', 2385, + '>', 1133, + 'a', 2424, + 'b', 2417, + 'e', 2429, + 'i', 2425, + 'm', 2439, + 'n', 2444, + 'o', 2450, + 's', 2458, + 'x', 2437, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(82); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2377); END_STATE(); case 101: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2687); - if (lookahead == 'b') ADVANCE(2679); - if (lookahead == 'e') ADVANCE(2691); - if (lookahead == 'i') ADVANCE(2688); - if (lookahead == 'm') ADVANCE(2701); - if (lookahead == 'n') ADVANCE(2710); - if (lookahead == 'o') ADVANCE(2715); - if (lookahead == 's') ADVANCE(2721); - if (lookahead == 'x') ADVANCE(2698); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2729); + ADVANCE_MAP( + '!', 1861, + '"', 1545, + '#', 2752, + '$', 1115, + '\'', 263, + '(', 1106, + '*', 1275, + '+', 1311, + ',', 1104, + '-', 1150, + '.', 1220, + '/', 1296, + '0', 1882, + '<', 1332, + '=', 1863, + '>', 1134, + 'I', 2262, + 'N', 2252, + '[', 1102, + '_', 1215, + '`', 287, + 'a', 2048, + 'b', 2000, + 'e', 2058, + 'f', 1892, + 'i', 1872, + 'm', 2080, + 'n', 2077, + 'o', 2114, + 's', 2182, + 't', 2115, + 'x', 2079, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2644); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(2289); END_STATE(); case 102: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2687); - if (lookahead == 'b') ADVANCE(2679); - if (lookahead == 'e') ADVANCE(2691); - if (lookahead == 'i') ADVANCE(2688); - if (lookahead == 'm') ADVANCE(2701); - if (lookahead == 'n') ADVANCE(2710); - if (lookahead == 'o') ADVANCE(2715); - if (lookahead == 's') ADVANCE(2721); - if (lookahead == 'x') ADVANCE(2698); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2729); + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '$', 1115, + ')', 1107, + '*', 1275, + '+', 1311, + ',', 1104, + '-', 1144, + '.', 1855, + '/', 1296, + ':', 1100, + '<', 1332, + '=', 1863, + '>', 1134, + ']', 1105, + 'a', 2050, + 'b', 2001, + 'e', 2059, + 'i', 2051, + 'm', 2082, + 'n', 2081, + 'o', 2120, + 's', 2178, + 'x', 2075, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(68); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2287); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2644); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2289); END_STATE(); case 103: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2687); - if (lookahead == 'b') ADVANCE(2679); - if (lookahead == 'e') ADVANCE(2691); - if (lookahead == 'i') ADVANCE(2688); - if (lookahead == 'm') ADVANCE(2701); - if (lookahead == 'n') ADVANCE(2710); - if (lookahead == 'o') ADVANCE(2715); - if (lookahead == 's') ADVANCE(2721); - if (lookahead == 'x') ADVANCE(2698); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2729); + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '$', 1115, + ')', 1107, + '*', 1275, + '+', 1311, + ',', 1104, + '-', 1144, + '.', 1855, + '/', 1296, + '<', 1332, + '=', 1863, + '>', 1134, + ']', 1105, + 'a', 2050, + 'b', 2001, + 'e', 2059, + 'i', 2051, + 'm', 2082, + 'n', 2081, + 'o', 2120, + 's', 2178, + 'x', 2075, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(70); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2287); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2644); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + (lookahead < '_' || '{' < lookahead) && + lookahead != '}') ADVANCE(2289); END_STATE(); case 104: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2692); - if (lookahead == 'b') ADVANCE(2680); - if (lookahead == 'e') ADVANCE(2693); - if (lookahead == 'i') ADVANCE(2689); - if (lookahead == 'm') ADVANCE(2704); - if (lookahead == 'n') ADVANCE(2705); - if (lookahead == 'o') ADVANCE(2713); - if (lookahead == 's') ADVANCE(2722); - if (lookahead == 'x') ADVANCE(2706); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(85) + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '$', 1115, + '*', 1275, + '+', 1311, + ',', 1104, + '-', 1144, + '.', 1855, + '/', 1296, + ':', 1100, + '<', 1332, + '=', 1863, + '>', 1134, + 'a', 2050, + 'b', 2001, + 'e', 2059, + 'i', 2051, + 'm', 2082, + 'n', 2081, + 'o', 2120, + 's', 2178, + 'x', 2075, + '|', 1109, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2287); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ':' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2644); + (lookahead < '_' || '}' < lookahead)) ADVANCE(2289); END_STATE(); case 105: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2692); - if (lookahead == 'b') ADVANCE(2680); - if (lookahead == 'e') ADVANCE(2693); - if (lookahead == 'i') ADVANCE(2689); - if (lookahead == 'm') ADVANCE(2704); - if (lookahead == 'n') ADVANCE(2705); - if (lookahead == 'o') ADVANCE(2713); - if (lookahead == 's') ADVANCE(2722); - if (lookahead == 'x') ADVANCE(2706); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(89) + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '$', 1115, + '*', 1275, + '+', 1311, + ',', 1104, + '-', 1144, + '.', 1855, + '/', 1296, + '<', 1332, + '=', 1863, + '>', 1134, + 'a', 2050, + 'b', 2001, + 'e', 2059, + 'i', 2051, + 'm', 2082, + 'n', 2081, + 'o', 2120, + 's', 2178, + 'x', 2075, + '|', 1109, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2287); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '/' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2644); + (lookahead < '_' || '}' < lookahead)) ADVANCE(2289); END_STATE(); case 106: - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1501); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2692); - if (lookahead == 'b') ADVANCE(2680); - if (lookahead == 'e') ADVANCE(2693); - if (lookahead == 'i') ADVANCE(2689); - if (lookahead == 'm') ADVANCE(2704); - if (lookahead == 'n') ADVANCE(2705); - if (lookahead == 'o') ADVANCE(2713); - if (lookahead == 's') ADVANCE(2722); - if (lookahead == 'x') ADVANCE(2706); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(87) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2644); + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '*', 1275, + '+', 1311, + ',', 1104, + '-', 1152, + '/', 1296, + '<', 1332, + '=', 1863, + '>', 1134, + 'a', 2048, + 'b', 2000, + 'e', 2058, + 'i', 2052, + 'm', 2080, + 'n', 2078, + 'o', 2114, + 's', 2182, + 'x', 2079, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token4_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 107: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1209); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1244); - if (lookahead == '.') ADVANCE(1314); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '0') ADVANCE(2236); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'I') ADVANCE(2616); - if (lookahead == 'N') ADVANCE(2606); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1309); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2402); - if (lookahead == 'b') ADVANCE(2354); - if (lookahead == 'e') ADVANCE(2412); - if (lookahead == 'f') ADVANCE(2246); - if (lookahead == 'i') ADVANCE(2226); - if (lookahead == 'm') ADVANCE(2434); - if (lookahead == 'n') ADVANCE(2431); - if (lookahead == 'o') ADVANCE(2468); - if (lookahead == 's') ADVANCE(2536); - if (lookahead == 't') ADVANCE(2469); - if (lookahead == 'x') ADVANCE(2433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(97) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2239); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2643); + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '*', 1275, + '+', 1311, + '-', 1152, + '/', 1296, + '<', 1332, + '=', 1862, + '>', 1134, + 'a', 2048, + 'b', 2000, + 'e', 2058, + 'i', 2052, + 'm', 2080, + 'n', 2078, + 'o', 2114, + 's', 2182, + 'x', 2079, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 108: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1209); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1238); - if (lookahead == '.') ADVANCE(2209); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == ':') ADVANCE(1194); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2404); - if (lookahead == 'b') ADVANCE(2355); - if (lookahead == 'e') ADVANCE(2413); - if (lookahead == 'i') ADVANCE(2405); - if (lookahead == 'm') ADVANCE(2436); - if (lookahead == 'n') ADVANCE(2435); - if (lookahead == 'o') ADVANCE(2474); - if (lookahead == 's') ADVANCE(2532); - if (lookahead == 'x') ADVANCE(2429); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2641); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2643); + ADVANCE_MAP( + '!', 1861, + '#', 2752, + '*', 1275, + '+', 1311, + '-', 1152, + '/', 1296, + '<', 1332, + '=', 1863, + '>', 1134, + 'a', 2048, + 'b', 2000, + 'e', 2058, + 'i', 2052, + 'm', 2080, + 'n', 2078, + 'o', 2114, + 's', 2182, + 'x', 2079, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(82); + if ((!eof && set_contains(aux_sym_unquoted_token4_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 109: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1209); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1238); - if (lookahead == '.') ADVANCE(2209); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2404); - if (lookahead == 'b') ADVANCE(2355); - if (lookahead == 'e') ADVANCE(2413); - if (lookahead == 'i') ADVANCE(2405); - if (lookahead == 'm') ADVANCE(2436); - if (lookahead == 'n') ADVANCE(2435); - if (lookahead == 'o') ADVANCE(2474); - if (lookahead == 's') ADVANCE(2532); - if (lookahead == 'x') ADVANCE(2429); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2641); + ADVANCE_MAP( + '!', 1864, + '"', 1545, + '#', 2748, + '$', 1115, + '\'', 263, + '(', 1106, + '*', 1276, + '+', 1312, + ',', 1104, + '-', 1147, + '.', 1218, + '/', 1297, + '0', 1877, + ':', 2289, + '<', 1333, + '=', 1865, + '>', 1135, + 'I', 2238, + 'N', 2230, + '_', 1876, + '`', 287, + 'a', 2026, + 'b', 1995, + 'c', 1894, + 'd', 1940, + 'e', 2037, + 'f', 2076, + 'h', 2004, + 'i', 1873, + 'l', 1956, + 'm', 1890, + 'n', 1941, + 'o', 2106, + 'r', 1942, + 's', 2071, + 't', 2107, + 'u', 2151, + 'w', 1993, + 'x', 2084, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(23); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1878); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2249); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2643); + (lookahead < '\'' || '>' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(2250); END_STATE(); case 110: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1209); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1238); - if (lookahead == '.') ADVANCE(2209); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == ':') ADVANCE(1194); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'a') ADVANCE(2404); - if (lookahead == 'b') ADVANCE(2355); - if (lookahead == 'e') ADVANCE(2413); - if (lookahead == 'i') ADVANCE(2405); - if (lookahead == 'm') ADVANCE(2436); - if (lookahead == 'n') ADVANCE(2435); - if (lookahead == 'o') ADVANCE(2474); - if (lookahead == 's') ADVANCE(2532); - if (lookahead == 'x') ADVANCE(2429); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2641); + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1423, + '<', 1331, + '=', 1633, + '>', 1133, + 'B', 1513, + 'E', 1716, + 'G', 1720, + 'I', 1727, + 'K', 1720, + 'M', 1720, + 'N', 1714, + 'P', 1720, + 'T', 1720, + '[', 1102, + '_', 1213, + '`', 287, + 'a', 1672, + 'b', 1514, + 'd', 1644, + 'e', 1715, + 'f', 1645, + 'g', 1719, + 'h', 1684, + 'i', 1638, + 'k', 1719, + 'm', 1721, + 'n', 1682, + 'o', 1685, + 'p', 1719, + 's', 1654, + 't', 1718, + 'u', 1695, + 'w', 1667, + 'x', 1677, + '{', 1208, + '}', 1209, + 0xb5, 1695, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2643); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 111: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1209); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1238); - if (lookahead == '.') ADVANCE(2209); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'a') ADVANCE(2404); - if (lookahead == 'b') ADVANCE(2355); - if (lookahead == 'e') ADVANCE(2413); - if (lookahead == 'i') ADVANCE(2405); - if (lookahead == 'm') ADVANCE(2436); - if (lookahead == 'n') ADVANCE(2435); - if (lookahead == 'o') ADVANCE(2474); - if (lookahead == 's') ADVANCE(2532); - if (lookahead == 'x') ADVANCE(2429); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2641); + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + '?', 1286, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1674, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1685, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(115); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2643); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '?' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 112: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1246); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'a') ADVANCE(2402); - if (lookahead == 'b') ADVANCE(2354); - if (lookahead == 'e') ADVANCE(2412); - if (lookahead == 'i') ADVANCE(2406); - if (lookahead == 'm') ADVANCE(2434); - if (lookahead == 'n') ADVANCE(2432); - if (lookahead == 'o') ADVANCE(2468); - if (lookahead == 's') ADVANCE(2536); - if (lookahead == 'x') ADVANCE(2433); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(85) + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + 'B', 1513, + 'E', 1720, + 'G', 1720, + 'I', 1727, + 'K', 1720, + 'M', 1720, + 'N', 1714, + 'P', 1720, + 'T', 1720, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1514, + 'd', 1644, + 'e', 1717, + 'f', 1645, + 'g', 1719, + 'h', 1684, + 'i', 1638, + 'k', 1719, + 'm', 1721, + 'n', 1682, + 'o', 1685, + 'p', 1719, + 's', 1654, + 't', 1718, + 'u', 1695, + 'w', 1667, + 'x', 1677, + '{', 1208, + '}', 1209, + 0xb5, 1695, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2643); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 113: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == '-') ADVANCE(1246); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2216); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'a') ADVANCE(2402); - if (lookahead == 'b') ADVANCE(2354); - if (lookahead == 'e') ADVANCE(2412); - if (lookahead == 'i') ADVANCE(2406); - if (lookahead == 'm') ADVANCE(2434); - if (lookahead == 'n') ADVANCE(2432); - if (lookahead == 'o') ADVANCE(2468); - if (lookahead == 's') ADVANCE(2536); - if (lookahead == 'x') ADVANCE(2433); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(87) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2643); + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + 'B', 1513, + 'E', 1716, + 'G', 1720, + 'I', 1727, + 'K', 1720, + 'M', 1720, + 'N', 1714, + 'P', 1720, + 'T', 1720, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1514, + 'd', 1644, + 'e', 1715, + 'f', 1645, + 'g', 1719, + 'h', 1684, + 'i', 1638, + 'k', 1719, + 'm', 1721, + 'n', 1682, + 'o', 1685, + 'p', 1719, + 's', 1654, + 't', 1718, + 'u', 1695, + 'w', 1667, + 'x', 1677, + '{', 1208, + '}', 1209, + 0xb5, 1695, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (lookahead != 0 && + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 114: - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == '-') ADVANCE(1246); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'a') ADVANCE(2402); - if (lookahead == 'b') ADVANCE(2354); - if (lookahead == 'e') ADVANCE(2412); - if (lookahead == 'i') ADVANCE(2406); - if (lookahead == 'm') ADVANCE(2434); - if (lookahead == 'n') ADVANCE(2432); - if (lookahead == 'o') ADVANCE(2468); - if (lookahead == 's') ADVANCE(2536); - if (lookahead == 'x') ADVANCE(2433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(89) + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1674, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1685, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2643); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 115: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2749); - if (lookahead == ':') ADVANCE(2731); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2818); - if (lookahead == 'N') ADVANCE(2817); - if (lookahead == '_') ADVANCE(2743); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2773); - if (lookahead == 'b') ADVANCE(2772); - if (lookahead == 'c') ADVANCE(2758); - if (lookahead == 'd') ADVANCE(2759); - if (lookahead == 'e') ADVANCE(2776); - if (lookahead == 'f') ADVANCE(2793); - if (lookahead == 'h') ADVANCE(2768); - if (lookahead == 'i') ADVANCE(2741); - if (lookahead == 'l') ADVANCE(2760); - if (lookahead == 'm') ADVANCE(2753); - if (lookahead == 'n') ADVANCE(2763); - if (lookahead == 'o') ADVANCE(2803); - if (lookahead == 'r') ADVANCE(2762); - if (lookahead == 's') ADVANCE(2787); - if (lookahead == 't') ADVANCE(2809); - if (lookahead == 'u') ADVANCE(2810); - if (lookahead == 'w') ADVANCE(2767); - if (lookahead == 'x') ADVANCE(2799); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2752); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2821); + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + '?', 1286, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1674, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1685, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(115); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2731); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '?' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 116: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2748); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2819); - if (lookahead == 'N') ADVANCE(2816); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2777); - if (lookahead == 'b') ADVANCE(2769); - if (lookahead == 'e') ADVANCE(2781); - if (lookahead == 'f') ADVANCE(2754); - if (lookahead == 'i') ADVANCE(2742); - if (lookahead == 'm') ADVANCE(2791); - if (lookahead == 'n') ADVANCE(2800); - if (lookahead == 'o') ADVANCE(2804); - if (lookahead == 's') ADVANCE(2811); - if (lookahead == 't') ADVANCE(2805); - if (lookahead == 'x') ADVANCE(2790); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(97) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2751); + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + 'B', 1513, + 'E', 1720, + 'G', 1720, + 'I', 1727, + 'K', 1720, + 'M', 1720, + 'N', 1714, + 'P', 1720, + 'T', 1720, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1514, + 'd', 1644, + 'e', 1717, + 'f', 1645, + 'g', 1719, + 'h', 1684, + 'i', 1638, + 'k', 1719, + 'm', 1721, + 'n', 1682, + 'o', 1685, + 'p', 1719, + 's', 1654, + 't', 1718, + 'u', 1695, + 'w', 1667, + 'x', 1677, + '{', 1208, + '}', 1209, + 0xb5, 1695, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2731); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 117: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2736); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2778); - if (lookahead == 'b') ADVANCE(2770); - if (lookahead == 'e') ADVANCE(2782); - if (lookahead == 'i') ADVANCE(2779); - if (lookahead == 'm') ADVANCE(2792); - if (lookahead == 'n') ADVANCE(2801); - if (lookahead == 'o') ADVANCE(2806); - if (lookahead == 's') ADVANCE(2812); - if (lookahead == 'x') ADVANCE(2789); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2820); + ADVANCE_MAP( + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '*', 1273, + '+', 1310, + ',', 1103, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1485, + '<', 1331, + '=', 1633, + '>', 1133, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1674, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1685, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2731); + (lookahead < '\'' || '9' < lookahead) && + (lookahead < ';' || '>' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 118: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2736); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'a') ADVANCE(2778); - if (lookahead == 'b') ADVANCE(2770); - if (lookahead == 'e') ADVANCE(2782); - if (lookahead == 'i') ADVANCE(2779); - if (lookahead == 'm') ADVANCE(2792); - if (lookahead == 'n') ADVANCE(2801); - if (lookahead == 'o') ADVANCE(2806); - if (lookahead == 's') ADVANCE(2812); - if (lookahead == 'x') ADVANCE(2789); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2820); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1228, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + '<', 1130, + '=', 1406, + 'N', 2712, + '[', 1102, + ']', 1105, + '_', 2708, + '`', 287, + 'f', 2709, + 'n', 2711, + 't', 2710, + '{', 1208, + 'I', 2713, + 'i', 2713, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != ';' && - lookahead != '[' && - (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2731); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < ';' || '=' < lookahead) && + lookahead != '}') ADVANCE(2707); END_STATE(); case 119: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2736); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2778); - if (lookahead == 'b') ADVANCE(2770); - if (lookahead == 'e') ADVANCE(2782); - if (lookahead == 'i') ADVANCE(2779); - if (lookahead == 'm') ADVANCE(2792); - if (lookahead == 'n') ADVANCE(2801); - if (lookahead == 'o') ADVANCE(2806); - if (lookahead == 's') ADVANCE(2812); - if (lookahead == 'x') ADVANCE(2789); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2820); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 2728, + 'B', 2725, + 'b', 2725, + 'E', 2739, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2726, + '`', 287, + 'd', 2731, + 'e', 2738, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(135); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); if (lookahead != 0 && - lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2731); + lookahead != '}') ADVANCE(2725); END_STATE(); case 120: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(2736); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2778); - if (lookahead == 'b') ADVANCE(2770); - if (lookahead == 'e') ADVANCE(2782); - if (lookahead == 'i') ADVANCE(2779); - if (lookahead == 'm') ADVANCE(2792); - if (lookahead == 'n') ADVANCE(2801); - if (lookahead == 'o') ADVANCE(2806); - if (lookahead == 's') ADVANCE(2812); - if (lookahead == 'x') ADVANCE(2789); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2820); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 2728, + 'B', 2725, + 'b', 2725, + 'E', 2742, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2726, + '`', 287, + 'd', 2731, + 'e', 2740, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(135); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); if (lookahead != 0 && - lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2731); + lookahead != '}') ADVANCE(2725); END_STATE(); case 121: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2783); - if (lookahead == 'b') ADVANCE(2771); - if (lookahead == 'e') ADVANCE(2784); - if (lookahead == 'i') ADVANCE(2780); - if (lookahead == 'm') ADVANCE(2795); - if (lookahead == 'n') ADVANCE(2796); - if (lookahead == 'o') ADVANCE(2804); - if (lookahead == 's') ADVANCE(2813); - if (lookahead == 'x') ADVANCE(2797); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(85) + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1424, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2594, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'E', 2595, + 'e', 2595, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2731); + lookahead != '}') ADVANCE(2644); END_STATE(); case 122: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2738); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2783); - if (lookahead == 'b') ADVANCE(2771); - if (lookahead == 'e') ADVANCE(2784); - if (lookahead == 'i') ADVANCE(2780); - if (lookahead == 'm') ADVANCE(2795); - if (lookahead == 'n') ADVANCE(2796); - if (lookahead == 'o') ADVANCE(2804); - if (lookahead == 's') ADVANCE(2813); - if (lookahead == 'x') ADVANCE(2797); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(87) - if (!aux_sym_unquoted_token5_character_set_1(lookahead)) ADVANCE(2731); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1424, + 'N', 2650, + '[', 1102, + ']', 1105, + '_', 2646, + '`', 287, + 'f', 2647, + 'n', 2649, + 't', 2648, + '{', 1208, + 'I', 2651, + 'i', 2651, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';' && + lookahead != '}') ADVANCE(2645); END_STATE(); case 123: - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2783); - if (lookahead == 'b') ADVANCE(2771); - if (lookahead == 'e') ADVANCE(2784); - if (lookahead == 'i') ADVANCE(2780); - if (lookahead == 'm') ADVANCE(2795); - if (lookahead == 'n') ADVANCE(2796); - if (lookahead == 'o') ADVANCE(2804); - if (lookahead == 's') ADVANCE(2813); - if (lookahead == 'x') ADVANCE(2797); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(89) + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1424, + 'B', 2725, + 'b', 2725, + 'E', 2739, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2727, + '`', 287, + 'd', 2731, + 'e', 2738, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(135); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2731); + lookahead != '}') ADVANCE(2725); END_STATE(); case 124: - if (lookahead == '!') ADVANCE(2218); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3171); - if (lookahead == '$') ADVANCE(1209); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '*') ADVANCE(1370); - if (lookahead == '+') ADVANCE(1406); - if (lookahead == ',') ADVANCE(1198); - if (lookahead == '-') ADVANCE(1241); - if (lookahead == '.') ADVANCE(1312); - if (lookahead == '/') ADVANCE(1391); - if (lookahead == '0') ADVANCE(2231); - if (lookahead == ':') ADVANCE(2643); - if (lookahead == '<') ADVANCE(1427); - if (lookahead == '=') ADVANCE(2219); - if (lookahead == '>') ADVANCE(1229); - if (lookahead == 'I') ADVANCE(2592); - if (lookahead == 'N') ADVANCE(2584); - if (lookahead == '_') ADVANCE(2230); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2380); - if (lookahead == 'b') ADVANCE(2349); - if (lookahead == 'c') ADVANCE(2248); - if (lookahead == 'd') ADVANCE(2294); - if (lookahead == 'e') ADVANCE(2391); - if (lookahead == 'f') ADVANCE(2430); - if (lookahead == 'h') ADVANCE(2358); - if (lookahead == 'i') ADVANCE(2227); - if (lookahead == 'l') ADVANCE(2310); - if (lookahead == 'm') ADVANCE(2244); - if (lookahead == 'n') ADVANCE(2295); - if (lookahead == 'o') ADVANCE(2460); - if (lookahead == 'r') ADVANCE(2296); - if (lookahead == 's') ADVANCE(2425); - if (lookahead == 't') ADVANCE(2461); - if (lookahead == 'u') ADVANCE(2505); - if (lookahead == 'w') ADVANCE(2347); - if (lookahead == 'x') ADVANCE(2438); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2232); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2603); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1486, + ';', 617, + '?', 1286, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(129); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2604); + (lookahead < '\'' || ')' < lookahead) && + lookahead != '}') ADVANCE(2644); END_STATE(); case 125: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1322); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(3126); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3122); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3123); - if (lookahead == 'n') ADVANCE(3125); - if (lookahead == 't') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3127); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1486, + ';', 617, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + '}', 1209, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(130); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3121); + (lookahead < '\'' || ')' < lookahead)) ADVANCE(2644); END_STATE(); case 126: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(3156); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3140); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3155); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3147); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(138) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3157); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1486, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + '}', 1209, + 'E', 2595, + 'e', 2595, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(131); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3139); + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';') ADVANCE(2644); END_STATE(); case 127: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(3156); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3141); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3155); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3148); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(138) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3157); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 2728, + 'B', 2725, + 'b', 2725, + 'E', 2742, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2726, + '`', 287, + 'd', 2731, + 'e', 2740, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(135); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != '}') ADVANCE(2725); END_STATE(); case 128: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3140); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3154); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3147); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(138) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1424, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2594, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'E', 2595, + 'e', 2595, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != '}') ADVANCE(2644); END_STATE(); case 129: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3009); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3007); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + ';', 617, + '?', 1286, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(129); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + lookahead != '}') ADVANCE(2644); END_STATE(); case 130: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'N') ADVANCE(3064); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3060); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3061); - if (lookahead == 'n') ADVANCE(3063); - if (lookahead == 't') ADVANCE(3062); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3065); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + ';', 617, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + '}', 1209, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(130); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3059); + (lookahead < '\'' || ')' < lookahead)) ADVANCE(2644); END_STATE(); case 131: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(136) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + '}', 1209, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(131); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';') ADVANCE(2644); END_STATE(); case 132: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(137) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'E', 2595, + 'e', 2595, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';' && + lookahead != '}') ADVANCE(2644); END_STATE(); case 133: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3007); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';' && + lookahead != '}') ADVANCE(2644); END_STATE(); case 134: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(3156); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3141); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3155); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3148); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(138) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3157); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'N', 1055, + '[', 1102, + ']', 1105, + '_', 939, + '`', 287, + 'f', 943, + 'n', 1042, + 't', 1015, + '{', 1208, + 'I', 1065, + 'i', 1065, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != '}') ADVANCE(2644); END_STATE(); case 135: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3009); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3007); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'B', 1513, + 'b', 1513, + 'E', 2619, + 'G', 2619, + 'K', 2619, + 'M', 2619, + 'N', 2616, + 'P', 2619, + 'T', 2619, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'd', 2598, + 'e', 2618, + 'f', 2597, + 'g', 2618, + 'h', 2608, + 'k', 2618, + 'm', 2620, + 'n', 2610, + 'p', 2618, + 's', 2603, + 't', 2617, + 'u', 2611, + 'w', 2604, + '{', 1208, + 0xb5, 2611, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(135); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3058); + lookahead != '}') ADVANCE(2644); END_STATE(); case 136: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(136) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1148, + '.', 1217, + '0', 1484, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 638, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 672, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(136); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '+' || '.' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < ']' || '}' < lookahead)) ADVANCE(1594); END_STATE(); case 137: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(137) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); - if (lookahead != 0 && - lookahead != ')') ADVANCE(3058); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ':', 1099, + 'N', 915, + '[', 1102, + '_', 849, + '`', 287, + 'f', 853, + 'n', 882, + 't', 891, + '{', 1208, + 'I', 928, + 'i', 928, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(137); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 138: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2977); - if (lookahead == 'G') ADVANCE(2978); - if (lookahead == 'K') ADVANCE(2979); - if (lookahead == 'M') ADVANCE(2980); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == 'P') ADVANCE(2981); - if (lookahead == 'T') ADVANCE(2982); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3011); - if (lookahead == 'e') ADVANCE(2983); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'g') ADVANCE(2984); - if (lookahead == 'h') ADVANCE(3027); - if (lookahead == 'k') ADVANCE(2985); - if (lookahead == 'm') ADVANCE(2986); - if (lookahead == 'n') ADVANCE(3029); - if (lookahead == 'p') ADVANCE(2987); - if (lookahead == 's') ADVANCE(3022); - if (lookahead == 't') ADVANCE(2988); - if (lookahead == 'u') ADVANCE(3030); - if (lookahead == 'w') ADVANCE(3023); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3031); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(138) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + '=', 280, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'b', 764, + 'c', 751, + 'd', 741, + 'f', 639, + 'i', 690, + 'm', 643, + 'n', 746, + 'r', 687, + 't', 756, + 'w', 702, + '{', 1208, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(138); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 139: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(3058); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + 'N', 820, + '[', 1102, + '_', 631, + '`', 287, + 'f', 639, + 'n', 746, + 't', 775, + '{', 1208, + 'I', 835, + 'i', 835, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(139); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 140: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3007); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + 'N', 434, + '[', 1102, + '_', 285, + '`', 287, + 'f', 296, + 'n', 367, + 't', 387, + '{', 1208, + 'I', 454, + 'i', 454, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(140); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); END_STATE(); case 141: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + 'N', 1055, + '[', 1102, + '_', 939, + '`', 287, + 'f', 943, + 'n', 1005, + 't', 1015, + '{', 1208, + 'I', 1065, + 'i', 1065, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(140); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); END_STATE(); case 142: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'N') ADVANCE(1149); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(1033); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(1037); - if (lookahead == 'n') ADVANCE(1136); - if (lookahead == 't') ADVANCE(1109); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1159); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1167); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ':', 1099, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'f', 1645, + 'n', 1681, + 't', 1686, + '{', 1208, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(142); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + lookahead != ']' && + lookahead != '}') ADVANCE(1746); END_STATE(); case 143: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1578); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(748); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1592); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(143); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && - lookahead != ',' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']') ADVANCE(1918); + lookahead != ']' && + lookahead != '}') ADVANCE(1746); END_STATE(); case 144: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == 'N') ADVANCE(1017); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(948); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(950); - if (lookahead == 'n') ADVANCE(985); - if (lookahead == 't') ADVANCE(994); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1022); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(144) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'f', 1645, + 'n', 1681, + 't', 1686, + '{', 1208, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(144); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';' && + lookahead != ']' && + lookahead != '}') ADVANCE(1746); END_STATE(); case 145: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(824); - if (lookahead == 'd') ADVANCE(814); - if (lookahead == 'f') ADVANCE(707); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'm') ADVANCE(711); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'r') ADVANCE(760); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'w') ADVANCE(775); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(145) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + '<', 1130, + '=', 1406, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2594, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < ';' || '=' < lookahead) && + lookahead != '}') ADVANCE(2644); END_STATE(); case 146: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(707); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 't') ADVANCE(848); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(899); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + '<', 1130, + '=', 1406, + 'N', 2712, + '[', 1102, + ']', 1105, + '_', 2708, + '`', 287, + 'f', 2709, + 'n', 2711, + 't', 2710, + '{', 1208, + 'I', 2713, + 'i', 2713, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < ';' || '=' < lookahead) && + lookahead != '}') ADVANCE(2707); END_STATE(); case 147: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == 'N') ADVANCE(482); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(327); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(335); - if (lookahead == 'n') ADVANCE(421); - if (lookahead == 't') ADVANCE(433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(490); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(147) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2594, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';' && + lookahead != '}') ADVANCE(2644); END_STATE(); case 148: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == 'N') ADVANCE(1149); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1033); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(1037); - if (lookahead == 'n') ADVANCE(1099); - if (lookahead == 't') ADVANCE(1109); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1159); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(147) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1167); - END_STATE(); - case 149: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2043); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + 'N', 2723, + '[', 1102, + ']', 1105, + '_', 2719, + '`', 287, + 'f', 2720, + 'n', 2722, + 't', 2721, + '{', 1208, + 'I', 2724, + 'i', 2724, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']' && - lookahead != '}') ADVANCE(2099); + lookahead != '}') ADVANCE(2718); + END_STATE(); + case 149: + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 1222, + ':', 1099, + '<', 1130, + '=', 597, + '>', 1132, + '?', 1286, + '@', 1136, + ']', 1105, + '`', 287, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(150); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 150: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(150) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']' && - lookahead != '}') ADVANCE(2099); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 272, + ':', 1099, + '=', 597, + '>', 1132, + '?', 1286, + '@', 1136, + ']', 1105, + '`', 287, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(150); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 151: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2043); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(151) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1221, + '0', 1487, + ':', 1099, + '?', 1286, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(155); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '}') ADVANCE(2099); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 152: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3009); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1221, + '0', 1487, + ':', 1099, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(156); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 153: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(3126); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3122); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3123); - if (lookahead == 'n') ADVANCE(3125); - if (lookahead == 't') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3127); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1221, + '0', 1487, + 'E', 623, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 622, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3121); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 154: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3009); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1221, + '0', 1425, + 'E', 623, + 'I', 835, + 'N', 820, + '_', 633, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 622, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 155: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'N') ADVANCE(3137); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3133); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3134); - if (lookahead == 'n') ADVANCE(3136); - if (lookahead == 't') ADVANCE(3135); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3138); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1217, + '0', 1487, + ':', 1099, + '?', 1286, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(155); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3132); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 156: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(157) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1217, + '0', 1487, + ':', 1099, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(156); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 157: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(157) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1217, + '0', 1487, + 'E', 623, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 622, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 158: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(162) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1217, + '0', 1487, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '[' && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 159: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1148, + '.', 1217, + '0', 1425, + 'E', 623, + 'I', 835, + 'N', 820, + '_', 633, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 622, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '[' && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 160: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == 'E') ADVANCE(660); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(659); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 2728, + 'B', 2725, + 'b', 2725, + 'E', 2739, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2726, + '`', 287, + 'd', 2731, + 'e', 2738, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(174); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != '}') ADVANCE(2725); END_STATE(); case 161: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == 'E') ADVANCE(660); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(659); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 2728, + 'B', 2725, + 'b', 2725, + 'E', 2742, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2726, + '`', 287, + 'd', 2731, + 'e', 2740, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(174); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != '}') ADVANCE(2725); END_STATE(); case 162: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(162) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1423, + 'N', 1714, + '[', 1102, + '_', 1213, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'E', 1640, + 'e', 1640, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != ']') ADVANCE(1746); END_STATE(); case 163: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1485, + '?', 1286, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(170); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != ']') ADVANCE(1746); END_STATE(); case 164: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == 'E') ADVANCE(660); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(659); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'E', 1640, + 'e', 1640, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != ']') ADVANCE(1746); END_STATE(); case 165: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1581); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != ']') ADVANCE(1746); END_STATE(); case 166: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == 'E') ADVANCE(660); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(659); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1424, + 'N', 2650, + '[', 1102, + ']', 1105, + '_', 2646, + '`', 287, + 'f', 2647, + 'n', 2649, + 't', 2648, + '{', 1208, + 'I', 2651, + 'i', 2651, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != '}') ADVANCE(2645); END_STATE(); case 167: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(3156); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3140); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3155); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3147); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3157); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1221, + '0', 1424, + 'B', 2725, + 'b', 2725, + 'E', 2739, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2727, + '`', 287, + 'd', 2731, + 'e', 2738, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(174); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != '}') ADVANCE(2725); END_STATE(); case 168: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(3156); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3141); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3155); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3148); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3157); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 2728, + 'B', 2725, + 'b', 2725, + 'E', 2742, + 'G', 2742, + 'K', 2742, + 'M', 2742, + 'N', 2737, + 'P', 2742, + 'T', 2742, + '[', 1102, + ']', 1105, + '_', 2726, + '`', 287, + 'd', 2731, + 'e', 2740, + 'f', 2730, + 'g', 2740, + 'h', 2734, + 'k', 2740, + 'm', 2743, + 'n', 2736, + 'p', 2740, + 's', 2732, + 't', 2741, + 'u', 2735, + 'w', 2733, + '{', 1208, + 0xb5, 2735, + 'I', 2744, + 'i', 2744, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(174); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != '}') ADVANCE(2725); END_STATE(); case 169: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1997); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1423, + 'N', 1714, + '[', 1102, + '_', 1213, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'E', 1640, + 'e', 1640, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']') ADVANCE(2099); + lookahead != ']') ADVANCE(1746); END_STATE(); case 170: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(177) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1485, + '?', 1286, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(170); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']') ADVANCE(2099); + lookahead != ']') ADVANCE(1746); END_STATE(); case 171: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1997); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'E', 1640, + 'e', 1640, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']') ADVANCE(2099); + lookahead != ']') ADVANCE(1746); END_STATE(); case 172: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']') ADVANCE(2099); + lookahead != ']') ADVANCE(1746); END_STATE(); case 173: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3140); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3154); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3147); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'N', 2616, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'f', 2597, + 'n', 2614, + 't', 2609, + '{', 1208, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != '}') ADVANCE(2644); END_STATE(); case 174: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == 'N') ADVANCE(3064); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3060); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3061); - if (lookahead == 'n') ADVANCE(3063); - if (lookahead == 't') ADVANCE(3062); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3065); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1486, + 'B', 1513, + 'b', 1513, + 'E', 2619, + 'G', 2619, + 'K', 2619, + 'M', 2619, + 'N', 2616, + 'P', 2619, + 'T', 2619, + '[', 1102, + ']', 1105, + '_', 2593, + '`', 287, + 'd', 2598, + 'e', 2618, + 'f', 2597, + 'g', 2618, + 'h', 2608, + 'k', 2618, + 'm', 2620, + 'n', 2610, + 'p', 2618, + 's', 2603, + 't', 2617, + 'u', 2611, + 'w', 2604, + '{', 1208, + 0xb5, 2611, + 'I', 2626, + 'i', 2626, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(174); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3059); + lookahead != '}') ADVANCE(2644); END_STATE(); case 175: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(3156); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(3141); - if (lookahead == 'G') ADVANCE(3142); - if (lookahead == 'K') ADVANCE(3143); - if (lookahead == 'M') ADVANCE(3144); - if (lookahead == 'N') ADVANCE(3166); - if (lookahead == 'P') ADVANCE(3145); - if (lookahead == 'T') ADVANCE(3146); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3155); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3158); - if (lookahead == 'e') ADVANCE(3148); - if (lookahead == 'f') ADVANCE(3159); - if (lookahead == 'g') ADVANCE(3149); - if (lookahead == 'h') ADVANCE(3162); - if (lookahead == 'k') ADVANCE(3150); - if (lookahead == 'm') ADVANCE(3151); - if (lookahead == 'n') ADVANCE(3163); - if (lookahead == 'p') ADVANCE(3152); - if (lookahead == 's') ADVANCE(3160); - if (lookahead == 't') ADVANCE(3153); - if (lookahead == 'u') ADVANCE(3164); - if (lookahead == 'w') ADVANCE(3161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3165); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3167); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3157); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1214, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(175); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3139); + lookahead != ']') ADVANCE(1746); END_STATE(); case 176: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1997); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(176); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != ']') ADVANCE(2099); + lookahead != ']' && + lookahead != '}') ADVANCE(1746); END_STATE(); case 177: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(177) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1443, + '.', 1221, + '0', 1425, + '<', 1130, + '=', 1406, + 'I', 835, + 'N', 820, + '_', 633, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '=' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 178: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1997); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1443, + '.', 1221, + '0', 1425, + 'I', 835, + 'N', 820, + '_', 633, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 647, + 'd', 659, + 'e', 727, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 636, + 'n', 675, + 'o', 813, + 'r', 662, + 's', 743, + 't', 768, + 'u', 779, + 'w', 701, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(158); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '{' < lookahead)) ADVANCE(1594); END_STATE(); case 179: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1423, + '<', 1130, + '=', 1406, + 'N', 1714, + '[', 1102, + '_', 1213, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < ';' || '=' < lookahead) && + lookahead != ']') ADVANCE(1746); END_STATE(); case 180: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2977); - if (lookahead == 'G') ADVANCE(2978); - if (lookahead == 'K') ADVANCE(2979); - if (lookahead == 'M') ADVANCE(2980); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == 'P') ADVANCE(2981); - if (lookahead == 'T') ADVANCE(2982); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(3011); - if (lookahead == 'e') ADVANCE(2983); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'g') ADVANCE(2984); - if (lookahead == 'h') ADVANCE(3027); - if (lookahead == 'k') ADVANCE(2985); - if (lookahead == 'm') ADVANCE(2986); - if (lookahead == 'n') ADVANCE(3029); - if (lookahead == 'p') ADVANCE(2987); - if (lookahead == 's') ADVANCE(3022); - if (lookahead == 't') ADVANCE(2988); - if (lookahead == 'u') ADVANCE(3030); - if (lookahead == 'w') ADVANCE(3023); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 181) ADVANCE(3031); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1423, + 'N', 1714, + '[', 1102, + '_', 1213, + '`', 287, + 'f', 1645, + 'n', 1708, + 't', 1686, + '{', 1208, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(172); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3058); + lookahead != ']') ADVANCE(1746); END_STATE(); case 181: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1580); - if (lookahead == 'N') ADVANCE(3036); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3010); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3012); - if (lookahead == 'n') ADVANCE(3033); - if (lookahead == 't') ADVANCE(3028); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3040); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1594); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + '<', 1130, + '=', 1406, + 'N', 2712, + '[', 1102, + ']', 1105, + '_', 2708, + '`', 287, + 'f', 2709, + 'n', 2711, + 't', 2710, + '{', 1208, + 'I', 2713, + 'i', 2713, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3058); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < ';' || '=' < lookahead) && + lookahead != '}') ADVANCE(2707); END_STATE(); case 182: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1308); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(182) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + ',', 1103, + '-', 1142, + ':', 1099, + '=', 597, + '[', 1102, + ']', 1105, + '`', 287, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(182); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 183: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(183) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']' && - lookahead != '}') ADVANCE(2099); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '+', 1308, + ',', 1103, + '-', 1149, + '.', 1217, + '0', 1488, + ':', 1099, + '>', 1132, + '_', 849, + '`', 287, + 'I', 928, + 'i', 928, + 'N', 915, + 'n', 915, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(183); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 184: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1537); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '+', 1308, + '-', 1149, + '.', 1217, + ':', 1099, + '_', 1643, + '`', 287, + 'I', 1727, + 'i', 1727, + 'N', 1714, + 'n', 1714, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(184); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && - lookahead != ';' && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != '{' && + lookahead != '}') ADVANCE(1746); END_STATE(); case 185: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1537); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1519); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(715); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(800); - if (lookahead == 'f') ADVANCE(818); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(733); - if (lookahead == 'm') ADVANCE(704); - if (lookahead == 'n') ADVANCE(751); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(841); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(774); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '+', 1308, + '-', 1149, + '.', 1217, + '_', 1643, + '`', 287, + 'I', 1727, + 'i', 1727, + 'N', 1714, + 'n', 1714, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(185); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); if (lookahead != 0 && - lookahead != ')' && - lookahead != ':' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1918); + lookahead != '{' && + lookahead != '}') ADVANCE(1746); END_STATE(); case 186: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1227, + '\'', 263, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1444, + '.', 1221, + '0', 1424, + '<', 1130, + '=', 1406, + 'N', 2712, + '[', 1102, + ']', 1105, + '_', 2708, + '`', 287, + 'f', 2709, + 'n', 2711, + 't', 2710, + '{', 1208, + 'I', 2713, + 'i', 2713, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + (lookahead < '\'' || ')' < lookahead) && + (lookahead < ';' || '=' < lookahead) && + lookahead != '}') ADVANCE(2707); END_STATE(); case 187: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1307); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != ']') ADVANCE(2099); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '\'', 263, + ',', 1103, + '-', 281, + '<', 1130, + '=', 597, + '>', 1132, + '@', 1136, + '`', 287, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(188); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 188: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(3126); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3122); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3123); - if (lookahead == 'n') ADVANCE(3125); - if (lookahead == 't') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3127); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3121); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '\'', 263, + ',', 1103, + '-', 281, + '=', 597, + '>', 1132, + '@', 1136, + '`', 287, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(188); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 189: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(189) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(903); + if (lookahead == '"') ADVANCE(1545); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '\'') ADVANCE(263); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == '`') ADVANCE(287); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(189); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 190: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1582); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '_') ADVANCE(948); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1022); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1017); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(190) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == '"') ADVANCE(1545); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '\'') ADVANCE(263); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == '`') ADVANCE(287); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(189); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1072); END_STATE(); case 191: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2077); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(191) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (lookahead != 0 && - lookahead != '(' && - lookahead != ')' && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{' && - lookahead != '}') ADVANCE(2099); + if (lookahead == '"') ADVANCE(1545); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '\'') ADVANCE(263); + if (lookahead == '`') ADVANCE(287); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(191); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1595); END_STATE(); case 192: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2077); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(192) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ADVANCE_MAP( + '"', 1545, + '#', 2750, + '$', 1112, + '\'', 263, + '(', 1106, + '+', 1313, + ',', 1103, + '-', 1151, + '.', 1219, + '0', 2660, + 'N', 2679, + '[', 1102, + ']', 1105, + '_', 2661, + '`', 287, + 'f', 2668, + 'n', 2677, + 't', 2674, + '{', 1208, + 'I', 2684, + 'i', 2684, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2664); if (lookahead != 0 && - lookahead != '(' && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '{' && - lookahead != '}') ADVANCE(2099); + lookahead != '}') ADVANCE(2706); END_STATE(); case 193: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1321); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1518); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(3126); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3122); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3123); - if (lookahead == 'n') ADVANCE(3125); - if (lookahead == 't') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3127); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1528); + ADVANCE_MAP( + '"', 1545, + '#', 2750, + '$', 1114, + '\'', 263, + '(', 1106, + '+', 1313, + ',', 1103, + '-', 1151, + '.', 1219, + '0', 2660, + 'N', 2679, + '[', 1102, + ']', 1105, + '_', 2661, + '`', 287, + 'f', 2668, + 'n', 2677, + 't', 2674, + '{', 1208, + 'I', 2684, + 'i', 2684, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2664); if (lookahead != 0 && - lookahead != ')' && + (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(3121); + lookahead != '}') ADVANCE(2706); END_STATE(); case 194: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(288); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(195) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == '"') ADVANCE(1545); + if (lookahead == '#') ADVANCE(1547); + if (lookahead == '\\') ADVANCE(422); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1546); + if (lookahead != 0) ADVANCE(1547); END_STATE(); case 195: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(288); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(195) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == '"') ADVANCE(1559); + if (lookahead == '#') ADVANCE(1552); + if (lookahead == '(') ADVANCE(1106); + if (lookahead == '\\') ADVANCE(485); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1551); + if (lookahead != 0) ADVANCE(1552); END_STATE(); case 196: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(196) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(903); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + ')', 1107, + '+', 1446, + ',', 1103, + '-', 1442, + '.', 1222, + ':', 1099, + '<', 1130, + '=', 1406, + ']', 1105, + '_', 850, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(197); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 197: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(196) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(1166); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 272, + ':', 1099, + ']', 1105, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(197); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 198: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '`') ADVANCE(328); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(198) - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1919); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + ',', 1103, + '-', 1441, + '.', 1221, + ':', 1099, + '<', 1130, + '=', 1406, + '_', 286, + 'a', 352, + 'c', 373, + 'd', 320, + 'e', 427, + 'h', 341, + 'l', 339, + 'm', 375, + 'n', 319, + 'u', 396, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(206); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 199: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3173); - if (lookahead == '$') ADVANCE(1206); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1407); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1245); - if (lookahead == '.') ADVANCE(1313); - if (lookahead == '0') ADVANCE(3074); - if (lookahead == 'N') ADVANCE(3093); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3075); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3082); - if (lookahead == 'n') ADVANCE(3091); - if (lookahead == 't') ADVANCE(3088); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3098); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3078); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3120); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '<', 1130, + '=', 1406, + '_', 2300, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(211); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2290); END_STATE(); case 200: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3173); - if (lookahead == '$') ADVANCE(1208); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1407); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1245); - if (lookahead == '.') ADVANCE(1313); - if (lookahead == '0') ADVANCE(3074); - if (lookahead == 'N') ADVANCE(3093); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(3075); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(3082); - if (lookahead == 'n') ADVANCE(3091); - if (lookahead == 't') ADVANCE(3088); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3098); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3078); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '}') ADVANCE(3120); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '<', 1130, + '=', 1409, + '_', 2300, + 'i', 2320, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(209); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2290); END_STATE(); case 201: - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(1871); - if (lookahead == '\\') ADVANCE(470); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1870); - if (lookahead != 0) ADVANCE(1871); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '<', 1130, + '=', 1409, + '_', 2300, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(210); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2290); END_STATE(); case 202: - if (lookahead == '"') ADVANCE(1883); - if (lookahead == '#') ADVANCE(1876); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '\\') ADVANCE(521); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1875); - if (lookahead != 0) ADVANCE(1876); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '=', 280, + 'B', 1513, + 'b', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + '_', 286, + 'd', 289, + 'e', 440, + 'g', 440, + 'h', 381, + 'i', 324, + 'k', 440, + 'm', 445, + 'n', 391, + 'p', 440, + 's', 317, + 't', 440, + 'u', 391, + 'w', 345, + '{', 1208, + '|', 1108, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(208); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 203: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1536); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(947); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(204) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '=', 2386, + '_', 2391, + 'i', 2411, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(209); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2377); END_STATE(); case 204: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(204) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '=', 2386, + '_', 2391, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(210); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2377); END_STATE(); case 205: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == '_') ADVANCE(326); - if (lookahead == 'a') ADVANCE(399); - if (lookahead == 'c') ADVANCE(417); - if (lookahead == 'd') ADVANCE(366); - if (lookahead == 'e') ADVANCE(475); - if (lookahead == 'm') ADVANCE(419); - if (lookahead == 'u') ADVANCE(444); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(213) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '+', 1446, + '-', 1441, + '.', 1221, + '_', 2391, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(211); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token5_character_set_1, 12, lookahead))) ADVANCE(2377); END_STATE(); case 206: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == '_') ADVANCE(2653); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(218) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2644); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + ',', 1103, + '-', 1142, + ':', 1099, + 'a', 352, + 'c', 373, + 'd', 320, + 'e', 427, + 'h', 341, + 'l', 339, + 'm', 375, + 'n', 319, + 'u', 396, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(206); END_STATE(); case 207: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1503); - if (lookahead == '_') ADVANCE(2653); - if (lookahead == 'i') ADVANCE(2674); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(216) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2644); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '-', 1142, + ':', 1099, + '=', 597, + 'f', 296, + 'i', 358, + 'n', 366, + 't', 387, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(207); END_STATE(); case 208: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1503); - if (lookahead == '_') ADVANCE(2653); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(217) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2644); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + '(', 1106, + '-', 1142, + '=', 280, + 'B', 1513, + 'b', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'd', 289, + 'e', 440, + 'g', 440, + 'h', 381, + 'i', 324, + 'k', 440, + 'm', 445, + 'n', 391, + 'p', 440, + 's', 317, + 't', 440, + 'u', 391, + 'w', 345, + '{', 1208, + '|', 1108, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(208); END_STATE(); case 209: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(287); - if (lookahead == '_') ADVANCE(326); - if (lookahead == 'i') ADVANCE(370); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(215) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '$') ADVANCE(1110); + if (lookahead == '(') ADVANCE(1106); + if (lookahead == '=') ADVANCE(280); + if (lookahead == 'i') ADVANCE(324); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(209); END_STATE(); case 210: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2740); - if (lookahead == '_') ADVANCE(2744); - if (lookahead == 'i') ADVANCE(2765); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(216) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2731); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '$') ADVANCE(1110); + if (lookahead == '(') ADVANCE(1106); + if (lookahead == '=') ADVANCE(280); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(210); END_STATE(); case 211: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2740); - if (lookahead == '_') ADVANCE(2744); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(217) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2731); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '$') ADVANCE(1110); + if (lookahead == '(') ADVANCE(1106); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(211); END_STATE(); case 212: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '_') ADVANCE(2744); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(218) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2731); + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 1222, + ':', 1099, + '=', 280, + ']', 1105, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(217); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 213: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == 'a') ADVANCE(399); - if (lookahead == 'c') ADVANCE(417); - if (lookahead == 'd') ADVANCE(366); - if (lookahead == 'e') ADVANCE(475); - if (lookahead == 'm') ADVANCE(419); - if (lookahead == 'u') ADVANCE(444); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(213) + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 1222, + ':', 1099, + ']', 1105, + '_', 850, + '|', 1108, + 'E', 851, + 'e', 851, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(218); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 214: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == 'f') ADVANCE(335); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'n') ADVANCE(420); - if (lookahead == 't') ADVANCE(433); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(214) + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 1222, + ':', 1099, + ']', 1105, + '|', 1108, + 'E', 851, + 'e', 851, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(218); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 215: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '=') ADVANCE(287); - if (lookahead == 'i') ADVANCE(370); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(215) + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 272, + ':', 1099, + '=', 597, + '?', 1139, + ']', 1105, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(216); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 216: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '=') ADVANCE(287); - if (lookahead == 'i') ADVANCE(370); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(216) + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 272, + ':', 1099, + '=', 597, + ']', 1105, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(216); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 217: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '=') ADVANCE(287); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(217) + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 272, + ':', 1099, + '=', 280, + ']', 1105, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(217); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 218: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(218) + ADVANCE_MAP( + '#', 2745, + '$', 1110, + ')', 1107, + ',', 1103, + '-', 1143, + '.', 272, + ':', 1099, + ']', 1105, + '|', 1108, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(218); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 219: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(287); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(224) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '$') ADVANCE(1110); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == ':') ADVANCE(1099); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(219); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 220: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '_') ADVANCE(947); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(945); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(225) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '$') ADVANCE(1110); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(220); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 221: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(1316); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(945); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(225) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '$') ADVANCE(1110); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(220); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(937); END_STATE(); case 222: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '?') ADVANCE(1233); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(223) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '(') ADVANCE(1405); + if (lookahead == '-') ADVANCE(1441); + if (lookahead == '.') ADVANCE(1221); + if (lookahead == '_') ADVANCE(1451); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1419); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1614); END_STATE(); case 223: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(223) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + ',', 1103, + '-', 281, + '<', 1130, + '=', 597, + '>', 1132, + '@', 1136, + '[', 1102, + ']', 1105, + 'c', 866, + 'e', 897, + 'f', 913, + 'i', 877, + 'l', 868, + 'o', 881, + 'v', 856, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(224); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 224: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(287); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(224) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + ',', 1103, + '-', 281, + '=', 597, + '>', 1132, + '@', 1136, + '[', 1102, + ']', 1105, + 'c', 866, + 'e', 897, + 'f', 913, + 'i', 877, + 'l', 868, + 'o', 881, + 'v', 856, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(224); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 225: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1237); - if (lookahead == '.') ADVANCE(279); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(225) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == ',') ADVANCE(1103); + if (lookahead == ']') ADVANCE(1105); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(225); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1527); END_STATE(); case 226: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(226) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '-') ADVANCE(1441); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1614); END_STATE(); case 227: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(227) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + '.', 1221, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + '_', 2491, + 'd', 2501, + 'e', 2578, + 'g', 2580, + 'h', 2545, + 'i', 2516, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(241); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 228: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(227) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1031); + ADVANCE_MAP( + '#', 2745, + '.', 1221, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + '_', 2491, + 'd', 2501, + 'e', 2578, + 'g', 2580, + 'h', 2545, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(242); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 229: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '(') ADVANCE(1499); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '_') ADVANCE(1545); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1513); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1938); + ADVANCE_MAP( + '#', 2745, + '.', 1221, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'd', 2501, + 'e', 2578, + 'g', 2580, + 'h', 2545, + 'i', 2516, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(241); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 230: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(288); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'c') ADVANCE(967); - if (lookahead == 'e') ADVANCE(998); - if (lookahead == 'f') ADVANCE(1015); - if (lookahead == 'i') ADVANCE(978); - if (lookahead == 'l') ADVANCE(969); - if (lookahead == 'o') ADVANCE(982); - if (lookahead == 'v') ADVANCE(952); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(231) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + '.', 1221, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'd', 2501, + 'e', 2578, + 'g', 2580, + 'h', 2545, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(242); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 231: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(288); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == 'c') ADVANCE(967); - if (lookahead == 'e') ADVANCE(998); - if (lookahead == 'f') ADVANCE(1015); - if (lookahead == 'i') ADVANCE(978); - if (lookahead == 'l') ADVANCE(969); - if (lookahead == 'o') ADVANCE(982); - if (lookahead == 'v') ADVANCE(952); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(231) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + '#', 2745, + '.', 1221, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'd', 2501, + 'e', 2580, + 'g', 2580, + 'h', 2545, + 'i', 2516, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(241); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 232: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(232) - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1851); + ADVANCE_MAP( + '#', 2745, + '.', 1221, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'd', 2501, + 'e', 2580, + 'g', 2580, + 'h', 2545, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(242); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 233: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1938); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '.') ADVANCE(1221); + if (lookahead == '=') ADVANCE(1755); + if (lookahead == '_') ADVANCE(1761); + if (lookahead == 'i') ADVANCE(1774); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(239); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1747); END_STATE(); case 234: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2870); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2931); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(248) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '.') ADVANCE(1221); + if (lookahead == '=') ADVANCE(1755); + if (lookahead == '_') ADVANCE(1761); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(240); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1747); END_STATE(); case 235: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2870); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(249) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '.') ADVANCE(1221); + if (lookahead == '_') ADVANCE(1761); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(248); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1747); END_STATE(); case 236: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2870); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2931); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(248) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '.') ADVANCE(1221); + if (lookahead == '_') ADVANCE(2491); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2487); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 237: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2870); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(249) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '.') ADVANCE(1221); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2487); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 238: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2871); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2931); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(248) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '.') ADVANCE(1221); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 239: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2871); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(249) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '=') ADVANCE(280); + if (lookahead == 'i') ADVANCE(324); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(239); END_STATE(); case 240: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2108); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == 'i') ADVANCE(2127); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(250) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2100); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '=') ADVANCE(280); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(240); END_STATE(); case 241: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '=') ADVANCE(2108); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(251) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2100); + ADVANCE_MAP( + '#', 2745, + '=', 280, + 'B', 1513, + 'b', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'd', 289, + 'e', 440, + 'g', 440, + 'h', 381, + 'i', 324, + 'k', 440, + 'm', 445, + 'n', 391, + 'p', 440, + 's', 317, + 't', 440, + 'u', 391, + 'w', 345, + '|', 1108, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(241); END_STATE(); case 242: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(255) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2100); + ADVANCE_MAP( + '#', 2745, + '=', 280, + 'B', 1513, + 'b', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'd', 289, + 'e', 440, + 'g', 440, + 'h', 381, + 'k', 440, + 'm', 445, + 'n', 391, + 'p', 440, + 's', 317, + 't', 440, + 'u', 391, + 'w', 345, + '|', 1108, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(242); END_STATE(); case 243: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2902); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '#', 2745, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'd', 2501, + 'e', 2580, + 'g', 2580, + 'h', 2545, + 'i', 2516, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(241); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 244: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2902); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + ADVANCE_MAP( + '#', 2745, + '=', 2483, + 'B', 2468, + 'b', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'd', 2501, + 'e', 2580, + 'g', 2580, + 'h', 2545, + 'k', 2580, + 'm', 2584, + 'n', 2550, + 'p', 2580, + 's', 2513, + 't', 2580, + 'u', 2550, + 'w', 2525, + '|', 1108, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(242); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 245: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == 'i') ADVANCE(996); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(246); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); END_STATE(); case 246: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2871); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2931); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(248) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == 'i') ADVANCE(358); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(246); END_STATE(); case 247: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '=') ADVANCE(2837); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2871); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2880); - if (lookahead == 'n') ADVANCE(2962); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2927); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(249) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == 'i') ADVANCE(879); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(247); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); END_STATE(); case 248: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '=') ADVANCE(287); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(370); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(304); - if (lookahead == 'n') ADVANCE(437); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(357); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(248) + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(248); END_STATE(); case 249: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '=') ADVANCE(287); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(297); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(304); - if (lookahead == 'n') ADVANCE(437); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(357); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(249) + if (lookahead == '#') ADVANCE(2745); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); END_STATE(); case 250: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '=') ADVANCE(287); - if (lookahead == 'i') ADVANCE(370); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(250) + if (lookahead == '#') ADVANCE(2745); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1153); END_STATE(); case 251: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '=') ADVANCE(287); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(251) + if (lookahead == '#') ADVANCE(2745); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 252: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == 'i') ADVANCE(1090); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(254) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1167); + if (lookahead == '#') ADVANCE(2752); + if (lookahead == '.') ADVANCE(1225); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1880); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 253: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == 'i') ADVANCE(980); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(253) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1026); + if (lookahead == '#') ADVANCE(2752); + if (lookahead == '=') ADVANCE(1870); + if (lookahead == 'i') ADVANCE(1977); + if (lookahead == '|') ADVANCE(1109); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(239); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 254: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(254) + if (lookahead == '#') ADVANCE(2752); + if (lookahead == '=') ADVANCE(1870); + if (lookahead == '|') ADVANCE(1109); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(240); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 255: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(255) + if (lookahead == '#') ADVANCE(2752); + if (lookahead == '_') ADVANCE(1879); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1880); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1420); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 256: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) + if (lookahead == '#') ADVANCE(2752); + if (lookahead == '{') ADVANCE(1208); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(248); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 257: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1247); + if (lookahead == '#') ADVANCE(2752); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1880); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 258: - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2822); + if (lookahead == '#') ADVANCE(2750); + if (lookahead == '.') ADVANCE(1224); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2665); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2706); END_STATE(); case 259: - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '.') ADVANCE(1319); + if (lookahead == '#') ADVANCE(2750); + if (lookahead == '_') ADVANCE(2667); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2233); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2643); + lookahead == 'e') ADVANCE(2665); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1418); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 260: - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '=') ADVANCE(2224); - if (lookahead == 'i') ADVANCE(2331); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(250) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2643); + if (lookahead == '#') ADVANCE(2750); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2665); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 261: - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '=') ADVANCE(2224); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(251) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2643); + if (lookahead == '#') ADVANCE(2750); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 262: - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '_') ADVANCE(2235); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2233); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1514); - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2643); + if (lookahead == '#') ADVANCE(1554); + if (lookahead == '\'') ADVANCE(1556); + if (lookahead == '(') ADVANCE(1106); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1553); + if (lookahead != 0) ADVANCE(1554); END_STATE(); case 263: - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(255) - if (lookahead != 0 && - lookahead != '"' && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '}') ADVANCE(2643); + if (lookahead == '\'') ADVANCE(1548); + if (lookahead != 0) ADVANCE(263); END_STATE(); case 264: - if (lookahead == '#') ADVANCE(3175); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2233); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2643); + if (lookahead == '-') ADVANCE(295); END_STATE(); case 265: - if (lookahead == '#') ADVANCE(3173); - if (lookahead == '.') ADVANCE(1318); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3120); + if (lookahead == '-') ADVANCE(424); END_STATE(); case 266: - if (lookahead == '#') ADVANCE(3173); - if (lookahead == '_') ADVANCE(3079); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1512); - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3120); + if (lookahead == '-') ADVANCE(337); END_STATE(); case 267: - if (lookahead == '#') ADVANCE(3173); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3080); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3120); + if (lookahead == '-') ADVANCE(368); END_STATE(); case 268: - if (lookahead == '#') ADVANCE(3173); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(256) - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3120); + if (lookahead == '-') ADVANCE(405); END_STATE(); case 269: - if (lookahead == '#') ADVANCE(1878); - if (lookahead == '\'') ADVANCE(1880); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1877); - if (lookahead != 0) ADVANCE(1878); + if (lookahead == '-') ADVANCE(473); END_STATE(); case 270: - if (lookahead == '\'') ADVANCE(1872); - if (lookahead != 0) ADVANCE(270); + if (lookahead == '-') ADVANCE(425); END_STATE(); case 271: - if (lookahead == '-') ADVANCE(329); + if (lookahead == '-') ADVANCE(380); END_STATE(); case 272: - if (lookahead == '-') ADVANCE(384); + if (lookahead == '.') ADVANCE(273); END_STATE(); case 273: - if (lookahead == '-') ADVANCE(472); + if (lookahead == '.') ADVANCE(1137); END_STATE(); case 274: - if (lookahead == '-') ADVANCE(413); + if (lookahead == '2') ADVANCE(461); + if (lookahead == '0' || + lookahead == '1') ADVANCE(467); END_STATE(); case 275: - if (lookahead == '-') ADVANCE(453); + if (lookahead == ':') ADVANCE(470); END_STATE(); case 276: - if (lookahead == '-') ADVANCE(509); + if (lookahead == ':') ADVANCE(471); END_STATE(); case 277: - if (lookahead == '-') ADVANCE(473); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); END_STATE(); case 278: - if (lookahead == '-') ADVANCE(426); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '>') ADVANCE(1210); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 279: - if (lookahead == '.') ADVANCE(280); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 280: - if (lookahead == '.') ADVANCE(1231); + if (lookahead == '>') ADVANCE(1210); END_STATE(); case 281: - if (lookahead == '2') ADVANCE(497); - if (lookahead == '0' || - lookahead == '1') ADVANCE(503); + if (lookahead == '>') ADVANCE(1101); END_STATE(); case 282: - if (lookahead == ':') ADVANCE(506); + if (lookahead == '_') ADVANCE(284); + if (lookahead == 'n') ADVANCE(306); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 283: - if (lookahead == ':') ADVANCE(507); + if (lookahead == '_') ADVANCE(284); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 284: - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); + if (lookahead == '_') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 285: - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '>') ADVANCE(1304); - if (lookahead == '~') ADVANCE(1449); + if (lookahead == '_') ADVANCE(285); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 286: - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); + if (lookahead == '_') ADVANCE(286); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 287: - if (lookahead == '>') ADVANCE(1304); + if (lookahead == '`') ADVANCE(1549); + if (lookahead != 0) ADVANCE(287); END_STATE(); case 288: - if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(401); END_STATE(); case 289: - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(307); - if (lookahead == '_') ADVANCE(325); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(339); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + if (lookahead == 'a') ADVANCE(428); END_STATE(); case 290: - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(307); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(339); + if (lookahead == 'a') ADVANCE(389); END_STATE(); case 291: - if (lookahead == 'B') ADVANCE(1676); - if (lookahead == 'I') ADVANCE(308); - if (lookahead == 'b') ADVANCE(1673); - if (lookahead == 'i') ADVANCE(340); + if (lookahead == 'a') ADVANCE(393); END_STATE(); case 292: - if (lookahead == 'B') ADVANCE(1652); - if (lookahead == 'I') ADVANCE(309); - if (lookahead == 'b') ADVANCE(1649); - if (lookahead == 'i') ADVANCE(341); + if (lookahead == 'a') ADVANCE(413); END_STATE(); case 293: - if (lookahead == 'B') ADVANCE(1664); - if (lookahead == 'I') ADVANCE(310); - if (lookahead == 'b') ADVANCE(1661); - if (lookahead == 'i') ADVANCE(342); + if (lookahead == 'a') ADVANCE(415); END_STATE(); case 294: - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'I') ADVANCE(311); - if (lookahead == 'b') ADVANCE(1697); - if (lookahead == 'i') ADVANCE(343); + if (lookahead == 'a') ADVANCE(414); END_STATE(); case 295: - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'I') ADVANCE(312); - if (lookahead == 'b') ADVANCE(1685); - if (lookahead == 'i') ADVANCE(344); + if (lookahead == 'a') ADVANCE(362); + if (lookahead == 'o') ADVANCE(384); + if (lookahead == 's') ADVANCE(333); + if (lookahead == 'x') ADVANCE(374); END_STATE(); case 296: - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == '_') ADVANCE(325); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); - if (lookahead == 'l') ADVANCE(440); - if (lookahead == 'n') ADVANCE(353); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + if (lookahead == 'a') ADVANCE(355); END_STATE(); case 297: - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); + if (lookahead == 'a') ADVANCE(416); END_STATE(); case 298: - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); - if (lookahead == 'l') ADVANCE(440); - if (lookahead == 'n') ADVANCE(353); + if (lookahead == 'b') ADVANCE(1513); END_STATE(); case 299: - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); - if (lookahead == 'n') ADVANCE(353); + if (lookahead == 'c') ADVANCE(1516); END_STATE(); case 300: - if (lookahead == 'B') ADVANCE(1670); - if (lookahead == 'I') ADVANCE(315); - if (lookahead == 'b') ADVANCE(1667); - if (lookahead == 'i') ADVANCE(316); + if (lookahead == 'c') ADVANCE(331); END_STATE(); case 301: - if (lookahead == 'B') ADVANCE(1646); - if (lookahead == 'I') ADVANCE(317); - if (lookahead == 'b') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(318); + if (lookahead == 'c') ADVANCE(332); END_STATE(); case 302: - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(319); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(320); - if (lookahead == 'o') ADVANCE(350); - if (lookahead == 's') ADVANCE(1616); + if (lookahead == 'c') ADVANCE(323); END_STATE(); case 303: - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(319); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(320); - if (lookahead == 'o') ADVANCE(350); - if (lookahead == 's') ADVANCE(1616); + if (lookahead == 'd') ADVANCE(1376); END_STATE(); case 304: - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(319); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(320); - if (lookahead == 's') ADVANCE(1616); + if (lookahead == 'd') ADVANCE(1298); END_STATE(); case 305: - if (lookahead == 'B') ADVANCE(1694); - if (lookahead == 'I') ADVANCE(321); - if (lookahead == 'b') ADVANCE(1691); - if (lookahead == 'i') ADVANCE(322); + if (lookahead == 'd') ADVANCE(1361); END_STATE(); case 306: - if (lookahead == 'B') ADVANCE(1682); - if (lookahead == 'I') ADVANCE(323); - if (lookahead == 'b') ADVANCE(1679); - if (lookahead == 'i') ADVANCE(324); + if (lookahead == 'd') ADVANCE(395); END_STATE(); case 307: - if (lookahead == 'B') ADVANCE(1838); - if (lookahead == 'b') ADVANCE(1835); + if (lookahead == 'd') ADVANCE(421); END_STATE(); case 308: - if (lookahead == 'B') ADVANCE(1775); - if (lookahead == 'b') ADVANCE(1772); + if (lookahead == 'd') ADVANCE(315); END_STATE(); case 309: - if (lookahead == 'B') ADVANCE(1733); - if (lookahead == 'b') ADVANCE(1730); + if (lookahead == 'e') ADVANCE(1463); END_STATE(); case 310: - if (lookahead == 'B') ADVANCE(1754); - if (lookahead == 'b') ADVANCE(1751); + if (lookahead == 'e') ADVANCE(1471); END_STATE(); case 311: - if (lookahead == 'B') ADVANCE(1817); - if (lookahead == 'b') ADVANCE(1814); + if (lookahead == 'e') ADVANCE(1200); END_STATE(); case 312: - if (lookahead == 'B') ADVANCE(1796); - if (lookahead == 'b') ADVANCE(1793); + if (lookahead == 'e') ADVANCE(1182); END_STATE(); case 313: - if (lookahead == 'B') ADVANCE(1826); - if (lookahead == 'b') ADVANCE(1829); + if (lookahead == 'e') ADVANCE(1125); END_STATE(); case 314: - if (lookahead == 'B') ADVANCE(1823); - if (lookahead == 'b') ADVANCE(1820); + if (lookahead == 'e') ADVANCE(1094); END_STATE(); case 315: - if (lookahead == 'B') ADVANCE(1763); - if (lookahead == 'b') ADVANCE(1766); + if (lookahead == 'e') ADVANCE(1253); END_STATE(); case 316: - if (lookahead == 'B') ADVANCE(1760); - if (lookahead == 'b') ADVANCE(1757); + if (lookahead == 'e') ADVANCE(1089); END_STATE(); case 317: - if (lookahead == 'B') ADVANCE(1721); - if (lookahead == 'b') ADVANCE(1724); + if (lookahead == 'e') ADVANCE(299); END_STATE(); case 318: - if (lookahead == 'B') ADVANCE(1718); - if (lookahead == 'b') ADVANCE(1715); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == 't') ADVANCE(290); END_STATE(); case 319: - if (lookahead == 'B') ADVANCE(1742); - if (lookahead == 'b') ADVANCE(1745); + if (lookahead == 'e') ADVANCE(423); END_STATE(); case 320: - if (lookahead == 'B') ADVANCE(1739); - if (lookahead == 'b') ADVANCE(1736); - if (lookahead == 'n') ADVANCE(1622); + if (lookahead == 'e') ADVANCE(328); END_STATE(); case 321: - if (lookahead == 'B') ADVANCE(1805); - if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'e') ADVANCE(388); END_STATE(); case 322: - if (lookahead == 'B') ADVANCE(1802); - if (lookahead == 'b') ADVANCE(1799); + if (lookahead == 'e') ADVANCE(390); END_STATE(); case 323: - if (lookahead == 'B') ADVANCE(1784); - if (lookahead == 'b') ADVANCE(1787); + if (lookahead == 'e') ADVANCE(351); END_STATE(); case 324: - if (lookahead == 'B') ADVANCE(1781); - if (lookahead == 'b') ADVANCE(1778); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 325: - if (lookahead == '_') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + if (lookahead == 'f') ADVANCE(1194); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 326: - if (lookahead == '_') ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == 'f') ADVANCE(1194); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(448); END_STATE(); case 327: - if (lookahead == '_') ADVANCE(327); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == 'f') ADVANCE(1124); END_STATE(); case 328: - if (lookahead == '`') ADVANCE(1873); - if (lookahead != 0) ADVANCE(328); + if (lookahead == 'f') ADVANCE(1075); END_STATE(); case 329: - if (lookahead == 'a') ADVANCE(403); - if (lookahead == 'o') ADVANCE(430); - if (lookahead == 's') ADVANCE(377); - if (lookahead == 'x') ADVANCE(411); + if (lookahead == 'h') ADVANCE(1350); END_STATE(); case 330: - if (lookahead == 'a') ADVANCE(476); + if (lookahead == 'h') ADVANCE(1345); END_STATE(); case 331: - if (lookahead == 'a') ADVANCE(454); + if (lookahead == 'h') ADVANCE(1234); END_STATE(); case 332: - if (lookahead == 'a') ADVANCE(435); + if (lookahead == 'h') ADVANCE(1203); END_STATE(); case 333: - if (lookahead == 'a') ADVANCE(463); + if (lookahead == 'h') ADVANCE(348); END_STATE(); case 334: - if (lookahead == 'a') ADVANCE(441); + if (lookahead == 'h') ADVANCE(1116); END_STATE(); case 335: - if (lookahead == 'a') ADVANCE(400); + if (lookahead == 'h') ADVANCE(1122); END_STATE(); case 336: - if (lookahead == 'a') ADVANCE(465); + if (lookahead == 'h') ADVANCE(267); END_STATE(); case 337: - if (lookahead == 'a') ADVANCE(460); + if (lookahead == 'i') ADVANCE(356); END_STATE(); case 338: - if (lookahead == 'a') ADVANCE(461); + if (lookahead == 'i') ADVANCE(404); END_STATE(); case 339: - if (lookahead == 'b') ADVANCE(1832); + if (lookahead == 'i') ADVANCE(397); END_STATE(); case 340: - if (lookahead == 'b') ADVANCE(1769); + if (lookahead == 'i') ADVANCE(291); END_STATE(); case 341: - if (lookahead == 'b') ADVANCE(1727); + if (lookahead == 'i') ADVANCE(308); END_STATE(); case 342: - if (lookahead == 'b') ADVANCE(1748); + if (lookahead == 'i') ADVANCE(408); END_STATE(); case 343: - if (lookahead == 'b') ADVANCE(1811); + if (lookahead == 'i') ADVANCE(409); END_STATE(); case 344: - if (lookahead == 'b') ADVANCE(1790); + if (lookahead == 'i') ADVANCE(411); END_STATE(); case 345: - if (lookahead == 'c') ADVANCE(1619); + if (lookahead == 'k') ADVANCE(1516); END_STATE(); case 346: - if (lookahead == 'c') ADVANCE(378); + if (lookahead == 'k') ADVANCE(312); END_STATE(); case 347: - if (lookahead == 'c') ADVANCE(379); + if (lookahead == 'l') ADVANCE(1454); END_STATE(); case 348: - if (lookahead == 'c') ADVANCE(369); + if (lookahead == 'l') ADVANCE(1315); + if (lookahead == 'r') ADVANCE(1320); END_STATE(); case 349: - if (lookahead == 'd') ADVANCE(1470); + if (lookahead == 'l') ADVANCE(392); END_STATE(); case 350: - if (lookahead == 'd') ADVANCE(1392); + if (lookahead == 'l') ADVANCE(347); END_STATE(); case 351: - if (lookahead == 'd') ADVANCE(1455); + if (lookahead == 'l') ADVANCE(353); END_STATE(); case 352: - if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'l') ADVANCE(340); END_STATE(); case 353: - if (lookahead == 'd') ADVANCE(442); + if (lookahead == 'l') ADVANCE(271); END_STATE(); case 354: - if (lookahead == 'd') ADVANCE(362); + if (lookahead == 'l') ADVANCE(316); END_STATE(); case 355: - if (lookahead == 'e') ADVANCE(1557); + if (lookahead == 'l') ADVANCE(394); END_STATE(); case 356: - if (lookahead == 'e') ADVANCE(1565); + if (lookahead == 'n') ADVANCE(1340); END_STATE(); case 357: - if (lookahead == 'e') ADVANCE(345); + if (lookahead == 'n') ADVANCE(303); END_STATE(); case 358: - if (lookahead == 'e') ADVANCE(345); - if (lookahead == 't') ADVANCE(332); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 359: - if (lookahead == 'e') ADVANCE(1294); + if (lookahead == 'n') ADVANCE(1123); END_STATE(); case 360: - if (lookahead == 'e') ADVANCE(1276); + if (lookahead == 'n') ADVANCE(1084); END_STATE(); case 361: - if (lookahead == 'e') ADVANCE(1188); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 362: - if (lookahead == 'e') ADVANCE(1347); + if (lookahead == 'n') ADVANCE(305); END_STATE(); case 363: - if (lookahead == 'e') ADVANCE(1219); + if (lookahead == 'n') ADVANCE(398); END_STATE(); case 364: - if (lookahead == 'e') ADVANCE(1183); + if (lookahead == 'o') ADVANCE(1189); END_STATE(); case 365: - if (lookahead == 'e') ADVANCE(471); - if (lookahead == 'o') ADVANCE(455); + if (lookahead == 'o') ADVANCE(327); END_STATE(); case 366: - if (lookahead == 'e') ADVANCE(374); + if (lookahead == 'o') ADVANCE(400); END_STATE(); case 367: - if (lookahead == 'e') ADVANCE(434); + if (lookahead == 'o') ADVANCE(400); + if (lookahead == 'u') ADVANCE(350); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(453); END_STATE(); case 368: - if (lookahead == 'e') ADVANCE(436); + if (lookahead == 'o') ADVANCE(377); END_STATE(); case 369: - if (lookahead == 'e') ADVANCE(397); + if (lookahead == 'o') ADVANCE(383); END_STATE(); case 370: - if (lookahead == 'f') ADVANCE(1288); + if (lookahead == 'o') ADVANCE(304); END_STATE(); case 371: - if (lookahead == 'f') ADVANCE(1288); - if (lookahead == 'n') ADVANCE(1262); + if (lookahead == 'o') ADVANCE(406); END_STATE(); case 372: - if (lookahead == 'f') ADVANCE(1288); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(484); + if (lookahead == 'o') ADVANCE(406); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 373: - if (lookahead == 'f') ADVANCE(1218); + if (lookahead == 'o') ADVANCE(363); END_STATE(); case 374: - if (lookahead == 'f') ADVANCE(1169); + if (lookahead == 'o') ADVANCE(385); END_STATE(); case 375: - if (lookahead == 'h') ADVANCE(1444); + if (lookahead == 'o') ADVANCE(307); END_STATE(); case 376: - if (lookahead == 'h') ADVANCE(1439); + if (lookahead == 'p') ADVANCE(313); END_STATE(); case 377: - if (lookahead == 'h') ADVANCE(394); + if (lookahead == 'p') ADVANCE(412); END_STATE(); case 378: - if (lookahead == 'h') ADVANCE(1328); + if (lookahead == 'p') ADVANCE(292); END_STATE(); case 379: - if (lookahead == 'h') ADVANCE(1297); + if (lookahead == 'p') ADVANCE(293); END_STATE(); case 380: - if (lookahead == 'h') ADVANCE(1210); + if (lookahead == 'p') ADVANCE(294); END_STATE(); case 381: - if (lookahead == 'h') ADVANCE(1216); + if (lookahead == 'r') ADVANCE(1516); END_STATE(); case 382: - if (lookahead == 'h') ADVANCE(274); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 383: - if (lookahead == 'i') ADVANCE(452); + if (lookahead == 'r') ADVANCE(1383); END_STATE(); case 384: - if (lookahead == 'i') ADVANCE(402); + if (lookahead == 'r') ADVANCE(1371); END_STATE(); case 385: - if (lookahead == 'i') ADVANCE(451); + if (lookahead == 'r') ADVANCE(1366); END_STATE(); case 386: - if (lookahead == 'i') ADVANCE(354); + if (lookahead == 'r') ADVANCE(420); END_STATE(); case 387: - if (lookahead == 'i') ADVANCE(334); + if (lookahead == 'r') ADVANCE(419); END_STATE(); case 388: - if (lookahead == 'i') ADVANCE(445); + if (lookahead == 'r') ADVANCE(359); END_STATE(); case 389: - if (lookahead == 'i') ADVANCE(456); + if (lookahead == 'r') ADVANCE(418); END_STATE(); case 390: - if (lookahead == 'i') ADVANCE(458); + if (lookahead == 'r') ADVANCE(360); END_STATE(); case 391: - if (lookahead == 'k') ADVANCE(1631); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 392: - if (lookahead == 'k') ADVANCE(360); + if (lookahead == 's') ADVANCE(311); END_STATE(); case 393: - if (lookahead == 'l') ADVANCE(1548); + if (lookahead == 's') ADVANCE(592); END_STATE(); case 394: - if (lookahead == 'l') ADVANCE(1409); - if (lookahead == 'r') ADVANCE(1414); + if (lookahead == 's') ADVANCE(310); END_STATE(); case 395: - if (lookahead == 'l') ADVANCE(440); + if (lookahead == 's') ADVANCE(265); END_STATE(); case 396: - if (lookahead == 'l') ADVANCE(393); + if (lookahead == 's') ADVANCE(314); END_STATE(); case 397: - if (lookahead == 'l') ADVANCE(398); + if (lookahead == 's') ADVANCE(402); END_STATE(); case 398: - if (lookahead == 'l') ADVANCE(278); + if (lookahead == 's') ADVANCE(403); END_STATE(); case 399: - if (lookahead == 'l') ADVANCE(387); + if (lookahead == 's') ADVANCE(270); END_STATE(); case 400: - if (lookahead == 'l') ADVANCE(443); + if (lookahead == 't') ADVANCE(1397); END_STATE(); case 401: - if (lookahead == 'l') ADVANCE(364); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 402: - if (lookahead == 'n') ADVANCE(1434); + if (lookahead == 't') ADVANCE(1126); END_STATE(); case 403: - if (lookahead == 'n') ADVANCE(351); + if (lookahead == 't') ADVANCE(612); END_STATE(); case 404: - if (lookahead == 'n') ADVANCE(1262); + if (lookahead == 't') ADVANCE(264); END_STATE(); case 405: - if (lookahead == 'n') ADVANCE(1217); + if (lookahead == 't') ADVANCE(429); END_STATE(); case 406: - if (lookahead == 'n') ADVANCE(1178); + if (lookahead == 't') ADVANCE(266); END_STATE(); case 407: - if (lookahead == 'n') ADVANCE(349); + if (lookahead == 't') ADVANCE(290); END_STATE(); case 408: - if (lookahead == 'n') ADVANCE(353); + if (lookahead == 't') ADVANCE(329); END_STATE(); case 409: - if (lookahead == 'n') ADVANCE(446); + if (lookahead == 't') ADVANCE(330); END_STATE(); case 410: - if (lookahead == 'o') ADVANCE(1283); + if (lookahead == 't') ADVANCE(321); END_STATE(); case 411: - if (lookahead == 'o') ADVANCE(431); + if (lookahead == 't') ADVANCE(336); END_STATE(); case 412: - if (lookahead == 'o') ADVANCE(373); + if (lookahead == 't') ADVANCE(268); END_STATE(); case 413: - if (lookahead == 'o') ADVANCE(424); + if (lookahead == 't') ADVANCE(334); END_STATE(); case 414: - if (lookahead == 'o') ADVANCE(350); + if (lookahead == 't') ADVANCE(335); END_STATE(); case 415: - if (lookahead == 'o') ADVANCE(455); + if (lookahead == 't') ADVANCE(410); END_STATE(); case 416: - if (lookahead == 'o') ADVANCE(455); - if (lookahead == 's') ADVANCE(1607); + if (lookahead == 't') ADVANCE(301); END_STATE(); case 417: - if (lookahead == 'o') ADVANCE(409); + if (lookahead == 't') ADVANCE(322); END_STATE(); case 418: - if (lookahead == 'o') ADVANCE(429); + if (lookahead == 't') ADVANCE(399); END_STATE(); case 419: - if (lookahead == 'o') ADVANCE(352); + if (lookahead == 'u') ADVANCE(309); END_STATE(); case 420: - if (lookahead == 'o') ADVANCE(448); + if (lookahead == 'u') ADVANCE(309); + if (lookahead == 'y') ADVANCE(1229); END_STATE(); case 421: - if (lookahead == 'o') ADVANCE(448); - if (lookahead == 'u') ADVANCE(396); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(489); + if (lookahead == 'u') ADVANCE(354); END_STATE(); case 422: - if (lookahead == 'p') ADVANCE(337); + if (lookahead == 'u') ADVANCE(431); + if (lookahead == 'x') ADVANCE(482); + if (lookahead != 0) ADVANCE(1550); END_STATE(); case 423: - if (lookahead == 'p') ADVANCE(363); + if (lookahead == 'w') ADVANCE(1266); END_STATE(); case 424: - if (lookahead == 'p') ADVANCE(459); + if (lookahead == 'w') ADVANCE(342); END_STATE(); case 425: - if (lookahead == 'p') ADVANCE(333); + if (lookahead == 'w') ADVANCE(343); END_STATE(); case 426: - if (lookahead == 'p') ADVANCE(338); + if (lookahead == 'w') ADVANCE(344); END_STATE(); case 427: - if (lookahead == 'r') ADVANCE(1625); + if (lookahead == 'x') ADVANCE(417); END_STATE(); case 428: - if (lookahead == 'r') ADVANCE(1484); + if (lookahead == 'y') ADVANCE(1516); END_STATE(); case 429: - if (lookahead == 'r') ADVANCE(1477); + if (lookahead == 'y') ADVANCE(376); END_STATE(); case 430: - if (lookahead == 'r') ADVANCE(1465); + if (lookahead == '{') ADVANCE(478); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(477); END_STATE(); case 431: - if (lookahead == 'r') ADVANCE(1460); + if (lookahead == '{') ADVANCE(480); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(483); END_STATE(); case 432: - if (lookahead == 'r') ADVANCE(468); + if (lookahead == '}') ADVANCE(1560); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(432); END_STATE(); case 433: - if (lookahead == 'r') ADVANCE(467); + if (lookahead == '}') ADVANCE(1550); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(433); END_STATE(); case 434: - if (lookahead == 'r') ADVANCE(405); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(453); END_STATE(); case 435: - if (lookahead == 'r') ADVANCE(466); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 436: - if (lookahead == 'r') ADVANCE(406); + ADVANCE_MAP( + 'B', 1513, + 'b', 1513, + 'I', 435, + '_', 284, + 'i', 435, + 'l', 392, + 'n', 306, + '+', 284, + '-', 284, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 437: - if (lookahead == 's') ADVANCE(1607); + ADVANCE_MAP( + 'B', 1513, + 'b', 1513, + 'I', 435, + '_', 284, + 'i', 435, + 'n', 306, + '+', 284, + '-', 284, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 438: - if (lookahead == 's') ADVANCE(1613); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == '_') ADVANCE(284); + if (lookahead == 'i') ADVANCE(298); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 439: - if (lookahead == 's') ADVANCE(1610); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'a') ADVANCE(346); + if (lookahead == 'i') ADVANCE(446); + if (lookahead == 'o') ADVANCE(304); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 440: - if (lookahead == 's') ADVANCE(359); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(435); END_STATE(); case 441: - if (lookahead == 's') ADVANCE(627); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(435); + if (lookahead == 'l') ADVANCE(392); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 442: - if (lookahead == 's') ADVANCE(273); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(435); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 443: - if (lookahead == 's') ADVANCE(356); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(298); END_STATE(); case 444: - if (lookahead == 's') ADVANCE(361); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(446); + if (lookahead == 'o') ADVANCE(304); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 445: - if (lookahead == 's') ADVANCE(449); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(446); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 446: - if (lookahead == 's') ADVANCE(450); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'n') ADVANCE(1516); END_STATE(); case 447: - if (lookahead == 's') ADVANCE(277); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1511); END_STATE(); case 448: - if (lookahead == 't') ADVANCE(1491); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1508); END_STATE(); case 449: - if (lookahead == 't') ADVANCE(1220); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(456); END_STATE(); case 450: - if (lookahead == 't') ADVANCE(647); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(457); END_STATE(); case 451: - if (lookahead == 't') ADVANCE(271); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(447); END_STATE(); case 452: - if (lookahead == 't') ADVANCE(375); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(449); END_STATE(); case 453: - if (lookahead == 't') ADVANCE(477); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1512); END_STATE(); case 454: - if (lookahead == 't') ADVANCE(346); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(448); END_STATE(); case 455: - if (lookahead == 't') ADVANCE(272); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(450); END_STATE(); case 456: - if (lookahead == 't') ADVANCE(376); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(458); END_STATE(); case 457: - if (lookahead == 't') ADVANCE(332); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(459); END_STATE(); case 458: - if (lookahead == 't') ADVANCE(382); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1509); END_STATE(); case 459: - if (lookahead == 't') ADVANCE(275); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1505); END_STATE(); case 460: - if (lookahead == 't') ADVANCE(380); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(1503); END_STATE(); case 461: - if (lookahead == 't') ADVANCE(381); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1532); END_STATE(); case 462: - if (lookahead == 't') ADVANCE(367); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(1504); END_STATE(); case 463: - if (lookahead == 't') ADVANCE(462); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); END_STATE(); case 464: - if (lookahead == 't') ADVANCE(368); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); END_STATE(); case 465: - if (lookahead == 't') ADVANCE(347); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1528); END_STATE(); case 466: - if (lookahead == 't') ADVANCE(447); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1539); END_STATE(); case 467: - if (lookahead == 'u') ADVANCE(355); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); END_STATE(); case 468: - if (lookahead == 'u') ADVANCE(355); - if (lookahead == 'y') ADVANCE(1323); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(269); END_STATE(); case 469: - if (lookahead == 'u') ADVANCE(401); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1538); END_STATE(); case 470: - if (lookahead == 'u') ADVANCE(479); - if (lookahead == 'x') ADVANCE(518); - if (lookahead != 0) ADVANCE(1874); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); END_STATE(); case 471: - if (lookahead == 'w') ADVANCE(1360); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); END_STATE(); case 472: - if (lookahead == 'w') ADVANCE(383); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468); END_STATE(); case 473: - if (lookahead == 'w') ADVANCE(389); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); END_STATE(); case 474: - if (lookahead == 'w') ADVANCE(390); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(275); END_STATE(); case 475: - if (lookahead == 'x') ADVANCE(464); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(474); END_STATE(); case 476: - if (lookahead == 'y') ADVANCE(1628); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1560); END_STATE(); case 477: - if (lookahead == 'y') ADVANCE(423); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(481); END_STATE(); case 478: - if (lookahead == '{') ADVANCE(514); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(513); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(432); END_STATE(); case 479: - if (lookahead == '{') ADVANCE(516); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(519); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1550); END_STATE(); case 480: - if (lookahead == '}') ADVANCE(1884); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(480); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(433); END_STATE(); case 481: - if (lookahead == '}') ADVANCE(1874); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(481); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(476); END_STATE(); case 482: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(489); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(479); END_STATE(); case 483: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1605); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(482); END_STATE(); case 484: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1602); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1502); END_STATE(); case 485: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(492); + if (lookahead != 0 && + lookahead != 'u' && + lookahead != 'x') ADVANCE(1560); + if (lookahead == 'u') ADVANCE(430); + if (lookahead == 'x') ADVANCE(481); END_STATE(); case 486: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(493); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1752, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1422, + ';', 617, + '<', 1331, + '=', 1754, + '>', 1133, + 'I', 1827, + 'N', 1826, + '[', 1102, + '^', 1596, + '_', 1760, + '`', 287, + 'a', 1783, + 'b', 1781, + 'c', 1795, + 'd', 1768, + 'e', 1794, + 'f', 1764, + 'h', 1777, + 'i', 1756, + 'l', 1770, + 'm', 1766, + 'n', 1808, + 'o', 1812, + 'r', 1771, + 's', 1796, + 't', 1811, + 'u', 1819, + 'w', 1775, + 'x', 1809, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(509); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1830); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(1747); END_STATE(); case 487: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(483); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1752, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1423, + ';', 617, + '<', 1331, + '=', 1754, + '>', 1133, + 'I', 1828, + 'N', 1825, + '[', 1102, + '_', 1758, + '`', 287, + 'a', 1786, + 'b', 1778, + 'e', 1750, + 'f', 1763, + 'i', 1757, + 'm', 1799, + 'n', 1810, + 'o', 1748, + 's', 1820, + 't', 1814, + 'x', 1798, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(529); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1747); END_STATE(); case 488: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(485); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1752, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + ';', 617, + '<', 1331, + '=', 1754, + '>', 1133, + '_', 1761, + 'a', 1787, + 'b', 1780, + 'e', 1792, + 'i', 1788, + 'm', 1802, + 'n', 1807, + 'o', 1813, + 's', 1821, + 'x', 1800, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(515); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead != 0 && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '_' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(1747); END_STATE(); case 489: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1606); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1274, + '+', 1309, + ',', 1103, + '-', 1146, + '.', 1221, + '/', 1295, + '0', 1487, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(490); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); + if (lookahead != 0 && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(1594); END_STATE(); case 490: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(484); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1110, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1274, + '+', 1309, + ',', 1103, + '-', 1146, + '.', 1217, + '/', 1295, + '0', 1487, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + 'I', 835, + 'N', 820, + '_', 631, + '`', 287, + 'a', 717, + 'b', 709, + 'c', 647, + 'd', 659, + 'e', 726, + 'f', 745, + 'h', 704, + 'i', 630, + 'l', 660, + 'm', 637, + 'n', 674, + 'o', 760, + 'r', 662, + 's', 742, + 't', 768, + 'u', 779, + 'w', 701, + 'x', 752, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(490); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); + if (lookahead != 0 && + (lookahead < 'A' || '[' < lookahead) && + lookahead != ']' && + (lookahead < '_' || '}' < lookahead)) ADVANCE(1594); END_STATE(); case 491: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(486); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1422, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2470, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '[', 1102, + '^', 1596, + '_', 2490, + '`', 287, + 'a', 2527, + 'b', 2523, + 'c', 2533, + 'd', 2504, + 'e', 2469, + 'f', 2503, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2507, + 'm', 2562, + 'n', 2540, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2565, + 'u', 2552, + 'w', 2517, + 'x', 2541, + '{', 1208, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(508); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 492: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(494); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2493, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2470, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '[', 1102, + '^', 1596, + '_', 2486, + '`', 287, + 'a', 2527, + 'b', 2523, + 'c', 2533, + 'd', 2504, + 'e', 2469, + 'f', 2503, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2507, + 'm', 2562, + 'n', 2540, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2565, + 'u', 2552, + 'w', 2517, + 'x', 2541, + '{', 1208, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(508); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2496); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 493: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(495); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2493, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2568, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '[', 1102, + '^', 1596, + '_', 2486, + '`', 287, + 'a', 2527, + 'b', 2523, + 'c', 2533, + 'd', 2504, + 'e', 2564, + 'f', 2503, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2507, + 'm', 2562, + 'n', 2540, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2565, + 'u', 2552, + 'w', 2517, + 'x', 2541, + '{', 1208, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(508); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2496); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 494: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1603); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1423, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2570, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2488, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2473, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2475, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(528); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 495: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1599); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2494, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2570, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2492, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2473, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2475, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(528); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 496: - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(1597); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2494, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2574, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2492, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2477, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2475, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(528); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 497: - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1856); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 2493, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2588, + 'E', 2568, + 'G', 2568, + 'I', 2585, + 'K', 2568, + 'M', 2568, + 'N', 2554, + 'P', 2568, + 'T', 2568, + '[', 1102, + '^', 1596, + '_', 2486, + '`', 287, + 'a', 2527, + 'b', 2523, + 'c', 2533, + 'd', 2504, + 'e', 2564, + 'f', 2503, + 'g', 2567, + 'h', 2519, + 'i', 2484, + 'k', 2567, + 'l', 2507, + 'm', 2562, + 'n', 2540, + 'o', 2544, + 'p', 2567, + 'r', 2508, + 's', 2515, + 't', 2565, + 'u', 2552, + 'w', 2517, + 'x', 2541, + '{', 1208, + '}', 1209, + 0xb5, 2549, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(508); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2496); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); END_STATE(); case 498: - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1598); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 2494, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2574, + 'G', 2574, + 'I', 2586, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2492, + '`', 287, + 'a', 2528, + 'b', 2520, + 'd', 2499, + 'e', 2477, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'i', 2485, + 'k', 2571, + 'm', 2575, + 'n', 2542, + 'o', 2475, + 'p', 2571, + 's', 2511, + 't', 2573, + 'u', 2550, + 'w', 2525, + 'x', 2534, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(528); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 499: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(283); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + '_', 2491, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(514); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead != 0 && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '_' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 500: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1853); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2579, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2577, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(514); + if (lookahead != 0 && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '`' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 501: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1852); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(514); + if (lookahead != 0 && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '`' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 502: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1863); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2480, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + ';', 617, + '<', 1331, + '=', 2482, + '>', 1133, + 'B', 2468, + 'E', 2582, + 'G', 2582, + 'K', 2582, + 'M', 2582, + 'P', 2582, + 'T', 2582, + 'a', 2529, + 'b', 2522, + 'd', 2501, + 'e', 2581, + 'g', 2580, + 'h', 2545, + 'i', 2530, + 'k', 2580, + 'm', 2583, + 'n', 2539, + 'o', 2546, + 'p', 2580, + 's', 2514, + 't', 2580, + 'u', 2550, + 'w', 2525, + 'x', 2535, + '|', 1108, + '}', 1209, + 0xb5, 2550, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(514); + if (lookahead != 0 && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '`' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2468); END_STATE(); case 503: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1856); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1483, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + '?', 1286, + 'B', 839, + 'E', 828, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 644, + 'e', 824, + 'f', 638, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 661, + 'm', 822, + 'n', 749, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 825, + 'u', 779, + 'w', 693, + 'x', 752, + '{', 1208, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(507); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 504: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1483, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 839, + 'E', 621, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 644, + 'e', 620, + 'f', 638, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 661, + 'm', 822, + 'n', 749, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 825, + 'u', 779, + 'w', 693, + 'x', 752, + '{', 1208, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(508); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 505: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1862); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1422, + ':', 1099, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 839, + 'E', 621, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '[', 1102, + '^', 1596, + '_', 633, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 644, + 'e', 620, + 'f', 638, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 661, + 'm', 822, + 'n', 749, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 825, + 'u', 779, + 'w', 693, + 'x', 752, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(506); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 506: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(499); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1483, + ':', 1099, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 839, + 'E', 828, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 644, + 'e', 824, + 'f', 638, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 661, + 'm', 822, + 'n', 749, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 825, + 'u', 779, + 'w', 693, + 'x', 752, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(506); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 507: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(500); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1483, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + '?', 1286, + 'B', 839, + 'E', 828, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 644, + 'e', 824, + 'f', 638, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 661, + 'm', 822, + 'n', 749, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 825, + 'u', 779, + 'w', 693, + 'x', 752, + '{', 1208, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(507); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 508: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(504); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1483, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 839, + 'E', 828, + 'G', 828, + 'I', 835, + 'K', 828, + 'M', 828, + 'N', 820, + 'P', 828, + 'T', 828, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 644, + 'e', 824, + 'f', 638, + 'g', 827, + 'h', 703, + 'i', 630, + 'k', 827, + 'l', 661, + 'm', 822, + 'n', 749, + 'o', 760, + 'p', 827, + 'r', 662, + 's', 679, + 't', 825, + 'u', 779, + 'w', 693, + 'x', 752, + '{', 1208, + '}', 1209, + 0xb5, 776, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(508); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 509: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(505); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1483, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 718, + 'b', 709, + 'c', 740, + 'd', 659, + 'e', 736, + 'f', 638, + 'h', 704, + 'i', 630, + 'l', 661, + 'm', 642, + 'n', 750, + 'o', 760, + 'r', 662, + 's', 742, + 't', 756, + 'u', 779, + 'w', 694, + 'x', 752, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(509); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 510: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(282); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '#', 2745, + ')', 1107, + '*', 1274, + '+', 1309, + '-', 1145, + '.', 1221, + '/', 1295, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + '?', 1286, + 'E', 283, + '_', 286, + 'a', 357, + 'b', 338, + 'e', 282, + 'i', 358, + 'm', 370, + 'n', 371, + 'o', 382, + 's', 407, + 'x', 369, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(511); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 511: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(510); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '#', 2745, + ')', 1107, + '*', 1274, + '+', 1309, + '-', 1145, + '/', 1295, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + '?', 1286, + 'a', 357, + 'b', 338, + 'e', 361, + 'i', 358, + 'm', 370, + 'n', 371, + 'o', 382, + 's', 407, + 'x', 369, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(511); END_STATE(); case 512: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1884); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + ':', 1099, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + '?', 1286, + 'B', 1513, + 'E', 438, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + '_', 286, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 437, + 'g', 440, + 'h', 381, + 'i', 358, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 513: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(517); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + ':', 1099, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + '?', 1286, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 442, + 'g', 440, + 'h', 381, + 'i', 358, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(513); END_STATE(); case 514: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(480); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'B', 1513, + 'E', 443, + 'G', 443, + 'K', 443, + 'M', 443, + 'P', 443, + 'T', 443, + 'a', 357, + 'b', 1515, + 'd', 289, + 'e', 442, + 'g', 440, + 'h', 381, + 'i', 358, + 'k', 440, + 'm', 444, + 'n', 372, + 'o', 382, + 'p', 440, + 's', 318, + 't', 440, + 'u', 391, + 'w', 345, + 'x', 369, + '|', 1108, + '}', 1209, + 0xb5, 391, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(514); END_STATE(); case 515: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1874); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 277, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + ';', 617, + '<', 1331, + '=', 279, + '>', 1133, + 'a', 357, + 'b', 338, + 'e', 361, + 'i', 358, + 'm', 370, + 'n', 371, + 'o', 382, + 's', 407, + 'x', 369, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(515); END_STATE(); case 516: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(481); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2295, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2302, + ';', 617, + '<', 1131, + '=', 1408, + '>', 1133, + 'I', 2373, + 'N', 2372, + '[', 1102, + '^', 1596, + '_', 2298, + '`', 287, + 'a', 2329, + 'b', 2327, + 'c', 2341, + 'd', 2314, + 'e', 2340, + 'f', 2310, + 'h', 2323, + 'i', 2296, + 'l', 2316, + 'm', 2312, + 'n', 2354, + 'o', 2358, + 'r', 2317, + 's', 2342, + 't', 2357, + 'u', 2365, + 'w', 2321, + 'x', 2355, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(509); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2305); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2376); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2290); END_STATE(); case 517: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(512); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2295, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 2303, + ';', 617, + '<', 1131, + '=', 1408, + '>', 1133, + 'I', 2374, + 'N', 2371, + '[', 1102, + '_', 2301, + '`', 287, + 'a', 2332, + 'b', 2324, + 'e', 2293, + 'f', 2309, + 'i', 2297, + 'm', 2345, + 'n', 2356, + 'o', 2291, + 's', 2366, + 't', 2360, + 'x', 2344, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(529); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2306); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2290); END_STATE(); case 518: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(515); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2295, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '.', 1221, + '/', 1294, + ';', 617, + '<', 1131, + '=', 1408, + '>', 1133, + 'a', 2333, + 'b', 2326, + 'e', 2338, + 'i', 2334, + 'm', 2348, + 'n', 2353, + 'o', 2359, + 's', 2367, + 'x', 2346, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(515); + if (lookahead != 0 && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '`' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2290); END_STATE(); case 519: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(518); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2383, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 2393, + ';', 617, + '<', 1331, + '=', 2385, + '>', 1133, + 'I', 2464, + 'N', 2463, + '[', 1102, + '^', 1596, + '_', 2389, + '`', 287, + 'a', 2420, + 'b', 2418, + 'c', 2432, + 'd', 2405, + 'e', 2431, + 'f', 2401, + 'h', 2414, + 'i', 2387, + 'l', 2407, + 'm', 2403, + 'n', 2445, + 'o', 2449, + 'r', 2408, + 's', 2433, + 't', 2448, + 'u', 2456, + 'w', 2412, + 'x', 2446, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(509); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2396); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2467); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2377); END_STATE(); case 520: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1596); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2383, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 2394, + ';', 617, + '<', 1331, + '=', 2385, + '>', 1133, + 'I', 2465, + 'N', 2462, + '[', 1102, + '_', 2392, + '`', 287, + 'a', 2423, + 'b', 2415, + 'e', 2380, + 'f', 2400, + 'i', 2388, + 'm', 2436, + 'n', 2447, + 'o', 2378, + 's', 2457, + 't', 2451, + 'x', 2435, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(529); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2397); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2377); END_STATE(); case 521: + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 2383, + '#', 2745, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1142, + '/', 1294, + ';', 617, + '<', 1331, + '=', 2385, + '>', 1133, + 'a', 2424, + 'b', 2417, + 'e', 2429, + 'i', 2425, + 'm', 2439, + 'n', 2444, + 'o', 2450, + 's', 2458, + 'x', 2437, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(515); if (lookahead != 0 && - lookahead != 'u' && - lookahead != 'x') ADVANCE(1884); - if (lookahead == 'u') ADVANCE(478); - if (lookahead == 'x') ADVANCE(517); + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && + lookahead != '[' && + lookahead != ']' && + (lookahead < '`' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2377); END_STATE(); case 522: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2181); - if (lookahead == 'N') ADVANCE(2180); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2114); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2136); - if (lookahead == 'b') ADVANCE(2134); - if (lookahead == 'c') ADVANCE(2148); - if (lookahead == 'd') ADVANCE(2121); - if (lookahead == 'e') ADVANCE(2147); - if (lookahead == 'f') ADVANCE(2117); - if (lookahead == 'h') ADVANCE(2130); - if (lookahead == 'i') ADVANCE(2109); - if (lookahead == 'l') ADVANCE(2123); - if (lookahead == 'm') ADVANCE(2119); - if (lookahead == 'n') ADVANCE(2160); - if (lookahead == 'o') ADVANCE(2165); - if (lookahead == 'r') ADVANCE(2124); - if (lookahead == 's') ADVANCE(2149); - if (lookahead == 't') ADVANCE(2164); - if (lookahead == 'u') ADVANCE(2173); - if (lookahead == 'w') ADVANCE(2128); - if (lookahead == 'x') ADVANCE(2161); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(544) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2184); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1861, + '"', 1545, + '#', 2752, + '$', 1113, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1275, + '+', 1311, + '-', 1150, + '.', 1220, + '/', 1296, + '0', 1882, + ';', 617, + '<', 1332, + '=', 1863, + '>', 1134, + 'I', 2261, + 'N', 2251, + '[', 1102, + '^', 1597, + '_', 1875, + '`', 287, + 'a', 2024, + 'b', 1994, + 'c', 2067, + 'd', 1929, + 'e', 2053, + 'f', 1887, + 'h', 2002, + 'i', 1871, + 'l', 1953, + 'm', 1898, + 'n', 2085, + 'o', 2098, + 'r', 1930, + 's', 2068, + 't', 2099, + 'u', 2149, + 'w', 1980, + 'x', 2083, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(509); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2288); if (lookahead != 0 && - lookahead != ']') ADVANCE(2100); + (lookahead < ']' || '{' < lookahead)) ADVANCE(2289); END_STATE(); case 523: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2182); - if (lookahead == 'N') ADVANCE(2179); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2112); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2139); - if (lookahead == 'b') ADVANCE(2131); - if (lookahead == 'e') ADVANCE(2103); - if (lookahead == 'f') ADVANCE(2116); - if (lookahead == 'i') ADVANCE(2110); - if (lookahead == 'm') ADVANCE(2153); - if (lookahead == 'n') ADVANCE(2162); - if (lookahead == 'o') ADVANCE(2101); - if (lookahead == 's') ADVANCE(2174); - if (lookahead == 't') ADVANCE(2167); - if (lookahead == 'x') ADVANCE(2152); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(555) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1861, + '"', 1545, + '#', 2752, + '$', 1113, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1275, + '+', 1311, + '-', 1150, + '.', 1220, + '/', 1296, + '0', 1882, + ';', 617, + '<', 1332, + '=', 1863, + '>', 1134, + 'I', 2262, + 'N', 2252, + '[', 1102, + '_', 1886, + '`', 287, + 'a', 2048, + 'b', 2000, + 'e', 1833, + 'f', 1892, + 'i', 1872, + 'm', 2080, + 'n', 2077, + 'o', 1831, + 's', 2182, + 't', 2115, + 'x', 2079, + '{', 1208, + '|', 1109, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(529); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); if (lookahead != 0 && - lookahead != ']') ADVANCE(2100); + lookahead != ']') ADVANCE(2289); END_STATE(); case 524: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2105); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2107); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '_') ADVANCE(2111); - if (lookahead == 'a') ADVANCE(2145); - if (lookahead == 'b') ADVANCE(2133); - if (lookahead == 'e') ADVANCE(2146); - if (lookahead == 'i') ADVANCE(2142); - if (lookahead == 'm') ADVANCE(2157); - if (lookahead == 'n') ADVANCE(2158); - if (lookahead == 'o') ADVANCE(2166); - if (lookahead == 's') ADVANCE(2176); - if (lookahead == 'x') ADVANCE(2159); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(550) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1861, + '#', 2752, + ')', 1107, + '*', 1275, + '+', 1311, + '-', 1152, + '/', 1296, + ';', 617, + '<', 1332, + '=', 1863, + '>', 1134, + 'a', 2048, + 'b', 2000, + 'e', 2058, + 'i', 2052, + 'm', 2080, + 'n', 2078, + 'o', 2114, + 's', 2182, + 'x', 2079, + '|', 1109, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(515); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && + (lookahead < ' ' || '#' < lookahead) && + (lookahead < '\'' || '+' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2100); + (lookahead < '`' || 'b' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2289); END_STATE(); case 525: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2823); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2906); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2938); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2944); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2824); - if (lookahead == 'f') ADVANCE(2918); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2922); - if (lookahead == 'm') ADVANCE(2849); - if (lookahead == 'n') ADVANCE(2950); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2851); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2932); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1485, + ';', 617, + '<', 1331, + '=', 1633, + '>', 1133, + '?', 1286, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1618, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1616, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(527); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + lookahead != ']') ADVANCE(1746); END_STATE(); case 526: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2908); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2823); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2901); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2938); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2944); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2824); - if (lookahead == 'f') ADVANCE(2918); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2922); - if (lookahead == 'm') ADVANCE(2849); - if (lookahead == 'n') ADVANCE(2950); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2851); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2932); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2911); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1221, + '/', 1294, + '0', 1485, + ';', 617, + '<', 1331, + '=', 1633, + '>', 1133, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1618, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1616, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(529); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + lookahead != ']') ADVANCE(1746); END_STATE(); case 527: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2908); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2838); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2901); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2938); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2944); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2845); - if (lookahead == 'f') ADVANCE(2918); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2922); - if (lookahead == 'm') ADVANCE(2849); - if (lookahead == 'n') ADVANCE(2950); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2851); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2932); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2911); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1485, + ';', 617, + '<', 1331, + '=', 1633, + '>', 1133, + '?', 1286, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1618, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1616, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(527); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + lookahead != ']') ADVANCE(1746); END_STATE(); case 528: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2853); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2904); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2827); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2829); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1485, + ';', 617, + '<', 1331, + '=', 1633, + '>', 1133, + 'B', 1513, + 'E', 1720, + 'G', 1720, + 'I', 1727, + 'K', 1720, + 'M', 1720, + 'N', 1714, + 'P', 1720, + 'T', 1720, + '[', 1102, + '_', 1643, + '`', 287, + 'a', 1672, + 'b', 1514, + 'd', 1644, + 'e', 1620, + 'f', 1645, + 'g', 1719, + 'h', 1684, + 'i', 1638, + 'k', 1719, + 'm', 1721, + 'n', 1682, + 'o', 1616, + 'p', 1719, + 's', 1654, + 't', 1718, + 'u', 1695, + 'w', 1667, + 'x', 1677, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 1695, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(528); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + lookahead != ']') ADVANCE(1746); END_STATE(); case 529: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2853); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2907); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2827); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2829); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '!', 1632, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1273, + '+', 1310, + '-', 1149, + '.', 1217, + '/', 1294, + '0', 1485, + ';', 617, + '<', 1331, + '=', 1633, + '>', 1133, + 'I', 1727, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'a', 1672, + 'b', 1663, + 'e', 1618, + 'f', 1645, + 'i', 1638, + 'm', 1679, + 'n', 1683, + 'o', 1616, + 's', 1699, + 't', 1686, + 'x', 1677, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(529); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + lookahead != ']') ADVANCE(1746); END_STATE(); case 530: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2854); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2907); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2831); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2829); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1272, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1422, + ';', 617, + 'I', 1827, + 'N', 1826, + '[', 1102, + '^', 1596, + '_', 1760, + '`', 287, + 'a', 1784, + 'b', 1816, + 'c', 1795, + 'd', 1768, + 'e', 1817, + 'f', 1764, + 'h', 1777, + 'i', 1773, + 'l', 1770, + 'm', 1765, + 'n', 1805, + 'o', 1824, + 'r', 1771, + 's', 1797, + 't', 1811, + 'u', 1819, + 'w', 1775, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(533); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1830); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + (lookahead < ']' || '{' < lookahead)) ADVANCE(1747); END_STATE(); case 531: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2908); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(2838); - if (lookahead == 'G') ADVANCE(2839); - if (lookahead == 'I') ADVANCE(2969); - if (lookahead == 'K') ADVANCE(2840); - if (lookahead == 'M') ADVANCE(2841); - if (lookahead == 'N') ADVANCE(2968); - if (lookahead == 'P') ADVANCE(2842); - if (lookahead == 'T') ADVANCE(2843); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2901); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2938); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(2944); - if (lookahead == 'd') ADVANCE(2919); - if (lookahead == 'e') ADVANCE(2845); - if (lookahead == 'f') ADVANCE(2918); - if (lookahead == 'g') ADVANCE(2846); - if (lookahead == 'h') ADVANCE(2934); - if (lookahead == 'i') ADVANCE(2899); - if (lookahead == 'k') ADVANCE(2847); - if (lookahead == 'l') ADVANCE(2922); - if (lookahead == 'm') ADVANCE(2849); - if (lookahead == 'n') ADVANCE(2950); - if (lookahead == 'o') ADVANCE(2954); - if (lookahead == 'p') ADVANCE(2850); - if (lookahead == 'r') ADVANCE(2923); - if (lookahead == 's') ADVANCE(2930); - if (lookahead == 't') ADVANCE(2851); - if (lookahead == 'u') ADVANCE(2960); - if (lookahead == 'w') ADVANCE(2932); - if (lookahead == 'x') ADVANCE(2951); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2961); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2911); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(2972); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1272, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 2302, + ';', 617, + '<', 1130, + '=', 1406, + 'I', 2373, + 'N', 2372, + '[', 1102, + '^', 1596, + '_', 2298, + '`', 287, + 'a', 2330, + 'b', 2362, + 'c', 2341, + 'd', 2314, + 'e', 2363, + 'f', 2310, + 'h', 2323, + 'i', 2319, + 'l', 2316, + 'm', 2311, + 'n', 2351, + 'o', 2370, + 'r', 2317, + 's', 2343, + 't', 2357, + 'u', 2365, + 'w', 2321, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(533); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2305); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2376); if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + (lookahead < ']' || '{' < lookahead)) ADVANCE(2290); END_STATE(); case 532: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2854); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'I') ADVANCE(2970); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2907); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2939); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2831); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2900); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2877); - if (lookahead == 'n') ADVANCE(2952); - if (lookahead == 'o') ADVANCE(2829); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2925); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2946); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1272, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(532); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 533: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == '_') ADVANCE(2903); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(549) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1272, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(533); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 534: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2855); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2869); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(549) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1272, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 2393, + ';', 617, + 'I', 2464, + 'N', 2463, + '[', 1102, + '^', 1596, + '_', 2389, + '`', 287, + 'a', 2421, + 'b', 2453, + 'c', 2432, + 'd', 2405, + 'e', 2454, + 'f', 2401, + 'h', 2414, + 'i', 2410, + 'l', 2407, + 'm', 2402, + 'n', 2442, + 'o', 2461, + 'r', 2408, + 's', 2434, + 't', 2448, + 'u', 2456, + 'w', 2412, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(533); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2396); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2467); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + (lookahead < ']' || '{' < lookahead)) ADVANCE(2377); END_STATE(); case 535: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(549) - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1483, + ';', 617, + '?', 1286, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(550); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 536: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2834); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2836); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2856); - if (lookahead == 'G') ADVANCE(2858); - if (lookahead == 'K') ADVANCE(2860); - if (lookahead == 'M') ADVANCE(2862); - if (lookahead == 'P') ADVANCE(2864); - if (lookahead == 'T') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2943); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(2917); - if (lookahead == 'e') ADVANCE(2872); - if (lookahead == 'g') ADVANCE(2874); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'i') ADVANCE(2942); - if (lookahead == 'k') ADVANCE(2876); - if (lookahead == 'm') ADVANCE(2879); - if (lookahead == 'n') ADVANCE(2948); - if (lookahead == 'o') ADVANCE(2956); - if (lookahead == 'p') ADVANCE(2882); - if (lookahead == 's') ADVANCE(2928); - if (lookahead == 't') ADVANCE(2884); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == 'x') ADVANCE(2949); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(549) - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2822); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1483, + ';', 617, + '?', 1286, + 'N', 434, + '[', 1102, + '_', 285, + '`', 287, + 'f', 296, + 'n', 367, + 't', 387, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 454, + 'i', 454, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(551); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); END_STATE(); case 537: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(809); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(710); - if (lookahead == 'n') ADVANCE(823); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(542) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1483, + ';', 617, + 'E', 619, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 618, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 538: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(672); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(822); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(678); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(766); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1422, + ';', 617, + 'E', 619, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 633, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 618, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 539: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(653); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(654); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(822); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(678); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(766); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1422, + ';', 617, + 'I', 1827, + 'N', 1826, + '[', 1102, + '^', 1596, + '_', 1760, + '`', 287, + 'a', 1784, + 'b', 1816, + 'c', 1795, + 'd', 1768, + 'e', 1817, + 'f', 1764, + 'h', 1777, + 'i', 1773, + 'l', 1770, + 'm', 1765, + 'n', 1805, + 'o', 1824, + 'r', 1771, + 's', 1797, + 't', 1811, + 'u', 1819, + 'w', 1775, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1830); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(1747); END_STATE(); case 540: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(653); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(654); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(822); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(678); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(766); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(541) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 2302, + ';', 617, + '<', 1130, + '=', 1406, + 'I', 2373, + 'N', 2372, + '[', 1102, + '^', 1596, + '_', 2298, + '`', 287, + 'a', 2330, + 'b', 2362, + 'c', 2341, + 'd', 2314, + 'e', 2363, + 'f', 2310, + 'h', 2323, + 'i', 2319, + 'l', 2316, + 'm', 2311, + 'n', 2351, + 'o', 2370, + 'r', 2317, + 's', 2343, + 't', 2357, + 'u', 2365, + 'w', 2321, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2305); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2376); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2290); END_STATE(); case 541: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(672); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(822); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(678); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(766); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(541) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1423, + ';', 617, + 'E', 1640, + 'N', 1714, + '[', 1102, + '_', 1642, + '`', 287, + 'e', 1615, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1746); END_STATE(); case 542: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(809); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(710); - if (lookahead == 'n') ADVANCE(823); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(542) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1423, + ';', 617, + 'N', 1825, + '[', 1102, + '_', 1758, + '`', 287, + 'e', 1751, + 'f', 1763, + 'n', 1823, + 'o', 1749, + 't', 1814, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1828, + 'i', 1828, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1747); END_STATE(); case 543: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1642); - if (lookahead == 'E') ADVANCE(665); - if (lookahead == 'G') ADVANCE(666); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'K') ADVANCE(667); - if (lookahead == 'M') ADVANCE(668); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == 'P') ADVANCE(669); - if (lookahead == 'T') ADVANCE(670); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(712); - if (lookahead == 'e') ADVANCE(672); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'g') ADVANCE(673); - if (lookahead == 'h') ADVANCE(776); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'k') ADVANCE(674); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(822); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'p') ADVANCE(677); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(752); - if (lookahead == 't') ADVANCE(678); - if (lookahead == 'u') ADVANCE(850); - if (lookahead == 'w') ADVANCE(766); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(851); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(543) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1423, + ';', 617, + 'B', 2468, + 'b', 2468, + 'E', 2570, + 'G', 2574, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2488, + '`', 287, + 'd', 2499, + 'e', 2474, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'k', 2571, + 'm', 2576, + 'n', 2551, + 'o', 2476, + 'p', 2571, + 's', 2510, + 't', 2573, + 'u', 2550, + 'w', 2525, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + 'I', 2586, + 'i', 2586, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(567); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 544: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(791); - if (lookahead == 'b') ADVANCE(782); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(809); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(698); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(710); - if (lookahead == 'n') ADVANCE(823); - if (lookahead == 'o') ADVANCE(833); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(815); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == 'x') ADVANCE(825); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(544) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 2494, + ';', 617, + 'B', 2468, + 'b', 2468, + 'E', 2570, + 'G', 2574, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2492, + '`', 287, + 'd', 2499, + 'e', 2474, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'k', 2571, + 'm', 2576, + 'n', 2551, + 'o', 2476, + 'p', 2571, + 's', 2510, + 't', 2573, + 'u', 2550, + 'w', 2525, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + 'I', 2586, + 'i', 2586, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(567); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 545: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == '-') ADVANCE(1239); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(415); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(546) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 2494, + ';', 617, + 'B', 2468, + 'b', 2468, + 'E', 2574, + 'G', 2574, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2492, + '`', 287, + 'd', 2499, + 'e', 2478, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'k', 2571, + 'm', 2576, + 'n', 2551, + 'o', 2476, + 'p', 2571, + 's', 2510, + 't', 2573, + 'u', 2550, + 'w', 2525, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + 'I', 2586, + 'i', 2586, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(567); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2468); END_STATE(); case 546: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == '-') ADVANCE(1239); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(415); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(546) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1485, + ';', 617, + '?', 1286, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(562); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1746); END_STATE(); case 547: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(289); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == '_') ADVANCE(326); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'c') ADVANCE(331); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(296); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(548) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1485, + ';', 617, + 'E', 1640, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1615, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1746); END_STATE(); case 548: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'c') ADVANCE(331); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(298); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(548) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1221, + '0', 1485, + ';', 617, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1746); END_STATE(); case 549: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(290); - if (lookahead == 'G') ADVANCE(291); - if (lookahead == 'K') ADVANCE(292); - if (lookahead == 'M') ADVANCE(293); - if (lookahead == 'P') ADVANCE(294); - if (lookahead == 'T') ADVANCE(295); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(1637); - if (lookahead == 'd') ADVANCE(330); - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 'g') ADVANCE(300); - if (lookahead == 'h') ADVANCE(427); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'k') ADVANCE(301); - if (lookahead == 'm') ADVANCE(303); - if (lookahead == 'n') ADVANCE(416); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 'p') ADVANCE(305); - if (lookahead == 's') ADVANCE(358); - if (lookahead == 't') ADVANCE(306); - if (lookahead == 'u') ADVANCE(438); - if (lookahead == 'w') ADVANCE(391); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(439); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(549) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ':', 1099, + ';', 617, + 'I', 454, + 'N', 434, + '[', 1102, + '_', 285, + '`', 287, + 'c', 288, + 'd', 364, + 'e', 349, + 'f', 296, + 'i', 326, + 'm', 297, + 'n', 367, + 't', 386, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(549); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); END_STATE(); case 550: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(284); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(286); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(407); - if (lookahead == 'b') ADVANCE(385); - if (lookahead == 'e') ADVANCE(408); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'm') ADVANCE(414); - if (lookahead == 'n') ADVANCE(415); - if (lookahead == 'o') ADVANCE(428); - if (lookahead == 's') ADVANCE(457); - if (lookahead == 'x') ADVANCE(418); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(550) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + '?', 1286, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(550); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 551: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(1944); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(1940); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(553) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + '?', 1286, + 'N', 434, + '[', 1102, + '_', 285, + '`', 287, + 'f', 296, + 'n', 367, + 't', 387, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 454, + 'i', 454, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(551); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); END_STATE(); case 552: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(1944); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(1940); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(555) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'E', 619, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 618, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 553: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(1944); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(1940); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(553) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 554: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(1963); - if (lookahead == 'G') ADVANCE(1964); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'K') ADVANCE(1965); - if (lookahead == 'M') ADVANCE(1966); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == 'P') ADVANCE(1967); - if (lookahead == 'T') ADVANCE(1968); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(1635); - if (lookahead == 'd') ADVANCE(2001); - if (lookahead == 'e') ADVANCE(1942); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'g') ADVANCE(1971); - if (lookahead == 'h') ADVANCE(2046); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'k') ADVANCE(1972); - if (lookahead == 'm') ADVANCE(1973); - if (lookahead == 'n') ADVANCE(2044); - if (lookahead == 'o') ADVANCE(1940); - if (lookahead == 'p') ADVANCE(1975); - if (lookahead == 's') ADVANCE(2016); - if (lookahead == 't') ADVANCE(1976); - if (lookahead == 'u') ADVANCE(2057); - if (lookahead == 'w') ADVANCE(2029); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2058); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 719, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(554); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 555: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(1956); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(1957); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2080); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2034); - if (lookahead == 'b') ADVANCE(2025); - if (lookahead == 'e') ADVANCE(1944); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'i') ADVANCE(1995); - if (lookahead == 'm') ADVANCE(2041); - if (lookahead == 'n') ADVANCE(2045); - if (lookahead == 'o') ADVANCE(1940); - if (lookahead == 's') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == 'x') ADVANCE(2039); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(555) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'I', 1063, + 'N', 1054, + '[', 1102, + '^', 1596, + '_', 938, + '`', 287, + 'a', 986, + 'b', 1017, + 'c', 1002, + 'd', 950, + 'e', 1019, + 'f', 940, + 'h', 978, + 'i', 973, + 'l', 951, + 'm', 945, + 'n', 1006, + 'o', 1052, + 'r', 952, + 's', 1003, + 't', 1011, + 'u', 1028, + 'w', 976, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(554); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1072); END_STATE(); case 556: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2656); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2727); - if (lookahead == 'N') ADVANCE(2726); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2652); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2683); - if (lookahead == 'b') ADVANCE(2681); - if (lookahead == 'c') ADVANCE(2695); - if (lookahead == 'd') ADVANCE(2668); - if (lookahead == 'e') ADVANCE(2694); - if (lookahead == 'f') ADVANCE(2664); - if (lookahead == 'h') ADVANCE(2677); - if (lookahead == 'i') ADVANCE(2650); - if (lookahead == 'l') ADVANCE(2670); - if (lookahead == 'm') ADVANCE(2666); - if (lookahead == 'n') ADVANCE(2707); - if (lookahead == 'o') ADVANCE(2712); - if (lookahead == 'r') ADVANCE(2671); - if (lookahead == 's') ADVANCE(2696); - if (lookahead == 't') ADVANCE(2711); - if (lookahead == 'u') ADVANCE(2719); - if (lookahead == 'w') ADVANCE(2675); - if (lookahead == 'x') ADVANCE(2708); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(544) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2659); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2730); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2644); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'N', 434, + '[', 1102, + '_', 285, + '`', 287, + 'f', 296, + 'n', 367, + 't', 387, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 454, + 'i', 454, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); END_STATE(); case 557: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2657); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2728); - if (lookahead == 'N') ADVANCE(2725); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2655); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2686); - if (lookahead == 'b') ADVANCE(2678); - if (lookahead == 'e') ADVANCE(2647); - if (lookahead == 'f') ADVANCE(2663); - if (lookahead == 'i') ADVANCE(2651); - if (lookahead == 'm') ADVANCE(2700); - if (lookahead == 'n') ADVANCE(2709); - if (lookahead == 'o') ADVANCE(2645); - if (lookahead == 's') ADVANCE(2720); - if (lookahead == 't') ADVANCE(2714); - if (lookahead == 'x') ADVANCE(2699); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(555) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2660); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2644); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ';', 617, + 'N', 1055, + '[', 1102, + '_', 939, + '`', 287, + 'f', 943, + 'n', 1005, + 't', 1015, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1065, + 'i', 1065, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); END_STATE(); case 558: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2649); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1225); - if (lookahead == '=') ADVANCE(1502); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2692); - if (lookahead == 'b') ADVANCE(2680); - if (lookahead == 'e') ADVANCE(2693); - if (lookahead == 'i') ADVANCE(2689); - if (lookahead == 'm') ADVANCE(2704); - if (lookahead == 'n') ADVANCE(2705); - if (lookahead == 'o') ADVANCE(2713); - if (lookahead == 's') ADVANCE(2722); - if (lookahead == 'x') ADVANCE(2706); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(550) - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2644); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1422, + ';', 617, + 'E', 619, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 633, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 618, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 559: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1207); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == '-') ADVANCE(1244); - if (lookahead == '.') ADVANCE(1314); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '0') ADVANCE(2236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'I') ADVANCE(2615); - if (lookahead == 'N') ADVANCE(2605); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1921); - if (lookahead == '_') ADVANCE(2229); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2378); - if (lookahead == 'b') ADVANCE(2348); - if (lookahead == 'c') ADVANCE(2421); - if (lookahead == 'd') ADVANCE(2283); - if (lookahead == 'e') ADVANCE(2407); - if (lookahead == 'f') ADVANCE(2241); - if (lookahead == 'h') ADVANCE(2356); - if (lookahead == 'i') ADVANCE(2225); - if (lookahead == 'l') ADVANCE(2307); - if (lookahead == 'm') ADVANCE(2252); - if (lookahead == 'n') ADVANCE(2439); - if (lookahead == 'o') ADVANCE(2452); - if (lookahead == 'r') ADVANCE(2284); - if (lookahead == 's') ADVANCE(2422); - if (lookahead == 't') ADVANCE(2453); - if (lookahead == 'u') ADVANCE(2503); - if (lookahead == 'w') ADVANCE(2334); - if (lookahead == 'x') ADVANCE(2437); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(544) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2239); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2642); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 2393, + ';', 617, + 'I', 2464, + 'N', 2463, + '[', 1102, + '^', 1596, + '_', 2389, + '`', 287, + 'a', 2421, + 'b', 2453, + 'c', 2432, + 'd', 2405, + 'e', 2454, + 'f', 2401, + 'h', 2414, + 'i', 2410, + 'l', 2407, + 'm', 2402, + 'n', 2442, + 'o', 2461, + 'r', 2408, + 's', 2434, + 't', 2448, + 'u', 2456, + 'w', 2412, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2396); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2467); if (lookahead != 0 && - lookahead != ']') ADVANCE(2643); + (lookahead < ']' || '{' < lookahead)) ADVANCE(2377); END_STATE(); case 560: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1207); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == '-') ADVANCE(1244); - if (lookahead == '.') ADVANCE(1314); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == '0') ADVANCE(2236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'I') ADVANCE(2616); - if (lookahead == 'N') ADVANCE(2606); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2240); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2402); - if (lookahead == 'b') ADVANCE(2354); - if (lookahead == 'e') ADVANCE(2187); - if (lookahead == 'f') ADVANCE(2246); - if (lookahead == 'i') ADVANCE(2226); - if (lookahead == 'm') ADVANCE(2434); - if (lookahead == 'n') ADVANCE(2431); - if (lookahead == 'o') ADVANCE(2185); - if (lookahead == 's') ADVANCE(2536); - if (lookahead == 't') ADVANCE(2469); - if (lookahead == 'x') ADVANCE(2433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(555) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2239); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1423, + ';', 617, + 'E', 1640, + 'N', 1714, + '[', 1102, + '_', 1642, + '`', 287, + 'e', 1615, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ']') ADVANCE(2643); + lookahead != ']') ADVANCE(1746); END_STATE(); case 561: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2215); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1369); - if (lookahead == '+') ADVANCE(1405); - if (lookahead == '-') ADVANCE(1246); - if (lookahead == '/') ADVANCE(1390); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1426); - if (lookahead == '=') ADVANCE(2217); - if (lookahead == '>') ADVANCE(1228); - if (lookahead == 'a') ADVANCE(2402); - if (lookahead == 'b') ADVANCE(2354); - if (lookahead == 'e') ADVANCE(2412); - if (lookahead == 'i') ADVANCE(2406); - if (lookahead == 'm') ADVANCE(2434); - if (lookahead == 'n') ADVANCE(2432); - if (lookahead == 'o') ADVANCE(2468); - if (lookahead == 's') ADVANCE(2536); - if (lookahead == 'x') ADVANCE(2433); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(550) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 2494, + ';', 617, + 'B', 2468, + 'b', 2468, + 'E', 2574, + 'G', 2574, + 'K', 2574, + 'M', 2574, + 'N', 2553, + 'P', 2574, + 'T', 2574, + '[', 1102, + '_', 2492, + '`', 287, + 'd', 2499, + 'e', 2478, + 'f', 2500, + 'g', 2571, + 'h', 2545, + 'k', 2571, + 'm', 2576, + 'n', 2551, + 'o', 2476, + 'p', 2571, + 's', 2510, + 't', 2573, + 'u', 2550, + 'w', 2525, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 2550, + 'I', 2586, + 'i', 2586, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(567); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2643); + lookahead != ']') ADVANCE(2468); END_STATE(); case 562: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2747); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2818); - if (lookahead == 'N') ADVANCE(2817); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2743); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2774); - if (lookahead == 'b') ADVANCE(2772); - if (lookahead == 'c') ADVANCE(2786); - if (lookahead == 'd') ADVANCE(2759); - if (lookahead == 'e') ADVANCE(2785); - if (lookahead == 'f') ADVANCE(2755); - if (lookahead == 'h') ADVANCE(2768); - if (lookahead == 'i') ADVANCE(2741); - if (lookahead == 'l') ADVANCE(2761); - if (lookahead == 'm') ADVANCE(2757); - if (lookahead == 'n') ADVANCE(2798); - if (lookahead == 'o') ADVANCE(2803); - if (lookahead == 'r') ADVANCE(2762); - if (lookahead == 's') ADVANCE(2787); - if (lookahead == 't') ADVANCE(2802); - if (lookahead == 'u') ADVANCE(2810); - if (lookahead == 'w') ADVANCE(2766); - if (lookahead == 'x') ADVANCE(2799); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(544) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2750); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2821); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ';', 617, + '?', 1286, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(562); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2731); + lookahead != ']') ADVANCE(1746); END_STATE(); case 563: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == '0') ADVANCE(2748); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'I') ADVANCE(2819); - if (lookahead == 'N') ADVANCE(2816); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2746); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2777); - if (lookahead == 'b') ADVANCE(2769); - if (lookahead == 'e') ADVANCE(2734); - if (lookahead == 'f') ADVANCE(2754); - if (lookahead == 'i') ADVANCE(2742); - if (lookahead == 'm') ADVANCE(2791); - if (lookahead == 'n') ADVANCE(2800); - if (lookahead == 'o') ADVANCE(2732); - if (lookahead == 's') ADVANCE(2811); - if (lookahead == 't') ADVANCE(2805); - if (lookahead == 'x') ADVANCE(2790); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(555) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2751); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ';', 617, + 'E', 1640, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1615, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2731); + lookahead != ']') ADVANCE(1746); END_STATE(); case 564: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '!') ADVANCE(2737); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1367); - if (lookahead == '+') ADVANCE(1404); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == '/') ADVANCE(1388); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(2739); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == 'a') ADVANCE(2783); - if (lookahead == 'b') ADVANCE(2771); - if (lookahead == 'e') ADVANCE(2784); - if (lookahead == 'i') ADVANCE(2780); - if (lookahead == 'm') ADVANCE(2795); - if (lookahead == 'n') ADVANCE(2796); - if (lookahead == 'o') ADVANCE(2804); - if (lookahead == 's') ADVANCE(2813); - if (lookahead == 'x') ADVANCE(2797); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(550) + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ';', 617, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && - lookahead != '\'' && - lookahead != '(' && - lookahead != '[' && - lookahead != ']' && - lookahead != '`' && - lookahead != '{') ADVANCE(2731); + lookahead != ']') ADVANCE(1746); END_STATE(); case 565: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1366); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(2181); - if (lookahead == 'N') ADVANCE(2180); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2114); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2137); - if (lookahead == 'b') ADVANCE(2169); - if (lookahead == 'c') ADVANCE(2148); - if (lookahead == 'd') ADVANCE(2121); - if (lookahead == 'e') ADVANCE(2170); - if (lookahead == 'f') ADVANCE(2117); - if (lookahead == 'h') ADVANCE(2130); - if (lookahead == 'i') ADVANCE(2126); - if (lookahead == 'l') ADVANCE(2123); - if (lookahead == 'm') ADVANCE(2118); - if (lookahead == 'n') ADVANCE(2156); - if (lookahead == 'o') ADVANCE(2178); - if (lookahead == 'r') ADVANCE(2124); - if (lookahead == 's') ADVANCE(2150); - if (lookahead == 't') ADVANCE(2164); - if (lookahead == 'u') ADVANCE(2173); - if (lookahead == 'w') ADVANCE(2128); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2184); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ';', 617, + 'N', 1714, + '[', 1102, + '_', 1643, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1681, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(565); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && - lookahead != ']') ADVANCE(2100); + lookahead != ']') ADVANCE(1746); END_STATE(); case 566: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1366); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(2656); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'I') ADVANCE(2727); - if (lookahead == 'N') ADVANCE(2726); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2652); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2684); - if (lookahead == 'b') ADVANCE(2716); - if (lookahead == 'c') ADVANCE(2695); - if (lookahead == 'd') ADVANCE(2668); - if (lookahead == 'e') ADVANCE(2717); - if (lookahead == 'f') ADVANCE(2664); - if (lookahead == 'h') ADVANCE(2677); - if (lookahead == 'i') ADVANCE(2673); - if (lookahead == 'l') ADVANCE(2670); - if (lookahead == 'm') ADVANCE(2665); - if (lookahead == 'n') ADVANCE(2703); - if (lookahead == 'o') ADVANCE(2724); - if (lookahead == 'r') ADVANCE(2671); - if (lookahead == 's') ADVANCE(2697); - if (lookahead == 't') ADVANCE(2711); - if (lookahead == 'u') ADVANCE(2719); - if (lookahead == 'w') ADVANCE(2675); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2659); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2730); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ';', 617, + 'N', 1055, + '[', 1102, + '_', 939, + '`', 287, + 'e', 934, + 'f', 943, + 'n', 1042, + 'o', 933, + 't', 1015, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1065, + 'i', 1065, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); if (lookahead != 0 && - lookahead != ']') ADVANCE(2644); + lookahead != ']') ADVANCE(1746); END_STATE(); case 567: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1366); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(567) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1485, + ';', 617, + 'B', 1513, + 'b', 1513, + 'E', 1720, + 'G', 1720, + 'K', 1720, + 'M', 1720, + 'N', 1714, + 'P', 1720, + 'T', 1720, + '[', 1102, + '_', 1643, + '`', 287, + 'd', 1644, + 'e', 1621, + 'f', 1645, + 'g', 1719, + 'h', 1684, + 'k', 1719, + 'm', 1722, + 'n', 1694, + 'o', 1617, + 'p', 1719, + 's', 1655, + 't', 1718, + 'u', 1695, + 'w', 1667, + '{', 1208, + '|', 1108, + '}', 1209, + 0xb5, 1695, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(567); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1746); END_STATE(); case 568: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1366); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1446, + '-', 1444, + '.', 1221, + '0', 1422, + ';', 617, + '<', 1130, + '=', 1406, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 633, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1432); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 569: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1366); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(2747); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(2818); - if (lookahead == 'N') ADVANCE(2817); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2743); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2775); - if (lookahead == 'b') ADVANCE(2807); - if (lookahead == 'c') ADVANCE(2786); - if (lookahead == 'd') ADVANCE(2759); - if (lookahead == 'e') ADVANCE(2808); - if (lookahead == 'f') ADVANCE(2755); - if (lookahead == 'h') ADVANCE(2768); - if (lookahead == 'i') ADVANCE(2764); - if (lookahead == 'l') ADVANCE(2761); - if (lookahead == 'm') ADVANCE(2756); - if (lookahead == 'n') ADVANCE(2794); - if (lookahead == 'o') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2762); - if (lookahead == 's') ADVANCE(2788); - if (lookahead == 't') ADVANCE(2802); - if (lookahead == 'u') ADVANCE(2810); - if (lookahead == 'w') ADVANCE(2766); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2750); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2821); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1446, + '-', 1444, + '.', 1221, + '0', 1423, + ';', 617, + '<', 1130, + '=', 1406, + 'N', 1714, + '[', 1102, + '_', 1642, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ']') ADVANCE(2731); + lookahead != ']') ADVANCE(1746); END_STATE(); case 570: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(585) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1446, + '-', 1444, + '.', 1221, + '0', 1423, + ';', 617, + '<', 1130, + '=', 1406, + 'N', 2371, + '[', 1102, + '_', 2299, + '`', 287, + 'e', 2294, + 'f', 2309, + 'n', 2369, + 'o', 2292, + 't', 2360, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 2374, + 'i', 2374, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2290); END_STATE(); case 571: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(482); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(327); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(335); - if (lookahead == 'n') ADVANCE(421); - if (lookahead == 't') ADVANCE(433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(490); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(586) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1446, + '-', 1444, + '.', 1221, + '0', 1423, + ';', 617, + 'N', 1714, + '[', 1102, + '_', 1642, + '`', 287, + 'e', 1619, + 'f', 1645, + 'n', 1708, + 'o', 1617, + 't', 1686, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 1727, + 'i', 1727, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(1746); END_STATE(); case 572: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(656); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(655); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1446, + '-', 1444, + '.', 1221, + '0', 1423, + ';', 617, + 'N', 2462, + '[', 1102, + '_', 2390, + '`', 287, + 'e', 2381, + 'f', 2400, + 'n', 2460, + 'o', 2379, + 't', 2451, + '{', 1208, + '|', 1108, + '}', 1209, + 'I', 2465, + 'i', 2465, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); + if (lookahead != 0 && + lookahead != ']') ADVANCE(2377); END_STATE(); case 573: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(656); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(655); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2752, + '$', 1113, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1277, + '+', 1314, + '-', 1150, + '.', 1220, + '0', 1882, + ';', 617, + 'I', 2261, + 'N', 2251, + '[', 1102, + '^', 1597, + '_', 1875, + '`', 287, + 'a', 2025, + 'b', 2122, + 'c', 2067, + 'd', 1929, + 'e', 2123, + 'f', 1887, + 'h', 2002, + 'i', 1974, + 'l', 1953, + 'm', 1899, + 'n', 2089, + 'o', 2218, + 'r', 1930, + 's', 2069, + 't', 2099, + 'u', 2149, + 'w', 1980, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(533); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2288); + if (lookahead != 0 && + (lookahead < ']' || '{' < lookahead)) ADVANCE(2289); END_STATE(); case 574: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(2181); - if (lookahead == 'N') ADVANCE(2180); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2114); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2137); - if (lookahead == 'b') ADVANCE(2169); - if (lookahead == 'c') ADVANCE(2148); - if (lookahead == 'd') ADVANCE(2121); - if (lookahead == 'e') ADVANCE(2170); - if (lookahead == 'f') ADVANCE(2117); - if (lookahead == 'h') ADVANCE(2130); - if (lookahead == 'i') ADVANCE(2126); - if (lookahead == 'l') ADVANCE(2123); - if (lookahead == 'm') ADVANCE(2118); - if (lookahead == 'n') ADVANCE(2156); - if (lookahead == 'o') ADVANCE(2178); - if (lookahead == 'r') ADVANCE(2124); - if (lookahead == 's') ADVANCE(2150); - if (lookahead == 't') ADVANCE(2164); - if (lookahead == 'u') ADVANCE(2173); - if (lookahead == 'w') ADVANCE(2128); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2184); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2752, + '$', 1113, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1314, + '-', 1150, + '.', 1220, + '0', 1882, + ';', 617, + 'I', 2261, + 'N', 2251, + '[', 1102, + '^', 1597, + '_', 1875, + '`', 287, + 'a', 2025, + 'b', 2122, + 'c', 2067, + 'd', 1929, + 'e', 2123, + 'f', 1887, + 'h', 2002, + 'i', 1974, + 'l', 1953, + 'm', 1899, + 'n', 2089, + 'o', 2218, + 'r', 1930, + 's', 2069, + 't', 2099, + 'u', 2149, + 'w', 1980, + '{', 1208, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(553); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2288); if (lookahead != 0 && - lookahead != ']') ADVANCE(2100); + (lookahead < ']' || '{' < lookahead)) ADVANCE(2289); END_STATE(); case 575: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(2656); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'I') ADVANCE(2727); - if (lookahead == 'N') ADVANCE(2726); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2652); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2684); - if (lookahead == 'b') ADVANCE(2716); - if (lookahead == 'c') ADVANCE(2695); - if (lookahead == 'd') ADVANCE(2668); - if (lookahead == 'e') ADVANCE(2717); - if (lookahead == 'f') ADVANCE(2664); - if (lookahead == 'h') ADVANCE(2677); - if (lookahead == 'i') ADVANCE(2673); - if (lookahead == 'l') ADVANCE(2670); - if (lookahead == 'm') ADVANCE(2665); - if (lookahead == 'n') ADVANCE(2703); - if (lookahead == 'o') ADVANCE(2724); - if (lookahead == 'r') ADVANCE(2671); - if (lookahead == 's') ADVANCE(2697); - if (lookahead == 't') ADVANCE(2711); - if (lookahead == 'u') ADVANCE(2719); - if (lookahead == 'w') ADVANCE(2675); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2659); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2730); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '"', 1545, + '#', 2752, + '$', 1113, + '\'', 263, + '(', 1106, + ')', 1107, + '+', 1314, + '-', 1150, + '.', 1220, + '0', 1882, + ';', 617, + 'N', 2252, + '[', 1102, + '_', 1886, + '`', 287, + 'e', 1834, + 'f', 1892, + 'n', 2199, + 'o', 1832, + 't', 2115, + '{', 1208, + '|', 1109, + '}', 1209, + 'I', 2262, + 'i', 2262, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); if (lookahead != 0 && - lookahead != ']') ADVANCE(2644); + lookahead != ']') ADVANCE(2289); END_STATE(); case 576: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2853); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2904); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2828); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2878); - if (lookahead == 'n') ADVANCE(2963); - if (lookahead == 'o') ADVANCE(2830); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2924); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2970); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(598) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '#', 2745, + '$', 1110, + '(', 1106, + ')', 1107, + '+', 1446, + '-', 1441, + '.', 1221, + ';', 617, + '<', 1130, + '=', 1406, + '_', 286, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(577); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 577: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(1997); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1999); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1939); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '\n', 1074, + '#', 2745, + '$', 1110, + '(', 1106, + ')', 1107, + '-', 1142, + ';', 617, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(577); END_STATE(); case 578: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2179); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2112); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(2104); - if (lookahead == 'f') ADVANCE(2116); - if (lookahead == 'n') ADVANCE(2177); - if (lookahead == 'o') ADVANCE(2102); - if (lookahead == 't') ADVANCE(2167); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2182); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2100); + if (eof) ADVANCE(584); + if (lookahead == '\n') ADVANCE(1074); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == ')') ADVANCE(1107); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == ';') ADVANCE(617); + if (lookahead == '|') ADVANCE(1108); + if (lookahead == '}') ADVANCE(1209); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(578); END_STATE(); case 579: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2853); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2907); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2828); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2878); - if (lookahead == 'n') ADVANCE(2963); - if (lookahead == 'o') ADVANCE(2830); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2924); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2970); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(598) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + if (eof) ADVANCE(584); + if (lookahead == '\n') ADVANCE(1074); + if (lookahead == '#') ADVANCE(2745); + if (lookahead == ')') ADVANCE(1107); + if (lookahead == '-') ADVANCE(1142); + if (lookahead == ';') ADVANCE(617); + if (lookahead == '|') ADVANCE(1108); + if (lookahead == '}') ADVANCE(1209); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(578); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); END_STATE(); case 580: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2854); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2907); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2878); - if (lookahead == 'n') ADVANCE(2963); - if (lookahead == 'o') ADVANCE(2830); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2924); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2970); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(598) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '!', 1573, + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1107, + '*', 1274, + '+', 1309, + ',', 1103, + '-', 1148, + '.', 1217, + '/', 1295, + ':', 1099, + ';', 617, + '<', 1331, + '=', 599, + '>', 1133, + '?', 1286, + '@', 1136, + '[', 1102, + ']', 1105, + '^', 1596, + '_', 1216, + '`', 287, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(580); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1590); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); + if (lookahead != 0) ADVANCE(1594); END_STATE(); case 581: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(597) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + ')', 1462, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ':', 1099, + '=', 597, + '>', 1132, + '@', 1136, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(582); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 582: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(1997); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1939); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '"', 1545, + '#', 2745, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + ':', 1099, + '=', 597, + '>', 1132, + '@', 1136, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + '|', 1108, + '}', 1209, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(582); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 583: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + if (eof) ADVANCE(584); + ADVANCE_MAP( + '"', 1545, + '#', 2747, + '$', 1111, + '\'', 263, + '(', 1106, + '+', 1308, + '-', 1149, + '.', 1217, + '0', 1483, + 'I', 835, + 'N', 820, + '[', 1102, + '^', 1596, + '_', 631, + '`', 287, + 'a', 720, + 'b', 764, + 'c', 740, + 'd', 659, + 'e', 766, + 'f', 638, + 'h', 704, + 'i', 690, + 'l', 661, + 'm', 641, + 'n', 746, + 'o', 813, + 'r', 662, + 's', 743, + 't', 756, + 'u', 779, + 'w', 694, + '{', 1208, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(583); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); END_STATE(); case 584: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(490); - if (lookahead == 'N') ADVANCE(482); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(327); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'c') ADVANCE(331); - if (lookahead == 'd') ADVANCE(410); - if (lookahead == 'e') ADVANCE(395); - if (lookahead == 'f') ADVANCE(335); - if (lookahead == 'i') ADVANCE(372); - if (lookahead == 'm') ADVANCE(336); - if (lookahead == 'n') ADVANCE(421); - if (lookahead == 't') ADVANCE(432); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(584) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 585: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(585) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_POUND_BANG); END_STATE(); case 586: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(482); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(327); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(335); - if (lookahead == 'n') ADVANCE(421); - if (lookahead == 't') ADVANCE(433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(490); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(586) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); + ACCEPT_TOKEN(aux_sym_shebang_token1); END_STATE(); case 587: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(656); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(655); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_shebang_token1); + if (lookahead == '\n') ADVANCE(587); + if (lookahead == '#') ADVANCE(2746); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(5); + if (lookahead != 0) ADVANCE(6); END_STATE(); case 588: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_export); + if (lookahead == '-') ADVANCE(1968); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 589: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(792); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(589) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_export); + if (lookahead == '-') ADVANCE(683); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 590: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(1157); - if (lookahead == 'N') ADVANCE(1148); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(1032); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(1080); - if (lookahead == 'b') ADVANCE(1111); - if (lookahead == 'c') ADVANCE(1096); - if (lookahead == 'd') ADVANCE(1044); - if (lookahead == 'e') ADVANCE(1113); - if (lookahead == 'f') ADVANCE(1034); - if (lookahead == 'h') ADVANCE(1072); - if (lookahead == 'i') ADVANCE(1067); - if (lookahead == 'l') ADVANCE(1045); - if (lookahead == 'm') ADVANCE(1039); - if (lookahead == 'n') ADVANCE(1100); - if (lookahead == 'o') ADVANCE(1146); - if (lookahead == 'r') ADVANCE(1046); - if (lookahead == 's') ADVANCE(1097); - if (lookahead == 't') ADVANCE(1105); - if (lookahead == 'u') ADVANCE(1122); - if (lookahead == 'w') ADVANCE(1070); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(589) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(anon_sym_export); + if (lookahead == '-') ADVANCE(1966); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 591: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(482); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(327); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(335); - if (lookahead == 'n') ADVANCE(421); - if (lookahead == 't') ADVANCE(433); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(490); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(591) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); + ACCEPT_TOKEN(anon_sym_export); + if (lookahead == '-') ADVANCE(968); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); case 592: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(1149); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1033); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'f') ADVANCE(1037); - if (lookahead == 'n') ADVANCE(1099); - if (lookahead == 't') ADVANCE(1109); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1159); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(591) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1167); + ACCEPT_TOKEN(anon_sym_alias); END_STATE(); case 593: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(656); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(655); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_alias); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 594: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(2747); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(2818); - if (lookahead == 'N') ADVANCE(2817); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(2743); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2775); - if (lookahead == 'b') ADVANCE(2807); - if (lookahead == 'c') ADVANCE(2786); - if (lookahead == 'd') ADVANCE(2759); - if (lookahead == 'e') ADVANCE(2808); - if (lookahead == 'f') ADVANCE(2755); - if (lookahead == 'h') ADVANCE(2768); - if (lookahead == 'i') ADVANCE(2764); - if (lookahead == 'l') ADVANCE(2761); - if (lookahead == 'm') ADVANCE(2756); - if (lookahead == 'n') ADVANCE(2794); - if (lookahead == 'o') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2762); - if (lookahead == 's') ADVANCE(2788); - if (lookahead == 't') ADVANCE(2802); - if (lookahead == 'u') ADVANCE(2810); - if (lookahead == 'w') ADVANCE(2766); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2750); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2821); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2731); + ACCEPT_TOKEN(anon_sym_alias); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); case 595: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(1997); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1999); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1939); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_alias); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 596: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(2909); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(2854); - if (lookahead == 'G') ADVANCE(2857); - if (lookahead == 'K') ADVANCE(2859); - if (lookahead == 'M') ADVANCE(2861); - if (lookahead == 'N') ADVANCE(2967); - if (lookahead == 'P') ADVANCE(2863); - if (lookahead == 'T') ADVANCE(2865); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2907); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2914); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'f') ADVANCE(2915); - if (lookahead == 'g') ADVANCE(2873); - if (lookahead == 'h') ADVANCE(2955); - if (lookahead == 'k') ADVANCE(2875); - if (lookahead == 'm') ADVANCE(2878); - if (lookahead == 'n') ADVANCE(2963); - if (lookahead == 'o') ADVANCE(2830); - if (lookahead == 'p') ADVANCE(2881); - if (lookahead == 's') ADVANCE(2924); - if (lookahead == 't') ADVANCE(2883); - if (lookahead == 'u') ADVANCE(2964); - if (lookahead == 'w') ADVANCE(2935); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2965); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2970); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(598) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2912); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2822); + ACCEPT_TOKEN(anon_sym_alias); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 597: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(597) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 598: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'B') ADVANCE(1640); - if (lookahead == 'E') ADVANCE(1963); - if (lookahead == 'G') ADVANCE(1964); - if (lookahead == 'K') ADVANCE(1965); - if (lookahead == 'M') ADVANCE(1966); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == 'P') ADVANCE(1967); - if (lookahead == 'T') ADVANCE(1968); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'd') ADVANCE(2001); - if (lookahead == 'e') ADVANCE(1943); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'g') ADVANCE(1971); - if (lookahead == 'h') ADVANCE(2046); - if (lookahead == 'k') ADVANCE(1972); - if (lookahead == 'm') ADVANCE(1974); - if (lookahead == 'n') ADVANCE(2056); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 'p') ADVANCE(1975); - if (lookahead == 's') ADVANCE(2017); - if (lookahead == 't') ADVANCE(1976); - if (lookahead == 'u') ADVANCE(2057); - if (lookahead == 'w') ADVANCE(2029); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(2058); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(598) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '>') ADVANCE(1210); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 599: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'E') ADVANCE(1997); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1939); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 600: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == '-') ADVANCE(680); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 601: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2000); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2043); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(601) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == '-') ADVANCE(1959); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 602: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1579); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(1149); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1033); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1028); - if (lookahead == 'f') ADVANCE(1037); - if (lookahead == 'n') ADVANCE(1136); - if (lookahead == 'o') ADVANCE(1027); - if (lookahead == 't') ADVANCE(1109); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1159); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1593); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(1167); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == '-') ADVANCE(1961); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 603: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1516); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(701); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1526); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == '-') ADVANCE(965); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); case 604: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1999); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_let_DASHenv); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 605: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == 'N') ADVANCE(2725); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2654); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(2648); - if (lookahead == 'f') ADVANCE(2663); - if (lookahead == 'n') ADVANCE(2723); - if (lookahead == 'o') ADVANCE(2646); - if (lookahead == 't') ADVANCE(2714); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2728); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2644); + ACCEPT_TOKEN(anon_sym_let_DASHenv); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); case 606: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2077); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(1999); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(1945); - if (lookahead == 'f') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2071); - if (lookahead == 'o') ADVANCE(1941); - if (lookahead == 't') ADVANCE(2048); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2080); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2099); + ACCEPT_TOKEN(anon_sym_let_DASHenv); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 607: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1538); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == '0') ADVANCE(1517); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2816); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2745); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(2735); - if (lookahead == 'f') ADVANCE(2754); - if (lookahead == 'n') ADVANCE(2814); - if (lookahead == 'o') ADVANCE(2733); - if (lookahead == 't') ADVANCE(2805); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2819); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1527); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2731); + ACCEPT_TOKEN(anon_sym_let_DASHenv); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 608: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1207); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1371); - if (lookahead == '+') ADVANCE(1408); - if (lookahead == '-') ADVANCE(1244); - if (lookahead == '.') ADVANCE(1314); - if (lookahead == '0') ADVANCE(2236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(2615); - if (lookahead == 'N') ADVANCE(2605); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1921); - if (lookahead == '_') ADVANCE(2229); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2379); - if (lookahead == 'b') ADVANCE(2476); - if (lookahead == 'c') ADVANCE(2421); - if (lookahead == 'd') ADVANCE(2283); - if (lookahead == 'e') ADVANCE(2477); - if (lookahead == 'f') ADVANCE(2241); - if (lookahead == 'h') ADVANCE(2356); - if (lookahead == 'i') ADVANCE(2328); - if (lookahead == 'l') ADVANCE(2307); - if (lookahead == 'm') ADVANCE(2253); - if (lookahead == 'n') ADVANCE(2443); - if (lookahead == 'o') ADVANCE(2572); - if (lookahead == 'r') ADVANCE(2284); - if (lookahead == 's') ADVANCE(2423); - if (lookahead == 't') ADVANCE(2453); - if (lookahead == 'u') ADVANCE(2503); - if (lookahead == 'w') ADVANCE(2334); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2239); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2642); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2643); + ACCEPT_TOKEN(anon_sym_mut); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 609: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1207); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1408); - if (lookahead == '-') ADVANCE(1244); - if (lookahead == '.') ADVANCE(1314); - if (lookahead == '0') ADVANCE(2236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'I') ADVANCE(2615); - if (lookahead == 'N') ADVANCE(2605); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1921); - if (lookahead == '_') ADVANCE(2229); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(2379); - if (lookahead == 'b') ADVANCE(2476); - if (lookahead == 'c') ADVANCE(2421); - if (lookahead == 'd') ADVANCE(2283); - if (lookahead == 'e') ADVANCE(2477); - if (lookahead == 'f') ADVANCE(2241); - if (lookahead == 'h') ADVANCE(2356); - if (lookahead == 'i') ADVANCE(2328); - if (lookahead == 'l') ADVANCE(2307); - if (lookahead == 'm') ADVANCE(2253); - if (lookahead == 'n') ADVANCE(2443); - if (lookahead == 'o') ADVANCE(2572); - if (lookahead == 'r') ADVANCE(2284); - if (lookahead == 's') ADVANCE(2423); - if (lookahead == 't') ADVANCE(2453); - if (lookahead == 'u') ADVANCE(2503); - if (lookahead == 'w') ADVANCE(2334); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(588) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2239); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(2642); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2643); + ACCEPT_TOKEN(anon_sym_mut); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); case 610: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3175); - if (lookahead == '$') ADVANCE(1207); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1408); - if (lookahead == '-') ADVANCE(1244); - if (lookahead == '.') ADVANCE(1314); - if (lookahead == '0') ADVANCE(2236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == 'N') ADVANCE(2606); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '_') ADVANCE(2240); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'e') ADVANCE(2188); - if (lookahead == 'f') ADVANCE(2246); - if (lookahead == 'n') ADVANCE(2553); - if (lookahead == 'o') ADVANCE(2186); - if (lookahead == 't') ADVANCE(2469); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1203); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2616); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(600) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2239); - if (lookahead != 0 && - lookahead != ']') ADVANCE(2643); + ACCEPT_TOKEN(anon_sym_mut); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 611: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '+') ADVANCE(1540); - if (lookahead == '-') ADVANCE(1535); - if (lookahead == '.') ADVANCE(1315); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1224); - if (lookahead == '=') ADVANCE(1500); - if (lookahead == '_') ADVANCE(326); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(612) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(anon_sym_mut); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 612: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1204); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(612) + ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 613: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(613) + ACCEPT_TOKEN(anon_sym_const); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 614: - if (eof) ADVANCE(619); - if (lookahead == '\n') ADVANCE(1168); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '-') ADVANCE(1236); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(613) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1167); + ACCEPT_TOKEN(anon_sym_const); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); case 615: - if (eof) ADVANCE(619); - if (lookahead == '!') ADVANCE(1897); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1201); - if (lookahead == '*') ADVANCE(1368); - if (lookahead == '+') ADVANCE(1403); - if (lookahead == ',') ADVANCE(1197); - if (lookahead == '-') ADVANCE(1242); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '/') ADVANCE(1389); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == ';') ADVANCE(652); - if (lookahead == '<') ADVANCE(1425); - if (lookahead == '=') ADVANCE(634); - if (lookahead == '>') ADVANCE(1227); - if (lookahead == '?') ADVANCE(1380); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == ']') ADVANCE(1199); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(1310); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'b') ADVANCE(1639); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == 181) ADVANCE(1001); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(615) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1914); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(1026); - if (lookahead != 0) ADVANCE(1918); + ACCEPT_TOKEN(anon_sym_const); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 616: - if (eof) ADVANCE(619); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == ')') ADVANCE(1556); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(617) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_const); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 617: - if (eof) ADVANCE(619); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3168); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == ':') ADVANCE(1193); - if (lookahead == '=') ADVANCE(632); - if (lookahead == '>') ADVANCE(1226); - if (lookahead == '@') ADVANCE(1230); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '|') ADVANCE(1202); - if (lookahead == '}') ADVANCE(1303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(617) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 618: - if (eof) ADVANCE(619); - if (lookahead == '"') ADVANCE(1869); - if (lookahead == '#') ADVANCE(3170); - if (lookahead == '$') ADVANCE(1205); - if (lookahead == '\'') ADVANCE(270); - if (lookahead == '(') ADVANCE(1200); - if (lookahead == '+') ADVANCE(1402); - if (lookahead == '-') ADVANCE(1243); - if (lookahead == '.') ADVANCE(1311); - if (lookahead == '0') ADVANCE(1577); - if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'N') ADVANCE(894); - if (lookahead == '[') ADVANCE(1196); - if (lookahead == '^') ADVANCE(1920); - if (lookahead == '_') ADVANCE(699); - if (lookahead == '`') ADVANCE(328); - if (lookahead == 'a') ADVANCE(793); - if (lookahead == 'b') ADVANCE(837); - if (lookahead == 'c') ADVANCE(813); - if (lookahead == 'd') ADVANCE(732); - if (lookahead == 'e') ADVANCE(839); - if (lookahead == 'f') ADVANCE(706); - if (lookahead == 'h') ADVANCE(777); - if (lookahead == 'i') ADVANCE(763); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'm') ADVANCE(709); - if (lookahead == 'n') ADVANCE(819); - if (lookahead == 'o') ADVANCE(887); - if (lookahead == 'r') ADVANCE(735); - if (lookahead == 's') ADVANCE(816); - if (lookahead == 't') ADVANCE(829); - if (lookahead == 'u') ADVANCE(853); - if (lookahead == 'w') ADVANCE(767); - if (lookahead == '{') ADVANCE(1302); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(618) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1591); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '+') ADVANCE(284); + if (lookahead == '-') ADVANCE(632); + if (lookahead == '_') ADVANCE(632); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 619: - ACCEPT_TOKEN(ts_builtin_sym_end); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '+') ADVANCE(284); + if (lookahead == '-') ADVANCE(632); + if (lookahead == '_') ADVANCE(632); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 620: - ACCEPT_TOKEN(anon_sym_POUND_BANG); + ACCEPT_TOKEN(sym_cmd_identifier); + ADVANCE_MAP( + '+', 284, + '-', 632, + 'B', 839, + 'b', 839, + 'I', 830, + '_', 632, + 'i', 830, + 'n', 658, + 'r', 769, + 'x', 755, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 621: - ACCEPT_TOKEN(aux_sym_shebang_token1); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '+') ADVANCE(284); + if (lookahead == '-') ADVANCE(632); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(632); + if (lookahead == 'i') ADVANCE(648); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 622: - ACCEPT_TOKEN(aux_sym_shebang_token1); - if (lookahead == '\n') ADVANCE(622); - if (lookahead == '#') ADVANCE(3169); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(7); - if (lookahead != 0) ADVANCE(8); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '+') ADVANCE(1575); + if (lookahead == '-') ADVANCE(632); + if (lookahead == '_') ADVANCE(632); + if (lookahead == 'l') ADVANCE(784); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 623: - ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(2322); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '+') ADVANCE(1575); + if (lookahead == '-') ADVANCE(632); + if (lookahead == '_') ADVANCE(632); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 624: - ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(756); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + ADVANCE_MAP( + '+', 1575, + '-', 632, + 'B', 839, + 'b', 839, + 'I', 830, + '_', 632, + 'i', 830, + 'l', 784, + 'n', 658, + 'r', 769, + 'x', 755, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(2320); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '+') ADVANCE(1575); + if (lookahead == '-') ADVANCE(632); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(632); + if (lookahead == 'i') ADVANCE(648); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 626: - ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(1062); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '-') ADVANCE(645); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 627: - ACCEPT_TOKEN(anon_sym_alias); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '-') ADVANCE(815); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 628: - ACCEPT_TOKEN(anon_sym_alias); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '-') ADVANCE(710); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 629: - ACCEPT_TOKEN(anon_sym_alias); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '-') ADVANCE(816); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 630: - ACCEPT_TOKEN(anon_sym_alias); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_alias); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '_') ADVANCE(631); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 632: - ACCEPT_TOKEN(anon_sym_EQ); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '_') ADVANCE(632); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '>') ADVANCE(1304); - if (lookahead == '~') ADVANCE(1449); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == '_') ADVANCE(633); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 634: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(713); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(753); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(819); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(2313); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(714); + if (lookahead == 'o') ADVANCE(656); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(2315); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(714); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(1059); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(725); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 639: - ACCEPT_TOKEN(anon_sym_let_DASHenv); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(725); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_let_DASHenv); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(777); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 641: - ACCEPT_TOKEN(anon_sym_let_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(656); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_let_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 643: - ACCEPT_TOKEN(anon_sym_mut); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(787); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 644: - ACCEPT_TOKEN(anon_sym_mut); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(817); + if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 645: - ACCEPT_TOKEN(anon_sym_mut); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(738); + if (lookahead == 'o') ADVANCE(762); + if (lookahead == 's') ADVANCE(697); + if (lookahead == 'x') ADVANCE(753); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 646: - ACCEPT_TOKEN(anon_sym_mut); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(774); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 647: - ACCEPT_TOKEN(anon_sym_const); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'a') ADVANCE(800); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_const); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'b') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 649: - ACCEPT_TOKEN(anon_sym_const); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'c') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 650: - ACCEPT_TOKEN(anon_sym_const); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'c') ADVANCE(695); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 651: - ACCEPT_TOKEN(anon_sym_const); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'c') ADVANCE(696); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 652: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(sym_cmd_identifier); + if (lookahead == 'c') ADVANCE(670); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 653: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(325); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1714); - if (lookahead == 'I') ADVANCE(680); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1711); - if (lookahead == 'i') ADVANCE(716); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'd') ADVANCE(1380); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 654: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(325); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'd') ADVANCE(1301); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 655: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(325); - if (lookahead == '-') ADVANCE(700); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'd') ADVANCE(1363); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 656: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(325); - if (lookahead == '-') ADVANCE(700); - if (lookahead == '_') ADVANCE(700); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'd') ADVANCE(808); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 657: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1899); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1714); - if (lookahead == 'I') ADVANCE(680); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1711); - if (lookahead == 'i') ADVANCE(716); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'd') ADVANCE(664); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 658: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1899); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'd') ADVANCE(778); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 659: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1899); - if (lookahead == '-') ADVANCE(700); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 660: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1899); - if (lookahead == '-') ADVANCE(700); - if (lookahead == '_') ADVANCE(700); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'i') ADVANCE(783); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 661: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(713); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 662: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(889); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(692); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 663: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(783); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1097); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 664: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(890); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1255); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 665: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1714); - if (lookahead == 'I') ADVANCE(680); - if (lookahead == 'b') ADVANCE(1711); - if (lookahead == 'i') ADVANCE(716); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1467); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 666: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1678); - if (lookahead == 'I') ADVANCE(681); - if (lookahead == 'b') ADVANCE(1675); - if (lookahead == 'i') ADVANCE(717); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1475); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 667: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1654); - if (lookahead == 'I') ADVANCE(682); - if (lookahead == 'b') ADVANCE(1651); - if (lookahead == 'i') ADVANCE(718); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1284); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 668: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1666); - if (lookahead == 'I') ADVANCE(683); - if (lookahead == 'b') ADVANCE(1663); - if (lookahead == 'i') ADVANCE(719); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1187); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 669: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1702); - if (lookahead == 'I') ADVANCE(684); - if (lookahead == 'b') ADVANCE(1699); - if (lookahead == 'i') ADVANCE(720); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1092); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 670: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1690); - if (lookahead == 'I') ADVANCE(685); - if (lookahead == 'b') ADVANCE(1687); - if (lookahead == 'i') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1242); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 671: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1162); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 672: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(789); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 673: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1672); - if (lookahead == 'I') ADVANCE(688); - if (lookahead == 'b') ADVANCE(1669); - if (lookahead == 'i') ADVANCE(689); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 674: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1648); - if (lookahead == 'I') ADVANCE(690); - if (lookahead == 'b') ADVANCE(1645); - if (lookahead == 'i') ADVANCE(691); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 675: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1660); - if (lookahead == 'I') ADVANCE(692); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'b') ADVANCE(1657); - if (lookahead == 'i') ADVANCE(693); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 's') ADVANCE(1618); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 676: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1660); - if (lookahead == 'I') ADVANCE(692); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'b') ADVANCE(1657); - if (lookahead == 'i') ADVANCE(693); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 's') ADVANCE(1618); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1202); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 677: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1696); - if (lookahead == 'I') ADVANCE(694); - if (lookahead == 'b') ADVANCE(1693); - if (lookahead == 'i') ADVANCE(695); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(1184); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 678: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1684); - if (lookahead == 'I') ADVANCE(696); - if (lookahead == 'b') ADVANCE(1681); - if (lookahead == 'i') ADVANCE(697); - if (lookahead == 'r') ADVANCE(878); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(634); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 679: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1684); - if (lookahead == 'I') ADVANCE(696); - if (lookahead == 'b') ADVANCE(1681); - if (lookahead == 'i') ADVANCE(697); - if (lookahead == 'r') ADVANCE(891); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(649); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 't') ADVANCE(646); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 680: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1840); - if (lookahead == 'b') ADVANCE(1837); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(732); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 681: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1777); - if (lookahead == 'b') ADVANCE(1774); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(771); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 682: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1735); - if (lookahead == 'b') ADVANCE(1732); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(733); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 683: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1756); - if (lookahead == 'b') ADVANCE(1753); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(735); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 684: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1819); - if (lookahead == 'b') ADVANCE(1816); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(737); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 685: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1798); - if (lookahead == 'b') ADVANCE(1795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(767); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 686: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1828); - if (lookahead == 'b') ADVANCE(1831); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(759); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 687: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1825); - if (lookahead == 'b') ADVANCE(1822); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(799); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 688: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1765); - if (lookahead == 'b') ADVANCE(1768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(773); + if (lookahead == 'i') ADVANCE(723); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 689: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1762); - if (lookahead == 'b') ADVANCE(1759); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'e') ADVANCE(773); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 690: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1723); - if (lookahead == 'b') ADVANCE(1726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 691: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1720); - if (lookahead == 'b') ADVANCE(1717); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'f') ADVANCE(1078); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 692: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1744); - if (lookahead == 'b') ADVANCE(1747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'g') ADVANCE(707); + if (lookahead == 't') ADVANCE(806); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 693: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1741); - if (lookahead == 'b') ADVANCE(1738); - if (lookahead == 'n') ADVANCE(1624); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(688); + if (lookahead == 'k') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 694: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1807); - if (lookahead == 'b') ADVANCE(1810); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(688); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 695: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1804); - if (lookahead == 'b') ADVANCE(1801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(1206); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 696: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1786); - if (lookahead == 'b') ADVANCE(1789); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(1236); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 697: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1783); - if (lookahead == 'b') ADVANCE(1780); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(716); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 698: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N') ADVANCE(895); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'n') ADVANCE(1264); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(1352); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 699: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(699); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(699); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(1347); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 700: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(700); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(708); + if (lookahead == 'k') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 701: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(701); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1507); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(708); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 702: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(786); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'h') ADVANCE(689); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 703: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(892); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'r') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 704: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(729); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(657); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 705: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(640); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 706: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(798); - if (lookahead == 'o') ADVANCE(830); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(734); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 707: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(798); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(782); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 708: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(849); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(723); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 709: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(729); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(793); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 710: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(731); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 711: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(861); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(797); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 712: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(893); - if (lookahead == 'e') ADVANCE(764); - if (lookahead == 'o') ADVANCE(1286); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'i') ADVANCE(798); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 713: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(811); - if (lookahead == 'o') ADVANCE(835); - if (lookahead == 's') ADVANCE(769); - if (lookahead == 'x') ADVANCE(826); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'k') ADVANCE(1158); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 714: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(847); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'k') ADVANCE(677); + if (lookahead == 't') ADVANCE(650); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 715: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(874); - if (lookahead == 'o') ADVANCE(801); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(1458); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 716: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1834); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(1317); + if (lookahead == 'r') ADVANCE(1322); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 717: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1771); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 718: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1729); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 719: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1750); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 720: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1813); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(705); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 721: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1792); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(635); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 722: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(1621); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(715); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 723: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(668); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 724: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(772); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(669); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 725: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(743); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(781); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 726: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1474); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(784); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 727: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1395); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'l') ADVANCE(784); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 728: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1457); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(780); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 729: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(882); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(1087); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 730: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(737); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(1239); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 731: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(852); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(1342); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 732: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(764); - if (lookahead == 'o') ADVANCE(1286); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(809); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 733: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(810); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 734: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(807); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 735: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(765); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(811); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 736: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1191); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 737: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1349); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(812); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 738: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1561); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(655); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 739: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1569); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'n') ADVANCE(796); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 740: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1378); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 741: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1281); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 742: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1186); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 't') ADVANCE(646); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 743: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1336); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(803); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 744: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1256); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(754); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 745: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1296); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 746: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1278); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(789); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 747: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(702); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(758); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 748: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(863); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(772); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 749: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(869); - if (lookahead == 's') ADVANCE(1609); + if (lookahead == 'o') ADVANCE(794); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'u') ADVANCE(722); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 750: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(869); + if (lookahead == 'o') ADVANCE(794); + if (lookahead == 'u') ADVANCE(722); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 751: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(739); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 752: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(722); - if (lookahead == 'o') ADVANCE(877); - if (lookahead == 't') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(761); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 753: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(805); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'o') ADVANCE(763); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 754: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(844); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'p') ADVANCE(1180); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 755: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(806); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'p') ADVANCE(748); + if (lookahead == 't') ADVANCE(685); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 756: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(808); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(804); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 757: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(810); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1166); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 758: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(840); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1120); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 759: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(832); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1251); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 760: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(873); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 761: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(846); - if (lookahead == 'i') ADVANCE(796); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1387); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 762: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(846); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1373); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 763: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(1368); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 764: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'f') ADVANCE(1172); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 765: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'g') ADVANCE(780); - if (lookahead == 't') ADVANCE(880); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(652); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 766: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(761); - if (lookahead == 'k') ADVANCE(1633); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 767: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(761); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(729); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 768: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1300); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(818); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 769: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(789); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(747); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 770: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1446); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(730); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 771: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1441); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(721); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 772: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1330); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(791); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 773: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(781); - if (lookahead == 'k') ADVANCE(1633); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(667); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 774: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(781); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(802); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 775: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(762); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'r') ADVANCE(805); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 776: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'r') ADVANCE(1627); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 777: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(730); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(595); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 778: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(708); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(627); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 779: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(807); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(663); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 780: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(856); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(790); + if (lookahead == 't') ADVANCE(706); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 781: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(796); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(666); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 782: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(866); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(801); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 783: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(804); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(792); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 784: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(871); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(676); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 785: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(872); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 's') ADVANCE(629); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 786: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'k') ADVANCE(1252); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(600); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 787: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'k') ADVANCE(746); - if (lookahead == 't') ADVANCE(723); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(650); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 788: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(1552); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(610); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 789: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(1411); - if (lookahead == 'r') ADVANCE(1416); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(1403); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 790: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (lookahead == 's') ADVANCE(1365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(615); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 791: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(589); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 792: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 's') ADVANCE(1365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(1129); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 793: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(778); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(626); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 794: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(703); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(1398); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 795: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(788); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(628); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 796: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(741); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(706); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 797: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(742); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(698); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 798: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(855); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(699); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 799: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(806); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 800: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(651); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 801: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(854); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(686); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 802: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1181); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 't') ADVANCE(785); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 803: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1333); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(765); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 804: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1436); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(665); + if (lookahead == 'y') ADVANCE(1232); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 805: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(883); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(665); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 806: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(884); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(770); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 807: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(881); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(671); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 808: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(885); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(724); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 809: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'v') ADVANCE(606); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 810: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(886); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'v') ADVANCE(1260); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 811: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(728); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'v') ADVANCE(1082); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 812: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(870); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'v') ADVANCE(1247); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 813: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 814: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(1286); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'w') ADVANCE(1268); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 815: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(877); - if (lookahead == 't') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'w') ADVANCE(711); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 816: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(877); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'w') ADVANCE(712); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 817: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(827); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'y') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 818: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(830); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'y') ADVANCE(1232); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 819: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(863); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + if (lookahead == 'y') ADVANCE(1264); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 820: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(831); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 821: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ADVANCE_MAP( + 'B', 839, + 'b', 839, + 'I', 830, + 'a', 714, + 'i', 829, + 'o', 654, + 's', 839, + 'u', 788, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 822: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(867); - if (lookahead == 's') ADVANCE(1609); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ADVANCE_MAP( + 'B', 839, + 'b', 839, + 'I', 830, + 'a', 787, + 'i', 829, + 'o', 654, + 's', 839, + 'u', 788, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 823: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(867); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ADVANCE_MAP( + 'B', 839, + 'b', 839, + 'I', 830, + 'i', 830, + 'l', 784, + 'n', 658, + 'r', 769, + 'x', 755, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 824: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(812); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 825: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(834); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(804); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 826: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(836); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(818); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 827: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'p') ADVANCE(1274); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 828: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'p') ADVANCE(821); - if (lookahead == 't') ADVANCE(758); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(648); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 829: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(878); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'n') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 830: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1260); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 831: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1214); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(833); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 832: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1345); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(837); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 833: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1488); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(836); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 834: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1481); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 835: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1467); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 836: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1462); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(832); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 837: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(838); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 838: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(725); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 839: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 840: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(802); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(295); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 841: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(891); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(424); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 842: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(820); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(378); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 843: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(803); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(337); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 844: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(794); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(302); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 845: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(865); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(365); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 846: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(740); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(425); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 847: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(876); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(379); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 848: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(879); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(426); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 849: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(630); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '_') ADVANCE(849); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(849); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 850: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(1614); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '_') ADVANCE(850); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 851: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(1612); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '_') ADVANCE(852); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 852: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(662); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '_') ADVANCE(852); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 853: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(736); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'a') ADVANCE(870); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 854: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(864); - if (lookahead == 't') ADVANCE(779); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'a') ADVANCE(914); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 855: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(739); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'a') ADVANCE(895); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 856: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(875); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'a') ADVANCE(899); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 857: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(868); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'b') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 858: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(745); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'c') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 859: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(664); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'd') ADVANCE(1378); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 860: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(635); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'd') ADVANCE(1302); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 861: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(723); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'd') ADVANCE(902); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 862: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(645); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(1465); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 863: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1497); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(1473); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 864: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(650); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(858); + if (lookahead == 't') ADVANCE(855); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 865: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(624); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(845); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 866: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(661); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(873); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 867: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1492); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'i') ADVANCE(906); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 868: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1223); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'i') ADVANCE(903); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 869: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(663); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'k') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 870: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(779); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(901); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 871: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(770); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(1456); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 872: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(771); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(871); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 873: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(880); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(874); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 874: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(724); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(842); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 875: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(759); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(844); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 876: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(859); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(875); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 877: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(838); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'm') ADVANCE(889); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 878: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(738); - if (lookahead == 'y') ADVANCE(1326); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') ADVANCE(859); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 879: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(738); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') ADVANCE(1174); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 880: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(843); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 881: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(744); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') ADVANCE(865); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 882: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(905); + if (lookahead == 'u') ADVANCE(872); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(927); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 883: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(641); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(908); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 884: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1354); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(908); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 885: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1176); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(860); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 886: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1341); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(893); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 887: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(894); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 888: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(1362); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') ADVANCE(896); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 889: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'p') ADVANCE(888); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 890: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(785); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 891: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1326); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(912); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 892: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1358); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(1392); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 893: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1630); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(1385); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 894: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(1119); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 895: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(897); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(911); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 896: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(901); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(910); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 897: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(900); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(898); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 898: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(903); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(887); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 899: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') ADVANCE(848); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 900: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(896); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 901: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(902); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 's') ADVANCE(863); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 902: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(903); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 's') ADVANCE(841); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 903: - ACCEPT_TOKEN(sym_cmd_identifier); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 's') ADVANCE(907); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 904: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(329); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 's') ADVANCE(846); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 905: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(384); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(1401); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 906: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(472); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(840); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 907: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(422); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(1128); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 908: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(425); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(843); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 909: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(348); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(855); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 910: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(412); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(847); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 911: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(473); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 't') ADVANCE(904); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 912: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(474); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'u') ADVANCE(862); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 913: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1713); - if (lookahead == 'I') ADVANCE(927); - if (lookahead == '_') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1710); - if (lookahead == 'i') ADVANCE(953); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + if (lookahead == 'u') ADVANCE(876); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 914: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1713); - if (lookahead == 'I') ADVANCE(927); - if (lookahead == 'b') ADVANCE(1710); - if (lookahead == 'i') ADVANCE(953); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'y') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 915: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(928); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(954); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(927); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 916: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1653); - if (lookahead == 'I') ADVANCE(929); - if (lookahead == 'b') ADVANCE(1650); - if (lookahead == 'i') ADVANCE(955); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ADVANCE_MAP( + 'B', 932, + 'b', 932, + 'I', 923, + '_', 852, + 'i', 923, + 'n', 861, + '+', 284, + '-', 284, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 917: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1665); - if (lookahead == 'I') ADVANCE(930); - if (lookahead == 'b') ADVANCE(1662); - if (lookahead == 'i') ADVANCE(956); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == '_') ADVANCE(852); + if (lookahead == 'i') ADVANCE(857); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 918: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1701); - if (lookahead == 'I') ADVANCE(931); - if (lookahead == 'b') ADVANCE(1698); - if (lookahead == 'i') ADVANCE(957); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'n') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 919: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1689); - if (lookahead == 'I') ADVANCE(932); - if (lookahead == 'b') ADVANCE(1686); - if (lookahead == 'i') ADVANCE(958); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 920: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'I') ADVANCE(933); - if (lookahead == '_') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1704); - if (lookahead == 'i') ADVANCE(934); - if (lookahead == 'n') ADVANCE(962); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(857); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 921: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'I') ADVANCE(933); - if (lookahead == 'b') ADVANCE(1704); - if (lookahead == 'i') ADVANCE(934); - if (lookahead == 'n') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(922); + if (lookahead == 'o') ADVANCE(860); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 922: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(935); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(936); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'n') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 923: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1647); - if (lookahead == 'I') ADVANCE(937); - if (lookahead == 'b') ADVANCE(1644); - if (lookahead == 'i') ADVANCE(938); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 924: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1659); - if (lookahead == 'I') ADVANCE(939); - if (lookahead == 'b') ADVANCE(1656); - if (lookahead == 'i') ADVANCE(940); - if (lookahead == 'o') ADVANCE(961); - if (lookahead == 's') ADVANCE(1617); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(926); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 925: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1695); - if (lookahead == 'I') ADVANCE(941); - if (lookahead == 'b') ADVANCE(1692); - if (lookahead == 'i') ADVANCE(942); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(930); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 926: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1683); - if (lookahead == 'I') ADVANCE(943); - if (lookahead == 'b') ADVANCE(1680); - if (lookahead == 'i') ADVANCE(944); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(929); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 927: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1839); - if (lookahead == 'b') ADVANCE(1836); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 928: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1776); - if (lookahead == 'b') ADVANCE(1773); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(924); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 929: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1734); - if (lookahead == 'b') ADVANCE(1731); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(925); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 930: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1755); - if (lookahead == 'b') ADVANCE(1752); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(931); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 931: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1818); - if (lookahead == 'b') ADVANCE(1815); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 932: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1797); - if (lookahead == 'b') ADVANCE(1794); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 933: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1827); - if (lookahead == 'b') ADVANCE(1830); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 934: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1824); - if (lookahead == 'b') ADVANCE(1821); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 935: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1764); - if (lookahead == 'b') ADVANCE(1767); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 936: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1761); - if (lookahead == 'b') ADVANCE(1758); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 937: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1722); - if (lookahead == 'b') ADVANCE(1725); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 938: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1719); - if (lookahead == 'b') ADVANCE(1716); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 939: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1743); - if (lookahead == 'b') ADVANCE(1746); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 940: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1740); - if (lookahead == 'b') ADVANCE(1737); - if (lookahead == 'n') ADVANCE(1623); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 941: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1806); - if (lookahead == 'b') ADVANCE(1809); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 942: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1803); - if (lookahead == 'b') ADVANCE(1800); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 943: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1785); - if (lookahead == 'b') ADVANCE(1788); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 944: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1782); - if (lookahead == 'b') ADVANCE(1779); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 945: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(946); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); - END_STATE(); - case 946: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(946); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); - END_STATE(); - case 947: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(947); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1508); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); - END_STATE(); - case 948: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(948); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(948); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); - END_STATE(); - case 949: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(1016); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(1026); - END_STATE(); - case 950: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(973); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(1026); - END_STATE(); - case 951: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(996); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(1026); - END_STATE(); - case 952: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(1000); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(1026); - END_STATE(); - case 953: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1833); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 954: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1770); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 955: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1728); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 956: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1749); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 957: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1812); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 958: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1791); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 959: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(1620); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 960: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1472); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 961: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1396); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 962: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1004); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 963: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(959); - if (lookahead == 't') ADVANCE(951); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 964: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(1559); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 965: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(1567); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 966: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(910); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 967: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(974); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 968: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(1008); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 969: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(1005); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 970: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'k') ADVANCE(1632); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 971: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(1550); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 972: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(971); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 973: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(1003); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 974: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(975); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 975: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(907); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 976: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(909); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 977: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(976); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 978: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') ADVANCE(990); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 979: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 980: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(1268); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 981: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 982: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(966); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 983: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 984: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(961); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 985: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(1009); - if (lookahead == 'u') ADVANCE(972); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1021); - if (sym_identifier_character_set_6(lookahead)) ADVANCE(1026); - END_STATE(); - case 986: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(995); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 987: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(999); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 988: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(1011); - if (lookahead == 's') ADVANCE(1608); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 989: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(1011); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 990: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(987); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 991: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1626); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 992: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1486); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 993: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1479); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 994: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1014); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 995: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1213); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 996: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1013); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 997: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(986); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 998: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(997); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 999: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1012); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1000: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(912); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1001: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(1611); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1002: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(1615); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1003: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(965); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1004: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(906); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1005: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(1010); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1006: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(911); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1007: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(951); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1008: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(904); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1009: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1495); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1010: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1222); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1011: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(905); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1012: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(908); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1013: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1006); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1014: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(964); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1015: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(977); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1016: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'y') ADVANCE(1629); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1017: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1021); - if (sym_identifier_character_set_6(lookahead)) ADVANCE(1026); - END_STATE(); - case 1018: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1020); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1019: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1024); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1020: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1023); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1021: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1026); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1022: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1018); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1023: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1019); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1024: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1025); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1025: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1026); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1026: - ACCEPT_TOKEN(sym_identifier); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 1027: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'u') ADVANCE(1133); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'u') ADVANCE(1039); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1028: + case 934: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'r') ADVANCE(1110); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'r') ADVANCE(1016); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1029: + case 935: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(2040); - if (lookahead == '>') ADVANCE(1922); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == '+') ADVANCE(1678); + if (lookahead == '>') ADVANCE(1598); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1030: + case 936: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(2021); - if (lookahead == '>') ADVANCE(1924); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == '+') ADVANCE(1659); + if (lookahead == '>') ADVANCE(1600); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1031: + case 937: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '-') ADVANCE(1167); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1031); + if (lookahead == '-') ADVANCE(1073); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(937); END_STATE(); - case 1032: + case 938: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '_') ADVANCE(1032); + if (lookahead == '_') ADVANCE(938); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1032); - if (sym__long_flag_identifier_character_set_2(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(938); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1033: + case 939: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '_') ADVANCE(1033); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1033); - if (sym__long_flag_identifier_character_set_2(lookahead)) ADVANCE(1167); + if (lookahead == '_') ADVANCE(939); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(939); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1034: + case 940: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1086); - if (lookahead == 'o') ADVANCE(1106); + if (lookahead == 'a') ADVANCE(992); + if (lookahead == 'o') ADVANCE(1012); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1035: + case 941: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1076); + if (lookahead == 'a') ADVANCE(982); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1036: + case 942: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1147); + if (lookahead == 'a') ADVANCE(1053); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1037: + case 943: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1078); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1167); + if (lookahead == 'a') ADVANCE(984); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1038: + case 944: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1120); + if (lookahead == 'a') ADVANCE(1026); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1039: + case 945: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1127); - if (lookahead == 'o') ADVANCE(1042); - if (lookahead == 'u') ADVANCE(1128); + if (lookahead == 'a') ADVANCE(1033); + if (lookahead == 'o') ADVANCE(948); + if (lookahead == 'u') ADVANCE(1034); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1040: + case 946: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'c') ADVANCE(1071); + if (lookahead == 'c') ADVANCE(977); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1041: + case 947: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'c') ADVANCE(1054); + if (lookahead == 'c') ADVANCE(960); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1042: + case 948: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'd') ADVANCE(1141); + if (lookahead == 'd') ADVANCE(1047); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1043: + case 949: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'd') ADVANCE(1048); + if (lookahead == 'd') ADVANCE(954); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1044: + case 950: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1068); - if (lookahead == 'o') ADVANCE(1285); + if (lookahead == 'e') ADVANCE(974); + if (lookahead == 'o') ADVANCE(1191); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1045: + case 951: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1126); - if (lookahead == 'o') ADVANCE(1098); + if (lookahead == 'e') ADVANCE(1032); + if (lookahead == 'o') ADVANCE(1004); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1046: + case 952: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1069); + if (lookahead == 'e') ADVANCE(975); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1047: + case 953: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1190); + if (lookahead == 'e') ADVANCE(1096); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1048: + case 954: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1351); + if (lookahead == 'e') ADVANCE(1257); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1049: + case 955: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1558); + if (lookahead == 'e') ADVANCE(1464); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1050: + case 956: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1566); + if (lookahead == 'e') ADVANCE(1472); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1051: + case 957: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1377); + if (lookahead == 'e') ADVANCE(1283); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1052: + case 958: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1280); + if (lookahead == 'e') ADVANCE(1186); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1053: + case 959: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1185); + if (lookahead == 'e') ADVANCE(1091); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1054: + case 960: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1338); + if (lookahead == 'e') ADVANCE(1244); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1055: + case 961: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1255); + if (lookahead == 'e') ADVANCE(1161); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1056: + case 962: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1560); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'e') ADVANCE(1466); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1057: + case 963: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1568); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'e') ADVANCE(1474); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1058: + case 964: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1035); + if (lookahead == 'e') ADVANCE(941); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1059: + case 965: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1091); + if (lookahead == 'e') ADVANCE(997); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1060: + case 966: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1117); + if (lookahead == 'e') ADVANCE(1023); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1061: + case 967: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1092); + if (lookahead == 'e') ADVANCE(998); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1062: + case 968: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1094); + if (lookahead == 'e') ADVANCE(1000); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1063: + case 969: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1095); + if (lookahead == 'e') ADVANCE(1001); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1064: + case 970: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1114); + if (lookahead == 'e') ADVANCE(1020); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1065: + case 971: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1108); + if (lookahead == 'e') ADVANCE(1014); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1066: + case 972: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1119); - if (lookahead == 'i') ADVANCE(1084); + if (lookahead == 'e') ADVANCE(1025); + if (lookahead == 'i') ADVANCE(990); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1067: + case 973: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'f') ADVANCE(1290); + if (lookahead == 'f') ADVANCE(1196); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1150); + lookahead == 'n') ADVANCE(1056); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1068: + case 974: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'f') ADVANCE(1171); + if (lookahead == 'f') ADVANCE(1077); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1069: + case 975: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'g') ADVANCE(1075); - if (lookahead == 't') ADVANCE(1139); + if (lookahead == 'g') ADVANCE(981); + if (lookahead == 't') ADVANCE(1045); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1070: + case 976: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'h') ADVANCE(1066); + if (lookahead == 'h') ADVANCE(972); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1071: + case 977: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'h') ADVANCE(1299); + if (lookahead == 'h') ADVANCE(1205); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1072: + case 978: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1043); + if (lookahead == 'i') ADVANCE(949); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1073: + case 979: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1038); + if (lookahead == 'i') ADVANCE(944); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1074: + case 980: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1093); + if (lookahead == 'i') ADVANCE(999); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1075: + case 981: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1125); + if (lookahead == 'i') ADVANCE(1031); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1076: + case 982: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'k') ADVANCE(1251); + if (lookahead == 'k') ADVANCE(1157); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1077: + case 983: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1549); + if (lookahead == 'l') ADVANCE(1455); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1078: + case 984: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1121); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'l') ADVANCE(1027); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1079: + case 985: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1551); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'l') ADVANCE(1457); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1080: + case 986: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1073); - if (lookahead == 's') ADVANCE(1364); + if (lookahead == 'l') ADVANCE(979); + if (lookahead == 's') ADVANCE(1270); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1081: + case 987: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1077); + if (lookahead == 'l') ADVANCE(983); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1082: + case 988: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1036); + if (lookahead == 'l') ADVANCE(942); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1083: + case 989: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1079); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'l') ADVANCE(985); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1084: + case 990: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1052); + if (lookahead == 'l') ADVANCE(958); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1085: + case 991: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1053); + if (lookahead == 'l') ADVANCE(959); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1086: + case 992: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1124); + if (lookahead == 'l') ADVANCE(1030); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1087: + case 993: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1123); + if (lookahead == 'n') ADVANCE(1029); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1088: + case 994: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1180); + if (lookahead == 'n') ADVANCE(1086); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1089: + case 995: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1332); + if (lookahead == 'n') ADVANCE(1238); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1090: + case 996: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1270); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'n') ADVANCE(1176); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1091: + case 997: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1142); + if (lookahead == 'n') ADVANCE(1048); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1092: + case 998: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1143); + if (lookahead == 'n') ADVANCE(1049); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1093: + case 999: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1140); + if (lookahead == 'n') ADVANCE(1046); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1094: + case 1000: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1144); + if (lookahead == 'n') ADVANCE(1050); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1095: + case 1001: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1145); + if (lookahead == 'n') ADVANCE(1051); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1096: + case 1002: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1087); + if (lookahead == 'o') ADVANCE(993); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1097: + case 1003: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1137); + if (lookahead == 'o') ADVANCE(1043); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1098: + case 1004: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1103); + if (lookahead == 'o') ADVANCE(1009); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1099: + case 1005: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1132); - if (lookahead == 'u') ADVANCE(1083); + if (lookahead == 'o') ADVANCE(1038); + if (lookahead == 'u') ADVANCE(989); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1158); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1167); + lookahead == 'a') ADVANCE(1064); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1100: + case 1006: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1129); - if (lookahead == 'u') ADVANCE(1081); + if (lookahead == 'o') ADVANCE(1035); + if (lookahead == 'u') ADVANCE(987); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1156); + lookahead == 'a') ADVANCE(1062); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1101: + case 1007: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1107); + if (lookahead == 'o') ADVANCE(1013); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1102: + case 1008: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1118); + if (lookahead == 'o') ADVANCE(1024); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1103: + case 1009: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'p') ADVANCE(1273); + if (lookahead == 'p') ADVANCE(1179); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1104: + case 1010: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'p') ADVANCE(1102); - if (lookahead == 't') ADVANCE(1064); + if (lookahead == 'p') ADVANCE(1008); + if (lookahead == 't') ADVANCE(970); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1105: + case 1011: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1138); + if (lookahead == 'r') ADVANCE(1044); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1106: + case 1012: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1259); + if (lookahead == 'r') ADVANCE(1165); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1107: + case 1013: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1212); + if (lookahead == 'r') ADVANCE(1118); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1108: + case 1014: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1344); + if (lookahead == 'r') ADVANCE(1250); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1109: + case 1015: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1135); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'r') ADVANCE(1041); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1110: + case 1016: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1029); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'r') ADVANCE(935); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1111: + case 1017: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1058); + if (lookahead == 'r') ADVANCE(964); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1112: + case 1018: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1041); + if (lookahead == 'r') ADVANCE(947); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1113: + case 1019: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1115); - if (lookahead == 'x') ADVANCE(1104); + if (lookahead == 'r') ADVANCE(1021); + if (lookahead == 'x') ADVANCE(1010); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1114: + case 1020: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1088); + if (lookahead == 'r') ADVANCE(994); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1115: + case 1021: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1101); + if (lookahead == 'r') ADVANCE(1007); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1116: + case 1022: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1089); + if (lookahead == 'r') ADVANCE(995); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1117: + case 1023: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1082); + if (lookahead == 'r') ADVANCE(988); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1118: + case 1024: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1131); + if (lookahead == 'r') ADVANCE(1037); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1119: + case 1025: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1051); + if (lookahead == 'r') ADVANCE(957); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1120: + case 1026: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(629); + if (lookahead == 's') ADVANCE(594); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1121: + case 1027: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1057); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 's') ADVANCE(963); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1122: + case 1028: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1047); + if (lookahead == 's') ADVANCE(953); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1123: + case 1029: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1130); - if (lookahead == 't') ADVANCE(1074); + if (lookahead == 's') ADVANCE(1036); + if (lookahead == 't') ADVANCE(980); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1124: + case 1030: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1050); + if (lookahead == 's') ADVANCE(956); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1125: + case 1031: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1134); + if (lookahead == 's') ADVANCE(1040); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1126: + case 1032: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(638); + if (lookahead == 't') ADVANCE(603); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1127: + case 1033: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1040); + if (lookahead == 't') ADVANCE(946); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1128: + case 1034: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(644); + if (lookahead == 't') ADVANCE(609); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1129: + case 1035: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1494); + if (lookahead == 't') ADVANCE(1400); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1130: + case 1036: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(649); + if (lookahead == 't') ADVANCE(614); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1131: + case 1037: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(626); + if (lookahead == 't') ADVANCE(591); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1132: + case 1038: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1496); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 't') ADVANCE(1402); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1133: + case 1039: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1030); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 't') ADVANCE(936); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1134: + case 1040: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1065); + if (lookahead == 't') ADVANCE(971); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1135: + case 1041: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1056); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (lookahead == 'u') ADVANCE(962); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1136: + case 1042: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1083); + if (lookahead == 'u') ADVANCE(989); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1158); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1167); + lookahead == 'a') ADVANCE(1064); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1137: + case 1043: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1112); + if (lookahead == 'u') ADVANCE(1018); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1138: + case 1044: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1049); - if (lookahead == 'y') ADVANCE(1325); + if (lookahead == 'u') ADVANCE(955); + if (lookahead == 'y') ADVANCE(1231); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1139: + case 1045: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1116); + if (lookahead == 'u') ADVANCE(1022); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1140: + case 1046: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1055); + if (lookahead == 'u') ADVANCE(961); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1141: + case 1047: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1085); + if (lookahead == 'u') ADVANCE(991); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1142: + case 1048: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(640); + if (lookahead == 'v') ADVANCE(605); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1143: + case 1049: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1353); + if (lookahead == 'v') ADVANCE(1259); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1144: + case 1050: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1175); + if (lookahead == 'v') ADVANCE(1081); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1145: + case 1051: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1340); + if (lookahead == 'v') ADVANCE(1246); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1146: + case 1052: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1060); + if (lookahead == 'v') ADVANCE(966); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1147: + case 1053: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'y') ADVANCE(1357); + if (lookahead == 'y') ADVANCE(1263); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1148: + case 1054: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1156); + lookahead == 'a') ADVANCE(1062); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1149: + case 1055: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1158); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1167); + lookahead == 'a') ADVANCE(1064); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1150: + case 1056: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1154); + lookahead == 'f') ADVANCE(1060); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1151: + case 1057: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1155); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'f') ADVANCE(1061); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1152: + case 1058: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1162); + lookahead == 'i') ADVANCE(1068); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1153: + case 1059: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1163); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'i') ADVANCE(1069); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1154: + case 1060: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1160); + lookahead == 'i') ADVANCE(1066); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1155: + case 1061: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1161); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'i') ADVANCE(1067); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1156: + case 1062: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1166); + lookahead == 'n') ADVANCE(1072); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1157: + case 1063: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1150); + lookahead == 'n') ADVANCE(1056); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1158: + case 1064: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1167); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'n') ADVANCE(1073); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1159: + case 1065: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1151); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'n') ADVANCE(1057); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1160: + case 1066: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1152); + lookahead == 'n') ADVANCE(1058); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1161: + case 1067: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1153); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'n') ADVANCE(1059); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1162: + case 1068: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1164); + lookahead == 't') ADVANCE(1070); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1163: + case 1069: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1165); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 't') ADVANCE(1071); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1164: + case 1070: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1166); + lookahead == 'y') ADVANCE(1072); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1165: + case 1071: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1167); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + lookahead == 'y') ADVANCE(1073); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1166: + case 1072: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1167: + case 1073: ACCEPT_TOKEN(sym__long_flag_identifier); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1168: + case 1074: ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') ADVANCE(1168); + if (lookahead == '\n') ADVANCE(1074); END_STATE(); - case 1169: + case 1075: ACCEPT_TOKEN(anon_sym_def); END_STATE(); - case 1170: + case 1076: ACCEPT_TOKEN(anon_sym_def); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1171: + case 1077: ACCEPT_TOKEN(anon_sym_def); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1172: + case 1078: ACCEPT_TOKEN(anon_sym_def); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1173: + case 1079: ACCEPT_TOKEN(anon_sym_def); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1174: + case 1080: ACCEPT_TOKEN(anon_sym_export_DASHenv); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1175: + case 1081: ACCEPT_TOKEN(anon_sym_export_DASHenv); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1176: + case 1082: ACCEPT_TOKEN(anon_sym_export_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1177: + case 1083: ACCEPT_TOKEN(anon_sym_export_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1178: + case 1084: ACCEPT_TOKEN(anon_sym_extern); END_STATE(); - case 1179: + case 1085: ACCEPT_TOKEN(anon_sym_extern); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1180: + case 1086: ACCEPT_TOKEN(anon_sym_extern); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1181: + case 1087: ACCEPT_TOKEN(anon_sym_extern); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1182: + case 1088: ACCEPT_TOKEN(anon_sym_extern); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1183: + case 1089: ACCEPT_TOKEN(anon_sym_module); END_STATE(); - case 1184: + case 1090: ACCEPT_TOKEN(anon_sym_module); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1185: + case 1091: ACCEPT_TOKEN(anon_sym_module); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1186: + case 1092: ACCEPT_TOKEN(anon_sym_module); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1187: + case 1093: ACCEPT_TOKEN(anon_sym_module); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1188: + case 1094: ACCEPT_TOKEN(anon_sym_use); END_STATE(); - case 1189: + case 1095: ACCEPT_TOKEN(anon_sym_use); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1190: + case 1096: ACCEPT_TOKEN(anon_sym_use); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1191: + case 1097: ACCEPT_TOKEN(anon_sym_use); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1192: + case 1098: ACCEPT_TOKEN(anon_sym_use); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1193: + case 1099: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 1194: + case 1100: ACCEPT_TOKEN(anon_sym_COLON); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1195: + case 1101: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); - case 1196: + case 1102: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 1197: + case 1103: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 1198: + case 1104: ACCEPT_TOKEN(anon_sym_COMMA); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1199: + case 1105: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 1200: + case 1106: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 1201: + case 1107: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 1202: + case 1108: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); - case 1203: + case 1109: ACCEPT_TOKEN(anon_sym_PIPE); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1204: + case 1110: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); - case 1205: + case 1111: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '"') ADVANCE(1882); - if (lookahead == '\'') ADVANCE(1879); + if (lookahead == '"') ADVANCE(1558); + if (lookahead == '\'') ADVANCE(1555); END_STATE(); - case 1206: + case 1112: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '"') ADVANCE(1882); - if (lookahead == '\'') ADVANCE(1879); - if (!aux_sym__unquoted_in_list_token3_character_set_2(lookahead)) ADVANCE(3120); + if (lookahead == '"') ADVANCE(1558); + if (lookahead == '\'') ADVANCE(1555); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1207: + case 1113: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '"') ADVANCE(1882); - if (lookahead == '\'') ADVANCE(1879); - if (!aux_sym_unquoted_token3_character_set_5(lookahead)) ADVANCE(2643); + if (lookahead == '"') ADVANCE(1558); + if (lookahead == '\'') ADVANCE(1555); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1208: + case 1114: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1209: + case 1115: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1210: + case 1116: ACCEPT_TOKEN(anon_sym_cell_DASHpath); END_STATE(); - case 1211: + case 1117: ACCEPT_TOKEN(anon_sym_error); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1212: + case 1118: ACCEPT_TOKEN(anon_sym_error); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1213: + case 1119: ACCEPT_TOKEN(anon_sym_error); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1214: + case 1120: ACCEPT_TOKEN(anon_sym_error); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1215: + case 1121: ACCEPT_TOKEN(anon_sym_error); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1216: + case 1122: ACCEPT_TOKEN(anon_sym_full_DASHcell_DASHpath); END_STATE(); - case 1217: + case 1123: ACCEPT_TOKEN(anon_sym_import_DASHpattern); END_STATE(); - case 1218: + case 1124: ACCEPT_TOKEN(anon_sym_one_DASHof); END_STATE(); - case 1219: + case 1125: ACCEPT_TOKEN(anon_sym_var_DASHwith_DASHopt_DASHtype); END_STATE(); - case 1220: + case 1126: ACCEPT_TOKEN(anon_sym_list); END_STATE(); - case 1221: + case 1127: ACCEPT_TOKEN(anon_sym_list); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1222: + case 1128: ACCEPT_TOKEN(anon_sym_list); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1223: + case 1129: ACCEPT_TOKEN(anon_sym_list); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1224: + case 1130: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); - case 1225: + case 1131: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(1428); + if (lookahead == '=') ADVANCE(1334); END_STATE(); - case 1226: + case 1132: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); - case 1227: + case 1133: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(1431); + if (lookahead == '=') ADVANCE(1337); END_STATE(); - case 1228: + case 1134: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(1433); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '=') ADVANCE(1339); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1229: + case 1135: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(1432); + if (lookahead == '=') ADVANCE(1338); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1230: + case 1136: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 1231: + case 1137: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); - case 1232: + case 1138: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1233: + case 1139: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 1234: + case 1140: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 1235: + case 1141: ACCEPT_TOKEN(anon_sym_DASH_DASH); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1236: + case 1142: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 1237: + case 1143: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(1234); + if (lookahead == '-') ADVANCE(1140); END_STATE(); - case 1238: + case 1144: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(1235); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '-') ADVANCE(1141); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1239: + case 1145: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(1373); + if (lookahead == '=') ADVANCE(1279); END_STATE(); - case 1240: + case 1146: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(1373); + if (lookahead == '=') ADVANCE(1279); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1902); + lookahead == 'i') ADVANCE(1578); END_STATE(); - case 1241: + case 1147: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); + lookahead == ':') ADVANCE(2289); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2593); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == 'i') ADVANCE(2239); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1242: + case 1148: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1902); + lookahead == 'i') ADVANCE(1578); END_STATE(); - case 1243: + case 1149: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(487); + lookahead == 'i') ADVANCE(451); END_STATE(); - case 1244: + case 1150: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2616); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + lookahead == 'i') ADVANCE(2262); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1245: + case 1151: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3098); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + lookahead == 'i') ADVANCE(2684); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1246: + case 1152: ACCEPT_TOKEN(anon_sym_DASH); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1247: + case 1153: ACCEPT_TOKEN(aux_sym_param_short_flag_token1); END_STATE(); - case 1248: + case 1154: ACCEPT_TOKEN(aux_sym_param_short_flag_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1911); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1587); END_STATE(); - case 1249: + case 1155: ACCEPT_TOKEN(aux_sym_param_short_flag_token1); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1250: + case 1156: ACCEPT_TOKEN(anon_sym_break); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1251: + case 1157: ACCEPT_TOKEN(anon_sym_break); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1252: + case 1158: ACCEPT_TOKEN(anon_sym_break); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1253: + case 1159: ACCEPT_TOKEN(anon_sym_break); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1254: + case 1160: ACCEPT_TOKEN(anon_sym_continue); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1255: + case 1161: ACCEPT_TOKEN(anon_sym_continue); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1256: + case 1162: ACCEPT_TOKEN(anon_sym_continue); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1257: + case 1163: ACCEPT_TOKEN(anon_sym_continue); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1258: + case 1164: ACCEPT_TOKEN(anon_sym_for); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1259: + case 1165: ACCEPT_TOKEN(anon_sym_for); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1260: + case 1166: ACCEPT_TOKEN(anon_sym_for); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1261: + case 1167: ACCEPT_TOKEN(anon_sym_for); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1262: + case 1168: ACCEPT_TOKEN(anon_sym_in); END_STATE(); - case 1263: + case 1169: ACCEPT_TOKEN(anon_sym_in); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); + lookahead == ':') ADVANCE(2289); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2590); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == 'f') ADVANCE(2236); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1264: + case 1170: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(897); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + lookahead == 'f') ADVANCE(833); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1265: + case 1171: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1600); + lookahead == 'f') ADVANCE(2258); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1266: + case 1172: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2612); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + lookahead == 'f') ADVANCE(2257); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1267: + case 1173: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2611); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + lookahead == 'f') ADVANCE(1506); END_STATE(); - case 1268: + case 1174: ACCEPT_TOKEN(anon_sym_in); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1269: + case 1175: ACCEPT_TOKEN(anon_sym_in); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1270: + case 1176: ACCEPT_TOKEN(anon_sym_in); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1271: + case 1177: ACCEPT_TOKEN(anon_sym_in); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1272: + case 1178: ACCEPT_TOKEN(anon_sym_loop); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1273: + case 1179: ACCEPT_TOKEN(anon_sym_loop); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1274: + case 1180: ACCEPT_TOKEN(anon_sym_loop); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1275: + case 1181: ACCEPT_TOKEN(anon_sym_loop); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1276: + case 1182: ACCEPT_TOKEN(anon_sym_make); END_STATE(); - case 1277: + case 1183: ACCEPT_TOKEN(anon_sym_make); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1278: + case 1184: ACCEPT_TOKEN(anon_sym_make); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1279: + case 1185: ACCEPT_TOKEN(anon_sym_while); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1280: + case 1186: ACCEPT_TOKEN(anon_sym_while); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1281: + case 1187: ACCEPT_TOKEN(anon_sym_while); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1282: + case 1188: ACCEPT_TOKEN(anon_sym_while); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1283: + case 1189: ACCEPT_TOKEN(anon_sym_do); END_STATE(); - case 1284: + case 1190: ACCEPT_TOKEN(anon_sym_do); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1285: + case 1191: ACCEPT_TOKEN(anon_sym_do); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1286: + case 1192: ACCEPT_TOKEN(anon_sym_do); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1287: + case 1193: ACCEPT_TOKEN(anon_sym_do); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1288: + case 1194: ACCEPT_TOKEN(anon_sym_if); END_STATE(); - case 1289: + case 1195: ACCEPT_TOKEN(anon_sym_if); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1290: + case 1196: ACCEPT_TOKEN(anon_sym_if); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1291: + case 1197: ACCEPT_TOKEN(anon_sym_if); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1292: + case 1198: ACCEPT_TOKEN(anon_sym_if); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1293: + case 1199: ACCEPT_TOKEN(anon_sym_if); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1294: + case 1200: ACCEPT_TOKEN(anon_sym_else); END_STATE(); - case 1295: + case 1201: ACCEPT_TOKEN(anon_sym_else); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1296: + case 1202: ACCEPT_TOKEN(anon_sym_else); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1297: + case 1203: ACCEPT_TOKEN(anon_sym_match); END_STATE(); - case 1298: + case 1204: ACCEPT_TOKEN(anon_sym_match); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1299: + case 1205: ACCEPT_TOKEN(anon_sym_match); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1300: + case 1206: ACCEPT_TOKEN(anon_sym_match); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1301: + case 1207: ACCEPT_TOKEN(anon_sym_match); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1302: + case 1208: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 1303: + case 1209: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 1304: + case 1210: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); - case 1305: + case 1211: ACCEPT_TOKEN(anon_sym_EQ_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1306: + case 1212: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(1542); - if (sym_identifier_character_set_7(lookahead)) ADVANCE(1026); + if (lookahead == '_') ADVANCE(1448); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1307: + case 1213: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(1999); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '_') ADVANCE(1642); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1308: + case 1214: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(2000); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '_') ADVANCE(1643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1309: + case 1215: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(2240); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2240); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '_') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1886); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1310: + case 1216: ACCEPT_TOKEN(anon_sym__); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1311: + case 1217: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 1312: + case 1218: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1313: + case 1219: ACCEPT_TOKEN(anon_sym_DOT); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1314: + case 1220: ACCEPT_TOKEN(anon_sym_DOT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1315: + case 1221: ACCEPT_TOKEN(anon_sym_DOT2); END_STATE(); - case 1316: + case 1222: ACCEPT_TOKEN(anon_sym_DOT2); - if (lookahead == '.') ADVANCE(280); + if (lookahead == '.') ADVANCE(273); END_STATE(); - case 1317: + case 1223: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1893); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1569); END_STATE(); - case 1318: + case 1224: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1319: + case 1225: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1320: + case 1226: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); - case 1321: + case 1227: ACCEPT_TOKEN(anon_sym_DOLLAR2); END_STATE(); - case 1322: + case 1228: ACCEPT_TOKEN(anon_sym_DOLLAR2); - if (lookahead == '"') ADVANCE(1882); - if (lookahead == '\'') ADVANCE(1879); + if (lookahead == '"') ADVANCE(1558); + if (lookahead == '\'') ADVANCE(1555); END_STATE(); - case 1323: + case 1229: ACCEPT_TOKEN(anon_sym_try); END_STATE(); - case 1324: + case 1230: ACCEPT_TOKEN(anon_sym_try); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1325: + case 1231: ACCEPT_TOKEN(anon_sym_try); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1326: + case 1232: ACCEPT_TOKEN(anon_sym_try); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1327: + case 1233: ACCEPT_TOKEN(anon_sym_try); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1328: + case 1234: ACCEPT_TOKEN(anon_sym_catch); END_STATE(); - case 1329: + case 1235: ACCEPT_TOKEN(anon_sym_catch); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1330: + case 1236: ACCEPT_TOKEN(anon_sym_catch); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1331: + case 1237: ACCEPT_TOKEN(anon_sym_return); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1332: + case 1238: ACCEPT_TOKEN(anon_sym_return); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1333: + case 1239: ACCEPT_TOKEN(anon_sym_return); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1334: + case 1240: ACCEPT_TOKEN(anon_sym_return); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1335: + case 1241: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(2325); + if (lookahead == '-') ADVANCE(1971); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1336: + case 1242: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(757); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == '-') ADVANCE(684); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1337: + case 1243: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(2324); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == '-') ADVANCE(1970); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1338: + case 1244: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(1063); + if (lookahead == '-') ADVANCE(969); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1339: + case 1245: ACCEPT_TOKEN(anon_sym_source_DASHenv); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1340: + case 1246: ACCEPT_TOKEN(anon_sym_source_DASHenv); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1341: + case 1247: ACCEPT_TOKEN(anon_sym_source_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1342: + case 1248: ACCEPT_TOKEN(anon_sym_source_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1343: + case 1249: ACCEPT_TOKEN(anon_sym_register); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1344: + case 1250: ACCEPT_TOKEN(anon_sym_register); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1345: + case 1251: ACCEPT_TOKEN(anon_sym_register); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1346: + case 1252: ACCEPT_TOKEN(anon_sym_register); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1347: + case 1253: ACCEPT_TOKEN(anon_sym_hide); END_STATE(); - case 1348: + case 1254: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(2319); + if (lookahead == '-') ADVANCE(1965); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1349: + case 1255: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(755); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == '-') ADVANCE(682); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1350: + case 1256: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(2318); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == '-') ADVANCE(1964); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1351: + case 1257: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(1061); + if (lookahead == '-') ADVANCE(967); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1352: + case 1258: ACCEPT_TOKEN(anon_sym_hide_DASHenv); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1353: + case 1259: ACCEPT_TOKEN(anon_sym_hide_DASHenv); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1354: + case 1260: ACCEPT_TOKEN(anon_sym_hide_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1355: + case 1261: ACCEPT_TOKEN(anon_sym_hide_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1356: + case 1262: ACCEPT_TOKEN(anon_sym_overlay); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1357: + case 1263: ACCEPT_TOKEN(anon_sym_overlay); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1358: + case 1264: ACCEPT_TOKEN(anon_sym_overlay); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1359: + case 1265: ACCEPT_TOKEN(anon_sym_overlay); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1360: + case 1266: ACCEPT_TOKEN(anon_sym_new); END_STATE(); - case 1361: + case 1267: ACCEPT_TOKEN(anon_sym_new); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1362: + case 1268: ACCEPT_TOKEN(anon_sym_new); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1363: + case 1269: ACCEPT_TOKEN(anon_sym_as); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1364: + case 1270: ACCEPT_TOKEN(anon_sym_as); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1365: + case 1271: ACCEPT_TOKEN(anon_sym_as); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1366: + case 1272: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 1367: + case 1273: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1381); + if (lookahead == '*') ADVANCE(1287); END_STATE(); - case 1368: + case 1274: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1381); - if (lookahead == '=') ADVANCE(1374); + if (lookahead == '*') ADVANCE(1287); + if (lookahead == '=') ADVANCE(1280); END_STATE(); - case 1369: + case 1275: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1383); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '*') ADVANCE(1289); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1370: + case 1276: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1382); + if (lookahead == '*') ADVANCE(1288); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1371: + case 1277: ACCEPT_TOKEN(anon_sym_STAR); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1372: + case 1278: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 1373: + case 1279: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 1374: + case 1280: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 1375: + case 1281: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 1376: + case 1282: ACCEPT_TOKEN(anon_sym_PLUS_PLUS_EQ); END_STATE(); - case 1377: + case 1283: ACCEPT_TOKEN(anon_sym_where); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1378: + case 1284: ACCEPT_TOKEN(anon_sym_where); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1379: + case 1285: ACCEPT_TOKEN(anon_sym_where); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1380: + case 1286: ACCEPT_TOKEN(anon_sym_QMARK2); END_STATE(); - case 1381: + case 1287: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); - case 1382: + case 1288: ACCEPT_TOKEN(anon_sym_STAR_STAR); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1383: + case 1289: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1384: + case 1290: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 1385: + case 1291: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (lookahead == '=') ADVANCE(1376); + if (lookahead == '=') ADVANCE(1282); END_STATE(); - case 1386: + case 1292: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1387: + case 1293: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1388: + case 1294: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1399); + if (lookahead == '/') ADVANCE(1305); END_STATE(); - case 1389: + case 1295: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1399); - if (lookahead == '=') ADVANCE(1375); + if (lookahead == '/') ADVANCE(1305); + if (lookahead == '=') ADVANCE(1281); END_STATE(); - case 1390: + case 1296: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1401); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '/') ADVANCE(1307); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1391: + case 1297: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1400); + if (lookahead == '/') ADVANCE(1306); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1392: + case 1298: ACCEPT_TOKEN(anon_sym_mod); END_STATE(); - case 1393: + case 1299: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(2388); + if (lookahead == 'u') ADVANCE(2034); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1394: + case 1300: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(2389); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(2035); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1395: + case 1301: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (lookahead == 'u') ADVANCE(724); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1396: + case 1302: ACCEPT_TOKEN(anon_sym_mod); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1397: + case 1303: ACCEPT_TOKEN(anon_sym_mod); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1398: + case 1304: ACCEPT_TOKEN(anon_sym_mod); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1399: + case 1305: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 1400: + case 1306: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1401: + case 1307: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1402: + case 1308: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); - case 1403: + case 1309: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1385); - if (lookahead == '=') ADVANCE(1372); + if (lookahead == '+') ADVANCE(1291); + if (lookahead == '=') ADVANCE(1278); END_STATE(); - case 1404: + case 1310: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1384); + if (lookahead == '+') ADVANCE(1290); END_STATE(); - case 1405: + case 1311: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1387); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '+') ADVANCE(1293); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1406: + case 1312: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1386); + if (lookahead == '+') ADVANCE(1292); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1407: + case 1313: ACCEPT_TOKEN(anon_sym_PLUS); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1408: + case 1314: ACCEPT_TOKEN(anon_sym_PLUS); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1409: + case 1315: ACCEPT_TOKEN(anon_sym_bit_DASHshl); END_STATE(); - case 1410: + case 1316: ACCEPT_TOKEN(anon_sym_bit_DASHshl); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1411: + case 1317: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1412: + case 1318: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1413: + case 1319: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1414: + case 1320: ACCEPT_TOKEN(anon_sym_bit_DASHshr); END_STATE(); - case 1415: + case 1321: ACCEPT_TOKEN(anon_sym_bit_DASHshr); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1416: + case 1322: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1417: + case 1323: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1418: + case 1324: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1419: + case 1325: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 1420: + case 1326: ACCEPT_TOKEN(anon_sym_EQ_EQ); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1421: + case 1327: ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1422: + case 1328: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 1423: + case 1329: ACCEPT_TOKEN(anon_sym_BANG_EQ); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1424: + case 1330: ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1425: + case 1331: ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '=') ADVANCE(1428); + if (lookahead == '=') ADVANCE(1334); END_STATE(); - case 1426: + case 1332: ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '=') ADVANCE(1430); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '=') ADVANCE(1336); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1427: + case 1333: ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '=') ADVANCE(1429); + if (lookahead == '=') ADVANCE(1335); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1428: + case 1334: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 1429: + case 1335: ACCEPT_TOKEN(anon_sym_LT_EQ); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1430: + case 1336: ACCEPT_TOKEN(anon_sym_LT_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1431: + case 1337: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 1432: + case 1338: ACCEPT_TOKEN(anon_sym_GT_EQ); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1433: + case 1339: ACCEPT_TOKEN(anon_sym_GT_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1434: + case 1340: ACCEPT_TOKEN(anon_sym_not_DASHin); END_STATE(); - case 1435: + case 1341: ACCEPT_TOKEN(anon_sym_not_DASHin); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1436: + case 1342: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1437: + case 1343: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1438: + case 1344: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1439: + case 1345: ACCEPT_TOKEN(anon_sym_starts_DASHwith); END_STATE(); - case 1440: + case 1346: ACCEPT_TOKEN(anon_sym_starts_DASHwith); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1441: + case 1347: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1442: + case 1348: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1443: + case 1349: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1444: + case 1350: ACCEPT_TOKEN(anon_sym_ends_DASHwith); END_STATE(); - case 1445: + case 1351: ACCEPT_TOKEN(anon_sym_ends_DASHwith); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1446: + case 1352: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1447: + case 1353: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1448: + case 1354: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1449: + case 1355: ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); - case 1450: + case 1356: ACCEPT_TOKEN(anon_sym_EQ_TILDE); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1451: + case 1357: ACCEPT_TOKEN(anon_sym_EQ_TILDE); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1452: + case 1358: ACCEPT_TOKEN(anon_sym_BANG_TILDE); END_STATE(); - case 1453: + case 1359: ACCEPT_TOKEN(anon_sym_BANG_TILDE); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); - case 1454: + case 1360: ACCEPT_TOKEN(anon_sym_BANG_TILDE); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1455: + case 1361: ACCEPT_TOKEN(anon_sym_bit_DASHand); END_STATE(); - case 1456: + case 1362: ACCEPT_TOKEN(anon_sym_bit_DASHand); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1457: + case 1363: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1458: + case 1364: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1459: + case 1365: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1460: + case 1366: ACCEPT_TOKEN(anon_sym_bit_DASHxor); END_STATE(); - case 1461: + case 1367: ACCEPT_TOKEN(anon_sym_bit_DASHxor); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1462: + case 1368: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1463: + case 1369: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1464: + case 1370: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1465: + case 1371: ACCEPT_TOKEN(anon_sym_bit_DASHor); END_STATE(); - case 1466: + case 1372: ACCEPT_TOKEN(anon_sym_bit_DASHor); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1467: + case 1373: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1468: + case 1374: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1469: + case 1375: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1470: + case 1376: ACCEPT_TOKEN(anon_sym_and); END_STATE(); - case 1471: + case 1377: ACCEPT_TOKEN(anon_sym_and); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1472: + case 1378: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1473: + case 1379: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1474: + case 1380: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1475: + case 1381: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1476: + case 1382: ACCEPT_TOKEN(anon_sym_and); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1477: + case 1383: ACCEPT_TOKEN(anon_sym_xor); END_STATE(); - case 1478: + case 1384: ACCEPT_TOKEN(anon_sym_xor); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1479: + case 1385: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1480: + case 1386: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1481: + case 1387: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1482: + case 1388: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1483: + case 1389: ACCEPT_TOKEN(anon_sym_xor); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1484: + case 1390: ACCEPT_TOKEN(anon_sym_or); END_STATE(); - case 1485: + case 1391: ACCEPT_TOKEN(anon_sym_or); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); - case 1486: + case 1392: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1487: + case 1393: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1488: + case 1394: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1489: + case 1395: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1490: + case 1396: ACCEPT_TOKEN(anon_sym_or); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1491: + case 1397: ACCEPT_TOKEN(anon_sym_not); END_STATE(); - case 1492: + case 1398: ACCEPT_TOKEN(anon_sym_not); - if (lookahead == '-') ADVANCE(783); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(903); + if (lookahead == '-') ADVANCE(710); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1493: + case 1399: ACCEPT_TOKEN(anon_sym_not); - if (lookahead == '-') ADVANCE(2361); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == '-') ADVANCE(2007); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1494: + case 1400: ACCEPT_TOKEN(anon_sym_not); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1495: + case 1401: ACCEPT_TOKEN(anon_sym_not); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1496: + case 1402: ACCEPT_TOKEN(anon_sym_not); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1497: + case 1403: ACCEPT_TOKEN(anon_sym_not); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1498: + case 1404: ACCEPT_TOKEN(anon_sym_not); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1499: + case 1405: ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); - case 1500: + case 1406: ACCEPT_TOKEN(anon_sym_EQ2); END_STATE(); - case 1501: + case 1407: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '>') ADVANCE(1304); - if (lookahead == '~') ADVANCE(1449); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '>') ADVANCE(1210); + if (lookahead == '~') ADVANCE(1355); END_STATE(); - case 1502: + case 1408: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); END_STATE(); - case 1503: + case 1409: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '>') ADVANCE(1304); + if (lookahead == '>') ADVANCE(1210); END_STATE(); - case 1504: + case 1410: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(2091); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '-') ADVANCE(1738); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1505: + case 1411: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(3048); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '-') ADVANCE(2634); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1506: + case 1412: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(508); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '-') ADVANCE(472); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1507: + case 1413: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1507); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1507); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + if (lookahead == '_') ADVANCE(1413); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1508: + case 1414: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1508); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1508); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + if (lookahead == '_') ADVANCE(1414); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1509: + case 1415: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1509); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1509); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1890); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1891); + if (lookahead == '_') ADVANCE(1415); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1415); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(1566); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); - case 1510: + case 1416: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1510); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1510); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1893); + if (lookahead == '_') ADVANCE(1416); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1416); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1569); END_STATE(); - case 1511: + case 1417: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1511); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1511); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + if (lookahead == '_') ADVANCE(1417); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1417); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); - case 1512: + case 1418: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1512); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1512); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if (lookahead == '_') ADVANCE(1418); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1418); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1513: + case 1419: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1513); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1513); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1938); + if (lookahead == '_') ADVANCE(1419); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1419); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(1614); END_STATE(); - case 1514: + case 1420: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1514); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1514); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '_') ADVANCE(1420); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1420); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1515: + case 1421: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1515); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1515); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3131); + if (lookahead == '_') ADVANCE(1421); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1421); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2717); END_STATE(); - case 1516: + case 1422: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1521); + if (lookahead == '_') ADVANCE(1435); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1427); END_STATE(); - case 1517: + case 1423: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1523); + if (lookahead == '_') ADVANCE(1435); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1429); END_STATE(); - case 1518: + case 1424: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1525); + if (lookahead == '_') ADVANCE(1435); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1431); END_STATE(); - case 1519: + case 1425: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (lookahead == 'b') ADVANCE(1906); - if (lookahead == 'o') ADVANCE(1907); - if (lookahead == 'x') ADVANCE(1917); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '_') ADVANCE(1435); + if (lookahead == 'b') ADVANCE(1582); + if (lookahead == 'o') ADVANCE(1583); + if (lookahead == 'x') ADVANCE(1593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1520: + case 1426: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1506); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1412); END_STATE(); - case 1521: + case 1427: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1520); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1426); END_STATE(); - case 1522: + case 1428: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1504); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1410); END_STATE(); - case 1523: + case 1429: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1522); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1428); END_STATE(); - case 1524: + case 1430: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1505); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1411); END_STATE(); - case 1525: + case 1431: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1524); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1430); END_STATE(); - case 1526: + case 1432: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1521); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1427); END_STATE(); - case 1527: + case 1433: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1523); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1429); END_STATE(); - case 1528: + case 1434: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1525); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1431); END_STATE(); - case 1529: + case 1435: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1529); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '_') ADVANCE(1435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1530: + case 1436: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); - if (lookahead == '_') ADVANCE(1530); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + if (lookahead == '_') ADVANCE(1436); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1531: + case 1437: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); - if (lookahead == '_') ADVANCE(1531); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + if (lookahead == '_') ADVANCE(1437); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); - case 1532: + case 1438: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); - if (lookahead == '_') ADVANCE(1532); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + if (lookahead == '_') ADVANCE(1438); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1533: + case 1439: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); - if (lookahead == '_') ADVANCE(1533); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1533); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if (lookahead == '_') ADVANCE(1439); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1439); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1534: + case 1440: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); - if (lookahead == '_') ADVANCE(1534); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1534); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == '_') ADVANCE(1440); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1440); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1535: + case 1441: ACCEPT_TOKEN(anon_sym_DASH2); END_STATE(); - case 1536: + case 1442: ACCEPT_TOKEN(anon_sym_DASH2); - if (lookahead == '-') ADVANCE(1234); + if (lookahead == '-') ADVANCE(1140); END_STATE(); - case 1537: + case 1443: ACCEPT_TOKEN(anon_sym_DASH2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1902); + lookahead == 'i') ADVANCE(1578); END_STATE(); - case 1538: + case 1444: ACCEPT_TOKEN(anon_sym_DASH2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(487); + lookahead == 'i') ADVANCE(451); END_STATE(); - case 1539: + case 1445: ACCEPT_TOKEN(anon_sym_DASH2); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); - case 1540: + case 1446: ACCEPT_TOKEN(anon_sym_PLUS2); END_STATE(); - case 1541: + case 1447: ACCEPT_TOKEN(anon_sym_PLUS2); - if (lookahead == '+') ADVANCE(1385); - if (lookahead == '=') ADVANCE(1372); + if (lookahead == '+') ADVANCE(1291); + if (lookahead == '=') ADVANCE(1278); END_STATE(); - case 1542: + case 1448: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1542); - if (sym_identifier_character_set_7(lookahead)) ADVANCE(1026); + if (lookahead == '_') ADVANCE(1448); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1543: + case 1449: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1543); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (lookahead == '_') ADVANCE(1449); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); - case 1544: + case 1450: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1544); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1509); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1890); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1891); + if (lookahead == '_') ADVANCE(1450); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1415); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(1566); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); - case 1545: + case 1451: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1545); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1513); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1938); + if (lookahead == '_') ADVANCE(1451); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1419); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(1614); END_STATE(); - case 1546: + case 1452: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1546); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1510); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1893); + if (lookahead == '_') ADVANCE(1452); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1416); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1569); END_STATE(); - case 1547: + case 1453: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1547); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1511); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + if (lookahead == '_') ADVANCE(1453); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1417); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); - case 1548: + case 1454: ACCEPT_TOKEN(anon_sym_null); END_STATE(); - case 1549: + case 1455: ACCEPT_TOKEN(anon_sym_null); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1550: + case 1456: ACCEPT_TOKEN(anon_sym_null); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1551: + case 1457: ACCEPT_TOKEN(anon_sym_null); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1552: + case 1458: ACCEPT_TOKEN(anon_sym_null); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1553: + case 1459: ACCEPT_TOKEN(anon_sym_null); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1554: + case 1460: ACCEPT_TOKEN(anon_sym_null); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1555: + case 1461: ACCEPT_TOKEN(anon_sym_null); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1556: + case 1462: ACCEPT_TOKEN(anon_sym_RPAREN2); END_STATE(); - case 1557: + case 1463: ACCEPT_TOKEN(anon_sym_true); END_STATE(); - case 1558: + case 1464: ACCEPT_TOKEN(anon_sym_true); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1559: + case 1465: ACCEPT_TOKEN(anon_sym_true); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1560: + case 1466: ACCEPT_TOKEN(anon_sym_true); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1561: + case 1467: ACCEPT_TOKEN(anon_sym_true); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1562: + case 1468: ACCEPT_TOKEN(anon_sym_true); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1563: + case 1469: ACCEPT_TOKEN(anon_sym_true); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1564: + case 1470: ACCEPT_TOKEN(anon_sym_true); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1565: + case 1471: ACCEPT_TOKEN(anon_sym_false); END_STATE(); - case 1566: + case 1472: ACCEPT_TOKEN(anon_sym_false); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(903); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1166); + lookahead == '?') ADVANCE(839); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1072); END_STATE(); - case 1567: + case 1473: ACCEPT_TOKEN(anon_sym_false); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); - case 1568: + case 1474: ACCEPT_TOKEN(anon_sym_false); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1167); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); - case 1569: + case 1475: ACCEPT_TOKEN(anon_sym_false); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); - case 1570: + case 1476: ACCEPT_TOKEN(anon_sym_false); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); - case 1571: + case 1477: ACCEPT_TOKEN(anon_sym_false); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); - case 1572: + case 1478: ACCEPT_TOKEN(anon_sym_false); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); - case 1573: + case 1479: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(2091); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '-') ADVANCE(1738); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1574: + case 1480: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(3048); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '-') ADVANCE(2634); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1575: + case 1481: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(508); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '-') ADVANCE(472); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1576: + case 1482: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(1916); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '-') ADVANCE(1592); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1577: + case 1483: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); - case 1578: + case 1484: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1586); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1492); END_STATE(); - case 1579: + case 1485: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); - case 1580: + case 1486: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1590); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); - case 1581: + case 1487: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1906); - if (lookahead == 'o') ADVANCE(1907); - if (lookahead == 'x') ADVANCE(1917); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1582); + if (lookahead == 'o') ADVANCE(1583); + if (lookahead == 'x') ADVANCE(1593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1582: + case 1488: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(496); - if (lookahead == 'o') ADVANCE(498); - if (lookahead == 'x') ADVANCE(520); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(460); + if (lookahead == 'o') ADVANCE(462); + if (lookahead == 'x') ADVANCE(484); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1583: + case 1489: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1575); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1481); END_STATE(); - case 1584: + case 1490: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1583); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1489); END_STATE(); - case 1585: + case 1491: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1576); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1482); END_STATE(); - case 1586: + case 1492: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1585); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1491); END_STATE(); - case 1587: + case 1493: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1573); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1479); END_STATE(); - case 1588: + case 1494: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1587); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1493); END_STATE(); - case 1589: + case 1495: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1574); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1480); END_STATE(); - case 1590: + case 1496: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1589); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); END_STATE(); - case 1591: + case 1497: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); - case 1592: + case 1498: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1586); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1492); END_STATE(); - case 1593: + case 1499: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); - case 1594: + case 1500: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1590); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); - case 1595: + case 1501: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); - case 1596: + case 1502: ACCEPT_TOKEN(aux_sym__val_number_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1596); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1502); END_STATE(); - case 1597: + case 1503: ACCEPT_TOKEN(aux_sym__val_number_token2); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(1597); + lookahead == '_') ADVANCE(1503); END_STATE(); - case 1598: + case 1504: ACCEPT_TOKEN(aux_sym__val_number_token3); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1598); + lookahead == '_') ADVANCE(1504); END_STATE(); - case 1599: + case 1505: ACCEPT_TOKEN(aux_sym__val_number_token4); END_STATE(); - case 1600: + case 1506: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2082); + lookahead == 'i') ADVANCE(1729); END_STATE(); - case 1601: + case 1507: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3041); + lookahead == 'i') ADVANCE(2627); END_STATE(); - case 1602: + case 1508: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(491); + lookahead == 'i') ADVANCE(455); END_STATE(); - case 1603: + case 1509: ACCEPT_TOKEN(aux_sym__val_number_token5); END_STATE(); - case 1604: + case 1510: ACCEPT_TOKEN(aux_sym__val_number_token5); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1903); + lookahead == 'i') ADVANCE(1579); END_STATE(); - case 1605: + case 1511: ACCEPT_TOKEN(aux_sym__val_number_token5); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(488); + lookahead == 'i') ADVANCE(452); END_STATE(); - case 1606: + case 1512: ACCEPT_TOKEN(aux_sym__val_number_token6); END_STATE(); + case 1513: + ACCEPT_TOKEN(sym_filesize_unit); + END_STATE(); + case 1514: + ACCEPT_TOKEN(sym_filesize_unit); + if (lookahead == 'i') ADVANCE(1700); + END_STATE(); + case 1515: + ACCEPT_TOKEN(sym_filesize_unit); + if (lookahead == 'i') ADVANCE(404); + END_STATE(); + case 1516: + ACCEPT_TOKEN(sym_duration_unit); + END_STATE(); + case 1517: + ACCEPT_TOKEN(anon_sym_0b); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(1503); + END_STATE(); + case 1518: + ACCEPT_TOKEN(anon_sym_0b); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2269); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1519: + ACCEPT_TOKEN(anon_sym_0b); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2688); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); + END_STATE(); + case 1520: + ACCEPT_TOKEN(anon_sym_0o); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(1504); + END_STATE(); + case 1521: + ACCEPT_TOKEN(anon_sym_0o); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2272); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1522: + ACCEPT_TOKEN(anon_sym_0o); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2691); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); + END_STATE(); + case 1523: + ACCEPT_TOKEN(anon_sym_0x); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1502); + END_STATE(); + case 1524: + ACCEPT_TOKEN(anon_sym_0x); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2286); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1525: + ACCEPT_TOKEN(anon_sym_0x); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2705); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); + END_STATE(); + case 1526: + ACCEPT_TOKEN(anon_sym_LBRACK2); + END_STATE(); + case 1527: + ACCEPT_TOKEN(sym_hex_digit); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1527); + END_STATE(); + case 1528: + ACCEPT_TOKEN(sym_val_date); + END_STATE(); + case 1529: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == '.') ADVANCE(466); + if (lookahead == '+' || + lookahead == '-') ADVANCE(274); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1528); + END_STATE(); + case 1530: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == '.') ADVANCE(1736); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1629); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1528); + END_STATE(); + case 1531: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == '.') ADVANCE(2636); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2590); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1528); + END_STATE(); + case 1532: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == ':') ADVANCE(1542); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(465); + END_STATE(); + case 1533: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == ':') ADVANCE(1543); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1733); + END_STATE(); + case 1534: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == ':') ADVANCE(1544); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2631); + END_STATE(); + case 1535: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == 'T') ADVANCE(1742); + END_STATE(); + case 1536: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == 'T') ADVANCE(2640); + END_STATE(); + case 1537: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == 'T') ADVANCE(1589); + END_STATE(); + case 1538: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == 'T') ADVANCE(475); + END_STATE(); + case 1539: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == '+' || + lookahead == '-') ADVANCE(274); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1528); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1539); + END_STATE(); + case 1540: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1629); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1528); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1540); + END_STATE(); + case 1541: + ACCEPT_TOKEN(sym_val_date); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2590); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1528); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1541); + END_STATE(); + case 1542: + ACCEPT_TOKEN(sym_val_date); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(465); + END_STATE(); + case 1543: + ACCEPT_TOKEN(sym_val_date); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(1733); + END_STATE(); + case 1544: + ACCEPT_TOKEN(sym_val_date); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2631); + END_STATE(); + case 1545: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 1546: + ACCEPT_TOKEN(sym__escaped_str_content); + if (lookahead == '#') ADVANCE(1547); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1546); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '#' && + lookahead != '\\') ADVANCE(1547); + END_STATE(); + case 1547: + ACCEPT_TOKEN(sym__escaped_str_content); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(1547); + END_STATE(); + case 1548: + ACCEPT_TOKEN(sym__str_single_quotes); + END_STATE(); + case 1549: + ACCEPT_TOKEN(sym__str_back_ticks); + END_STATE(); + case 1550: + ACCEPT_TOKEN(sym_escape_sequence); + END_STATE(); + case 1551: + ACCEPT_TOKEN(sym_escaped_interpolated_content); + if (lookahead == '#') ADVANCE(1552); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1551); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '#' && + lookahead != '(' && + lookahead != '\\') ADVANCE(1552); + END_STATE(); + case 1552: + ACCEPT_TOKEN(sym_escaped_interpolated_content); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '(' && + lookahead != '\\') ADVANCE(1552); + END_STATE(); + case 1553: + ACCEPT_TOKEN(sym_unescaped_interpolated_content); + if (lookahead == '#') ADVANCE(1554); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1553); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '(') ADVANCE(1554); + END_STATE(); + case 1554: + ACCEPT_TOKEN(sym_unescaped_interpolated_content); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '(') ADVANCE(1554); + END_STATE(); + case 1555: + ACCEPT_TOKEN(anon_sym_DOLLAR_SQUOTE); + END_STATE(); + case 1556: + ACCEPT_TOKEN(anon_sym_SQUOTE); + END_STATE(); + case 1557: + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (lookahead == '\'') ADVANCE(1548); + if (lookahead != 0) ADVANCE(263); + END_STATE(); + case 1558: + ACCEPT_TOKEN(anon_sym_DOLLAR_DQUOTE); + END_STATE(); + case 1559: + ACCEPT_TOKEN(anon_sym_DQUOTE2); + END_STATE(); + case 1560: + ACCEPT_TOKEN(sym_inter_escape_sequence); + END_STATE(); + case 1561: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (lookahead == '#') ADVANCE(2753); + if (lookahead == '-') ADVANCE(1445); + if (lookahead == '.') ADVANCE(1226); + if (lookahead == '_') ADVANCE(1450); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1415); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1566); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1567); + END_STATE(); + case 1562: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (lookahead == '#') ADVANCE(2753); + if (lookahead == '.') ADVANCE(1226); + if (lookahead == '_') ADVANCE(1453); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1417); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1567); + END_STATE(); + case 1563: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (lookahead == '#') ADVANCE(2753); + if (lookahead == '_') ADVANCE(1565); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1417); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); + END_STATE(); + case 1564: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (lookahead == '#') ADVANCE(2753); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); + END_STATE(); + case 1565: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (lookahead == '_') ADVANCE(1565); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1417); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); + END_STATE(); + case 1566: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(1566); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); + END_STATE(); + case 1567: + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); + END_STATE(); + case 1568: + ACCEPT_TOKEN(aux_sym__record_key_token1); + if (lookahead == '#') ADVANCE(2749); + if (lookahead == '.') ADVANCE(1223); + if (lookahead == '_') ADVANCE(1452); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1416); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1569); + END_STATE(); + case 1569: + ACCEPT_TOKEN(aux_sym__record_key_token1); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1569); + END_STATE(); + case 1570: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == '-') ADVANCE(1588); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1571: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == '-') ADVANCE(1592); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1572: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == ':') ADVANCE(470); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1573: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1574: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1575: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == '_') ADVANCE(1575); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1576: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1510); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1577: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1580); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1578: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1576); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1579: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1577); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1580: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1581); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1581: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1509); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1582: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(1503); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1583: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(1504); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1584: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1571); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1585: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1537); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1586: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1572); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1587: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1588: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1585); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1589: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1586); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1590: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1587); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1591: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1570); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1592: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1591); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1593: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1502); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1594: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1594); + END_STATE(); + case 1595: + ACCEPT_TOKEN(aux_sym_path_token1); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1595); + END_STATE(); + case 1596: + ACCEPT_TOKEN(anon_sym_CARET); + END_STATE(); + case 1597: + ACCEPT_TOKEN(anon_sym_CARET); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1598: + ACCEPT_TOKEN(anon_sym_err_GT); + END_STATE(); + case 1599: + ACCEPT_TOKEN(anon_sym_err_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1600: + ACCEPT_TOKEN(anon_sym_out_GT); + END_STATE(); + case 1601: + ACCEPT_TOKEN(anon_sym_out_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1602: + ACCEPT_TOKEN(anon_sym_e_GT); + END_STATE(); + case 1603: + ACCEPT_TOKEN(anon_sym_e_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1604: + ACCEPT_TOKEN(anon_sym_o_GT); + END_STATE(); + case 1605: + ACCEPT_TOKEN(anon_sym_o_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); + END_STATE(); + case 1606: + ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); + END_STATE(); case 1607: - ACCEPT_TOKEN(anon_sym_ns); + ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1608: - ACCEPT_TOKEN(anon_sym_ns); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); END_STATE(); case 1609: - ACCEPT_TOKEN(anon_sym_ns); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1610: - ACCEPT_TOKEN(anon_sym_s); + ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); END_STATE(); case 1611: - ACCEPT_TOKEN(anon_sym_s); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1612: - ACCEPT_TOKEN(anon_sym_s); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); END_STATE(); case 1613: - ACCEPT_TOKEN(anon_sym_us); + ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1614: - ACCEPT_TOKEN(anon_sym_us); - if (lookahead == 'e') ADVANCE(1191); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_short_flag_token1); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(1614); END_STATE(); case 1615: - ACCEPT_TOKEN(anon_sym_us); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1639); + if (lookahead == '-') ADVANCE(1641); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == '_') ADVANCE(1641); + if (lookahead == 'r') ADVANCE(1687); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1616: - ACCEPT_TOKEN(anon_sym_ms); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'u') ADVANCE(1703); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1617: - ACCEPT_TOKEN(anon_sym_ms); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'u') ADVANCE(1703); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1618: - ACCEPT_TOKEN(anon_sym_ms); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'r') ADVANCE(1687); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1619: - ACCEPT_TOKEN(anon_sym_sec); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'r') ADVANCE(1687); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1620: - ACCEPT_TOKEN(anon_sym_sec); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + ADVANCE_MAP( + '+', 1676, + '>', 1602, + 'B', 1513, + 'b', 1513, + 'I', 1724, + 'i', 1724, + 'n', 1653, + 'r', 1687, + ); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1621: - ACCEPT_TOKEN(anon_sym_sec); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1687); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1622: - ACCEPT_TOKEN(anon_sym_min); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1678); + if (lookahead == '>') ADVANCE(1598); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1623: - ACCEPT_TOKEN(anon_sym_min); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '+') ADVANCE(1659); + if (lookahead == '>') ADVANCE(1600); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1624: - ACCEPT_TOKEN(anon_sym_min); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '-') ADVANCE(1646); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1625: - ACCEPT_TOKEN(anon_sym_hr); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '-') ADVANCE(1664); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1626: - ACCEPT_TOKEN(anon_sym_hr); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '-') ADVANCE(1711); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1627: - ACCEPT_TOKEN(anon_sym_hr); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '-') ADVANCE(1740); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1628: - ACCEPT_TOKEN(anon_sym_day); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '-') ADVANCE(1712); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1629: - ACCEPT_TOKEN(anon_sym_day); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '2') ADVANCE(1732); + if (lookahead == '0' || + lookahead == '1') ADVANCE(1737); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1630: - ACCEPT_TOKEN(anon_sym_day); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == ':') ADVANCE(1743); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1631: - ACCEPT_TOKEN(anon_sym_wk); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == ':') ADVANCE(1745); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1632: - ACCEPT_TOKEN(anon_sym_wk); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1633: - ACCEPT_TOKEN(anon_sym_wk); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1634: - ACCEPT_TOKEN(anon_sym_b); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '>') ADVANCE(1612); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1635: - ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(2063); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '>') ADVANCE(1610); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1636: - ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(1008); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '>') ADVANCE(1606); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1637: - ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(451); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '>') ADVANCE(1608); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1638: - ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(866); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1639: - ACCEPT_TOKEN(anon_sym_b); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '_') ADVANCE(1641); + if (lookahead == 'o') ADVANCE(1634); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1640: - ACCEPT_TOKEN(anon_sym_B); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '_') ADVANCE(1641); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1641); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1641: - ACCEPT_TOKEN(anon_sym_B); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '_') ADVANCE(1641); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1642: - ACCEPT_TOKEN(anon_sym_B); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '_') ADVANCE(1642); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1643: - ACCEPT_TOKEN(anon_sym_kb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == '_') ADVANCE(1643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1644: - ACCEPT_TOKEN(anon_sym_kb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'a') ADVANCE(1713); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1645: - ACCEPT_TOKEN(anon_sym_kb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'a') ADVANCE(1671); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1646: - ACCEPT_TOKEN(anon_sym_kB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'a') ADVANCE(1675); + if (lookahead == 'o') ADVANCE(1689); + if (lookahead == 's') ADVANCE(1660); + if (lookahead == 'x') ADVANCE(1680); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1647: - ACCEPT_TOKEN(anon_sym_kB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'a') ADVANCE(1691); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1648: - ACCEPT_TOKEN(anon_sym_kB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'b') ADVANCE(1513); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1649: - ACCEPT_TOKEN(anon_sym_Kb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'c') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1650: - ACCEPT_TOKEN(anon_sym_Kb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'd') ADVANCE(1376); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1651: - ACCEPT_TOKEN(anon_sym_Kb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'd') ADVANCE(1298); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1652: - ACCEPT_TOKEN(anon_sym_KB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'd') ADVANCE(1361); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1653: - ACCEPT_TOKEN(anon_sym_KB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'd') ADVANCE(1697); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1654: - ACCEPT_TOKEN(anon_sym_KB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'e') ADVANCE(1649); + if (lookahead == 't') ADVANCE(1647); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1655: - ACCEPT_TOKEN(anon_sym_mb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'e') ADVANCE(1649); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1656: - ACCEPT_TOKEN(anon_sym_mb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'e') ADVANCE(1463); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1657: - ACCEPT_TOKEN(anon_sym_mb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'e') ADVANCE(1471); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1658: - ACCEPT_TOKEN(anon_sym_mB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'e') ADVANCE(1635); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1659: - ACCEPT_TOKEN(anon_sym_mB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'e') ADVANCE(1693); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1660: - ACCEPT_TOKEN(anon_sym_mB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'h') ADVANCE(1669); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1661: - ACCEPT_TOKEN(anon_sym_Mb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'h') ADVANCE(1350); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1662: - ACCEPT_TOKEN(anon_sym_Mb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'h') ADVANCE(1345); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1663: - ACCEPT_TOKEN(anon_sym_Mb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'i') ADVANCE(1700); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1664: - ACCEPT_TOKEN(anon_sym_MB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'i') ADVANCE(1673); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1665: - ACCEPT_TOKEN(anon_sym_MB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'i') ADVANCE(1704); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1666: - ACCEPT_TOKEN(anon_sym_MB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'i') ADVANCE(1706); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1667: - ACCEPT_TOKEN(anon_sym_gb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'k') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1668: - ACCEPT_TOKEN(anon_sym_gb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'l') ADVANCE(1454); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1669: - ACCEPT_TOKEN(anon_sym_gb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'l') ADVANCE(1315); + if (lookahead == 'r') ADVANCE(1320); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1670: - ACCEPT_TOKEN(anon_sym_gB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'l') ADVANCE(1668); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1671: - ACCEPT_TOKEN(anon_sym_gB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'l') ADVANCE(1696); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1672: - ACCEPT_TOKEN(anon_sym_gB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'n') ADVANCE(1650); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1673: - ACCEPT_TOKEN(anon_sym_Gb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'n') ADVANCE(1340); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1674: - ACCEPT_TOKEN(anon_sym_Gb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'n') ADVANCE(1653); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1675: - ACCEPT_TOKEN(anon_sym_Gb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'n') ADVANCE(1652); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1676: - ACCEPT_TOKEN(anon_sym_GB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1634); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1677: - ACCEPT_TOKEN(anon_sym_GB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1688); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1678: - ACCEPT_TOKEN(anon_sym_GB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1710); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1679: - ACCEPT_TOKEN(anon_sym_tb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1651); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1680: - ACCEPT_TOKEN(anon_sym_tb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1690); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1681: - ACCEPT_TOKEN(anon_sym_tb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1701); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1682: - ACCEPT_TOKEN(anon_sym_tB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1702); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1683: - ACCEPT_TOKEN(anon_sym_tB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'o') ADVANCE(1702); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1684: - ACCEPT_TOKEN(anon_sym_tB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1685: - ACCEPT_TOKEN(anon_sym_Tb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1390); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1686: - ACCEPT_TOKEN(anon_sym_Tb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1709); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1687: - ACCEPT_TOKEN(anon_sym_Tb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1622); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1688: - ACCEPT_TOKEN(anon_sym_TB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1383); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1689: - ACCEPT_TOKEN(anon_sym_TB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1371); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1690: - ACCEPT_TOKEN(anon_sym_TB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1366); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1691: - ACCEPT_TOKEN(anon_sym_pb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1707); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1692: - ACCEPT_TOKEN(anon_sym_pb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1637); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1693: - ACCEPT_TOKEN(anon_sym_pb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'r') ADVANCE(1692); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1694: - ACCEPT_TOKEN(anon_sym_pB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1695: - ACCEPT_TOKEN(anon_sym_pB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 's') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1696: - ACCEPT_TOKEN(anon_sym_pB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 's') ADVANCE(1657); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1697: - ACCEPT_TOKEN(anon_sym_Pb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 's') ADVANCE(1626); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1698: - ACCEPT_TOKEN(anon_sym_Pb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 's') ADVANCE(1628); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1699: - ACCEPT_TOKEN(anon_sym_Pb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1647); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1700: - ACCEPT_TOKEN(anon_sym_PB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1624); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1701: - ACCEPT_TOKEN(anon_sym_PB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1397); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1702: - ACCEPT_TOKEN(anon_sym_PB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1625); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1703: - ACCEPT_TOKEN(anon_sym_eb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1623); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1704: - ACCEPT_TOKEN(anon_sym_eb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1661); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1705: - ACCEPT_TOKEN(anon_sym_eb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1636); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1706: - ACCEPT_TOKEN(anon_sym_eB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1662); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1707: - ACCEPT_TOKEN(anon_sym_eB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 't') ADVANCE(1698); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1708: - ACCEPT_TOKEN(anon_sym_eB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1709: - ACCEPT_TOKEN(anon_sym_Eb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'u') ADVANCE(1656); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1710: - ACCEPT_TOKEN(anon_sym_Eb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'u') ADVANCE(1705); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1711: - ACCEPT_TOKEN(anon_sym_Eb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'w') ADVANCE(1665); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1712: - ACCEPT_TOKEN(anon_sym_EB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'w') ADVANCE(1666); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1713: - ACCEPT_TOKEN(anon_sym_EB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'y') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1714: - ACCEPT_TOKEN(anon_sym_EB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1715: - ACCEPT_TOKEN(anon_sym_kib); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + ADVANCE_MAP( + 'B', 1513, + 'b', 1513, + 'I', 1724, + '_', 1641, + 'i', 1724, + 'n', 1653, + '+', 1641, + '-', 1641, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1716: - ACCEPT_TOKEN(anon_sym_kib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == '_') ADVANCE(1641); + if (lookahead == 'i') ADVANCE(1648); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1641); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1717: - ACCEPT_TOKEN(anon_sym_kib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1653); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1718: - ACCEPT_TOKEN(anon_sym_kiB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1709); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1719: - ACCEPT_TOKEN(anon_sym_kiB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1720: - ACCEPT_TOKEN(anon_sym_kiB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1648); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1721: - ACCEPT_TOKEN(anon_sym_kIB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1723); + if (lookahead == 'o') ADVANCE(1651); + if (lookahead == 's') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1722: - ACCEPT_TOKEN(anon_sym_kIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1723); + if (lookahead == 's') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1723: - ACCEPT_TOKEN(anon_sym_kIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'n') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1724: - ACCEPT_TOKEN(anon_sym_kIb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1725: - ACCEPT_TOKEN(anon_sym_kIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1506); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1726: - ACCEPT_TOKEN(anon_sym_kIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1730); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1727: - ACCEPT_TOKEN(anon_sym_Kib); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1725); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1728: - ACCEPT_TOKEN(anon_sym_Kib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1512); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1729: - ACCEPT_TOKEN(anon_sym_Kib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1726); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1730: - ACCEPT_TOKEN(anon_sym_KIb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1731); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1731: - ACCEPT_TOKEN(anon_sym_KIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1505); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1732: - ACCEPT_TOKEN(anon_sym_KIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1533); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1733: - ACCEPT_TOKEN(anon_sym_KIB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1528); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1734: - ACCEPT_TOKEN(anon_sym_KIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1631); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1735: - ACCEPT_TOKEN(anon_sym_KIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1736: - ACCEPT_TOKEN(anon_sym_mib); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1540); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1737: - ACCEPT_TOKEN(anon_sym_mib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1533); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1738: - ACCEPT_TOKEN(anon_sym_mib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1741); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1739: - ACCEPT_TOKEN(anon_sym_miB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1535); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1740: - ACCEPT_TOKEN(anon_sym_miB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1739); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1741: - ACCEPT_TOKEN(anon_sym_miB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1627); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1742: - ACCEPT_TOKEN(anon_sym_mIB); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1734); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1743: - ACCEPT_TOKEN(anon_sym_mIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1735); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1744: - ACCEPT_TOKEN(anon_sym_mIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1630); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1745: - ACCEPT_TOKEN(anon_sym_mIb); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1744); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1746: - ACCEPT_TOKEN(anon_sym_mIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1747: - ACCEPT_TOKEN(anon_sym_mIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); END_STATE(); case 1748: - ACCEPT_TOKEN(anon_sym_Mib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 1749: - ACCEPT_TOKEN(anon_sym_Mib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 1750: - ACCEPT_TOKEN(anon_sym_Mib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 1751: - ACCEPT_TOKEN(anon_sym_MIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 1752: - ACCEPT_TOKEN(anon_sym_MIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); END_STATE(); case 1753: - ACCEPT_TOKEN(anon_sym_MIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '>') ADVANCE(1210); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 1754: - ACCEPT_TOKEN(anon_sym_MIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 1755: - ACCEPT_TOKEN(anon_sym_MIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '>') ADVANCE(1210); END_STATE(); case 1756: - ACCEPT_TOKEN(anon_sym_MIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1757: - ACCEPT_TOKEN(anon_sym_gib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); END_STATE(); case 1758: - ACCEPT_TOKEN(anon_sym_gib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '_') ADVANCE(1642); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 1759: - ACCEPT_TOKEN(anon_sym_gib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '_') ADVANCE(850); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1760: - ACCEPT_TOKEN(anon_sym_giB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '_') ADVANCE(633); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1761: - ACCEPT_TOKEN(anon_sym_giB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == '_') ADVANCE(286); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 1762: - ACCEPT_TOKEN(anon_sym_giB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'a') ADVANCE(714); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1763: - ACCEPT_TOKEN(anon_sym_gIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'a') ADVANCE(1671); END_STATE(); case 1764: - ACCEPT_TOKEN(anon_sym_gIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'a') ADVANCE(725); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1765: - ACCEPT_TOKEN(anon_sym_gIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(656); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1766: - ACCEPT_TOKEN(anon_sym_gIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1767: - ACCEPT_TOKEN(anon_sym_gIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'a') ADVANCE(800); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1768: - ACCEPT_TOKEN(anon_sym_gIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1769: - ACCEPT_TOKEN(anon_sym_Gib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'i') ADVANCE(783); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1770: - ACCEPT_TOKEN(anon_sym_Gib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1771: - ACCEPT_TOKEN(anon_sym_Gib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'e') ADVANCE(692); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1772: - ACCEPT_TOKEN(anon_sym_GIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1773: - ACCEPT_TOKEN(anon_sym_GIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1774: - ACCEPT_TOKEN(anon_sym_GIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 1775: - ACCEPT_TOKEN(anon_sym_GIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'h') ADVANCE(688); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1776: - ACCEPT_TOKEN(anon_sym_GIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'h') ADVANCE(708); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1777: - ACCEPT_TOKEN(anon_sym_GIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'i') ADVANCE(657); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1778: - ACCEPT_TOKEN(anon_sym_tib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'i') ADVANCE(1700); END_STATE(); case 1779: - ACCEPT_TOKEN(anon_sym_tib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'i') ADVANCE(906); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1780: - ACCEPT_TOKEN(anon_sym_tib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'i') ADVANCE(404); END_STATE(); case 1781: - ACCEPT_TOKEN(anon_sym_tiB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'i') ADVANCE(793); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1782: - ACCEPT_TOKEN(anon_sym_tiB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1783: - ACCEPT_TOKEN(anon_sym_tiB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1784: - ACCEPT_TOKEN(anon_sym_tIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'l') ADVANCE(705); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1785: - ACCEPT_TOKEN(anon_sym_tIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'l') ADVANCE(784); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1786: - ACCEPT_TOKEN(anon_sym_tIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(1650); END_STATE(); case 1787: - ACCEPT_TOKEN(anon_sym_tIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(303); END_STATE(); case 1788: - ACCEPT_TOKEN(anon_sym_tIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 1789: - ACCEPT_TOKEN(anon_sym_tIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(859); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1790: - ACCEPT_TOKEN(anon_sym_Tib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(1174); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1791: - ACCEPT_TOKEN(anon_sym_Tib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(1653); END_STATE(); case 1792: - ACCEPT_TOKEN(anon_sym_Tib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 1793: - ACCEPT_TOKEN(anon_sym_TIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1794: - ACCEPT_TOKEN(anon_sym_TIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1795: - ACCEPT_TOKEN(anon_sym_TIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1796: - ACCEPT_TOKEN(anon_sym_TIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 't') ADVANCE(646); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1797: - ACCEPT_TOKEN(anon_sym_TIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(803); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1798: - ACCEPT_TOKEN(anon_sym_TIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(1688); END_STATE(); case 1799: - ACCEPT_TOKEN(anon_sym_pib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(1651); END_STATE(); case 1800: - ACCEPT_TOKEN(anon_sym_pib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(383); END_STATE(); case 1801: - ACCEPT_TOKEN(anon_sym_pib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(908); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1802: - ACCEPT_TOKEN(anon_sym_piB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(304); END_STATE(); case 1803: - ACCEPT_TOKEN(anon_sym_piB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(860); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1804: - ACCEPT_TOKEN(anon_sym_piB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1805: - ACCEPT_TOKEN(anon_sym_pIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(789); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1806: - ACCEPT_TOKEN(anon_sym_pIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(893); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1807: - ACCEPT_TOKEN(anon_sym_pIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(406); END_STATE(); case 1808: - ACCEPT_TOKEN(anon_sym_pIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(794); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1809: - ACCEPT_TOKEN(anon_sym_pIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(761); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1810: - ACCEPT_TOKEN(anon_sym_pIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'o') ADVANCE(1702); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 1811: - ACCEPT_TOKEN(anon_sym_Pib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(804); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1812: - ACCEPT_TOKEN(anon_sym_Pib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1813: - ACCEPT_TOKEN(anon_sym_Pib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 1814: - ACCEPT_TOKEN(anon_sym_PIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(1709); END_STATE(); case 1815: - ACCEPT_TOKEN(anon_sym_PIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(1392); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1816: - ACCEPT_TOKEN(anon_sym_PIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1817: - ACCEPT_TOKEN(anon_sym_PIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1818: - ACCEPT_TOKEN(anon_sym_PIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'r') ADVANCE(818); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1819: - ACCEPT_TOKEN(anon_sym_PIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 's') ADVANCE(663); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1820: - ACCEPT_TOKEN(anon_sym_eib); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 't') ADVANCE(1647); END_STATE(); case 1821: - ACCEPT_TOKEN(anon_sym_eib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 't') ADVANCE(290); END_STATE(); case 1822: - ACCEPT_TOKEN(anon_sym_eib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 't') ADVANCE(855); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1823: - ACCEPT_TOKEN(anon_sym_eiB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 1824: - ACCEPT_TOKEN(anon_sym_eiB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1825: - ACCEPT_TOKEN(anon_sym_eiB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 1826: - ACCEPT_TOKEN(anon_sym_eIB); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1827: - ACCEPT_TOKEN(anon_sym_eIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1828: - ACCEPT_TOKEN(anon_sym_eIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1725); END_STATE(); case 1829: - ACCEPT_TOKEN(anon_sym_eIb); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1830: - ACCEPT_TOKEN(anon_sym_eIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1831: - ACCEPT_TOKEN(anon_sym_eIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '+') ADVANCE(1954); + if (lookahead == '>') ADVANCE(1605); + if (lookahead == 'r') ADVANCE(1396); + if (lookahead == 'u') ADVANCE(2183); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1832: - ACCEPT_TOKEN(anon_sym_Eib); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '+') ADVANCE(1954); + if (lookahead == '>') ADVANCE(1605); + if (lookahead == 'u') ADVANCE(2183); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1833: - ACCEPT_TOKEN(anon_sym_Eib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '+') ADVANCE(2073); + if (lookahead == '>') ADVANCE(1603); + if (lookahead == 'n') ADVANCE(1918); + if (lookahead == 'r') ADVANCE(2116); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1834: - ACCEPT_TOKEN(anon_sym_Eib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '+') ADVANCE(2073); + if (lookahead == '>') ADVANCE(1603); + if (lookahead == 'r') ADVANCE(2116); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1835: - ACCEPT_TOKEN(anon_sym_EIb); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '+') ADVANCE(2074); + if (lookahead == '>') ADVANCE(1599); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1836: - ACCEPT_TOKEN(anon_sym_EIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '+') ADVANCE(1962); + if (lookahead == '>') ADVANCE(1601); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1837: - ACCEPT_TOKEN(anon_sym_EIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(1893); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1838: - ACCEPT_TOKEN(anon_sym_EIB); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2280); + if (lookahead == '_') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1886); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1839: - ACCEPT_TOKEN(anon_sym_EIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2220); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1840: - ACCEPT_TOKEN(anon_sym_EIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(1895); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1841: - ACCEPT_TOKEN(anon_sym_0b); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(1597); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(1905); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1842: - ACCEPT_TOKEN(anon_sym_0b); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(2623); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(1905); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1843: - ACCEPT_TOKEN(anon_sym_0b); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(3102); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2222); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1844: - ACCEPT_TOKEN(anon_sym_0o); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1598); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2222); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1845: - ACCEPT_TOKEN(anon_sym_0o); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(2626); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2221); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1846: - ACCEPT_TOKEN(anon_sym_0o); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(3105); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(1999); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1847: - ACCEPT_TOKEN(anon_sym_0x); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1596); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(1999); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1848: - ACCEPT_TOKEN(anon_sym_0x); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2640); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2008); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1849: - ACCEPT_TOKEN(anon_sym_0x); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3119); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2281); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1850: - ACCEPT_TOKEN(anon_sym_LBRACK2); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2223); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1851: - ACCEPT_TOKEN(sym_hex_digit); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1851); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2225); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1852: - ACCEPT_TOKEN(sym_val_date); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2225); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1853: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == '.') ADVANCE(502); - if (lookahead == '+' || - lookahead == '-') ADVANCE(281); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1852); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '-') ADVANCE(2224); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1854: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == '.') ADVANCE(2089); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1953); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1852); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '.') ADVANCE(1138); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1855: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == '.') ADVANCE(3050); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2974); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1852); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '.') ADVANCE(1854); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1856: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == ':') ADVANCE(1866); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(501); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '.') ADVANCE(2278); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1857); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(2289); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1857: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == ':') ADVANCE(1867); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2086); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '2') ADVANCE(2270); + if (lookahead == '0' || + lookahead == '1') ADVANCE(2279); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1858: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == ':') ADVANCE(1868); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3045); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == ':') ADVANCE(2271); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2273); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1859: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(2095); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == ':') ADVANCE(2283); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1860: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(3054); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == ':') ADVANCE(2285); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1861: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(1913); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '=') ADVANCE(1330); + if (lookahead == '~') ADVANCE(1360); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1862: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(511); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '=') ADVANCE(1327); + if (lookahead == '>') ADVANCE(1211); + if (lookahead == '~') ADVANCE(1357); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1863: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == '+' || - lookahead == '-') ADVANCE(281); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1852); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1863); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '=') ADVANCE(1327); + if (lookahead == '~') ADVANCE(1357); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1864: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1953); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1852); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1864); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '=') ADVANCE(1329); + if (lookahead == '~') ADVANCE(1359); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 1865: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2974); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1852); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1865); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '=') ADVANCE(1326); + if (lookahead == '~') ADVANCE(1356); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 1866: - ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(501); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '>') ADVANCE(1613); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1867: - ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2086); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '>') ADVANCE(1611); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1868: - ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3045); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '>') ADVANCE(1607); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1869: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '>') ADVANCE(1609); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1870: - ACCEPT_TOKEN(sym__escaped_str_content); - if (lookahead == '#') ADVANCE(1871); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1870); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(1871); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '>') ADVANCE(1211); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1871: - ACCEPT_TOKEN(sym__escaped_str_content); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(1871); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'N') ADVANCE(2253); + if (lookahead == 'f') ADVANCE(1198); + if (lookahead == 'n') ADVANCE(1171); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1872: - ACCEPT_TOKEN(sym__str_single_quotes); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'N') ADVANCE(2254); + if (lookahead == 'n') ADVANCE(1172); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1873: - ACCEPT_TOKEN(sym__str_back_ticks); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'N') ADVANCE(2231); + if (lookahead == 'f') ADVANCE(1195); + if (lookahead == 'n') ADVANCE(1169); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1874: - ACCEPT_TOKEN(sym_escape_sequence); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'T') ADVANCE(2282); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1875: - ACCEPT_TOKEN(sym_escaped_interpolated_content); - if (lookahead == '#') ADVANCE(1876); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1875); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '(' && - lookahead != '\\') ADVANCE(1876); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1875); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1875); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1876: - ACCEPT_TOKEN(sym_escaped_interpolated_content); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '(' && - lookahead != '\\') ADVANCE(1876); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1876); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1876); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1877: - ACCEPT_TOKEN(sym_unescaped_interpolated_content); - if (lookahead == '#') ADVANCE(1878); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1877); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '(') ADVANCE(1878); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1878); + if (lookahead == 'b') ADVANCE(2246); + if (lookahead == 'o') ADVANCE(2247); + if (lookahead == 'x') ADVANCE(2248); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1878); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 1878: - ACCEPT_TOKEN(sym_unescaped_interpolated_content); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '(') ADVANCE(1878); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1878); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1878); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 1879: - ACCEPT_TOKEN(anon_sym_DOLLAR_SQUOTE); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1879); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1420); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1880: - ACCEPT_TOKEN(anon_sym_SQUOTE); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1881); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1881); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1440); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1881: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (lookahead == '\'') ADVANCE(1872); - if (lookahead != 0) ADVANCE(270); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1881); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1440); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1882: - ACCEPT_TOKEN(anon_sym_DOLLAR_DQUOTE); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1886); + if (lookahead == 'b') ADVANCE(1518); + if (lookahead == 'o') ADVANCE(1521); + if (lookahead == 'x') ADVANCE(1524); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1884); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1883: - ACCEPT_TOKEN(anon_sym_DQUOTE2); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1838); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1884: - ACCEPT_TOKEN(sym_inter_escape_sequence); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1883); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1885: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3176); - if (lookahead == '-') ADVANCE(1539); - if (lookahead == '.') ADVANCE(1320); - if (lookahead == '_') ADVANCE(1544); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1509); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1890); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1884); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1886: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3176); - if (lookahead == '.') ADVANCE(1320); - if (lookahead == '_') ADVANCE(1547); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1511); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == '_') ADVANCE(1886); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1886); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1887: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3176); - if (lookahead == '_') ADVANCE(1889); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1511); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2036); + if (lookahead == 'o') ADVANCE(2100); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1888: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3176); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2016); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1889: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '_') ADVANCE(1889); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1511); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2226); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1890: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1890); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2018); + if (lookahead == 'o') ADVANCE(1915); + if (lookahead == 'u') ADVANCE(2173); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1891: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2017); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1892: - ACCEPT_TOKEN(aux_sym__record_key_token1); - if (lookahead == '#') ADVANCE(3172); - if (lookahead == '.') ADVANCE(1317); - if (lookahead == '_') ADVANCE(1546); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1510); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1893); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2027); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1893: - ACCEPT_TOKEN(aux_sym__record_key_token1); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1893); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2065); + if (lookahead == 'o') ADVANCE(2103); + if (lookahead == 's') ADVANCE(1982); + if (lookahead == 'x') ADVANCE(2091); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1894: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '-') ADVANCE(1912); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2171); + if (lookahead == 'o') ADVANCE(2043); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1895: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '-') ADVANCE(1916); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2066); + if (lookahead == 'o') ADVANCE(2111); + if (lookahead == 's') ADVANCE(1987); + if (lookahead == 'x') ADVANCE(2090); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1896: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == ':') ADVANCE(506); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2228); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1897: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2143); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1898: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2165); + if (lookahead == 'o') ADVANCE(1912); + if (lookahead == 'u') ADVANCE(2166); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1899: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '_') ADVANCE(1899); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2165); + if (lookahead == 'o') ADVANCE(1925); + if (lookahead == 'u') ADVANCE(2166); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1900: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1604); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2130); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1901: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1904); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2144); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1902: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1900); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2132); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1903: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1901); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2133); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1904: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1905); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2135); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1905: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1603); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'a') ADVANCE(2064); + if (lookahead == 'o') ADVANCE(2118); + if (lookahead == 's') ADVANCE(1990); + if (lookahead == 'x') ADVANCE(2086); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1906: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(1597); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'c') ADVANCE(1981); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1907: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1598); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'c') ADVANCE(1985); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1908: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1895); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'c') ADVANCE(1986); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1909: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1861); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'c') ADVANCE(1949); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1910: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1896); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'c') ADVANCE(1938); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1911: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1908); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1381); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1912: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1909); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1300); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1913: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1910); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1364); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1914: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1911); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1377); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1915: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1894); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1299); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1916: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1915); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1362); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1917: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1596); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1382); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1918: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1918); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(2150); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1919: - ACCEPT_TOKEN(aux_sym_path_token1); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1919); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1304); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1920: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1365); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1921: - ACCEPT_TOKEN(anon_sym_CARET); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1379); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1922: - ACCEPT_TOKEN(anon_sym_err_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(2148); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1923: - ACCEPT_TOKEN(anon_sym_err_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1303); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1924: - ACCEPT_TOKEN(anon_sym_out_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(2145); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1925: - ACCEPT_TOKEN(anon_sym_out_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(2209); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1926: - ACCEPT_TOKEN(anon_sym_e_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(2146); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1927: - ACCEPT_TOKEN(anon_sym_e_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1932); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1928: - ACCEPT_TOKEN(anon_sym_o_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'd') ADVANCE(1945); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1929: - ACCEPT_TOKEN(anon_sym_o_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1975); + if (lookahead == 'o') ADVANCE(1193); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1930: - ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1978); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1931: - ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1098); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1932: - ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1256); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1933: - ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1468); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1934: - ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1476); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1935: - ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1285); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1936: - ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1188); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1937: - ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1093); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1938: - ACCEPT_TOKEN(aux_sym_short_flag_token1); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1938); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1243); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1939: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1996); - if (lookahead == '-') ADVANCE(1998); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'r') ADVANCE(2049); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1163); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1940: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'r') ADVANCE(1484); - if (lookahead == 'u') ADVANCE(2066); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1976); + if (lookahead == 'o') ADVANCE(1190); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1941: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'u') ADVANCE(2066); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2219); + if (lookahead == 'o') ADVANCE(2181); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2237); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1942: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1979); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1943: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'r') ADVANCE(2049); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1095); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1944: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1201); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1945: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'r') ADVANCE(2049); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1254); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1946: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2040); - if (lookahead == '>') ADVANCE(1922); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1183); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1947: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(2021); - if (lookahead == '>') ADVANCE(1924); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1185); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1948: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2003); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1090); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1949: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2026); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1241); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1950: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2074); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1160); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1951: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2093); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1470); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1952: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2075); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1478); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1953: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '2') ADVANCE(2085); - if (lookahead == '0' || - lookahead == '1') ADVANCE(2090); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2164); + if (lookahead == 'o') ADVANCE(2070); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1954: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == ':') ADVANCE(2096); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1867); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1955: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == ':') ADVANCE(2098); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1888); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1956: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2172); + if (lookahead == 'i') ADVANCE(2153); + if (lookahead == 'o') ADVANCE(2072); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1957: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(1891); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1958: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1936); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2131); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1959: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1934); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2040); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1960: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1930); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2126); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1961: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1932); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2045); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1962: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(1977); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(2005); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1998); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2139); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1963: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(1977); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(2005); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2140); + if (lookahead == 'i') ADVANCE(2033); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1964: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1676); - if (lookahead == 'I') ADVANCE(1978); - if (lookahead == 'b') ADVANCE(1673); - if (lookahead == 'i') ADVANCE(2006); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2055); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1965: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1652); - if (lookahead == 'I') ADVANCE(1979); - if (lookahead == 'b') ADVANCE(1649); - if (lookahead == 'i') ADVANCE(2007); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2057); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1966: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1664); - if (lookahead == 'I') ADVANCE(1980); - if (lookahead == 'b') ADVANCE(1661); - if (lookahead == 'i') ADVANCE(2008); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2060); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1967: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'I') ADVANCE(1981); - if (lookahead == 'b') ADVANCE(1697); - if (lookahead == 'i') ADVANCE(2009); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2128); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1968: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'I') ADVANCE(1982); - if (lookahead == 'b') ADVANCE(1685); - if (lookahead == 'i') ADVANCE(2010); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2061); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1969: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1998); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2127); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1970: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2062); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1971: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1670); - if (lookahead == 'I') ADVANCE(1985); - if (lookahead == 'b') ADVANCE(1667); - if (lookahead == 'i') ADVANCE(1986); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2063); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1972: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1646); - if (lookahead == 'I') ADVANCE(1987); - if (lookahead == 'b') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(1988); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2113); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1973: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(1989); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(1990); - if (lookahead == 'o') ADVANCE(2013); - if (lookahead == 's') ADVANCE(1616); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'e') ADVANCE(2105); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1974: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(1989); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(1990); - if (lookahead == 's') ADVANCE(1616); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'f') ADVANCE(1198); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2253); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1975: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1694); - if (lookahead == 'I') ADVANCE(1991); - if (lookahead == 'b') ADVANCE(1691); - if (lookahead == 'i') ADVANCE(1992); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'f') ADVANCE(1079); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1976: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1682); - if (lookahead == 'I') ADVANCE(1993); - if (lookahead == 'b') ADVANCE(1679); - if (lookahead == 'i') ADVANCE(1994); - if (lookahead == 'r') ADVANCE(2072); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'f') ADVANCE(1076); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1977: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1838); - if (lookahead == 'b') ADVANCE(1835); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'f') ADVANCE(1199); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1978: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1775); - if (lookahead == 'b') ADVANCE(1772); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'g') ADVANCE(2006); + if (lookahead == 't') ADVANCE(2206); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1979: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1733); - if (lookahead == 'b') ADVANCE(1730); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'g') ADVANCE(2015); + if (lookahead == 't') ADVANCE(2205); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1980: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1754); - if (lookahead == 'b') ADVANCE(1751); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1963); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1981: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1817); - if (lookahead == 'b') ADVANCE(1814); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1207); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1982: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1796); - if (lookahead == 'b') ADVANCE(1793); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(2020); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1983: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1826); - if (lookahead == 'b') ADVANCE(1829); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1353); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1984: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1823); - if (lookahead == 'b') ADVANCE(1820); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1348); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1985: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1763); - if (lookahead == 'b') ADVANCE(1766); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1235); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1986: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1760); - if (lookahead == 'b') ADVANCE(1757); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1204); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1987: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1721); - if (lookahead == 'b') ADVANCE(1724); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(2021); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1988: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1718); - if (lookahead == 'b') ADVANCE(1715); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1351); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1989: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1742); - if (lookahead == 'b') ADVANCE(1745); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1346); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1990: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1739); - if (lookahead == 'b') ADVANCE(1736); - if (lookahead == 'n') ADVANCE(1622); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(2023); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1991: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1805); - if (lookahead == 'b') ADVANCE(1808); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1354); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1992: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1802); - if (lookahead == 'b') ADVANCE(1799); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1349); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 1993: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1784); - if (lookahead == 'b') ADVANCE(1787); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'h') ADVANCE(1996); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1994: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1781); - if (lookahead == 'b') ADVANCE(1778); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2163); + if (lookahead == 'r') ADVANCE(1955); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1995: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N') ADVANCE(2078); - if (lookahead == 'n') ADVANCE(1265); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2170); + if (lookahead == 'r') ADVANCE(1957); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1996: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'o') ADVANCE(1958); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2032); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1997: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1998); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(1897); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 1998: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1998); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(1901); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 1999: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1999); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2049); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2000: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(2000); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2180); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2001: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(2076); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2179); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2002: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(2033); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(1927); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2003: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(2037); - if (lookahead == 'o') ADVANCE(2051); - if (lookahead == 's') ADVANCE(2022); - if (lookahead == 'x') ADVANCE(2042); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2054); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2004: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(2053); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(1928); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2005: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1832); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2056); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2006: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1769); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2157); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2007: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1727); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2041); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2008: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1748); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2046); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2009: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1811); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2184); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2010: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1790); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2188); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2011: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'c') ADVANCE(1619); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2189); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2012: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1470); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2191); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2013: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1392); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2190); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2014: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1455); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2192); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2015: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(2060); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'i') ADVANCE(2158); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2016: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(2011); - if (lookahead == 't') ADVANCE(2004); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'k') ADVANCE(1159); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2017: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(2011); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'k') ADVANCE(1156); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2018: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1557); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'k') ADVANCE(1946); + if (lookahead == 't') ADVANCE(1908); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2019: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1565); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1459); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2020: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1959); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1318); + if (lookahead == 'r') ADVANCE(1323); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2021: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(2055); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1316); + if (lookahead == 'r') ADVANCE(1321); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2022: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(2031); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1461); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2023: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1444); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1319); + if (lookahead == 'r') ADVANCE(1324); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2024: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1439); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1997); + if (lookahead == 'n') ADVANCE(1911); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2025: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2063); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1997); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2026: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2035); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1998); + if (lookahead == 'n') ADVANCE(1914); + if (lookahead == 's') ADVANCE(1269); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2027: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2067); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(2147); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2028: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2069); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(2019); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2029: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'k') ADVANCE(1631); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(2022); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2030: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1548); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1889); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2031: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1409); - if (lookahead == 'r') ADVANCE(1414); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1896); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2032: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(2030); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1947); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2033: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(2059); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1936); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2034: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(2012); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1948); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2035: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1434); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(1937); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2036: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(2015); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(2156); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2037: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(2014); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'l') ADVANCE(2152); + if (lookahead == 'n') ADVANCE(1926); + if (lookahead == 'r') ADVANCE(2142); + if (lookahead == 'x') ADVANCE(2097); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2038: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1958); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2154); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2039: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2050); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1088); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2040: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2073); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2210); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2041: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2013); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1343); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2042: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2052); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1240); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2043: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2064); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2155); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2044: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2065); - if (lookahead == 's') ADVANCE(1607); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1085); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2045: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2065); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2214); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2046: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1625); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1341); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2047: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1484); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1237); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2048: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(2072); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1917); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2049: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1946); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1344); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2050: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1921); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2051: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1465); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1175); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2052: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1460); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1177); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2053: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(2070); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1924); + if (lookahead == 'r') ADVANCE(2141); + if (lookahead == 'x') ADVANCE(2096); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2054: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1961); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2208); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2055: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(2054); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2211); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2056: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1607); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2207); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2057: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1613); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2215); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2058: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1610); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1918); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2059: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(2019); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1922); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2060: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1950); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2212); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2061: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1952); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2216); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2062: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(2004); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2213); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2063: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1948); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(2217); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2064: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1491); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1920); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2065: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1949); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1913); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2066: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1947); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'n') ADVANCE(1916); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2067: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(2023); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2038); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2068: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1960); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2202); + if (lookahead == 't') ADVANCE(1903); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2069: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(2024); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2202); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2070: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(2061); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2094); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2071: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2203); + if (lookahead == 't') ADVANCE(1904); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2072: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(2018); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2095); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2073: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(2068); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(1866); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2074: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'w') ADVANCE(2027); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2204); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2075: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'w') ADVANCE(2028); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2121); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2076: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'y') ADVANCE(1628); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2108); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2077: - ACCEPT_TOKEN(aux_sym_unquoted_token1); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2186); + if (lookahead == 'u') ADVANCE(2029); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + lookahead == 'a') ADVANCE(2260); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2078: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1600); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2186); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2079: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2083); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2117); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2080: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2078); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(1919); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2081: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1606); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2185); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2082: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2079); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(1923); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2083: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2084); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2101); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2084: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1599); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2109); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2085: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1857); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2167); + if (lookahead == 'u') ADVANCE(2028); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2259); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2086: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1852); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2119); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2087: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1955); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2110); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2088: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1854); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2102); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2089: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1864); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2177); + if (lookahead == 'u') ADVANCE(2028); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2259); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2090: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1857); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2112); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2091: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2094); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2104); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2092: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1859); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2137); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2093: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2092); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'o') ADVANCE(2138); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2094: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1951); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'p') ADVANCE(1181); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2095: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2087); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'p') ADVANCE(1178); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2096: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2088); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'p') ADVANCE(2092); + if (lookahead == 't') ADVANCE(1969); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2097: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1954); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'p') ADVANCE(2093); + if (lookahead == 't') ADVANCE(1967); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2098: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2097); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1395); + if (lookahead == 'v') ADVANCE(1958); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2099: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2099); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2201); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2100: - ACCEPT_TOKEN(aux_sym_unquoted_token2); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1167); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2101: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'r') ADVANCE(1484); - if (lookahead == 'u') ADVANCE(2066); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1388); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2102: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'u') ADVANCE(2066); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1121); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2103: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1374); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2104: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'r') ADVANCE(2049); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1369); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2105: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1252); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2106: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '>') ADVANCE(1304); - if (lookahead == '~') ADVANCE(1449); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1391); + if (lookahead == 'v') ADVANCE(1960); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2107: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2227); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2108: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '>') ADVANCE(1304); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1164); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2109: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N') ADVANCE(895); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'n') ADVANCE(1264); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1384); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2110: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N') ADVANCE(2078); - if (lookahead == 'n') ADVANCE(1265); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1117); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2111: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1372); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2112: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(1999); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1367); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2113: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(947); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1508); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1249); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2114: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(701); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1507); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1396); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2115: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2200); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2116: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(2033); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1835); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2117: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(798); - if (lookahead == 'o') ADVANCE(830); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1389); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2118: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(729); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1375); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2119: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1370); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2120: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(874); - if (lookahead == 'o') ADVANCE(801); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1393); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2121: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(764); - if (lookahead == 'o') ADVANCE(1286); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1386); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2122: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1955); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2123: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2141); + if (lookahead == 'x') ADVANCE(2096); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2124: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(765); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1910); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2125: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(869); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1909); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2126: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2031); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2127: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'f') ADVANCE(1288); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2039); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2128: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'h') ADVANCE(761); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2044); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2129: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'h') ADVANCE(781); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1869); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2130: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(730); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2196); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2131: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(2063); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2030); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2132: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(1008); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2195); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2133: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(451); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2197); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2134: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(866); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2042); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2135: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (lookahead == 's') ADVANCE(1365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2198); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2136: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2047); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2137: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(778); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2169); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2138: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2176); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2139: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(2012); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2129); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2140: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(1935); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2141: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1268); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2088); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2142: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1262); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'r') ADVANCE(2087); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2143: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(2015); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(596); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2144: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(593); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2145: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(349); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2146: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(353); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1845); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2147: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1952); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2148: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1843); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2149: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(877); - if (lookahead == 't') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1931); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2150: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(877); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1844); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2151: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1943); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2152: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(2050); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1944); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2153: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(2013); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(2174); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2154: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(961); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(2168); + if (lookahead == 't') ADVANCE(2003); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2155: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(830); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(2175); + if (lookahead == 't') ADVANCE(2005); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2156: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(863); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1934); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2157: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(350); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(2193); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2158: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(455); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(2194); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2159: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(429); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1850); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2160: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(867); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1853); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2161: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(834); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1851); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2162: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(2065); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 's') ADVANCE(1852); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2163: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(1011); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1837); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2164: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(878); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(601); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2165: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1488); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1906); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2166: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1484); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(611); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2167: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(2072); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1399); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2168: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1486); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(616); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2169: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(590); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2170: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1840); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2171: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(891); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1907); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2172: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 's') ADVANCE(1611); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(602); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2173: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 's') ADVANCE(736); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(608); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2174: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(2004); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1127); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2175: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(951); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(613); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2176: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(332); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(588); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2177: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1404); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2178: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1900); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2179: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1841); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2180: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1842); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2181: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1848); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2182: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2078); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1902); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2183: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1836); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2184: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 't') ADVANCE(1991); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2185: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2308); - if (lookahead == '>') ADVANCE(1929); - if (lookahead == 'r') ADVANCE(1490); - if (lookahead == 'u') ADVANCE(2537); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1846); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2186: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2308); - if (lookahead == '>') ADVANCE(1929); - if (lookahead == 'u') ADVANCE(2537); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1847); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2187: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2427); - if (lookahead == '>') ADVANCE(1927); - if (lookahead == 'n') ADVANCE(2272); - if (lookahead == 'r') ADVANCE(2470); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1868); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2188: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2427); - if (lookahead == '>') ADVANCE(1927); - if (lookahead == 'r') ADVANCE(2470); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1992); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2189: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2428); - if (lookahead == '>') ADVANCE(1923); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1983); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2190: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2316); - if (lookahead == '>') ADVANCE(1925); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1984); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2191: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2247); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1988); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2192: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2634); - if (lookahead == '_') ADVANCE(2240); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2240); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1989); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2193: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2574); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(1973); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2194: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2249); + if (lookahead == 't') ADVANCE(1972); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2195: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2259); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(2162); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2196: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2259); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(2161); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2197: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2576); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(2159); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2198: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2576); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 't') ADVANCE(2160); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2199: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2575); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2029); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2260); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2200: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2353); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(1951); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2201: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2353); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(1933); + if (lookahead == 'y') ADVANCE(1233); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2202: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2362); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2124); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2203: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2635); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(2125); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2204: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2577); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(2187); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2205: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2579); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(2136); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2206: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2579); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(2134); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2207: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2578); + if (lookahead == 'u') ADVANCE(1950); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2208: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '.') ADVANCE(1232); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(1939); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2209: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '.') ADVANCE(2208); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'u') ADVANCE(2035); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2210: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '.') ADVANCE(2632); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2211); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(607); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2211: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '2') ADVANCE(2624); - if (lookahead == '0' || - lookahead == '1') ADVANCE(2633); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(1261); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2212: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ':') ADVANCE(2625); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2627); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(1083); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2213: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ':') ADVANCE(2637); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(1248); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2214: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ':') ADVANCE(2639); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2215: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1424); - if (lookahead == '~') ADVANCE(1454); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(1258); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2216: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1421); - if (lookahead == '>') ADVANCE(1305); - if (lookahead == '~') ADVANCE(1451); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(1080); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2217: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1421); - if (lookahead == '~') ADVANCE(1451); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'v') ADVANCE(1245); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2218: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1423); - if (lookahead == '~') ADVANCE(1453); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'v') ADVANCE(1958); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2219: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1420); - if (lookahead == '~') ADVANCE(1450); + if (lookahead == 'w') ADVANCE(1267); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2220: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1937); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'w') ADVANCE(2011); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2221: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1935); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'w') ADVANCE(2012); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2222: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1931); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'w') ADVANCE(2009); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2223: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1933); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'w') ADVANCE(2013); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2224: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1305); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'w') ADVANCE(2014); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2225: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N') ADVANCE(2607); - if (lookahead == 'f') ADVANCE(1292); - if (lookahead == 'n') ADVANCE(1266); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'w') ADVANCE(2010); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2226: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N') ADVANCE(2608); - if (lookahead == 'n') ADVANCE(1267); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'y') ADVANCE(1265); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2227: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N') ADVANCE(2585); - if (lookahead == 'f') ADVANCE(1289); - if (lookahead == 'n') ADVANCE(1263); + if (lookahead == 'y') ADVANCE(1230); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2228: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'T') ADVANCE(2636); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'y') ADVANCE(1262); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2229: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2229); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1857); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(2289); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2229); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2230: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2230); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2230); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2237); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2231: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2232); - if (lookahead == 'b') ADVANCE(2600); - if (lookahead == 'o') ADVANCE(2601); - if (lookahead == 'x') ADVANCE(2602); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2232); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2236); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2232: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2232); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2232); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2235); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2233: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2234); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2234); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1534); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2242); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2234: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2234); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1534); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2243); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2235: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2235); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1514); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2241); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2236: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2240); - if (lookahead == 'b') ADVANCE(1842); - if (lookahead == 'o') ADVANCE(1845); - if (lookahead == 'x') ADVANCE(1848); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2238); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2240); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2237: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2240); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2192); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2249); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2238: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2240); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2237); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2231); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2239: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2240); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2238); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2232); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2240: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2240); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2240); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2233); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2241: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2390); - if (lookahead == 'o') ADVANCE(2454); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2234); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2242: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2370); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2244); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2243: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2580); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2245); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2244: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2372); - if (lookahead == 'o') ADVANCE(2269); - if (lookahead == 'u') ADVANCE(2527); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2249); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2245: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2371); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2250); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2246: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2381); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2246); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2247: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2419); - if (lookahead == 'o') ADVANCE(2457); - if (lookahead == 's') ADVANCE(2336); - if (lookahead == 'x') ADVANCE(2445); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2247); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2248: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2525); - if (lookahead == 'o') ADVANCE(2397); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2248); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2249: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2420); - if (lookahead == 'o') ADVANCE(2465); - if (lookahead == 's') ADVANCE(2341); - if (lookahead == 'x') ADVANCE(2444); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2249); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2250); END_STATE(); case 2250: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2582); if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2251: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2497); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2259); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2252: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2519); - if (lookahead == 'o') ADVANCE(2266); - if (lookahead == 'u') ADVANCE(2520); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2260); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2253: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2519); - if (lookahead == 'o') ADVANCE(2279); - if (lookahead == 'u') ADVANCE(2520); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2258); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2254: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2484); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2257); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2255: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2498); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2265); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2256: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2486); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2266); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2257: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2487); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2264); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2258: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2489); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2263); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2259: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2418); - if (lookahead == 'o') ADVANCE(2472); - if (lookahead == 's') ADVANCE(2344); - if (lookahead == 'x') ADVANCE(2440); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2288); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2260: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2335); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2261: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2339); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2253); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2262: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2340); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2254); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2263: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2303); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2255); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2264: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2292); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2256); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2265: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1475); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2267); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2266: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1394); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2268); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2267: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1458); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2288); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2268: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1471); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2269: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1393); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2269); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2270: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1456); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1858); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2271: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1476); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2273); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2272: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2504); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2272); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2273: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1398); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2289); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2274: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1459); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1849); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2275: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1473); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1874); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2276: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2502); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1860); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2277: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1397); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1856); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2278: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2499); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2229); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2279: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2563); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1858); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2280: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2500); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2274); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2281: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2286); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2275); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2282: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2299); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2276); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2283: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2329); - if (lookahead == 'o') ADVANCE(1287); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2277); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2284: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2332); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1859); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2285: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1192); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2284); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2286: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1350); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2286); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2287: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1562); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(2287); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2288: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1570); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(2288); + if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2289); END_STATE(); case 2289: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1379); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2290: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1282); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); END_STATE(); case 2291: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1187); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 2292: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1337); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 2293: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1257); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 2294: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2330); - if (lookahead == 'o') ADVANCE(1284); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 2295: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2573); - if (lookahead == 'o') ADVANCE(2535); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2591); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); END_STATE(); case 2296: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2333); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2297: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1189); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); END_STATE(); case 2298: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1295); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(631); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2299: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1348); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1642); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2300: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1277); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(286); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2301: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1279); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2302: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1184); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2303: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1335); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2304: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1254); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1582); + if (lookahead == 'o') ADVANCE(1583); + if (lookahead == 'x') ADVANCE(1593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2305: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1564); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2306: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1572); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2307: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2518); - if (lookahead == 'o') ADVANCE(2424); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2308: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2221); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'a') ADVANCE(714); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2309: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2242); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'a') ADVANCE(1671); END_STATE(); case 2310: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2526); - if (lookahead == 'i') ADVANCE(2507); - if (lookahead == 'o') ADVANCE(2426); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'a') ADVANCE(725); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2311: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2245); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(656); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2312: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2485); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2313: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2394); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'a') ADVANCE(800); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2314: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2480); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2315: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2399); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'i') ADVANCE(783); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2316: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2493); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2317: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2494); - if (lookahead == 'i') ADVANCE(2387); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'e') ADVANCE(692); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2318: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2409); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2319: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2411); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2320: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2414); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 2321: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2482); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'h') ADVANCE(688); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2322: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2415); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'h') ADVANCE(708); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2323: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2481); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'i') ADVANCE(657); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2324: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2416); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'i') ADVANCE(1700); END_STATE(); case 2325: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2417); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'i') ADVANCE(906); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2326: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2467); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'i') ADVANCE(404); END_STATE(); case 2327: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2459); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'i') ADVANCE(793); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2328: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1292); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2607); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2329: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1173); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2330: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1170); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'l') ADVANCE(705); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2331: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1293); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'l') ADVANCE(784); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2332: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'g') ADVANCE(2360); - if (lookahead == 't') ADVANCE(2560); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(1650); END_STATE(); case 2333: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'g') ADVANCE(2369); - if (lookahead == 't') ADVANCE(2559); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(303); END_STATE(); case 2334: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2317); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 2335: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1301); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(859); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2336: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2374); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(1174); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2337: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1447); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(1653); END_STATE(); case 2338: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1442); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 2339: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1329); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2340: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1298); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2341: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2375); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2342: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1445); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 't') ADVANCE(646); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2343: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1440); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(803); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2344: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2377); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(1688); END_STATE(); case 2345: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1448); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(1651); END_STATE(); case 2346: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1443); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(383); END_STATE(); case 2347: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2350); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(908); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2348: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2517); - if (lookahead == 'r') ADVANCE(2309); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(304); END_STATE(); case 2349: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2524); - if (lookahead == 'r') ADVANCE(2311); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(860); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2350: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2386); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2351: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2251); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(789); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2352: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2255); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(893); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2353: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2403); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(406); END_STATE(); case 2354: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2534); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(794); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2355: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2533); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(761); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2356: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2281); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'o') ADVANCE(1702); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2357: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2408); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(804); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2358: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2282); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2359: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2410); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 2360: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2511); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(1709); END_STATE(); case 2361: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2395); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(1392); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2362: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2400); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2363: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2538); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2364: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2542); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'r') ADVANCE(818); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2365: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2543); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 's') ADVANCE(663); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2366: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2545); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 't') ADVANCE(1647); END_STATE(); case 2367: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2544); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 't') ADVANCE(290); END_STATE(); case 2368: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2546); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 't') ADVANCE(855); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2369: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2512); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2370: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'k') ADVANCE(1253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2371: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'k') ADVANCE(1250); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2372: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'k') ADVANCE(2300); - if (lookahead == 't') ADVANCE(2262); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2373: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1553); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2374: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1412); - if (lookahead == 'r') ADVANCE(1417); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1725); END_STATE(); case 2375: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1410); - if (lookahead == 'r') ADVANCE(1415); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2376: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1555); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2377: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1413); - if (lookahead == 'r') ADVANCE(1418); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); END_STATE(); case 2378: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2351); - if (lookahead == 'n') ADVANCE(2265); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 2379: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2351); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 2380: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2352); - if (lookahead == 'n') ADVANCE(2268); - if (lookahead == 's') ADVANCE(1363); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 2381: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2501); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 2382: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2373); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '.') ADVANCE(273); END_STATE(); case 2383: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2376); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); END_STATE(); case 2384: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2243); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '>') ADVANCE(1210); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 2385: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2250); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 2386: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2301); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '>') ADVANCE(1210); END_STATE(); case 2387: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2290); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2388: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2302); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); END_STATE(); case 2389: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2291); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(631); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2390: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2510); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1642); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2391: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2506); - if (lookahead == 'n') ADVANCE(2280); - if (lookahead == 'r') ADVANCE(2496); - if (lookahead == 'x') ADVANCE(2451); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(286); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2392: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2508); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2393: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1182); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2394: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2564); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2395: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1437); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1582); + if (lookahead == 'o') ADVANCE(1583); + if (lookahead == 'x') ADVANCE(1593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2396: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1334); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2397: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2509); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2398: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1179); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2399: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2568); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'a') ADVANCE(714); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2400: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1435); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'a') ADVANCE(1671); END_STATE(); case 2401: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1331); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'a') ADVANCE(725); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2402: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2271); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(656); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2403: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1438); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'u') ADVANCE(788); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2404: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2275); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'a') ADVANCE(800); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2405: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1269); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2406: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1271); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'i') ADVANCE(783); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2407: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2278); - if (lookahead == 'r') ADVANCE(2495); - if (lookahead == 'x') ADVANCE(2450); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2408: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2562); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'e') ADVANCE(692); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2409: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2565); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2410: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2561); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2411: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2569); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 2412: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2272); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'h') ADVANCE(688); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2413: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2276); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'h') ADVANCE(708); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2414: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2566); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'i') ADVANCE(657); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2415: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2570); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'i') ADVANCE(1700); END_STATE(); case 2416: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2567); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'i') ADVANCE(906); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2417: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2571); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'i') ADVANCE(404); END_STATE(); case 2418: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2274); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'i') ADVANCE(793); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2419: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2267); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2420: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2270); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2421: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2392); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'l') ADVANCE(705); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2422: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2556); - if (lookahead == 't') ADVANCE(2257); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'l') ADVANCE(784); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2423: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2556); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(1650); END_STATE(); case 2424: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2448); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(303); END_STATE(); case 2425: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2557); - if (lookahead == 't') ADVANCE(2258); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 2426: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2449); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(859); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2427: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2220); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(1174); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2428: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2558); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(1653); END_STATE(); case 2429: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2475); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 2430: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2462); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2431: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2540); - if (lookahead == 'u') ADVANCE(2383); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2614); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2432: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2540); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2433: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2471); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 't') ADVANCE(646); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2434: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2273); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(803); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2435: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2539); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(1688); END_STATE(); case 2436: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2277); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(1651); END_STATE(); case 2437: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2455); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(383); END_STATE(); case 2438: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2463); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(908); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2439: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2521); - if (lookahead == 'u') ADVANCE(2382); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2613); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(304); END_STATE(); case 2440: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2473); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(860); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2441: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2464); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2442: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2456); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(789); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2443: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2531); - if (lookahead == 'u') ADVANCE(2382); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2613); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(893); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2444: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2466); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(406); END_STATE(); case 2445: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2458); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(794); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2446: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2491); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(761); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2447: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2492); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'o') ADVANCE(1702); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2448: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(1275); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(804); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2449: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(1272); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2450: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(2446); - if (lookahead == 't') ADVANCE(2323); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 2451: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(2447); - if (lookahead == 't') ADVANCE(2321); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(1709); END_STATE(); case 2452: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1489); - if (lookahead == 'v') ADVANCE(2312); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(1392); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2453: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2555); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2454: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1261); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2455: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1482); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'r') ADVANCE(818); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2456: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1215); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 's') ADVANCE(663); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2457: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1468); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 't') ADVANCE(1647); END_STATE(); case 2458: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1463); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 't') ADVANCE(290); END_STATE(); case 2459: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1346); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 't') ADVANCE(855); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2460: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1485); - if (lookahead == 'v') ADVANCE(2314); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2461: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2581); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2462: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1258); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2463: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1478); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2464: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1211); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2465: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1466); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1725); END_STATE(); case 2466: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1461); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2467: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1343); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2468: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1490); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); END_STATE(); case 2469: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2554); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + '+', 284, + '-', 632, + 'B', 839, + 'b', 839, + 'I', 830, + '_', 632, + 'i', 830, + 'n', 658, + 'r', 769, + 'x', 755, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2470: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2189); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '+') ADVANCE(284); + if (lookahead == '-') ADVANCE(632); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(632); + if (lookahead == 'i') ADVANCE(648); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2471: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1483); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + '+', 1575, + '-', 632, + 'B', 839, + 'b', 839, + 'I', 830, + '_', 632, + 'i', 830, + 'l', 784, + 'n', 658, + 'r', 769, + 'x', 755, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2472: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1469); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '+') ADVANCE(1575); + if (lookahead == '-') ADVANCE(632); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(632); + if (lookahead == 'i') ADVANCE(648); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2473: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1464); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + '+', 1639, + '-', 1641, + '>', 1602, + 'B', 1513, + 'b', 1513, + 'I', 1724, + '_', 1641, + 'i', 1724, + 'n', 1653, + 'r', 1687, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2474: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1487); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + '+', 1639, + '-', 1641, + '>', 1602, + 'B', 1513, + 'b', 1513, + 'I', 1724, + '_', 1641, + 'i', 1724, + 'r', 1687, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2475: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1480); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 2476: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2309); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '+') ADVANCE(1658); + if (lookahead == '>') ADVANCE(1604); + if (lookahead == 'u') ADVANCE(1703); END_STATE(); case 2477: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2495); - if (lookahead == 'x') ADVANCE(2450); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + '+', 1676, + '>', 1602, + 'B', 1513, + 'b', 1513, + 'I', 1724, + 'i', 1724, + 'n', 1653, + 'r', 1687, + ); END_STATE(); case 2478: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2264); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '+') ADVANCE(1676); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1687); END_STATE(); case 2479: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2263); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '.') ADVANCE(273); END_STATE(); case 2480: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2385); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '=') ADVANCE(1328); + if (lookahead == '~') ADVANCE(1358); END_STATE(); case 2481: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2393); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '>') ADVANCE(1210); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 2482: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2398); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '=') ADVANCE(1325); + if (lookahead == '~') ADVANCE(1355); END_STATE(); case 2483: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2223); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '>') ADVANCE(1210); END_STATE(); case 2484: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2550); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2485: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2384); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); END_STATE(); case 2486: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2549); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(631); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2487: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2551); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(284); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2488: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2396); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1642); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2489: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2552); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(850); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2490: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2401); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(633); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2491: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2523); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(286); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2492: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2530); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1643); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2493: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2483); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2494: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2289); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2495: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2442); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1582); + if (lookahead == 'o') ADVANCE(1583); + if (lookahead == 'x') ADVANCE(1593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2496: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2441); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2497: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(631); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2498: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(628); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2499: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2193); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(1713); END_STATE(); case 2500: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2199); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(1671); END_STATE(); case 2501: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2306); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(428); END_STATE(); case 2502: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2197); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(914); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2503: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2285); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(725); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2504: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2198); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(817); + if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2505: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2297); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'a') ADVANCE(800); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2506: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2298); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'i') ADVANCE(783); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2507: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2528); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(786); + if (lookahead == 'o') ADVANCE(744); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2508: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2522); - if (lookahead == 't') ADVANCE(2357); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(692); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2509: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2529); - if (lookahead == 't') ADVANCE(2359); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2510: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2288); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(1649); END_STATE(); case 2511: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2547); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(1649); + if (lookahead == 't') ADVANCE(1647); END_STATE(); case 2512: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2548); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(858); + if (lookahead == 't') ADVANCE(855); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2513: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2204); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(299); END_STATE(); case 2514: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2207); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == 't') ADVANCE(290); END_STATE(); case 2515: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2205); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(649); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 't') ADVANCE(646); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2516: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2206); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 2517: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2191); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'h') ADVANCE(688); + if (lookahead == 'k') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2518: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(636); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'h') ADVANCE(708); + if (lookahead == 'k') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2519: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2260); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'r') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2520: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(646); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'i') ADVANCE(1700); END_STATE(); case 2521: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(1493); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'i') ADVANCE(906); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2522: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(651); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'i') ADVANCE(404); END_STATE(); case 2523: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(625); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'i') ADVANCE(793); + if (lookahead == 'r') ADVANCE(678); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2524: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2194); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'k') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2525: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2261); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'k') ADVANCE(1516); END_STATE(); case 2526: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(637); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2527: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(643); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'n') ADVANCE(653); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2528: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(1221); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'n') ADVANCE(1650); END_STATE(); case 2529: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(648); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'n') ADVANCE(303); END_STATE(); case 2530: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(623); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 2531: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(1498); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'n') ADVANCE(859); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2532: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2254); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'n') ADVANCE(1174); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2533: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2195); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(728); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2534: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2196); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(1688); END_STATE(); case 2535: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2202); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(383); END_STATE(); case 2536: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2256); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(908); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2537: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2190); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(757); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2538: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2345); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(893); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2539: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2200); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(406); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2540: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2201); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(794); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2541: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2222); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(761); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2542: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2346); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'o') ADVANCE(1702); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2543: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2337); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'r') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2544: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2338); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(681); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2545: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2342); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'r') ADVANCE(1516); END_STATE(); case 2546: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2343); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 2547: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2327); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'r') ADVANCE(1392); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2548: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2326); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2549: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2516); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 's') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2550: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2515); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2551: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2513); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2552: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2514); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 's') ADVANCE(663); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2553: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2383); + ACCEPT_TOKEN(aux_sym_unquoted_token6); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2614); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2554: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2305); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2555: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2287); - if (lookahead == 'y') ADVANCE(1327); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + 'B', 932, + 'b', 932, + 'I', 923, + '_', 852, + 'i', 923, + 'n', 861, + '+', 284, + '-', 284, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 2556: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2478); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == '_') ADVANCE(852); + if (lookahead == 'i') ADVANCE(857); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 2557: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2479); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'n') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2558: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2541); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2559: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2490); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(857); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2560: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2488); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(922); + if (lookahead == 'o') ADVANCE(860); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2561: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2304); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + 'B', 839, + 'b', 839, + 'I', 830, + 'a', 714, + 'i', 829, + 'o', 654, + 's', 839, + 'u', 788, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2562: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2293); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + 'B', 839, + 'b', 839, + 'I', 830, + 'a', 787, + 'i', 829, + 'o', 654, + 's', 839, + 'u', 788, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2563: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2389); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + 'B', 839, + 'b', 839, + 'I', 830, + 'i', 830, + 'l', 784, + 'n', 658, + 'r', 769, + 'x', 755, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2564: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(642); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'n') ADVANCE(658); + if (lookahead == 'r') ADVANCE(769); + if (lookahead == 'x') ADVANCE(755); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2565: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1355); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(804); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2566: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1177); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(818); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2567: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1342); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2568: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(639); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(648); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2569: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1352); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + 'B', 1513, + 'b', 1513, + 'I', 1724, + '_', 1641, + 'i', 1724, + 'n', 1653, + '+', 1641, + '-', 1641, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2570: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1174); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == '_') ADVANCE(1641); + if (lookahead == 'i') ADVANCE(1648); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1641); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2571: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1339); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); END_STATE(); case 2572: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(2312); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1653); END_STATE(); case 2573: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(1361); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1709); END_STATE(); case 2574: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1648); END_STATE(); case 2575: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2366); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1723); + if (lookahead == 'o') ADVANCE(1651); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2576: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2363); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1723); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2577: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2367); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + ADVANCE_MAP( + 'B', 1513, + 'b', 1513, + 'I', 435, + '_', 284, + 'i', 435, + 'n', 306, + '+', 284, + '-', 284, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2578: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2368); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == '_') ADVANCE(284); + if (lookahead == 'i') ADVANCE(435); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2579: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2364); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == '_') ADVANCE(284); + if (lookahead == 'i') ADVANCE(298); + if (lookahead == '+' || + lookahead == '-') ADVANCE(284); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2580: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'y') ADVANCE(1359); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(435); END_STATE(); case 2581: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'y') ADVANCE(1324); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(435); + if (lookahead == 'n') ADVANCE(306); END_STATE(); case 2582: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'y') ADVANCE(1356); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(298); END_STATE(); case 2583: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2211); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(2643); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2583); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(446); + if (lookahead == 'o') ADVANCE(304); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2584: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2591); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'i') ADVANCE(446); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2585: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2590); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2586: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2589); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1725); END_STATE(); case 2587: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2596); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2588: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2597); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2589: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2595); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == '-') ADVANCE(2638); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2590: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2594); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == '2') ADVANCE(2630); + if (lookahead == '0' || + lookahead == '1') ADVANCE(2637); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2591: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2603); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == ':') ADVANCE(2641); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2592: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2585); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == ':') ADVANCE(2643); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2593: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2586); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == '_') ADVANCE(2593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2594: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2587); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == '_') ADVANCE(2594); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2595: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2588); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == '_') ADVANCE(2596); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2596); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2596: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2598); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == '_') ADVANCE(2596); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2597: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2599); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'a') ADVANCE(2606); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2598: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2603); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'a') ADVANCE(2615); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2599: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'b') ADVANCE(1513); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2600: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(2600); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'c') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2601: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(2601); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'e') ADVANCE(1463); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2602: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'e') ADVANCE(1471); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2603: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'e') ADVANCE(2600); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2604: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'k') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2605: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2613); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'l') ADVANCE(1454); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2606: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2614); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'l') ADVANCE(2612); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2607: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2612); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'l') ADVANCE(2605); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2608: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2611); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'r') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2609: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2619); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'r') ADVANCE(2613); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2610: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2620); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2611: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2618); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 's') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2612: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2617); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 's') ADVANCE(2602); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2613: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2642); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'u') ADVANCE(2601); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2614: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2615: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2607); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'y') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2616: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2608); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); - END_STATE(); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); + END_STATE(); case 2617: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2609); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'r') ADVANCE(2613); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2618: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2610); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2619: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2621); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2599); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2620: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2622); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2621); + if (lookahead == 's') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2621: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2642); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'n') ADVANCE(1516); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2622: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2623: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(2623); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1507); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2624: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(2212); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2628); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2625: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2627); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1512); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2626: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(2626); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2623); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2627: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2624); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2628: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2203); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2629); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2629: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2228); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1505); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2630: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2214); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1534); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2631: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2210); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1528); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2632: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2583); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2589); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2633: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2212); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2592); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2634: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2628); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2632); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2635: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2629); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2636: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2630); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1541); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2637: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2631); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1534); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2638: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2213); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2639); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2639: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2638); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1536); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2640: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2640); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2633); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2641: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2641); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2635); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2642: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2642); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2591); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2643: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2642); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2644: - ACCEPT_TOKEN(aux_sym_unquoted_token4); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2645: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'r') ADVANCE(1484); - if (lookahead == 'u') ADVANCE(2066); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); END_STATE(); case 2646: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'u') ADVANCE(2066); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == '_') ADVANCE(2594); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2647: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'a') ADVANCE(2606); END_STATE(); case 2648: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'r') ADVANCE(2049); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'r') ADVANCE(2613); END_STATE(); case 2649: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2650: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N') ADVANCE(895); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'n') ADVANCE(1264); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2651: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N') ADVANCE(2078); - if (lookahead == 'n') ADVANCE(1265); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2623); END_STATE(); case 2652: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(699); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(699); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '-') ADVANCE(2699); + if (lookahead == '_') ADVANCE(2661); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2661); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2653: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '-') ADVANCE(2700); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2654: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1999); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '.') ADVANCE(2697); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2655); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(2706); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token2_character_set_1, 13, lookahead))) ADVANCE(2706); END_STATE(); case 2655: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(2000); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '2') ADVANCE(2689); + if (lookahead == '0' || + lookahead == '1') ADVANCE(2698); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2656: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == ':') ADVANCE(2690); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2692); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2657: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == ':') ADVANCE(2702); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2658: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1906); - if (lookahead == 'o') ADVANCE(1907); - if (lookahead == 'x') ADVANCE(1917); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == ':') ADVANCE(2704); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2659: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'T') ADVANCE(2701); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2660: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2661); + if (lookahead == 'b') ADVANCE(1519); + if (lookahead == 'o') ADVANCE(1522); + if (lookahead == 'x') ADVANCE(1525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2663); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2661: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2661); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2661); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2662: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2661); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2652); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2663: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(2033); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2661); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2662); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2664: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(798); - if (lookahead == 'o') ADVANCE(830); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2661); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2663); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2665: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(729); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2666); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2666); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1439); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2666: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2666); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1439); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2667: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(874); - if (lookahead == 'o') ADVANCE(801); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '_') ADVANCE(2667); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1418); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2668: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(764); - if (lookahead == 'o') ADVANCE(1286); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'a') ADVANCE(2671); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2669: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'e') ADVANCE(1469); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2670: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'e') ADVANCE(1477); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2671: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(765); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'l') ADVANCE(2675); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2672: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(869); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'l') ADVANCE(1460); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2673: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'l') ADVANCE(2672); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2674: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'f') ADVANCE(1288); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'r') ADVANCE(2676); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2675: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'h') ADVANCE(761); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 's') ADVANCE(2670); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2676: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'h') ADVANCE(781); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'u') ADVANCE(2669); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2677: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(730); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'u') ADVANCE(2673); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2683); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2678: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(2063); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2655); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(2706); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2678); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2679: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(1008); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2683); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2680: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(451); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2682); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2681: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(866); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2686); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2682: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (lookahead == 's') ADVANCE(1365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2685); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2683: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2706); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2684: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(778); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2680); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2685: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2681); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2686: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(2012); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2687); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2687: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2706); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2688: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1268); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2688); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2689: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1262); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(2656); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2690: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(2015); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2692); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2691: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2691); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2692: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(349); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2706); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2693: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(353); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2653); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2694: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2659); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2695: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2658); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2696: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(877); - if (lookahead == 't') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2654); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2697: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(877); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2678); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2698: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2656); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2699: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(2050); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2693); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2700: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(2013); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2694); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2701: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(961); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2695); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2702: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(830); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2696); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2703: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(863); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2657); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2704: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(350); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2703); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2705: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(455); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2705); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2706: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(429); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2707: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(867); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); END_STATE(); case 2708: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(834); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == '_') ADVANCE(2594); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2709: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(2065); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'a') ADVANCE(2606); END_STATE(); case 2710: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(1011); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'r') ADVANCE(2613); END_STATE(); case 2711: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(878); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2712: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1488); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2713: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1484); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2623); END_STATE(); case 2714: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(2072); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); + if (lookahead == '#') ADVANCE(2751); + if (lookahead == '_') ADVANCE(2716); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1421); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2717); END_STATE(); case 2715: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1486); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); + if (lookahead == '#') ADVANCE(2751); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2717); END_STATE(); case 2716: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); + if (lookahead == '_') ADVANCE(2716); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1421); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2717); END_STATE(); case 2717: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2717); END_STATE(); case 2718: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(891); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); END_STATE(); case 2719: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 's') ADVANCE(736); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == '_') ADVANCE(2594); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2720: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(2004); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == 'a') ADVANCE(2606); END_STATE(); case 2721: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(951); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == 'r') ADVANCE(2613); END_STATE(); case 2722: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(332); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2723: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'u') ADVANCE(2032); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2724: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2623); END_STATE(); case 2725: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); END_STATE(); case 2726: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == '_') ADVANCE(2593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2727: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == '_') ADVANCE(2594); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2728: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2078); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2729: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2730: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'a') ADVANCE(2606); END_STATE(); case 2731: - ACCEPT_TOKEN(aux_sym_unquoted_token5); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'a') ADVANCE(2615); END_STATE(); case 2732: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'r') ADVANCE(1484); - if (lookahead == 'u') ADVANCE(2066); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'e') ADVANCE(2600); END_STATE(); case 2733: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'u') ADVANCE(2066); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'k') ADVANCE(1516); END_STATE(); case 2734: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'r') ADVANCE(1516); END_STATE(); case 2735: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'r') ADVANCE(2049); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2736: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '.') ADVANCE(280); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2737: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2738: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '>') ADVANCE(1304); - if (lookahead == '~') ADVANCE(1449); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == '_') ADVANCE(2596); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2596); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2739: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == '_') ADVANCE(2596); + if (lookahead == 'i') ADVANCE(2599); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2596); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2740: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '>') ADVANCE(1304); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); END_STATE(); case 2741: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N') ADVANCE(895); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'n') ADVANCE(1264); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'r') ADVANCE(2613); END_STATE(); case 2742: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N') ADVANCE(2078); - if (lookahead == 'n') ADVANCE(1265); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2599); END_STATE(); case 2743: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(699); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(699); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2621); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2744: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2623); END_STATE(); case 2745: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1999); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 2746: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(2000); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ACCEPT_TOKEN(anon_sym_POUND); + if (lookahead == '\n') ADVANCE(586); + if (lookahead != 0) ADVANCE(6); END_STATE(); case 2747: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + ACCEPT_TOKEN(anon_sym_POUND); + if (lookahead == '!') ADVANCE(585); END_STATE(); case 2748: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + ACCEPT_TOKEN(anon_sym_POUND); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2289); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2250); END_STATE(); case 2749: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1906); - if (lookahead == 'o') ADVANCE(1907); - if (lookahead == 'x') ADVANCE(1917); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ACCEPT_TOKEN(anon_sym_POUND); + if ((!eof && set_contains(aux_sym__record_key_token1_character_set_1, 12, lookahead))) ADVANCE(1569); END_STATE(); case 2750: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + ACCEPT_TOKEN(anon_sym_POUND); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2706); END_STATE(); case 2751: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + ACCEPT_TOKEN(anon_sym_POUND); + if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2717); END_STATE(); case 2752: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + ACCEPT_TOKEN(anon_sym_POUND); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 2753: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(anon_sym_POUND); + if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1567); END_STATE(); case 2754: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(2033); + ACCEPT_TOKEN(anon_sym_POUND); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(2756); END_STATE(); case 2755: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(798); - if (lookahead == 'o') ADVANCE(830); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead == '#') ADVANCE(2754); + if (lookahead == '\t' || + (0x0b <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(2755); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(2756); END_STATE(); case 2756: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(729); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); - END_STATE(); - case 2757: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); - END_STATE(); - case 2758: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(874); - if (lookahead == 'o') ADVANCE(801); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); - END_STATE(); - case 2759: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(764); - if (lookahead == 'o') ADVANCE(1286); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2760: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2761: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2762: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(765); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2763: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(869); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); - END_STATE(); - case 2764: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2765: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'f') ADVANCE(1288); - END_STATE(); - case 2766: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'h') ADVANCE(761); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2767: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'h') ADVANCE(781); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2768: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(730); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2769: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(2063); - END_STATE(); - case 2770: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(1008); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2771: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(451); - END_STATE(); - case 2772: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(866); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2773: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (lookahead == 's') ADVANCE(1365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2774: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2775: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(778); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2776: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2777: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(2012); - END_STATE(); - case 2778: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2779: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1268); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2780: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1262); - END_STATE(); - case 2781: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(2015); - END_STATE(); - case 2782: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2783: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(349); - END_STATE(); - case 2784: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(353); - END_STATE(); - case 2785: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2786: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2787: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(877); - if (lookahead == 't') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2788: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(877); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2789: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2790: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(2050); - END_STATE(); - case 2791: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(2013); - END_STATE(); - case 2792: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(961); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2793: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(830); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2794: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(863); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); - END_STATE(); - case 2795: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(350); - END_STATE(); - case 2796: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(455); - END_STATE(); - case 2797: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(429); - END_STATE(); - case 2798: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(867); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); - END_STATE(); - case 2799: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(834); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2800: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(2065); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); - END_STATE(); - case 2801: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(1011); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2802: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(878); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2803: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1488); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2804: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1484); - END_STATE(); - case 2805: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(2072); - END_STATE(); - case 2806: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1486); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2807: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(747); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2808: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2809: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(891); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(2756); END_STATE(); - case 2810: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 's') ADVANCE(736); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + default: + return false; + } +} + +static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { + START_LEXER(); + eof = lexer->eof(lexer); + switch (state) { + case 0: + ADVANCE_MAP( + 'a', 1, + 'b', 2, + 'c', 3, + 'd', 4, + 'e', 5, + 'f', 6, + 'g', 7, + 'i', 8, + 'k', 9, + 'm', 10, + 'n', 11, + 'o', 12, + 'p', 13, + 'r', 14, + 's', 15, + 't', 16, + 'v', 17, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(0); END_STATE(); - case 2811: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(2004); + case 1: + if (lookahead == 'n') ADVANCE(18); END_STATE(); - case 2812: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(951); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 2: + if (lookahead == 'i') ADVANCE(19); + if (lookahead == 'l') ADVANCE(20); + if (lookahead == 'o') ADVANCE(21); END_STATE(); - case 2813: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(332); + case 3: + if (lookahead == 'l') ADVANCE(22); + if (lookahead == 'o') ADVANCE(23); END_STATE(); - case 2814: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + case 4: + if (lookahead == 'a') ADVANCE(24); + if (lookahead == 'e') ADVANCE(25); + if (lookahead == 'i') ADVANCE(26); + if (lookahead == 'u') ADVANCE(27); END_STATE(); - case 2815: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 5: + if (lookahead == 'n') ADVANCE(28); + if (lookahead == 'x') ADVANCE(29); END_STATE(); - case 2816: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + case 6: + if (lookahead == 'i') ADVANCE(30); + if (lookahead == 'l') ADVANCE(31); END_STATE(); - case 2817: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + case 7: + if (lookahead == 'l') ADVANCE(32); END_STATE(); - case 2818: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 8: + if (lookahead == 'n') ADVANCE(33); END_STATE(); - case 2819: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2078); + case 9: + if (lookahead == 'e') ADVANCE(34); END_STATE(); - case 2820: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 10: + if (lookahead == 'a') ADVANCE(35); END_STATE(); - case 2821: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 11: + if (lookahead == 'o') ADVANCE(36); + if (lookahead == 'u') ADVANCE(37); END_STATE(); - case 2822: - ACCEPT_TOKEN(aux_sym_unquoted_token6); + case 12: + if (lookahead == 'p') ADVANCE(38); END_STATE(); - case 2823: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(325); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1714); - if (lookahead == 'I') ADVANCE(680); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1711); - if (lookahead == 'i') ADVANCE(716); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + case 13: + if (lookahead == 'a') ADVANCE(39); END_STATE(); - case 2824: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(325); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + case 14: + if (lookahead == 'a') ADVANCE(40); + if (lookahead == 'e') ADVANCE(41); END_STATE(); - case 2825: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1899); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1714); - if (lookahead == 'I') ADVANCE(680); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1711); - if (lookahead == 'i') ADVANCE(716); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + case 15: + if (lookahead == 'i') ADVANCE(42); + if (lookahead == 't') ADVANCE(43); END_STATE(); - case 2826: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1899); - if (lookahead == '-') ADVANCE(700); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == '_') ADVANCE(700); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1530); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(903); + case 16: + if (lookahead == 'a') ADVANCE(44); END_STATE(); - case 2827: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1996); - if (lookahead == '-') ADVANCE(1998); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 17: + if (lookahead == 'a') ADVANCE(45); END_STATE(); - case 2828: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1996); - if (lookahead == '-') ADVANCE(1998); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'r') ADVANCE(2049); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 18: + if (lookahead == 'y') ADVANCE(46); END_STATE(); - case 2829: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'r') ADVANCE(1484); - if (lookahead == 'u') ADVANCE(2066); + case 19: + if (lookahead == 'n') ADVANCE(47); END_STATE(); - case 2830: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(2020); - if (lookahead == '>') ADVANCE(1928); - if (lookahead == 'u') ADVANCE(2066); + case 20: + if (lookahead == 'o') ADVANCE(48); END_STATE(); - case 2831: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == 'r') ADVANCE(2049); - END_STATE(); - case 2832: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(2038); - if (lookahead == '>') ADVANCE(1926); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'r') ADVANCE(2049); - END_STATE(); - case 2833: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '.') ADVANCE(280); + case 21: + if (lookahead == 'o') ADVANCE(49); END_STATE(); - case 2834: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '=') ADVANCE(1422); - if (lookahead == '~') ADVANCE(1452); + case 22: + if (lookahead == 'o') ADVANCE(50); END_STATE(); - case 2835: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '>') ADVANCE(1304); - if (lookahead == '~') ADVANCE(1449); + case 23: + if (lookahead == 'n') ADVANCE(51); END_STATE(); - case 2836: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '=') ADVANCE(1419); - if (lookahead == '~') ADVANCE(1449); + case 24: + if (lookahead == 't') ADVANCE(52); END_STATE(); - case 2837: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '>') ADVANCE(1304); + case 25: + if (lookahead == 'c') ADVANCE(53); END_STATE(); - case 2838: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1714); - if (lookahead == 'I') ADVANCE(680); - if (lookahead == 'b') ADVANCE(1711); - if (lookahead == 'i') ADVANCE(716); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 26: + if (lookahead == 'r') ADVANCE(54); END_STATE(); - case 2839: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1678); - if (lookahead == 'I') ADVANCE(681); - if (lookahead == 'b') ADVANCE(1675); - if (lookahead == 'i') ADVANCE(717); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 27: + if (lookahead == 'r') ADVANCE(55); END_STATE(); - case 2840: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1654); - if (lookahead == 'I') ADVANCE(682); - if (lookahead == 'b') ADVANCE(1651); - if (lookahead == 'i') ADVANCE(718); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 28: + if (lookahead == 'v') ADVANCE(56); END_STATE(); - case 2841: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1666); - if (lookahead == 'I') ADVANCE(683); - if (lookahead == 'b') ADVANCE(1663); - if (lookahead == 'i') ADVANCE(719); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 29: + if (lookahead == 'p') ADVANCE(57); END_STATE(); - case 2842: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1702); - if (lookahead == 'I') ADVANCE(684); - if (lookahead == 'b') ADVANCE(1699); - if (lookahead == 'i') ADVANCE(720); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 30: + if (lookahead == 'l') ADVANCE(58); END_STATE(); - case 2843: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1690); - if (lookahead == 'I') ADVANCE(685); - if (lookahead == 'b') ADVANCE(1687); - if (lookahead == 'i') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 31: + if (lookahead == 'o') ADVANCE(59); END_STATE(); - case 2844: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'l') ADVANCE(858); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2845: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'I') ADVANCE(686); - if (lookahead == 'b') ADVANCE(1705); - if (lookahead == 'i') ADVANCE(687); - if (lookahead == 'n') ADVANCE(731); - if (lookahead == 'r') ADVANCE(842); - if (lookahead == 'x') ADVANCE(828); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2846: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1672); - if (lookahead == 'I') ADVANCE(688); - if (lookahead == 'b') ADVANCE(1669); - if (lookahead == 'i') ADVANCE(689); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 32: + if (lookahead == 'o') ADVANCE(60); END_STATE(); - case 2847: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1648); - if (lookahead == 'I') ADVANCE(690); - if (lookahead == 'b') ADVANCE(1645); - if (lookahead == 'i') ADVANCE(691); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 33: + if (lookahead == 't') ADVANCE(61); END_STATE(); - case 2848: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1660); - if (lookahead == 'I') ADVANCE(692); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'b') ADVANCE(1657); - if (lookahead == 'i') ADVANCE(693); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 's') ADVANCE(1618); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(903); + case 34: + if (lookahead == 'y') ADVANCE(62); END_STATE(); - case 2849: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1660); - if (lookahead == 'I') ADVANCE(692); - if (lookahead == 'a') ADVANCE(861); - if (lookahead == 'b') ADVANCE(1657); - if (lookahead == 'i') ADVANCE(693); - if (lookahead == 'o') ADVANCE(727); - if (lookahead == 's') ADVANCE(1618); - if (lookahead == 'u') ADVANCE(862); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(903); + case 35: + if (lookahead == 't') ADVANCE(63); END_STATE(); - case 2850: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1696); - if (lookahead == 'I') ADVANCE(694); - if (lookahead == 'b') ADVANCE(1693); - if (lookahead == 'i') ADVANCE(695); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 36: + if (lookahead == 't') ADVANCE(64); END_STATE(); - case 2851: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1684); - if (lookahead == 'I') ADVANCE(696); - if (lookahead == 'b') ADVANCE(1681); - if (lookahead == 'i') ADVANCE(697); - if (lookahead == 'r') ADVANCE(878); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2852: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1684); - if (lookahead == 'I') ADVANCE(696); - if (lookahead == 'b') ADVANCE(1681); - if (lookahead == 'i') ADVANCE(697); - if (lookahead == 'r') ADVANCE(891); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2853: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(1977); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(2005); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1998); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 37: + ACCEPT_TOKEN(anon_sym_nu); + if (lookahead == 'm') ADVANCE(65); END_STATE(); - case 2854: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(1977); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(2005); + case 38: + if (lookahead == 'e') ADVANCE(66); END_STATE(); - case 2855: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(307); - if (lookahead == '_') ADVANCE(325); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(339); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 39: + if (lookahead == 't') ADVANCE(67); END_STATE(); - case 2856: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(307); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(339); + case 40: + if (lookahead == 'n') ADVANCE(68); END_STATE(); - case 2857: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1676); - if (lookahead == 'I') ADVANCE(1978); - if (lookahead == 'b') ADVANCE(1673); - if (lookahead == 'i') ADVANCE(2006); + case 41: + if (lookahead == 'c') ADVANCE(69); END_STATE(); - case 2858: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1676); - if (lookahead == 'I') ADVANCE(308); - if (lookahead == 'b') ADVANCE(1673); - if (lookahead == 'i') ADVANCE(340); + case 42: + if (lookahead == 'g') ADVANCE(70); END_STATE(); - case 2859: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1652); - if (lookahead == 'I') ADVANCE(1979); - if (lookahead == 'b') ADVANCE(1649); - if (lookahead == 'i') ADVANCE(2007); + case 43: + if (lookahead == 'r') ADVANCE(71); END_STATE(); - case 2860: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1652); - if (lookahead == 'I') ADVANCE(309); - if (lookahead == 'b') ADVANCE(1649); - if (lookahead == 'i') ADVANCE(341); + case 44: + if (lookahead == 'b') ADVANCE(72); END_STATE(); - case 2861: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1664); - if (lookahead == 'I') ADVANCE(1980); - if (lookahead == 'b') ADVANCE(1661); - if (lookahead == 'i') ADVANCE(2008); + case 45: + if (lookahead == 'r') ADVANCE(73); END_STATE(); - case 2862: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1664); - if (lookahead == 'I') ADVANCE(310); - if (lookahead == 'b') ADVANCE(1661); - if (lookahead == 'i') ADVANCE(342); + case 46: + ACCEPT_TOKEN(anon_sym_any); END_STATE(); - case 2863: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'I') ADVANCE(1981); - if (lookahead == 'b') ADVANCE(1697); - if (lookahead == 'i') ADVANCE(2009); + case 47: + if (lookahead == 'a') ADVANCE(74); END_STATE(); - case 2864: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'I') ADVANCE(311); - if (lookahead == 'b') ADVANCE(1697); - if (lookahead == 'i') ADVANCE(343); + case 48: + if (lookahead == 'c') ADVANCE(75); END_STATE(); - case 2865: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'I') ADVANCE(1982); - if (lookahead == 'b') ADVANCE(1685); - if (lookahead == 'i') ADVANCE(2010); + case 49: + if (lookahead == 'l') ADVANCE(76); END_STATE(); - case 2866: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'I') ADVANCE(312); - if (lookahead == 'b') ADVANCE(1685); - if (lookahead == 'i') ADVANCE(344); + case 50: + if (lookahead == 's') ADVANCE(77); END_STATE(); - case 2867: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == '_') ADVANCE(1998); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1998); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 51: + if (lookahead == 'd') ADVANCE(78); END_STATE(); - case 2868: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(1983); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(1984); - if (lookahead == 'n') ADVANCE(2015); + case 52: + if (lookahead == 'e') ADVANCE(79); END_STATE(); - case 2869: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == '_') ADVANCE(325); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); - if (lookahead == 'n') ADVANCE(353); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 53: + if (lookahead == 'i') ADVANCE(80); END_STATE(); - case 2870: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == '_') ADVANCE(325); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 54: + if (lookahead == 'e') ADVANCE(81); END_STATE(); - case 2871: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); + case 55: + if (lookahead == 'a') ADVANCE(82); END_STATE(); - case 2872: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(313); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(314); - if (lookahead == 'n') ADVANCE(353); + case 56: + ACCEPT_TOKEN(anon_sym_env); END_STATE(); - case 2873: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1670); - if (lookahead == 'I') ADVANCE(1985); - if (lookahead == 'b') ADVANCE(1667); - if (lookahead == 'i') ADVANCE(1986); + case 57: + if (lookahead == 'r') ADVANCE(83); END_STATE(); - case 2874: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1670); - if (lookahead == 'I') ADVANCE(315); - if (lookahead == 'b') ADVANCE(1667); - if (lookahead == 'i') ADVANCE(316); + case 58: + if (lookahead == 'e') ADVANCE(84); END_STATE(); - case 2875: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1646); - if (lookahead == 'I') ADVANCE(1987); - if (lookahead == 'b') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(1988); + case 59: + if (lookahead == 'a') ADVANCE(85); END_STATE(); - case 2876: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1646); - if (lookahead == 'I') ADVANCE(317); - if (lookahead == 'b') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(318); + case 60: + if (lookahead == 'b') ADVANCE(86); END_STATE(); - case 2877: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(1989); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(1990); - if (lookahead == 'o') ADVANCE(2013); - if (lookahead == 's') ADVANCE(1616); - END_STATE(); - case 2878: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(1989); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(1990); - if (lookahead == 's') ADVANCE(1616); + case 61: + ACCEPT_TOKEN(anon_sym_int); END_STATE(); - case 2879: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(319); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(320); - if (lookahead == 'o') ADVANCE(350); - if (lookahead == 's') ADVANCE(1616); - END_STATE(); - case 2880: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(319); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(320); - if (lookahead == 's') ADVANCE(1616); + case 62: + if (lookahead == 'w') ADVANCE(87); END_STATE(); - case 2881: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1694); - if (lookahead == 'I') ADVANCE(1991); - if (lookahead == 'b') ADVANCE(1691); - if (lookahead == 'i') ADVANCE(1992); + case 63: + if (lookahead == 'h') ADVANCE(88); END_STATE(); - case 2882: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1694); - if (lookahead == 'I') ADVANCE(321); - if (lookahead == 'b') ADVANCE(1691); - if (lookahead == 'i') ADVANCE(322); + case 64: + if (lookahead == 'h') ADVANCE(89); END_STATE(); - case 2883: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1682); - if (lookahead == 'I') ADVANCE(1993); - if (lookahead == 'b') ADVANCE(1679); - if (lookahead == 'i') ADVANCE(1994); - if (lookahead == 'r') ADVANCE(2072); + case 65: + if (lookahead == 'b') ADVANCE(90); END_STATE(); - case 2884: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1682); - if (lookahead == 'I') ADVANCE(323); - if (lookahead == 'b') ADVANCE(1679); - if (lookahead == 'i') ADVANCE(324); + case 66: + if (lookahead == 'r') ADVANCE(91); END_STATE(); - case 2885: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1713); - if (lookahead == 'I') ADVANCE(927); - if (lookahead == '_') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1710); - if (lookahead == 'i') ADVANCE(953); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + case 67: + if (lookahead == 'h') ADVANCE(92); END_STATE(); - case 2886: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1713); - if (lookahead == 'I') ADVANCE(927); - if (lookahead == 'b') ADVANCE(1710); - if (lookahead == 'i') ADVANCE(953); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 68: + if (lookahead == 'g') ADVANCE(93); END_STATE(); - case 2887: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(928); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(954); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 69: + if (lookahead == 'o') ADVANCE(94); END_STATE(); - case 2888: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1653); - if (lookahead == 'I') ADVANCE(929); - if (lookahead == 'b') ADVANCE(1650); - if (lookahead == 'i') ADVANCE(955); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 70: + if (lookahead == 'n') ADVANCE(95); END_STATE(); - case 2889: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1665); - if (lookahead == 'I') ADVANCE(930); - if (lookahead == 'b') ADVANCE(1662); - if (lookahead == 'i') ADVANCE(956); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 71: + if (lookahead == 'i') ADVANCE(96); END_STATE(); - case 2890: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1701); - if (lookahead == 'I') ADVANCE(931); - if (lookahead == 'b') ADVANCE(1698); - if (lookahead == 'i') ADVANCE(957); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 72: + if (lookahead == 'l') ADVANCE(97); END_STATE(); - case 2891: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1689); - if (lookahead == 'I') ADVANCE(932); - if (lookahead == 'b') ADVANCE(1686); - if (lookahead == 'i') ADVANCE(958); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 73: + if (lookahead == 'i') ADVANCE(98); END_STATE(); - case 2892: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'I') ADVANCE(933); - if (lookahead == '_') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1704); - if (lookahead == 'i') ADVANCE(934); - if (lookahead == 'n') ADVANCE(962); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + case 74: + if (lookahead == 'r') ADVANCE(99); END_STATE(); - case 2893: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'I') ADVANCE(933); - if (lookahead == 'b') ADVANCE(1704); - if (lookahead == 'i') ADVANCE(934); - if (lookahead == 'n') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2894: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(935); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(936); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 75: + if (lookahead == 'k') ADVANCE(100); END_STATE(); - case 2895: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1647); - if (lookahead == 'I') ADVANCE(937); - if (lookahead == 'b') ADVANCE(1644); - if (lookahead == 'i') ADVANCE(938); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 76: + ACCEPT_TOKEN(anon_sym_bool); END_STATE(); - case 2896: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1659); - if (lookahead == 'I') ADVANCE(939); - if (lookahead == 'b') ADVANCE(1656); - if (lookahead == 'i') ADVANCE(940); - if (lookahead == 'o') ADVANCE(961); - if (lookahead == 's') ADVANCE(1617); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); - END_STATE(); - case 2897: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1695); - if (lookahead == 'I') ADVANCE(941); - if (lookahead == 'b') ADVANCE(1692); - if (lookahead == 'i') ADVANCE(942); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 77: + if (lookahead == 'u') ADVANCE(101); END_STATE(); - case 2898: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1683); - if (lookahead == 'I') ADVANCE(943); - if (lookahead == 'b') ADVANCE(1680); - if (lookahead == 'i') ADVANCE(944); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 78: + ACCEPT_TOKEN(anon_sym_cond); END_STATE(); - case 2899: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(895); - if (lookahead == 'f') ADVANCE(1291); - if (lookahead == 'n') ADVANCE(1264); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 79: + if (lookahead == 't') ADVANCE(102); END_STATE(); - case 2900: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(2078); - if (lookahead == 'n') ADVANCE(1265); + case 80: + if (lookahead == 'm') ADVANCE(103); END_STATE(); - case 2901: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(699); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(699); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + case 81: + if (lookahead == 'c') ADVANCE(104); END_STATE(); - case 2902: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(325); - if (lookahead == '+' || - lookahead == '-') ADVANCE(325); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); + case 82: + if (lookahead == 't') ADVANCE(105); END_STATE(); - case 2903: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + case 83: + ACCEPT_TOKEN(anon_sym_expr); END_STATE(); - case 2904: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1999); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + case 84: + if (lookahead == 's') ADVANCE(106); END_STATE(); - case 2905: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(947); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1508); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1026); + case 85: + if (lookahead == 't') ADVANCE(107); END_STATE(); - case 2906: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(701); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1507); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(903); + case 86: + ACCEPT_TOKEN(anon_sym_glob); END_STATE(); - case 2907: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(2000); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + case 87: + if (lookahead == 'o') ADVANCE(108); END_STATE(); - case 2908: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + case 88: + ACCEPT_TOKEN(anon_sym_math); END_STATE(); - case 2909: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + case 89: + if (lookahead == 'i') ADVANCE(109); END_STATE(); - case 2910: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1906); - if (lookahead == 'o') ADVANCE(1907); - if (lookahead == 'x') ADVANCE(1917); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + case 90: + if (lookahead == 'e') ADVANCE(110); END_STATE(); - case 2911: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1584); + case 91: + if (lookahead == 'a') ADVANCE(111); END_STATE(); - case 2912: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1588); + case 92: + ACCEPT_TOKEN(anon_sym_path); END_STATE(); - case 2913: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); + case 93: + if (lookahead == 'e') ADVANCE(112); END_STATE(); - case 2914: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(2076); + case 94: + if (lookahead == 'r') ADVANCE(113); END_STATE(); - case 2915: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(2033); + case 95: + if (lookahead == 'a') ADVANCE(114); END_STATE(); - case 2916: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(1016); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(1026); + case 96: + if (lookahead == 'n') ADVANCE(115); END_STATE(); - case 2917: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(476); + case 97: + if (lookahead == 'e') ADVANCE(116); END_STATE(); - case 2918: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(798); - if (lookahead == 'o') ADVANCE(830); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + case 98: + if (lookahead == 'a') ADVANCE(117); END_STATE(); - case 2919: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(893); - if (lookahead == 'e') ADVANCE(764); - if (lookahead == 'o') ADVANCE(1286); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + case 99: + if (lookahead == 'y') ADVANCE(118); END_STATE(); - case 2920: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(874); - if (lookahead == 'o') ADVANCE(801); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(903); + case 100: + ACCEPT_TOKEN(anon_sym_block); END_STATE(); - case 2921: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 101: + if (lookahead == 'r') ADVANCE(119); END_STATE(); - case 2922: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(860); - if (lookahead == 'o') ADVANCE(817); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 102: + if (lookahead == 'i') ADVANCE(120); END_STATE(); - case 2923: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(765); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 103: + if (lookahead == 'a') ADVANCE(121); END_STATE(); - case 2924: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(2011); + case 104: + if (lookahead == 't') ADVANCE(122); END_STATE(); - case 2925: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(2011); - if (lookahead == 't') ADVANCE(2004); + case 105: + if (lookahead == 'i') ADVANCE(123); END_STATE(); - case 2926: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(959); - if (lookahead == 't') ADVANCE(951); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 106: + if (lookahead == 'i') ADVANCE(124); END_STATE(); - case 2927: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(345); + case 107: + ACCEPT_TOKEN(anon_sym_float); END_STATE(); - case 2928: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(345); - if (lookahead == 't') ADVANCE(332); + case 108: + if (lookahead == 'r') ADVANCE(125); END_STATE(); - case 2929: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'o') ADVANCE(869); - if (lookahead == 's') ADVANCE(1609); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + case 109: + if (lookahead == 'n') ADVANCE(126); END_STATE(); - case 2930: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(722); - if (lookahead == 'o') ADVANCE(877); - if (lookahead == 't') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 110: + if (lookahead == 'r') ADVANCE(127); END_STATE(); - case 2931: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'f') ADVANCE(1288); + case 111: + if (lookahead == 't') ADVANCE(128); END_STATE(); - case 2932: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'h') ADVANCE(761); - if (lookahead == 'k') ADVANCE(1633); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 112: + ACCEPT_TOKEN(anon_sym_range); END_STATE(); - case 2933: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'h') ADVANCE(781); - if (lookahead == 'k') ADVANCE(1633); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 113: + if (lookahead == 'd') ADVANCE(129); END_STATE(); - case 2934: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'r') ADVANCE(1627); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 114: + if (lookahead == 't') ADVANCE(130); END_STATE(); - case 2935: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'k') ADVANCE(1631); + case 115: + if (lookahead == 'g') ADVANCE(131); END_STATE(); - case 2936: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'k') ADVANCE(1632); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 116: + ACCEPT_TOKEN(anon_sym_table); END_STATE(); - case 2937: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (lookahead == 's') ADVANCE(1365); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 117: + if (lookahead == 'b') ADVANCE(132); END_STATE(); - case 2938: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'l') ADVANCE(778); - if (lookahead == 'n') ADVANCE(726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 118: + ACCEPT_TOKEN(anon_sym_binary); END_STATE(); - case 2939: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(2012); + case 119: + if (lookahead == 'e') ADVANCE(133); END_STATE(); - case 2940: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 120: + if (lookahead == 'm') ADVANCE(134); END_STATE(); - case 2941: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1268); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 121: + if (lookahead == 'l') ADVANCE(135); END_STATE(); - case 2942: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1262); + case 122: + if (lookahead == 'o') ADVANCE(136); END_STATE(); - case 2943: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(349); + case 123: + if (lookahead == 'o') ADVANCE(137); END_STATE(); - case 2944: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 124: + if (lookahead == 'z') ADVANCE(138); END_STATE(); - case 2945: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 125: + if (lookahead == 'd') ADVANCE(139); END_STATE(); - case 2946: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(2050); + case 126: + if (lookahead == 'g') ADVANCE(140); END_STATE(); - case 2947: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(830); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 127: + ACCEPT_TOKEN(anon_sym_number); END_STATE(); - case 2948: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(455); - if (lookahead == 's') ADVANCE(1607); + case 128: + if (lookahead == 'o') ADVANCE(141); END_STATE(); - case 2949: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(429); + case 129: + ACCEPT_TOKEN(anon_sym_record); END_STATE(); - case 2950: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(867); - if (lookahead == 's') ADVANCE(1609); - if (lookahead == 'u') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + case 130: + if (lookahead == 'u') ADVANCE(142); END_STATE(); - case 2951: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(834); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 131: + ACCEPT_TOKEN(anon_sym_string); END_STATE(); - case 2952: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(2065); - if (lookahead == 's') ADVANCE(1607); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + case 132: + if (lookahead == 'l') ADVANCE(143); END_STATE(); - case 2953: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(1011); - if (lookahead == 's') ADVANCE(1608); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 133: + ACCEPT_TOKEN(anon_sym_closure); END_STATE(); - case 2954: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1488); - if (lookahead == 'v') ADVANCE(754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 134: + if (lookahead == 'e') ADVANCE(144); END_STATE(); - case 2955: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1625); + case 135: + ACCEPT_TOKEN(anon_sym_decimal); END_STATE(); - case 2956: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1484); + case 136: + if (lookahead == 'r') ADVANCE(145); END_STATE(); - case 2957: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1626); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 137: + if (lookahead == 'n') ADVANCE(146); END_STATE(); - case 2958: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1486); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 138: + if (lookahead == 'e') ADVANCE(147); END_STATE(); - case 2959: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1611); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 139: + ACCEPT_TOKEN(anon_sym_keyword); END_STATE(); - case 2960: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1614); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 140: + ACCEPT_TOKEN(anon_sym_nothing); END_STATE(); - case 2961: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1612); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 141: + if (lookahead == 'r') ADVANCE(148); END_STATE(); - case 2962: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1607); + case 142: + if (lookahead == 'r') ADVANCE(149); END_STATE(); - case 2963: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1607); - if (lookahead == 'u') ADVANCE(2032); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + case 143: + if (lookahead == 'e') ADVANCE(150); END_STATE(); - case 2964: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1613); + case 144: + ACCEPT_TOKEN(anon_sym_datetime); END_STATE(); - case 2965: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1610); + case 145: + if (lookahead == 'y') ADVANCE(151); END_STATE(); - case 2966: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1615); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 146: + ACCEPT_TOKEN(anon_sym_duration); END_STATE(); - case 2967: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2081); + case 147: + ACCEPT_TOKEN(anon_sym_filesize); END_STATE(); - case 2968: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(898); - if (sym_cmd_identifier_character_set_8(lookahead)) ADVANCE(903); + case 148: + ACCEPT_TOKEN(anon_sym_operator); END_STATE(); - case 2969: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(895); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); + case 149: + if (lookahead == 'e') ADVANCE(152); END_STATE(); - case 2970: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2078); + case 150: + ACCEPT_TOKEN(anon_sym_variable); END_STATE(); - case 2971: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1026); + case 151: + ACCEPT_TOKEN(anon_sym_directory); END_STATE(); - case 2972: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(903); - END_STATE(); - case 2973: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '-') ADVANCE(3052); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2974: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '2') ADVANCE(3044); - if (lookahead == '0' || - lookahead == '1') ADVANCE(3051); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2975: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == ':') ADVANCE(3055); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2976: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == ':') ADVANCE(3057); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2977: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(2989); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(3013); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2978: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1676); - if (lookahead == 'I') ADVANCE(2990); - if (lookahead == 'b') ADVANCE(1673); - if (lookahead == 'i') ADVANCE(3014); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2979: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1652); - if (lookahead == 'I') ADVANCE(2991); - if (lookahead == 'b') ADVANCE(1649); - if (lookahead == 'i') ADVANCE(3015); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2980: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1664); - if (lookahead == 'I') ADVANCE(2992); - if (lookahead == 'b') ADVANCE(1661); - if (lookahead == 'i') ADVANCE(3016); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2981: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'I') ADVANCE(2993); - if (lookahead == 'b') ADVANCE(1697); - if (lookahead == 'i') ADVANCE(3017); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2982: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'I') ADVANCE(2994); - if (lookahead == 'b') ADVANCE(1685); - if (lookahead == 'i') ADVANCE(3018); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2983: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(2995); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(2996); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2984: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1670); - if (lookahead == 'I') ADVANCE(2997); - if (lookahead == 'b') ADVANCE(1667); - if (lookahead == 'i') ADVANCE(2998); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2985: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1646); - if (lookahead == 'I') ADVANCE(2999); - if (lookahead == 'b') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(3000); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2986: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(3001); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(3002); - if (lookahead == 's') ADVANCE(1616); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2987: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1694); - if (lookahead == 'I') ADVANCE(3003); - if (lookahead == 'b') ADVANCE(1691); - if (lookahead == 'i') ADVANCE(3004); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2988: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1682); - if (lookahead == 'I') ADVANCE(3005); - if (lookahead == 'b') ADVANCE(1679); - if (lookahead == 'i') ADVANCE(3006); - if (lookahead == 'r') ADVANCE(3034); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2989: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1838); - if (lookahead == 'b') ADVANCE(1835); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2990: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1775); - if (lookahead == 'b') ADVANCE(1772); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2991: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1733); - if (lookahead == 'b') ADVANCE(1730); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2992: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1754); - if (lookahead == 'b') ADVANCE(1751); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2993: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1817); - if (lookahead == 'b') ADVANCE(1814); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2994: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1796); - if (lookahead == 'b') ADVANCE(1793); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2995: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1826); - if (lookahead == 'b') ADVANCE(1829); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2996: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1823); - if (lookahead == 'b') ADVANCE(1820); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2997: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1763); - if (lookahead == 'b') ADVANCE(1766); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2998: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1760); - if (lookahead == 'b') ADVANCE(1757); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 2999: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1721); - if (lookahead == 'b') ADVANCE(1724); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3000: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1718); - if (lookahead == 'b') ADVANCE(1715); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3001: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1742); - if (lookahead == 'b') ADVANCE(1745); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3002: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1739); - if (lookahead == 'b') ADVANCE(1736); - if (lookahead == 'n') ADVANCE(1622); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3003: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1805); - if (lookahead == 'b') ADVANCE(1808); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3004: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1802); - if (lookahead == 'b') ADVANCE(1799); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3005: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1784); - if (lookahead == 'b') ADVANCE(1787); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3006: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1781); - if (lookahead == 'b') ADVANCE(1778); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3007: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(3008); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3008); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3008: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(3008); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3009: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(3009); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3010: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(3010); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3011: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'a') ADVANCE(3035); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3012: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'a') ADVANCE(3026); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3013: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1832); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3014: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1769); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3015: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1727); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3016: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1748); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3017: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1811); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3018: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1790); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3019: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'c') ADVANCE(1619); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3020: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(1557); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3021: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(1565); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3022: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(3019); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3023: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'k') ADVANCE(1631); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3024: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(1548); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3025: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(3024); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3026: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(3032); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3027: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'r') ADVANCE(1625); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3028: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'r') ADVANCE(3034); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3029: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1607); - if (lookahead == 'u') ADVANCE(3025); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3030: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1613); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3031: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1610); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3032: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(3021); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3033: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'u') ADVANCE(3025); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3034: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'u') ADVANCE(3020); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3035: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'y') ADVANCE(1628); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3036: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3037: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1601); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3038: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3042); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3039: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1606); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3040: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3037); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3041: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3038); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3042: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(3043); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3043: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1599); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3044: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1858); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3045: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1852); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3046: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2973); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3047: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2976); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3048: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3046); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3049: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1855); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3050: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1865); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3051: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1858); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3052: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3053); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3053: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1860); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3054: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3047); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3055: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3049); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3056: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2975); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3057: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3056); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3058: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3058); - END_STATE(); - case 3059: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - END_STATE(); - case 3060: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == '_') ADVANCE(3009); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - END_STATE(); - case 3061: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'a') ADVANCE(3026); - END_STATE(); - case 3062: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'r') ADVANCE(3034); - END_STATE(); - case 3063: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'u') ADVANCE(3025); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3064: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3065: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3037); - END_STATE(); - case 3066: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '-') ADVANCE(3113); - if (lookahead == '_') ADVANCE(3075); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3075); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3067: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '-') ADVANCE(3114); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3068: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '.') ADVANCE(3111); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3069); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(3120); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3069: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '2') ADVANCE(3103); - if (lookahead == '0' || - lookahead == '1') ADVANCE(3112); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3070: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == ':') ADVANCE(3104); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3106); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3071: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == ':') ADVANCE(3116); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3072: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == ':') ADVANCE(3118); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3073: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'T') ADVANCE(3115); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3074: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3075); - if (lookahead == 'b') ADVANCE(1843); - if (lookahead == 'o') ADVANCE(1846); - if (lookahead == 'x') ADVANCE(1849); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3077); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3075: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3075); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3075); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3076: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3075); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3066); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3077: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3075); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3076); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3078: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3075); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3077); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3079: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3079); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1512); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3080: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3081); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3081); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1533); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3081: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3081); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1533); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3082: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'a') ADVANCE(3085); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3083: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'e') ADVANCE(1563); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3084: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'e') ADVANCE(1571); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3085: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'l') ADVANCE(3089); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3086: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'l') ADVANCE(1554); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3087: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'l') ADVANCE(3086); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3088: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'r') ADVANCE(3090); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3089: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 's') ADVANCE(3084); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3090: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'u') ADVANCE(3083); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3091: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'u') ADVANCE(3087); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3097); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3092: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3069); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(3120); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3092); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3093: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3097); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3094: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(3096); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3095: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3100); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3096: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3099); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3097: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3120); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3098: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3094); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3099: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3095); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3100: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(3101); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3101: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(3120); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3102: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(3102); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3103: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(3070); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3104: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3106); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3105: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(3105); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3106: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3120); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3107: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3067); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3108: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3073); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3109: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3072); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3110: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3068); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3111: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3092); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3112: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3070); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3113: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3107); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3114: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3108); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3115: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3109); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3116: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3110); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3117: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3071); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3118: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3117); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3119: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3119); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3120: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3121: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - END_STATE(); - case 3122: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == '_') ADVANCE(3009); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - END_STATE(); - case 3123: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'a') ADVANCE(3026); - END_STATE(); - case 3124: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'r') ADVANCE(3034); - END_STATE(); - case 3125: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'u') ADVANCE(3025); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3126: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3127: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3037); - END_STATE(); - case 3128: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (lookahead == '#') ADVANCE(3174); - if (lookahead == '_') ADVANCE(3130); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1515); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3131); - END_STATE(); - case 3129: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (lookahead == '#') ADVANCE(3174); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3131); - END_STATE(); - case 3130: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (lookahead == '_') ADVANCE(3130); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1515); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3131); - END_STATE(); - case 3131: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3131); - END_STATE(); - case 3132: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - END_STATE(); - case 3133: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == '_') ADVANCE(3009); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - END_STATE(); - case 3134: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'a') ADVANCE(3026); - END_STATE(); - case 3135: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'r') ADVANCE(3034); - END_STATE(); - case 3136: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'u') ADVANCE(3025); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3137: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3138: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3037); - END_STATE(); - case 3139: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - END_STATE(); - case 3140: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(2989); - if (lookahead == '_') ADVANCE(3008); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(3013); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3008); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - END_STATE(); - case 3141: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1712); - if (lookahead == 'I') ADVANCE(2989); - if (lookahead == 'b') ADVANCE(1709); - if (lookahead == 'i') ADVANCE(3013); - END_STATE(); - case 3142: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1676); - if (lookahead == 'I') ADVANCE(2990); - if (lookahead == 'b') ADVANCE(1673); - if (lookahead == 'i') ADVANCE(3014); - END_STATE(); - case 3143: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1652); - if (lookahead == 'I') ADVANCE(2991); - if (lookahead == 'b') ADVANCE(1649); - if (lookahead == 'i') ADVANCE(3015); - END_STATE(); - case 3144: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1664); - if (lookahead == 'I') ADVANCE(2992); - if (lookahead == 'b') ADVANCE(1661); - if (lookahead == 'i') ADVANCE(3016); - END_STATE(); - case 3145: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'I') ADVANCE(2993); - if (lookahead == 'b') ADVANCE(1697); - if (lookahead == 'i') ADVANCE(3017); - END_STATE(); - case 3146: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'I') ADVANCE(2994); - if (lookahead == 'b') ADVANCE(1685); - if (lookahead == 'i') ADVANCE(3018); - END_STATE(); - case 3147: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(2995); - if (lookahead == '_') ADVANCE(3008); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(2996); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3008); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1531); - END_STATE(); - case 3148: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'I') ADVANCE(2995); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'i') ADVANCE(2996); - END_STATE(); - case 3149: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1670); - if (lookahead == 'I') ADVANCE(2997); - if (lookahead == 'b') ADVANCE(1667); - if (lookahead == 'i') ADVANCE(2998); - END_STATE(); - case 3150: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1646); - if (lookahead == 'I') ADVANCE(2999); - if (lookahead == 'b') ADVANCE(1643); - if (lookahead == 'i') ADVANCE(3000); - END_STATE(); - case 3151: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1658); - if (lookahead == 'I') ADVANCE(3001); - if (lookahead == 'b') ADVANCE(1655); - if (lookahead == 'i') ADVANCE(3002); - if (lookahead == 's') ADVANCE(1616); - END_STATE(); - case 3152: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1694); - if (lookahead == 'I') ADVANCE(3003); - if (lookahead == 'b') ADVANCE(1691); - if (lookahead == 'i') ADVANCE(3004); - END_STATE(); - case 3153: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1682); - if (lookahead == 'I') ADVANCE(3005); - if (lookahead == 'b') ADVANCE(1679); - if (lookahead == 'i') ADVANCE(3006); - if (lookahead == 'r') ADVANCE(3034); - END_STATE(); - case 3154: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(3009); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); - END_STATE(); - case 3155: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(3010); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1595); - END_STATE(); - case 3156: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(1595); - if (lookahead == 'b') ADVANCE(1841); - if (lookahead == 'o') ADVANCE(1844); - if (lookahead == 'x') ADVANCE(1847); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1590); - END_STATE(); - case 3157: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(1595); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1590); - END_STATE(); - case 3158: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'a') ADVANCE(3035); - END_STATE(); - case 3159: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'a') ADVANCE(3026); - END_STATE(); - case 3160: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'e') ADVANCE(3019); - END_STATE(); - case 3161: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'k') ADVANCE(1631); - END_STATE(); - case 3162: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'r') ADVANCE(1625); - END_STATE(); - case 3163: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1607); - if (lookahead == 'u') ADVANCE(3025); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3164: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1613); - END_STATE(); - case 3165: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1610); - END_STATE(); - case 3166: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3039); - END_STATE(); - case 3167: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3037); - END_STATE(); - case 3168: - ACCEPT_TOKEN(anon_sym_POUND); - END_STATE(); - case 3169: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '\n') ADVANCE(621); - if (lookahead != 0) ADVANCE(8); - END_STATE(); - case 3170: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '!') ADVANCE(620); - END_STATE(); - case 3171: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2643); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); - END_STATE(); - case 3172: - ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1893); - END_STATE(); - case 3173: - ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3120); - END_STATE(); - case 3174: - ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3131); - END_STATE(); - case 3175: - ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2643); - END_STATE(); - case 3176: - ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1891); - END_STATE(); - case 3177: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(3179); - END_STATE(); - case 3178: - ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '#') ADVANCE(3177); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(3178); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(3179); - END_STATE(); - case 3179: - ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(3179); - END_STATE(); - default: - return false; - } -} - -static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { - START_LEXER(); - eof = lexer->eof(lexer); - switch (state) { - case 0: - if (lookahead == 'a') ADVANCE(1); - if (lookahead == 'b') ADVANCE(2); - if (lookahead == 'c') ADVANCE(3); - if (lookahead == 'd') ADVANCE(4); - if (lookahead == 'e') ADVANCE(5); - if (lookahead == 'f') ADVANCE(6); - if (lookahead == 'g') ADVANCE(7); - if (lookahead == 'i') ADVANCE(8); - if (lookahead == 'k') ADVANCE(9); - if (lookahead == 'm') ADVANCE(10); - if (lookahead == 'n') ADVANCE(11); - if (lookahead == 'o') ADVANCE(12); - if (lookahead == 'p') ADVANCE(13); - if (lookahead == 'r') ADVANCE(14); - if (lookahead == 's') ADVANCE(15); - if (lookahead == 't') ADVANCE(16); - if (lookahead == 'v') ADVANCE(17); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(0) - END_STATE(); - case 1: - if (lookahead == 'n') ADVANCE(18); - END_STATE(); - case 2: - if (lookahead == 'i') ADVANCE(19); - if (lookahead == 'l') ADVANCE(20); - if (lookahead == 'o') ADVANCE(21); - END_STATE(); - case 3: - if (lookahead == 'l') ADVANCE(22); - if (lookahead == 'o') ADVANCE(23); - END_STATE(); - case 4: - if (lookahead == 'a') ADVANCE(24); - if (lookahead == 'e') ADVANCE(25); - if (lookahead == 'i') ADVANCE(26); - if (lookahead == 'u') ADVANCE(27); - END_STATE(); - case 5: - if (lookahead == 'n') ADVANCE(28); - if (lookahead == 'x') ADVANCE(29); - END_STATE(); - case 6: - if (lookahead == 'i') ADVANCE(30); - if (lookahead == 'l') ADVANCE(31); - END_STATE(); - case 7: - if (lookahead == 'l') ADVANCE(32); - END_STATE(); - case 8: - if (lookahead == 'n') ADVANCE(33); - END_STATE(); - case 9: - if (lookahead == 'e') ADVANCE(34); - END_STATE(); - case 10: - if (lookahead == 'a') ADVANCE(35); - END_STATE(); - case 11: - if (lookahead == 'o') ADVANCE(36); - if (lookahead == 'u') ADVANCE(37); - END_STATE(); - case 12: - if (lookahead == 'p') ADVANCE(38); - END_STATE(); - case 13: - if (lookahead == 'a') ADVANCE(39); - END_STATE(); - case 14: - if (lookahead == 'a') ADVANCE(40); - if (lookahead == 'e') ADVANCE(41); - END_STATE(); - case 15: - if (lookahead == 'i') ADVANCE(42); - if (lookahead == 't') ADVANCE(43); - END_STATE(); - case 16: - if (lookahead == 'a') ADVANCE(44); - END_STATE(); - case 17: - if (lookahead == 'a') ADVANCE(45); - END_STATE(); - case 18: - if (lookahead == 'y') ADVANCE(46); - END_STATE(); - case 19: - if (lookahead == 'n') ADVANCE(47); - END_STATE(); - case 20: - if (lookahead == 'o') ADVANCE(48); - END_STATE(); - case 21: - if (lookahead == 'o') ADVANCE(49); - END_STATE(); - case 22: - if (lookahead == 'o') ADVANCE(50); - END_STATE(); - case 23: - if (lookahead == 'n') ADVANCE(51); - END_STATE(); - case 24: - if (lookahead == 't') ADVANCE(52); - END_STATE(); - case 25: - if (lookahead == 'c') ADVANCE(53); - END_STATE(); - case 26: - if (lookahead == 'r') ADVANCE(54); - END_STATE(); - case 27: - if (lookahead == 'r') ADVANCE(55); - END_STATE(); - case 28: - if (lookahead == 'v') ADVANCE(56); - END_STATE(); - case 29: - if (lookahead == 'p') ADVANCE(57); - END_STATE(); - case 30: - if (lookahead == 'l') ADVANCE(58); - END_STATE(); - case 31: - if (lookahead == 'o') ADVANCE(59); - END_STATE(); - case 32: - if (lookahead == 'o') ADVANCE(60); - END_STATE(); - case 33: - if (lookahead == 't') ADVANCE(61); - END_STATE(); - case 34: - if (lookahead == 'y') ADVANCE(62); - END_STATE(); - case 35: - if (lookahead == 't') ADVANCE(63); - END_STATE(); - case 36: - if (lookahead == 't') ADVANCE(64); - END_STATE(); - case 37: - ACCEPT_TOKEN(anon_sym_nu); - if (lookahead == 'm') ADVANCE(65); - END_STATE(); - case 38: - if (lookahead == 'e') ADVANCE(66); - END_STATE(); - case 39: - if (lookahead == 't') ADVANCE(67); - END_STATE(); - case 40: - if (lookahead == 'n') ADVANCE(68); - END_STATE(); - case 41: - if (lookahead == 'c') ADVANCE(69); - END_STATE(); - case 42: - if (lookahead == 'g') ADVANCE(70); - END_STATE(); - case 43: - if (lookahead == 'r') ADVANCE(71); - END_STATE(); - case 44: - if (lookahead == 'b') ADVANCE(72); - END_STATE(); - case 45: - if (lookahead == 'r') ADVANCE(73); - END_STATE(); - case 46: - ACCEPT_TOKEN(anon_sym_any); - END_STATE(); - case 47: - if (lookahead == 'a') ADVANCE(74); - END_STATE(); - case 48: - if (lookahead == 'c') ADVANCE(75); - END_STATE(); - case 49: - if (lookahead == 'l') ADVANCE(76); - END_STATE(); - case 50: - if (lookahead == 's') ADVANCE(77); - END_STATE(); - case 51: - if (lookahead == 'd') ADVANCE(78); - END_STATE(); - case 52: - if (lookahead == 'e') ADVANCE(79); - END_STATE(); - case 53: - if (lookahead == 'i') ADVANCE(80); - END_STATE(); - case 54: - if (lookahead == 'e') ADVANCE(81); - END_STATE(); - case 55: - if (lookahead == 'a') ADVANCE(82); - END_STATE(); - case 56: - ACCEPT_TOKEN(anon_sym_env); - END_STATE(); - case 57: - if (lookahead == 'r') ADVANCE(83); - END_STATE(); - case 58: - if (lookahead == 'e') ADVANCE(84); - END_STATE(); - case 59: - if (lookahead == 'a') ADVANCE(85); - END_STATE(); - case 60: - if (lookahead == 'b') ADVANCE(86); - END_STATE(); - case 61: - ACCEPT_TOKEN(anon_sym_int); - END_STATE(); - case 62: - if (lookahead == 'w') ADVANCE(87); - END_STATE(); - case 63: - if (lookahead == 'h') ADVANCE(88); - END_STATE(); - case 64: - if (lookahead == 'h') ADVANCE(89); - END_STATE(); - case 65: - if (lookahead == 'b') ADVANCE(90); - END_STATE(); - case 66: - if (lookahead == 'r') ADVANCE(91); - END_STATE(); - case 67: - if (lookahead == 'h') ADVANCE(92); - END_STATE(); - case 68: - if (lookahead == 'g') ADVANCE(93); - END_STATE(); - case 69: - if (lookahead == 'o') ADVANCE(94); - END_STATE(); - case 70: - if (lookahead == 'n') ADVANCE(95); - END_STATE(); - case 71: - if (lookahead == 'i') ADVANCE(96); - END_STATE(); - case 72: - if (lookahead == 'l') ADVANCE(97); - END_STATE(); - case 73: - if (lookahead == 'i') ADVANCE(98); - END_STATE(); - case 74: - if (lookahead == 'r') ADVANCE(99); - END_STATE(); - case 75: - if (lookahead == 'k') ADVANCE(100); - END_STATE(); - case 76: - ACCEPT_TOKEN(anon_sym_bool); - END_STATE(); - case 77: - if (lookahead == 'u') ADVANCE(101); - END_STATE(); - case 78: - ACCEPT_TOKEN(anon_sym_cond); - END_STATE(); - case 79: - if (lookahead == 't') ADVANCE(102); - END_STATE(); - case 80: - if (lookahead == 'm') ADVANCE(103); - END_STATE(); - case 81: - if (lookahead == 'c') ADVANCE(104); - END_STATE(); - case 82: - if (lookahead == 't') ADVANCE(105); - END_STATE(); - case 83: - ACCEPT_TOKEN(anon_sym_expr); - END_STATE(); - case 84: - if (lookahead == 's') ADVANCE(106); - END_STATE(); - case 85: - if (lookahead == 't') ADVANCE(107); - END_STATE(); - case 86: - ACCEPT_TOKEN(anon_sym_glob); - END_STATE(); - case 87: - if (lookahead == 'o') ADVANCE(108); - END_STATE(); - case 88: - ACCEPT_TOKEN(anon_sym_math); - END_STATE(); - case 89: - if (lookahead == 'i') ADVANCE(109); - END_STATE(); - case 90: - if (lookahead == 'e') ADVANCE(110); - END_STATE(); - case 91: - if (lookahead == 'a') ADVANCE(111); - END_STATE(); - case 92: - ACCEPT_TOKEN(anon_sym_path); - END_STATE(); - case 93: - if (lookahead == 'e') ADVANCE(112); - END_STATE(); - case 94: - if (lookahead == 'r') ADVANCE(113); - END_STATE(); - case 95: - if (lookahead == 'a') ADVANCE(114); - END_STATE(); - case 96: - if (lookahead == 'n') ADVANCE(115); - END_STATE(); - case 97: - if (lookahead == 'e') ADVANCE(116); - END_STATE(); - case 98: - if (lookahead == 'a') ADVANCE(117); - END_STATE(); - case 99: - if (lookahead == 'y') ADVANCE(118); - END_STATE(); - case 100: - ACCEPT_TOKEN(anon_sym_block); - END_STATE(); - case 101: - if (lookahead == 'r') ADVANCE(119); - END_STATE(); - case 102: - if (lookahead == 'i') ADVANCE(120); - END_STATE(); - case 103: - if (lookahead == 'a') ADVANCE(121); - END_STATE(); - case 104: - if (lookahead == 't') ADVANCE(122); - END_STATE(); - case 105: - if (lookahead == 'i') ADVANCE(123); - END_STATE(); - case 106: - if (lookahead == 'i') ADVANCE(124); - END_STATE(); - case 107: - ACCEPT_TOKEN(anon_sym_float); - END_STATE(); - case 108: - if (lookahead == 'r') ADVANCE(125); - END_STATE(); - case 109: - if (lookahead == 'n') ADVANCE(126); - END_STATE(); - case 110: - if (lookahead == 'r') ADVANCE(127); - END_STATE(); - case 111: - if (lookahead == 't') ADVANCE(128); - END_STATE(); - case 112: - ACCEPT_TOKEN(anon_sym_range); - END_STATE(); - case 113: - if (lookahead == 'd') ADVANCE(129); - END_STATE(); - case 114: - if (lookahead == 't') ADVANCE(130); - END_STATE(); - case 115: - if (lookahead == 'g') ADVANCE(131); - END_STATE(); - case 116: - ACCEPT_TOKEN(anon_sym_table); - END_STATE(); - case 117: - if (lookahead == 'b') ADVANCE(132); - END_STATE(); - case 118: - ACCEPT_TOKEN(anon_sym_binary); - END_STATE(); - case 119: - if (lookahead == 'e') ADVANCE(133); - END_STATE(); - case 120: - if (lookahead == 'm') ADVANCE(134); - END_STATE(); - case 121: - if (lookahead == 'l') ADVANCE(135); - END_STATE(); - case 122: - if (lookahead == 'o') ADVANCE(136); - END_STATE(); - case 123: - if (lookahead == 'o') ADVANCE(137); - END_STATE(); - case 124: - if (lookahead == 'z') ADVANCE(138); - END_STATE(); - case 125: - if (lookahead == 'd') ADVANCE(139); - END_STATE(); - case 126: - if (lookahead == 'g') ADVANCE(140); - END_STATE(); - case 127: - ACCEPT_TOKEN(anon_sym_number); - END_STATE(); - case 128: - if (lookahead == 'o') ADVANCE(141); - END_STATE(); - case 129: - ACCEPT_TOKEN(anon_sym_record); - END_STATE(); - case 130: - if (lookahead == 'u') ADVANCE(142); - END_STATE(); - case 131: - ACCEPT_TOKEN(anon_sym_string); - END_STATE(); - case 132: - if (lookahead == 'l') ADVANCE(143); - END_STATE(); - case 133: - ACCEPT_TOKEN(anon_sym_closure); - END_STATE(); - case 134: - if (lookahead == 'e') ADVANCE(144); - END_STATE(); - case 135: - ACCEPT_TOKEN(anon_sym_decimal); - END_STATE(); - case 136: - if (lookahead == 'r') ADVANCE(145); - END_STATE(); - case 137: - if (lookahead == 'n') ADVANCE(146); - END_STATE(); - case 138: - if (lookahead == 'e') ADVANCE(147); - END_STATE(); - case 139: - ACCEPT_TOKEN(anon_sym_keyword); - END_STATE(); - case 140: - ACCEPT_TOKEN(anon_sym_nothing); - END_STATE(); - case 141: - if (lookahead == 'r') ADVANCE(148); - END_STATE(); - case 142: - if (lookahead == 'r') ADVANCE(149); - END_STATE(); - case 143: - if (lookahead == 'e') ADVANCE(150); - END_STATE(); - case 144: - ACCEPT_TOKEN(anon_sym_datetime); - END_STATE(); - case 145: - if (lookahead == 'y') ADVANCE(151); - END_STATE(); - case 146: - ACCEPT_TOKEN(anon_sym_duration); - END_STATE(); - case 147: - ACCEPT_TOKEN(anon_sym_filesize); - END_STATE(); - case 148: - ACCEPT_TOKEN(anon_sym_operator); - END_STATE(); - case 149: - if (lookahead == 'e') ADVANCE(152); - END_STATE(); - case 150: - ACCEPT_TOKEN(anon_sym_variable); - END_STATE(); - case 151: - ACCEPT_TOKEN(anon_sym_directory); - END_STATE(); - case 152: - ACCEPT_TOKEN(anon_sym_signature); + case 152: + ACCEPT_TOKEN(anon_sym_signature); END_STATE(); default: return false; @@ -66606,1864 +38780,1864 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 618}, - [2] = {.lex_state = 525}, - [3] = {.lex_state = 525}, - [4] = {.lex_state = 525}, - [5] = {.lex_state = 526}, - [6] = {.lex_state = 526}, - [7] = {.lex_state = 525}, - [8] = {.lex_state = 540}, - [9] = {.lex_state = 526}, - [10] = {.lex_state = 526}, - [11] = {.lex_state = 540}, - [12] = {.lex_state = 526}, - [13] = {.lex_state = 527}, - [14] = {.lex_state = 539}, - [15] = {.lex_state = 527}, - [16] = {.lex_state = 526}, - [17] = {.lex_state = 526}, - [18] = {.lex_state = 539}, - [19] = {.lex_state = 540}, - [20] = {.lex_state = 527}, - [21] = {.lex_state = 540}, - [22] = {.lex_state = 526}, - [23] = {.lex_state = 539}, - [24] = {.lex_state = 527}, - [25] = {.lex_state = 539}, - [26] = {.lex_state = 526}, - [27] = {.lex_state = 527}, - [28] = {.lex_state = 526}, - [29] = {.lex_state = 539}, - [30] = {.lex_state = 538}, - [31] = {.lex_state = 539}, - [32] = {.lex_state = 539}, - [33] = {.lex_state = 539}, - [34] = {.lex_state = 538}, - [35] = {.lex_state = 538}, - [36] = {.lex_state = 539}, - [37] = {.lex_state = 527}, - [38] = {.lex_state = 539}, - [39] = {.lex_state = 527}, - [40] = {.lex_state = 531}, - [41] = {.lex_state = 527}, - [42] = {.lex_state = 538}, - [43] = {.lex_state = 527}, - [44] = {.lex_state = 527}, - [45] = {.lex_state = 538}, - [46] = {.lex_state = 538}, - [47] = {.lex_state = 543}, - [48] = {.lex_state = 543}, - [49] = {.lex_state = 543}, - [50] = {.lex_state = 538}, - [51] = {.lex_state = 538}, - [52] = {.lex_state = 538}, - [53] = {.lex_state = 531}, - [54] = {.lex_state = 538}, - [55] = {.lex_state = 543}, - [56] = {.lex_state = 543}, - [57] = {.lex_state = 543}, - [58] = {.lex_state = 28}, - [59] = {.lex_state = 28}, - [60] = {.lex_state = 29}, - [61] = {.lex_state = 29}, - [62] = {.lex_state = 29}, - [63] = {.lex_state = 29}, - [64] = {.lex_state = 22}, - [65] = {.lex_state = 29}, - [66] = {.lex_state = 22}, - [67] = {.lex_state = 20}, - [68] = {.lex_state = 20}, - [69] = {.lex_state = 30}, - [70] = {.lex_state = 30}, - [71] = {.lex_state = 30}, - [72] = {.lex_state = 20}, - [73] = {.lex_state = 18}, - [74] = {.lex_state = 20}, - [75] = {.lex_state = 18}, - [76] = {.lex_state = 30}, - [77] = {.lex_state = 30}, - [78] = {.lex_state = 18}, - [79] = {.lex_state = 20}, - [80] = {.lex_state = 18}, - [81] = {.lex_state = 31}, - [82] = {.lex_state = 18}, - [83] = {.lex_state = 26}, - [84] = {.lex_state = 26}, - [85] = {.lex_state = 26}, - [86] = {.lex_state = 143}, - [87] = {.lex_state = 143}, - [88] = {.lex_state = 143}, - [89] = {.lex_state = 143}, - [90] = {.lex_state = 143}, - [91] = {.lex_state = 143}, - [92] = {.lex_state = 143}, - [93] = {.lex_state = 143}, - [94] = {.lex_state = 143}, - [95] = {.lex_state = 143}, - [96] = {.lex_state = 143}, - [97] = {.lex_state = 143}, - [98] = {.lex_state = 143}, - [99] = {.lex_state = 143}, - [100] = {.lex_state = 143}, - [101] = {.lex_state = 143}, - [102] = {.lex_state = 528}, - [103] = {.lex_state = 528}, - [104] = {.lex_state = 529}, - [105] = {.lex_state = 529}, - [106] = {.lex_state = 529}, - [107] = {.lex_state = 529}, - [108] = {.lex_state = 528}, - [109] = {.lex_state = 529}, - [110] = {.lex_state = 528}, - [111] = {.lex_state = 529}, - [112] = {.lex_state = 529}, - [113] = {.lex_state = 530}, - [114] = {.lex_state = 530}, - [115] = {.lex_state = 530}, - [116] = {.lex_state = 530}, - [117] = {.lex_state = 529}, - [118] = {.lex_state = 530}, - [119] = {.lex_state = 529}, - [120] = {.lex_state = 530}, - [121] = {.lex_state = 529}, - [122] = {.lex_state = 530}, - [123] = {.lex_state = 530}, - [124] = {.lex_state = 530}, - [125] = {.lex_state = 530}, - [126] = {.lex_state = 532}, - [127] = {.lex_state = 530}, - [128] = {.lex_state = 532}, - [129] = {.lex_state = 530}, - [130] = {.lex_state = 532}, - [131] = {.lex_state = 532}, - [132] = {.lex_state = 554}, - [133] = {.lex_state = 554}, - [134] = {.lex_state = 554}, - [135] = {.lex_state = 554}, - [136] = {.lex_state = 554}, - [137] = {.lex_state = 554}, - [138] = {.lex_state = 616}, - [139] = {.lex_state = 616}, - [140] = {.lex_state = 616}, - [141] = {.lex_state = 616}, - [142] = {.lex_state = 616}, - [143] = {.lex_state = 616}, - [144] = {.lex_state = 616}, - [145] = {.lex_state = 616}, - [146] = {.lex_state = 616}, - [147] = {.lex_state = 616}, - [148] = {.lex_state = 616}, - [149] = {.lex_state = 616}, - [150] = {.lex_state = 616}, - [151] = {.lex_state = 616}, - [152] = {.lex_state = 616}, - [153] = {.lex_state = 616}, - [154] = {.lex_state = 616}, - [155] = {.lex_state = 616}, - [156] = {.lex_state = 616}, - [157] = {.lex_state = 616}, - [158] = {.lex_state = 616}, - [159] = {.lex_state = 616}, - [160] = {.lex_state = 616}, - [161] = {.lex_state = 616}, - [162] = {.lex_state = 616}, - [163] = {.lex_state = 616}, - [164] = {.lex_state = 616}, - [165] = {.lex_state = 616}, - [166] = {.lex_state = 616}, - [167] = {.lex_state = 616}, - [168] = {.lex_state = 616}, - [169] = {.lex_state = 616}, - [170] = {.lex_state = 616}, - [171] = {.lex_state = 616}, - [172] = {.lex_state = 616}, - [173] = {.lex_state = 616}, - [174] = {.lex_state = 616}, - [175] = {.lex_state = 616}, - [176] = {.lex_state = 616}, - [177] = {.lex_state = 616}, - [178] = {.lex_state = 616}, - [179] = {.lex_state = 616}, - [180] = {.lex_state = 616}, - [181] = {.lex_state = 616}, - [182] = {.lex_state = 616}, - [183] = {.lex_state = 616}, - [184] = {.lex_state = 616}, - [185] = {.lex_state = 616}, - [186] = {.lex_state = 616}, - [187] = {.lex_state = 616}, - [188] = {.lex_state = 616}, - [189] = {.lex_state = 616}, - [190] = {.lex_state = 616}, - [191] = {.lex_state = 616}, - [192] = {.lex_state = 616}, - [193] = {.lex_state = 616}, - [194] = {.lex_state = 616}, - [195] = {.lex_state = 616}, - [196] = {.lex_state = 616}, - [197] = {.lex_state = 616}, - [198] = {.lex_state = 616}, - [199] = {.lex_state = 616}, - [200] = {.lex_state = 616}, - [201] = {.lex_state = 616}, - [202] = {.lex_state = 616}, - [203] = {.lex_state = 616}, - [204] = {.lex_state = 616}, - [205] = {.lex_state = 616}, - [206] = {.lex_state = 616}, - [207] = {.lex_state = 616}, - [208] = {.lex_state = 616}, - [209] = {.lex_state = 616}, - [210] = {.lex_state = 616}, - [211] = {.lex_state = 616}, - [212] = {.lex_state = 616}, - [213] = {.lex_state = 616}, - [214] = {.lex_state = 32}, - [215] = {.lex_state = 32}, - [216] = {.lex_state = 616}, - [217] = {.lex_state = 616}, - [218] = {.lex_state = 616}, - [219] = {.lex_state = 616}, - [220] = {.lex_state = 616}, - [221] = {.lex_state = 616}, - [222] = {.lex_state = 616}, - [223] = {.lex_state = 616}, - [224] = {.lex_state = 616}, - [225] = {.lex_state = 616}, - [226] = {.lex_state = 616}, - [227] = {.lex_state = 616}, - [228] = {.lex_state = 616}, - [229] = {.lex_state = 616}, - [230] = {.lex_state = 616}, - [231] = {.lex_state = 616}, - [232] = {.lex_state = 616}, - [233] = {.lex_state = 616}, - [234] = {.lex_state = 616}, - [235] = {.lex_state = 616}, - [236] = {.lex_state = 90}, - [237] = {.lex_state = 33}, - [238] = {.lex_state = 616}, - [239] = {.lex_state = 33}, - [240] = {.lex_state = 33}, - [241] = {.lex_state = 90}, - [242] = {.lex_state = 33}, - [243] = {.lex_state = 616}, - [244] = {.lex_state = 33}, - [245] = {.lex_state = 93}, - [246] = {.lex_state = 93}, - [247] = {.lex_state = 93}, - [248] = {.lex_state = 34}, - [249] = {.lex_state = 34}, - [250] = {.lex_state = 93}, - [251] = {.lex_state = 34}, - [252] = {.lex_state = 34}, - [253] = {.lex_state = 93}, - [254] = {.lex_state = 34}, - [255] = {.lex_state = 92}, - [256] = {.lex_state = 92}, - [257] = {.lex_state = 92}, - [258] = {.lex_state = 35}, - [259] = {.lex_state = 92}, - [260] = {.lex_state = 92}, - [261] = {.lex_state = 96}, - [262] = {.lex_state = 96}, - [263] = {.lex_state = 96}, - [264] = {.lex_state = 616}, - [265] = {.lex_state = 616}, - [266] = {.lex_state = 576}, - [267] = {.lex_state = 576}, - [268] = {.lex_state = 579}, - [269] = {.lex_state = 579}, - [270] = {.lex_state = 576}, - [271] = {.lex_state = 576}, - [272] = {.lex_state = 579}, - [273] = {.lex_state = 579}, - [274] = {.lex_state = 579}, - [275] = {.lex_state = 580}, - [276] = {.lex_state = 579}, - [277] = {.lex_state = 580}, - [278] = {.lex_state = 579}, - [279] = {.lex_state = 580}, - [280] = {.lex_state = 580}, - [281] = {.lex_state = 580}, - [282] = {.lex_state = 579}, - [283] = {.lex_state = 579}, - [284] = {.lex_state = 579}, - [285] = {.lex_state = 580}, - [286] = {.lex_state = 596}, - [287] = {.lex_state = 580}, - [288] = {.lex_state = 580}, - [289] = {.lex_state = 580}, - [290] = {.lex_state = 580}, - [291] = {.lex_state = 36}, - [292] = {.lex_state = 65}, - [293] = {.lex_state = 596}, - [294] = {.lex_state = 36}, - [295] = {.lex_state = 598}, - [296] = {.lex_state = 598}, - [297] = {.lex_state = 65}, - [298] = {.lex_state = 598}, - [299] = {.lex_state = 44}, - [300] = {.lex_state = 39}, - [301] = {.lex_state = 598}, - [302] = {.lex_state = 68}, - [303] = {.lex_state = 68}, - [304] = {.lex_state = 37}, - [305] = {.lex_state = 44}, - [306] = {.lex_state = 598}, - [307] = {.lex_state = 68}, - [308] = {.lex_state = 68}, - [309] = {.lex_state = 37}, - [310] = {.lex_state = 37}, - [311] = {.lex_state = 37}, - [312] = {.lex_state = 39}, - [313] = {.lex_state = 598}, - [314] = {.lex_state = 68}, - [315] = {.lex_state = 37}, - [316] = {.lex_state = 40}, - [317] = {.lex_state = 38}, - [318] = {.lex_state = 38}, - [319] = {.lex_state = 67}, - [320] = {.lex_state = 45}, - [321] = {.lex_state = 67}, - [322] = {.lex_state = 40}, - [323] = {.lex_state = 38}, - [324] = {.lex_state = 40}, - [325] = {.lex_state = 40}, - [326] = {.lex_state = 67}, - [327] = {.lex_state = 547}, - [328] = {.lex_state = 45}, - [329] = {.lex_state = 547}, - [330] = {.lex_state = 38}, - [331] = {.lex_state = 47}, - [332] = {.lex_state = 45}, - [333] = {.lex_state = 67}, - [334] = {.lex_state = 40}, - [335] = {.lex_state = 45}, - [336] = {.lex_state = 45}, - [337] = {.lex_state = 67}, - [338] = {.lex_state = 47}, - [339] = {.lex_state = 38}, - [340] = {.lex_state = 46}, - [341] = {.lex_state = 48}, - [342] = {.lex_state = 42}, - [343] = {.lex_state = 48}, - [344] = {.lex_state = 48}, - [345] = {.lex_state = 547}, - [346] = {.lex_state = 547}, - [347] = {.lex_state = 41}, - [348] = {.lex_state = 46}, - [349] = {.lex_state = 547}, - [350] = {.lex_state = 547}, - [351] = {.lex_state = 46}, - [352] = {.lex_state = 547}, - [353] = {.lex_state = 67}, - [354] = {.lex_state = 46}, - [355] = {.lex_state = 41}, - [356] = {.lex_state = 533}, - [357] = {.lex_state = 41}, - [358] = {.lex_state = 67}, - [359] = {.lex_state = 48}, - [360] = {.lex_state = 41}, - [361] = {.lex_state = 41}, - [362] = {.lex_state = 67}, - [363] = {.lex_state = 533}, - [364] = {.lex_state = 46}, - [365] = {.lex_state = 547}, - [366] = {.lex_state = 48}, - [367] = {.lex_state = 43}, - [368] = {.lex_state = 534}, - [369] = {.lex_state = 547}, - [370] = {.lex_state = 534}, - [371] = {.lex_state = 534}, - [372] = {.lex_state = 534}, - [373] = {.lex_state = 50}, - [374] = {.lex_state = 547}, - [375] = {.lex_state = 547}, - [376] = {.lex_state = 49}, - [377] = {.lex_state = 547}, - [378] = {.lex_state = 547}, - [379] = {.lex_state = 547}, - [380] = {.lex_state = 533}, - [381] = {.lex_state = 547}, - [382] = {.lex_state = 49}, - [383] = {.lex_state = 547}, - [384] = {.lex_state = 49}, - [385] = {.lex_state = 49}, - [386] = {.lex_state = 533}, - [387] = {.lex_state = 49}, - [388] = {.lex_state = 534}, - [389] = {.lex_state = 547}, - [390] = {.lex_state = 547}, - [391] = {.lex_state = 547}, - [392] = {.lex_state = 534}, - [393] = {.lex_state = 535}, - [394] = {.lex_state = 547}, - [395] = {.lex_state = 534}, - [396] = {.lex_state = 535}, - [397] = {.lex_state = 535}, - [398] = {.lex_state = 547}, - [399] = {.lex_state = 534}, - [400] = {.lex_state = 534}, - [401] = {.lex_state = 535}, - [402] = {.lex_state = 535}, - [403] = {.lex_state = 547}, - [404] = {.lex_state = 547}, - [405] = {.lex_state = 534}, - [406] = {.lex_state = 51}, - [407] = {.lex_state = 535}, - [408] = {.lex_state = 547}, - [409] = {.lex_state = 547}, - [410] = {.lex_state = 52}, - [411] = {.lex_state = 547}, - [412] = {.lex_state = 535}, - [413] = {.lex_state = 64}, - [414] = {.lex_state = 547}, - [415] = {.lex_state = 52}, - [416] = {.lex_state = 535}, - [417] = {.lex_state = 547}, - [418] = {.lex_state = 64}, - [419] = {.lex_state = 547}, - [420] = {.lex_state = 535}, - [421] = {.lex_state = 547}, - [422] = {.lex_state = 547}, - [423] = {.lex_state = 535}, - [424] = {.lex_state = 536}, - [425] = {.lex_state = 59}, - [426] = {.lex_state = 53}, - [427] = {.lex_state = 64}, - [428] = {.lex_state = 536}, - [429] = {.lex_state = 128}, - [430] = {.lex_state = 547}, - [431] = {.lex_state = 547}, - [432] = {.lex_state = 64}, - [433] = {.lex_state = 64}, - [434] = {.lex_state = 64}, - [435] = {.lex_state = 64}, - [436] = {.lex_state = 64}, - [437] = {.lex_state = 128}, - [438] = {.lex_state = 64}, - [439] = {.lex_state = 56}, - [440] = {.lex_state = 53}, - [441] = {.lex_state = 547}, - [442] = {.lex_state = 53}, - [443] = {.lex_state = 59}, - [444] = {.lex_state = 56}, - [445] = {.lex_state = 53}, - [446] = {.lex_state = 53}, - [447] = {.lex_state = 126}, - [448] = {.lex_state = 52}, - [449] = {.lex_state = 126}, - [450] = {.lex_state = 126}, - [451] = {.lex_state = 547}, - [452] = {.lex_state = 57}, - [453] = {.lex_state = 60}, - [454] = {.lex_state = 126}, - [455] = {.lex_state = 64}, - [456] = {.lex_state = 60}, - [457] = {.lex_state = 64}, - [458] = {.lex_state = 126}, - [459] = {.lex_state = 57}, - [460] = {.lex_state = 57}, - [461] = {.lex_state = 54}, - [462] = {.lex_state = 54}, - [463] = {.lex_state = 64}, - [464] = {.lex_state = 64}, - [465] = {.lex_state = 54}, - [466] = {.lex_state = 54}, - [467] = {.lex_state = 60}, - [468] = {.lex_state = 60}, - [469] = {.lex_state = 60}, - [470] = {.lex_state = 54}, - [471] = {.lex_state = 64}, - [472] = {.lex_state = 57}, - [473] = {.lex_state = 57}, - [474] = {.lex_state = 58}, - [475] = {.lex_state = 127}, - [476] = {.lex_state = 61}, - [477] = {.lex_state = 58}, - [478] = {.lex_state = 173}, - [479] = {.lex_state = 61}, - [480] = {.lex_state = 55}, - [481] = {.lex_state = 58}, - [482] = {.lex_state = 127}, - [483] = {.lex_state = 61}, - [484] = {.lex_state = 127}, - [485] = {.lex_state = 58}, - [486] = {.lex_state = 61}, - [487] = {.lex_state = 58}, - [488] = {.lex_state = 61}, - [489] = {.lex_state = 173}, - [490] = {.lex_state = 61}, - [491] = {.lex_state = 127}, - [492] = {.lex_state = 127}, - [493] = {.lex_state = 134}, - [494] = {.lex_state = 64}, - [495] = {.lex_state = 167}, - [496] = {.lex_state = 167}, - [497] = {.lex_state = 167}, - [498] = {.lex_state = 63}, - [499] = {.lex_state = 167}, - [500] = {.lex_state = 62}, - [501] = {.lex_state = 167}, - [502] = {.lex_state = 52}, + [1] = {.lex_state = 583}, + [2] = {.lex_state = 136}, + [3] = {.lex_state = 136}, + [4] = {.lex_state = 136}, + [5] = {.lex_state = 136}, + [6] = {.lex_state = 136}, + [7] = {.lex_state = 136}, + [8] = {.lex_state = 136}, + [9] = {.lex_state = 136}, + [10] = {.lex_state = 136}, + [11] = {.lex_state = 136}, + [12] = {.lex_state = 136}, + [13] = {.lex_state = 136}, + [14] = {.lex_state = 136}, + [15] = {.lex_state = 136}, + [16] = {.lex_state = 136}, + [17] = {.lex_state = 136}, + [18] = {.lex_state = 581}, + [19] = {.lex_state = 581}, + [20] = {.lex_state = 581}, + [21] = {.lex_state = 581}, + [22] = {.lex_state = 581}, + [23] = {.lex_state = 581}, + [24] = {.lex_state = 581}, + [25] = {.lex_state = 581}, + [26] = {.lex_state = 581}, + [27] = {.lex_state = 581}, + [28] = {.lex_state = 581}, + [29] = {.lex_state = 581}, + [30] = {.lex_state = 581}, + [31] = {.lex_state = 581}, + [32] = {.lex_state = 581}, + [33] = {.lex_state = 581}, + [34] = {.lex_state = 581}, + [35] = {.lex_state = 581}, + [36] = {.lex_state = 581}, + [37] = {.lex_state = 581}, + [38] = {.lex_state = 581}, + [39] = {.lex_state = 581}, + [40] = {.lex_state = 581}, + [41] = {.lex_state = 581}, + [42] = {.lex_state = 581}, + [43] = {.lex_state = 581}, + [44] = {.lex_state = 581}, + [45] = {.lex_state = 581}, + [46] = {.lex_state = 581}, + [47] = {.lex_state = 581}, + [48] = {.lex_state = 581}, + [49] = {.lex_state = 581}, + [50] = {.lex_state = 581}, + [51] = {.lex_state = 581}, + [52] = {.lex_state = 581}, + [53] = {.lex_state = 581}, + [54] = {.lex_state = 581}, + [55] = {.lex_state = 581}, + [56] = {.lex_state = 581}, + [57] = {.lex_state = 581}, + [58] = {.lex_state = 581}, + [59] = {.lex_state = 581}, + [60] = {.lex_state = 581}, + [61] = {.lex_state = 581}, + [62] = {.lex_state = 581}, + [63] = {.lex_state = 581}, + [64] = {.lex_state = 581}, + [65] = {.lex_state = 581}, + [66] = {.lex_state = 581}, + [67] = {.lex_state = 581}, + [68] = {.lex_state = 581}, + [69] = {.lex_state = 581}, + [70] = {.lex_state = 581}, + [71] = {.lex_state = 581}, + [72] = {.lex_state = 581}, + [73] = {.lex_state = 581}, + [74] = {.lex_state = 581}, + [75] = {.lex_state = 581}, + [76] = {.lex_state = 581}, + [77] = {.lex_state = 581}, + [78] = {.lex_state = 581}, + [79] = {.lex_state = 581}, + [80] = {.lex_state = 581}, + [81] = {.lex_state = 581}, + [82] = {.lex_state = 581}, + [83] = {.lex_state = 581}, + [84] = {.lex_state = 581}, + [85] = {.lex_state = 581}, + [86] = {.lex_state = 581}, + [87] = {.lex_state = 581}, + [88] = {.lex_state = 581}, + [89] = {.lex_state = 581}, + [90] = {.lex_state = 581}, + [91] = {.lex_state = 581}, + [92] = {.lex_state = 581}, + [93] = {.lex_state = 581}, + [94] = {.lex_state = 581}, + [95] = {.lex_state = 581}, + [96] = {.lex_state = 581}, + [97] = {.lex_state = 581}, + [98] = {.lex_state = 581}, + [99] = {.lex_state = 581}, + [100] = {.lex_state = 581}, + [101] = {.lex_state = 581}, + [102] = {.lex_state = 581}, + [103] = {.lex_state = 581}, + [104] = {.lex_state = 581}, + [105] = {.lex_state = 581}, + [106] = {.lex_state = 581}, + [107] = {.lex_state = 581}, + [108] = {.lex_state = 581}, + [109] = {.lex_state = 581}, + [110] = {.lex_state = 581}, + [111] = {.lex_state = 581}, + [112] = {.lex_state = 581}, + [113] = {.lex_state = 581}, + [114] = {.lex_state = 581}, + [115] = {.lex_state = 581}, + [116] = {.lex_state = 581}, + [117] = {.lex_state = 581}, + [118] = {.lex_state = 491}, + [119] = {.lex_state = 491}, + [120] = {.lex_state = 505}, + [121] = {.lex_state = 491}, + [122] = {.lex_state = 492}, + [123] = {.lex_state = 491}, + [124] = {.lex_state = 492}, + [125] = {.lex_state = 492}, + [126] = {.lex_state = 505}, + [127] = {.lex_state = 492}, + [128] = {.lex_state = 516}, + [129] = {.lex_state = 492}, + [130] = {.lex_state = 504}, + [131] = {.lex_state = 505}, + [132] = {.lex_state = 489}, + [133] = {.lex_state = 504}, + [134] = {.lex_state = 504}, + [135] = {.lex_state = 493}, + [136] = {.lex_state = 516}, + [137] = {.lex_state = 489}, + [138] = {.lex_state = 493}, + [139] = {.lex_state = 489}, + [140] = {.lex_state = 504}, + [141] = {.lex_state = 505}, + [142] = {.lex_state = 504}, + [143] = {.lex_state = 493}, + [144] = {.lex_state = 493}, + [145] = {.lex_state = 489}, + [146] = {.lex_state = 492}, + [147] = {.lex_state = 492}, + [148] = {.lex_state = 492}, + [149] = {.lex_state = 492}, + [150] = {.lex_state = 493}, + [151] = {.lex_state = 492}, + [152] = {.lex_state = 503}, + [153] = {.lex_state = 1}, + [154] = {.lex_state = 503}, + [155] = {.lex_state = 504}, + [156] = {.lex_state = 503}, + [157] = {.lex_state = 503}, + [158] = {.lex_state = 486}, + [159] = {.lex_state = 504}, + [160] = {.lex_state = 497}, + [161] = {.lex_state = 503}, + [162] = {.lex_state = 503}, + [163] = {.lex_state = 504}, + [164] = {.lex_state = 493}, + [165] = {.lex_state = 493}, + [166] = {.lex_state = 503}, + [167] = {.lex_state = 493}, + [168] = {.lex_state = 504}, + [169] = {.lex_state = 503}, + [170] = {.lex_state = 493}, + [171] = {.lex_state = 503}, + [172] = {.lex_state = 503}, + [173] = {.lex_state = 503}, + [174] = {.lex_state = 503}, + [175] = {.lex_state = 503}, + [176] = {.lex_state = 503}, + [177] = {.lex_state = 503}, + [178] = {.lex_state = 493}, + [179] = {.lex_state = 503}, + [180] = {.lex_state = 504}, + [181] = {.lex_state = 503}, + [182] = {.lex_state = 503}, + [183] = {.lex_state = 1}, + [184] = {.lex_state = 503}, + [185] = {.lex_state = 503}, + [186] = {.lex_state = 1}, + [187] = {.lex_state = 1}, + [188] = {.lex_state = 489}, + [189] = {.lex_state = 503}, + [190] = {.lex_state = 489}, + [191] = {.lex_state = 503}, + [192] = {.lex_state = 503}, + [193] = {.lex_state = 503}, + [194] = {.lex_state = 489}, + [195] = {.lex_state = 503}, + [196] = {.lex_state = 503}, + [197] = {.lex_state = 503}, + [198] = {.lex_state = 486}, + [199] = {.lex_state = 503}, + [200] = {.lex_state = 503}, + [201] = {.lex_state = 503}, + [202] = {.lex_state = 508}, + [203] = {.lex_state = 503}, + [204] = {.lex_state = 503}, + [205] = {.lex_state = 503}, + [206] = {.lex_state = 508}, + [207] = {.lex_state = 503}, + [208] = {.lex_state = 508}, + [209] = {.lex_state = 503}, + [210] = {.lex_state = 503}, + [211] = {.lex_state = 503}, + [212] = {.lex_state = 497}, + [213] = {.lex_state = 503}, + [214] = {.lex_state = 503}, + [215] = {.lex_state = 503}, + [216] = {.lex_state = 489}, + [217] = {.lex_state = 503}, + [218] = {.lex_state = 503}, + [219] = {.lex_state = 503}, + [220] = {.lex_state = 489}, + [221] = {.lex_state = 503}, + [222] = {.lex_state = 503}, + [223] = {.lex_state = 503}, + [224] = {.lex_state = 503}, + [225] = {.lex_state = 503}, + [226] = {.lex_state = 503}, + [227] = {.lex_state = 503}, + [228] = {.lex_state = 503}, + [229] = {.lex_state = 508}, + [230] = {.lex_state = 503}, + [231] = {.lex_state = 508}, + [232] = {.lex_state = 519}, + [233] = {.lex_state = 503}, + [234] = {.lex_state = 508}, + [235] = {.lex_state = 503}, + [236] = {.lex_state = 503}, + [237] = {.lex_state = 522}, + [238] = {.lex_state = 508}, + [239] = {.lex_state = 508}, + [240] = {.lex_state = 503}, + [241] = {.lex_state = 508}, + [242] = {.lex_state = 503}, + [243] = {.lex_state = 508}, + [244] = {.lex_state = 508}, + [245] = {.lex_state = 508}, + [246] = {.lex_state = 503}, + [247] = {.lex_state = 508}, + [248] = {.lex_state = 508}, + [249] = {.lex_state = 508}, + [250] = {.lex_state = 508}, + [251] = {.lex_state = 508}, + [252] = {.lex_state = 508}, + [253] = {.lex_state = 503}, + [254] = {.lex_state = 508}, + [255] = {.lex_state = 508}, + [256] = {.lex_state = 508}, + [257] = {.lex_state = 508}, + [258] = {.lex_state = 508}, + [259] = {.lex_state = 508}, + [260] = {.lex_state = 508}, + [261] = {.lex_state = 503}, + [262] = {.lex_state = 508}, + [263] = {.lex_state = 508}, + [264] = {.lex_state = 508}, + [265] = {.lex_state = 503}, + [266] = {.lex_state = 508}, + [267] = {.lex_state = 508}, + [268] = {.lex_state = 508}, + [269] = {.lex_state = 508}, + [270] = {.lex_state = 508}, + [271] = {.lex_state = 508}, + [272] = {.lex_state = 508}, + [273] = {.lex_state = 522}, + [274] = {.lex_state = 508}, + [275] = {.lex_state = 508}, + [276] = {.lex_state = 503}, + [277] = {.lex_state = 508}, + [278] = {.lex_state = 508}, + [279] = {.lex_state = 508}, + [280] = {.lex_state = 508}, + [281] = {.lex_state = 508}, + [282] = {.lex_state = 508}, + [283] = {.lex_state = 508}, + [284] = {.lex_state = 508}, + [285] = {.lex_state = 508}, + [286] = {.lex_state = 508}, + [287] = {.lex_state = 508}, + [288] = {.lex_state = 508}, + [289] = {.lex_state = 508}, + [290] = {.lex_state = 508}, + [291] = {.lex_state = 519}, + [292] = {.lex_state = 508}, + [293] = {.lex_state = 508}, + [294] = {.lex_state = 508}, + [295] = {.lex_state = 508}, + [296] = {.lex_state = 508}, + [297] = {.lex_state = 508}, + [298] = {.lex_state = 508}, + [299] = {.lex_state = 508}, + [300] = {.lex_state = 508}, + [301] = {.lex_state = 508}, + [302] = {.lex_state = 508}, + [303] = {.lex_state = 508}, + [304] = {.lex_state = 508}, + [305] = {.lex_state = 508}, + [306] = {.lex_state = 508}, + [307] = {.lex_state = 508}, + [308] = {.lex_state = 508}, + [309] = {.lex_state = 508}, + [310] = {.lex_state = 508}, + [311] = {.lex_state = 508}, + [312] = {.lex_state = 508}, + [313] = {.lex_state = 508}, + [314] = {.lex_state = 508}, + [315] = {.lex_state = 508}, + [316] = {.lex_state = 508}, + [317] = {.lex_state = 508}, + [318] = {.lex_state = 508}, + [319] = {.lex_state = 508}, + [320] = {.lex_state = 508}, + [321] = {.lex_state = 508}, + [322] = {.lex_state = 508}, + [323] = {.lex_state = 508}, + [324] = {.lex_state = 508}, + [325] = {.lex_state = 508}, + [326] = {.lex_state = 508}, + [327] = {.lex_state = 508}, + [328] = {.lex_state = 508}, + [329] = {.lex_state = 508}, + [330] = {.lex_state = 508}, + [331] = {.lex_state = 508}, + [332] = {.lex_state = 508}, + [333] = {.lex_state = 508}, + [334] = {.lex_state = 508}, + [335] = {.lex_state = 508}, + [336] = {.lex_state = 508}, + [337] = {.lex_state = 508}, + [338] = {.lex_state = 508}, + [339] = {.lex_state = 508}, + [340] = {.lex_state = 508}, + [341] = {.lex_state = 508}, + [342] = {.lex_state = 508}, + [343] = {.lex_state = 508}, + [344] = {.lex_state = 508}, + [345] = {.lex_state = 508}, + [346] = {.lex_state = 508}, + [347] = {.lex_state = 508}, + [348] = {.lex_state = 508}, + [349] = {.lex_state = 508}, + [350] = {.lex_state = 508}, + [351] = {.lex_state = 508}, + [352] = {.lex_state = 508}, + [353] = {.lex_state = 508}, + [354] = {.lex_state = 508}, + [355] = {.lex_state = 508}, + [356] = {.lex_state = 508}, + [357] = {.lex_state = 508}, + [358] = {.lex_state = 508}, + [359] = {.lex_state = 508}, + [360] = {.lex_state = 508}, + [361] = {.lex_state = 508}, + [362] = {.lex_state = 508}, + [363] = {.lex_state = 508}, + [364] = {.lex_state = 508}, + [365] = {.lex_state = 508}, + [366] = {.lex_state = 508}, + [367] = {.lex_state = 508}, + [368] = {.lex_state = 508}, + [369] = {.lex_state = 508}, + [370] = {.lex_state = 508}, + [371] = {.lex_state = 508}, + [372] = {.lex_state = 508}, + [373] = {.lex_state = 24}, + [374] = {.lex_state = 24}, + [375] = {.lex_state = 26}, + [376] = {.lex_state = 26}, + [377] = {.lex_state = 26}, + [378] = {.lex_state = 26}, + [379] = {.lex_state = 26}, + [380] = {.lex_state = 20}, + [381] = {.lex_state = 20}, + [382] = {.lex_state = 83}, + [383] = {.lex_state = 25}, + [384] = {.lex_state = 25}, + [385] = {.lex_state = 25}, + [386] = {.lex_state = 25}, + [387] = {.lex_state = 18}, + [388] = {.lex_state = 25}, + [389] = {.lex_state = 18}, + [390] = {.lex_state = 18}, + [391] = {.lex_state = 18}, + [392] = {.lex_state = 18}, + [393] = {.lex_state = 19}, + [394] = {.lex_state = 17}, + [395] = {.lex_state = 19}, + [396] = {.lex_state = 19}, + [397] = {.lex_state = 19}, + [398] = {.lex_state = 7}, + [399] = {.lex_state = 17}, + [400] = {.lex_state = 19}, + [401] = {.lex_state = 17}, + [402] = {.lex_state = 19}, + [403] = {.lex_state = 19}, + [404] = {.lex_state = 19}, + [405] = {.lex_state = 17}, + [406] = {.lex_state = 19}, + [407] = {.lex_state = 27}, + [408] = {.lex_state = 17}, + [409] = {.lex_state = 19}, + [410] = {.lex_state = 19}, + [411] = {.lex_state = 19}, + [412] = {.lex_state = 19}, + [413] = {.lex_state = 19}, + [414] = {.lex_state = 19}, + [415] = {.lex_state = 22}, + [416] = {.lex_state = 22}, + [417] = {.lex_state = 16}, + [418] = {.lex_state = 22}, + [419] = {.lex_state = 16}, + [420] = {.lex_state = 16}, + [421] = {.lex_state = 16}, + [422] = {.lex_state = 109}, + [423] = {.lex_state = 19}, + [424] = {.lex_state = 19}, + [425] = {.lex_state = 19}, + [426] = {.lex_state = 19}, + [427] = {.lex_state = 19}, + [428] = {.lex_state = 19}, + [429] = {.lex_state = 19}, + [430] = {.lex_state = 92}, + [431] = {.lex_state = 23}, + [432] = {.lex_state = 23}, + [433] = {.lex_state = 23}, + [434] = {.lex_state = 23}, + [435] = {.lex_state = 23}, + [436] = {.lex_state = 23}, + [437] = {.lex_state = 23}, + [438] = {.lex_state = 23}, + [439] = {.lex_state = 23}, + [440] = {.lex_state = 23}, + [441] = {.lex_state = 23}, + [442] = {.lex_state = 23}, + [443] = {.lex_state = 23}, + [444] = {.lex_state = 23}, + [445] = {.lex_state = 23}, + [446] = {.lex_state = 23}, + [447] = {.lex_state = 23}, + [448] = {.lex_state = 23}, + [449] = {.lex_state = 23}, + [450] = {.lex_state = 23}, + [451] = {.lex_state = 23}, + [452] = {.lex_state = 23}, + [453] = {.lex_state = 23}, + [454] = {.lex_state = 23}, + [455] = {.lex_state = 23}, + [456] = {.lex_state = 23}, + [457] = {.lex_state = 23}, + [458] = {.lex_state = 23}, + [459] = {.lex_state = 23}, + [460] = {.lex_state = 23}, + [461] = {.lex_state = 23}, + [462] = {.lex_state = 23}, + [463] = {.lex_state = 23}, + [464] = {.lex_state = 23}, + [465] = {.lex_state = 23}, + [466] = {.lex_state = 23}, + [467] = {.lex_state = 23}, + [468] = {.lex_state = 23}, + [469] = {.lex_state = 23}, + [470] = {.lex_state = 23}, + [471] = {.lex_state = 23}, + [472] = {.lex_state = 23}, + [473] = {.lex_state = 23}, + [474] = {.lex_state = 23}, + [475] = {.lex_state = 23}, + [476] = {.lex_state = 23}, + [477] = {.lex_state = 23}, + [478] = {.lex_state = 23}, + [479] = {.lex_state = 23}, + [480] = {.lex_state = 23}, + [481] = {.lex_state = 23}, + [482] = {.lex_state = 23}, + [483] = {.lex_state = 23}, + [484] = {.lex_state = 23}, + [485] = {.lex_state = 23}, + [486] = {.lex_state = 23}, + [487] = {.lex_state = 23}, + [488] = {.lex_state = 23}, + [489] = {.lex_state = 23}, + [490] = {.lex_state = 23}, + [491] = {.lex_state = 23}, + [492] = {.lex_state = 23}, + [493] = {.lex_state = 23}, + [494] = {.lex_state = 138}, + [495] = {.lex_state = 138}, + [496] = {.lex_state = 138}, + [497] = {.lex_state = 138}, + [498] = {.lex_state = 138}, + [499] = {.lex_state = 138}, + [500] = {.lex_state = 138}, + [501] = {.lex_state = 138}, + [502] = {.lex_state = 138}, [503] = {.lex_state = 138}, - [504] = {.lex_state = 168}, - [505] = {.lex_state = 168}, - [506] = {.lex_state = 168}, + [504] = {.lex_state = 138}, + [505] = {.lex_state = 138}, + [506] = {.lex_state = 138}, [507] = {.lex_state = 138}, [508] = {.lex_state = 138}, - [509] = {.lex_state = 168}, - [510] = {.lex_state = 168}, + [509] = {.lex_state = 138}, + [510] = {.lex_state = 138}, [511] = {.lex_state = 138}, - [512] = {.lex_state = 175}, + [512] = {.lex_state = 138}, [513] = {.lex_state = 138}, - [514] = {.lex_state = 556}, - [515] = {.lex_state = 2}, - [516] = {.lex_state = 2}, - [517] = {.lex_state = 2}, - [518] = {.lex_state = 2}, - [519] = {.lex_state = 556}, - [520] = {.lex_state = 1}, - [521] = {.lex_state = 537}, - [522] = {.lex_state = 537}, - [523] = {.lex_state = 537}, - [524] = {.lex_state = 537}, - [525] = {.lex_state = 1}, - [526] = {.lex_state = 1}, - [527] = {.lex_state = 522}, - [528] = {.lex_state = 537}, - [529] = {.lex_state = 537}, - [530] = {.lex_state = 537}, - [531] = {.lex_state = 1}, - [532] = {.lex_state = 537}, - [533] = {.lex_state = 537}, - [534] = {.lex_state = 537}, - [535] = {.lex_state = 537}, - [536] = {.lex_state = 537}, - [537] = {.lex_state = 537}, - [538] = {.lex_state = 537}, - [539] = {.lex_state = 537}, - [540] = {.lex_state = 537}, - [541] = {.lex_state = 522}, - [542] = {.lex_state = 537}, - [543] = {.lex_state = 537}, - [544] = {.lex_state = 2}, - [545] = {.lex_state = 537}, - [546] = {.lex_state = 537}, - [547] = {.lex_state = 537}, - [548] = {.lex_state = 537}, - [549] = {.lex_state = 537}, - [550] = {.lex_state = 537}, - [551] = {.lex_state = 537}, - [552] = {.lex_state = 2}, - [553] = {.lex_state = 537}, - [554] = {.lex_state = 2}, - [555] = {.lex_state = 537}, - [556] = {.lex_state = 537}, - [557] = {.lex_state = 537}, - [558] = {.lex_state = 537}, - [559] = {.lex_state = 537}, - [560] = {.lex_state = 2}, - [561] = {.lex_state = 537}, - [562] = {.lex_state = 537}, - [563] = {.lex_state = 2}, - [564] = {.lex_state = 537}, - [565] = {.lex_state = 537}, - [566] = {.lex_state = 537}, - [567] = {.lex_state = 537}, - [568] = {.lex_state = 559}, - [569] = {.lex_state = 537}, - [570] = {.lex_state = 537}, - [571] = {.lex_state = 537}, - [572] = {.lex_state = 537}, - [573] = {.lex_state = 537}, - [574] = {.lex_state = 537}, - [575] = {.lex_state = 537}, - [576] = {.lex_state = 537}, - [577] = {.lex_state = 562}, - [578] = {.lex_state = 544}, - [579] = {.lex_state = 544}, - [580] = {.lex_state = 544}, - [581] = {.lex_state = 544}, - [582] = {.lex_state = 544}, - [583] = {.lex_state = 544}, - [584] = {.lex_state = 537}, - [585] = {.lex_state = 544}, - [586] = {.lex_state = 544}, - [587] = {.lex_state = 544}, - [588] = {.lex_state = 544}, - [589] = {.lex_state = 544}, - [590] = {.lex_state = 544}, - [591] = {.lex_state = 544}, - [592] = {.lex_state = 544}, - [593] = {.lex_state = 559}, - [594] = {.lex_state = 544}, - [595] = {.lex_state = 544}, - [596] = {.lex_state = 544}, - [597] = {.lex_state = 544}, - [598] = {.lex_state = 544}, - [599] = {.lex_state = 537}, - [600] = {.lex_state = 544}, - [601] = {.lex_state = 544}, - [602] = {.lex_state = 544}, - [603] = {.lex_state = 544}, - [604] = {.lex_state = 544}, - [605] = {.lex_state = 544}, - [606] = {.lex_state = 537}, - [607] = {.lex_state = 544}, - [608] = {.lex_state = 544}, - [609] = {.lex_state = 544}, - [610] = {.lex_state = 537}, - [611] = {.lex_state = 544}, - [612] = {.lex_state = 544}, - [613] = {.lex_state = 544}, - [614] = {.lex_state = 544}, - [615] = {.lex_state = 544}, - [616] = {.lex_state = 544}, - [617] = {.lex_state = 544}, - [618] = {.lex_state = 544}, - [619] = {.lex_state = 544}, - [620] = {.lex_state = 544}, - [621] = {.lex_state = 562}, - [622] = {.lex_state = 544}, - [623] = {.lex_state = 544}, - [624] = {.lex_state = 544}, - [625] = {.lex_state = 537}, - [626] = {.lex_state = 544}, - [627] = {.lex_state = 544}, - [628] = {.lex_state = 544}, - [629] = {.lex_state = 544}, - [630] = {.lex_state = 544}, - [631] = {.lex_state = 544}, - [632] = {.lex_state = 544}, - [633] = {.lex_state = 544}, - [634] = {.lex_state = 544}, - [635] = {.lex_state = 544}, - [636] = {.lex_state = 544}, - [637] = {.lex_state = 544}, - [638] = {.lex_state = 544}, - [639] = {.lex_state = 544}, - [640] = {.lex_state = 544}, - [641] = {.lex_state = 544}, - [642] = {.lex_state = 544}, - [643] = {.lex_state = 537}, - [644] = {.lex_state = 544}, - [645] = {.lex_state = 544}, - [646] = {.lex_state = 544}, - [647] = {.lex_state = 544}, - [648] = {.lex_state = 544}, - [649] = {.lex_state = 537}, - [650] = {.lex_state = 544}, - [651] = {.lex_state = 544}, - [652] = {.lex_state = 544}, - [653] = {.lex_state = 544}, - [654] = {.lex_state = 544}, - [655] = {.lex_state = 544}, - [656] = {.lex_state = 544}, - [657] = {.lex_state = 544}, - [658] = {.lex_state = 544}, - [659] = {.lex_state = 544}, - [660] = {.lex_state = 544}, - [661] = {.lex_state = 544}, - [662] = {.lex_state = 544}, - [663] = {.lex_state = 544}, - [664] = {.lex_state = 544}, - [665] = {.lex_state = 544}, - [666] = {.lex_state = 544}, - [667] = {.lex_state = 544}, - [668] = {.lex_state = 544}, - [669] = {.lex_state = 544}, - [670] = {.lex_state = 544}, - [671] = {.lex_state = 544}, - [672] = {.lex_state = 544}, - [673] = {.lex_state = 544}, - [674] = {.lex_state = 544}, - [675] = {.lex_state = 544}, - [676] = {.lex_state = 544}, - [677] = {.lex_state = 544}, - [678] = {.lex_state = 544}, - [679] = {.lex_state = 544}, - [680] = {.lex_state = 544}, - [681] = {.lex_state = 544}, - [682] = {.lex_state = 544}, - [683] = {.lex_state = 544}, - [684] = {.lex_state = 544}, - [685] = {.lex_state = 544}, - [686] = {.lex_state = 544}, - [687] = {.lex_state = 544}, - [688] = {.lex_state = 544}, - [689] = {.lex_state = 544}, - [690] = {.lex_state = 544}, - [691] = {.lex_state = 544}, - [692] = {.lex_state = 544}, - [693] = {.lex_state = 544}, - [694] = {.lex_state = 544}, - [695] = {.lex_state = 544}, - [696] = {.lex_state = 544}, - [697] = {.lex_state = 544}, - [698] = {.lex_state = 544}, - [699] = {.lex_state = 544}, - [700] = {.lex_state = 544}, - [701] = {.lex_state = 544}, - [702] = {.lex_state = 544}, - [703] = {.lex_state = 544}, - [704] = {.lex_state = 544}, - [705] = {.lex_state = 544}, - [706] = {.lex_state = 544}, - [707] = {.lex_state = 544}, - [708] = {.lex_state = 544}, - [709] = {.lex_state = 544}, - [710] = {.lex_state = 544}, - [711] = {.lex_state = 544}, - [712] = {.lex_state = 544}, - [713] = {.lex_state = 234}, - [714] = {.lex_state = 234}, - [715] = {.lex_state = 98}, - [716] = {.lex_state = 235}, - [717] = {.lex_state = 235}, - [718] = {.lex_state = 236}, - [719] = {.lex_state = 236}, - [720] = {.lex_state = 236}, - [721] = {.lex_state = 236}, - [722] = {.lex_state = 236}, - [723] = {.lex_state = 238}, - [724] = {.lex_state = 237}, - [725] = {.lex_state = 21}, - [726] = {.lex_state = 238}, - [727] = {.lex_state = 21}, - [728] = {.lex_state = 237}, - [729] = {.lex_state = 21}, - [730] = {.lex_state = 238}, - [731] = {.lex_state = 9}, - [732] = {.lex_state = 21}, - [733] = {.lex_state = 21}, - [734] = {.lex_state = 237}, - [735] = {.lex_state = 238}, - [736] = {.lex_state = 21}, - [737] = {.lex_state = 237}, - [738] = {.lex_state = 21}, - [739] = {.lex_state = 21}, - [740] = {.lex_state = 21}, - [741] = {.lex_state = 21}, - [742] = {.lex_state = 21}, - [743] = {.lex_state = 21}, - [744] = {.lex_state = 21}, - [745] = {.lex_state = 237}, - [746] = {.lex_state = 21}, - [747] = {.lex_state = 21}, - [748] = {.lex_state = 238}, - [749] = {.lex_state = 19}, - [750] = {.lex_state = 239}, - [751] = {.lex_state = 19}, - [752] = {.lex_state = 19}, - [753] = {.lex_state = 239}, - [754] = {.lex_state = 239}, - [755] = {.lex_state = 239}, - [756] = {.lex_state = 19}, - [757] = {.lex_state = 239}, - [758] = {.lex_state = 246}, - [759] = {.lex_state = 21}, - [760] = {.lex_state = 21}, - [761] = {.lex_state = 21}, - [762] = {.lex_state = 247}, - [763] = {.lex_state = 234}, - [764] = {.lex_state = 124}, - [765] = {.lex_state = 234}, - [766] = {.lex_state = 21}, - [767] = {.lex_state = 21}, - [768] = {.lex_state = 115}, - [769] = {.lex_state = 234}, - [770] = {.lex_state = 21}, - [771] = {.lex_state = 21}, - [772] = {.lex_state = 27}, - [773] = {.lex_state = 27}, - [774] = {.lex_state = 27}, - [775] = {.lex_state = 27}, - [776] = {.lex_state = 27}, - [777] = {.lex_state = 27}, - [778] = {.lex_state = 27}, - [779] = {.lex_state = 27}, - [780] = {.lex_state = 27}, - [781] = {.lex_state = 27}, - [782] = {.lex_state = 27}, - [783] = {.lex_state = 27}, - [784] = {.lex_state = 27}, - [785] = {.lex_state = 27}, - [786] = {.lex_state = 27}, - [787] = {.lex_state = 27}, - [788] = {.lex_state = 27}, - [789] = {.lex_state = 27}, - [790] = {.lex_state = 27}, - [791] = {.lex_state = 27}, - [792] = {.lex_state = 27}, - [793] = {.lex_state = 27}, - [794] = {.lex_state = 27}, - [795] = {.lex_state = 27}, - [796] = {.lex_state = 27}, - [797] = {.lex_state = 27}, - [798] = {.lex_state = 27}, - [799] = {.lex_state = 27}, - [800] = {.lex_state = 27}, - [801] = {.lex_state = 27}, - [802] = {.lex_state = 27}, - [803] = {.lex_state = 27}, - [804] = {.lex_state = 27}, - [805] = {.lex_state = 27}, - [806] = {.lex_state = 27}, - [807] = {.lex_state = 27}, - [808] = {.lex_state = 27}, - [809] = {.lex_state = 27}, - [810] = {.lex_state = 27}, - [811] = {.lex_state = 27}, - [812] = {.lex_state = 27}, - [813] = {.lex_state = 27}, - [814] = {.lex_state = 27}, - [815] = {.lex_state = 27}, - [816] = {.lex_state = 27}, - [817] = {.lex_state = 27}, - [818] = {.lex_state = 27}, - [819] = {.lex_state = 27}, - [820] = {.lex_state = 27}, - [821] = {.lex_state = 27}, - [822] = {.lex_state = 27}, - [823] = {.lex_state = 27}, - [824] = {.lex_state = 27}, - [825] = {.lex_state = 27}, - [826] = {.lex_state = 27}, - [827] = {.lex_state = 27}, - [828] = {.lex_state = 27}, - [829] = {.lex_state = 27}, - [830] = {.lex_state = 27}, - [831] = {.lex_state = 27}, - [832] = {.lex_state = 27}, - [833] = {.lex_state = 27}, - [834] = {.lex_state = 27}, - [835] = {.lex_state = 145}, - [836] = {.lex_state = 145}, - [837] = {.lex_state = 145}, - [838] = {.lex_state = 145}, - [839] = {.lex_state = 145}, - [840] = {.lex_state = 145}, - [841] = {.lex_state = 145}, - [842] = {.lex_state = 145}, - [843] = {.lex_state = 145}, - [844] = {.lex_state = 145}, - [845] = {.lex_state = 145}, - [846] = {.lex_state = 145}, - [847] = {.lex_state = 145}, - [848] = {.lex_state = 145}, - [849] = {.lex_state = 145}, - [850] = {.lex_state = 145}, - [851] = {.lex_state = 145}, - [852] = {.lex_state = 145}, - [853] = {.lex_state = 145}, - [854] = {.lex_state = 145}, - [855] = {.lex_state = 145}, - [856] = {.lex_state = 145}, - [857] = {.lex_state = 145}, - [858] = {.lex_state = 145}, - [859] = {.lex_state = 145}, - [860] = {.lex_state = 145}, - [861] = {.lex_state = 145}, - [862] = {.lex_state = 603}, - [863] = {.lex_state = 603}, - [864] = {.lex_state = 603}, - [865] = {.lex_state = 603}, - [866] = {.lex_state = 603}, - [867] = {.lex_state = 603}, - [868] = {.lex_state = 557}, - [869] = {.lex_state = 603}, - [870] = {.lex_state = 603}, - [871] = {.lex_state = 603}, - [872] = {.lex_state = 603}, - [873] = {.lex_state = 603}, - [874] = {.lex_state = 603}, - [875] = {.lex_state = 603}, - [876] = {.lex_state = 603}, - [877] = {.lex_state = 603}, - [878] = {.lex_state = 603}, - [879] = {.lex_state = 603}, - [880] = {.lex_state = 603}, - [881] = {.lex_state = 603}, - [882] = {.lex_state = 603}, - [883] = {.lex_state = 603}, - [884] = {.lex_state = 557}, - [885] = {.lex_state = 603}, - [886] = {.lex_state = 603}, - [887] = {.lex_state = 603}, - [888] = {.lex_state = 552}, - [889] = {.lex_state = 603}, - [890] = {.lex_state = 552}, - [891] = {.lex_state = 603}, - [892] = {.lex_state = 603}, - [893] = {.lex_state = 567}, - [894] = {.lex_state = 603}, - [895] = {.lex_state = 600}, - [896] = {.lex_state = 523}, - [897] = {.lex_state = 603}, - [898] = {.lex_state = 600}, - [899] = {.lex_state = 552}, - [900] = {.lex_state = 552}, - [901] = {.lex_state = 603}, - [902] = {.lex_state = 603}, - [903] = {.lex_state = 600}, - [904] = {.lex_state = 552}, - [905] = {.lex_state = 601}, - [906] = {.lex_state = 603}, - [907] = {.lex_state = 567}, - [908] = {.lex_state = 552}, - [909] = {.lex_state = 552}, - [910] = {.lex_state = 552}, - [911] = {.lex_state = 600}, - [912] = {.lex_state = 552}, - [913] = {.lex_state = 552}, - [914] = {.lex_state = 552}, - [915] = {.lex_state = 600}, - [916] = {.lex_state = 603}, - [917] = {.lex_state = 603}, - [918] = {.lex_state = 552}, - [919] = {.lex_state = 603}, - [920] = {.lex_state = 567}, - [921] = {.lex_state = 552}, - [922] = {.lex_state = 552}, - [923] = {.lex_state = 552}, - [924] = {.lex_state = 6}, - [925] = {.lex_state = 603}, - [926] = {.lex_state = 552}, - [927] = {.lex_state = 552}, - [928] = {.lex_state = 567}, - [929] = {.lex_state = 552}, - [930] = {.lex_state = 600}, - [931] = {.lex_state = 600}, - [932] = {.lex_state = 600}, - [933] = {.lex_state = 567}, - [934] = {.lex_state = 552}, - [935] = {.lex_state = 551}, - [936] = {.lex_state = 600}, - [937] = {.lex_state = 552}, - [938] = {.lex_state = 600}, - [939] = {.lex_state = 552}, - [940] = {.lex_state = 552}, - [941] = {.lex_state = 523}, - [942] = {.lex_state = 600}, - [943] = {.lex_state = 551}, - [944] = {.lex_state = 567}, - [945] = {.lex_state = 552}, - [946] = {.lex_state = 566}, - [947] = {.lex_state = 552}, - [948] = {.lex_state = 600}, - [949] = {.lex_state = 601}, - [950] = {.lex_state = 600}, - [951] = {.lex_state = 552}, - [952] = {.lex_state = 600}, - [953] = {.lex_state = 552}, - [954] = {.lex_state = 552}, - [955] = {.lex_state = 551}, - [956] = {.lex_state = 552}, - [957] = {.lex_state = 600}, - [958] = {.lex_state = 552}, - [959] = {.lex_state = 551}, - [960] = {.lex_state = 552}, - [961] = {.lex_state = 575}, - [962] = {.lex_state = 600}, - [963] = {.lex_state = 551}, - [964] = {.lex_state = 552}, - [965] = {.lex_state = 551}, - [966] = {.lex_state = 560}, - [967] = {.lex_state = 552}, - [968] = {.lex_state = 552}, - [969] = {.lex_state = 584}, - [970] = {.lex_state = 566}, - [971] = {.lex_state = 563}, - [972] = {.lex_state = 589}, - [973] = {.lex_state = 552}, - [974] = {.lex_state = 552}, - [975] = {.lex_state = 600}, - [976] = {.lex_state = 600}, - [977] = {.lex_state = 589}, - [978] = {.lex_state = 584}, - [979] = {.lex_state = 551}, - [980] = {.lex_state = 589}, - [981] = {.lex_state = 589}, - [982] = {.lex_state = 551}, - [983] = {.lex_state = 552}, - [984] = {.lex_state = 589}, - [985] = {.lex_state = 600}, - [986] = {.lex_state = 552}, - [987] = {.lex_state = 555}, - [988] = {.lex_state = 555}, - [989] = {.lex_state = 575}, - [990] = {.lex_state = 555}, - [991] = {.lex_state = 555}, - [992] = {.lex_state = 560}, - [993] = {.lex_state = 584}, - [994] = {.lex_state = 555}, - [995] = {.lex_state = 555}, - [996] = {.lex_state = 555}, - [997] = {.lex_state = 589}, - [998] = {.lex_state = 552}, - [999] = {.lex_state = 589}, - [1000] = {.lex_state = 555}, - [1001] = {.lex_state = 555}, - [1002] = {.lex_state = 555}, - [1003] = {.lex_state = 555}, - [1004] = {.lex_state = 555}, - [1005] = {.lex_state = 552}, - [1006] = {.lex_state = 555}, - [1007] = {.lex_state = 555}, - [1008] = {.lex_state = 552}, - [1009] = {.lex_state = 555}, - [1010] = {.lex_state = 555}, - [1011] = {.lex_state = 555}, - [1012] = {.lex_state = 552}, - [1013] = {.lex_state = 555}, - [1014] = {.lex_state = 555}, - [1015] = {.lex_state = 589}, - [1016] = {.lex_state = 555}, - [1017] = {.lex_state = 555}, - [1018] = {.lex_state = 555}, - [1019] = {.lex_state = 555}, - [1020] = {.lex_state = 563}, - [1021] = {.lex_state = 555}, - [1022] = {.lex_state = 555}, - [1023] = {.lex_state = 552}, - [1024] = {.lex_state = 589}, - [1025] = {.lex_state = 555}, - [1026] = {.lex_state = 555}, - [1027] = {.lex_state = 555}, - [1028] = {.lex_state = 555}, - [1029] = {.lex_state = 555}, - [1030] = {.lex_state = 555}, - [1031] = {.lex_state = 555}, - [1032] = {.lex_state = 555}, - [1033] = {.lex_state = 555}, - [1034] = {.lex_state = 555}, - [1035] = {.lex_state = 555}, - [1036] = {.lex_state = 555}, - [1037] = {.lex_state = 555}, - [1038] = {.lex_state = 555}, - [1039] = {.lex_state = 555}, - [1040] = {.lex_state = 565}, - [1041] = {.lex_state = 555}, - [1042] = {.lex_state = 555}, - [1043] = {.lex_state = 555}, - [1044] = {.lex_state = 555}, - [1045] = {.lex_state = 555}, - [1046] = {.lex_state = 555}, - [1047] = {.lex_state = 555}, - [1048] = {.lex_state = 555}, - [1049] = {.lex_state = 555}, - [1050] = {.lex_state = 555}, - [1051] = {.lex_state = 552}, - [1052] = {.lex_state = 555}, - [1053] = {.lex_state = 552}, - [1054] = {.lex_state = 555}, - [1055] = {.lex_state = 555}, - [1056] = {.lex_state = 555}, - [1057] = {.lex_state = 555}, - [1058] = {.lex_state = 555}, - [1059] = {.lex_state = 555}, - [1060] = {.lex_state = 555}, - [1061] = {.lex_state = 555}, - [1062] = {.lex_state = 555}, - [1063] = {.lex_state = 555}, - [1064] = {.lex_state = 589}, - [1065] = {.lex_state = 555}, - [1066] = {.lex_state = 555}, - [1067] = {.lex_state = 555}, - [1068] = {.lex_state = 555}, - [1069] = {.lex_state = 555}, - [1070] = {.lex_state = 555}, - [1071] = {.lex_state = 570}, - [1072] = {.lex_state = 555}, - [1073] = {.lex_state = 555}, - [1074] = {.lex_state = 555}, - [1075] = {.lex_state = 555}, - [1076] = {.lex_state = 555}, - [1077] = {.lex_state = 555}, - [1078] = {.lex_state = 570}, - [1079] = {.lex_state = 555}, - [1080] = {.lex_state = 555}, - [1081] = {.lex_state = 555}, - [1082] = {.lex_state = 555}, - [1083] = {.lex_state = 555}, - [1084] = {.lex_state = 555}, - [1085] = {.lex_state = 555}, - [1086] = {.lex_state = 555}, - [1087] = {.lex_state = 555}, - [1088] = {.lex_state = 555}, - [1089] = {.lex_state = 555}, - [1090] = {.lex_state = 565}, - [1091] = {.lex_state = 570}, - [1092] = {.lex_state = 555}, - [1093] = {.lex_state = 555}, - [1094] = {.lex_state = 573}, - [1095] = {.lex_state = 555}, - [1096] = {.lex_state = 555}, - [1097] = {.lex_state = 555}, - [1098] = {.lex_state = 555}, - [1099] = {.lex_state = 555}, - [1100] = {.lex_state = 555}, - [1101] = {.lex_state = 555}, - [1102] = {.lex_state = 555}, - [1103] = {.lex_state = 555}, - [1104] = {.lex_state = 555}, - [1105] = {.lex_state = 163}, - [1106] = {.lex_state = 163}, - [1107] = {.lex_state = 555}, - [1108] = {.lex_state = 570}, - [1109] = {.lex_state = 555}, - [1110] = {.lex_state = 573}, - [1111] = {.lex_state = 555}, - [1112] = {.lex_state = 555}, - [1113] = {.lex_state = 163}, - [1114] = {.lex_state = 555}, - [1115] = {.lex_state = 555}, - [1116] = {.lex_state = 555}, - [1117] = {.lex_state = 574}, - [1118] = {.lex_state = 555}, - [1119] = {.lex_state = 555}, - [1120] = {.lex_state = 555}, - [1121] = {.lex_state = 163}, - [1122] = {.lex_state = 555}, - [1123] = {.lex_state = 555}, - [1124] = {.lex_state = 555}, - [1125] = {.lex_state = 555}, - [1126] = {.lex_state = 555}, - [1127] = {.lex_state = 570}, - [1128] = {.lex_state = 570}, - [1129] = {.lex_state = 555}, - [1130] = {.lex_state = 555}, - [1131] = {.lex_state = 163}, - [1132] = {.lex_state = 555}, - [1133] = {.lex_state = 555}, - [1134] = {.lex_state = 570}, - [1135] = {.lex_state = 555}, - [1136] = {.lex_state = 555}, - [1137] = {.lex_state = 555}, - [1138] = {.lex_state = 555}, - [1139] = {.lex_state = 555}, - [1140] = {.lex_state = 570}, - [1141] = {.lex_state = 555}, - [1142] = {.lex_state = 555}, - [1143] = {.lex_state = 555}, - [1144] = {.lex_state = 555}, - [1145] = {.lex_state = 570}, - [1146] = {.lex_state = 570}, - [1147] = {.lex_state = 570}, - [1148] = {.lex_state = 555}, - [1149] = {.lex_state = 555}, - [1150] = {.lex_state = 572}, - [1151] = {.lex_state = 572}, - [1152] = {.lex_state = 570}, - [1153] = {.lex_state = 608}, - [1154] = {.lex_state = 570}, - [1155] = {.lex_state = 570}, - [1156] = {.lex_state = 570}, - [1157] = {.lex_state = 570}, - [1158] = {.lex_state = 184}, - [1159] = {.lex_state = 569}, - [1160] = {.lex_state = 574}, - [1161] = {.lex_state = 163}, - [1162] = {.lex_state = 184}, - [1163] = {.lex_state = 163}, - [1164] = {.lex_state = 163}, - [1165] = {.lex_state = 572}, - [1166] = {.lex_state = 184}, - [1167] = {.lex_state = 570}, - [1168] = {.lex_state = 572}, - [1169] = {.lex_state = 572}, - [1170] = {.lex_state = 163}, - [1171] = {.lex_state = 573}, - [1172] = {.lex_state = 163}, - [1173] = {.lex_state = 570}, - [1174] = {.lex_state = 163}, - [1175] = {.lex_state = 163}, - [1176] = {.lex_state = 137}, - [1177] = {.lex_state = 570}, - [1178] = {.lex_state = 163}, - [1179] = {.lex_state = 163}, - [1180] = {.lex_state = 184}, - [1181] = {.lex_state = 137}, - [1182] = {.lex_state = 163}, - [1183] = {.lex_state = 184}, - [1184] = {.lex_state = 570}, - [1185] = {.lex_state = 570}, - [1186] = {.lex_state = 163}, - [1187] = {.lex_state = 570}, - [1188] = {.lex_state = 593}, - [1189] = {.lex_state = 163}, - [1190] = {.lex_state = 184}, - [1191] = {.lex_state = 593}, - [1192] = {.lex_state = 570}, - [1193] = {.lex_state = 163}, - [1194] = {.lex_state = 163}, - [1195] = {.lex_state = 567}, - [1196] = {.lex_state = 572}, - [1197] = {.lex_state = 163}, - [1198] = {.lex_state = 573}, - [1199] = {.lex_state = 163}, - [1200] = {.lex_state = 163}, - [1201] = {.lex_state = 570}, - [1202] = {.lex_state = 163}, - [1203] = {.lex_state = 570}, - [1204] = {.lex_state = 590}, - [1205] = {.lex_state = 572}, - [1206] = {.lex_state = 570}, - [1207] = {.lex_state = 609}, - [1208] = {.lex_state = 567}, - [1209] = {.lex_state = 570}, - [1210] = {.lex_state = 570}, - [1211] = {.lex_state = 570}, - [1212] = {.lex_state = 570}, - [1213] = {.lex_state = 567}, - [1214] = {.lex_state = 570}, - [1215] = {.lex_state = 594}, - [1216] = {.lex_state = 567}, - [1217] = {.lex_state = 567}, - [1218] = {.lex_state = 572}, - [1219] = {.lex_state = 572}, - [1220] = {.lex_state = 572}, - [1221] = {.lex_state = 570}, - [1222] = {.lex_state = 569}, - [1223] = {.lex_state = 570}, - [1224] = {.lex_state = 570}, - [1225] = {.lex_state = 570}, - [1226] = {.lex_state = 567}, - [1227] = {.lex_state = 572}, - [1228] = {.lex_state = 567}, - [1229] = {.lex_state = 572}, - [1230] = {.lex_state = 567}, - [1231] = {.lex_state = 570}, - [1232] = {.lex_state = 589}, - [1233] = {.lex_state = 570}, - [1234] = {.lex_state = 589}, - [1235] = {.lex_state = 590}, - [1236] = {.lex_state = 567}, - [1237] = {.lex_state = 570}, - [1238] = {.lex_state = 570}, - [1239] = {.lex_state = 570}, - [1240] = {.lex_state = 567}, - [1241] = {.lex_state = 570}, - [1242] = {.lex_state = 567}, - [1243] = {.lex_state = 567}, - [1244] = {.lex_state = 587}, - [1245] = {.lex_state = 570}, - [1246] = {.lex_state = 567}, - [1247] = {.lex_state = 570}, - [1248] = {.lex_state = 567}, - [1249] = {.lex_state = 589}, - [1250] = {.lex_state = 567}, - [1251] = {.lex_state = 589}, - [1252] = {.lex_state = 572}, - [1253] = {.lex_state = 593}, - [1254] = {.lex_state = 608}, - [1255] = {.lex_state = 570}, - [1256] = {.lex_state = 593}, - [1257] = {.lex_state = 567}, - [1258] = {.lex_state = 567}, - [1259] = {.lex_state = 567}, - [1260] = {.lex_state = 587}, - [1261] = {.lex_state = 572}, - [1262] = {.lex_state = 567}, - [1263] = {.lex_state = 570}, - [1264] = {.lex_state = 567}, - [1265] = {.lex_state = 150}, - [1266] = {.lex_state = 587}, - [1267] = {.lex_state = 567}, - [1268] = {.lex_state = 567}, - [1269] = {.lex_state = 570}, - [1270] = {.lex_state = 570}, - [1271] = {.lex_state = 570}, - [1272] = {.lex_state = 567}, - [1273] = {.lex_state = 567}, - [1274] = {.lex_state = 567}, - [1275] = {.lex_state = 570}, - [1276] = {.lex_state = 567}, - [1277] = {.lex_state = 589}, - [1278] = {.lex_state = 567}, - [1279] = {.lex_state = 567}, - [1280] = {.lex_state = 567}, - [1281] = {.lex_state = 567}, - [1282] = {.lex_state = 567}, - [1283] = {.lex_state = 567}, - [1284] = {.lex_state = 589}, - [1285] = {.lex_state = 567}, - [1286] = {.lex_state = 567}, - [1287] = {.lex_state = 567}, - [1288] = {.lex_state = 567}, - [1289] = {.lex_state = 567}, - [1290] = {.lex_state = 567}, - [1291] = {.lex_state = 567}, - [1292] = {.lex_state = 567}, - [1293] = {.lex_state = 567}, - [1294] = {.lex_state = 567}, - [1295] = {.lex_state = 567}, - [1296] = {.lex_state = 567}, - [1297] = {.lex_state = 567}, - [1298] = {.lex_state = 567}, - [1299] = {.lex_state = 567}, - [1300] = {.lex_state = 567}, - [1301] = {.lex_state = 594}, - [1302] = {.lex_state = 589}, - [1303] = {.lex_state = 567}, - [1304] = {.lex_state = 567}, - [1305] = {.lex_state = 567}, - [1306] = {.lex_state = 567}, - [1307] = {.lex_state = 567}, - [1308] = {.lex_state = 567}, - [1309] = {.lex_state = 567}, - [1310] = {.lex_state = 567}, - [1311] = {.lex_state = 567}, - [1312] = {.lex_state = 570}, - [1313] = {.lex_state = 567}, - [1314] = {.lex_state = 570}, - [1315] = {.lex_state = 601}, - [1316] = {.lex_state = 567}, - [1317] = {.lex_state = 567}, - [1318] = {.lex_state = 601}, - [1319] = {.lex_state = 601}, - [1320] = {.lex_state = 567}, - [1321] = {.lex_state = 567}, - [1322] = {.lex_state = 567}, - [1323] = {.lex_state = 570}, - [1324] = {.lex_state = 567}, - [1325] = {.lex_state = 567}, - [1326] = {.lex_state = 567}, - [1327] = {.lex_state = 567}, - [1328] = {.lex_state = 567}, - [1329] = {.lex_state = 601}, - [1330] = {.lex_state = 601}, - [1331] = {.lex_state = 601}, - [1332] = {.lex_state = 567}, - [1333] = {.lex_state = 567}, - [1334] = {.lex_state = 601}, - [1335] = {.lex_state = 567}, - [1336] = {.lex_state = 601}, - [1337] = {.lex_state = 567}, - [1338] = {.lex_state = 567}, - [1339] = {.lex_state = 567}, - [1340] = {.lex_state = 567}, - [1341] = {.lex_state = 567}, - [1342] = {.lex_state = 567}, - [1343] = {.lex_state = 567}, - [1344] = {.lex_state = 567}, - [1345] = {.lex_state = 601}, - [1346] = {.lex_state = 567}, - [1347] = {.lex_state = 567}, - [1348] = {.lex_state = 567}, - [1349] = {.lex_state = 567}, - [1350] = {.lex_state = 567}, - [1351] = {.lex_state = 567}, - [1352] = {.lex_state = 567}, - [1353] = {.lex_state = 567}, - [1354] = {.lex_state = 567}, - [1355] = {.lex_state = 567}, - [1356] = {.lex_state = 185}, - [1357] = {.lex_state = 567}, - [1358] = {.lex_state = 185}, - [1359] = {.lex_state = 185}, - [1360] = {.lex_state = 567}, - [1361] = {.lex_state = 567}, - [1362] = {.lex_state = 567}, - [1363] = {.lex_state = 567}, - [1364] = {.lex_state = 567}, - [1365] = {.lex_state = 601}, - [1366] = {.lex_state = 567}, - [1367] = {.lex_state = 567}, - [1368] = {.lex_state = 185}, - [1369] = {.lex_state = 567}, - [1370] = {.lex_state = 567}, - [1371] = {.lex_state = 567}, - [1372] = {.lex_state = 570}, - [1373] = {.lex_state = 570}, - [1374] = {.lex_state = 567}, - [1375] = {.lex_state = 601}, - [1376] = {.lex_state = 567}, - [1377] = {.lex_state = 185}, - [1378] = {.lex_state = 567}, - [1379] = {.lex_state = 567}, - [1380] = {.lex_state = 601}, - [1381] = {.lex_state = 601}, - [1382] = {.lex_state = 567}, - [1383] = {.lex_state = 185}, - [1384] = {.lex_state = 567}, - [1385] = {.lex_state = 567}, - [1386] = {.lex_state = 567}, - [1387] = {.lex_state = 567}, - [1388] = {.lex_state = 185}, - [1389] = {.lex_state = 570}, - [1390] = {.lex_state = 567}, - [1391] = {.lex_state = 570}, - [1392] = {.lex_state = 567}, - [1393] = {.lex_state = 601}, - [1394] = {.lex_state = 587}, - [1395] = {.lex_state = 567}, - [1396] = {.lex_state = 567}, - [1397] = {.lex_state = 587}, - [1398] = {.lex_state = 567}, - [1399] = {.lex_state = 567}, - [1400] = {.lex_state = 567}, - [1401] = {.lex_state = 567}, - [1402] = {.lex_state = 567}, - [1403] = {.lex_state = 185}, - [1404] = {.lex_state = 567}, - [1405] = {.lex_state = 567}, - [1406] = {.lex_state = 601}, - [1407] = {.lex_state = 601}, - [1408] = {.lex_state = 601}, - [1409] = {.lex_state = 567}, - [1410] = {.lex_state = 567}, - [1411] = {.lex_state = 567}, - [1412] = {.lex_state = 567}, - [1413] = {.lex_state = 567}, - [1414] = {.lex_state = 587}, - [1415] = {.lex_state = 185}, - [1416] = {.lex_state = 567}, - [1417] = {.lex_state = 567}, - [1418] = {.lex_state = 567}, - [1419] = {.lex_state = 185}, - [1420] = {.lex_state = 570}, - [1421] = {.lex_state = 570}, - [1422] = {.lex_state = 567}, - [1423] = {.lex_state = 567}, - [1424] = {.lex_state = 567}, - [1425] = {.lex_state = 567}, - [1426] = {.lex_state = 567}, - [1427] = {.lex_state = 570}, - [1428] = {.lex_state = 567}, - [1429] = {.lex_state = 567}, - [1430] = {.lex_state = 567}, - [1431] = {.lex_state = 185}, - [1432] = {.lex_state = 567}, - [1433] = {.lex_state = 185}, - [1434] = {.lex_state = 567}, - [1435] = {.lex_state = 567}, - [1436] = {.lex_state = 567}, - [1437] = {.lex_state = 567}, - [1438] = {.lex_state = 567}, - [1439] = {.lex_state = 567}, - [1440] = {.lex_state = 567}, - [1441] = {.lex_state = 601}, - [1442] = {.lex_state = 601}, - [1443] = {.lex_state = 601}, - [1444] = {.lex_state = 567}, - [1445] = {.lex_state = 567}, - [1446] = {.lex_state = 567}, - [1447] = {.lex_state = 567}, - [1448] = {.lex_state = 567}, - [1449] = {.lex_state = 567}, - [1450] = {.lex_state = 567}, - [1451] = {.lex_state = 567}, - [1452] = {.lex_state = 609}, - [1453] = {.lex_state = 567}, - [1454] = {.lex_state = 567}, - [1455] = {.lex_state = 567}, - [1456] = {.lex_state = 589}, - [1457] = {.lex_state = 570}, - [1458] = {.lex_state = 567}, - [1459] = {.lex_state = 601}, - [1460] = {.lex_state = 567}, - [1461] = {.lex_state = 567}, - [1462] = {.lex_state = 567}, - [1463] = {.lex_state = 567}, - [1464] = {.lex_state = 567}, - [1465] = {.lex_state = 567}, - [1466] = {.lex_state = 567}, - [1467] = {.lex_state = 567}, - [1468] = {.lex_state = 567}, - [1469] = {.lex_state = 567}, - [1470] = {.lex_state = 567}, - [1471] = {.lex_state = 567}, - [1472] = {.lex_state = 567}, - [1473] = {.lex_state = 567}, - [1474] = {.lex_state = 567}, - [1475] = {.lex_state = 567}, - [1476] = {.lex_state = 567}, - [1477] = {.lex_state = 567}, - [1478] = {.lex_state = 567}, - [1479] = {.lex_state = 567}, - [1480] = {.lex_state = 601}, - [1481] = {.lex_state = 567}, - [1482] = {.lex_state = 567}, - [1483] = {.lex_state = 601}, - [1484] = {.lex_state = 567}, - [1485] = {.lex_state = 567}, - [1486] = {.lex_state = 567}, - [1487] = {.lex_state = 567}, - [1488] = {.lex_state = 601}, - [1489] = {.lex_state = 601}, - [1490] = {.lex_state = 567}, - [1491] = {.lex_state = 567}, - [1492] = {.lex_state = 567}, - [1493] = {.lex_state = 567}, - [1494] = {.lex_state = 567}, - [1495] = {.lex_state = 567}, - [1496] = {.lex_state = 567}, - [1497] = {.lex_state = 567}, - [1498] = {.lex_state = 567}, - [1499] = {.lex_state = 567}, - [1500] = {.lex_state = 567}, - [1501] = {.lex_state = 567}, - [1502] = {.lex_state = 567}, - [1503] = {.lex_state = 567}, - [1504] = {.lex_state = 567}, - [1505] = {.lex_state = 567}, - [1506] = {.lex_state = 567}, - [1507] = {.lex_state = 567}, - [1508] = {.lex_state = 567}, - [1509] = {.lex_state = 601}, - [1510] = {.lex_state = 601}, - [1511] = {.lex_state = 567}, - [1512] = {.lex_state = 601}, - [1513] = {.lex_state = 601}, - [1514] = {.lex_state = 567}, - [1515] = {.lex_state = 567}, - [1516] = {.lex_state = 567}, - [1517] = {.lex_state = 567}, - [1518] = {.lex_state = 567}, - [1519] = {.lex_state = 601}, - [1520] = {.lex_state = 567}, - [1521] = {.lex_state = 601}, - [1522] = {.lex_state = 567}, - [1523] = {.lex_state = 567}, - [1524] = {.lex_state = 567}, - [1525] = {.lex_state = 567}, - [1526] = {.lex_state = 567}, - [1527] = {.lex_state = 567}, - [1528] = {.lex_state = 601}, - [1529] = {.lex_state = 567}, - [1530] = {.lex_state = 601}, - [1531] = {.lex_state = 601}, - [1532] = {.lex_state = 567}, - [1533] = {.lex_state = 567}, - [1534] = {.lex_state = 567}, - [1535] = {.lex_state = 567}, - [1536] = {.lex_state = 567}, - [1537] = {.lex_state = 567}, - [1538] = {.lex_state = 601}, - [1539] = {.lex_state = 601}, - [1540] = {.lex_state = 601}, - [1541] = {.lex_state = 567}, - [1542] = {.lex_state = 567}, - [1543] = {.lex_state = 567}, - [1544] = {.lex_state = 567}, - [1545] = {.lex_state = 567}, - [1546] = {.lex_state = 567}, - [1547] = {.lex_state = 567}, - [1548] = {.lex_state = 567}, - [1549] = {.lex_state = 567}, - [1550] = {.lex_state = 567}, - [1551] = {.lex_state = 567}, - [1552] = {.lex_state = 567}, - [1553] = {.lex_state = 567}, - [1554] = {.lex_state = 567}, - [1555] = {.lex_state = 567}, - [1556] = {.lex_state = 567}, - [1557] = {.lex_state = 567}, - [1558] = {.lex_state = 567}, - [1559] = {.lex_state = 567}, - [1560] = {.lex_state = 567}, - [1561] = {.lex_state = 567}, - [1562] = {.lex_state = 567}, - [1563] = {.lex_state = 567}, - [1564] = {.lex_state = 567}, - [1565] = {.lex_state = 567}, - [1566] = {.lex_state = 567}, - [1567] = {.lex_state = 567}, - [1568] = {.lex_state = 601}, - [1569] = {.lex_state = 601}, - [1570] = {.lex_state = 601}, - [1571] = {.lex_state = 567}, - [1572] = {.lex_state = 601}, - [1573] = {.lex_state = 601}, - [1574] = {.lex_state = 567}, - [1575] = {.lex_state = 567}, - [1576] = {.lex_state = 567}, - [1577] = {.lex_state = 567}, - [1578] = {.lex_state = 567}, - [1579] = {.lex_state = 567}, - [1580] = {.lex_state = 567}, - [1581] = {.lex_state = 567}, - [1582] = {.lex_state = 567}, - [1583] = {.lex_state = 567}, - [1584] = {.lex_state = 567}, - [1585] = {.lex_state = 567}, - [1586] = {.lex_state = 567}, - [1587] = {.lex_state = 567}, - [1588] = {.lex_state = 567}, - [1589] = {.lex_state = 567}, - [1590] = {.lex_state = 567}, - [1591] = {.lex_state = 567}, - [1592] = {.lex_state = 567}, - [1593] = {.lex_state = 567}, - [1594] = {.lex_state = 567}, - [1595] = {.lex_state = 567}, - [1596] = {.lex_state = 567}, - [1597] = {.lex_state = 567}, - [1598] = {.lex_state = 567}, - [1599] = {.lex_state = 567}, - [1600] = {.lex_state = 567}, - [1601] = {.lex_state = 601}, - [1602] = {.lex_state = 601}, - [1603] = {.lex_state = 567}, - [1604] = {.lex_state = 601}, - [1605] = {.lex_state = 567}, - [1606] = {.lex_state = 567}, - [1607] = {.lex_state = 567}, - [1608] = {.lex_state = 567}, - [1609] = {.lex_state = 567}, - [1610] = {.lex_state = 567}, - [1611] = {.lex_state = 567}, - [1612] = {.lex_state = 567}, - [1613] = {.lex_state = 567}, - [1614] = {.lex_state = 567}, - [1615] = {.lex_state = 567}, - [1616] = {.lex_state = 567}, - [1617] = {.lex_state = 567}, - [1618] = {.lex_state = 567}, - [1619] = {.lex_state = 567}, - [1620] = {.lex_state = 567}, - [1621] = {.lex_state = 567}, - [1622] = {.lex_state = 567}, - [1623] = {.lex_state = 567}, - [1624] = {.lex_state = 567}, - [1625] = {.lex_state = 567}, - [1626] = {.lex_state = 567}, - [1627] = {.lex_state = 567}, - [1628] = {.lex_state = 567}, - [1629] = {.lex_state = 567}, - [1630] = {.lex_state = 567}, - [1631] = {.lex_state = 567}, - [1632] = {.lex_state = 567}, - [1633] = {.lex_state = 567}, - [1634] = {.lex_state = 567}, - [1635] = {.lex_state = 567}, - [1636] = {.lex_state = 567}, - [1637] = {.lex_state = 567}, - [1638] = {.lex_state = 567}, - [1639] = {.lex_state = 567}, - [1640] = {.lex_state = 601}, - [1641] = {.lex_state = 567}, - [1642] = {.lex_state = 567}, - [1643] = {.lex_state = 567}, - [1644] = {.lex_state = 567}, - [1645] = {.lex_state = 567}, - [1646] = {.lex_state = 567}, - [1647] = {.lex_state = 567}, - [1648] = {.lex_state = 567}, - [1649] = {.lex_state = 567}, - [1650] = {.lex_state = 567}, - [1651] = {.lex_state = 601}, - [1652] = {.lex_state = 601}, - [1653] = {.lex_state = 601}, - [1654] = {.lex_state = 601}, - [1655] = {.lex_state = 567}, - [1656] = {.lex_state = 567}, - [1657] = {.lex_state = 567}, - [1658] = {.lex_state = 567}, - [1659] = {.lex_state = 567}, - [1660] = {.lex_state = 567}, - [1661] = {.lex_state = 567}, - [1662] = {.lex_state = 567}, - [1663] = {.lex_state = 567}, - [1664] = {.lex_state = 567}, - [1665] = {.lex_state = 567}, - [1666] = {.lex_state = 567}, - [1667] = {.lex_state = 567}, - [1668] = {.lex_state = 567}, - [1669] = {.lex_state = 567}, - [1670] = {.lex_state = 567}, - [1671] = {.lex_state = 567}, - [1672] = {.lex_state = 567}, - [1673] = {.lex_state = 567}, - [1674] = {.lex_state = 567}, - [1675] = {.lex_state = 567}, - [1676] = {.lex_state = 567}, - [1677] = {.lex_state = 567}, - [1678] = {.lex_state = 567}, - [1679] = {.lex_state = 567}, - [1680] = {.lex_state = 567}, - [1681] = {.lex_state = 616}, - [1682] = {.lex_state = 99}, - [1683] = {.lex_state = 159}, - [1684] = {.lex_state = 159}, - [1685] = {.lex_state = 159}, - [1686] = {.lex_state = 616}, - [1687] = {.lex_state = 159}, - [1688] = {.lex_state = 616}, - [1689] = {.lex_state = 94}, - [1690] = {.lex_state = 137}, - [1691] = {.lex_state = 159}, - [1692] = {.lex_state = 137}, - [1693] = {.lex_state = 94}, - [1694] = {.lex_state = 137}, - [1695] = {.lex_state = 94}, - [1696] = {.lex_state = 137}, - [1697] = {.lex_state = 161}, - [1698] = {.lex_state = 137}, - [1699] = {.lex_state = 137}, - [1700] = {.lex_state = 149}, - [1701] = {.lex_state = 149}, - [1702] = {.lex_state = 137}, - [1703] = {.lex_state = 137}, - [1704] = {.lex_state = 149}, - [1705] = {.lex_state = 137}, - [1706] = {.lex_state = 158}, - [1707] = {.lex_state = 159}, - [1708] = {.lex_state = 94}, - [1709] = {.lex_state = 137}, - [1710] = {.lex_state = 137}, - [1711] = {.lex_state = 10}, - [1712] = {.lex_state = 94}, - [1713] = {.lex_state = 159}, - [1714] = {.lex_state = 137}, - [1715] = {.lex_state = 137}, - [1716] = {.lex_state = 149}, - [1717] = {.lex_state = 159}, - [1718] = {.lex_state = 137}, - [1719] = {.lex_state = 94}, - [1720] = {.lex_state = 94}, - [1721] = {.lex_state = 94}, - [1722] = {.lex_state = 94}, - [1723] = {.lex_state = 137}, - [1724] = {.lex_state = 94}, - [1725] = {.lex_state = 137}, - [1726] = {.lex_state = 137}, - [1727] = {.lex_state = 137}, - [1728] = {.lex_state = 94}, - [1729] = {.lex_state = 159}, - [1730] = {.lex_state = 137}, - [1731] = {.lex_state = 149}, - [1732] = {.lex_state = 94}, - [1733] = {.lex_state = 94}, - [1734] = {.lex_state = 158}, - [1735] = {.lex_state = 137}, - [1736] = {.lex_state = 158}, - [1737] = {.lex_state = 137}, - [1738] = {.lex_state = 94}, - [1739] = {.lex_state = 161}, - [1740] = {.lex_state = 149}, - [1741] = {.lex_state = 137}, - [1742] = {.lex_state = 137}, - [1743] = {.lex_state = 137}, - [1744] = {.lex_state = 137}, - [1745] = {.lex_state = 149}, - [1746] = {.lex_state = 158}, - [1747] = {.lex_state = 137}, - [1748] = {.lex_state = 137}, - [1749] = {.lex_state = 94}, - [1750] = {.lex_state = 149}, - [1751] = {.lex_state = 94}, - [1752] = {.lex_state = 137}, - [1753] = {.lex_state = 137}, - [1754] = {.lex_state = 149}, - [1755] = {.lex_state = 144}, + [514] = {.lex_state = 138}, + [515] = {.lex_state = 138}, + [516] = {.lex_state = 138}, + [517] = {.lex_state = 138}, + [518] = {.lex_state = 138}, + [519] = {.lex_state = 138}, + [520] = {.lex_state = 138}, + [521] = {.lex_state = 494}, + [522] = {.lex_state = 568}, + [523] = {.lex_state = 568}, + [524] = {.lex_state = 568}, + [525] = {.lex_state = 568}, + [526] = {.lex_state = 568}, + [527] = {.lex_state = 568}, + [528] = {.lex_state = 494}, + [529] = {.lex_state = 568}, + [530] = {.lex_state = 495}, + [531] = {.lex_state = 494}, + [532] = {.lex_state = 495}, + [533] = {.lex_state = 495}, + [534] = {.lex_state = 517}, + [535] = {.lex_state = 568}, + [536] = {.lex_state = 568}, + [537] = {.lex_state = 568}, + [538] = {.lex_state = 568}, + [539] = {.lex_state = 495}, + [540] = {.lex_state = 495}, + [541] = {.lex_state = 568}, + [542] = {.lex_state = 494}, + [543] = {.lex_state = 568}, + [544] = {.lex_state = 568}, + [545] = {.lex_state = 568}, + [546] = {.lex_state = 568}, + [547] = {.lex_state = 495}, + [548] = {.lex_state = 495}, + [549] = {.lex_state = 568}, + [550] = {.lex_state = 495}, + [551] = {.lex_state = 496}, + [552] = {.lex_state = 495}, + [553] = {.lex_state = 496}, + [554] = {.lex_state = 496}, + [555] = {.lex_state = 568}, + [556] = {.lex_state = 568}, + [557] = {.lex_state = 568}, + [558] = {.lex_state = 568}, + [559] = {.lex_state = 568}, + [560] = {.lex_state = 496}, + [561] = {.lex_state = 568}, + [562] = {.lex_state = 496}, + [563] = {.lex_state = 495}, + [564] = {.lex_state = 517}, + [565] = {.lex_state = 568}, + [566] = {.lex_state = 496}, + [567] = {.lex_state = 568}, + [568] = {.lex_state = 568}, + [569] = {.lex_state = 568}, + [570] = {.lex_state = 568}, + [571] = {.lex_state = 568}, + [572] = {.lex_state = 568}, + [573] = {.lex_state = 564}, + [574] = {.lex_state = 565}, + [575] = {.lex_state = 526}, + [576] = {.lex_state = 532}, + [577] = {.lex_state = 568}, + [578] = {.lex_state = 496}, + [579] = {.lex_state = 526}, + [580] = {.lex_state = 526}, + [581] = {.lex_state = 568}, + [582] = {.lex_state = 496}, + [583] = {.lex_state = 526}, + [584] = {.lex_state = 498}, + [585] = {.lex_state = 498}, + [586] = {.lex_state = 532}, + [587] = {.lex_state = 564}, + [588] = {.lex_state = 526}, + [589] = {.lex_state = 526}, + [590] = {.lex_state = 564}, + [591] = {.lex_state = 496}, + [592] = {.lex_state = 564}, + [593] = {.lex_state = 496}, + [594] = {.lex_state = 564}, + [595] = {.lex_state = 496}, + [596] = {.lex_state = 532}, + [597] = {.lex_state = 526}, + [598] = {.lex_state = 568}, + [599] = {.lex_state = 526}, + [600] = {.lex_state = 496}, + [601] = {.lex_state = 526}, + [602] = {.lex_state = 526}, + [603] = {.lex_state = 526}, + [604] = {.lex_state = 568}, + [605] = {.lex_state = 526}, + [606] = {.lex_state = 487}, + [607] = {.lex_state = 526}, + [608] = {.lex_state = 4}, + [609] = {.lex_state = 568}, + [610] = {.lex_state = 526}, + [611] = {.lex_state = 568}, + [612] = {.lex_state = 526}, + [613] = {.lex_state = 526}, + [614] = {.lex_state = 526}, + [615] = {.lex_state = 526}, + [616] = {.lex_state = 564}, + [617] = {.lex_state = 564}, + [618] = {.lex_state = 532}, + [619] = {.lex_state = 526}, + [620] = {.lex_state = 564}, + [621] = {.lex_state = 564}, + [622] = {.lex_state = 564}, + [623] = {.lex_state = 526}, + [624] = {.lex_state = 564}, + [625] = {.lex_state = 564}, + [626] = {.lex_state = 564}, + [627] = {.lex_state = 532}, + [628] = {.lex_state = 498}, + [629] = {.lex_state = 564}, + [630] = {.lex_state = 526}, + [631] = {.lex_state = 526}, + [632] = {.lex_state = 528}, + [633] = {.lex_state = 526}, + [634] = {.lex_state = 526}, + [635] = {.lex_state = 526}, + [636] = {.lex_state = 565}, + [637] = {.lex_state = 526}, + [638] = {.lex_state = 564}, + [639] = {.lex_state = 526}, + [640] = {.lex_state = 528}, + [641] = {.lex_state = 528}, + [642] = {.lex_state = 498}, + [643] = {.lex_state = 531}, + [644] = {.lex_state = 525}, + [645] = {.lex_state = 526}, + [646] = {.lex_state = 487}, + [647] = {.lex_state = 532}, + [648] = {.lex_state = 526}, + [649] = {.lex_state = 525}, + [650] = {.lex_state = 525}, + [651] = {.lex_state = 525}, + [652] = {.lex_state = 526}, + [653] = {.lex_state = 564}, + [654] = {.lex_state = 564}, + [655] = {.lex_state = 564}, + [656] = {.lex_state = 531}, + [657] = {.lex_state = 564}, + [658] = {.lex_state = 525}, + [659] = {.lex_state = 528}, + [660] = {.lex_state = 523}, + [661] = {.lex_state = 526}, + [662] = {.lex_state = 525}, + [663] = {.lex_state = 526}, + [664] = {.lex_state = 528}, + [665] = {.lex_state = 526}, + [666] = {.lex_state = 528}, + [667] = {.lex_state = 525}, + [668] = {.lex_state = 525}, + [669] = {.lex_state = 540}, + [670] = {.lex_state = 554}, + [671] = {.lex_state = 554}, + [672] = {.lex_state = 554}, + [673] = {.lex_state = 549}, + [674] = {.lex_state = 526}, + [675] = {.lex_state = 549}, + [676] = {.lex_state = 520}, + [677] = {.lex_state = 554}, + [678] = {.lex_state = 526}, + [679] = {.lex_state = 526}, + [680] = {.lex_state = 526}, + [681] = {.lex_state = 554}, + [682] = {.lex_state = 529}, + [683] = {.lex_state = 529}, + [684] = {.lex_state = 529}, + [685] = {.lex_state = 526}, + [686] = {.lex_state = 529}, + [687] = {.lex_state = 526}, + [688] = {.lex_state = 529}, + [689] = {.lex_state = 529}, + [690] = {.lex_state = 526}, + [691] = {.lex_state = 529}, + [692] = {.lex_state = 529}, + [693] = {.lex_state = 529}, + [694] = {.lex_state = 529}, + [695] = {.lex_state = 529}, + [696] = {.lex_state = 529}, + [697] = {.lex_state = 529}, + [698] = {.lex_state = 529}, + [699] = {.lex_state = 529}, + [700] = {.lex_state = 554}, + [701] = {.lex_state = 529}, + [702] = {.lex_state = 554}, + [703] = {.lex_state = 554}, + [704] = {.lex_state = 529}, + [705] = {.lex_state = 554}, + [706] = {.lex_state = 526}, + [707] = {.lex_state = 529}, + [708] = {.lex_state = 529}, + [709] = {.lex_state = 529}, + [710] = {.lex_state = 529}, + [711] = {.lex_state = 529}, + [712] = {.lex_state = 529}, + [713] = {.lex_state = 529}, + [714] = {.lex_state = 520}, + [715] = {.lex_state = 529}, + [716] = {.lex_state = 529}, + [717] = {.lex_state = 529}, + [718] = {.lex_state = 554}, + [719] = {.lex_state = 529}, + [720] = {.lex_state = 529}, + [721] = {.lex_state = 526}, + [722] = {.lex_state = 529}, + [723] = {.lex_state = 529}, + [724] = {.lex_state = 529}, + [725] = {.lex_state = 529}, + [726] = {.lex_state = 529}, + [727] = {.lex_state = 529}, + [728] = {.lex_state = 529}, + [729] = {.lex_state = 529}, + [730] = {.lex_state = 529}, + [731] = {.lex_state = 529}, + [732] = {.lex_state = 529}, + [733] = {.lex_state = 549}, + [734] = {.lex_state = 529}, + [735] = {.lex_state = 529}, + [736] = {.lex_state = 529}, + [737] = {.lex_state = 529}, + [738] = {.lex_state = 529}, + [739] = {.lex_state = 526}, + [740] = {.lex_state = 523}, + [741] = {.lex_state = 529}, + [742] = {.lex_state = 529}, + [743] = {.lex_state = 529}, + [744] = {.lex_state = 529}, + [745] = {.lex_state = 529}, + [746] = {.lex_state = 529}, + [747] = {.lex_state = 529}, + [748] = {.lex_state = 540}, + [749] = {.lex_state = 529}, + [750] = {.lex_state = 529}, + [751] = {.lex_state = 529}, + [752] = {.lex_state = 530}, + [753] = {.lex_state = 529}, + [754] = {.lex_state = 529}, + [755] = {.lex_state = 529}, + [756] = {.lex_state = 529}, + [757] = {.lex_state = 526}, + [758] = {.lex_state = 529}, + [759] = {.lex_state = 529}, + [760] = {.lex_state = 529}, + [761] = {.lex_state = 529}, + [762] = {.lex_state = 156}, + [763] = {.lex_state = 529}, + [764] = {.lex_state = 529}, + [765] = {.lex_state = 529}, + [766] = {.lex_state = 535}, + [767] = {.lex_state = 529}, + [768] = {.lex_state = 529}, + [769] = {.lex_state = 530}, + [770] = {.lex_state = 529}, + [771] = {.lex_state = 529}, + [772] = {.lex_state = 529}, + [773] = {.lex_state = 156}, + [774] = {.lex_state = 535}, + [775] = {.lex_state = 529}, + [776] = {.lex_state = 529}, + [777] = {.lex_state = 535}, + [778] = {.lex_state = 535}, + [779] = {.lex_state = 529}, + [780] = {.lex_state = 538}, + [781] = {.lex_state = 535}, + [782] = {.lex_state = 529}, + [783] = {.lex_state = 529}, + [784] = {.lex_state = 529}, + [785] = {.lex_state = 529}, + [786] = {.lex_state = 529}, + [787] = {.lex_state = 529}, + [788] = {.lex_state = 529}, + [789] = {.lex_state = 529}, + [790] = {.lex_state = 535}, + [791] = {.lex_state = 529}, + [792] = {.lex_state = 529}, + [793] = {.lex_state = 529}, + [794] = {.lex_state = 535}, + [795] = {.lex_state = 529}, + [796] = {.lex_state = 529}, + [797] = {.lex_state = 529}, + [798] = {.lex_state = 535}, + [799] = {.lex_state = 529}, + [800] = {.lex_state = 535}, + [801] = {.lex_state = 156}, + [802] = {.lex_state = 538}, + [803] = {.lex_state = 529}, + [804] = {.lex_state = 529}, + [805] = {.lex_state = 529}, + [806] = {.lex_state = 529}, + [807] = {.lex_state = 529}, + [808] = {.lex_state = 529}, + [809] = {.lex_state = 529}, + [810] = {.lex_state = 529}, + [811] = {.lex_state = 529}, + [812] = {.lex_state = 529}, + [813] = {.lex_state = 529}, + [814] = {.lex_state = 529}, + [815] = {.lex_state = 529}, + [816] = {.lex_state = 529}, + [817] = {.lex_state = 529}, + [818] = {.lex_state = 529}, + [819] = {.lex_state = 529}, + [820] = {.lex_state = 529}, + [821] = {.lex_state = 529}, + [822] = {.lex_state = 529}, + [823] = {.lex_state = 529}, + [824] = {.lex_state = 529}, + [825] = {.lex_state = 529}, + [826] = {.lex_state = 529}, + [827] = {.lex_state = 529}, + [828] = {.lex_state = 529}, + [829] = {.lex_state = 529}, + [830] = {.lex_state = 529}, + [831] = {.lex_state = 539}, + [832] = {.lex_state = 529}, + [833] = {.lex_state = 535}, + [834] = {.lex_state = 529}, + [835] = {.lex_state = 529}, + [836] = {.lex_state = 529}, + [837] = {.lex_state = 529}, + [838] = {.lex_state = 529}, + [839] = {.lex_state = 529}, + [840] = {.lex_state = 529}, + [841] = {.lex_state = 529}, + [842] = {.lex_state = 535}, + [843] = {.lex_state = 156}, + [844] = {.lex_state = 156}, + [845] = {.lex_state = 535}, + [846] = {.lex_state = 156}, + [847] = {.lex_state = 156}, + [848] = {.lex_state = 177}, + [849] = {.lex_state = 555}, + [850] = {.lex_state = 535}, + [851] = {.lex_state = 156}, + [852] = {.lex_state = 156}, + [853] = {.lex_state = 177}, + [854] = {.lex_state = 156}, + [855] = {.lex_state = 130}, + [856] = {.lex_state = 573}, + [857] = {.lex_state = 537}, + [858] = {.lex_state = 156}, + [859] = {.lex_state = 156}, + [860] = {.lex_state = 558}, + [861] = {.lex_state = 537}, + [862] = {.lex_state = 558}, + [863] = {.lex_state = 535}, + [864] = {.lex_state = 537}, + [865] = {.lex_state = 177}, + [866] = {.lex_state = 156}, + [867] = {.lex_state = 535}, + [868] = {.lex_state = 177}, + [869] = {.lex_state = 537}, + [870] = {.lex_state = 156}, + [871] = {.lex_state = 156}, + [872] = {.lex_state = 535}, + [873] = {.lex_state = 156}, + [874] = {.lex_state = 538}, + [875] = {.lex_state = 535}, + [876] = {.lex_state = 537}, + [877] = {.lex_state = 537}, + [878] = {.lex_state = 177}, + [879] = {.lex_state = 535}, + [880] = {.lex_state = 156}, + [881] = {.lex_state = 535}, + [882] = {.lex_state = 156}, + [883] = {.lex_state = 130}, + [884] = {.lex_state = 535}, + [885] = {.lex_state = 177}, + [886] = {.lex_state = 535}, + [887] = {.lex_state = 156}, + [888] = {.lex_state = 535}, + [889] = {.lex_state = 537}, + [890] = {.lex_state = 156}, + [891] = {.lex_state = 156}, + [892] = {.lex_state = 156}, + [893] = {.lex_state = 535}, + [894] = {.lex_state = 532}, + [895] = {.lex_state = 534}, + [896] = {.lex_state = 535}, + [897] = {.lex_state = 156}, + [898] = {.lex_state = 535}, + [899] = {.lex_state = 539}, + [900] = {.lex_state = 538}, + [901] = {.lex_state = 535}, + [902] = {.lex_state = 559}, + [903] = {.lex_state = 532}, + [904] = {.lex_state = 532}, + [905] = {.lex_state = 535}, + [906] = {.lex_state = 532}, + [907] = {.lex_state = 574}, + [908] = {.lex_state = 537}, + [909] = {.lex_state = 537}, + [910] = {.lex_state = 532}, + [911] = {.lex_state = 558}, + [912] = {.lex_state = 558}, + [913] = {.lex_state = 554}, + [914] = {.lex_state = 537}, + [915] = {.lex_state = 532}, + [916] = {.lex_state = 535}, + [917] = {.lex_state = 534}, + [918] = {.lex_state = 532}, + [919] = {.lex_state = 535}, + [920] = {.lex_state = 535}, + [921] = {.lex_state = 554}, + [922] = {.lex_state = 535}, + [923] = {.lex_state = 535}, + [924] = {.lex_state = 535}, + [925] = {.lex_state = 532}, + [926] = {.lex_state = 532}, + [927] = {.lex_state = 532}, + [928] = {.lex_state = 535}, + [929] = {.lex_state = 532}, + [930] = {.lex_state = 537}, + [931] = {.lex_state = 535}, + [932] = {.lex_state = 143}, + [933] = {.lex_state = 573}, + [934] = {.lex_state = 535}, + [935] = {.lex_state = 532}, + [936] = {.lex_state = 535}, + [937] = {.lex_state = 532}, + [938] = {.lex_state = 532}, + [939] = {.lex_state = 535}, + [940] = {.lex_state = 532}, + [941] = {.lex_state = 552}, + [942] = {.lex_state = 532}, + [943] = {.lex_state = 532}, + [944] = {.lex_state = 552}, + [945] = {.lex_state = 532}, + [946] = {.lex_state = 535}, + [947] = {.lex_state = 554}, + [948] = {.lex_state = 552}, + [949] = {.lex_state = 532}, + [950] = {.lex_state = 537}, + [951] = {.lex_state = 537}, + [952] = {.lex_state = 535}, + [953] = {.lex_state = 532}, + [954] = {.lex_state = 554}, + [955] = {.lex_state = 535}, + [956] = {.lex_state = 537}, + [957] = {.lex_state = 535}, + [958] = {.lex_state = 535}, + [959] = {.lex_state = 535}, + [960] = {.lex_state = 555}, + [961] = {.lex_state = 532}, + [962] = {.lex_state = 535}, + [963] = {.lex_state = 532}, + [964] = {.lex_state = 532}, + [965] = {.lex_state = 532}, + [966] = {.lex_state = 532}, + [967] = {.lex_state = 532}, + [968] = {.lex_state = 532}, + [969] = {.lex_state = 532}, + [970] = {.lex_state = 532}, + [971] = {.lex_state = 559}, + [972] = {.lex_state = 532}, + [973] = {.lex_state = 532}, + [974] = {.lex_state = 532}, + [975] = {.lex_state = 532}, + [976] = {.lex_state = 532}, + [977] = {.lex_state = 552}, + [978] = {.lex_state = 532}, + [979] = {.lex_state = 532}, + [980] = {.lex_state = 565}, + [981] = {.lex_state = 532}, + [982] = {.lex_state = 532}, + [983] = {.lex_state = 565}, + [984] = {.lex_state = 565}, + [985] = {.lex_state = 178}, + [986] = {.lex_state = 178}, + [987] = {.lex_state = 535}, + [988] = {.lex_state = 565}, + [989] = {.lex_state = 532}, + [990] = {.lex_state = 535}, + [991] = {.lex_state = 178}, + [992] = {.lex_state = 178}, + [993] = {.lex_state = 535}, + [994] = {.lex_state = 535}, + [995] = {.lex_state = 535}, + [996] = {.lex_state = 532}, + [997] = {.lex_state = 532}, + [998] = {.lex_state = 532}, + [999] = {.lex_state = 532}, + [1000] = {.lex_state = 532}, + [1001] = {.lex_state = 535}, + [1002] = {.lex_state = 532}, + [1003] = {.lex_state = 532}, + [1004] = {.lex_state = 532}, + [1005] = {.lex_state = 532}, + [1006] = {.lex_state = 535}, + [1007] = {.lex_state = 532}, + [1008] = {.lex_state = 532}, + [1009] = {.lex_state = 532}, + [1010] = {.lex_state = 532}, + [1011] = {.lex_state = 532}, + [1012] = {.lex_state = 532}, + [1013] = {.lex_state = 532}, + [1014] = {.lex_state = 532}, + [1015] = {.lex_state = 532}, + [1016] = {.lex_state = 532}, + [1017] = {.lex_state = 532}, + [1018] = {.lex_state = 532}, + [1019] = {.lex_state = 532}, + [1020] = {.lex_state = 532}, + [1021] = {.lex_state = 532}, + [1022] = {.lex_state = 532}, + [1023] = {.lex_state = 532}, + [1024] = {.lex_state = 532}, + [1025] = {.lex_state = 532}, + [1026] = {.lex_state = 535}, + [1027] = {.lex_state = 532}, + [1028] = {.lex_state = 532}, + [1029] = {.lex_state = 532}, + [1030] = {.lex_state = 532}, + [1031] = {.lex_state = 532}, + [1032] = {.lex_state = 532}, + [1033] = {.lex_state = 532}, + [1034] = {.lex_state = 532}, + [1035] = {.lex_state = 532}, + [1036] = {.lex_state = 532}, + [1037] = {.lex_state = 532}, + [1038] = {.lex_state = 532}, + [1039] = {.lex_state = 532}, + [1040] = {.lex_state = 532}, + [1041] = {.lex_state = 532}, + [1042] = {.lex_state = 535}, + [1043] = {.lex_state = 532}, + [1044] = {.lex_state = 552}, + [1045] = {.lex_state = 565}, + [1046] = {.lex_state = 565}, + [1047] = {.lex_state = 532}, + [1048] = {.lex_state = 565}, + [1049] = {.lex_state = 565}, + [1050] = {.lex_state = 532}, + [1051] = {.lex_state = 532}, + [1052] = {.lex_state = 552}, + [1053] = {.lex_state = 532}, + [1054] = {.lex_state = 178}, + [1055] = {.lex_state = 532}, + [1056] = {.lex_state = 178}, + [1057] = {.lex_state = 532}, + [1058] = {.lex_state = 532}, + [1059] = {.lex_state = 532}, + [1060] = {.lex_state = 532}, + [1061] = {.lex_state = 178}, + [1062] = {.lex_state = 532}, + [1063] = {.lex_state = 532}, + [1064] = {.lex_state = 532}, + [1065] = {.lex_state = 532}, + [1066] = {.lex_state = 532}, + [1067] = {.lex_state = 535}, + [1068] = {.lex_state = 532}, + [1069] = {.lex_state = 532}, + [1070] = {.lex_state = 532}, + [1071] = {.lex_state = 532}, + [1072] = {.lex_state = 532}, + [1073] = {.lex_state = 532}, + [1074] = {.lex_state = 532}, + [1075] = {.lex_state = 554}, + [1076] = {.lex_state = 532}, + [1077] = {.lex_state = 532}, + [1078] = {.lex_state = 532}, + [1079] = {.lex_state = 532}, + [1080] = {.lex_state = 532}, + [1081] = {.lex_state = 532}, + [1082] = {.lex_state = 532}, + [1083] = {.lex_state = 532}, + [1084] = {.lex_state = 532}, + [1085] = {.lex_state = 532}, + [1086] = {.lex_state = 532}, + [1087] = {.lex_state = 532}, + [1088] = {.lex_state = 532}, + [1089] = {.lex_state = 532}, + [1090] = {.lex_state = 178}, + [1091] = {.lex_state = 532}, + [1092] = {.lex_state = 532}, + [1093] = {.lex_state = 532}, + [1094] = {.lex_state = 178}, + [1095] = {.lex_state = 178}, + [1096] = {.lex_state = 532}, + [1097] = {.lex_state = 532}, + [1098] = {.lex_state = 532}, + [1099] = {.lex_state = 532}, + [1100] = {.lex_state = 532}, + [1101] = {.lex_state = 532}, + [1102] = {.lex_state = 532}, + [1103] = {.lex_state = 532}, + [1104] = {.lex_state = 532}, + [1105] = {.lex_state = 532}, + [1106] = {.lex_state = 554}, + [1107] = {.lex_state = 532}, + [1108] = {.lex_state = 532}, + [1109] = {.lex_state = 532}, + [1110] = {.lex_state = 178}, + [1111] = {.lex_state = 532}, + [1112] = {.lex_state = 532}, + [1113] = {.lex_state = 532}, + [1114] = {.lex_state = 532}, + [1115] = {.lex_state = 178}, + [1116] = {.lex_state = 565}, + [1117] = {.lex_state = 565}, + [1118] = {.lex_state = 565}, + [1119] = {.lex_state = 565}, + [1120] = {.lex_state = 565}, + [1121] = {.lex_state = 532}, + [1122] = {.lex_state = 532}, + [1123] = {.lex_state = 532}, + [1124] = {.lex_state = 532}, + [1125] = {.lex_state = 532}, + [1126] = {.lex_state = 532}, + [1127] = {.lex_state = 532}, + [1128] = {.lex_state = 532}, + [1129] = {.lex_state = 574}, + [1130] = {.lex_state = 532}, + [1131] = {.lex_state = 532}, + [1132] = {.lex_state = 532}, + [1133] = {.lex_state = 565}, + [1134] = {.lex_state = 565}, + [1135] = {.lex_state = 532}, + [1136] = {.lex_state = 532}, + [1137] = {.lex_state = 532}, + [1138] = {.lex_state = 532}, + [1139] = {.lex_state = 532}, + [1140] = {.lex_state = 532}, + [1141] = {.lex_state = 535}, + [1142] = {.lex_state = 532}, + [1143] = {.lex_state = 532}, + [1144] = {.lex_state = 535}, + [1145] = {.lex_state = 532}, + [1146] = {.lex_state = 532}, + [1147] = {.lex_state = 532}, + [1148] = {.lex_state = 532}, + [1149] = {.lex_state = 532}, + [1150] = {.lex_state = 532}, + [1151] = {.lex_state = 532}, + [1152] = {.lex_state = 532}, + [1153] = {.lex_state = 532}, + [1154] = {.lex_state = 532}, + [1155] = {.lex_state = 565}, + [1156] = {.lex_state = 565}, + [1157] = {.lex_state = 532}, + [1158] = {.lex_state = 532}, + [1159] = {.lex_state = 565}, + [1160] = {.lex_state = 565}, + [1161] = {.lex_state = 532}, + [1162] = {.lex_state = 532}, + [1163] = {.lex_state = 532}, + [1164] = {.lex_state = 532}, + [1165] = {.lex_state = 532}, + [1166] = {.lex_state = 532}, + [1167] = {.lex_state = 532}, + [1168] = {.lex_state = 565}, + [1169] = {.lex_state = 532}, + [1170] = {.lex_state = 565}, + [1171] = {.lex_state = 535}, + [1172] = {.lex_state = 565}, + [1173] = {.lex_state = 532}, + [1174] = {.lex_state = 535}, + [1175] = {.lex_state = 565}, + [1176] = {.lex_state = 565}, + [1177] = {.lex_state = 535}, + [1178] = {.lex_state = 554}, + [1179] = {.lex_state = 565}, + [1180] = {.lex_state = 554}, + [1181] = {.lex_state = 532}, + [1182] = {.lex_state = 532}, + [1183] = {.lex_state = 532}, + [1184] = {.lex_state = 532}, + [1185] = {.lex_state = 532}, + [1186] = {.lex_state = 532}, + [1187] = {.lex_state = 532}, + [1188] = {.lex_state = 532}, + [1189] = {.lex_state = 532}, + [1190] = {.lex_state = 532}, + [1191] = {.lex_state = 532}, + [1192] = {.lex_state = 565}, + [1193] = {.lex_state = 565}, + [1194] = {.lex_state = 532}, + [1195] = {.lex_state = 532}, + [1196] = {.lex_state = 532}, + [1197] = {.lex_state = 532}, + [1198] = {.lex_state = 532}, + [1199] = {.lex_state = 532}, + [1200] = {.lex_state = 565}, + [1201] = {.lex_state = 565}, + [1202] = {.lex_state = 532}, + [1203] = {.lex_state = 532}, + [1204] = {.lex_state = 532}, + [1205] = {.lex_state = 532}, + [1206] = {.lex_state = 532}, + [1207] = {.lex_state = 532}, + [1208] = {.lex_state = 532}, + [1209] = {.lex_state = 532}, + [1210] = {.lex_state = 532}, + [1211] = {.lex_state = 532}, + [1212] = {.lex_state = 532}, + [1213] = {.lex_state = 532}, + [1214] = {.lex_state = 532}, + [1215] = {.lex_state = 532}, + [1216] = {.lex_state = 532}, + [1217] = {.lex_state = 532}, + [1218] = {.lex_state = 532}, + [1219] = {.lex_state = 532}, + [1220] = {.lex_state = 532}, + [1221] = {.lex_state = 532}, + [1222] = {.lex_state = 532}, + [1223] = {.lex_state = 532}, + [1224] = {.lex_state = 532}, + [1225] = {.lex_state = 532}, + [1226] = {.lex_state = 532}, + [1227] = {.lex_state = 565}, + [1228] = {.lex_state = 565}, + [1229] = {.lex_state = 565}, + [1230] = {.lex_state = 565}, + [1231] = {.lex_state = 532}, + [1232] = {.lex_state = 532}, + [1233] = {.lex_state = 532}, + [1234] = {.lex_state = 532}, + [1235] = {.lex_state = 532}, + [1236] = {.lex_state = 532}, + [1237] = {.lex_state = 532}, + [1238] = {.lex_state = 532}, + [1239] = {.lex_state = 532}, + [1240] = {.lex_state = 532}, + [1241] = {.lex_state = 532}, + [1242] = {.lex_state = 532}, + [1243] = {.lex_state = 532}, + [1244] = {.lex_state = 532}, + [1245] = {.lex_state = 532}, + [1246] = {.lex_state = 565}, + [1247] = {.lex_state = 532}, + [1248] = {.lex_state = 532}, + [1249] = {.lex_state = 532}, + [1250] = {.lex_state = 532}, + [1251] = {.lex_state = 532}, + [1252] = {.lex_state = 532}, + [1253] = {.lex_state = 532}, + [1254] = {.lex_state = 532}, + [1255] = {.lex_state = 532}, + [1256] = {.lex_state = 532}, + [1257] = {.lex_state = 532}, + [1258] = {.lex_state = 532}, + [1259] = {.lex_state = 532}, + [1260] = {.lex_state = 565}, + [1261] = {.lex_state = 532}, + [1262] = {.lex_state = 532}, + [1263] = {.lex_state = 532}, + [1264] = {.lex_state = 532}, + [1265] = {.lex_state = 532}, + [1266] = {.lex_state = 532}, + [1267] = {.lex_state = 532}, + [1268] = {.lex_state = 532}, + [1269] = {.lex_state = 532}, + [1270] = {.lex_state = 532}, + [1271] = {.lex_state = 532}, + [1272] = {.lex_state = 532}, + [1273] = {.lex_state = 532}, + [1274] = {.lex_state = 532}, + [1275] = {.lex_state = 532}, + [1276] = {.lex_state = 532}, + [1277] = {.lex_state = 532}, + [1278] = {.lex_state = 532}, + [1279] = {.lex_state = 532}, + [1280] = {.lex_state = 532}, + [1281] = {.lex_state = 565}, + [1282] = {.lex_state = 565}, + [1283] = {.lex_state = 565}, + [1284] = {.lex_state = 565}, + [1285] = {.lex_state = 532}, + [1286] = {.lex_state = 532}, + [1287] = {.lex_state = 532}, + [1288] = {.lex_state = 532}, + [1289] = {.lex_state = 532}, + [1290] = {.lex_state = 532}, + [1291] = {.lex_state = 532}, + [1292] = {.lex_state = 532}, + [1293] = {.lex_state = 532}, + [1294] = {.lex_state = 532}, + [1295] = {.lex_state = 532}, + [1296] = {.lex_state = 532}, + [1297] = {.lex_state = 532}, + [1298] = {.lex_state = 532}, + [1299] = {.lex_state = 532}, + [1300] = {.lex_state = 532}, + [1301] = {.lex_state = 532}, + [1302] = {.lex_state = 532}, + [1303] = {.lex_state = 532}, + [1304] = {.lex_state = 532}, + [1305] = {.lex_state = 565}, + [1306] = {.lex_state = 565}, + [1307] = {.lex_state = 532}, + [1308] = {.lex_state = 565}, + [1309] = {.lex_state = 532}, + [1310] = {.lex_state = 565}, + [1311] = {.lex_state = 565}, + [1312] = {.lex_state = 532}, + [1313] = {.lex_state = 532}, + [1314] = {.lex_state = 532}, + [1315] = {.lex_state = 565}, + [1316] = {.lex_state = 565}, + [1317] = {.lex_state = 565}, + [1318] = {.lex_state = 532}, + [1319] = {.lex_state = 532}, + [1320] = {.lex_state = 565}, + [1321] = {.lex_state = 532}, + [1322] = {.lex_state = 532}, + [1323] = {.lex_state = 565}, + [1324] = {.lex_state = 565}, + [1325] = {.lex_state = 532}, + [1326] = {.lex_state = 532}, + [1327] = {.lex_state = 532}, + [1328] = {.lex_state = 532}, + [1329] = {.lex_state = 532}, + [1330] = {.lex_state = 532}, + [1331] = {.lex_state = 532}, + [1332] = {.lex_state = 532}, + [1333] = {.lex_state = 532}, + [1334] = {.lex_state = 532}, + [1335] = {.lex_state = 532}, + [1336] = {.lex_state = 532}, + [1337] = {.lex_state = 532}, + [1338] = {.lex_state = 532}, + [1339] = {.lex_state = 532}, + [1340] = {.lex_state = 532}, + [1341] = {.lex_state = 532}, + [1342] = {.lex_state = 532}, + [1343] = {.lex_state = 532}, + [1344] = {.lex_state = 532}, + [1345] = {.lex_state = 532}, + [1346] = {.lex_state = 532}, + [1347] = {.lex_state = 532}, + [1348] = {.lex_state = 532}, + [1349] = {.lex_state = 532}, + [1350] = {.lex_state = 532}, + [1351] = {.lex_state = 532}, + [1352] = {.lex_state = 28}, + [1353] = {.lex_state = 532}, + [1354] = {.lex_state = 532}, + [1355] = {.lex_state = 532}, + [1356] = {.lex_state = 532}, + [1357] = {.lex_state = 532}, + [1358] = {.lex_state = 532}, + [1359] = {.lex_state = 532}, + [1360] = {.lex_state = 532}, + [1361] = {.lex_state = 28}, + [1362] = {.lex_state = 532}, + [1363] = {.lex_state = 532}, + [1364] = {.lex_state = 532}, + [1365] = {.lex_state = 532}, + [1366] = {.lex_state = 532}, + [1367] = {.lex_state = 532}, + [1368] = {.lex_state = 532}, + [1369] = {.lex_state = 532}, + [1370] = {.lex_state = 532}, + [1371] = {.lex_state = 532}, + [1372] = {.lex_state = 532}, + [1373] = {.lex_state = 532}, + [1374] = {.lex_state = 532}, + [1375] = {.lex_state = 532}, + [1376] = {.lex_state = 532}, + [1377] = {.lex_state = 532}, + [1378] = {.lex_state = 581}, + [1379] = {.lex_state = 110}, + [1380] = {.lex_state = 29}, + [1381] = {.lex_state = 84}, + [1382] = {.lex_state = 110}, + [1383] = {.lex_state = 29}, + [1384] = {.lex_state = 29}, + [1385] = {.lex_state = 29}, + [1386] = {.lex_state = 29}, + [1387] = {.lex_state = 113}, + [1388] = {.lex_state = 152}, + [1389] = {.lex_state = 581}, + [1390] = {.lex_state = 30}, + [1391] = {.lex_state = 152}, + [1392] = {.lex_state = 113}, + [1393] = {.lex_state = 30}, + [1394] = {.lex_state = 152}, + [1395] = {.lex_state = 113}, + [1396] = {.lex_state = 30}, + [1397] = {.lex_state = 152}, + [1398] = {.lex_state = 581}, + [1399] = {.lex_state = 30}, + [1400] = {.lex_state = 113}, + [1401] = {.lex_state = 113}, + [1402] = {.lex_state = 30}, + [1403] = {.lex_state = 142}, + [1404] = {.lex_state = 114}, + [1405] = {.lex_state = 130}, + [1406] = {.lex_state = 130}, + [1407] = {.lex_state = 114}, + [1408] = {.lex_state = 130}, + [1409] = {.lex_state = 130}, + [1410] = {.lex_state = 130}, + [1411] = {.lex_state = 130}, + [1412] = {.lex_state = 152}, + [1413] = {.lex_state = 114}, + [1414] = {.lex_state = 152}, + [1415] = {.lex_state = 130}, + [1416] = {.lex_state = 130}, + [1417] = {.lex_state = 130}, + [1418] = {.lex_state = 114}, + [1419] = {.lex_state = 130}, + [1420] = {.lex_state = 151}, + [1421] = {.lex_state = 114}, + [1422] = {.lex_state = 130}, + [1423] = {.lex_state = 130}, + [1424] = {.lex_state = 130}, + [1425] = {.lex_state = 151}, + [1426] = {.lex_state = 130}, + [1427] = {.lex_state = 130}, + [1428] = {.lex_state = 112}, + [1429] = {.lex_state = 142}, + [1430] = {.lex_state = 130}, + [1431] = {.lex_state = 130}, + [1432] = {.lex_state = 130}, + [1433] = {.lex_state = 130}, + [1434] = {.lex_state = 151}, + [1435] = {.lex_state = 114}, + [1436] = {.lex_state = 114}, + [1437] = {.lex_state = 142}, + [1438] = {.lex_state = 114}, + [1439] = {.lex_state = 114}, + [1440] = {.lex_state = 130}, + [1441] = {.lex_state = 130}, + [1442] = {.lex_state = 130}, + [1443] = {.lex_state = 154}, + [1444] = {.lex_state = 154}, + [1445] = {.lex_state = 114}, + [1446] = {.lex_state = 130}, + [1447] = {.lex_state = 130}, + [1448] = {.lex_state = 114}, + [1449] = {.lex_state = 142}, + [1450] = {.lex_state = 151}, + [1451] = {.lex_state = 112}, + [1452] = {.lex_state = 130}, + [1453] = {.lex_state = 114}, + [1454] = {.lex_state = 142}, + [1455] = {.lex_state = 130}, + [1456] = {.lex_state = 112}, + [1457] = {.lex_state = 152}, + [1458] = {.lex_state = 114}, + [1459] = {.lex_state = 112}, + [1460] = {.lex_state = 112}, + [1461] = {.lex_state = 114}, + [1462] = {.lex_state = 142}, + [1463] = {.lex_state = 152}, + [1464] = {.lex_state = 142}, + [1465] = {.lex_state = 114}, + [1466] = {.lex_state = 114}, + [1467] = {.lex_state = 31}, + [1468] = {.lex_state = 130}, + [1469] = {.lex_state = 8}, + [1470] = {.lex_state = 130}, + [1471] = {.lex_state = 142}, + [1472] = {.lex_state = 130}, + [1473] = {.lex_state = 142}, + [1474] = {.lex_state = 152}, + [1475] = {.lex_state = 137}, + [1476] = {.lex_state = 137}, + [1477] = {.lex_state = 137}, + [1478] = {.lex_state = 153}, + [1479] = {.lex_state = 137}, + [1480] = {.lex_state = 137}, + [1481] = {.lex_state = 144}, + [1482] = {.lex_state = 137}, + [1483] = {.lex_state = 137}, + [1484] = {.lex_state = 137}, + [1485] = {.lex_state = 153}, + [1486] = {.lex_state = 137}, + [1487] = {.lex_state = 137}, + [1488] = {.lex_state = 137}, + [1489] = {.lex_state = 137}, + [1490] = {.lex_state = 137}, + [1491] = {.lex_state = 137}, + [1492] = {.lex_state = 137}, + [1493] = {.lex_state = 137}, + [1494] = {.lex_state = 137}, + [1495] = {.lex_state = 137}, + [1496] = {.lex_state = 137}, + [1497] = {.lex_state = 137}, + [1498] = {.lex_state = 137}, + [1499] = {.lex_state = 142}, + [1500] = {.lex_state = 142}, + [1501] = {.lex_state = 137}, + [1502] = {.lex_state = 137}, + [1503] = {.lex_state = 137}, + [1504] = {.lex_state = 137}, + [1505] = {.lex_state = 137}, + [1506] = {.lex_state = 137}, + [1507] = {.lex_state = 137}, + [1508] = {.lex_state = 137}, + [1509] = {.lex_state = 137}, + [1510] = {.lex_state = 137}, + [1511] = {.lex_state = 137}, + [1512] = {.lex_state = 137}, + [1513] = {.lex_state = 137}, + [1514] = {.lex_state = 137}, + [1515] = {.lex_state = 137}, + [1516] = {.lex_state = 137}, + [1517] = {.lex_state = 137}, + [1518] = {.lex_state = 137}, + [1519] = {.lex_state = 137}, + [1520] = {.lex_state = 137}, + [1521] = {.lex_state = 137}, + [1522] = {.lex_state = 137}, + [1523] = {.lex_state = 137}, + [1524] = {.lex_state = 137}, + [1525] = {.lex_state = 137}, + [1526] = {.lex_state = 137}, + [1527] = {.lex_state = 137}, + [1528] = {.lex_state = 137}, + [1529] = {.lex_state = 137}, + [1530] = {.lex_state = 137}, + [1531] = {.lex_state = 137}, + [1532] = {.lex_state = 137}, + [1533] = {.lex_state = 137}, + [1534] = {.lex_state = 137}, + [1535] = {.lex_state = 137}, + [1536] = {.lex_state = 137}, + [1537] = {.lex_state = 137}, + [1538] = {.lex_state = 137}, + [1539] = {.lex_state = 137}, + [1540] = {.lex_state = 137}, + [1541] = {.lex_state = 137}, + [1542] = {.lex_state = 137}, + [1543] = {.lex_state = 137}, + [1544] = {.lex_state = 137}, + [1545] = {.lex_state = 144}, + [1546] = {.lex_state = 137}, + [1547] = {.lex_state = 137}, + [1548] = {.lex_state = 137}, + [1549] = {.lex_state = 137}, + [1550] = {.lex_state = 137}, + [1551] = {.lex_state = 137}, + [1552] = {.lex_state = 152}, + [1553] = {.lex_state = 152}, + [1554] = {.lex_state = 137}, + [1555] = {.lex_state = 137}, + [1556] = {.lex_state = 137}, + [1557] = {.lex_state = 137}, + [1558] = {.lex_state = 137}, + [1559] = {.lex_state = 116}, + [1560] = {.lex_state = 137}, + [1561] = {.lex_state = 153}, + [1562] = {.lex_state = 137}, + [1563] = {.lex_state = 137}, + [1564] = {.lex_state = 137}, + [1565] = {.lex_state = 137}, + [1566] = {.lex_state = 137}, + [1567] = {.lex_state = 137}, + [1568] = {.lex_state = 137}, + [1569] = {.lex_state = 137}, + [1570] = {.lex_state = 137}, + [1571] = {.lex_state = 153}, + [1572] = {.lex_state = 152}, + [1573] = {.lex_state = 137}, + [1574] = {.lex_state = 137}, + [1575] = {.lex_state = 137}, + [1576] = {.lex_state = 137}, + [1577] = {.lex_state = 153}, + [1578] = {.lex_state = 137}, + [1579] = {.lex_state = 137}, + [1580] = {.lex_state = 137}, + [1581] = {.lex_state = 137}, + [1582] = {.lex_state = 137}, + [1583] = {.lex_state = 137}, + [1584] = {.lex_state = 137}, + [1585] = {.lex_state = 137}, + [1586] = {.lex_state = 137}, + [1587] = {.lex_state = 137}, + [1588] = {.lex_state = 137}, + [1589] = {.lex_state = 137}, + [1590] = {.lex_state = 137}, + [1591] = {.lex_state = 153}, + [1592] = {.lex_state = 137}, + [1593] = {.lex_state = 137}, + [1594] = {.lex_state = 116}, + [1595] = {.lex_state = 116}, + [1596] = {.lex_state = 159}, + [1597] = {.lex_state = 137}, + [1598] = {.lex_state = 159}, + [1599] = {.lex_state = 137}, + [1600] = {.lex_state = 137}, + [1601] = {.lex_state = 137}, + [1602] = {.lex_state = 137}, + [1603] = {.lex_state = 137}, + [1604] = {.lex_state = 137}, + [1605] = {.lex_state = 137}, + [1606] = {.lex_state = 137}, + [1607] = {.lex_state = 137}, + [1608] = {.lex_state = 137}, + [1609] = {.lex_state = 137}, + [1610] = {.lex_state = 137}, + [1611] = {.lex_state = 137}, + [1612] = {.lex_state = 137}, + [1613] = {.lex_state = 137}, + [1614] = {.lex_state = 137}, + [1615] = {.lex_state = 137}, + [1616] = {.lex_state = 137}, + [1617] = {.lex_state = 137}, + [1618] = {.lex_state = 137}, + [1619] = {.lex_state = 137}, + [1620] = {.lex_state = 111}, + [1621] = {.lex_state = 137}, + [1622] = {.lex_state = 137}, + [1623] = {.lex_state = 137}, + [1624] = {.lex_state = 137}, + [1625] = {.lex_state = 137}, + [1626] = {.lex_state = 111}, + [1627] = {.lex_state = 137}, + [1628] = {.lex_state = 137}, + [1629] = {.lex_state = 137}, + [1630] = {.lex_state = 137}, + [1631] = {.lex_state = 137}, + [1632] = {.lex_state = 137}, + [1633] = {.lex_state = 153}, + [1634] = {.lex_state = 137}, + [1635] = {.lex_state = 111}, + [1636] = {.lex_state = 137}, + [1637] = {.lex_state = 111}, + [1638] = {.lex_state = 137}, + [1639] = {.lex_state = 137}, + [1640] = {.lex_state = 137}, + [1641] = {.lex_state = 137}, + [1642] = {.lex_state = 137}, + [1643] = {.lex_state = 137}, + [1644] = {.lex_state = 137}, + [1645] = {.lex_state = 137}, + [1646] = {.lex_state = 137}, + [1647] = {.lex_state = 137}, + [1648] = {.lex_state = 137}, + [1649] = {.lex_state = 137}, + [1650] = {.lex_state = 137}, + [1651] = {.lex_state = 137}, + [1652] = {.lex_state = 137}, + [1653] = {.lex_state = 137}, + [1654] = {.lex_state = 137}, + [1655] = {.lex_state = 114}, + [1656] = {.lex_state = 114}, + [1657] = {.lex_state = 114}, + [1658] = {.lex_state = 152}, + [1659] = {.lex_state = 152}, + [1660] = {.lex_state = 101}, + [1661] = {.lex_state = 137}, + [1662] = {.lex_state = 139}, + [1663] = {.lex_state = 137}, + [1664] = {.lex_state = 152}, + [1665] = {.lex_state = 142}, + [1666] = {.lex_state = 114}, + [1667] = {.lex_state = 152}, + [1668] = {.lex_state = 114}, + [1669] = {.lex_state = 152}, + [1670] = {.lex_state = 157}, + [1671] = {.lex_state = 152}, + [1672] = {.lex_state = 152}, + [1673] = {.lex_state = 157}, + [1674] = {.lex_state = 152}, + [1675] = {.lex_state = 152}, + [1676] = {.lex_state = 114}, + [1677] = {.lex_state = 157}, + [1678] = {.lex_state = 156}, + [1679] = {.lex_state = 156}, + [1680] = {.lex_state = 114}, + [1681] = {.lex_state = 93}, + [1682] = {.lex_state = 152}, + [1683] = {.lex_state = 152}, + [1684] = {.lex_state = 152}, + [1685] = {.lex_state = 137}, + [1686] = {.lex_state = 139}, + [1687] = {.lex_state = 156}, + [1688] = {.lex_state = 117}, + [1689] = {.lex_state = 144}, + [1690] = {.lex_state = 117}, + [1691] = {.lex_state = 156}, + [1692] = {.lex_state = 156}, + [1693] = {.lex_state = 156}, + [1694] = {.lex_state = 156}, + [1695] = {.lex_state = 156}, + [1696] = {.lex_state = 156}, + [1697] = {.lex_state = 156}, + [1698] = {.lex_state = 117}, + [1699] = {.lex_state = 156}, + [1700] = {.lex_state = 156}, + [1701] = {.lex_state = 156}, + [1702] = {.lex_state = 156}, + [1703] = {.lex_state = 156}, + [1704] = {.lex_state = 156}, + [1705] = {.lex_state = 156}, + [1706] = {.lex_state = 156}, + [1707] = {.lex_state = 142}, + [1708] = {.lex_state = 156}, + [1709] = {.lex_state = 156}, + [1710] = {.lex_state = 144}, + [1711] = {.lex_state = 144}, + [1712] = {.lex_state = 144}, + [1713] = {.lex_state = 156}, + [1714] = {.lex_state = 156}, + [1715] = {.lex_state = 156}, + [1716] = {.lex_state = 144}, + [1717] = {.lex_state = 142}, + [1718] = {.lex_state = 117}, + [1719] = {.lex_state = 144}, + [1720] = {.lex_state = 117}, + [1721] = {.lex_state = 144}, + [1722] = {.lex_state = 156}, + [1723] = {.lex_state = 156}, + [1724] = {.lex_state = 144}, + [1725] = {.lex_state = 144}, + [1726] = {.lex_state = 144}, + [1727] = {.lex_state = 117}, + [1728] = {.lex_state = 156}, + [1729] = {.lex_state = 156}, + [1730] = {.lex_state = 142}, + [1731] = {.lex_state = 144}, + [1732] = {.lex_state = 144}, + [1733] = {.lex_state = 144}, + [1734] = {.lex_state = 144}, + [1735] = {.lex_state = 144}, + [1736] = {.lex_state = 117}, + [1737] = {.lex_state = 144}, + [1738] = {.lex_state = 156}, + [1739] = {.lex_state = 117}, + [1740] = {.lex_state = 117}, + [1741] = {.lex_state = 156}, + [1742] = {.lex_state = 117}, + [1743] = {.lex_state = 144}, + [1744] = {.lex_state = 142}, + [1745] = {.lex_state = 156}, + [1746] = {.lex_state = 144}, + [1747] = {.lex_state = 117}, + [1748] = {.lex_state = 156}, + [1749] = {.lex_state = 144}, + [1750] = {.lex_state = 144}, + [1751] = {.lex_state = 117}, + [1752] = {.lex_state = 144}, + [1753] = {.lex_state = 144}, + [1754] = {.lex_state = 144}, + [1755] = {.lex_state = 156}, [1756] = {.lex_state = 144}, - [1757] = {.lex_state = 151}, - [1758] = {.lex_state = 151}, + [1757] = {.lex_state = 144}, + [1758] = {.lex_state = 144}, [1759] = {.lex_state = 144}, - [1760] = {.lex_state = 144}, + [1760] = {.lex_state = 117}, [1761] = {.lex_state = 144}, - [1762] = {.lex_state = 144}, + [1762] = {.lex_state = 117}, [1763] = {.lex_state = 144}, [1764] = {.lex_state = 144}, - [1765] = {.lex_state = 144}, + [1765] = {.lex_state = 156}, [1766] = {.lex_state = 144}, [1767] = {.lex_state = 144}, - [1768] = {.lex_state = 144}, - [1769] = {.lex_state = 144}, - [1770] = {.lex_state = 144}, - [1771] = {.lex_state = 144}, + [1768] = {.lex_state = 117}, + [1769] = {.lex_state = 156}, + [1770] = {.lex_state = 142}, + [1771] = {.lex_state = 156}, [1772] = {.lex_state = 144}, - [1773] = {.lex_state = 144}, + [1773] = {.lex_state = 117}, [1774] = {.lex_state = 144}, [1775] = {.lex_state = 144}, [1776] = {.lex_state = 144}, - [1777] = {.lex_state = 144}, - [1778] = {.lex_state = 144}, + [1777] = {.lex_state = 142}, + [1778] = {.lex_state = 117}, [1779] = {.lex_state = 144}, [1780] = {.lex_state = 144}, - [1781] = {.lex_state = 144}, - [1782] = {.lex_state = 144}, + [1781] = {.lex_state = 142}, + [1782] = {.lex_state = 117}, [1783] = {.lex_state = 144}, [1784] = {.lex_state = 144}, - [1785] = {.lex_state = 144}, + [1785] = {.lex_state = 142}, [1786] = {.lex_state = 144}, - [1787] = {.lex_state = 144}, - [1788] = {.lex_state = 144}, - [1789] = {.lex_state = 144}, - [1790] = {.lex_state = 144}, + [1787] = {.lex_state = 156}, + [1788] = {.lex_state = 156}, + [1789] = {.lex_state = 156}, + [1790] = {.lex_state = 156}, [1791] = {.lex_state = 144}, - [1792] = {.lex_state = 144}, - [1793] = {.lex_state = 144}, + [1792] = {.lex_state = 117}, + [1793] = {.lex_state = 117}, [1794] = {.lex_state = 144}, - [1795] = {.lex_state = 144}, + [1795] = {.lex_state = 142}, [1796] = {.lex_state = 144}, [1797] = {.lex_state = 144}, - [1798] = {.lex_state = 144}, - [1799] = {.lex_state = 144}, - [1800] = {.lex_state = 144}, - [1801] = {.lex_state = 144}, + [1798] = {.lex_state = 130}, + [1799] = {.lex_state = 156}, + [1800] = {.lex_state = 156}, + [1801] = {.lex_state = 156}, [1802] = {.lex_state = 144}, [1803] = {.lex_state = 144}, - [1804] = {.lex_state = 144}, + [1804] = {.lex_state = 156}, [1805] = {.lex_state = 144}, - [1806] = {.lex_state = 144}, + [1806] = {.lex_state = 156}, [1807] = {.lex_state = 144}, - [1808] = {.lex_state = 144}, + [1808] = {.lex_state = 156}, [1809] = {.lex_state = 144}, - [1810] = {.lex_state = 144}, - [1811] = {.lex_state = 144}, + [1810] = {.lex_state = 156}, + [1811] = {.lex_state = 156}, [1812] = {.lex_state = 144}, [1813] = {.lex_state = 144}, [1814] = {.lex_state = 144}, - [1815] = {.lex_state = 144}, + [1815] = {.lex_state = 156}, [1816] = {.lex_state = 144}, [1817] = {.lex_state = 144}, [1818] = {.lex_state = 144}, [1819] = {.lex_state = 144}, - [1820] = {.lex_state = 144}, + [1820] = {.lex_state = 130}, [1821] = {.lex_state = 144}, [1822] = {.lex_state = 144}, [1823] = {.lex_state = 144}, [1824] = {.lex_state = 144}, [1825] = {.lex_state = 144}, - [1826] = {.lex_state = 144}, + [1826] = {.lex_state = 156}, [1827] = {.lex_state = 144}, [1828] = {.lex_state = 144}, [1829] = {.lex_state = 144}, [1830] = {.lex_state = 144}, - [1831] = {.lex_state = 144}, + [1831] = {.lex_state = 156}, [1832] = {.lex_state = 144}, [1833] = {.lex_state = 144}, [1834] = {.lex_state = 144}, [1835] = {.lex_state = 144}, - [1836] = {.lex_state = 144}, - [1837] = {.lex_state = 91}, - [1838] = {.lex_state = 144}, - [1839] = {.lex_state = 144}, - [1840] = {.lex_state = 144}, - [1841] = {.lex_state = 144}, - [1842] = {.lex_state = 144}, - [1843] = {.lex_state = 144}, - [1844] = {.lex_state = 144}, - [1845] = {.lex_state = 144}, - [1846] = {.lex_state = 144}, - [1847] = {.lex_state = 144}, - [1848] = {.lex_state = 144}, - [1849] = {.lex_state = 144}, - [1850] = {.lex_state = 144}, + [1836] = {.lex_state = 142}, + [1837] = {.lex_state = 144}, + [1838] = {.lex_state = 156}, + [1839] = {.lex_state = 156}, + [1840] = {.lex_state = 117}, + [1841] = {.lex_state = 142}, + [1842] = {.lex_state = 117}, + [1843] = {.lex_state = 117}, + [1844] = {.lex_state = 156}, + [1845] = {.lex_state = 142}, + [1846] = {.lex_state = 117}, + [1847] = {.lex_state = 117}, + [1848] = {.lex_state = 117}, + [1849] = {.lex_state = 117}, + [1850] = {.lex_state = 142}, [1851] = {.lex_state = 144}, - [1852] = {.lex_state = 91}, - [1853] = {.lex_state = 144}, + [1852] = {.lex_state = 144}, + [1853] = {.lex_state = 117}, [1854] = {.lex_state = 144}, - [1855] = {.lex_state = 144}, + [1855] = {.lex_state = 142}, [1856] = {.lex_state = 144}, - [1857] = {.lex_state = 144}, - [1858] = {.lex_state = 144}, + [1857] = {.lex_state = 117}, + [1858] = {.lex_state = 117}, [1859] = {.lex_state = 144}, [1860] = {.lex_state = 144}, [1861] = {.lex_state = 144}, @@ -68482,29 +40656,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1874] = {.lex_state = 144}, [1875] = {.lex_state = 144}, [1876] = {.lex_state = 144}, - [1877] = {.lex_state = 144}, - [1878] = {.lex_state = 144}, + [1877] = {.lex_state = 142}, + [1878] = {.lex_state = 117}, [1879] = {.lex_state = 144}, - [1880] = {.lex_state = 144}, + [1880] = {.lex_state = 156}, [1881] = {.lex_state = 144}, [1882] = {.lex_state = 144}, [1883] = {.lex_state = 144}, - [1884] = {.lex_state = 160}, - [1885] = {.lex_state = 149}, - [1886] = {.lex_state = 149}, - [1887] = {.lex_state = 144}, + [1884] = {.lex_state = 117}, + [1885] = {.lex_state = 144}, + [1886] = {.lex_state = 117}, + [1887] = {.lex_state = 117}, [1888] = {.lex_state = 144}, - [1889] = {.lex_state = 144}, - [1890] = {.lex_state = 144}, - [1891] = {.lex_state = 144}, - [1892] = {.lex_state = 144}, - [1893] = {.lex_state = 144}, - [1894] = {.lex_state = 144}, - [1895] = {.lex_state = 144}, + [1889] = {.lex_state = 117}, + [1890] = {.lex_state = 117}, + [1891] = {.lex_state = 117}, + [1892] = {.lex_state = 117}, + [1893] = {.lex_state = 117}, + [1894] = {.lex_state = 117}, + [1895] = {.lex_state = 117}, [1896] = {.lex_state = 144}, - [1897] = {.lex_state = 160}, + [1897] = {.lex_state = 117}, [1898] = {.lex_state = 144}, - [1899] = {.lex_state = 144}, + [1899] = {.lex_state = 117}, [1900] = {.lex_state = 144}, [1901] = {.lex_state = 144}, [1902] = {.lex_state = 144}, @@ -68523,4297 +40697,4288 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1915] = {.lex_state = 144}, [1916] = {.lex_state = 144}, [1917] = {.lex_state = 144}, - [1918] = {.lex_state = 160}, - [1919] = {.lex_state = 160}, - [1920] = {.lex_state = 91}, - [1921] = {.lex_state = 91}, - [1922] = {.lex_state = 160}, - [1923] = {.lex_state = 144}, - [1924] = {.lex_state = 166}, - [1925] = {.lex_state = 166}, + [1918] = {.lex_state = 144}, + [1919] = {.lex_state = 144}, + [1920] = {.lex_state = 144}, + [1921] = {.lex_state = 117}, + [1922] = {.lex_state = 144}, + [1923] = {.lex_state = 156}, + [1924] = {.lex_state = 144}, + [1925] = {.lex_state = 144}, [1926] = {.lex_state = 144}, - [1927] = {.lex_state = 159}, - [1928] = {.lex_state = 159}, - [1929] = {.lex_state = 159}, - [1930] = {.lex_state = 160}, - [1931] = {.lex_state = 160}, - [1932] = {.lex_state = 159}, - [1933] = {.lex_state = 116}, - [1934] = {.lex_state = 159}, - [1935] = {.lex_state = 159}, - [1936] = {.lex_state = 159}, - [1937] = {.lex_state = 164}, - [1938] = {.lex_state = 164}, - [1939] = {.lex_state = 164}, - [1940] = {.lex_state = 94}, - [1941] = {.lex_state = 94}, - [1942] = {.lex_state = 94}, - [1943] = {.lex_state = 107}, - [1944] = {.lex_state = 94}, - [1945] = {.lex_state = 163}, - [1946] = {.lex_state = 163}, - [1947] = {.lex_state = 159}, - [1948] = {.lex_state = 94}, - [1949] = {.lex_state = 94}, - [1950] = {.lex_state = 94}, - [1951] = {.lex_state = 159}, - [1952] = {.lex_state = 159}, - [1953] = {.lex_state = 159}, - [1954] = {.lex_state = 159}, - [1955] = {.lex_state = 159}, - [1956] = {.lex_state = 159}, - [1957] = {.lex_state = 159}, - [1958] = {.lex_state = 146}, - [1959] = {.lex_state = 146}, - [1960] = {.lex_state = 149}, + [1927] = {.lex_state = 144}, + [1928] = {.lex_state = 144}, + [1929] = {.lex_state = 144}, + [1930] = {.lex_state = 144}, + [1931] = {.lex_state = 144}, + [1932] = {.lex_state = 144}, + [1933] = {.lex_state = 144}, + [1934] = {.lex_state = 144}, + [1935] = {.lex_state = 144}, + [1936] = {.lex_state = 144}, + [1937] = {.lex_state = 144}, + [1938] = {.lex_state = 144}, + [1939] = {.lex_state = 144}, + [1940] = {.lex_state = 144}, + [1941] = {.lex_state = 144}, + [1942] = {.lex_state = 144}, + [1943] = {.lex_state = 144}, + [1944] = {.lex_state = 144}, + [1945] = {.lex_state = 144}, + [1946] = {.lex_state = 144}, + [1947] = {.lex_state = 144}, + [1948] = {.lex_state = 144}, + [1949] = {.lex_state = 144}, + [1950] = {.lex_state = 144}, + [1951] = {.lex_state = 144}, + [1952] = {.lex_state = 144}, + [1953] = {.lex_state = 144}, + [1954] = {.lex_state = 144}, + [1955] = {.lex_state = 142}, + [1956] = {.lex_state = 144}, + [1957] = {.lex_state = 144}, + [1958] = {.lex_state = 144}, + [1959] = {.lex_state = 144}, + [1960] = {.lex_state = 144}, [1961] = {.lex_state = 144}, [1962] = {.lex_state = 144}, [1963] = {.lex_state = 144}, - [1964] = {.lex_state = 149}, - [1965] = {.lex_state = 151}, - [1966] = {.lex_state = 97}, - [1967] = {.lex_state = 97}, - [1968] = {.lex_state = 97}, - [1969] = {.lex_state = 97}, - [1970] = {.lex_state = 97}, - [1971] = {.lex_state = 97}, - [1972] = {.lex_state = 97}, - [1973] = {.lex_state = 97}, - [1974] = {.lex_state = 97}, - [1975] = {.lex_state = 97}, - [1976] = {.lex_state = 163}, - [1977] = {.lex_state = 163}, - [1978] = {.lex_state = 149}, - [1979] = {.lex_state = 149}, - [1980] = {.lex_state = 163}, - [1981] = {.lex_state = 149}, - [1982] = {.lex_state = 97}, - [1983] = {.lex_state = 137}, - [1984] = {.lex_state = 97}, - [1985] = {.lex_state = 137}, - [1986] = {.lex_state = 151}, - [1987] = {.lex_state = 151}, - [1988] = {.lex_state = 163}, - [1989] = {.lex_state = 149}, - [1990] = {.lex_state = 151}, - [1991] = {.lex_state = 151}, - [1992] = {.lex_state = 97}, - [1993] = {.lex_state = 151}, - [1994] = {.lex_state = 151}, - [1995] = {.lex_state = 151}, - [1996] = {.lex_state = 151}, - [1997] = {.lex_state = 151}, - [1998] = {.lex_state = 151}, - [1999] = {.lex_state = 151}, - [2000] = {.lex_state = 149}, - [2001] = {.lex_state = 163}, - [2002] = {.lex_state = 151}, - [2003] = {.lex_state = 151}, - [2004] = {.lex_state = 149}, - [2005] = {.lex_state = 151}, - [2006] = {.lex_state = 97}, - [2007] = {.lex_state = 97}, - [2008] = {.lex_state = 163}, - [2009] = {.lex_state = 97}, - [2010] = {.lex_state = 97}, - [2011] = {.lex_state = 149}, - [2012] = {.lex_state = 151}, - [2013] = {.lex_state = 151}, - [2014] = {.lex_state = 151}, - [2015] = {.lex_state = 151}, - [2016] = {.lex_state = 151}, - [2017] = {.lex_state = 151}, - [2018] = {.lex_state = 151}, - [2019] = {.lex_state = 151}, - [2020] = {.lex_state = 151}, - [2021] = {.lex_state = 151}, - [2022] = {.lex_state = 151}, - [2023] = {.lex_state = 151}, - [2024] = {.lex_state = 151}, - [2025] = {.lex_state = 149}, - [2026] = {.lex_state = 149}, - [2027] = {.lex_state = 151}, - [2028] = {.lex_state = 97}, - [2029] = {.lex_state = 151}, - [2030] = {.lex_state = 149}, - [2031] = {.lex_state = 151}, - [2032] = {.lex_state = 149}, - [2033] = {.lex_state = 149}, - [2034] = {.lex_state = 151}, - [2035] = {.lex_state = 151}, - [2036] = {.lex_state = 151}, - [2037] = {.lex_state = 97}, - [2038] = {.lex_state = 151}, - [2039] = {.lex_state = 151}, - [2040] = {.lex_state = 151}, - [2041] = {.lex_state = 151}, - [2042] = {.lex_state = 97}, - [2043] = {.lex_state = 151}, - [2044] = {.lex_state = 97}, - [2045] = {.lex_state = 151}, - [2046] = {.lex_state = 151}, - [2047] = {.lex_state = 151}, - [2048] = {.lex_state = 151}, - [2049] = {.lex_state = 151}, - [2050] = {.lex_state = 151}, - [2051] = {.lex_state = 151}, - [2052] = {.lex_state = 97}, - [2053] = {.lex_state = 97}, - [2054] = {.lex_state = 151}, - [2055] = {.lex_state = 151}, - [2056] = {.lex_state = 151}, - [2057] = {.lex_state = 151}, - [2058] = {.lex_state = 97}, - [2059] = {.lex_state = 151}, - [2060] = {.lex_state = 151}, - [2061] = {.lex_state = 151}, - [2062] = {.lex_state = 151}, - [2063] = {.lex_state = 151}, - [2064] = {.lex_state = 97}, - [2065] = {.lex_state = 97}, - [2066] = {.lex_state = 97}, - [2067] = {.lex_state = 97}, - [2068] = {.lex_state = 151}, - [2069] = {.lex_state = 151}, - [2070] = {.lex_state = 151}, - [2071] = {.lex_state = 151}, - [2072] = {.lex_state = 151}, - [2073] = {.lex_state = 151}, - [2074] = {.lex_state = 97}, - [2075] = {.lex_state = 97}, - [2076] = {.lex_state = 151}, - [2077] = {.lex_state = 149}, - [2078] = {.lex_state = 151}, - [2079] = {.lex_state = 149}, - [2080] = {.lex_state = 97}, - [2081] = {.lex_state = 151}, - [2082] = {.lex_state = 151}, - [2083] = {.lex_state = 163}, - [2084] = {.lex_state = 163}, - [2085] = {.lex_state = 151}, - [2086] = {.lex_state = 97}, - [2087] = {.lex_state = 151}, - [2088] = {.lex_state = 151}, - [2089] = {.lex_state = 151}, - [2090] = {.lex_state = 97}, - [2091] = {.lex_state = 97}, - [2092] = {.lex_state = 97}, - [2093] = {.lex_state = 97}, - [2094] = {.lex_state = 97}, - [2095] = {.lex_state = 97}, - [2096] = {.lex_state = 97}, - [2097] = {.lex_state = 97}, - [2098] = {.lex_state = 97}, - [2099] = {.lex_state = 151}, - [2100] = {.lex_state = 97}, - [2101] = {.lex_state = 97}, - [2102] = {.lex_state = 151}, - [2103] = {.lex_state = 151}, - [2104] = {.lex_state = 151}, - [2105] = {.lex_state = 151}, - [2106] = {.lex_state = 151}, - [2107] = {.lex_state = 151}, - [2108] = {.lex_state = 151}, - [2109] = {.lex_state = 151}, - [2110] = {.lex_state = 151}, - [2111] = {.lex_state = 151}, - [2112] = {.lex_state = 151}, - [2113] = {.lex_state = 151}, - [2114] = {.lex_state = 151}, - [2115] = {.lex_state = 151}, - [2116] = {.lex_state = 151}, - [2117] = {.lex_state = 97}, - [2118] = {.lex_state = 97}, - [2119] = {.lex_state = 151}, - [2120] = {.lex_state = 97}, - [2121] = {.lex_state = 151}, - [2122] = {.lex_state = 151}, - [2123] = {.lex_state = 151}, - [2124] = {.lex_state = 151}, - [2125] = {.lex_state = 149}, - [2126] = {.lex_state = 151}, - [2127] = {.lex_state = 151}, - [2128] = {.lex_state = 151}, - [2129] = {.lex_state = 151}, - [2130] = {.lex_state = 97}, - [2131] = {.lex_state = 97}, - [2132] = {.lex_state = 151}, - [2133] = {.lex_state = 163}, - [2134] = {.lex_state = 151}, - [2135] = {.lex_state = 151}, - [2136] = {.lex_state = 151}, - [2137] = {.lex_state = 151}, - [2138] = {.lex_state = 151}, - [2139] = {.lex_state = 151}, - [2140] = {.lex_state = 97}, - [2141] = {.lex_state = 97}, - [2142] = {.lex_state = 151}, - [2143] = {.lex_state = 97}, - [2144] = {.lex_state = 151}, - [2145] = {.lex_state = 97}, - [2146] = {.lex_state = 151}, - [2147] = {.lex_state = 97}, - [2148] = {.lex_state = 151}, - [2149] = {.lex_state = 151}, - [2150] = {.lex_state = 151}, - [2151] = {.lex_state = 97}, - [2152] = {.lex_state = 151}, - [2153] = {.lex_state = 151}, - [2154] = {.lex_state = 151}, - [2155] = {.lex_state = 163}, - [2156] = {.lex_state = 151}, - [2157] = {.lex_state = 97}, - [2158] = {.lex_state = 151}, - [2159] = {.lex_state = 163}, - [2160] = {.lex_state = 163}, - [2161] = {.lex_state = 163}, - [2162] = {.lex_state = 151}, - [2163] = {.lex_state = 151}, - [2164] = {.lex_state = 97}, - [2165] = {.lex_state = 151}, - [2166] = {.lex_state = 151}, - [2167] = {.lex_state = 97}, - [2168] = {.lex_state = 151}, - [2169] = {.lex_state = 97}, - [2170] = {.lex_state = 97}, - [2171] = {.lex_state = 151}, - [2172] = {.lex_state = 151}, - [2173] = {.lex_state = 151}, - [2174] = {.lex_state = 151}, - [2175] = {.lex_state = 151}, - [2176] = {.lex_state = 151}, - [2177] = {.lex_state = 151}, - [2178] = {.lex_state = 151}, - [2179] = {.lex_state = 151}, - [2180] = {.lex_state = 151}, - [2181] = {.lex_state = 97}, - [2182] = {.lex_state = 151}, - [2183] = {.lex_state = 151}, - [2184] = {.lex_state = 151}, - [2185] = {.lex_state = 151}, - [2186] = {.lex_state = 151}, - [2187] = {.lex_state = 151}, - [2188] = {.lex_state = 151}, - [2189] = {.lex_state = 151}, - [2190] = {.lex_state = 151}, - [2191] = {.lex_state = 151}, - [2192] = {.lex_state = 151}, - [2193] = {.lex_state = 151}, - [2194] = {.lex_state = 151}, - [2195] = {.lex_state = 151}, - [2196] = {.lex_state = 151}, - [2197] = {.lex_state = 151}, - [2198] = {.lex_state = 151}, - [2199] = {.lex_state = 151}, - [2200] = {.lex_state = 151}, - [2201] = {.lex_state = 151}, - [2202] = {.lex_state = 151}, - [2203] = {.lex_state = 151}, - [2204] = {.lex_state = 151}, - [2205] = {.lex_state = 151}, - [2206] = {.lex_state = 151}, - [2207] = {.lex_state = 151}, - [2208] = {.lex_state = 151}, - [2209] = {.lex_state = 151}, - [2210] = {.lex_state = 151}, - [2211] = {.lex_state = 151}, - [2212] = {.lex_state = 163}, - [2213] = {.lex_state = 151}, - [2214] = {.lex_state = 151}, - [2215] = {.lex_state = 151}, - [2216] = {.lex_state = 163}, - [2217] = {.lex_state = 151}, - [2218] = {.lex_state = 163}, - [2219] = {.lex_state = 163}, - [2220] = {.lex_state = 151}, - [2221] = {.lex_state = 151}, - [2222] = {.lex_state = 151}, - [2223] = {.lex_state = 163}, - [2224] = {.lex_state = 163}, - [2225] = {.lex_state = 163}, - [2226] = {.lex_state = 151}, - [2227] = {.lex_state = 151}, - [2228] = {.lex_state = 163}, - [2229] = {.lex_state = 151}, - [2230] = {.lex_state = 151}, - [2231] = {.lex_state = 151}, - [2232] = {.lex_state = 97}, - [2233] = {.lex_state = 151}, - [2234] = {.lex_state = 151}, - [2235] = {.lex_state = 151}, - [2236] = {.lex_state = 151}, - [2237] = {.lex_state = 151}, - [2238] = {.lex_state = 163}, - [2239] = {.lex_state = 151}, - [2240] = {.lex_state = 151}, - [2241] = {.lex_state = 151}, - [2242] = {.lex_state = 163}, - [2243] = {.lex_state = 163}, - [2244] = {.lex_state = 163}, - [2245] = {.lex_state = 163}, - [2246] = {.lex_state = 151}, - [2247] = {.lex_state = 151}, - [2248] = {.lex_state = 97}, - [2249] = {.lex_state = 151}, - [2250] = {.lex_state = 151}, - [2251] = {.lex_state = 151}, - [2252] = {.lex_state = 163}, - [2253] = {.lex_state = 163}, - [2254] = {.lex_state = 97}, - [2255] = {.lex_state = 151}, - [2256] = {.lex_state = 151}, - [2257] = {.lex_state = 151}, - [2258] = {.lex_state = 151}, - [2259] = {.lex_state = 151}, - [2260] = {.lex_state = 151}, - [2261] = {.lex_state = 151}, - [2262] = {.lex_state = 151}, - [2263] = {.lex_state = 163}, - [2264] = {.lex_state = 163}, - [2265] = {.lex_state = 163}, - [2266] = {.lex_state = 163}, - [2267] = {.lex_state = 163}, - [2268] = {.lex_state = 163}, - [2269] = {.lex_state = 163}, - [2270] = {.lex_state = 163}, - [2271] = {.lex_state = 163}, - [2272] = {.lex_state = 163}, - [2273] = {.lex_state = 163}, - [2274] = {.lex_state = 163}, - [2275] = {.lex_state = 163}, - [2276] = {.lex_state = 163}, - [2277] = {.lex_state = 163}, - [2278] = {.lex_state = 163}, - [2279] = {.lex_state = 163}, - [2280] = {.lex_state = 163}, - [2281] = {.lex_state = 151}, - [2282] = {.lex_state = 151}, - [2283] = {.lex_state = 163}, - [2284] = {.lex_state = 163}, - [2285] = {.lex_state = 97}, - [2286] = {.lex_state = 163}, - [2287] = {.lex_state = 163}, - [2288] = {.lex_state = 151}, - [2289] = {.lex_state = 151}, - [2290] = {.lex_state = 163}, - [2291] = {.lex_state = 163}, - [2292] = {.lex_state = 151}, - [2293] = {.lex_state = 163}, - [2294] = {.lex_state = 163}, - [2295] = {.lex_state = 163}, - [2296] = {.lex_state = 163}, - [2297] = {.lex_state = 149}, - [2298] = {.lex_state = 163}, - [2299] = {.lex_state = 163}, - [2300] = {.lex_state = 182}, - [2301] = {.lex_state = 163}, - [2302] = {.lex_state = 163}, - [2303] = {.lex_state = 137}, - [2304] = {.lex_state = 137}, - [2305] = {.lex_state = 182}, - [2306] = {.lex_state = 182}, - [2307] = {.lex_state = 182}, - [2308] = {.lex_state = 163}, - [2309] = {.lex_state = 182}, - [2310] = {.lex_state = 182}, - [2311] = {.lex_state = 163}, - [2312] = {.lex_state = 163}, - [2313] = {.lex_state = 163}, - [2314] = {.lex_state = 182}, - [2315] = {.lex_state = 182}, - [2316] = {.lex_state = 163}, - [2317] = {.lex_state = 163}, - [2318] = {.lex_state = 605}, - [2319] = {.lex_state = 182}, - [2320] = {.lex_state = 605}, - [2321] = {.lex_state = 137}, - [2322] = {.lex_state = 604}, - [2323] = {.lex_state = 604}, - [2324] = {.lex_state = 604}, - [2325] = {.lex_state = 604}, - [2326] = {.lex_state = 604}, - [2327] = {.lex_state = 604}, - [2328] = {.lex_state = 607}, - [2329] = {.lex_state = 604}, - [2330] = {.lex_state = 604}, - [2331] = {.lex_state = 607}, - [2332] = {.lex_state = 604}, - [2333] = {.lex_state = 604}, - [2334] = {.lex_state = 604}, - [2335] = {.lex_state = 604}, - [2336] = {.lex_state = 607}, - [2337] = {.lex_state = 606}, - [2338] = {.lex_state = 606}, - [2339] = {.lex_state = 606}, - [2340] = {.lex_state = 606}, - [2341] = {.lex_state = 606}, - [2342] = {.lex_state = 607}, - [2343] = {.lex_state = 606}, - [2344] = {.lex_state = 606}, - [2345] = {.lex_state = 606}, - [2346] = {.lex_state = 606}, - [2347] = {.lex_state = 606}, - [2348] = {.lex_state = 606}, - [2349] = {.lex_state = 606}, - [2350] = {.lex_state = 606}, - [2351] = {.lex_state = 606}, - [2352] = {.lex_state = 606}, - [2353] = {.lex_state = 606}, - [2354] = {.lex_state = 606}, - [2355] = {.lex_state = 606}, - [2356] = {.lex_state = 606}, - [2357] = {.lex_state = 606}, - [2358] = {.lex_state = 183}, - [2359] = {.lex_state = 606}, - [2360] = {.lex_state = 606}, - [2361] = {.lex_state = 606}, - [2362] = {.lex_state = 606}, - [2363] = {.lex_state = 583}, - [2364] = {.lex_state = 583}, - [2365] = {.lex_state = 545}, - [2366] = {.lex_state = 583}, - [2367] = {.lex_state = 545}, - [2368] = {.lex_state = 583}, - [2369] = {.lex_state = 583}, - [2370] = {.lex_state = 583}, - [2371] = {.lex_state = 578}, - [2372] = {.lex_state = 583}, - [2373] = {.lex_state = 583}, - [2374] = {.lex_state = 583}, - [2375] = {.lex_state = 583}, - [2376] = {.lex_state = 545}, - [2377] = {.lex_state = 578}, - [2378] = {.lex_state = 583}, - [2379] = {.lex_state = 577}, - [2380] = {.lex_state = 577}, - [2381] = {.lex_state = 545}, - [2382] = {.lex_state = 583}, - [2383] = {.lex_state = 583}, - [2384] = {.lex_state = 583}, - [2385] = {.lex_state = 583}, - [2386] = {.lex_state = 583}, - [2387] = {.lex_state = 583}, - [2388] = {.lex_state = 578}, - [2389] = {.lex_state = 545}, - [2390] = {.lex_state = 545}, - [2391] = {.lex_state = 583}, - [2392] = {.lex_state = 582}, - [2393] = {.lex_state = 81}, - [2394] = {.lex_state = 577}, - [2395] = {.lex_state = 583}, - [2396] = {.lex_state = 583}, - [2397] = {.lex_state = 583}, - [2398] = {.lex_state = 125}, - [2399] = {.lex_state = 583}, - [2400] = {.lex_state = 81}, - [2401] = {.lex_state = 583}, - [2402] = {.lex_state = 81}, - [2403] = {.lex_state = 595}, - [2404] = {.lex_state = 582}, - [2405] = {.lex_state = 545}, - [2406] = {.lex_state = 595}, - [2407] = {.lex_state = 545}, - [2408] = {.lex_state = 582}, - [2409] = {.lex_state = 581}, - [2410] = {.lex_state = 583}, - [2411] = {.lex_state = 578}, - [2412] = {.lex_state = 583}, - [2413] = {.lex_state = 583}, - [2414] = {.lex_state = 581}, - [2415] = {.lex_state = 582}, - [2416] = {.lex_state = 581}, - [2417] = {.lex_state = 583}, - [2418] = {.lex_state = 582}, - [2419] = {.lex_state = 577}, - [2420] = {.lex_state = 583}, - [2421] = {.lex_state = 582}, - [2422] = {.lex_state = 582}, - [2423] = {.lex_state = 582}, - [2424] = {.lex_state = 583}, - [2425] = {.lex_state = 81}, - [2426] = {.lex_state = 583}, - [2427] = {.lex_state = 81}, - [2428] = {.lex_state = 581}, - [2429] = {.lex_state = 545}, - [2430] = {.lex_state = 583}, - [2431] = {.lex_state = 545}, - [2432] = {.lex_state = 583}, - [2433] = {.lex_state = 595}, - [2434] = {.lex_state = 583}, - [2435] = {.lex_state = 545}, - [2436] = {.lex_state = 599}, - [2437] = {.lex_state = 583}, - [2438] = {.lex_state = 583}, - [2439] = {.lex_state = 583}, - [2440] = {.lex_state = 81}, - [2441] = {.lex_state = 582}, - [2442] = {.lex_state = 583}, - [2443] = {.lex_state = 582}, - [2444] = {.lex_state = 583}, - [2445] = {.lex_state = 583}, - [2446] = {.lex_state = 583}, - [2447] = {.lex_state = 582}, - [2448] = {.lex_state = 610}, - [2449] = {.lex_state = 599}, - [2450] = {.lex_state = 583}, - [2451] = {.lex_state = 581}, - [2452] = {.lex_state = 583}, - [2453] = {.lex_state = 582}, - [2454] = {.lex_state = 583}, - [2455] = {.lex_state = 230}, - [2456] = {.lex_state = 100}, - [2457] = {.lex_state = 230}, - [2458] = {.lex_state = 545}, - [2459] = {.lex_state = 153}, - [2460] = {.lex_state = 582}, - [2461] = {.lex_state = 545}, - [2462] = {.lex_state = 582}, - [2463] = {.lex_state = 81}, - [2464] = {.lex_state = 545}, - [2465] = {.lex_state = 583}, - [2466] = {.lex_state = 545}, - [2467] = {.lex_state = 582}, - [2468] = {.lex_state = 602}, - [2469] = {.lex_state = 581}, - [2470] = {.lex_state = 545}, - [2471] = {.lex_state = 595}, - [2472] = {.lex_state = 583}, - [2473] = {.lex_state = 230}, - [2474] = {.lex_state = 581}, - [2475] = {.lex_state = 583}, - [2476] = {.lex_state = 230}, - [2477] = {.lex_state = 599}, - [2478] = {.lex_state = 581}, - [2479] = {.lex_state = 583}, - [2480] = {.lex_state = 582}, - [2481] = {.lex_state = 583}, - [2482] = {.lex_state = 600}, - [2483] = {.lex_state = 600}, - [2484] = {.lex_state = 600}, - [2485] = {.lex_state = 583}, - [2486] = {.lex_state = 583}, - [2487] = {.lex_state = 545}, - [2488] = {.lex_state = 600}, - [2489] = {.lex_state = 600}, - [2490] = {.lex_state = 600}, - [2491] = {.lex_state = 545}, - [2492] = {.lex_state = 600}, - [2493] = {.lex_state = 600}, - [2494] = {.lex_state = 583}, - [2495] = {.lex_state = 583}, - [2496] = {.lex_state = 600}, - [2497] = {.lex_state = 600}, - [2498] = {.lex_state = 600}, - [2499] = {.lex_state = 600}, - [2500] = {.lex_state = 600}, - [2501] = {.lex_state = 66}, - [2502] = {.lex_state = 600}, - [2503] = {.lex_state = 66}, - [2504] = {.lex_state = 600}, - [2505] = {.lex_state = 583}, - [2506] = {.lex_state = 66}, - [2507] = {.lex_state = 600}, - [2508] = {.lex_state = 583}, - [2509] = {.lex_state = 583}, - [2510] = {.lex_state = 583}, - [2511] = {.lex_state = 600}, - [2512] = {.lex_state = 600}, - [2513] = {.lex_state = 583}, - [2514] = {.lex_state = 600}, - [2515] = {.lex_state = 600}, - [2516] = {.lex_state = 66}, - [2517] = {.lex_state = 600}, - [2518] = {.lex_state = 600}, - [2519] = {.lex_state = 600}, - [2520] = {.lex_state = 545}, - [2521] = {.lex_state = 600}, - [2522] = {.lex_state = 600}, - [2523] = {.lex_state = 600}, - [2524] = {.lex_state = 600}, - [2525] = {.lex_state = 600}, - [2526] = {.lex_state = 600}, - [2527] = {.lex_state = 600}, - [2528] = {.lex_state = 600}, - [2529] = {.lex_state = 600}, - [2530] = {.lex_state = 545}, - [2531] = {.lex_state = 600}, - [2532] = {.lex_state = 5}, - [2533] = {.lex_state = 600}, - [2534] = {.lex_state = 5}, - [2535] = {.lex_state = 600}, - [2536] = {.lex_state = 583}, - [2537] = {.lex_state = 600}, - [2538] = {.lex_state = 602}, - [2539] = {.lex_state = 610}, - [2540] = {.lex_state = 583}, - [2541] = {.lex_state = 583}, - [2542] = {.lex_state = 600}, - [2543] = {.lex_state = 599}, - [2544] = {.lex_state = 600}, - [2545] = {.lex_state = 66}, - [2546] = {.lex_state = 600}, - [2547] = {.lex_state = 5}, - [2548] = {.lex_state = 600}, - [2549] = {.lex_state = 600}, - [2550] = {.lex_state = 66}, - [2551] = {.lex_state = 5}, - [2552] = {.lex_state = 5}, - [2553] = {.lex_state = 600}, - [2554] = {.lex_state = 600}, - [2555] = {.lex_state = 583}, - [2556] = {.lex_state = 583}, - [2557] = {.lex_state = 66}, - [2558] = {.lex_state = 101}, - [2559] = {.lex_state = 66}, - [2560] = {.lex_state = 599}, - [2561] = {.lex_state = 193}, - [2562] = {.lex_state = 600}, - [2563] = {.lex_state = 600}, - [2564] = {.lex_state = 600}, - [2565] = {.lex_state = 583}, - [2566] = {.lex_state = 600}, - [2567] = {.lex_state = 600}, - [2568] = {.lex_state = 600}, - [2569] = {.lex_state = 600}, - [2570] = {.lex_state = 600}, - [2571] = {.lex_state = 66}, - [2572] = {.lex_state = 600}, - [2573] = {.lex_state = 600}, - [2574] = {.lex_state = 600}, - [2575] = {.lex_state = 81}, - [2576] = {.lex_state = 66}, - [2577] = {.lex_state = 600}, - [2578] = {.lex_state = 600}, - [2579] = {.lex_state = 600}, - [2580] = {.lex_state = 600}, - [2581] = {.lex_state = 66}, - [2582] = {.lex_state = 600}, - [2583] = {.lex_state = 599}, - [2584] = {.lex_state = 600}, - [2585] = {.lex_state = 600}, - [2586] = {.lex_state = 600}, - [2587] = {.lex_state = 600}, - [2588] = {.lex_state = 5}, - [2589] = {.lex_state = 600}, - [2590] = {.lex_state = 600}, - [2591] = {.lex_state = 600}, - [2592] = {.lex_state = 600}, - [2593] = {.lex_state = 600}, - [2594] = {.lex_state = 600}, - [2595] = {.lex_state = 600}, - [2596] = {.lex_state = 600}, - [2597] = {.lex_state = 600}, - [2598] = {.lex_state = 66}, - [2599] = {.lex_state = 600}, - [2600] = {.lex_state = 600}, - [2601] = {.lex_state = 600}, - [2602] = {.lex_state = 600}, - [2603] = {.lex_state = 600}, - [2604] = {.lex_state = 600}, - [2605] = {.lex_state = 230}, - [2606] = {.lex_state = 600}, - [2607] = {.lex_state = 600}, - [2608] = {.lex_state = 600}, - [2609] = {.lex_state = 600}, - [2610] = {.lex_state = 600}, - [2611] = {.lex_state = 583}, - [2612] = {.lex_state = 600}, - [2613] = {.lex_state = 600}, - [2614] = {.lex_state = 600}, - [2615] = {.lex_state = 66}, - [2616] = {.lex_state = 600}, - [2617] = {.lex_state = 600}, - [2618] = {.lex_state = 600}, - [2619] = {.lex_state = 600}, - [2620] = {.lex_state = 102}, - [2621] = {.lex_state = 583}, - [2622] = {.lex_state = 600}, - [2623] = {.lex_state = 66}, - [2624] = {.lex_state = 583}, - [2625] = {.lex_state = 600}, - [2626] = {.lex_state = 600}, - [2627] = {.lex_state = 600}, - [2628] = {.lex_state = 81}, - [2629] = {.lex_state = 66}, - [2630] = {.lex_state = 600}, - [2631] = {.lex_state = 545}, - [2632] = {.lex_state = 545}, - [2633] = {.lex_state = 152}, - [2634] = {.lex_state = 152}, - [2635] = {.lex_state = 545}, - [2636] = {.lex_state = 600}, - [2637] = {.lex_state = 600}, - [2638] = {.lex_state = 11}, - [2639] = {.lex_state = 600}, - [2640] = {.lex_state = 5}, - [2641] = {.lex_state = 600}, - [2642] = {.lex_state = 600}, - [2643] = {.lex_state = 600}, - [2644] = {.lex_state = 600}, - [2645] = {.lex_state = 600}, - [2646] = {.lex_state = 600}, - [2647] = {.lex_state = 600}, - [2648] = {.lex_state = 600}, - [2649] = {.lex_state = 600}, - [2650] = {.lex_state = 600}, - [2651] = {.lex_state = 545}, - [2652] = {.lex_state = 66}, - [2653] = {.lex_state = 600}, - [2654] = {.lex_state = 600}, - [2655] = {.lex_state = 600}, - [2656] = {.lex_state = 600}, - [2657] = {.lex_state = 600}, - [2658] = {.lex_state = 600}, - [2659] = {.lex_state = 600}, - [2660] = {.lex_state = 66}, - [2661] = {.lex_state = 600}, - [2662] = {.lex_state = 600}, - [2663] = {.lex_state = 600}, - [2664] = {.lex_state = 600}, - [2665] = {.lex_state = 600}, - [2666] = {.lex_state = 600}, - [2667] = {.lex_state = 600}, - [2668] = {.lex_state = 600}, - [2669] = {.lex_state = 152}, - [2670] = {.lex_state = 600}, - [2671] = {.lex_state = 600}, - [2672] = {.lex_state = 103}, - [2673] = {.lex_state = 600}, - [2674] = {.lex_state = 600}, - [2675] = {.lex_state = 600}, - [2676] = {.lex_state = 600}, - [2677] = {.lex_state = 600}, - [2678] = {.lex_state = 600}, - [2679] = {.lex_state = 600}, - [2680] = {.lex_state = 600}, - [2681] = {.lex_state = 600}, - [2682] = {.lex_state = 600}, - [2683] = {.lex_state = 600}, - [2684] = {.lex_state = 600}, - [2685] = {.lex_state = 600}, - [2686] = {.lex_state = 230}, - [2687] = {.lex_state = 600}, - [2688] = {.lex_state = 81}, - [2689] = {.lex_state = 600}, - [2690] = {.lex_state = 600}, - [2691] = {.lex_state = 600}, - [2692] = {.lex_state = 600}, - [2693] = {.lex_state = 600}, - [2694] = {.lex_state = 600}, - [2695] = {.lex_state = 5}, - [2696] = {.lex_state = 600}, - [2697] = {.lex_state = 600}, - [2698] = {.lex_state = 600}, - [2699] = {.lex_state = 600}, - [2700] = {.lex_state = 66}, - [2701] = {.lex_state = 600}, - [2702] = {.lex_state = 600}, - [2703] = {.lex_state = 600}, - [2704] = {.lex_state = 600}, - [2705] = {.lex_state = 600}, - [2706] = {.lex_state = 152}, - [2707] = {.lex_state = 600}, - [2708] = {.lex_state = 600}, - [2709] = {.lex_state = 188}, - [2710] = {.lex_state = 600}, - [2711] = {.lex_state = 600}, - [2712] = {.lex_state = 600}, - [2713] = {.lex_state = 230}, - [2714] = {.lex_state = 600}, - [2715] = {.lex_state = 600}, - [2716] = {.lex_state = 600}, - [2717] = {.lex_state = 545}, - [2718] = {.lex_state = 600}, - [2719] = {.lex_state = 600}, - [2720] = {.lex_state = 600}, - [2721] = {.lex_state = 600}, - [2722] = {.lex_state = 600}, - [2723] = {.lex_state = 600}, - [2724] = {.lex_state = 600}, - [2725] = {.lex_state = 600}, - [2726] = {.lex_state = 600}, - [2727] = {.lex_state = 600}, - [2728] = {.lex_state = 545}, - [2729] = {.lex_state = 600}, - [2730] = {.lex_state = 600}, - [2731] = {.lex_state = 600}, - [2732] = {.lex_state = 600}, - [2733] = {.lex_state = 600}, - [2734] = {.lex_state = 545}, - [2735] = {.lex_state = 600}, - [2736] = {.lex_state = 600}, - [2737] = {.lex_state = 600}, - [2738] = {.lex_state = 600}, - [2739] = {.lex_state = 600}, - [2740] = {.lex_state = 600}, - [2741] = {.lex_state = 152}, - [2742] = {.lex_state = 66}, - [2743] = {.lex_state = 600}, - [2744] = {.lex_state = 152}, - [2745] = {.lex_state = 600}, - [2746] = {.lex_state = 600}, - [2747] = {.lex_state = 600}, - [2748] = {.lex_state = 600}, - [2749] = {.lex_state = 600}, - [2750] = {.lex_state = 230}, - [2751] = {.lex_state = 600}, - [2752] = {.lex_state = 600}, - [2753] = {.lex_state = 600}, - [2754] = {.lex_state = 186}, - [2755] = {.lex_state = 145}, - [2756] = {.lex_state = 558}, - [2757] = {.lex_state = 230}, - [2758] = {.lex_state = 66}, - [2759] = {.lex_state = 66}, - [2760] = {.lex_state = 64}, - [2761] = {.lex_state = 186}, - [2762] = {.lex_state = 186}, - [2763] = {.lex_state = 186}, - [2764] = {.lex_state = 145}, - [2765] = {.lex_state = 145}, - [2766] = {.lex_state = 145}, - [2767] = {.lex_state = 230}, - [2768] = {.lex_state = 230}, - [2769] = {.lex_state = 230}, - [2770] = {.lex_state = 186}, - [2771] = {.lex_state = 186}, - [2772] = {.lex_state = 145}, - [2773] = {.lex_state = 66}, - [2774] = {.lex_state = 12}, - [2775] = {.lex_state = 155}, - [2776] = {.lex_state = 155}, - [2777] = {.lex_state = 81}, - [2778] = {.lex_state = 13}, - [2779] = {.lex_state = 230}, - [2780] = {.lex_state = 66}, - [2781] = {.lex_state = 66}, - [2782] = {.lex_state = 230}, - [2783] = {.lex_state = 66}, - [2784] = {.lex_state = 66}, - [2785] = {.lex_state = 66}, - [2786] = {.lex_state = 66}, - [2787] = {.lex_state = 66}, - [2788] = {.lex_state = 558}, - [2789] = {.lex_state = 66}, - [2790] = {.lex_state = 66}, - [2791] = {.lex_state = 66}, - [2792] = {.lex_state = 81}, - [2793] = {.lex_state = 66}, - [2794] = {.lex_state = 108}, - [2795] = {.lex_state = 81}, - [2796] = {.lex_state = 154}, - [2797] = {.lex_state = 66}, - [2798] = {.lex_state = 154}, - [2799] = {.lex_state = 64}, - [2800] = {.lex_state = 66}, - [2801] = {.lex_state = 66}, - [2802] = {.lex_state = 66}, - [2803] = {.lex_state = 66}, - [2804] = {.lex_state = 154}, - [2805] = {.lex_state = 14}, - [2806] = {.lex_state = 154}, - [2807] = {.lex_state = 66}, - [2808] = {.lex_state = 547}, - [2809] = {.lex_state = 66}, - [2810] = {.lex_state = 145}, - [2811] = {.lex_state = 66}, - [2812] = {.lex_state = 230}, - [2813] = {.lex_state = 66}, - [2814] = {.lex_state = 230}, - [2815] = {.lex_state = 66}, - [2816] = {.lex_state = 64}, - [2817] = {.lex_state = 66}, - [2818] = {.lex_state = 66}, - [2819] = {.lex_state = 547}, - [2820] = {.lex_state = 66}, - [2821] = {.lex_state = 66}, - [2822] = {.lex_state = 66}, - [2823] = {.lex_state = 64}, - [2824] = {.lex_state = 230}, - [2825] = {.lex_state = 117}, - [2826] = {.lex_state = 66}, - [2827] = {.lex_state = 66}, - [2828] = {.lex_state = 547}, - [2829] = {.lex_state = 66}, - [2830] = {.lex_state = 66}, - [2831] = {.lex_state = 64}, - [2832] = {.lex_state = 66}, - [2833] = {.lex_state = 547}, - [2834] = {.lex_state = 66}, - [2835] = {.lex_state = 66}, - [2836] = {.lex_state = 64}, - [2837] = {.lex_state = 66}, - [2838] = {.lex_state = 66}, - [2839] = {.lex_state = 66}, - [2840] = {.lex_state = 66}, - [2841] = {.lex_state = 66}, - [2842] = {.lex_state = 547}, - [2843] = {.lex_state = 66}, - [2844] = {.lex_state = 547}, - [2845] = {.lex_state = 154}, - [2846] = {.lex_state = 66}, - [2847] = {.lex_state = 66}, - [2848] = {.lex_state = 154}, - [2849] = {.lex_state = 154}, - [2850] = {.lex_state = 66}, - [2851] = {.lex_state = 66}, - [2852] = {.lex_state = 66}, - [2853] = {.lex_state = 154}, - [2854] = {.lex_state = 66}, - [2855] = {.lex_state = 66}, - [2856] = {.lex_state = 66}, - [2857] = {.lex_state = 66}, - [2858] = {.lex_state = 154}, - [2859] = {.lex_state = 66}, - [2860] = {.lex_state = 154}, - [2861] = {.lex_state = 66}, - [2862] = {.lex_state = 154}, - [2863] = {.lex_state = 154}, - [2864] = {.lex_state = 145}, - [2865] = {.lex_state = 64}, - [2866] = {.lex_state = 187}, - [2867] = {.lex_state = 230}, - [2868] = {.lex_state = 187}, - [2869] = {.lex_state = 66}, - [2870] = {.lex_state = 66}, - [2871] = {.lex_state = 66}, - [2872] = {.lex_state = 66}, - [2873] = {.lex_state = 66}, - [2874] = {.lex_state = 547}, - [2875] = {.lex_state = 66}, - [2876] = {.lex_state = 524}, - [2877] = {.lex_state = 66}, - [2878] = {.lex_state = 547}, - [2879] = {.lex_state = 66}, - [2880] = {.lex_state = 547}, - [2881] = {.lex_state = 230}, - [2882] = {.lex_state = 187}, - [2883] = {.lex_state = 187}, - [2884] = {.lex_state = 547}, - [2885] = {.lex_state = 230}, - [2886] = {.lex_state = 66}, - [2887] = {.lex_state = 66}, - [2888] = {.lex_state = 66}, - [2889] = {.lex_state = 547}, - [2890] = {.lex_state = 547}, - [2891] = {.lex_state = 547}, - [2892] = {.lex_state = 66}, - [2893] = {.lex_state = 187}, - [2894] = {.lex_state = 64}, - [2895] = {.lex_state = 187}, - [2896] = {.lex_state = 230}, - [2897] = {.lex_state = 119}, - [2898] = {.lex_state = 230}, - [2899] = {.lex_state = 547}, - [2900] = {.lex_state = 547}, - [2901] = {.lex_state = 547}, - [2902] = {.lex_state = 230}, - [2903] = {.lex_state = 547}, - [2904] = {.lex_state = 109}, - [2905] = {.lex_state = 547}, - [2906] = {.lex_state = 187}, - [2907] = {.lex_state = 547}, - [2908] = {.lex_state = 187}, - [2909] = {.lex_state = 187}, - [2910] = {.lex_state = 118}, - [2911] = {.lex_state = 547}, - [2912] = {.lex_state = 547}, - [2913] = {.lex_state = 187}, - [2914] = {.lex_state = 66}, - [2915] = {.lex_state = 547}, - [2916] = {.lex_state = 110}, - [2917] = {.lex_state = 547}, - [2918] = {.lex_state = 547}, - [2919] = {.lex_state = 187}, - [2920] = {.lex_state = 187}, - [2921] = {.lex_state = 547}, - [2922] = {.lex_state = 66}, - [2923] = {.lex_state = 547}, - [2924] = {.lex_state = 547}, - [2925] = {.lex_state = 66}, - [2926] = {.lex_state = 66}, - [2927] = {.lex_state = 64}, - [2928] = {.lex_state = 66}, - [2929] = {.lex_state = 66}, - [2930] = {.lex_state = 66}, - [2931] = {.lex_state = 64}, - [2932] = {.lex_state = 66}, - [2933] = {.lex_state = 547}, - [2934] = {.lex_state = 120}, - [2935] = {.lex_state = 547}, - [2936] = {.lex_state = 66}, - [2937] = {.lex_state = 547}, - [2938] = {.lex_state = 66}, - [2939] = {.lex_state = 66}, - [2940] = {.lex_state = 66}, - [2941] = {.lex_state = 66}, - [2942] = {.lex_state = 66}, - [2943] = {.lex_state = 66}, - [2944] = {.lex_state = 66}, - [2945] = {.lex_state = 66}, - [2946] = {.lex_state = 66}, - [2947] = {.lex_state = 66}, - [2948] = {.lex_state = 66}, - [2949] = {.lex_state = 230}, - [2950] = {.lex_state = 111}, - [2951] = {.lex_state = 547}, - [2952] = {.lex_state = 66}, - [2953] = {.lex_state = 524}, - [2954] = {.lex_state = 64}, - [2955] = {.lex_state = 547}, - [2956] = {.lex_state = 547}, - [2957] = {.lex_state = 104}, - [2958] = {.lex_state = 547}, - [2959] = {.lex_state = 547}, - [2960] = {.lex_state = 66}, - [2961] = {.lex_state = 66}, - [2962] = {.lex_state = 66}, - [2963] = {.lex_state = 547}, - [2964] = {.lex_state = 64}, - [2965] = {.lex_state = 547}, - [2966] = {.lex_state = 547}, - [2967] = {.lex_state = 571}, - [2968] = {.lex_state = 66}, - [2969] = {.lex_state = 547}, - [2970] = {.lex_state = 571}, - [2971] = {.lex_state = 66}, - [2972] = {.lex_state = 547}, - [2973] = {.lex_state = 547}, - [2974] = {.lex_state = 66}, - [2975] = {.lex_state = 547}, - [2976] = {.lex_state = 547}, - [2977] = {.lex_state = 571}, - [2978] = {.lex_state = 547}, - [2979] = {.lex_state = 571}, - [2980] = {.lex_state = 547}, - [2981] = {.lex_state = 547}, - [2982] = {.lex_state = 66}, - [2983] = {.lex_state = 66}, - [2984] = {.lex_state = 66}, - [2985] = {.lex_state = 66}, - [2986] = {.lex_state = 547}, - [2987] = {.lex_state = 64}, - [2988] = {.lex_state = 66}, - [2989] = {.lex_state = 66}, - [2990] = {.lex_state = 66}, - [2991] = {.lex_state = 66}, - [2992] = {.lex_state = 66}, - [2993] = {.lex_state = 547}, - [2994] = {.lex_state = 571}, - [2995] = {.lex_state = 571}, - [2996] = {.lex_state = 547}, - [2997] = {.lex_state = 66}, - [2998] = {.lex_state = 66}, - [2999] = {.lex_state = 64}, - [3000] = {.lex_state = 66}, - [3001] = {.lex_state = 547}, - [3002] = {.lex_state = 64}, - [3003] = {.lex_state = 64}, - [3004] = {.lex_state = 547}, - [3005] = {.lex_state = 64}, - [3006] = {.lex_state = 547}, - [3007] = {.lex_state = 64}, - [3008] = {.lex_state = 547}, - [3009] = {.lex_state = 64}, - [3010] = {.lex_state = 547}, - [3011] = {.lex_state = 64}, - [3012] = {.lex_state = 584}, - [3013] = {.lex_state = 547}, - [3014] = {.lex_state = 571}, - [3015] = {.lex_state = 547}, - [3016] = {.lex_state = 571}, - [3017] = {.lex_state = 66}, - [3018] = {.lex_state = 64}, - [3019] = {.lex_state = 561}, - [3020] = {.lex_state = 105}, - [3021] = {.lex_state = 64}, - [3022] = {.lex_state = 64}, - [3023] = {.lex_state = 64}, - [3024] = {.lex_state = 571}, - [3025] = {.lex_state = 571}, - [3026] = {.lex_state = 106}, - [3027] = {.lex_state = 64}, - [3028] = {.lex_state = 571}, - [3029] = {.lex_state = 571}, - [3030] = {.lex_state = 547}, - [3031] = {.lex_state = 547}, - [3032] = {.lex_state = 564}, - [3033] = {.lex_state = 64}, - [3034] = {.lex_state = 64}, - [3035] = {.lex_state = 547}, - [3036] = {.lex_state = 547}, - [3037] = {.lex_state = 547}, - [3038] = {.lex_state = 547}, - [3039] = {.lex_state = 547}, - [3040] = {.lex_state = 547}, - [3041] = {.lex_state = 547}, - [3042] = {.lex_state = 547}, - [3043] = {.lex_state = 547}, - [3044] = {.lex_state = 547}, - [3045] = {.lex_state = 547}, - [3046] = {.lex_state = 547}, - [3047] = {.lex_state = 547}, - [3048] = {.lex_state = 547}, - [3049] = {.lex_state = 547}, - [3050] = {.lex_state = 547}, - [3051] = {.lex_state = 547}, - [3052] = {.lex_state = 547}, - [3053] = {.lex_state = 547}, - [3054] = {.lex_state = 547}, - [3055] = {.lex_state = 547}, - [3056] = {.lex_state = 547}, - [3057] = {.lex_state = 547}, - [3058] = {.lex_state = 547}, - [3059] = {.lex_state = 547}, - [3060] = {.lex_state = 547}, - [3061] = {.lex_state = 547}, - [3062] = {.lex_state = 547}, - [3063] = {.lex_state = 547}, - [3064] = {.lex_state = 547}, - [3065] = {.lex_state = 132}, - [3066] = {.lex_state = 132}, - [3067] = {.lex_state = 547}, - [3068] = {.lex_state = 547}, - [3069] = {.lex_state = 547}, - [3070] = {.lex_state = 592}, - [3071] = {.lex_state = 571}, - [3072] = {.lex_state = 564}, - [3073] = {.lex_state = 132}, - [3074] = {.lex_state = 547}, - [3075] = {.lex_state = 132}, - [3076] = {.lex_state = 547}, - [3077] = {.lex_state = 571}, - [3078] = {.lex_state = 571}, - [3079] = {.lex_state = 547}, - [3080] = {.lex_state = 547}, - [3081] = {.lex_state = 547}, - [3082] = {.lex_state = 547}, - [3083] = {.lex_state = 547}, - [3084] = {.lex_state = 547}, - [3085] = {.lex_state = 132}, - [3086] = {.lex_state = 547}, - [3087] = {.lex_state = 571}, - [3088] = {.lex_state = 571}, - [3089] = {.lex_state = 547}, - [3090] = {.lex_state = 547}, - [3091] = {.lex_state = 547}, - [3092] = {.lex_state = 547}, - [3093] = {.lex_state = 547}, - [3094] = {.lex_state = 547}, - [3095] = {.lex_state = 547}, - [3096] = {.lex_state = 52}, - [3097] = {.lex_state = 547}, - [3098] = {.lex_state = 547}, - [3099] = {.lex_state = 547}, - [3100] = {.lex_state = 15}, - [3101] = {.lex_state = 547}, - [3102] = {.lex_state = 547}, - [3103] = {.lex_state = 547}, - [3104] = {.lex_state = 547}, - [3105] = {.lex_state = 547}, - [3106] = {.lex_state = 547}, - [3107] = {.lex_state = 547}, - [3108] = {.lex_state = 547}, - [3109] = {.lex_state = 547}, - [3110] = {.lex_state = 571}, - [3111] = {.lex_state = 571}, - [3112] = {.lex_state = 547}, - [3113] = {.lex_state = 547}, - [3114] = {.lex_state = 547}, - [3115] = {.lex_state = 584}, - [3116] = {.lex_state = 132}, - [3117] = {.lex_state = 547}, - [3118] = {.lex_state = 547}, - [3119] = {.lex_state = 547}, - [3120] = {.lex_state = 547}, - [3121] = {.lex_state = 547}, - [3122] = {.lex_state = 547}, - [3123] = {.lex_state = 547}, - [3124] = {.lex_state = 547}, - [3125] = {.lex_state = 547}, - [3126] = {.lex_state = 547}, - [3127] = {.lex_state = 561}, - [3128] = {.lex_state = 547}, - [3129] = {.lex_state = 64}, - [3130] = {.lex_state = 547}, - [3131] = {.lex_state = 132}, - [3132] = {.lex_state = 64}, - [3133] = {.lex_state = 547}, - [3134] = {.lex_state = 16}, - [3135] = {.lex_state = 547}, - [3136] = {.lex_state = 571}, - [3137] = {.lex_state = 132}, - [3138] = {.lex_state = 547}, - [3139] = {.lex_state = 64}, - [3140] = {.lex_state = 64}, - [3141] = {.lex_state = 131}, - [3142] = {.lex_state = 131}, - [3143] = {.lex_state = 132}, - [3144] = {.lex_state = 547}, - [3145] = {.lex_state = 547}, - [3146] = {.lex_state = 601}, - [3147] = {.lex_state = 571}, - [3148] = {.lex_state = 601}, - [3149] = {.lex_state = 601}, - [3150] = {.lex_state = 547}, - [3151] = {.lex_state = 17}, - [3152] = {.lex_state = 547}, - [3153] = {.lex_state = 592}, - [3154] = {.lex_state = 131}, - [3155] = {.lex_state = 601}, - [3156] = {.lex_state = 131}, - [3157] = {.lex_state = 64}, - [3158] = {.lex_state = 64}, - [3159] = {.lex_state = 133}, - [3160] = {.lex_state = 64}, - [3161] = {.lex_state = 64}, - [3162] = {.lex_state = 132}, - [3163] = {.lex_state = 547}, - [3164] = {.lex_state = 547}, - [3165] = {.lex_state = 129}, - [3166] = {.lex_state = 547}, - [3167] = {.lex_state = 547}, - [3168] = {.lex_state = 547}, - [3169] = {.lex_state = 547}, - [3170] = {.lex_state = 547}, - [3171] = {.lex_state = 547}, - [3172] = {.lex_state = 547}, - [3173] = {.lex_state = 547}, - [3174] = {.lex_state = 547}, - [3175] = {.lex_state = 64}, - [3176] = {.lex_state = 547}, - [3177] = {.lex_state = 547}, - [3178] = {.lex_state = 547}, - [3179] = {.lex_state = 601}, - [3180] = {.lex_state = 547}, - [3181] = {.lex_state = 547}, - [3182] = {.lex_state = 547}, - [3183] = {.lex_state = 547}, - [3184] = {.lex_state = 64}, - [3185] = {.lex_state = 547}, - [3186] = {.lex_state = 547}, - [3187] = {.lex_state = 547}, - [3188] = {.lex_state = 547}, - [3189] = {.lex_state = 547}, - [3190] = {.lex_state = 601}, - [3191] = {.lex_state = 547}, - [3192] = {.lex_state = 132}, - [3193] = {.lex_state = 132}, - [3194] = {.lex_state = 547}, - [3195] = {.lex_state = 64}, - [3196] = {.lex_state = 547}, - [3197] = {.lex_state = 132}, - [3198] = {.lex_state = 547}, - [3199] = {.lex_state = 547}, - [3200] = {.lex_state = 64}, - [3201] = {.lex_state = 547}, - [3202] = {.lex_state = 547}, - [3203] = {.lex_state = 547}, - [3204] = {.lex_state = 547}, - [3205] = {.lex_state = 547}, - [3206] = {.lex_state = 571}, - [3207] = {.lex_state = 130}, - [3208] = {.lex_state = 130}, - [3209] = {.lex_state = 601}, - [3210] = {.lex_state = 547}, - [3211] = {.lex_state = 547}, - [3212] = {.lex_state = 547}, - [3213] = {.lex_state = 547}, - [3214] = {.lex_state = 133}, - [3215] = {.lex_state = 64}, - [3216] = {.lex_state = 547}, - [3217] = {.lex_state = 547}, - [3218] = {.lex_state = 547}, - [3219] = {.lex_state = 547}, - [3220] = {.lex_state = 547}, - [3221] = {.lex_state = 547}, - [3222] = {.lex_state = 129}, - [3223] = {.lex_state = 132}, - [3224] = {.lex_state = 64}, - [3225] = {.lex_state = 64}, - [3226] = {.lex_state = 64}, - [3227] = {.lex_state = 547}, - [3228] = {.lex_state = 547}, - [3229] = {.lex_state = 64}, - [3230] = {.lex_state = 547}, - [3231] = {.lex_state = 64}, - [3232] = {.lex_state = 601}, - [3233] = {.lex_state = 64}, - [3234] = {.lex_state = 64}, - [3235] = {.lex_state = 64}, - [3236] = {.lex_state = 64}, - [3237] = {.lex_state = 547}, - [3238] = {.lex_state = 547}, - [3239] = {.lex_state = 64}, - [3240] = {.lex_state = 64}, - [3241] = {.lex_state = 64}, - [3242] = {.lex_state = 64}, - [3243] = {.lex_state = 64}, - [3244] = {.lex_state = 547}, - [3245] = {.lex_state = 132}, - [3246] = {.lex_state = 547}, - [3247] = {.lex_state = 132}, - [3248] = {.lex_state = 547}, - [3249] = {.lex_state = 133}, - [3250] = {.lex_state = 64}, - [3251] = {.lex_state = 132}, - [3252] = {.lex_state = 547}, - [3253] = {.lex_state = 52}, - [3254] = {.lex_state = 52}, - [3255] = {.lex_state = 64}, - [3256] = {.lex_state = 547}, - [3257] = {.lex_state = 547}, - [3258] = {.lex_state = 64}, - [3259] = {.lex_state = 547}, - [3260] = {.lex_state = 547}, - [3261] = {.lex_state = 547}, - [3262] = {.lex_state = 601}, - [3263] = {.lex_state = 169}, - [3264] = {.lex_state = 132}, - [3265] = {.lex_state = 132}, - [3266] = {.lex_state = 132}, - [3267] = {.lex_state = 132}, - [3268] = {.lex_state = 601}, - [3269] = {.lex_state = 601}, - [3270] = {.lex_state = 132}, - [3271] = {.lex_state = 172}, - [3272] = {.lex_state = 112}, - [3273] = {.lex_state = 601}, - [3274] = {.lex_state = 601}, - [3275] = {.lex_state = 133}, - [3276] = {.lex_state = 133}, - [3277] = {.lex_state = 601}, - [3278] = {.lex_state = 132}, - [3279] = {.lex_state = 172}, - [3280] = {.lex_state = 601}, - [3281] = {.lex_state = 133}, - [3282] = {.lex_state = 601}, - [3283] = {.lex_state = 133}, - [3284] = {.lex_state = 133}, - [3285] = {.lex_state = 132}, - [3286] = {.lex_state = 172}, - [3287] = {.lex_state = 172}, - [3288] = {.lex_state = 172}, - [3289] = {.lex_state = 172}, - [3290] = {.lex_state = 169}, - [3291] = {.lex_state = 172}, - [3292] = {.lex_state = 132}, - [3293] = {.lex_state = 172}, - [3294] = {.lex_state = 172}, - [3295] = {.lex_state = 135}, - [3296] = {.lex_state = 121}, - [3297] = {.lex_state = 135}, - [3298] = {.lex_state = 137}, - [3299] = {.lex_state = 137}, - [3300] = {.lex_state = 137}, - [3301] = {.lex_state = 137}, - [3302] = {.lex_state = 171}, - [3303] = {.lex_state = 137}, - [3304] = {.lex_state = 137}, - [3305] = {.lex_state = 137}, - [3306] = {.lex_state = 137}, - [3307] = {.lex_state = 137}, - [3308] = {.lex_state = 137}, - [3309] = {.lex_state = 137}, - [3310] = {.lex_state = 140}, - [3311] = {.lex_state = 137}, - [3312] = {.lex_state = 137}, - [3313] = {.lex_state = 137}, - [3314] = {.lex_state = 137}, - [3315] = {.lex_state = 137}, - [3316] = {.lex_state = 137}, - [3317] = {.lex_state = 137}, - [3318] = {.lex_state = 137}, - [3319] = {.lex_state = 137}, - [3320] = {.lex_state = 132}, - [3321] = {.lex_state = 137}, - [3322] = {.lex_state = 64}, - [3323] = {.lex_state = 137}, - [3324] = {.lex_state = 137}, - [3325] = {.lex_state = 137}, - [3326] = {.lex_state = 137}, - [3327] = {.lex_state = 137}, - [3328] = {.lex_state = 137}, - [3329] = {.lex_state = 137}, - [3330] = {.lex_state = 137}, - [3331] = {.lex_state = 137}, - [3332] = {.lex_state = 137}, - [3333] = {.lex_state = 52}, - [3334] = {.lex_state = 137}, - [3335] = {.lex_state = 64}, - [3336] = {.lex_state = 137}, - [3337] = {.lex_state = 137}, - [3338] = {.lex_state = 137}, - [3339] = {.lex_state = 132}, - [3340] = {.lex_state = 199}, - [3341] = {.lex_state = 137}, - [3342] = {.lex_state = 137}, - [3343] = {.lex_state = 140}, - [3344] = {.lex_state = 137}, - [3345] = {.lex_state = 52}, - [3346] = {.lex_state = 52}, - [3347] = {.lex_state = 52}, - [3348] = {.lex_state = 171}, - [3349] = {.lex_state = 52}, - [3350] = {.lex_state = 52}, - [3351] = {.lex_state = 137}, - [3352] = {.lex_state = 52}, - [3353] = {.lex_state = 52}, - [3354] = {.lex_state = 52}, - [3355] = {.lex_state = 52}, - [3356] = {.lex_state = 52}, - [3357] = {.lex_state = 52}, - [3358] = {.lex_state = 137}, - [3359] = {.lex_state = 52}, - [3360] = {.lex_state = 142}, - [3361] = {.lex_state = 52}, - [3362] = {.lex_state = 137}, - [3363] = {.lex_state = 113}, - [3364] = {.lex_state = 137}, - [3365] = {.lex_state = 140}, - [3366] = {.lex_state = 114}, - [3367] = {.lex_state = 137}, - [3368] = {.lex_state = 137}, - [3369] = {.lex_state = 137}, - [3370] = {.lex_state = 137}, - [3371] = {.lex_state = 137}, - [3372] = {.lex_state = 132}, - [3373] = {.lex_state = 132}, - [3374] = {.lex_state = 176}, - [3375] = {.lex_state = 137}, - [3376] = {.lex_state = 137}, - [3377] = {.lex_state = 137}, - [3378] = {.lex_state = 137}, - [3379] = {.lex_state = 137}, - [3380] = {.lex_state = 137}, - [3381] = {.lex_state = 52}, - [3382] = {.lex_state = 137}, - [3383] = {.lex_state = 137}, - [3384] = {.lex_state = 137}, - [3385] = {.lex_state = 137}, - [3386] = {.lex_state = 176}, - [3387] = {.lex_state = 137}, - [3388] = {.lex_state = 137}, - [3389] = {.lex_state = 132}, - [3390] = {.lex_state = 52}, - [3391] = {.lex_state = 171}, - [3392] = {.lex_state = 170}, - [3393] = {.lex_state = 132}, - [3394] = {.lex_state = 170}, - [3395] = {.lex_state = 171}, - [3396] = {.lex_state = 132}, - [3397] = {.lex_state = 132}, - [3398] = {.lex_state = 132}, - [3399] = {.lex_state = 132}, - [3400] = {.lex_state = 174}, - [3401] = {.lex_state = 171}, - [3402] = {.lex_state = 137}, - [3403] = {.lex_state = 132}, - [3404] = {.lex_state = 137}, - [3405] = {.lex_state = 137}, - [3406] = {.lex_state = 137}, - [3407] = {.lex_state = 132}, - [3408] = {.lex_state = 132}, - [3409] = {.lex_state = 132}, - [3410] = {.lex_state = 174}, - [3411] = {.lex_state = 123}, - [3412] = {.lex_state = 170}, - [3413] = {.lex_state = 171}, - [3414] = {.lex_state = 170}, - [3415] = {.lex_state = 132}, - [3416] = {.lex_state = 171}, - [3417] = {.lex_state = 122}, - [3418] = {.lex_state = 64}, - [3419] = {.lex_state = 172}, - [3420] = {.lex_state = 172}, - [3421] = {.lex_state = 137}, - [3422] = {.lex_state = 178}, - [3423] = {.lex_state = 64}, - [3424] = {.lex_state = 137}, - [3425] = {.lex_state = 137}, - [3426] = {.lex_state = 137}, - [3427] = {.lex_state = 64}, - [3428] = {.lex_state = 172}, - [3429] = {.lex_state = 137}, - [3430] = {.lex_state = 64}, - [3431] = {.lex_state = 64}, - [3432] = {.lex_state = 137}, - [3433] = {.lex_state = 178}, - [3434] = {.lex_state = 172}, - [3435] = {.lex_state = 64}, - [3436] = {.lex_state = 137}, - [3437] = {.lex_state = 137}, - [3438] = {.lex_state = 137}, - [3439] = {.lex_state = 137}, - [3440] = {.lex_state = 64}, - [3441] = {.lex_state = 64}, - [3442] = {.lex_state = 137}, - [3443] = {.lex_state = 64}, - [3444] = {.lex_state = 172}, - [3445] = {.lex_state = 137}, - [3446] = {.lex_state = 137}, - [3447] = {.lex_state = 172}, - [3448] = {.lex_state = 137}, - [3449] = {.lex_state = 64}, - [3450] = {.lex_state = 64}, - [3451] = {.lex_state = 64}, - [3452] = {.lex_state = 137}, - [3453] = {.lex_state = 172}, - [3454] = {.lex_state = 172}, - [3455] = {.lex_state = 172}, - [3456] = {.lex_state = 172}, - [3457] = {.lex_state = 137}, - [3458] = {.lex_state = 137}, - [3459] = {.lex_state = 137}, - [3460] = {.lex_state = 137}, - [3461] = {.lex_state = 137}, - [3462] = {.lex_state = 137}, - [3463] = {.lex_state = 137}, - [3464] = {.lex_state = 137}, - [3465] = {.lex_state = 137}, - [3466] = {.lex_state = 137}, - [3467] = {.lex_state = 64}, - [3468] = {.lex_state = 172}, - [3469] = {.lex_state = 137}, - [3470] = {.lex_state = 137}, - [3471] = {.lex_state = 137}, - [3472] = {.lex_state = 137}, - [3473] = {.lex_state = 52}, - [3474] = {.lex_state = 52}, - [3475] = {.lex_state = 137}, - [3476] = {.lex_state = 137}, - [3477] = {.lex_state = 137}, - [3478] = {.lex_state = 52}, - [3479] = {.lex_state = 137}, - [3480] = {.lex_state = 52}, - [3481] = {.lex_state = 137}, - [3482] = {.lex_state = 52}, + [1964] = {.lex_state = 144}, + [1965] = {.lex_state = 144}, + [1966] = {.lex_state = 144}, + [1967] = {.lex_state = 144}, + [1968] = {.lex_state = 144}, + [1969] = {.lex_state = 144}, + [1970] = {.lex_state = 144}, + [1971] = {.lex_state = 144}, + [1972] = {.lex_state = 144}, + [1973] = {.lex_state = 144}, + [1974] = {.lex_state = 144}, + [1975] = {.lex_state = 144}, + [1976] = {.lex_state = 144}, + [1977] = {.lex_state = 144}, + [1978] = {.lex_state = 117}, + [1979] = {.lex_state = 144}, + [1980] = {.lex_state = 144}, + [1981] = {.lex_state = 144}, + [1982] = {.lex_state = 144}, + [1983] = {.lex_state = 144}, + [1984] = {.lex_state = 144}, + [1985] = {.lex_state = 117}, + [1986] = {.lex_state = 144}, + [1987] = {.lex_state = 144}, + [1988] = {.lex_state = 117}, + [1989] = {.lex_state = 144}, + [1990] = {.lex_state = 117}, + [1991] = {.lex_state = 142}, + [1992] = {.lex_state = 156}, + [1993] = {.lex_state = 156}, + [1994] = {.lex_state = 144}, + [1995] = {.lex_state = 117}, + [1996] = {.lex_state = 156}, + [1997] = {.lex_state = 156}, + [1998] = {.lex_state = 144}, + [1999] = {.lex_state = 117}, + [2000] = {.lex_state = 144}, + [2001] = {.lex_state = 156}, + [2002] = {.lex_state = 117}, + [2003] = {.lex_state = 117}, + [2004] = {.lex_state = 144}, + [2005] = {.lex_state = 144}, + [2006] = {.lex_state = 117}, + [2007] = {.lex_state = 117}, + [2008] = {.lex_state = 117}, + [2009] = {.lex_state = 144}, + [2010] = {.lex_state = 144}, + [2011] = {.lex_state = 144}, + [2012] = {.lex_state = 117}, + [2013] = {.lex_state = 117}, + [2014] = {.lex_state = 117}, + [2015] = {.lex_state = 144}, + [2016] = {.lex_state = 144}, + [2017] = {.lex_state = 117}, + [2018] = {.lex_state = 117}, + [2019] = {.lex_state = 117}, + [2020] = {.lex_state = 117}, + [2021] = {.lex_state = 117}, + [2022] = {.lex_state = 117}, + [2023] = {.lex_state = 156}, + [2024] = {.lex_state = 130}, + [2025] = {.lex_state = 175}, + [2026] = {.lex_state = 175}, + [2027] = {.lex_state = 175}, + [2028] = {.lex_state = 156}, + [2029] = {.lex_state = 175}, + [2030] = {.lex_state = 175}, + [2031] = {.lex_state = 156}, + [2032] = {.lex_state = 175}, + [2033] = {.lex_state = 175}, + [2034] = {.lex_state = 175}, + [2035] = {.lex_state = 156}, + [2036] = {.lex_state = 130}, + [2037] = {.lex_state = 156}, + [2038] = {.lex_state = 156}, + [2039] = {.lex_state = 156}, + [2040] = {.lex_state = 156}, + [2041] = {.lex_state = 175}, + [2042] = {.lex_state = 570}, + [2043] = {.lex_state = 570}, + [2044] = {.lex_state = 130}, + [2045] = {.lex_state = 569}, + [2046] = {.lex_state = 569}, + [2047] = {.lex_state = 569}, + [2048] = {.lex_state = 569}, + [2049] = {.lex_state = 569}, + [2050] = {.lex_state = 569}, + [2051] = {.lex_state = 569}, + [2052] = {.lex_state = 569}, + [2053] = {.lex_state = 569}, + [2054] = {.lex_state = 572}, + [2055] = {.lex_state = 569}, + [2056] = {.lex_state = 572}, + [2057] = {.lex_state = 569}, + [2058] = {.lex_state = 569}, + [2059] = {.lex_state = 572}, + [2060] = {.lex_state = 571}, + [2061] = {.lex_state = 571}, + [2062] = {.lex_state = 571}, + [2063] = {.lex_state = 571}, + [2064] = {.lex_state = 571}, + [2065] = {.lex_state = 571}, + [2066] = {.lex_state = 572}, + [2067] = {.lex_state = 571}, + [2068] = {.lex_state = 571}, + [2069] = {.lex_state = 571}, + [2070] = {.lex_state = 571}, + [2071] = {.lex_state = 571}, + [2072] = {.lex_state = 571}, + [2073] = {.lex_state = 571}, + [2074] = {.lex_state = 571}, + [2075] = {.lex_state = 571}, + [2076] = {.lex_state = 571}, + [2077] = {.lex_state = 571}, + [2078] = {.lex_state = 571}, + [2079] = {.lex_state = 571}, + [2080] = {.lex_state = 571}, + [2081] = {.lex_state = 571}, + [2082] = {.lex_state = 571}, + [2083] = {.lex_state = 571}, + [2084] = {.lex_state = 176}, + [2085] = {.lex_state = 571}, + [2086] = {.lex_state = 543}, + [2087] = {.lex_state = 543}, + [2088] = {.lex_state = 543}, + [2089] = {.lex_state = 543}, + [2090] = {.lex_state = 544}, + [2091] = {.lex_state = 544}, + [2092] = {.lex_state = 544}, + [2093] = {.lex_state = 544}, + [2094] = {.lex_state = 544}, + [2095] = {.lex_state = 544}, + [2096] = {.lex_state = 544}, + [2097] = {.lex_state = 545}, + [2098] = {.lex_state = 545}, + [2099] = {.lex_state = 544}, + [2100] = {.lex_state = 544}, + [2101] = {.lex_state = 545}, + [2102] = {.lex_state = 545}, + [2103] = {.lex_state = 544}, + [2104] = {.lex_state = 545}, + [2105] = {.lex_state = 548}, + [2106] = {.lex_state = 548}, + [2107] = {.lex_state = 510}, + [2108] = {.lex_state = 545}, + [2109] = {.lex_state = 548}, + [2110] = {.lex_state = 548}, + [2111] = {.lex_state = 548}, + [2112] = {.lex_state = 545}, + [2113] = {.lex_state = 548}, + [2114] = {.lex_state = 548}, + [2115] = {.lex_state = 541}, + [2116] = {.lex_state = 548}, + [2117] = {.lex_state = 548}, + [2118] = {.lex_state = 548}, + [2119] = {.lex_state = 545}, + [2120] = {.lex_state = 510}, + [2121] = {.lex_state = 510}, + [2122] = {.lex_state = 548}, + [2123] = {.lex_state = 541}, + [2124] = {.lex_state = 542}, + [2125] = {.lex_state = 548}, + [2126] = {.lex_state = 561}, + [2127] = {.lex_state = 548}, + [2128] = {.lex_state = 545}, + [2129] = {.lex_state = 548}, + [2130] = {.lex_state = 542}, + [2131] = {.lex_state = 548}, + [2132] = {.lex_state = 510}, + [2133] = {.lex_state = 545}, + [2134] = {.lex_state = 548}, + [2135] = {.lex_state = 546}, + [2136] = {.lex_state = 510}, + [2137] = {.lex_state = 60}, + [2138] = {.lex_state = 548}, + [2139] = {.lex_state = 548}, + [2140] = {.lex_state = 546}, + [2141] = {.lex_state = 546}, + [2142] = {.lex_state = 118}, + [2143] = {.lex_state = 542}, + [2144] = {.lex_state = 548}, + [2145] = {.lex_state = 548}, + [2146] = {.lex_state = 567}, + [2147] = {.lex_state = 62}, + [2148] = {.lex_state = 567}, + [2149] = {.lex_state = 561}, + [2150] = {.lex_state = 548}, + [2151] = {.lex_state = 541}, + [2152] = {.lex_state = 547}, + [2153] = {.lex_state = 567}, + [2154] = {.lex_state = 510}, + [2155] = {.lex_state = 548}, + [2156] = {.lex_state = 510}, + [2157] = {.lex_state = 60}, + [2158] = {.lex_state = 560}, + [2159] = {.lex_state = 510}, + [2160] = {.lex_state = 547}, + [2161] = {.lex_state = 547}, + [2162] = {.lex_state = 548}, + [2163] = {.lex_state = 32}, + [2164] = {.lex_state = 548}, + [2165] = {.lex_state = 32}, + [2166] = {.lex_state = 547}, + [2167] = {.lex_state = 547}, + [2168] = {.lex_state = 560}, + [2169] = {.lex_state = 542}, + [2170] = {.lex_state = 548}, + [2171] = {.lex_state = 547}, + [2172] = {.lex_state = 60}, + [2173] = {.lex_state = 548}, + [2174] = {.lex_state = 548}, + [2175] = {.lex_state = 62}, + [2176] = {.lex_state = 547}, + [2177] = {.lex_state = 548}, + [2178] = {.lex_state = 548}, + [2179] = {.lex_state = 547}, + [2180] = {.lex_state = 548}, + [2181] = {.lex_state = 541}, + [2182] = {.lex_state = 60}, + [2183] = {.lex_state = 60}, + [2184] = {.lex_state = 546}, + [2185] = {.lex_state = 33}, + [2186] = {.lex_state = 223}, + [2187] = {.lex_state = 548}, + [2188] = {.lex_state = 548}, + [2189] = {.lex_state = 548}, + [2190] = {.lex_state = 548}, + [2191] = {.lex_state = 567}, + [2192] = {.lex_state = 563}, + [2193] = {.lex_state = 223}, + [2194] = {.lex_state = 223}, + [2195] = {.lex_state = 546}, + [2196] = {.lex_state = 546}, + [2197] = {.lex_state = 548}, + [2198] = {.lex_state = 35}, + [2199] = {.lex_state = 510}, + [2200] = {.lex_state = 575}, + [2201] = {.lex_state = 35}, + [2202] = {.lex_state = 548}, + [2203] = {.lex_state = 548}, + [2204] = {.lex_state = 560}, + [2205] = {.lex_state = 64}, + [2206] = {.lex_state = 64}, + [2207] = {.lex_state = 64}, + [2208] = {.lex_state = 548}, + [2209] = {.lex_state = 510}, + [2210] = {.lex_state = 547}, + [2211] = {.lex_state = 510}, + [2212] = {.lex_state = 548}, + [2213] = {.lex_state = 510}, + [2214] = {.lex_state = 510}, + [2215] = {.lex_state = 566}, + [2216] = {.lex_state = 547}, + [2217] = {.lex_state = 547}, + [2218] = {.lex_state = 546}, + [2219] = {.lex_state = 546}, + [2220] = {.lex_state = 548}, + [2221] = {.lex_state = 33}, + [2222] = {.lex_state = 547}, + [2223] = {.lex_state = 547}, + [2224] = {.lex_state = 548}, + [2225] = {.lex_state = 33}, + [2226] = {.lex_state = 64}, + [2227] = {.lex_state = 547}, + [2228] = {.lex_state = 548}, + [2229] = {.lex_state = 33}, + [2230] = {.lex_state = 548}, + [2231] = {.lex_state = 563}, + [2232] = {.lex_state = 33}, + [2233] = {.lex_state = 548}, + [2234] = {.lex_state = 223}, + [2235] = {.lex_state = 60}, + [2236] = {.lex_state = 560}, + [2237] = {.lex_state = 567}, + [2238] = {.lex_state = 548}, + [2239] = {.lex_state = 567}, + [2240] = {.lex_state = 548}, + [2241] = {.lex_state = 40}, + [2242] = {.lex_state = 40}, + [2243] = {.lex_state = 563}, + [2244] = {.lex_state = 60}, + [2245] = {.lex_state = 547}, + [2246] = {.lex_state = 85}, + [2247] = {.lex_state = 547}, + [2248] = {.lex_state = 548}, + [2249] = {.lex_state = 64}, + [2250] = {.lex_state = 146}, + [2251] = {.lex_state = 510}, + [2252] = {.lex_state = 510}, + [2253] = {.lex_state = 548}, + [2254] = {.lex_state = 510}, + [2255] = {.lex_state = 63}, + [2256] = {.lex_state = 564}, + [2257] = {.lex_state = 564}, + [2258] = {.lex_state = 564}, + [2259] = {.lex_state = 548}, + [2260] = {.lex_state = 548}, + [2261] = {.lex_state = 548}, + [2262] = {.lex_state = 564}, + [2263] = {.lex_state = 564}, + [2264] = {.lex_state = 564}, + [2265] = {.lex_state = 564}, + [2266] = {.lex_state = 548}, + [2267] = {.lex_state = 63}, + [2268] = {.lex_state = 63}, + [2269] = {.lex_state = 564}, + [2270] = {.lex_state = 564}, + [2271] = {.lex_state = 564}, + [2272] = {.lex_state = 564}, + [2273] = {.lex_state = 564}, + [2274] = {.lex_state = 564}, + [2275] = {.lex_state = 564}, + [2276] = {.lex_state = 564}, + [2277] = {.lex_state = 564}, + [2278] = {.lex_state = 564}, + [2279] = {.lex_state = 564}, + [2280] = {.lex_state = 3}, + [2281] = {.lex_state = 3}, + [2282] = {.lex_state = 564}, + [2283] = {.lex_state = 564}, + [2284] = {.lex_state = 3}, + [2285] = {.lex_state = 564}, + [2286] = {.lex_state = 564}, + [2287] = {.lex_state = 564}, + [2288] = {.lex_state = 564}, + [2289] = {.lex_state = 63}, + [2290] = {.lex_state = 564}, + [2291] = {.lex_state = 564}, + [2292] = {.lex_state = 564}, + [2293] = {.lex_state = 564}, + [2294] = {.lex_state = 564}, + [2295] = {.lex_state = 564}, + [2296] = {.lex_state = 564}, + [2297] = {.lex_state = 564}, + [2298] = {.lex_state = 564}, + [2299] = {.lex_state = 564}, + [2300] = {.lex_state = 564}, + [2301] = {.lex_state = 564}, + [2302] = {.lex_state = 564}, + [2303] = {.lex_state = 564}, + [2304] = {.lex_state = 564}, + [2305] = {.lex_state = 564}, + [2306] = {.lex_state = 564}, + [2307] = {.lex_state = 564}, + [2308] = {.lex_state = 63}, + [2309] = {.lex_state = 3}, + [2310] = {.lex_state = 510}, + [2311] = {.lex_state = 564}, + [2312] = {.lex_state = 512}, + [2313] = {.lex_state = 63}, + [2314] = {.lex_state = 186}, + [2315] = {.lex_state = 223}, + [2316] = {.lex_state = 63}, + [2317] = {.lex_state = 63}, + [2318] = {.lex_state = 60}, + [2319] = {.lex_state = 564}, + [2320] = {.lex_state = 564}, + [2321] = {.lex_state = 564}, + [2322] = {.lex_state = 34}, + [2323] = {.lex_state = 564}, + [2324] = {.lex_state = 564}, + [2325] = {.lex_state = 63}, + [2326] = {.lex_state = 564}, + [2327] = {.lex_state = 86}, + [2328] = {.lex_state = 564}, + [2329] = {.lex_state = 510}, + [2330] = {.lex_state = 564}, + [2331] = {.lex_state = 564}, + [2332] = {.lex_state = 575}, + [2333] = {.lex_state = 564}, + [2334] = {.lex_state = 63}, + [2335] = {.lex_state = 548}, + [2336] = {.lex_state = 564}, + [2337] = {.lex_state = 566}, + [2338] = {.lex_state = 564}, + [2339] = {.lex_state = 63}, + [2340] = {.lex_state = 564}, + [2341] = {.lex_state = 564}, + [2342] = {.lex_state = 512}, + [2343] = {.lex_state = 548}, + [2344] = {.lex_state = 564}, + [2345] = {.lex_state = 564}, + [2346] = {.lex_state = 548}, + [2347] = {.lex_state = 548}, + [2348] = {.lex_state = 564}, + [2349] = {.lex_state = 564}, + [2350] = {.lex_state = 564}, + [2351] = {.lex_state = 564}, + [2352] = {.lex_state = 548}, + [2353] = {.lex_state = 510}, + [2354] = {.lex_state = 36}, + [2355] = {.lex_state = 3}, + [2356] = {.lex_state = 3}, + [2357] = {.lex_state = 564}, + [2358] = {.lex_state = 36}, + [2359] = {.lex_state = 510}, + [2360] = {.lex_state = 36}, + [2361] = {.lex_state = 564}, + [2362] = {.lex_state = 63}, + [2363] = {.lex_state = 564}, + [2364] = {.lex_state = 510}, + [2365] = {.lex_state = 36}, + [2366] = {.lex_state = 564}, + [2367] = {.lex_state = 564}, + [2368] = {.lex_state = 564}, + [2369] = {.lex_state = 36}, + [2370] = {.lex_state = 564}, + [2371] = {.lex_state = 564}, + [2372] = {.lex_state = 87}, + [2373] = {.lex_state = 564}, + [2374] = {.lex_state = 564}, + [2375] = {.lex_state = 564}, + [2376] = {.lex_state = 564}, + [2377] = {.lex_state = 63}, + [2378] = {.lex_state = 63}, + [2379] = {.lex_state = 63}, + [2380] = {.lex_state = 63}, + [2381] = {.lex_state = 564}, + [2382] = {.lex_state = 548}, + [2383] = {.lex_state = 548}, + [2384] = {.lex_state = 548}, + [2385] = {.lex_state = 548}, + [2386] = {.lex_state = 548}, + [2387] = {.lex_state = 548}, + [2388] = {.lex_state = 563}, + [2389] = {.lex_state = 43}, + [2390] = {.lex_state = 63}, + [2391] = {.lex_state = 548}, + [2392] = {.lex_state = 564}, + [2393] = {.lex_state = 41}, + [2394] = {.lex_state = 564}, + [2395] = {.lex_state = 43}, + [2396] = {.lex_state = 564}, + [2397] = {.lex_state = 564}, + [2398] = {.lex_state = 63}, + [2399] = {.lex_state = 63}, + [2400] = {.lex_state = 548}, + [2401] = {.lex_state = 564}, + [2402] = {.lex_state = 564}, + [2403] = {.lex_state = 41}, + [2404] = {.lex_state = 564}, + [2405] = {.lex_state = 563}, + [2406] = {.lex_state = 564}, + [2407] = {.lex_state = 564}, + [2408] = {.lex_state = 548}, + [2409] = {.lex_state = 564}, + [2410] = {.lex_state = 564}, + [2411] = {.lex_state = 41}, + [2412] = {.lex_state = 63}, + [2413] = {.lex_state = 34}, + [2414] = {.lex_state = 564}, + [2415] = {.lex_state = 34}, + [2416] = {.lex_state = 34}, + [2417] = {.lex_state = 564}, + [2418] = {.lex_state = 510}, + [2419] = {.lex_state = 564}, + [2420] = {.lex_state = 34}, + [2421] = {.lex_state = 60}, + [2422] = {.lex_state = 563}, + [2423] = {.lex_state = 564}, + [2424] = {.lex_state = 564}, + [2425] = {.lex_state = 564}, + [2426] = {.lex_state = 41}, + [2427] = {.lex_state = 41}, + [2428] = {.lex_state = 564}, + [2429] = {.lex_state = 564}, + [2430] = {.lex_state = 564}, + [2431] = {.lex_state = 564}, + [2432] = {.lex_state = 564}, + [2433] = {.lex_state = 564}, + [2434] = {.lex_state = 564}, + [2435] = {.lex_state = 564}, + [2436] = {.lex_state = 63}, + [2437] = {.lex_state = 564}, + [2438] = {.lex_state = 42}, + [2439] = {.lex_state = 42}, + [2440] = {.lex_state = 60}, + [2441] = {.lex_state = 564}, + [2442] = {.lex_state = 564}, + [2443] = {.lex_state = 145}, + [2444] = {.lex_state = 564}, + [2445] = {.lex_state = 564}, + [2446] = {.lex_state = 42}, + [2447] = {.lex_state = 42}, + [2448] = {.lex_state = 564}, + [2449] = {.lex_state = 223}, + [2450] = {.lex_state = 44}, + [2451] = {.lex_state = 42}, + [2452] = {.lex_state = 564}, + [2453] = {.lex_state = 564}, + [2454] = {.lex_state = 44}, + [2455] = {.lex_state = 44}, + [2456] = {.lex_state = 564}, + [2457] = {.lex_state = 510}, + [2458] = {.lex_state = 564}, + [2459] = {.lex_state = 512}, + [2460] = {.lex_state = 564}, + [2461] = {.lex_state = 564}, + [2462] = {.lex_state = 564}, + [2463] = {.lex_state = 564}, + [2464] = {.lex_state = 564}, + [2465] = {.lex_state = 564}, + [2466] = {.lex_state = 44}, + [2467] = {.lex_state = 38}, + [2468] = {.lex_state = 564}, + [2469] = {.lex_state = 564}, + [2470] = {.lex_state = 9}, + [2471] = {.lex_state = 564}, + [2472] = {.lex_state = 564}, + [2473] = {.lex_state = 564}, + [2474] = {.lex_state = 44}, + [2475] = {.lex_state = 499}, + [2476] = {.lex_state = 223}, + [2477] = {.lex_state = 564}, + [2478] = {.lex_state = 564}, + [2479] = {.lex_state = 564}, + [2480] = {.lex_state = 564}, + [2481] = {.lex_state = 564}, + [2482] = {.lex_state = 564}, + [2483] = {.lex_state = 564}, + [2484] = {.lex_state = 181}, + [2485] = {.lex_state = 564}, + [2486] = {.lex_state = 564}, + [2487] = {.lex_state = 564}, + [2488] = {.lex_state = 564}, + [2489] = {.lex_state = 564}, + [2490] = {.lex_state = 564}, + [2491] = {.lex_state = 564}, + [2492] = {.lex_state = 564}, + [2493] = {.lex_state = 564}, + [2494] = {.lex_state = 564}, + [2495] = {.lex_state = 37}, + [2496] = {.lex_state = 37}, + [2497] = {.lex_state = 37}, + [2498] = {.lex_state = 564}, + [2499] = {.lex_state = 37}, + [2500] = {.lex_state = 564}, + [2501] = {.lex_state = 3}, + [2502] = {.lex_state = 63}, + [2503] = {.lex_state = 564}, + [2504] = {.lex_state = 510}, + [2505] = {.lex_state = 564}, + [2506] = {.lex_state = 564}, + [2507] = {.lex_state = 564}, + [2508] = {.lex_state = 564}, + [2509] = {.lex_state = 564}, + [2510] = {.lex_state = 564}, + [2511] = {.lex_state = 564}, + [2512] = {.lex_state = 512}, + [2513] = {.lex_state = 564}, + [2514] = {.lex_state = 564}, + [2515] = {.lex_state = 564}, + [2516] = {.lex_state = 564}, + [2517] = {.lex_state = 564}, + [2518] = {.lex_state = 564}, + [2519] = {.lex_state = 564}, + [2520] = {.lex_state = 564}, + [2521] = {.lex_state = 564}, + [2522] = {.lex_state = 564}, + [2523] = {.lex_state = 564}, + [2524] = {.lex_state = 564}, + [2525] = {.lex_state = 564}, + [2526] = {.lex_state = 564}, + [2527] = {.lex_state = 564}, + [2528] = {.lex_state = 564}, + [2529] = {.lex_state = 564}, + [2530] = {.lex_state = 37}, + [2531] = {.lex_state = 564}, + [2532] = {.lex_state = 564}, + [2533] = {.lex_state = 564}, + [2534] = {.lex_state = 564}, + [2535] = {.lex_state = 510}, + [2536] = {.lex_state = 512}, + [2537] = {.lex_state = 512}, + [2538] = {.lex_state = 512}, + [2539] = {.lex_state = 564}, + [2540] = {.lex_state = 564}, + [2541] = {.lex_state = 564}, + [2542] = {.lex_state = 63}, + [2543] = {.lex_state = 564}, + [2544] = {.lex_state = 564}, + [2545] = {.lex_state = 564}, + [2546] = {.lex_state = 63}, + [2547] = {.lex_state = 63}, + [2548] = {.lex_state = 63}, + [2549] = {.lex_state = 499}, + [2550] = {.lex_state = 564}, + [2551] = {.lex_state = 63}, + [2552] = {.lex_state = 564}, + [2553] = {.lex_state = 564}, + [2554] = {.lex_state = 564}, + [2555] = {.lex_state = 564}, + [2556] = {.lex_state = 223}, + [2557] = {.lex_state = 512}, + [2558] = {.lex_state = 145}, + [2559] = {.lex_state = 510}, + [2560] = {.lex_state = 564}, + [2561] = {.lex_state = 3}, + [2562] = {.lex_state = 564}, + [2563] = {.lex_state = 510}, + [2564] = {.lex_state = 564}, + [2565] = {.lex_state = 564}, + [2566] = {.lex_state = 88}, + [2567] = {.lex_state = 564}, + [2568] = {.lex_state = 145}, + [2569] = {.lex_state = 145}, + [2570] = {.lex_state = 145}, + [2571] = {.lex_state = 145}, + [2572] = {.lex_state = 564}, + [2573] = {.lex_state = 564}, + [2574] = {.lex_state = 564}, + [2575] = {.lex_state = 564}, + [2576] = {.lex_state = 564}, + [2577] = {.lex_state = 564}, + [2578] = {.lex_state = 512}, + [2579] = {.lex_state = 512}, + [2580] = {.lex_state = 223}, + [2581] = {.lex_state = 75}, + [2582] = {.lex_state = 500}, + [2583] = {.lex_state = 518}, + [2584] = {.lex_state = 63}, + [2585] = {.lex_state = 75}, + [2586] = {.lex_state = 499}, + [2587] = {.lex_state = 512}, + [2588] = {.lex_state = 75}, + [2589] = {.lex_state = 500}, + [2590] = {.lex_state = 45}, + [2591] = {.lex_state = 223}, + [2592] = {.lex_state = 512}, + [2593] = {.lex_state = 45}, + [2594] = {.lex_state = 499}, + [2595] = {.lex_state = 39}, + [2596] = {.lex_state = 10}, + [2597] = {.lex_state = 63}, + [2598] = {.lex_state = 223}, + [2599] = {.lex_state = 45}, + [2600] = {.lex_state = 45}, + [2601] = {.lex_state = 179}, + [2602] = {.lex_state = 46}, + [2603] = {.lex_state = 138}, + [2604] = {.lex_state = 138}, + [2605] = {.lex_state = 63}, + [2606] = {.lex_state = 223}, + [2607] = {.lex_state = 138}, + [2608] = {.lex_state = 223}, + [2609] = {.lex_state = 148}, + [2610] = {.lex_state = 148}, + [2611] = {.lex_state = 63}, + [2612] = {.lex_state = 179}, + [2613] = {.lex_state = 512}, + [2614] = {.lex_state = 512}, + [2615] = {.lex_state = 179}, + [2616] = {.lex_state = 179}, + [2617] = {.lex_state = 63}, + [2618] = {.lex_state = 11}, + [2619] = {.lex_state = 179}, + [2620] = {.lex_state = 179}, + [2621] = {.lex_state = 138}, + [2622] = {.lex_state = 63}, + [2623] = {.lex_state = 512}, + [2624] = {.lex_state = 138}, + [2625] = {.lex_state = 63}, + [2626] = {.lex_state = 512}, + [2627] = {.lex_state = 512}, + [2628] = {.lex_state = 223}, + [2629] = {.lex_state = 500}, + [2630] = {.lex_state = 512}, + [2631] = {.lex_state = 500}, + [2632] = {.lex_state = 45}, + [2633] = {.lex_state = 500}, + [2634] = {.lex_state = 60}, + [2635] = {.lex_state = 63}, + [2636] = {.lex_state = 63}, + [2637] = {.lex_state = 94}, + [2638] = {.lex_state = 138}, + [2639] = {.lex_state = 63}, + [2640] = {.lex_state = 63}, + [2641] = {.lex_state = 512}, + [2642] = {.lex_state = 63}, + [2643] = {.lex_state = 75}, + [2644] = {.lex_state = 501}, + [2645] = {.lex_state = 63}, + [2646] = {.lex_state = 63}, + [2647] = {.lex_state = 63}, + [2648] = {.lex_state = 63}, + [2649] = {.lex_state = 63}, + [2650] = {.lex_state = 501}, + [2651] = {.lex_state = 63}, + [2652] = {.lex_state = 63}, + [2653] = {.lex_state = 63}, + [2654] = {.lex_state = 63}, + [2655] = {.lex_state = 512}, + [2656] = {.lex_state = 147}, + [2657] = {.lex_state = 147}, + [2658] = {.lex_state = 147}, + [2659] = {.lex_state = 47}, + [2660] = {.lex_state = 63}, + [2661] = {.lex_state = 63}, + [2662] = {.lex_state = 147}, + [2663] = {.lex_state = 63}, + [2664] = {.lex_state = 501}, + [2665] = {.lex_state = 63}, + [2666] = {.lex_state = 63}, + [2667] = {.lex_state = 147}, + [2668] = {.lex_state = 147}, + [2669] = {.lex_state = 147}, + [2670] = {.lex_state = 63}, + [2671] = {.lex_state = 75}, + [2672] = {.lex_state = 147}, + [2673] = {.lex_state = 223}, + [2674] = {.lex_state = 512}, + [2675] = {.lex_state = 223}, + [2676] = {.lex_state = 63}, + [2677] = {.lex_state = 147}, + [2678] = {.lex_state = 147}, + [2679] = {.lex_state = 147}, + [2680] = {.lex_state = 147}, + [2681] = {.lex_state = 63}, + [2682] = {.lex_state = 63}, + [2683] = {.lex_state = 63}, + [2684] = {.lex_state = 63}, + [2685] = {.lex_state = 512}, + [2686] = {.lex_state = 63}, + [2687] = {.lex_state = 63}, + [2688] = {.lex_state = 63}, + [2689] = {.lex_state = 63}, + [2690] = {.lex_state = 63}, + [2691] = {.lex_state = 75}, + [2692] = {.lex_state = 63}, + [2693] = {.lex_state = 512}, + [2694] = {.lex_state = 63}, + [2695] = {.lex_state = 75}, + [2696] = {.lex_state = 512}, + [2697] = {.lex_state = 223}, + [2698] = {.lex_state = 500}, + [2699] = {.lex_state = 500}, + [2700] = {.lex_state = 75}, + [2701] = {.lex_state = 63}, + [2702] = {.lex_state = 63}, + [2703] = {.lex_state = 60}, + [2704] = {.lex_state = 102}, + [2705] = {.lex_state = 518}, + [2706] = {.lex_state = 512}, + [2707] = {.lex_state = 75}, + [2708] = {.lex_state = 512}, + [2709] = {.lex_state = 60}, + [2710] = {.lex_state = 63}, + [2711] = {.lex_state = 63}, + [2712] = {.lex_state = 63}, + [2713] = {.lex_state = 63}, + [2714] = {.lex_state = 75}, + [2715] = {.lex_state = 63}, + [2716] = {.lex_state = 63}, + [2717] = {.lex_state = 63}, + [2718] = {.lex_state = 512}, + [2719] = {.lex_state = 500}, + [2720] = {.lex_state = 75}, + [2721] = {.lex_state = 63}, + [2722] = {.lex_state = 500}, + [2723] = {.lex_state = 63}, + [2724] = {.lex_state = 63}, + [2725] = {.lex_state = 63}, + [2726] = {.lex_state = 501}, + [2727] = {.lex_state = 138}, + [2728] = {.lex_state = 512}, + [2729] = {.lex_state = 512}, + [2730] = {.lex_state = 500}, + [2731] = {.lex_state = 75}, + [2732] = {.lex_state = 63}, + [2733] = {.lex_state = 12}, + [2734] = {.lex_state = 501}, + [2735] = {.lex_state = 512}, + [2736] = {.lex_state = 180}, + [2737] = {.lex_state = 512}, + [2738] = {.lex_state = 180}, + [2739] = {.lex_state = 75}, + [2740] = {.lex_state = 180}, + [2741] = {.lex_state = 180}, + [2742] = {.lex_state = 104}, + [2743] = {.lex_state = 512}, + [2744] = {.lex_state = 512}, + [2745] = {.lex_state = 512}, + [2746] = {.lex_state = 488}, + [2747] = {.lex_state = 512}, + [2748] = {.lex_state = 180}, + [2749] = {.lex_state = 180}, + [2750] = {.lex_state = 180}, + [2751] = {.lex_state = 75}, + [2752] = {.lex_state = 180}, + [2753] = {.lex_state = 75}, + [2754] = {.lex_state = 512}, + [2755] = {.lex_state = 180}, + [2756] = {.lex_state = 180}, + [2757] = {.lex_state = 512}, + [2758] = {.lex_state = 180}, + [2759] = {.lex_state = 512}, + [2760] = {.lex_state = 75}, + [2761] = {.lex_state = 512}, + [2762] = {.lex_state = 96}, + [2763] = {.lex_state = 223}, + [2764] = {.lex_state = 501}, + [2765] = {.lex_state = 63}, + [2766] = {.lex_state = 512}, + [2767] = {.lex_state = 63}, + [2768] = {.lex_state = 63}, + [2769] = {.lex_state = 63}, + [2770] = {.lex_state = 63}, + [2771] = {.lex_state = 512}, + [2772] = {.lex_state = 512}, + [2773] = {.lex_state = 63}, + [2774] = {.lex_state = 223}, + [2775] = {.lex_state = 63}, + [2776] = {.lex_state = 512}, + [2777] = {.lex_state = 512}, + [2778] = {.lex_state = 63}, + [2779] = {.lex_state = 63}, + [2780] = {.lex_state = 63}, + [2781] = {.lex_state = 63}, + [2782] = {.lex_state = 63}, + [2783] = {.lex_state = 63}, + [2784] = {.lex_state = 95}, + [2785] = {.lex_state = 502}, + [2786] = {.lex_state = 501}, + [2787] = {.lex_state = 512}, + [2788] = {.lex_state = 501}, + [2789] = {.lex_state = 103}, + [2790] = {.lex_state = 512}, + [2791] = {.lex_state = 501}, + [2792] = {.lex_state = 512}, + [2793] = {.lex_state = 75}, + [2794] = {.lex_state = 512}, + [2795] = {.lex_state = 512}, + [2796] = {.lex_state = 48}, + [2797] = {.lex_state = 512}, + [2798] = {.lex_state = 512}, + [2799] = {.lex_state = 512}, + [2800] = {.lex_state = 75}, + [2801] = {.lex_state = 512}, + [2802] = {.lex_state = 512}, + [2803] = {.lex_state = 512}, + [2804] = {.lex_state = 75}, + [2805] = {.lex_state = 180}, + [2806] = {.lex_state = 48}, + [2807] = {.lex_state = 512}, + [2808] = {.lex_state = 223}, + [2809] = {.lex_state = 501}, + [2810] = {.lex_state = 223}, + [2811] = {.lex_state = 223}, + [2812] = {.lex_state = 223}, + [2813] = {.lex_state = 512}, + [2814] = {.lex_state = 63}, + [2815] = {.lex_state = 63}, + [2816] = {.lex_state = 512}, + [2817] = {.lex_state = 63}, + [2818] = {.lex_state = 536}, + [2819] = {.lex_state = 63}, + [2820] = {.lex_state = 63}, + [2821] = {.lex_state = 512}, + [2822] = {.lex_state = 63}, + [2823] = {.lex_state = 63}, + [2824] = {.lex_state = 512}, + [2825] = {.lex_state = 512}, + [2826] = {.lex_state = 49}, + [2827] = {.lex_state = 512}, + [2828] = {.lex_state = 63}, + [2829] = {.lex_state = 512}, + [2830] = {.lex_state = 63}, + [2831] = {.lex_state = 49}, + [2832] = {.lex_state = 55}, + [2833] = {.lex_state = 512}, + [2834] = {.lex_state = 512}, + [2835] = {.lex_state = 512}, + [2836] = {.lex_state = 63}, + [2837] = {.lex_state = 63}, + [2838] = {.lex_state = 55}, + [2839] = {.lex_state = 512}, + [2840] = {.lex_state = 512}, + [2841] = {.lex_state = 512}, + [2842] = {.lex_state = 63}, + [2843] = {.lex_state = 63}, + [2844] = {.lex_state = 63}, + [2845] = {.lex_state = 63}, + [2846] = {.lex_state = 512}, + [2847] = {.lex_state = 223}, + [2848] = {.lex_state = 49}, + [2849] = {.lex_state = 536}, + [2850] = {.lex_state = 512}, + [2851] = {.lex_state = 49}, + [2852] = {.lex_state = 49}, + [2853] = {.lex_state = 536}, + [2854] = {.lex_state = 63}, + [2855] = {.lex_state = 512}, + [2856] = {.lex_state = 512}, + [2857] = {.lex_state = 63}, + [2858] = {.lex_state = 52}, + [2859] = {.lex_state = 63}, + [2860] = {.lex_state = 52}, + [2861] = {.lex_state = 512}, + [2862] = {.lex_state = 512}, + [2863] = {.lex_state = 75}, + [2864] = {.lex_state = 97}, + [2865] = {.lex_state = 75}, + [2866] = {.lex_state = 512}, + [2867] = {.lex_state = 536}, + [2868] = {.lex_state = 63}, + [2869] = {.lex_state = 75}, + [2870] = {.lex_state = 75}, + [2871] = {.lex_state = 502}, + [2872] = {.lex_state = 89}, + [2873] = {.lex_state = 488}, + [2874] = {.lex_state = 75}, + [2875] = {.lex_state = 105}, + [2876] = {.lex_state = 123}, + [2877] = {.lex_state = 63}, + [2878] = {.lex_state = 63}, + [2879] = {.lex_state = 63}, + [2880] = {.lex_state = 63}, + [2881] = {.lex_state = 512}, + [2882] = {.lex_state = 63}, + [2883] = {.lex_state = 63}, + [2884] = {.lex_state = 75}, + [2885] = {.lex_state = 512}, + [2886] = {.lex_state = 123}, + [2887] = {.lex_state = 512}, + [2888] = {.lex_state = 63}, + [2889] = {.lex_state = 50}, + [2890] = {.lex_state = 63}, + [2891] = {.lex_state = 536}, + [2892] = {.lex_state = 63}, + [2893] = {.lex_state = 536}, + [2894] = {.lex_state = 75}, + [2895] = {.lex_state = 75}, + [2896] = {.lex_state = 75}, + [2897] = {.lex_state = 63}, + [2898] = {.lex_state = 63}, + [2899] = {.lex_state = 56}, + [2900] = {.lex_state = 512}, + [2901] = {.lex_state = 63}, + [2902] = {.lex_state = 63}, + [2903] = {.lex_state = 536}, + [2904] = {.lex_state = 63}, + [2905] = {.lex_state = 512}, + [2906] = {.lex_state = 63}, + [2907] = {.lex_state = 536}, + [2908] = {.lex_state = 75}, + [2909] = {.lex_state = 75}, + [2910] = {.lex_state = 56}, + [2911] = {.lex_state = 63}, + [2912] = {.lex_state = 119}, + [2913] = {.lex_state = 75}, + [2914] = {.lex_state = 512}, + [2915] = {.lex_state = 512}, + [2916] = {.lex_state = 63}, + [2917] = {.lex_state = 63}, + [2918] = {.lex_state = 63}, + [2919] = {.lex_state = 75}, + [2920] = {.lex_state = 512}, + [2921] = {.lex_state = 512}, + [2922] = {.lex_state = 56}, + [2923] = {.lex_state = 50}, + [2924] = {.lex_state = 56}, + [2925] = {.lex_state = 512}, + [2926] = {.lex_state = 75}, + [2927] = {.lex_state = 63}, + [2928] = {.lex_state = 512}, + [2929] = {.lex_state = 91}, + [2930] = {.lex_state = 512}, + [2931] = {.lex_state = 536}, + [2932] = {.lex_state = 536}, + [2933] = {.lex_state = 536}, + [2934] = {.lex_state = 75}, + [2935] = {.lex_state = 119}, + [2936] = {.lex_state = 75}, + [2937] = {.lex_state = 75}, + [2938] = {.lex_state = 90}, + [2939] = {.lex_state = 75}, + [2940] = {.lex_state = 75}, + [2941] = {.lex_state = 75}, + [2942] = {.lex_state = 56}, + [2943] = {.lex_state = 50}, + [2944] = {.lex_state = 521}, + [2945] = {.lex_state = 50}, + [2946] = {.lex_state = 512}, + [2947] = {.lex_state = 119}, + [2948] = {.lex_state = 50}, + [2949] = {.lex_state = 53}, + [2950] = {.lex_state = 512}, + [2951] = {.lex_state = 53}, + [2952] = {.lex_state = 53}, + [2953] = {.lex_state = 53}, + [2954] = {.lex_state = 119}, + [2955] = {.lex_state = 512}, + [2956] = {.lex_state = 512}, + [2957] = {.lex_state = 53}, + [2958] = {.lex_state = 119}, + [2959] = {.lex_state = 524}, + [2960] = {.lex_state = 75}, + [2961] = {.lex_state = 549}, + [2962] = {.lex_state = 536}, + [2963] = {.lex_state = 512}, + [2964] = {.lex_state = 60}, + [2965] = {.lex_state = 75}, + [2966] = {.lex_state = 512}, + [2967] = {.lex_state = 512}, + [2968] = {.lex_state = 512}, + [2969] = {.lex_state = 549}, + [2970] = {.lex_state = 54}, + [2971] = {.lex_state = 57}, + [2972] = {.lex_state = 512}, + [2973] = {.lex_state = 54}, + [2974] = {.lex_state = 512}, + [2975] = {.lex_state = 57}, + [2976] = {.lex_state = 512}, + [2977] = {.lex_state = 512}, + [2978] = {.lex_state = 54}, + [2979] = {.lex_state = 125}, + [2980] = {.lex_state = 512}, + [2981] = {.lex_state = 54}, + [2982] = {.lex_state = 57}, + [2983] = {.lex_state = 512}, + [2984] = {.lex_state = 536}, + [2985] = {.lex_state = 536}, + [2986] = {.lex_state = 512}, + [2987] = {.lex_state = 536}, + [2988] = {.lex_state = 60}, + [2989] = {.lex_state = 51}, + [2990] = {.lex_state = 512}, + [2991] = {.lex_state = 13}, + [2992] = {.lex_state = 120}, + [2993] = {.lex_state = 512}, + [2994] = {.lex_state = 512}, + [2995] = {.lex_state = 57}, + [2996] = {.lex_state = 512}, + [2997] = {.lex_state = 125}, + [2998] = {.lex_state = 512}, + [2999] = {.lex_state = 512}, + [3000] = {.lex_state = 512}, + [3001] = {.lex_state = 512}, + [3002] = {.lex_state = 512}, + [3003] = {.lex_state = 512}, + [3004] = {.lex_state = 512}, + [3005] = {.lex_state = 557}, + [3006] = {.lex_state = 512}, + [3007] = {.lex_state = 512}, + [3008] = {.lex_state = 120}, + [3009] = {.lex_state = 512}, + [3010] = {.lex_state = 512}, + [3011] = {.lex_state = 512}, + [3012] = {.lex_state = 512}, + [3013] = {.lex_state = 512}, + [3014] = {.lex_state = 512}, + [3015] = {.lex_state = 512}, + [3016] = {.lex_state = 54}, + [3017] = {.lex_state = 512}, + [3018] = {.lex_state = 512}, + [3019] = {.lex_state = 512}, + [3020] = {.lex_state = 512}, + [3021] = {.lex_state = 512}, + [3022] = {.lex_state = 57}, + [3023] = {.lex_state = 512}, + [3024] = {.lex_state = 125}, + [3025] = {.lex_state = 512}, + [3026] = {.lex_state = 512}, + [3027] = {.lex_state = 167}, + [3028] = {.lex_state = 536}, + [3029] = {.lex_state = 512}, + [3030] = {.lex_state = 512}, + [3031] = {.lex_state = 512}, + [3032] = {.lex_state = 167}, + [3033] = {.lex_state = 521}, + [3034] = {.lex_state = 512}, + [3035] = {.lex_state = 512}, + [3036] = {.lex_state = 536}, + [3037] = {.lex_state = 512}, + [3038] = {.lex_state = 512}, + [3039] = {.lex_state = 120}, + [3040] = {.lex_state = 125}, + [3041] = {.lex_state = 512}, + [3042] = {.lex_state = 512}, + [3043] = {.lex_state = 512}, + [3044] = {.lex_state = 512}, + [3045] = {.lex_state = 512}, + [3046] = {.lex_state = 512}, + [3047] = {.lex_state = 512}, + [3048] = {.lex_state = 512}, + [3049] = {.lex_state = 512}, + [3050] = {.lex_state = 125}, + [3051] = {.lex_state = 512}, + [3052] = {.lex_state = 512}, + [3053] = {.lex_state = 512}, + [3054] = {.lex_state = 512}, + [3055] = {.lex_state = 512}, + [3056] = {.lex_state = 512}, + [3057] = {.lex_state = 512}, + [3058] = {.lex_state = 512}, + [3059] = {.lex_state = 120}, + [3060] = {.lex_state = 125}, + [3061] = {.lex_state = 524}, + [3062] = {.lex_state = 512}, + [3063] = {.lex_state = 512}, + [3064] = {.lex_state = 512}, + [3065] = {.lex_state = 512}, + [3066] = {.lex_state = 512}, + [3067] = {.lex_state = 120}, + [3068] = {.lex_state = 512}, + [3069] = {.lex_state = 57}, + [3070] = {.lex_state = 536}, + [3071] = {.lex_state = 512}, + [3072] = {.lex_state = 512}, + [3073] = {.lex_state = 512}, + [3074] = {.lex_state = 512}, + [3075] = {.lex_state = 512}, + [3076] = {.lex_state = 536}, + [3077] = {.lex_state = 512}, + [3078] = {.lex_state = 512}, + [3079] = {.lex_state = 125}, + [3080] = {.lex_state = 160}, + [3081] = {.lex_state = 512}, + [3082] = {.lex_state = 75}, + [3083] = {.lex_state = 75}, + [3084] = {.lex_state = 75}, + [3085] = {.lex_state = 75}, + [3086] = {.lex_state = 75}, + [3087] = {.lex_state = 75}, + [3088] = {.lex_state = 75}, + [3089] = {.lex_state = 512}, + [3090] = {.lex_state = 565}, + [3091] = {.lex_state = 125}, + [3092] = {.lex_state = 512}, + [3093] = {.lex_state = 15}, + [3094] = {.lex_state = 124}, + [3095] = {.lex_state = 512}, + [3096] = {.lex_state = 512}, + [3097] = {.lex_state = 512}, + [3098] = {.lex_state = 126}, + [3099] = {.lex_state = 512}, + [3100] = {.lex_state = 125}, + [3101] = {.lex_state = 512}, + [3102] = {.lex_state = 75}, + [3103] = {.lex_state = 75}, + [3104] = {.lex_state = 125}, + [3105] = {.lex_state = 565}, + [3106] = {.lex_state = 512}, + [3107] = {.lex_state = 565}, + [3108] = {.lex_state = 512}, + [3109] = {.lex_state = 512}, + [3110] = {.lex_state = 512}, + [3111] = {.lex_state = 75}, + [3112] = {.lex_state = 565}, + [3113] = {.lex_state = 75}, + [3114] = {.lex_state = 565}, + [3115] = {.lex_state = 75}, + [3116] = {.lex_state = 75}, + [3117] = {.lex_state = 75}, + [3118] = {.lex_state = 512}, + [3119] = {.lex_state = 512}, + [3120] = {.lex_state = 512}, + [3121] = {.lex_state = 512}, + [3122] = {.lex_state = 59}, + [3123] = {.lex_state = 125}, + [3124] = {.lex_state = 536}, + [3125] = {.lex_state = 557}, + [3126] = {.lex_state = 512}, + [3127] = {.lex_state = 512}, + [3128] = {.lex_state = 60}, + [3129] = {.lex_state = 565}, + [3130] = {.lex_state = 512}, + [3131] = {.lex_state = 536}, + [3132] = {.lex_state = 565}, + [3133] = {.lex_state = 125}, + [3134] = {.lex_state = 512}, + [3135] = {.lex_state = 512}, + [3136] = {.lex_state = 512}, + [3137] = {.lex_state = 512}, + [3138] = {.lex_state = 512}, + [3139] = {.lex_state = 126}, + [3140] = {.lex_state = 512}, + [3141] = {.lex_state = 75}, + [3142] = {.lex_state = 512}, + [3143] = {.lex_state = 125}, + [3144] = {.lex_state = 125}, + [3145] = {.lex_state = 160}, + [3146] = {.lex_state = 160}, + [3147] = {.lex_state = 512}, + [3148] = {.lex_state = 512}, + [3149] = {.lex_state = 512}, + [3150] = {.lex_state = 512}, + [3151] = {.lex_state = 60}, + [3152] = {.lex_state = 512}, + [3153] = {.lex_state = 512}, + [3154] = {.lex_state = 160}, + [3155] = {.lex_state = 512}, + [3156] = {.lex_state = 60}, + [3157] = {.lex_state = 75}, + [3158] = {.lex_state = 127}, + [3159] = {.lex_state = 75}, + [3160] = {.lex_state = 122}, + [3161] = {.lex_state = 75}, + [3162] = {.lex_state = 125}, + [3163] = {.lex_state = 512}, + [3164] = {.lex_state = 512}, + [3165] = {.lex_state = 512}, + [3166] = {.lex_state = 75}, + [3167] = {.lex_state = 75}, + [3168] = {.lex_state = 75}, + [3169] = {.lex_state = 512}, + [3170] = {.lex_state = 124}, + [3171] = {.lex_state = 512}, + [3172] = {.lex_state = 512}, + [3173] = {.lex_state = 125}, + [3174] = {.lex_state = 512}, + [3175] = {.lex_state = 124}, + [3176] = {.lex_state = 124}, + [3177] = {.lex_state = 512}, + [3178] = {.lex_state = 75}, + [3179] = {.lex_state = 565}, + [3180] = {.lex_state = 75}, + [3181] = {.lex_state = 512}, + [3182] = {.lex_state = 75}, + [3183] = {.lex_state = 75}, + [3184] = {.lex_state = 75}, + [3185] = {.lex_state = 512}, + [3186] = {.lex_state = 512}, + [3187] = {.lex_state = 512}, + [3188] = {.lex_state = 125}, + [3189] = {.lex_state = 75}, + [3190] = {.lex_state = 160}, + [3191] = {.lex_state = 14}, + [3192] = {.lex_state = 58}, + [3193] = {.lex_state = 121}, + [3194] = {.lex_state = 512}, + [3195] = {.lex_state = 75}, + [3196] = {.lex_state = 122}, + [3197] = {.lex_state = 512}, + [3198] = {.lex_state = 512}, + [3199] = {.lex_state = 512}, + [3200] = {.lex_state = 75}, + [3201] = {.lex_state = 512}, + [3202] = {.lex_state = 512}, + [3203] = {.lex_state = 75}, + [3204] = {.lex_state = 512}, + [3205] = {.lex_state = 512}, + [3206] = {.lex_state = 512}, + [3207] = {.lex_state = 512}, + [3208] = {.lex_state = 512}, + [3209] = {.lex_state = 75}, + [3210] = {.lex_state = 512}, + [3211] = {.lex_state = 536}, + [3212] = {.lex_state = 126}, + [3213] = {.lex_state = 512}, + [3214] = {.lex_state = 512}, + [3215] = {.lex_state = 512}, + [3216] = {.lex_state = 512}, + [3217] = {.lex_state = 512}, + [3218] = {.lex_state = 512}, + [3219] = {.lex_state = 512}, + [3220] = {.lex_state = 512}, + [3221] = {.lex_state = 121}, + [3222] = {.lex_state = 161}, + [3223] = {.lex_state = 161}, + [3224] = {.lex_state = 165}, + [3225] = {.lex_state = 128}, + [3226] = {.lex_state = 125}, + [3227] = {.lex_state = 165}, + [3228] = {.lex_state = 165}, + [3229] = {.lex_state = 165}, + [3230] = {.lex_state = 165}, + [3231] = {.lex_state = 565}, + [3232] = {.lex_state = 128}, + [3233] = {.lex_state = 126}, + [3234] = {.lex_state = 161}, + [3235] = {.lex_state = 126}, + [3236] = {.lex_state = 125}, + [3237] = {.lex_state = 126}, + [3238] = {.lex_state = 125}, + [3239] = {.lex_state = 135}, + [3240] = {.lex_state = 125}, + [3241] = {.lex_state = 165}, + [3242] = {.lex_state = 161}, + [3243] = {.lex_state = 135}, + [3244] = {.lex_state = 165}, + [3245] = {.lex_state = 98}, + [3246] = {.lex_state = 125}, + [3247] = {.lex_state = 565}, + [3248] = {.lex_state = 165}, + [3249] = {.lex_state = 565}, + [3250] = {.lex_state = 565}, + [3251] = {.lex_state = 126}, + [3252] = {.lex_state = 565}, + [3253] = {.lex_state = 565}, + [3254] = {.lex_state = 165}, + [3255] = {.lex_state = 135}, + [3256] = {.lex_state = 565}, + [3257] = {.lex_state = 161}, + [3258] = {.lex_state = 126}, + [3259] = {.lex_state = 125}, + [3260] = {.lex_state = 565}, + [3261] = {.lex_state = 106}, + [3262] = {.lex_state = 125}, + [3263] = {.lex_state = 162}, + [3264] = {.lex_state = 162}, + [3265] = {.lex_state = 135}, + [3266] = {.lex_state = 125}, + [3267] = {.lex_state = 130}, + [3268] = {.lex_state = 130}, + [3269] = {.lex_state = 164}, + [3270] = {.lex_state = 164}, + [3271] = {.lex_state = 166}, + [3272] = {.lex_state = 60}, + [3273] = {.lex_state = 125}, + [3274] = {.lex_state = 75}, + [3275] = {.lex_state = 60}, + [3276] = {.lex_state = 130}, + [3277] = {.lex_state = 125}, + [3278] = {.lex_state = 125}, + [3279] = {.lex_state = 164}, + [3280] = {.lex_state = 125}, + [3281] = {.lex_state = 125}, + [3282] = {.lex_state = 130}, + [3283] = {.lex_state = 166}, + [3284] = {.lex_state = 168}, + [3285] = {.lex_state = 130}, + [3286] = {.lex_state = 125}, + [3287] = {.lex_state = 108}, + [3288] = {.lex_state = 163}, + [3289] = {.lex_state = 125}, + [3290] = {.lex_state = 75}, + [3291] = {.lex_state = 100}, + [3292] = {.lex_state = 130}, + [3293] = {.lex_state = 134}, + [3294] = {.lex_state = 163}, + [3295] = {.lex_state = 130}, + [3296] = {.lex_state = 192}, + [3297] = {.lex_state = 130}, + [3298] = {.lex_state = 130}, + [3299] = {.lex_state = 130}, + [3300] = {.lex_state = 130}, + [3301] = {.lex_state = 125}, + [3302] = {.lex_state = 125}, + [3303] = {.lex_state = 163}, + [3304] = {.lex_state = 164}, + [3305] = {.lex_state = 130}, + [3306] = {.lex_state = 130}, + [3307] = {.lex_state = 130}, + [3308] = {.lex_state = 169}, + [3309] = {.lex_state = 130}, + [3310] = {.lex_state = 60}, + [3311] = {.lex_state = 130}, + [3312] = {.lex_state = 125}, + [3313] = {.lex_state = 130}, + [3314] = {.lex_state = 130}, + [3315] = {.lex_state = 130}, + [3316] = {.lex_state = 130}, + [3317] = {.lex_state = 130}, + [3318] = {.lex_state = 130}, + [3319] = {.lex_state = 130}, + [3320] = {.lex_state = 163}, + [3321] = {.lex_state = 130}, + [3322] = {.lex_state = 130}, + [3323] = {.lex_state = 130}, + [3324] = {.lex_state = 125}, + [3325] = {.lex_state = 60}, + [3326] = {.lex_state = 130}, + [3327] = {.lex_state = 60}, + [3328] = {.lex_state = 130}, + [3329] = {.lex_state = 60}, + [3330] = {.lex_state = 130}, + [3331] = {.lex_state = 60}, + [3332] = {.lex_state = 130}, + [3333] = {.lex_state = 60}, + [3334] = {.lex_state = 130}, + [3335] = {.lex_state = 130}, + [3336] = {.lex_state = 130}, + [3337] = {.lex_state = 132}, + [3338] = {.lex_state = 60}, + [3339] = {.lex_state = 130}, + [3340] = {.lex_state = 130}, + [3341] = {.lex_state = 99}, + [3342] = {.lex_state = 130}, + [3343] = {.lex_state = 132}, + [3344] = {.lex_state = 60}, + [3345] = {.lex_state = 130}, + [3346] = {.lex_state = 132}, + [3347] = {.lex_state = 130}, + [3348] = {.lex_state = 130}, + [3349] = {.lex_state = 169}, + [3350] = {.lex_state = 130}, + [3351] = {.lex_state = 130}, + [3352] = {.lex_state = 130}, + [3353] = {.lex_state = 130}, + [3354] = {.lex_state = 130}, + [3355] = {.lex_state = 130}, + [3356] = {.lex_state = 107}, + [3357] = {.lex_state = 130}, + [3358] = {.lex_state = 130}, + [3359] = {.lex_state = 130}, + [3360] = {.lex_state = 130}, + [3361] = {.lex_state = 130}, + [3362] = {.lex_state = 130}, + [3363] = {.lex_state = 125}, + [3364] = {.lex_state = 60}, + [3365] = {.lex_state = 125}, + [3366] = {.lex_state = 130}, + [3367] = {.lex_state = 130}, + [3368] = {.lex_state = 130}, + [3369] = {.lex_state = 125}, + [3370] = {.lex_state = 130}, + [3371] = {.lex_state = 125}, + [3372] = {.lex_state = 130}, + [3373] = {.lex_state = 60}, + [3374] = {.lex_state = 130}, + [3375] = {.lex_state = 60}, + [3376] = {.lex_state = 130}, + [3377] = {.lex_state = 130}, + [3378] = {.lex_state = 130}, + [3379] = {.lex_state = 60}, + [3380] = {.lex_state = 130}, + [3381] = {.lex_state = 164}, + [3382] = {.lex_state = 164}, + [3383] = {.lex_state = 164}, + [3384] = {.lex_state = 130}, + [3385] = {.lex_state = 130}, + [3386] = {.lex_state = 60}, + [3387] = {.lex_state = 60}, + [3388] = {.lex_state = 165}, + [3389] = {.lex_state = 60}, + [3390] = {.lex_state = 130}, + [3391] = {.lex_state = 135}, + [3392] = {.lex_state = 130}, + [3393] = {.lex_state = 130}, + [3394] = {.lex_state = 130}, + [3395] = {.lex_state = 130}, + [3396] = {.lex_state = 130}, + [3397] = {.lex_state = 130}, + [3398] = {.lex_state = 165}, + [3399] = {.lex_state = 165}, + [3400] = {.lex_state = 165}, + [3401] = {.lex_state = 130}, + [3402] = {.lex_state = 130}, + [3403] = {.lex_state = 165}, + [3404] = {.lex_state = 130}, + [3405] = {.lex_state = 130}, + [3406] = {.lex_state = 130}, + [3407] = {.lex_state = 130}, + [3408] = {.lex_state = 130}, + [3409] = {.lex_state = 60}, + [3410] = {.lex_state = 130}, + [3411] = {.lex_state = 60}, + [3412] = {.lex_state = 130}, + [3413] = {.lex_state = 60}, + [3414] = {.lex_state = 130}, + [3415] = {.lex_state = 60}, + [3416] = {.lex_state = 165}, + [3417] = {.lex_state = 60}, + [3418] = {.lex_state = 171}, + [3419] = {.lex_state = 60}, + [3420] = {.lex_state = 171}, + [3421] = {.lex_state = 130}, + [3422] = {.lex_state = 171}, + [3423] = {.lex_state = 75}, + [3424] = {.lex_state = 75}, + [3425] = {.lex_state = 60}, + [3426] = {.lex_state = 130}, + [3427] = {.lex_state = 60}, + [3428] = {.lex_state = 75}, + [3429] = {.lex_state = 60}, + [3430] = {.lex_state = 75}, + [3431] = {.lex_state = 60}, + [3432] = {.lex_state = 130}, + [3433] = {.lex_state = 60}, + [3434] = {.lex_state = 130}, + [3435] = {.lex_state = 130}, + [3436] = {.lex_state = 165}, + [3437] = {.lex_state = 75}, + [3438] = {.lex_state = 60}, + [3439] = {.lex_state = 75}, + [3440] = {.lex_state = 130}, + [3441] = {.lex_state = 130}, + [3442] = {.lex_state = 130}, + [3443] = {.lex_state = 75}, + [3444] = {.lex_state = 165}, + [3445] = {.lex_state = 75}, + [3446] = {.lex_state = 75}, + [3447] = {.lex_state = 130}, + [3448] = {.lex_state = 130}, + [3449] = {.lex_state = 130}, + [3450] = {.lex_state = 165}, + [3451] = {.lex_state = 130}, + [3452] = {.lex_state = 165}, + [3453] = {.lex_state = 130}, + [3454] = {.lex_state = 130}, + [3455] = {.lex_state = 165}, + [3456] = {.lex_state = 165}, + [3457] = {.lex_state = 130}, + [3458] = {.lex_state = 130}, + [3459] = {.lex_state = 130}, + [3460] = {.lex_state = 130}, + [3461] = {.lex_state = 130}, + [3462] = {.lex_state = 75}, + [3463] = {.lex_state = 75}, + [3464] = {.lex_state = 165}, + [3465] = {.lex_state = 130}, + [3466] = {.lex_state = 130}, + [3467] = {.lex_state = 75}, + [3468] = {.lex_state = 130}, + [3469] = {.lex_state = 130}, + [3470] = {.lex_state = 75}, + [3471] = {.lex_state = 165}, + [3472] = {.lex_state = 130}, + [3473] = {.lex_state = 60}, + [3474] = {.lex_state = 130}, + [3475] = {.lex_state = 130}, + [3476] = {.lex_state = 130}, + [3477] = {.lex_state = 130}, + [3478] = {.lex_state = 130}, + [3479] = {.lex_state = 130}, + [3480] = {.lex_state = 165}, + [3481] = {.lex_state = 60}, + [3482] = {.lex_state = 172}, [3483] = {.lex_state = 172}, - [3484] = {.lex_state = 52}, - [3485] = {.lex_state = 137}, - [3486] = {.lex_state = 137}, - [3487] = {.lex_state = 52}, + [3484] = {.lex_state = 172}, + [3485] = {.lex_state = 172}, + [3486] = {.lex_state = 172}, + [3487] = {.lex_state = 172}, [3488] = {.lex_state = 172}, - [3489] = {.lex_state = 52}, - [3490] = {.lex_state = 137}, - [3491] = {.lex_state = 52}, - [3492] = {.lex_state = 137}, - [3493] = {.lex_state = 52}, - [3494] = {.lex_state = 137}, - [3495] = {.lex_state = 52}, - [3496] = {.lex_state = 137}, - [3497] = {.lex_state = 52}, - [3498] = {.lex_state = 137}, - [3499] = {.lex_state = 52}, - [3500] = {.lex_state = 137}, - [3501] = {.lex_state = 52}, - [3502] = {.lex_state = 137}, - [3503] = {.lex_state = 178}, - [3504] = {.lex_state = 137}, - [3505] = {.lex_state = 137}, - [3506] = {.lex_state = 137}, - [3507] = {.lex_state = 137}, + [3489] = {.lex_state = 172}, + [3490] = {.lex_state = 172}, + [3491] = {.lex_state = 60}, + [3492] = {.lex_state = 172}, + [3493] = {.lex_state = 60}, + [3494] = {.lex_state = 172}, + [3495] = {.lex_state = 130}, + [3496] = {.lex_state = 172}, + [3497] = {.lex_state = 172}, + [3498] = {.lex_state = 172}, + [3499] = {.lex_state = 60}, + [3500] = {.lex_state = 172}, + [3501] = {.lex_state = 172}, + [3502] = {.lex_state = 172}, + [3503] = {.lex_state = 141}, + [3504] = {.lex_state = 172}, + [3505] = {.lex_state = 172}, + [3506] = {.lex_state = 60}, + [3507] = {.lex_state = 172}, [3508] = {.lex_state = 172}, [3509] = {.lex_state = 172}, - [3510] = {.lex_state = 179}, - [3511] = {.lex_state = 52}, - [3512] = {.lex_state = 179}, - [3513] = {.lex_state = 52}, - [3514] = {.lex_state = 179}, - [3515] = {.lex_state = 52}, - [3516] = {.lex_state = 179}, - [3517] = {.lex_state = 148}, - [3518] = {.lex_state = 52}, - [3519] = {.lex_state = 179}, - [3520] = {.lex_state = 179}, - [3521] = {.lex_state = 179}, - [3522] = {.lex_state = 179}, - [3523] = {.lex_state = 179}, - [3524] = {.lex_state = 137}, - [3525] = {.lex_state = 179}, - [3526] = {.lex_state = 179}, - [3527] = {.lex_state = 179}, - [3528] = {.lex_state = 179}, - [3529] = {.lex_state = 179}, - [3530] = {.lex_state = 179}, - [3531] = {.lex_state = 52}, - [3532] = {.lex_state = 179}, - [3533] = {.lex_state = 179}, - [3534] = {.lex_state = 179}, - [3535] = {.lex_state = 179}, - [3536] = {.lex_state = 179}, - [3537] = {.lex_state = 52}, - [3538] = {.lex_state = 179}, - [3539] = {.lex_state = 200}, - [3540] = {.lex_state = 52}, - [3541] = {.lex_state = 179}, - [3542] = {.lex_state = 137}, - [3543] = {.lex_state = 179}, - [3544] = {.lex_state = 179}, - [3545] = {.lex_state = 179}, - [3546] = {.lex_state = 179}, - [3547] = {.lex_state = 179}, - [3548] = {.lex_state = 179}, - [3549] = {.lex_state = 179}, - [3550] = {.lex_state = 52}, - [3551] = {.lex_state = 179}, - [3552] = {.lex_state = 179}, - [3553] = {.lex_state = 52}, - [3554] = {.lex_state = 179}, - [3555] = {.lex_state = 179}, - [3556] = {.lex_state = 52}, - [3557] = {.lex_state = 52}, - [3558] = {.lex_state = 179}, - [3559] = {.lex_state = 179}, - [3560] = {.lex_state = 179}, - [3561] = {.lex_state = 179}, - [3562] = {.lex_state = 179}, - [3563] = {.lex_state = 179}, - [3564] = {.lex_state = 179}, - [3565] = {.lex_state = 179}, - [3566] = {.lex_state = 179}, - [3567] = {.lex_state = 52}, - [3568] = {.lex_state = 179}, - [3569] = {.lex_state = 179}, - [3570] = {.lex_state = 179}, - [3571] = {.lex_state = 179}, - [3572] = {.lex_state = 179}, - [3573] = {.lex_state = 137}, - [3574] = {.lex_state = 132}, - [3575] = {.lex_state = 179}, - [3576] = {.lex_state = 179}, - [3577] = {.lex_state = 52}, - [3578] = {.lex_state = 179}, - [3579] = {.lex_state = 179}, - [3580] = {.lex_state = 179}, - [3581] = {.lex_state = 179}, - [3582] = {.lex_state = 179}, - [3583] = {.lex_state = 179}, - [3584] = {.lex_state = 179}, - [3585] = {.lex_state = 179}, - [3586] = {.lex_state = 132}, - [3587] = {.lex_state = 52}, - [3588] = {.lex_state = 179}, - [3589] = {.lex_state = 52}, - [3590] = {.lex_state = 137}, - [3591] = {.lex_state = 137}, - [3592] = {.lex_state = 137}, - [3593] = {.lex_state = 182}, - [3594] = {.lex_state = 137}, - [3595] = {.lex_state = 137}, - [3596] = {.lex_state = 137}, - [3597] = {.lex_state = 137}, - [3598] = {.lex_state = 182}, - [3599] = {.lex_state = 137}, - [3600] = {.lex_state = 137}, - [3601] = {.lex_state = 137}, - [3602] = {.lex_state = 137}, - [3603] = {.lex_state = 137}, - [3604] = {.lex_state = 149}, - [3605] = {.lex_state = 149}, - [3606] = {.lex_state = 137}, - [3607] = {.lex_state = 149}, - [3608] = {.lex_state = 137}, - [3609] = {.lex_state = 137}, - [3610] = {.lex_state = 137}, - [3611] = {.lex_state = 203}, - [3612] = {.lex_state = 203}, - [3613] = {.lex_state = 203}, - [3614] = {.lex_state = 203}, - [3615] = {.lex_state = 203}, - [3616] = {.lex_state = 203}, - [3617] = {.lex_state = 203}, - [3618] = {.lex_state = 203}, - [3619] = {.lex_state = 203}, - [3620] = {.lex_state = 203}, - [3621] = {.lex_state = 203}, - [3622] = {.lex_state = 203}, - [3623] = {.lex_state = 203}, - [3624] = {.lex_state = 203}, - [3625] = {.lex_state = 203}, - [3626] = {.lex_state = 203}, - [3627] = {.lex_state = 203}, - [3628] = {.lex_state = 203}, - [3629] = {.lex_state = 611}, - [3630] = {.lex_state = 611}, - [3631] = {.lex_state = 190}, - [3632] = {.lex_state = 611}, - [3633] = {.lex_state = 611}, - [3634] = {.lex_state = 190}, - [3635] = {.lex_state = 611}, - [3636] = {.lex_state = 611}, - [3637] = {.lex_state = 611}, - [3638] = {.lex_state = 611}, - [3639] = {.lex_state = 156}, - [3640] = {.lex_state = 611}, - [3641] = {.lex_state = 611}, - [3642] = {.lex_state = 156}, - [3643] = {.lex_state = 611}, - [3644] = {.lex_state = 611}, - [3645] = {.lex_state = 611}, - [3646] = {.lex_state = 611}, - [3647] = {.lex_state = 207}, - [3648] = {.lex_state = 611}, - [3649] = {.lex_state = 611}, - [3650] = {.lex_state = 611}, - [3651] = {.lex_state = 611}, - [3652] = {.lex_state = 611}, - [3653] = {.lex_state = 611}, - [3654] = {.lex_state = 191}, - [3655] = {.lex_state = 611}, - [3656] = {.lex_state = 611}, - [3657] = {.lex_state = 611}, - [3658] = {.lex_state = 611}, - [3659] = {.lex_state = 611}, - [3660] = {.lex_state = 611}, - [3661] = {.lex_state = 611}, - [3662] = {.lex_state = 611}, - [3663] = {.lex_state = 611}, - [3664] = {.lex_state = 611}, - [3665] = {.lex_state = 611}, - [3666] = {.lex_state = 611}, - [3667] = {.lex_state = 208}, - [3668] = {.lex_state = 611}, - [3669] = {.lex_state = 611}, - [3670] = {.lex_state = 611}, - [3671] = {.lex_state = 611}, - [3672] = {.lex_state = 156}, - [3673] = {.lex_state = 611}, - [3674] = {.lex_state = 611}, - [3675] = {.lex_state = 611}, - [3676] = {.lex_state = 192}, - [3677] = {.lex_state = 205}, - [3678] = {.lex_state = 205}, - [3679] = {.lex_state = 207}, - [3680] = {.lex_state = 611}, - [3681] = {.lex_state = 207}, - [3682] = {.lex_state = 209}, - [3683] = {.lex_state = 209}, - [3684] = {.lex_state = 209}, - [3685] = {.lex_state = 205}, - [3686] = {.lex_state = 205}, - [3687] = {.lex_state = 209}, - [3688] = {.lex_state = 205}, - [3689] = {.lex_state = 611}, - [3690] = {.lex_state = 209}, - [3691] = {.lex_state = 209}, - [3692] = {.lex_state = 209}, - [3693] = {.lex_state = 207}, - [3694] = {.lex_state = 209}, - [3695] = {.lex_state = 209}, - [3696] = {.lex_state = 205}, - [3697] = {.lex_state = 209}, - [3698] = {.lex_state = 207}, - [3699] = {.lex_state = 209}, - [3700] = {.lex_state = 209}, - [3701] = {.lex_state = 611}, - [3702] = {.lex_state = 611}, - [3703] = {.lex_state = 611}, - [3704] = {.lex_state = 611}, - [3705] = {.lex_state = 611}, - [3706] = {.lex_state = 192}, - [3707] = {.lex_state = 192}, - [3708] = {.lex_state = 611}, - [3709] = {.lex_state = 207}, - [3710] = {.lex_state = 611}, - [3711] = {.lex_state = 192}, - [3712] = {.lex_state = 611}, - [3713] = {.lex_state = 611}, - [3714] = {.lex_state = 206}, - [3715] = {.lex_state = 611}, - [3716] = {.lex_state = 611}, - [3717] = {.lex_state = 611}, - [3718] = {.lex_state = 611}, - [3719] = {.lex_state = 611}, - [3720] = {.lex_state = 611}, - [3721] = {.lex_state = 611}, - [3722] = {.lex_state = 611}, - [3723] = {.lex_state = 611}, - [3724] = {.lex_state = 207}, - [3725] = {.lex_state = 611}, - [3726] = {.lex_state = 156}, - [3727] = {.lex_state = 210}, - [3728] = {.lex_state = 156}, - [3729] = {.lex_state = 205}, - [3730] = {.lex_state = 207}, - [3731] = {.lex_state = 611}, - [3732] = {.lex_state = 205}, - [3733] = {.lex_state = 611}, - [3734] = {.lex_state = 611}, - [3735] = {.lex_state = 207}, - [3736] = {.lex_state = 207}, - [3737] = {.lex_state = 205}, - [3738] = {.lex_state = 207}, - [3739] = {.lex_state = 611}, - [3740] = {.lex_state = 210}, - [3741] = {.lex_state = 207}, - [3742] = {.lex_state = 207}, - [3743] = {.lex_state = 611}, - [3744] = {.lex_state = 205}, - [3745] = {.lex_state = 611}, - [3746] = {.lex_state = 191}, - [3747] = {.lex_state = 611}, - [3748] = {.lex_state = 611}, - [3749] = {.lex_state = 191}, - [3750] = {.lex_state = 611}, - [3751] = {.lex_state = 205}, - [3752] = {.lex_state = 205}, - [3753] = {.lex_state = 611}, - [3754] = {.lex_state = 611}, - [3755] = {.lex_state = 611}, - [3756] = {.lex_state = 156}, - [3757] = {.lex_state = 156}, - [3758] = {.lex_state = 156}, - [3759] = {.lex_state = 156}, - [3760] = {.lex_state = 156}, - [3761] = {.lex_state = 156}, - [3762] = {.lex_state = 205}, - [3763] = {.lex_state = 156}, - [3764] = {.lex_state = 211}, - [3765] = {.lex_state = 156}, - [3766] = {.lex_state = 205}, - [3767] = {.lex_state = 205}, - [3768] = {.lex_state = 205}, - [3769] = {.lex_state = 205}, - [3770] = {.lex_state = 205}, - [3771] = {.lex_state = 156}, - [3772] = {.lex_state = 156}, - [3773] = {.lex_state = 211}, - [3774] = {.lex_state = 156}, - [3775] = {.lex_state = 156}, - [3776] = {.lex_state = 156}, - [3777] = {.lex_state = 156}, - [3778] = {.lex_state = 192}, - [3779] = {.lex_state = 192}, - [3780] = {.lex_state = 205}, - [3781] = {.lex_state = 156}, - [3782] = {.lex_state = 156}, - [3783] = {.lex_state = 220}, - [3784] = {.lex_state = 156}, - [3785] = {.lex_state = 156}, - [3786] = {.lex_state = 205}, - [3787] = {.lex_state = 205}, - [3788] = {.lex_state = 192}, - [3789] = {.lex_state = 192}, - [3790] = {.lex_state = 156}, - [3791] = {.lex_state = 156}, - [3792] = {.lex_state = 156}, - [3793] = {.lex_state = 205}, - [3794] = {.lex_state = 156}, - [3795] = {.lex_state = 205}, - [3796] = {.lex_state = 205}, - [3797] = {.lex_state = 205}, - [3798] = {.lex_state = 156}, - [3799] = {.lex_state = 156}, - [3800] = {.lex_state = 220}, - [3801] = {.lex_state = 156}, - [3802] = {.lex_state = 207}, - [3803] = {.lex_state = 212}, - [3804] = {.lex_state = 205}, - [3805] = {.lex_state = 205}, - [3806] = {.lex_state = 207}, - [3807] = {.lex_state = 207}, - [3808] = {.lex_state = 205}, - [3809] = {.lex_state = 207}, - [3810] = {.lex_state = 205}, - [3811] = {.lex_state = 221}, - [3812] = {.lex_state = 205}, - [3813] = {.lex_state = 205}, - [3814] = {.lex_state = 214}, - [3815] = {.lex_state = 207}, - [3816] = {.lex_state = 221}, - [3817] = {.lex_state = 205}, - [3818] = {.lex_state = 207}, - [3819] = {.lex_state = 156}, - [3820] = {.lex_state = 207}, - [3821] = {.lex_state = 205}, - [3822] = {.lex_state = 214}, - [3823] = {.lex_state = 205}, - [3824] = {.lex_state = 205}, - [3825] = {.lex_state = 214}, - [3826] = {.lex_state = 205}, - [3827] = {.lex_state = 207}, - [3828] = {.lex_state = 156}, - [3829] = {.lex_state = 205}, - [3830] = {.lex_state = 156}, - [3831] = {.lex_state = 205}, - [3832] = {.lex_state = 219}, - [3833] = {.lex_state = 212}, - [3834] = {.lex_state = 221}, - [3835] = {.lex_state = 205}, - [3836] = {.lex_state = 205}, - [3837] = {.lex_state = 156}, - [3838] = {.lex_state = 156}, - [3839] = {.lex_state = 156}, - [3840] = {.lex_state = 205}, - [3841] = {.lex_state = 205}, - [3842] = {.lex_state = 214}, - [3843] = {.lex_state = 156}, - [3844] = {.lex_state = 214}, - [3845] = {.lex_state = 205}, - [3846] = {.lex_state = 156}, - [3847] = {.lex_state = 219}, - [3848] = {.lex_state = 221}, - [3849] = {.lex_state = 207}, - [3850] = {.lex_state = 207}, - [3851] = {.lex_state = 205}, - [3852] = {.lex_state = 214}, - [3853] = {.lex_state = 219}, - [3854] = {.lex_state = 205}, - [3855] = {.lex_state = 205}, - [3856] = {.lex_state = 205}, - [3857] = {.lex_state = 205}, - [3858] = {.lex_state = 207}, - [3859] = {.lex_state = 205}, - [3860] = {.lex_state = 222}, - [3861] = {.lex_state = 205}, - [3862] = {.lex_state = 205}, - [3863] = {.lex_state = 205}, - [3864] = {.lex_state = 214}, - [3865] = {.lex_state = 205}, - [3866] = {.lex_state = 207}, - [3867] = {.lex_state = 205}, - [3868] = {.lex_state = 221}, - [3869] = {.lex_state = 221}, - [3870] = {.lex_state = 207}, - [3871] = {.lex_state = 221}, - [3872] = {.lex_state = 205}, - [3873] = {.lex_state = 214}, - [3874] = {.lex_state = 205}, - [3875] = {.lex_state = 205}, - [3876] = {.lex_state = 219}, - [3877] = {.lex_state = 205}, - [3878] = {.lex_state = 205}, - [3879] = {.lex_state = 205}, - [3880] = {.lex_state = 205}, - [3881] = {.lex_state = 64}, - [3882] = {.lex_state = 205}, - [3883] = {.lex_state = 205}, - [3884] = {.lex_state = 205}, - [3885] = {.lex_state = 205}, - [3886] = {.lex_state = 214}, - [3887] = {.lex_state = 214}, - [3888] = {.lex_state = 205}, - [3889] = {.lex_state = 205}, - [3890] = {.lex_state = 156}, - [3891] = {.lex_state = 194}, - [3892] = {.lex_state = 156}, - [3893] = {.lex_state = 194}, - [3894] = {.lex_state = 156}, - [3895] = {.lex_state = 156}, - [3896] = {.lex_state = 156}, - [3897] = {.lex_state = 156}, - [3898] = {.lex_state = 64}, - [3899] = {.lex_state = 156}, - [3900] = {.lex_state = 156}, - [3901] = {.lex_state = 156}, - [3902] = {.lex_state = 64}, - [3903] = {.lex_state = 156}, - [3904] = {.lex_state = 156}, - [3905] = {.lex_state = 156}, - [3906] = {.lex_state = 64}, - [3907] = {.lex_state = 156}, - [3908] = {.lex_state = 156}, - [3909] = {.lex_state = 156}, - [3910] = {.lex_state = 64}, - [3911] = {.lex_state = 156}, - [3912] = {.lex_state = 156}, - [3913] = {.lex_state = 156}, - [3914] = {.lex_state = 156}, - [3915] = {.lex_state = 156}, - [3916] = {.lex_state = 156}, - [3917] = {.lex_state = 156}, - [3918] = {.lex_state = 156}, - [3919] = {.lex_state = 156}, - [3920] = {.lex_state = 64}, - [3921] = {.lex_state = 156}, - [3922] = {.lex_state = 156}, - [3923] = {.lex_state = 156}, - [3924] = {.lex_state = 64}, - [3925] = {.lex_state = 156}, - [3926] = {.lex_state = 64}, - [3927] = {.lex_state = 64}, - [3928] = {.lex_state = 189}, - [3929] = {.lex_state = 156}, - [3930] = {.lex_state = 156}, - [3931] = {.lex_state = 226}, - [3932] = {.lex_state = 156}, - [3933] = {.lex_state = 207}, - [3934] = {.lex_state = 207}, - [3935] = {.lex_state = 156}, - [3936] = {.lex_state = 207}, - [3937] = {.lex_state = 156}, - [3938] = {.lex_state = 156}, - [3939] = {.lex_state = 156}, - [3940] = {.lex_state = 156}, - [3941] = {.lex_state = 189}, - [3942] = {.lex_state = 156}, - [3943] = {.lex_state = 156}, - [3944] = {.lex_state = 207}, - [3945] = {.lex_state = 207}, - [3946] = {.lex_state = 207}, - [3947] = {.lex_state = 207}, - [3948] = {.lex_state = 207}, - [3949] = {.lex_state = 207}, - [3950] = {.lex_state = 207}, - [3951] = {.lex_state = 207}, - [3952] = {.lex_state = 207}, - [3953] = {.lex_state = 194}, - [3954] = {.lex_state = 156}, - [3955] = {.lex_state = 207}, - [3956] = {.lex_state = 156}, - [3957] = {.lex_state = 156}, - [3958] = {.lex_state = 207}, - [3959] = {.lex_state = 207}, - [3960] = {.lex_state = 207}, - [3961] = {.lex_state = 207}, - [3962] = {.lex_state = 207}, - [3963] = {.lex_state = 207}, - [3964] = {.lex_state = 156}, - [3965] = {.lex_state = 207}, - [3966] = {.lex_state = 207}, - [3967] = {.lex_state = 156}, - [3968] = {.lex_state = 207}, - [3969] = {.lex_state = 156}, - [3970] = {.lex_state = 156}, - [3971] = {.lex_state = 156}, - [3972] = {.lex_state = 156}, - [3973] = {.lex_state = 156}, - [3974] = {.lex_state = 156}, - [3975] = {.lex_state = 156}, - [3976] = {.lex_state = 156}, - [3977] = {.lex_state = 156}, - [3978] = {.lex_state = 156}, - [3979] = {.lex_state = 156}, - [3980] = {.lex_state = 156}, - [3981] = {.lex_state = 156}, - [3982] = {.lex_state = 156}, - [3983] = {.lex_state = 156}, - [3984] = {.lex_state = 156}, - [3985] = {.lex_state = 156}, - [3986] = {.lex_state = 189}, - [3987] = {.lex_state = 156}, - [3988] = {.lex_state = 156}, - [3989] = {.lex_state = 156}, - [3990] = {.lex_state = 156}, - [3991] = {.lex_state = 156}, - [3992] = {.lex_state = 156}, - [3993] = {.lex_state = 156}, - [3994] = {.lex_state = 207}, - [3995] = {.lex_state = 156}, - [3996] = {.lex_state = 156}, - [3997] = {.lex_state = 156}, - [3998] = {.lex_state = 156}, - [3999] = {.lex_state = 156}, - [4000] = {.lex_state = 156}, - [4001] = {.lex_state = 194}, - [4002] = {.lex_state = 156}, - [4003] = {.lex_state = 207}, - [4004] = {.lex_state = 156}, - [4005] = {.lex_state = 156}, - [4006] = {.lex_state = 207}, - [4007] = {.lex_state = 156}, - [4008] = {.lex_state = 207}, - [4009] = {.lex_state = 207}, - [4010] = {.lex_state = 207}, - [4011] = {.lex_state = 156}, - [4012] = {.lex_state = 194}, - [4013] = {.lex_state = 189}, - [4014] = {.lex_state = 207}, - [4015] = {.lex_state = 207}, - [4016] = {.lex_state = 207}, - [4017] = {.lex_state = 156}, - [4018] = {.lex_state = 207}, - [4019] = {.lex_state = 189}, - [4020] = {.lex_state = 207}, - [4021] = {.lex_state = 156}, - [4022] = {.lex_state = 207}, - [4023] = {.lex_state = 156}, - [4024] = {.lex_state = 156}, - [4025] = {.lex_state = 156}, - [4026] = {.lex_state = 207}, - [4027] = {.lex_state = 207}, - [4028] = {.lex_state = 207}, - [4029] = {.lex_state = 189}, - [4030] = {.lex_state = 207}, - [4031] = {.lex_state = 194}, - [4032] = {.lex_state = 207}, - [4033] = {.lex_state = 207}, - [4034] = {.lex_state = 189}, - [4035] = {.lex_state = 207}, - [4036] = {.lex_state = 156}, - [4037] = {.lex_state = 207}, - [4038] = {.lex_state = 207}, - [4039] = {.lex_state = 207}, - [4040] = {.lex_state = 156}, - [4041] = {.lex_state = 156}, - [4042] = {.lex_state = 207}, - [4043] = {.lex_state = 207}, - [4044] = {.lex_state = 156}, - [4045] = {.lex_state = 194}, - [4046] = {.lex_state = 207}, - [4047] = {.lex_state = 207}, - [4048] = {.lex_state = 189}, - [4049] = {.lex_state = 207}, - [4050] = {.lex_state = 189}, - [4051] = {.lex_state = 207}, - [4052] = {.lex_state = 207}, - [4053] = {.lex_state = 207}, - [4054] = {.lex_state = 207}, - [4055] = {.lex_state = 207}, - [4056] = {.lex_state = 207}, - [4057] = {.lex_state = 207}, - [4058] = {.lex_state = 207}, - [4059] = {.lex_state = 207}, - [4060] = {.lex_state = 207}, - [4061] = {.lex_state = 207}, - [4062] = {.lex_state = 207}, - [4063] = {.lex_state = 207}, - [4064] = {.lex_state = 207}, - [4065] = {.lex_state = 207}, - [4066] = {.lex_state = 207}, - [4067] = {.lex_state = 207}, - [4068] = {.lex_state = 207}, - [4069] = {.lex_state = 207}, - [4070] = {.lex_state = 207}, - [4071] = {.lex_state = 207}, - [4072] = {.lex_state = 207}, - [4073] = {.lex_state = 207}, - [4074] = {.lex_state = 207}, - [4075] = {.lex_state = 207}, - [4076] = {.lex_state = 207}, - [4077] = {.lex_state = 207}, - [4078] = {.lex_state = 207}, - [4079] = {.lex_state = 207}, - [4080] = {.lex_state = 207}, - [4081] = {.lex_state = 207}, - [4082] = {.lex_state = 207}, - [4083] = {.lex_state = 207}, - [4084] = {.lex_state = 207}, - [4085] = {.lex_state = 207}, - [4086] = {.lex_state = 547}, - [4087] = {.lex_state = 189}, - [4088] = {.lex_state = 547}, - [4089] = {.lex_state = 547}, - [4090] = {.lex_state = 156}, - [4091] = {.lex_state = 156}, - [4092] = {.lex_state = 547}, - [4093] = {.lex_state = 547}, - [4094] = {.lex_state = 226}, - [4095] = {.lex_state = 547}, - [4096] = {.lex_state = 189}, - [4097] = {.lex_state = 547}, - [4098] = {.lex_state = 547}, - [4099] = {.lex_state = 547}, - [4100] = {.lex_state = 547}, - [4101] = {.lex_state = 547}, - [4102] = {.lex_state = 547}, - [4103] = {.lex_state = 156}, - [4104] = {.lex_state = 547}, - [4105] = {.lex_state = 547}, - [4106] = {.lex_state = 547}, - [4107] = {.lex_state = 189}, - [4108] = {.lex_state = 547}, - [4109] = {.lex_state = 547}, - [4110] = {.lex_state = 189}, - [4111] = {.lex_state = 156}, - [4112] = {.lex_state = 547}, - [4113] = {.lex_state = 547}, - [4114] = {.lex_state = 226}, - [4115] = {.lex_state = 547}, - [4116] = {.lex_state = 547}, - [4117] = {.lex_state = 156}, - [4118] = {.lex_state = 189}, - [4119] = {.lex_state = 547}, - [4120] = {.lex_state = 547}, - [4121] = {.lex_state = 547}, - [4122] = {.lex_state = 547}, - [4123] = {.lex_state = 547}, - [4124] = {.lex_state = 547}, - [4125] = {.lex_state = 547}, - [4126] = {.lex_state = 547}, - [4127] = {.lex_state = 156}, - [4128] = {.lex_state = 547}, - [4129] = {.lex_state = 189}, - [4130] = {.lex_state = 547}, - [4131] = {.lex_state = 189}, - [4132] = {.lex_state = 547}, - [4133] = {.lex_state = 547}, - [4134] = {.lex_state = 547}, - [4135] = {.lex_state = 547}, - [4136] = {.lex_state = 156}, - [4137] = {.lex_state = 547}, - [4138] = {.lex_state = 547}, - [4139] = {.lex_state = 547}, - [4140] = {.lex_state = 156}, - [4141] = {.lex_state = 547}, - [4142] = {.lex_state = 64}, - [4143] = {.lex_state = 190}, - [4144] = {.lex_state = 190}, - [4145] = {.lex_state = 156}, - [4146] = {.lex_state = 540}, - [4147] = {.lex_state = 190}, - [4148] = {.lex_state = 540}, - [4149] = {.lex_state = 540}, - [4150] = {.lex_state = 190}, - [4151] = {.lex_state = 547}, - [4152] = {.lex_state = 547}, - [4153] = {.lex_state = 547}, - [4154] = {.lex_state = 189}, - [4155] = {.lex_state = 190}, - [4156] = {.lex_state = 156}, - [4157] = {.lex_state = 547}, - [4158] = {.lex_state = 190}, - [4159] = {.lex_state = 156}, - [4160] = {.lex_state = 189}, - [4161] = {.lex_state = 547}, - [4162] = {.lex_state = 547}, - [4163] = {.lex_state = 547}, - [4164] = {.lex_state = 547}, - [4165] = {.lex_state = 190}, - [4166] = {.lex_state = 190}, - [4167] = {.lex_state = 156}, - [4168] = {.lex_state = 547}, - [4169] = {.lex_state = 540}, - [4170] = {.lex_state = 540}, - [4171] = {.lex_state = 540}, - [4172] = {.lex_state = 540}, - [4173] = {.lex_state = 547}, - [4174] = {.lex_state = 547}, - [4175] = {.lex_state = 547}, - [4176] = {.lex_state = 540}, - [4177] = {.lex_state = 156}, - [4178] = {.lex_state = 547}, - [4179] = {.lex_state = 547}, - [4180] = {.lex_state = 547}, - [4181] = {.lex_state = 547}, - [4182] = {.lex_state = 189}, - [4183] = {.lex_state = 190}, - [4184] = {.lex_state = 189}, - [4185] = {.lex_state = 547}, - [4186] = {.lex_state = 156}, - [4187] = {.lex_state = 547}, - [4188] = {.lex_state = 547}, - [4189] = {.lex_state = 156}, - [4190] = {.lex_state = 547}, - [4191] = {.lex_state = 547}, - [4192] = {.lex_state = 156}, - [4193] = {.lex_state = 547}, - [4194] = {.lex_state = 547}, - [4195] = {.lex_state = 547}, - [4196] = {.lex_state = 547}, - [4197] = {.lex_state = 547}, - [4198] = {.lex_state = 64}, - [4199] = {.lex_state = 547}, - [4200] = {.lex_state = 547}, - [4201] = {.lex_state = 547}, - [4202] = {.lex_state = 547}, - [4203] = {.lex_state = 547}, - [4204] = {.lex_state = 547}, - [4205] = {.lex_state = 547}, - [4206] = {.lex_state = 547}, - [4207] = {.lex_state = 547}, - [4208] = {.lex_state = 547}, - [4209] = {.lex_state = 547}, - [4210] = {.lex_state = 547}, - [4211] = {.lex_state = 547}, - [4212] = {.lex_state = 156}, - [4213] = {.lex_state = 540}, - [4214] = {.lex_state = 547}, - [4215] = {.lex_state = 547}, - [4216] = {.lex_state = 156}, - [4217] = {.lex_state = 547}, - [4218] = {.lex_state = 547}, - [4219] = {.lex_state = 547}, - [4220] = {.lex_state = 190}, - [4221] = {.lex_state = 547}, - [4222] = {.lex_state = 547}, - [4223] = {.lex_state = 156}, - [4224] = {.lex_state = 189}, - [4225] = {.lex_state = 547}, - [4226] = {.lex_state = 189}, - [4227] = {.lex_state = 189}, - [4228] = {.lex_state = 64}, - [4229] = {.lex_state = 189}, - [4230] = {.lex_state = 540}, - [4231] = {.lex_state = 64}, - [4232] = {.lex_state = 540}, - [4233] = {.lex_state = 540}, - [4234] = {.lex_state = 64}, - [4235] = {.lex_state = 528}, - [4236] = {.lex_state = 189}, - [4237] = {.lex_state = 189}, - [4238] = {.lex_state = 547}, - [4239] = {.lex_state = 540}, - [4240] = {.lex_state = 189}, - [4241] = {.lex_state = 190}, - [4242] = {.lex_state = 189}, - [4243] = {.lex_state = 189}, - [4244] = {.lex_state = 189}, - [4245] = {.lex_state = 189}, - [4246] = {.lex_state = 190}, - [4247] = {.lex_state = 190}, - [4248] = {.lex_state = 547}, - [4249] = {.lex_state = 547}, - [4250] = {.lex_state = 28}, - [4251] = {.lex_state = 540}, - [4252] = {.lex_state = 1885}, - [4253] = {.lex_state = 547}, - [4254] = {.lex_state = 64}, - [4255] = {.lex_state = 189}, - [4256] = {.lex_state = 189}, - [4257] = {.lex_state = 189}, - [4258] = {.lex_state = 547}, - [4259] = {.lex_state = 547}, - [4260] = {.lex_state = 547}, - [4261] = {.lex_state = 547}, - [4262] = {.lex_state = 540}, - [4263] = {.lex_state = 540}, - [4264] = {.lex_state = 189}, - [4265] = {.lex_state = 190}, - [4266] = {.lex_state = 547}, - [4267] = {.lex_state = 64}, - [4268] = {.lex_state = 190}, - [4269] = {.lex_state = 547}, - [4270] = {.lex_state = 189}, - [4271] = {.lex_state = 540}, - [4272] = {.lex_state = 547}, - [4273] = {.lex_state = 528}, - [4274] = {.lex_state = 547}, - [4275] = {.lex_state = 190}, - [4276] = {.lex_state = 547}, - [4277] = {.lex_state = 189}, - [4278] = {.lex_state = 190}, - [4279] = {.lex_state = 190}, - [4280] = {.lex_state = 189}, - [4281] = {.lex_state = 547}, - [4282] = {.lex_state = 547}, - [4283] = {.lex_state = 547}, - [4284] = {.lex_state = 189}, - [4285] = {.lex_state = 547}, - [4286] = {.lex_state = 189}, - [4287] = {.lex_state = 189}, - [4288] = {.lex_state = 190}, - [4289] = {.lex_state = 189}, - [4290] = {.lex_state = 189}, - [4291] = {.lex_state = 189}, - [4292] = {.lex_state = 547}, - [4293] = {.lex_state = 540}, - [4294] = {.lex_state = 189}, - [4295] = {.lex_state = 205}, - [4296] = {.lex_state = 189}, - [4297] = {.lex_state = 190}, - [4298] = {.lex_state = 189}, - [4299] = {.lex_state = 190}, - [4300] = {.lex_state = 189}, - [4301] = {.lex_state = 189}, - [4302] = {.lex_state = 190}, - [4303] = {.lex_state = 64}, - [4304] = {.lex_state = 1885}, - [4305] = {.lex_state = 189}, - [4306] = {.lex_state = 189}, - [4307] = {.lex_state = 189}, - [4308] = {.lex_state = 189}, - [4309] = {.lex_state = 528}, - [4310] = {.lex_state = 528}, - [4311] = {.lex_state = 614}, - [4312] = {.lex_state = 28}, - [4313] = {.lex_state = 189}, - [4314] = {.lex_state = 190}, + [3510] = {.lex_state = 172}, + [3511] = {.lex_state = 172}, + [3512] = {.lex_state = 172}, + [3513] = {.lex_state = 172}, + [3514] = {.lex_state = 60}, + [3515] = {.lex_state = 193}, + [3516] = {.lex_state = 60}, + [3517] = {.lex_state = 172}, + [3518] = {.lex_state = 60}, + [3519] = {.lex_state = 130}, + [3520] = {.lex_state = 60}, + [3521] = {.lex_state = 172}, + [3522] = {.lex_state = 172}, + [3523] = {.lex_state = 172}, + [3524] = {.lex_state = 172}, + [3525] = {.lex_state = 172}, + [3526] = {.lex_state = 172}, + [3527] = {.lex_state = 172}, + [3528] = {.lex_state = 172}, + [3529] = {.lex_state = 172}, + [3530] = {.lex_state = 172}, + [3531] = {.lex_state = 172}, + [3532] = {.lex_state = 172}, + [3533] = {.lex_state = 172}, + [3534] = {.lex_state = 172}, + [3535] = {.lex_state = 172}, + [3536] = {.lex_state = 172}, + [3537] = {.lex_state = 172}, + [3538] = {.lex_state = 172}, + [3539] = {.lex_state = 172}, + [3540] = {.lex_state = 172}, + [3541] = {.lex_state = 172}, + [3542] = {.lex_state = 130}, + [3543] = {.lex_state = 172}, + [3544] = {.lex_state = 172}, + [3545] = {.lex_state = 60}, + [3546] = {.lex_state = 125}, + [3547] = {.lex_state = 125}, + [3548] = {.lex_state = 172}, + [3549] = {.lex_state = 60}, + [3550] = {.lex_state = 60}, + [3551] = {.lex_state = 60}, + [3552] = {.lex_state = 172}, + [3553] = {.lex_state = 172}, + [3554] = {.lex_state = 172}, + [3555] = {.lex_state = 172}, + [3556] = {.lex_state = 172}, + [3557] = {.lex_state = 60}, + [3558] = {.lex_state = 172}, + [3559] = {.lex_state = 172}, + [3560] = {.lex_state = 60}, + [3561] = {.lex_state = 175}, + [3562] = {.lex_state = 142}, + [3563] = {.lex_state = 130}, + [3564] = {.lex_state = 142}, + [3565] = {.lex_state = 130}, + [3566] = {.lex_state = 175}, + [3567] = {.lex_state = 142}, + [3568] = {.lex_state = 130}, + [3569] = {.lex_state = 130}, + [3570] = {.lex_state = 130}, + [3571] = {.lex_state = 130}, + [3572] = {.lex_state = 130}, + [3573] = {.lex_state = 130}, + [3574] = {.lex_state = 130}, + [3575] = {.lex_state = 130}, + [3576] = {.lex_state = 130}, + [3577] = {.lex_state = 130}, + [3578] = {.lex_state = 130}, + [3579] = {.lex_state = 130}, + [3580] = {.lex_state = 130}, + [3581] = {.lex_state = 130}, + [3582] = {.lex_state = 196}, + [3583] = {.lex_state = 196}, + [3584] = {.lex_state = 196}, + [3585] = {.lex_state = 196}, + [3586] = {.lex_state = 196}, + [3587] = {.lex_state = 196}, + [3588] = {.lex_state = 196}, + [3589] = {.lex_state = 196}, + [3590] = {.lex_state = 196}, + [3591] = {.lex_state = 196}, + [3592] = {.lex_state = 196}, + [3593] = {.lex_state = 196}, + [3594] = {.lex_state = 196}, + [3595] = {.lex_state = 196}, + [3596] = {.lex_state = 196}, + [3597] = {.lex_state = 196}, + [3598] = {.lex_state = 196}, + [3599] = {.lex_state = 196}, + [3600] = {.lex_state = 576}, + [3601] = {.lex_state = 576}, + [3602] = {.lex_state = 576}, + [3603] = {.lex_state = 183}, + [3604] = {.lex_state = 576}, + [3605] = {.lex_state = 183}, + [3606] = {.lex_state = 576}, + [3607] = {.lex_state = 576}, + [3608] = {.lex_state = 149}, + [3609] = {.lex_state = 576}, + [3610] = {.lex_state = 576}, + [3611] = {.lex_state = 576}, + [3612] = {.lex_state = 576}, + [3613] = {.lex_state = 576}, + [3614] = {.lex_state = 149}, + [3615] = {.lex_state = 576}, + [3616] = {.lex_state = 576}, + [3617] = {.lex_state = 576}, + [3618] = {.lex_state = 576}, + [3619] = {.lex_state = 200}, + [3620] = {.lex_state = 576}, + [3621] = {.lex_state = 576}, + [3622] = {.lex_state = 576}, + [3623] = {.lex_state = 576}, + [3624] = {.lex_state = 201}, + [3625] = {.lex_state = 184}, + [3626] = {.lex_state = 576}, + [3627] = {.lex_state = 576}, + [3628] = {.lex_state = 576}, + [3629] = {.lex_state = 576}, + [3630] = {.lex_state = 576}, + [3631] = {.lex_state = 576}, + [3632] = {.lex_state = 576}, + [3633] = {.lex_state = 576}, + [3634] = {.lex_state = 576}, + [3635] = {.lex_state = 576}, + [3636] = {.lex_state = 576}, + [3637] = {.lex_state = 576}, + [3638] = {.lex_state = 576}, + [3639] = {.lex_state = 576}, + [3640] = {.lex_state = 576}, + [3641] = {.lex_state = 576}, + [3642] = {.lex_state = 576}, + [3643] = {.lex_state = 576}, + [3644] = {.lex_state = 576}, + [3645] = {.lex_state = 200}, + [3646] = {.lex_state = 198}, + [3647] = {.lex_state = 200}, + [3648] = {.lex_state = 198}, + [3649] = {.lex_state = 198}, + [3650] = {.lex_state = 200}, + [3651] = {.lex_state = 200}, + [3652] = {.lex_state = 198}, + [3653] = {.lex_state = 198}, + [3654] = {.lex_state = 200}, + [3655] = {.lex_state = 185}, + [3656] = {.lex_state = 576}, + [3657] = {.lex_state = 576}, + [3658] = {.lex_state = 576}, + [3659] = {.lex_state = 576}, + [3660] = {.lex_state = 200}, + [3661] = {.lex_state = 199}, + [3662] = {.lex_state = 576}, + [3663] = {.lex_state = 198}, + [3664] = {.lex_state = 576}, + [3665] = {.lex_state = 576}, + [3666] = {.lex_state = 185}, + [3667] = {.lex_state = 149}, + [3668] = {.lex_state = 576}, + [3669] = {.lex_state = 576}, + [3670] = {.lex_state = 202}, + [3671] = {.lex_state = 202}, + [3672] = {.lex_state = 202}, + [3673] = {.lex_state = 202}, + [3674] = {.lex_state = 576}, + [3675] = {.lex_state = 576}, + [3676] = {.lex_state = 576}, + [3677] = {.lex_state = 185}, + [3678] = {.lex_state = 576}, + [3679] = {.lex_state = 576}, + [3680] = {.lex_state = 202}, + [3681] = {.lex_state = 202}, + [3682] = {.lex_state = 202}, + [3683] = {.lex_state = 202}, + [3684] = {.lex_state = 202}, + [3685] = {.lex_state = 576}, + [3686] = {.lex_state = 202}, + [3687] = {.lex_state = 202}, + [3688] = {.lex_state = 202}, + [3689] = {.lex_state = 576}, + [3690] = {.lex_state = 576}, + [3691] = {.lex_state = 576}, + [3692] = {.lex_state = 576}, + [3693] = {.lex_state = 576}, + [3694] = {.lex_state = 576}, + [3695] = {.lex_state = 576}, + [3696] = {.lex_state = 185}, + [3697] = {.lex_state = 198}, + [3698] = {.lex_state = 198}, + [3699] = {.lex_state = 200}, + [3700] = {.lex_state = 200}, + [3701] = {.lex_state = 200}, + [3702] = {.lex_state = 184}, + [3703] = {.lex_state = 184}, + [3704] = {.lex_state = 198}, + [3705] = {.lex_state = 576}, + [3706] = {.lex_state = 576}, + [3707] = {.lex_state = 149}, + [3708] = {.lex_state = 576}, + [3709] = {.lex_state = 576}, + [3710] = {.lex_state = 203}, + [3711] = {.lex_state = 203}, + [3712] = {.lex_state = 149}, + [3713] = {.lex_state = 576}, + [3714] = {.lex_state = 198}, + [3715] = {.lex_state = 576}, + [3716] = {.lex_state = 576}, + [3717] = {.lex_state = 576}, + [3718] = {.lex_state = 576}, + [3719] = {.lex_state = 576}, + [3720] = {.lex_state = 576}, + [3721] = {.lex_state = 576}, + [3722] = {.lex_state = 198}, + [3723] = {.lex_state = 198}, + [3724] = {.lex_state = 200}, + [3725] = {.lex_state = 200}, + [3726] = {.lex_state = 200}, + [3727] = {.lex_state = 185}, + [3728] = {.lex_state = 149}, + [3729] = {.lex_state = 149}, + [3730] = {.lex_state = 149}, + [3731] = {.lex_state = 149}, + [3732] = {.lex_state = 200}, + [3733] = {.lex_state = 149}, + [3734] = {.lex_state = 149}, + [3735] = {.lex_state = 198}, + [3736] = {.lex_state = 149}, + [3737] = {.lex_state = 185}, + [3738] = {.lex_state = 198}, + [3739] = {.lex_state = 149}, + [3740] = {.lex_state = 213}, + [3741] = {.lex_state = 185}, + [3742] = {.lex_state = 185}, + [3743] = {.lex_state = 198}, + [3744] = {.lex_state = 213}, + [3745] = {.lex_state = 198}, + [3746] = {.lex_state = 149}, + [3747] = {.lex_state = 149}, + [3748] = {.lex_state = 204}, + [3749] = {.lex_state = 198}, + [3750] = {.lex_state = 149}, + [3751] = {.lex_state = 149}, + [3752] = {.lex_state = 149}, + [3753] = {.lex_state = 149}, + [3754] = {.lex_state = 204}, + [3755] = {.lex_state = 149}, + [3756] = {.lex_state = 198}, + [3757] = {.lex_state = 149}, + [3758] = {.lex_state = 149}, + [3759] = {.lex_state = 149}, + [3760] = {.lex_state = 198}, + [3761] = {.lex_state = 198}, + [3762] = {.lex_state = 149}, + [3763] = {.lex_state = 149}, + [3764] = {.lex_state = 198}, + [3765] = {.lex_state = 149}, + [3766] = {.lex_state = 198}, + [3767] = {.lex_state = 149}, + [3768] = {.lex_state = 198}, + [3769] = {.lex_state = 149}, + [3770] = {.lex_state = 198}, + [3771] = {.lex_state = 149}, + [3772] = {.lex_state = 149}, + [3773] = {.lex_state = 198}, + [3774] = {.lex_state = 198}, + [3775] = {.lex_state = 207}, + [3776] = {.lex_state = 198}, + [3777] = {.lex_state = 198}, + [3778] = {.lex_state = 198}, + [3779] = {.lex_state = 198}, + [3780] = {.lex_state = 198}, + [3781] = {.lex_state = 205}, + [3782] = {.lex_state = 212}, + [3783] = {.lex_state = 212}, + [3784] = {.lex_state = 149}, + [3785] = {.lex_state = 200}, + [3786] = {.lex_state = 149}, + [3787] = {.lex_state = 198}, + [3788] = {.lex_state = 212}, + [3789] = {.lex_state = 198}, + [3790] = {.lex_state = 149}, + [3791] = {.lex_state = 207}, + [3792] = {.lex_state = 198}, + [3793] = {.lex_state = 198}, + [3794] = {.lex_state = 198}, + [3795] = {.lex_state = 207}, + [3796] = {.lex_state = 200}, + [3797] = {.lex_state = 198}, + [3798] = {.lex_state = 200}, + [3799] = {.lex_state = 198}, + [3800] = {.lex_state = 200}, + [3801] = {.lex_state = 214}, + [3802] = {.lex_state = 214}, + [3803] = {.lex_state = 207}, + [3804] = {.lex_state = 207}, + [3805] = {.lex_state = 207}, + [3806] = {.lex_state = 214}, + [3807] = {.lex_state = 198}, + [3808] = {.lex_state = 200}, + [3809] = {.lex_state = 149}, + [3810] = {.lex_state = 198}, + [3811] = {.lex_state = 198}, + [3812] = {.lex_state = 200}, + [3813] = {.lex_state = 198}, + [3814] = {.lex_state = 198}, + [3815] = {.lex_state = 198}, + [3816] = {.lex_state = 200}, + [3817] = {.lex_state = 207}, + [3818] = {.lex_state = 200}, + [3819] = {.lex_state = 200}, + [3820] = {.lex_state = 198}, + [3821] = {.lex_state = 200}, + [3822] = {.lex_state = 200}, + [3823] = {.lex_state = 200}, + [3824] = {.lex_state = 198}, + [3825] = {.lex_state = 198}, + [3826] = {.lex_state = 198}, + [3827] = {.lex_state = 214}, + [3828] = {.lex_state = 198}, + [3829] = {.lex_state = 198}, + [3830] = {.lex_state = 212}, + [3831] = {.lex_state = 198}, + [3832] = {.lex_state = 214}, + [3833] = {.lex_state = 207}, + [3834] = {.lex_state = 149}, + [3835] = {.lex_state = 198}, + [3836] = {.lex_state = 198}, + [3837] = {.lex_state = 205}, + [3838] = {.lex_state = 198}, + [3839] = {.lex_state = 207}, + [3840] = {.lex_state = 198}, + [3841] = {.lex_state = 198}, + [3842] = {.lex_state = 198}, + [3843] = {.lex_state = 215}, + [3844] = {.lex_state = 207}, + [3845] = {.lex_state = 149}, + [3846] = {.lex_state = 214}, + [3847] = {.lex_state = 214}, + [3848] = {.lex_state = 198}, + [3849] = {.lex_state = 198}, + [3850] = {.lex_state = 198}, + [3851] = {.lex_state = 198}, + [3852] = {.lex_state = 198}, + [3853] = {.lex_state = 198}, + [3854] = {.lex_state = 198}, + [3855] = {.lex_state = 198}, + [3856] = {.lex_state = 198}, + [3857] = {.lex_state = 198}, + [3858] = {.lex_state = 149}, + [3859] = {.lex_state = 60}, + [3860] = {.lex_state = 149}, + [3861] = {.lex_state = 149}, + [3862] = {.lex_state = 60}, + [3863] = {.lex_state = 60}, + [3864] = {.lex_state = 60}, + [3865] = {.lex_state = 182}, + [3866] = {.lex_state = 149}, + [3867] = {.lex_state = 60}, + [3868] = {.lex_state = 149}, + [3869] = {.lex_state = 149}, + [3870] = {.lex_state = 60}, + [3871] = {.lex_state = 187}, + [3872] = {.lex_state = 149}, + [3873] = {.lex_state = 187}, + [3874] = {.lex_state = 149}, + [3875] = {.lex_state = 149}, + [3876] = {.lex_state = 149}, + [3877] = {.lex_state = 149}, + [3878] = {.lex_state = 149}, + [3879] = {.lex_state = 149}, + [3880] = {.lex_state = 149}, + [3881] = {.lex_state = 60}, + [3882] = {.lex_state = 149}, + [3883] = {.lex_state = 149}, + [3884] = {.lex_state = 149}, + [3885] = {.lex_state = 149}, + [3886] = {.lex_state = 149}, + [3887] = {.lex_state = 149}, + [3888] = {.lex_state = 149}, + [3889] = {.lex_state = 60}, + [3890] = {.lex_state = 149}, + [3891] = {.lex_state = 149}, + [3892] = {.lex_state = 149}, + [3893] = {.lex_state = 149}, + [3894] = {.lex_state = 149}, + [3895] = {.lex_state = 149}, + [3896] = {.lex_state = 149}, + [3897] = {.lex_state = 149}, + [3898] = {.lex_state = 149}, + [3899] = {.lex_state = 60}, + [3900] = {.lex_state = 149}, + [3901] = {.lex_state = 149}, + [3902] = {.lex_state = 149}, + [3903] = {.lex_state = 149}, + [3904] = {.lex_state = 200}, + [3905] = {.lex_state = 149}, + [3906] = {.lex_state = 149}, + [3907] = {.lex_state = 149}, + [3908] = {.lex_state = 149}, + [3909] = {.lex_state = 149}, + [3910] = {.lex_state = 200}, + [3911] = {.lex_state = 182}, + [3912] = {.lex_state = 200}, + [3913] = {.lex_state = 149}, + [3914] = {.lex_state = 149}, + [3915] = {.lex_state = 149}, + [3916] = {.lex_state = 149}, + [3917] = {.lex_state = 200}, + [3918] = {.lex_state = 149}, + [3919] = {.lex_state = 200}, + [3920] = {.lex_state = 149}, + [3921] = {.lex_state = 149}, + [3922] = {.lex_state = 200}, + [3923] = {.lex_state = 219}, + [3924] = {.lex_state = 149}, + [3925] = {.lex_state = 200}, + [3926] = {.lex_state = 149}, + [3927] = {.lex_state = 200}, + [3928] = {.lex_state = 200}, + [3929] = {.lex_state = 200}, + [3930] = {.lex_state = 200}, + [3931] = {.lex_state = 200}, + [3932] = {.lex_state = 200}, + [3933] = {.lex_state = 200}, + [3934] = {.lex_state = 200}, + [3935] = {.lex_state = 200}, + [3936] = {.lex_state = 200}, + [3937] = {.lex_state = 200}, + [3938] = {.lex_state = 200}, + [3939] = {.lex_state = 200}, + [3940] = {.lex_state = 200}, + [3941] = {.lex_state = 200}, + [3942] = {.lex_state = 200}, + [3943] = {.lex_state = 200}, + [3944] = {.lex_state = 200}, + [3945] = {.lex_state = 200}, + [3946] = {.lex_state = 200}, + [3947] = {.lex_state = 149}, + [3948] = {.lex_state = 200}, + [3949] = {.lex_state = 200}, + [3950] = {.lex_state = 200}, + [3951] = {.lex_state = 200}, + [3952] = {.lex_state = 200}, + [3953] = {.lex_state = 200}, + [3954] = {.lex_state = 200}, + [3955] = {.lex_state = 200}, + [3956] = {.lex_state = 200}, + [3957] = {.lex_state = 200}, + [3958] = {.lex_state = 200}, + [3959] = {.lex_state = 200}, + [3960] = {.lex_state = 200}, + [3961] = {.lex_state = 200}, + [3962] = {.lex_state = 149}, + [3963] = {.lex_state = 149}, + [3964] = {.lex_state = 200}, + [3965] = {.lex_state = 200}, + [3966] = {.lex_state = 149}, + [3967] = {.lex_state = 149}, + [3968] = {.lex_state = 149}, + [3969] = {.lex_state = 149}, + [3970] = {.lex_state = 200}, + [3971] = {.lex_state = 149}, + [3972] = {.lex_state = 149}, + [3973] = {.lex_state = 149}, + [3974] = {.lex_state = 149}, + [3975] = {.lex_state = 200}, + [3976] = {.lex_state = 200}, + [3977] = {.lex_state = 149}, + [3978] = {.lex_state = 149}, + [3979] = {.lex_state = 149}, + [3980] = {.lex_state = 200}, + [3981] = {.lex_state = 149}, + [3982] = {.lex_state = 149}, + [3983] = {.lex_state = 149}, + [3984] = {.lex_state = 149}, + [3985] = {.lex_state = 182}, + [3986] = {.lex_state = 200}, + [3987] = {.lex_state = 149}, + [3988] = {.lex_state = 200}, + [3989] = {.lex_state = 149}, + [3990] = {.lex_state = 182}, + [3991] = {.lex_state = 200}, + [3992] = {.lex_state = 200}, + [3993] = {.lex_state = 200}, + [3994] = {.lex_state = 200}, + [3995] = {.lex_state = 200}, + [3996] = {.lex_state = 200}, + [3997] = {.lex_state = 200}, + [3998] = {.lex_state = 200}, + [3999] = {.lex_state = 200}, + [4000] = {.lex_state = 200}, + [4001] = {.lex_state = 200}, + [4002] = {.lex_state = 200}, + [4003] = {.lex_state = 200}, + [4004] = {.lex_state = 200}, + [4005] = {.lex_state = 200}, + [4006] = {.lex_state = 149}, + [4007] = {.lex_state = 200}, + [4008] = {.lex_state = 200}, + [4009] = {.lex_state = 149}, + [4010] = {.lex_state = 182}, + [4011] = {.lex_state = 200}, + [4012] = {.lex_state = 200}, + [4013] = {.lex_state = 200}, + [4014] = {.lex_state = 200}, + [4015] = {.lex_state = 200}, + [4016] = {.lex_state = 149}, + [4017] = {.lex_state = 149}, + [4018] = {.lex_state = 182}, + [4019] = {.lex_state = 149}, + [4020] = {.lex_state = 187}, + [4021] = {.lex_state = 200}, + [4022] = {.lex_state = 200}, + [4023] = {.lex_state = 149}, + [4024] = {.lex_state = 149}, + [4025] = {.lex_state = 200}, + [4026] = {.lex_state = 182}, + [4027] = {.lex_state = 187}, + [4028] = {.lex_state = 187}, + [4029] = {.lex_state = 149}, + [4030] = {.lex_state = 200}, + [4031] = {.lex_state = 149}, + [4032] = {.lex_state = 182}, + [4033] = {.lex_state = 149}, + [4034] = {.lex_state = 200}, + [4035] = {.lex_state = 200}, + [4036] = {.lex_state = 149}, + [4037] = {.lex_state = 149}, + [4038] = {.lex_state = 200}, + [4039] = {.lex_state = 200}, + [4040] = {.lex_state = 149}, + [4041] = {.lex_state = 149}, + [4042] = {.lex_state = 182}, + [4043] = {.lex_state = 149}, + [4044] = {.lex_state = 149}, + [4045] = {.lex_state = 149}, + [4046] = {.lex_state = 187}, + [4047] = {.lex_state = 149}, + [4048] = {.lex_state = 149}, + [4049] = {.lex_state = 200}, + [4050] = {.lex_state = 149}, + [4051] = {.lex_state = 149}, + [4052] = {.lex_state = 200}, + [4053] = {.lex_state = 200}, + [4054] = {.lex_state = 200}, + [4055] = {.lex_state = 200}, + [4056] = {.lex_state = 187}, + [4057] = {.lex_state = 512}, + [4058] = {.lex_state = 512}, + [4059] = {.lex_state = 512}, + [4060] = {.lex_state = 512}, + [4061] = {.lex_state = 512}, + [4062] = {.lex_state = 512}, + [4063] = {.lex_state = 149}, + [4064] = {.lex_state = 512}, + [4065] = {.lex_state = 512}, + [4066] = {.lex_state = 512}, + [4067] = {.lex_state = 149}, + [4068] = {.lex_state = 512}, + [4069] = {.lex_state = 219}, + [4070] = {.lex_state = 149}, + [4071] = {.lex_state = 182}, + [4072] = {.lex_state = 512}, + [4073] = {.lex_state = 227}, + [4074] = {.lex_state = 512}, + [4075] = {.lex_state = 182}, + [4076] = {.lex_state = 149}, + [4077] = {.lex_state = 512}, + [4078] = {.lex_state = 512}, + [4079] = {.lex_state = 227}, + [4080] = {.lex_state = 512}, + [4081] = {.lex_state = 512}, + [4082] = {.lex_state = 182}, + [4083] = {.lex_state = 512}, + [4084] = {.lex_state = 182}, + [4085] = {.lex_state = 512}, + [4086] = {.lex_state = 182}, + [4087] = {.lex_state = 512}, + [4088] = {.lex_state = 512}, + [4089] = {.lex_state = 512}, + [4090] = {.lex_state = 512}, + [4091] = {.lex_state = 512}, + [4092] = {.lex_state = 512}, + [4093] = {.lex_state = 219}, + [4094] = {.lex_state = 512}, + [4095] = {.lex_state = 512}, + [4096] = {.lex_state = 512}, + [4097] = {.lex_state = 512}, + [4098] = {.lex_state = 512}, + [4099] = {.lex_state = 512}, + [4100] = {.lex_state = 512}, + [4101] = {.lex_state = 149}, + [4102] = {.lex_state = 512}, + [4103] = {.lex_state = 512}, + [4104] = {.lex_state = 512}, + [4105] = {.lex_state = 512}, + [4106] = {.lex_state = 149}, + [4107] = {.lex_state = 182}, + [4108] = {.lex_state = 512}, + [4109] = {.lex_state = 512}, + [4110] = {.lex_state = 512}, + [4111] = {.lex_state = 182}, + [4112] = {.lex_state = 149}, + [4113] = {.lex_state = 512}, + [4114] = {.lex_state = 183}, + [4115] = {.lex_state = 512}, + [4116] = {.lex_state = 512}, + [4117] = {.lex_state = 512}, + [4118] = {.lex_state = 512}, + [4119] = {.lex_state = 229}, + [4120] = {.lex_state = 512}, + [4121] = {.lex_state = 512}, + [4122] = {.lex_state = 505}, + [4123] = {.lex_state = 512}, + [4124] = {.lex_state = 512}, + [4125] = {.lex_state = 512}, + [4126] = {.lex_state = 505}, + [4127] = {.lex_state = 512}, + [4128] = {.lex_state = 149}, + [4129] = {.lex_state = 512}, + [4130] = {.lex_state = 512}, + [4131] = {.lex_state = 512}, + [4132] = {.lex_state = 149}, + [4133] = {.lex_state = 512}, + [4134] = {.lex_state = 183}, + [4135] = {.lex_state = 512}, + [4136] = {.lex_state = 75}, + [4137] = {.lex_state = 512}, + [4138] = {.lex_state = 512}, + [4139] = {.lex_state = 149}, + [4140] = {.lex_state = 512}, + [4141] = {.lex_state = 512}, + [4142] = {.lex_state = 512}, + [4143] = {.lex_state = 505}, + [4144] = {.lex_state = 512}, + [4145] = {.lex_state = 75}, + [4146] = {.lex_state = 183}, + [4147] = {.lex_state = 512}, + [4148] = {.lex_state = 183}, + [4149] = {.lex_state = 229}, + [4150] = {.lex_state = 505}, + [4151] = {.lex_state = 183}, + [4152] = {.lex_state = 512}, + [4153] = {.lex_state = 512}, + [4154] = {.lex_state = 505}, + [4155] = {.lex_state = 512}, + [4156] = {.lex_state = 512}, + [4157] = {.lex_state = 512}, + [4158] = {.lex_state = 229}, + [4159] = {.lex_state = 512}, + [4160] = {.lex_state = 512}, + [4161] = {.lex_state = 182}, + [4162] = {.lex_state = 512}, + [4163] = {.lex_state = 149}, + [4164] = {.lex_state = 510}, + [4165] = {.lex_state = 183}, + [4166] = {.lex_state = 505}, + [4167] = {.lex_state = 512}, + [4168] = {.lex_state = 182}, + [4169] = {.lex_state = 183}, + [4170] = {.lex_state = 512}, + [4171] = {.lex_state = 183}, + [4172] = {.lex_state = 183}, + [4173] = {.lex_state = 512}, + [4174] = {.lex_state = 505}, + [4175] = {.lex_state = 510}, + [4176] = {.lex_state = 183}, + [4177] = {.lex_state = 182}, + [4178] = {.lex_state = 512}, + [4179] = {.lex_state = 229}, + [4180] = {.lex_state = 149}, + [4181] = {.lex_state = 512}, + [4182] = {.lex_state = 512}, + [4183] = {.lex_state = 182}, + [4184] = {.lex_state = 512}, + [4185] = {.lex_state = 512}, + [4186] = {.lex_state = 149}, + [4187] = {.lex_state = 149}, + [4188] = {.lex_state = 512}, + [4189] = {.lex_state = 149}, + [4190] = {.lex_state = 149}, + [4191] = {.lex_state = 229}, + [4192] = {.lex_state = 228}, + [4193] = {.lex_state = 149}, + [4194] = {.lex_state = 512}, + [4195] = {.lex_state = 512}, + [4196] = {.lex_state = 512}, + [4197] = {.lex_state = 505}, + [4198] = {.lex_state = 512}, + [4199] = {.lex_state = 149}, + [4200] = {.lex_state = 228}, + [4201] = {.lex_state = 512}, + [4202] = {.lex_state = 505}, + [4203] = {.lex_state = 149}, + [4204] = {.lex_state = 183}, + [4205] = {.lex_state = 136}, + [4206] = {.lex_state = 182}, + [4207] = {.lex_state = 182}, + [4208] = {.lex_state = 75}, + [4209] = {.lex_state = 182}, + [4210] = {.lex_state = 182}, + [4211] = {.lex_state = 75}, + [4212] = {.lex_state = 512}, + [4213] = {.lex_state = 494}, + [4214] = {.lex_state = 182}, + [4215] = {.lex_state = 510}, + [4216] = {.lex_state = 512}, + [4217] = {.lex_state = 182}, + [4218] = {.lex_state = 183}, + [4219] = {.lex_state = 512}, + [4220] = {.lex_state = 182}, + [4221] = {.lex_state = 182}, + [4222] = {.lex_state = 182}, + [4223] = {.lex_state = 75}, + [4224] = {.lex_state = 512}, + [4225] = {.lex_state = 231}, + [4226] = {.lex_state = 182}, + [4227] = {.lex_state = 505}, + [4228] = {.lex_state = 183}, + [4229] = {.lex_state = 183}, + [4230] = {.lex_state = 512}, + [4231] = {.lex_state = 75}, + [4232] = {.lex_state = 183}, + [4233] = {.lex_state = 183}, + [4234] = {.lex_state = 75}, + [4235] = {.lex_state = 505}, + [4236] = {.lex_state = 183}, + [4237] = {.lex_state = 182}, + [4238] = {.lex_state = 512}, + [4239] = {.lex_state = 505}, + [4240] = {.lex_state = 512}, + [4241] = {.lex_state = 512}, + [4242] = {.lex_state = 512}, + [4243] = {.lex_state = 182}, + [4244] = {.lex_state = 182}, + [4245] = {.lex_state = 182}, + [4246] = {.lex_state = 182}, + [4247] = {.lex_state = 494}, + [4248] = {.lex_state = 512}, + [4249] = {.lex_state = 231}, + [4250] = {.lex_state = 182}, + [4251] = {.lex_state = 231}, + [4252] = {.lex_state = 512}, + [4253] = {.lex_state = 510}, + [4254] = {.lex_state = 75}, + [4255] = {.lex_state = 183}, + [4256] = {.lex_state = 182}, + [4257] = {.lex_state = 182}, + [4258] = {.lex_state = 230}, + [4259] = {.lex_state = 231}, + [4260] = {.lex_state = 1561}, + [4261] = {.lex_state = 231}, + [4262] = {.lex_state = 182}, + [4263] = {.lex_state = 182}, + [4264] = {.lex_state = 183}, + [4265] = {.lex_state = 183}, + [4266] = {.lex_state = 512}, + [4267] = {.lex_state = 75}, + [4268] = {.lex_state = 230}, + [4269] = {.lex_state = 230}, + [4270] = {.lex_state = 182}, + [4271] = {.lex_state = 512}, + [4272] = {.lex_state = 494}, + [4273] = {.lex_state = 183}, + [4274] = {.lex_state = 512}, + [4275] = {.lex_state = 182}, + [4276] = {.lex_state = 512}, + [4277] = {.lex_state = 512}, + [4278] = {.lex_state = 183}, + [4279] = {.lex_state = 230}, + [4280] = {.lex_state = 182}, + [4281] = {.lex_state = 494}, + [4282] = {.lex_state = 230}, + [4283] = {.lex_state = 183}, + [4284] = {.lex_state = 1561}, + [4285] = {.lex_state = 182}, + [4286] = {.lex_state = 512}, + [4287] = {.lex_state = 183}, + [4288] = {.lex_state = 182}, + [4289] = {.lex_state = 505}, + [4290] = {.lex_state = 549}, + [4291] = {.lex_state = 182}, + [4292] = {.lex_state = 182}, + [4293] = {.lex_state = 505}, + [4294] = {.lex_state = 182}, + [4295] = {.lex_state = 182}, + [4296] = {.lex_state = 182}, + [4297] = {.lex_state = 182}, + [4298] = {.lex_state = 198}, + [4299] = {.lex_state = 182}, + [4300] = {.lex_state = 505}, + [4301] = {.lex_state = 136}, + [4302] = {.lex_state = 505}, + [4303] = {.lex_state = 182}, + [4304] = {.lex_state = 579}, + [4305] = {.lex_state = 182}, + [4306] = {.lex_state = 182}, + [4307] = {.lex_state = 182}, + [4308] = {.lex_state = 505}, + [4309] = {.lex_state = 505}, + [4310] = {.lex_state = 198}, + [4311] = {.lex_state = 491}, + [4312] = {.lex_state = 491}, + [4313] = {.lex_state = 183}, + [4314] = {.lex_state = 0}, [4315] = {.lex_state = 190}, - [4316] = {.lex_state = 189}, - [4317] = {.lex_state = 189}, - [4318] = {.lex_state = 547}, - [4319] = {.lex_state = 64}, - [4320] = {.lex_state = 64}, - [4321] = {.lex_state = 52}, - [4322] = {.lex_state = 52}, - [4323] = {.lex_state = 52}, - [4324] = {.lex_state = 202}, - [4325] = {.lex_state = 52}, - [4326] = {.lex_state = 52}, - [4327] = {.lex_state = 52}, - [4328] = {.lex_state = 547}, - [4329] = {.lex_state = 202}, - [4330] = {.lex_state = 52}, - [4331] = {.lex_state = 190}, - [4332] = {.lex_state = 547}, - [4333] = {.lex_state = 547}, - [4334] = {.lex_state = 226}, - [4335] = {.lex_state = 547}, - [4336] = {.lex_state = 52}, - [4337] = {.lex_state = 547}, - [4338] = {.lex_state = 52}, - [4339] = {.lex_state = 52}, - [4340] = {.lex_state = 52}, - [4341] = {.lex_state = 52}, - [4342] = {.lex_state = 229}, - [4343] = {.lex_state = 547}, - [4344] = {.lex_state = 547}, - [4345] = {.lex_state = 547}, - [4346] = {.lex_state = 547}, - [4347] = {.lex_state = 226}, - [4348] = {.lex_state = 547}, - [4349] = {.lex_state = 190}, - [4350] = {.lex_state = 190}, - [4351] = {.lex_state = 64}, - [4352] = {.lex_state = 190}, - [4353] = {.lex_state = 229}, - [4354] = {.lex_state = 547}, - [4355] = {.lex_state = 547}, - [4356] = {.lex_state = 0}, - [4357] = {.lex_state = 0}, - [4358] = {.lex_state = 205}, - [4359] = {.lex_state = 0}, - [4360] = {.lex_state = 547}, - [4361] = {.lex_state = 547}, - [4362] = {.lex_state = 547}, - [4363] = {.lex_state = 547}, - [4364] = {.lex_state = 547}, - [4365] = {.lex_state = 547}, - [4366] = {.lex_state = 547}, - [4367] = {.lex_state = 547}, - [4368] = {.lex_state = 202}, - [4369] = {.lex_state = 547}, - [4370] = {.lex_state = 202}, - [4371] = {.lex_state = 547}, - [4372] = {.lex_state = 547}, - [4373] = {.lex_state = 547}, - [4374] = {.lex_state = 528}, - [4375] = {.lex_state = 547}, - [4376] = {.lex_state = 547}, - [4377] = {.lex_state = 226}, - [4378] = {.lex_state = 547}, - [4379] = {.lex_state = 547}, - [4380] = {.lex_state = 0}, - [4381] = {.lex_state = 547}, - [4382] = {.lex_state = 52}, - [4383] = {.lex_state = 547}, - [4384] = {.lex_state = 547}, - [4385] = {.lex_state = 547}, - [4386] = {.lex_state = 547}, - [4387] = {.lex_state = 547}, - [4388] = {.lex_state = 547}, - [4389] = {.lex_state = 547}, - [4390] = {.lex_state = 547}, - [4391] = {.lex_state = 547}, - [4392] = {.lex_state = 547}, - [4393] = {.lex_state = 547}, - [4394] = {.lex_state = 547}, - [4395] = {.lex_state = 190}, - [4396] = {.lex_state = 202}, - [4397] = {.lex_state = 547}, - [4398] = {.lex_state = 547}, - [4399] = {.lex_state = 547}, - [4400] = {.lex_state = 547}, - [4401] = {.lex_state = 547}, - [4402] = {.lex_state = 547}, - [4403] = {.lex_state = 540}, - [4404] = {.lex_state = 540}, - [4405] = {.lex_state = 52}, - [4406] = {.lex_state = 0}, - [4407] = {.lex_state = 64}, - [4408] = {.lex_state = 205}, - [4409] = {.lex_state = 64}, - [4410] = {.lex_state = 547}, - [4411] = {.lex_state = 64}, - [4412] = {.lex_state = 614}, - [4413] = {.lex_state = 547}, - [4414] = {.lex_state = 202}, - [4415] = {.lex_state = 52}, - [4416] = {.lex_state = 205}, - [4417] = {.lex_state = 614}, - [4418] = {.lex_state = 189}, - [4419] = {.lex_state = 202}, - [4420] = {.lex_state = 202}, - [4421] = {.lex_state = 64}, - [4422] = {.lex_state = 202}, - [4423] = {.lex_state = 190}, - [4424] = {.lex_state = 190}, - [4425] = {.lex_state = 547}, - [4426] = {.lex_state = 202}, - [4427] = {.lex_state = 547}, - [4428] = {.lex_state = 189}, - [4429] = {.lex_state = 547}, - [4430] = {.lex_state = 547}, - [4431] = {.lex_state = 525}, - [4432] = {.lex_state = 547}, - [4433] = {.lex_state = 202}, - [4434] = {.lex_state = 540}, - [4435] = {.lex_state = 52}, - [4436] = {.lex_state = 52}, - [4437] = {.lex_state = 52}, - [4438] = {.lex_state = 547}, - [4439] = {.lex_state = 540}, - [4440] = {.lex_state = 202}, - [4441] = {.lex_state = 190}, - [4442] = {.lex_state = 190}, - [4443] = {.lex_state = 190}, - [4444] = {.lex_state = 190}, - [4445] = {.lex_state = 205}, - [4446] = {.lex_state = 525}, - [4447] = {.lex_state = 0}, - [4448] = {.lex_state = 525}, - [4449] = {.lex_state = 229}, - [4450] = {.lex_state = 197}, - [4451] = {.lex_state = 229}, - [4452] = {.lex_state = 547}, - [4453] = {.lex_state = 202}, - [4454] = {.lex_state = 547}, - [4455] = {.lex_state = 52}, - [4456] = {.lex_state = 205}, - [4457] = {.lex_state = 547}, - [4458] = {.lex_state = 525}, - [4459] = {.lex_state = 64}, - [4460] = {.lex_state = 202}, - [4461] = {.lex_state = 202}, - [4462] = {.lex_state = 202}, - [4463] = {.lex_state = 540}, - [4464] = {.lex_state = 528}, - [4465] = {.lex_state = 540}, - [4466] = {.lex_state = 547}, - [4467] = {.lex_state = 540}, - [4468] = {.lex_state = 540}, - [4469] = {.lex_state = 202}, - [4470] = {.lex_state = 226}, - [4471] = {.lex_state = 547}, - [4472] = {.lex_state = 202}, - [4473] = {.lex_state = 547}, - [4474] = {.lex_state = 189}, - [4475] = {.lex_state = 52}, - [4476] = {.lex_state = 528}, - [4477] = {.lex_state = 189}, - [4478] = {.lex_state = 202}, - [4479] = {.lex_state = 202}, - [4480] = {.lex_state = 202}, - [4481] = {.lex_state = 547}, - [4482] = {.lex_state = 240}, - [4483] = {.lex_state = 190}, - [4484] = {.lex_state = 547}, - [4485] = {.lex_state = 547}, - [4486] = {.lex_state = 202}, - [4487] = {.lex_state = 547}, - [4488] = {.lex_state = 202}, - [4489] = {.lex_state = 202}, - [4490] = {.lex_state = 202}, - [4491] = {.lex_state = 226}, - [4492] = {.lex_state = 202}, - [4493] = {.lex_state = 528}, - [4494] = {.lex_state = 64}, - [4495] = {.lex_state = 229}, - [4496] = {.lex_state = 202}, - [4497] = {.lex_state = 540}, - [4498] = {.lex_state = 547}, - [4499] = {.lex_state = 198}, - [4500] = {.lex_state = 198}, - [4501] = {.lex_state = 540}, - [4502] = {.lex_state = 64}, - [4503] = {.lex_state = 64}, - [4504] = {.lex_state = 540}, - [4505] = {.lex_state = 269}, - [4506] = {.lex_state = 540}, - [4507] = {.lex_state = 540}, - [4508] = {.lex_state = 64}, - [4509] = {.lex_state = 540}, - [4510] = {.lex_state = 540}, - [4511] = {.lex_state = 269}, - [4512] = {.lex_state = 540}, - [4513] = {.lex_state = 207}, - [4514] = {.lex_state = 540}, - [4515] = {.lex_state = 540}, - [4516] = {.lex_state = 540}, - [4517] = {.lex_state = 540}, - [4518] = {.lex_state = 547}, - [4519] = {.lex_state = 525}, - [4520] = {.lex_state = 540}, - [4521] = {.lex_state = 540}, - [4522] = {.lex_state = 540}, - [4523] = {.lex_state = 540}, - [4524] = {.lex_state = 540}, - [4525] = {.lex_state = 540}, - [4526] = {.lex_state = 540}, - [4527] = {.lex_state = 64}, - [4528] = {.lex_state = 64}, - [4529] = {.lex_state = 198}, - [4530] = {.lex_state = 64}, - [4531] = {.lex_state = 540}, - [4532] = {.lex_state = 269}, - [4533] = {.lex_state = 540}, - [4534] = {.lex_state = 64}, - [4535] = {.lex_state = 540}, - [4536] = {.lex_state = 525}, - [4537] = {.lex_state = 540}, - [4538] = {.lex_state = 540}, - [4539] = {.lex_state = 269}, - [4540] = {.lex_state = 540}, - [4541] = {.lex_state = 64}, - [4542] = {.lex_state = 52}, - [4543] = {.lex_state = 540}, - [4544] = {.lex_state = 540}, - [4545] = {.lex_state = 540}, - [4546] = {.lex_state = 540}, - [4547] = {.lex_state = 547}, - [4548] = {.lex_state = 540}, - [4549] = {.lex_state = 64}, - [4550] = {.lex_state = 64}, - [4551] = {.lex_state = 540}, - [4552] = {.lex_state = 540}, - [4553] = {.lex_state = 540}, - [4554] = {.lex_state = 540}, - [4555] = {.lex_state = 540}, - [4556] = {.lex_state = 540}, - [4557] = {.lex_state = 540}, - [4558] = {.lex_state = 540}, - [4559] = {.lex_state = 207}, - [4560] = {.lex_state = 540}, - [4561] = {.lex_state = 64}, - [4562] = {.lex_state = 198}, - [4563] = {.lex_state = 540}, - [4564] = {.lex_state = 64}, - [4565] = {.lex_state = 1892}, - [4566] = {.lex_state = 64}, - [4567] = {.lex_state = 64}, - [4568] = {.lex_state = 64}, - [4569] = {.lex_state = 540}, - [4570] = {.lex_state = 540}, - [4571] = {.lex_state = 64}, - [4572] = {.lex_state = 207}, - [4573] = {.lex_state = 207}, - [4574] = {.lex_state = 207}, - [4575] = {.lex_state = 207}, - [4576] = {.lex_state = 207}, - [4577] = {.lex_state = 64}, - [4578] = {.lex_state = 540}, - [4579] = {.lex_state = 207}, - [4580] = {.lex_state = 207}, - [4581] = {.lex_state = 207}, - [4582] = {.lex_state = 207}, - [4583] = {.lex_state = 64}, - [4584] = {.lex_state = 64}, - [4585] = {.lex_state = 189}, - [4586] = {.lex_state = 207}, - [4587] = {.lex_state = 207}, - [4588] = {.lex_state = 540}, - [4589] = {.lex_state = 64}, - [4590] = {.lex_state = 547}, - [4591] = {.lex_state = 207}, - [4592] = {.lex_state = 540}, - [4593] = {.lex_state = 64}, - [4594] = {.lex_state = 64}, - [4595] = {.lex_state = 190}, - [4596] = {.lex_state = 198}, - [4597] = {.lex_state = 64}, - [4598] = {.lex_state = 198}, - [4599] = {.lex_state = 269}, - [4600] = {.lex_state = 64}, - [4601] = {.lex_state = 198}, - [4602] = {.lex_state = 64}, - [4603] = {.lex_state = 540}, - [4604] = {.lex_state = 269}, - [4605] = {.lex_state = 540}, - [4606] = {.lex_state = 540}, - [4607] = {.lex_state = 269}, - [4608] = {.lex_state = 64}, - [4609] = {.lex_state = 64}, - [4610] = {.lex_state = 64}, - [4611] = {.lex_state = 540}, - [4612] = {.lex_state = 540}, - [4613] = {.lex_state = 540}, - [4614] = {.lex_state = 190}, - [4615] = {.lex_state = 269}, - [4616] = {.lex_state = 81}, - [4617] = {.lex_state = 540}, - [4618] = {.lex_state = 540}, - [4619] = {.lex_state = 540}, - [4620] = {.lex_state = 269}, - [4621] = {.lex_state = 540}, - [4622] = {.lex_state = 207}, - [4623] = {.lex_state = 540}, - [4624] = {.lex_state = 547}, - [4625] = {.lex_state = 540}, - [4626] = {.lex_state = 64}, - [4627] = {.lex_state = 64}, - [4628] = {.lex_state = 64}, - [4629] = {.lex_state = 229}, - [4630] = {.lex_state = 64}, - [4631] = {.lex_state = 64}, - [4632] = {.lex_state = 540}, - [4633] = {.lex_state = 64}, - [4634] = {.lex_state = 540}, - [4635] = {.lex_state = 540}, - [4636] = {.lex_state = 64}, - [4637] = {.lex_state = 540}, - [4638] = {.lex_state = 32}, - [4639] = {.lex_state = 540}, - [4640] = {.lex_state = 540}, - [4641] = {.lex_state = 540}, - [4642] = {.lex_state = 540}, - [4643] = {.lex_state = 540}, - [4644] = {.lex_state = 540}, - [4645] = {.lex_state = 52}, - [4646] = {.lex_state = 52}, - [4647] = {.lex_state = 540}, - [4648] = {.lex_state = 64}, - [4649] = {.lex_state = 64}, - [4650] = {.lex_state = 540}, - [4651] = {.lex_state = 540}, - [4652] = {.lex_state = 64}, - [4653] = {.lex_state = 64}, - [4654] = {.lex_state = 269}, - [4655] = {.lex_state = 540}, - [4656] = {.lex_state = 547}, - [4657] = {.lex_state = 190}, - [4658] = {.lex_state = 198}, - [4659] = {.lex_state = 540}, - [4660] = {.lex_state = 547}, - [4661] = {.lex_state = 540}, - [4662] = {.lex_state = 540}, - [4663] = {.lex_state = 52}, - [4664] = {.lex_state = 547}, - [4665] = {.lex_state = 547}, - [4666] = {.lex_state = 207}, - [4667] = {.lex_state = 540}, - [4668] = {.lex_state = 64}, - [4669] = {.lex_state = 198}, - [4670] = {.lex_state = 64}, - [4671] = {.lex_state = 32}, - [4672] = {.lex_state = 540}, - [4673] = {.lex_state = 269}, - [4674] = {.lex_state = 207}, - [4675] = {.lex_state = 540}, - [4676] = {.lex_state = 540}, - [4677] = {.lex_state = 64}, - [4678] = {.lex_state = 198}, - [4679] = {.lex_state = 547}, - [4680] = {.lex_state = 540}, - [4681] = {.lex_state = 64}, - [4682] = {.lex_state = 64}, - [4683] = {.lex_state = 540}, - [4684] = {.lex_state = 540}, - [4685] = {.lex_state = 540}, - [4686] = {.lex_state = 269}, - [4687] = {.lex_state = 540}, - [4688] = {.lex_state = 540}, - [4689] = {.lex_state = 540}, - [4690] = {.lex_state = 540}, - [4691] = {.lex_state = 540}, - [4692] = {.lex_state = 540}, - [4693] = {.lex_state = 269}, - [4694] = {.lex_state = 540}, - [4695] = {.lex_state = 540}, - [4696] = {.lex_state = 540}, - [4697] = {.lex_state = 198}, - [4698] = {.lex_state = 547}, - [4699] = {.lex_state = 540}, - [4700] = {.lex_state = 540}, - [4701] = {.lex_state = 540}, - [4702] = {.lex_state = 547}, - [4703] = {.lex_state = 540}, - [4704] = {.lex_state = 540}, - [4705] = {.lex_state = 540}, - [4706] = {.lex_state = 540}, - [4707] = {.lex_state = 540}, - [4708] = {.lex_state = 207}, - [4709] = {.lex_state = 198}, - [4710] = {.lex_state = 269}, - [4711] = {.lex_state = 540}, - [4712] = {.lex_state = 540}, - [4713] = {.lex_state = 525}, - [4714] = {.lex_state = 547}, - [4715] = {.lex_state = 64}, - [4716] = {.lex_state = 540}, - [4717] = {.lex_state = 64}, - [4718] = {.lex_state = 198}, - [4719] = {.lex_state = 540}, - [4720] = {.lex_state = 540}, - [4721] = {.lex_state = 540}, - [4722] = {.lex_state = 207}, - [4723] = {.lex_state = 198}, - [4724] = {.lex_state = 540}, - [4725] = {.lex_state = 540}, - [4726] = {.lex_state = 269}, - [4727] = {.lex_state = 269}, - [4728] = {.lex_state = 269}, - [4729] = {.lex_state = 540}, - [4730] = {.lex_state = 540}, - [4731] = {.lex_state = 540}, - [4732] = {.lex_state = 547}, - [4733] = {.lex_state = 64}, - [4734] = {.lex_state = 540}, - [4735] = {.lex_state = 540}, - [4736] = {.lex_state = 64}, - [4737] = {.lex_state = 241}, - [4738] = {.lex_state = 540}, - [4739] = {.lex_state = 540}, - [4740] = {.lex_state = 547}, - [4741] = {.lex_state = 547}, - [4742] = {.lex_state = 540}, - [4743] = {.lex_state = 64}, - [4744] = {.lex_state = 547}, - [4745] = {.lex_state = 190}, - [4746] = {.lex_state = 269}, - [4747] = {.lex_state = 207}, - [4748] = {.lex_state = 540}, - [4749] = {.lex_state = 540}, - [4750] = {.lex_state = 540}, - [4751] = {.lex_state = 540}, - [4752] = {.lex_state = 540}, - [4753] = {.lex_state = 547}, - [4754] = {.lex_state = 207}, - [4755] = {.lex_state = 540}, - [4756] = {.lex_state = 540}, - [4757] = {.lex_state = 540}, - [4758] = {.lex_state = 540}, - [4759] = {.lex_state = 547}, - [4760] = {.lex_state = 540}, - [4761] = {.lex_state = 540}, - [4762] = {.lex_state = 540}, - [4763] = {.lex_state = 540}, - [4764] = {.lex_state = 540}, - [4765] = {.lex_state = 540}, - [4766] = {.lex_state = 540}, - [4767] = {.lex_state = 207}, - [4768] = {.lex_state = 547}, - [4769] = {.lex_state = 540}, - [4770] = {.lex_state = 540}, - [4771] = {.lex_state = 547}, - [4772] = {.lex_state = 540}, - [4773] = {.lex_state = 547}, - [4774] = {.lex_state = 207}, - [4775] = {.lex_state = 547}, - [4776] = {.lex_state = 540}, - [4777] = {.lex_state = 207}, - [4778] = {.lex_state = 540}, - [4779] = {.lex_state = 540}, - [4780] = {.lex_state = 540}, - [4781] = {.lex_state = 198}, - [4782] = {.lex_state = 64}, - [4783] = {.lex_state = 540}, - [4784] = {.lex_state = 547}, - [4785] = {.lex_state = 269}, - [4786] = {.lex_state = 547}, - [4787] = {.lex_state = 547}, - [4788] = {.lex_state = 540}, - [4789] = {.lex_state = 540}, - [4790] = {.lex_state = 540}, - [4791] = {.lex_state = 540}, - [4792] = {.lex_state = 207}, - [4793] = {.lex_state = 547}, - [4794] = {.lex_state = 547}, - [4795] = {.lex_state = 540}, - [4796] = {.lex_state = 207}, - [4797] = {.lex_state = 64}, - [4798] = {.lex_state = 547}, - [4799] = {.lex_state = 540}, - [4800] = {.lex_state = 540}, - [4801] = {.lex_state = 540}, - [4802] = {.lex_state = 547}, - [4803] = {.lex_state = 198}, - [4804] = {.lex_state = 547}, - [4805] = {.lex_state = 207}, - [4806] = {.lex_state = 547}, - [4807] = {.lex_state = 547}, - [4808] = {.lex_state = 198}, - [4809] = {.lex_state = 540}, - [4810] = {.lex_state = 269}, - [4811] = {.lex_state = 540}, - [4812] = {.lex_state = 207}, - [4813] = {.lex_state = 540}, - [4814] = {.lex_state = 0}, - [4815] = {.lex_state = 540}, - [4816] = {.lex_state = 540}, - [4817] = {.lex_state = 269}, - [4818] = {.lex_state = 540}, - [4819] = {.lex_state = 547}, - [4820] = {.lex_state = 540}, - [4821] = {.lex_state = 540}, - [4822] = {.lex_state = 525}, - [4823] = {.lex_state = 198}, - [4824] = {.lex_state = 540}, - [4825] = {.lex_state = 540}, - [4826] = {.lex_state = 198}, - [4827] = {.lex_state = 198}, - [4828] = {.lex_state = 547}, - [4829] = {.lex_state = 547}, - [4830] = {.lex_state = 207}, - [4831] = {.lex_state = 269}, - [4832] = {.lex_state = 547}, - [4833] = {.lex_state = 207}, - [4834] = {.lex_state = 547}, - [4835] = {.lex_state = 198}, - [4836] = {.lex_state = 547}, - [4837] = {.lex_state = 540}, - [4838] = {.lex_state = 269}, - [4839] = {.lex_state = 540}, - [4840] = {.lex_state = 540}, - [4841] = {.lex_state = 540}, - [4842] = {.lex_state = 525}, - [4843] = {.lex_state = 540}, - [4844] = {.lex_state = 540}, - [4845] = {.lex_state = 540}, - [4846] = {.lex_state = 540}, - [4847] = {.lex_state = 269}, - [4848] = {.lex_state = 540}, - [4849] = {.lex_state = 540}, - [4850] = {.lex_state = 540}, - [4851] = {.lex_state = 198}, - [4852] = {.lex_state = 540}, - [4853] = {.lex_state = 540}, - [4854] = {.lex_state = 540}, - [4855] = {.lex_state = 540}, - [4856] = {.lex_state = 32}, - [4857] = {.lex_state = 190}, - [4858] = {.lex_state = 540}, - [4859] = {.lex_state = 540}, - [4860] = {.lex_state = 525}, - [4861] = {.lex_state = 32}, - [4862] = {.lex_state = 525}, - [4863] = {.lex_state = 525}, - [4864] = {.lex_state = 540}, - [4865] = {.lex_state = 547}, - [4866] = {.lex_state = 540}, - [4867] = {.lex_state = 540}, - [4868] = {.lex_state = 189}, - [4869] = {.lex_state = 229}, - [4870] = {.lex_state = 540}, - [4871] = {.lex_state = 547}, - [4872] = {.lex_state = 525}, - [4873] = {.lex_state = 540}, - [4874] = {.lex_state = 198}, - [4875] = {.lex_state = 540}, - [4876] = {.lex_state = 540}, - [4877] = {.lex_state = 207}, - [4878] = {.lex_state = 540}, - [4879] = {.lex_state = 540}, - [4880] = {.lex_state = 540}, - [4881] = {.lex_state = 547}, - [4882] = {.lex_state = 547}, - [4883] = {.lex_state = 547}, - [4884] = {.lex_state = 190}, - [4885] = {.lex_state = 190}, - [4886] = {.lex_state = 547}, - [4887] = {.lex_state = 269}, - [4888] = {.lex_state = 207}, - [4889] = {.lex_state = 540}, - [4890] = {.lex_state = 540}, - [4891] = {.lex_state = 525}, - [4892] = {.lex_state = 547}, - [4893] = {.lex_state = 198}, - [4894] = {.lex_state = 547}, - [4895] = {.lex_state = 540}, - [4896] = {.lex_state = 547}, - [4897] = {.lex_state = 540}, - [4898] = {.lex_state = 269}, - [4899] = {.lex_state = 190}, - [4900] = {.lex_state = 547}, - [4901] = {.lex_state = 525}, - [4902] = {.lex_state = 540}, - [4903] = {.lex_state = 547}, - [4904] = {.lex_state = 540}, - [4905] = {.lex_state = 547}, - [4906] = {.lex_state = 540}, - [4907] = {.lex_state = 269}, - [4908] = {.lex_state = 614}, - [4909] = {.lex_state = 547}, - [4910] = {.lex_state = 198}, - [4911] = {.lex_state = 547}, - [4912] = {.lex_state = 547}, - [4913] = {.lex_state = 207}, - [4914] = {.lex_state = 540}, - [4915] = {.lex_state = 547}, - [4916] = {.lex_state = 547}, - [4917] = {.lex_state = 540}, - [4918] = {.lex_state = 525}, - [4919] = {.lex_state = 540}, - [4920] = {.lex_state = 540}, - [4921] = {.lex_state = 540}, - [4922] = {.lex_state = 202}, - [4923] = {.lex_state = 0}, - [4924] = {.lex_state = 540}, - [4925] = {.lex_state = 0}, - [4926] = {.lex_state = 201}, - [4927] = {.lex_state = 540}, - [4928] = {.lex_state = 253}, - [4929] = {.lex_state = 540}, - [4930] = {.lex_state = 540}, - [4931] = {.lex_state = 540}, - [4932] = {.lex_state = 201}, - [4933] = {.lex_state = 64}, - [4934] = {.lex_state = 64}, - [4935] = {.lex_state = 540}, - [4936] = {.lex_state = 253}, - [4937] = {.lex_state = 540}, - [4938] = {.lex_state = 540}, - [4939] = {.lex_state = 253}, - [4940] = {.lex_state = 64}, - [4941] = {.lex_state = 540}, - [4942] = {.lex_state = 540}, - [4943] = {.lex_state = 202}, - [4944] = {.lex_state = 0}, - [4945] = {.lex_state = 525}, - [4946] = {.lex_state = 201}, - [4947] = {.lex_state = 540}, - [4948] = {.lex_state = 540}, - [4949] = {.lex_state = 540}, - [4950] = {.lex_state = 214}, - [4951] = {.lex_state = 540}, - [4952] = {.lex_state = 540}, - [4953] = {.lex_state = 253}, - [4954] = {.lex_state = 201}, - [4955] = {.lex_state = 540}, - [4956] = {.lex_state = 540}, - [4957] = {.lex_state = 525}, - [4958] = {.lex_state = 0}, - [4959] = {.lex_state = 540}, - [4960] = {.lex_state = 525}, - [4961] = {.lex_state = 525}, - [4962] = {.lex_state = 253}, - [4963] = {.lex_state = 214}, - [4964] = {.lex_state = 540}, - [4965] = {.lex_state = 540}, - [4966] = {.lex_state = 64}, - [4967] = {.lex_state = 540}, - [4968] = {.lex_state = 540}, - [4969] = {.lex_state = 540}, - [4970] = {.lex_state = 525}, - [4971] = {.lex_state = 0}, - [4972] = {.lex_state = 540}, - [4973] = {.lex_state = 525}, - [4974] = {.lex_state = 525}, - [4975] = {.lex_state = 242}, - [4976] = {.lex_state = 226}, - [4977] = {.lex_state = 540}, - [4978] = {.lex_state = 540}, - [4979] = {.lex_state = 201}, - [4980] = {.lex_state = 0}, - [4981] = {.lex_state = 0}, - [4982] = {.lex_state = 0}, - [4983] = {.lex_state = 201}, - [4984] = {.lex_state = 540}, - [4985] = {.lex_state = 540}, - [4986] = {.lex_state = 540}, - [4987] = {.lex_state = 540}, - [4988] = {.lex_state = 540}, - [4989] = {.lex_state = 540}, - [4990] = {.lex_state = 0}, - [4991] = {.lex_state = 540}, - [4992] = {.lex_state = 525}, - [4993] = {.lex_state = 540}, - [4994] = {.lex_state = 540}, - [4995] = {.lex_state = 525}, - [4996] = {.lex_state = 525}, - [4997] = {.lex_state = 540}, - [4998] = {.lex_state = 540}, - [4999] = {.lex_state = 540}, - [5000] = {.lex_state = 540}, - [5001] = {.lex_state = 540}, - [5002] = {.lex_state = 540}, - [5003] = {.lex_state = 540}, - [5004] = {.lex_state = 540}, - [5005] = {.lex_state = 540}, - [5006] = {.lex_state = 253}, - [5007] = {.lex_state = 64}, - [5008] = {.lex_state = 540}, - [5009] = {.lex_state = 260}, - [5010] = {.lex_state = 253}, - [5011] = {.lex_state = 540}, - [5012] = {.lex_state = 201}, - [5013] = {.lex_state = 540}, - [5014] = {.lex_state = 540}, - [5015] = {.lex_state = 540}, - [5016] = {.lex_state = 540}, - [5017] = {.lex_state = 540}, - [5018] = {.lex_state = 0}, - [5019] = {.lex_state = 540}, - [5020] = {.lex_state = 64}, - [5021] = {.lex_state = 540}, - [5022] = {.lex_state = 0}, - [5023] = {.lex_state = 540}, - [5024] = {.lex_state = 540}, - [5025] = {.lex_state = 201}, - [5026] = {.lex_state = 201}, - [5027] = {.lex_state = 540}, - [5028] = {.lex_state = 540}, - [5029] = {.lex_state = 540}, - [5030] = {.lex_state = 540}, - [5031] = {.lex_state = 201}, - [5032] = {.lex_state = 1886}, + [4316] = {.lex_state = 60}, + [4317] = {.lex_state = 60}, + [4318] = {.lex_state = 222}, + [4319] = {.lex_state = 60}, + [4320] = {.lex_state = 549}, + [4321] = {.lex_state = 219}, + [4322] = {.lex_state = 222}, + [4323] = {.lex_state = 60}, + [4324] = {.lex_state = 183}, + [4325] = {.lex_state = 60}, + [4326] = {.lex_state = 222}, + [4327] = {.lex_state = 183}, + [4328] = {.lex_state = 505}, + [4329] = {.lex_state = 489}, + [4330] = {.lex_state = 505}, + [4331] = {.lex_state = 198}, + [4332] = {.lex_state = 60}, + [4333] = {.lex_state = 195}, + [4334] = {.lex_state = 60}, + [4335] = {.lex_state = 60}, + [4336] = {.lex_state = 219}, + [4337] = {.lex_state = 494}, + [4338] = {.lex_state = 491}, + [4339] = {.lex_state = 75}, + [4340] = {.lex_state = 75}, + [4341] = {.lex_state = 494}, + [4342] = {.lex_state = 491}, + [4343] = {.lex_state = 60}, + [4344] = {.lex_state = 549}, + [4345] = {.lex_state = 233}, + [4346] = {.lex_state = 60}, + [4347] = {.lex_state = 60}, + [4348] = {.lex_state = 195}, + [4349] = {.lex_state = 505}, + [4350] = {.lex_state = 505}, + [4351] = {.lex_state = 183}, + [4352] = {.lex_state = 505}, + [4353] = {.lex_state = 232}, + [4354] = {.lex_state = 505}, + [4355] = {.lex_state = 512}, + [4356] = {.lex_state = 183}, + [4357] = {.lex_state = 505}, + [4358] = {.lex_state = 512}, + [4359] = {.lex_state = 60}, + [4360] = {.lex_state = 195}, + [4361] = {.lex_state = 232}, + [4362] = {.lex_state = 505}, + [4363] = {.lex_state = 512}, + [4364] = {.lex_state = 195}, + [4365] = {.lex_state = 195}, + [4366] = {.lex_state = 243}, + [4367] = {.lex_state = 512}, + [4368] = {.lex_state = 195}, + [4369] = {.lex_state = 232}, + [4370] = {.lex_state = 512}, + [4371] = {.lex_state = 195}, + [4372] = {.lex_state = 195}, + [4373] = {.lex_state = 195}, + [4374] = {.lex_state = 183}, + [4375] = {.lex_state = 232}, + [4376] = {.lex_state = 195}, + [4377] = {.lex_state = 182}, + [4378] = {.lex_state = 183}, + [4379] = {.lex_state = 198}, + [4380] = {.lex_state = 60}, + [4381] = {.lex_state = 195}, + [4382] = {.lex_state = 512}, + [4383] = {.lex_state = 195}, + [4384] = {.lex_state = 195}, + [4385] = {.lex_state = 60}, + [4386] = {.lex_state = 219}, + [4387] = {.lex_state = 195}, + [4388] = {.lex_state = 219}, + [4389] = {.lex_state = 195}, + [4390] = {.lex_state = 195}, + [4391] = {.lex_state = 512}, + [4392] = {.lex_state = 494}, + [4393] = {.lex_state = 60}, + [4394] = {.lex_state = 183}, + [4395] = {.lex_state = 195}, + [4396] = {.lex_state = 512}, + [4397] = {.lex_state = 512}, + [4398] = {.lex_state = 222}, + [4399] = {.lex_state = 195}, + [4400] = {.lex_state = 512}, + [4401] = {.lex_state = 183}, + [4402] = {.lex_state = 60}, + [4403] = {.lex_state = 195}, + [4404] = {.lex_state = 512}, + [4405] = {.lex_state = 512}, + [4406] = {.lex_state = 512}, + [4407] = {.lex_state = 0}, + [4408] = {.lex_state = 182}, + [4409] = {.lex_state = 579}, + [4410] = {.lex_state = 512}, + [4411] = {.lex_state = 75}, + [4412] = {.lex_state = 512}, + [4413] = {.lex_state = 512}, + [4414] = {.lex_state = 512}, + [4415] = {.lex_state = 512}, + [4416] = {.lex_state = 512}, + [4417] = {.lex_state = 195}, + [4418] = {.lex_state = 512}, + [4419] = {.lex_state = 75}, + [4420] = {.lex_state = 75}, + [4421] = {.lex_state = 0}, + [4422] = {.lex_state = 512}, + [4423] = {.lex_state = 512}, + [4424] = {.lex_state = 512}, + [4425] = {.lex_state = 60}, + [4426] = {.lex_state = 75}, + [4427] = {.lex_state = 60}, + [4428] = {.lex_state = 60}, + [4429] = {.lex_state = 60}, + [4430] = {.lex_state = 512}, + [4431] = {.lex_state = 195}, + [4432] = {.lex_state = 512}, + [4433] = {.lex_state = 183}, + [4434] = {.lex_state = 183}, + [4435] = {.lex_state = 195}, + [4436] = {.lex_state = 512}, + [4437] = {.lex_state = 579}, + [4438] = {.lex_state = 512}, + [4439] = {.lex_state = 512}, + [4440] = {.lex_state = 222}, + [4441] = {.lex_state = 512}, + [4442] = {.lex_state = 195}, + [4443] = {.lex_state = 512}, + [4444] = {.lex_state = 195}, + [4445] = {.lex_state = 512}, + [4446] = {.lex_state = 75}, + [4447] = {.lex_state = 512}, + [4448] = {.lex_state = 195}, + [4449] = {.lex_state = 512}, + [4450] = {.lex_state = 512}, + [4451] = {.lex_state = 195}, + [4452] = {.lex_state = 512}, + [4453] = {.lex_state = 512}, + [4454] = {.lex_state = 512}, + [4455] = {.lex_state = 512}, + [4456] = {.lex_state = 75}, + [4457] = {.lex_state = 198}, + [4458] = {.lex_state = 494}, + [4459] = {.lex_state = 182}, + [4460] = {.lex_state = 198}, + [4461] = {.lex_state = 512}, + [4462] = {.lex_state = 0}, + [4463] = {.lex_state = 512}, + [4464] = {.lex_state = 512}, + [4465] = {.lex_state = 512}, + [4466] = {.lex_state = 0}, + [4467] = {.lex_state = 182}, + [4468] = {.lex_state = 512}, + [4469] = {.lex_state = 0}, + [4470] = {.lex_state = 512}, + [4471] = {.lex_state = 219}, + [4472] = {.lex_state = 512}, + [4473] = {.lex_state = 183}, + [4474] = {.lex_state = 512}, + [4475] = {.lex_state = 512}, + [4476] = {.lex_state = 512}, + [4477] = {.lex_state = 512}, + [4478] = {.lex_state = 512}, + [4479] = {.lex_state = 512}, + [4480] = {.lex_state = 512}, + [4481] = {.lex_state = 512}, + [4482] = {.lex_state = 512}, + [4483] = {.lex_state = 512}, + [4484] = {.lex_state = 512}, + [4485] = {.lex_state = 512}, + [4486] = {.lex_state = 512}, + [4487] = {.lex_state = 512}, + [4488] = {.lex_state = 195}, + [4489] = {.lex_state = 512}, + [4490] = {.lex_state = 512}, + [4491] = {.lex_state = 232}, + [4492] = {.lex_state = 512}, + [4493] = {.lex_state = 505}, + [4494] = {.lex_state = 262}, + [4495] = {.lex_state = 191}, + [4496] = {.lex_state = 505}, + [4497] = {.lex_state = 75}, + [4498] = {.lex_state = 75}, + [4499] = {.lex_state = 75}, + [4500] = {.lex_state = 191}, + [4501] = {.lex_state = 505}, + [4502] = {.lex_state = 75}, + [4503] = {.lex_state = 75}, + [4504] = {.lex_state = 512}, + [4505] = {.lex_state = 191}, + [4506] = {.lex_state = 262}, + [4507] = {.lex_state = 262}, + [4508] = {.lex_state = 75}, + [4509] = {.lex_state = 512}, + [4510] = {.lex_state = 75}, + [4511] = {.lex_state = 75}, + [4512] = {.lex_state = 75}, + [4513] = {.lex_state = 75}, + [4514] = {.lex_state = 191}, + [4515] = {.lex_state = 191}, + [4516] = {.lex_state = 505}, + [4517] = {.lex_state = 262}, + [4518] = {.lex_state = 505}, + [4519] = {.lex_state = 191}, + [4520] = {.lex_state = 505}, + [4521] = {.lex_state = 505}, + [4522] = {.lex_state = 505}, + [4523] = {.lex_state = 505}, + [4524] = {.lex_state = 262}, + [4525] = {.lex_state = 1568}, + [4526] = {.lex_state = 505}, + [4527] = {.lex_state = 489}, + [4528] = {.lex_state = 505}, + [4529] = {.lex_state = 512}, + [4530] = {.lex_state = 198}, + [4531] = {.lex_state = 505}, + [4532] = {.lex_state = 505}, + [4533] = {.lex_state = 505}, + [4534] = {.lex_state = 505}, + [4535] = {.lex_state = 191}, + [4536] = {.lex_state = 505}, + [4537] = {.lex_state = 505}, + [4538] = {.lex_state = 505}, + [4539] = {.lex_state = 505}, + [4540] = {.lex_state = 200}, + [4541] = {.lex_state = 191}, + [4542] = {.lex_state = 505}, + [4543] = {.lex_state = 191}, + [4544] = {.lex_state = 505}, + [4545] = {.lex_state = 262}, + [4546] = {.lex_state = 505}, + [4547] = {.lex_state = 191}, + [4548] = {.lex_state = 505}, + [4549] = {.lex_state = 505}, + [4550] = {.lex_state = 505}, + [4551] = {.lex_state = 262}, + [4552] = {.lex_state = 505}, + [4553] = {.lex_state = 200}, + [4554] = {.lex_state = 202}, + [4555] = {.lex_state = 262}, + [4556] = {.lex_state = 505}, + [4557] = {.lex_state = 505}, + [4558] = {.lex_state = 200}, + [4559] = {.lex_state = 200}, + [4560] = {.lex_state = 491}, + [4561] = {.lex_state = 191}, + [4562] = {.lex_state = 505}, + [4563] = {.lex_state = 505}, + [4564] = {.lex_state = 200}, + [4565] = {.lex_state = 505}, + [4566] = {.lex_state = 200}, + [4567] = {.lex_state = 200}, + [4568] = {.lex_state = 200}, + [4569] = {.lex_state = 505}, + [4570] = {.lex_state = 202}, + [4571] = {.lex_state = 200}, + [4572] = {.lex_state = 200}, + [4573] = {.lex_state = 200}, + [4574] = {.lex_state = 505}, + [4575] = {.lex_state = 191}, + [4576] = {.lex_state = 182}, + [4577] = {.lex_state = 200}, + [4578] = {.lex_state = 200}, + [4579] = {.lex_state = 505}, + [4580] = {.lex_state = 244}, + [4581] = {.lex_state = 505}, + [4582] = {.lex_state = 191}, + [4583] = {.lex_state = 183}, + [4584] = {.lex_state = 505}, + [4585] = {.lex_state = 191}, + [4586] = {.lex_state = 505}, + [4587] = {.lex_state = 262}, + [4588] = {.lex_state = 505}, + [4589] = {.lex_state = 191}, + [4590] = {.lex_state = 505}, + [4591] = {.lex_state = 505}, + [4592] = {.lex_state = 262}, + [4593] = {.lex_state = 505}, + [4594] = {.lex_state = 505}, + [4595] = {.lex_state = 191}, + [4596] = {.lex_state = 200}, + [4597] = {.lex_state = 505}, + [4598] = {.lex_state = 505}, + [4599] = {.lex_state = 505}, + [4600] = {.lex_state = 505}, + [4601] = {.lex_state = 505}, + [4602] = {.lex_state = 505}, + [4603] = {.lex_state = 505}, + [4604] = {.lex_state = 191}, + [4605] = {.lex_state = 505}, + [4606] = {.lex_state = 505}, + [4607] = {.lex_state = 505}, + [4608] = {.lex_state = 191}, + [4609] = {.lex_state = 183}, + [4610] = {.lex_state = 505}, + [4611] = {.lex_state = 262}, + [4612] = {.lex_state = 505}, + [4613] = {.lex_state = 200}, + [4614] = {.lex_state = 505}, + [4615] = {.lex_state = 262}, + [4616] = {.lex_state = 505}, + [4617] = {.lex_state = 505}, + [4618] = {.lex_state = 75}, + [4619] = {.lex_state = 505}, + [4620] = {.lex_state = 505}, + [4621] = {.lex_state = 505}, + [4622] = {.lex_state = 200}, + [4623] = {.lex_state = 505}, + [4624] = {.lex_state = 222}, + [4625] = {.lex_state = 505}, + [4626] = {.lex_state = 505}, + [4627] = {.lex_state = 505}, + [4628] = {.lex_state = 505}, + [4629] = {.lex_state = 505}, + [4630] = {.lex_state = 60}, + [4631] = {.lex_state = 60}, + [4632] = {.lex_state = 505}, + [4633] = {.lex_state = 28}, + [4634] = {.lex_state = 505}, + [4635] = {.lex_state = 505}, + [4636] = {.lex_state = 505}, + [4637] = {.lex_state = 505}, + [4638] = {.lex_state = 505}, + [4639] = {.lex_state = 512}, + [4640] = {.lex_state = 75}, + [4641] = {.lex_state = 75}, + [4642] = {.lex_state = 75}, + [4643] = {.lex_state = 191}, + [4644] = {.lex_state = 75}, + [4645] = {.lex_state = 505}, + [4646] = {.lex_state = 262}, + [4647] = {.lex_state = 505}, + [4648] = {.lex_state = 489}, + [4649] = {.lex_state = 262}, + [4650] = {.lex_state = 491}, + [4651] = {.lex_state = 512}, + [4652] = {.lex_state = 505}, + [4653] = {.lex_state = 191}, + [4654] = {.lex_state = 262}, + [4655] = {.lex_state = 512}, + [4656] = {.lex_state = 505}, + [4657] = {.lex_state = 491}, + [4658] = {.lex_state = 75}, + [4659] = {.lex_state = 512}, + [4660] = {.lex_state = 75}, + [4661] = {.lex_state = 200}, + [4662] = {.lex_state = 75}, + [4663] = {.lex_state = 60}, + [4664] = {.lex_state = 505}, + [4665] = {.lex_state = 505}, + [4666] = {.lex_state = 549}, + [4667] = {.lex_state = 505}, + [4668] = {.lex_state = 75}, + [4669] = {.lex_state = 75}, + [4670] = {.lex_state = 202}, + [4671] = {.lex_state = 505}, + [4672] = {.lex_state = 505}, + [4673] = {.lex_state = 505}, + [4674] = {.lex_state = 512}, + [4675] = {.lex_state = 505}, + [4676] = {.lex_state = 75}, + [4677] = {.lex_state = 75}, + [4678] = {.lex_state = 505}, + [4679] = {.lex_state = 505}, + [4680] = {.lex_state = 75}, + [4681] = {.lex_state = 28}, + [4682] = {.lex_state = 75}, + [4683] = {.lex_state = 505}, + [4684] = {.lex_state = 75}, + [4685] = {.lex_state = 505}, + [4686] = {.lex_state = 75}, + [4687] = {.lex_state = 75}, + [4688] = {.lex_state = 75}, + [4689] = {.lex_state = 75}, + [4690] = {.lex_state = 75}, + [4691] = {.lex_state = 191}, + [4692] = {.lex_state = 505}, + [4693] = {.lex_state = 262}, + [4694] = {.lex_state = 505}, + [4695] = {.lex_state = 200}, + [4696] = {.lex_state = 75}, + [4697] = {.lex_state = 512}, + [4698] = {.lex_state = 512}, + [4699] = {.lex_state = 505}, + [4700] = {.lex_state = 505}, + [4701] = {.lex_state = 505}, + [4702] = {.lex_state = 262}, + [4703] = {.lex_state = 505}, + [4704] = {.lex_state = 505}, + [4705] = {.lex_state = 505}, + [4706] = {.lex_state = 505}, + [4707] = {.lex_state = 234}, + [4708] = {.lex_state = 505}, + [4709] = {.lex_state = 75}, + [4710] = {.lex_state = 505}, + [4711] = {.lex_state = 505}, + [4712] = {.lex_state = 75}, + [4713] = {.lex_state = 75}, + [4714] = {.lex_state = 505}, + [4715] = {.lex_state = 183}, + [4716] = {.lex_state = 505}, + [4717] = {.lex_state = 505}, + [4718] = {.lex_state = 505}, + [4719] = {.lex_state = 505}, + [4720] = {.lex_state = 505}, + [4721] = {.lex_state = 505}, + [4722] = {.lex_state = 505}, + [4723] = {.lex_state = 512}, + [4724] = {.lex_state = 512}, + [4725] = {.lex_state = 183}, + [4726] = {.lex_state = 200}, + [4727] = {.lex_state = 512}, + [4728] = {.lex_state = 505}, + [4729] = {.lex_state = 505}, + [4730] = {.lex_state = 60}, + [4731] = {.lex_state = 505}, + [4732] = {.lex_state = 505}, + [4733] = {.lex_state = 512}, + [4734] = {.lex_state = 512}, + [4735] = {.lex_state = 75}, + [4736] = {.lex_state = 200}, + [4737] = {.lex_state = 512}, + [4738] = {.lex_state = 512}, + [4739] = {.lex_state = 191}, + [4740] = {.lex_state = 75}, + [4741] = {.lex_state = 505}, + [4742] = {.lex_state = 505}, + [4743] = {.lex_state = 262}, + [4744] = {.lex_state = 505}, + [4745] = {.lex_state = 505}, + [4746] = {.lex_state = 505}, + [4747] = {.lex_state = 200}, + [4748] = {.lex_state = 75}, + [4749] = {.lex_state = 512}, + [4750] = {.lex_state = 512}, + [4751] = {.lex_state = 491}, + [4752] = {.lex_state = 505}, + [4753] = {.lex_state = 505}, + [4754] = {.lex_state = 200}, + [4755] = {.lex_state = 512}, + [4756] = {.lex_state = 262}, + [4757] = {.lex_state = 505}, + [4758] = {.lex_state = 505}, + [4759] = {.lex_state = 505}, + [4760] = {.lex_state = 505}, + [4761] = {.lex_state = 505}, + [4762] = {.lex_state = 505}, + [4763] = {.lex_state = 512}, + [4764] = {.lex_state = 505}, + [4765] = {.lex_state = 262}, + [4766] = {.lex_state = 505}, + [4767] = {.lex_state = 505}, + [4768] = {.lex_state = 505}, + [4769] = {.lex_state = 200}, + [4770] = {.lex_state = 512}, + [4771] = {.lex_state = 262}, + [4772] = {.lex_state = 512}, + [4773] = {.lex_state = 512}, + [4774] = {.lex_state = 505}, + [4775] = {.lex_state = 505}, + [4776] = {.lex_state = 491}, + [4777] = {.lex_state = 200}, + [4778] = {.lex_state = 512}, + [4779] = {.lex_state = 512}, + [4780] = {.lex_state = 505}, + [4781] = {.lex_state = 200}, + [4782] = {.lex_state = 505}, + [4783] = {.lex_state = 512}, + [4784] = {.lex_state = 505}, + [4785] = {.lex_state = 505}, + [4786] = {.lex_state = 512}, + [4787] = {.lex_state = 200}, + [4788] = {.lex_state = 512}, + [4789] = {.lex_state = 512}, + [4790] = {.lex_state = 191}, + [4791] = {.lex_state = 512}, + [4792] = {.lex_state = 505}, + [4793] = {.lex_state = 262}, + [4794] = {.lex_state = 75}, + [4795] = {.lex_state = 200}, + [4796] = {.lex_state = 505}, + [4797] = {.lex_state = 505}, + [4798] = {.lex_state = 505}, + [4799] = {.lex_state = 512}, + [4800] = {.lex_state = 512}, + [4801] = {.lex_state = 512}, + [4802] = {.lex_state = 505}, + [4803] = {.lex_state = 505}, + [4804] = {.lex_state = 75}, + [4805] = {.lex_state = 505}, + [4806] = {.lex_state = 262}, + [4807] = {.lex_state = 505}, + [4808] = {.lex_state = 491}, + [4809] = {.lex_state = 0}, + [4810] = {.lex_state = 505}, + [4811] = {.lex_state = 505}, + [4812] = {.lex_state = 200}, + [4813] = {.lex_state = 505}, + [4814] = {.lex_state = 505}, + [4815] = {.lex_state = 505}, + [4816] = {.lex_state = 505}, + [4817] = {.lex_state = 505}, + [4818] = {.lex_state = 505}, + [4819] = {.lex_state = 505}, + [4820] = {.lex_state = 549}, + [4821] = {.lex_state = 505}, + [4822] = {.lex_state = 505}, + [4823] = {.lex_state = 505}, + [4824] = {.lex_state = 505}, + [4825] = {.lex_state = 505}, + [4826] = {.lex_state = 505}, + [4827] = {.lex_state = 512}, + [4828] = {.lex_state = 505}, + [4829] = {.lex_state = 200}, + [4830] = {.lex_state = 505}, + [4831] = {.lex_state = 505}, + [4832] = {.lex_state = 505}, + [4833] = {.lex_state = 505}, + [4834] = {.lex_state = 505}, + [4835] = {.lex_state = 75}, + [4836] = {.lex_state = 75}, + [4837] = {.lex_state = 512}, + [4838] = {.lex_state = 512}, + [4839] = {.lex_state = 512}, + [4840] = {.lex_state = 505}, + [4841] = {.lex_state = 505}, + [4842] = {.lex_state = 512}, + [4843] = {.lex_state = 75}, + [4844] = {.lex_state = 75}, + [4845] = {.lex_state = 200}, + [4846] = {.lex_state = 505}, + [4847] = {.lex_state = 512}, + [4848] = {.lex_state = 505}, + [4849] = {.lex_state = 512}, + [4850] = {.lex_state = 200}, + [4851] = {.lex_state = 75}, + [4852] = {.lex_state = 191}, + [4853] = {.lex_state = 75}, + [4854] = {.lex_state = 505}, + [4855] = {.lex_state = 262}, + [4856] = {.lex_state = 505}, + [4857] = {.lex_state = 505}, + [4858] = {.lex_state = 512}, + [4859] = {.lex_state = 505}, + [4860] = {.lex_state = 491}, + [4861] = {.lex_state = 505}, + [4862] = {.lex_state = 505}, + [4863] = {.lex_state = 491}, + [4864] = {.lex_state = 505}, + [4865] = {.lex_state = 262}, + [4866] = {.lex_state = 505}, + [4867] = {.lex_state = 505}, + [4868] = {.lex_state = 505}, + [4869] = {.lex_state = 505}, + [4870] = {.lex_state = 505}, + [4871] = {.lex_state = 505}, + [4872] = {.lex_state = 505}, + [4873] = {.lex_state = 505}, + [4874] = {.lex_state = 505}, + [4875] = {.lex_state = 505}, + [4876] = {.lex_state = 28}, + [4877] = {.lex_state = 505}, + [4878] = {.lex_state = 505}, + [4879] = {.lex_state = 28}, + [4880] = {.lex_state = 491}, + [4881] = {.lex_state = 505}, + [4882] = {.lex_state = 183}, + [4883] = {.lex_state = 183}, + [4884] = {.lex_state = 512}, + [4885] = {.lex_state = 491}, + [4886] = {.lex_state = 505}, + [4887] = {.lex_state = 512}, + [4888] = {.lex_state = 182}, + [4889] = {.lex_state = 222}, + [4890] = {.lex_state = 491}, + [4891] = {.lex_state = 579}, + [4892] = {.lex_state = 512}, + [4893] = {.lex_state = 505}, + [4894] = {.lex_state = 512}, + [4895] = {.lex_state = 505}, + [4896] = {.lex_state = 505}, + [4897] = {.lex_state = 505}, + [4898] = {.lex_state = 200}, + [4899] = {.lex_state = 512}, + [4900] = {.lex_state = 512}, + [4901] = {.lex_state = 75}, + [4902] = {.lex_state = 75}, + [4903] = {.lex_state = 512}, + [4904] = {.lex_state = 512}, + [4905] = {.lex_state = 200}, + [4906] = {.lex_state = 512}, + [4907] = {.lex_state = 512}, + [4908] = {.lex_state = 191}, + [4909] = {.lex_state = 75}, + [4910] = {.lex_state = 262}, + [4911] = {.lex_state = 75}, + [4912] = {.lex_state = 75}, + [4913] = {.lex_state = 75}, + [4914] = {.lex_state = 262}, + [4915] = {.lex_state = 183}, + [4916] = {.lex_state = 183}, + [4917] = {.lex_state = 75}, + [4918] = {.lex_state = 505}, + [4919] = {.lex_state = 194}, + [4920] = {.lex_state = 194}, + [4921] = {.lex_state = 194}, + [4922] = {.lex_state = 75}, + [4923] = {.lex_state = 247}, + [4924] = {.lex_state = 505}, + [4925] = {.lex_state = 505}, + [4926] = {.lex_state = 505}, + [4927] = {.lex_state = 194}, + [4928] = {.lex_state = 505}, + [4929] = {.lex_state = 505}, + [4930] = {.lex_state = 491}, + [4931] = {.lex_state = 75}, + [4932] = {.lex_state = 505}, + [4933] = {.lex_state = 247}, + [4934] = {.lex_state = 505}, + [4935] = {.lex_state = 194}, + [4936] = {.lex_state = 505}, + [4937] = {.lex_state = 505}, + [4938] = {.lex_state = 505}, + [4939] = {.lex_state = 0}, + [4940] = {.lex_state = 505}, + [4941] = {.lex_state = 505}, + [4942] = {.lex_state = 207}, + [4943] = {.lex_state = 194}, + [4944] = {.lex_state = 75}, + [4945] = {.lex_state = 247}, + [4946] = {.lex_state = 505}, + [4947] = {.lex_state = 505}, + [4948] = {.lex_state = 0}, + [4949] = {.lex_state = 0}, + [4950] = {.lex_state = 505}, + [4951] = {.lex_state = 491}, + [4952] = {.lex_state = 491}, + [4953] = {.lex_state = 0}, + [4954] = {.lex_state = 207}, + [4955] = {.lex_state = 505}, + [4956] = {.lex_state = 0}, + [4957] = {.lex_state = 194}, + [4958] = {.lex_state = 236}, + [4959] = {.lex_state = 505}, + [4960] = {.lex_state = 505}, + [4961] = {.lex_state = 194}, + [4962] = {.lex_state = 75}, + [4963] = {.lex_state = 247}, + [4964] = {.lex_state = 0}, + [4965] = {.lex_state = 491}, + [4966] = {.lex_state = 219}, + [4967] = {.lex_state = 236}, + [4968] = {.lex_state = 491}, + [4969] = {.lex_state = 235}, + [4970] = {.lex_state = 219}, + [4971] = {.lex_state = 505}, + [4972] = {.lex_state = 0}, + [4973] = {.lex_state = 0}, + [4974] = {.lex_state = 505}, + [4975] = {.lex_state = 505}, + [4976] = {.lex_state = 505}, + [4977] = {.lex_state = 491}, + [4978] = {.lex_state = 505}, + [4979] = {.lex_state = 0}, + [4980] = {.lex_state = 505}, + [4981] = {.lex_state = 505}, + [4982] = {.lex_state = 505}, + [4983] = {.lex_state = 505}, + [4984] = {.lex_state = 505}, + [4985] = {.lex_state = 505}, + [4986] = {.lex_state = 491}, + [4987] = {.lex_state = 505}, + [4988] = {.lex_state = 491}, + [4989] = {.lex_state = 491}, + [4990] = {.lex_state = 505}, + [4991] = {.lex_state = 0}, + [4992] = {.lex_state = 505}, + [4993] = {.lex_state = 505}, + [4994] = {.lex_state = 505}, + [4995] = {.lex_state = 505}, + [4996] = {.lex_state = 505}, + [4997] = {.lex_state = 505}, + [4998] = {.lex_state = 505}, + [4999] = {.lex_state = 505}, + [5000] = {.lex_state = 505}, + [5001] = {.lex_state = 247}, + [5002] = {.lex_state = 75}, + [5003] = {.lex_state = 505}, + [5004] = {.lex_state = 505}, + [5005] = {.lex_state = 221}, + [5006] = {.lex_state = 505}, + [5007] = {.lex_state = 194}, + [5008] = {.lex_state = 505}, + [5009] = {.lex_state = 505}, + [5010] = {.lex_state = 505}, + [5011] = {.lex_state = 505}, + [5012] = {.lex_state = 505}, + [5013] = {.lex_state = 505}, + [5014] = {.lex_state = 247}, + [5015] = {.lex_state = 75}, + [5016] = {.lex_state = 505}, + [5017] = {.lex_state = 505}, + [5018] = {.lex_state = 505}, + [5019] = {.lex_state = 505}, + [5020] = {.lex_state = 0}, + [5021] = {.lex_state = 194}, + [5022] = {.lex_state = 505}, + [5023] = {.lex_state = 505}, + [5024] = {.lex_state = 505}, + [5025] = {.lex_state = 505}, + [5026] = {.lex_state = 1562}, + [5027] = {.lex_state = 505}, + [5028] = {.lex_state = 505}, + [5029] = {.lex_state = 194}, + [5030] = {.lex_state = 0}, + [5031] = {.lex_state = 194}, + [5032] = {.lex_state = 505}, [5033] = {.lex_state = 0}, - [5034] = {.lex_state = 540}, - [5035] = {.lex_state = 0}, - [5036] = {.lex_state = 201}, - [5037] = {.lex_state = 525}, - [5038] = {.lex_state = 0}, - [5039] = {.lex_state = 540}, - [5040] = {.lex_state = 540}, - [5041] = {.lex_state = 540}, - [5042] = {.lex_state = 201}, - [5043] = {.lex_state = 540}, - [5044] = {.lex_state = 201}, - [5045] = {.lex_state = 201}, - [5046] = {.lex_state = 201}, - [5047] = {.lex_state = 0}, - [5048] = {.lex_state = 64}, - [5049] = {.lex_state = 253}, - [5050] = {.lex_state = 0}, - [5051] = {.lex_state = 201}, - [5052] = {.lex_state = 540}, - [5053] = {.lex_state = 64}, - [5054] = {.lex_state = 540}, - [5055] = {.lex_state = 64}, - [5056] = {.lex_state = 228}, - [5057] = {.lex_state = 201}, - [5058] = {.lex_state = 540}, - [5059] = {.lex_state = 0}, - [5060] = {.lex_state = 64}, - [5061] = {.lex_state = 540}, - [5062] = {.lex_state = 64}, - [5063] = {.lex_state = 253}, - [5064] = {.lex_state = 201}, - [5065] = {.lex_state = 201}, - [5066] = {.lex_state = 540}, - [5067] = {.lex_state = 201}, - [5068] = {.lex_state = 64}, - [5069] = {.lex_state = 540}, - [5070] = {.lex_state = 540}, - [5071] = {.lex_state = 540}, - [5072] = {.lex_state = 540}, - [5073] = {.lex_state = 201}, - [5074] = {.lex_state = 540}, - [5075] = {.lex_state = 540}, - [5076] = {.lex_state = 540}, - [5077] = {.lex_state = 253}, - [5078] = {.lex_state = 64}, - [5079] = {.lex_state = 81}, - [5080] = {.lex_state = 201}, - [5081] = {.lex_state = 0}, - [5082] = {.lex_state = 540}, - [5083] = {.lex_state = 201}, - [5084] = {.lex_state = 540}, - [5085] = {.lex_state = 540}, - [5086] = {.lex_state = 540}, - [5087] = {.lex_state = 540}, - [5088] = {.lex_state = 540}, - [5089] = {.lex_state = 540}, - [5090] = {.lex_state = 540}, - [5091] = {.lex_state = 253}, - [5092] = {.lex_state = 64}, - [5093] = {.lex_state = 201}, - [5094] = {.lex_state = 540}, - [5095] = {.lex_state = 201}, + [5034] = {.lex_state = 505}, + [5035] = {.lex_state = 505}, + [5036] = {.lex_state = 505}, + [5037] = {.lex_state = 505}, + [5038] = {.lex_state = 247}, + [5039] = {.lex_state = 75}, + [5040] = {.lex_state = 505}, + [5041] = {.lex_state = 505}, + [5042] = {.lex_state = 0}, + [5043] = {.lex_state = 505}, + [5044] = {.lex_state = 505}, + [5045] = {.lex_state = 505}, + [5046] = {.lex_state = 505}, + [5047] = {.lex_state = 505}, + [5048] = {.lex_state = 505}, + [5049] = {.lex_state = 505}, + [5050] = {.lex_state = 505}, + [5051] = {.lex_state = 505}, + [5052] = {.lex_state = 505}, + [5053] = {.lex_state = 505}, + [5054] = {.lex_state = 505}, + [5055] = {.lex_state = 505}, + [5056] = {.lex_state = 505}, + [5057] = {.lex_state = 505}, + [5058] = {.lex_state = 505}, + [5059] = {.lex_state = 505}, + [5060] = {.lex_state = 0}, + [5061] = {.lex_state = 505}, + [5062] = {.lex_state = 194}, + [5063] = {.lex_state = 505}, + [5064] = {.lex_state = 491}, + [5065] = {.lex_state = 0}, + [5066] = {.lex_state = 505}, + [5067] = {.lex_state = 505}, + [5068] = {.lex_state = 194}, + [5069] = {.lex_state = 194}, + [5070] = {.lex_state = 505}, + [5071] = {.lex_state = 505}, + [5072] = {.lex_state = 247}, + [5073] = {.lex_state = 75}, + [5074] = {.lex_state = 505}, + [5075] = {.lex_state = 505}, + [5076] = {.lex_state = 505}, + [5077] = {.lex_state = 194}, + [5078] = {.lex_state = 194}, + [5079] = {.lex_state = 505}, + [5080] = {.lex_state = 75}, + [5081] = {.lex_state = 505}, + [5082] = {.lex_state = 247}, + [5083] = {.lex_state = 1568}, + [5084] = {.lex_state = 247}, + [5085] = {.lex_state = 505}, + [5086] = {.lex_state = 505}, + [5087] = {.lex_state = 505}, + [5088] = {.lex_state = 505}, + [5089] = {.lex_state = 505}, + [5090] = {.lex_state = 194}, + [5091] = {.lex_state = 75}, + [5092] = {.lex_state = 505}, + [5093] = {.lex_state = 505}, + [5094] = {.lex_state = 505}, + [5095] = {.lex_state = 60}, [5096] = {.lex_state = 0}, [5097] = {.lex_state = 0}, - [5098] = {.lex_state = 201}, - [5099] = {.lex_state = 540}, - [5100] = {.lex_state = 540}, - [5101] = {.lex_state = 540}, - [5102] = {.lex_state = 0}, - [5103] = {.lex_state = 540}, - [5104] = {.lex_state = 540}, - [5105] = {.lex_state = 540}, - [5106] = {.lex_state = 540}, - [5107] = {.lex_state = 540}, - [5108] = {.lex_state = 201}, - [5109] = {.lex_state = 64}, - [5110] = {.lex_state = 253}, - [5111] = {.lex_state = 0}, - [5112] = {.lex_state = 0}, - [5113] = {.lex_state = 540}, - [5114] = {.lex_state = 201}, - [5115] = {.lex_state = 201}, - [5116] = {.lex_state = 64}, - [5117] = {.lex_state = 201}, - [5118] = {.lex_state = 64}, - [5119] = {.lex_state = 64}, - [5120] = {.lex_state = 540}, - [5121] = {.lex_state = 540}, - [5122] = {.lex_state = 540}, - [5123] = {.lex_state = 0}, - [5124] = {.lex_state = 540}, - [5125] = {.lex_state = 0}, - [5126] = {.lex_state = 202}, - [5127] = {.lex_state = 0}, - [5128] = {.lex_state = 201}, - [5129] = {.lex_state = 525}, - [5130] = {.lex_state = 64}, - [5131] = {.lex_state = 540}, - [5132] = {.lex_state = 540}, - [5133] = {.lex_state = 540}, - [5134] = {.lex_state = 0}, - [5135] = {.lex_state = 0}, - [5136] = {.lex_state = 540}, - [5137] = {.lex_state = 253}, - [5138] = {.lex_state = 201}, - [5139] = {.lex_state = 540}, + [5098] = {.lex_state = 505}, + [5099] = {.lex_state = 0}, + [5100] = {.lex_state = 505}, + [5101] = {.lex_state = 60}, + [5102] = {.lex_state = 505}, + [5103] = {.lex_state = 505}, + [5104] = {.lex_state = 505}, + [5105] = {.lex_state = 505}, + [5106] = {.lex_state = 505}, + [5107] = {.lex_state = 0}, + [5108] = {.lex_state = 194}, + [5109] = {.lex_state = 505}, + [5110] = {.lex_state = 194}, + [5111] = {.lex_state = 505}, + [5112] = {.lex_state = 505}, + [5113] = {.lex_state = 505}, + [5114] = {.lex_state = 505}, + [5115] = {.lex_state = 247}, + [5116] = {.lex_state = 75}, + [5117] = {.lex_state = 0}, + [5118] = {.lex_state = 194}, + [5119] = {.lex_state = 195}, + [5120] = {.lex_state = 491}, + [5121] = {.lex_state = 491}, + [5122] = {.lex_state = 505}, + [5123] = {.lex_state = 505}, + [5124] = {.lex_state = 505}, + [5125] = {.lex_state = 505}, + [5126] = {.lex_state = 505}, + [5127] = {.lex_state = 505}, + [5128] = {.lex_state = 194}, + [5129] = {.lex_state = 194}, + [5130] = {.lex_state = 194}, + [5131] = {.lex_state = 505}, + [5132] = {.lex_state = 505}, + [5133] = {.lex_state = 505}, + [5134] = {.lex_state = 505}, + [5135] = {.lex_state = 505}, + [5136] = {.lex_state = 247}, + [5137] = {.lex_state = 247}, + [5138] = {.lex_state = 75}, + [5139] = {.lex_state = 0}, [5140] = {.lex_state = 0}, - [5141] = {.lex_state = 0}, - [5142] = {.lex_state = 253}, - [5143] = {.lex_state = 64}, - [5144] = {.lex_state = 0}, - [5145] = {.lex_state = 0}, - [5146] = {.lex_state = 0}, - [5147] = {.lex_state = 540}, - [5148] = {.lex_state = 201}, - [5149] = {.lex_state = 540}, - [5150] = {.lex_state = 540}, - [5151] = {.lex_state = 540}, - [5152] = {.lex_state = 64}, - [5153] = {.lex_state = 253}, - [5154] = {.lex_state = 540}, - [5155] = {.lex_state = 540}, - [5156] = {.lex_state = 540}, - [5157] = {.lex_state = 201}, - [5158] = {.lex_state = 201}, - [5159] = {.lex_state = 540}, - [5160] = {.lex_state = 201}, - [5161] = {.lex_state = 540}, + [5141] = {.lex_state = 75}, + [5142] = {.lex_state = 505}, + [5143] = {.lex_state = 194}, + [5144] = {.lex_state = 194}, + [5145] = {.lex_state = 505}, + [5146] = {.lex_state = 505}, + [5147] = {.lex_state = 505}, + [5148] = {.lex_state = 505}, + [5149] = {.lex_state = 194}, + [5150] = {.lex_state = 505}, + [5151] = {.lex_state = 505}, + [5152] = {.lex_state = 505}, + [5153] = {.lex_state = 505}, + [5154] = {.lex_state = 194}, + [5155] = {.lex_state = 194}, + [5156] = {.lex_state = 505}, + [5157] = {.lex_state = 505}, + [5158] = {.lex_state = 505}, + [5159] = {.lex_state = 505}, + [5160] = {.lex_state = 505}, + [5161] = {.lex_state = 505}, [5162] = {.lex_state = 0}, - [5163] = {.lex_state = 540}, - [5164] = {.lex_state = 0}, - [5165] = {.lex_state = 0}, - [5166] = {.lex_state = 64}, - [5167] = {.lex_state = 0}, - [5168] = {.lex_state = 64}, - [5169] = {.lex_state = 64}, - [5170] = {.lex_state = 64}, - [5171] = {.lex_state = 540}, - [5172] = {.lex_state = 540}, - [5173] = {.lex_state = 540}, - [5174] = {.lex_state = 0}, - [5175] = {.lex_state = 0}, - [5176] = {.lex_state = 540}, - [5177] = {.lex_state = 0}, - [5178] = {.lex_state = 540}, - [5179] = {.lex_state = 540}, - [5180] = {.lex_state = 201}, - [5181] = {.lex_state = 64}, - [5182] = {.lex_state = 540}, - [5183] = {.lex_state = 540}, - [5184] = {.lex_state = 540}, - [5185] = {.lex_state = 0}, - [5186] = {.lex_state = 0}, - [5187] = {.lex_state = 0}, - [5188] = {.lex_state = 540}, - [5189] = {.lex_state = 540}, - [5190] = {.lex_state = 1892}, - [5191] = {.lex_state = 253}, - [5192] = {.lex_state = 540}, - [5193] = {.lex_state = 0}, - [5194] = {.lex_state = 64}, - [5195] = {.lex_state = 228}, - [5196] = {.lex_state = 243}, - [5197] = {.lex_state = 540}, - [5198] = {.lex_state = 540}, + [5163] = {.lex_state = 505}, + [5164] = {.lex_state = 505}, + [5165] = {.lex_state = 75}, + [5166] = {.lex_state = 505}, + [5167] = {.lex_state = 75}, + [5168] = {.lex_state = 505}, + [5169] = {.lex_state = 194}, + [5170] = {.lex_state = 194}, + [5171] = {.lex_state = 75}, + [5172] = {.lex_state = 0}, + [5173] = {.lex_state = 75}, + [5174] = {.lex_state = 75}, + [5175] = {.lex_state = 247}, + [5176] = {.lex_state = 195}, + [5177] = {.lex_state = 505}, + [5178] = {.lex_state = 198}, + [5179] = {.lex_state = 505}, + [5180] = {.lex_state = 0}, + [5181] = {.lex_state = 0}, + [5182] = {.lex_state = 0}, + [5183] = {.lex_state = 0}, + [5184] = {.lex_state = 195}, + [5185] = {.lex_state = 247}, + [5186] = {.lex_state = 505}, + [5187] = {.lex_state = 75}, + [5188] = {.lex_state = 0}, + [5189] = {.lex_state = 505}, + [5190] = {.lex_state = 0}, + [5191] = {.lex_state = 0}, + [5192] = {.lex_state = 0}, + [5193] = {.lex_state = 505}, + [5194] = {.lex_state = 505}, + [5195] = {.lex_state = 505}, + [5196] = {.lex_state = 194}, + [5197] = {.lex_state = 194}, + [5198] = {.lex_state = 247}, [5199] = {.lex_state = 0}, - [5200] = {.lex_state = 1886}, - [5201] = {.lex_state = 540}, - [5202] = {.lex_state = 540}, - [5203] = {.lex_state = 64}, - [5204] = {.lex_state = 64}, - [5205] = {.lex_state = 226}, - [5206] = {.lex_state = 0}, - [5207] = {.lex_state = 253}, - [5208] = {.lex_state = 64}, - [5209] = {.lex_state = 201}, - [5210] = {.lex_state = 201}, - [5211] = {.lex_state = 64}, + [5200] = {.lex_state = 75}, + [5201] = {.lex_state = 60}, + [5202] = {.lex_state = 247}, + [5203] = {.lex_state = 75}, + [5204] = {.lex_state = 194}, + [5205] = {.lex_state = 0}, + [5206] = {.lex_state = 194}, + [5207] = {.lex_state = 505}, + [5208] = {.lex_state = 194}, + [5209] = {.lex_state = 505}, + [5210] = {.lex_state = 0}, + [5211] = {.lex_state = 505}, [5212] = {.lex_state = 0}, - [5213] = {.lex_state = 201}, - [5214] = {.lex_state = 1892}, - [5215] = {.lex_state = 81}, - [5216] = {.lex_state = 540}, - [5217] = {.lex_state = 540}, - [5218] = {.lex_state = 64}, - [5219] = {.lex_state = 253}, - [5220] = {.lex_state = 201}, - [5221] = {.lex_state = 64}, - [5222] = {.lex_state = 201}, - [5223] = {.lex_state = 243}, - [5224] = {.lex_state = 201}, - [5225] = {.lex_state = 201}, - [5226] = {.lex_state = 64}, - [5227] = {.lex_state = 253}, - [5228] = {.lex_state = 64}, - [5229] = {.lex_state = 201}, - [5230] = {.lex_state = 540}, - [5231] = {.lex_state = 540}, - [5232] = {.lex_state = 0}, - [5233] = {.lex_state = 0}, - [5234] = {.lex_state = 0}, - [5235] = {.lex_state = 540}, + [5213] = {.lex_state = 0}, + [5214] = {.lex_state = 60}, + [5215] = {.lex_state = 247}, + [5216] = {.lex_state = 75}, + [5217] = {.lex_state = 505}, + [5218] = {.lex_state = 505}, + [5219] = {.lex_state = 0}, + [5220] = {.lex_state = 194}, + [5221] = {.lex_state = 194}, + [5222] = {.lex_state = 0}, + [5223] = {.lex_state = 194}, + [5224] = {.lex_state = 505}, + [5225] = {.lex_state = 0}, + [5226] = {.lex_state = 0}, + [5227] = {.lex_state = 0}, + [5228] = {.lex_state = 505}, + [5229] = {.lex_state = 194}, + [5230] = {.lex_state = 505}, + [5231] = {.lex_state = 0}, + [5232] = {.lex_state = 75}, + [5233] = {.lex_state = 491}, + [5234] = {.lex_state = 75}, + [5235] = {.lex_state = 75}, [5236] = {.lex_state = 0}, [5237] = {.lex_state = 0}, - [5238] = {.lex_state = 64}, - [5239] = {.lex_state = 0}, - [5240] = {.lex_state = 201}, - [5241] = {.lex_state = 253}, - [5242] = {.lex_state = 0}, + [5238] = {.lex_state = 505}, + [5239] = {.lex_state = 194}, + [5240] = {.lex_state = 505}, + [5241] = {.lex_state = 505}, + [5242] = {.lex_state = 75}, [5243] = {.lex_state = 0}, - [5244] = {.lex_state = 64}, - [5245] = {.lex_state = 0}, - [5246] = {.lex_state = 540}, - [5247] = {.lex_state = 201}, - [5248] = {.lex_state = 0}, - [5249] = {.lex_state = 0}, - [5250] = {.lex_state = 201}, - [5251] = {.lex_state = 0}, - [5252] = {.lex_state = 201}, - [5253] = {.lex_state = 540}, - [5254] = {.lex_state = 540}, - [5255] = {.lex_state = 540}, - [5256] = {.lex_state = 540}, - [5257] = {.lex_state = 540}, - [5258] = {.lex_state = 540}, - [5259] = {.lex_state = 540}, - [5260] = {.lex_state = 540}, - [5261] = {.lex_state = 0}, - [5262] = {.lex_state = 540}, - [5263] = {.lex_state = 540}, - [5264] = {.lex_state = 540}, - [5265] = {.lex_state = 540}, - [5266] = {.lex_state = 540}, - [5267] = {.lex_state = 540}, - [5268] = {.lex_state = 540}, - [5269] = {.lex_state = 540}, - [5270] = {.lex_state = 540}, - [5271] = {.lex_state = 540}, - [5272] = {.lex_state = 253}, - [5273] = {.lex_state = 64}, - [5274] = {.lex_state = 540}, - [5275] = {.lex_state = 201}, - [5276] = {.lex_state = 540}, - [5277] = {.lex_state = 540}, - [5278] = {.lex_state = 540}, - [5279] = {.lex_state = 540}, - [5280] = {.lex_state = 540}, - [5281] = {.lex_state = 540}, - [5282] = {.lex_state = 540}, - [5283] = {.lex_state = 201}, - [5284] = {.lex_state = 540}, - [5285] = {.lex_state = 540}, - [5286] = {.lex_state = 540}, - [5287] = {.lex_state = 540}, - [5288] = {.lex_state = 540}, - [5289] = {.lex_state = 540}, - [5290] = {.lex_state = 0}, - [5291] = {.lex_state = 201}, - [5292] = {.lex_state = 201}, - [5293] = {.lex_state = 201}, - [5294] = {.lex_state = 540}, - [5295] = {.lex_state = 201}, - [5296] = {.lex_state = 201}, - [5297] = {.lex_state = 0}, - [5298] = {.lex_state = 201}, - [5299] = {.lex_state = 201}, - [5300] = {.lex_state = 201}, - [5301] = {.lex_state = 540}, - [5302] = {.lex_state = 540}, - [5303] = {.lex_state = 201}, - [5304] = {.lex_state = 201}, - [5305] = {.lex_state = 201}, - [5306] = {.lex_state = 201}, - [5307] = {.lex_state = 540}, - [5308] = {.lex_state = 540}, - [5309] = {.lex_state = 540}, - [5310] = {.lex_state = 540}, - [5311] = {.lex_state = 0}, - [5312] = {.lex_state = 540}, - [5313] = {.lex_state = 540}, - [5314] = {.lex_state = 540}, - [5315] = {.lex_state = 540}, - [5316] = {.lex_state = 540}, - [5317] = {.lex_state = 540}, + [5244] = {.lex_state = 0}, + [5245] = {.lex_state = 194}, + [5246] = {.lex_state = 75}, + [5247] = {.lex_state = 505}, + [5248] = {.lex_state = 505}, + [5249] = {.lex_state = 505}, + [5250] = {.lex_state = 505}, + [5251] = {.lex_state = 75}, + [5252] = {.lex_state = 505}, + [5253] = {.lex_state = 0}, + [5254] = {.lex_state = 247}, + [5255] = {.lex_state = 505}, + [5256] = {.lex_state = 75}, + [5257] = {.lex_state = 0}, + [5258] = {.lex_state = 0}, + [5259] = {.lex_state = 194}, + [5260] = {.lex_state = 0}, + [5261] = {.lex_state = 505}, + [5262] = {.lex_state = 505}, + [5263] = {.lex_state = 247}, + [5264] = {.lex_state = 0}, + [5265] = {.lex_state = 0}, + [5266] = {.lex_state = 505}, + [5267] = {.lex_state = 194}, + [5268] = {.lex_state = 505}, + [5269] = {.lex_state = 0}, + [5270] = {.lex_state = 0}, + [5271] = {.lex_state = 0}, + [5272] = {.lex_state = 0}, + [5273] = {.lex_state = 194}, + [5274] = {.lex_state = 247}, + [5275] = {.lex_state = 75}, + [5276] = {.lex_state = 505}, + [5277] = {.lex_state = 505}, + [5278] = {.lex_state = 75}, + [5279] = {.lex_state = 75}, + [5280] = {.lex_state = 505}, + [5281] = {.lex_state = 505}, + [5282] = {.lex_state = 194}, + [5283] = {.lex_state = 194}, + [5284] = {.lex_state = 194}, + [5285] = {.lex_state = 194}, + [5286] = {.lex_state = 221}, + [5287] = {.lex_state = 505}, + [5288] = {.lex_state = 505}, + [5289] = {.lex_state = 505}, + [5290] = {.lex_state = 505}, + [5291] = {.lex_state = 505}, + [5292] = {.lex_state = 0}, + [5293] = {.lex_state = 1568}, + [5294] = {.lex_state = 194}, + [5295] = {.lex_state = 194}, + [5296] = {.lex_state = 253}, + [5297] = {.lex_state = 194}, + [5298] = {.lex_state = 505}, + [5299] = {.lex_state = 194}, + [5300] = {.lex_state = 194}, + [5301] = {.lex_state = 194}, + [5302] = {.lex_state = 0}, + [5303] = {.lex_state = 194}, + [5304] = {.lex_state = 194}, + [5305] = {.lex_state = 194}, + [5306] = {.lex_state = 505}, + [5307] = {.lex_state = 0}, + [5308] = {.lex_state = 194}, + [5309] = {.lex_state = 194}, + [5310] = {.lex_state = 194}, + [5311] = {.lex_state = 75}, + [5312] = {.lex_state = 194}, + [5313] = {.lex_state = 247}, + [5314] = {.lex_state = 505}, + [5315] = {.lex_state = 1562}, + [5316] = {.lex_state = 505}, + [5317] = {.lex_state = 194}, [5318] = {.lex_state = 0}, - [5319] = {.lex_state = 253}, - [5320] = {.lex_state = 64}, - [5321] = {.lex_state = 540}, - [5322] = {.lex_state = 540}, - [5323] = {.lex_state = 201}, - [5324] = {.lex_state = 540}, - [5325] = {.lex_state = 540}, - [5326] = {.lex_state = 540}, - [5327] = {.lex_state = 201}, - [5328] = {.lex_state = 201}, - [5329] = {.lex_state = 201}, - [5330] = {.lex_state = 540}, - [5331] = {.lex_state = 540}, - [5332] = {.lex_state = 201}, - [5333] = {.lex_state = 253}, - [5334] = {.lex_state = 64}, - [5335] = {.lex_state = 201}, - [5336] = {.lex_state = 201}, - [5337] = {.lex_state = 0}, - [5338] = {.lex_state = 201}, - [5339] = {.lex_state = 64}, - [5340] = {.lex_state = 64}, - [5341] = {.lex_state = 64}, - [5342] = {.lex_state = 64}, - [5343] = {.lex_state = 525}, - [5344] = {.lex_state = 64}, - [5345] = {.lex_state = 266}, - [5346] = {.lex_state = 269}, - [5347] = {.lex_state = 525}, - [5348] = {.lex_state = 525}, - [5349] = {.lex_state = 64}, - [5350] = {.lex_state = 64}, - [5351] = {.lex_state = 616}, - [5352] = {.lex_state = 525}, - [5353] = {.lex_state = 64}, - [5354] = {.lex_state = 232}, - [5355] = {.lex_state = 64}, - [5356] = {.lex_state = 64}, - [5357] = {.lex_state = 232}, - [5358] = {.lex_state = 232}, - [5359] = {.lex_state = 232}, - [5360] = {.lex_state = 64}, - [5361] = {.lex_state = 64}, - [5362] = {.lex_state = 64}, - [5363] = {.lex_state = 616}, - [5364] = {.lex_state = 525}, - [5365] = {.lex_state = 64}, - [5366] = {.lex_state = 52}, - [5367] = {.lex_state = 64}, - [5368] = {.lex_state = 265}, - [5369] = {.lex_state = 64}, - [5370] = {.lex_state = 232}, - [5371] = {.lex_state = 232}, - [5372] = {.lex_state = 52}, - [5373] = {.lex_state = 64}, - [5374] = {.lex_state = 64}, - [5375] = {.lex_state = 64}, - [5376] = {.lex_state = 232}, - [5377] = {.lex_state = 266}, - [5378] = {.lex_state = 64}, - [5379] = {.lex_state = 0}, - [5380] = {.lex_state = 232}, - [5381] = {.lex_state = 64}, - [5382] = {.lex_state = 52}, - [5383] = {.lex_state = 64}, - [5384] = {.lex_state = 52}, - [5385] = {.lex_state = 64}, - [5386] = {.lex_state = 64}, - [5387] = {.lex_state = 525}, - [5388] = {.lex_state = 0}, - [5389] = {.lex_state = 232}, - [5390] = {.lex_state = 64}, - [5391] = {.lex_state = 64}, - [5392] = {.lex_state = 232}, - [5393] = {.lex_state = 525}, - [5394] = {.lex_state = 64}, - [5395] = {.lex_state = 64}, - [5396] = {.lex_state = 232}, - [5397] = {.lex_state = 525}, - [5398] = {.lex_state = 525}, - [5399] = {.lex_state = 525}, - [5400] = {.lex_state = 525}, - [5401] = {.lex_state = 525}, - [5402] = {.lex_state = 226}, - [5403] = {.lex_state = 232}, - [5404] = {.lex_state = 64}, - [5405] = {.lex_state = 525}, - [5406] = {.lex_state = 64}, - [5407] = {.lex_state = 616}, - [5408] = {.lex_state = 232}, - [5409] = {.lex_state = 64}, - [5410] = {.lex_state = 232}, - [5411] = {.lex_state = 64}, - [5412] = {.lex_state = 64}, - [5413] = {.lex_state = 64}, - [5414] = {.lex_state = 64}, - [5415] = {.lex_state = 232}, - [5416] = {.lex_state = 64}, - [5417] = {.lex_state = 525}, - [5418] = {.lex_state = 64}, - [5419] = {.lex_state = 232}, - [5420] = {.lex_state = 244}, - [5421] = {.lex_state = 232}, - [5422] = {.lex_state = 64}, - [5423] = {.lex_state = 64}, - [5424] = {.lex_state = 64}, - [5425] = {.lex_state = 64}, - [5426] = {.lex_state = 64}, - [5427] = {.lex_state = 232}, - [5428] = {.lex_state = 64}, - [5429] = {.lex_state = 64}, - [5430] = {.lex_state = 64}, - [5431] = {.lex_state = 64}, - [5432] = {.lex_state = 64}, - [5433] = {.lex_state = 64}, - [5434] = {.lex_state = 64}, - [5435] = {.lex_state = 232}, - [5436] = {.lex_state = 540}, - [5437] = {.lex_state = 540}, - [5438] = {.lex_state = 525}, - [5439] = {.lex_state = 525}, - [5440] = {.lex_state = 64}, - [5441] = {.lex_state = 525}, - [5442] = {.lex_state = 525}, - [5443] = {.lex_state = 525}, - [5444] = {.lex_state = 525}, - [5445] = {.lex_state = 64}, - [5446] = {.lex_state = 616}, - [5447] = {.lex_state = 525}, - [5448] = {.lex_state = 259}, - [5449] = {.lex_state = 232}, - [5450] = {.lex_state = 64}, - [5451] = {.lex_state = 232}, - [5452] = {.lex_state = 616}, - [5453] = {.lex_state = 65}, - [5454] = {.lex_state = 64}, - [5455] = {.lex_state = 64}, - [5456] = {.lex_state = 64}, - [5457] = {.lex_state = 244}, - [5458] = {.lex_state = 616}, - [5459] = {.lex_state = 64}, - [5460] = {.lex_state = 64}, - [5461] = {.lex_state = 232}, - [5462] = {.lex_state = 64}, - [5463] = {.lex_state = 64}, - [5464] = {.lex_state = 64}, - [5465] = {.lex_state = 64}, - [5466] = {.lex_state = 64}, - [5467] = {.lex_state = 261}, - [5468] = {.lex_state = 232}, - [5469] = {.lex_state = 64}, - [5470] = {.lex_state = 64}, - [5471] = {.lex_state = 64}, - [5472] = {.lex_state = 244}, - [5473] = {.lex_state = 525}, - [5474] = {.lex_state = 540}, - [5475] = {.lex_state = 269}, - [5476] = {.lex_state = 540}, - [5477] = {.lex_state = 540}, - [5478] = {.lex_state = 65}, - [5479] = {.lex_state = 244}, - [5480] = {.lex_state = 64}, - [5481] = {.lex_state = 232}, - [5482] = {.lex_state = 232}, - [5483] = {.lex_state = 32}, - [5484] = {.lex_state = 64}, - [5485] = {.lex_state = 64}, - [5486] = {.lex_state = 64}, - [5487] = {.lex_state = 64}, - [5488] = {.lex_state = 64}, - [5489] = {.lex_state = 64}, - [5490] = {.lex_state = 64}, - [5491] = {.lex_state = 232}, - [5492] = {.lex_state = 525}, - [5493] = {.lex_state = 525}, - [5494] = {.lex_state = 525}, - [5495] = {.lex_state = 64}, - [5496] = {.lex_state = 64}, - [5497] = {.lex_state = 232}, - [5498] = {.lex_state = 64}, - [5499] = {.lex_state = 64}, - [5500] = {.lex_state = 64}, - [5501] = {.lex_state = 525}, - [5502] = {.lex_state = 64}, - [5503] = {.lex_state = 265}, - [5504] = {.lex_state = 0}, - [5505] = {.lex_state = 64}, - [5506] = {.lex_state = 244}, - [5507] = {.lex_state = 64}, - [5508] = {.lex_state = 64}, - [5509] = {.lex_state = 64}, - [5510] = {.lex_state = 64}, - [5511] = {.lex_state = 64}, - [5512] = {.lex_state = 64}, - [5513] = {.lex_state = 64}, - [5514] = {.lex_state = 269}, - [5515] = {.lex_state = 525}, - [5516] = {.lex_state = 201}, - [5517] = {.lex_state = 232}, - [5518] = {.lex_state = 262}, - [5519] = {.lex_state = 262}, - [5520] = {.lex_state = 259}, - [5521] = {.lex_state = 64}, + [5319] = {.lex_state = 194}, + [5320] = {.lex_state = 0}, + [5321] = {.lex_state = 194}, + [5322] = {.lex_state = 194}, + [5323] = {.lex_state = 0}, + [5324] = {.lex_state = 505}, + [5325] = {.lex_state = 505}, + [5326] = {.lex_state = 198}, + [5327] = {.lex_state = 0}, + [5328] = {.lex_state = 75}, + [5329] = {.lex_state = 194}, + [5330] = {.lex_state = 505}, + [5331] = {.lex_state = 505}, + [5332] = {.lex_state = 247}, + [5333] = {.lex_state = 75}, + [5334] = {.lex_state = 194}, + [5335] = {.lex_state = 194}, + [5336] = {.lex_state = 505}, + [5337] = {.lex_state = 194}, + [5338] = {.lex_state = 194}, + [5339] = {.lex_state = 491}, + [5340] = {.lex_state = 75}, + [5341] = {.lex_state = 75}, + [5342] = {.lex_state = 60}, + [5343] = {.lex_state = 75}, + [5344] = {.lex_state = 60}, + [5345] = {.lex_state = 60}, + [5346] = {.lex_state = 258}, + [5347] = {.lex_state = 60}, + [5348] = {.lex_state = 225}, + [5349] = {.lex_state = 60}, + [5350] = {.lex_state = 225}, + [5351] = {.lex_state = 581}, + [5352] = {.lex_state = 491}, + [5353] = {.lex_state = 581}, + [5354] = {.lex_state = 491}, + [5355] = {.lex_state = 60}, + [5356] = {.lex_state = 491}, + [5357] = {.lex_state = 60}, + [5358] = {.lex_state = 262}, + [5359] = {.lex_state = 60}, + [5360] = {.lex_state = 60}, + [5361] = {.lex_state = 60}, + [5362] = {.lex_state = 138}, + [5363] = {.lex_state = 60}, + [5364] = {.lex_state = 225}, + [5365] = {.lex_state = 60}, + [5366] = {.lex_state = 60}, + [5367] = {.lex_state = 225}, + [5368] = {.lex_state = 60}, + [5369] = {.lex_state = 60}, + [5370] = {.lex_state = 491}, + [5371] = {.lex_state = 60}, + [5372] = {.lex_state = 60}, + [5373] = {.lex_state = 60}, + [5374] = {.lex_state = 225}, + [5375] = {.lex_state = 225}, + [5376] = {.lex_state = 60}, + [5377] = {.lex_state = 60}, + [5378] = {.lex_state = 60}, + [5379] = {.lex_state = 491}, + [5380] = {.lex_state = 225}, + [5381] = {.lex_state = 259}, + [5382] = {.lex_state = 60}, + [5383] = {.lex_state = 581}, + [5384] = {.lex_state = 60}, + [5385] = {.lex_state = 219}, + [5386] = {.lex_state = 60}, + [5387] = {.lex_state = 75}, + [5388] = {.lex_state = 75}, + [5389] = {.lex_state = 60}, + [5390] = {.lex_state = 491}, + [5391] = {.lex_state = 75}, + [5392] = {.lex_state = 491}, + [5393] = {.lex_state = 75}, + [5394] = {.lex_state = 491}, + [5395] = {.lex_state = 258}, + [5396] = {.lex_state = 75}, + [5397] = {.lex_state = 60}, + [5398] = {.lex_state = 0}, + [5399] = {.lex_state = 60}, + [5400] = {.lex_state = 237}, + [5401] = {.lex_state = 60}, + [5402] = {.lex_state = 225}, + [5403] = {.lex_state = 60}, + [5404] = {.lex_state = 225}, + [5405] = {.lex_state = 75}, + [5406] = {.lex_state = 60}, + [5407] = {.lex_state = 60}, + [5408] = {.lex_state = 225}, + [5409] = {.lex_state = 60}, + [5410] = {.lex_state = 75}, + [5411] = {.lex_state = 581}, + [5412] = {.lex_state = 225}, + [5413] = {.lex_state = 225}, + [5414] = {.lex_state = 60}, + [5415] = {.lex_state = 581}, + [5416] = {.lex_state = 491}, + [5417] = {.lex_state = 225}, + [5418] = {.lex_state = 0}, + [5419] = {.lex_state = 60}, + [5420] = {.lex_state = 225}, + [5421] = {.lex_state = 237}, + [5422] = {.lex_state = 75}, + [5423] = {.lex_state = 60}, + [5424] = {.lex_state = 60}, + [5425] = {.lex_state = 491}, + [5426] = {.lex_state = 0}, + [5427] = {.lex_state = 60}, + [5428] = {.lex_state = 225}, + [5429] = {.lex_state = 60}, + [5430] = {.lex_state = 491}, + [5431] = {.lex_state = 259}, + [5432] = {.lex_state = 60}, + [5433] = {.lex_state = 75}, + [5434] = {.lex_state = 491}, + [5435] = {.lex_state = 75}, + [5436] = {.lex_state = 75}, + [5437] = {.lex_state = 60}, + [5438] = {.lex_state = 237}, + [5439] = {.lex_state = 75}, + [5440] = {.lex_state = 237}, + [5441] = {.lex_state = 60}, + [5442] = {.lex_state = 491}, + [5443] = {.lex_state = 505}, + [5444] = {.lex_state = 491}, + [5445] = {.lex_state = 75}, + [5446] = {.lex_state = 75}, + [5447] = {.lex_state = 505}, + [5448] = {.lex_state = 60}, + [5449] = {.lex_state = 60}, + [5450] = {.lex_state = 254}, + [5451] = {.lex_state = 60}, + [5452] = {.lex_state = 491}, + [5453] = {.lex_state = 60}, + [5454] = {.lex_state = 75}, + [5455] = {.lex_state = 225}, + [5456] = {.lex_state = 491}, + [5457] = {.lex_state = 262}, + [5458] = {.lex_state = 581}, + [5459] = {.lex_state = 262}, + [5460] = {.lex_state = 60}, + [5461] = {.lex_state = 237}, + [5462] = {.lex_state = 225}, + [5463] = {.lex_state = 60}, + [5464] = {.lex_state = 60}, + [5465] = {.lex_state = 75}, + [5466] = {.lex_state = 75}, + [5467] = {.lex_state = 60}, + [5468] = {.lex_state = 194}, + [5469] = {.lex_state = 60}, + [5470] = {.lex_state = 60}, + [5471] = {.lex_state = 225}, + [5472] = {.lex_state = 225}, + [5473] = {.lex_state = 75}, + [5474] = {.lex_state = 225}, + [5475] = {.lex_state = 491}, + [5476] = {.lex_state = 225}, + [5477] = {.lex_state = 60}, + [5478] = {.lex_state = 75}, + [5479] = {.lex_state = 60}, + [5480] = {.lex_state = 60}, + [5481] = {.lex_state = 60}, + [5482] = {.lex_state = 60}, + [5483] = {.lex_state = 225}, + [5484] = {.lex_state = 60}, + [5485] = {.lex_state = 60}, + [5486] = {.lex_state = 225}, + [5487] = {.lex_state = 225}, + [5488] = {.lex_state = 225}, + [5489] = {.lex_state = 60}, + [5490] = {.lex_state = 225}, + [5491] = {.lex_state = 491}, + [5492] = {.lex_state = 491}, + [5493] = {.lex_state = 60}, + [5494] = {.lex_state = 491}, + [5495] = {.lex_state = 491}, + [5496] = {.lex_state = 138}, + [5497] = {.lex_state = 505}, + [5498] = {.lex_state = 505}, + [5499] = {.lex_state = 491}, + [5500] = {.lex_state = 505}, + [5501] = {.lex_state = 491}, + [5502] = {.lex_state = 60}, + [5503] = {.lex_state = 60}, + [5504] = {.lex_state = 225}, + [5505] = {.lex_state = 60}, + [5506] = {.lex_state = 491}, + [5507] = {.lex_state = 255}, + [5508] = {.lex_state = 60}, + [5509] = {.lex_state = 252}, + [5510] = {.lex_state = 491}, + [5511] = {.lex_state = 491}, + [5512] = {.lex_state = 255}, + [5513] = {.lex_state = 225}, + [5514] = {.lex_state = 28}, + [5515] = {.lex_state = 75}, + [5516] = {.lex_state = 75}, + [5517] = {.lex_state = 75}, + [5518] = {.lex_state = 252}, + [5519] = {.lex_state = 60}, + [5520] = {.lex_state = 60}, + [5521] = {.lex_state = 2714}, [5522] = {.lex_state = 0}, - [5523] = {.lex_state = 252}, + [5523] = {.lex_state = 0}, [5524] = {.lex_state = 0}, - [5525] = {.lex_state = 267}, + [5525] = {.lex_state = 60}, [5526] = {.lex_state = 0}, - [5527] = {.lex_state = 0}, - [5528] = {.lex_state = 0}, + [5527] = {.lex_state = 60}, + [5528] = {.lex_state = 60}, [5529] = {.lex_state = 0}, - [5530] = {.lex_state = 0}, + [5530] = {.lex_state = 138}, [5531] = {.lex_state = 0}, - [5532] = {.lex_state = 0}, + [5532] = {.lex_state = 226}, [5533] = {.lex_state = 0}, [5534] = {.lex_state = 0}, - [5535] = {.lex_state = 0}, + [5535] = {.lex_state = 257}, [5536] = {.lex_state = 0}, [5537] = {.lex_state = 0}, - [5538] = {.lex_state = 0}, + [5538] = {.lex_state = 260}, [5539] = {.lex_state = 0}, - [5540] = {.lex_state = 52}, - [5541] = {.lex_state = 3128}, - [5542] = {.lex_state = 0}, + [5540] = {.lex_state = 1563}, + [5541] = {.lex_state = 219}, + [5542] = {.lex_state = 60}, [5543] = {.lex_state = 0}, [5544] = {.lex_state = 0}, [5545] = {.lex_state = 0}, - [5546] = {.lex_state = 0}, - [5547] = {.lex_state = 0}, - [5548] = {.lex_state = 1887}, + [5546] = {.lex_state = 260}, + [5547] = {.lex_state = 257}, + [5548] = {.lex_state = 226}, [5549] = {.lex_state = 0}, - [5550] = {.lex_state = 52}, + [5550] = {.lex_state = 0}, [5551] = {.lex_state = 0}, - [5552] = {.lex_state = 267}, - [5553] = {.lex_state = 65}, - [5554] = {.lex_state = 0}, - [5555] = {.lex_state = 0}, + [5552] = {.lex_state = 0}, + [5553] = {.lex_state = 0}, + [5554] = {.lex_state = 238}, + [5555] = {.lex_state = 238}, [5556] = {.lex_state = 0}, - [5557] = {.lex_state = 0}, + [5557] = {.lex_state = 60}, [5558] = {.lex_state = 0}, [5559] = {.lex_state = 0}, - [5560] = {.lex_state = 267}, + [5560] = {.lex_state = 0}, [5561] = {.lex_state = 0}, [5562] = {.lex_state = 0}, - [5563] = {.lex_state = 264}, + [5563] = {.lex_state = 0}, [5564] = {.lex_state = 0}, - [5565] = {.lex_state = 233}, + [5565] = {.lex_state = 0}, [5566] = {.lex_state = 0}, [5567] = {.lex_state = 0}, - [5568] = {.lex_state = 52}, - [5569] = {.lex_state = 0}, - [5570] = {.lex_state = 245}, - [5571] = {.lex_state = 64}, - [5572] = {.lex_state = 263}, - [5573] = {.lex_state = 52}, - [5574] = {.lex_state = 264}, - [5575] = {.lex_state = 1887}, - [5576] = {.lex_state = 233}, + [5568] = {.lex_state = 226}, + [5569] = {.lex_state = 226}, + [5570] = {.lex_state = 0}, + [5571] = {.lex_state = 60}, + [5572] = {.lex_state = 0}, + [5573] = {.lex_state = 60}, + [5574] = {.lex_state = 226}, + [5575] = {.lex_state = 256}, + [5576] = {.lex_state = 0}, [5577] = {.lex_state = 0}, - [5578] = {.lex_state = 1887}, - [5579] = {.lex_state = 52}, - [5580] = {.lex_state = 52}, + [5578] = {.lex_state = 0}, + [5579] = {.lex_state = 1563}, + [5580] = {.lex_state = 0}, [5581] = {.lex_state = 0}, - [5582] = {.lex_state = 245}, - [5583] = {.lex_state = 245}, - [5584] = {.lex_state = 245}, - [5585] = {.lex_state = 1887}, - [5586] = {.lex_state = 233}, + [5582] = {.lex_state = 238}, + [5583] = {.lex_state = 60}, + [5584] = {.lex_state = 1563}, + [5585] = {.lex_state = 257}, + [5586] = {.lex_state = 226}, [5587] = {.lex_state = 0}, - [5588] = {.lex_state = 52}, - [5589] = {.lex_state = 245}, - [5590] = {.lex_state = 0}, + [5588] = {.lex_state = 238}, + [5589] = {.lex_state = 0}, + [5590] = {.lex_state = 238}, [5591] = {.lex_state = 0}, - [5592] = {.lex_state = 233}, + [5592] = {.lex_state = 238}, [5593] = {.lex_state = 0}, - [5594] = {.lex_state = 264}, - [5595] = {.lex_state = 52}, - [5596] = {.lex_state = 52}, - [5597] = {.lex_state = 52}, - [5598] = {.lex_state = 233}, + [5594] = {.lex_state = 60}, + [5595] = {.lex_state = 0}, + [5596] = {.lex_state = 0}, + [5597] = {.lex_state = 60}, + [5598] = {.lex_state = 0}, [5599] = {.lex_state = 0}, - [5600] = {.lex_state = 0}, - [5601] = {.lex_state = 0}, - [5602] = {.lex_state = 52}, + [5600] = {.lex_state = 1563}, + [5601] = {.lex_state = 260}, + [5602] = {.lex_state = 0}, [5603] = {.lex_state = 0}, - [5604] = {.lex_state = 233}, + [5604] = {.lex_state = 60}, [5605] = {.lex_state = 0}, - [5606] = {.lex_state = 0}, - [5607] = {.lex_state = 0}, - [5608] = {.lex_state = 226}, + [5606] = {.lex_state = 226}, + [5607] = {.lex_state = 60}, + [5608] = {.lex_state = 60}, [5609] = {.lex_state = 0}, - [5610] = {.lex_state = 52}, - [5611] = {.lex_state = 233}, - [5612] = {.lex_state = 64}, - [5613] = {.lex_state = 245}, - [5614] = {.lex_state = 233}, - [5615] = {.lex_state = 233}, - [5616] = {.lex_state = 64}, - [5617] = {.lex_state = 232}, - [5618] = {.lex_state = 52}, - [5619] = {.lex_state = 52}, - [5620] = {.lex_state = 233}, - [5621] = {.lex_state = 64}, + [5610] = {.lex_state = 0}, + [5611] = {.lex_state = 0}, + [5612] = {.lex_state = 226}, + [5613] = {.lex_state = 226}, + [5614] = {.lex_state = 225}, + [5615] = {.lex_state = 0}, + [5616] = {.lex_state = 245}, + [5617] = {.lex_state = 226}, + [5618] = {.lex_state = 0}, + [5619] = {.lex_state = 60}, + [5620] = {.lex_state = 1564}, + [5621] = {.lex_state = 0}, [5622] = {.lex_state = 0}, - [5623] = {.lex_state = 0}, - [5624] = {.lex_state = 0}, - [5625] = {.lex_state = 52}, - [5626] = {.lex_state = 52}, - [5627] = {.lex_state = 1888}, - [5628] = {.lex_state = 0}, - [5629] = {.lex_state = 52}, - [5630] = {.lex_state = 1888}, - [5631] = {.lex_state = 52}, + [5623] = {.lex_state = 1564}, + [5624] = {.lex_state = 60}, + [5625] = {.lex_state = 0}, + [5626] = {.lex_state = 60}, + [5627] = {.lex_state = 0}, + [5628] = {.lex_state = 1564}, + [5629] = {.lex_state = 60}, + [5630] = {.lex_state = 1564}, + [5631] = {.lex_state = 60}, [5632] = {.lex_state = 0}, - [5633] = {.lex_state = 52}, + [5633] = {.lex_state = 0}, [5634] = {.lex_state = 0}, - [5635] = {.lex_state = 1888}, - [5636] = {.lex_state = 52}, - [5637] = {.lex_state = 1888}, - [5638] = {.lex_state = 52}, + [5635] = {.lex_state = 0}, + [5636] = {.lex_state = 0}, + [5637] = {.lex_state = 0}, + [5638] = {.lex_state = 256}, [5639] = {.lex_state = 0}, - [5640] = {.lex_state = 0}, - [5641] = {.lex_state = 0}, + [5640] = {.lex_state = 256}, + [5641] = {.lex_state = 60}, [5642] = {.lex_state = 0}, - [5643] = {.lex_state = 0}, - [5644] = {.lex_state = 0}, - [5645] = {.lex_state = 263}, + [5643] = {.lex_state = 60}, + [5644] = {.lex_state = 60}, + [5645] = {.lex_state = 60}, [5646] = {.lex_state = 0}, - [5647] = {.lex_state = 263}, + [5647] = {.lex_state = 1564}, [5648] = {.lex_state = 0}, - [5649] = {.lex_state = 52}, + [5649] = {.lex_state = 60}, [5650] = {.lex_state = 0}, - [5651] = {.lex_state = 52}, - [5652] = {.lex_state = 52}, - [5653] = {.lex_state = 0}, - [5654] = {.lex_state = 1888}, + [5651] = {.lex_state = 60}, + [5652] = {.lex_state = 0}, + [5653] = {.lex_state = 1564}, + [5654] = {.lex_state = 60}, [5655] = {.lex_state = 0}, - [5656] = {.lex_state = 52}, + [5656] = {.lex_state = 60}, [5657] = {.lex_state = 0}, - [5658] = {.lex_state = 52}, - [5659] = {.lex_state = 0}, - [5660] = {.lex_state = 1888}, - [5661] = {.lex_state = 52}, + [5658] = {.lex_state = 60}, + [5659] = {.lex_state = 60}, + [5660] = {.lex_state = 60}, + [5661] = {.lex_state = 0}, [5662] = {.lex_state = 0}, - [5663] = {.lex_state = 52}, + [5663] = {.lex_state = 0}, [5664] = {.lex_state = 0}, - [5665] = {.lex_state = 52}, - [5666] = {.lex_state = 52}, - [5667] = {.lex_state = 52}, - [5668] = {.lex_state = 263}, + [5665] = {.lex_state = 0}, + [5666] = {.lex_state = 256}, + [5667] = {.lex_state = 0}, + [5668] = {.lex_state = 0}, [5669] = {.lex_state = 0}, [5670] = {.lex_state = 0}, - [5671] = {.lex_state = 0}, - [5672] = {.lex_state = 0}, - [5673] = {.lex_state = 0}, + [5671] = {.lex_state = 60}, + [5672] = {.lex_state = 1564}, + [5673] = {.lex_state = 60}, [5674] = {.lex_state = 0}, - [5675] = {.lex_state = 0}, - [5676] = {.lex_state = 0}, - [5677] = {.lex_state = 52}, - [5678] = {.lex_state = 1888}, - [5679] = {.lex_state = 52}, - [5680] = {.lex_state = 1888}, - [5681] = {.lex_state = 0}, - [5682] = {.lex_state = 52}, - [5683] = {.lex_state = 52}, - [5684] = {.lex_state = 0}, - [5685] = {.lex_state = 52}, - [5686] = {.lex_state = 52}, - [5687] = {.lex_state = 52}, - [5688] = {.lex_state = 52}, - [5689] = {.lex_state = 52}, - [5690] = {.lex_state = 1888}, - [5691] = {.lex_state = 0}, - [5692] = {.lex_state = 0}, + [5675] = {.lex_state = 60}, + [5676] = {.lex_state = 1564}, + [5677] = {.lex_state = 60}, + [5678] = {.lex_state = 60}, + [5679] = {.lex_state = 60}, + [5680] = {.lex_state = 0}, + [5681] = {.lex_state = 60}, + [5682] = {.lex_state = 60}, + [5683] = {.lex_state = 60}, + [5684] = {.lex_state = 1564}, + [5685] = {.lex_state = 0}, + [5686] = {.lex_state = 0}, + [5687] = {.lex_state = 0}, + [5688] = {.lex_state = 60}, + [5689] = {.lex_state = 0}, + [5690] = {.lex_state = 60}, + [5691] = {.lex_state = 60}, + [5692] = {.lex_state = 60}, [5693] = {.lex_state = 0}, - [5694] = {.lex_state = 0}, - [5695] = {.lex_state = 52}, + [5694] = {.lex_state = 60}, + [5695] = {.lex_state = 60}, [5696] = {.lex_state = 0}, [5697] = {.lex_state = 0}, - [5698] = {.lex_state = 52}, - [5699] = {.lex_state = 52}, + [5698] = {.lex_state = 60}, + [5699] = {.lex_state = 256}, [5700] = {.lex_state = 0}, - [5701] = {.lex_state = 52}, - [5702] = {.lex_state = 52}, - [5703] = {.lex_state = 52}, - [5704] = {.lex_state = 0}, - [5705] = {.lex_state = 263}, + [5701] = {.lex_state = 60}, + [5702] = {.lex_state = 0}, + [5703] = {.lex_state = 0}, + [5704] = {.lex_state = 60}, + [5705] = {.lex_state = 60}, [5706] = {.lex_state = 0}, - [5707] = {.lex_state = 0}, - [5708] = {.lex_state = 52}, + [5707] = {.lex_state = 60}, + [5708] = {.lex_state = 60}, [5709] = {.lex_state = 0}, - [5710] = {.lex_state = 0}, - [5711] = {.lex_state = 52}, - [5712] = {.lex_state = 52}, + [5710] = {.lex_state = 60}, + [5711] = {.lex_state = 1564}, + [5712] = {.lex_state = 60}, [5713] = {.lex_state = 0}, - [5714] = {.lex_state = 52}, - [5715] = {.lex_state = 52}, - [5716] = {.lex_state = 52}, - [5717] = {.lex_state = 1888}, - [5718] = {.lex_state = 52}, - [5719] = {.lex_state = 1888}, - [5720] = {.lex_state = 0}, - [5721] = {.lex_state = 52}, - [5722] = {.lex_state = 52}, + [5714] = {.lex_state = 60}, + [5715] = {.lex_state = 1564}, + [5716] = {.lex_state = 60}, + [5717] = {.lex_state = 60}, + [5718] = {.lex_state = 60}, + [5719] = {.lex_state = 0}, + [5720] = {.lex_state = 60}, + [5721] = {.lex_state = 60}, + [5722] = {.lex_state = 60}, [5723] = {.lex_state = 0}, - [5724] = {.lex_state = 52}, - [5725] = {.lex_state = 52}, - [5726] = {.lex_state = 52}, - [5727] = {.lex_state = 52}, - [5728] = {.lex_state = 52}, + [5724] = {.lex_state = 1564}, + [5725] = {.lex_state = 0}, + [5726] = {.lex_state = 0}, + [5727] = {.lex_state = 60}, + [5728] = {.lex_state = 0}, [5729] = {.lex_state = 0}, - [5730] = {.lex_state = 1888}, - [5731] = {.lex_state = 0}, - [5732] = {.lex_state = 0}, - [5733] = {.lex_state = 0}, - [5734] = {.lex_state = 52}, + [5730] = {.lex_state = 60}, + [5731] = {.lex_state = 60}, + [5732] = {.lex_state = 60}, + [5733] = {.lex_state = 60}, + [5734] = {.lex_state = 60}, [5735] = {.lex_state = 0}, - [5736] = {.lex_state = 52}, - [5737] = {.lex_state = 52}, - [5738] = {.lex_state = 52}, + [5736] = {.lex_state = 0}, + [5737] = {.lex_state = 0}, + [5738] = {.lex_state = 0}, [5739] = {.lex_state = 0}, - [5740] = {.lex_state = 52}, - [5741] = {.lex_state = 52}, + [5740] = {.lex_state = 60}, + [5741] = {.lex_state = 256}, [5742] = {.lex_state = 0}, - [5743] = {.lex_state = 0}, - [5744] = {.lex_state = 0}, - [5745] = {.lex_state = 616}, - [5746] = {.lex_state = 0}, - [5747] = {.lex_state = 52}, - [5748] = {.lex_state = 616}, - [5749] = {.lex_state = 263}, - [5750] = {.lex_state = 52}, - [5751] = {.lex_state = 52}, + [5743] = {.lex_state = 60}, + [5744] = {.lex_state = 60}, + [5745] = {.lex_state = 0}, + [5746] = {.lex_state = 60}, + [5747] = {.lex_state = 60}, + [5748] = {.lex_state = 0}, + [5749] = {.lex_state = 581}, + [5750] = {.lex_state = 60}, + [5751] = {.lex_state = 1564}, [5752] = {.lex_state = 0}, - [5753] = {.lex_state = 52}, - [5754] = {.lex_state = 52}, - [5755] = {.lex_state = 0}, - [5756] = {.lex_state = 0}, - [5757] = {.lex_state = 0}, - [5758] = {.lex_state = 52}, - [5759] = {.lex_state = 0}, - [5760] = {.lex_state = 52}, - [5761] = {.lex_state = 1888}, - [5762] = {.lex_state = 52}, - [5763] = {.lex_state = 52}, - [5764] = {.lex_state = 1888}, - [5765] = {.lex_state = 52}, - [5766] = {.lex_state = 0}, - [5767] = {.lex_state = 52}, + [5753] = {.lex_state = 60}, + [5754] = {.lex_state = 60}, + [5755] = {.lex_state = 1564}, + [5756] = {.lex_state = 60}, + [5757] = {.lex_state = 60}, + [5758] = {.lex_state = 0}, + [5759] = {.lex_state = 60}, + [5760] = {.lex_state = 0}, + [5761] = {.lex_state = 1564}, + [5762] = {.lex_state = 0}, + [5763] = {.lex_state = 60}, + [5764] = {.lex_state = 0}, + [5765] = {.lex_state = 0}, + [5766] = {.lex_state = 60}, + [5767] = {.lex_state = 0}, [5768] = {.lex_state = 0}, - [5769] = {.lex_state = 0}, - [5770] = {.lex_state = 52}, - [5771] = {.lex_state = 1888}, - [5772] = {.lex_state = 0}, - [5773] = {.lex_state = 52}, - [5774] = {.lex_state = 0}, - [5775] = {.lex_state = 0}, - [5776] = {.lex_state = 52}, - [5777] = {.lex_state = 0}, + [5769] = {.lex_state = 60}, + [5770] = {.lex_state = 0}, + [5771] = {.lex_state = 0}, + [5772] = {.lex_state = 60}, + [5773] = {.lex_state = 62}, + [5774] = {.lex_state = 581}, + [5775] = {.lex_state = 60}, + [5776] = {.lex_state = 581}, + [5777] = {.lex_state = 1564}, [5778] = {.lex_state = 0}, - [5779] = {.lex_state = 52}, - [5780] = {.lex_state = 36}, - [5781] = {.lex_state = 616}, - [5782] = {.lex_state = 52}, - [5783] = {.lex_state = 1888}, - [5784] = {.lex_state = 0}, - [5785] = {.lex_state = 263}, + [5779] = {.lex_state = 256}, + [5780] = {.lex_state = 0}, + [5781] = {.lex_state = 60}, + [5782] = {.lex_state = 0}, + [5783] = {.lex_state = 0}, + [5784] = {.lex_state = 60}, + [5785] = {.lex_state = 0}, [5786] = {.lex_state = 0}, - [5787] = {.lex_state = 0}, - [5788] = {.lex_state = 52}, - [5789] = {.lex_state = 0}, - [5790] = {.lex_state = 0}, - [5791] = {.lex_state = 52}, - [5792] = {.lex_state = 0}, - [5793] = {.lex_state = 52}, - [5794] = {.lex_state = 1888}, + [5787] = {.lex_state = 60}, + [5788] = {.lex_state = 0}, + [5789] = {.lex_state = 60}, + [5790] = {.lex_state = 1564}, + [5791] = {.lex_state = 60}, + [5792] = {.lex_state = 60}, + [5793] = {.lex_state = 1564}, + [5794] = {.lex_state = 60}, [5795] = {.lex_state = 0}, - [5796] = {.lex_state = 52}, - [5797] = {.lex_state = 52}, - [5798] = {.lex_state = 52}, - [5799] = {.lex_state = 1888}, - [5800] = {.lex_state = 52}, - [5801] = {.lex_state = 0}, + [5796] = {.lex_state = 60}, + [5797] = {.lex_state = 0}, + [5798] = {.lex_state = 60}, + [5799] = {.lex_state = 60}, + [5800] = {.lex_state = 0}, + [5801] = {.lex_state = 1564}, [5802] = {.lex_state = 0}, - [5803] = {.lex_state = 52}, - [5804] = {.lex_state = 52}, - [5805] = {.lex_state = 52}, + [5803] = {.lex_state = 60}, + [5804] = {.lex_state = 0}, + [5805] = {.lex_state = 60}, [5806] = {.lex_state = 0}, - [5807] = {.lex_state = 1888}, + [5807] = {.lex_state = 0}, [5808] = {.lex_state = 0}, - [5809] = {.lex_state = 0}, - [5810] = {.lex_state = 52}, - [5811] = {.lex_state = 0}, - [5812] = {.lex_state = 52}, - [5813] = {.lex_state = 0}, - [5814] = {.lex_state = 52}, - [5815] = {.lex_state = 0}, - [5816] = {.lex_state = 52}, - [5817] = {.lex_state = 0}, - [5818] = {.lex_state = 52}, - [5819] = {.lex_state = 3129}, + [5809] = {.lex_state = 60}, + [5810] = {.lex_state = 60}, + [5811] = {.lex_state = 60}, + [5812] = {.lex_state = 0}, + [5813] = {.lex_state = 2715}, + [5814] = {.lex_state = 0}, + [5815] = {.lex_state = 60}, + [5816] = {.lex_state = 0}, + [5817] = {.lex_state = 60}, + [5818] = {.lex_state = 256}, + [5819] = {.lex_state = 0}, [5820] = {.lex_state = 0}, [5821] = {.lex_state = 0}, - [5822] = {.lex_state = 52}, - [5823] = {.lex_state = 263}, - [5824] = {.lex_state = 52}, - [5825] = {.lex_state = 52}, + [5822] = {.lex_state = 0}, + [5823] = {.lex_state = 0}, + [5824] = {.lex_state = 0}, + [5825] = {.lex_state = 60}, [5826] = {.lex_state = 0}, - [5827] = {.lex_state = 0}, - [5828] = {.lex_state = 52}, + [5827] = {.lex_state = 1564}, + [5828] = {.lex_state = 60}, [5829] = {.lex_state = 0}, - [5830] = {.lex_state = 52}, - [5831] = {.lex_state = 0}, + [5830] = {.lex_state = 1564}, + [5831] = {.lex_state = 60}, [5832] = {.lex_state = 0}, - [5833] = {.lex_state = 52}, - [5834] = {.lex_state = 1888}, + [5833] = {.lex_state = 0}, + [5834] = {.lex_state = 0}, [5835] = {.lex_state = 0}, - [5836] = {.lex_state = 52}, - [5837] = {.lex_state = 1888}, + [5836] = {.lex_state = 0}, + [5837] = {.lex_state = 0}, [5838] = {.lex_state = 0}, - [5839] = {.lex_state = 52}, - [5840] = {.lex_state = 0}, + [5839] = {.lex_state = 0}, + [5840] = {.lex_state = 60}, [5841] = {.lex_state = 0}, - [5842] = {.lex_state = 52}, + [5842] = {.lex_state = 1564}, [5843] = {.lex_state = 0}, - [5844] = {.lex_state = 0}, + [5844] = {.lex_state = 60}, [5845] = {.lex_state = 0}, [5846] = {.lex_state = 0}, [5847] = {.lex_state = 0}, - [5848] = {.lex_state = 0}, - [5849] = {.lex_state = 0}, - [5850] = {.lex_state = 1888}, + [5848] = {.lex_state = 24}, + [5849] = {.lex_state = 60}, + [5850] = {.lex_state = 0}, [5851] = {.lex_state = 0}, - [5852] = {.lex_state = 0}, - [5853] = {.lex_state = 64}, - [5854] = {.lex_state = 0}, - [5855] = {.lex_state = 52}, - [5856] = {.lex_state = 0}, - [5857] = {.lex_state = 28}, - [5858] = {.lex_state = 52}, - [5859] = {.lex_state = 52}, + [5852] = {.lex_state = 60}, + [5853] = {.lex_state = 60}, + [5854] = {.lex_state = 251}, + [5855] = {.lex_state = 0}, + [5856] = {.lex_state = 183}, + [5857] = {.lex_state = 0}, + [5858] = {.lex_state = 183}, + [5859] = {.lex_state = 0}, [5860] = {.lex_state = 0}, - [5861] = {.lex_state = 190}, - [5862] = {.lex_state = 190}, - [5863] = {.lex_state = 258}, - [5864] = {.lex_state = 228}, - [5865] = {.lex_state = 257}, + [5861] = {.lex_state = 0}, + [5862] = {.lex_state = 221}, + [5863] = {.lex_state = 256}, + [5864] = {.lex_state = 62}, + [5865] = {.lex_state = 0}, [5866] = {.lex_state = 0}, - [5867] = {.lex_state = 263}, + [5867] = {.lex_state = 0}, [5868] = {.lex_state = 0}, - [5869] = {.lex_state = 0}, - [5870] = {.lex_state = 0}, - [5871] = {.lex_state = 0}, - [5872] = {.lex_state = 0}, - [5873] = {.lex_state = 36}, + [5869] = {.lex_state = 60}, + [5870] = {.lex_state = 1564}, + [5871] = {.lex_state = 60}, + [5872] = {.lex_state = 1564}, + [5873] = {.lex_state = 60}, [5874] = {.lex_state = 0}, - [5875] = {.lex_state = 0}, + [5875] = {.lex_state = 60}, [5876] = {.lex_state = 0}, - [5877] = {.lex_state = 52}, - [5878] = {.lex_state = 1888}, - [5879] = {.lex_state = 52}, - [5880] = {.lex_state = 1888}, - [5881] = {.lex_state = 52}, + [5877] = {.lex_state = 0}, + [5878] = {.lex_state = 0}, + [5879] = {.lex_state = 0}, + [5880] = {.lex_state = 1564}, + [5881] = {.lex_state = 0}, [5882] = {.lex_state = 0}, - [5883] = {.lex_state = 52}, + [5883] = {.lex_state = 0}, [5884] = {.lex_state = 0}, - [5885] = {.lex_state = 1888}, + [5885] = {.lex_state = 250}, [5886] = {.lex_state = 0}, - [5887] = {.lex_state = 0}, + [5887] = {.lex_state = 60}, [5888] = {.lex_state = 0}, [5889] = {.lex_state = 0}, [5890] = {.lex_state = 0}, [5891] = {.lex_state = 0}, - [5892] = {.lex_state = 52}, + [5892] = {.lex_state = 0}, [5893] = {.lex_state = 0}, [5894] = {.lex_state = 0}, [5895] = {.lex_state = 0}, [5896] = {.lex_state = 0}, - [5897] = {.lex_state = 0}, - [5898] = {.lex_state = 0}, + [5897] = {.lex_state = 60}, + [5898] = {.lex_state = 256}, [5899] = {.lex_state = 0}, - [5900] = {.lex_state = 0}, + [5900] = {.lex_state = 256}, [5901] = {.lex_state = 0}, [5902] = {.lex_state = 0}, - [5903] = {.lex_state = 0}, - [5904] = {.lex_state = 268}, - [5905] = {.lex_state = 0}, - [5906] = {.lex_state = 263}, - [5907] = {.lex_state = 0}, - [5908] = {.lex_state = 0}, - [5909] = {.lex_state = 0}, + [5903] = {.lex_state = 60}, + [5904] = {.lex_state = 0}, + [5905] = {.lex_state = 60}, + [5906] = {.lex_state = 1564}, + [5907] = {.lex_state = 60}, + [5908] = {.lex_state = 1564}, + [5909] = {.lex_state = 60}, [5910] = {.lex_state = 0}, - [5911] = {.lex_state = 52}, - [5912] = {.lex_state = 1888}, - [5913] = {.lex_state = 52}, - [5914] = {.lex_state = 1888}, - [5915] = {.lex_state = 52}, + [5911] = {.lex_state = 60}, + [5912] = {.lex_state = 251}, + [5913] = {.lex_state = 0}, + [5914] = {.lex_state = 1564}, + [5915] = {.lex_state = 0}, [5916] = {.lex_state = 0}, - [5917] = {.lex_state = 52}, + [5917] = {.lex_state = 0}, [5918] = {.lex_state = 0}, - [5919] = {.lex_state = 1888}, + [5919] = {.lex_state = 60}, [5920] = {.lex_state = 0}, - [5921] = {.lex_state = 258}, - [5922] = {.lex_state = 0}, + [5921] = {.lex_state = 0}, + [5922] = {.lex_state = 256}, [5923] = {.lex_state = 0}, [5924] = {.lex_state = 0}, - [5925] = {.lex_state = 52}, - [5926] = {.lex_state = 52}, + [5925] = {.lex_state = 182}, + [5926] = {.lex_state = 0}, [5927] = {.lex_state = 0}, - [5928] = {.lex_state = 0}, - [5929] = {.lex_state = 0}, - [5930] = {.lex_state = 0}, - [5931] = {.lex_state = 263}, - [5932] = {.lex_state = 0}, + [5928] = {.lex_state = 60}, + [5929] = {.lex_state = 1564}, + [5930] = {.lex_state = 60}, + [5931] = {.lex_state = 1564}, + [5932] = {.lex_state = 60}, [5933] = {.lex_state = 0}, - [5934] = {.lex_state = 0}, + [5934] = {.lex_state = 60}, [5935] = {.lex_state = 0}, - [5936] = {.lex_state = 52}, - [5937] = {.lex_state = 189}, - [5938] = {.lex_state = 1888}, - [5939] = {.lex_state = 52}, - [5940] = {.lex_state = 1888}, - [5941] = {.lex_state = 52}, + [5936] = {.lex_state = 1564}, + [5937] = {.lex_state = 0}, + [5938] = {.lex_state = 0}, + [5939] = {.lex_state = 0}, + [5940] = {.lex_state = 60}, + [5941] = {.lex_state = 0}, [5942] = {.lex_state = 0}, - [5943] = {.lex_state = 52}, + [5943] = {.lex_state = 0}, [5944] = {.lex_state = 0}, - [5945] = {.lex_state = 1888}, + [5945] = {.lex_state = 24}, [5946] = {.lex_state = 0}, [5947] = {.lex_state = 0}, [5948] = {.lex_state = 0}, - [5949] = {.lex_state = 52}, - [5950] = {.lex_state = 0}, - [5951] = {.lex_state = 263}, + [5949] = {.lex_state = 0}, + [5950] = {.lex_state = 60}, + [5951] = {.lex_state = 1564}, [5952] = {.lex_state = 0}, - [5953] = {.lex_state = 52}, - [5954] = {.lex_state = 28}, - [5955] = {.lex_state = 0}, - [5956] = {.lex_state = 0}, - [5957] = {.lex_state = 0}, + [5953] = {.lex_state = 0}, + [5954] = {.lex_state = 0}, + [5955] = {.lex_state = 60}, + [5956] = {.lex_state = 1564}, + [5957] = {.lex_state = 60}, [5958] = {.lex_state = 0}, [5959] = {.lex_state = 0}, - [5960] = {.lex_state = 52}, + [5960] = {.lex_state = 60}, [5961] = {.lex_state = 0}, [5962] = {.lex_state = 0}, - [5963] = {.lex_state = 0}, - [5964] = {.lex_state = 1888}, - [5965] = {.lex_state = 52}, - [5966] = {.lex_state = 1888}, - [5967] = {.lex_state = 52}, + [5963] = {.lex_state = 1564}, + [5964] = {.lex_state = 0}, + [5965] = {.lex_state = 0}, + [5966] = {.lex_state = 0}, + [5967] = {.lex_state = 60}, [5968] = {.lex_state = 0}, - [5969] = {.lex_state = 0}, - [5970] = {.lex_state = 52}, - [5971] = {.lex_state = 0}, - [5972] = {.lex_state = 0}, - [5973] = {.lex_state = 1888}, + [5969] = {.lex_state = 60}, + [5970] = {.lex_state = 256}, + [5971] = {.lex_state = 581}, + [5972] = {.lex_state = 200}, + [5973] = {.lex_state = 0}, [5974] = {.lex_state = 0}, [5975] = {.lex_state = 0}, - [5976] = {.lex_state = 0}, - [5977] = {.lex_state = 52}, - [5978] = {.lex_state = 0}, - [5979] = {.lex_state = 52}, - [5980] = {.lex_state = 263}, - [5981] = {.lex_state = 207}, - [5982] = {.lex_state = 616}, + [5976] = {.lex_state = 24}, + [5977] = {.lex_state = 0}, + [5978] = {.lex_state = 60}, + [5979] = {.lex_state = 0}, + [5980] = {.lex_state = 1564}, + [5981] = {.lex_state = 60}, + [5982] = {.lex_state = 1564}, [5983] = {.lex_state = 0}, - [5984] = {.lex_state = 28}, + [5984] = {.lex_state = 0}, [5985] = {.lex_state = 0}, - [5986] = {.lex_state = 0}, + [5986] = {.lex_state = 60}, [5987] = {.lex_state = 0}, [5988] = {.lex_state = 0}, - [5989] = {.lex_state = 52}, - [5990] = {.lex_state = 1888}, + [5989] = {.lex_state = 581}, + [5990] = {.lex_state = 60}, [5991] = {.lex_state = 0}, [5992] = {.lex_state = 0}, - [5993] = {.lex_state = 0}, - [5994] = {.lex_state = 52}, - [5995] = {.lex_state = 1888}, - [5996] = {.lex_state = 52}, - [5997] = {.lex_state = 616}, + [5993] = {.lex_state = 1564}, + [5994] = {.lex_state = 0}, + [5995] = {.lex_state = 0}, + [5996] = {.lex_state = 0}, + [5997] = {.lex_state = 60}, [5998] = {.lex_state = 0}, - [5999] = {.lex_state = 0}, - [6000] = {.lex_state = 52}, + [5999] = {.lex_state = 24}, + [6000] = {.lex_state = 1564}, [6001] = {.lex_state = 0}, - [6002] = {.lex_state = 65}, - [6003] = {.lex_state = 1888}, + [6002] = {.lex_state = 581}, + [6003] = {.lex_state = 0}, [6004] = {.lex_state = 0}, - [6005] = {.lex_state = 0}, + [6005] = {.lex_state = 183}, [6006] = {.lex_state = 0}, - [6007] = {.lex_state = 28}, - [6008] = {.lex_state = 52}, - [6009] = {.lex_state = 1888}, - [6010] = {.lex_state = 1888}, - [6011] = {.lex_state = 0}, + [6007] = {.lex_state = 0}, + [6008] = {.lex_state = 0}, + [6009] = {.lex_state = 0}, + [6010] = {.lex_state = 24}, + [6011] = {.lex_state = 2715}, [6012] = {.lex_state = 0}, [6013] = {.lex_state = 0}, - [6014] = {.lex_state = 0}, - [6015] = {.lex_state = 0}, + [6014] = {.lex_state = 581}, + [6015] = {.lex_state = 581}, [6016] = {.lex_state = 0}, [6017] = {.lex_state = 0}, - [6018] = {.lex_state = 28}, - [6019] = {.lex_state = 190}, - [6020] = {.lex_state = 0}, - [6021] = {.lex_state = 0}, - [6022] = {.lex_state = 3129}, + [6018] = {.lex_state = 0}, + [6019] = {.lex_state = 136}, + [6020] = {.lex_state = 24}, + [6021] = {.lex_state = 138}, + [6022] = {.lex_state = 0}, [6023] = {.lex_state = 0}, [6024] = {.lex_state = 0}, [6025] = {.lex_state = 0}, [6026] = {.lex_state = 0}, - [6027] = {.lex_state = 616}, - [6028] = {.lex_state = 28}, - [6029] = {.lex_state = 616}, - [6030] = {.lex_state = 28}, - [6031] = {.lex_state = 0}, - [6032] = {.lex_state = 0}, + [6027] = {.lex_state = 0}, + [6028] = {.lex_state = 0}, + [6029] = {.lex_state = 0}, + [6030] = {.lex_state = 24}, + [6031] = {.lex_state = 581}, + [6032] = {.lex_state = 60}, [6033] = {.lex_state = 0}, - [6034] = {.lex_state = 0}, - [6035] = {.lex_state = 0}, + [6034] = {.lex_state = 581}, + [6035] = {.lex_state = 60}, [6036] = {.lex_state = 0}, [6037] = {.lex_state = 0}, - [6038] = {.lex_state = 28}, - [6039] = {.lex_state = 0}, - [6040] = {.lex_state = 0}, + [6038] = {.lex_state = 0}, + [6039] = {.lex_state = 261}, + [6040] = {.lex_state = 24}, [6041] = {.lex_state = 0}, - [6042] = {.lex_state = 52}, - [6043] = {.lex_state = 616}, + [6042] = {.lex_state = 2755}, + [6043] = {.lex_state = 0}, [6044] = {.lex_state = 0}, - [6045] = {.lex_state = 0}, + [6045] = {.lex_state = 182}, [6046] = {.lex_state = 0}, - [6047] = {.lex_state = 616}, - [6048] = {.lex_state = 28}, - [6049] = {.lex_state = 65}, - [6050] = {.lex_state = 3178}, - [6051] = {.lex_state = 0}, - [6052] = {.lex_state = 0}, - [6053] = {.lex_state = 189}, + [6047] = {.lex_state = 0}, + [6048] = {.lex_state = 0}, + [6049] = {.lex_state = 581}, + [6050] = {.lex_state = 24}, + [6051] = {.lex_state = 581}, + [6052] = {.lex_state = 581}, + [6053] = {.lex_state = 0}, [6054] = {.lex_state = 0}, [6055] = {.lex_state = 0}, [6056] = {.lex_state = 0}, [6057] = {.lex_state = 0}, - [6058] = {.lex_state = 28}, - [6059] = {.lex_state = 52}, - [6060] = {.lex_state = 268}, + [6058] = {.lex_state = 0}, + [6059] = {.lex_state = 0}, + [6060] = {.lex_state = 24}, [6061] = {.lex_state = 0}, [6062] = {.lex_state = 0}, - [6063] = {.lex_state = 263}, + [6063] = {.lex_state = 0}, [6064] = {.lex_state = 0}, - [6065] = {.lex_state = 0}, + [6065] = {.lex_state = 24}, [6066] = {.lex_state = 0}, - [6067] = {.lex_state = 616}, - [6068] = {.lex_state = 28}, - [6069] = {.lex_state = 263}, - [6070] = {.lex_state = 616}, - [6071] = {.lex_state = 0}, - [6072] = {.lex_state = 616}, - [6073] = {.lex_state = 28}, + [6067] = {.lex_state = 0}, + [6068] = {.lex_state = 0}, + [6069] = {.lex_state = 256}, + [6070] = {.lex_state = 24}, + [6071] = {.lex_state = 581}, + [6072] = {.lex_state = 0}, + [6073] = {.lex_state = 0}, [6074] = {.lex_state = 0}, [6075] = {.lex_state = 0}, [6076] = {.lex_state = 0}, [6077] = {.lex_state = 0}, - [6078] = {.lex_state = 28}, - [6079] = {.lex_state = 0}, + [6078] = {.lex_state = 0}, + [6079] = {.lex_state = 24}, [6080] = {.lex_state = 0}, [6081] = {.lex_state = 0}, - [6082] = {.lex_state = 0}, + [6082] = {.lex_state = 60}, [6083] = {.lex_state = 0}, [6084] = {.lex_state = 0}, [6085] = {.lex_state = 0}, [6086] = {.lex_state = 0}, - [6087] = {.lex_state = 28}, + [6087] = {.lex_state = 0}, [6088] = {.lex_state = 0}, [6089] = {.lex_state = 0}, - [6090] = {.lex_state = 263}, - [6091] = {.lex_state = 616}, + [6090] = {.lex_state = 0}, + [6091] = {.lex_state = 0}, [6092] = {.lex_state = 0}, [6093] = {.lex_state = 0}, - [6094] = {.lex_state = 0}, + [6094] = {.lex_state = 223}, [6095] = {.lex_state = 0}, - [6096] = {.lex_state = 0}, - [6097] = {.lex_state = 0}, + [6096] = {.lex_state = 1564}, + [6097] = {.lex_state = 138}, [6098] = {.lex_state = 0}, [6099] = {.lex_state = 0}, [6100] = {.lex_state = 0}, [6101] = {.lex_state = 0}, - [6102] = {.lex_state = 0}, + [6102] = {.lex_state = 60}, [6103] = {.lex_state = 0}, - [6104] = {.lex_state = 52}, + [6104] = {.lex_state = 0}, [6105] = {.lex_state = 0}, [6106] = {.lex_state = 0}, [6107] = {.lex_state = 0}, [6108] = {.lex_state = 0}, [6109] = {.lex_state = 0}, [6110] = {.lex_state = 0}, - [6111] = {.lex_state = 0}, + [6111] = {.lex_state = 1564}, [6112] = {.lex_state = 0}, [6113] = {.lex_state = 0}, [6114] = {.lex_state = 0}, [6115] = {.lex_state = 0}, - [6116] = {.lex_state = 230}, - [6117] = {.lex_state = 0}, + [6116] = {.lex_state = 0}, + [6117] = {.lex_state = 60}, [6118] = {.lex_state = 0}, - [6119] = {.lex_state = 1888}, + [6119] = {.lex_state = 0}, [6120] = {.lex_state = 0}, [6121] = {.lex_state = 0}, - [6122] = {.lex_state = 52}, + [6122] = {.lex_state = 0}, [6123] = {.lex_state = 0}, - [6124] = {.lex_state = 0}, + [6124] = {.lex_state = 60}, [6125] = {.lex_state = 0}, - [6126] = {.lex_state = 0}, + [6126] = {.lex_state = 60}, [6127] = {.lex_state = 0}, - [6128] = {.lex_state = 0}, + [6128] = {.lex_state = 60}, [6129] = {.lex_state = 0}, - [6130] = {.lex_state = 1888}, + [6130] = {.lex_state = 0}, [6131] = {.lex_state = 0}, - [6132] = {.lex_state = 616}, + [6132] = {.lex_state = 1564}, [6133] = {.lex_state = 0}, - [6134] = {.lex_state = 52}, + [6134] = {.lex_state = 581}, [6135] = {.lex_state = 0}, - [6136] = {.lex_state = 64}, + [6136] = {.lex_state = 581}, [6137] = {.lex_state = 0}, - [6138] = {.lex_state = 0}, + [6138] = {.lex_state = 256}, [6139] = {.lex_state = 0}, - [6140] = {.lex_state = 0}, + [6140] = {.lex_state = 60}, [6141] = {.lex_state = 0}, [6142] = {.lex_state = 0}, - [6143] = {.lex_state = 0}, - [6144] = {.lex_state = 52}, - [6145] = {.lex_state = 0}, - [6146] = {.lex_state = 52}, + [6143] = {.lex_state = 60}, + [6144] = {.lex_state = 60}, + [6145] = {.lex_state = 256}, + [6146] = {.lex_state = 60}, [6147] = {.lex_state = 0}, - [6148] = {.lex_state = 0}, - [6149] = {.lex_state = 1888}, - [6150] = {.lex_state = 616}, - [6151] = {.lex_state = 616}, + [6148] = {.lex_state = 256}, + [6149] = {.lex_state = 138}, + [6150] = {.lex_state = 256}, + [6151] = {.lex_state = 256}, [6152] = {.lex_state = 0}, - [6153] = {.lex_state = 0}, - [6154] = {.lex_state = 263}, - [6155] = {.lex_state = 52}, - [6156] = {.lex_state = 65}, - [6157] = {.lex_state = 263}, - [6158] = {.lex_state = 0}, - [6159] = {.lex_state = 263}, - [6160] = {.lex_state = 65}, + [6153] = {.lex_state = 60}, + [6154] = {.lex_state = 581}, + [6155] = {.lex_state = 138}, + [6156] = {.lex_state = 261}, + [6157] = {.lex_state = 0}, + [6158] = {.lex_state = 261}, + [6159] = {.lex_state = 182}, + [6160] = {.lex_state = 0}, [6161] = {.lex_state = 0}, - [6162] = {.lex_state = 52}, - [6163] = {.lex_state = 52}, + [6162] = {.lex_state = 261}, + [6163] = {.lex_state = 5}, [6164] = {.lex_state = 0}, - [6165] = {.lex_state = 52}, - [6166] = {.lex_state = 616}, - [6167] = {.lex_state = 268}, + [6165] = {.lex_state = 0}, + [6166] = {.lex_state = 261}, + [6167] = {.lex_state = 62}, [6168] = {.lex_state = 0}, - [6169] = {.lex_state = 0}, - [6170] = {.lex_state = 189}, - [6171] = {.lex_state = 268}, - [6172] = {.lex_state = 7}, - [6173] = {.lex_state = 0}, + [6169] = {.lex_state = 62}, + [6170] = {.lex_state = 0}, + [6171] = {.lex_state = 62}, + [6172] = {.lex_state = 0}, + [6173] = {.lex_state = 62}, [6174] = {.lex_state = 0}, - [6175] = {.lex_state = 0}, - [6176] = {.lex_state = 36}, - [6177] = {.lex_state = 0}, - [6178] = {.lex_state = 36}, - [6179] = {.lex_state = 0}, - [6180] = {.lex_state = 36}, - [6181] = {.lex_state = 0}, - [6182] = {.lex_state = 36}, + [6175] = {.lex_state = 62}, + [6176] = {.lex_state = 0}, + [6177] = {.lex_state = 62}, + [6178] = {.lex_state = 0}, + [6179] = {.lex_state = 62}, + [6180] = {.lex_state = 0}, + [6181] = {.lex_state = 62}, + [6182] = {.lex_state = 0}, [6183] = {.lex_state = 0}, - [6184] = {.lex_state = 36}, + [6184] = {.lex_state = 0}, [6185] = {.lex_state = 0}, - [6186] = {.lex_state = 36}, + [6186] = {.lex_state = 0}, [6187] = {.lex_state = 0}, - [6188] = {.lex_state = 36}, - [6189] = {.lex_state = 0}, - [6190] = {.lex_state = 36}, - [6191] = {.lex_state = 0}, + [6188] = {.lex_state = 581}, + [6189] = {.lex_state = 60}, + [6190] = {.lex_state = 2715}, + [6191] = {.lex_state = 223}, [6192] = {.lex_state = 0}, [6193] = {.lex_state = 0}, - [6194] = {.lex_state = 0}, - [6195] = {.lex_state = 0}, - [6196] = {.lex_state = 268}, + [6194] = {.lex_state = 1564}, + [6195] = {.lex_state = 60}, + [6196] = {.lex_state = 0}, [6197] = {.lex_state = 0}, - [6198] = {.lex_state = 616}, - [6199] = {.lex_state = 64}, - [6200] = {.lex_state = 3129}, - [6201] = {.lex_state = 230}, - [6202] = {.lex_state = 52}, - [6203] = {.lex_state = 0}, - [6204] = {.lex_state = 0}, - [6205] = {.lex_state = 0}, - [6206] = {.lex_state = 0}, - [6207] = {.lex_state = 0}, - [6208] = {(TSStateId)(-1)}, + [6198] = {.lex_state = 0}, + [6199] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -72895,9 +45060,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nu] = ACTIONS(1), [anon_sym_env] = ACTIONS(1), [aux_sym__val_number_token5] = ACTIONS(1), - [anon_sym_s] = ACTIONS(1), - [anon_sym_b] = ACTIONS(1), - [anon_sym_B] = ACTIONS(1), [sym_val_date] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [sym__str_single_quotes] = ACTIONS(1), @@ -72914,86 +45076,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [1] = { - [sym_nu_script] = STATE(6052), - [sym_shebang] = STATE(168), - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4842), - [sym__declaration_last] = STATE(5494), - [sym_decl_alias_last] = STATE(5493), - [sym_stmt_let_last] = STATE(5492), - [sym_stmt_mut_last] = STATE(5492), - [sym_stmt_const_last] = STATE(5492), - [sym__statement_last] = STATE(5494), - [sym_pipeline_last] = STATE(5492), - [sym__block_body] = STATE(6033), - [sym_decl_def] = STATE(1533), - [sym_decl_export] = STATE(1533), - [sym_decl_extern] = STATE(1533), - [sym_decl_module] = STATE(1533), - [sym_decl_use] = STATE(1533), - [sym__ctrl_statement] = STATE(1535), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_for] = STATE(1541), - [sym_ctrl_loop] = STATE(1541), - [sym_ctrl_error] = STATE(1541), - [sym_ctrl_while] = STATE(1541), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_stmt_source] = STATE(1535), - [sym_stmt_register] = STATE(1535), - [sym__stmt_hide] = STATE(1535), - [sym_hide_mod] = STATE(1545), - [sym_hide_env] = STATE(1545), - [sym__stmt_overlay] = STATE(1535), - [sym_overlay_list] = STATE(1546), - [sym_overlay_hide] = STATE(1546), - [sym_overlay_new] = STATE(1546), - [sym_overlay_use] = STATE(1546), - [sym_assignment] = STATE(1535), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(2635), - [sym__var] = STATE(2466), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), + [sym_nu_script] = STATE(6044), + [sym_shebang] = STATE(47), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4860), + [sym__declaration_last] = STATE(5499), + [sym_decl_alias_last] = STATE(5510), + [sym_stmt_let_last] = STATE(5511), + [sym_stmt_mut_last] = STATE(5511), + [sym_stmt_const_last] = STATE(5511), + [sym__statement_last] = STATE(5499), + [sym_pipeline_last] = STATE(5511), + [sym__block_body] = STATE(6025), + [sym_decl_def] = STATE(1207), + [sym_decl_export] = STATE(1207), + [sym_decl_extern] = STATE(1207), + [sym_decl_module] = STATE(1207), + [sym_decl_use] = STATE(1207), + [sym__ctrl_statement] = STATE(1208), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_for] = STATE(1209), + [sym_ctrl_loop] = STATE(1209), + [sym_ctrl_error] = STATE(1209), + [sym_ctrl_while] = STATE(1209), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_stmt_source] = STATE(1208), + [sym_stmt_register] = STATE(1208), + [sym__stmt_hide] = STATE(1208), + [sym_hide_mod] = STATE(1222), + [sym_hide_env] = STATE(1222), + [sym__stmt_overlay] = STATE(1208), + [sym_overlay_list] = STATE(1225), + [sym_overlay_hide] = STATE(1225), + [sym_overlay_new] = STATE(1225), + [sym_overlay_use] = STATE(1225), + [sym_assignment] = STATE(1208), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(2563), + [sym__var] = STATE(2211), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(1), - [aux_sym_pipeline_repeat1] = STATE(855), - [aux_sym__block_body_repeat2] = STATE(238), + [aux_sym_pipeline_repeat1] = STATE(515), + [aux_sym__block_body_repeat2] = STATE(114), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_POUND_BANG] = ACTIONS(7), [anon_sym_export] = ACTIONS(9), @@ -73057,70706 +45219,52962 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(105), }, [2] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5996), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(109), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym__match_pattern_record_variable] = STATE(2028), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(190), + [sym__var] = STATE(132), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2039), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(2), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym__match_pattern_record_repeat1] = STATE(843), + [aux_sym_val_record_repeat1] = STATE(880), [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(111), - [aux_sym__immediate_decimal_token2] = ACTIONS(113), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(135), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(161), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [3] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5768), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(79), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(3), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(897), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(119), - [aux_sym__immediate_decimal_token2] = ACTIONS(121), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(213), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [4] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5807), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(81), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(4), - [ts_builtin_sym_end] = ACTIONS(109), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(882), [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(123), - [aux_sym__immediate_decimal_token2] = ACTIONS(125), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(215), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [5] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5847), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(54), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(5), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(892), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(127), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(121), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(217), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [6] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5918), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(63), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(6), - [anon_sym_export] = ACTIONS(130), - [anon_sym_alias] = ACTIONS(130), - [anon_sym_let] = ACTIONS(130), - [anon_sym_let_DASHenv] = ACTIONS(130), - [anon_sym_mut] = ACTIONS(130), - [anon_sym_const] = ACTIONS(130), - [anon_sym_SEMI] = ACTIONS(130), - [sym_cmd_identifier] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_def] = ACTIONS(130), - [anon_sym_export_DASHenv] = ACTIONS(130), - [anon_sym_extern] = ACTIONS(130), - [anon_sym_module] = ACTIONS(130), - [anon_sym_use] = ACTIONS(130), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_RPAREN] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_error] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_break] = ACTIONS(130), - [anon_sym_continue] = ACTIONS(130), - [anon_sym_for] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_loop] = ACTIONS(130), - [anon_sym_while] = ACTIONS(130), - [anon_sym_do] = ACTIONS(130), - [anon_sym_if] = ACTIONS(130), - [anon_sym_match] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(134), - [anon_sym_try] = ACTIONS(130), - [anon_sym_return] = ACTIONS(130), - [anon_sym_source] = ACTIONS(130), - [anon_sym_source_DASHenv] = ACTIONS(130), - [anon_sym_register] = ACTIONS(130), - [anon_sym_hide] = ACTIONS(130), - [anon_sym_hide_DASHenv] = ACTIONS(130), - [anon_sym_overlay] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_where] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [anon_sym_not] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(137), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_CARET] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(870), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(219), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [7] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5939), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(73), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(7), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(890), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(141), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(221), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [8] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5988), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(73), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(8), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(890), [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(143), - [aux_sym__immediate_decimal_token2] = ACTIONS(145), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(223), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [9] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5966), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(100), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(9), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(852), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(151), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(225), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [10] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5729), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(89), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(10), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(851), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(121), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(227), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [11] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6142), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(76), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(11), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(854), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(153), - [aux_sym__immediate_decimal_token2] = ACTIONS(155), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(229), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [12] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5959), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(97), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(12), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(847), [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(113), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(231), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [13] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5886), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(60), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(13), - [anon_sym_export] = ACTIONS(157), - [anon_sym_alias] = ACTIONS(157), - [anon_sym_let] = ACTIONS(157), - [anon_sym_let_DASHenv] = ACTIONS(157), - [anon_sym_mut] = ACTIONS(157), - [anon_sym_const] = ACTIONS(157), - [anon_sym_SEMI] = ACTIONS(157), - [sym_cmd_identifier] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_def] = ACTIONS(157), - [anon_sym_export_DASHenv] = ACTIONS(157), - [anon_sym_extern] = ACTIONS(157), - [anon_sym_module] = ACTIONS(157), - [anon_sym_use] = ACTIONS(157), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_error] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_break] = ACTIONS(157), - [anon_sym_continue] = ACTIONS(157), - [anon_sym_for] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_loop] = ACTIONS(157), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(157), - [anon_sym_if] = ACTIONS(157), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(866), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), [anon_sym_match] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_try] = ACTIONS(157), - [anon_sym_return] = ACTIONS(157), - [anon_sym_source] = ACTIONS(157), - [anon_sym_source_DASHenv] = ACTIONS(157), - [anon_sym_register] = ACTIONS(157), - [anon_sym_hide] = ACTIONS(157), - [anon_sym_hide_DASHenv] = ACTIONS(157), - [anon_sym_overlay] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_where] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_not] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_CARET] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(233), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [14] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5650), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(97), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(14), - [anon_sym_export] = ACTIONS(130), - [anon_sym_alias] = ACTIONS(130), - [anon_sym_let] = ACTIONS(130), - [anon_sym_let_DASHenv] = ACTIONS(130), - [anon_sym_mut] = ACTIONS(130), - [anon_sym_const] = ACTIONS(130), - [anon_sym_SEMI] = ACTIONS(130), - [sym_cmd_identifier] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_def] = ACTIONS(130), - [anon_sym_export_DASHenv] = ACTIONS(130), - [anon_sym_extern] = ACTIONS(130), - [anon_sym_module] = ACTIONS(130), - [anon_sym_use] = ACTIONS(130), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_RPAREN] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_error] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_break] = ACTIONS(130), - [anon_sym_continue] = ACTIONS(130), - [anon_sym_for] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_loop] = ACTIONS(130), - [anon_sym_while] = ACTIONS(130), - [anon_sym_do] = ACTIONS(130), - [anon_sym_if] = ACTIONS(130), - [anon_sym_match] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(161), - [anon_sym_try] = ACTIONS(130), - [anon_sym_return] = ACTIONS(130), - [anon_sym_source] = ACTIONS(130), - [anon_sym_source_DASHenv] = ACTIONS(130), - [anon_sym_register] = ACTIONS(130), - [anon_sym_hide] = ACTIONS(130), - [anon_sym_hide_DASHenv] = ACTIONS(130), - [anon_sym_overlay] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_where] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [anon_sym_not] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(164), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_CARET] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(847), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(235), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [15] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5661), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(95), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(15), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(871), [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(237), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [16] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5697), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(105), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(16), - [ts_builtin_sym_end] = ACTIONS(132), - [anon_sym_export] = ACTIONS(130), - [anon_sym_alias] = ACTIONS(130), - [anon_sym_let] = ACTIONS(130), - [anon_sym_let_DASHenv] = ACTIONS(130), - [anon_sym_mut] = ACTIONS(130), - [anon_sym_const] = ACTIONS(130), - [anon_sym_SEMI] = ACTIONS(130), - [sym_cmd_identifier] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_def] = ACTIONS(130), - [anon_sym_export_DASHenv] = ACTIONS(130), - [anon_sym_extern] = ACTIONS(130), - [anon_sym_module] = ACTIONS(130), - [anon_sym_use] = ACTIONS(130), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_error] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_break] = ACTIONS(130), - [anon_sym_continue] = ACTIONS(130), - [anon_sym_for] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_loop] = ACTIONS(130), - [anon_sym_while] = ACTIONS(130), - [anon_sym_do] = ACTIONS(130), - [anon_sym_if] = ACTIONS(130), - [anon_sym_match] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(166), - [anon_sym_try] = ACTIONS(130), - [anon_sym_return] = ACTIONS(130), - [anon_sym_source] = ACTIONS(130), - [anon_sym_source_DASHenv] = ACTIONS(130), - [anon_sym_register] = ACTIONS(130), - [anon_sym_hide] = ACTIONS(130), - [anon_sym_hide_DASHenv] = ACTIONS(130), - [anon_sym_overlay] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_where] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [anon_sym_not] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(169), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_CARET] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(858), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), + [anon_sym_const] = ACTIONS(115), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(239), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [17] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5996), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(109), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2928), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2364), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2835), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3014), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(17), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [aux_sym_val_record_repeat1] = STATE(880), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(109), + [anon_sym_let] = ACTIONS(111), + [anon_sym_let_DASHenv] = ACTIONS(111), + [anon_sym_mut] = ACTIONS(113), [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(171), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(141), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [sym_cmd_identifier] = ACTIONS(117), + [anon_sym_def] = ACTIONS(119), + [anon_sym_export_DASHenv] = ACTIONS(121), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_module] = ACTIONS(125), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(137), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_break] = ACTIONS(143), + [anon_sym_continue] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(149), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_if] = ACTIONS(155), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(241), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(167), + [anon_sym_source] = ACTIONS(169), + [anon_sym_source_DASHenv] = ACTIONS(169), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(173), + [anon_sym_hide_DASHenv] = ACTIONS(175), + [anon_sym_overlay] = ACTIONS(177), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(181), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [18] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5855), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(105), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(18), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(155), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(285), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [19] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6122), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(100), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(19), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(174), - [aux_sym__immediate_decimal_token2] = ACTIONS(176), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(303), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [20] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5855), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(68), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(20), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(305), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [21] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6122), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym_parameter_pipes] = STATE(57), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(21), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(178), - [aux_sym__immediate_decimal_token2] = ACTIONS(180), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_PIPE] = ACTIONS(133), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(307), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [22] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5687), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(22), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(141), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(329), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [23] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5820), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(23), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(182), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(155), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(333), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [24] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5893), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(24), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(335), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [25] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5778), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(25), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(185), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(285), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [26] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5941), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(26), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(125), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(337), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [27] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5834), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(27), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(191), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(333), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(193), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [28] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5968), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(28), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(195), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(339), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [29] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5826), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(29), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(145), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(341), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [30] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5788), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(30), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(197), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(329), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [31] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5771), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(31), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(180), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(343), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [32] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5752), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(32), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(199), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(180), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(345), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [33] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5795), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(33), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(202), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(341), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [34] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5713), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(34), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(347), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [35] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5693), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(35), - [anon_sym_export] = ACTIONS(157), - [anon_sym_alias] = ACTIONS(157), - [anon_sym_let] = ACTIONS(157), - [anon_sym_let_DASHenv] = ACTIONS(157), - [anon_sym_mut] = ACTIONS(157), - [anon_sym_const] = ACTIONS(157), - [anon_sym_SEMI] = ACTIONS(157), - [sym_cmd_identifier] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_def] = ACTIONS(157), - [anon_sym_export_DASHenv] = ACTIONS(157), - [anon_sym_extern] = ACTIONS(157), - [anon_sym_module] = ACTIONS(157), - [anon_sym_use] = ACTIONS(157), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_error] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_break] = ACTIONS(157), - [anon_sym_continue] = ACTIONS(157), - [anon_sym_for] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_loop] = ACTIONS(157), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(157), - [anon_sym_if] = ACTIONS(157), - [anon_sym_match] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_try] = ACTIONS(157), - [anon_sym_return] = ACTIONS(157), - [anon_sym_source] = ACTIONS(157), - [anon_sym_source_DASHenv] = ACTIONS(157), - [anon_sym_register] = ACTIONS(157), - [anon_sym_hide] = ACTIONS(157), - [anon_sym_hide_DASHenv] = ACTIONS(157), - [anon_sym_overlay] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_where] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_not] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_CARET] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(335), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [36] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5770), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(36), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(176), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(337), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [37] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5812), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(37), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(339), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [38] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5735), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(38), - [ts_builtin_sym_end] = ACTIONS(132), - [anon_sym_export] = ACTIONS(130), - [anon_sym_alias] = ACTIONS(130), - [anon_sym_let] = ACTIONS(130), - [anon_sym_let_DASHenv] = ACTIONS(130), - [anon_sym_mut] = ACTIONS(130), - [anon_sym_const] = ACTIONS(130), - [anon_sym_SEMI] = ACTIONS(130), - [sym_cmd_identifier] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_def] = ACTIONS(130), - [anon_sym_export_DASHenv] = ACTIONS(130), - [anon_sym_extern] = ACTIONS(130), - [anon_sym_module] = ACTIONS(130), - [anon_sym_use] = ACTIONS(130), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_error] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_break] = ACTIONS(130), - [anon_sym_continue] = ACTIONS(130), - [anon_sym_for] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_loop] = ACTIONS(130), - [anon_sym_while] = ACTIONS(130), - [anon_sym_do] = ACTIONS(130), - [anon_sym_if] = ACTIONS(130), - [anon_sym_match] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(204), - [anon_sym_try] = ACTIONS(130), - [anon_sym_return] = ACTIONS(130), - [anon_sym_source] = ACTIONS(130), - [anon_sym_source_DASHenv] = ACTIONS(130), - [anon_sym_register] = ACTIONS(130), - [anon_sym_hide] = ACTIONS(130), - [anon_sym_hide_DASHenv] = ACTIONS(130), - [anon_sym_overlay] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_where] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [anon_sym_not] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(207), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_CARET] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(347), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [39] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5648), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(39), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(343), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [40] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5622), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(40), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(345), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(193), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [41] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(6147), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(41), - [ts_builtin_sym_end] = ACTIONS(159), - [anon_sym_export] = ACTIONS(157), - [anon_sym_alias] = ACTIONS(157), - [anon_sym_let] = ACTIONS(157), - [anon_sym_let_DASHenv] = ACTIONS(157), - [anon_sym_mut] = ACTIONS(157), - [anon_sym_const] = ACTIONS(157), - [anon_sym_SEMI] = ACTIONS(157), - [sym_cmd_identifier] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_def] = ACTIONS(157), - [anon_sym_export_DASHenv] = ACTIONS(157), - [anon_sym_extern] = ACTIONS(157), - [anon_sym_module] = ACTIONS(157), - [anon_sym_use] = ACTIONS(157), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_error] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_break] = ACTIONS(157), - [anon_sym_continue] = ACTIONS(157), - [anon_sym_for] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_loop] = ACTIONS(157), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(157), - [anon_sym_if] = ACTIONS(157), - [anon_sym_match] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_try] = ACTIONS(157), - [anon_sym_return] = ACTIONS(157), - [anon_sym_source] = ACTIONS(157), - [anon_sym_source_DASHenv] = ACTIONS(157), - [anon_sym_register] = ACTIONS(157), - [anon_sym_hide] = ACTIONS(157), - [anon_sym_hide_DASHenv] = ACTIONS(157), - [anon_sym_overlay] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_where] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_not] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_CARET] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(349), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [42] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6130), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(42), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(305), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [43] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5916), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(43), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(209), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(351), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(211), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [44] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5992), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(44), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(303), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [45] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5920), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(45), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(351), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [46] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5962), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(46), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [anon_sym_SEMI] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_error] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_where] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_not] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_RBRACE] = ACTIONS(307), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [47] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4860), + [sym__declaration_last] = STATE(5499), + [sym_decl_alias_last] = STATE(5510), + [sym_stmt_let_last] = STATE(5511), + [sym_stmt_mut_last] = STATE(5511), + [sym_stmt_const_last] = STATE(5511), + [sym__statement_last] = STATE(5499), + [sym_pipeline_last] = STATE(5511), + [sym__block_body] = STATE(5736), + [sym_decl_def] = STATE(1207), + [sym_decl_export] = STATE(1207), + [sym_decl_extern] = STATE(1207), + [sym_decl_module] = STATE(1207), + [sym_decl_use] = STATE(1207), + [sym__ctrl_statement] = STATE(1208), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_for] = STATE(1209), + [sym_ctrl_loop] = STATE(1209), + [sym_ctrl_error] = STATE(1209), + [sym_ctrl_while] = STATE(1209), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_stmt_source] = STATE(1208), + [sym_stmt_register] = STATE(1208), + [sym__stmt_hide] = STATE(1208), + [sym_hide_mod] = STATE(1222), + [sym_hide_env] = STATE(1222), + [sym__stmt_overlay] = STATE(1208), + [sym_overlay_list] = STATE(1225), + [sym_overlay_hide] = STATE(1225), + [sym_overlay_new] = STATE(1225), + [sym_overlay_use] = STATE(1225), + [sym_assignment] = STATE(1208), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(2563), + [sym__var] = STATE(2211), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(47), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_error] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_try] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_where] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_not] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(217), - [anon_sym_s] = ACTIONS(217), - [anon_sym_us] = ACTIONS(217), - [anon_sym_ms] = ACTIONS(217), - [anon_sym_sec] = ACTIONS(217), - [anon_sym_min] = ACTIONS(217), - [anon_sym_hr] = ACTIONS(217), - [anon_sym_day] = ACTIONS(217), - [anon_sym_wk] = ACTIONS(217), - [anon_sym_b] = ACTIONS(219), - [anon_sym_B] = ACTIONS(219), - [anon_sym_kb] = ACTIONS(219), - [anon_sym_kB] = ACTIONS(219), - [anon_sym_Kb] = ACTIONS(219), - [anon_sym_KB] = ACTIONS(219), - [anon_sym_mb] = ACTIONS(219), - [anon_sym_mB] = ACTIONS(219), - [anon_sym_Mb] = ACTIONS(219), - [anon_sym_MB] = ACTIONS(219), - [anon_sym_gb] = ACTIONS(219), - [anon_sym_gB] = ACTIONS(219), - [anon_sym_Gb] = ACTIONS(219), - [anon_sym_GB] = ACTIONS(219), - [anon_sym_tb] = ACTIONS(219), - [anon_sym_tB] = ACTIONS(219), - [anon_sym_Tb] = ACTIONS(219), - [anon_sym_TB] = ACTIONS(219), - [anon_sym_pb] = ACTIONS(219), - [anon_sym_pB] = ACTIONS(219), - [anon_sym_Pb] = ACTIONS(219), - [anon_sym_PB] = ACTIONS(219), - [anon_sym_eb] = ACTIONS(219), - [anon_sym_eB] = ACTIONS(219), - [anon_sym_Eb] = ACTIONS(219), - [anon_sym_EB] = ACTIONS(219), - [anon_sym_kib] = ACTIONS(219), - [anon_sym_kiB] = ACTIONS(219), - [anon_sym_kIB] = ACTIONS(219), - [anon_sym_kIb] = ACTIONS(219), - [anon_sym_Kib] = ACTIONS(219), - [anon_sym_KIb] = ACTIONS(219), - [anon_sym_KIB] = ACTIONS(219), - [anon_sym_mib] = ACTIONS(219), - [anon_sym_miB] = ACTIONS(219), - [anon_sym_mIB] = ACTIONS(219), - [anon_sym_mIb] = ACTIONS(219), - [anon_sym_Mib] = ACTIONS(219), - [anon_sym_MIb] = ACTIONS(219), - [anon_sym_MIB] = ACTIONS(219), - [anon_sym_gib] = ACTIONS(219), - [anon_sym_giB] = ACTIONS(219), - [anon_sym_gIB] = ACTIONS(219), - [anon_sym_gIb] = ACTIONS(219), - [anon_sym_Gib] = ACTIONS(219), - [anon_sym_GIb] = ACTIONS(219), - [anon_sym_GIB] = ACTIONS(219), - [anon_sym_tib] = ACTIONS(219), - [anon_sym_tiB] = ACTIONS(219), - [anon_sym_tIB] = ACTIONS(219), - [anon_sym_tIb] = ACTIONS(219), - [anon_sym_Tib] = ACTIONS(219), - [anon_sym_TIb] = ACTIONS(219), - [anon_sym_TIB] = ACTIONS(219), - [anon_sym_pib] = ACTIONS(219), - [anon_sym_piB] = ACTIONS(219), - [anon_sym_pIB] = ACTIONS(219), - [anon_sym_pIb] = ACTIONS(219), - [anon_sym_Pib] = ACTIONS(219), - [anon_sym_PIb] = ACTIONS(219), - [anon_sym_PIB] = ACTIONS(219), - [anon_sym_eib] = ACTIONS(219), - [anon_sym_eiB] = ACTIONS(219), - [anon_sym_eIB] = ACTIONS(219), - [anon_sym_eIb] = ACTIONS(219), - [anon_sym_Eib] = ACTIONS(219), - [anon_sym_EIb] = ACTIONS(219), - [anon_sym_EIB] = ACTIONS(219), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_CARET] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(515), + [aux_sym__block_body_repeat2] = STATE(114), + [ts_builtin_sym_end] = ACTIONS(353), + [anon_sym_export] = ACTIONS(9), + [anon_sym_alias] = ACTIONS(11), + [anon_sym_let] = ACTIONS(13), + [anon_sym_let_DASHenv] = ACTIONS(13), + [anon_sym_mut] = ACTIONS(15), + [anon_sym_const] = ACTIONS(17), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_def] = ACTIONS(21), + [anon_sym_export_DASHenv] = ACTIONS(23), + [anon_sym_extern] = ACTIONS(25), + [anon_sym_module] = ACTIONS(27), + [anon_sym_use] = ACTIONS(29), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(35), + [anon_sym_error] = ACTIONS(37), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_source] = ACTIONS(65), + [anon_sym_source_DASHenv] = ACTIONS(65), + [anon_sym_register] = ACTIONS(67), + [anon_sym_hide] = ACTIONS(69), + [anon_sym_hide_DASHenv] = ACTIONS(71), + [anon_sym_overlay] = ACTIONS(73), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), }, [48] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5618), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(48), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(355), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [49] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5850), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(49), - [anon_sym_export] = ACTIONS(221), - [anon_sym_alias] = ACTIONS(221), - [anon_sym_let] = ACTIONS(221), - [anon_sym_let_DASHenv] = ACTIONS(221), - [anon_sym_mut] = ACTIONS(221), - [anon_sym_const] = ACTIONS(221), - [anon_sym_SEMI] = ACTIONS(221), - [sym_cmd_identifier] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_def] = ACTIONS(221), - [anon_sym_export_DASHenv] = ACTIONS(221), - [anon_sym_extern] = ACTIONS(221), - [anon_sym_module] = ACTIONS(221), - [anon_sym_use] = ACTIONS(221), - [anon_sym_LBRACK] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(221), - [anon_sym_RPAREN] = ACTIONS(221), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_error] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_break] = ACTIONS(221), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_for] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_loop] = ACTIONS(221), - [anon_sym_while] = ACTIONS(221), - [anon_sym_do] = ACTIONS(221), - [anon_sym_if] = ACTIONS(221), - [anon_sym_match] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_RBRACE] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(221), - [anon_sym_try] = ACTIONS(221), - [anon_sym_return] = ACTIONS(221), - [anon_sym_source] = ACTIONS(221), - [anon_sym_source_DASHenv] = ACTIONS(221), - [anon_sym_register] = ACTIONS(221), - [anon_sym_hide] = ACTIONS(221), - [anon_sym_hide_DASHenv] = ACTIONS(221), - [anon_sym_overlay] = ACTIONS(221), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_where] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(221), - [anon_sym_PLUS_PLUS] = ACTIONS(221), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(221), - [anon_sym_BANG_EQ] = ACTIONS(221), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(221), - [anon_sym_GT_EQ] = ACTIONS(221), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(221), - [anon_sym_BANG_TILDE] = ACTIONS(221), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_null] = ACTIONS(221), - [anon_sym_true] = ACTIONS(221), - [anon_sym_false] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(221), - [aux_sym__val_number_token2] = ACTIONS(221), - [aux_sym__val_number_token3] = ACTIONS(221), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(221), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(221), - [sym__str_single_quotes] = ACTIONS(221), - [sym__str_back_ticks] = ACTIONS(221), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(221), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_RPAREN2] = ACTIONS(357), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [50] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6073), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(159), - [anon_sym_export] = ACTIONS(157), - [anon_sym_alias] = ACTIONS(157), - [anon_sym_let] = ACTIONS(157), - [anon_sym_let_DASHenv] = ACTIONS(157), - [anon_sym_mut] = ACTIONS(157), - [anon_sym_const] = ACTIONS(157), - [anon_sym_SEMI] = ACTIONS(157), - [sym_cmd_identifier] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_def] = ACTIONS(157), - [anon_sym_export_DASHenv] = ACTIONS(157), - [anon_sym_extern] = ACTIONS(157), - [anon_sym_module] = ACTIONS(157), - [anon_sym_use] = ACTIONS(157), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_error] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_break] = ACTIONS(157), - [anon_sym_continue] = ACTIONS(157), - [anon_sym_for] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_loop] = ACTIONS(157), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(157), - [anon_sym_if] = ACTIONS(157), - [anon_sym_match] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_try] = ACTIONS(157), - [anon_sym_return] = ACTIONS(157), - [anon_sym_source] = ACTIONS(157), - [anon_sym_source_DASHenv] = ACTIONS(157), - [anon_sym_register] = ACTIONS(157), - [anon_sym_hide] = ACTIONS(157), - [anon_sym_hide_DASHenv] = ACTIONS(157), - [anon_sym_overlay] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_where] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_not] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_CARET] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [51] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6114), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(51), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(225), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [52] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5723), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(52), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [53] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5713), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(53), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(211), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [54] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5758), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(54), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_where] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_not] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_CARET] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [55] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5760), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(55), - [ts_builtin_sym_end] = ACTIONS(223), - [anon_sym_export] = ACTIONS(221), - [anon_sym_alias] = ACTIONS(221), - [anon_sym_let] = ACTIONS(221), - [anon_sym_let_DASHenv] = ACTIONS(221), - [anon_sym_mut] = ACTIONS(221), - [anon_sym_const] = ACTIONS(221), - [anon_sym_SEMI] = ACTIONS(221), - [sym_cmd_identifier] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_def] = ACTIONS(221), - [anon_sym_export_DASHenv] = ACTIONS(221), - [anon_sym_extern] = ACTIONS(221), - [anon_sym_module] = ACTIONS(221), - [anon_sym_use] = ACTIONS(221), - [anon_sym_LBRACK] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(221), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_error] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_break] = ACTIONS(221), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_for] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_loop] = ACTIONS(221), - [anon_sym_while] = ACTIONS(221), - [anon_sym_do] = ACTIONS(221), - [anon_sym_if] = ACTIONS(221), - [anon_sym_match] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(221), - [anon_sym_try] = ACTIONS(221), - [anon_sym_return] = ACTIONS(221), - [anon_sym_source] = ACTIONS(221), - [anon_sym_source_DASHenv] = ACTIONS(221), - [anon_sym_register] = ACTIONS(221), - [anon_sym_hide] = ACTIONS(221), - [anon_sym_hide_DASHenv] = ACTIONS(221), - [anon_sym_overlay] = ACTIONS(221), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_where] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(221), - [anon_sym_PLUS_PLUS] = ACTIONS(221), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(221), - [anon_sym_BANG_EQ] = ACTIONS(221), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(221), - [anon_sym_GT_EQ] = ACTIONS(221), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(221), - [anon_sym_BANG_TILDE] = ACTIONS(221), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_null] = ACTIONS(221), - [anon_sym_true] = ACTIONS(221), - [anon_sym_false] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(221), - [aux_sym__val_number_token2] = ACTIONS(221), - [aux_sym__val_number_token3] = ACTIONS(221), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(221), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(221), - [sym__str_single_quotes] = ACTIONS(221), - [sym__str_back_ticks] = ACTIONS(221), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(221), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [56] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5700), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(56), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_error] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_try] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_where] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_not] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(227), - [anon_sym_s] = ACTIONS(227), - [anon_sym_us] = ACTIONS(227), - [anon_sym_ms] = ACTIONS(227), - [anon_sym_sec] = ACTIONS(227), - [anon_sym_min] = ACTIONS(227), - [anon_sym_hr] = ACTIONS(227), - [anon_sym_day] = ACTIONS(227), - [anon_sym_wk] = ACTIONS(227), - [anon_sym_b] = ACTIONS(229), - [anon_sym_B] = ACTIONS(229), - [anon_sym_kb] = ACTIONS(229), - [anon_sym_kB] = ACTIONS(229), - [anon_sym_Kb] = ACTIONS(229), - [anon_sym_KB] = ACTIONS(229), - [anon_sym_mb] = ACTIONS(229), - [anon_sym_mB] = ACTIONS(229), - [anon_sym_Mb] = ACTIONS(229), - [anon_sym_MB] = ACTIONS(229), - [anon_sym_gb] = ACTIONS(229), - [anon_sym_gB] = ACTIONS(229), - [anon_sym_Gb] = ACTIONS(229), - [anon_sym_GB] = ACTIONS(229), - [anon_sym_tb] = ACTIONS(229), - [anon_sym_tB] = ACTIONS(229), - [anon_sym_Tb] = ACTIONS(229), - [anon_sym_TB] = ACTIONS(229), - [anon_sym_pb] = ACTIONS(229), - [anon_sym_pB] = ACTIONS(229), - [anon_sym_Pb] = ACTIONS(229), - [anon_sym_PB] = ACTIONS(229), - [anon_sym_eb] = ACTIONS(229), - [anon_sym_eB] = ACTIONS(229), - [anon_sym_Eb] = ACTIONS(229), - [anon_sym_EB] = ACTIONS(229), - [anon_sym_kib] = ACTIONS(229), - [anon_sym_kiB] = ACTIONS(229), - [anon_sym_kIB] = ACTIONS(229), - [anon_sym_kIb] = ACTIONS(229), - [anon_sym_Kib] = ACTIONS(229), - [anon_sym_KIb] = ACTIONS(229), - [anon_sym_KIB] = ACTIONS(229), - [anon_sym_mib] = ACTIONS(229), - [anon_sym_miB] = ACTIONS(229), - [anon_sym_mIB] = ACTIONS(229), - [anon_sym_mIb] = ACTIONS(229), - [anon_sym_Mib] = ACTIONS(229), - [anon_sym_MIb] = ACTIONS(229), - [anon_sym_MIB] = ACTIONS(229), - [anon_sym_gib] = ACTIONS(229), - [anon_sym_giB] = ACTIONS(229), - [anon_sym_gIB] = ACTIONS(229), - [anon_sym_gIb] = ACTIONS(229), - [anon_sym_Gib] = ACTIONS(229), - [anon_sym_GIb] = ACTIONS(229), - [anon_sym_GIB] = ACTIONS(229), - [anon_sym_tib] = ACTIONS(229), - [anon_sym_tiB] = ACTIONS(229), - [anon_sym_tIB] = ACTIONS(229), - [anon_sym_tIb] = ACTIONS(229), - [anon_sym_Tib] = ACTIONS(229), - [anon_sym_TIb] = ACTIONS(229), - [anon_sym_TIB] = ACTIONS(229), - [anon_sym_pib] = ACTIONS(229), - [anon_sym_piB] = ACTIONS(229), - [anon_sym_pIB] = ACTIONS(229), - [anon_sym_pIb] = ACTIONS(229), - [anon_sym_Pib] = ACTIONS(229), - [anon_sym_PIb] = ACTIONS(229), - [anon_sym_PIB] = ACTIONS(229), - [anon_sym_eib] = ACTIONS(229), - [anon_sym_eiB] = ACTIONS(229), - [anon_sym_eIB] = ACTIONS(229), - [anon_sym_eIb] = ACTIONS(229), - [anon_sym_Eib] = ACTIONS(229), - [anon_sym_EIb] = ACTIONS(229), - [anon_sym_EIB] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_CARET] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [57] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5797), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(57), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_error] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_where] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_not] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), [anon_sym_true] = ACTIONS(187), [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_CARET] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [58] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5800), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(58), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_error] = ACTIONS(107), - [anon_sym_list] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_make] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_else] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_catch] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_new] = ACTIONS(107), - [anon_sym_as] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(231), - [aux_sym__immediate_decimal_token2] = ACTIONS(233), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__record_key_token2] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [59] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5674), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(59), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(235), - [aux_sym__immediate_decimal_token2] = ACTIONS(237), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [60] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5833), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(60), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_error] = ACTIONS(107), - [anon_sym_list] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_make] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_else] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_catch] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_new] = ACTIONS(107), - [anon_sym_as] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(233), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__record_key_token2] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [61] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5841), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(61), - [anon_sym_export] = ACTIONS(130), - [anon_sym_alias] = ACTIONS(130), - [anon_sym_let] = ACTIONS(130), - [anon_sym_let_DASHenv] = ACTIONS(130), - [anon_sym_mut] = ACTIONS(130), - [anon_sym_const] = ACTIONS(130), - [sym_cmd_identifier] = ACTIONS(130), - [anon_sym_def] = ACTIONS(130), - [anon_sym_export_DASHenv] = ACTIONS(130), - [anon_sym_extern] = ACTIONS(130), - [anon_sym_module] = ACTIONS(130), - [anon_sym_use] = ACTIONS(130), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_error] = ACTIONS(130), - [anon_sym_list] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_break] = ACTIONS(130), - [anon_sym_continue] = ACTIONS(130), - [anon_sym_for] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_loop] = ACTIONS(130), - [anon_sym_make] = ACTIONS(130), - [anon_sym_while] = ACTIONS(130), - [anon_sym_do] = ACTIONS(130), - [anon_sym_if] = ACTIONS(130), - [anon_sym_else] = ACTIONS(130), - [anon_sym_match] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(132), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(239), - [anon_sym_try] = ACTIONS(130), - [anon_sym_catch] = ACTIONS(130), - [anon_sym_return] = ACTIONS(130), - [anon_sym_source] = ACTIONS(130), - [anon_sym_source_DASHenv] = ACTIONS(130), - [anon_sym_register] = ACTIONS(130), - [anon_sym_hide] = ACTIONS(130), - [anon_sym_hide_DASHenv] = ACTIONS(130), - [anon_sym_overlay] = ACTIONS(130), - [anon_sym_new] = ACTIONS(130), - [anon_sym_as] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(242), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(132), - [aux_sym__val_number_token2] = ACTIONS(132), - [aux_sym__val_number_token3] = ACTIONS(132), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(132), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(132), - [sym__str_single_quotes] = ACTIONS(132), - [sym__str_back_ticks] = ACTIONS(132), - [aux_sym__record_key_token2] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [62] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5657), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(62), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(244), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(237), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [63] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5874), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(63), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(237), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [64] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5826), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(64), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(247), - [aux_sym__immediate_decimal_token2] = ACTIONS(249), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [65] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5876), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(65), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_error] = ACTIONS(147), - [anon_sym_list] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_make] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_else] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_catch] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_new] = ACTIONS(147), - [anon_sym_as] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(251), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym__record_key_token2] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [66] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5618), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(66), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_error] = ACTIONS(107), - [anon_sym_list] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_make] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_else] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_catch] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_new] = ACTIONS(107), - [anon_sym_as] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(253), - [aux_sym__immediate_decimal_token2] = ACTIONS(255), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__record_key_token2] = ACTIONS(107), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [67] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5823), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(67), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(249), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [68] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5910), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(68), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_error] = ACTIONS(107), - [anon_sym_list] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_make] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_else] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_catch] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_new] = ACTIONS(107), - [anon_sym_as] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(255), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__record_key_token2] = ACTIONS(107), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [69] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5829), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(69), - [anon_sym_export] = ACTIONS(157), - [anon_sym_alias] = ACTIONS(157), - [anon_sym_let] = ACTIONS(157), - [anon_sym_let_DASHenv] = ACTIONS(157), - [anon_sym_mut] = ACTIONS(157), - [anon_sym_const] = ACTIONS(157), - [sym_cmd_identifier] = ACTIONS(157), - [anon_sym_def] = ACTIONS(157), - [anon_sym_export_DASHenv] = ACTIONS(157), - [anon_sym_extern] = ACTIONS(157), - [anon_sym_module] = ACTIONS(157), - [anon_sym_use] = ACTIONS(157), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_LPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_error] = ACTIONS(157), - [anon_sym_list] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_break] = ACTIONS(157), - [anon_sym_continue] = ACTIONS(157), - [anon_sym_for] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_loop] = ACTIONS(157), - [anon_sym_make] = ACTIONS(157), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(157), - [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(157), - [anon_sym_match] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(159), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_try] = ACTIONS(157), - [anon_sym_catch] = ACTIONS(157), - [anon_sym_return] = ACTIONS(157), - [anon_sym_source] = ACTIONS(157), - [anon_sym_source_DASHenv] = ACTIONS(157), - [anon_sym_register] = ACTIONS(157), - [anon_sym_hide] = ACTIONS(157), - [anon_sym_hide_DASHenv] = ACTIONS(157), - [anon_sym_overlay] = ACTIONS(157), - [anon_sym_new] = ACTIONS(157), - [anon_sym_as] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(159), - [aux_sym__val_number_token2] = ACTIONS(159), - [aux_sym__val_number_token3] = ACTIONS(159), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(159), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym__str_single_quotes] = ACTIONS(159), - [sym__str_back_ticks] = ACTIONS(159), - [aux_sym__record_key_token2] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [70] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5857), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(70), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_error] = ACTIONS(147), - [anon_sym_list] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_make] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_else] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_catch] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_new] = ACTIONS(147), - [anon_sym_as] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym__record_key_token2] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [71] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5913), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(71), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_error] = ACTIONS(107), - [anon_sym_list] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_make] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_else] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_catch] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_new] = ACTIONS(107), - [anon_sym_as] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__record_key_token2] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [72] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5693), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(72), - [anon_sym_export] = ACTIONS(130), - [anon_sym_alias] = ACTIONS(130), - [anon_sym_let] = ACTIONS(130), - [anon_sym_let_DASHenv] = ACTIONS(130), - [anon_sym_mut] = ACTIONS(130), - [anon_sym_const] = ACTIONS(130), - [sym_cmd_identifier] = ACTIONS(130), - [anon_sym_def] = ACTIONS(130), - [anon_sym_export_DASHenv] = ACTIONS(130), - [anon_sym_extern] = ACTIONS(130), - [anon_sym_module] = ACTIONS(130), - [anon_sym_use] = ACTIONS(130), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_error] = ACTIONS(130), - [anon_sym_list] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_break] = ACTIONS(130), - [anon_sym_continue] = ACTIONS(130), - [anon_sym_for] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_loop] = ACTIONS(130), - [anon_sym_make] = ACTIONS(130), - [anon_sym_while] = ACTIONS(130), - [anon_sym_do] = ACTIONS(130), - [anon_sym_if] = ACTIONS(130), - [anon_sym_else] = ACTIONS(130), - [anon_sym_match] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(132), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(257), - [anon_sym_try] = ACTIONS(130), - [anon_sym_catch] = ACTIONS(130), - [anon_sym_return] = ACTIONS(130), - [anon_sym_source] = ACTIONS(130), - [anon_sym_source_DASHenv] = ACTIONS(130), - [anon_sym_register] = ACTIONS(130), - [anon_sym_hide] = ACTIONS(130), - [anon_sym_hide_DASHenv] = ACTIONS(130), - [anon_sym_overlay] = ACTIONS(130), - [anon_sym_new] = ACTIONS(130), - [anon_sym_as] = ACTIONS(130), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(260), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(132), - [aux_sym__val_number_token2] = ACTIONS(132), - [aux_sym__val_number_token3] = ACTIONS(132), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(132), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(132), - [sym__str_single_quotes] = ACTIONS(132), - [sym__str_back_ticks] = ACTIONS(132), - [aux_sym__record_key_token2] = ACTIONS(130), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [73] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5933), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(73), - [anon_sym_export] = ACTIONS(157), - [anon_sym_alias] = ACTIONS(157), - [anon_sym_let] = ACTIONS(157), - [anon_sym_let_DASHenv] = ACTIONS(157), - [anon_sym_mut] = ACTIONS(157), - [anon_sym_const] = ACTIONS(157), - [sym_cmd_identifier] = ACTIONS(157), - [anon_sym_def] = ACTIONS(157), - [anon_sym_export_DASHenv] = ACTIONS(157), - [anon_sym_extern] = ACTIONS(157), - [anon_sym_module] = ACTIONS(157), - [anon_sym_use] = ACTIONS(157), - [anon_sym_COLON] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_LPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_error] = ACTIONS(157), - [anon_sym_list] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_break] = ACTIONS(157), - [anon_sym_continue] = ACTIONS(157), - [anon_sym_for] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_loop] = ACTIONS(157), - [anon_sym_make] = ACTIONS(157), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(157), - [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(157), - [anon_sym_match] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(159), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_try] = ACTIONS(157), - [anon_sym_catch] = ACTIONS(157), - [anon_sym_return] = ACTIONS(157), - [anon_sym_source] = ACTIONS(157), - [anon_sym_source_DASHenv] = ACTIONS(157), - [anon_sym_register] = ACTIONS(157), - [anon_sym_hide] = ACTIONS(157), - [anon_sym_hide_DASHenv] = ACTIONS(157), - [anon_sym_overlay] = ACTIONS(157), - [anon_sym_new] = ACTIONS(157), - [anon_sym_as] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(159), - [aux_sym__val_number_token2] = ACTIONS(159), - [aux_sym__val_number_token3] = ACTIONS(159), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(159), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym__str_single_quotes] = ACTIONS(159), - [sym__str_back_ticks] = ACTIONS(159), - [aux_sym__record_key_token2] = ACTIONS(157), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [74] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5935), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(74), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_error] = ACTIONS(147), - [anon_sym_list] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_make] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_else] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_catch] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_new] = ACTIONS(147), - [anon_sym_as] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(262), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym__record_key_token2] = ACTIONS(147), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [75] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5941), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(75), - [anon_sym_export] = ACTIONS(147), - [anon_sym_alias] = ACTIONS(147), - [anon_sym_let] = ACTIONS(147), - [anon_sym_let_DASHenv] = ACTIONS(147), - [anon_sym_mut] = ACTIONS(147), - [anon_sym_const] = ACTIONS(147), - [sym_cmd_identifier] = ACTIONS(147), - [anon_sym_def] = ACTIONS(147), - [anon_sym_export_DASHenv] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(147), - [anon_sym_module] = ACTIONS(147), - [anon_sym_use] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_error] = ACTIONS(147), - [anon_sym_list] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(147), - [anon_sym_for] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_loop] = ACTIONS(147), - [anon_sym_make] = ACTIONS(147), - [anon_sym_while] = ACTIONS(147), - [anon_sym_do] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_else] = ACTIONS(147), - [anon_sym_match] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(147), - [anon_sym_catch] = ACTIONS(147), - [anon_sym_return] = ACTIONS(147), - [anon_sym_source] = ACTIONS(147), - [anon_sym_source_DASHenv] = ACTIONS(147), - [anon_sym_register] = ACTIONS(147), - [anon_sym_hide] = ACTIONS(147), - [anon_sym_hide_DASHenv] = ACTIONS(147), - [anon_sym_overlay] = ACTIONS(147), - [anon_sym_new] = ACTIONS(147), - [anon_sym_as] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym__record_key_token2] = ACTIONS(147), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [76] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(6120), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(76), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [77] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5726), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(77), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(187), - [anon_sym_list] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_make] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_else] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(264), - [anon_sym_try] = ACTIONS(187), - [anon_sym_catch] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_new] = ACTIONS(187), - [anon_sym_as] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym__record_key_token2] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(266), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [78] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5920), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(78), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_def] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_error] = ACTIONS(107), - [anon_sym_list] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_make] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_else] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_try] = ACTIONS(107), - [anon_sym_catch] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_new] = ACTIONS(107), - [anon_sym_as] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__record_key_token2] = ACTIONS(107), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [79] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5680), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(79), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(268), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(249), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [80] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5812), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(80), - [anon_sym_export] = ACTIONS(115), - [anon_sym_alias] = ACTIONS(115), - [anon_sym_let] = ACTIONS(115), - [anon_sym_let_DASHenv] = ACTIONS(115), - [anon_sym_mut] = ACTIONS(115), - [anon_sym_const] = ACTIONS(115), - [sym_cmd_identifier] = ACTIONS(115), - [anon_sym_def] = ACTIONS(115), - [anon_sym_export_DASHenv] = ACTIONS(115), - [anon_sym_extern] = ACTIONS(115), - [anon_sym_module] = ACTIONS(115), - [anon_sym_use] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_error] = ACTIONS(115), - [anon_sym_list] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_break] = ACTIONS(115), - [anon_sym_continue] = ACTIONS(115), - [anon_sym_for] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_loop] = ACTIONS(115), - [anon_sym_make] = ACTIONS(115), - [anon_sym_while] = ACTIONS(115), - [anon_sym_do] = ACTIONS(115), - [anon_sym_if] = ACTIONS(115), - [anon_sym_else] = ACTIONS(115), - [anon_sym_match] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_try] = ACTIONS(115), - [anon_sym_catch] = ACTIONS(115), - [anon_sym_return] = ACTIONS(115), - [anon_sym_source] = ACTIONS(115), - [anon_sym_source_DASHenv] = ACTIONS(115), - [anon_sym_register] = ACTIONS(115), - [anon_sym_hide] = ACTIONS(115), - [anon_sym_hide_DASHenv] = ACTIONS(115), - [anon_sym_overlay] = ACTIONS(115), - [anon_sym_new] = ACTIONS(115), - [anon_sym_as] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__record_key_token2] = ACTIONS(115), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [81] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5719), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(81), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(187), - [anon_sym_list] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_make] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_else] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_try] = ACTIONS(187), - [anon_sym_catch] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_new] = ACTIONS(187), - [anon_sym_as] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym__record_key_token2] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(266), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [82] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5832), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(82), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(187), - [anon_sym_list] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_make] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_else] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(271), - [anon_sym_try] = ACTIONS(187), - [anon_sym_catch] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_new] = ACTIONS(187), - [anon_sym_as] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym__record_key_token2] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [83] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5739), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(83), - [anon_sym_export] = ACTIONS(187), - [anon_sym_alias] = ACTIONS(187), - [anon_sym_let] = ACTIONS(187), - [anon_sym_let_DASHenv] = ACTIONS(187), - [anon_sym_mut] = ACTIONS(187), - [anon_sym_const] = ACTIONS(187), - [sym_cmd_identifier] = ACTIONS(187), - [anon_sym_def] = ACTIONS(187), - [anon_sym_export_DASHenv] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(187), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(187), - [anon_sym_list] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_break] = ACTIONS(187), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_for] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_loop] = ACTIONS(187), - [anon_sym_make] = ACTIONS(187), - [anon_sym_while] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_if] = ACTIONS(187), - [anon_sym_else] = ACTIONS(187), - [anon_sym_match] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_try] = ACTIONS(187), - [anon_sym_catch] = ACTIONS(187), - [anon_sym_return] = ACTIONS(187), - [anon_sym_source] = ACTIONS(187), - [anon_sym_source_DASHenv] = ACTIONS(187), - [anon_sym_register] = ACTIONS(187), - [anon_sym_hide] = ACTIONS(187), - [anon_sym_hide_DASHenv] = ACTIONS(187), - [anon_sym_overlay] = ACTIONS(187), - [anon_sym_new] = ACTIONS(187), - [anon_sym_as] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym__record_key_token2] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [84] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5921), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(84), - [anon_sym_export] = ACTIONS(221), - [anon_sym_alias] = ACTIONS(221), - [anon_sym_let] = ACTIONS(221), - [anon_sym_let_DASHenv] = ACTIONS(221), - [anon_sym_mut] = ACTIONS(221), - [anon_sym_const] = ACTIONS(221), - [sym_cmd_identifier] = ACTIONS(221), - [anon_sym_def] = ACTIONS(221), - [anon_sym_export_DASHenv] = ACTIONS(221), - [anon_sym_extern] = ACTIONS(221), - [anon_sym_module] = ACTIONS(221), - [anon_sym_use] = ACTIONS(221), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_DOLLAR] = ACTIONS(223), - [anon_sym_error] = ACTIONS(221), - [anon_sym_list] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_break] = ACTIONS(221), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_for] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_loop] = ACTIONS(221), - [anon_sym_make] = ACTIONS(221), - [anon_sym_while] = ACTIONS(221), - [anon_sym_do] = ACTIONS(221), - [anon_sym_if] = ACTIONS(221), - [anon_sym_else] = ACTIONS(221), - [anon_sym_match] = ACTIONS(221), - [anon_sym_RBRACE] = ACTIONS(223), - [anon_sym_DOT] = ACTIONS(223), - [anon_sym_try] = ACTIONS(221), - [anon_sym_catch] = ACTIONS(221), - [anon_sym_return] = ACTIONS(221), - [anon_sym_source] = ACTIONS(221), - [anon_sym_source_DASHenv] = ACTIONS(221), - [anon_sym_register] = ACTIONS(221), - [anon_sym_hide] = ACTIONS(221), - [anon_sym_hide_DASHenv] = ACTIONS(221), - [anon_sym_overlay] = ACTIONS(221), - [anon_sym_new] = ACTIONS(221), - [anon_sym_as] = ACTIONS(221), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(223), - [anon_sym_PLUS_PLUS] = ACTIONS(223), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(223), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(223), - [anon_sym_BANG_EQ] = ACTIONS(223), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(223), - [anon_sym_GT_EQ] = ACTIONS(223), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(223), - [anon_sym_BANG_TILDE] = ACTIONS(223), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(223), - [aux_sym__val_number_token2] = ACTIONS(223), - [aux_sym__val_number_token3] = ACTIONS(223), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(223), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(223), - [sym__str_single_quotes] = ACTIONS(223), - [sym__str_back_ticks] = ACTIONS(223), - [aux_sym__record_key_token2] = ACTIONS(221), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [85] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5834), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(85), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_DOLLAR] = ACTIONS(215), - [anon_sym_error] = ACTIONS(213), - [anon_sym_list] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_make] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_else] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(215), - [anon_sym_DOT] = ACTIONS(215), - [anon_sym_try] = ACTIONS(213), - [anon_sym_catch] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_new] = ACTIONS(213), - [anon_sym_as] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(215), - [anon_sym_PLUS_PLUS] = ACTIONS(215), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(215), - [anon_sym_BANG_EQ] = ACTIONS(215), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(215), - [anon_sym_GT_EQ] = ACTIONS(215), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(215), - [anon_sym_BANG_TILDE] = ACTIONS(215), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(215), - [aux_sym__val_number_token2] = ACTIONS(215), - [aux_sym__val_number_token3] = ACTIONS(215), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(215), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(273), - [anon_sym_s] = ACTIONS(273), - [anon_sym_us] = ACTIONS(273), - [anon_sym_ms] = ACTIONS(273), - [anon_sym_sec] = ACTIONS(273), - [anon_sym_min] = ACTIONS(273), - [anon_sym_hr] = ACTIONS(273), - [anon_sym_day] = ACTIONS(273), - [anon_sym_wk] = ACTIONS(273), - [anon_sym_b] = ACTIONS(275), - [anon_sym_B] = ACTIONS(275), - [anon_sym_kb] = ACTIONS(275), - [anon_sym_kB] = ACTIONS(275), - [anon_sym_Kb] = ACTIONS(275), - [anon_sym_KB] = ACTIONS(275), - [anon_sym_mb] = ACTIONS(275), - [anon_sym_mB] = ACTIONS(275), - [anon_sym_Mb] = ACTIONS(275), - [anon_sym_MB] = ACTIONS(275), - [anon_sym_gb] = ACTIONS(275), - [anon_sym_gB] = ACTIONS(275), - [anon_sym_Gb] = ACTIONS(275), - [anon_sym_GB] = ACTIONS(275), - [anon_sym_tb] = ACTIONS(275), - [anon_sym_tB] = ACTIONS(275), - [anon_sym_Tb] = ACTIONS(275), - [anon_sym_TB] = ACTIONS(275), - [anon_sym_pb] = ACTIONS(275), - [anon_sym_pB] = ACTIONS(275), - [anon_sym_Pb] = ACTIONS(275), - [anon_sym_PB] = ACTIONS(275), - [anon_sym_eb] = ACTIONS(275), - [anon_sym_eB] = ACTIONS(275), - [anon_sym_Eb] = ACTIONS(275), - [anon_sym_EB] = ACTIONS(275), - [anon_sym_kib] = ACTIONS(275), - [anon_sym_kiB] = ACTIONS(275), - [anon_sym_kIB] = ACTIONS(275), - [anon_sym_kIb] = ACTIONS(275), - [anon_sym_Kib] = ACTIONS(275), - [anon_sym_KIb] = ACTIONS(275), - [anon_sym_KIB] = ACTIONS(275), - [anon_sym_mib] = ACTIONS(275), - [anon_sym_miB] = ACTIONS(275), - [anon_sym_mIB] = ACTIONS(275), - [anon_sym_mIb] = ACTIONS(275), - [anon_sym_Mib] = ACTIONS(275), - [anon_sym_MIb] = ACTIONS(275), - [anon_sym_MIB] = ACTIONS(275), - [anon_sym_gib] = ACTIONS(275), - [anon_sym_giB] = ACTIONS(275), - [anon_sym_gIB] = ACTIONS(275), - [anon_sym_gIb] = ACTIONS(275), - [anon_sym_Gib] = ACTIONS(275), - [anon_sym_GIb] = ACTIONS(275), - [anon_sym_GIB] = ACTIONS(275), - [anon_sym_tib] = ACTIONS(275), - [anon_sym_tiB] = ACTIONS(275), - [anon_sym_tIB] = ACTIONS(275), - [anon_sym_tIb] = ACTIONS(275), - [anon_sym_Tib] = ACTIONS(275), - [anon_sym_TIb] = ACTIONS(275), - [anon_sym_TIB] = ACTIONS(275), - [anon_sym_pib] = ACTIONS(275), - [anon_sym_piB] = ACTIONS(275), - [anon_sym_pIB] = ACTIONS(275), - [anon_sym_pIb] = ACTIONS(275), - [anon_sym_Pib] = ACTIONS(275), - [anon_sym_PIb] = ACTIONS(275), - [anon_sym_PIB] = ACTIONS(275), - [anon_sym_eib] = ACTIONS(275), - [anon_sym_eiB] = ACTIONS(275), - [anon_sym_eIB] = ACTIONS(275), - [anon_sym_eIb] = ACTIONS(275), - [anon_sym_Eib] = ACTIONS(275), - [anon_sym_EIb] = ACTIONS(275), - [anon_sym_EIB] = ACTIONS(275), - [anon_sym_DQUOTE] = ACTIONS(215), - [sym__str_single_quotes] = ACTIONS(215), - [sym__str_back_ticks] = ACTIONS(215), - [aux_sym__record_key_token2] = ACTIONS(213), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [86] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6006), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(202), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym__match_pattern_record_variable] = STATE(2301), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(544), - [sym__var] = STATE(517), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2316), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5835), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(86), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym__match_pattern_record_repeat1] = STATE(1113), - [aux_sym_val_record_repeat1] = STATE(1182), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(305), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(331), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [87] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5976), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(176), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5851), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(87), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1161), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), - [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(383), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [88] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6158), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(207), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5836), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(88), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1172), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(385), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [89] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5891), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(230), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5642), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(89), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1164), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), - [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(387), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [90] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5948), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(178), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5837), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(90), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1193), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(389), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [91] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5735), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(233), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5850), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(91), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1170), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(391), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [92] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5696), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(228), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5838), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(92), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1178), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [93] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5813), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(221), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5916), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(93), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1174), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(395), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [94] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5704), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(225), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5839), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(94), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1199), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(397), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [95] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5657), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(224), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5625), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(95), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1179), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), - [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(399), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [96] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5969), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(224), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5752), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(96), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1179), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(401), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [97] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5923), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(211), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5655), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(97), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1202), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), - [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(403), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [98] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5775), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(232), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5762), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(98), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1197), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(405), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [99] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6006), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(202), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(6147), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(99), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1182), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(407), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [100] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5999), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(178), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5958), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(100), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1193), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), - [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(409), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [101] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5854), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(185), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(3030), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2520), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(441), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3067), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5961), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(101), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [aux_sym_val_record_repeat1] = STATE(1163), - [anon_sym_export] = ACTIONS(277), - [anon_sym_alias] = ACTIONS(279), - [anon_sym_let] = ACTIONS(281), - [anon_sym_let_DASHenv] = ACTIONS(281), - [anon_sym_mut] = ACTIONS(283), - [anon_sym_const] = ACTIONS(285), - [sym_cmd_identifier] = ACTIONS(287), - [anon_sym_def] = ACTIONS(289), - [anon_sym_export_DASHenv] = ACTIONS(291), - [anon_sym_extern] = ACTIONS(293), - [anon_sym_module] = ACTIONS(295), - [anon_sym_use] = ACTIONS(297), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(307), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_break] = ACTIONS(313), - [anon_sym_continue] = ACTIONS(315), - [anon_sym_for] = ACTIONS(317), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(319), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(321), - [anon_sym_do] = ACTIONS(323), - [anon_sym_if] = ACTIONS(325), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(327), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(411), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(335), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(337), - [anon_sym_source] = ACTIONS(339), - [anon_sym_source_DASHenv] = ACTIONS(339), - [anon_sym_register] = ACTIONS(341), - [anon_sym_hide] = ACTIONS(343), - [anon_sym_hide_DASHenv] = ACTIONS(345), - [anon_sym_overlay] = ACTIONS(347), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(351), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [102] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5771), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(102), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(413), - [aux_sym__immediate_decimal_token2] = ACTIONS(415), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [103] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5780), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(103), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(417), - [aux_sym__immediate_decimal_token2] = ACTIONS(419), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [104] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5788), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(104), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(421), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [105] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5895), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(105), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_RPAREN] = ACTIONS(130), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(423), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(426), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_err_GT] = ACTIONS(130), - [anon_sym_out_GT] = ACTIONS(130), - [anon_sym_e_GT] = ACTIONS(130), - [anon_sym_o_GT] = ACTIONS(130), - [anon_sym_err_PLUSout_GT] = ACTIONS(130), - [anon_sym_out_PLUSerr_GT] = ACTIONS(130), - [anon_sym_o_PLUSe_GT] = ACTIONS(130), - [anon_sym_e_PLUSo_GT] = ACTIONS(130), - [aux_sym_unquoted_token1] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [106] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5802), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(106), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(428), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(415), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [107] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5808), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(107), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(419), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [108] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5991), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(108), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(431), - [aux_sym__immediate_decimal_token2] = ACTIONS(433), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [109] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4338), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym__block_body] = STATE(5987), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(109), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(415), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(115), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [110] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5770), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(110), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(435), - [aux_sym__immediate_decimal_token2] = ACTIONS(437), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [111] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5968), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(111), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(437), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [112] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4776), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym__parenthesized_body] = STATE(5814), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(112), - [ts_builtin_sym_end] = ACTIONS(132), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(442), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_err_GT] = ACTIONS(130), - [anon_sym_out_GT] = ACTIONS(130), - [anon_sym_e_GT] = ACTIONS(130), - [anon_sym_o_GT] = ACTIONS(130), - [anon_sym_err_PLUSout_GT] = ACTIONS(130), - [anon_sym_out_PLUSerr_GT] = ACTIONS(130), - [anon_sym_o_PLUSe_GT] = ACTIONS(130), - [anon_sym_e_PLUSo_GT] = ACTIONS(130), - [aux_sym_unquoted_token1] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(113), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [113] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym__block_body_statement_parenthesized_last] = STATE(4751), + [sym__declaration_parenthesized_last] = STATE(5495), + [sym_decl_alias_parenthesized_last] = STATE(5494), + [sym_stmt_let_parenthesized_last] = STATE(5492), + [sym_stmt_mut_parenthesized_last] = STATE(5492), + [sym_stmt_const_parenthesized_last] = STATE(5492), + [sym__statement_parenthesized_last] = STATE(5495), + [sym_pipeline_parenthesized_last] = STATE(5492), + [sym_decl_def] = STATE(1295), + [sym_decl_export] = STATE(1295), + [sym_decl_extern] = STATE(1295), + [sym_decl_module] = STATE(1295), + [sym_decl_use] = STATE(1295), + [sym__ctrl_statement] = STATE(1290), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_stmt_source] = STATE(1290), + [sym_stmt_register] = STATE(1290), + [sym__stmt_hide] = STATE(1290), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1290), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1290), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(113), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [aux_sym__parenthesized_body_repeat1] = STATE(117), + [anon_sym_export] = ACTIONS(309), + [anon_sym_alias] = ACTIONS(311), + [anon_sym_let] = ACTIONS(313), + [anon_sym_let_DASHenv] = ACTIONS(313), + [anon_sym_mut] = ACTIONS(315), + [anon_sym_const] = ACTIONS(317), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [114] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4657), + [sym__declaration_last] = STATE(5499), + [sym_decl_alias_last] = STATE(5510), + [sym_stmt_let_last] = STATE(5511), + [sym_stmt_mut_last] = STATE(5511), + [sym_stmt_const_last] = STATE(5511), + [sym__statement_last] = STATE(5499), + [sym_pipeline_last] = STATE(5511), + [sym_decl_def] = STATE(1207), + [sym_decl_export] = STATE(1207), + [sym_decl_extern] = STATE(1207), + [sym_decl_module] = STATE(1207), + [sym_decl_use] = STATE(1207), + [sym__ctrl_statement] = STATE(1208), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_for] = STATE(1209), + [sym_ctrl_loop] = STATE(1209), + [sym_ctrl_error] = STATE(1209), + [sym_ctrl_while] = STATE(1209), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_stmt_source] = STATE(1208), + [sym_stmt_register] = STATE(1208), + [sym__stmt_hide] = STATE(1208), + [sym_hide_mod] = STATE(1222), + [sym_hide_env] = STATE(1222), + [sym__stmt_overlay] = STATE(1208), + [sym_overlay_list] = STATE(1225), + [sym_overlay_hide] = STATE(1225), + [sym_overlay_new] = STATE(1225), + [sym_overlay_use] = STATE(1225), + [sym_assignment] = STATE(1208), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(2563), + [sym__var] = STATE(2211), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(114), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(444), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(446), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(515), + [aux_sym__block_body_repeat2] = STATE(116), + [anon_sym_export] = ACTIONS(9), + [anon_sym_alias] = ACTIONS(11), + [anon_sym_let] = ACTIONS(13), + [anon_sym_let_DASHenv] = ACTIONS(13), + [anon_sym_mut] = ACTIONS(15), + [anon_sym_const] = ACTIONS(17), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_def] = ACTIONS(21), + [anon_sym_export_DASHenv] = ACTIONS(23), + [anon_sym_extern] = ACTIONS(25), + [anon_sym_module] = ACTIONS(27), + [anon_sym_use] = ACTIONS(29), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(35), + [anon_sym_error] = ACTIONS(37), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_source] = ACTIONS(65), + [anon_sym_source_DASHenv] = ACTIONS(65), + [anon_sym_register] = ACTIONS(67), + [anon_sym_hide] = ACTIONS(69), + [anon_sym_hide_DASHenv] = ACTIONS(71), + [anon_sym_overlay] = ACTIONS(73), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), }, [115] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym__block_body_statement_last] = STATE(4312), + [sym__declaration_last] = STATE(4951), + [sym_decl_alias_last] = STATE(4952), + [sym_stmt_let_last] = STATE(4930), + [sym_stmt_mut_last] = STATE(4930), + [sym_stmt_const_last] = STATE(4930), + [sym__statement_last] = STATE(4951), + [sym_pipeline_last] = STATE(4930), + [sym_decl_def] = STATE(1047), + [sym_decl_export] = STATE(1047), + [sym_decl_extern] = STATE(1047), + [sym_decl_module] = STATE(1047), + [sym_decl_use] = STATE(1047), + [sym__ctrl_statement] = STATE(1039), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_stmt_source] = STATE(1039), + [sym_stmt_register] = STATE(1039), + [sym__stmt_hide] = STATE(1039), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1039), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1039), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(115), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_err_GT] = ACTIONS(157), - [anon_sym_out_GT] = ACTIONS(157), - [anon_sym_e_GT] = ACTIONS(157), - [anon_sym_o_GT] = ACTIONS(157), - [anon_sym_err_PLUSout_GT] = ACTIONS(157), - [anon_sym_out_PLUSerr_GT] = ACTIONS(157), - [anon_sym_o_PLUSe_GT] = ACTIONS(157), - [anon_sym_e_PLUSo_GT] = ACTIONS(157), - [aux_sym_unquoted_token1] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(516), + [aux_sym__block_body_repeat2] = STATE(116), + [anon_sym_export] = ACTIONS(243), + [anon_sym_alias] = ACTIONS(245), + [anon_sym_let] = ACTIONS(247), + [anon_sym_let_DASHenv] = ACTIONS(247), + [anon_sym_mut] = ACTIONS(249), + [anon_sym_const] = ACTIONS(251), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_def] = ACTIONS(255), + [anon_sym_export_DASHenv] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym_module] = ACTIONS(261), + [anon_sym_use] = ACTIONS(263), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(211), + [anon_sym_error] = ACTIONS(265), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_for] = ACTIONS(273), + [anon_sym_loop] = ACTIONS(275), + [anon_sym_while] = ACTIONS(277), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_source] = ACTIONS(291), + [anon_sym_source_DASHenv] = ACTIONS(291), + [anon_sym_register] = ACTIONS(293), + [anon_sym_hide] = ACTIONS(295), + [anon_sym_hide_DASHenv] = ACTIONS(297), + [anon_sym_overlay] = ACTIONS(299), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [116] = { + [sym__block_body_statement] = STATE(1181), + [sym__declaration] = STATE(1358), + [sym_decl_alias] = STATE(1360), + [sym_stmt_let] = STATE(1370), + [sym_stmt_mut] = STATE(1370), + [sym_stmt_const] = STATE(1370), + [sym__statement] = STATE(1358), + [sym_pipeline] = STATE(1370), + [sym_decl_def] = STATE(1360), + [sym_decl_export] = STATE(1360), + [sym_decl_extern] = STATE(1360), + [sym_decl_module] = STATE(1360), + [sym_decl_use] = STATE(1360), + [sym__ctrl_statement] = STATE(1370), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5442), + [sym_stmt_source] = STATE(1370), + [sym_stmt_register] = STATE(1370), + [sym__stmt_hide] = STATE(1370), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1370), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1370), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(116), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(518), + [aux_sym__block_body_repeat2] = STATE(116), + [anon_sym_export] = ACTIONS(359), + [anon_sym_alias] = ACTIONS(362), + [anon_sym_let] = ACTIONS(365), + [anon_sym_let_DASHenv] = ACTIONS(365), + [anon_sym_mut] = ACTIONS(368), + [anon_sym_const] = ACTIONS(371), + [sym_cmd_identifier] = ACTIONS(374), + [anon_sym_def] = ACTIONS(377), + [anon_sym_export_DASHenv] = ACTIONS(380), + [anon_sym_extern] = ACTIONS(383), + [anon_sym_module] = ACTIONS(386), + [anon_sym_use] = ACTIONS(389), + [anon_sym_LBRACK] = ACTIONS(392), + [anon_sym_LPAREN] = ACTIONS(395), + [anon_sym_DOLLAR] = ACTIONS(398), + [anon_sym_error] = ACTIONS(401), + [anon_sym_DASH] = ACTIONS(404), + [anon_sym_break] = ACTIONS(407), + [anon_sym_continue] = ACTIONS(410), + [anon_sym_for] = ACTIONS(413), + [anon_sym_loop] = ACTIONS(416), + [anon_sym_while] = ACTIONS(419), + [anon_sym_do] = ACTIONS(422), + [anon_sym_if] = ACTIONS(425), + [anon_sym_match] = ACTIONS(428), + [anon_sym_LBRACE] = ACTIONS(431), + [anon_sym_DOT] = ACTIONS(434), + [anon_sym_try] = ACTIONS(437), + [anon_sym_return] = ACTIONS(440), + [anon_sym_source] = ACTIONS(443), + [anon_sym_source_DASHenv] = ACTIONS(443), + [anon_sym_register] = ACTIONS(446), + [anon_sym_hide] = ACTIONS(449), + [anon_sym_hide_DASHenv] = ACTIONS(452), + [anon_sym_overlay] = ACTIONS(455), + [anon_sym_where] = ACTIONS(458), + [anon_sym_PLUS] = ACTIONS(461), + [anon_sym_not] = ACTIONS(464), + [anon_sym_null] = ACTIONS(467), + [anon_sym_true] = ACTIONS(470), + [anon_sym_false] = ACTIONS(470), + [aux_sym__val_number_decimal_token1] = ACTIONS(473), + [aux_sym__val_number_token1] = ACTIONS(476), + [aux_sym__val_number_token2] = ACTIONS(476), + [aux_sym__val_number_token3] = ACTIONS(476), + [aux_sym__val_number_token4] = ACTIONS(479), + [aux_sym__val_number_token5] = ACTIONS(476), + [aux_sym__val_number_token6] = ACTIONS(479), + [anon_sym_0b] = ACTIONS(482), + [anon_sym_0o] = ACTIONS(482), + [anon_sym_0x] = ACTIONS(482), + [sym_val_date] = ACTIONS(485), + [anon_sym_DQUOTE] = ACTIONS(488), + [sym__str_single_quotes] = ACTIONS(491), + [sym__str_back_ticks] = ACTIONS(491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(494), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(497), + [anon_sym_CARET] = ACTIONS(500), + [anon_sym_POUND] = ACTIONS(3), }, [117] = { + [sym__block_body_statement_parenthesized] = STATE(1000), + [sym__declaration_parenthesized] = STATE(1374), + [sym_decl_alias_parenthesized] = STATE(1350), + [sym_stmt_let_parenthesized] = STATE(1377), + [sym_stmt_mut_parenthesized] = STATE(1377), + [sym_stmt_const_parenthesized] = STATE(1377), + [sym__statement_parenthesized] = STATE(1374), + [sym_pipeline_parenthesized] = STATE(1377), + [sym_decl_def] = STATE(1350), + [sym_decl_export] = STATE(1350), + [sym_decl_extern] = STATE(1350), + [sym_decl_module] = STATE(1350), + [sym_decl_use] = STATE(1350), + [sym__ctrl_statement] = STATE(1377), + [sym__ctrl_expression_parenthesized] = STATE(4971), + [sym_ctrl_for] = STATE(1037), + [sym_ctrl_loop] = STATE(1037), + [sym_ctrl_error] = STATE(1037), + [sym_ctrl_while] = STATE(1037), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5995), + [sym_stmt_source] = STATE(1377), + [sym_stmt_register] = STATE(1377), + [sym__stmt_hide] = STATE(1377), + [sym_hide_mod] = STATE(1033), + [sym_hide_env] = STATE(1033), + [sym__stmt_overlay] = STATE(1377), + [sym_overlay_list] = STATE(1032), + [sym_overlay_hide] = STATE(1032), + [sym_overlay_new] = STATE(1032), + [sym_overlay_use] = STATE(1032), + [sym_assignment] = STATE(1377), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(4975), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2418), + [sym__var] = STATE(2121), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4976), [sym_comment] = STATE(117), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(433), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(517), + [aux_sym__parenthesized_body_repeat1] = STATE(117), + [anon_sym_export] = ACTIONS(503), + [anon_sym_alias] = ACTIONS(506), + [anon_sym_let] = ACTIONS(509), + [anon_sym_let_DASHenv] = ACTIONS(509), + [anon_sym_mut] = ACTIONS(512), + [anon_sym_const] = ACTIONS(515), + [sym_cmd_identifier] = ACTIONS(518), + [anon_sym_def] = ACTIONS(521), + [anon_sym_export_DASHenv] = ACTIONS(524), + [anon_sym_extern] = ACTIONS(527), + [anon_sym_module] = ACTIONS(530), + [anon_sym_use] = ACTIONS(533), + [anon_sym_LBRACK] = ACTIONS(536), + [anon_sym_LPAREN] = ACTIONS(539), + [anon_sym_DOLLAR] = ACTIONS(542), + [anon_sym_error] = ACTIONS(545), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(554), + [anon_sym_for] = ACTIONS(557), + [anon_sym_loop] = ACTIONS(560), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(566), + [anon_sym_if] = ACTIONS(569), + [anon_sym_match] = ACTIONS(572), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(578), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(584), + [anon_sym_source] = ACTIONS(587), + [anon_sym_source_DASHenv] = ACTIONS(587), + [anon_sym_register] = ACTIONS(590), + [anon_sym_hide] = ACTIONS(593), + [anon_sym_hide_DASHenv] = ACTIONS(596), + [anon_sym_overlay] = ACTIONS(599), + [anon_sym_where] = ACTIONS(602), + [anon_sym_PLUS] = ACTIONS(605), + [anon_sym_not] = ACTIONS(608), + [anon_sym_null] = ACTIONS(611), + [anon_sym_true] = ACTIONS(614), + [anon_sym_false] = ACTIONS(614), + [aux_sym__val_number_decimal_token1] = ACTIONS(617), + [aux_sym__val_number_token1] = ACTIONS(620), + [aux_sym__val_number_token2] = ACTIONS(620), + [aux_sym__val_number_token3] = ACTIONS(620), + [aux_sym__val_number_token4] = ACTIONS(623), + [aux_sym__val_number_token5] = ACTIONS(620), + [aux_sym__val_number_token6] = ACTIONS(623), + [anon_sym_0b] = ACTIONS(626), + [anon_sym_0o] = ACTIONS(626), + [anon_sym_0x] = ACTIONS(626), + [sym_val_date] = ACTIONS(629), + [anon_sym_DQUOTE] = ACTIONS(632), + [sym__str_single_quotes] = ACTIONS(635), + [sym__str_back_ticks] = ACTIONS(635), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(638), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(641), + [anon_sym_CARET] = ACTIONS(644), + [anon_sym_POUND] = ACTIONS(3), }, [118] = { [sym_comment] = STATE(118), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(651), + [aux_sym__immediate_decimal_token2] = ACTIONS(653), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, [119] = { [sym_comment] = STATE(119), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(448), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(437), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(659), + [aux_sym__immediate_decimal_token2] = ACTIONS(661), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [120] = { [sym_comment] = STATE(120), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(451), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(453), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(663), + [aux_sym__immediate_decimal_token2] = ACTIONS(665), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [121] = { [sym_comment] = STATE(121), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(455), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(667), + [aux_sym__immediate_decimal_token2] = ACTIONS(669), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, [122] = { [sym_comment] = STATE(122), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(457), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(459), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(671), + [anon_sym_RPAREN] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(675), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(678), + [anon_sym_null] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(671), + [aux_sym__val_number_token2] = ACTIONS(671), + [aux_sym__val_number_token3] = ACTIONS(671), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(671), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [aux_sym_unquoted_token6] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(105), }, [123] = { [sym_comment] = STATE(123), - [ts_builtin_sym_end] = ACTIONS(159), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_err_GT] = ACTIONS(157), - [anon_sym_out_GT] = ACTIONS(157), - [anon_sym_e_GT] = ACTIONS(157), - [anon_sym_o_GT] = ACTIONS(157), - [anon_sym_err_PLUSout_GT] = ACTIONS(157), - [anon_sym_out_PLUSerr_GT] = ACTIONS(157), - [anon_sym_o_PLUSe_GT] = ACTIONS(157), - [anon_sym_e_PLUSo_GT] = ACTIONS(157), - [aux_sym_unquoted_token1] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(680), + [aux_sym__immediate_decimal_token2] = ACTIONS(682), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [124] = { [sym_comment] = STATE(124), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(688), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), [anon_sym_POUND] = ACTIONS(105), }, [125] = { [sym_comment] = STATE(125), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(661), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [126] = { [sym_comment] = STATE(126), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(453), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(690), + [aux_sym__immediate_decimal_token2] = ACTIONS(692), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, [127] = { [sym_comment] = STATE(127), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(461), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(463), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(694), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(661), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [128] = { [sym_comment] = STATE(128), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(446), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(701), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(703), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(701), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(705), + [aux_sym_unquoted_token6] = ACTIONS(707), [anon_sym_POUND] = ACTIONS(105), }, [129] = { [sym_comment] = STATE(129), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(653), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, [130] = { [sym_comment] = STATE(130), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(463), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(709), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), [anon_sym_POUND] = ACTIONS(105), }, [131] = { [sym_comment] = STATE(131), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(459), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(711), + [aux_sym__immediate_decimal_token2] = ACTIONS(713), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [132] = { + [sym_cell_path] = STATE(194), + [sym_path] = STATE(139), [sym_comment] = STATE(132), - [anon_sym_SEMI] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_LBRACK] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(221), - [anon_sym_RPAREN] = ACTIONS(221), - [anon_sym_PIPE] = ACTIONS(221), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_RBRACE] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(221), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(221), - [anon_sym_PLUS_PLUS] = ACTIONS(221), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(221), - [anon_sym_BANG_EQ] = ACTIONS(221), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(221), - [anon_sym_GT_EQ] = ACTIONS(221), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(221), - [anon_sym_BANG_TILDE] = ACTIONS(221), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_null] = ACTIONS(221), - [anon_sym_true] = ACTIONS(221), - [anon_sym_false] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(221), - [aux_sym__val_number_token2] = ACTIONS(221), - [aux_sym__val_number_token3] = ACTIONS(221), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(221), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(221), - [sym__str_single_quotes] = ACTIONS(221), - [sym__str_back_ticks] = ACTIONS(221), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(221), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(221), - [anon_sym_err_GT] = ACTIONS(221), - [anon_sym_out_GT] = ACTIONS(221), - [anon_sym_e_GT] = ACTIONS(221), - [anon_sym_o_GT] = ACTIONS(221), - [anon_sym_err_PLUSout_GT] = ACTIONS(221), - [anon_sym_out_PLUSerr_GT] = ACTIONS(221), - [anon_sym_o_PLUSe_GT] = ACTIONS(221), - [anon_sym_e_PLUSo_GT] = ACTIONS(221), - [aux_sym_unquoted_token1] = ACTIONS(221), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_EQ] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_COLON] = ACTIONS(715), + [anon_sym_COMMA] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_PIPE] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_list] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_make] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_else] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(719), + [anon_sym_try] = ACTIONS(715), + [anon_sym_catch] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_new] = ACTIONS(715), + [anon_sym_as] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_PLUS_EQ] = ACTIONS(715), + [anon_sym_DASH_EQ] = ACTIONS(715), + [anon_sym_STAR_EQ] = ACTIONS(715), + [anon_sym_SLASH_EQ] = ACTIONS(715), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [aux_sym__record_key_token2] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [133] = { [sym_comment] = STATE(133), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(722), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(665), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [134] = { [sym_comment] = STATE(134), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(465), - [anon_sym_s] = ACTIONS(465), - [anon_sym_us] = ACTIONS(465), - [anon_sym_ms] = ACTIONS(465), - [anon_sym_sec] = ACTIONS(465), - [anon_sym_min] = ACTIONS(465), - [anon_sym_hr] = ACTIONS(465), - [anon_sym_day] = ACTIONS(465), - [anon_sym_wk] = ACTIONS(465), - [anon_sym_b] = ACTIONS(467), - [anon_sym_B] = ACTIONS(467), - [anon_sym_kb] = ACTIONS(467), - [anon_sym_kB] = ACTIONS(467), - [anon_sym_Kb] = ACTIONS(467), - [anon_sym_KB] = ACTIONS(467), - [anon_sym_mb] = ACTIONS(467), - [anon_sym_mB] = ACTIONS(467), - [anon_sym_Mb] = ACTIONS(467), - [anon_sym_MB] = ACTIONS(467), - [anon_sym_gb] = ACTIONS(467), - [anon_sym_gB] = ACTIONS(467), - [anon_sym_Gb] = ACTIONS(467), - [anon_sym_GB] = ACTIONS(467), - [anon_sym_tb] = ACTIONS(467), - [anon_sym_tB] = ACTIONS(467), - [anon_sym_Tb] = ACTIONS(467), - [anon_sym_TB] = ACTIONS(467), - [anon_sym_pb] = ACTIONS(467), - [anon_sym_pB] = ACTIONS(467), - [anon_sym_Pb] = ACTIONS(467), - [anon_sym_PB] = ACTIONS(467), - [anon_sym_eb] = ACTIONS(467), - [anon_sym_eB] = ACTIONS(467), - [anon_sym_Eb] = ACTIONS(467), - [anon_sym_EB] = ACTIONS(467), - [anon_sym_kib] = ACTIONS(467), - [anon_sym_kiB] = ACTIONS(467), - [anon_sym_kIB] = ACTIONS(467), - [anon_sym_kIb] = ACTIONS(467), - [anon_sym_Kib] = ACTIONS(467), - [anon_sym_KIb] = ACTIONS(467), - [anon_sym_KIB] = ACTIONS(467), - [anon_sym_mib] = ACTIONS(467), - [anon_sym_miB] = ACTIONS(467), - [anon_sym_mIB] = ACTIONS(467), - [anon_sym_mIb] = ACTIONS(467), - [anon_sym_Mib] = ACTIONS(467), - [anon_sym_MIb] = ACTIONS(467), - [anon_sym_MIB] = ACTIONS(467), - [anon_sym_gib] = ACTIONS(467), - [anon_sym_giB] = ACTIONS(467), - [anon_sym_gIB] = ACTIONS(467), - [anon_sym_gIb] = ACTIONS(467), - [anon_sym_Gib] = ACTIONS(467), - [anon_sym_GIb] = ACTIONS(467), - [anon_sym_GIB] = ACTIONS(467), - [anon_sym_tib] = ACTIONS(467), - [anon_sym_tiB] = ACTIONS(467), - [anon_sym_tIB] = ACTIONS(467), - [anon_sym_tIb] = ACTIONS(467), - [anon_sym_Tib] = ACTIONS(467), - [anon_sym_TIb] = ACTIONS(467), - [anon_sym_TIB] = ACTIONS(467), - [anon_sym_pib] = ACTIONS(467), - [anon_sym_piB] = ACTIONS(467), - [anon_sym_pIB] = ACTIONS(467), - [anon_sym_pIb] = ACTIONS(467), - [anon_sym_Pib] = ACTIONS(467), - [anon_sym_PIb] = ACTIONS(467), - [anon_sym_PIB] = ACTIONS(467), - [anon_sym_eib] = ACTIONS(467), - [anon_sym_eiB] = ACTIONS(467), - [anon_sym_eIB] = ACTIONS(467), - [anon_sym_eIb] = ACTIONS(467), - [anon_sym_Eib] = ACTIONS(467), - [anon_sym_EIb] = ACTIONS(467), - [anon_sym_EIB] = ACTIONS(467), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(665), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [135] = { [sym_comment] = STATE(135), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [136] = { [sym_comment] = STATE(136), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(469), - [anon_sym_s] = ACTIONS(469), - [anon_sym_us] = ACTIONS(469), - [anon_sym_ms] = ACTIONS(469), - [anon_sym_sec] = ACTIONS(469), - [anon_sym_min] = ACTIONS(469), - [anon_sym_hr] = ACTIONS(469), - [anon_sym_day] = ACTIONS(469), - [anon_sym_wk] = ACTIONS(469), - [anon_sym_b] = ACTIONS(471), - [anon_sym_B] = ACTIONS(471), - [anon_sym_kb] = ACTIONS(471), - [anon_sym_kB] = ACTIONS(471), - [anon_sym_Kb] = ACTIONS(471), - [anon_sym_KB] = ACTIONS(471), - [anon_sym_mb] = ACTIONS(471), - [anon_sym_mB] = ACTIONS(471), - [anon_sym_Mb] = ACTIONS(471), - [anon_sym_MB] = ACTIONS(471), - [anon_sym_gb] = ACTIONS(471), - [anon_sym_gB] = ACTIONS(471), - [anon_sym_Gb] = ACTIONS(471), - [anon_sym_GB] = ACTIONS(471), - [anon_sym_tb] = ACTIONS(471), - [anon_sym_tB] = ACTIONS(471), - [anon_sym_Tb] = ACTIONS(471), - [anon_sym_TB] = ACTIONS(471), - [anon_sym_pb] = ACTIONS(471), - [anon_sym_pB] = ACTIONS(471), - [anon_sym_Pb] = ACTIONS(471), - [anon_sym_PB] = ACTIONS(471), - [anon_sym_eb] = ACTIONS(471), - [anon_sym_eB] = ACTIONS(471), - [anon_sym_Eb] = ACTIONS(471), - [anon_sym_EB] = ACTIONS(471), - [anon_sym_kib] = ACTIONS(471), - [anon_sym_kiB] = ACTIONS(471), - [anon_sym_kIB] = ACTIONS(471), - [anon_sym_kIb] = ACTIONS(471), - [anon_sym_Kib] = ACTIONS(471), - [anon_sym_KIb] = ACTIONS(471), - [anon_sym_KIB] = ACTIONS(471), - [anon_sym_mib] = ACTIONS(471), - [anon_sym_miB] = ACTIONS(471), - [anon_sym_mIB] = ACTIONS(471), - [anon_sym_mIb] = ACTIONS(471), - [anon_sym_Mib] = ACTIONS(471), - [anon_sym_MIb] = ACTIONS(471), - [anon_sym_MIB] = ACTIONS(471), - [anon_sym_gib] = ACTIONS(471), - [anon_sym_giB] = ACTIONS(471), - [anon_sym_gIB] = ACTIONS(471), - [anon_sym_gIb] = ACTIONS(471), - [anon_sym_Gib] = ACTIONS(471), - [anon_sym_GIb] = ACTIONS(471), - [anon_sym_GIB] = ACTIONS(471), - [anon_sym_tib] = ACTIONS(471), - [anon_sym_tiB] = ACTIONS(471), - [anon_sym_tIB] = ACTIONS(471), - [anon_sym_tIb] = ACTIONS(471), - [anon_sym_Tib] = ACTIONS(471), - [anon_sym_TIb] = ACTIONS(471), - [anon_sym_TIB] = ACTIONS(471), - [anon_sym_pib] = ACTIONS(471), - [anon_sym_piB] = ACTIONS(471), - [anon_sym_pIB] = ACTIONS(471), - [anon_sym_pIb] = ACTIONS(471), - [anon_sym_Pib] = ACTIONS(471), - [anon_sym_PIb] = ACTIONS(471), - [anon_sym_PIB] = ACTIONS(471), - [anon_sym_eib] = ACTIONS(471), - [anon_sym_eiB] = ACTIONS(471), - [anon_sym_eIB] = ACTIONS(471), - [anon_sym_eIb] = ACTIONS(471), - [anon_sym_Eib] = ACTIONS(471), - [anon_sym_EIb] = ACTIONS(471), - [anon_sym_EIB] = ACTIONS(471), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(725), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(727), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(725), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(729), + [aux_sym_unquoted_token6] = ACTIONS(731), [anon_sym_POUND] = ACTIONS(105), }, [137] = { + [sym_path] = STATE(216), [sym_comment] = STATE(137), - [ts_builtin_sym_end] = ACTIONS(223), - [anon_sym_SEMI] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_LBRACK] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(221), - [anon_sym_PIPE] = ACTIONS(221), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(221), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(221), - [anon_sym_PLUS_PLUS] = ACTIONS(221), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(221), - [anon_sym_BANG_EQ] = ACTIONS(221), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(221), - [anon_sym_GT_EQ] = ACTIONS(221), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(221), - [anon_sym_BANG_TILDE] = ACTIONS(221), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_null] = ACTIONS(221), - [anon_sym_true] = ACTIONS(221), - [anon_sym_false] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(221), - [aux_sym__val_number_token2] = ACTIONS(221), - [aux_sym__val_number_token3] = ACTIONS(221), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(221), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(221), - [sym__str_single_quotes] = ACTIONS(221), - [sym__str_back_ticks] = ACTIONS(221), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(221), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(221), - [anon_sym_err_GT] = ACTIONS(221), - [anon_sym_out_GT] = ACTIONS(221), - [anon_sym_e_GT] = ACTIONS(221), - [anon_sym_o_GT] = ACTIONS(221), - [anon_sym_err_PLUSout_GT] = ACTIONS(221), - [anon_sym_out_PLUSerr_GT] = ACTIONS(221), - [anon_sym_o_PLUSe_GT] = ACTIONS(221), - [anon_sym_e_PLUSo_GT] = ACTIONS(221), - [aux_sym_unquoted_token1] = ACTIONS(221), + [aux_sym_cell_path_repeat1] = STATE(145), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_EQ] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_COLON] = ACTIONS(733), + [anon_sym_COMMA] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_PIPE] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_list] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_make] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_else] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_try] = ACTIONS(733), + [anon_sym_catch] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_new] = ACTIONS(733), + [anon_sym_as] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_PLUS_EQ] = ACTIONS(733), + [anon_sym_DASH_EQ] = ACTIONS(733), + [anon_sym_STAR_EQ] = ACTIONS(733), + [anon_sym_SLASH_EQ] = ACTIONS(733), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [aux_sym__record_key_token2] = ACTIONS(733), [anon_sym_POUND] = ACTIONS(105), }, [138] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6142), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(198), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(138), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(515), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(741), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(743), + [anon_sym_POUND] = ACTIONS(105), }, [139] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6142), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(176), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_path] = STATE(216), [sym_comment] = STATE(139), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(533), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(137), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_EQ] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_COLON] = ACTIONS(745), + [anon_sym_COMMA] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_PIPE] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_list] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_make] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_else] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(749), + [anon_sym_try] = ACTIONS(745), + [anon_sym_catch] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_new] = ACTIONS(745), + [anon_sym_as] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_PLUS_EQ] = ACTIONS(745), + [anon_sym_DASH_EQ] = ACTIONS(745), + [anon_sym_STAR_EQ] = ACTIONS(745), + [anon_sym_SLASH_EQ] = ACTIONS(745), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [aux_sym__record_key_token2] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [140] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5860), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(188), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(140), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(535), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(692), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [141] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5860), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym_parameter_pipes] = STATE(225), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(141), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_PIPE] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(537), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(751), + [aux_sym__immediate_decimal_token2] = ACTIONS(753), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [142] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5784), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(142), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(537), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(671), + [anon_sym_RPAREN] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(755), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(758), + [anon_sym_null] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(671), + [aux_sym__val_number_token2] = ACTIONS(671), + [aux_sym__val_number_token3] = ACTIONS(671), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(671), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(105), }, [143] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5694), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(143), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(559), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [144] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5843), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(144), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(563), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), }, [145] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5835), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_path] = STATE(216), [sym_comment] = STATE(145), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(565), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(145), + [anon_sym_export] = ACTIONS(760), + [anon_sym_alias] = ACTIONS(760), + [anon_sym_EQ] = ACTIONS(760), + [anon_sym_let] = ACTIONS(760), + [anon_sym_let_DASHenv] = ACTIONS(760), + [anon_sym_mut] = ACTIONS(760), + [anon_sym_const] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(760), + [sym_cmd_identifier] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_def] = ACTIONS(760), + [anon_sym_export_DASHenv] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_use] = ACTIONS(760), + [anon_sym_COLON] = ACTIONS(760), + [anon_sym_COMMA] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_PIPE] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_error] = ACTIONS(760), + [anon_sym_list] = ACTIONS(760), + [anon_sym_GT] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_in] = ACTIONS(760), + [anon_sym_loop] = ACTIONS(760), + [anon_sym_make] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_else] = ACTIONS(760), + [anon_sym_match] = ACTIONS(760), + [anon_sym_RBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(764), + [anon_sym_try] = ACTIONS(760), + [anon_sym_catch] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_source] = ACTIONS(760), + [anon_sym_source_DASHenv] = ACTIONS(760), + [anon_sym_register] = ACTIONS(760), + [anon_sym_hide] = ACTIONS(760), + [anon_sym_hide_DASHenv] = ACTIONS(760), + [anon_sym_overlay] = ACTIONS(760), + [anon_sym_new] = ACTIONS(760), + [anon_sym_as] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(760), + [anon_sym_PLUS_EQ] = ACTIONS(760), + [anon_sym_DASH_EQ] = ACTIONS(760), + [anon_sym_STAR_EQ] = ACTIONS(760), + [anon_sym_SLASH_EQ] = ACTIONS(760), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(760), + [anon_sym_STAR_STAR] = ACTIONS(760), + [anon_sym_PLUS_PLUS] = ACTIONS(760), + [anon_sym_SLASH] = ACTIONS(760), + [anon_sym_mod] = ACTIONS(760), + [anon_sym_SLASH_SLASH] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_bit_DASHshl] = ACTIONS(760), + [anon_sym_bit_DASHshr] = ACTIONS(760), + [anon_sym_EQ_EQ] = ACTIONS(760), + [anon_sym_BANG_EQ] = ACTIONS(760), + [anon_sym_LT2] = ACTIONS(760), + [anon_sym_LT_EQ] = ACTIONS(760), + [anon_sym_GT_EQ] = ACTIONS(760), + [anon_sym_not_DASHin] = ACTIONS(760), + [anon_sym_starts_DASHwith] = ACTIONS(760), + [anon_sym_ends_DASHwith] = ACTIONS(760), + [anon_sym_EQ_TILDE] = ACTIONS(760), + [anon_sym_BANG_TILDE] = ACTIONS(760), + [anon_sym_bit_DASHand] = ACTIONS(760), + [anon_sym_bit_DASHxor] = ACTIONS(760), + [anon_sym_bit_DASHor] = ACTIONS(760), + [anon_sym_and] = ACTIONS(760), + [anon_sym_xor] = ACTIONS(760), + [anon_sym_or] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [aux_sym__record_key_token2] = ACTIONS(760), + [anon_sym_POUND] = ACTIONS(105), }, [146] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5905), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(146), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(567), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(767), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(682), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [147] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5795), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(147), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(559), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(682), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [148] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5778), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(148), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(569), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(673), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(770), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(773), + [anon_sym_null] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(671), + [aux_sym__val_number_token2] = ACTIONS(671), + [aux_sym__val_number_token3] = ACTIONS(671), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(671), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [aux_sym_unquoted_token6] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(105), }, [149] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5759), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(149), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(571), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(669), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [150] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5720), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(150), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(573), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(775), + [anon_sym_alias] = ACTIONS(775), + [anon_sym_let] = ACTIONS(775), + [anon_sym_let_DASHenv] = ACTIONS(775), + [anon_sym_mut] = ACTIONS(775), + [anon_sym_const] = ACTIONS(775), + [anon_sym_SEMI] = ACTIONS(775), + [sym_cmd_identifier] = ACTIONS(775), + [anon_sym_LF] = ACTIONS(777), + [anon_sym_def] = ACTIONS(775), + [anon_sym_export_DASHenv] = ACTIONS(775), + [anon_sym_extern] = ACTIONS(775), + [anon_sym_module] = ACTIONS(775), + [anon_sym_use] = ACTIONS(775), + [anon_sym_LBRACK] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(775), + [anon_sym_RPAREN] = ACTIONS(775), + [anon_sym_DOLLAR] = ACTIONS(775), + [anon_sym_error] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(775), + [anon_sym_for] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_loop] = ACTIONS(775), + [anon_sym_while] = ACTIONS(775), + [anon_sym_do] = ACTIONS(775), + [anon_sym_if] = ACTIONS(775), + [anon_sym_match] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(775), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_try] = ACTIONS(775), + [anon_sym_return] = ACTIONS(775), + [anon_sym_source] = ACTIONS(775), + [anon_sym_source_DASHenv] = ACTIONS(775), + [anon_sym_register] = ACTIONS(775), + [anon_sym_hide] = ACTIONS(775), + [anon_sym_hide_DASHenv] = ACTIONS(775), + [anon_sym_overlay] = ACTIONS(775), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_where] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(775), + [anon_sym_PLUS_PLUS] = ACTIONS(775), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(775), + [anon_sym_BANG_EQ] = ACTIONS(775), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(775), + [anon_sym_GT_EQ] = ACTIONS(775), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(775), + [anon_sym_BANG_TILDE] = ACTIONS(775), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [anon_sym_not] = ACTIONS(775), + [anon_sym_null] = ACTIONS(775), + [anon_sym_true] = ACTIONS(775), + [anon_sym_false] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(775), + [aux_sym__val_number_token2] = ACTIONS(775), + [aux_sym__val_number_token3] = ACTIONS(775), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(775), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_0b] = ACTIONS(775), + [anon_sym_0o] = ACTIONS(775), + [anon_sym_0x] = ACTIONS(775), + [sym_val_date] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(775), + [sym__str_single_quotes] = ACTIONS(775), + [sym__str_back_ticks] = ACTIONS(775), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(775), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), + [anon_sym_CARET] = ACTIONS(775), + [aux_sym_unquoted_token6] = ACTIONS(775), + [anon_sym_POUND] = ACTIONS(105), }, [151] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5700), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(151), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(575), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(686), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(779), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), }, [152] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5655), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(152), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(569), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(781), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [anon_sym_POUND] = ACTIONS(105), }, [153] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5777), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(153), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(567), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_COLON] = ACTIONS(783), + [anon_sym_COMMA] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_PIPE] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_list] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_make] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_else] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_catch] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_new] = ACTIONS(783), + [anon_sym_as] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_PLUS_EQ] = ACTIONS(783), + [anon_sym_DASH_EQ] = ACTIONS(783), + [anon_sym_STAR_EQ] = ACTIONS(783), + [anon_sym_SLASH_EQ] = ACTIONS(783), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(787), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [aux_sym__record_key_token2] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [154] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5817), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(295), + [sym_path] = STATE(174), [sym_comment] = STATE(154), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(577), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [anon_sym_SEMI] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_def] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(789), + [anon_sym_DOT] = ACTIONS(789), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_null] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym__val_number_decimal_token1] = ACTIONS(789), + [aux_sym__val_number_token1] = ACTIONS(789), + [aux_sym__val_number_token2] = ACTIONS(789), + [aux_sym__val_number_token3] = ACTIONS(789), + [aux_sym__val_number_token4] = ACTIONS(789), + [aux_sym__val_number_token5] = ACTIONS(789), + [aux_sym__val_number_token6] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(105), }, [155] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5955), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(155), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(533), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(686), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(795), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), }, [156] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(6164), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(156), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(579), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(775), + [anon_sym_alias] = ACTIONS(775), + [anon_sym_let] = ACTIONS(775), + [anon_sym_let_DASHenv] = ACTIONS(775), + [anon_sym_mut] = ACTIONS(775), + [anon_sym_const] = ACTIONS(775), + [anon_sym_SEMI] = ACTIONS(775), + [sym_cmd_identifier] = ACTIONS(775), + [anon_sym_LF] = ACTIONS(777), + [anon_sym_def] = ACTIONS(775), + [anon_sym_export_DASHenv] = ACTIONS(775), + [anon_sym_extern] = ACTIONS(775), + [anon_sym_module] = ACTIONS(775), + [anon_sym_use] = ACTIONS(775), + [anon_sym_LBRACK] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(775), + [anon_sym_RPAREN] = ACTIONS(775), + [anon_sym_DOLLAR] = ACTIONS(775), + [anon_sym_error] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(775), + [anon_sym_for] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_loop] = ACTIONS(775), + [anon_sym_while] = ACTIONS(775), + [anon_sym_do] = ACTIONS(775), + [anon_sym_if] = ACTIONS(775), + [anon_sym_match] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(775), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_try] = ACTIONS(775), + [anon_sym_return] = ACTIONS(775), + [anon_sym_source] = ACTIONS(775), + [anon_sym_source_DASHenv] = ACTIONS(775), + [anon_sym_register] = ACTIONS(775), + [anon_sym_hide] = ACTIONS(775), + [anon_sym_hide_DASHenv] = ACTIONS(775), + [anon_sym_overlay] = ACTIONS(775), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_where] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(775), + [anon_sym_PLUS_PLUS] = ACTIONS(775), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(775), + [anon_sym_BANG_EQ] = ACTIONS(775), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(775), + [anon_sym_GT_EQ] = ACTIONS(775), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(775), + [anon_sym_BANG_TILDE] = ACTIONS(775), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [anon_sym_not] = ACTIONS(775), + [anon_sym_null] = ACTIONS(775), + [anon_sym_true] = ACTIONS(775), + [anon_sym_false] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(775), + [aux_sym__val_number_token2] = ACTIONS(775), + [aux_sym__val_number_token3] = ACTIONS(775), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(775), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_0b] = ACTIONS(775), + [anon_sym_0o] = ACTIONS(775), + [anon_sym_0x] = ACTIONS(775), + [sym_val_date] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(775), + [sym__str_single_quotes] = ACTIONS(775), + [sym__str_back_ticks] = ACTIONS(775), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(775), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), + [anon_sym_CARET] = ACTIONS(775), + [anon_sym_POUND] = ACTIONS(105), }, [157] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5927), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_path] = STATE(235), [sym_comment] = STATE(157), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(581), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(184), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), }, [158] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5972), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(158), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(515), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(801), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(803), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(805), + [anon_sym_POUND] = ACTIONS(105), }, [159] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6148), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(159), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(535), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(713), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [160] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5624), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(160), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(583), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(743), + [anon_sym_POUND] = ACTIONS(105), }, [161] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5739), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(161), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(573), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), }, [162] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5978), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(228), + [sym_path] = STATE(173), [sym_comment] = STATE(162), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(577), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(807), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(105), }, [163] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5928), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(163), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(581), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(673), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(810), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(813), + [anon_sym_null] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(671), + [aux_sym__val_number_token2] = ACTIONS(671), + [aux_sym__val_number_token3] = ACTIONS(671), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(671), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(105), }, [164] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5648), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(164), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(571), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(777), + [anon_sym_export] = ACTIONS(775), + [anon_sym_alias] = ACTIONS(775), + [anon_sym_let] = ACTIONS(775), + [anon_sym_let_DASHenv] = ACTIONS(775), + [anon_sym_mut] = ACTIONS(775), + [anon_sym_const] = ACTIONS(775), + [anon_sym_SEMI] = ACTIONS(775), + [sym_cmd_identifier] = ACTIONS(775), + [anon_sym_LF] = ACTIONS(777), + [anon_sym_def] = ACTIONS(775), + [anon_sym_export_DASHenv] = ACTIONS(775), + [anon_sym_extern] = ACTIONS(775), + [anon_sym_module] = ACTIONS(775), + [anon_sym_use] = ACTIONS(775), + [anon_sym_LBRACK] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(775), + [anon_sym_DOLLAR] = ACTIONS(775), + [anon_sym_error] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(775), + [anon_sym_for] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_loop] = ACTIONS(775), + [anon_sym_while] = ACTIONS(775), + [anon_sym_do] = ACTIONS(775), + [anon_sym_if] = ACTIONS(775), + [anon_sym_match] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(775), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_try] = ACTIONS(775), + [anon_sym_return] = ACTIONS(775), + [anon_sym_source] = ACTIONS(775), + [anon_sym_source_DASHenv] = ACTIONS(775), + [anon_sym_register] = ACTIONS(775), + [anon_sym_hide] = ACTIONS(775), + [anon_sym_hide_DASHenv] = ACTIONS(775), + [anon_sym_overlay] = ACTIONS(775), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_where] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(775), + [anon_sym_PLUS_PLUS] = ACTIONS(775), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(775), + [anon_sym_BANG_EQ] = ACTIONS(775), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(775), + [anon_sym_GT_EQ] = ACTIONS(775), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(775), + [anon_sym_BANG_TILDE] = ACTIONS(775), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [anon_sym_not] = ACTIONS(775), + [anon_sym_null] = ACTIONS(775), + [anon_sym_true] = ACTIONS(775), + [anon_sym_false] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(775), + [aux_sym__val_number_token2] = ACTIONS(775), + [aux_sym__val_number_token3] = ACTIONS(775), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(775), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_0b] = ACTIONS(775), + [anon_sym_0o] = ACTIONS(775), + [anon_sym_0x] = ACTIONS(775), + [sym_val_date] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(775), + [sym__str_single_quotes] = ACTIONS(775), + [sym__str_back_ticks] = ACTIONS(775), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(775), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), + [anon_sym_CARET] = ACTIONS(775), + [aux_sym_unquoted_token6] = ACTIONS(775), + [anon_sym_POUND] = ACTIONS(105), }, [165] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5893), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(165), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(575), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(686), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), }, [166] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5827), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(274), + [sym_path] = STATE(174), [sym_comment] = STATE(166), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(563), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(815), + [anon_sym_alias] = ACTIONS(815), + [anon_sym_let] = ACTIONS(815), + [anon_sym_let_DASHenv] = ACTIONS(815), + [anon_sym_mut] = ACTIONS(815), + [anon_sym_const] = ACTIONS(815), + [anon_sym_SEMI] = ACTIONS(815), + [sym_cmd_identifier] = ACTIONS(815), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_def] = ACTIONS(815), + [anon_sym_export_DASHenv] = ACTIONS(815), + [anon_sym_extern] = ACTIONS(815), + [anon_sym_module] = ACTIONS(815), + [anon_sym_use] = ACTIONS(815), + [anon_sym_LBRACK] = ACTIONS(815), + [anon_sym_LPAREN] = ACTIONS(815), + [anon_sym_RPAREN] = ACTIONS(815), + [anon_sym_DOLLAR] = ACTIONS(815), + [anon_sym_error] = ACTIONS(815), + [anon_sym_GT] = ACTIONS(815), + [anon_sym_DASH] = ACTIONS(815), + [anon_sym_break] = ACTIONS(815), + [anon_sym_continue] = ACTIONS(815), + [anon_sym_for] = ACTIONS(815), + [anon_sym_in] = ACTIONS(815), + [anon_sym_loop] = ACTIONS(815), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(815), + [anon_sym_if] = ACTIONS(815), + [anon_sym_match] = ACTIONS(815), + [anon_sym_LBRACE] = ACTIONS(815), + [anon_sym_RBRACE] = ACTIONS(815), + [anon_sym_DOT] = ACTIONS(815), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(815), + [anon_sym_return] = ACTIONS(815), + [anon_sym_source] = ACTIONS(815), + [anon_sym_source_DASHenv] = ACTIONS(815), + [anon_sym_register] = ACTIONS(815), + [anon_sym_hide] = ACTIONS(815), + [anon_sym_hide_DASHenv] = ACTIONS(815), + [anon_sym_overlay] = ACTIONS(815), + [anon_sym_STAR] = ACTIONS(815), + [anon_sym_where] = ACTIONS(815), + [anon_sym_STAR_STAR] = ACTIONS(815), + [anon_sym_PLUS_PLUS] = ACTIONS(815), + [anon_sym_SLASH] = ACTIONS(815), + [anon_sym_mod] = ACTIONS(815), + [anon_sym_SLASH_SLASH] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(815), + [anon_sym_bit_DASHshl] = ACTIONS(815), + [anon_sym_bit_DASHshr] = ACTIONS(815), + [anon_sym_EQ_EQ] = ACTIONS(815), + [anon_sym_BANG_EQ] = ACTIONS(815), + [anon_sym_LT2] = ACTIONS(815), + [anon_sym_LT_EQ] = ACTIONS(815), + [anon_sym_GT_EQ] = ACTIONS(815), + [anon_sym_not_DASHin] = ACTIONS(815), + [anon_sym_starts_DASHwith] = ACTIONS(815), + [anon_sym_ends_DASHwith] = ACTIONS(815), + [anon_sym_EQ_TILDE] = ACTIONS(815), + [anon_sym_BANG_TILDE] = ACTIONS(815), + [anon_sym_bit_DASHand] = ACTIONS(815), + [anon_sym_bit_DASHxor] = ACTIONS(815), + [anon_sym_bit_DASHor] = ACTIONS(815), + [anon_sym_and] = ACTIONS(815), + [anon_sym_xor] = ACTIONS(815), + [anon_sym_or] = ACTIONS(815), + [anon_sym_not] = ACTIONS(815), + [anon_sym_null] = ACTIONS(815), + [anon_sym_true] = ACTIONS(815), + [anon_sym_false] = ACTIONS(815), + [aux_sym__val_number_decimal_token1] = ACTIONS(815), + [aux_sym__val_number_token1] = ACTIONS(815), + [aux_sym__val_number_token2] = ACTIONS(815), + [aux_sym__val_number_token3] = ACTIONS(815), + [aux_sym__val_number_token4] = ACTIONS(815), + [aux_sym__val_number_token5] = ACTIONS(815), + [aux_sym__val_number_token6] = ACTIONS(815), + [anon_sym_0b] = ACTIONS(815), + [anon_sym_0o] = ACTIONS(815), + [anon_sym_0x] = ACTIONS(815), + [sym_val_date] = ACTIONS(815), + [anon_sym_DQUOTE] = ACTIONS(815), + [sym__str_single_quotes] = ACTIONS(815), + [sym__str_back_ticks] = ACTIONS(815), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(815), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(815), + [anon_sym_CARET] = ACTIONS(815), + [anon_sym_POUND] = ACTIONS(105), }, [167] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5802), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(167), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(565), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [168] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4842), - [sym__declaration_last] = STATE(5494), - [sym_decl_alias_last] = STATE(5493), - [sym_stmt_let_last] = STATE(5492), - [sym_stmt_mut_last] = STATE(5492), - [sym_stmt_const_last] = STATE(5492), - [sym__statement_last] = STATE(5494), - [sym_pipeline_last] = STATE(5492), - [sym__block_body] = STATE(5742), - [sym_decl_def] = STATE(1533), - [sym_decl_export] = STATE(1533), - [sym_decl_extern] = STATE(1533), - [sym_decl_module] = STATE(1533), - [sym_decl_use] = STATE(1533), - [sym__ctrl_statement] = STATE(1535), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_for] = STATE(1541), - [sym_ctrl_loop] = STATE(1541), - [sym_ctrl_error] = STATE(1541), - [sym_ctrl_while] = STATE(1541), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_stmt_source] = STATE(1535), - [sym_stmt_register] = STATE(1535), - [sym__stmt_hide] = STATE(1535), - [sym_hide_mod] = STATE(1545), - [sym_hide_env] = STATE(1545), - [sym__stmt_overlay] = STATE(1535), - [sym_overlay_list] = STATE(1546), - [sym_overlay_hide] = STATE(1546), - [sym_overlay_new] = STATE(1546), - [sym_overlay_use] = STATE(1546), - [sym_assignment] = STATE(1535), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(2635), - [sym__var] = STATE(2466), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), [sym_comment] = STATE(168), - [aux_sym_pipeline_repeat1] = STATE(855), - [aux_sym__block_body_repeat2] = STATE(238), - [ts_builtin_sym_end] = ACTIONS(585), - [anon_sym_export] = ACTIONS(9), - [anon_sym_alias] = ACTIONS(11), - [anon_sym_let] = ACTIONS(13), - [anon_sym_let_DASHenv] = ACTIONS(13), - [anon_sym_mut] = ACTIONS(15), - [anon_sym_const] = ACTIONS(17), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_def] = ACTIONS(21), - [anon_sym_export_DASHenv] = ACTIONS(23), - [anon_sym_extern] = ACTIONS(25), - [anon_sym_module] = ACTIONS(27), - [anon_sym_use] = ACTIONS(29), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(35), - [anon_sym_error] = ACTIONS(37), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_for] = ACTIONS(45), - [anon_sym_loop] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_source] = ACTIONS(65), - [anon_sym_source_DASHenv] = ACTIONS(65), - [anon_sym_register] = ACTIONS(67), - [anon_sym_hide] = ACTIONS(69), - [anon_sym_hide_DASHenv] = ACTIONS(71), - [anon_sym_overlay] = ACTIONS(73), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(819), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(713), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [169] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5856), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(306), + [sym_path] = STATE(174), [sym_comment] = STATE(169), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_RPAREN2] = ACTIONS(587), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(822), + [anon_sym_alias] = ACTIONS(822), + [anon_sym_let] = ACTIONS(822), + [anon_sym_let_DASHenv] = ACTIONS(822), + [anon_sym_mut] = ACTIONS(822), + [anon_sym_const] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(822), + [sym_cmd_identifier] = ACTIONS(822), + [anon_sym_LF] = ACTIONS(824), + [anon_sym_def] = ACTIONS(822), + [anon_sym_export_DASHenv] = ACTIONS(822), + [anon_sym_extern] = ACTIONS(822), + [anon_sym_module] = ACTIONS(822), + [anon_sym_use] = ACTIONS(822), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_RPAREN] = ACTIONS(822), + [anon_sym_DOLLAR] = ACTIONS(822), + [anon_sym_error] = ACTIONS(822), + [anon_sym_GT] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(822), + [anon_sym_for] = ACTIONS(822), + [anon_sym_in] = ACTIONS(822), + [anon_sym_loop] = ACTIONS(822), + [anon_sym_while] = ACTIONS(822), + [anon_sym_do] = ACTIONS(822), + [anon_sym_if] = ACTIONS(822), + [anon_sym_match] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(822), + [anon_sym_RBRACE] = ACTIONS(822), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(822), + [anon_sym_return] = ACTIONS(822), + [anon_sym_source] = ACTIONS(822), + [anon_sym_source_DASHenv] = ACTIONS(822), + [anon_sym_register] = ACTIONS(822), + [anon_sym_hide] = ACTIONS(822), + [anon_sym_hide_DASHenv] = ACTIONS(822), + [anon_sym_overlay] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(822), + [anon_sym_where] = ACTIONS(822), + [anon_sym_STAR_STAR] = ACTIONS(822), + [anon_sym_PLUS_PLUS] = ACTIONS(822), + [anon_sym_SLASH] = ACTIONS(822), + [anon_sym_mod] = ACTIONS(822), + [anon_sym_SLASH_SLASH] = ACTIONS(822), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_bit_DASHshl] = ACTIONS(822), + [anon_sym_bit_DASHshr] = ACTIONS(822), + [anon_sym_EQ_EQ] = ACTIONS(822), + [anon_sym_BANG_EQ] = ACTIONS(822), + [anon_sym_LT2] = ACTIONS(822), + [anon_sym_LT_EQ] = ACTIONS(822), + [anon_sym_GT_EQ] = ACTIONS(822), + [anon_sym_not_DASHin] = ACTIONS(822), + [anon_sym_starts_DASHwith] = ACTIONS(822), + [anon_sym_ends_DASHwith] = ACTIONS(822), + [anon_sym_EQ_TILDE] = ACTIONS(822), + [anon_sym_BANG_TILDE] = ACTIONS(822), + [anon_sym_bit_DASHand] = ACTIONS(822), + [anon_sym_bit_DASHxor] = ACTIONS(822), + [anon_sym_bit_DASHor] = ACTIONS(822), + [anon_sym_and] = ACTIONS(822), + [anon_sym_xor] = ACTIONS(822), + [anon_sym_or] = ACTIONS(822), + [anon_sym_not] = ACTIONS(822), + [anon_sym_null] = ACTIONS(822), + [anon_sym_true] = ACTIONS(822), + [anon_sym_false] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(822), + [aux_sym__val_number_token2] = ACTIONS(822), + [aux_sym__val_number_token3] = ACTIONS(822), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(822), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_0b] = ACTIONS(822), + [anon_sym_0o] = ACTIONS(822), + [anon_sym_0x] = ACTIONS(822), + [sym_val_date] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(822), + [sym__str_single_quotes] = ACTIONS(822), + [sym__str_back_ticks] = ACTIONS(822), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(822), + [anon_sym_CARET] = ACTIONS(822), + [anon_sym_POUND] = ACTIONS(105), }, [170] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5929), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(170), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [171] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5664), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(309), + [sym_path] = STATE(174), [sym_comment] = STATE(171), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_RPAREN] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_null] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(826), + [aux_sym__val_number_token2] = ACTIONS(826), + [aux_sym__val_number_token3] = ACTIONS(826), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(826), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(105), }, [172] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5700), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(287), + [sym_path] = STATE(174), [sym_comment] = STATE(172), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(105), }, [173] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5843), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_path] = STATE(235), [sym_comment] = STATE(173), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(157), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [174] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5841), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_path] = STATE(235), [sym_comment] = STATE(174), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(181), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [175] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5971), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(175), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [176] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5968), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_cell_path] = STATE(233), + [sym_path] = STATE(173), [sym_comment] = STATE(176), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(834), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(105), }, [177] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5707), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(299), + [sym_path] = STATE(174), [sym_comment] = STATE(177), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(837), + [anon_sym_alias] = ACTIONS(837), + [anon_sym_let] = ACTIONS(837), + [anon_sym_let_DASHenv] = ACTIONS(837), + [anon_sym_mut] = ACTIONS(837), + [anon_sym_const] = ACTIONS(837), + [anon_sym_SEMI] = ACTIONS(837), + [sym_cmd_identifier] = ACTIONS(837), + [anon_sym_LF] = ACTIONS(839), + [anon_sym_def] = ACTIONS(837), + [anon_sym_export_DASHenv] = ACTIONS(837), + [anon_sym_extern] = ACTIONS(837), + [anon_sym_module] = ACTIONS(837), + [anon_sym_use] = ACTIONS(837), + [anon_sym_LBRACK] = ACTIONS(837), + [anon_sym_LPAREN] = ACTIONS(837), + [anon_sym_RPAREN] = ACTIONS(837), + [anon_sym_DOLLAR] = ACTIONS(837), + [anon_sym_error] = ACTIONS(837), + [anon_sym_GT] = ACTIONS(837), + [anon_sym_DASH] = ACTIONS(837), + [anon_sym_break] = ACTIONS(837), + [anon_sym_continue] = ACTIONS(837), + [anon_sym_for] = ACTIONS(837), + [anon_sym_in] = ACTIONS(837), + [anon_sym_loop] = ACTIONS(837), + [anon_sym_while] = ACTIONS(837), + [anon_sym_do] = ACTIONS(837), + [anon_sym_if] = ACTIONS(837), + [anon_sym_match] = ACTIONS(837), + [anon_sym_LBRACE] = ACTIONS(837), + [anon_sym_RBRACE] = ACTIONS(837), + [anon_sym_DOT] = ACTIONS(837), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(837), + [anon_sym_return] = ACTIONS(837), + [anon_sym_source] = ACTIONS(837), + [anon_sym_source_DASHenv] = ACTIONS(837), + [anon_sym_register] = ACTIONS(837), + [anon_sym_hide] = ACTIONS(837), + [anon_sym_hide_DASHenv] = ACTIONS(837), + [anon_sym_overlay] = ACTIONS(837), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_where] = ACTIONS(837), + [anon_sym_STAR_STAR] = ACTIONS(837), + [anon_sym_PLUS_PLUS] = ACTIONS(837), + [anon_sym_SLASH] = ACTIONS(837), + [anon_sym_mod] = ACTIONS(837), + [anon_sym_SLASH_SLASH] = ACTIONS(837), + [anon_sym_PLUS] = ACTIONS(837), + [anon_sym_bit_DASHshl] = ACTIONS(837), + [anon_sym_bit_DASHshr] = ACTIONS(837), + [anon_sym_EQ_EQ] = ACTIONS(837), + [anon_sym_BANG_EQ] = ACTIONS(837), + [anon_sym_LT2] = ACTIONS(837), + [anon_sym_LT_EQ] = ACTIONS(837), + [anon_sym_GT_EQ] = ACTIONS(837), + [anon_sym_not_DASHin] = ACTIONS(837), + [anon_sym_starts_DASHwith] = ACTIONS(837), + [anon_sym_ends_DASHwith] = ACTIONS(837), + [anon_sym_EQ_TILDE] = ACTIONS(837), + [anon_sym_BANG_TILDE] = ACTIONS(837), + [anon_sym_bit_DASHand] = ACTIONS(837), + [anon_sym_bit_DASHxor] = ACTIONS(837), + [anon_sym_bit_DASHor] = ACTIONS(837), + [anon_sym_and] = ACTIONS(837), + [anon_sym_xor] = ACTIONS(837), + [anon_sym_or] = ACTIONS(837), + [anon_sym_not] = ACTIONS(837), + [anon_sym_null] = ACTIONS(837), + [anon_sym_true] = ACTIONS(837), + [anon_sym_false] = ACTIONS(837), + [aux_sym__val_number_decimal_token1] = ACTIONS(837), + [aux_sym__val_number_token1] = ACTIONS(837), + [aux_sym__val_number_token2] = ACTIONS(837), + [aux_sym__val_number_token3] = ACTIONS(837), + [aux_sym__val_number_token4] = ACTIONS(837), + [aux_sym__val_number_token5] = ACTIONS(837), + [aux_sym__val_number_token6] = ACTIONS(837), + [anon_sym_0b] = ACTIONS(837), + [anon_sym_0o] = ACTIONS(837), + [anon_sym_0x] = ACTIONS(837), + [sym_val_date] = ACTIONS(837), + [anon_sym_DQUOTE] = ACTIONS(837), + [sym__str_single_quotes] = ACTIONS(837), + [sym__str_back_ticks] = ACTIONS(837), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(837), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(837), + [anon_sym_CARET] = ACTIONS(837), + [anon_sym_POUND] = ACTIONS(105), }, [178] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5942), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(178), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(841), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(843), + [anon_sym_POUND] = ACTIONS(105), }, [179] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(6164), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(179), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [180] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5624), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(180), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(753), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [181] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5930), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_path] = STATE(235), [sym_comment] = STATE(181), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(184), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), }, [182] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5838), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(288), + [sym_path] = STATE(174), [sym_comment] = STATE(182), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(105), }, [183] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5681), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(183), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_EQ] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_COLON] = ACTIONS(845), + [anon_sym_COMMA] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_PIPE] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_list] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_make] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_else] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_catch] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_new] = ACTIONS(845), + [anon_sym_as] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_PLUS_EQ] = ACTIONS(845), + [anon_sym_DASH_EQ] = ACTIONS(845), + [anon_sym_STAR_EQ] = ACTIONS(845), + [anon_sym_SLASH_EQ] = ACTIONS(845), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [aux_sym__record_key_token2] = ACTIONS(845), + [anon_sym_POUND] = ACTIONS(105), }, [184] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5768), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_path] = STATE(235), [sym_comment] = STATE(184), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(184), + [anon_sym_export] = ACTIONS(760), + [anon_sym_alias] = ACTIONS(760), + [anon_sym_let] = ACTIONS(760), + [anon_sym_let_DASHenv] = ACTIONS(760), + [anon_sym_mut] = ACTIONS(760), + [anon_sym_const] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(760), + [sym_cmd_identifier] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_def] = ACTIONS(760), + [anon_sym_export_DASHenv] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_use] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_RPAREN] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_error] = ACTIONS(760), + [anon_sym_GT] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_in] = ACTIONS(760), + [anon_sym_loop] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_match] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(760), + [anon_sym_RBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(849), + [anon_sym_try] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_source] = ACTIONS(760), + [anon_sym_source_DASHenv] = ACTIONS(760), + [anon_sym_register] = ACTIONS(760), + [anon_sym_hide] = ACTIONS(760), + [anon_sym_hide_DASHenv] = ACTIONS(760), + [anon_sym_overlay] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(760), + [anon_sym_where] = ACTIONS(760), + [anon_sym_STAR_STAR] = ACTIONS(760), + [anon_sym_PLUS_PLUS] = ACTIONS(760), + [anon_sym_SLASH] = ACTIONS(760), + [anon_sym_mod] = ACTIONS(760), + [anon_sym_SLASH_SLASH] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_bit_DASHshl] = ACTIONS(760), + [anon_sym_bit_DASHshr] = ACTIONS(760), + [anon_sym_EQ_EQ] = ACTIONS(760), + [anon_sym_BANG_EQ] = ACTIONS(760), + [anon_sym_LT2] = ACTIONS(760), + [anon_sym_LT_EQ] = ACTIONS(760), + [anon_sym_GT_EQ] = ACTIONS(760), + [anon_sym_not_DASHin] = ACTIONS(760), + [anon_sym_starts_DASHwith] = ACTIONS(760), + [anon_sym_ends_DASHwith] = ACTIONS(760), + [anon_sym_EQ_TILDE] = ACTIONS(760), + [anon_sym_BANG_TILDE] = ACTIONS(760), + [anon_sym_bit_DASHand] = ACTIONS(760), + [anon_sym_bit_DASHxor] = ACTIONS(760), + [anon_sym_bit_DASHor] = ACTIONS(760), + [anon_sym_and] = ACTIONS(760), + [anon_sym_xor] = ACTIONS(760), + [anon_sym_or] = ACTIONS(760), + [anon_sym_not] = ACTIONS(760), + [anon_sym_null] = ACTIONS(760), + [anon_sym_true] = ACTIONS(760), + [anon_sym_false] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_0b] = ACTIONS(760), + [anon_sym_0o] = ACTIONS(760), + [anon_sym_0x] = ACTIONS(760), + [sym_val_date] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(760), + [anon_sym_CARET] = ACTIONS(760), + [anon_sym_POUND] = ACTIONS(105), }, [185] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5766), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_cell_path] = STATE(238), + [sym_path] = STATE(174), [sym_comment] = STATE(185), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(852), + [anon_sym_alias] = ACTIONS(852), + [anon_sym_let] = ACTIONS(852), + [anon_sym_let_DASHenv] = ACTIONS(852), + [anon_sym_mut] = ACTIONS(852), + [anon_sym_const] = ACTIONS(852), + [anon_sym_SEMI] = ACTIONS(852), + [sym_cmd_identifier] = ACTIONS(852), + [anon_sym_LF] = ACTIONS(854), + [anon_sym_def] = ACTIONS(852), + [anon_sym_export_DASHenv] = ACTIONS(852), + [anon_sym_extern] = ACTIONS(852), + [anon_sym_module] = ACTIONS(852), + [anon_sym_use] = ACTIONS(852), + [anon_sym_LBRACK] = ACTIONS(852), + [anon_sym_LPAREN] = ACTIONS(852), + [anon_sym_RPAREN] = ACTIONS(852), + [anon_sym_DOLLAR] = ACTIONS(852), + [anon_sym_error] = ACTIONS(852), + [anon_sym_GT] = ACTIONS(852), + [anon_sym_DASH] = ACTIONS(852), + [anon_sym_break] = ACTIONS(852), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_for] = ACTIONS(852), + [anon_sym_in] = ACTIONS(852), + [anon_sym_loop] = ACTIONS(852), + [anon_sym_while] = ACTIONS(852), + [anon_sym_do] = ACTIONS(852), + [anon_sym_if] = ACTIONS(852), + [anon_sym_match] = ACTIONS(852), + [anon_sym_LBRACE] = ACTIONS(852), + [anon_sym_RBRACE] = ACTIONS(852), + [anon_sym_DOT] = ACTIONS(852), + [anon_sym_DOT2] = ACTIONS(793), + [anon_sym_try] = ACTIONS(852), + [anon_sym_return] = ACTIONS(852), + [anon_sym_source] = ACTIONS(852), + [anon_sym_source_DASHenv] = ACTIONS(852), + [anon_sym_register] = ACTIONS(852), + [anon_sym_hide] = ACTIONS(852), + [anon_sym_hide_DASHenv] = ACTIONS(852), + [anon_sym_overlay] = ACTIONS(852), + [anon_sym_STAR] = ACTIONS(852), + [anon_sym_where] = ACTIONS(852), + [anon_sym_STAR_STAR] = ACTIONS(852), + [anon_sym_PLUS_PLUS] = ACTIONS(852), + [anon_sym_SLASH] = ACTIONS(852), + [anon_sym_mod] = ACTIONS(852), + [anon_sym_SLASH_SLASH] = ACTIONS(852), + [anon_sym_PLUS] = ACTIONS(852), + [anon_sym_bit_DASHshl] = ACTIONS(852), + [anon_sym_bit_DASHshr] = ACTIONS(852), + [anon_sym_EQ_EQ] = ACTIONS(852), + [anon_sym_BANG_EQ] = ACTIONS(852), + [anon_sym_LT2] = ACTIONS(852), + [anon_sym_LT_EQ] = ACTIONS(852), + [anon_sym_GT_EQ] = ACTIONS(852), + [anon_sym_not_DASHin] = ACTIONS(852), + [anon_sym_starts_DASHwith] = ACTIONS(852), + [anon_sym_ends_DASHwith] = ACTIONS(852), + [anon_sym_EQ_TILDE] = ACTIONS(852), + [anon_sym_BANG_TILDE] = ACTIONS(852), + [anon_sym_bit_DASHand] = ACTIONS(852), + [anon_sym_bit_DASHxor] = ACTIONS(852), + [anon_sym_bit_DASHor] = ACTIONS(852), + [anon_sym_and] = ACTIONS(852), + [anon_sym_xor] = ACTIONS(852), + [anon_sym_or] = ACTIONS(852), + [anon_sym_not] = ACTIONS(852), + [anon_sym_null] = ACTIONS(852), + [anon_sym_true] = ACTIONS(852), + [anon_sym_false] = ACTIONS(852), + [aux_sym__val_number_decimal_token1] = ACTIONS(852), + [aux_sym__val_number_token1] = ACTIONS(852), + [aux_sym__val_number_token2] = ACTIONS(852), + [aux_sym__val_number_token3] = ACTIONS(852), + [aux_sym__val_number_token4] = ACTIONS(852), + [aux_sym__val_number_token5] = ACTIONS(852), + [aux_sym__val_number_token6] = ACTIONS(852), + [anon_sym_0b] = ACTIONS(852), + [anon_sym_0o] = ACTIONS(852), + [anon_sym_0x] = ACTIONS(852), + [sym_val_date] = ACTIONS(852), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym__str_single_quotes] = ACTIONS(852), + [sym__str_back_ticks] = ACTIONS(852), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), + [anon_sym_CARET] = ACTIONS(852), + [anon_sym_POUND] = ACTIONS(105), }, [186] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5844), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(186), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_EQ] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_COLON] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_list] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_make] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_catch] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_as] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_PLUS_EQ] = ACTIONS(856), + [anon_sym_DASH_EQ] = ACTIONS(856), + [anon_sym_STAR_EQ] = ACTIONS(856), + [anon_sym_SLASH_EQ] = ACTIONS(856), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [aux_sym__record_key_token2] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [187] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5835), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(187), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_EQ] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_COLON] = ACTIONS(783), + [anon_sym_COMMA] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_PIPE] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_list] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_make] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_else] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_catch] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_new] = ACTIONS(783), + [anon_sym_as] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_PLUS_EQ] = ACTIONS(783), + [anon_sym_DASH_EQ] = ACTIONS(783), + [anon_sym_STAR_EQ] = ACTIONS(783), + [anon_sym_SLASH_EQ] = ACTIONS(783), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(787), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [aux_sym__record_key_token2] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [188] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5916), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(188), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(860), + [anon_sym_alias] = ACTIONS(860), + [anon_sym_EQ] = ACTIONS(860), + [anon_sym_let] = ACTIONS(860), + [anon_sym_let_DASHenv] = ACTIONS(860), + [anon_sym_mut] = ACTIONS(860), + [anon_sym_const] = ACTIONS(860), + [anon_sym_SEMI] = ACTIONS(860), + [sym_cmd_identifier] = ACTIONS(860), + [anon_sym_LF] = ACTIONS(862), + [anon_sym_def] = ACTIONS(860), + [anon_sym_export_DASHenv] = ACTIONS(860), + [anon_sym_extern] = ACTIONS(860), + [anon_sym_module] = ACTIONS(860), + [anon_sym_use] = ACTIONS(860), + [anon_sym_COLON] = ACTIONS(860), + [anon_sym_COMMA] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(860), + [anon_sym_PIPE] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(860), + [anon_sym_error] = ACTIONS(860), + [anon_sym_list] = ACTIONS(860), + [anon_sym_GT] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_break] = ACTIONS(860), + [anon_sym_continue] = ACTIONS(860), + [anon_sym_for] = ACTIONS(860), + [anon_sym_in] = ACTIONS(860), + [anon_sym_loop] = ACTIONS(860), + [anon_sym_make] = ACTIONS(860), + [anon_sym_while] = ACTIONS(860), + [anon_sym_do] = ACTIONS(860), + [anon_sym_if] = ACTIONS(860), + [anon_sym_else] = ACTIONS(860), + [anon_sym_match] = ACTIONS(860), + [anon_sym_RBRACE] = ACTIONS(860), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_try] = ACTIONS(860), + [anon_sym_catch] = ACTIONS(860), + [anon_sym_return] = ACTIONS(860), + [anon_sym_source] = ACTIONS(860), + [anon_sym_source_DASHenv] = ACTIONS(860), + [anon_sym_register] = ACTIONS(860), + [anon_sym_hide] = ACTIONS(860), + [anon_sym_hide_DASHenv] = ACTIONS(860), + [anon_sym_overlay] = ACTIONS(860), + [anon_sym_new] = ACTIONS(860), + [anon_sym_as] = ACTIONS(860), + [anon_sym_STAR] = ACTIONS(860), + [anon_sym_PLUS_EQ] = ACTIONS(860), + [anon_sym_DASH_EQ] = ACTIONS(860), + [anon_sym_STAR_EQ] = ACTIONS(860), + [anon_sym_SLASH_EQ] = ACTIONS(860), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(860), + [anon_sym_STAR_STAR] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(860), + [anon_sym_mod] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(860), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_bit_DASHshl] = ACTIONS(860), + [anon_sym_bit_DASHshr] = ACTIONS(860), + [anon_sym_EQ_EQ] = ACTIONS(860), + [anon_sym_BANG_EQ] = ACTIONS(860), + [anon_sym_LT2] = ACTIONS(860), + [anon_sym_LT_EQ] = ACTIONS(860), + [anon_sym_GT_EQ] = ACTIONS(860), + [anon_sym_not_DASHin] = ACTIONS(860), + [anon_sym_starts_DASHwith] = ACTIONS(860), + [anon_sym_ends_DASHwith] = ACTIONS(860), + [anon_sym_EQ_TILDE] = ACTIONS(860), + [anon_sym_BANG_TILDE] = ACTIONS(860), + [anon_sym_bit_DASHand] = ACTIONS(860), + [anon_sym_bit_DASHxor] = ACTIONS(860), + [anon_sym_bit_DASHor] = ACTIONS(860), + [anon_sym_and] = ACTIONS(860), + [anon_sym_xor] = ACTIONS(860), + [anon_sym_or] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(860), + [aux_sym__val_number_token2] = ACTIONS(860), + [aux_sym__val_number_token3] = ACTIONS(860), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(860), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(860), + [sym__str_single_quotes] = ACTIONS(860), + [sym__str_back_ticks] = ACTIONS(860), + [aux_sym__record_key_token2] = ACTIONS(860), + [anon_sym_POUND] = ACTIONS(105), }, [189] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5848), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_path] = STATE(240), [sym_comment] = STATE(189), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(201), + [ts_builtin_sym_end] = ACTIONS(735), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), }, [190] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5928), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(190), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(864), + [anon_sym_alias] = ACTIONS(864), + [anon_sym_EQ] = ACTIONS(866), + [anon_sym_let] = ACTIONS(864), + [anon_sym_let_DASHenv] = ACTIONS(864), + [anon_sym_mut] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(864), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(864), + [anon_sym_export_DASHenv] = ACTIONS(864), + [anon_sym_extern] = ACTIONS(864), + [anon_sym_module] = ACTIONS(864), + [anon_sym_use] = ACTIONS(864), + [anon_sym_COLON] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(864), + [anon_sym_error] = ACTIONS(864), + [anon_sym_list] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(876), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_in] = ACTIONS(876), + [anon_sym_loop] = ACTIONS(864), + [anon_sym_make] = ACTIONS(864), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_else] = ACTIONS(864), + [anon_sym_match] = ACTIONS(864), + [anon_sym_RBRACE] = ACTIONS(876), + [anon_sym_DOT] = ACTIONS(864), + [anon_sym_DOT2] = ACTIONS(879), + [anon_sym_try] = ACTIONS(864), + [anon_sym_catch] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_source] = ACTIONS(864), + [anon_sym_source_DASHenv] = ACTIONS(864), + [anon_sym_register] = ACTIONS(864), + [anon_sym_hide] = ACTIONS(864), + [anon_sym_hide_DASHenv] = ACTIONS(864), + [anon_sym_overlay] = ACTIONS(864), + [anon_sym_new] = ACTIONS(864), + [anon_sym_as] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(876), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(864), + [aux_sym__val_number_token1] = ACTIONS(864), + [aux_sym__val_number_token2] = ACTIONS(864), + [aux_sym__val_number_token3] = ACTIONS(864), + [aux_sym__val_number_token4] = ACTIONS(864), + [aux_sym__val_number_token5] = ACTIONS(864), + [aux_sym__val_number_token6] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(864), + [sym__str_single_quotes] = ACTIONS(864), + [sym__str_back_ticks] = ACTIONS(864), + [aux_sym__record_key_token2] = ACTIONS(864), + [anon_sym_POUND] = ACTIONS(105), }, [191] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5832), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(191), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(881), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [192] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5905), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(192), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(881), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [193] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5845), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(343), + [sym_path] = STATE(210), [sym_comment] = STATE(193), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(828), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_null] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(826), + [aux_sym__val_number_token2] = ACTIONS(826), + [aux_sym__val_number_token3] = ACTIONS(826), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(826), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(105), }, [194] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5821), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(194), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_EQ] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [anon_sym_SEMI] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_COLON] = ACTIONS(885), + [anon_sym_COMMA] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_PIPE] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_error] = ACTIONS(885), + [anon_sym_list] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_make] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_else] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_try] = ACTIONS(885), + [anon_sym_catch] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_new] = ACTIONS(885), + [anon_sym_as] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_PLUS_EQ] = ACTIONS(885), + [anon_sym_DASH_EQ] = ACTIONS(885), + [anon_sym_STAR_EQ] = ACTIONS(885), + [anon_sym_SLASH_EQ] = ACTIONS(885), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [aux_sym__record_key_token2] = ACTIONS(885), + [anon_sym_POUND] = ACTIONS(105), }, [195] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5978), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(336), + [sym_path] = STATE(210), [sym_comment] = STATE(195), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(839), + [anon_sym_export] = ACTIONS(837), + [anon_sym_alias] = ACTIONS(837), + [anon_sym_let] = ACTIONS(837), + [anon_sym_let_DASHenv] = ACTIONS(837), + [anon_sym_mut] = ACTIONS(837), + [anon_sym_const] = ACTIONS(837), + [anon_sym_SEMI] = ACTIONS(837), + [sym_cmd_identifier] = ACTIONS(837), + [anon_sym_LF] = ACTIONS(839), + [anon_sym_def] = ACTIONS(837), + [anon_sym_export_DASHenv] = ACTIONS(837), + [anon_sym_extern] = ACTIONS(837), + [anon_sym_module] = ACTIONS(837), + [anon_sym_use] = ACTIONS(837), + [anon_sym_LBRACK] = ACTIONS(837), + [anon_sym_LPAREN] = ACTIONS(837), + [anon_sym_DOLLAR] = ACTIONS(837), + [anon_sym_error] = ACTIONS(837), + [anon_sym_GT] = ACTIONS(837), + [anon_sym_DASH] = ACTIONS(837), + [anon_sym_break] = ACTIONS(837), + [anon_sym_continue] = ACTIONS(837), + [anon_sym_for] = ACTIONS(837), + [anon_sym_in] = ACTIONS(837), + [anon_sym_loop] = ACTIONS(837), + [anon_sym_while] = ACTIONS(837), + [anon_sym_do] = ACTIONS(837), + [anon_sym_if] = ACTIONS(837), + [anon_sym_match] = ACTIONS(837), + [anon_sym_LBRACE] = ACTIONS(837), + [anon_sym_DOT] = ACTIONS(837), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(837), + [anon_sym_return] = ACTIONS(837), + [anon_sym_source] = ACTIONS(837), + [anon_sym_source_DASHenv] = ACTIONS(837), + [anon_sym_register] = ACTIONS(837), + [anon_sym_hide] = ACTIONS(837), + [anon_sym_hide_DASHenv] = ACTIONS(837), + [anon_sym_overlay] = ACTIONS(837), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_where] = ACTIONS(837), + [anon_sym_STAR_STAR] = ACTIONS(837), + [anon_sym_PLUS_PLUS] = ACTIONS(837), + [anon_sym_SLASH] = ACTIONS(837), + [anon_sym_mod] = ACTIONS(837), + [anon_sym_SLASH_SLASH] = ACTIONS(837), + [anon_sym_PLUS] = ACTIONS(837), + [anon_sym_bit_DASHshl] = ACTIONS(837), + [anon_sym_bit_DASHshr] = ACTIONS(837), + [anon_sym_EQ_EQ] = ACTIONS(837), + [anon_sym_BANG_EQ] = ACTIONS(837), + [anon_sym_LT2] = ACTIONS(837), + [anon_sym_LT_EQ] = ACTIONS(837), + [anon_sym_GT_EQ] = ACTIONS(837), + [anon_sym_not_DASHin] = ACTIONS(837), + [anon_sym_starts_DASHwith] = ACTIONS(837), + [anon_sym_ends_DASHwith] = ACTIONS(837), + [anon_sym_EQ_TILDE] = ACTIONS(837), + [anon_sym_BANG_TILDE] = ACTIONS(837), + [anon_sym_bit_DASHand] = ACTIONS(837), + [anon_sym_bit_DASHxor] = ACTIONS(837), + [anon_sym_bit_DASHor] = ACTIONS(837), + [anon_sym_and] = ACTIONS(837), + [anon_sym_xor] = ACTIONS(837), + [anon_sym_or] = ACTIONS(837), + [anon_sym_not] = ACTIONS(837), + [anon_sym_null] = ACTIONS(837), + [anon_sym_true] = ACTIONS(837), + [anon_sym_false] = ACTIONS(837), + [aux_sym__val_number_decimal_token1] = ACTIONS(837), + [aux_sym__val_number_token1] = ACTIONS(837), + [aux_sym__val_number_token2] = ACTIONS(837), + [aux_sym__val_number_token3] = ACTIONS(837), + [aux_sym__val_number_token4] = ACTIONS(837), + [aux_sym__val_number_token5] = ACTIONS(837), + [aux_sym__val_number_token6] = ACTIONS(837), + [anon_sym_0b] = ACTIONS(837), + [anon_sym_0o] = ACTIONS(837), + [anon_sym_0x] = ACTIONS(837), + [sym_val_date] = ACTIONS(837), + [anon_sym_DQUOTE] = ACTIONS(837), + [sym__str_single_quotes] = ACTIONS(837), + [sym__str_back_ticks] = ACTIONS(837), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(837), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(837), + [anon_sym_CARET] = ACTIONS(837), + [anon_sym_POUND] = ACTIONS(105), }, [196] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5846), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(196), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(686), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_error] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_where] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_not] = ACTIONS(684), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), }, [197] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5806), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_cell_path] = STATE(330), + [sym_path] = STATE(210), [sym_comment] = STATE(197), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(824), + [anon_sym_export] = ACTIONS(822), + [anon_sym_alias] = ACTIONS(822), + [anon_sym_let] = ACTIONS(822), + [anon_sym_let_DASHenv] = ACTIONS(822), + [anon_sym_mut] = ACTIONS(822), + [anon_sym_const] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(822), + [sym_cmd_identifier] = ACTIONS(822), + [anon_sym_LF] = ACTIONS(824), + [anon_sym_def] = ACTIONS(822), + [anon_sym_export_DASHenv] = ACTIONS(822), + [anon_sym_extern] = ACTIONS(822), + [anon_sym_module] = ACTIONS(822), + [anon_sym_use] = ACTIONS(822), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_DOLLAR] = ACTIONS(822), + [anon_sym_error] = ACTIONS(822), + [anon_sym_GT] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(822), + [anon_sym_for] = ACTIONS(822), + [anon_sym_in] = ACTIONS(822), + [anon_sym_loop] = ACTIONS(822), + [anon_sym_while] = ACTIONS(822), + [anon_sym_do] = ACTIONS(822), + [anon_sym_if] = ACTIONS(822), + [anon_sym_match] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(822), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(822), + [anon_sym_return] = ACTIONS(822), + [anon_sym_source] = ACTIONS(822), + [anon_sym_source_DASHenv] = ACTIONS(822), + [anon_sym_register] = ACTIONS(822), + [anon_sym_hide] = ACTIONS(822), + [anon_sym_hide_DASHenv] = ACTIONS(822), + [anon_sym_overlay] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(822), + [anon_sym_where] = ACTIONS(822), + [anon_sym_STAR_STAR] = ACTIONS(822), + [anon_sym_PLUS_PLUS] = ACTIONS(822), + [anon_sym_SLASH] = ACTIONS(822), + [anon_sym_mod] = ACTIONS(822), + [anon_sym_SLASH_SLASH] = ACTIONS(822), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_bit_DASHshl] = ACTIONS(822), + [anon_sym_bit_DASHshr] = ACTIONS(822), + [anon_sym_EQ_EQ] = ACTIONS(822), + [anon_sym_BANG_EQ] = ACTIONS(822), + [anon_sym_LT2] = ACTIONS(822), + [anon_sym_LT_EQ] = ACTIONS(822), + [anon_sym_GT_EQ] = ACTIONS(822), + [anon_sym_not_DASHin] = ACTIONS(822), + [anon_sym_starts_DASHwith] = ACTIONS(822), + [anon_sym_ends_DASHwith] = ACTIONS(822), + [anon_sym_EQ_TILDE] = ACTIONS(822), + [anon_sym_BANG_TILDE] = ACTIONS(822), + [anon_sym_bit_DASHand] = ACTIONS(822), + [anon_sym_bit_DASHxor] = ACTIONS(822), + [anon_sym_bit_DASHor] = ACTIONS(822), + [anon_sym_and] = ACTIONS(822), + [anon_sym_xor] = ACTIONS(822), + [anon_sym_or] = ACTIONS(822), + [anon_sym_not] = ACTIONS(822), + [anon_sym_null] = ACTIONS(822), + [anon_sym_true] = ACTIONS(822), + [anon_sym_false] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(822), + [aux_sym__val_number_token2] = ACTIONS(822), + [aux_sym__val_number_token3] = ACTIONS(822), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(822), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_0b] = ACTIONS(822), + [anon_sym_0o] = ACTIONS(822), + [anon_sym_0x] = ACTIONS(822), + [sym_val_date] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(822), + [sym__str_single_quotes] = ACTIONS(822), + [sym__str_back_ticks] = ACTIONS(822), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(822), + [anon_sym_CARET] = ACTIONS(822), + [anon_sym_POUND] = ACTIONS(105), }, [198] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5801), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(198), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(889), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(891), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(893), + [anon_sym_POUND] = ACTIONS(105), }, [199] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5918), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_cell_path] = STATE(329), + [sym_path] = STATE(210), [sym_comment] = STATE(199), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(717), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(105), }, [200] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5944), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_cell_path] = STATE(341), + [sym_path] = STATE(210), [sym_comment] = STATE(200), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(817), + [anon_sym_export] = ACTIONS(815), + [anon_sym_alias] = ACTIONS(815), + [anon_sym_let] = ACTIONS(815), + [anon_sym_let_DASHenv] = ACTIONS(815), + [anon_sym_mut] = ACTIONS(815), + [anon_sym_const] = ACTIONS(815), + [anon_sym_SEMI] = ACTIONS(815), + [sym_cmd_identifier] = ACTIONS(815), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_def] = ACTIONS(815), + [anon_sym_export_DASHenv] = ACTIONS(815), + [anon_sym_extern] = ACTIONS(815), + [anon_sym_module] = ACTIONS(815), + [anon_sym_use] = ACTIONS(815), + [anon_sym_LBRACK] = ACTIONS(815), + [anon_sym_LPAREN] = ACTIONS(815), + [anon_sym_DOLLAR] = ACTIONS(815), + [anon_sym_error] = ACTIONS(815), + [anon_sym_GT] = ACTIONS(815), + [anon_sym_DASH] = ACTIONS(815), + [anon_sym_break] = ACTIONS(815), + [anon_sym_continue] = ACTIONS(815), + [anon_sym_for] = ACTIONS(815), + [anon_sym_in] = ACTIONS(815), + [anon_sym_loop] = ACTIONS(815), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(815), + [anon_sym_if] = ACTIONS(815), + [anon_sym_match] = ACTIONS(815), + [anon_sym_LBRACE] = ACTIONS(815), + [anon_sym_DOT] = ACTIONS(815), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(815), + [anon_sym_return] = ACTIONS(815), + [anon_sym_source] = ACTIONS(815), + [anon_sym_source_DASHenv] = ACTIONS(815), + [anon_sym_register] = ACTIONS(815), + [anon_sym_hide] = ACTIONS(815), + [anon_sym_hide_DASHenv] = ACTIONS(815), + [anon_sym_overlay] = ACTIONS(815), + [anon_sym_STAR] = ACTIONS(815), + [anon_sym_where] = ACTIONS(815), + [anon_sym_STAR_STAR] = ACTIONS(815), + [anon_sym_PLUS_PLUS] = ACTIONS(815), + [anon_sym_SLASH] = ACTIONS(815), + [anon_sym_mod] = ACTIONS(815), + [anon_sym_SLASH_SLASH] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(815), + [anon_sym_bit_DASHshl] = ACTIONS(815), + [anon_sym_bit_DASHshr] = ACTIONS(815), + [anon_sym_EQ_EQ] = ACTIONS(815), + [anon_sym_BANG_EQ] = ACTIONS(815), + [anon_sym_LT2] = ACTIONS(815), + [anon_sym_LT_EQ] = ACTIONS(815), + [anon_sym_GT_EQ] = ACTIONS(815), + [anon_sym_not_DASHin] = ACTIONS(815), + [anon_sym_starts_DASHwith] = ACTIONS(815), + [anon_sym_ends_DASHwith] = ACTIONS(815), + [anon_sym_EQ_TILDE] = ACTIONS(815), + [anon_sym_BANG_TILDE] = ACTIONS(815), + [anon_sym_bit_DASHand] = ACTIONS(815), + [anon_sym_bit_DASHxor] = ACTIONS(815), + [anon_sym_bit_DASHor] = ACTIONS(815), + [anon_sym_and] = ACTIONS(815), + [anon_sym_xor] = ACTIONS(815), + [anon_sym_or] = ACTIONS(815), + [anon_sym_not] = ACTIONS(815), + [anon_sym_null] = ACTIONS(815), + [anon_sym_true] = ACTIONS(815), + [anon_sym_false] = ACTIONS(815), + [aux_sym__val_number_decimal_token1] = ACTIONS(815), + [aux_sym__val_number_token1] = ACTIONS(815), + [aux_sym__val_number_token2] = ACTIONS(815), + [aux_sym__val_number_token3] = ACTIONS(815), + [aux_sym__val_number_token4] = ACTIONS(815), + [aux_sym__val_number_token5] = ACTIONS(815), + [aux_sym__val_number_token6] = ACTIONS(815), + [anon_sym_0b] = ACTIONS(815), + [anon_sym_0o] = ACTIONS(815), + [anon_sym_0x] = ACTIONS(815), + [sym_val_date] = ACTIONS(815), + [anon_sym_DQUOTE] = ACTIONS(815), + [sym__str_single_quotes] = ACTIONS(815), + [sym__str_back_ticks] = ACTIONS(815), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(815), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(815), + [anon_sym_CARET] = ACTIONS(815), + [anon_sym_POUND] = ACTIONS(105), }, [201] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6001), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_path] = STATE(240), [sym_comment] = STATE(201), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(201), + [ts_builtin_sym_end] = ACTIONS(762), + [anon_sym_export] = ACTIONS(760), + [anon_sym_alias] = ACTIONS(760), + [anon_sym_let] = ACTIONS(760), + [anon_sym_let_DASHenv] = ACTIONS(760), + [anon_sym_mut] = ACTIONS(760), + [anon_sym_const] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(760), + [sym_cmd_identifier] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_def] = ACTIONS(760), + [anon_sym_export_DASHenv] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_use] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_error] = ACTIONS(760), + [anon_sym_GT] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_in] = ACTIONS(760), + [anon_sym_loop] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_match] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(895), + [anon_sym_try] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_source] = ACTIONS(760), + [anon_sym_source_DASHenv] = ACTIONS(760), + [anon_sym_register] = ACTIONS(760), + [anon_sym_hide] = ACTIONS(760), + [anon_sym_hide_DASHenv] = ACTIONS(760), + [anon_sym_overlay] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(760), + [anon_sym_where] = ACTIONS(760), + [anon_sym_STAR_STAR] = ACTIONS(760), + [anon_sym_PLUS_PLUS] = ACTIONS(760), + [anon_sym_SLASH] = ACTIONS(760), + [anon_sym_mod] = ACTIONS(760), + [anon_sym_SLASH_SLASH] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_bit_DASHshl] = ACTIONS(760), + [anon_sym_bit_DASHshr] = ACTIONS(760), + [anon_sym_EQ_EQ] = ACTIONS(760), + [anon_sym_BANG_EQ] = ACTIONS(760), + [anon_sym_LT2] = ACTIONS(760), + [anon_sym_LT_EQ] = ACTIONS(760), + [anon_sym_GT_EQ] = ACTIONS(760), + [anon_sym_not_DASHin] = ACTIONS(760), + [anon_sym_starts_DASHwith] = ACTIONS(760), + [anon_sym_ends_DASHwith] = ACTIONS(760), + [anon_sym_EQ_TILDE] = ACTIONS(760), + [anon_sym_BANG_TILDE] = ACTIONS(760), + [anon_sym_bit_DASHand] = ACTIONS(760), + [anon_sym_bit_DASHxor] = ACTIONS(760), + [anon_sym_bit_DASHor] = ACTIONS(760), + [anon_sym_and] = ACTIONS(760), + [anon_sym_xor] = ACTIONS(760), + [anon_sym_or] = ACTIONS(760), + [anon_sym_not] = ACTIONS(760), + [anon_sym_null] = ACTIONS(760), + [anon_sym_true] = ACTIONS(760), + [anon_sym_false] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_0b] = ACTIONS(760), + [anon_sym_0o] = ACTIONS(760), + [anon_sym_0x] = ACTIONS(760), + [sym_val_date] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(760), + [anon_sym_CARET] = ACTIONS(760), + [anon_sym_POUND] = ACTIONS(105), }, [202] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5998), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(202), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_error] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_try] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_where] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_not] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [sym_filesize_unit] = ACTIONS(898), + [sym_duration_unit] = ACTIONS(900), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [203] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5777), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(338), + [sym_path] = STATE(210), [sym_comment] = STATE(203), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(854), + [anon_sym_export] = ACTIONS(852), + [anon_sym_alias] = ACTIONS(852), + [anon_sym_let] = ACTIONS(852), + [anon_sym_let_DASHenv] = ACTIONS(852), + [anon_sym_mut] = ACTIONS(852), + [anon_sym_const] = ACTIONS(852), + [anon_sym_SEMI] = ACTIONS(852), + [sym_cmd_identifier] = ACTIONS(852), + [anon_sym_LF] = ACTIONS(854), + [anon_sym_def] = ACTIONS(852), + [anon_sym_export_DASHenv] = ACTIONS(852), + [anon_sym_extern] = ACTIONS(852), + [anon_sym_module] = ACTIONS(852), + [anon_sym_use] = ACTIONS(852), + [anon_sym_LBRACK] = ACTIONS(852), + [anon_sym_LPAREN] = ACTIONS(852), + [anon_sym_DOLLAR] = ACTIONS(852), + [anon_sym_error] = ACTIONS(852), + [anon_sym_GT] = ACTIONS(852), + [anon_sym_DASH] = ACTIONS(852), + [anon_sym_break] = ACTIONS(852), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_for] = ACTIONS(852), + [anon_sym_in] = ACTIONS(852), + [anon_sym_loop] = ACTIONS(852), + [anon_sym_while] = ACTIONS(852), + [anon_sym_do] = ACTIONS(852), + [anon_sym_if] = ACTIONS(852), + [anon_sym_match] = ACTIONS(852), + [anon_sym_LBRACE] = ACTIONS(852), + [anon_sym_DOT] = ACTIONS(852), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(852), + [anon_sym_return] = ACTIONS(852), + [anon_sym_source] = ACTIONS(852), + [anon_sym_source_DASHenv] = ACTIONS(852), + [anon_sym_register] = ACTIONS(852), + [anon_sym_hide] = ACTIONS(852), + [anon_sym_hide_DASHenv] = ACTIONS(852), + [anon_sym_overlay] = ACTIONS(852), + [anon_sym_STAR] = ACTIONS(852), + [anon_sym_where] = ACTIONS(852), + [anon_sym_STAR_STAR] = ACTIONS(852), + [anon_sym_PLUS_PLUS] = ACTIONS(852), + [anon_sym_SLASH] = ACTIONS(852), + [anon_sym_mod] = ACTIONS(852), + [anon_sym_SLASH_SLASH] = ACTIONS(852), + [anon_sym_PLUS] = ACTIONS(852), + [anon_sym_bit_DASHshl] = ACTIONS(852), + [anon_sym_bit_DASHshr] = ACTIONS(852), + [anon_sym_EQ_EQ] = ACTIONS(852), + [anon_sym_BANG_EQ] = ACTIONS(852), + [anon_sym_LT2] = ACTIONS(852), + [anon_sym_LT_EQ] = ACTIONS(852), + [anon_sym_GT_EQ] = ACTIONS(852), + [anon_sym_not_DASHin] = ACTIONS(852), + [anon_sym_starts_DASHwith] = ACTIONS(852), + [anon_sym_ends_DASHwith] = ACTIONS(852), + [anon_sym_EQ_TILDE] = ACTIONS(852), + [anon_sym_BANG_TILDE] = ACTIONS(852), + [anon_sym_bit_DASHand] = ACTIONS(852), + [anon_sym_bit_DASHxor] = ACTIONS(852), + [anon_sym_bit_DASHor] = ACTIONS(852), + [anon_sym_and] = ACTIONS(852), + [anon_sym_xor] = ACTIONS(852), + [anon_sym_or] = ACTIONS(852), + [anon_sym_not] = ACTIONS(852), + [anon_sym_null] = ACTIONS(852), + [anon_sym_true] = ACTIONS(852), + [anon_sym_false] = ACTIONS(852), + [aux_sym__val_number_decimal_token1] = ACTIONS(852), + [aux_sym__val_number_token1] = ACTIONS(852), + [aux_sym__val_number_token2] = ACTIONS(852), + [aux_sym__val_number_token3] = ACTIONS(852), + [aux_sym__val_number_token4] = ACTIONS(852), + [aux_sym__val_number_token5] = ACTIONS(852), + [aux_sym__val_number_token6] = ACTIONS(852), + [anon_sym_0b] = ACTIONS(852), + [anon_sym_0o] = ACTIONS(852), + [anon_sym_0x] = ACTIONS(852), + [sym_val_date] = ACTIONS(852), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym__str_single_quotes] = ACTIONS(852), + [sym__str_back_ticks] = ACTIONS(852), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), + [anon_sym_CARET] = ACTIONS(852), + [anon_sym_POUND] = ACTIONS(105), }, [204] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5815), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(261), + [sym_path] = STATE(211), [sym_comment] = STATE(204), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(717), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(902), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(105), }, [205] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6081), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(205), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_error] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_where] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_not] = ACTIONS(647), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_CARET] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), }, [206] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5817), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(206), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(905), + [anon_sym_alias] = ACTIONS(905), + [anon_sym_let] = ACTIONS(905), + [anon_sym_let_DASHenv] = ACTIONS(905), + [anon_sym_mut] = ACTIONS(905), + [anon_sym_const] = ACTIONS(905), + [anon_sym_SEMI] = ACTIONS(905), + [sym_cmd_identifier] = ACTIONS(905), + [anon_sym_LF] = ACTIONS(907), + [anon_sym_def] = ACTIONS(905), + [anon_sym_export_DASHenv] = ACTIONS(905), + [anon_sym_extern] = ACTIONS(905), + [anon_sym_module] = ACTIONS(905), + [anon_sym_use] = ACTIONS(905), + [anon_sym_LBRACK] = ACTIONS(905), + [anon_sym_LPAREN] = ACTIONS(905), + [anon_sym_RPAREN] = ACTIONS(905), + [anon_sym_DOLLAR] = ACTIONS(905), + [anon_sym_error] = ACTIONS(905), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_break] = ACTIONS(905), + [anon_sym_continue] = ACTIONS(905), + [anon_sym_for] = ACTIONS(905), + [anon_sym_in] = ACTIONS(905), + [anon_sym_loop] = ACTIONS(905), + [anon_sym_while] = ACTIONS(905), + [anon_sym_do] = ACTIONS(905), + [anon_sym_if] = ACTIONS(905), + [anon_sym_match] = ACTIONS(905), + [anon_sym_LBRACE] = ACTIONS(905), + [anon_sym_RBRACE] = ACTIONS(905), + [anon_sym_DOT] = ACTIONS(905), + [anon_sym_try] = ACTIONS(905), + [anon_sym_return] = ACTIONS(905), + [anon_sym_source] = ACTIONS(905), + [anon_sym_source_DASHenv] = ACTIONS(905), + [anon_sym_register] = ACTIONS(905), + [anon_sym_hide] = ACTIONS(905), + [anon_sym_hide_DASHenv] = ACTIONS(905), + [anon_sym_overlay] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_where] = ACTIONS(905), + [anon_sym_STAR_STAR] = ACTIONS(905), + [anon_sym_PLUS_PLUS] = ACTIONS(905), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(905), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_bit_DASHshl] = ACTIONS(905), + [anon_sym_bit_DASHshr] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(905), + [anon_sym_BANG_EQ] = ACTIONS(905), + [anon_sym_LT2] = ACTIONS(905), + [anon_sym_LT_EQ] = ACTIONS(905), + [anon_sym_GT_EQ] = ACTIONS(905), + [anon_sym_not_DASHin] = ACTIONS(905), + [anon_sym_starts_DASHwith] = ACTIONS(905), + [anon_sym_ends_DASHwith] = ACTIONS(905), + [anon_sym_EQ_TILDE] = ACTIONS(905), + [anon_sym_BANG_TILDE] = ACTIONS(905), + [anon_sym_bit_DASHand] = ACTIONS(905), + [anon_sym_bit_DASHxor] = ACTIONS(905), + [anon_sym_bit_DASHor] = ACTIONS(905), + [anon_sym_and] = ACTIONS(905), + [anon_sym_xor] = ACTIONS(905), + [anon_sym_or] = ACTIONS(905), + [anon_sym_not] = ACTIONS(905), + [anon_sym_null] = ACTIONS(905), + [anon_sym_true] = ACTIONS(905), + [anon_sym_false] = ACTIONS(905), + [aux_sym__val_number_decimal_token1] = ACTIONS(905), + [aux_sym__val_number_token1] = ACTIONS(905), + [aux_sym__val_number_token2] = ACTIONS(905), + [aux_sym__val_number_token3] = ACTIONS(905), + [aux_sym__val_number_token4] = ACTIONS(905), + [aux_sym__val_number_token5] = ACTIONS(905), + [aux_sym__val_number_token6] = ACTIONS(905), + [sym_filesize_unit] = ACTIONS(905), + [sym_duration_unit] = ACTIONS(905), + [anon_sym_0b] = ACTIONS(905), + [anon_sym_0o] = ACTIONS(905), + [anon_sym_0x] = ACTIONS(905), + [sym_val_date] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(905), + [sym__str_single_quotes] = ACTIONS(905), + [sym__str_back_ticks] = ACTIONS(905), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(905), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(905), + [anon_sym_CARET] = ACTIONS(905), + [anon_sym_POUND] = ACTIONS(105), }, [207] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6138), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_path] = STATE(240), [sym_comment] = STATE(207), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(201), + [ts_builtin_sym_end] = ACTIONS(735), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), }, [208] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(6147), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(208), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [anon_sym_POUND] = ACTIONS(105), }, [209] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5927), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(340), + [sym_path] = STATE(210), [sym_comment] = STATE(209), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(105), }, [210] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5809), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_path] = STATE(240), [sym_comment] = STATE(210), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(207), + [ts_builtin_sym_end] = ACTIONS(747), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [211] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5882), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_path] = STATE(240), [sym_comment] = STATE(211), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(189), + [ts_builtin_sym_end] = ACTIONS(747), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [212] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5847), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(212), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(843), + [anon_sym_POUND] = ACTIONS(105), }, [213] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5884), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(213), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(909), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [anon_sym_POUND] = ACTIONS(105), }, [214] = { + [sym_cell_path] = STATE(253), + [sym_path] = STATE(211), [sym_comment] = STATE(214), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(589), - [aux_sym__immediate_decimal_token2] = ACTIONS(591), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(911), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(105), }, [215] = { [sym_comment] = STATE(215), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym__] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(593), - [aux_sym__immediate_decimal_token2] = ACTIONS(595), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [anon_sym_SEMI] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_error] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_where] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_not] = ACTIONS(655), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_CARET] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), }, [216] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5866), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(216), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(914), + [anon_sym_alias] = ACTIONS(914), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_let] = ACTIONS(914), + [anon_sym_let_DASHenv] = ACTIONS(914), + [anon_sym_mut] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_SEMI] = ACTIONS(914), + [sym_cmd_identifier] = ACTIONS(914), + [anon_sym_LF] = ACTIONS(916), + [anon_sym_def] = ACTIONS(914), + [anon_sym_export_DASHenv] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym_module] = ACTIONS(914), + [anon_sym_use] = ACTIONS(914), + [anon_sym_COLON] = ACTIONS(914), + [anon_sym_COMMA] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_PIPE] = ACTIONS(914), + [anon_sym_DOLLAR] = ACTIONS(914), + [anon_sym_error] = ACTIONS(914), + [anon_sym_list] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_in] = ACTIONS(914), + [anon_sym_loop] = ACTIONS(914), + [anon_sym_make] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_else] = ACTIONS(914), + [anon_sym_match] = ACTIONS(914), + [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_try] = ACTIONS(914), + [anon_sym_catch] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_source] = ACTIONS(914), + [anon_sym_source_DASHenv] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_hide] = ACTIONS(914), + [anon_sym_hide_DASHenv] = ACTIONS(914), + [anon_sym_overlay] = ACTIONS(914), + [anon_sym_new] = ACTIONS(914), + [anon_sym_as] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(914), + [anon_sym_PLUS_EQ] = ACTIONS(914), + [anon_sym_DASH_EQ] = ACTIONS(914), + [anon_sym_STAR_EQ] = ACTIONS(914), + [anon_sym_SLASH_EQ] = ACTIONS(914), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(914), + [anon_sym_STAR_STAR] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_mod] = ACTIONS(914), + [anon_sym_SLASH_SLASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_bit_DASHshl] = ACTIONS(914), + [anon_sym_bit_DASHshr] = ACTIONS(914), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(914), + [anon_sym_starts_DASHwith] = ACTIONS(914), + [anon_sym_ends_DASHwith] = ACTIONS(914), + [anon_sym_EQ_TILDE] = ACTIONS(914), + [anon_sym_BANG_TILDE] = ACTIONS(914), + [anon_sym_bit_DASHand] = ACTIONS(914), + [anon_sym_bit_DASHxor] = ACTIONS(914), + [anon_sym_bit_DASHor] = ACTIONS(914), + [anon_sym_and] = ACTIONS(914), + [anon_sym_xor] = ACTIONS(914), + [anon_sym_or] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(914), + [aux_sym__val_number_token2] = ACTIONS(914), + [aux_sym__val_number_token3] = ACTIONS(914), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(914), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [aux_sym__record_key_token2] = ACTIONS(914), + [anon_sym_POUND] = ACTIONS(105), }, [217] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5795), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(217), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), + [anon_sym_POUND] = ACTIONS(105), }, [218] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5720), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(218), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(777), + [anon_sym_export] = ACTIONS(775), + [anon_sym_alias] = ACTIONS(775), + [anon_sym_let] = ACTIONS(775), + [anon_sym_let_DASHenv] = ACTIONS(775), + [anon_sym_mut] = ACTIONS(775), + [anon_sym_const] = ACTIONS(775), + [anon_sym_SEMI] = ACTIONS(775), + [sym_cmd_identifier] = ACTIONS(775), + [anon_sym_LF] = ACTIONS(777), + [anon_sym_def] = ACTIONS(775), + [anon_sym_export_DASHenv] = ACTIONS(775), + [anon_sym_extern] = ACTIONS(775), + [anon_sym_module] = ACTIONS(775), + [anon_sym_use] = ACTIONS(775), + [anon_sym_LBRACK] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(775), + [anon_sym_DOLLAR] = ACTIONS(775), + [anon_sym_error] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(775), + [anon_sym_for] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_loop] = ACTIONS(775), + [anon_sym_while] = ACTIONS(775), + [anon_sym_do] = ACTIONS(775), + [anon_sym_if] = ACTIONS(775), + [anon_sym_match] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(775), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_try] = ACTIONS(775), + [anon_sym_return] = ACTIONS(775), + [anon_sym_source] = ACTIONS(775), + [anon_sym_source_DASHenv] = ACTIONS(775), + [anon_sym_register] = ACTIONS(775), + [anon_sym_hide] = ACTIONS(775), + [anon_sym_hide_DASHenv] = ACTIONS(775), + [anon_sym_overlay] = ACTIONS(775), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_where] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(775), + [anon_sym_PLUS_PLUS] = ACTIONS(775), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(775), + [anon_sym_BANG_EQ] = ACTIONS(775), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(775), + [anon_sym_GT_EQ] = ACTIONS(775), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(775), + [anon_sym_BANG_TILDE] = ACTIONS(775), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [anon_sym_not] = ACTIONS(775), + [anon_sym_null] = ACTIONS(775), + [anon_sym_true] = ACTIONS(775), + [anon_sym_false] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(775), + [aux_sym__val_number_token2] = ACTIONS(775), + [aux_sym__val_number_token3] = ACTIONS(775), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(775), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_0b] = ACTIONS(775), + [anon_sym_0o] = ACTIONS(775), + [anon_sym_0x] = ACTIONS(775), + [sym_val_date] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(775), + [sym__str_single_quotes] = ACTIONS(775), + [sym__str_back_ticks] = ACTIONS(775), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(775), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), + [anon_sym_CARET] = ACTIONS(775), + [anon_sym_POUND] = ACTIONS(105), }, [219] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5787), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(321), + [sym_path] = STATE(210), [sym_comment] = STATE(219), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(791), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [anon_sym_SEMI] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_def] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_DOT] = ACTIONS(789), + [anon_sym_DOT2] = ACTIONS(883), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_null] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym__val_number_decimal_token1] = ACTIONS(789), + [aux_sym__val_number_token1] = ACTIONS(789), + [aux_sym__val_number_token2] = ACTIONS(789), + [aux_sym__val_number_token3] = ACTIONS(789), + [aux_sym__val_number_token4] = ACTIONS(789), + [aux_sym__val_number_token5] = ACTIONS(789), + [aux_sym__val_number_token6] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(105), }, [220] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5729), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(220), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(918), + [anon_sym_alias] = ACTIONS(918), + [anon_sym_EQ] = ACTIONS(918), + [anon_sym_let] = ACTIONS(918), + [anon_sym_let_DASHenv] = ACTIONS(918), + [anon_sym_mut] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [sym_cmd_identifier] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_def] = ACTIONS(918), + [anon_sym_export_DASHenv] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym_module] = ACTIONS(918), + [anon_sym_use] = ACTIONS(918), + [anon_sym_COLON] = ACTIONS(918), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(918), + [anon_sym_error] = ACTIONS(918), + [anon_sym_list] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(918), + [anon_sym_make] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_else] = ACTIONS(918), + [anon_sym_match] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_try] = ACTIONS(918), + [anon_sym_catch] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_source] = ACTIONS(918), + [anon_sym_source_DASHenv] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_hide] = ACTIONS(918), + [anon_sym_hide_DASHenv] = ACTIONS(918), + [anon_sym_overlay] = ACTIONS(918), + [anon_sym_new] = ACTIONS(918), + [anon_sym_as] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_SLASH] = ACTIONS(918), + [anon_sym_mod] = ACTIONS(918), + [anon_sym_SLASH_SLASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_bit_DASHshl] = ACTIONS(918), + [anon_sym_bit_DASHshr] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_LT2] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(918), + [anon_sym_BANG_TILDE] = ACTIONS(918), + [anon_sym_bit_DASHand] = ACTIONS(918), + [anon_sym_bit_DASHxor] = ACTIONS(918), + [anon_sym_bit_DASHor] = ACTIONS(918), + [anon_sym_and] = ACTIONS(918), + [anon_sym_xor] = ACTIONS(918), + [anon_sym_or] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(918), + [aux_sym__val_number_token2] = ACTIONS(918), + [aux_sym__val_number_token3] = ACTIONS(918), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(918), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym__str_single_quotes] = ACTIONS(918), + [sym__str_back_ticks] = ACTIONS(918), + [aux_sym__record_key_token2] = ACTIONS(918), + [anon_sym_POUND] = ACTIONS(105), }, [221] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5723), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(221), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [222] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5778), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(222), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(922), + [anon_sym_alias] = ACTIONS(922), + [anon_sym_let] = ACTIONS(922), + [anon_sym_let_DASHenv] = ACTIONS(922), + [anon_sym_mut] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [sym_cmd_identifier] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_def] = ACTIONS(922), + [anon_sym_export_DASHenv] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_module] = ACTIONS(922), + [anon_sym_use] = ACTIONS(922), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_RPAREN] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_error] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_match] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_DOT2] = ACTIONS(931), + [anon_sym_try] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_source] = ACTIONS(922), + [anon_sym_source_DASHenv] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_hide] = ACTIONS(922), + [anon_sym_hide_DASHenv] = ACTIONS(922), + [anon_sym_overlay] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_where] = ACTIONS(922), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_not] = ACTIONS(922), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_CARET] = ACTIONS(922), + [anon_sym_POUND] = ACTIONS(105), }, [223] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5769), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(223), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(785), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(933), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [224] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5662), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(224), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(860), + [anon_sym_alias] = ACTIONS(860), + [anon_sym_let] = ACTIONS(860), + [anon_sym_let_DASHenv] = ACTIONS(860), + [anon_sym_mut] = ACTIONS(860), + [anon_sym_const] = ACTIONS(860), + [anon_sym_SEMI] = ACTIONS(860), + [sym_cmd_identifier] = ACTIONS(860), + [anon_sym_LF] = ACTIONS(862), + [anon_sym_def] = ACTIONS(860), + [anon_sym_export_DASHenv] = ACTIONS(860), + [anon_sym_extern] = ACTIONS(860), + [anon_sym_module] = ACTIONS(860), + [anon_sym_use] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(860), + [anon_sym_RPAREN] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(860), + [anon_sym_error] = ACTIONS(860), + [anon_sym_GT] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_break] = ACTIONS(860), + [anon_sym_continue] = ACTIONS(860), + [anon_sym_for] = ACTIONS(860), + [anon_sym_in] = ACTIONS(860), + [anon_sym_loop] = ACTIONS(860), + [anon_sym_while] = ACTIONS(860), + [anon_sym_do] = ACTIONS(860), + [anon_sym_if] = ACTIONS(860), + [anon_sym_match] = ACTIONS(860), + [anon_sym_LBRACE] = ACTIONS(860), + [anon_sym_RBRACE] = ACTIONS(860), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_try] = ACTIONS(860), + [anon_sym_return] = ACTIONS(860), + [anon_sym_source] = ACTIONS(860), + [anon_sym_source_DASHenv] = ACTIONS(860), + [anon_sym_register] = ACTIONS(860), + [anon_sym_hide] = ACTIONS(860), + [anon_sym_hide_DASHenv] = ACTIONS(860), + [anon_sym_overlay] = ACTIONS(860), + [anon_sym_STAR] = ACTIONS(860), + [anon_sym_where] = ACTIONS(860), + [anon_sym_STAR_STAR] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(860), + [anon_sym_mod] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(860), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_bit_DASHshl] = ACTIONS(860), + [anon_sym_bit_DASHshr] = ACTIONS(860), + [anon_sym_EQ_EQ] = ACTIONS(860), + [anon_sym_BANG_EQ] = ACTIONS(860), + [anon_sym_LT2] = ACTIONS(860), + [anon_sym_LT_EQ] = ACTIONS(860), + [anon_sym_GT_EQ] = ACTIONS(860), + [anon_sym_not_DASHin] = ACTIONS(860), + [anon_sym_starts_DASHwith] = ACTIONS(860), + [anon_sym_ends_DASHwith] = ACTIONS(860), + [anon_sym_EQ_TILDE] = ACTIONS(860), + [anon_sym_BANG_TILDE] = ACTIONS(860), + [anon_sym_bit_DASHand] = ACTIONS(860), + [anon_sym_bit_DASHxor] = ACTIONS(860), + [anon_sym_bit_DASHor] = ACTIONS(860), + [anon_sym_and] = ACTIONS(860), + [anon_sym_xor] = ACTIONS(860), + [anon_sym_or] = ACTIONS(860), + [anon_sym_not] = ACTIONS(860), + [anon_sym_null] = ACTIONS(860), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(860), + [aux_sym__val_number_token2] = ACTIONS(860), + [aux_sym__val_number_token3] = ACTIONS(860), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(860), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_0b] = ACTIONS(860), + [anon_sym_0o] = ACTIONS(860), + [anon_sym_0x] = ACTIONS(860), + [sym_val_date] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(860), + [sym__str_single_quotes] = ACTIONS(860), + [sym__str_back_ticks] = ACTIONS(860), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), + [anon_sym_CARET] = ACTIONS(860), + [anon_sym_POUND] = ACTIONS(105), }, [225] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5902), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(225), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(918), + [anon_sym_alias] = ACTIONS(918), + [anon_sym_let] = ACTIONS(918), + [anon_sym_let_DASHenv] = ACTIONS(918), + [anon_sym_mut] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [sym_cmd_identifier] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_def] = ACTIONS(918), + [anon_sym_export_DASHenv] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym_module] = ACTIONS(918), + [anon_sym_use] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(918), + [anon_sym_error] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_match] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_try] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_source] = ACTIONS(918), + [anon_sym_source_DASHenv] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_hide] = ACTIONS(918), + [anon_sym_hide_DASHenv] = ACTIONS(918), + [anon_sym_overlay] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_where] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_SLASH] = ACTIONS(918), + [anon_sym_mod] = ACTIONS(918), + [anon_sym_SLASH_SLASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_bit_DASHshl] = ACTIONS(918), + [anon_sym_bit_DASHshr] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_LT2] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(918), + [anon_sym_BANG_TILDE] = ACTIONS(918), + [anon_sym_bit_DASHand] = ACTIONS(918), + [anon_sym_bit_DASHxor] = ACTIONS(918), + [anon_sym_bit_DASHor] = ACTIONS(918), + [anon_sym_and] = ACTIONS(918), + [anon_sym_xor] = ACTIONS(918), + [anon_sym_or] = ACTIONS(918), + [anon_sym_not] = ACTIONS(918), + [anon_sym_null] = ACTIONS(918), + [anon_sym_true] = ACTIONS(918), + [anon_sym_false] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(918), + [aux_sym__val_number_token2] = ACTIONS(918), + [aux_sym__val_number_token3] = ACTIONS(918), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(918), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_0b] = ACTIONS(918), + [anon_sym_0o] = ACTIONS(918), + [anon_sym_0x] = ACTIONS(918), + [sym_val_date] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym__str_single_quotes] = ACTIONS(918), + [sym__str_back_ticks] = ACTIONS(918), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(918), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_POUND] = ACTIONS(105), }, [226] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5733), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(226), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_error] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_DOT2] = ACTIONS(931), + [anon_sym_try] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_where] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_not] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [227] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5759), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(227), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(785), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(933), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [228] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5632), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(228), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [anon_sym_SEMI] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_RPAREN] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_error] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_try] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_where] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_not] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_CARET] = ACTIONS(885), + [anon_sym_POUND] = ACTIONS(105), }, [229] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5849), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(229), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(907), + [anon_sym_export] = ACTIONS(905), + [anon_sym_alias] = ACTIONS(905), + [anon_sym_let] = ACTIONS(905), + [anon_sym_let_DASHenv] = ACTIONS(905), + [anon_sym_mut] = ACTIONS(905), + [anon_sym_const] = ACTIONS(905), + [anon_sym_SEMI] = ACTIONS(905), + [sym_cmd_identifier] = ACTIONS(905), + [anon_sym_LF] = ACTIONS(907), + [anon_sym_def] = ACTIONS(905), + [anon_sym_export_DASHenv] = ACTIONS(905), + [anon_sym_extern] = ACTIONS(905), + [anon_sym_module] = ACTIONS(905), + [anon_sym_use] = ACTIONS(905), + [anon_sym_LBRACK] = ACTIONS(905), + [anon_sym_LPAREN] = ACTIONS(905), + [anon_sym_DOLLAR] = ACTIONS(905), + [anon_sym_error] = ACTIONS(905), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_break] = ACTIONS(905), + [anon_sym_continue] = ACTIONS(905), + [anon_sym_for] = ACTIONS(905), + [anon_sym_in] = ACTIONS(905), + [anon_sym_loop] = ACTIONS(905), + [anon_sym_while] = ACTIONS(905), + [anon_sym_do] = ACTIONS(905), + [anon_sym_if] = ACTIONS(905), + [anon_sym_match] = ACTIONS(905), + [anon_sym_LBRACE] = ACTIONS(905), + [anon_sym_DOT] = ACTIONS(905), + [anon_sym_try] = ACTIONS(905), + [anon_sym_return] = ACTIONS(905), + [anon_sym_source] = ACTIONS(905), + [anon_sym_source_DASHenv] = ACTIONS(905), + [anon_sym_register] = ACTIONS(905), + [anon_sym_hide] = ACTIONS(905), + [anon_sym_hide_DASHenv] = ACTIONS(905), + [anon_sym_overlay] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_where] = ACTIONS(905), + [anon_sym_STAR_STAR] = ACTIONS(905), + [anon_sym_PLUS_PLUS] = ACTIONS(905), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(905), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_bit_DASHshl] = ACTIONS(905), + [anon_sym_bit_DASHshr] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(905), + [anon_sym_BANG_EQ] = ACTIONS(905), + [anon_sym_LT2] = ACTIONS(905), + [anon_sym_LT_EQ] = ACTIONS(905), + [anon_sym_GT_EQ] = ACTIONS(905), + [anon_sym_not_DASHin] = ACTIONS(905), + [anon_sym_starts_DASHwith] = ACTIONS(905), + [anon_sym_ends_DASHwith] = ACTIONS(905), + [anon_sym_EQ_TILDE] = ACTIONS(905), + [anon_sym_BANG_TILDE] = ACTIONS(905), + [anon_sym_bit_DASHand] = ACTIONS(905), + [anon_sym_bit_DASHxor] = ACTIONS(905), + [anon_sym_bit_DASHor] = ACTIONS(905), + [anon_sym_and] = ACTIONS(905), + [anon_sym_xor] = ACTIONS(905), + [anon_sym_or] = ACTIONS(905), + [anon_sym_not] = ACTIONS(905), + [anon_sym_null] = ACTIONS(905), + [anon_sym_true] = ACTIONS(905), + [anon_sym_false] = ACTIONS(905), + [aux_sym__val_number_decimal_token1] = ACTIONS(905), + [aux_sym__val_number_token1] = ACTIONS(905), + [aux_sym__val_number_token2] = ACTIONS(905), + [aux_sym__val_number_token3] = ACTIONS(905), + [aux_sym__val_number_token4] = ACTIONS(905), + [aux_sym__val_number_token5] = ACTIONS(905), + [aux_sym__val_number_token6] = ACTIONS(905), + [sym_filesize_unit] = ACTIONS(905), + [sym_duration_unit] = ACTIONS(905), + [anon_sym_0b] = ACTIONS(905), + [anon_sym_0o] = ACTIONS(905), + [anon_sym_0x] = ACTIONS(905), + [sym_val_date] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(905), + [sym__str_single_quotes] = ACTIONS(905), + [sym__str_back_ticks] = ACTIONS(905), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(905), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(905), + [anon_sym_CARET] = ACTIONS(905), + [anon_sym_POUND] = ACTIONS(105), }, [230] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5840), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(230), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(847), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), + [anon_sym_POUND] = ACTIONS(105), }, [231] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5856), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(231), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [anon_sym_SEMI] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_error] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_try] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_where] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_not] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_CARET] = ACTIONS(737), + [anon_sym_POUND] = ACTIONS(105), }, [232] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5684), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(232), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(939), + [anon_sym_POUND] = ACTIONS(105), }, [233] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4431), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym__block_body] = STATE(5650), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(233), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(235), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_RPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT2] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_where] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_not] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_CARET] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(105), }, [234] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4713), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym__parenthesized_body] = STATE(5746), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(234), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(243), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(870), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_error] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_try] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_where] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_not] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [sym_filesize_unit] = ACTIONS(945), + [sym_duration_unit] = ACTIONS(947), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [235] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4448), - [sym__declaration_last] = STATE(4957), - [sym_decl_alias_last] = STATE(4960), - [sym_stmt_let_last] = STATE(4961), - [sym_stmt_mut_last] = STATE(4961), - [sym_stmt_const_last] = STATE(4961), - [sym__statement_last] = STATE(4957), - [sym_pipeline_last] = STATE(4961), - [sym_decl_def] = STATE(1347), - [sym_decl_export] = STATE(1347), - [sym_decl_extern] = STATE(1347), - [sym_decl_module] = STATE(1347), - [sym_decl_use] = STATE(1347), - [sym__ctrl_statement] = STATE(1348), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_stmt_source] = STATE(1348), - [sym_stmt_register] = STATE(1348), - [sym__stmt_hide] = STATE(1348), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1348), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1348), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(235), - [aux_sym_pipeline_repeat1] = STATE(858), - [aux_sym__block_body_repeat2] = STATE(265), - [anon_sym_export] = ACTIONS(473), - [anon_sym_alias] = ACTIONS(475), - [anon_sym_let] = ACTIONS(477), - [anon_sym_let_DASHenv] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(479), - [anon_sym_const] = ACTIONS(481), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(914), + [anon_sym_alias] = ACTIONS(914), + [anon_sym_let] = ACTIONS(914), + [anon_sym_let_DASHenv] = ACTIONS(914), + [anon_sym_mut] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_SEMI] = ACTIONS(914), + [sym_cmd_identifier] = ACTIONS(914), + [anon_sym_LF] = ACTIONS(916), + [anon_sym_def] = ACTIONS(914), + [anon_sym_export_DASHenv] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym_module] = ACTIONS(914), + [anon_sym_use] = ACTIONS(914), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_RPAREN] = ACTIONS(914), + [anon_sym_DOLLAR] = ACTIONS(914), + [anon_sym_error] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_in] = ACTIONS(914), + [anon_sym_loop] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_match] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_try] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_source] = ACTIONS(914), + [anon_sym_source_DASHenv] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_hide] = ACTIONS(914), + [anon_sym_hide_DASHenv] = ACTIONS(914), + [anon_sym_overlay] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(914), + [anon_sym_where] = ACTIONS(914), + [anon_sym_STAR_STAR] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_mod] = ACTIONS(914), + [anon_sym_SLASH_SLASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_bit_DASHshl] = ACTIONS(914), + [anon_sym_bit_DASHshr] = ACTIONS(914), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(914), + [anon_sym_starts_DASHwith] = ACTIONS(914), + [anon_sym_ends_DASHwith] = ACTIONS(914), + [anon_sym_EQ_TILDE] = ACTIONS(914), + [anon_sym_BANG_TILDE] = ACTIONS(914), + [anon_sym_bit_DASHand] = ACTIONS(914), + [anon_sym_bit_DASHxor] = ACTIONS(914), + [anon_sym_bit_DASHor] = ACTIONS(914), + [anon_sym_and] = ACTIONS(914), + [anon_sym_xor] = ACTIONS(914), + [anon_sym_or] = ACTIONS(914), + [anon_sym_not] = ACTIONS(914), + [anon_sym_null] = ACTIONS(914), + [anon_sym_true] = ACTIONS(914), + [anon_sym_false] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(914), + [aux_sym__val_number_token2] = ACTIONS(914), + [aux_sym__val_number_token3] = ACTIONS(914), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(914), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_0b] = ACTIONS(914), + [anon_sym_0o] = ACTIONS(914), + [anon_sym_0x] = ACTIONS(914), + [sym_val_date] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(914), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(914), + [anon_sym_CARET] = ACTIONS(914), + [anon_sym_POUND] = ACTIONS(105), }, [236] = { [sym_comment] = STATE(236), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym__] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(597), - [aux_sym__immediate_decimal_token2] = ACTIONS(599), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym_unquoted_token1] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(858), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [237] = { [sym_comment] = STATE(237), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(591), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(707), + [anon_sym_POUND] = ACTIONS(105), }, [238] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym__block_body_statement_last] = STATE(4901), - [sym__declaration_last] = STATE(5494), - [sym_decl_alias_last] = STATE(5493), - [sym_stmt_let_last] = STATE(5492), - [sym_stmt_mut_last] = STATE(5492), - [sym_stmt_const_last] = STATE(5492), - [sym__statement_last] = STATE(5494), - [sym_pipeline_last] = STATE(5492), - [sym_decl_def] = STATE(1533), - [sym_decl_export] = STATE(1533), - [sym_decl_extern] = STATE(1533), - [sym_decl_module] = STATE(1533), - [sym_decl_use] = STATE(1533), - [sym__ctrl_statement] = STATE(1535), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_for] = STATE(1541), - [sym_ctrl_loop] = STATE(1541), - [sym_ctrl_error] = STATE(1541), - [sym_ctrl_while] = STATE(1541), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_stmt_source] = STATE(1535), - [sym_stmt_register] = STATE(1535), - [sym__stmt_hide] = STATE(1535), - [sym_hide_mod] = STATE(1545), - [sym_hide_env] = STATE(1545), - [sym__stmt_overlay] = STATE(1535), - [sym_overlay_list] = STATE(1546), - [sym_overlay_hide] = STATE(1546), - [sym_overlay_new] = STATE(1546), - [sym_overlay_use] = STATE(1546), - [sym_assignment] = STATE(1535), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(2635), - [sym__var] = STATE(2466), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), [sym_comment] = STATE(238), - [aux_sym_pipeline_repeat1] = STATE(855), - [aux_sym__block_body_repeat2] = STATE(265), - [anon_sym_export] = ACTIONS(9), - [anon_sym_alias] = ACTIONS(11), - [anon_sym_let] = ACTIONS(13), - [anon_sym_let_DASHenv] = ACTIONS(13), - [anon_sym_mut] = ACTIONS(15), - [anon_sym_const] = ACTIONS(17), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_def] = ACTIONS(21), - [anon_sym_export_DASHenv] = ACTIONS(23), - [anon_sym_extern] = ACTIONS(25), - [anon_sym_module] = ACTIONS(27), - [anon_sym_use] = ACTIONS(29), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(35), - [anon_sym_error] = ACTIONS(37), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_for] = ACTIONS(45), - [anon_sym_loop] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_source] = ACTIONS(65), - [anon_sym_source_DASHenv] = ACTIONS(65), - [anon_sym_register] = ACTIONS(67), - [anon_sym_hide] = ACTIONS(69), - [anon_sym_hide_DASHenv] = ACTIONS(71), - [anon_sym_overlay] = ACTIONS(73), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(949), + [anon_sym_alias] = ACTIONS(949), + [anon_sym_let] = ACTIONS(949), + [anon_sym_let_DASHenv] = ACTIONS(949), + [anon_sym_mut] = ACTIONS(949), + [anon_sym_const] = ACTIONS(949), + [anon_sym_SEMI] = ACTIONS(949), + [sym_cmd_identifier] = ACTIONS(949), + [anon_sym_LF] = ACTIONS(951), + [anon_sym_def] = ACTIONS(949), + [anon_sym_export_DASHenv] = ACTIONS(949), + [anon_sym_extern] = ACTIONS(949), + [anon_sym_module] = ACTIONS(949), + [anon_sym_use] = ACTIONS(949), + [anon_sym_LBRACK] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(949), + [anon_sym_RPAREN] = ACTIONS(949), + [anon_sym_DOLLAR] = ACTIONS(949), + [anon_sym_error] = ACTIONS(949), + [anon_sym_GT] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_break] = ACTIONS(949), + [anon_sym_continue] = ACTIONS(949), + [anon_sym_for] = ACTIONS(949), + [anon_sym_in] = ACTIONS(949), + [anon_sym_loop] = ACTIONS(949), + [anon_sym_while] = ACTIONS(949), + [anon_sym_do] = ACTIONS(949), + [anon_sym_if] = ACTIONS(949), + [anon_sym_match] = ACTIONS(949), + [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_RBRACE] = ACTIONS(949), + [anon_sym_DOT] = ACTIONS(949), + [anon_sym_try] = ACTIONS(949), + [anon_sym_return] = ACTIONS(949), + [anon_sym_source] = ACTIONS(949), + [anon_sym_source_DASHenv] = ACTIONS(949), + [anon_sym_register] = ACTIONS(949), + [anon_sym_hide] = ACTIONS(949), + [anon_sym_hide_DASHenv] = ACTIONS(949), + [anon_sym_overlay] = ACTIONS(949), + [anon_sym_STAR] = ACTIONS(949), + [anon_sym_where] = ACTIONS(949), + [anon_sym_STAR_STAR] = ACTIONS(949), + [anon_sym_PLUS_PLUS] = ACTIONS(949), + [anon_sym_SLASH] = ACTIONS(949), + [anon_sym_mod] = ACTIONS(949), + [anon_sym_SLASH_SLASH] = ACTIONS(949), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_bit_DASHshl] = ACTIONS(949), + [anon_sym_bit_DASHshr] = ACTIONS(949), + [anon_sym_EQ_EQ] = ACTIONS(949), + [anon_sym_BANG_EQ] = ACTIONS(949), + [anon_sym_LT2] = ACTIONS(949), + [anon_sym_LT_EQ] = ACTIONS(949), + [anon_sym_GT_EQ] = ACTIONS(949), + [anon_sym_not_DASHin] = ACTIONS(949), + [anon_sym_starts_DASHwith] = ACTIONS(949), + [anon_sym_ends_DASHwith] = ACTIONS(949), + [anon_sym_EQ_TILDE] = ACTIONS(949), + [anon_sym_BANG_TILDE] = ACTIONS(949), + [anon_sym_bit_DASHand] = ACTIONS(949), + [anon_sym_bit_DASHxor] = ACTIONS(949), + [anon_sym_bit_DASHor] = ACTIONS(949), + [anon_sym_and] = ACTIONS(949), + [anon_sym_xor] = ACTIONS(949), + [anon_sym_or] = ACTIONS(949), + [anon_sym_not] = ACTIONS(949), + [anon_sym_null] = ACTIONS(949), + [anon_sym_true] = ACTIONS(949), + [anon_sym_false] = ACTIONS(949), + [aux_sym__val_number_decimal_token1] = ACTIONS(949), + [aux_sym__val_number_token1] = ACTIONS(949), + [aux_sym__val_number_token2] = ACTIONS(949), + [aux_sym__val_number_token3] = ACTIONS(949), + [aux_sym__val_number_token4] = ACTIONS(949), + [aux_sym__val_number_token5] = ACTIONS(949), + [aux_sym__val_number_token6] = ACTIONS(949), + [anon_sym_0b] = ACTIONS(949), + [anon_sym_0o] = ACTIONS(949), + [anon_sym_0x] = ACTIONS(949), + [sym_val_date] = ACTIONS(949), + [anon_sym_DQUOTE] = ACTIONS(949), + [sym__str_single_quotes] = ACTIONS(949), + [sym__str_back_ticks] = ACTIONS(949), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(949), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(949), + [anon_sym_CARET] = ACTIONS(949), + [anon_sym_POUND] = ACTIONS(105), }, [239] = { [sym_comment] = STATE(239), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym__] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(595), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(953), + [anon_sym_alias] = ACTIONS(953), + [anon_sym_let] = ACTIONS(953), + [anon_sym_let_DASHenv] = ACTIONS(953), + [anon_sym_mut] = ACTIONS(953), + [anon_sym_const] = ACTIONS(953), + [anon_sym_SEMI] = ACTIONS(953), + [sym_cmd_identifier] = ACTIONS(953), + [anon_sym_LF] = ACTIONS(955), + [anon_sym_def] = ACTIONS(953), + [anon_sym_export_DASHenv] = ACTIONS(953), + [anon_sym_extern] = ACTIONS(953), + [anon_sym_module] = ACTIONS(953), + [anon_sym_use] = ACTIONS(953), + [anon_sym_LBRACK] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(953), + [anon_sym_RPAREN] = ACTIONS(953), + [anon_sym_DOLLAR] = ACTIONS(953), + [anon_sym_error] = ACTIONS(953), + [anon_sym_GT] = ACTIONS(953), + [anon_sym_DASH] = ACTIONS(953), + [anon_sym_break] = ACTIONS(953), + [anon_sym_continue] = ACTIONS(953), + [anon_sym_for] = ACTIONS(953), + [anon_sym_in] = ACTIONS(953), + [anon_sym_loop] = ACTIONS(953), + [anon_sym_while] = ACTIONS(953), + [anon_sym_do] = ACTIONS(953), + [anon_sym_if] = ACTIONS(953), + [anon_sym_match] = ACTIONS(953), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_RBRACE] = ACTIONS(953), + [anon_sym_DOT] = ACTIONS(953), + [anon_sym_try] = ACTIONS(953), + [anon_sym_return] = ACTIONS(953), + [anon_sym_source] = ACTIONS(953), + [anon_sym_source_DASHenv] = ACTIONS(953), + [anon_sym_register] = ACTIONS(953), + [anon_sym_hide] = ACTIONS(953), + [anon_sym_hide_DASHenv] = ACTIONS(953), + [anon_sym_overlay] = ACTIONS(953), + [anon_sym_STAR] = ACTIONS(953), + [anon_sym_where] = ACTIONS(953), + [anon_sym_STAR_STAR] = ACTIONS(953), + [anon_sym_PLUS_PLUS] = ACTIONS(953), + [anon_sym_SLASH] = ACTIONS(953), + [anon_sym_mod] = ACTIONS(953), + [anon_sym_SLASH_SLASH] = ACTIONS(953), + [anon_sym_PLUS] = ACTIONS(953), + [anon_sym_bit_DASHshl] = ACTIONS(953), + [anon_sym_bit_DASHshr] = ACTIONS(953), + [anon_sym_EQ_EQ] = ACTIONS(953), + [anon_sym_BANG_EQ] = ACTIONS(953), + [anon_sym_LT2] = ACTIONS(953), + [anon_sym_LT_EQ] = ACTIONS(953), + [anon_sym_GT_EQ] = ACTIONS(953), + [anon_sym_not_DASHin] = ACTIONS(953), + [anon_sym_starts_DASHwith] = ACTIONS(953), + [anon_sym_ends_DASHwith] = ACTIONS(953), + [anon_sym_EQ_TILDE] = ACTIONS(953), + [anon_sym_BANG_TILDE] = ACTIONS(953), + [anon_sym_bit_DASHand] = ACTIONS(953), + [anon_sym_bit_DASHxor] = ACTIONS(953), + [anon_sym_bit_DASHor] = ACTIONS(953), + [anon_sym_and] = ACTIONS(953), + [anon_sym_xor] = ACTIONS(953), + [anon_sym_or] = ACTIONS(953), + [anon_sym_not] = ACTIONS(953), + [anon_sym_null] = ACTIONS(953), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [aux_sym__val_number_decimal_token1] = ACTIONS(953), + [aux_sym__val_number_token1] = ACTIONS(953), + [aux_sym__val_number_token2] = ACTIONS(953), + [aux_sym__val_number_token3] = ACTIONS(953), + [aux_sym__val_number_token4] = ACTIONS(953), + [aux_sym__val_number_token5] = ACTIONS(953), + [aux_sym__val_number_token6] = ACTIONS(953), + [anon_sym_0b] = ACTIONS(953), + [anon_sym_0o] = ACTIONS(953), + [anon_sym_0x] = ACTIONS(953), + [sym_val_date] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(953), + [sym__str_single_quotes] = ACTIONS(953), + [sym__str_back_ticks] = ACTIONS(953), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(953), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(953), + [anon_sym_CARET] = ACTIONS(953), + [anon_sym_POUND] = ACTIONS(105), }, [240] = { [sym_comment] = STATE(240), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(591), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(916), + [anon_sym_export] = ACTIONS(914), + [anon_sym_alias] = ACTIONS(914), + [anon_sym_let] = ACTIONS(914), + [anon_sym_let_DASHenv] = ACTIONS(914), + [anon_sym_mut] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_SEMI] = ACTIONS(914), + [sym_cmd_identifier] = ACTIONS(914), + [anon_sym_LF] = ACTIONS(916), + [anon_sym_def] = ACTIONS(914), + [anon_sym_export_DASHenv] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym_module] = ACTIONS(914), + [anon_sym_use] = ACTIONS(914), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_DOLLAR] = ACTIONS(914), + [anon_sym_error] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_in] = ACTIONS(914), + [anon_sym_loop] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_match] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_try] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_source] = ACTIONS(914), + [anon_sym_source_DASHenv] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_hide] = ACTIONS(914), + [anon_sym_hide_DASHenv] = ACTIONS(914), + [anon_sym_overlay] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(914), + [anon_sym_where] = ACTIONS(914), + [anon_sym_STAR_STAR] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_mod] = ACTIONS(914), + [anon_sym_SLASH_SLASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_bit_DASHshl] = ACTIONS(914), + [anon_sym_bit_DASHshr] = ACTIONS(914), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(914), + [anon_sym_starts_DASHwith] = ACTIONS(914), + [anon_sym_ends_DASHwith] = ACTIONS(914), + [anon_sym_EQ_TILDE] = ACTIONS(914), + [anon_sym_BANG_TILDE] = ACTIONS(914), + [anon_sym_bit_DASHand] = ACTIONS(914), + [anon_sym_bit_DASHxor] = ACTIONS(914), + [anon_sym_bit_DASHor] = ACTIONS(914), + [anon_sym_and] = ACTIONS(914), + [anon_sym_xor] = ACTIONS(914), + [anon_sym_or] = ACTIONS(914), + [anon_sym_not] = ACTIONS(914), + [anon_sym_null] = ACTIONS(914), + [anon_sym_true] = ACTIONS(914), + [anon_sym_false] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(914), + [aux_sym__val_number_token2] = ACTIONS(914), + [aux_sym__val_number_token3] = ACTIONS(914), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(914), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_0b] = ACTIONS(914), + [anon_sym_0o] = ACTIONS(914), + [anon_sym_0x] = ACTIONS(914), + [sym_val_date] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(914), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(914), + [anon_sym_CARET] = ACTIONS(914), + [anon_sym_POUND] = ACTIONS(105), }, [241] = { [sym_comment] = STATE(241), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(604), - [aux_sym__immediate_decimal_token2] = ACTIONS(606), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [242] = { [sym_comment] = STATE(242), - [anon_sym_LBRACK] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(132), - [anon_sym_RBRACE] = ACTIONS(132), - [anon_sym__] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(608), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(132), - [anon_sym_xor] = ACTIONS(132), - [anon_sym_or] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(611), - [anon_sym_null] = ACTIONS(132), - [anon_sym_true] = ACTIONS(132), - [anon_sym_false] = ACTIONS(132), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(132), - [aux_sym__val_number_token2] = ACTIONS(132), - [aux_sym__val_number_token3] = ACTIONS(132), - [aux_sym__val_number_token4] = ACTIONS(132), - [aux_sym__val_number_token5] = ACTIONS(132), - [aux_sym__val_number_token6] = ACTIONS(132), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(132), - [anon_sym_DQUOTE] = ACTIONS(132), - [sym__str_single_quotes] = ACTIONS(132), - [sym__str_back_ticks] = ACTIONS(132), - [aux_sym_unquoted_token1] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(920), + [anon_sym_export] = ACTIONS(918), + [anon_sym_alias] = ACTIONS(918), + [anon_sym_let] = ACTIONS(918), + [anon_sym_let_DASHenv] = ACTIONS(918), + [anon_sym_mut] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [sym_cmd_identifier] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_def] = ACTIONS(918), + [anon_sym_export_DASHenv] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym_module] = ACTIONS(918), + [anon_sym_use] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(918), + [anon_sym_error] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_match] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_try] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_source] = ACTIONS(918), + [anon_sym_source_DASHenv] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_hide] = ACTIONS(918), + [anon_sym_hide_DASHenv] = ACTIONS(918), + [anon_sym_overlay] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_where] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_SLASH] = ACTIONS(918), + [anon_sym_mod] = ACTIONS(918), + [anon_sym_SLASH_SLASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_bit_DASHshl] = ACTIONS(918), + [anon_sym_bit_DASHshr] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_LT2] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(918), + [anon_sym_BANG_TILDE] = ACTIONS(918), + [anon_sym_bit_DASHand] = ACTIONS(918), + [anon_sym_bit_DASHxor] = ACTIONS(918), + [anon_sym_bit_DASHor] = ACTIONS(918), + [anon_sym_and] = ACTIONS(918), + [anon_sym_xor] = ACTIONS(918), + [anon_sym_or] = ACTIONS(918), + [anon_sym_not] = ACTIONS(918), + [anon_sym_null] = ACTIONS(918), + [anon_sym_true] = ACTIONS(918), + [anon_sym_false] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(918), + [aux_sym__val_number_token2] = ACTIONS(918), + [aux_sym__val_number_token3] = ACTIONS(918), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(918), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_0b] = ACTIONS(918), + [anon_sym_0o] = ACTIONS(918), + [anon_sym_0x] = ACTIONS(918), + [sym_val_date] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym__str_single_quotes] = ACTIONS(918), + [sym__str_back_ticks] = ACTIONS(918), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(918), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_POUND] = ACTIONS(105), }, [243] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym__block_body_statement_parenthesized_last] = STATE(4536), - [sym__declaration_parenthesized_last] = STATE(5401), - [sym_decl_alias_parenthesized_last] = STATE(5400), - [sym_stmt_let_parenthesized_last] = STATE(5399), - [sym_stmt_mut_parenthesized_last] = STATE(5399), - [sym_stmt_const_parenthesized_last] = STATE(5399), - [sym__statement_parenthesized_last] = STATE(5401), - [sym_pipeline_parenthesized_last] = STATE(5399), - [sym_decl_def] = STATE(1622), - [sym_decl_export] = STATE(1622), - [sym_decl_extern] = STATE(1622), - [sym_decl_module] = STATE(1622), - [sym_decl_use] = STATE(1622), - [sym__ctrl_statement] = STATE(1624), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_stmt_source] = STATE(1624), - [sym_stmt_register] = STATE(1624), - [sym__stmt_hide] = STATE(1624), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1624), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1624), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(243), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [aux_sym__parenthesized_body_repeat1] = STATE(264), - [anon_sym_export] = ACTIONS(539), - [anon_sym_alias] = ACTIONS(541), - [anon_sym_let] = ACTIONS(543), - [anon_sym_let_DASHenv] = ACTIONS(543), - [anon_sym_mut] = ACTIONS(545), - [anon_sym_const] = ACTIONS(547), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_def] = ACTIONS(485), - [anon_sym_export_DASHenv] = ACTIONS(487), - [anon_sym_extern] = ACTIONS(489), - [anon_sym_module] = ACTIONS(491), - [anon_sym_use] = ACTIONS(493), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(381), - [anon_sym_error] = ACTIONS(495), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_for] = ACTIONS(503), - [anon_sym_loop] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_source] = ACTIONS(521), - [anon_sym_source_DASHenv] = ACTIONS(521), - [anon_sym_register] = ACTIONS(523), - [anon_sym_hide] = ACTIONS(525), - [anon_sym_hide_DASHenv] = ACTIONS(527), - [anon_sym_overlay] = ACTIONS(529), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [244] = { [sym_comment] = STATE(244), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym__] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(613), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [245] = { [sym_comment] = STATE(245), - [anon_sym_LBRACK] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(132), - [anon_sym_RBRACE] = ACTIONS(132), - [anon_sym__] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(132), - [anon_sym_xor] = ACTIONS(132), - [anon_sym_or] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(618), - [anon_sym_null] = ACTIONS(132), - [anon_sym_true] = ACTIONS(132), - [anon_sym_false] = ACTIONS(132), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(132), - [aux_sym__val_number_token2] = ACTIONS(132), - [aux_sym__val_number_token3] = ACTIONS(132), - [aux_sym__val_number_token4] = ACTIONS(132), - [aux_sym__val_number_token5] = ACTIONS(132), - [aux_sym__val_number_token6] = ACTIONS(132), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(132), - [anon_sym_DQUOTE] = ACTIONS(132), - [sym__str_single_quotes] = ACTIONS(132), - [sym__str_back_ticks] = ACTIONS(132), - [aux_sym_unquoted_token1] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(969), + [anon_sym_alias] = ACTIONS(969), + [anon_sym_let] = ACTIONS(969), + [anon_sym_let_DASHenv] = ACTIONS(969), + [anon_sym_mut] = ACTIONS(969), + [anon_sym_const] = ACTIONS(969), + [anon_sym_SEMI] = ACTIONS(969), + [sym_cmd_identifier] = ACTIONS(969), + [anon_sym_LF] = ACTIONS(971), + [anon_sym_def] = ACTIONS(969), + [anon_sym_export_DASHenv] = ACTIONS(969), + [anon_sym_extern] = ACTIONS(969), + [anon_sym_module] = ACTIONS(969), + [anon_sym_use] = ACTIONS(969), + [anon_sym_LBRACK] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(969), + [anon_sym_RPAREN] = ACTIONS(969), + [anon_sym_DOLLAR] = ACTIONS(969), + [anon_sym_error] = ACTIONS(969), + [anon_sym_GT] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_break] = ACTIONS(969), + [anon_sym_continue] = ACTIONS(969), + [anon_sym_for] = ACTIONS(969), + [anon_sym_in] = ACTIONS(969), + [anon_sym_loop] = ACTIONS(969), + [anon_sym_while] = ACTIONS(969), + [anon_sym_do] = ACTIONS(969), + [anon_sym_if] = ACTIONS(969), + [anon_sym_match] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_RBRACE] = ACTIONS(969), + [anon_sym_DOT] = ACTIONS(969), + [anon_sym_try] = ACTIONS(969), + [anon_sym_return] = ACTIONS(969), + [anon_sym_source] = ACTIONS(969), + [anon_sym_source_DASHenv] = ACTIONS(969), + [anon_sym_register] = ACTIONS(969), + [anon_sym_hide] = ACTIONS(969), + [anon_sym_hide_DASHenv] = ACTIONS(969), + [anon_sym_overlay] = ACTIONS(969), + [anon_sym_STAR] = ACTIONS(969), + [anon_sym_where] = ACTIONS(969), + [anon_sym_STAR_STAR] = ACTIONS(969), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_SLASH] = ACTIONS(969), + [anon_sym_mod] = ACTIONS(969), + [anon_sym_SLASH_SLASH] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_bit_DASHshl] = ACTIONS(969), + [anon_sym_bit_DASHshr] = ACTIONS(969), + [anon_sym_EQ_EQ] = ACTIONS(969), + [anon_sym_BANG_EQ] = ACTIONS(969), + [anon_sym_LT2] = ACTIONS(969), + [anon_sym_LT_EQ] = ACTIONS(969), + [anon_sym_GT_EQ] = ACTIONS(969), + [anon_sym_not_DASHin] = ACTIONS(969), + [anon_sym_starts_DASHwith] = ACTIONS(969), + [anon_sym_ends_DASHwith] = ACTIONS(969), + [anon_sym_EQ_TILDE] = ACTIONS(969), + [anon_sym_BANG_TILDE] = ACTIONS(969), + [anon_sym_bit_DASHand] = ACTIONS(969), + [anon_sym_bit_DASHxor] = ACTIONS(969), + [anon_sym_bit_DASHor] = ACTIONS(969), + [anon_sym_and] = ACTIONS(969), + [anon_sym_xor] = ACTIONS(969), + [anon_sym_or] = ACTIONS(969), + [anon_sym_not] = ACTIONS(969), + [anon_sym_null] = ACTIONS(969), + [anon_sym_true] = ACTIONS(969), + [anon_sym_false] = ACTIONS(969), + [aux_sym__val_number_decimal_token1] = ACTIONS(969), + [aux_sym__val_number_token1] = ACTIONS(969), + [aux_sym__val_number_token2] = ACTIONS(969), + [aux_sym__val_number_token3] = ACTIONS(969), + [aux_sym__val_number_token4] = ACTIONS(969), + [aux_sym__val_number_token5] = ACTIONS(969), + [aux_sym__val_number_token6] = ACTIONS(969), + [anon_sym_0b] = ACTIONS(969), + [anon_sym_0o] = ACTIONS(969), + [anon_sym_0x] = ACTIONS(969), + [sym_val_date] = ACTIONS(969), + [anon_sym_DQUOTE] = ACTIONS(969), + [sym__str_single_quotes] = ACTIONS(969), + [sym__str_back_ticks] = ACTIONS(969), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(969), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(969), + [anon_sym_CARET] = ACTIONS(969), + [anon_sym_POUND] = ACTIONS(105), }, [246] = { [sym_comment] = STATE(246), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym__] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(620), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym_unquoted_token1] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(870), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_error] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_DOT2] = ACTIONS(973), + [anon_sym_try] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_where] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_not] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [247] = { [sym_comment] = STATE(247), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(622), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(606), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(975), + [anon_sym_alias] = ACTIONS(975), + [anon_sym_let] = ACTIONS(975), + [anon_sym_let_DASHenv] = ACTIONS(975), + [anon_sym_mut] = ACTIONS(975), + [anon_sym_const] = ACTIONS(975), + [anon_sym_SEMI] = ACTIONS(975), + [sym_cmd_identifier] = ACTIONS(975), + [anon_sym_LF] = ACTIONS(977), + [anon_sym_def] = ACTIONS(975), + [anon_sym_export_DASHenv] = ACTIONS(975), + [anon_sym_extern] = ACTIONS(975), + [anon_sym_module] = ACTIONS(975), + [anon_sym_use] = ACTIONS(975), + [anon_sym_LBRACK] = ACTIONS(975), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_RPAREN] = ACTIONS(975), + [anon_sym_DOLLAR] = ACTIONS(975), + [anon_sym_error] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_break] = ACTIONS(975), + [anon_sym_continue] = ACTIONS(975), + [anon_sym_for] = ACTIONS(975), + [anon_sym_in] = ACTIONS(975), + [anon_sym_loop] = ACTIONS(975), + [anon_sym_while] = ACTIONS(975), + [anon_sym_do] = ACTIONS(975), + [anon_sym_if] = ACTIONS(975), + [anon_sym_match] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(975), + [anon_sym_RBRACE] = ACTIONS(975), + [anon_sym_DOT] = ACTIONS(975), + [anon_sym_try] = ACTIONS(975), + [anon_sym_return] = ACTIONS(975), + [anon_sym_source] = ACTIONS(975), + [anon_sym_source_DASHenv] = ACTIONS(975), + [anon_sym_register] = ACTIONS(975), + [anon_sym_hide] = ACTIONS(975), + [anon_sym_hide_DASHenv] = ACTIONS(975), + [anon_sym_overlay] = ACTIONS(975), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_where] = ACTIONS(975), + [anon_sym_STAR_STAR] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_mod] = ACTIONS(975), + [anon_sym_SLASH_SLASH] = ACTIONS(975), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_bit_DASHshl] = ACTIONS(975), + [anon_sym_bit_DASHshr] = ACTIONS(975), + [anon_sym_EQ_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_LT2] = ACTIONS(975), + [anon_sym_LT_EQ] = ACTIONS(975), + [anon_sym_GT_EQ] = ACTIONS(975), + [anon_sym_not_DASHin] = ACTIONS(975), + [anon_sym_starts_DASHwith] = ACTIONS(975), + [anon_sym_ends_DASHwith] = ACTIONS(975), + [anon_sym_EQ_TILDE] = ACTIONS(975), + [anon_sym_BANG_TILDE] = ACTIONS(975), + [anon_sym_bit_DASHand] = ACTIONS(975), + [anon_sym_bit_DASHxor] = ACTIONS(975), + [anon_sym_bit_DASHor] = ACTIONS(975), + [anon_sym_and] = ACTIONS(975), + [anon_sym_xor] = ACTIONS(975), + [anon_sym_or] = ACTIONS(975), + [anon_sym_not] = ACTIONS(975), + [anon_sym_null] = ACTIONS(975), + [anon_sym_true] = ACTIONS(975), + [anon_sym_false] = ACTIONS(975), + [aux_sym__val_number_decimal_token1] = ACTIONS(975), + [aux_sym__val_number_token1] = ACTIONS(975), + [aux_sym__val_number_token2] = ACTIONS(975), + [aux_sym__val_number_token3] = ACTIONS(975), + [aux_sym__val_number_token4] = ACTIONS(975), + [aux_sym__val_number_token5] = ACTIONS(975), + [aux_sym__val_number_token6] = ACTIONS(975), + [anon_sym_0b] = ACTIONS(975), + [anon_sym_0o] = ACTIONS(975), + [anon_sym_0x] = ACTIONS(975), + [sym_val_date] = ACTIONS(975), + [anon_sym_DQUOTE] = ACTIONS(975), + [sym__str_single_quotes] = ACTIONS(975), + [sym__str_back_ticks] = ACTIONS(975), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(975), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(975), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_POUND] = ACTIONS(105), }, [248] = { [sym_comment] = STATE(248), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym__] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(625), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(627), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [249] = { [sym_comment] = STATE(249), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym__] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_error] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_try] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_where] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_not] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [250] = { [sym_comment] = STATE(250), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym__] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(599), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym_unquoted_token1] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), + [anon_sym_POUND] = ACTIONS(105), }, [251] = { [sym_comment] = STATE(251), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym__] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [252] = { [sym_comment] = STATE(252), - [anon_sym_LBRACK] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_LPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(159), - [anon_sym_RBRACE] = ACTIONS(159), - [anon_sym__] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(159), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(159), - [anon_sym_xor] = ACTIONS(159), - [anon_sym_or] = ACTIONS(159), - [anon_sym_null] = ACTIONS(159), - [anon_sym_true] = ACTIONS(159), - [anon_sym_false] = ACTIONS(159), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(159), - [aux_sym__val_number_token2] = ACTIONS(159), - [aux_sym__val_number_token3] = ACTIONS(159), - [aux_sym__val_number_token4] = ACTIONS(159), - [aux_sym__val_number_token5] = ACTIONS(159), - [aux_sym__val_number_token6] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(159), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym__str_single_quotes] = ACTIONS(159), - [sym__str_back_ticks] = ACTIONS(159), - [aux_sym_unquoted_token1] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(987), + [anon_sym_alias] = ACTIONS(987), + [anon_sym_let] = ACTIONS(987), + [anon_sym_let_DASHenv] = ACTIONS(987), + [anon_sym_mut] = ACTIONS(987), + [anon_sym_const] = ACTIONS(987), + [anon_sym_SEMI] = ACTIONS(987), + [sym_cmd_identifier] = ACTIONS(987), + [anon_sym_LF] = ACTIONS(989), + [anon_sym_def] = ACTIONS(987), + [anon_sym_export_DASHenv] = ACTIONS(987), + [anon_sym_extern] = ACTIONS(987), + [anon_sym_module] = ACTIONS(987), + [anon_sym_use] = ACTIONS(987), + [anon_sym_LBRACK] = ACTIONS(987), + [anon_sym_LPAREN] = ACTIONS(987), + [anon_sym_RPAREN] = ACTIONS(987), + [anon_sym_DOLLAR] = ACTIONS(987), + [anon_sym_error] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(987), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_break] = ACTIONS(987), + [anon_sym_continue] = ACTIONS(987), + [anon_sym_for] = ACTIONS(987), + [anon_sym_in] = ACTIONS(987), + [anon_sym_loop] = ACTIONS(987), + [anon_sym_while] = ACTIONS(987), + [anon_sym_do] = ACTIONS(987), + [anon_sym_if] = ACTIONS(987), + [anon_sym_match] = ACTIONS(987), + [anon_sym_LBRACE] = ACTIONS(987), + [anon_sym_RBRACE] = ACTIONS(987), + [anon_sym_DOT] = ACTIONS(987), + [anon_sym_try] = ACTIONS(987), + [anon_sym_return] = ACTIONS(987), + [anon_sym_source] = ACTIONS(987), + [anon_sym_source_DASHenv] = ACTIONS(987), + [anon_sym_register] = ACTIONS(987), + [anon_sym_hide] = ACTIONS(987), + [anon_sym_hide_DASHenv] = ACTIONS(987), + [anon_sym_overlay] = ACTIONS(987), + [anon_sym_STAR] = ACTIONS(987), + [anon_sym_where] = ACTIONS(987), + [anon_sym_STAR_STAR] = ACTIONS(987), + [anon_sym_PLUS_PLUS] = ACTIONS(987), + [anon_sym_SLASH] = ACTIONS(987), + [anon_sym_mod] = ACTIONS(987), + [anon_sym_SLASH_SLASH] = ACTIONS(987), + [anon_sym_PLUS] = ACTIONS(987), + [anon_sym_bit_DASHshl] = ACTIONS(987), + [anon_sym_bit_DASHshr] = ACTIONS(987), + [anon_sym_EQ_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(987), + [anon_sym_LT2] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_not_DASHin] = ACTIONS(987), + [anon_sym_starts_DASHwith] = ACTIONS(987), + [anon_sym_ends_DASHwith] = ACTIONS(987), + [anon_sym_EQ_TILDE] = ACTIONS(987), + [anon_sym_BANG_TILDE] = ACTIONS(987), + [anon_sym_bit_DASHand] = ACTIONS(987), + [anon_sym_bit_DASHxor] = ACTIONS(987), + [anon_sym_bit_DASHor] = ACTIONS(987), + [anon_sym_and] = ACTIONS(987), + [anon_sym_xor] = ACTIONS(987), + [anon_sym_or] = ACTIONS(987), + [anon_sym_not] = ACTIONS(987), + [anon_sym_null] = ACTIONS(987), + [anon_sym_true] = ACTIONS(987), + [anon_sym_false] = ACTIONS(987), + [aux_sym__val_number_decimal_token1] = ACTIONS(987), + [aux_sym__val_number_token1] = ACTIONS(987), + [aux_sym__val_number_token2] = ACTIONS(987), + [aux_sym__val_number_token3] = ACTIONS(987), + [aux_sym__val_number_token4] = ACTIONS(987), + [aux_sym__val_number_token5] = ACTIONS(987), + [aux_sym__val_number_token6] = ACTIONS(987), + [anon_sym_0b] = ACTIONS(987), + [anon_sym_0o] = ACTIONS(987), + [anon_sym_0x] = ACTIONS(987), + [sym_val_date] = ACTIONS(987), + [anon_sym_DQUOTE] = ACTIONS(987), + [sym__str_single_quotes] = ACTIONS(987), + [sym__str_back_ticks] = ACTIONS(987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(987), + [anon_sym_POUND] = ACTIONS(105), }, [253] = { [sym_comment] = STATE(253), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(606), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(943), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT2] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_where] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_not] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_CARET] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(105), }, [254] = { [sym_comment] = STATE(254), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [255] = { [sym_comment] = STATE(255), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym__] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(629), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(991), + [anon_sym_alias] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_let_DASHenv] = ACTIONS(991), + [anon_sym_mut] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [sym_cmd_identifier] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_def] = ACTIONS(991), + [anon_sym_export_DASHenv] = ACTIONS(991), + [anon_sym_extern] = ACTIONS(991), + [anon_sym_module] = ACTIONS(991), + [anon_sym_use] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_RPAREN] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_error] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_loop] = ACTIONS(991), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_match] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_source] = ACTIONS(991), + [anon_sym_source_DASHenv] = ACTIONS(991), + [anon_sym_register] = ACTIONS(991), + [anon_sym_hide] = ACTIONS(991), + [anon_sym_hide_DASHenv] = ACTIONS(991), + [anon_sym_overlay] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_where] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_not] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_CARET] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(105), }, [256] = { [sym_comment] = STATE(256), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym__] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym_unquoted_token1] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(991), + [anon_sym_alias] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_let_DASHenv] = ACTIONS(991), + [anon_sym_mut] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [sym_cmd_identifier] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_def] = ACTIONS(991), + [anon_sym_export_DASHenv] = ACTIONS(991), + [anon_sym_extern] = ACTIONS(991), + [anon_sym_module] = ACTIONS(991), + [anon_sym_use] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_RPAREN] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_error] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_loop] = ACTIONS(991), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_match] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_source] = ACTIONS(991), + [anon_sym_source_DASHenv] = ACTIONS(991), + [anon_sym_register] = ACTIONS(991), + [anon_sym_hide] = ACTIONS(991), + [anon_sym_hide_DASHenv] = ACTIONS(991), + [anon_sym_overlay] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_where] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_not] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_CARET] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(105), }, [257] = { [sym_comment] = STATE(257), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym__] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym_unquoted_token1] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(995), + [anon_sym_alias] = ACTIONS(995), + [anon_sym_let] = ACTIONS(995), + [anon_sym_let_DASHenv] = ACTIONS(995), + [anon_sym_mut] = ACTIONS(995), + [anon_sym_const] = ACTIONS(995), + [anon_sym_SEMI] = ACTIONS(995), + [sym_cmd_identifier] = ACTIONS(995), + [anon_sym_LF] = ACTIONS(997), + [anon_sym_def] = ACTIONS(995), + [anon_sym_export_DASHenv] = ACTIONS(995), + [anon_sym_extern] = ACTIONS(995), + [anon_sym_module] = ACTIONS(995), + [anon_sym_use] = ACTIONS(995), + [anon_sym_LBRACK] = ACTIONS(995), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_RPAREN] = ACTIONS(995), + [anon_sym_DOLLAR] = ACTIONS(995), + [anon_sym_error] = ACTIONS(995), + [anon_sym_GT] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_break] = ACTIONS(995), + [anon_sym_continue] = ACTIONS(995), + [anon_sym_for] = ACTIONS(995), + [anon_sym_in] = ACTIONS(995), + [anon_sym_loop] = ACTIONS(995), + [anon_sym_while] = ACTIONS(995), + [anon_sym_do] = ACTIONS(995), + [anon_sym_if] = ACTIONS(995), + [anon_sym_match] = ACTIONS(995), + [anon_sym_LBRACE] = ACTIONS(995), + [anon_sym_RBRACE] = ACTIONS(995), + [anon_sym_DOT] = ACTIONS(995), + [anon_sym_try] = ACTIONS(995), + [anon_sym_return] = ACTIONS(995), + [anon_sym_source] = ACTIONS(995), + [anon_sym_source_DASHenv] = ACTIONS(995), + [anon_sym_register] = ACTIONS(995), + [anon_sym_hide] = ACTIONS(995), + [anon_sym_hide_DASHenv] = ACTIONS(995), + [anon_sym_overlay] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(995), + [anon_sym_where] = ACTIONS(995), + [anon_sym_STAR_STAR] = ACTIONS(995), + [anon_sym_PLUS_PLUS] = ACTIONS(995), + [anon_sym_SLASH] = ACTIONS(995), + [anon_sym_mod] = ACTIONS(995), + [anon_sym_SLASH_SLASH] = ACTIONS(995), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_bit_DASHshl] = ACTIONS(995), + [anon_sym_bit_DASHshr] = ACTIONS(995), + [anon_sym_EQ_EQ] = ACTIONS(995), + [anon_sym_BANG_EQ] = ACTIONS(995), + [anon_sym_LT2] = ACTIONS(995), + [anon_sym_LT_EQ] = ACTIONS(995), + [anon_sym_GT_EQ] = ACTIONS(995), + [anon_sym_not_DASHin] = ACTIONS(995), + [anon_sym_starts_DASHwith] = ACTIONS(995), + [anon_sym_ends_DASHwith] = ACTIONS(995), + [anon_sym_EQ_TILDE] = ACTIONS(995), + [anon_sym_BANG_TILDE] = ACTIONS(995), + [anon_sym_bit_DASHand] = ACTIONS(995), + [anon_sym_bit_DASHxor] = ACTIONS(995), + [anon_sym_bit_DASHor] = ACTIONS(995), + [anon_sym_and] = ACTIONS(995), + [anon_sym_xor] = ACTIONS(995), + [anon_sym_or] = ACTIONS(995), + [anon_sym_not] = ACTIONS(995), + [anon_sym_null] = ACTIONS(995), + [anon_sym_true] = ACTIONS(995), + [anon_sym_false] = ACTIONS(995), + [aux_sym__val_number_decimal_token1] = ACTIONS(995), + [aux_sym__val_number_token1] = ACTIONS(995), + [aux_sym__val_number_token2] = ACTIONS(995), + [aux_sym__val_number_token3] = ACTIONS(995), + [aux_sym__val_number_token4] = ACTIONS(995), + [aux_sym__val_number_token5] = ACTIONS(995), + [aux_sym__val_number_token6] = ACTIONS(995), + [anon_sym_0b] = ACTIONS(995), + [anon_sym_0o] = ACTIONS(995), + [anon_sym_0x] = ACTIONS(995), + [sym_val_date] = ACTIONS(995), + [anon_sym_DQUOTE] = ACTIONS(995), + [sym__str_single_quotes] = ACTIONS(995), + [sym__str_back_ticks] = ACTIONS(995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(995), + [anon_sym_CARET] = ACTIONS(995), + [anon_sym_POUND] = ACTIONS(105), }, [258] = { [sym_comment] = STATE(258), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym__] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(627), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [259] = { [sym_comment] = STATE(259), - [anon_sym_LBRACK] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_LPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(159), - [anon_sym_RBRACE] = ACTIONS(159), - [anon_sym__] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(159), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(159), - [anon_sym_xor] = ACTIONS(159), - [anon_sym_or] = ACTIONS(159), - [anon_sym_null] = ACTIONS(159), - [anon_sym_true] = ACTIONS(159), - [anon_sym_false] = ACTIONS(159), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(159), - [aux_sym__val_number_token2] = ACTIONS(159), - [aux_sym__val_number_token3] = ACTIONS(159), - [aux_sym__val_number_token4] = ACTIONS(159), - [aux_sym__val_number_token5] = ACTIONS(159), - [aux_sym__val_number_token6] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(159), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym__str_single_quotes] = ACTIONS(159), - [sym__str_back_ticks] = ACTIONS(159), - [aux_sym_unquoted_token1] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(999), + [anon_sym_alias] = ACTIONS(999), + [anon_sym_let] = ACTIONS(999), + [anon_sym_let_DASHenv] = ACTIONS(999), + [anon_sym_mut] = ACTIONS(999), + [anon_sym_const] = ACTIONS(999), + [anon_sym_SEMI] = ACTIONS(999), + [sym_cmd_identifier] = ACTIONS(999), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_def] = ACTIONS(999), + [anon_sym_export_DASHenv] = ACTIONS(999), + [anon_sym_extern] = ACTIONS(999), + [anon_sym_module] = ACTIONS(999), + [anon_sym_use] = ACTIONS(999), + [anon_sym_LBRACK] = ACTIONS(999), + [anon_sym_LPAREN] = ACTIONS(999), + [anon_sym_RPAREN] = ACTIONS(999), + [anon_sym_DOLLAR] = ACTIONS(999), + [anon_sym_error] = ACTIONS(999), + [anon_sym_GT] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_break] = ACTIONS(999), + [anon_sym_continue] = ACTIONS(999), + [anon_sym_for] = ACTIONS(999), + [anon_sym_in] = ACTIONS(999), + [anon_sym_loop] = ACTIONS(999), + [anon_sym_while] = ACTIONS(999), + [anon_sym_do] = ACTIONS(999), + [anon_sym_if] = ACTIONS(999), + [anon_sym_match] = ACTIONS(999), + [anon_sym_LBRACE] = ACTIONS(999), + [anon_sym_RBRACE] = ACTIONS(999), + [anon_sym_DOT] = ACTIONS(999), + [anon_sym_try] = ACTIONS(999), + [anon_sym_return] = ACTIONS(999), + [anon_sym_source] = ACTIONS(999), + [anon_sym_source_DASHenv] = ACTIONS(999), + [anon_sym_register] = ACTIONS(999), + [anon_sym_hide] = ACTIONS(999), + [anon_sym_hide_DASHenv] = ACTIONS(999), + [anon_sym_overlay] = ACTIONS(999), + [anon_sym_STAR] = ACTIONS(999), + [anon_sym_where] = ACTIONS(999), + [anon_sym_STAR_STAR] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(999), + [anon_sym_SLASH] = ACTIONS(999), + [anon_sym_mod] = ACTIONS(999), + [anon_sym_SLASH_SLASH] = ACTIONS(999), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_bit_DASHshl] = ACTIONS(999), + [anon_sym_bit_DASHshr] = ACTIONS(999), + [anon_sym_EQ_EQ] = ACTIONS(999), + [anon_sym_BANG_EQ] = ACTIONS(999), + [anon_sym_LT2] = ACTIONS(999), + [anon_sym_LT_EQ] = ACTIONS(999), + [anon_sym_GT_EQ] = ACTIONS(999), + [anon_sym_not_DASHin] = ACTIONS(999), + [anon_sym_starts_DASHwith] = ACTIONS(999), + [anon_sym_ends_DASHwith] = ACTIONS(999), + [anon_sym_EQ_TILDE] = ACTIONS(999), + [anon_sym_BANG_TILDE] = ACTIONS(999), + [anon_sym_bit_DASHand] = ACTIONS(999), + [anon_sym_bit_DASHxor] = ACTIONS(999), + [anon_sym_bit_DASHor] = ACTIONS(999), + [anon_sym_and] = ACTIONS(999), + [anon_sym_xor] = ACTIONS(999), + [anon_sym_or] = ACTIONS(999), + [anon_sym_not] = ACTIONS(999), + [anon_sym_null] = ACTIONS(999), + [anon_sym_true] = ACTIONS(999), + [anon_sym_false] = ACTIONS(999), + [aux_sym__val_number_decimal_token1] = ACTIONS(999), + [aux_sym__val_number_token1] = ACTIONS(999), + [aux_sym__val_number_token2] = ACTIONS(999), + [aux_sym__val_number_token3] = ACTIONS(999), + [aux_sym__val_number_token4] = ACTIONS(999), + [aux_sym__val_number_token5] = ACTIONS(999), + [aux_sym__val_number_token6] = ACTIONS(999), + [anon_sym_0b] = ACTIONS(999), + [anon_sym_0o] = ACTIONS(999), + [anon_sym_0x] = ACTIONS(999), + [sym_val_date] = ACTIONS(999), + [anon_sym_DQUOTE] = ACTIONS(999), + [sym__str_single_quotes] = ACTIONS(999), + [sym__str_back_ticks] = ACTIONS(999), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(999), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(999), + [anon_sym_CARET] = ACTIONS(999), + [anon_sym_POUND] = ACTIONS(105), }, [260] = { [sym_comment] = STATE(260), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym__] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym_unquoted_token1] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1003), + [anon_sym_alias] = ACTIONS(1003), + [anon_sym_let] = ACTIONS(1003), + [anon_sym_let_DASHenv] = ACTIONS(1003), + [anon_sym_mut] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1003), + [anon_sym_SEMI] = ACTIONS(1003), + [sym_cmd_identifier] = ACTIONS(1003), + [anon_sym_LF] = ACTIONS(1005), + [anon_sym_def] = ACTIONS(1003), + [anon_sym_export_DASHenv] = ACTIONS(1003), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym_module] = ACTIONS(1003), + [anon_sym_use] = ACTIONS(1003), + [anon_sym_LBRACK] = ACTIONS(1003), + [anon_sym_LPAREN] = ACTIONS(1003), + [anon_sym_RPAREN] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1003), + [anon_sym_error] = ACTIONS(1003), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_break] = ACTIONS(1003), + [anon_sym_continue] = ACTIONS(1003), + [anon_sym_for] = ACTIONS(1003), + [anon_sym_in] = ACTIONS(1003), + [anon_sym_loop] = ACTIONS(1003), + [anon_sym_while] = ACTIONS(1003), + [anon_sym_do] = ACTIONS(1003), + [anon_sym_if] = ACTIONS(1003), + [anon_sym_match] = ACTIONS(1003), + [anon_sym_LBRACE] = ACTIONS(1003), + [anon_sym_RBRACE] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_try] = ACTIONS(1003), + [anon_sym_return] = ACTIONS(1003), + [anon_sym_source] = ACTIONS(1003), + [anon_sym_source_DASHenv] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_hide] = ACTIONS(1003), + [anon_sym_hide_DASHenv] = ACTIONS(1003), + [anon_sym_overlay] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_where] = ACTIONS(1003), + [anon_sym_STAR_STAR] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_bit_DASHshl] = ACTIONS(1003), + [anon_sym_bit_DASHshr] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1003), + [anon_sym_BANG_EQ] = ACTIONS(1003), + [anon_sym_LT2] = ACTIONS(1003), + [anon_sym_LT_EQ] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1003), + [anon_sym_not_DASHin] = ACTIONS(1003), + [anon_sym_starts_DASHwith] = ACTIONS(1003), + [anon_sym_ends_DASHwith] = ACTIONS(1003), + [anon_sym_EQ_TILDE] = ACTIONS(1003), + [anon_sym_BANG_TILDE] = ACTIONS(1003), + [anon_sym_bit_DASHand] = ACTIONS(1003), + [anon_sym_bit_DASHxor] = ACTIONS(1003), + [anon_sym_bit_DASHor] = ACTIONS(1003), + [anon_sym_and] = ACTIONS(1003), + [anon_sym_xor] = ACTIONS(1003), + [anon_sym_or] = ACTIONS(1003), + [anon_sym_not] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1003), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), + [aux_sym__val_number_decimal_token1] = ACTIONS(1003), + [aux_sym__val_number_token1] = ACTIONS(1003), + [aux_sym__val_number_token2] = ACTIONS(1003), + [aux_sym__val_number_token3] = ACTIONS(1003), + [aux_sym__val_number_token4] = ACTIONS(1003), + [aux_sym__val_number_token5] = ACTIONS(1003), + [aux_sym__val_number_token6] = ACTIONS(1003), + [anon_sym_0b] = ACTIONS(1003), + [anon_sym_0o] = ACTIONS(1003), + [anon_sym_0x] = ACTIONS(1003), + [sym_val_date] = ACTIONS(1003), + [anon_sym_DQUOTE] = ACTIONS(1003), + [sym__str_single_quotes] = ACTIONS(1003), + [sym__str_back_ticks] = ACTIONS(1003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1003), + [anon_sym_CARET] = ACTIONS(1003), + [anon_sym_POUND] = ACTIONS(105), }, [261] = { [sym_comment] = STATE(261), - [anon_sym_LBRACK] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_DOLLAR] = ACTIONS(223), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(223), - [anon_sym__] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(223), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(223), - [anon_sym_PLUS_PLUS] = ACTIONS(223), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(223), - [anon_sym_SLASH_SLASH] = ACTIONS(223), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(223), - [anon_sym_bit_DASHshr] = ACTIONS(223), - [anon_sym_EQ_EQ] = ACTIONS(223), - [anon_sym_BANG_EQ] = ACTIONS(223), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(223), - [anon_sym_GT_EQ] = ACTIONS(223), - [anon_sym_not_DASHin] = ACTIONS(223), - [anon_sym_starts_DASHwith] = ACTIONS(223), - [anon_sym_ends_DASHwith] = ACTIONS(223), - [anon_sym_EQ_TILDE] = ACTIONS(223), - [anon_sym_BANG_TILDE] = ACTIONS(223), - [anon_sym_bit_DASHand] = ACTIONS(223), - [anon_sym_bit_DASHxor] = ACTIONS(223), - [anon_sym_bit_DASHor] = ACTIONS(223), - [anon_sym_and] = ACTIONS(223), - [anon_sym_xor] = ACTIONS(223), - [anon_sym_or] = ACTIONS(223), - [anon_sym_null] = ACTIONS(223), - [anon_sym_true] = ACTIONS(223), - [anon_sym_false] = ACTIONS(223), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(223), - [aux_sym__val_number_token2] = ACTIONS(223), - [aux_sym__val_number_token3] = ACTIONS(223), - [aux_sym__val_number_token4] = ACTIONS(223), - [aux_sym__val_number_token5] = ACTIONS(223), - [aux_sym__val_number_token6] = ACTIONS(223), - [anon_sym_ns] = ACTIONS(223), - [anon_sym_s] = ACTIONS(223), - [anon_sym_us] = ACTIONS(223), - [anon_sym_ms] = ACTIONS(223), - [anon_sym_sec] = ACTIONS(223), - [anon_sym_min] = ACTIONS(223), - [anon_sym_hr] = ACTIONS(223), - [anon_sym_day] = ACTIONS(223), - [anon_sym_wk] = ACTIONS(223), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(223), - [anon_sym_kb] = ACTIONS(223), - [anon_sym_kB] = ACTIONS(223), - [anon_sym_Kb] = ACTIONS(223), - [anon_sym_KB] = ACTIONS(223), - [anon_sym_mb] = ACTIONS(223), - [anon_sym_mB] = ACTIONS(223), - [anon_sym_Mb] = ACTIONS(223), - [anon_sym_MB] = ACTIONS(223), - [anon_sym_gb] = ACTIONS(223), - [anon_sym_gB] = ACTIONS(223), - [anon_sym_Gb] = ACTIONS(223), - [anon_sym_GB] = ACTIONS(223), - [anon_sym_tb] = ACTIONS(223), - [anon_sym_tB] = ACTIONS(223), - [anon_sym_Tb] = ACTIONS(223), - [anon_sym_TB] = ACTIONS(223), - [anon_sym_pb] = ACTIONS(223), - [anon_sym_pB] = ACTIONS(223), - [anon_sym_Pb] = ACTIONS(223), - [anon_sym_PB] = ACTIONS(223), - [anon_sym_eb] = ACTIONS(223), - [anon_sym_eB] = ACTIONS(223), - [anon_sym_Eb] = ACTIONS(223), - [anon_sym_EB] = ACTIONS(223), - [anon_sym_kib] = ACTIONS(223), - [anon_sym_kiB] = ACTIONS(223), - [anon_sym_kIB] = ACTIONS(223), - [anon_sym_kIb] = ACTIONS(223), - [anon_sym_Kib] = ACTIONS(223), - [anon_sym_KIb] = ACTIONS(223), - [anon_sym_KIB] = ACTIONS(223), - [anon_sym_mib] = ACTIONS(223), - [anon_sym_miB] = ACTIONS(223), - [anon_sym_mIB] = ACTIONS(223), - [anon_sym_mIb] = ACTIONS(223), - [anon_sym_Mib] = ACTIONS(223), - [anon_sym_MIb] = ACTIONS(223), - [anon_sym_MIB] = ACTIONS(223), - [anon_sym_gib] = ACTIONS(223), - [anon_sym_giB] = ACTIONS(223), - [anon_sym_gIB] = ACTIONS(223), - [anon_sym_gIb] = ACTIONS(223), - [anon_sym_Gib] = ACTIONS(223), - [anon_sym_GIb] = ACTIONS(223), - [anon_sym_GIB] = ACTIONS(223), - [anon_sym_tib] = ACTIONS(223), - [anon_sym_tiB] = ACTIONS(223), - [anon_sym_tIB] = ACTIONS(223), - [anon_sym_tIb] = ACTIONS(223), - [anon_sym_Tib] = ACTIONS(223), - [anon_sym_TIb] = ACTIONS(223), - [anon_sym_TIB] = ACTIONS(223), - [anon_sym_pib] = ACTIONS(223), - [anon_sym_piB] = ACTIONS(223), - [anon_sym_pIB] = ACTIONS(223), - [anon_sym_pIb] = ACTIONS(223), - [anon_sym_Pib] = ACTIONS(223), - [anon_sym_PIb] = ACTIONS(223), - [anon_sym_PIB] = ACTIONS(223), - [anon_sym_eib] = ACTIONS(223), - [anon_sym_eiB] = ACTIONS(223), - [anon_sym_eIB] = ACTIONS(223), - [anon_sym_eIb] = ACTIONS(223), - [anon_sym_Eib] = ACTIONS(223), - [anon_sym_EIb] = ACTIONS(223), - [anon_sym_EIB] = ACTIONS(223), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(223), - [anon_sym_DQUOTE] = ACTIONS(223), - [sym__str_single_quotes] = ACTIONS(223), - [sym__str_back_ticks] = ACTIONS(223), - [aux_sym_unquoted_token1] = ACTIONS(221), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(887), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [anon_sym_SEMI] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_error] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_try] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_where] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_not] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_CARET] = ACTIONS(885), + [anon_sym_POUND] = ACTIONS(105), }, [262] = { [sym_comment] = STATE(262), - [anon_sym_LBRACK] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_DOLLAR] = ACTIONS(215), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(215), - [anon_sym_RBRACE] = ACTIONS(215), - [anon_sym__] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(215), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(215), - [anon_sym_PLUS_PLUS] = ACTIONS(215), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(215), - [anon_sym_SLASH_SLASH] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(215), - [anon_sym_bit_DASHshr] = ACTIONS(215), - [anon_sym_EQ_EQ] = ACTIONS(215), - [anon_sym_BANG_EQ] = ACTIONS(215), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(215), - [anon_sym_GT_EQ] = ACTIONS(215), - [anon_sym_not_DASHin] = ACTIONS(215), - [anon_sym_starts_DASHwith] = ACTIONS(215), - [anon_sym_ends_DASHwith] = ACTIONS(215), - [anon_sym_EQ_TILDE] = ACTIONS(215), - [anon_sym_BANG_TILDE] = ACTIONS(215), - [anon_sym_bit_DASHand] = ACTIONS(215), - [anon_sym_bit_DASHxor] = ACTIONS(215), - [anon_sym_bit_DASHor] = ACTIONS(215), - [anon_sym_and] = ACTIONS(215), - [anon_sym_xor] = ACTIONS(215), - [anon_sym_or] = ACTIONS(215), - [anon_sym_null] = ACTIONS(215), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(215), - [aux_sym__val_number_token2] = ACTIONS(215), - [aux_sym__val_number_token3] = ACTIONS(215), - [aux_sym__val_number_token4] = ACTIONS(215), - [aux_sym__val_number_token5] = ACTIONS(215), - [aux_sym__val_number_token6] = ACTIONS(215), - [anon_sym_ns] = ACTIONS(631), - [anon_sym_s] = ACTIONS(631), - [anon_sym_us] = ACTIONS(631), - [anon_sym_ms] = ACTIONS(631), - [anon_sym_sec] = ACTIONS(631), - [anon_sym_min] = ACTIONS(631), - [anon_sym_hr] = ACTIONS(631), - [anon_sym_day] = ACTIONS(631), - [anon_sym_wk] = ACTIONS(631), - [anon_sym_b] = ACTIONS(633), - [anon_sym_B] = ACTIONS(635), - [anon_sym_kb] = ACTIONS(635), - [anon_sym_kB] = ACTIONS(635), - [anon_sym_Kb] = ACTIONS(635), - [anon_sym_KB] = ACTIONS(635), - [anon_sym_mb] = ACTIONS(635), - [anon_sym_mB] = ACTIONS(635), - [anon_sym_Mb] = ACTIONS(635), - [anon_sym_MB] = ACTIONS(635), - [anon_sym_gb] = ACTIONS(635), - [anon_sym_gB] = ACTIONS(635), - [anon_sym_Gb] = ACTIONS(635), - [anon_sym_GB] = ACTIONS(635), - [anon_sym_tb] = ACTIONS(635), - [anon_sym_tB] = ACTIONS(635), - [anon_sym_Tb] = ACTIONS(635), - [anon_sym_TB] = ACTIONS(635), - [anon_sym_pb] = ACTIONS(635), - [anon_sym_pB] = ACTIONS(635), - [anon_sym_Pb] = ACTIONS(635), - [anon_sym_PB] = ACTIONS(635), - [anon_sym_eb] = ACTIONS(635), - [anon_sym_eB] = ACTIONS(635), - [anon_sym_Eb] = ACTIONS(635), - [anon_sym_EB] = ACTIONS(635), - [anon_sym_kib] = ACTIONS(635), - [anon_sym_kiB] = ACTIONS(635), - [anon_sym_kIB] = ACTIONS(635), - [anon_sym_kIb] = ACTIONS(635), - [anon_sym_Kib] = ACTIONS(635), - [anon_sym_KIb] = ACTIONS(635), - [anon_sym_KIB] = ACTIONS(635), - [anon_sym_mib] = ACTIONS(635), - [anon_sym_miB] = ACTIONS(635), - [anon_sym_mIB] = ACTIONS(635), - [anon_sym_mIb] = ACTIONS(635), - [anon_sym_Mib] = ACTIONS(635), - [anon_sym_MIb] = ACTIONS(635), - [anon_sym_MIB] = ACTIONS(635), - [anon_sym_gib] = ACTIONS(635), - [anon_sym_giB] = ACTIONS(635), - [anon_sym_gIB] = ACTIONS(635), - [anon_sym_gIb] = ACTIONS(635), - [anon_sym_Gib] = ACTIONS(635), - [anon_sym_GIb] = ACTIONS(635), - [anon_sym_GIB] = ACTIONS(635), - [anon_sym_tib] = ACTIONS(635), - [anon_sym_tiB] = ACTIONS(635), - [anon_sym_tIB] = ACTIONS(635), - [anon_sym_tIb] = ACTIONS(635), - [anon_sym_Tib] = ACTIONS(635), - [anon_sym_TIb] = ACTIONS(635), - [anon_sym_TIB] = ACTIONS(635), - [anon_sym_pib] = ACTIONS(635), - [anon_sym_piB] = ACTIONS(635), - [anon_sym_pIB] = ACTIONS(635), - [anon_sym_pIb] = ACTIONS(635), - [anon_sym_Pib] = ACTIONS(635), - [anon_sym_PIb] = ACTIONS(635), - [anon_sym_PIB] = ACTIONS(635), - [anon_sym_eib] = ACTIONS(635), - [anon_sym_eiB] = ACTIONS(635), - [anon_sym_eIB] = ACTIONS(635), - [anon_sym_eIb] = ACTIONS(635), - [anon_sym_Eib] = ACTIONS(635), - [anon_sym_EIb] = ACTIONS(635), - [anon_sym_EIB] = ACTIONS(635), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(215), - [anon_sym_DQUOTE] = ACTIONS(215), - [sym__str_single_quotes] = ACTIONS(215), - [sym__str_back_ticks] = ACTIONS(215), - [aux_sym_unquoted_token1] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [263] = { [sym_comment] = STATE(263), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym__] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [264] = { - [sym__block_body_statement_parenthesized] = STATE(1401), - [sym__declaration_parenthesized] = STATE(1679), - [sym_decl_alias_parenthesized] = STATE(1676), - [sym_stmt_let_parenthesized] = STATE(1669), - [sym_stmt_mut_parenthesized] = STATE(1669), - [sym_stmt_const_parenthesized] = STATE(1669), - [sym__statement_parenthesized] = STATE(1679), - [sym_pipeline_parenthesized] = STATE(1669), - [sym_decl_def] = STATE(1676), - [sym_decl_export] = STATE(1676), - [sym_decl_extern] = STATE(1676), - [sym_decl_module] = STATE(1676), - [sym_decl_use] = STATE(1676), - [sym__ctrl_statement] = STATE(1669), - [sym__ctrl_expression_parenthesized] = STATE(4977), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(6040), - [sym_stmt_source] = STATE(1669), - [sym_stmt_register] = STATE(1669), - [sym__stmt_hide] = STATE(1669), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1669), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1669), - [sym_where_command] = STATE(4984), - [sym__expression] = STATE(4984), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4985), [sym_comment] = STATE(264), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(856), - [aux_sym__parenthesized_body_repeat1] = STATE(264), - [anon_sym_export] = ACTIONS(637), - [anon_sym_alias] = ACTIONS(640), - [anon_sym_let] = ACTIONS(643), - [anon_sym_let_DASHenv] = ACTIONS(643), - [anon_sym_mut] = ACTIONS(646), - [anon_sym_const] = ACTIONS(649), - [sym_cmd_identifier] = ACTIONS(652), - [anon_sym_def] = ACTIONS(655), - [anon_sym_export_DASHenv] = ACTIONS(658), - [anon_sym_extern] = ACTIONS(661), - [anon_sym_module] = ACTIONS(664), - [anon_sym_use] = ACTIONS(667), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_DOLLAR] = ACTIONS(676), - [anon_sym_error] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(682), - [anon_sym_break] = ACTIONS(685), - [anon_sym_continue] = ACTIONS(688), - [anon_sym_for] = ACTIONS(691), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(700), - [anon_sym_if] = ACTIONS(703), - [anon_sym_match] = ACTIONS(706), - [anon_sym_LBRACE] = ACTIONS(709), - [anon_sym_DOT] = ACTIONS(712), - [anon_sym_try] = ACTIONS(715), - [anon_sym_return] = ACTIONS(718), - [anon_sym_source] = ACTIONS(721), - [anon_sym_source_DASHenv] = ACTIONS(721), - [anon_sym_register] = ACTIONS(724), - [anon_sym_hide] = ACTIONS(727), - [anon_sym_hide_DASHenv] = ACTIONS(730), - [anon_sym_overlay] = ACTIONS(733), - [anon_sym_where] = ACTIONS(736), - [anon_sym_PLUS] = ACTIONS(739), - [anon_sym_not] = ACTIONS(742), - [anon_sym_null] = ACTIONS(745), - [anon_sym_true] = ACTIONS(748), - [anon_sym_false] = ACTIONS(748), - [aux_sym__val_number_decimal_token1] = ACTIONS(751), - [aux_sym__val_number_token1] = ACTIONS(754), - [aux_sym__val_number_token2] = ACTIONS(754), - [aux_sym__val_number_token3] = ACTIONS(754), - [aux_sym__val_number_token4] = ACTIONS(757), - [aux_sym__val_number_token5] = ACTIONS(754), - [aux_sym__val_number_token6] = ACTIONS(757), - [anon_sym_0b] = ACTIONS(760), - [anon_sym_0o] = ACTIONS(760), - [anon_sym_0x] = ACTIONS(760), - [sym_val_date] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(766), - [sym__str_single_quotes] = ACTIONS(769), - [sym__str_back_ticks] = ACTIONS(769), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(772), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), - [anon_sym_CARET] = ACTIONS(778), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(926), + [anon_sym_alias] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_let_DASHenv] = ACTIONS(926), + [anon_sym_mut] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [sym_cmd_identifier] = ACTIONS(926), + [anon_sym_LF] = ACTIONS(1007), + [anon_sym_def] = ACTIONS(926), + [anon_sym_export_DASHenv] = ACTIONS(926), + [anon_sym_extern] = ACTIONS(926), + [anon_sym_module] = ACTIONS(926), + [anon_sym_use] = ACTIONS(926), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_RPAREN] = ACTIONS(926), + [anon_sym_DOLLAR] = ACTIONS(926), + [anon_sym_error] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(926), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_match] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_try] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_source] = ACTIONS(926), + [anon_sym_source_DASHenv] = ACTIONS(926), + [anon_sym_register] = ACTIONS(926), + [anon_sym_hide] = ACTIONS(926), + [anon_sym_hide_DASHenv] = ACTIONS(926), + [anon_sym_overlay] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_where] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_not] = ACTIONS(926), + [anon_sym_null] = ACTIONS(926), + [anon_sym_true] = ACTIONS(926), + [anon_sym_false] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(926), + [aux_sym__val_number_token1] = ACTIONS(926), + [aux_sym__val_number_token2] = ACTIONS(926), + [aux_sym__val_number_token3] = ACTIONS(926), + [aux_sym__val_number_token4] = ACTIONS(926), + [aux_sym__val_number_token5] = ACTIONS(926), + [aux_sym__val_number_token6] = ACTIONS(926), + [anon_sym_0b] = ACTIONS(926), + [anon_sym_0o] = ACTIONS(926), + [anon_sym_0x] = ACTIONS(926), + [sym_val_date] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym__str_single_quotes] = ACTIONS(926), + [sym__str_back_ticks] = ACTIONS(926), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(926), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_POUND] = ACTIONS(105), }, [265] = { - [sym__block_body_statement] = STATE(1458), - [sym__declaration] = STATE(1667), - [sym_decl_alias] = STATE(1668), - [sym_stmt_let] = STATE(1670), - [sym_stmt_mut] = STATE(1670), - [sym_stmt_const] = STATE(1670), - [sym__statement] = STATE(1667), - [sym_pipeline] = STATE(1670), - [sym_decl_def] = STATE(1668), - [sym_decl_export] = STATE(1668), - [sym_decl_extern] = STATE(1668), - [sym_decl_module] = STATE(1668), - [sym_decl_use] = STATE(1668), - [sym__ctrl_statement] = STATE(1670), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_for] = STATE(1350), - [sym_ctrl_loop] = STATE(1350), - [sym_ctrl_error] = STATE(1350), - [sym_ctrl_while] = STATE(1350), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5439), - [sym_stmt_source] = STATE(1670), - [sym_stmt_register] = STATE(1670), - [sym__stmt_hide] = STATE(1670), - [sym_hide_mod] = STATE(1353), - [sym_hide_env] = STATE(1353), - [sym__stmt_overlay] = STATE(1670), - [sym_overlay_list] = STATE(1354), - [sym_overlay_hide] = STATE(1354), - [sym_overlay_new] = STATE(1354), - [sym_overlay_use] = STATE(1354), - [sym_assignment] = STATE(1670), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(2530), - [sym__var] = STATE(2365), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(265), - [aux_sym_pipeline_repeat1] = STATE(857), - [aux_sym__block_body_repeat2] = STATE(265), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(784), - [anon_sym_let] = ACTIONS(787), - [anon_sym_let_DASHenv] = ACTIONS(787), - [anon_sym_mut] = ACTIONS(790), - [anon_sym_const] = ACTIONS(793), - [sym_cmd_identifier] = ACTIONS(796), - [anon_sym_def] = ACTIONS(799), - [anon_sym_export_DASHenv] = ACTIONS(802), - [anon_sym_extern] = ACTIONS(805), - [anon_sym_module] = ACTIONS(808), - [anon_sym_use] = ACTIONS(811), - [anon_sym_LBRACK] = ACTIONS(814), - [anon_sym_LPAREN] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(820), - [anon_sym_error] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(826), - [anon_sym_break] = ACTIONS(829), - [anon_sym_continue] = ACTIONS(832), - [anon_sym_for] = ACTIONS(835), - [anon_sym_loop] = ACTIONS(838), - [anon_sym_while] = ACTIONS(841), - [anon_sym_do] = ACTIONS(844), - [anon_sym_if] = ACTIONS(847), - [anon_sym_match] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(853), - [anon_sym_DOT] = ACTIONS(856), - [anon_sym_try] = ACTIONS(859), - [anon_sym_return] = ACTIONS(862), - [anon_sym_source] = ACTIONS(865), - [anon_sym_source_DASHenv] = ACTIONS(865), - [anon_sym_register] = ACTIONS(868), - [anon_sym_hide] = ACTIONS(871), - [anon_sym_hide_DASHenv] = ACTIONS(874), - [anon_sym_overlay] = ACTIONS(877), - [anon_sym_where] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(883), - [anon_sym_not] = ACTIONS(886), - [anon_sym_null] = ACTIONS(889), - [anon_sym_true] = ACTIONS(892), - [anon_sym_false] = ACTIONS(892), - [aux_sym__val_number_decimal_token1] = ACTIONS(895), - [aux_sym__val_number_token1] = ACTIONS(898), - [aux_sym__val_number_token2] = ACTIONS(898), - [aux_sym__val_number_token3] = ACTIONS(898), - [aux_sym__val_number_token4] = ACTIONS(901), - [aux_sym__val_number_token5] = ACTIONS(898), - [aux_sym__val_number_token6] = ACTIONS(901), - [anon_sym_0b] = ACTIONS(904), - [anon_sym_0o] = ACTIONS(904), - [anon_sym_0x] = ACTIONS(904), - [sym_val_date] = ACTIONS(907), - [anon_sym_DQUOTE] = ACTIONS(910), - [sym__str_single_quotes] = ACTIONS(913), - [sym__str_back_ticks] = ACTIONS(913), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(916), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(919), - [anon_sym_CARET] = ACTIONS(922), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(862), + [anon_sym_export] = ACTIONS(860), + [anon_sym_alias] = ACTIONS(860), + [anon_sym_let] = ACTIONS(860), + [anon_sym_let_DASHenv] = ACTIONS(860), + [anon_sym_mut] = ACTIONS(860), + [anon_sym_const] = ACTIONS(860), + [anon_sym_SEMI] = ACTIONS(860), + [sym_cmd_identifier] = ACTIONS(860), + [anon_sym_LF] = ACTIONS(862), + [anon_sym_def] = ACTIONS(860), + [anon_sym_export_DASHenv] = ACTIONS(860), + [anon_sym_extern] = ACTIONS(860), + [anon_sym_module] = ACTIONS(860), + [anon_sym_use] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(860), + [anon_sym_error] = ACTIONS(860), + [anon_sym_GT] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_break] = ACTIONS(860), + [anon_sym_continue] = ACTIONS(860), + [anon_sym_for] = ACTIONS(860), + [anon_sym_in] = ACTIONS(860), + [anon_sym_loop] = ACTIONS(860), + [anon_sym_while] = ACTIONS(860), + [anon_sym_do] = ACTIONS(860), + [anon_sym_if] = ACTIONS(860), + [anon_sym_match] = ACTIONS(860), + [anon_sym_LBRACE] = ACTIONS(860), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_try] = ACTIONS(860), + [anon_sym_return] = ACTIONS(860), + [anon_sym_source] = ACTIONS(860), + [anon_sym_source_DASHenv] = ACTIONS(860), + [anon_sym_register] = ACTIONS(860), + [anon_sym_hide] = ACTIONS(860), + [anon_sym_hide_DASHenv] = ACTIONS(860), + [anon_sym_overlay] = ACTIONS(860), + [anon_sym_STAR] = ACTIONS(860), + [anon_sym_where] = ACTIONS(860), + [anon_sym_STAR_STAR] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(860), + [anon_sym_mod] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(860), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_bit_DASHshl] = ACTIONS(860), + [anon_sym_bit_DASHshr] = ACTIONS(860), + [anon_sym_EQ_EQ] = ACTIONS(860), + [anon_sym_BANG_EQ] = ACTIONS(860), + [anon_sym_LT2] = ACTIONS(860), + [anon_sym_LT_EQ] = ACTIONS(860), + [anon_sym_GT_EQ] = ACTIONS(860), + [anon_sym_not_DASHin] = ACTIONS(860), + [anon_sym_starts_DASHwith] = ACTIONS(860), + [anon_sym_ends_DASHwith] = ACTIONS(860), + [anon_sym_EQ_TILDE] = ACTIONS(860), + [anon_sym_BANG_TILDE] = ACTIONS(860), + [anon_sym_bit_DASHand] = ACTIONS(860), + [anon_sym_bit_DASHxor] = ACTIONS(860), + [anon_sym_bit_DASHor] = ACTIONS(860), + [anon_sym_and] = ACTIONS(860), + [anon_sym_xor] = ACTIONS(860), + [anon_sym_or] = ACTIONS(860), + [anon_sym_not] = ACTIONS(860), + [anon_sym_null] = ACTIONS(860), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(860), + [aux_sym__val_number_token2] = ACTIONS(860), + [aux_sym__val_number_token3] = ACTIONS(860), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(860), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_0b] = ACTIONS(860), + [anon_sym_0o] = ACTIONS(860), + [anon_sym_0x] = ACTIONS(860), + [sym_val_date] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(860), + [sym__str_single_quotes] = ACTIONS(860), + [sym__str_back_ticks] = ACTIONS(860), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), + [anon_sym_CARET] = ACTIONS(860), + [anon_sym_POUND] = ACTIONS(105), }, [266] = { [sym_comment] = STATE(266), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(925), - [aux_sym__immediate_decimal_token2] = ACTIONS(927), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1009), + [anon_sym_alias] = ACTIONS(1009), + [anon_sym_let] = ACTIONS(1009), + [anon_sym_let_DASHenv] = ACTIONS(1009), + [anon_sym_mut] = ACTIONS(1009), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_SEMI] = ACTIONS(1009), + [sym_cmd_identifier] = ACTIONS(1009), + [anon_sym_LF] = ACTIONS(1011), + [anon_sym_def] = ACTIONS(1009), + [anon_sym_export_DASHenv] = ACTIONS(1009), + [anon_sym_extern] = ACTIONS(1009), + [anon_sym_module] = ACTIONS(1009), + [anon_sym_use] = ACTIONS(1009), + [anon_sym_LBRACK] = ACTIONS(1009), + [anon_sym_LPAREN] = ACTIONS(1009), + [anon_sym_RPAREN] = ACTIONS(1009), + [anon_sym_DOLLAR] = ACTIONS(1009), + [anon_sym_error] = ACTIONS(1009), + [anon_sym_GT] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1009), + [anon_sym_break] = ACTIONS(1009), + [anon_sym_continue] = ACTIONS(1009), + [anon_sym_for] = ACTIONS(1009), + [anon_sym_in] = ACTIONS(1009), + [anon_sym_loop] = ACTIONS(1009), + [anon_sym_while] = ACTIONS(1009), + [anon_sym_do] = ACTIONS(1009), + [anon_sym_if] = ACTIONS(1009), + [anon_sym_match] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1009), + [anon_sym_RBRACE] = ACTIONS(1009), + [anon_sym_DOT] = ACTIONS(1009), + [anon_sym_try] = ACTIONS(1009), + [anon_sym_return] = ACTIONS(1009), + [anon_sym_source] = ACTIONS(1009), + [anon_sym_source_DASHenv] = ACTIONS(1009), + [anon_sym_register] = ACTIONS(1009), + [anon_sym_hide] = ACTIONS(1009), + [anon_sym_hide_DASHenv] = ACTIONS(1009), + [anon_sym_overlay] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(1009), + [anon_sym_where] = ACTIONS(1009), + [anon_sym_STAR_STAR] = ACTIONS(1009), + [anon_sym_PLUS_PLUS] = ACTIONS(1009), + [anon_sym_SLASH] = ACTIONS(1009), + [anon_sym_mod] = ACTIONS(1009), + [anon_sym_SLASH_SLASH] = ACTIONS(1009), + [anon_sym_PLUS] = ACTIONS(1009), + [anon_sym_bit_DASHshl] = ACTIONS(1009), + [anon_sym_bit_DASHshr] = ACTIONS(1009), + [anon_sym_EQ_EQ] = ACTIONS(1009), + [anon_sym_BANG_EQ] = ACTIONS(1009), + [anon_sym_LT2] = ACTIONS(1009), + [anon_sym_LT_EQ] = ACTIONS(1009), + [anon_sym_GT_EQ] = ACTIONS(1009), + [anon_sym_not_DASHin] = ACTIONS(1009), + [anon_sym_starts_DASHwith] = ACTIONS(1009), + [anon_sym_ends_DASHwith] = ACTIONS(1009), + [anon_sym_EQ_TILDE] = ACTIONS(1009), + [anon_sym_BANG_TILDE] = ACTIONS(1009), + [anon_sym_bit_DASHand] = ACTIONS(1009), + [anon_sym_bit_DASHxor] = ACTIONS(1009), + [anon_sym_bit_DASHor] = ACTIONS(1009), + [anon_sym_and] = ACTIONS(1009), + [anon_sym_xor] = ACTIONS(1009), + [anon_sym_or] = ACTIONS(1009), + [anon_sym_not] = ACTIONS(1009), + [anon_sym_null] = ACTIONS(1009), + [anon_sym_true] = ACTIONS(1009), + [anon_sym_false] = ACTIONS(1009), + [aux_sym__val_number_decimal_token1] = ACTIONS(1009), + [aux_sym__val_number_token1] = ACTIONS(1009), + [aux_sym__val_number_token2] = ACTIONS(1009), + [aux_sym__val_number_token3] = ACTIONS(1009), + [aux_sym__val_number_token4] = ACTIONS(1009), + [aux_sym__val_number_token5] = ACTIONS(1009), + [aux_sym__val_number_token6] = ACTIONS(1009), + [anon_sym_0b] = ACTIONS(1009), + [anon_sym_0o] = ACTIONS(1009), + [anon_sym_0x] = ACTIONS(1009), + [sym_val_date] = ACTIONS(1009), + [anon_sym_DQUOTE] = ACTIONS(1009), + [sym__str_single_quotes] = ACTIONS(1009), + [sym__str_back_ticks] = ACTIONS(1009), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1009), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1009), + [anon_sym_CARET] = ACTIONS(1009), [anon_sym_POUND] = ACTIONS(105), }, [267] = { [sym_comment] = STATE(267), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(929), - [aux_sym__immediate_decimal_token2] = ACTIONS(931), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [268] = { [sym_comment] = STATE(268), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(927), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [269] = { [sym_comment] = STATE(269), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_RPAREN] = ACTIONS(130), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(936), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_err_GT] = ACTIONS(130), - [anon_sym_out_GT] = ACTIONS(130), - [anon_sym_e_GT] = ACTIONS(130), - [anon_sym_o_GT] = ACTIONS(130), - [anon_sym_err_PLUSout_GT] = ACTIONS(130), - [anon_sym_out_PLUSerr_GT] = ACTIONS(130), - [anon_sym_o_PLUSe_GT] = ACTIONS(130), - [anon_sym_e_PLUSo_GT] = ACTIONS(130), - [aux_sym_unquoted_token1] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [270] = { [sym_comment] = STATE(270), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(938), - [aux_sym__immediate_decimal_token2] = ACTIONS(940), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [271] = { [sym_comment] = STATE(271), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(942), - [aux_sym__immediate_decimal_token2] = ACTIONS(944), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [272] = { [sym_comment] = STATE(272), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(946), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(1015), + [anon_sym_alias] = ACTIONS(1015), + [anon_sym_let] = ACTIONS(1015), + [anon_sym_let_DASHenv] = ACTIONS(1015), + [anon_sym_mut] = ACTIONS(1015), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1015), + [sym_cmd_identifier] = ACTIONS(1015), + [anon_sym_LF] = ACTIONS(1017), + [anon_sym_def] = ACTIONS(1015), + [anon_sym_export_DASHenv] = ACTIONS(1015), + [anon_sym_extern] = ACTIONS(1015), + [anon_sym_module] = ACTIONS(1015), + [anon_sym_use] = ACTIONS(1015), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_RPAREN] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_error] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_break] = ACTIONS(1015), + [anon_sym_continue] = ACTIONS(1015), + [anon_sym_for] = ACTIONS(1015), + [anon_sym_in] = ACTIONS(1015), + [anon_sym_loop] = ACTIONS(1015), + [anon_sym_while] = ACTIONS(1015), + [anon_sym_do] = ACTIONS(1015), + [anon_sym_if] = ACTIONS(1015), + [anon_sym_match] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_RBRACE] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(1015), + [anon_sym_try] = ACTIONS(1015), + [anon_sym_return] = ACTIONS(1015), + [anon_sym_source] = ACTIONS(1015), + [anon_sym_source_DASHenv] = ACTIONS(1015), + [anon_sym_register] = ACTIONS(1015), + [anon_sym_hide] = ACTIONS(1015), + [anon_sym_hide_DASHenv] = ACTIONS(1015), + [anon_sym_overlay] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_where] = ACTIONS(1015), + [anon_sym_STAR_STAR] = ACTIONS(1015), + [anon_sym_PLUS_PLUS] = ACTIONS(1015), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1015), + [anon_sym_bit_DASHshl] = ACTIONS(1015), + [anon_sym_bit_DASHshr] = ACTIONS(1015), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_LT2] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_not_DASHin] = ACTIONS(1015), + [anon_sym_starts_DASHwith] = ACTIONS(1015), + [anon_sym_ends_DASHwith] = ACTIONS(1015), + [anon_sym_EQ_TILDE] = ACTIONS(1015), + [anon_sym_BANG_TILDE] = ACTIONS(1015), + [anon_sym_bit_DASHand] = ACTIONS(1015), + [anon_sym_bit_DASHxor] = ACTIONS(1015), + [anon_sym_bit_DASHor] = ACTIONS(1015), + [anon_sym_and] = ACTIONS(1015), + [anon_sym_xor] = ACTIONS(1015), + [anon_sym_or] = ACTIONS(1015), + [anon_sym_not] = ACTIONS(1015), + [anon_sym_null] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1015), + [anon_sym_false] = ACTIONS(1015), + [aux_sym__val_number_decimal_token1] = ACTIONS(1015), + [aux_sym__val_number_token1] = ACTIONS(1015), + [aux_sym__val_number_token2] = ACTIONS(1015), + [aux_sym__val_number_token3] = ACTIONS(1015), + [aux_sym__val_number_token4] = ACTIONS(1015), + [aux_sym__val_number_token5] = ACTIONS(1015), + [aux_sym__val_number_token6] = ACTIONS(1015), + [anon_sym_0b] = ACTIONS(1015), + [anon_sym_0o] = ACTIONS(1015), + [anon_sym_0x] = ACTIONS(1015), + [sym_val_date] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1015), + [sym__str_single_quotes] = ACTIONS(1015), + [sym__str_back_ticks] = ACTIONS(1015), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1015), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1015), + [anon_sym_CARET] = ACTIONS(1015), [anon_sym_POUND] = ACTIONS(105), }, [273] = { [sym_comment] = STATE(273), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(931), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(731), [anon_sym_POUND] = ACTIONS(105), }, [274] = { [sym_comment] = STATE(274), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(931), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(1019), + [anon_sym_alias] = ACTIONS(1019), + [anon_sym_let] = ACTIONS(1019), + [anon_sym_let_DASHenv] = ACTIONS(1019), + [anon_sym_mut] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_SEMI] = ACTIONS(1019), + [sym_cmd_identifier] = ACTIONS(1019), + [anon_sym_LF] = ACTIONS(1021), + [anon_sym_def] = ACTIONS(1019), + [anon_sym_export_DASHenv] = ACTIONS(1019), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_module] = ACTIONS(1019), + [anon_sym_use] = ACTIONS(1019), + [anon_sym_LBRACK] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1019), + [anon_sym_RPAREN] = ACTIONS(1019), + [anon_sym_DOLLAR] = ACTIONS(1019), + [anon_sym_error] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_in] = ACTIONS(1019), + [anon_sym_loop] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_match] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1019), + [anon_sym_RBRACE] = ACTIONS(1019), + [anon_sym_DOT] = ACTIONS(1019), + [anon_sym_try] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_source] = ACTIONS(1019), + [anon_sym_source_DASHenv] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_hide] = ACTIONS(1019), + [anon_sym_hide_DASHenv] = ACTIONS(1019), + [anon_sym_overlay] = ACTIONS(1019), + [anon_sym_STAR] = ACTIONS(1019), + [anon_sym_where] = ACTIONS(1019), + [anon_sym_STAR_STAR] = ACTIONS(1019), + [anon_sym_PLUS_PLUS] = ACTIONS(1019), + [anon_sym_SLASH] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(1019), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_bit_DASHshl] = ACTIONS(1019), + [anon_sym_bit_DASHshr] = ACTIONS(1019), + [anon_sym_EQ_EQ] = ACTIONS(1019), + [anon_sym_BANG_EQ] = ACTIONS(1019), + [anon_sym_LT2] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1019), + [anon_sym_GT_EQ] = ACTIONS(1019), + [anon_sym_not_DASHin] = ACTIONS(1019), + [anon_sym_starts_DASHwith] = ACTIONS(1019), + [anon_sym_ends_DASHwith] = ACTIONS(1019), + [anon_sym_EQ_TILDE] = ACTIONS(1019), + [anon_sym_BANG_TILDE] = ACTIONS(1019), + [anon_sym_bit_DASHand] = ACTIONS(1019), + [anon_sym_bit_DASHxor] = ACTIONS(1019), + [anon_sym_bit_DASHor] = ACTIONS(1019), + [anon_sym_and] = ACTIONS(1019), + [anon_sym_xor] = ACTIONS(1019), + [anon_sym_or] = ACTIONS(1019), + [anon_sym_not] = ACTIONS(1019), + [anon_sym_null] = ACTIONS(1019), + [anon_sym_true] = ACTIONS(1019), + [anon_sym_false] = ACTIONS(1019), + [aux_sym__val_number_decimal_token1] = ACTIONS(1019), + [aux_sym__val_number_token1] = ACTIONS(1019), + [aux_sym__val_number_token2] = ACTIONS(1019), + [aux_sym__val_number_token3] = ACTIONS(1019), + [aux_sym__val_number_token4] = ACTIONS(1019), + [aux_sym__val_number_token5] = ACTIONS(1019), + [aux_sym__val_number_token6] = ACTIONS(1019), + [anon_sym_0b] = ACTIONS(1019), + [anon_sym_0o] = ACTIONS(1019), + [anon_sym_0x] = ACTIONS(1019), + [sym_val_date] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(1019), + [sym__str_single_quotes] = ACTIONS(1019), + [sym__str_back_ticks] = ACTIONS(1019), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1019), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1019), + [anon_sym_CARET] = ACTIONS(1019), [anon_sym_POUND] = ACTIONS(105), }, [275] = { [sym_comment] = STATE(275), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(1023), + [anon_sym_alias] = ACTIONS(1023), + [anon_sym_let] = ACTIONS(1023), + [anon_sym_let_DASHenv] = ACTIONS(1023), + [anon_sym_mut] = ACTIONS(1023), + [anon_sym_const] = ACTIONS(1023), + [anon_sym_SEMI] = ACTIONS(1023), + [sym_cmd_identifier] = ACTIONS(1023), + [anon_sym_LF] = ACTIONS(1025), + [anon_sym_def] = ACTIONS(1023), + [anon_sym_export_DASHenv] = ACTIONS(1023), + [anon_sym_extern] = ACTIONS(1023), + [anon_sym_module] = ACTIONS(1023), + [anon_sym_use] = ACTIONS(1023), + [anon_sym_LBRACK] = ACTIONS(1023), + [anon_sym_LPAREN] = ACTIONS(1023), + [anon_sym_RPAREN] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_error] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1023), + [anon_sym_DASH] = ACTIONS(1023), + [anon_sym_break] = ACTIONS(1023), + [anon_sym_continue] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_in] = ACTIONS(1023), + [anon_sym_loop] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1023), + [anon_sym_do] = ACTIONS(1023), + [anon_sym_if] = ACTIONS(1023), + [anon_sym_match] = ACTIONS(1023), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_RBRACE] = ACTIONS(1023), + [anon_sym_DOT] = ACTIONS(1023), + [anon_sym_try] = ACTIONS(1023), + [anon_sym_return] = ACTIONS(1023), + [anon_sym_source] = ACTIONS(1023), + [anon_sym_source_DASHenv] = ACTIONS(1023), + [anon_sym_register] = ACTIONS(1023), + [anon_sym_hide] = ACTIONS(1023), + [anon_sym_hide_DASHenv] = ACTIONS(1023), + [anon_sym_overlay] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_where] = ACTIONS(1023), + [anon_sym_STAR_STAR] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_SLASH] = ACTIONS(1023), + [anon_sym_mod] = ACTIONS(1023), + [anon_sym_SLASH_SLASH] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1023), + [anon_sym_bit_DASHshl] = ACTIONS(1023), + [anon_sym_bit_DASHshr] = ACTIONS(1023), + [anon_sym_EQ_EQ] = ACTIONS(1023), + [anon_sym_BANG_EQ] = ACTIONS(1023), + [anon_sym_LT2] = ACTIONS(1023), + [anon_sym_LT_EQ] = ACTIONS(1023), + [anon_sym_GT_EQ] = ACTIONS(1023), + [anon_sym_not_DASHin] = ACTIONS(1023), + [anon_sym_starts_DASHwith] = ACTIONS(1023), + [anon_sym_ends_DASHwith] = ACTIONS(1023), + [anon_sym_EQ_TILDE] = ACTIONS(1023), + [anon_sym_BANG_TILDE] = ACTIONS(1023), + [anon_sym_bit_DASHand] = ACTIONS(1023), + [anon_sym_bit_DASHxor] = ACTIONS(1023), + [anon_sym_bit_DASHor] = ACTIONS(1023), + [anon_sym_and] = ACTIONS(1023), + [anon_sym_xor] = ACTIONS(1023), + [anon_sym_or] = ACTIONS(1023), + [anon_sym_not] = ACTIONS(1023), + [anon_sym_null] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1023), + [anon_sym_false] = ACTIONS(1023), + [aux_sym__val_number_decimal_token1] = ACTIONS(1023), + [aux_sym__val_number_token1] = ACTIONS(1023), + [aux_sym__val_number_token2] = ACTIONS(1023), + [aux_sym__val_number_token3] = ACTIONS(1023), + [aux_sym__val_number_token4] = ACTIONS(1023), + [aux_sym__val_number_token5] = ACTIONS(1023), + [aux_sym__val_number_token6] = ACTIONS(1023), + [anon_sym_0b] = ACTIONS(1023), + [anon_sym_0o] = ACTIONS(1023), + [anon_sym_0x] = ACTIONS(1023), + [sym_val_date] = ACTIONS(1023), + [anon_sym_DQUOTE] = ACTIONS(1023), + [sym__str_single_quotes] = ACTIONS(1023), + [sym__str_back_ticks] = ACTIONS(1023), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1023), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1023), + [anon_sym_CARET] = ACTIONS(1023), [anon_sym_POUND] = ACTIONS(105), }, [276] = { [sym_comment] = STATE(276), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(951), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [ts_builtin_sym_end] = ACTIONS(924), + [anon_sym_export] = ACTIONS(922), + [anon_sym_alias] = ACTIONS(922), + [anon_sym_let] = ACTIONS(922), + [anon_sym_let_DASHenv] = ACTIONS(922), + [anon_sym_mut] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [sym_cmd_identifier] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_def] = ACTIONS(922), + [anon_sym_export_DASHenv] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_module] = ACTIONS(922), + [anon_sym_use] = ACTIONS(922), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_error] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_match] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_DOT2] = ACTIONS(973), + [anon_sym_try] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_source] = ACTIONS(922), + [anon_sym_source_DASHenv] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_hide] = ACTIONS(922), + [anon_sym_hide_DASHenv] = ACTIONS(922), + [anon_sym_overlay] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_where] = ACTIONS(922), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_not] = ACTIONS(922), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_CARET] = ACTIONS(922), [anon_sym_POUND] = ACTIONS(105), }, [277] = { [sym_comment] = STATE(277), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(1027), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [278] = { [sym_comment] = STATE(278), - [ts_builtin_sym_end] = ACTIONS(132), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_LBRACK] = ACTIONS(130), - [anon_sym_LPAREN] = ACTIONS(130), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(130), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(953), - [anon_sym_PLUS] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(956), - [anon_sym_null] = ACTIONS(130), - [anon_sym_true] = ACTIONS(130), - [anon_sym_false] = ACTIONS(130), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(130), - [aux_sym__val_number_token2] = ACTIONS(130), - [aux_sym__val_number_token3] = ACTIONS(130), - [aux_sym__val_number_token4] = ACTIONS(130), - [aux_sym__val_number_token5] = ACTIONS(130), - [aux_sym__val_number_token6] = ACTIONS(130), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(130), - [anon_sym_DQUOTE] = ACTIONS(130), - [sym__str_single_quotes] = ACTIONS(130), - [sym__str_back_ticks] = ACTIONS(130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(130), - [anon_sym_err_GT] = ACTIONS(130), - [anon_sym_out_GT] = ACTIONS(130), - [anon_sym_e_GT] = ACTIONS(130), - [anon_sym_o_GT] = ACTIONS(130), - [anon_sym_err_PLUSout_GT] = ACTIONS(130), - [anon_sym_out_PLUSerr_GT] = ACTIONS(130), - [anon_sym_o_PLUSe_GT] = ACTIONS(130), - [anon_sym_e_PLUSo_GT] = ACTIONS(130), - [aux_sym_unquoted_token1] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [279] = { [sym_comment] = STATE(279), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(1027), + [anon_sym_bit_DASHxor] = ACTIONS(1029), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [280] = { [sym_comment] = STATE(280), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(451), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(453), + [anon_sym_export] = ACTIONS(1031), + [anon_sym_alias] = ACTIONS(1031), + [anon_sym_let] = ACTIONS(1031), + [anon_sym_let_DASHenv] = ACTIONS(1031), + [anon_sym_mut] = ACTIONS(1031), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_SEMI] = ACTIONS(1031), + [sym_cmd_identifier] = ACTIONS(1031), + [anon_sym_LF] = ACTIONS(1033), + [anon_sym_def] = ACTIONS(1031), + [anon_sym_export_DASHenv] = ACTIONS(1031), + [anon_sym_extern] = ACTIONS(1031), + [anon_sym_module] = ACTIONS(1031), + [anon_sym_use] = ACTIONS(1031), + [anon_sym_LBRACK] = ACTIONS(1031), + [anon_sym_LPAREN] = ACTIONS(1031), + [anon_sym_RPAREN] = ACTIONS(1031), + [anon_sym_DOLLAR] = ACTIONS(1031), + [anon_sym_error] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1031), + [anon_sym_DASH] = ACTIONS(1031), + [anon_sym_break] = ACTIONS(1031), + [anon_sym_continue] = ACTIONS(1031), + [anon_sym_for] = ACTIONS(1031), + [anon_sym_in] = ACTIONS(1031), + [anon_sym_loop] = ACTIONS(1031), + [anon_sym_while] = ACTIONS(1031), + [anon_sym_do] = ACTIONS(1031), + [anon_sym_if] = ACTIONS(1031), + [anon_sym_match] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1031), + [anon_sym_RBRACE] = ACTIONS(1031), + [anon_sym_DOT] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1031), + [anon_sym_return] = ACTIONS(1031), + [anon_sym_source] = ACTIONS(1031), + [anon_sym_source_DASHenv] = ACTIONS(1031), + [anon_sym_register] = ACTIONS(1031), + [anon_sym_hide] = ACTIONS(1031), + [anon_sym_hide_DASHenv] = ACTIONS(1031), + [anon_sym_overlay] = ACTIONS(1031), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_where] = ACTIONS(1031), + [anon_sym_STAR_STAR] = ACTIONS(1031), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_SLASH] = ACTIONS(1031), + [anon_sym_mod] = ACTIONS(1031), + [anon_sym_SLASH_SLASH] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1031), + [anon_sym_bit_DASHshl] = ACTIONS(1031), + [anon_sym_bit_DASHshr] = ACTIONS(1031), + [anon_sym_EQ_EQ] = ACTIONS(1031), + [anon_sym_BANG_EQ] = ACTIONS(1031), + [anon_sym_LT2] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1031), + [anon_sym_GT_EQ] = ACTIONS(1031), + [anon_sym_not_DASHin] = ACTIONS(1031), + [anon_sym_starts_DASHwith] = ACTIONS(1031), + [anon_sym_ends_DASHwith] = ACTIONS(1031), + [anon_sym_EQ_TILDE] = ACTIONS(1031), + [anon_sym_BANG_TILDE] = ACTIONS(1031), + [anon_sym_bit_DASHand] = ACTIONS(1031), + [anon_sym_bit_DASHxor] = ACTIONS(1031), + [anon_sym_bit_DASHor] = ACTIONS(1031), + [anon_sym_and] = ACTIONS(1031), + [anon_sym_xor] = ACTIONS(1031), + [anon_sym_or] = ACTIONS(1031), + [anon_sym_not] = ACTIONS(1031), + [anon_sym_null] = ACTIONS(1031), + [anon_sym_true] = ACTIONS(1031), + [anon_sym_false] = ACTIONS(1031), + [aux_sym__val_number_decimal_token1] = ACTIONS(1031), + [aux_sym__val_number_token1] = ACTIONS(1031), + [aux_sym__val_number_token2] = ACTIONS(1031), + [aux_sym__val_number_token3] = ACTIONS(1031), + [aux_sym__val_number_token4] = ACTIONS(1031), + [aux_sym__val_number_token5] = ACTIONS(1031), + [aux_sym__val_number_token6] = ACTIONS(1031), + [anon_sym_0b] = ACTIONS(1031), + [anon_sym_0o] = ACTIONS(1031), + [anon_sym_0x] = ACTIONS(1031), + [sym_val_date] = ACTIONS(1031), + [anon_sym_DQUOTE] = ACTIONS(1031), + [sym__str_single_quotes] = ACTIONS(1031), + [sym__str_back_ticks] = ACTIONS(1031), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1031), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1031), + [anon_sym_CARET] = ACTIONS(1031), [anon_sym_POUND] = ACTIONS(105), }, [281] = { [sym_comment] = STATE(281), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_err_GT] = ACTIONS(157), - [anon_sym_out_GT] = ACTIONS(157), - [anon_sym_e_GT] = ACTIONS(157), - [anon_sym_o_GT] = ACTIONS(157), - [anon_sym_err_PLUSout_GT] = ACTIONS(157), - [anon_sym_out_PLUSerr_GT] = ACTIONS(157), - [anon_sym_o_PLUSe_GT] = ACTIONS(157), - [anon_sym_e_PLUSo_GT] = ACTIONS(157), - [aux_sym_unquoted_token1] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [282] = { [sym_comment] = STATE(282), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(944), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1035), + [anon_sym_alias] = ACTIONS(1035), + [anon_sym_let] = ACTIONS(1035), + [anon_sym_let_DASHenv] = ACTIONS(1035), + [anon_sym_mut] = ACTIONS(1035), + [anon_sym_const] = ACTIONS(1035), + [anon_sym_SEMI] = ACTIONS(1035), + [sym_cmd_identifier] = ACTIONS(1035), + [anon_sym_LF] = ACTIONS(1037), + [anon_sym_def] = ACTIONS(1035), + [anon_sym_export_DASHenv] = ACTIONS(1035), + [anon_sym_extern] = ACTIONS(1035), + [anon_sym_module] = ACTIONS(1035), + [anon_sym_use] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1035), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_RPAREN] = ACTIONS(1035), + [anon_sym_DOLLAR] = ACTIONS(1035), + [anon_sym_error] = ACTIONS(1035), + [anon_sym_GT] = ACTIONS(1035), + [anon_sym_DASH] = ACTIONS(1035), + [anon_sym_break] = ACTIONS(1035), + [anon_sym_continue] = ACTIONS(1035), + [anon_sym_for] = ACTIONS(1035), + [anon_sym_in] = ACTIONS(1035), + [anon_sym_loop] = ACTIONS(1035), + [anon_sym_while] = ACTIONS(1035), + [anon_sym_do] = ACTIONS(1035), + [anon_sym_if] = ACTIONS(1035), + [anon_sym_match] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(1035), + [anon_sym_RBRACE] = ACTIONS(1035), + [anon_sym_DOT] = ACTIONS(1035), + [anon_sym_try] = ACTIONS(1035), + [anon_sym_return] = ACTIONS(1035), + [anon_sym_source] = ACTIONS(1035), + [anon_sym_source_DASHenv] = ACTIONS(1035), + [anon_sym_register] = ACTIONS(1035), + [anon_sym_hide] = ACTIONS(1035), + [anon_sym_hide_DASHenv] = ACTIONS(1035), + [anon_sym_overlay] = ACTIONS(1035), + [anon_sym_STAR] = ACTIONS(1035), + [anon_sym_where] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(1035), + [anon_sym_PLUS_PLUS] = ACTIONS(1035), + [anon_sym_SLASH] = ACTIONS(1035), + [anon_sym_mod] = ACTIONS(1035), + [anon_sym_SLASH_SLASH] = ACTIONS(1035), + [anon_sym_PLUS] = ACTIONS(1035), + [anon_sym_bit_DASHshl] = ACTIONS(1035), + [anon_sym_bit_DASHshr] = ACTIONS(1035), + [anon_sym_EQ_EQ] = ACTIONS(1035), + [anon_sym_BANG_EQ] = ACTIONS(1035), + [anon_sym_LT2] = ACTIONS(1035), + [anon_sym_LT_EQ] = ACTIONS(1035), + [anon_sym_GT_EQ] = ACTIONS(1035), + [anon_sym_not_DASHin] = ACTIONS(1035), + [anon_sym_starts_DASHwith] = ACTIONS(1035), + [anon_sym_ends_DASHwith] = ACTIONS(1035), + [anon_sym_EQ_TILDE] = ACTIONS(1035), + [anon_sym_BANG_TILDE] = ACTIONS(1035), + [anon_sym_bit_DASHand] = ACTIONS(1035), + [anon_sym_bit_DASHxor] = ACTIONS(1035), + [anon_sym_bit_DASHor] = ACTIONS(1035), + [anon_sym_and] = ACTIONS(1035), + [anon_sym_xor] = ACTIONS(1035), + [anon_sym_or] = ACTIONS(1035), + [anon_sym_not] = ACTIONS(1035), + [anon_sym_null] = ACTIONS(1035), + [anon_sym_true] = ACTIONS(1035), + [anon_sym_false] = ACTIONS(1035), + [aux_sym__val_number_decimal_token1] = ACTIONS(1035), + [aux_sym__val_number_token1] = ACTIONS(1035), + [aux_sym__val_number_token2] = ACTIONS(1035), + [aux_sym__val_number_token3] = ACTIONS(1035), + [aux_sym__val_number_token4] = ACTIONS(1035), + [aux_sym__val_number_token5] = ACTIONS(1035), + [aux_sym__val_number_token6] = ACTIONS(1035), + [anon_sym_0b] = ACTIONS(1035), + [anon_sym_0o] = ACTIONS(1035), + [anon_sym_0x] = ACTIONS(1035), + [sym_val_date] = ACTIONS(1035), + [anon_sym_DQUOTE] = ACTIONS(1035), + [sym__str_single_quotes] = ACTIONS(1035), + [sym__str_back_ticks] = ACTIONS(1035), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1035), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1035), + [anon_sym_CARET] = ACTIONS(1035), [anon_sym_POUND] = ACTIONS(105), }, [283] = { [sym_comment] = STATE(283), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(940), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(1027), + [anon_sym_bit_DASHxor] = ACTIONS(1029), + [anon_sym_bit_DASHor] = ACTIONS(1039), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [284] = { [sym_comment] = STATE(284), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(940), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [285] = { [sym_comment] = STATE(285), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_null] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(107), - [aux_sym__val_number_token2] = ACTIONS(107), - [aux_sym__val_number_token3] = ACTIONS(107), - [aux_sym__val_number_token4] = ACTIONS(107), - [aux_sym__val_number_token5] = ACTIONS(107), - [aux_sym__val_number_token6] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1041), + [anon_sym_alias] = ACTIONS(1041), + [anon_sym_let] = ACTIONS(1041), + [anon_sym_let_DASHenv] = ACTIONS(1041), + [anon_sym_mut] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1041), + [sym_cmd_identifier] = ACTIONS(1041), + [anon_sym_LF] = ACTIONS(1043), + [anon_sym_def] = ACTIONS(1041), + [anon_sym_export_DASHenv] = ACTIONS(1041), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_module] = ACTIONS(1041), + [anon_sym_use] = ACTIONS(1041), + [anon_sym_LBRACK] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1041), + [anon_sym_RPAREN] = ACTIONS(1041), + [anon_sym_DOLLAR] = ACTIONS(1041), + [anon_sym_error] = ACTIONS(1041), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_in] = ACTIONS(1041), + [anon_sym_loop] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_do] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_match] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1041), + [anon_sym_RBRACE] = ACTIONS(1041), + [anon_sym_DOT] = ACTIONS(1041), + [anon_sym_try] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_source] = ACTIONS(1041), + [anon_sym_source_DASHenv] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_hide] = ACTIONS(1041), + [anon_sym_hide_DASHenv] = ACTIONS(1041), + [anon_sym_overlay] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_where] = ACTIONS(1041), + [anon_sym_STAR_STAR] = ACTIONS(1041), + [anon_sym_PLUS_PLUS] = ACTIONS(1041), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(1041), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_bit_DASHshl] = ACTIONS(1041), + [anon_sym_bit_DASHshr] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1041), + [anon_sym_BANG_EQ] = ACTIONS(1041), + [anon_sym_LT2] = ACTIONS(1041), + [anon_sym_LT_EQ] = ACTIONS(1041), + [anon_sym_GT_EQ] = ACTIONS(1041), + [anon_sym_not_DASHin] = ACTIONS(1041), + [anon_sym_starts_DASHwith] = ACTIONS(1041), + [anon_sym_ends_DASHwith] = ACTIONS(1041), + [anon_sym_EQ_TILDE] = ACTIONS(1041), + [anon_sym_BANG_TILDE] = ACTIONS(1041), + [anon_sym_bit_DASHand] = ACTIONS(1041), + [anon_sym_bit_DASHxor] = ACTIONS(1041), + [anon_sym_bit_DASHor] = ACTIONS(1041), + [anon_sym_and] = ACTIONS(1041), + [anon_sym_xor] = ACTIONS(1041), + [anon_sym_or] = ACTIONS(1041), + [anon_sym_not] = ACTIONS(1041), + [anon_sym_null] = ACTIONS(1041), + [anon_sym_true] = ACTIONS(1041), + [anon_sym_false] = ACTIONS(1041), + [aux_sym__val_number_decimal_token1] = ACTIONS(1041), + [aux_sym__val_number_token1] = ACTIONS(1041), + [aux_sym__val_number_token2] = ACTIONS(1041), + [aux_sym__val_number_token3] = ACTIONS(1041), + [aux_sym__val_number_token4] = ACTIONS(1041), + [aux_sym__val_number_token5] = ACTIONS(1041), + [aux_sym__val_number_token6] = ACTIONS(1041), + [anon_sym_0b] = ACTIONS(1041), + [anon_sym_0o] = ACTIONS(1041), + [anon_sym_0x] = ACTIONS(1041), + [sym_val_date] = ACTIONS(1041), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym__str_single_quotes] = ACTIONS(1041), + [sym__str_back_ticks] = ACTIONS(1041), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1041), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1041), + [anon_sym_CARET] = ACTIONS(1041), [anon_sym_POUND] = ACTIONS(105), }, [286] = { [sym_comment] = STATE(286), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(453), + [anon_sym_export] = ACTIONS(1045), + [anon_sym_alias] = ACTIONS(1045), + [anon_sym_let] = ACTIONS(1045), + [anon_sym_let_DASHenv] = ACTIONS(1045), + [anon_sym_mut] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1045), + [anon_sym_SEMI] = ACTIONS(1045), + [sym_cmd_identifier] = ACTIONS(1045), + [anon_sym_LF] = ACTIONS(1047), + [anon_sym_def] = ACTIONS(1045), + [anon_sym_export_DASHenv] = ACTIONS(1045), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym_module] = ACTIONS(1045), + [anon_sym_use] = ACTIONS(1045), + [anon_sym_LBRACK] = ACTIONS(1045), + [anon_sym_LPAREN] = ACTIONS(1045), + [anon_sym_RPAREN] = ACTIONS(1045), + [anon_sym_DOLLAR] = ACTIONS(1045), + [anon_sym_error] = ACTIONS(1045), + [anon_sym_GT] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1045), + [anon_sym_break] = ACTIONS(1045), + [anon_sym_continue] = ACTIONS(1045), + [anon_sym_for] = ACTIONS(1045), + [anon_sym_in] = ACTIONS(1045), + [anon_sym_loop] = ACTIONS(1045), + [anon_sym_while] = ACTIONS(1045), + [anon_sym_do] = ACTIONS(1045), + [anon_sym_if] = ACTIONS(1045), + [anon_sym_match] = ACTIONS(1045), + [anon_sym_LBRACE] = ACTIONS(1045), + [anon_sym_RBRACE] = ACTIONS(1045), + [anon_sym_DOT] = ACTIONS(1045), + [anon_sym_try] = ACTIONS(1045), + [anon_sym_return] = ACTIONS(1045), + [anon_sym_source] = ACTIONS(1045), + [anon_sym_source_DASHenv] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_hide] = ACTIONS(1045), + [anon_sym_hide_DASHenv] = ACTIONS(1045), + [anon_sym_overlay] = ACTIONS(1045), + [anon_sym_STAR] = ACTIONS(1045), + [anon_sym_where] = ACTIONS(1045), + [anon_sym_STAR_STAR] = ACTIONS(1045), + [anon_sym_PLUS_PLUS] = ACTIONS(1045), + [anon_sym_SLASH] = ACTIONS(1045), + [anon_sym_mod] = ACTIONS(1045), + [anon_sym_SLASH_SLASH] = ACTIONS(1045), + [anon_sym_PLUS] = ACTIONS(1045), + [anon_sym_bit_DASHshl] = ACTIONS(1045), + [anon_sym_bit_DASHshr] = ACTIONS(1045), + [anon_sym_EQ_EQ] = ACTIONS(1045), + [anon_sym_BANG_EQ] = ACTIONS(1045), + [anon_sym_LT2] = ACTIONS(1045), + [anon_sym_LT_EQ] = ACTIONS(1045), + [anon_sym_GT_EQ] = ACTIONS(1045), + [anon_sym_not_DASHin] = ACTIONS(1045), + [anon_sym_starts_DASHwith] = ACTIONS(1045), + [anon_sym_ends_DASHwith] = ACTIONS(1045), + [anon_sym_EQ_TILDE] = ACTIONS(1045), + [anon_sym_BANG_TILDE] = ACTIONS(1045), + [anon_sym_bit_DASHand] = ACTIONS(1045), + [anon_sym_bit_DASHxor] = ACTIONS(1045), + [anon_sym_bit_DASHor] = ACTIONS(1045), + [anon_sym_and] = ACTIONS(1045), + [anon_sym_xor] = ACTIONS(1045), + [anon_sym_or] = ACTIONS(1045), + [anon_sym_not] = ACTIONS(1045), + [anon_sym_null] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1045), + [anon_sym_false] = ACTIONS(1045), + [aux_sym__val_number_decimal_token1] = ACTIONS(1045), + [aux_sym__val_number_token1] = ACTIONS(1045), + [aux_sym__val_number_token2] = ACTIONS(1045), + [aux_sym__val_number_token3] = ACTIONS(1045), + [aux_sym__val_number_token4] = ACTIONS(1045), + [aux_sym__val_number_token5] = ACTIONS(1045), + [aux_sym__val_number_token6] = ACTIONS(1045), + [anon_sym_0b] = ACTIONS(1045), + [anon_sym_0o] = ACTIONS(1045), + [anon_sym_0x] = ACTIONS(1045), + [sym_val_date] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1045), + [sym__str_single_quotes] = ACTIONS(1045), + [sym__str_back_ticks] = ACTIONS(1045), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1045), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1045), + [anon_sym_CARET] = ACTIONS(1045), [anon_sym_POUND] = ACTIONS(105), }, [287] = { [sym_comment] = STATE(287), - [ts_builtin_sym_end] = ACTIONS(159), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_LBRACK] = ACTIONS(157), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(157), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_null] = ACTIONS(157), - [anon_sym_true] = ACTIONS(157), - [anon_sym_false] = ACTIONS(157), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(157), - [aux_sym__val_number_token2] = ACTIONS(157), - [aux_sym__val_number_token3] = ACTIONS(157), - [aux_sym__val_number_token4] = ACTIONS(157), - [aux_sym__val_number_token5] = ACTIONS(157), - [aux_sym__val_number_token6] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(157), - [sym__str_single_quotes] = ACTIONS(157), - [sym__str_back_ticks] = ACTIONS(157), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(157), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(157), - [anon_sym_err_GT] = ACTIONS(157), - [anon_sym_out_GT] = ACTIONS(157), - [anon_sym_e_GT] = ACTIONS(157), - [anon_sym_o_GT] = ACTIONS(157), - [anon_sym_err_PLUSout_GT] = ACTIONS(157), - [anon_sym_out_PLUSerr_GT] = ACTIONS(157), - [anon_sym_o_PLUSe_GT] = ACTIONS(157), - [anon_sym_e_PLUSo_GT] = ACTIONS(157), - [aux_sym_unquoted_token1] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [anon_sym_SEMI] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_RPAREN] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_error] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_try] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_where] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_not] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_CARET] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(105), }, [288] = { [sym_comment] = STATE(288), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(115), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_null] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = ACTIONS(115), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(115), - [aux_sym__val_number_token2] = ACTIONS(115), - [aux_sym__val_number_token3] = ACTIONS(115), - [aux_sym__val_number_token4] = ACTIONS(115), - [aux_sym__val_number_token5] = ACTIONS(115), - [aux_sym__val_number_token6] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(115), - [sym__str_single_quotes] = ACTIONS(115), - [sym__str_back_ticks] = ACTIONS(115), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(115), - [anon_sym_out_GT] = ACTIONS(115), - [anon_sym_e_GT] = ACTIONS(115), - [anon_sym_o_GT] = ACTIONS(115), - [anon_sym_err_PLUSout_GT] = ACTIONS(115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(115), - [anon_sym_o_PLUSe_GT] = ACTIONS(115), - [anon_sym_e_PLUSo_GT] = ACTIONS(115), - [aux_sym_unquoted_token1] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_RPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_try] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_where] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_not] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_CARET] = ACTIONS(941), [anon_sym_POUND] = ACTIONS(105), }, [289] = { [sym_comment] = STATE(289), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_null] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(147), - [aux_sym__val_number_token2] = ACTIONS(147), - [aux_sym__val_number_token3] = ACTIONS(147), - [aux_sym__val_number_token4] = ACTIONS(147), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(147), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(147), - [anon_sym_err_GT] = ACTIONS(147), - [anon_sym_out_GT] = ACTIONS(147), - [anon_sym_e_GT] = ACTIONS(147), - [anon_sym_o_GT] = ACTIONS(147), - [anon_sym_err_PLUSout_GT] = ACTIONS(147), - [anon_sym_out_PLUSerr_GT] = ACTIONS(147), - [anon_sym_o_PLUSe_GT] = ACTIONS(147), - [anon_sym_e_PLUSo_GT] = ACTIONS(147), - [aux_sym_unquoted_token1] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(1027), + [anon_sym_bit_DASHxor] = ACTIONS(1029), + [anon_sym_bit_DASHor] = ACTIONS(1039), + [anon_sym_and] = ACTIONS(1049), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [290] = { [sym_comment] = STATE(290), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(457), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(459), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [291] = { [sym_comment] = STATE(291), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(961), - [aux_sym__immediate_decimal_token2] = ACTIONS(963), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(937), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(1051), + [anon_sym_POUND] = ACTIONS(105), }, [292] = { [sym_comment] = STATE(292), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(965), - [aux_sym__immediate_decimal_token2] = ACTIONS(967), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(1027), + [anon_sym_bit_DASHxor] = ACTIONS(1029), + [anon_sym_bit_DASHor] = ACTIONS(1039), + [anon_sym_and] = ACTIONS(1049), + [anon_sym_xor] = ACTIONS(1053), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [293] = { [sym_comment] = STATE(293), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(459), + [anon_sym_export] = ACTIONS(1055), + [anon_sym_alias] = ACTIONS(1055), + [anon_sym_let] = ACTIONS(1055), + [anon_sym_let_DASHenv] = ACTIONS(1055), + [anon_sym_mut] = ACTIONS(1055), + [anon_sym_const] = ACTIONS(1055), + [anon_sym_SEMI] = ACTIONS(1055), + [sym_cmd_identifier] = ACTIONS(1055), + [anon_sym_LF] = ACTIONS(1057), + [anon_sym_def] = ACTIONS(1055), + [anon_sym_export_DASHenv] = ACTIONS(1055), + [anon_sym_extern] = ACTIONS(1055), + [anon_sym_module] = ACTIONS(1055), + [anon_sym_use] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(1055), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_RPAREN] = ACTIONS(1055), + [anon_sym_DOLLAR] = ACTIONS(1055), + [anon_sym_error] = ACTIONS(1055), + [anon_sym_GT] = ACTIONS(1055), + [anon_sym_DASH] = ACTIONS(1055), + [anon_sym_break] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(1055), + [anon_sym_for] = ACTIONS(1055), + [anon_sym_in] = ACTIONS(1055), + [anon_sym_loop] = ACTIONS(1055), + [anon_sym_while] = ACTIONS(1055), + [anon_sym_do] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(1055), + [anon_sym_match] = ACTIONS(1055), + [anon_sym_LBRACE] = ACTIONS(1055), + [anon_sym_RBRACE] = ACTIONS(1055), + [anon_sym_DOT] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(1055), + [anon_sym_return] = ACTIONS(1055), + [anon_sym_source] = ACTIONS(1055), + [anon_sym_source_DASHenv] = ACTIONS(1055), + [anon_sym_register] = ACTIONS(1055), + [anon_sym_hide] = ACTIONS(1055), + [anon_sym_hide_DASHenv] = ACTIONS(1055), + [anon_sym_overlay] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1055), + [anon_sym_where] = ACTIONS(1055), + [anon_sym_STAR_STAR] = ACTIONS(1055), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_SLASH] = ACTIONS(1055), + [anon_sym_mod] = ACTIONS(1055), + [anon_sym_SLASH_SLASH] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1055), + [anon_sym_bit_DASHshl] = ACTIONS(1055), + [anon_sym_bit_DASHshr] = ACTIONS(1055), + [anon_sym_EQ_EQ] = ACTIONS(1055), + [anon_sym_BANG_EQ] = ACTIONS(1055), + [anon_sym_LT2] = ACTIONS(1055), + [anon_sym_LT_EQ] = ACTIONS(1055), + [anon_sym_GT_EQ] = ACTIONS(1055), + [anon_sym_not_DASHin] = ACTIONS(1055), + [anon_sym_starts_DASHwith] = ACTIONS(1055), + [anon_sym_ends_DASHwith] = ACTIONS(1055), + [anon_sym_EQ_TILDE] = ACTIONS(1055), + [anon_sym_BANG_TILDE] = ACTIONS(1055), + [anon_sym_bit_DASHand] = ACTIONS(1055), + [anon_sym_bit_DASHxor] = ACTIONS(1055), + [anon_sym_bit_DASHor] = ACTIONS(1055), + [anon_sym_and] = ACTIONS(1055), + [anon_sym_xor] = ACTIONS(1055), + [anon_sym_or] = ACTIONS(1055), + [anon_sym_not] = ACTIONS(1055), + [anon_sym_null] = ACTIONS(1055), + [anon_sym_true] = ACTIONS(1055), + [anon_sym_false] = ACTIONS(1055), + [aux_sym__val_number_decimal_token1] = ACTIONS(1055), + [aux_sym__val_number_token1] = ACTIONS(1055), + [aux_sym__val_number_token2] = ACTIONS(1055), + [aux_sym__val_number_token3] = ACTIONS(1055), + [aux_sym__val_number_token4] = ACTIONS(1055), + [aux_sym__val_number_token5] = ACTIONS(1055), + [aux_sym__val_number_token6] = ACTIONS(1055), + [anon_sym_0b] = ACTIONS(1055), + [anon_sym_0o] = ACTIONS(1055), + [anon_sym_0x] = ACTIONS(1055), + [sym_val_date] = ACTIONS(1055), + [anon_sym_DQUOTE] = ACTIONS(1055), + [sym__str_single_quotes] = ACTIONS(1055), + [sym__str_back_ticks] = ACTIONS(1055), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1055), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1055), + [anon_sym_CARET] = ACTIONS(1055), [anon_sym_POUND] = ACTIONS(105), }, [294] = { [sym_comment] = STATE(294), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(969), - [aux_sym__immediate_decimal_token2] = ACTIONS(971), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1059), + [anon_sym_alias] = ACTIONS(1059), + [anon_sym_let] = ACTIONS(1059), + [anon_sym_let_DASHenv] = ACTIONS(1059), + [anon_sym_mut] = ACTIONS(1059), + [anon_sym_const] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1059), + [sym_cmd_identifier] = ACTIONS(1059), + [anon_sym_LF] = ACTIONS(1061), + [anon_sym_def] = ACTIONS(1059), + [anon_sym_export_DASHenv] = ACTIONS(1059), + [anon_sym_extern] = ACTIONS(1059), + [anon_sym_module] = ACTIONS(1059), + [anon_sym_use] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1059), + [anon_sym_LPAREN] = ACTIONS(1059), + [anon_sym_RPAREN] = ACTIONS(1059), + [anon_sym_DOLLAR] = ACTIONS(1059), + [anon_sym_error] = ACTIONS(1059), + [anon_sym_GT] = ACTIONS(1059), + [anon_sym_DASH] = ACTIONS(1059), + [anon_sym_break] = ACTIONS(1059), + [anon_sym_continue] = ACTIONS(1059), + [anon_sym_for] = ACTIONS(1059), + [anon_sym_in] = ACTIONS(1059), + [anon_sym_loop] = ACTIONS(1059), + [anon_sym_while] = ACTIONS(1059), + [anon_sym_do] = ACTIONS(1059), + [anon_sym_if] = ACTIONS(1059), + [anon_sym_match] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1059), + [anon_sym_DOT] = ACTIONS(1059), + [anon_sym_try] = ACTIONS(1059), + [anon_sym_return] = ACTIONS(1059), + [anon_sym_source] = ACTIONS(1059), + [anon_sym_source_DASHenv] = ACTIONS(1059), + [anon_sym_register] = ACTIONS(1059), + [anon_sym_hide] = ACTIONS(1059), + [anon_sym_hide_DASHenv] = ACTIONS(1059), + [anon_sym_overlay] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1059), + [anon_sym_where] = ACTIONS(1059), + [anon_sym_STAR_STAR] = ACTIONS(1059), + [anon_sym_PLUS_PLUS] = ACTIONS(1059), + [anon_sym_SLASH] = ACTIONS(1059), + [anon_sym_mod] = ACTIONS(1059), + [anon_sym_SLASH_SLASH] = ACTIONS(1059), + [anon_sym_PLUS] = ACTIONS(1059), + [anon_sym_bit_DASHshl] = ACTIONS(1059), + [anon_sym_bit_DASHshr] = ACTIONS(1059), + [anon_sym_EQ_EQ] = ACTIONS(1059), + [anon_sym_BANG_EQ] = ACTIONS(1059), + [anon_sym_LT2] = ACTIONS(1059), + [anon_sym_LT_EQ] = ACTIONS(1059), + [anon_sym_GT_EQ] = ACTIONS(1059), + [anon_sym_not_DASHin] = ACTIONS(1059), + [anon_sym_starts_DASHwith] = ACTIONS(1059), + [anon_sym_ends_DASHwith] = ACTIONS(1059), + [anon_sym_EQ_TILDE] = ACTIONS(1059), + [anon_sym_BANG_TILDE] = ACTIONS(1059), + [anon_sym_bit_DASHand] = ACTIONS(1059), + [anon_sym_bit_DASHxor] = ACTIONS(1059), + [anon_sym_bit_DASHor] = ACTIONS(1059), + [anon_sym_and] = ACTIONS(1059), + [anon_sym_xor] = ACTIONS(1059), + [anon_sym_or] = ACTIONS(1059), + [anon_sym_not] = ACTIONS(1059), + [anon_sym_null] = ACTIONS(1059), + [anon_sym_true] = ACTIONS(1059), + [anon_sym_false] = ACTIONS(1059), + [aux_sym__val_number_decimal_token1] = ACTIONS(1059), + [aux_sym__val_number_token1] = ACTIONS(1059), + [aux_sym__val_number_token2] = ACTIONS(1059), + [aux_sym__val_number_token3] = ACTIONS(1059), + [aux_sym__val_number_token4] = ACTIONS(1059), + [aux_sym__val_number_token5] = ACTIONS(1059), + [aux_sym__val_number_token6] = ACTIONS(1059), + [anon_sym_0b] = ACTIONS(1059), + [anon_sym_0o] = ACTIONS(1059), + [anon_sym_0x] = ACTIONS(1059), + [sym_val_date] = ACTIONS(1059), + [anon_sym_DQUOTE] = ACTIONS(1059), + [sym__str_single_quotes] = ACTIONS(1059), + [sym__str_back_ticks] = ACTIONS(1059), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1059), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1059), + [anon_sym_CARET] = ACTIONS(1059), + [anon_sym_POUND] = ACTIONS(105), }, [295] = { [sym_comment] = STATE(295), - [anon_sym_SEMI] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_LBRACK] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(221), - [anon_sym_RPAREN] = ACTIONS(221), - [anon_sym_PIPE] = ACTIONS(221), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_RBRACE] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_null] = ACTIONS(221), - [anon_sym_true] = ACTIONS(221), - [anon_sym_false] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(221), - [aux_sym__val_number_token2] = ACTIONS(221), - [aux_sym__val_number_token3] = ACTIONS(221), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(221), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(221), - [sym__str_single_quotes] = ACTIONS(221), - [sym__str_back_ticks] = ACTIONS(221), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(221), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(221), - [anon_sym_err_GT] = ACTIONS(221), - [anon_sym_out_GT] = ACTIONS(221), - [anon_sym_e_GT] = ACTIONS(221), - [anon_sym_o_GT] = ACTIONS(221), - [anon_sym_err_PLUSout_GT] = ACTIONS(221), - [anon_sym_out_PLUSerr_GT] = ACTIONS(221), - [anon_sym_o_PLUSe_GT] = ACTIONS(221), - [anon_sym_e_PLUSo_GT] = ACTIONS(221), - [aux_sym_unquoted_token1] = ACTIONS(221), + [anon_sym_export] = ACTIONS(1063), + [anon_sym_alias] = ACTIONS(1063), + [anon_sym_let] = ACTIONS(1063), + [anon_sym_let_DASHenv] = ACTIONS(1063), + [anon_sym_mut] = ACTIONS(1063), + [anon_sym_const] = ACTIONS(1063), + [anon_sym_SEMI] = ACTIONS(1063), + [sym_cmd_identifier] = ACTIONS(1063), + [anon_sym_LF] = ACTIONS(1065), + [anon_sym_def] = ACTIONS(1063), + [anon_sym_export_DASHenv] = ACTIONS(1063), + [anon_sym_extern] = ACTIONS(1063), + [anon_sym_module] = ACTIONS(1063), + [anon_sym_use] = ACTIONS(1063), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1063), + [anon_sym_RPAREN] = ACTIONS(1063), + [anon_sym_DOLLAR] = ACTIONS(1063), + [anon_sym_error] = ACTIONS(1063), + [anon_sym_GT] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_break] = ACTIONS(1063), + [anon_sym_continue] = ACTIONS(1063), + [anon_sym_for] = ACTIONS(1063), + [anon_sym_in] = ACTIONS(1063), + [anon_sym_loop] = ACTIONS(1063), + [anon_sym_while] = ACTIONS(1063), + [anon_sym_do] = ACTIONS(1063), + [anon_sym_if] = ACTIONS(1063), + [anon_sym_match] = ACTIONS(1063), + [anon_sym_LBRACE] = ACTIONS(1063), + [anon_sym_RBRACE] = ACTIONS(1063), + [anon_sym_DOT] = ACTIONS(1063), + [anon_sym_try] = ACTIONS(1063), + [anon_sym_return] = ACTIONS(1063), + [anon_sym_source] = ACTIONS(1063), + [anon_sym_source_DASHenv] = ACTIONS(1063), + [anon_sym_register] = ACTIONS(1063), + [anon_sym_hide] = ACTIONS(1063), + [anon_sym_hide_DASHenv] = ACTIONS(1063), + [anon_sym_overlay] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1063), + [anon_sym_where] = ACTIONS(1063), + [anon_sym_STAR_STAR] = ACTIONS(1063), + [anon_sym_PLUS_PLUS] = ACTIONS(1063), + [anon_sym_SLASH] = ACTIONS(1063), + [anon_sym_mod] = ACTIONS(1063), + [anon_sym_SLASH_SLASH] = ACTIONS(1063), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_bit_DASHshl] = ACTIONS(1063), + [anon_sym_bit_DASHshr] = ACTIONS(1063), + [anon_sym_EQ_EQ] = ACTIONS(1063), + [anon_sym_BANG_EQ] = ACTIONS(1063), + [anon_sym_LT2] = ACTIONS(1063), + [anon_sym_LT_EQ] = ACTIONS(1063), + [anon_sym_GT_EQ] = ACTIONS(1063), + [anon_sym_not_DASHin] = ACTIONS(1063), + [anon_sym_starts_DASHwith] = ACTIONS(1063), + [anon_sym_ends_DASHwith] = ACTIONS(1063), + [anon_sym_EQ_TILDE] = ACTIONS(1063), + [anon_sym_BANG_TILDE] = ACTIONS(1063), + [anon_sym_bit_DASHand] = ACTIONS(1063), + [anon_sym_bit_DASHxor] = ACTIONS(1063), + [anon_sym_bit_DASHor] = ACTIONS(1063), + [anon_sym_and] = ACTIONS(1063), + [anon_sym_xor] = ACTIONS(1063), + [anon_sym_or] = ACTIONS(1063), + [anon_sym_not] = ACTIONS(1063), + [anon_sym_null] = ACTIONS(1063), + [anon_sym_true] = ACTIONS(1063), + [anon_sym_false] = ACTIONS(1063), + [aux_sym__val_number_decimal_token1] = ACTIONS(1063), + [aux_sym__val_number_token1] = ACTIONS(1063), + [aux_sym__val_number_token2] = ACTIONS(1063), + [aux_sym__val_number_token3] = ACTIONS(1063), + [aux_sym__val_number_token4] = ACTIONS(1063), + [aux_sym__val_number_token5] = ACTIONS(1063), + [aux_sym__val_number_token6] = ACTIONS(1063), + [anon_sym_0b] = ACTIONS(1063), + [anon_sym_0o] = ACTIONS(1063), + [anon_sym_0x] = ACTIONS(1063), + [sym_val_date] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(1063), + [sym__str_single_quotes] = ACTIONS(1063), + [sym__str_back_ticks] = ACTIONS(1063), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1063), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1063), + [anon_sym_CARET] = ACTIONS(1063), [anon_sym_POUND] = ACTIONS(105), }, [296] = { [sym_comment] = STATE(296), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(973), - [anon_sym_s] = ACTIONS(973), - [anon_sym_us] = ACTIONS(973), - [anon_sym_ms] = ACTIONS(973), - [anon_sym_sec] = ACTIONS(973), - [anon_sym_min] = ACTIONS(973), - [anon_sym_hr] = ACTIONS(973), - [anon_sym_day] = ACTIONS(973), - [anon_sym_wk] = ACTIONS(973), - [anon_sym_b] = ACTIONS(975), - [anon_sym_B] = ACTIONS(975), - [anon_sym_kb] = ACTIONS(975), - [anon_sym_kB] = ACTIONS(975), - [anon_sym_Kb] = ACTIONS(975), - [anon_sym_KB] = ACTIONS(975), - [anon_sym_mb] = ACTIONS(975), - [anon_sym_mB] = ACTIONS(975), - [anon_sym_Mb] = ACTIONS(975), - [anon_sym_MB] = ACTIONS(975), - [anon_sym_gb] = ACTIONS(975), - [anon_sym_gB] = ACTIONS(975), - [anon_sym_Gb] = ACTIONS(975), - [anon_sym_GB] = ACTIONS(975), - [anon_sym_tb] = ACTIONS(975), - [anon_sym_tB] = ACTIONS(975), - [anon_sym_Tb] = ACTIONS(975), - [anon_sym_TB] = ACTIONS(975), - [anon_sym_pb] = ACTIONS(975), - [anon_sym_pB] = ACTIONS(975), - [anon_sym_Pb] = ACTIONS(975), - [anon_sym_PB] = ACTIONS(975), - [anon_sym_eb] = ACTIONS(975), - [anon_sym_eB] = ACTIONS(975), - [anon_sym_Eb] = ACTIONS(975), - [anon_sym_EB] = ACTIONS(975), - [anon_sym_kib] = ACTIONS(975), - [anon_sym_kiB] = ACTIONS(975), - [anon_sym_kIB] = ACTIONS(975), - [anon_sym_kIb] = ACTIONS(975), - [anon_sym_Kib] = ACTIONS(975), - [anon_sym_KIb] = ACTIONS(975), - [anon_sym_KIB] = ACTIONS(975), - [anon_sym_mib] = ACTIONS(975), - [anon_sym_miB] = ACTIONS(975), - [anon_sym_mIB] = ACTIONS(975), - [anon_sym_mIb] = ACTIONS(975), - [anon_sym_Mib] = ACTIONS(975), - [anon_sym_MIb] = ACTIONS(975), - [anon_sym_MIB] = ACTIONS(975), - [anon_sym_gib] = ACTIONS(975), - [anon_sym_giB] = ACTIONS(975), - [anon_sym_gIB] = ACTIONS(975), - [anon_sym_gIb] = ACTIONS(975), - [anon_sym_Gib] = ACTIONS(975), - [anon_sym_GIb] = ACTIONS(975), - [anon_sym_GIB] = ACTIONS(975), - [anon_sym_tib] = ACTIONS(975), - [anon_sym_tiB] = ACTIONS(975), - [anon_sym_tIB] = ACTIONS(975), - [anon_sym_tIb] = ACTIONS(975), - [anon_sym_Tib] = ACTIONS(975), - [anon_sym_TIb] = ACTIONS(975), - [anon_sym_TIB] = ACTIONS(975), - [anon_sym_pib] = ACTIONS(975), - [anon_sym_piB] = ACTIONS(975), - [anon_sym_pIB] = ACTIONS(975), - [anon_sym_pIb] = ACTIONS(975), - [anon_sym_Pib] = ACTIONS(975), - [anon_sym_PIb] = ACTIONS(975), - [anon_sym_PIB] = ACTIONS(975), - [anon_sym_eib] = ACTIONS(975), - [anon_sym_eiB] = ACTIONS(975), - [anon_sym_eIB] = ACTIONS(975), - [anon_sym_eIb] = ACTIONS(975), - [anon_sym_Eib] = ACTIONS(975), - [anon_sym_EIb] = ACTIONS(975), - [anon_sym_EIB] = ACTIONS(975), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [297] = { [sym_comment] = STATE(297), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(977), - [aux_sym__immediate_decimal_token2] = ACTIONS(979), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(979), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(983), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_bit_DASHshl] = ACTIONS(985), + [anon_sym_bit_DASHshr] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(979), + [anon_sym_BANG_EQ] = ACTIONS(979), + [anon_sym_LT2] = ACTIONS(979), + [anon_sym_LT_EQ] = ACTIONS(979), + [anon_sym_GT_EQ] = ACTIONS(979), + [anon_sym_not_DASHin] = ACTIONS(983), + [anon_sym_starts_DASHwith] = ACTIONS(983), + [anon_sym_ends_DASHwith] = ACTIONS(983), + [anon_sym_EQ_TILDE] = ACTIONS(1013), + [anon_sym_BANG_TILDE] = ACTIONS(1013), + [anon_sym_bit_DASHand] = ACTIONS(1027), + [anon_sym_bit_DASHxor] = ACTIONS(1029), + [anon_sym_bit_DASHor] = ACTIONS(1039), + [anon_sym_and] = ACTIONS(1049), + [anon_sym_xor] = ACTIONS(1053), + [anon_sym_or] = ACTIONS(1067), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [298] = { [sym_comment] = STATE(298), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [299] = { [sym_comment] = STATE(299), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(981), - [aux_sym__immediate_decimal_token2] = ACTIONS(983), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1069), + [anon_sym_alias] = ACTIONS(1069), + [anon_sym_let] = ACTIONS(1069), + [anon_sym_let_DASHenv] = ACTIONS(1069), + [anon_sym_mut] = ACTIONS(1069), + [anon_sym_const] = ACTIONS(1069), + [anon_sym_SEMI] = ACTIONS(1069), + [sym_cmd_identifier] = ACTIONS(1069), + [anon_sym_LF] = ACTIONS(1071), + [anon_sym_def] = ACTIONS(1069), + [anon_sym_export_DASHenv] = ACTIONS(1069), + [anon_sym_extern] = ACTIONS(1069), + [anon_sym_module] = ACTIONS(1069), + [anon_sym_use] = ACTIONS(1069), + [anon_sym_LBRACK] = ACTIONS(1069), + [anon_sym_LPAREN] = ACTIONS(1069), + [anon_sym_RPAREN] = ACTIONS(1069), + [anon_sym_DOLLAR] = ACTIONS(1069), + [anon_sym_error] = ACTIONS(1069), + [anon_sym_GT] = ACTIONS(1069), + [anon_sym_DASH] = ACTIONS(1069), + [anon_sym_break] = ACTIONS(1069), + [anon_sym_continue] = ACTIONS(1069), + [anon_sym_for] = ACTIONS(1069), + [anon_sym_in] = ACTIONS(1069), + [anon_sym_loop] = ACTIONS(1069), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(1069), + [anon_sym_if] = ACTIONS(1069), + [anon_sym_match] = ACTIONS(1069), + [anon_sym_LBRACE] = ACTIONS(1069), + [anon_sym_RBRACE] = ACTIONS(1069), + [anon_sym_DOT] = ACTIONS(1069), + [anon_sym_try] = ACTIONS(1069), + [anon_sym_return] = ACTIONS(1069), + [anon_sym_source] = ACTIONS(1069), + [anon_sym_source_DASHenv] = ACTIONS(1069), + [anon_sym_register] = ACTIONS(1069), + [anon_sym_hide] = ACTIONS(1069), + [anon_sym_hide_DASHenv] = ACTIONS(1069), + [anon_sym_overlay] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1069), + [anon_sym_where] = ACTIONS(1069), + [anon_sym_STAR_STAR] = ACTIONS(1069), + [anon_sym_PLUS_PLUS] = ACTIONS(1069), + [anon_sym_SLASH] = ACTIONS(1069), + [anon_sym_mod] = ACTIONS(1069), + [anon_sym_SLASH_SLASH] = ACTIONS(1069), + [anon_sym_PLUS] = ACTIONS(1069), + [anon_sym_bit_DASHshl] = ACTIONS(1069), + [anon_sym_bit_DASHshr] = ACTIONS(1069), + [anon_sym_EQ_EQ] = ACTIONS(1069), + [anon_sym_BANG_EQ] = ACTIONS(1069), + [anon_sym_LT2] = ACTIONS(1069), + [anon_sym_LT_EQ] = ACTIONS(1069), + [anon_sym_GT_EQ] = ACTIONS(1069), + [anon_sym_not_DASHin] = ACTIONS(1069), + [anon_sym_starts_DASHwith] = ACTIONS(1069), + [anon_sym_ends_DASHwith] = ACTIONS(1069), + [anon_sym_EQ_TILDE] = ACTIONS(1069), + [anon_sym_BANG_TILDE] = ACTIONS(1069), + [anon_sym_bit_DASHand] = ACTIONS(1069), + [anon_sym_bit_DASHxor] = ACTIONS(1069), + [anon_sym_bit_DASHor] = ACTIONS(1069), + [anon_sym_and] = ACTIONS(1069), + [anon_sym_xor] = ACTIONS(1069), + [anon_sym_or] = ACTIONS(1069), + [anon_sym_not] = ACTIONS(1069), + [anon_sym_null] = ACTIONS(1069), + [anon_sym_true] = ACTIONS(1069), + [anon_sym_false] = ACTIONS(1069), + [aux_sym__val_number_decimal_token1] = ACTIONS(1069), + [aux_sym__val_number_token1] = ACTIONS(1069), + [aux_sym__val_number_token2] = ACTIONS(1069), + [aux_sym__val_number_token3] = ACTIONS(1069), + [aux_sym__val_number_token4] = ACTIONS(1069), + [aux_sym__val_number_token5] = ACTIONS(1069), + [aux_sym__val_number_token6] = ACTIONS(1069), + [anon_sym_0b] = ACTIONS(1069), + [anon_sym_0o] = ACTIONS(1069), + [anon_sym_0x] = ACTIONS(1069), + [sym_val_date] = ACTIONS(1069), + [anon_sym_DQUOTE] = ACTIONS(1069), + [sym__str_single_quotes] = ACTIONS(1069), + [sym__str_back_ticks] = ACTIONS(1069), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1069), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1069), + [anon_sym_CARET] = ACTIONS(1069), + [anon_sym_POUND] = ACTIONS(105), }, [300] = { [sym_comment] = STATE(300), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(985), - [aux_sym__immediate_decimal_token2] = ACTIONS(987), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [anon_sym_POUND] = ACTIONS(105), }, [301] = { [sym_comment] = STATE(301), - [ts_builtin_sym_end] = ACTIONS(223), - [anon_sym_SEMI] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_LBRACK] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(221), - [anon_sym_PIPE] = ACTIONS(221), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_null] = ACTIONS(221), - [anon_sym_true] = ACTIONS(221), - [anon_sym_false] = ACTIONS(221), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(221), - [aux_sym__val_number_token2] = ACTIONS(221), - [aux_sym__val_number_token3] = ACTIONS(221), - [aux_sym__val_number_token4] = ACTIONS(221), - [aux_sym__val_number_token5] = ACTIONS(221), - [aux_sym__val_number_token6] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(221), - [anon_sym_DQUOTE] = ACTIONS(221), - [sym__str_single_quotes] = ACTIONS(221), - [sym__str_back_ticks] = ACTIONS(221), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(221), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(221), - [anon_sym_err_GT] = ACTIONS(221), - [anon_sym_out_GT] = ACTIONS(221), - [anon_sym_e_GT] = ACTIONS(221), - [anon_sym_o_GT] = ACTIONS(221), - [anon_sym_err_PLUSout_GT] = ACTIONS(221), - [anon_sym_out_PLUSerr_GT] = ACTIONS(221), - [anon_sym_o_PLUSe_GT] = ACTIONS(221), - [anon_sym_e_PLUSo_GT] = ACTIONS(221), - [aux_sym_unquoted_token1] = ACTIONS(221), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(961), + [anon_sym_mod] = ACTIONS(961), + [anon_sym_SLASH_SLASH] = ACTIONS(961), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [302] = { [sym_comment] = STATE(302), - [sym_identifier] = ACTIONS(130), - [anon_sym_COLON] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_RPAREN] = ACTIONS(132), - [anon_sym_PIPE] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DOT_DOT_DOT] = ACTIONS(132), - [anon_sym_DASH_DASH] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(989), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(992), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1073), + [anon_sym_alias] = ACTIONS(1073), + [anon_sym_let] = ACTIONS(1073), + [anon_sym_let_DASHenv] = ACTIONS(1073), + [anon_sym_mut] = ACTIONS(1073), + [anon_sym_const] = ACTIONS(1073), + [anon_sym_SEMI] = ACTIONS(1073), + [sym_cmd_identifier] = ACTIONS(1073), + [anon_sym_LF] = ACTIONS(1075), + [anon_sym_def] = ACTIONS(1073), + [anon_sym_export_DASHenv] = ACTIONS(1073), + [anon_sym_extern] = ACTIONS(1073), + [anon_sym_module] = ACTIONS(1073), + [anon_sym_use] = ACTIONS(1073), + [anon_sym_LBRACK] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_RPAREN] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_error] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_break] = ACTIONS(1073), + [anon_sym_continue] = ACTIONS(1073), + [anon_sym_for] = ACTIONS(1073), + [anon_sym_in] = ACTIONS(1073), + [anon_sym_loop] = ACTIONS(1073), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(1073), + [anon_sym_if] = ACTIONS(1073), + [anon_sym_match] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_RBRACE] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_try] = ACTIONS(1073), + [anon_sym_return] = ACTIONS(1073), + [anon_sym_source] = ACTIONS(1073), + [anon_sym_source_DASHenv] = ACTIONS(1073), + [anon_sym_register] = ACTIONS(1073), + [anon_sym_hide] = ACTIONS(1073), + [anon_sym_hide_DASHenv] = ACTIONS(1073), + [anon_sym_overlay] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_where] = ACTIONS(1073), + [anon_sym_STAR_STAR] = ACTIONS(1073), + [anon_sym_PLUS_PLUS] = ACTIONS(1073), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_mod] = ACTIONS(1073), + [anon_sym_SLASH_SLASH] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_bit_DASHshl] = ACTIONS(1073), + [anon_sym_bit_DASHshr] = ACTIONS(1073), + [anon_sym_EQ_EQ] = ACTIONS(1073), + [anon_sym_BANG_EQ] = ACTIONS(1073), + [anon_sym_LT2] = ACTIONS(1073), + [anon_sym_LT_EQ] = ACTIONS(1073), + [anon_sym_GT_EQ] = ACTIONS(1073), + [anon_sym_not_DASHin] = ACTIONS(1073), + [anon_sym_starts_DASHwith] = ACTIONS(1073), + [anon_sym_ends_DASHwith] = ACTIONS(1073), + [anon_sym_EQ_TILDE] = ACTIONS(1073), + [anon_sym_BANG_TILDE] = ACTIONS(1073), + [anon_sym_bit_DASHand] = ACTIONS(1073), + [anon_sym_bit_DASHxor] = ACTIONS(1073), + [anon_sym_bit_DASHor] = ACTIONS(1073), + [anon_sym_and] = ACTIONS(1073), + [anon_sym_xor] = ACTIONS(1073), + [anon_sym_or] = ACTIONS(1073), + [anon_sym_not] = ACTIONS(1073), + [anon_sym_null] = ACTIONS(1073), + [anon_sym_true] = ACTIONS(1073), + [anon_sym_false] = ACTIONS(1073), + [aux_sym__val_number_decimal_token1] = ACTIONS(1073), + [aux_sym__val_number_token1] = ACTIONS(1073), + [aux_sym__val_number_token2] = ACTIONS(1073), + [aux_sym__val_number_token3] = ACTIONS(1073), + [aux_sym__val_number_token4] = ACTIONS(1073), + [aux_sym__val_number_token5] = ACTIONS(1073), + [aux_sym__val_number_token6] = ACTIONS(1073), + [anon_sym_0b] = ACTIONS(1073), + [anon_sym_0o] = ACTIONS(1073), + [anon_sym_0x] = ACTIONS(1073), + [sym_val_date] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [sym__str_single_quotes] = ACTIONS(1073), + [sym__str_back_ticks] = ACTIONS(1073), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1073), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1073), + [anon_sym_CARET] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(105), }, [303] = { [sym_comment] = STATE(303), - [sym_identifier] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(994), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1077), + [anon_sym_alias] = ACTIONS(1077), + [anon_sym_let] = ACTIONS(1077), + [anon_sym_let_DASHenv] = ACTIONS(1077), + [anon_sym_mut] = ACTIONS(1077), + [anon_sym_const] = ACTIONS(1077), + [anon_sym_SEMI] = ACTIONS(1077), + [sym_cmd_identifier] = ACTIONS(1077), + [anon_sym_LF] = ACTIONS(1079), + [anon_sym_def] = ACTIONS(1077), + [anon_sym_export_DASHenv] = ACTIONS(1077), + [anon_sym_extern] = ACTIONS(1077), + [anon_sym_module] = ACTIONS(1077), + [anon_sym_use] = ACTIONS(1077), + [anon_sym_LBRACK] = ACTIONS(1077), + [anon_sym_LPAREN] = ACTIONS(1077), + [anon_sym_RPAREN] = ACTIONS(1077), + [anon_sym_DOLLAR] = ACTIONS(1077), + [anon_sym_error] = ACTIONS(1077), + [anon_sym_GT] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_continue] = ACTIONS(1077), + [anon_sym_for] = ACTIONS(1077), + [anon_sym_in] = ACTIONS(1077), + [anon_sym_loop] = ACTIONS(1077), + [anon_sym_while] = ACTIONS(1077), + [anon_sym_do] = ACTIONS(1077), + [anon_sym_if] = ACTIONS(1077), + [anon_sym_match] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(1077), + [anon_sym_RBRACE] = ACTIONS(1077), + [anon_sym_DOT] = ACTIONS(1077), + [anon_sym_try] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1077), + [anon_sym_source] = ACTIONS(1077), + [anon_sym_source_DASHenv] = ACTIONS(1077), + [anon_sym_register] = ACTIONS(1077), + [anon_sym_hide] = ACTIONS(1077), + [anon_sym_hide_DASHenv] = ACTIONS(1077), + [anon_sym_overlay] = ACTIONS(1077), + [anon_sym_STAR] = ACTIONS(1077), + [anon_sym_where] = ACTIONS(1077), + [anon_sym_STAR_STAR] = ACTIONS(1077), + [anon_sym_PLUS_PLUS] = ACTIONS(1077), + [anon_sym_SLASH] = ACTIONS(1077), + [anon_sym_mod] = ACTIONS(1077), + [anon_sym_SLASH_SLASH] = ACTIONS(1077), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_bit_DASHshl] = ACTIONS(1077), + [anon_sym_bit_DASHshr] = ACTIONS(1077), + [anon_sym_EQ_EQ] = ACTIONS(1077), + [anon_sym_BANG_EQ] = ACTIONS(1077), + [anon_sym_LT2] = ACTIONS(1077), + [anon_sym_LT_EQ] = ACTIONS(1077), + [anon_sym_GT_EQ] = ACTIONS(1077), + [anon_sym_not_DASHin] = ACTIONS(1077), + [anon_sym_starts_DASHwith] = ACTIONS(1077), + [anon_sym_ends_DASHwith] = ACTIONS(1077), + [anon_sym_EQ_TILDE] = ACTIONS(1077), + [anon_sym_BANG_TILDE] = ACTIONS(1077), + [anon_sym_bit_DASHand] = ACTIONS(1077), + [anon_sym_bit_DASHxor] = ACTIONS(1077), + [anon_sym_bit_DASHor] = ACTIONS(1077), + [anon_sym_and] = ACTIONS(1077), + [anon_sym_xor] = ACTIONS(1077), + [anon_sym_or] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_null] = ACTIONS(1077), + [anon_sym_true] = ACTIONS(1077), + [anon_sym_false] = ACTIONS(1077), + [aux_sym__val_number_decimal_token1] = ACTIONS(1077), + [aux_sym__val_number_token1] = ACTIONS(1077), + [aux_sym__val_number_token2] = ACTIONS(1077), + [aux_sym__val_number_token3] = ACTIONS(1077), + [aux_sym__val_number_token4] = ACTIONS(1077), + [aux_sym__val_number_token5] = ACTIONS(1077), + [aux_sym__val_number_token6] = ACTIONS(1077), + [anon_sym_0b] = ACTIONS(1077), + [anon_sym_0o] = ACTIONS(1077), + [anon_sym_0x] = ACTIONS(1077), + [sym_val_date] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1077), + [sym__str_single_quotes] = ACTIONS(1077), + [sym__str_back_ticks] = ACTIONS(1077), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1077), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_POUND] = ACTIONS(105), }, [304] = { [sym_comment] = STATE(304), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(971), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1081), + [anon_sym_alias] = ACTIONS(1081), + [anon_sym_let] = ACTIONS(1081), + [anon_sym_let_DASHenv] = ACTIONS(1081), + [anon_sym_mut] = ACTIONS(1081), + [anon_sym_const] = ACTIONS(1081), + [anon_sym_SEMI] = ACTIONS(1081), + [sym_cmd_identifier] = ACTIONS(1081), + [anon_sym_LF] = ACTIONS(1083), + [anon_sym_def] = ACTIONS(1081), + [anon_sym_export_DASHenv] = ACTIONS(1081), + [anon_sym_extern] = ACTIONS(1081), + [anon_sym_module] = ACTIONS(1081), + [anon_sym_use] = ACTIONS(1081), + [anon_sym_LBRACK] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_RPAREN] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1081), + [anon_sym_error] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1081), + [anon_sym_break] = ACTIONS(1081), + [anon_sym_continue] = ACTIONS(1081), + [anon_sym_for] = ACTIONS(1081), + [anon_sym_in] = ACTIONS(1081), + [anon_sym_loop] = ACTIONS(1081), + [anon_sym_while] = ACTIONS(1081), + [anon_sym_do] = ACTIONS(1081), + [anon_sym_if] = ACTIONS(1081), + [anon_sym_match] = ACTIONS(1081), + [anon_sym_LBRACE] = ACTIONS(1081), + [anon_sym_RBRACE] = ACTIONS(1081), + [anon_sym_DOT] = ACTIONS(1081), + [anon_sym_try] = ACTIONS(1081), + [anon_sym_return] = ACTIONS(1081), + [anon_sym_source] = ACTIONS(1081), + [anon_sym_source_DASHenv] = ACTIONS(1081), + [anon_sym_register] = ACTIONS(1081), + [anon_sym_hide] = ACTIONS(1081), + [anon_sym_hide_DASHenv] = ACTIONS(1081), + [anon_sym_overlay] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(1081), + [anon_sym_where] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1081), + [anon_sym_PLUS_PLUS] = ACTIONS(1081), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_mod] = ACTIONS(1081), + [anon_sym_SLASH_SLASH] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_bit_DASHshl] = ACTIONS(1081), + [anon_sym_bit_DASHshr] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1081), + [anon_sym_BANG_EQ] = ACTIONS(1081), + [anon_sym_LT2] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_EQ] = ACTIONS(1081), + [anon_sym_not_DASHin] = ACTIONS(1081), + [anon_sym_starts_DASHwith] = ACTIONS(1081), + [anon_sym_ends_DASHwith] = ACTIONS(1081), + [anon_sym_EQ_TILDE] = ACTIONS(1081), + [anon_sym_BANG_TILDE] = ACTIONS(1081), + [anon_sym_bit_DASHand] = ACTIONS(1081), + [anon_sym_bit_DASHxor] = ACTIONS(1081), + [anon_sym_bit_DASHor] = ACTIONS(1081), + [anon_sym_and] = ACTIONS(1081), + [anon_sym_xor] = ACTIONS(1081), + [anon_sym_or] = ACTIONS(1081), + [anon_sym_not] = ACTIONS(1081), + [anon_sym_null] = ACTIONS(1081), + [anon_sym_true] = ACTIONS(1081), + [anon_sym_false] = ACTIONS(1081), + [aux_sym__val_number_decimal_token1] = ACTIONS(1081), + [aux_sym__val_number_token1] = ACTIONS(1081), + [aux_sym__val_number_token2] = ACTIONS(1081), + [aux_sym__val_number_token3] = ACTIONS(1081), + [aux_sym__val_number_token4] = ACTIONS(1081), + [aux_sym__val_number_token5] = ACTIONS(1081), + [aux_sym__val_number_token6] = ACTIONS(1081), + [anon_sym_0b] = ACTIONS(1081), + [anon_sym_0o] = ACTIONS(1081), + [anon_sym_0x] = ACTIONS(1081), + [sym_val_date] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym__str_single_quotes] = ACTIONS(1081), + [sym__str_back_ticks] = ACTIONS(1081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1081), + [anon_sym_CARET] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(105), }, [305] = { [sym_comment] = STATE(305), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(996), - [aux_sym__immediate_decimal_token2] = ACTIONS(998), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1085), + [anon_sym_alias] = ACTIONS(1085), + [anon_sym_let] = ACTIONS(1085), + [anon_sym_let_DASHenv] = ACTIONS(1085), + [anon_sym_mut] = ACTIONS(1085), + [anon_sym_const] = ACTIONS(1085), + [anon_sym_SEMI] = ACTIONS(1085), + [sym_cmd_identifier] = ACTIONS(1085), + [anon_sym_LF] = ACTIONS(1087), + [anon_sym_def] = ACTIONS(1085), + [anon_sym_export_DASHenv] = ACTIONS(1085), + [anon_sym_extern] = ACTIONS(1085), + [anon_sym_module] = ACTIONS(1085), + [anon_sym_use] = ACTIONS(1085), + [anon_sym_LBRACK] = ACTIONS(1085), + [anon_sym_LPAREN] = ACTIONS(1085), + [anon_sym_RPAREN] = ACTIONS(1085), + [anon_sym_DOLLAR] = ACTIONS(1085), + [anon_sym_error] = ACTIONS(1085), + [anon_sym_GT] = ACTIONS(1085), + [anon_sym_DASH] = ACTIONS(1085), + [anon_sym_break] = ACTIONS(1085), + [anon_sym_continue] = ACTIONS(1085), + [anon_sym_for] = ACTIONS(1085), + [anon_sym_in] = ACTIONS(1085), + [anon_sym_loop] = ACTIONS(1085), + [anon_sym_while] = ACTIONS(1085), + [anon_sym_do] = ACTIONS(1085), + [anon_sym_if] = ACTIONS(1085), + [anon_sym_match] = ACTIONS(1085), + [anon_sym_LBRACE] = ACTIONS(1085), + [anon_sym_RBRACE] = ACTIONS(1085), + [anon_sym_DOT] = ACTIONS(1085), + [anon_sym_try] = ACTIONS(1085), + [anon_sym_return] = ACTIONS(1085), + [anon_sym_source] = ACTIONS(1085), + [anon_sym_source_DASHenv] = ACTIONS(1085), + [anon_sym_register] = ACTIONS(1085), + [anon_sym_hide] = ACTIONS(1085), + [anon_sym_hide_DASHenv] = ACTIONS(1085), + [anon_sym_overlay] = ACTIONS(1085), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_where] = ACTIONS(1085), + [anon_sym_STAR_STAR] = ACTIONS(1085), + [anon_sym_PLUS_PLUS] = ACTIONS(1085), + [anon_sym_SLASH] = ACTIONS(1085), + [anon_sym_mod] = ACTIONS(1085), + [anon_sym_SLASH_SLASH] = ACTIONS(1085), + [anon_sym_PLUS] = ACTIONS(1085), + [anon_sym_bit_DASHshl] = ACTIONS(1085), + [anon_sym_bit_DASHshr] = ACTIONS(1085), + [anon_sym_EQ_EQ] = ACTIONS(1085), + [anon_sym_BANG_EQ] = ACTIONS(1085), + [anon_sym_LT2] = ACTIONS(1085), + [anon_sym_LT_EQ] = ACTIONS(1085), + [anon_sym_GT_EQ] = ACTIONS(1085), + [anon_sym_not_DASHin] = ACTIONS(1085), + [anon_sym_starts_DASHwith] = ACTIONS(1085), + [anon_sym_ends_DASHwith] = ACTIONS(1085), + [anon_sym_EQ_TILDE] = ACTIONS(1085), + [anon_sym_BANG_TILDE] = ACTIONS(1085), + [anon_sym_bit_DASHand] = ACTIONS(1085), + [anon_sym_bit_DASHxor] = ACTIONS(1085), + [anon_sym_bit_DASHor] = ACTIONS(1085), + [anon_sym_and] = ACTIONS(1085), + [anon_sym_xor] = ACTIONS(1085), + [anon_sym_or] = ACTIONS(1085), + [anon_sym_not] = ACTIONS(1085), + [anon_sym_null] = ACTIONS(1085), + [anon_sym_true] = ACTIONS(1085), + [anon_sym_false] = ACTIONS(1085), + [aux_sym__val_number_decimal_token1] = ACTIONS(1085), + [aux_sym__val_number_token1] = ACTIONS(1085), + [aux_sym__val_number_token2] = ACTIONS(1085), + [aux_sym__val_number_token3] = ACTIONS(1085), + [aux_sym__val_number_token4] = ACTIONS(1085), + [aux_sym__val_number_token5] = ACTIONS(1085), + [aux_sym__val_number_token6] = ACTIONS(1085), + [anon_sym_0b] = ACTIONS(1085), + [anon_sym_0o] = ACTIONS(1085), + [anon_sym_0x] = ACTIONS(1085), + [sym_val_date] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym__str_single_quotes] = ACTIONS(1085), + [sym__str_back_ticks] = ACTIONS(1085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1085), + [anon_sym_CARET] = ACTIONS(1085), + [anon_sym_POUND] = ACTIONS(105), }, [306] = { [sym_comment] = STATE(306), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_null] = ACTIONS(187), - [anon_sym_true] = ACTIONS(187), - [anon_sym_false] = ACTIONS(187), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(187), - [aux_sym__val_number_token2] = ACTIONS(187), - [aux_sym__val_number_token3] = ACTIONS(187), - [aux_sym__val_number_token4] = ACTIONS(187), - [aux_sym__val_number_token5] = ACTIONS(187), - [aux_sym__val_number_token6] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(187), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym__str_single_quotes] = ACTIONS(187), - [sym__str_back_ticks] = ACTIONS(187), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(187), - [anon_sym_err_GT] = ACTIONS(187), - [anon_sym_out_GT] = ACTIONS(187), - [anon_sym_e_GT] = ACTIONS(187), - [anon_sym_o_GT] = ACTIONS(187), - [anon_sym_err_PLUSout_GT] = ACTIONS(187), - [anon_sym_out_PLUSerr_GT] = ACTIONS(187), - [anon_sym_o_PLUSe_GT] = ACTIONS(187), - [anon_sym_e_PLUSo_GT] = ACTIONS(187), - [aux_sym_unquoted_token1] = ACTIONS(187), + [anon_sym_export] = ACTIONS(1089), + [anon_sym_alias] = ACTIONS(1089), + [anon_sym_let] = ACTIONS(1089), + [anon_sym_let_DASHenv] = ACTIONS(1089), + [anon_sym_mut] = ACTIONS(1089), + [anon_sym_const] = ACTIONS(1089), + [anon_sym_SEMI] = ACTIONS(1089), + [sym_cmd_identifier] = ACTIONS(1089), + [anon_sym_LF] = ACTIONS(1091), + [anon_sym_def] = ACTIONS(1089), + [anon_sym_export_DASHenv] = ACTIONS(1089), + [anon_sym_extern] = ACTIONS(1089), + [anon_sym_module] = ACTIONS(1089), + [anon_sym_use] = ACTIONS(1089), + [anon_sym_LBRACK] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1089), + [anon_sym_RPAREN] = ACTIONS(1089), + [anon_sym_DOLLAR] = ACTIONS(1089), + [anon_sym_error] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_break] = ACTIONS(1089), + [anon_sym_continue] = ACTIONS(1089), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_in] = ACTIONS(1089), + [anon_sym_loop] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1089), + [anon_sym_do] = ACTIONS(1089), + [anon_sym_if] = ACTIONS(1089), + [anon_sym_match] = ACTIONS(1089), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_RBRACE] = ACTIONS(1089), + [anon_sym_DOT] = ACTIONS(1089), + [anon_sym_try] = ACTIONS(1089), + [anon_sym_return] = ACTIONS(1089), + [anon_sym_source] = ACTIONS(1089), + [anon_sym_source_DASHenv] = ACTIONS(1089), + [anon_sym_register] = ACTIONS(1089), + [anon_sym_hide] = ACTIONS(1089), + [anon_sym_hide_DASHenv] = ACTIONS(1089), + [anon_sym_overlay] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_where] = ACTIONS(1089), + [anon_sym_STAR_STAR] = ACTIONS(1089), + [anon_sym_PLUS_PLUS] = ACTIONS(1089), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_mod] = ACTIONS(1089), + [anon_sym_SLASH_SLASH] = ACTIONS(1089), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_bit_DASHshl] = ACTIONS(1089), + [anon_sym_bit_DASHshr] = ACTIONS(1089), + [anon_sym_EQ_EQ] = ACTIONS(1089), + [anon_sym_BANG_EQ] = ACTIONS(1089), + [anon_sym_LT2] = ACTIONS(1089), + [anon_sym_LT_EQ] = ACTIONS(1089), + [anon_sym_GT_EQ] = ACTIONS(1089), + [anon_sym_not_DASHin] = ACTIONS(1089), + [anon_sym_starts_DASHwith] = ACTIONS(1089), + [anon_sym_ends_DASHwith] = ACTIONS(1089), + [anon_sym_EQ_TILDE] = ACTIONS(1089), + [anon_sym_BANG_TILDE] = ACTIONS(1089), + [anon_sym_bit_DASHand] = ACTIONS(1089), + [anon_sym_bit_DASHxor] = ACTIONS(1089), + [anon_sym_bit_DASHor] = ACTIONS(1089), + [anon_sym_and] = ACTIONS(1089), + [anon_sym_xor] = ACTIONS(1089), + [anon_sym_or] = ACTIONS(1089), + [anon_sym_not] = ACTIONS(1089), + [anon_sym_null] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1089), + [anon_sym_false] = ACTIONS(1089), + [aux_sym__val_number_decimal_token1] = ACTIONS(1089), + [aux_sym__val_number_token1] = ACTIONS(1089), + [aux_sym__val_number_token2] = ACTIONS(1089), + [aux_sym__val_number_token3] = ACTIONS(1089), + [aux_sym__val_number_token4] = ACTIONS(1089), + [aux_sym__val_number_token5] = ACTIONS(1089), + [aux_sym__val_number_token6] = ACTIONS(1089), + [anon_sym_0b] = ACTIONS(1089), + [anon_sym_0o] = ACTIONS(1089), + [anon_sym_0x] = ACTIONS(1089), + [sym_val_date] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1089), + [sym__str_single_quotes] = ACTIONS(1089), + [sym__str_back_ticks] = ACTIONS(1089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1089), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1089), + [anon_sym_CARET] = ACTIONS(1089), [anon_sym_POUND] = ACTIONS(105), }, [307] = { [sym_comment] = STATE(307), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(979), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(105), }, [308] = { [sym_comment] = STATE(308), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(979), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(922), + [anon_sym_alias] = ACTIONS(922), + [anon_sym_let] = ACTIONS(922), + [anon_sym_let_DASHenv] = ACTIONS(922), + [anon_sym_mut] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [sym_cmd_identifier] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_def] = ACTIONS(922), + [anon_sym_export_DASHenv] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_module] = ACTIONS(922), + [anon_sym_use] = ACTIONS(922), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_RPAREN] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_error] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_match] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_try] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_source] = ACTIONS(922), + [anon_sym_source_DASHenv] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_hide] = ACTIONS(922), + [anon_sym_hide_DASHenv] = ACTIONS(922), + [anon_sym_overlay] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_where] = ACTIONS(922), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_not] = ACTIONS(922), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_CARET] = ACTIONS(922), + [anon_sym_POUND] = ACTIONS(105), }, [309] = { [sym_comment] = STATE(309), - [sym_identifier] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1003), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(1093), + [anon_sym_alias] = ACTIONS(1093), + [anon_sym_let] = ACTIONS(1093), + [anon_sym_let_DASHenv] = ACTIONS(1093), + [anon_sym_mut] = ACTIONS(1093), + [anon_sym_const] = ACTIONS(1093), + [anon_sym_SEMI] = ACTIONS(1093), + [sym_cmd_identifier] = ACTIONS(1093), + [anon_sym_LF] = ACTIONS(1095), + [anon_sym_def] = ACTIONS(1093), + [anon_sym_export_DASHenv] = ACTIONS(1093), + [anon_sym_extern] = ACTIONS(1093), + [anon_sym_module] = ACTIONS(1093), + [anon_sym_use] = ACTIONS(1093), + [anon_sym_LBRACK] = ACTIONS(1093), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_RPAREN] = ACTIONS(1093), + [anon_sym_DOLLAR] = ACTIONS(1093), + [anon_sym_error] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_break] = ACTIONS(1093), + [anon_sym_continue] = ACTIONS(1093), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1093), + [anon_sym_loop] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1093), + [anon_sym_do] = ACTIONS(1093), + [anon_sym_if] = ACTIONS(1093), + [anon_sym_match] = ACTIONS(1093), + [anon_sym_LBRACE] = ACTIONS(1093), + [anon_sym_RBRACE] = ACTIONS(1093), + [anon_sym_DOT] = ACTIONS(1093), + [anon_sym_try] = ACTIONS(1093), + [anon_sym_return] = ACTIONS(1093), + [anon_sym_source] = ACTIONS(1093), + [anon_sym_source_DASHenv] = ACTIONS(1093), + [anon_sym_register] = ACTIONS(1093), + [anon_sym_hide] = ACTIONS(1093), + [anon_sym_hide_DASHenv] = ACTIONS(1093), + [anon_sym_overlay] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_where] = ACTIONS(1093), + [anon_sym_STAR_STAR] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_mod] = ACTIONS(1093), + [anon_sym_SLASH_SLASH] = ACTIONS(1093), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_bit_DASHshl] = ACTIONS(1093), + [anon_sym_bit_DASHshr] = ACTIONS(1093), + [anon_sym_EQ_EQ] = ACTIONS(1093), + [anon_sym_BANG_EQ] = ACTIONS(1093), + [anon_sym_LT2] = ACTIONS(1093), + [anon_sym_LT_EQ] = ACTIONS(1093), + [anon_sym_GT_EQ] = ACTIONS(1093), + [anon_sym_not_DASHin] = ACTIONS(1093), + [anon_sym_starts_DASHwith] = ACTIONS(1093), + [anon_sym_ends_DASHwith] = ACTIONS(1093), + [anon_sym_EQ_TILDE] = ACTIONS(1093), + [anon_sym_BANG_TILDE] = ACTIONS(1093), + [anon_sym_bit_DASHand] = ACTIONS(1093), + [anon_sym_bit_DASHxor] = ACTIONS(1093), + [anon_sym_bit_DASHor] = ACTIONS(1093), + [anon_sym_and] = ACTIONS(1093), + [anon_sym_xor] = ACTIONS(1093), + [anon_sym_or] = ACTIONS(1093), + [anon_sym_not] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1093), + [anon_sym_true] = ACTIONS(1093), + [anon_sym_false] = ACTIONS(1093), + [aux_sym__val_number_decimal_token1] = ACTIONS(1093), + [aux_sym__val_number_token1] = ACTIONS(1093), + [aux_sym__val_number_token2] = ACTIONS(1093), + [aux_sym__val_number_token3] = ACTIONS(1093), + [aux_sym__val_number_token4] = ACTIONS(1093), + [aux_sym__val_number_token5] = ACTIONS(1093), + [aux_sym__val_number_token6] = ACTIONS(1093), + [anon_sym_0b] = ACTIONS(1093), + [anon_sym_0o] = ACTIONS(1093), + [anon_sym_0x] = ACTIONS(1093), + [sym_val_date] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1093), + [sym__str_single_quotes] = ACTIONS(1093), + [sym__str_back_ticks] = ACTIONS(1093), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1093), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1093), + [anon_sym_CARET] = ACTIONS(1093), + [anon_sym_POUND] = ACTIONS(105), }, [310] = { [sym_comment] = STATE(310), - [sym_identifier] = ACTIONS(130), - [anon_sym_COLON] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_RPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DOT_DOT_DOT] = ACTIONS(132), - [anon_sym_DASH_DASH] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1005), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1008), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1083), + [anon_sym_export] = ACTIONS(1081), + [anon_sym_alias] = ACTIONS(1081), + [anon_sym_let] = ACTIONS(1081), + [anon_sym_let_DASHenv] = ACTIONS(1081), + [anon_sym_mut] = ACTIONS(1081), + [anon_sym_const] = ACTIONS(1081), + [anon_sym_SEMI] = ACTIONS(1081), + [sym_cmd_identifier] = ACTIONS(1081), + [anon_sym_LF] = ACTIONS(1083), + [anon_sym_def] = ACTIONS(1081), + [anon_sym_export_DASHenv] = ACTIONS(1081), + [anon_sym_extern] = ACTIONS(1081), + [anon_sym_module] = ACTIONS(1081), + [anon_sym_use] = ACTIONS(1081), + [anon_sym_LBRACK] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1081), + [anon_sym_error] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1081), + [anon_sym_break] = ACTIONS(1081), + [anon_sym_continue] = ACTIONS(1081), + [anon_sym_for] = ACTIONS(1081), + [anon_sym_in] = ACTIONS(1081), + [anon_sym_loop] = ACTIONS(1081), + [anon_sym_while] = ACTIONS(1081), + [anon_sym_do] = ACTIONS(1081), + [anon_sym_if] = ACTIONS(1081), + [anon_sym_match] = ACTIONS(1081), + [anon_sym_LBRACE] = ACTIONS(1081), + [anon_sym_DOT] = ACTIONS(1081), + [anon_sym_try] = ACTIONS(1081), + [anon_sym_return] = ACTIONS(1081), + [anon_sym_source] = ACTIONS(1081), + [anon_sym_source_DASHenv] = ACTIONS(1081), + [anon_sym_register] = ACTIONS(1081), + [anon_sym_hide] = ACTIONS(1081), + [anon_sym_hide_DASHenv] = ACTIONS(1081), + [anon_sym_overlay] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(1081), + [anon_sym_where] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1081), + [anon_sym_PLUS_PLUS] = ACTIONS(1081), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_mod] = ACTIONS(1081), + [anon_sym_SLASH_SLASH] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_bit_DASHshl] = ACTIONS(1081), + [anon_sym_bit_DASHshr] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1081), + [anon_sym_BANG_EQ] = ACTIONS(1081), + [anon_sym_LT2] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_EQ] = ACTIONS(1081), + [anon_sym_not_DASHin] = ACTIONS(1081), + [anon_sym_starts_DASHwith] = ACTIONS(1081), + [anon_sym_ends_DASHwith] = ACTIONS(1081), + [anon_sym_EQ_TILDE] = ACTIONS(1081), + [anon_sym_BANG_TILDE] = ACTIONS(1081), + [anon_sym_bit_DASHand] = ACTIONS(1081), + [anon_sym_bit_DASHxor] = ACTIONS(1081), + [anon_sym_bit_DASHor] = ACTIONS(1081), + [anon_sym_and] = ACTIONS(1081), + [anon_sym_xor] = ACTIONS(1081), + [anon_sym_or] = ACTIONS(1081), + [anon_sym_not] = ACTIONS(1081), + [anon_sym_null] = ACTIONS(1081), + [anon_sym_true] = ACTIONS(1081), + [anon_sym_false] = ACTIONS(1081), + [aux_sym__val_number_decimal_token1] = ACTIONS(1081), + [aux_sym__val_number_token1] = ACTIONS(1081), + [aux_sym__val_number_token2] = ACTIONS(1081), + [aux_sym__val_number_token3] = ACTIONS(1081), + [aux_sym__val_number_token4] = ACTIONS(1081), + [aux_sym__val_number_token5] = ACTIONS(1081), + [aux_sym__val_number_token6] = ACTIONS(1081), + [anon_sym_0b] = ACTIONS(1081), + [anon_sym_0o] = ACTIONS(1081), + [anon_sym_0x] = ACTIONS(1081), + [sym_val_date] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym__str_single_quotes] = ACTIONS(1081), + [sym__str_back_ticks] = ACTIONS(1081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1081), + [anon_sym_CARET] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(105), }, [311] = { [sym_comment] = STATE(311), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(963), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [312] = { [sym_comment] = STATE(312), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1010), - [aux_sym__immediate_decimal_token2] = ACTIONS(1012), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(1111), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [313] = { [sym_comment] = STATE(313), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1014), - [anon_sym_s] = ACTIONS(1014), - [anon_sym_us] = ACTIONS(1014), - [anon_sym_ms] = ACTIONS(1014), - [anon_sym_sec] = ACTIONS(1014), - [anon_sym_min] = ACTIONS(1014), - [anon_sym_hr] = ACTIONS(1014), - [anon_sym_day] = ACTIONS(1014), - [anon_sym_wk] = ACTIONS(1014), - [anon_sym_b] = ACTIONS(1016), - [anon_sym_B] = ACTIONS(1016), - [anon_sym_kb] = ACTIONS(1016), - [anon_sym_kB] = ACTIONS(1016), - [anon_sym_Kb] = ACTIONS(1016), - [anon_sym_KB] = ACTIONS(1016), - [anon_sym_mb] = ACTIONS(1016), - [anon_sym_mB] = ACTIONS(1016), - [anon_sym_Mb] = ACTIONS(1016), - [anon_sym_MB] = ACTIONS(1016), - [anon_sym_gb] = ACTIONS(1016), - [anon_sym_gB] = ACTIONS(1016), - [anon_sym_Gb] = ACTIONS(1016), - [anon_sym_GB] = ACTIONS(1016), - [anon_sym_tb] = ACTIONS(1016), - [anon_sym_tB] = ACTIONS(1016), - [anon_sym_Tb] = ACTIONS(1016), - [anon_sym_TB] = ACTIONS(1016), - [anon_sym_pb] = ACTIONS(1016), - [anon_sym_pB] = ACTIONS(1016), - [anon_sym_Pb] = ACTIONS(1016), - [anon_sym_PB] = ACTIONS(1016), - [anon_sym_eb] = ACTIONS(1016), - [anon_sym_eB] = ACTIONS(1016), - [anon_sym_Eb] = ACTIONS(1016), - [anon_sym_EB] = ACTIONS(1016), - [anon_sym_kib] = ACTIONS(1016), - [anon_sym_kiB] = ACTIONS(1016), - [anon_sym_kIB] = ACTIONS(1016), - [anon_sym_kIb] = ACTIONS(1016), - [anon_sym_Kib] = ACTIONS(1016), - [anon_sym_KIb] = ACTIONS(1016), - [anon_sym_KIB] = ACTIONS(1016), - [anon_sym_mib] = ACTIONS(1016), - [anon_sym_miB] = ACTIONS(1016), - [anon_sym_mIB] = ACTIONS(1016), - [anon_sym_mIb] = ACTIONS(1016), - [anon_sym_Mib] = ACTIONS(1016), - [anon_sym_MIb] = ACTIONS(1016), - [anon_sym_MIB] = ACTIONS(1016), - [anon_sym_gib] = ACTIONS(1016), - [anon_sym_giB] = ACTIONS(1016), - [anon_sym_gIB] = ACTIONS(1016), - [anon_sym_gIb] = ACTIONS(1016), - [anon_sym_Gib] = ACTIONS(1016), - [anon_sym_GIb] = ACTIONS(1016), - [anon_sym_GIB] = ACTIONS(1016), - [anon_sym_tib] = ACTIONS(1016), - [anon_sym_tiB] = ACTIONS(1016), - [anon_sym_tIB] = ACTIONS(1016), - [anon_sym_tIb] = ACTIONS(1016), - [anon_sym_Tib] = ACTIONS(1016), - [anon_sym_TIb] = ACTIONS(1016), - [anon_sym_TIB] = ACTIONS(1016), - [anon_sym_pib] = ACTIONS(1016), - [anon_sym_piB] = ACTIONS(1016), - [anon_sym_pIB] = ACTIONS(1016), - [anon_sym_pIb] = ACTIONS(1016), - [anon_sym_Pib] = ACTIONS(1016), - [anon_sym_PIb] = ACTIONS(1016), - [anon_sym_PIB] = ACTIONS(1016), - [anon_sym_eib] = ACTIONS(1016), - [anon_sym_eiB] = ACTIONS(1016), - [anon_sym_eIB] = ACTIONS(1016), - [anon_sym_eIb] = ACTIONS(1016), - [anon_sym_Eib] = ACTIONS(1016), - [anon_sym_EIb] = ACTIONS(1016), - [anon_sym_EIB] = ACTIONS(1016), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [314] = { [sym_comment] = STATE(314), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(967), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(993), + [anon_sym_export] = ACTIONS(991), + [anon_sym_alias] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_let_DASHenv] = ACTIONS(991), + [anon_sym_mut] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [sym_cmd_identifier] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_def] = ACTIONS(991), + [anon_sym_export_DASHenv] = ACTIONS(991), + [anon_sym_extern] = ACTIONS(991), + [anon_sym_module] = ACTIONS(991), + [anon_sym_use] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_error] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_loop] = ACTIONS(991), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_match] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_source] = ACTIONS(991), + [anon_sym_source_DASHenv] = ACTIONS(991), + [anon_sym_register] = ACTIONS(991), + [anon_sym_hide] = ACTIONS(991), + [anon_sym_hide_DASHenv] = ACTIONS(991), + [anon_sym_overlay] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_where] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_not] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_CARET] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(105), }, [315] = { [sym_comment] = STATE(315), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(971), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(1111), + [anon_sym_bit_DASHxor] = ACTIONS(1113), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [316] = { [sym_comment] = STATE(316), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(987), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [317] = { [sym_comment] = STATE(317), - [sym_identifier] = ACTIONS(157), - [anon_sym_COLON] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_RBRACK] = ACTIONS(159), - [anon_sym_RPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(159), - [anon_sym_DASH_DASH] = ACTIONS(159), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(1111), + [anon_sym_bit_DASHxor] = ACTIONS(1113), + [anon_sym_bit_DASHor] = ACTIONS(1115), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [318] = { [sym_comment] = STATE(318), - [sym_identifier] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [319] = { [sym_comment] = STATE(319), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(1111), + [anon_sym_bit_DASHxor] = ACTIONS(1113), + [anon_sym_bit_DASHor] = ACTIONS(1115), + [anon_sym_and] = ACTIONS(1117), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [320] = { [sym_comment] = STATE(320), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(983), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [321] = { [sym_comment] = STATE(321), - [sym_identifier] = ACTIONS(187), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1021), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1065), + [anon_sym_export] = ACTIONS(1063), + [anon_sym_alias] = ACTIONS(1063), + [anon_sym_let] = ACTIONS(1063), + [anon_sym_let_DASHenv] = ACTIONS(1063), + [anon_sym_mut] = ACTIONS(1063), + [anon_sym_const] = ACTIONS(1063), + [anon_sym_SEMI] = ACTIONS(1063), + [sym_cmd_identifier] = ACTIONS(1063), + [anon_sym_LF] = ACTIONS(1065), + [anon_sym_def] = ACTIONS(1063), + [anon_sym_export_DASHenv] = ACTIONS(1063), + [anon_sym_extern] = ACTIONS(1063), + [anon_sym_module] = ACTIONS(1063), + [anon_sym_use] = ACTIONS(1063), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1063), + [anon_sym_DOLLAR] = ACTIONS(1063), + [anon_sym_error] = ACTIONS(1063), + [anon_sym_GT] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_break] = ACTIONS(1063), + [anon_sym_continue] = ACTIONS(1063), + [anon_sym_for] = ACTIONS(1063), + [anon_sym_in] = ACTIONS(1063), + [anon_sym_loop] = ACTIONS(1063), + [anon_sym_while] = ACTIONS(1063), + [anon_sym_do] = ACTIONS(1063), + [anon_sym_if] = ACTIONS(1063), + [anon_sym_match] = ACTIONS(1063), + [anon_sym_LBRACE] = ACTIONS(1063), + [anon_sym_DOT] = ACTIONS(1063), + [anon_sym_try] = ACTIONS(1063), + [anon_sym_return] = ACTIONS(1063), + [anon_sym_source] = ACTIONS(1063), + [anon_sym_source_DASHenv] = ACTIONS(1063), + [anon_sym_register] = ACTIONS(1063), + [anon_sym_hide] = ACTIONS(1063), + [anon_sym_hide_DASHenv] = ACTIONS(1063), + [anon_sym_overlay] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1063), + [anon_sym_where] = ACTIONS(1063), + [anon_sym_STAR_STAR] = ACTIONS(1063), + [anon_sym_PLUS_PLUS] = ACTIONS(1063), + [anon_sym_SLASH] = ACTIONS(1063), + [anon_sym_mod] = ACTIONS(1063), + [anon_sym_SLASH_SLASH] = ACTIONS(1063), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_bit_DASHshl] = ACTIONS(1063), + [anon_sym_bit_DASHshr] = ACTIONS(1063), + [anon_sym_EQ_EQ] = ACTIONS(1063), + [anon_sym_BANG_EQ] = ACTIONS(1063), + [anon_sym_LT2] = ACTIONS(1063), + [anon_sym_LT_EQ] = ACTIONS(1063), + [anon_sym_GT_EQ] = ACTIONS(1063), + [anon_sym_not_DASHin] = ACTIONS(1063), + [anon_sym_starts_DASHwith] = ACTIONS(1063), + [anon_sym_ends_DASHwith] = ACTIONS(1063), + [anon_sym_EQ_TILDE] = ACTIONS(1063), + [anon_sym_BANG_TILDE] = ACTIONS(1063), + [anon_sym_bit_DASHand] = ACTIONS(1063), + [anon_sym_bit_DASHxor] = ACTIONS(1063), + [anon_sym_bit_DASHor] = ACTIONS(1063), + [anon_sym_and] = ACTIONS(1063), + [anon_sym_xor] = ACTIONS(1063), + [anon_sym_or] = ACTIONS(1063), + [anon_sym_not] = ACTIONS(1063), + [anon_sym_null] = ACTIONS(1063), + [anon_sym_true] = ACTIONS(1063), + [anon_sym_false] = ACTIONS(1063), + [aux_sym__val_number_decimal_token1] = ACTIONS(1063), + [aux_sym__val_number_token1] = ACTIONS(1063), + [aux_sym__val_number_token2] = ACTIONS(1063), + [aux_sym__val_number_token3] = ACTIONS(1063), + [aux_sym__val_number_token4] = ACTIONS(1063), + [aux_sym__val_number_token5] = ACTIONS(1063), + [aux_sym__val_number_token6] = ACTIONS(1063), + [anon_sym_0b] = ACTIONS(1063), + [anon_sym_0o] = ACTIONS(1063), + [anon_sym_0x] = ACTIONS(1063), + [sym_val_date] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(1063), + [sym__str_single_quotes] = ACTIONS(1063), + [sym__str_back_ticks] = ACTIONS(1063), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1063), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1063), + [anon_sym_CARET] = ACTIONS(1063), + [anon_sym_POUND] = ACTIONS(105), }, [322] = { [sym_comment] = STATE(322), - [sym_identifier] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1023), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(1111), + [anon_sym_bit_DASHxor] = ACTIONS(1113), + [anon_sym_bit_DASHor] = ACTIONS(1115), + [anon_sym_and] = ACTIONS(1117), + [anon_sym_xor] = ACTIONS(1119), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [323] = { [sym_comment] = STATE(323), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [324] = { [sym_comment] = STATE(324), - [sym_identifier] = ACTIONS(130), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_RPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DOT_DOT_DOT] = ACTIONS(132), - [anon_sym_DASH_DASH] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1025), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1028), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(1111), + [anon_sym_bit_DASHxor] = ACTIONS(1113), + [anon_sym_bit_DASHor] = ACTIONS(1115), + [anon_sym_and] = ACTIONS(1117), + [anon_sym_xor] = ACTIONS(1119), + [anon_sym_or] = ACTIONS(1121), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [325] = { [sym_comment] = STATE(325), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1030), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(987), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [326] = { [sym_comment] = STATE(326), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(977), + [anon_sym_export] = ACTIONS(975), + [anon_sym_alias] = ACTIONS(975), + [anon_sym_let] = ACTIONS(975), + [anon_sym_let_DASHenv] = ACTIONS(975), + [anon_sym_mut] = ACTIONS(975), + [anon_sym_const] = ACTIONS(975), + [anon_sym_SEMI] = ACTIONS(975), + [sym_cmd_identifier] = ACTIONS(975), + [anon_sym_LF] = ACTIONS(977), + [anon_sym_def] = ACTIONS(975), + [anon_sym_export_DASHenv] = ACTIONS(975), + [anon_sym_extern] = ACTIONS(975), + [anon_sym_module] = ACTIONS(975), + [anon_sym_use] = ACTIONS(975), + [anon_sym_LBRACK] = ACTIONS(975), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_DOLLAR] = ACTIONS(975), + [anon_sym_error] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_break] = ACTIONS(975), + [anon_sym_continue] = ACTIONS(975), + [anon_sym_for] = ACTIONS(975), + [anon_sym_in] = ACTIONS(975), + [anon_sym_loop] = ACTIONS(975), + [anon_sym_while] = ACTIONS(975), + [anon_sym_do] = ACTIONS(975), + [anon_sym_if] = ACTIONS(975), + [anon_sym_match] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(975), + [anon_sym_DOT] = ACTIONS(975), + [anon_sym_try] = ACTIONS(975), + [anon_sym_return] = ACTIONS(975), + [anon_sym_source] = ACTIONS(975), + [anon_sym_source_DASHenv] = ACTIONS(975), + [anon_sym_register] = ACTIONS(975), + [anon_sym_hide] = ACTIONS(975), + [anon_sym_hide_DASHenv] = ACTIONS(975), + [anon_sym_overlay] = ACTIONS(975), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_where] = ACTIONS(975), + [anon_sym_STAR_STAR] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_mod] = ACTIONS(975), + [anon_sym_SLASH_SLASH] = ACTIONS(975), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_bit_DASHshl] = ACTIONS(975), + [anon_sym_bit_DASHshr] = ACTIONS(975), + [anon_sym_EQ_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_LT2] = ACTIONS(975), + [anon_sym_LT_EQ] = ACTIONS(975), + [anon_sym_GT_EQ] = ACTIONS(975), + [anon_sym_not_DASHin] = ACTIONS(975), + [anon_sym_starts_DASHwith] = ACTIONS(975), + [anon_sym_ends_DASHwith] = ACTIONS(975), + [anon_sym_EQ_TILDE] = ACTIONS(975), + [anon_sym_BANG_TILDE] = ACTIONS(975), + [anon_sym_bit_DASHand] = ACTIONS(975), + [anon_sym_bit_DASHxor] = ACTIONS(975), + [anon_sym_bit_DASHor] = ACTIONS(975), + [anon_sym_and] = ACTIONS(975), + [anon_sym_xor] = ACTIONS(975), + [anon_sym_or] = ACTIONS(975), + [anon_sym_not] = ACTIONS(975), + [anon_sym_null] = ACTIONS(975), + [anon_sym_true] = ACTIONS(975), + [anon_sym_false] = ACTIONS(975), + [aux_sym__val_number_decimal_token1] = ACTIONS(975), + [aux_sym__val_number_token1] = ACTIONS(975), + [aux_sym__val_number_token2] = ACTIONS(975), + [aux_sym__val_number_token3] = ACTIONS(975), + [aux_sym__val_number_token4] = ACTIONS(975), + [aux_sym__val_number_token5] = ACTIONS(975), + [aux_sym__val_number_token6] = ACTIONS(975), + [anon_sym_0b] = ACTIONS(975), + [anon_sym_0o] = ACTIONS(975), + [anon_sym_0x] = ACTIONS(975), + [sym_val_date] = ACTIONS(975), + [anon_sym_DQUOTE] = ACTIONS(975), + [sym__str_single_quotes] = ACTIONS(975), + [sym__str_back_ticks] = ACTIONS(975), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(975), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(975), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_POUND] = ACTIONS(105), }, [327] = { [sym_comment] = STATE(327), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_COLON] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1033), - [aux_sym__immediate_decimal_token2] = ACTIONS(1035), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), + [ts_builtin_sym_end] = ACTIONS(971), + [anon_sym_export] = ACTIONS(969), + [anon_sym_alias] = ACTIONS(969), + [anon_sym_let] = ACTIONS(969), + [anon_sym_let_DASHenv] = ACTIONS(969), + [anon_sym_mut] = ACTIONS(969), + [anon_sym_const] = ACTIONS(969), + [anon_sym_SEMI] = ACTIONS(969), + [sym_cmd_identifier] = ACTIONS(969), + [anon_sym_LF] = ACTIONS(971), + [anon_sym_def] = ACTIONS(969), + [anon_sym_export_DASHenv] = ACTIONS(969), + [anon_sym_extern] = ACTIONS(969), + [anon_sym_module] = ACTIONS(969), + [anon_sym_use] = ACTIONS(969), + [anon_sym_LBRACK] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(969), + [anon_sym_DOLLAR] = ACTIONS(969), + [anon_sym_error] = ACTIONS(969), + [anon_sym_GT] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_break] = ACTIONS(969), + [anon_sym_continue] = ACTIONS(969), + [anon_sym_for] = ACTIONS(969), + [anon_sym_in] = ACTIONS(969), + [anon_sym_loop] = ACTIONS(969), + [anon_sym_while] = ACTIONS(969), + [anon_sym_do] = ACTIONS(969), + [anon_sym_if] = ACTIONS(969), + [anon_sym_match] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_DOT] = ACTIONS(969), + [anon_sym_try] = ACTIONS(969), + [anon_sym_return] = ACTIONS(969), + [anon_sym_source] = ACTIONS(969), + [anon_sym_source_DASHenv] = ACTIONS(969), + [anon_sym_register] = ACTIONS(969), + [anon_sym_hide] = ACTIONS(969), + [anon_sym_hide_DASHenv] = ACTIONS(969), + [anon_sym_overlay] = ACTIONS(969), + [anon_sym_STAR] = ACTIONS(969), + [anon_sym_where] = ACTIONS(969), + [anon_sym_STAR_STAR] = ACTIONS(969), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_SLASH] = ACTIONS(969), + [anon_sym_mod] = ACTIONS(969), + [anon_sym_SLASH_SLASH] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_bit_DASHshl] = ACTIONS(969), + [anon_sym_bit_DASHshr] = ACTIONS(969), + [anon_sym_EQ_EQ] = ACTIONS(969), + [anon_sym_BANG_EQ] = ACTIONS(969), + [anon_sym_LT2] = ACTIONS(969), + [anon_sym_LT_EQ] = ACTIONS(969), + [anon_sym_GT_EQ] = ACTIONS(969), + [anon_sym_not_DASHin] = ACTIONS(969), + [anon_sym_starts_DASHwith] = ACTIONS(969), + [anon_sym_ends_DASHwith] = ACTIONS(969), + [anon_sym_EQ_TILDE] = ACTIONS(969), + [anon_sym_BANG_TILDE] = ACTIONS(969), + [anon_sym_bit_DASHand] = ACTIONS(969), + [anon_sym_bit_DASHxor] = ACTIONS(969), + [anon_sym_bit_DASHor] = ACTIONS(969), + [anon_sym_and] = ACTIONS(969), + [anon_sym_xor] = ACTIONS(969), + [anon_sym_or] = ACTIONS(969), + [anon_sym_not] = ACTIONS(969), + [anon_sym_null] = ACTIONS(969), + [anon_sym_true] = ACTIONS(969), + [anon_sym_false] = ACTIONS(969), + [aux_sym__val_number_decimal_token1] = ACTIONS(969), + [aux_sym__val_number_token1] = ACTIONS(969), + [aux_sym__val_number_token2] = ACTIONS(969), + [aux_sym__val_number_token3] = ACTIONS(969), + [aux_sym__val_number_token4] = ACTIONS(969), + [aux_sym__val_number_token5] = ACTIONS(969), + [aux_sym__val_number_token6] = ACTIONS(969), + [anon_sym_0b] = ACTIONS(969), + [anon_sym_0o] = ACTIONS(969), + [anon_sym_0x] = ACTIONS(969), + [sym_val_date] = ACTIONS(969), + [anon_sym_DQUOTE] = ACTIONS(969), + [sym__str_single_quotes] = ACTIONS(969), + [sym__str_back_ticks] = ACTIONS(969), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(969), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(969), + [anon_sym_CARET] = ACTIONS(969), [anon_sym_POUND] = ACTIONS(105), }, [328] = { [sym_comment] = STATE(328), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(998), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1075), + [anon_sym_export] = ACTIONS(1073), + [anon_sym_alias] = ACTIONS(1073), + [anon_sym_let] = ACTIONS(1073), + [anon_sym_let_DASHenv] = ACTIONS(1073), + [anon_sym_mut] = ACTIONS(1073), + [anon_sym_const] = ACTIONS(1073), + [anon_sym_SEMI] = ACTIONS(1073), + [sym_cmd_identifier] = ACTIONS(1073), + [anon_sym_LF] = ACTIONS(1075), + [anon_sym_def] = ACTIONS(1073), + [anon_sym_export_DASHenv] = ACTIONS(1073), + [anon_sym_extern] = ACTIONS(1073), + [anon_sym_module] = ACTIONS(1073), + [anon_sym_use] = ACTIONS(1073), + [anon_sym_LBRACK] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_error] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_break] = ACTIONS(1073), + [anon_sym_continue] = ACTIONS(1073), + [anon_sym_for] = ACTIONS(1073), + [anon_sym_in] = ACTIONS(1073), + [anon_sym_loop] = ACTIONS(1073), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(1073), + [anon_sym_if] = ACTIONS(1073), + [anon_sym_match] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_try] = ACTIONS(1073), + [anon_sym_return] = ACTIONS(1073), + [anon_sym_source] = ACTIONS(1073), + [anon_sym_source_DASHenv] = ACTIONS(1073), + [anon_sym_register] = ACTIONS(1073), + [anon_sym_hide] = ACTIONS(1073), + [anon_sym_hide_DASHenv] = ACTIONS(1073), + [anon_sym_overlay] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_where] = ACTIONS(1073), + [anon_sym_STAR_STAR] = ACTIONS(1073), + [anon_sym_PLUS_PLUS] = ACTIONS(1073), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_mod] = ACTIONS(1073), + [anon_sym_SLASH_SLASH] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_bit_DASHshl] = ACTIONS(1073), + [anon_sym_bit_DASHshr] = ACTIONS(1073), + [anon_sym_EQ_EQ] = ACTIONS(1073), + [anon_sym_BANG_EQ] = ACTIONS(1073), + [anon_sym_LT2] = ACTIONS(1073), + [anon_sym_LT_EQ] = ACTIONS(1073), + [anon_sym_GT_EQ] = ACTIONS(1073), + [anon_sym_not_DASHin] = ACTIONS(1073), + [anon_sym_starts_DASHwith] = ACTIONS(1073), + [anon_sym_ends_DASHwith] = ACTIONS(1073), + [anon_sym_EQ_TILDE] = ACTIONS(1073), + [anon_sym_BANG_TILDE] = ACTIONS(1073), + [anon_sym_bit_DASHand] = ACTIONS(1073), + [anon_sym_bit_DASHxor] = ACTIONS(1073), + [anon_sym_bit_DASHor] = ACTIONS(1073), + [anon_sym_and] = ACTIONS(1073), + [anon_sym_xor] = ACTIONS(1073), + [anon_sym_or] = ACTIONS(1073), + [anon_sym_not] = ACTIONS(1073), + [anon_sym_null] = ACTIONS(1073), + [anon_sym_true] = ACTIONS(1073), + [anon_sym_false] = ACTIONS(1073), + [aux_sym__val_number_decimal_token1] = ACTIONS(1073), + [aux_sym__val_number_token1] = ACTIONS(1073), + [aux_sym__val_number_token2] = ACTIONS(1073), + [aux_sym__val_number_token3] = ACTIONS(1073), + [aux_sym__val_number_token4] = ACTIONS(1073), + [aux_sym__val_number_token5] = ACTIONS(1073), + [aux_sym__val_number_token6] = ACTIONS(1073), + [anon_sym_0b] = ACTIONS(1073), + [anon_sym_0o] = ACTIONS(1073), + [anon_sym_0x] = ACTIONS(1073), + [sym_val_date] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [sym__str_single_quotes] = ACTIONS(1073), + [sym__str_back_ticks] = ACTIONS(1073), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1073), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1073), + [anon_sym_CARET] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(105), }, [329] = { [sym_comment] = STATE(329), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_COLON] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1037), - [aux_sym__immediate_decimal_token2] = ACTIONS(1039), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(887), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [anon_sym_SEMI] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_error] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_try] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_where] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_not] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_CARET] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(105), }, [330] = { [sym_comment] = STATE(330), - [sym_identifier] = ACTIONS(187), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1041), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1091), + [anon_sym_export] = ACTIONS(1089), + [anon_sym_alias] = ACTIONS(1089), + [anon_sym_let] = ACTIONS(1089), + [anon_sym_let_DASHenv] = ACTIONS(1089), + [anon_sym_mut] = ACTIONS(1089), + [anon_sym_const] = ACTIONS(1089), + [anon_sym_SEMI] = ACTIONS(1089), + [sym_cmd_identifier] = ACTIONS(1089), + [anon_sym_LF] = ACTIONS(1091), + [anon_sym_def] = ACTIONS(1089), + [anon_sym_export_DASHenv] = ACTIONS(1089), + [anon_sym_extern] = ACTIONS(1089), + [anon_sym_module] = ACTIONS(1089), + [anon_sym_use] = ACTIONS(1089), + [anon_sym_LBRACK] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1089), + [anon_sym_DOLLAR] = ACTIONS(1089), + [anon_sym_error] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_break] = ACTIONS(1089), + [anon_sym_continue] = ACTIONS(1089), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_in] = ACTIONS(1089), + [anon_sym_loop] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1089), + [anon_sym_do] = ACTIONS(1089), + [anon_sym_if] = ACTIONS(1089), + [anon_sym_match] = ACTIONS(1089), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_DOT] = ACTIONS(1089), + [anon_sym_try] = ACTIONS(1089), + [anon_sym_return] = ACTIONS(1089), + [anon_sym_source] = ACTIONS(1089), + [anon_sym_source_DASHenv] = ACTIONS(1089), + [anon_sym_register] = ACTIONS(1089), + [anon_sym_hide] = ACTIONS(1089), + [anon_sym_hide_DASHenv] = ACTIONS(1089), + [anon_sym_overlay] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_where] = ACTIONS(1089), + [anon_sym_STAR_STAR] = ACTIONS(1089), + [anon_sym_PLUS_PLUS] = ACTIONS(1089), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_mod] = ACTIONS(1089), + [anon_sym_SLASH_SLASH] = ACTIONS(1089), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_bit_DASHshl] = ACTIONS(1089), + [anon_sym_bit_DASHshr] = ACTIONS(1089), + [anon_sym_EQ_EQ] = ACTIONS(1089), + [anon_sym_BANG_EQ] = ACTIONS(1089), + [anon_sym_LT2] = ACTIONS(1089), + [anon_sym_LT_EQ] = ACTIONS(1089), + [anon_sym_GT_EQ] = ACTIONS(1089), + [anon_sym_not_DASHin] = ACTIONS(1089), + [anon_sym_starts_DASHwith] = ACTIONS(1089), + [anon_sym_ends_DASHwith] = ACTIONS(1089), + [anon_sym_EQ_TILDE] = ACTIONS(1089), + [anon_sym_BANG_TILDE] = ACTIONS(1089), + [anon_sym_bit_DASHand] = ACTIONS(1089), + [anon_sym_bit_DASHxor] = ACTIONS(1089), + [anon_sym_bit_DASHor] = ACTIONS(1089), + [anon_sym_and] = ACTIONS(1089), + [anon_sym_xor] = ACTIONS(1089), + [anon_sym_or] = ACTIONS(1089), + [anon_sym_not] = ACTIONS(1089), + [anon_sym_null] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1089), + [anon_sym_false] = ACTIONS(1089), + [aux_sym__val_number_decimal_token1] = ACTIONS(1089), + [aux_sym__val_number_token1] = ACTIONS(1089), + [aux_sym__val_number_token2] = ACTIONS(1089), + [aux_sym__val_number_token3] = ACTIONS(1089), + [aux_sym__val_number_token4] = ACTIONS(1089), + [aux_sym__val_number_token5] = ACTIONS(1089), + [aux_sym__val_number_token6] = ACTIONS(1089), + [anon_sym_0b] = ACTIONS(1089), + [anon_sym_0o] = ACTIONS(1089), + [anon_sym_0x] = ACTIONS(1089), + [sym_val_date] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1089), + [sym__str_single_quotes] = ACTIONS(1089), + [sym__str_back_ticks] = ACTIONS(1089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1089), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1089), + [anon_sym_CARET] = ACTIONS(1089), + [anon_sym_POUND] = ACTIONS(105), }, [331] = { [sym_comment] = STATE(331), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1045), - [aux_sym__immediate_decimal_token2] = ACTIONS(1047), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1061), + [anon_sym_export] = ACTIONS(1059), + [anon_sym_alias] = ACTIONS(1059), + [anon_sym_let] = ACTIONS(1059), + [anon_sym_let_DASHenv] = ACTIONS(1059), + [anon_sym_mut] = ACTIONS(1059), + [anon_sym_const] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1059), + [sym_cmd_identifier] = ACTIONS(1059), + [anon_sym_LF] = ACTIONS(1061), + [anon_sym_def] = ACTIONS(1059), + [anon_sym_export_DASHenv] = ACTIONS(1059), + [anon_sym_extern] = ACTIONS(1059), + [anon_sym_module] = ACTIONS(1059), + [anon_sym_use] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1059), + [anon_sym_LPAREN] = ACTIONS(1059), + [anon_sym_DOLLAR] = ACTIONS(1059), + [anon_sym_error] = ACTIONS(1059), + [anon_sym_GT] = ACTIONS(1059), + [anon_sym_DASH] = ACTIONS(1059), + [anon_sym_break] = ACTIONS(1059), + [anon_sym_continue] = ACTIONS(1059), + [anon_sym_for] = ACTIONS(1059), + [anon_sym_in] = ACTIONS(1059), + [anon_sym_loop] = ACTIONS(1059), + [anon_sym_while] = ACTIONS(1059), + [anon_sym_do] = ACTIONS(1059), + [anon_sym_if] = ACTIONS(1059), + [anon_sym_match] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_DOT] = ACTIONS(1059), + [anon_sym_try] = ACTIONS(1059), + [anon_sym_return] = ACTIONS(1059), + [anon_sym_source] = ACTIONS(1059), + [anon_sym_source_DASHenv] = ACTIONS(1059), + [anon_sym_register] = ACTIONS(1059), + [anon_sym_hide] = ACTIONS(1059), + [anon_sym_hide_DASHenv] = ACTIONS(1059), + [anon_sym_overlay] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1059), + [anon_sym_where] = ACTIONS(1059), + [anon_sym_STAR_STAR] = ACTIONS(1059), + [anon_sym_PLUS_PLUS] = ACTIONS(1059), + [anon_sym_SLASH] = ACTIONS(1059), + [anon_sym_mod] = ACTIONS(1059), + [anon_sym_SLASH_SLASH] = ACTIONS(1059), + [anon_sym_PLUS] = ACTIONS(1059), + [anon_sym_bit_DASHshl] = ACTIONS(1059), + [anon_sym_bit_DASHshr] = ACTIONS(1059), + [anon_sym_EQ_EQ] = ACTIONS(1059), + [anon_sym_BANG_EQ] = ACTIONS(1059), + [anon_sym_LT2] = ACTIONS(1059), + [anon_sym_LT_EQ] = ACTIONS(1059), + [anon_sym_GT_EQ] = ACTIONS(1059), + [anon_sym_not_DASHin] = ACTIONS(1059), + [anon_sym_starts_DASHwith] = ACTIONS(1059), + [anon_sym_ends_DASHwith] = ACTIONS(1059), + [anon_sym_EQ_TILDE] = ACTIONS(1059), + [anon_sym_BANG_TILDE] = ACTIONS(1059), + [anon_sym_bit_DASHand] = ACTIONS(1059), + [anon_sym_bit_DASHxor] = ACTIONS(1059), + [anon_sym_bit_DASHor] = ACTIONS(1059), + [anon_sym_and] = ACTIONS(1059), + [anon_sym_xor] = ACTIONS(1059), + [anon_sym_or] = ACTIONS(1059), + [anon_sym_not] = ACTIONS(1059), + [anon_sym_null] = ACTIONS(1059), + [anon_sym_true] = ACTIONS(1059), + [anon_sym_false] = ACTIONS(1059), + [aux_sym__val_number_decimal_token1] = ACTIONS(1059), + [aux_sym__val_number_token1] = ACTIONS(1059), + [aux_sym__val_number_token2] = ACTIONS(1059), + [aux_sym__val_number_token3] = ACTIONS(1059), + [aux_sym__val_number_token4] = ACTIONS(1059), + [aux_sym__val_number_token5] = ACTIONS(1059), + [aux_sym__val_number_token6] = ACTIONS(1059), + [anon_sym_0b] = ACTIONS(1059), + [anon_sym_0o] = ACTIONS(1059), + [anon_sym_0x] = ACTIONS(1059), + [sym_val_date] = ACTIONS(1059), + [anon_sym_DQUOTE] = ACTIONS(1059), + [sym__str_single_quotes] = ACTIONS(1059), + [sym__str_back_ticks] = ACTIONS(1059), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1059), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1059), + [anon_sym_CARET] = ACTIONS(1059), + [anon_sym_POUND] = ACTIONS(105), }, [332] = { [sym_comment] = STATE(332), - [sym_identifier] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1049), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1057), + [anon_sym_export] = ACTIONS(1055), + [anon_sym_alias] = ACTIONS(1055), + [anon_sym_let] = ACTIONS(1055), + [anon_sym_let_DASHenv] = ACTIONS(1055), + [anon_sym_mut] = ACTIONS(1055), + [anon_sym_const] = ACTIONS(1055), + [anon_sym_SEMI] = ACTIONS(1055), + [sym_cmd_identifier] = ACTIONS(1055), + [anon_sym_LF] = ACTIONS(1057), + [anon_sym_def] = ACTIONS(1055), + [anon_sym_export_DASHenv] = ACTIONS(1055), + [anon_sym_extern] = ACTIONS(1055), + [anon_sym_module] = ACTIONS(1055), + [anon_sym_use] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(1055), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_DOLLAR] = ACTIONS(1055), + [anon_sym_error] = ACTIONS(1055), + [anon_sym_GT] = ACTIONS(1055), + [anon_sym_DASH] = ACTIONS(1055), + [anon_sym_break] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(1055), + [anon_sym_for] = ACTIONS(1055), + [anon_sym_in] = ACTIONS(1055), + [anon_sym_loop] = ACTIONS(1055), + [anon_sym_while] = ACTIONS(1055), + [anon_sym_do] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(1055), + [anon_sym_match] = ACTIONS(1055), + [anon_sym_LBRACE] = ACTIONS(1055), + [anon_sym_DOT] = ACTIONS(1055), + [anon_sym_try] = ACTIONS(1055), + [anon_sym_return] = ACTIONS(1055), + [anon_sym_source] = ACTIONS(1055), + [anon_sym_source_DASHenv] = ACTIONS(1055), + [anon_sym_register] = ACTIONS(1055), + [anon_sym_hide] = ACTIONS(1055), + [anon_sym_hide_DASHenv] = ACTIONS(1055), + [anon_sym_overlay] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1055), + [anon_sym_where] = ACTIONS(1055), + [anon_sym_STAR_STAR] = ACTIONS(1055), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_SLASH] = ACTIONS(1055), + [anon_sym_mod] = ACTIONS(1055), + [anon_sym_SLASH_SLASH] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1055), + [anon_sym_bit_DASHshl] = ACTIONS(1055), + [anon_sym_bit_DASHshr] = ACTIONS(1055), + [anon_sym_EQ_EQ] = ACTIONS(1055), + [anon_sym_BANG_EQ] = ACTIONS(1055), + [anon_sym_LT2] = ACTIONS(1055), + [anon_sym_LT_EQ] = ACTIONS(1055), + [anon_sym_GT_EQ] = ACTIONS(1055), + [anon_sym_not_DASHin] = ACTIONS(1055), + [anon_sym_starts_DASHwith] = ACTIONS(1055), + [anon_sym_ends_DASHwith] = ACTIONS(1055), + [anon_sym_EQ_TILDE] = ACTIONS(1055), + [anon_sym_BANG_TILDE] = ACTIONS(1055), + [anon_sym_bit_DASHand] = ACTIONS(1055), + [anon_sym_bit_DASHxor] = ACTIONS(1055), + [anon_sym_bit_DASHor] = ACTIONS(1055), + [anon_sym_and] = ACTIONS(1055), + [anon_sym_xor] = ACTIONS(1055), + [anon_sym_or] = ACTIONS(1055), + [anon_sym_not] = ACTIONS(1055), + [anon_sym_null] = ACTIONS(1055), + [anon_sym_true] = ACTIONS(1055), + [anon_sym_false] = ACTIONS(1055), + [aux_sym__val_number_decimal_token1] = ACTIONS(1055), + [aux_sym__val_number_token1] = ACTIONS(1055), + [aux_sym__val_number_token2] = ACTIONS(1055), + [aux_sym__val_number_token3] = ACTIONS(1055), + [aux_sym__val_number_token4] = ACTIONS(1055), + [aux_sym__val_number_token5] = ACTIONS(1055), + [aux_sym__val_number_token6] = ACTIONS(1055), + [anon_sym_0b] = ACTIONS(1055), + [anon_sym_0o] = ACTIONS(1055), + [anon_sym_0x] = ACTIONS(1055), + [sym_val_date] = ACTIONS(1055), + [anon_sym_DQUOTE] = ACTIONS(1055), + [sym__str_single_quotes] = ACTIONS(1055), + [sym__str_back_ticks] = ACTIONS(1055), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1055), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1055), + [anon_sym_CARET] = ACTIONS(1055), + [anon_sym_POUND] = ACTIONS(105), }, [333] = { [sym_comment] = STATE(333), - [sym_identifier] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1037), + [anon_sym_export] = ACTIONS(1035), + [anon_sym_alias] = ACTIONS(1035), + [anon_sym_let] = ACTIONS(1035), + [anon_sym_let_DASHenv] = ACTIONS(1035), + [anon_sym_mut] = ACTIONS(1035), + [anon_sym_const] = ACTIONS(1035), + [anon_sym_SEMI] = ACTIONS(1035), + [sym_cmd_identifier] = ACTIONS(1035), + [anon_sym_LF] = ACTIONS(1037), + [anon_sym_def] = ACTIONS(1035), + [anon_sym_export_DASHenv] = ACTIONS(1035), + [anon_sym_extern] = ACTIONS(1035), + [anon_sym_module] = ACTIONS(1035), + [anon_sym_use] = ACTIONS(1035), + [anon_sym_LBRACK] = ACTIONS(1035), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_DOLLAR] = ACTIONS(1035), + [anon_sym_error] = ACTIONS(1035), + [anon_sym_GT] = ACTIONS(1035), + [anon_sym_DASH] = ACTIONS(1035), + [anon_sym_break] = ACTIONS(1035), + [anon_sym_continue] = ACTIONS(1035), + [anon_sym_for] = ACTIONS(1035), + [anon_sym_in] = ACTIONS(1035), + [anon_sym_loop] = ACTIONS(1035), + [anon_sym_while] = ACTIONS(1035), + [anon_sym_do] = ACTIONS(1035), + [anon_sym_if] = ACTIONS(1035), + [anon_sym_match] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(1035), + [anon_sym_DOT] = ACTIONS(1035), + [anon_sym_try] = ACTIONS(1035), + [anon_sym_return] = ACTIONS(1035), + [anon_sym_source] = ACTIONS(1035), + [anon_sym_source_DASHenv] = ACTIONS(1035), + [anon_sym_register] = ACTIONS(1035), + [anon_sym_hide] = ACTIONS(1035), + [anon_sym_hide_DASHenv] = ACTIONS(1035), + [anon_sym_overlay] = ACTIONS(1035), + [anon_sym_STAR] = ACTIONS(1035), + [anon_sym_where] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(1035), + [anon_sym_PLUS_PLUS] = ACTIONS(1035), + [anon_sym_SLASH] = ACTIONS(1035), + [anon_sym_mod] = ACTIONS(1035), + [anon_sym_SLASH_SLASH] = ACTIONS(1035), + [anon_sym_PLUS] = ACTIONS(1035), + [anon_sym_bit_DASHshl] = ACTIONS(1035), + [anon_sym_bit_DASHshr] = ACTIONS(1035), + [anon_sym_EQ_EQ] = ACTIONS(1035), + [anon_sym_BANG_EQ] = ACTIONS(1035), + [anon_sym_LT2] = ACTIONS(1035), + [anon_sym_LT_EQ] = ACTIONS(1035), + [anon_sym_GT_EQ] = ACTIONS(1035), + [anon_sym_not_DASHin] = ACTIONS(1035), + [anon_sym_starts_DASHwith] = ACTIONS(1035), + [anon_sym_ends_DASHwith] = ACTIONS(1035), + [anon_sym_EQ_TILDE] = ACTIONS(1035), + [anon_sym_BANG_TILDE] = ACTIONS(1035), + [anon_sym_bit_DASHand] = ACTIONS(1035), + [anon_sym_bit_DASHxor] = ACTIONS(1035), + [anon_sym_bit_DASHor] = ACTIONS(1035), + [anon_sym_and] = ACTIONS(1035), + [anon_sym_xor] = ACTIONS(1035), + [anon_sym_or] = ACTIONS(1035), + [anon_sym_not] = ACTIONS(1035), + [anon_sym_null] = ACTIONS(1035), + [anon_sym_true] = ACTIONS(1035), + [anon_sym_false] = ACTIONS(1035), + [aux_sym__val_number_decimal_token1] = ACTIONS(1035), + [aux_sym__val_number_token1] = ACTIONS(1035), + [aux_sym__val_number_token2] = ACTIONS(1035), + [aux_sym__val_number_token3] = ACTIONS(1035), + [aux_sym__val_number_token4] = ACTIONS(1035), + [aux_sym__val_number_token5] = ACTIONS(1035), + [aux_sym__val_number_token6] = ACTIONS(1035), + [anon_sym_0b] = ACTIONS(1035), + [anon_sym_0o] = ACTIONS(1035), + [anon_sym_0x] = ACTIONS(1035), + [sym_val_date] = ACTIONS(1035), + [anon_sym_DQUOTE] = ACTIONS(1035), + [sym__str_single_quotes] = ACTIONS(1035), + [sym__str_back_ticks] = ACTIONS(1035), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1035), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1035), + [anon_sym_CARET] = ACTIONS(1035), + [anon_sym_POUND] = ACTIONS(105), }, [334] = { [sym_comment] = STATE(334), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1012), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1079), + [anon_sym_export] = ACTIONS(1077), + [anon_sym_alias] = ACTIONS(1077), + [anon_sym_let] = ACTIONS(1077), + [anon_sym_let_DASHenv] = ACTIONS(1077), + [anon_sym_mut] = ACTIONS(1077), + [anon_sym_const] = ACTIONS(1077), + [anon_sym_SEMI] = ACTIONS(1077), + [sym_cmd_identifier] = ACTIONS(1077), + [anon_sym_LF] = ACTIONS(1079), + [anon_sym_def] = ACTIONS(1077), + [anon_sym_export_DASHenv] = ACTIONS(1077), + [anon_sym_extern] = ACTIONS(1077), + [anon_sym_module] = ACTIONS(1077), + [anon_sym_use] = ACTIONS(1077), + [anon_sym_LBRACK] = ACTIONS(1077), + [anon_sym_LPAREN] = ACTIONS(1077), + [anon_sym_DOLLAR] = ACTIONS(1077), + [anon_sym_error] = ACTIONS(1077), + [anon_sym_GT] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_continue] = ACTIONS(1077), + [anon_sym_for] = ACTIONS(1077), + [anon_sym_in] = ACTIONS(1077), + [anon_sym_loop] = ACTIONS(1077), + [anon_sym_while] = ACTIONS(1077), + [anon_sym_do] = ACTIONS(1077), + [anon_sym_if] = ACTIONS(1077), + [anon_sym_match] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(1077), + [anon_sym_DOT] = ACTIONS(1077), + [anon_sym_try] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1077), + [anon_sym_source] = ACTIONS(1077), + [anon_sym_source_DASHenv] = ACTIONS(1077), + [anon_sym_register] = ACTIONS(1077), + [anon_sym_hide] = ACTIONS(1077), + [anon_sym_hide_DASHenv] = ACTIONS(1077), + [anon_sym_overlay] = ACTIONS(1077), + [anon_sym_STAR] = ACTIONS(1077), + [anon_sym_where] = ACTIONS(1077), + [anon_sym_STAR_STAR] = ACTIONS(1077), + [anon_sym_PLUS_PLUS] = ACTIONS(1077), + [anon_sym_SLASH] = ACTIONS(1077), + [anon_sym_mod] = ACTIONS(1077), + [anon_sym_SLASH_SLASH] = ACTIONS(1077), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_bit_DASHshl] = ACTIONS(1077), + [anon_sym_bit_DASHshr] = ACTIONS(1077), + [anon_sym_EQ_EQ] = ACTIONS(1077), + [anon_sym_BANG_EQ] = ACTIONS(1077), + [anon_sym_LT2] = ACTIONS(1077), + [anon_sym_LT_EQ] = ACTIONS(1077), + [anon_sym_GT_EQ] = ACTIONS(1077), + [anon_sym_not_DASHin] = ACTIONS(1077), + [anon_sym_starts_DASHwith] = ACTIONS(1077), + [anon_sym_ends_DASHwith] = ACTIONS(1077), + [anon_sym_EQ_TILDE] = ACTIONS(1077), + [anon_sym_BANG_TILDE] = ACTIONS(1077), + [anon_sym_bit_DASHand] = ACTIONS(1077), + [anon_sym_bit_DASHxor] = ACTIONS(1077), + [anon_sym_bit_DASHor] = ACTIONS(1077), + [anon_sym_and] = ACTIONS(1077), + [anon_sym_xor] = ACTIONS(1077), + [anon_sym_or] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_null] = ACTIONS(1077), + [anon_sym_true] = ACTIONS(1077), + [anon_sym_false] = ACTIONS(1077), + [aux_sym__val_number_decimal_token1] = ACTIONS(1077), + [aux_sym__val_number_token1] = ACTIONS(1077), + [aux_sym__val_number_token2] = ACTIONS(1077), + [aux_sym__val_number_token3] = ACTIONS(1077), + [aux_sym__val_number_token4] = ACTIONS(1077), + [aux_sym__val_number_token5] = ACTIONS(1077), + [aux_sym__val_number_token6] = ACTIONS(1077), + [anon_sym_0b] = ACTIONS(1077), + [anon_sym_0o] = ACTIONS(1077), + [anon_sym_0x] = ACTIONS(1077), + [sym_val_date] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1077), + [sym__str_single_quotes] = ACTIONS(1077), + [sym__str_back_ticks] = ACTIONS(1077), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1077), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_POUND] = ACTIONS(105), }, [335] = { [sym_comment] = STATE(335), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1051), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(998), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1087), + [anon_sym_export] = ACTIONS(1085), + [anon_sym_alias] = ACTIONS(1085), + [anon_sym_let] = ACTIONS(1085), + [anon_sym_let_DASHenv] = ACTIONS(1085), + [anon_sym_mut] = ACTIONS(1085), + [anon_sym_const] = ACTIONS(1085), + [anon_sym_SEMI] = ACTIONS(1085), + [sym_cmd_identifier] = ACTIONS(1085), + [anon_sym_LF] = ACTIONS(1087), + [anon_sym_def] = ACTIONS(1085), + [anon_sym_export_DASHenv] = ACTIONS(1085), + [anon_sym_extern] = ACTIONS(1085), + [anon_sym_module] = ACTIONS(1085), + [anon_sym_use] = ACTIONS(1085), + [anon_sym_LBRACK] = ACTIONS(1085), + [anon_sym_LPAREN] = ACTIONS(1085), + [anon_sym_DOLLAR] = ACTIONS(1085), + [anon_sym_error] = ACTIONS(1085), + [anon_sym_GT] = ACTIONS(1085), + [anon_sym_DASH] = ACTIONS(1085), + [anon_sym_break] = ACTIONS(1085), + [anon_sym_continue] = ACTIONS(1085), + [anon_sym_for] = ACTIONS(1085), + [anon_sym_in] = ACTIONS(1085), + [anon_sym_loop] = ACTIONS(1085), + [anon_sym_while] = ACTIONS(1085), + [anon_sym_do] = ACTIONS(1085), + [anon_sym_if] = ACTIONS(1085), + [anon_sym_match] = ACTIONS(1085), + [anon_sym_LBRACE] = ACTIONS(1085), + [anon_sym_DOT] = ACTIONS(1085), + [anon_sym_try] = ACTIONS(1085), + [anon_sym_return] = ACTIONS(1085), + [anon_sym_source] = ACTIONS(1085), + [anon_sym_source_DASHenv] = ACTIONS(1085), + [anon_sym_register] = ACTIONS(1085), + [anon_sym_hide] = ACTIONS(1085), + [anon_sym_hide_DASHenv] = ACTIONS(1085), + [anon_sym_overlay] = ACTIONS(1085), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_where] = ACTIONS(1085), + [anon_sym_STAR_STAR] = ACTIONS(1085), + [anon_sym_PLUS_PLUS] = ACTIONS(1085), + [anon_sym_SLASH] = ACTIONS(1085), + [anon_sym_mod] = ACTIONS(1085), + [anon_sym_SLASH_SLASH] = ACTIONS(1085), + [anon_sym_PLUS] = ACTIONS(1085), + [anon_sym_bit_DASHshl] = ACTIONS(1085), + [anon_sym_bit_DASHshr] = ACTIONS(1085), + [anon_sym_EQ_EQ] = ACTIONS(1085), + [anon_sym_BANG_EQ] = ACTIONS(1085), + [anon_sym_LT2] = ACTIONS(1085), + [anon_sym_LT_EQ] = ACTIONS(1085), + [anon_sym_GT_EQ] = ACTIONS(1085), + [anon_sym_not_DASHin] = ACTIONS(1085), + [anon_sym_starts_DASHwith] = ACTIONS(1085), + [anon_sym_ends_DASHwith] = ACTIONS(1085), + [anon_sym_EQ_TILDE] = ACTIONS(1085), + [anon_sym_BANG_TILDE] = ACTIONS(1085), + [anon_sym_bit_DASHand] = ACTIONS(1085), + [anon_sym_bit_DASHxor] = ACTIONS(1085), + [anon_sym_bit_DASHor] = ACTIONS(1085), + [anon_sym_and] = ACTIONS(1085), + [anon_sym_xor] = ACTIONS(1085), + [anon_sym_or] = ACTIONS(1085), + [anon_sym_not] = ACTIONS(1085), + [anon_sym_null] = ACTIONS(1085), + [anon_sym_true] = ACTIONS(1085), + [anon_sym_false] = ACTIONS(1085), + [aux_sym__val_number_decimal_token1] = ACTIONS(1085), + [aux_sym__val_number_token1] = ACTIONS(1085), + [aux_sym__val_number_token2] = ACTIONS(1085), + [aux_sym__val_number_token3] = ACTIONS(1085), + [aux_sym__val_number_token4] = ACTIONS(1085), + [aux_sym__val_number_token5] = ACTIONS(1085), + [aux_sym__val_number_token6] = ACTIONS(1085), + [anon_sym_0b] = ACTIONS(1085), + [anon_sym_0o] = ACTIONS(1085), + [anon_sym_0x] = ACTIONS(1085), + [sym_val_date] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym__str_single_quotes] = ACTIONS(1085), + [sym__str_back_ticks] = ACTIONS(1085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1085), + [anon_sym_CARET] = ACTIONS(1085), + [anon_sym_POUND] = ACTIONS(105), }, [336] = { [sym_comment] = STATE(336), - [sym_identifier] = ACTIONS(130), - [anon_sym_COLON] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_PIPE] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DOT_DOT_DOT] = ACTIONS(132), - [anon_sym_DASH_DASH] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1057), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1071), + [anon_sym_export] = ACTIONS(1069), + [anon_sym_alias] = ACTIONS(1069), + [anon_sym_let] = ACTIONS(1069), + [anon_sym_let_DASHenv] = ACTIONS(1069), + [anon_sym_mut] = ACTIONS(1069), + [anon_sym_const] = ACTIONS(1069), + [anon_sym_SEMI] = ACTIONS(1069), + [sym_cmd_identifier] = ACTIONS(1069), + [anon_sym_LF] = ACTIONS(1071), + [anon_sym_def] = ACTIONS(1069), + [anon_sym_export_DASHenv] = ACTIONS(1069), + [anon_sym_extern] = ACTIONS(1069), + [anon_sym_module] = ACTIONS(1069), + [anon_sym_use] = ACTIONS(1069), + [anon_sym_LBRACK] = ACTIONS(1069), + [anon_sym_LPAREN] = ACTIONS(1069), + [anon_sym_DOLLAR] = ACTIONS(1069), + [anon_sym_error] = ACTIONS(1069), + [anon_sym_GT] = ACTIONS(1069), + [anon_sym_DASH] = ACTIONS(1069), + [anon_sym_break] = ACTIONS(1069), + [anon_sym_continue] = ACTIONS(1069), + [anon_sym_for] = ACTIONS(1069), + [anon_sym_in] = ACTIONS(1069), + [anon_sym_loop] = ACTIONS(1069), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(1069), + [anon_sym_if] = ACTIONS(1069), + [anon_sym_match] = ACTIONS(1069), + [anon_sym_LBRACE] = ACTIONS(1069), + [anon_sym_DOT] = ACTIONS(1069), + [anon_sym_try] = ACTIONS(1069), + [anon_sym_return] = ACTIONS(1069), + [anon_sym_source] = ACTIONS(1069), + [anon_sym_source_DASHenv] = ACTIONS(1069), + [anon_sym_register] = ACTIONS(1069), + [anon_sym_hide] = ACTIONS(1069), + [anon_sym_hide_DASHenv] = ACTIONS(1069), + [anon_sym_overlay] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1069), + [anon_sym_where] = ACTIONS(1069), + [anon_sym_STAR_STAR] = ACTIONS(1069), + [anon_sym_PLUS_PLUS] = ACTIONS(1069), + [anon_sym_SLASH] = ACTIONS(1069), + [anon_sym_mod] = ACTIONS(1069), + [anon_sym_SLASH_SLASH] = ACTIONS(1069), + [anon_sym_PLUS] = ACTIONS(1069), + [anon_sym_bit_DASHshl] = ACTIONS(1069), + [anon_sym_bit_DASHshr] = ACTIONS(1069), + [anon_sym_EQ_EQ] = ACTIONS(1069), + [anon_sym_BANG_EQ] = ACTIONS(1069), + [anon_sym_LT2] = ACTIONS(1069), + [anon_sym_LT_EQ] = ACTIONS(1069), + [anon_sym_GT_EQ] = ACTIONS(1069), + [anon_sym_not_DASHin] = ACTIONS(1069), + [anon_sym_starts_DASHwith] = ACTIONS(1069), + [anon_sym_ends_DASHwith] = ACTIONS(1069), + [anon_sym_EQ_TILDE] = ACTIONS(1069), + [anon_sym_BANG_TILDE] = ACTIONS(1069), + [anon_sym_bit_DASHand] = ACTIONS(1069), + [anon_sym_bit_DASHxor] = ACTIONS(1069), + [anon_sym_bit_DASHor] = ACTIONS(1069), + [anon_sym_and] = ACTIONS(1069), + [anon_sym_xor] = ACTIONS(1069), + [anon_sym_or] = ACTIONS(1069), + [anon_sym_not] = ACTIONS(1069), + [anon_sym_null] = ACTIONS(1069), + [anon_sym_true] = ACTIONS(1069), + [anon_sym_false] = ACTIONS(1069), + [aux_sym__val_number_decimal_token1] = ACTIONS(1069), + [aux_sym__val_number_token1] = ACTIONS(1069), + [aux_sym__val_number_token2] = ACTIONS(1069), + [aux_sym__val_number_token3] = ACTIONS(1069), + [aux_sym__val_number_token4] = ACTIONS(1069), + [aux_sym__val_number_token5] = ACTIONS(1069), + [aux_sym__val_number_token6] = ACTIONS(1069), + [anon_sym_0b] = ACTIONS(1069), + [anon_sym_0o] = ACTIONS(1069), + [anon_sym_0x] = ACTIONS(1069), + [sym_val_date] = ACTIONS(1069), + [anon_sym_DQUOTE] = ACTIONS(1069), + [sym__str_single_quotes] = ACTIONS(1069), + [sym__str_back_ticks] = ACTIONS(1069), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1069), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1069), + [anon_sym_CARET] = ACTIONS(1069), + [anon_sym_POUND] = ACTIONS(105), }, [337] = { [sym_comment] = STATE(337), - [sym_identifier] = ACTIONS(157), - [anon_sym_COLON] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_RBRACK] = ACTIONS(159), - [anon_sym_RPAREN] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(159), - [anon_sym_DASH_DASH] = ACTIONS(159), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1109), + [anon_sym_BANG_TILDE] = ACTIONS(1109), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [338] = { [sym_comment] = STATE(338), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1059), - [aux_sym__immediate_decimal_token2] = ACTIONS(1061), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(951), + [anon_sym_export] = ACTIONS(949), + [anon_sym_alias] = ACTIONS(949), + [anon_sym_let] = ACTIONS(949), + [anon_sym_let_DASHenv] = ACTIONS(949), + [anon_sym_mut] = ACTIONS(949), + [anon_sym_const] = ACTIONS(949), + [anon_sym_SEMI] = ACTIONS(949), + [sym_cmd_identifier] = ACTIONS(949), + [anon_sym_LF] = ACTIONS(951), + [anon_sym_def] = ACTIONS(949), + [anon_sym_export_DASHenv] = ACTIONS(949), + [anon_sym_extern] = ACTIONS(949), + [anon_sym_module] = ACTIONS(949), + [anon_sym_use] = ACTIONS(949), + [anon_sym_LBRACK] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(949), + [anon_sym_DOLLAR] = ACTIONS(949), + [anon_sym_error] = ACTIONS(949), + [anon_sym_GT] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_break] = ACTIONS(949), + [anon_sym_continue] = ACTIONS(949), + [anon_sym_for] = ACTIONS(949), + [anon_sym_in] = ACTIONS(949), + [anon_sym_loop] = ACTIONS(949), + [anon_sym_while] = ACTIONS(949), + [anon_sym_do] = ACTIONS(949), + [anon_sym_if] = ACTIONS(949), + [anon_sym_match] = ACTIONS(949), + [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_DOT] = ACTIONS(949), + [anon_sym_try] = ACTIONS(949), + [anon_sym_return] = ACTIONS(949), + [anon_sym_source] = ACTIONS(949), + [anon_sym_source_DASHenv] = ACTIONS(949), + [anon_sym_register] = ACTIONS(949), + [anon_sym_hide] = ACTIONS(949), + [anon_sym_hide_DASHenv] = ACTIONS(949), + [anon_sym_overlay] = ACTIONS(949), + [anon_sym_STAR] = ACTIONS(949), + [anon_sym_where] = ACTIONS(949), + [anon_sym_STAR_STAR] = ACTIONS(949), + [anon_sym_PLUS_PLUS] = ACTIONS(949), + [anon_sym_SLASH] = ACTIONS(949), + [anon_sym_mod] = ACTIONS(949), + [anon_sym_SLASH_SLASH] = ACTIONS(949), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_bit_DASHshl] = ACTIONS(949), + [anon_sym_bit_DASHshr] = ACTIONS(949), + [anon_sym_EQ_EQ] = ACTIONS(949), + [anon_sym_BANG_EQ] = ACTIONS(949), + [anon_sym_LT2] = ACTIONS(949), + [anon_sym_LT_EQ] = ACTIONS(949), + [anon_sym_GT_EQ] = ACTIONS(949), + [anon_sym_not_DASHin] = ACTIONS(949), + [anon_sym_starts_DASHwith] = ACTIONS(949), + [anon_sym_ends_DASHwith] = ACTIONS(949), + [anon_sym_EQ_TILDE] = ACTIONS(949), + [anon_sym_BANG_TILDE] = ACTIONS(949), + [anon_sym_bit_DASHand] = ACTIONS(949), + [anon_sym_bit_DASHxor] = ACTIONS(949), + [anon_sym_bit_DASHor] = ACTIONS(949), + [anon_sym_and] = ACTIONS(949), + [anon_sym_xor] = ACTIONS(949), + [anon_sym_or] = ACTIONS(949), + [anon_sym_not] = ACTIONS(949), + [anon_sym_null] = ACTIONS(949), + [anon_sym_true] = ACTIONS(949), + [anon_sym_false] = ACTIONS(949), + [aux_sym__val_number_decimal_token1] = ACTIONS(949), + [aux_sym__val_number_token1] = ACTIONS(949), + [aux_sym__val_number_token2] = ACTIONS(949), + [aux_sym__val_number_token3] = ACTIONS(949), + [aux_sym__val_number_token4] = ACTIONS(949), + [aux_sym__val_number_token5] = ACTIONS(949), + [aux_sym__val_number_token6] = ACTIONS(949), + [anon_sym_0b] = ACTIONS(949), + [anon_sym_0o] = ACTIONS(949), + [anon_sym_0x] = ACTIONS(949), + [sym_val_date] = ACTIONS(949), + [anon_sym_DQUOTE] = ACTIONS(949), + [sym__str_single_quotes] = ACTIONS(949), + [sym__str_back_ticks] = ACTIONS(949), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(949), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(949), + [anon_sym_CARET] = ACTIONS(949), + [anon_sym_POUND] = ACTIONS(105), }, [339] = { [sym_comment] = STATE(339), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [340] = { [sym_comment] = STATE(340), - [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(943), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_try] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_where] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_not] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_CARET] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(105), }, [341] = { [sym_comment] = STATE(341), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1047), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1021), + [anon_sym_export] = ACTIONS(1019), + [anon_sym_alias] = ACTIONS(1019), + [anon_sym_let] = ACTIONS(1019), + [anon_sym_let_DASHenv] = ACTIONS(1019), + [anon_sym_mut] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_SEMI] = ACTIONS(1019), + [sym_cmd_identifier] = ACTIONS(1019), + [anon_sym_LF] = ACTIONS(1021), + [anon_sym_def] = ACTIONS(1019), + [anon_sym_export_DASHenv] = ACTIONS(1019), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_module] = ACTIONS(1019), + [anon_sym_use] = ACTIONS(1019), + [anon_sym_LBRACK] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1019), + [anon_sym_DOLLAR] = ACTIONS(1019), + [anon_sym_error] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_in] = ACTIONS(1019), + [anon_sym_loop] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_match] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1019), + [anon_sym_DOT] = ACTIONS(1019), + [anon_sym_try] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_source] = ACTIONS(1019), + [anon_sym_source_DASHenv] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_hide] = ACTIONS(1019), + [anon_sym_hide_DASHenv] = ACTIONS(1019), + [anon_sym_overlay] = ACTIONS(1019), + [anon_sym_STAR] = ACTIONS(1019), + [anon_sym_where] = ACTIONS(1019), + [anon_sym_STAR_STAR] = ACTIONS(1019), + [anon_sym_PLUS_PLUS] = ACTIONS(1019), + [anon_sym_SLASH] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(1019), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_bit_DASHshl] = ACTIONS(1019), + [anon_sym_bit_DASHshr] = ACTIONS(1019), + [anon_sym_EQ_EQ] = ACTIONS(1019), + [anon_sym_BANG_EQ] = ACTIONS(1019), + [anon_sym_LT2] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1019), + [anon_sym_GT_EQ] = ACTIONS(1019), + [anon_sym_not_DASHin] = ACTIONS(1019), + [anon_sym_starts_DASHwith] = ACTIONS(1019), + [anon_sym_ends_DASHwith] = ACTIONS(1019), + [anon_sym_EQ_TILDE] = ACTIONS(1019), + [anon_sym_BANG_TILDE] = ACTIONS(1019), + [anon_sym_bit_DASHand] = ACTIONS(1019), + [anon_sym_bit_DASHxor] = ACTIONS(1019), + [anon_sym_bit_DASHor] = ACTIONS(1019), + [anon_sym_and] = ACTIONS(1019), + [anon_sym_xor] = ACTIONS(1019), + [anon_sym_or] = ACTIONS(1019), + [anon_sym_not] = ACTIONS(1019), + [anon_sym_null] = ACTIONS(1019), + [anon_sym_true] = ACTIONS(1019), + [anon_sym_false] = ACTIONS(1019), + [aux_sym__val_number_decimal_token1] = ACTIONS(1019), + [aux_sym__val_number_token1] = ACTIONS(1019), + [aux_sym__val_number_token2] = ACTIONS(1019), + [aux_sym__val_number_token3] = ACTIONS(1019), + [aux_sym__val_number_token4] = ACTIONS(1019), + [aux_sym__val_number_token5] = ACTIONS(1019), + [aux_sym__val_number_token6] = ACTIONS(1019), + [anon_sym_0b] = ACTIONS(1019), + [anon_sym_0o] = ACTIONS(1019), + [anon_sym_0x] = ACTIONS(1019), + [sym_val_date] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(1019), + [sym__str_single_quotes] = ACTIONS(1019), + [sym__str_back_ticks] = ACTIONS(1019), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1019), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1019), + [anon_sym_CARET] = ACTIONS(1019), + [anon_sym_POUND] = ACTIONS(105), }, [342] = { [sym_comment] = STATE(342), - [sym_identifier] = ACTIONS(187), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [343] = { [sym_comment] = STATE(343), - [sym_identifier] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1063), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1095), + [anon_sym_export] = ACTIONS(1093), + [anon_sym_alias] = ACTIONS(1093), + [anon_sym_let] = ACTIONS(1093), + [anon_sym_let_DASHenv] = ACTIONS(1093), + [anon_sym_mut] = ACTIONS(1093), + [anon_sym_const] = ACTIONS(1093), + [anon_sym_SEMI] = ACTIONS(1093), + [sym_cmd_identifier] = ACTIONS(1093), + [anon_sym_LF] = ACTIONS(1095), + [anon_sym_def] = ACTIONS(1093), + [anon_sym_export_DASHenv] = ACTIONS(1093), + [anon_sym_extern] = ACTIONS(1093), + [anon_sym_module] = ACTIONS(1093), + [anon_sym_use] = ACTIONS(1093), + [anon_sym_LBRACK] = ACTIONS(1093), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_DOLLAR] = ACTIONS(1093), + [anon_sym_error] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_break] = ACTIONS(1093), + [anon_sym_continue] = ACTIONS(1093), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1093), + [anon_sym_loop] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1093), + [anon_sym_do] = ACTIONS(1093), + [anon_sym_if] = ACTIONS(1093), + [anon_sym_match] = ACTIONS(1093), + [anon_sym_LBRACE] = ACTIONS(1093), + [anon_sym_DOT] = ACTIONS(1093), + [anon_sym_try] = ACTIONS(1093), + [anon_sym_return] = ACTIONS(1093), + [anon_sym_source] = ACTIONS(1093), + [anon_sym_source_DASHenv] = ACTIONS(1093), + [anon_sym_register] = ACTIONS(1093), + [anon_sym_hide] = ACTIONS(1093), + [anon_sym_hide_DASHenv] = ACTIONS(1093), + [anon_sym_overlay] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_where] = ACTIONS(1093), + [anon_sym_STAR_STAR] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_mod] = ACTIONS(1093), + [anon_sym_SLASH_SLASH] = ACTIONS(1093), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_bit_DASHshl] = ACTIONS(1093), + [anon_sym_bit_DASHshr] = ACTIONS(1093), + [anon_sym_EQ_EQ] = ACTIONS(1093), + [anon_sym_BANG_EQ] = ACTIONS(1093), + [anon_sym_LT2] = ACTIONS(1093), + [anon_sym_LT_EQ] = ACTIONS(1093), + [anon_sym_GT_EQ] = ACTIONS(1093), + [anon_sym_not_DASHin] = ACTIONS(1093), + [anon_sym_starts_DASHwith] = ACTIONS(1093), + [anon_sym_ends_DASHwith] = ACTIONS(1093), + [anon_sym_EQ_TILDE] = ACTIONS(1093), + [anon_sym_BANG_TILDE] = ACTIONS(1093), + [anon_sym_bit_DASHand] = ACTIONS(1093), + [anon_sym_bit_DASHxor] = ACTIONS(1093), + [anon_sym_bit_DASHor] = ACTIONS(1093), + [anon_sym_and] = ACTIONS(1093), + [anon_sym_xor] = ACTIONS(1093), + [anon_sym_or] = ACTIONS(1093), + [anon_sym_not] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1093), + [anon_sym_true] = ACTIONS(1093), + [anon_sym_false] = ACTIONS(1093), + [aux_sym__val_number_decimal_token1] = ACTIONS(1093), + [aux_sym__val_number_token1] = ACTIONS(1093), + [aux_sym__val_number_token2] = ACTIONS(1093), + [aux_sym__val_number_token3] = ACTIONS(1093), + [aux_sym__val_number_token4] = ACTIONS(1093), + [aux_sym__val_number_token5] = ACTIONS(1093), + [aux_sym__val_number_token6] = ACTIONS(1093), + [anon_sym_0b] = ACTIONS(1093), + [anon_sym_0o] = ACTIONS(1093), + [anon_sym_0x] = ACTIONS(1093), + [sym_val_date] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1093), + [sym__str_single_quotes] = ACTIONS(1093), + [sym__str_back_ticks] = ACTIONS(1093), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1093), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1093), + [anon_sym_CARET] = ACTIONS(1093), + [anon_sym_POUND] = ACTIONS(105), }, [344] = { [sym_comment] = STATE(344), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1061), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(858), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [345] = { [sym_comment] = STATE(345), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_COLON] = ACTIONS(130), - [anon_sym_RPAREN] = ACTIONS(130), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1065), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_QMARK2] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1068), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [346] = { [sym_comment] = STATE(346), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_COLON] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1070), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1039), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(993), + [anon_sym_export] = ACTIONS(991), + [anon_sym_alias] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_let_DASHenv] = ACTIONS(991), + [anon_sym_mut] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [anon_sym_SEMI] = ACTIONS(991), + [sym_cmd_identifier] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_def] = ACTIONS(991), + [anon_sym_export_DASHenv] = ACTIONS(991), + [anon_sym_extern] = ACTIONS(991), + [anon_sym_module] = ACTIONS(991), + [anon_sym_use] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_error] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_loop] = ACTIONS(991), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_match] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_try] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_source] = ACTIONS(991), + [anon_sym_source_DASHenv] = ACTIONS(991), + [anon_sym_register] = ACTIONS(991), + [anon_sym_hide] = ACTIONS(991), + [anon_sym_hide_DASHenv] = ACTIONS(991), + [anon_sym_overlay] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_where] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_not] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_CARET] = ACTIONS(991), [anon_sym_POUND] = ACTIONS(105), }, [347] = { [sym_comment] = STATE(347), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(937), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(105), }, [348] = { [sym_comment] = STATE(348), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [349] = { [sym_comment] = STATE(349), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_COLON] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1039), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(1011), + [anon_sym_export] = ACTIONS(1009), + [anon_sym_alias] = ACTIONS(1009), + [anon_sym_let] = ACTIONS(1009), + [anon_sym_let_DASHenv] = ACTIONS(1009), + [anon_sym_mut] = ACTIONS(1009), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_SEMI] = ACTIONS(1009), + [sym_cmd_identifier] = ACTIONS(1009), + [anon_sym_LF] = ACTIONS(1011), + [anon_sym_def] = ACTIONS(1009), + [anon_sym_export_DASHenv] = ACTIONS(1009), + [anon_sym_extern] = ACTIONS(1009), + [anon_sym_module] = ACTIONS(1009), + [anon_sym_use] = ACTIONS(1009), + [anon_sym_LBRACK] = ACTIONS(1009), + [anon_sym_LPAREN] = ACTIONS(1009), + [anon_sym_DOLLAR] = ACTIONS(1009), + [anon_sym_error] = ACTIONS(1009), + [anon_sym_GT] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1009), + [anon_sym_break] = ACTIONS(1009), + [anon_sym_continue] = ACTIONS(1009), + [anon_sym_for] = ACTIONS(1009), + [anon_sym_in] = ACTIONS(1009), + [anon_sym_loop] = ACTIONS(1009), + [anon_sym_while] = ACTIONS(1009), + [anon_sym_do] = ACTIONS(1009), + [anon_sym_if] = ACTIONS(1009), + [anon_sym_match] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1009), + [anon_sym_DOT] = ACTIONS(1009), + [anon_sym_try] = ACTIONS(1009), + [anon_sym_return] = ACTIONS(1009), + [anon_sym_source] = ACTIONS(1009), + [anon_sym_source_DASHenv] = ACTIONS(1009), + [anon_sym_register] = ACTIONS(1009), + [anon_sym_hide] = ACTIONS(1009), + [anon_sym_hide_DASHenv] = ACTIONS(1009), + [anon_sym_overlay] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(1009), + [anon_sym_where] = ACTIONS(1009), + [anon_sym_STAR_STAR] = ACTIONS(1009), + [anon_sym_PLUS_PLUS] = ACTIONS(1009), + [anon_sym_SLASH] = ACTIONS(1009), + [anon_sym_mod] = ACTIONS(1009), + [anon_sym_SLASH_SLASH] = ACTIONS(1009), + [anon_sym_PLUS] = ACTIONS(1009), + [anon_sym_bit_DASHshl] = ACTIONS(1009), + [anon_sym_bit_DASHshr] = ACTIONS(1009), + [anon_sym_EQ_EQ] = ACTIONS(1009), + [anon_sym_BANG_EQ] = ACTIONS(1009), + [anon_sym_LT2] = ACTIONS(1009), + [anon_sym_LT_EQ] = ACTIONS(1009), + [anon_sym_GT_EQ] = ACTIONS(1009), + [anon_sym_not_DASHin] = ACTIONS(1009), + [anon_sym_starts_DASHwith] = ACTIONS(1009), + [anon_sym_ends_DASHwith] = ACTIONS(1009), + [anon_sym_EQ_TILDE] = ACTIONS(1009), + [anon_sym_BANG_TILDE] = ACTIONS(1009), + [anon_sym_bit_DASHand] = ACTIONS(1009), + [anon_sym_bit_DASHxor] = ACTIONS(1009), + [anon_sym_bit_DASHor] = ACTIONS(1009), + [anon_sym_and] = ACTIONS(1009), + [anon_sym_xor] = ACTIONS(1009), + [anon_sym_or] = ACTIONS(1009), + [anon_sym_not] = ACTIONS(1009), + [anon_sym_null] = ACTIONS(1009), + [anon_sym_true] = ACTIONS(1009), + [anon_sym_false] = ACTIONS(1009), + [aux_sym__val_number_decimal_token1] = ACTIONS(1009), + [aux_sym__val_number_token1] = ACTIONS(1009), + [aux_sym__val_number_token2] = ACTIONS(1009), + [aux_sym__val_number_token3] = ACTIONS(1009), + [aux_sym__val_number_token4] = ACTIONS(1009), + [aux_sym__val_number_token5] = ACTIONS(1009), + [aux_sym__val_number_token6] = ACTIONS(1009), + [anon_sym_0b] = ACTIONS(1009), + [anon_sym_0o] = ACTIONS(1009), + [anon_sym_0x] = ACTIONS(1009), + [sym_val_date] = ACTIONS(1009), + [anon_sym_DQUOTE] = ACTIONS(1009), + [sym__str_single_quotes] = ACTIONS(1009), + [sym__str_back_ticks] = ACTIONS(1009), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1009), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1009), + [anon_sym_CARET] = ACTIONS(1009), [anon_sym_POUND] = ACTIONS(105), }, [350] = { - [sym_cell_path] = STATE(3124), - [sym_path] = STATE(2912), [sym_comment] = STATE(350), - [anon_sym_SEMI] = ACTIONS(1073), - [anon_sym_LF] = ACTIONS(1075), - [anon_sym_RPAREN] = ACTIONS(1073), - [anon_sym_PIPE] = ACTIONS(1073), - [anon_sym_GT] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1079), - [anon_sym_in] = ACTIONS(1081), - [anon_sym_RBRACE] = ACTIONS(1073), - [anon_sym_DOT2] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_QMARK2] = ACTIONS(1087), - [anon_sym_STAR_STAR] = ACTIONS(1089), - [anon_sym_PLUS_PLUS] = ACTIONS(1089), - [anon_sym_SLASH] = ACTIONS(1085), - [anon_sym_mod] = ACTIONS(1085), - [anon_sym_SLASH_SLASH] = ACTIONS(1085), - [anon_sym_PLUS] = ACTIONS(1079), - [anon_sym_bit_DASHshl] = ACTIONS(1091), - [anon_sym_bit_DASHshr] = ACTIONS(1091), - [anon_sym_EQ_EQ] = ACTIONS(1077), - [anon_sym_BANG_EQ] = ACTIONS(1077), - [anon_sym_LT2] = ACTIONS(1077), - [anon_sym_LT_EQ] = ACTIONS(1077), - [anon_sym_GT_EQ] = ACTIONS(1077), - [anon_sym_not_DASHin] = ACTIONS(1081), - [anon_sym_starts_DASHwith] = ACTIONS(1081), - [anon_sym_ends_DASHwith] = ACTIONS(1081), - [anon_sym_EQ_TILDE] = ACTIONS(1093), - [anon_sym_BANG_TILDE] = ACTIONS(1093), - [anon_sym_bit_DASHand] = ACTIONS(1095), - [anon_sym_bit_DASHxor] = ACTIONS(1097), - [anon_sym_bit_DASHor] = ACTIONS(1099), - [anon_sym_and] = ACTIONS(1101), - [anon_sym_xor] = ACTIONS(1103), - [anon_sym_or] = ACTIONS(1105), - [anon_sym_ns] = ACTIONS(1107), - [anon_sym_s] = ACTIONS(1107), - [anon_sym_us] = ACTIONS(1107), - [anon_sym_ms] = ACTIONS(1107), - [anon_sym_sec] = ACTIONS(1107), - [anon_sym_min] = ACTIONS(1107), - [anon_sym_hr] = ACTIONS(1107), - [anon_sym_day] = ACTIONS(1107), - [anon_sym_wk] = ACTIONS(1107), - [anon_sym_b] = ACTIONS(1109), - [anon_sym_B] = ACTIONS(1109), - [anon_sym_kb] = ACTIONS(1109), - [anon_sym_kB] = ACTIONS(1109), - [anon_sym_Kb] = ACTIONS(1109), - [anon_sym_KB] = ACTIONS(1109), - [anon_sym_mb] = ACTIONS(1109), - [anon_sym_mB] = ACTIONS(1109), - [anon_sym_Mb] = ACTIONS(1109), - [anon_sym_MB] = ACTIONS(1109), - [anon_sym_gb] = ACTIONS(1109), - [anon_sym_gB] = ACTIONS(1109), - [anon_sym_Gb] = ACTIONS(1109), - [anon_sym_GB] = ACTIONS(1109), - [anon_sym_tb] = ACTIONS(1109), - [anon_sym_tB] = ACTIONS(1109), - [anon_sym_Tb] = ACTIONS(1109), - [anon_sym_TB] = ACTIONS(1109), - [anon_sym_pb] = ACTIONS(1109), - [anon_sym_pB] = ACTIONS(1109), - [anon_sym_Pb] = ACTIONS(1109), - [anon_sym_PB] = ACTIONS(1109), - [anon_sym_eb] = ACTIONS(1109), - [anon_sym_eB] = ACTIONS(1109), - [anon_sym_Eb] = ACTIONS(1109), - [anon_sym_EB] = ACTIONS(1109), - [anon_sym_kib] = ACTIONS(1109), - [anon_sym_kiB] = ACTIONS(1109), - [anon_sym_kIB] = ACTIONS(1109), - [anon_sym_kIb] = ACTIONS(1109), - [anon_sym_Kib] = ACTIONS(1109), - [anon_sym_KIb] = ACTIONS(1109), - [anon_sym_KIB] = ACTIONS(1109), - [anon_sym_mib] = ACTIONS(1109), - [anon_sym_miB] = ACTIONS(1109), - [anon_sym_mIB] = ACTIONS(1109), - [anon_sym_mIb] = ACTIONS(1109), - [anon_sym_Mib] = ACTIONS(1109), - [anon_sym_MIb] = ACTIONS(1109), - [anon_sym_MIB] = ACTIONS(1109), - [anon_sym_gib] = ACTIONS(1109), - [anon_sym_giB] = ACTIONS(1109), - [anon_sym_gIB] = ACTIONS(1109), - [anon_sym_gIb] = ACTIONS(1109), - [anon_sym_Gib] = ACTIONS(1109), - [anon_sym_GIb] = ACTIONS(1109), - [anon_sym_GIB] = ACTIONS(1109), - [anon_sym_tib] = ACTIONS(1109), - [anon_sym_tiB] = ACTIONS(1109), - [anon_sym_tIB] = ACTIONS(1109), - [anon_sym_tIb] = ACTIONS(1109), - [anon_sym_Tib] = ACTIONS(1109), - [anon_sym_TIb] = ACTIONS(1109), - [anon_sym_TIB] = ACTIONS(1109), - [anon_sym_pib] = ACTIONS(1109), - [anon_sym_piB] = ACTIONS(1109), - [anon_sym_pIB] = ACTIONS(1109), - [anon_sym_pIb] = ACTIONS(1109), - [anon_sym_Pib] = ACTIONS(1109), - [anon_sym_PIb] = ACTIONS(1109), - [anon_sym_PIB] = ACTIONS(1109), - [anon_sym_eib] = ACTIONS(1109), - [anon_sym_eiB] = ACTIONS(1109), - [anon_sym_eIB] = ACTIONS(1109), - [anon_sym_eIb] = ACTIONS(1109), - [anon_sym_Eib] = ACTIONS(1109), - [anon_sym_EIb] = ACTIONS(1109), - [anon_sym_EIB] = ACTIONS(1109), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(961), + [anon_sym_mod] = ACTIONS(961), + [anon_sym_SLASH_SLASH] = ACTIONS(961), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [351] = { [sym_comment] = STATE(351), - [sym_identifier] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [anon_sym_POUND] = ACTIONS(105), }, [352] = { [sym_comment] = STATE(352), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_COLON] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1035), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [353] = { [sym_comment] = STATE(353), - [sym_identifier] = ACTIONS(221), - [anon_sym_COLON] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACK] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(223), - [anon_sym_PIPE] = ACTIONS(223), - [anon_sym_DOLLAR] = ACTIONS(223), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DOT_DOT_DOT] = ACTIONS(223), - [anon_sym_DASH_DASH] = ACTIONS(223), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(223), - [anon_sym_PLUS_PLUS] = ACTIONS(223), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(223), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(223), - [anon_sym_bit_DASHshr] = ACTIONS(223), - [anon_sym_EQ_EQ] = ACTIONS(223), - [anon_sym_BANG_EQ] = ACTIONS(223), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(223), - [anon_sym_GT_EQ] = ACTIONS(223), - [anon_sym_not_DASHin] = ACTIONS(223), - [anon_sym_starts_DASHwith] = ACTIONS(223), - [anon_sym_ends_DASHwith] = ACTIONS(223), - [anon_sym_EQ_TILDE] = ACTIONS(223), - [anon_sym_BANG_TILDE] = ACTIONS(223), - [anon_sym_bit_DASHand] = ACTIONS(223), - [anon_sym_bit_DASHxor] = ACTIONS(223), - [anon_sym_bit_DASHor] = ACTIONS(223), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [354] = { [sym_comment] = STATE(354), - [sym_identifier] = ACTIONS(187), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1041), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1017), + [anon_sym_export] = ACTIONS(1015), + [anon_sym_alias] = ACTIONS(1015), + [anon_sym_let] = ACTIONS(1015), + [anon_sym_let_DASHenv] = ACTIONS(1015), + [anon_sym_mut] = ACTIONS(1015), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1015), + [sym_cmd_identifier] = ACTIONS(1015), + [anon_sym_LF] = ACTIONS(1017), + [anon_sym_def] = ACTIONS(1015), + [anon_sym_export_DASHenv] = ACTIONS(1015), + [anon_sym_extern] = ACTIONS(1015), + [anon_sym_module] = ACTIONS(1015), + [anon_sym_use] = ACTIONS(1015), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_error] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_break] = ACTIONS(1015), + [anon_sym_continue] = ACTIONS(1015), + [anon_sym_for] = ACTIONS(1015), + [anon_sym_in] = ACTIONS(1015), + [anon_sym_loop] = ACTIONS(1015), + [anon_sym_while] = ACTIONS(1015), + [anon_sym_do] = ACTIONS(1015), + [anon_sym_if] = ACTIONS(1015), + [anon_sym_match] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(1015), + [anon_sym_try] = ACTIONS(1015), + [anon_sym_return] = ACTIONS(1015), + [anon_sym_source] = ACTIONS(1015), + [anon_sym_source_DASHenv] = ACTIONS(1015), + [anon_sym_register] = ACTIONS(1015), + [anon_sym_hide] = ACTIONS(1015), + [anon_sym_hide_DASHenv] = ACTIONS(1015), + [anon_sym_overlay] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_where] = ACTIONS(1015), + [anon_sym_STAR_STAR] = ACTIONS(1015), + [anon_sym_PLUS_PLUS] = ACTIONS(1015), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1015), + [anon_sym_bit_DASHshl] = ACTIONS(1015), + [anon_sym_bit_DASHshr] = ACTIONS(1015), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_LT2] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_not_DASHin] = ACTIONS(1015), + [anon_sym_starts_DASHwith] = ACTIONS(1015), + [anon_sym_ends_DASHwith] = ACTIONS(1015), + [anon_sym_EQ_TILDE] = ACTIONS(1015), + [anon_sym_BANG_TILDE] = ACTIONS(1015), + [anon_sym_bit_DASHand] = ACTIONS(1015), + [anon_sym_bit_DASHxor] = ACTIONS(1015), + [anon_sym_bit_DASHor] = ACTIONS(1015), + [anon_sym_and] = ACTIONS(1015), + [anon_sym_xor] = ACTIONS(1015), + [anon_sym_or] = ACTIONS(1015), + [anon_sym_not] = ACTIONS(1015), + [anon_sym_null] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1015), + [anon_sym_false] = ACTIONS(1015), + [aux_sym__val_number_decimal_token1] = ACTIONS(1015), + [aux_sym__val_number_token1] = ACTIONS(1015), + [aux_sym__val_number_token2] = ACTIONS(1015), + [aux_sym__val_number_token3] = ACTIONS(1015), + [aux_sym__val_number_token4] = ACTIONS(1015), + [aux_sym__val_number_token5] = ACTIONS(1015), + [aux_sym__val_number_token6] = ACTIONS(1015), + [anon_sym_0b] = ACTIONS(1015), + [anon_sym_0o] = ACTIONS(1015), + [anon_sym_0x] = ACTIONS(1015), + [sym_val_date] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1015), + [sym__str_single_quotes] = ACTIONS(1015), + [sym__str_back_ticks] = ACTIONS(1015), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1015), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1015), + [anon_sym_CARET] = ACTIONS(1015), + [anon_sym_POUND] = ACTIONS(105), }, [355] = { [sym_comment] = STATE(355), - [sym_identifier] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1041), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1101), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(1101), + [anon_sym_starts_DASHwith] = ACTIONS(1101), + [anon_sym_ends_DASHwith] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [356] = { [sym_comment] = STATE(356), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1111), - [aux_sym__immediate_decimal_token2] = ACTIONS(1113), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [357] = { [sym_comment] = STATE(357), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(955), + [anon_sym_export] = ACTIONS(953), + [anon_sym_alias] = ACTIONS(953), + [anon_sym_let] = ACTIONS(953), + [anon_sym_let_DASHenv] = ACTIONS(953), + [anon_sym_mut] = ACTIONS(953), + [anon_sym_const] = ACTIONS(953), + [anon_sym_SEMI] = ACTIONS(953), + [sym_cmd_identifier] = ACTIONS(953), + [anon_sym_LF] = ACTIONS(955), + [anon_sym_def] = ACTIONS(953), + [anon_sym_export_DASHenv] = ACTIONS(953), + [anon_sym_extern] = ACTIONS(953), + [anon_sym_module] = ACTIONS(953), + [anon_sym_use] = ACTIONS(953), + [anon_sym_LBRACK] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(953), + [anon_sym_DOLLAR] = ACTIONS(953), + [anon_sym_error] = ACTIONS(953), + [anon_sym_GT] = ACTIONS(953), + [anon_sym_DASH] = ACTIONS(953), + [anon_sym_break] = ACTIONS(953), + [anon_sym_continue] = ACTIONS(953), + [anon_sym_for] = ACTIONS(953), + [anon_sym_in] = ACTIONS(953), + [anon_sym_loop] = ACTIONS(953), + [anon_sym_while] = ACTIONS(953), + [anon_sym_do] = ACTIONS(953), + [anon_sym_if] = ACTIONS(953), + [anon_sym_match] = ACTIONS(953), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_DOT] = ACTIONS(953), + [anon_sym_try] = ACTIONS(953), + [anon_sym_return] = ACTIONS(953), + [anon_sym_source] = ACTIONS(953), + [anon_sym_source_DASHenv] = ACTIONS(953), + [anon_sym_register] = ACTIONS(953), + [anon_sym_hide] = ACTIONS(953), + [anon_sym_hide_DASHenv] = ACTIONS(953), + [anon_sym_overlay] = ACTIONS(953), + [anon_sym_STAR] = ACTIONS(953), + [anon_sym_where] = ACTIONS(953), + [anon_sym_STAR_STAR] = ACTIONS(953), + [anon_sym_PLUS_PLUS] = ACTIONS(953), + [anon_sym_SLASH] = ACTIONS(953), + [anon_sym_mod] = ACTIONS(953), + [anon_sym_SLASH_SLASH] = ACTIONS(953), + [anon_sym_PLUS] = ACTIONS(953), + [anon_sym_bit_DASHshl] = ACTIONS(953), + [anon_sym_bit_DASHshr] = ACTIONS(953), + [anon_sym_EQ_EQ] = ACTIONS(953), + [anon_sym_BANG_EQ] = ACTIONS(953), + [anon_sym_LT2] = ACTIONS(953), + [anon_sym_LT_EQ] = ACTIONS(953), + [anon_sym_GT_EQ] = ACTIONS(953), + [anon_sym_not_DASHin] = ACTIONS(953), + [anon_sym_starts_DASHwith] = ACTIONS(953), + [anon_sym_ends_DASHwith] = ACTIONS(953), + [anon_sym_EQ_TILDE] = ACTIONS(953), + [anon_sym_BANG_TILDE] = ACTIONS(953), + [anon_sym_bit_DASHand] = ACTIONS(953), + [anon_sym_bit_DASHxor] = ACTIONS(953), + [anon_sym_bit_DASHor] = ACTIONS(953), + [anon_sym_and] = ACTIONS(953), + [anon_sym_xor] = ACTIONS(953), + [anon_sym_or] = ACTIONS(953), + [anon_sym_not] = ACTIONS(953), + [anon_sym_null] = ACTIONS(953), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [aux_sym__val_number_decimal_token1] = ACTIONS(953), + [aux_sym__val_number_token1] = ACTIONS(953), + [aux_sym__val_number_token2] = ACTIONS(953), + [aux_sym__val_number_token3] = ACTIONS(953), + [aux_sym__val_number_token4] = ACTIONS(953), + [aux_sym__val_number_token5] = ACTIONS(953), + [aux_sym__val_number_token6] = ACTIONS(953), + [anon_sym_0b] = ACTIONS(953), + [anon_sym_0o] = ACTIONS(953), + [anon_sym_0x] = ACTIONS(953), + [sym_val_date] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(953), + [sym__str_single_quotes] = ACTIONS(953), + [sym__str_back_ticks] = ACTIONS(953), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(953), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(953), + [anon_sym_CARET] = ACTIONS(953), + [anon_sym_POUND] = ACTIONS(105), }, [358] = { [sym_comment] = STATE(358), - [sym_identifier] = ACTIONS(213), - [anon_sym_COLON] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_RBRACK] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(215), - [anon_sym_PIPE] = ACTIONS(215), - [anon_sym_DOLLAR] = ACTIONS(215), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DOT_DOT_DOT] = ACTIONS(215), - [anon_sym_DASH_DASH] = ACTIONS(215), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(215), - [anon_sym_PLUS_PLUS] = ACTIONS(215), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(215), - [anon_sym_bit_DASHshr] = ACTIONS(215), - [anon_sym_EQ_EQ] = ACTIONS(215), - [anon_sym_BANG_EQ] = ACTIONS(215), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(215), - [anon_sym_GT_EQ] = ACTIONS(215), - [anon_sym_not_DASHin] = ACTIONS(215), - [anon_sym_starts_DASHwith] = ACTIONS(215), - [anon_sym_ends_DASHwith] = ACTIONS(215), - [anon_sym_EQ_TILDE] = ACTIONS(215), - [anon_sym_BANG_TILDE] = ACTIONS(215), - [anon_sym_bit_DASHand] = ACTIONS(215), - [anon_sym_bit_DASHxor] = ACTIONS(215), - [anon_sym_bit_DASHor] = ACTIONS(215), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1115), - [anon_sym_s] = ACTIONS(1115), - [anon_sym_us] = ACTIONS(1115), - [anon_sym_ms] = ACTIONS(1115), - [anon_sym_sec] = ACTIONS(1115), - [anon_sym_min] = ACTIONS(1115), - [anon_sym_hr] = ACTIONS(1115), - [anon_sym_day] = ACTIONS(1115), - [anon_sym_wk] = ACTIONS(1115), - [anon_sym_b] = ACTIONS(1117), - [anon_sym_B] = ACTIONS(1117), - [anon_sym_kb] = ACTIONS(1117), - [anon_sym_kB] = ACTIONS(1117), - [anon_sym_Kb] = ACTIONS(1117), - [anon_sym_KB] = ACTIONS(1117), - [anon_sym_mb] = ACTIONS(1117), - [anon_sym_mB] = ACTIONS(1117), - [anon_sym_Mb] = ACTIONS(1117), - [anon_sym_MB] = ACTIONS(1117), - [anon_sym_gb] = ACTIONS(1117), - [anon_sym_gB] = ACTIONS(1117), - [anon_sym_Gb] = ACTIONS(1117), - [anon_sym_GB] = ACTIONS(1117), - [anon_sym_tb] = ACTIONS(1117), - [anon_sym_tB] = ACTIONS(1117), - [anon_sym_Tb] = ACTIONS(1117), - [anon_sym_TB] = ACTIONS(1117), - [anon_sym_pb] = ACTIONS(1117), - [anon_sym_pB] = ACTIONS(1117), - [anon_sym_Pb] = ACTIONS(1117), - [anon_sym_PB] = ACTIONS(1117), - [anon_sym_eb] = ACTIONS(1117), - [anon_sym_eB] = ACTIONS(1117), - [anon_sym_Eb] = ACTIONS(1117), - [anon_sym_EB] = ACTIONS(1117), - [anon_sym_kib] = ACTIONS(1117), - [anon_sym_kiB] = ACTIONS(1117), - [anon_sym_kIB] = ACTIONS(1117), - [anon_sym_kIb] = ACTIONS(1117), - [anon_sym_Kib] = ACTIONS(1117), - [anon_sym_KIb] = ACTIONS(1117), - [anon_sym_KIB] = ACTIONS(1117), - [anon_sym_mib] = ACTIONS(1117), - [anon_sym_miB] = ACTIONS(1117), - [anon_sym_mIB] = ACTIONS(1117), - [anon_sym_mIb] = ACTIONS(1117), - [anon_sym_Mib] = ACTIONS(1117), - [anon_sym_MIb] = ACTIONS(1117), - [anon_sym_MIB] = ACTIONS(1117), - [anon_sym_gib] = ACTIONS(1117), - [anon_sym_giB] = ACTIONS(1117), - [anon_sym_gIB] = ACTIONS(1117), - [anon_sym_gIb] = ACTIONS(1117), - [anon_sym_Gib] = ACTIONS(1117), - [anon_sym_GIb] = ACTIONS(1117), - [anon_sym_GIB] = ACTIONS(1117), - [anon_sym_tib] = ACTIONS(1117), - [anon_sym_tiB] = ACTIONS(1117), - [anon_sym_tIB] = ACTIONS(1117), - [anon_sym_tIb] = ACTIONS(1117), - [anon_sym_Tib] = ACTIONS(1117), - [anon_sym_TIb] = ACTIONS(1117), - [anon_sym_TIB] = ACTIONS(1117), - [anon_sym_pib] = ACTIONS(1117), - [anon_sym_piB] = ACTIONS(1117), - [anon_sym_pIB] = ACTIONS(1117), - [anon_sym_pIb] = ACTIONS(1117), - [anon_sym_Pib] = ACTIONS(1117), - [anon_sym_PIb] = ACTIONS(1117), - [anon_sym_PIB] = ACTIONS(1117), - [anon_sym_eib] = ACTIONS(1117), - [anon_sym_eiB] = ACTIONS(1117), - [anon_sym_eIB] = ACTIONS(1117), - [anon_sym_eIb] = ACTIONS(1117), - [anon_sym_Eib] = ACTIONS(1117), - [anon_sym_EIb] = ACTIONS(1117), - [anon_sym_EIB] = ACTIONS(1117), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [359] = { [sym_comment] = STATE(359), - [sym_identifier] = ACTIONS(130), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_PIPE] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DOT_DOT_DOT] = ACTIONS(132), - [anon_sym_DASH_DASH] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1119), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1122), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_error] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_try] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_not] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [360] = { [sym_comment] = STATE(360), - [sym_identifier] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(924), + [anon_sym_export] = ACTIONS(922), + [anon_sym_alias] = ACTIONS(922), + [anon_sym_let] = ACTIONS(922), + [anon_sym_let_DASHenv] = ACTIONS(922), + [anon_sym_mut] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_SEMI] = ACTIONS(922), + [sym_cmd_identifier] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_def] = ACTIONS(922), + [anon_sym_export_DASHenv] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_module] = ACTIONS(922), + [anon_sym_use] = ACTIONS(922), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_error] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_match] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_try] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_source] = ACTIONS(922), + [anon_sym_source_DASHenv] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_hide] = ACTIONS(922), + [anon_sym_hide_DASHenv] = ACTIONS(922), + [anon_sym_overlay] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_where] = ACTIONS(922), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_not] = ACTIONS(922), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_CARET] = ACTIONS(922), + [anon_sym_POUND] = ACTIONS(105), }, [361] = { [sym_comment] = STATE(361), - [sym_identifier] = ACTIONS(157), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_RBRACK] = ACTIONS(159), - [anon_sym_RPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(159), - [anon_sym_DASH_DASH] = ACTIONS(159), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1005), + [anon_sym_export] = ACTIONS(1003), + [anon_sym_alias] = ACTIONS(1003), + [anon_sym_let] = ACTIONS(1003), + [anon_sym_let_DASHenv] = ACTIONS(1003), + [anon_sym_mut] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1003), + [anon_sym_SEMI] = ACTIONS(1003), + [sym_cmd_identifier] = ACTIONS(1003), + [anon_sym_LF] = ACTIONS(1005), + [anon_sym_def] = ACTIONS(1003), + [anon_sym_export_DASHenv] = ACTIONS(1003), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym_module] = ACTIONS(1003), + [anon_sym_use] = ACTIONS(1003), + [anon_sym_LBRACK] = ACTIONS(1003), + [anon_sym_LPAREN] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1003), + [anon_sym_error] = ACTIONS(1003), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_break] = ACTIONS(1003), + [anon_sym_continue] = ACTIONS(1003), + [anon_sym_for] = ACTIONS(1003), + [anon_sym_in] = ACTIONS(1003), + [anon_sym_loop] = ACTIONS(1003), + [anon_sym_while] = ACTIONS(1003), + [anon_sym_do] = ACTIONS(1003), + [anon_sym_if] = ACTIONS(1003), + [anon_sym_match] = ACTIONS(1003), + [anon_sym_LBRACE] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_try] = ACTIONS(1003), + [anon_sym_return] = ACTIONS(1003), + [anon_sym_source] = ACTIONS(1003), + [anon_sym_source_DASHenv] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_hide] = ACTIONS(1003), + [anon_sym_hide_DASHenv] = ACTIONS(1003), + [anon_sym_overlay] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_where] = ACTIONS(1003), + [anon_sym_STAR_STAR] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_bit_DASHshl] = ACTIONS(1003), + [anon_sym_bit_DASHshr] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1003), + [anon_sym_BANG_EQ] = ACTIONS(1003), + [anon_sym_LT2] = ACTIONS(1003), + [anon_sym_LT_EQ] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1003), + [anon_sym_not_DASHin] = ACTIONS(1003), + [anon_sym_starts_DASHwith] = ACTIONS(1003), + [anon_sym_ends_DASHwith] = ACTIONS(1003), + [anon_sym_EQ_TILDE] = ACTIONS(1003), + [anon_sym_BANG_TILDE] = ACTIONS(1003), + [anon_sym_bit_DASHand] = ACTIONS(1003), + [anon_sym_bit_DASHxor] = ACTIONS(1003), + [anon_sym_bit_DASHor] = ACTIONS(1003), + [anon_sym_and] = ACTIONS(1003), + [anon_sym_xor] = ACTIONS(1003), + [anon_sym_or] = ACTIONS(1003), + [anon_sym_not] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1003), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), + [aux_sym__val_number_decimal_token1] = ACTIONS(1003), + [aux_sym__val_number_token1] = ACTIONS(1003), + [aux_sym__val_number_token2] = ACTIONS(1003), + [aux_sym__val_number_token3] = ACTIONS(1003), + [aux_sym__val_number_token4] = ACTIONS(1003), + [aux_sym__val_number_token5] = ACTIONS(1003), + [aux_sym__val_number_token6] = ACTIONS(1003), + [anon_sym_0b] = ACTIONS(1003), + [anon_sym_0o] = ACTIONS(1003), + [anon_sym_0x] = ACTIONS(1003), + [sym_val_date] = ACTIONS(1003), + [anon_sym_DQUOTE] = ACTIONS(1003), + [sym__str_single_quotes] = ACTIONS(1003), + [sym__str_back_ticks] = ACTIONS(1003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1003), + [anon_sym_CARET] = ACTIONS(1003), + [anon_sym_POUND] = ACTIONS(105), }, [362] = { [sym_comment] = STATE(362), - [sym_identifier] = ACTIONS(187), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1025), + [anon_sym_export] = ACTIONS(1023), + [anon_sym_alias] = ACTIONS(1023), + [anon_sym_let] = ACTIONS(1023), + [anon_sym_let_DASHenv] = ACTIONS(1023), + [anon_sym_mut] = ACTIONS(1023), + [anon_sym_const] = ACTIONS(1023), + [anon_sym_SEMI] = ACTIONS(1023), + [sym_cmd_identifier] = ACTIONS(1023), + [anon_sym_LF] = ACTIONS(1025), + [anon_sym_def] = ACTIONS(1023), + [anon_sym_export_DASHenv] = ACTIONS(1023), + [anon_sym_extern] = ACTIONS(1023), + [anon_sym_module] = ACTIONS(1023), + [anon_sym_use] = ACTIONS(1023), + [anon_sym_LBRACK] = ACTIONS(1023), + [anon_sym_LPAREN] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_error] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1023), + [anon_sym_DASH] = ACTIONS(1023), + [anon_sym_break] = ACTIONS(1023), + [anon_sym_continue] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_in] = ACTIONS(1023), + [anon_sym_loop] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1023), + [anon_sym_do] = ACTIONS(1023), + [anon_sym_if] = ACTIONS(1023), + [anon_sym_match] = ACTIONS(1023), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_DOT] = ACTIONS(1023), + [anon_sym_try] = ACTIONS(1023), + [anon_sym_return] = ACTIONS(1023), + [anon_sym_source] = ACTIONS(1023), + [anon_sym_source_DASHenv] = ACTIONS(1023), + [anon_sym_register] = ACTIONS(1023), + [anon_sym_hide] = ACTIONS(1023), + [anon_sym_hide_DASHenv] = ACTIONS(1023), + [anon_sym_overlay] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_where] = ACTIONS(1023), + [anon_sym_STAR_STAR] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_SLASH] = ACTIONS(1023), + [anon_sym_mod] = ACTIONS(1023), + [anon_sym_SLASH_SLASH] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1023), + [anon_sym_bit_DASHshl] = ACTIONS(1023), + [anon_sym_bit_DASHshr] = ACTIONS(1023), + [anon_sym_EQ_EQ] = ACTIONS(1023), + [anon_sym_BANG_EQ] = ACTIONS(1023), + [anon_sym_LT2] = ACTIONS(1023), + [anon_sym_LT_EQ] = ACTIONS(1023), + [anon_sym_GT_EQ] = ACTIONS(1023), + [anon_sym_not_DASHin] = ACTIONS(1023), + [anon_sym_starts_DASHwith] = ACTIONS(1023), + [anon_sym_ends_DASHwith] = ACTIONS(1023), + [anon_sym_EQ_TILDE] = ACTIONS(1023), + [anon_sym_BANG_TILDE] = ACTIONS(1023), + [anon_sym_bit_DASHand] = ACTIONS(1023), + [anon_sym_bit_DASHxor] = ACTIONS(1023), + [anon_sym_bit_DASHor] = ACTIONS(1023), + [anon_sym_and] = ACTIONS(1023), + [anon_sym_xor] = ACTIONS(1023), + [anon_sym_or] = ACTIONS(1023), + [anon_sym_not] = ACTIONS(1023), + [anon_sym_null] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1023), + [anon_sym_false] = ACTIONS(1023), + [aux_sym__val_number_decimal_token1] = ACTIONS(1023), + [aux_sym__val_number_token1] = ACTIONS(1023), + [aux_sym__val_number_token2] = ACTIONS(1023), + [aux_sym__val_number_token3] = ACTIONS(1023), + [aux_sym__val_number_token4] = ACTIONS(1023), + [aux_sym__val_number_token5] = ACTIONS(1023), + [aux_sym__val_number_token6] = ACTIONS(1023), + [anon_sym_0b] = ACTIONS(1023), + [anon_sym_0o] = ACTIONS(1023), + [anon_sym_0x] = ACTIONS(1023), + [sym_val_date] = ACTIONS(1023), + [anon_sym_DQUOTE] = ACTIONS(1023), + [sym__str_single_quotes] = ACTIONS(1023), + [sym__str_back_ticks] = ACTIONS(1023), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1023), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1023), + [anon_sym_CARET] = ACTIONS(1023), + [anon_sym_POUND] = ACTIONS(105), }, [363] = { [sym_comment] = STATE(363), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1124), - [aux_sym__immediate_decimal_token2] = ACTIONS(1126), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(1033), + [anon_sym_export] = ACTIONS(1031), + [anon_sym_alias] = ACTIONS(1031), + [anon_sym_let] = ACTIONS(1031), + [anon_sym_let_DASHenv] = ACTIONS(1031), + [anon_sym_mut] = ACTIONS(1031), + [anon_sym_const] = ACTIONS(1031), + [anon_sym_SEMI] = ACTIONS(1031), + [sym_cmd_identifier] = ACTIONS(1031), + [anon_sym_LF] = ACTIONS(1033), + [anon_sym_def] = ACTIONS(1031), + [anon_sym_export_DASHenv] = ACTIONS(1031), + [anon_sym_extern] = ACTIONS(1031), + [anon_sym_module] = ACTIONS(1031), + [anon_sym_use] = ACTIONS(1031), + [anon_sym_LBRACK] = ACTIONS(1031), + [anon_sym_LPAREN] = ACTIONS(1031), + [anon_sym_DOLLAR] = ACTIONS(1031), + [anon_sym_error] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1031), + [anon_sym_DASH] = ACTIONS(1031), + [anon_sym_break] = ACTIONS(1031), + [anon_sym_continue] = ACTIONS(1031), + [anon_sym_for] = ACTIONS(1031), + [anon_sym_in] = ACTIONS(1031), + [anon_sym_loop] = ACTIONS(1031), + [anon_sym_while] = ACTIONS(1031), + [anon_sym_do] = ACTIONS(1031), + [anon_sym_if] = ACTIONS(1031), + [anon_sym_match] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1031), + [anon_sym_DOT] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1031), + [anon_sym_return] = ACTIONS(1031), + [anon_sym_source] = ACTIONS(1031), + [anon_sym_source_DASHenv] = ACTIONS(1031), + [anon_sym_register] = ACTIONS(1031), + [anon_sym_hide] = ACTIONS(1031), + [anon_sym_hide_DASHenv] = ACTIONS(1031), + [anon_sym_overlay] = ACTIONS(1031), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_where] = ACTIONS(1031), + [anon_sym_STAR_STAR] = ACTIONS(1031), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_SLASH] = ACTIONS(1031), + [anon_sym_mod] = ACTIONS(1031), + [anon_sym_SLASH_SLASH] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1031), + [anon_sym_bit_DASHshl] = ACTIONS(1031), + [anon_sym_bit_DASHshr] = ACTIONS(1031), + [anon_sym_EQ_EQ] = ACTIONS(1031), + [anon_sym_BANG_EQ] = ACTIONS(1031), + [anon_sym_LT2] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1031), + [anon_sym_GT_EQ] = ACTIONS(1031), + [anon_sym_not_DASHin] = ACTIONS(1031), + [anon_sym_starts_DASHwith] = ACTIONS(1031), + [anon_sym_ends_DASHwith] = ACTIONS(1031), + [anon_sym_EQ_TILDE] = ACTIONS(1031), + [anon_sym_BANG_TILDE] = ACTIONS(1031), + [anon_sym_bit_DASHand] = ACTIONS(1031), + [anon_sym_bit_DASHxor] = ACTIONS(1031), + [anon_sym_bit_DASHor] = ACTIONS(1031), + [anon_sym_and] = ACTIONS(1031), + [anon_sym_xor] = ACTIONS(1031), + [anon_sym_or] = ACTIONS(1031), + [anon_sym_not] = ACTIONS(1031), + [anon_sym_null] = ACTIONS(1031), + [anon_sym_true] = ACTIONS(1031), + [anon_sym_false] = ACTIONS(1031), + [aux_sym__val_number_decimal_token1] = ACTIONS(1031), + [aux_sym__val_number_token1] = ACTIONS(1031), + [aux_sym__val_number_token2] = ACTIONS(1031), + [aux_sym__val_number_token3] = ACTIONS(1031), + [aux_sym__val_number_token4] = ACTIONS(1031), + [aux_sym__val_number_token5] = ACTIONS(1031), + [aux_sym__val_number_token6] = ACTIONS(1031), + [anon_sym_0b] = ACTIONS(1031), + [anon_sym_0o] = ACTIONS(1031), + [anon_sym_0x] = ACTIONS(1031), + [sym_val_date] = ACTIONS(1031), + [anon_sym_DQUOTE] = ACTIONS(1031), + [sym__str_single_quotes] = ACTIONS(1031), + [sym__str_back_ticks] = ACTIONS(1031), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1031), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1031), + [anon_sym_CARET] = ACTIONS(1031), [anon_sym_POUND] = ACTIONS(105), }, [364] = { [sym_comment] = STATE(364), - [sym_identifier] = ACTIONS(157), - [anon_sym_COLON] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(159), - [anon_sym_DASH_DASH] = ACTIONS(159), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(997), + [anon_sym_export] = ACTIONS(995), + [anon_sym_alias] = ACTIONS(995), + [anon_sym_let] = ACTIONS(995), + [anon_sym_let_DASHenv] = ACTIONS(995), + [anon_sym_mut] = ACTIONS(995), + [anon_sym_const] = ACTIONS(995), + [anon_sym_SEMI] = ACTIONS(995), + [sym_cmd_identifier] = ACTIONS(995), + [anon_sym_LF] = ACTIONS(997), + [anon_sym_def] = ACTIONS(995), + [anon_sym_export_DASHenv] = ACTIONS(995), + [anon_sym_extern] = ACTIONS(995), + [anon_sym_module] = ACTIONS(995), + [anon_sym_use] = ACTIONS(995), + [anon_sym_LBRACK] = ACTIONS(995), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_DOLLAR] = ACTIONS(995), + [anon_sym_error] = ACTIONS(995), + [anon_sym_GT] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_break] = ACTIONS(995), + [anon_sym_continue] = ACTIONS(995), + [anon_sym_for] = ACTIONS(995), + [anon_sym_in] = ACTIONS(995), + [anon_sym_loop] = ACTIONS(995), + [anon_sym_while] = ACTIONS(995), + [anon_sym_do] = ACTIONS(995), + [anon_sym_if] = ACTIONS(995), + [anon_sym_match] = ACTIONS(995), + [anon_sym_LBRACE] = ACTIONS(995), + [anon_sym_DOT] = ACTIONS(995), + [anon_sym_try] = ACTIONS(995), + [anon_sym_return] = ACTIONS(995), + [anon_sym_source] = ACTIONS(995), + [anon_sym_source_DASHenv] = ACTIONS(995), + [anon_sym_register] = ACTIONS(995), + [anon_sym_hide] = ACTIONS(995), + [anon_sym_hide_DASHenv] = ACTIONS(995), + [anon_sym_overlay] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(995), + [anon_sym_where] = ACTIONS(995), + [anon_sym_STAR_STAR] = ACTIONS(995), + [anon_sym_PLUS_PLUS] = ACTIONS(995), + [anon_sym_SLASH] = ACTIONS(995), + [anon_sym_mod] = ACTIONS(995), + [anon_sym_SLASH_SLASH] = ACTIONS(995), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_bit_DASHshl] = ACTIONS(995), + [anon_sym_bit_DASHshr] = ACTIONS(995), + [anon_sym_EQ_EQ] = ACTIONS(995), + [anon_sym_BANG_EQ] = ACTIONS(995), + [anon_sym_LT2] = ACTIONS(995), + [anon_sym_LT_EQ] = ACTIONS(995), + [anon_sym_GT_EQ] = ACTIONS(995), + [anon_sym_not_DASHin] = ACTIONS(995), + [anon_sym_starts_DASHwith] = ACTIONS(995), + [anon_sym_ends_DASHwith] = ACTIONS(995), + [anon_sym_EQ_TILDE] = ACTIONS(995), + [anon_sym_BANG_TILDE] = ACTIONS(995), + [anon_sym_bit_DASHand] = ACTIONS(995), + [anon_sym_bit_DASHxor] = ACTIONS(995), + [anon_sym_bit_DASHor] = ACTIONS(995), + [anon_sym_and] = ACTIONS(995), + [anon_sym_xor] = ACTIONS(995), + [anon_sym_or] = ACTIONS(995), + [anon_sym_not] = ACTIONS(995), + [anon_sym_null] = ACTIONS(995), + [anon_sym_true] = ACTIONS(995), + [anon_sym_false] = ACTIONS(995), + [aux_sym__val_number_decimal_token1] = ACTIONS(995), + [aux_sym__val_number_token1] = ACTIONS(995), + [aux_sym__val_number_token2] = ACTIONS(995), + [aux_sym__val_number_token3] = ACTIONS(995), + [aux_sym__val_number_token4] = ACTIONS(995), + [aux_sym__val_number_token5] = ACTIONS(995), + [aux_sym__val_number_token6] = ACTIONS(995), + [anon_sym_0b] = ACTIONS(995), + [anon_sym_0o] = ACTIONS(995), + [anon_sym_0x] = ACTIONS(995), + [sym_val_date] = ACTIONS(995), + [anon_sym_DQUOTE] = ACTIONS(995), + [sym__str_single_quotes] = ACTIONS(995), + [sym__str_back_ticks] = ACTIONS(995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(995), + [anon_sym_CARET] = ACTIONS(995), + [anon_sym_POUND] = ACTIONS(105), }, [365] = { [sym_comment] = STATE(365), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_COLON] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_QMARK2] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1128), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), + [ts_builtin_sym_end] = ACTIONS(870), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_error] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_try] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_where] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_not] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), [anon_sym_POUND] = ACTIONS(105), }, [366] = { [sym_comment] = STATE(366), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1130), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1061), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1043), + [anon_sym_export] = ACTIONS(1041), + [anon_sym_alias] = ACTIONS(1041), + [anon_sym_let] = ACTIONS(1041), + [anon_sym_let_DASHenv] = ACTIONS(1041), + [anon_sym_mut] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1041), + [sym_cmd_identifier] = ACTIONS(1041), + [anon_sym_LF] = ACTIONS(1043), + [anon_sym_def] = ACTIONS(1041), + [anon_sym_export_DASHenv] = ACTIONS(1041), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_module] = ACTIONS(1041), + [anon_sym_use] = ACTIONS(1041), + [anon_sym_LBRACK] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1041), + [anon_sym_DOLLAR] = ACTIONS(1041), + [anon_sym_error] = ACTIONS(1041), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_in] = ACTIONS(1041), + [anon_sym_loop] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_do] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_match] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1041), + [anon_sym_DOT] = ACTIONS(1041), + [anon_sym_try] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_source] = ACTIONS(1041), + [anon_sym_source_DASHenv] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_hide] = ACTIONS(1041), + [anon_sym_hide_DASHenv] = ACTIONS(1041), + [anon_sym_overlay] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_where] = ACTIONS(1041), + [anon_sym_STAR_STAR] = ACTIONS(1041), + [anon_sym_PLUS_PLUS] = ACTIONS(1041), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(1041), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_bit_DASHshl] = ACTIONS(1041), + [anon_sym_bit_DASHshr] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1041), + [anon_sym_BANG_EQ] = ACTIONS(1041), + [anon_sym_LT2] = ACTIONS(1041), + [anon_sym_LT_EQ] = ACTIONS(1041), + [anon_sym_GT_EQ] = ACTIONS(1041), + [anon_sym_not_DASHin] = ACTIONS(1041), + [anon_sym_starts_DASHwith] = ACTIONS(1041), + [anon_sym_ends_DASHwith] = ACTIONS(1041), + [anon_sym_EQ_TILDE] = ACTIONS(1041), + [anon_sym_BANG_TILDE] = ACTIONS(1041), + [anon_sym_bit_DASHand] = ACTIONS(1041), + [anon_sym_bit_DASHxor] = ACTIONS(1041), + [anon_sym_bit_DASHor] = ACTIONS(1041), + [anon_sym_and] = ACTIONS(1041), + [anon_sym_xor] = ACTIONS(1041), + [anon_sym_or] = ACTIONS(1041), + [anon_sym_not] = ACTIONS(1041), + [anon_sym_null] = ACTIONS(1041), + [anon_sym_true] = ACTIONS(1041), + [anon_sym_false] = ACTIONS(1041), + [aux_sym__val_number_decimal_token1] = ACTIONS(1041), + [aux_sym__val_number_token1] = ACTIONS(1041), + [aux_sym__val_number_token2] = ACTIONS(1041), + [aux_sym__val_number_token3] = ACTIONS(1041), + [aux_sym__val_number_token4] = ACTIONS(1041), + [aux_sym__val_number_token5] = ACTIONS(1041), + [aux_sym__val_number_token6] = ACTIONS(1041), + [anon_sym_0b] = ACTIONS(1041), + [anon_sym_0o] = ACTIONS(1041), + [anon_sym_0x] = ACTIONS(1041), + [sym_val_date] = ACTIONS(1041), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym__str_single_quotes] = ACTIONS(1041), + [sym__str_back_ticks] = ACTIONS(1041), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1041), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1041), + [anon_sym_CARET] = ACTIONS(1041), + [anon_sym_POUND] = ACTIONS(105), }, [367] = { [sym_comment] = STATE(367), - [sym_identifier] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1047), + [anon_sym_export] = ACTIONS(1045), + [anon_sym_alias] = ACTIONS(1045), + [anon_sym_let] = ACTIONS(1045), + [anon_sym_let_DASHenv] = ACTIONS(1045), + [anon_sym_mut] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1045), + [anon_sym_SEMI] = ACTIONS(1045), + [sym_cmd_identifier] = ACTIONS(1045), + [anon_sym_LF] = ACTIONS(1047), + [anon_sym_def] = ACTIONS(1045), + [anon_sym_export_DASHenv] = ACTIONS(1045), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym_module] = ACTIONS(1045), + [anon_sym_use] = ACTIONS(1045), + [anon_sym_LBRACK] = ACTIONS(1045), + [anon_sym_LPAREN] = ACTIONS(1045), + [anon_sym_DOLLAR] = ACTIONS(1045), + [anon_sym_error] = ACTIONS(1045), + [anon_sym_GT] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1045), + [anon_sym_break] = ACTIONS(1045), + [anon_sym_continue] = ACTIONS(1045), + [anon_sym_for] = ACTIONS(1045), + [anon_sym_in] = ACTIONS(1045), + [anon_sym_loop] = ACTIONS(1045), + [anon_sym_while] = ACTIONS(1045), + [anon_sym_do] = ACTIONS(1045), + [anon_sym_if] = ACTIONS(1045), + [anon_sym_match] = ACTIONS(1045), + [anon_sym_LBRACE] = ACTIONS(1045), + [anon_sym_DOT] = ACTIONS(1045), + [anon_sym_try] = ACTIONS(1045), + [anon_sym_return] = ACTIONS(1045), + [anon_sym_source] = ACTIONS(1045), + [anon_sym_source_DASHenv] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_hide] = ACTIONS(1045), + [anon_sym_hide_DASHenv] = ACTIONS(1045), + [anon_sym_overlay] = ACTIONS(1045), + [anon_sym_STAR] = ACTIONS(1045), + [anon_sym_where] = ACTIONS(1045), + [anon_sym_STAR_STAR] = ACTIONS(1045), + [anon_sym_PLUS_PLUS] = ACTIONS(1045), + [anon_sym_SLASH] = ACTIONS(1045), + [anon_sym_mod] = ACTIONS(1045), + [anon_sym_SLASH_SLASH] = ACTIONS(1045), + [anon_sym_PLUS] = ACTIONS(1045), + [anon_sym_bit_DASHshl] = ACTIONS(1045), + [anon_sym_bit_DASHshr] = ACTIONS(1045), + [anon_sym_EQ_EQ] = ACTIONS(1045), + [anon_sym_BANG_EQ] = ACTIONS(1045), + [anon_sym_LT2] = ACTIONS(1045), + [anon_sym_LT_EQ] = ACTIONS(1045), + [anon_sym_GT_EQ] = ACTIONS(1045), + [anon_sym_not_DASHin] = ACTIONS(1045), + [anon_sym_starts_DASHwith] = ACTIONS(1045), + [anon_sym_ends_DASHwith] = ACTIONS(1045), + [anon_sym_EQ_TILDE] = ACTIONS(1045), + [anon_sym_BANG_TILDE] = ACTIONS(1045), + [anon_sym_bit_DASHand] = ACTIONS(1045), + [anon_sym_bit_DASHxor] = ACTIONS(1045), + [anon_sym_bit_DASHor] = ACTIONS(1045), + [anon_sym_and] = ACTIONS(1045), + [anon_sym_xor] = ACTIONS(1045), + [anon_sym_or] = ACTIONS(1045), + [anon_sym_not] = ACTIONS(1045), + [anon_sym_null] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1045), + [anon_sym_false] = ACTIONS(1045), + [aux_sym__val_number_decimal_token1] = ACTIONS(1045), + [aux_sym__val_number_token1] = ACTIONS(1045), + [aux_sym__val_number_token2] = ACTIONS(1045), + [aux_sym__val_number_token3] = ACTIONS(1045), + [aux_sym__val_number_token4] = ACTIONS(1045), + [aux_sym__val_number_token5] = ACTIONS(1045), + [aux_sym__val_number_token6] = ACTIONS(1045), + [anon_sym_0b] = ACTIONS(1045), + [anon_sym_0o] = ACTIONS(1045), + [anon_sym_0x] = ACTIONS(1045), + [sym_val_date] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1045), + [sym__str_single_quotes] = ACTIONS(1045), + [sym__str_back_ticks] = ACTIONS(1045), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1045), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1045), + [anon_sym_CARET] = ACTIONS(1045), + [anon_sym_POUND] = ACTIONS(105), }, [368] = { [sym_comment] = STATE(368), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1126), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [anon_sym_SEMI] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_error] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1099), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_try] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_where] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1105), + [anon_sym_PLUS_PLUS] = ACTIONS(1105), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_mod] = ACTIONS(1103), + [anon_sym_SLASH_SLASH] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1099), + [anon_sym_bit_DASHshl] = ACTIONS(1107), + [anon_sym_bit_DASHshr] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1097), + [anon_sym_BANG_EQ] = ACTIONS(1097), + [anon_sym_LT2] = ACTIONS(1097), + [anon_sym_LT_EQ] = ACTIONS(1097), + [anon_sym_GT_EQ] = ACTIONS(1097), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_not] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_CARET] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [369] = { [sym_comment] = STATE(369), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_QMARK2] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), + [ts_builtin_sym_end] = ACTIONS(989), + [anon_sym_export] = ACTIONS(987), + [anon_sym_alias] = ACTIONS(987), + [anon_sym_let] = ACTIONS(987), + [anon_sym_let_DASHenv] = ACTIONS(987), + [anon_sym_mut] = ACTIONS(987), + [anon_sym_const] = ACTIONS(987), + [anon_sym_SEMI] = ACTIONS(987), + [sym_cmd_identifier] = ACTIONS(987), + [anon_sym_LF] = ACTIONS(989), + [anon_sym_def] = ACTIONS(987), + [anon_sym_export_DASHenv] = ACTIONS(987), + [anon_sym_extern] = ACTIONS(987), + [anon_sym_module] = ACTIONS(987), + [anon_sym_use] = ACTIONS(987), + [anon_sym_LBRACK] = ACTIONS(987), + [anon_sym_LPAREN] = ACTIONS(987), + [anon_sym_DOLLAR] = ACTIONS(987), + [anon_sym_error] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(987), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_break] = ACTIONS(987), + [anon_sym_continue] = ACTIONS(987), + [anon_sym_for] = ACTIONS(987), + [anon_sym_in] = ACTIONS(987), + [anon_sym_loop] = ACTIONS(987), + [anon_sym_while] = ACTIONS(987), + [anon_sym_do] = ACTIONS(987), + [anon_sym_if] = ACTIONS(987), + [anon_sym_match] = ACTIONS(987), + [anon_sym_LBRACE] = ACTIONS(987), + [anon_sym_DOT] = ACTIONS(987), + [anon_sym_try] = ACTIONS(987), + [anon_sym_return] = ACTIONS(987), + [anon_sym_source] = ACTIONS(987), + [anon_sym_source_DASHenv] = ACTIONS(987), + [anon_sym_register] = ACTIONS(987), + [anon_sym_hide] = ACTIONS(987), + [anon_sym_hide_DASHenv] = ACTIONS(987), + [anon_sym_overlay] = ACTIONS(987), + [anon_sym_STAR] = ACTIONS(987), + [anon_sym_where] = ACTIONS(987), + [anon_sym_STAR_STAR] = ACTIONS(987), + [anon_sym_PLUS_PLUS] = ACTIONS(987), + [anon_sym_SLASH] = ACTIONS(987), + [anon_sym_mod] = ACTIONS(987), + [anon_sym_SLASH_SLASH] = ACTIONS(987), + [anon_sym_PLUS] = ACTIONS(987), + [anon_sym_bit_DASHshl] = ACTIONS(987), + [anon_sym_bit_DASHshr] = ACTIONS(987), + [anon_sym_EQ_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(987), + [anon_sym_LT2] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_not_DASHin] = ACTIONS(987), + [anon_sym_starts_DASHwith] = ACTIONS(987), + [anon_sym_ends_DASHwith] = ACTIONS(987), + [anon_sym_EQ_TILDE] = ACTIONS(987), + [anon_sym_BANG_TILDE] = ACTIONS(987), + [anon_sym_bit_DASHand] = ACTIONS(987), + [anon_sym_bit_DASHxor] = ACTIONS(987), + [anon_sym_bit_DASHor] = ACTIONS(987), + [anon_sym_and] = ACTIONS(987), + [anon_sym_xor] = ACTIONS(987), + [anon_sym_or] = ACTIONS(987), + [anon_sym_not] = ACTIONS(987), + [anon_sym_null] = ACTIONS(987), + [anon_sym_true] = ACTIONS(987), + [anon_sym_false] = ACTIONS(987), + [aux_sym__val_number_decimal_token1] = ACTIONS(987), + [aux_sym__val_number_token1] = ACTIONS(987), + [aux_sym__val_number_token2] = ACTIONS(987), + [aux_sym__val_number_token3] = ACTIONS(987), + [aux_sym__val_number_token4] = ACTIONS(987), + [aux_sym__val_number_token5] = ACTIONS(987), + [aux_sym__val_number_token6] = ACTIONS(987), + [anon_sym_0b] = ACTIONS(987), + [anon_sym_0o] = ACTIONS(987), + [anon_sym_0x] = ACTIONS(987), + [sym_val_date] = ACTIONS(987), + [anon_sym_DQUOTE] = ACTIONS(987), + [sym__str_single_quotes] = ACTIONS(987), + [sym__str_back_ticks] = ACTIONS(987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(987), + [anon_sym_CARET] = ACTIONS(987), [anon_sym_POUND] = ACTIONS(105), }, [370] = { [sym_comment] = STATE(370), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1133), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1126), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [ts_builtin_sym_end] = ACTIONS(1007), + [anon_sym_export] = ACTIONS(926), + [anon_sym_alias] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_let_DASHenv] = ACTIONS(926), + [anon_sym_mut] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [sym_cmd_identifier] = ACTIONS(926), + [anon_sym_LF] = ACTIONS(1007), + [anon_sym_def] = ACTIONS(926), + [anon_sym_export_DASHenv] = ACTIONS(926), + [anon_sym_extern] = ACTIONS(926), + [anon_sym_module] = ACTIONS(926), + [anon_sym_use] = ACTIONS(926), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_DOLLAR] = ACTIONS(926), + [anon_sym_error] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(926), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_match] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_try] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_source] = ACTIONS(926), + [anon_sym_source_DASHenv] = ACTIONS(926), + [anon_sym_register] = ACTIONS(926), + [anon_sym_hide] = ACTIONS(926), + [anon_sym_hide_DASHenv] = ACTIONS(926), + [anon_sym_overlay] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_where] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_not] = ACTIONS(926), + [anon_sym_null] = ACTIONS(926), + [anon_sym_true] = ACTIONS(926), + [anon_sym_false] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(926), + [aux_sym__val_number_token1] = ACTIONS(926), + [aux_sym__val_number_token2] = ACTIONS(926), + [aux_sym__val_number_token3] = ACTIONS(926), + [aux_sym__val_number_token4] = ACTIONS(926), + [aux_sym__val_number_token5] = ACTIONS(926), + [aux_sym__val_number_token6] = ACTIONS(926), + [anon_sym_0b] = ACTIONS(926), + [anon_sym_0o] = ACTIONS(926), + [anon_sym_0x] = ACTIONS(926), + [sym_val_date] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym__str_single_quotes] = ACTIONS(926), + [sym__str_back_ticks] = ACTIONS(926), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(926), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), [anon_sym_POUND] = ACTIONS(105), }, [371] = { [sym_comment] = STATE(371), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_RPAREN] = ACTIONS(130), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_RBRACE] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1136), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1139), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), + [ts_builtin_sym_end] = ACTIONS(1001), + [anon_sym_export] = ACTIONS(999), + [anon_sym_alias] = ACTIONS(999), + [anon_sym_let] = ACTIONS(999), + [anon_sym_let_DASHenv] = ACTIONS(999), + [anon_sym_mut] = ACTIONS(999), + [anon_sym_const] = ACTIONS(999), + [anon_sym_SEMI] = ACTIONS(999), + [sym_cmd_identifier] = ACTIONS(999), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_def] = ACTIONS(999), + [anon_sym_export_DASHenv] = ACTIONS(999), + [anon_sym_extern] = ACTIONS(999), + [anon_sym_module] = ACTIONS(999), + [anon_sym_use] = ACTIONS(999), + [anon_sym_LBRACK] = ACTIONS(999), + [anon_sym_LPAREN] = ACTIONS(999), + [anon_sym_DOLLAR] = ACTIONS(999), + [anon_sym_error] = ACTIONS(999), + [anon_sym_GT] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_break] = ACTIONS(999), + [anon_sym_continue] = ACTIONS(999), + [anon_sym_for] = ACTIONS(999), + [anon_sym_in] = ACTIONS(999), + [anon_sym_loop] = ACTIONS(999), + [anon_sym_while] = ACTIONS(999), + [anon_sym_do] = ACTIONS(999), + [anon_sym_if] = ACTIONS(999), + [anon_sym_match] = ACTIONS(999), + [anon_sym_LBRACE] = ACTIONS(999), + [anon_sym_DOT] = ACTIONS(999), + [anon_sym_try] = ACTIONS(999), + [anon_sym_return] = ACTIONS(999), + [anon_sym_source] = ACTIONS(999), + [anon_sym_source_DASHenv] = ACTIONS(999), + [anon_sym_register] = ACTIONS(999), + [anon_sym_hide] = ACTIONS(999), + [anon_sym_hide_DASHenv] = ACTIONS(999), + [anon_sym_overlay] = ACTIONS(999), + [anon_sym_STAR] = ACTIONS(999), + [anon_sym_where] = ACTIONS(999), + [anon_sym_STAR_STAR] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(999), + [anon_sym_SLASH] = ACTIONS(999), + [anon_sym_mod] = ACTIONS(999), + [anon_sym_SLASH_SLASH] = ACTIONS(999), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_bit_DASHshl] = ACTIONS(999), + [anon_sym_bit_DASHshr] = ACTIONS(999), + [anon_sym_EQ_EQ] = ACTIONS(999), + [anon_sym_BANG_EQ] = ACTIONS(999), + [anon_sym_LT2] = ACTIONS(999), + [anon_sym_LT_EQ] = ACTIONS(999), + [anon_sym_GT_EQ] = ACTIONS(999), + [anon_sym_not_DASHin] = ACTIONS(999), + [anon_sym_starts_DASHwith] = ACTIONS(999), + [anon_sym_ends_DASHwith] = ACTIONS(999), + [anon_sym_EQ_TILDE] = ACTIONS(999), + [anon_sym_BANG_TILDE] = ACTIONS(999), + [anon_sym_bit_DASHand] = ACTIONS(999), + [anon_sym_bit_DASHxor] = ACTIONS(999), + [anon_sym_bit_DASHor] = ACTIONS(999), + [anon_sym_and] = ACTIONS(999), + [anon_sym_xor] = ACTIONS(999), + [anon_sym_or] = ACTIONS(999), + [anon_sym_not] = ACTIONS(999), + [anon_sym_null] = ACTIONS(999), + [anon_sym_true] = ACTIONS(999), + [anon_sym_false] = ACTIONS(999), + [aux_sym__val_number_decimal_token1] = ACTIONS(999), + [aux_sym__val_number_token1] = ACTIONS(999), + [aux_sym__val_number_token2] = ACTIONS(999), + [aux_sym__val_number_token3] = ACTIONS(999), + [aux_sym__val_number_token4] = ACTIONS(999), + [aux_sym__val_number_token5] = ACTIONS(999), + [aux_sym__val_number_token6] = ACTIONS(999), + [anon_sym_0b] = ACTIONS(999), + [anon_sym_0o] = ACTIONS(999), + [anon_sym_0x] = ACTIONS(999), + [sym_val_date] = ACTIONS(999), + [anon_sym_DQUOTE] = ACTIONS(999), + [sym__str_single_quotes] = ACTIONS(999), + [sym__str_back_ticks] = ACTIONS(999), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(999), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(999), + [anon_sym_CARET] = ACTIONS(999), [anon_sym_POUND] = ACTIONS(105), }, [372] = { [sym_comment] = STATE(372), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1141), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [ts_builtin_sym_end] = ACTIONS(847), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [373] = { [sym_comment] = STATE(373), - [sym_identifier] = ACTIONS(187), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_COMMA] = ACTIONS(649), + [anon_sym_LPAREN] = ACTIONS(649), + [anon_sym_DOLLAR] = ACTIONS(649), + [anon_sym_error] = ACTIONS(647), + [anon_sym_list] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_make] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_else] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_catch] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_new] = ACTIONS(647), + [anon_sym_as] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(649), + [anon_sym_PLUS_PLUS] = ACTIONS(649), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(649), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(649), + [anon_sym_BANG_EQ] = ACTIONS(649), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(649), + [anon_sym_GT_EQ] = ACTIONS(649), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(649), + [anon_sym_BANG_TILDE] = ACTIONS(649), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(1123), + [aux_sym__immediate_decimal_token2] = ACTIONS(1125), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(649), + [aux_sym__val_number_token2] = ACTIONS(649), + [aux_sym__val_number_token3] = ACTIONS(649), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(649), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [sym__str_single_quotes] = ACTIONS(649), + [sym__str_back_ticks] = ACTIONS(649), + [aux_sym__record_key_token2] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(3), }, [374] = { [sym_comment] = STATE(374), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1143), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_QMARK2] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(1127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1129), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [375] = { [sym_comment] = STATE(375), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_COLON] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_QMARK2] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(1131), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1129), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [376] = { [sym_comment] = STATE(376), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DOT_DOT_DOT] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_def] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_COMMA] = ACTIONS(673), + [anon_sym_LPAREN] = ACTIONS(673), + [anon_sym_DOLLAR] = ACTIONS(673), + [anon_sym_error] = ACTIONS(671), + [anon_sym_list] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_make] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(673), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(1134), + [anon_sym_try] = ACTIONS(671), + [anon_sym_catch] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_new] = ACTIONS(671), + [anon_sym_as] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(673), + [anon_sym_PLUS_PLUS] = ACTIONS(673), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(673), + [anon_sym_BANG_EQ] = ACTIONS(673), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(673), + [anon_sym_GT_EQ] = ACTIONS(673), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(673), + [anon_sym_BANG_TILDE] = ACTIONS(673), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(1137), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(673), + [aux_sym__val_number_token2] = ACTIONS(673), + [aux_sym__val_number_token3] = ACTIONS(673), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(673), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(673), + [sym__str_single_quotes] = ACTIONS(673), + [sym__str_back_ticks] = ACTIONS(673), + [aux_sym__record_key_token2] = ACTIONS(671), + [aux_sym_unquoted_token6] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(3), }, [377] = { [sym_comment] = STATE(377), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_COLON] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_QMARK2] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_COMMA] = ACTIONS(686), + [anon_sym_LPAREN] = ACTIONS(686), + [anon_sym_DOLLAR] = ACTIONS(686), + [anon_sym_error] = ACTIONS(684), + [anon_sym_list] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_make] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_else] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(686), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_catch] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_new] = ACTIONS(684), + [anon_sym_as] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(686), + [anon_sym_PLUS_PLUS] = ACTIONS(686), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(686), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(686), + [anon_sym_BANG_EQ] = ACTIONS(686), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(686), + [anon_sym_GT_EQ] = ACTIONS(686), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(686), + [anon_sym_BANG_TILDE] = ACTIONS(686), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(1139), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(686), + [aux_sym__val_number_token2] = ACTIONS(686), + [aux_sym__val_number_token3] = ACTIONS(686), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(686), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(686), + [sym__str_single_quotes] = ACTIONS(686), + [sym__str_back_ticks] = ACTIONS(686), + [aux_sym__record_key_token2] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(3), }, [378] = { [sym_comment] = STATE(378), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_COLON] = ACTIONS(115), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_COMMA] = ACTIONS(649), + [anon_sym_LPAREN] = ACTIONS(649), + [anon_sym_DOLLAR] = ACTIONS(649), + [anon_sym_error] = ACTIONS(647), + [anon_sym_list] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_make] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_else] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_catch] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_new] = ACTIONS(647), + [anon_sym_as] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(649), + [anon_sym_PLUS_PLUS] = ACTIONS(649), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(649), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(649), + [anon_sym_BANG_EQ] = ACTIONS(649), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(649), + [anon_sym_GT_EQ] = ACTIONS(649), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(649), + [anon_sym_BANG_TILDE] = ACTIONS(649), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(1125), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(649), + [aux_sym__val_number_token2] = ACTIONS(649), + [aux_sym__val_number_token3] = ACTIONS(649), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(649), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [sym__str_single_quotes] = ACTIONS(649), + [sym__str_back_ticks] = ACTIONS(649), + [aux_sym__record_key_token2] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(3), }, [379] = { [sym_comment] = STATE(379), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1147), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1129), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [380] = { [sym_comment] = STATE(380), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1151), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_COMMA] = ACTIONS(649), + [anon_sym_LPAREN] = ACTIONS(649), + [anon_sym_DOLLAR] = ACTIONS(649), + [anon_sym_error] = ACTIONS(647), + [anon_sym_list] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_make] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_else] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_catch] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_new] = ACTIONS(647), + [anon_sym_as] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(649), + [anon_sym_PLUS_PLUS] = ACTIONS(649), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(649), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(649), + [anon_sym_BANG_EQ] = ACTIONS(649), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(649), + [anon_sym_GT_EQ] = ACTIONS(649), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(649), + [anon_sym_BANG_TILDE] = ACTIONS(649), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(1141), + [aux_sym__immediate_decimal_token2] = ACTIONS(1143), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(649), + [aux_sym__val_number_token2] = ACTIONS(649), + [aux_sym__val_number_token3] = ACTIONS(649), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(649), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [sym__str_single_quotes] = ACTIONS(649), + [sym__str_back_ticks] = ACTIONS(649), + [aux_sym__record_key_token2] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(3), }, [381] = { - [sym_cell_path] = STATE(3218), - [sym_path] = STATE(2976), [sym_comment] = STATE(381), - [ts_builtin_sym_end] = ACTIONS(1075), - [anon_sym_SEMI] = ACTIONS(1073), - [anon_sym_LF] = ACTIONS(1075), - [anon_sym_PIPE] = ACTIONS(1073), - [anon_sym_GT] = ACTIONS(1153), - [anon_sym_DASH] = ACTIONS(1155), - [anon_sym_in] = ACTIONS(1157), - [anon_sym_DOT2] = ACTIONS(1159), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_QMARK2] = ACTIONS(1163), - [anon_sym_STAR_STAR] = ACTIONS(1165), - [anon_sym_PLUS_PLUS] = ACTIONS(1165), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_mod] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(1161), - [anon_sym_PLUS] = ACTIONS(1155), - [anon_sym_bit_DASHshl] = ACTIONS(1167), - [anon_sym_bit_DASHshr] = ACTIONS(1167), - [anon_sym_EQ_EQ] = ACTIONS(1153), - [anon_sym_BANG_EQ] = ACTIONS(1153), - [anon_sym_LT2] = ACTIONS(1153), - [anon_sym_LT_EQ] = ACTIONS(1153), - [anon_sym_GT_EQ] = ACTIONS(1153), - [anon_sym_not_DASHin] = ACTIONS(1157), - [anon_sym_starts_DASHwith] = ACTIONS(1157), - [anon_sym_ends_DASHwith] = ACTIONS(1157), - [anon_sym_EQ_TILDE] = ACTIONS(1169), - [anon_sym_BANG_TILDE] = ACTIONS(1169), - [anon_sym_bit_DASHand] = ACTIONS(1171), - [anon_sym_bit_DASHxor] = ACTIONS(1173), - [anon_sym_bit_DASHor] = ACTIONS(1175), - [anon_sym_and] = ACTIONS(1177), - [anon_sym_xor] = ACTIONS(1179), - [anon_sym_or] = ACTIONS(1181), - [anon_sym_ns] = ACTIONS(1183), - [anon_sym_s] = ACTIONS(1183), - [anon_sym_us] = ACTIONS(1183), - [anon_sym_ms] = ACTIONS(1183), - [anon_sym_sec] = ACTIONS(1183), - [anon_sym_min] = ACTIONS(1183), - [anon_sym_hr] = ACTIONS(1183), - [anon_sym_day] = ACTIONS(1183), - [anon_sym_wk] = ACTIONS(1183), - [anon_sym_b] = ACTIONS(1185), - [anon_sym_B] = ACTIONS(1185), - [anon_sym_kb] = ACTIONS(1185), - [anon_sym_kB] = ACTIONS(1185), - [anon_sym_Kb] = ACTIONS(1185), - [anon_sym_KB] = ACTIONS(1185), - [anon_sym_mb] = ACTIONS(1185), - [anon_sym_mB] = ACTIONS(1185), - [anon_sym_Mb] = ACTIONS(1185), - [anon_sym_MB] = ACTIONS(1185), - [anon_sym_gb] = ACTIONS(1185), - [anon_sym_gB] = ACTIONS(1185), - [anon_sym_Gb] = ACTIONS(1185), - [anon_sym_GB] = ACTIONS(1185), - [anon_sym_tb] = ACTIONS(1185), - [anon_sym_tB] = ACTIONS(1185), - [anon_sym_Tb] = ACTIONS(1185), - [anon_sym_TB] = ACTIONS(1185), - [anon_sym_pb] = ACTIONS(1185), - [anon_sym_pB] = ACTIONS(1185), - [anon_sym_Pb] = ACTIONS(1185), - [anon_sym_PB] = ACTIONS(1185), - [anon_sym_eb] = ACTIONS(1185), - [anon_sym_eB] = ACTIONS(1185), - [anon_sym_Eb] = ACTIONS(1185), - [anon_sym_EB] = ACTIONS(1185), - [anon_sym_kib] = ACTIONS(1185), - [anon_sym_kiB] = ACTIONS(1185), - [anon_sym_kIB] = ACTIONS(1185), - [anon_sym_kIb] = ACTIONS(1185), - [anon_sym_Kib] = ACTIONS(1185), - [anon_sym_KIb] = ACTIONS(1185), - [anon_sym_KIB] = ACTIONS(1185), - [anon_sym_mib] = ACTIONS(1185), - [anon_sym_miB] = ACTIONS(1185), - [anon_sym_mIB] = ACTIONS(1185), - [anon_sym_mIb] = ACTIONS(1185), - [anon_sym_Mib] = ACTIONS(1185), - [anon_sym_MIb] = ACTIONS(1185), - [anon_sym_MIB] = ACTIONS(1185), - [anon_sym_gib] = ACTIONS(1185), - [anon_sym_giB] = ACTIONS(1185), - [anon_sym_gIB] = ACTIONS(1185), - [anon_sym_gIb] = ACTIONS(1185), - [anon_sym_Gib] = ACTIONS(1185), - [anon_sym_GIb] = ACTIONS(1185), - [anon_sym_GIB] = ACTIONS(1185), - [anon_sym_tib] = ACTIONS(1185), - [anon_sym_tiB] = ACTIONS(1185), - [anon_sym_tIB] = ACTIONS(1185), - [anon_sym_tIb] = ACTIONS(1185), - [anon_sym_Tib] = ACTIONS(1185), - [anon_sym_TIb] = ACTIONS(1185), - [anon_sym_TIB] = ACTIONS(1185), - [anon_sym_pib] = ACTIONS(1185), - [anon_sym_piB] = ACTIONS(1185), - [anon_sym_pIB] = ACTIONS(1185), - [anon_sym_pIb] = ACTIONS(1185), - [anon_sym_Pib] = ACTIONS(1185), - [anon_sym_PIb] = ACTIONS(1185), - [anon_sym_PIB] = ACTIONS(1185), - [anon_sym_eib] = ACTIONS(1185), - [anon_sym_eiB] = ACTIONS(1185), - [anon_sym_eIB] = ACTIONS(1185), - [anon_sym_eIb] = ACTIONS(1185), - [anon_sym_Eib] = ACTIONS(1185), - [anon_sym_EIb] = ACTIONS(1185), - [anon_sym_EIB] = ACTIONS(1185), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(1145), + [aux_sym__immediate_decimal_token2] = ACTIONS(1147), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [382] = { [sym_comment] = STATE(382), - [sym_identifier] = ACTIONS(157), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(159), - [anon_sym_DASH_DASH] = ACTIONS(159), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(157), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(699), + [anon_sym_DOLLAR] = ACTIONS(699), + [anon_sym_error] = ACTIONS(697), + [anon_sym_list] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(1149), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_make] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_else] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(699), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(1151), + [anon_sym_try] = ACTIONS(697), + [anon_sym_catch] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_new] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(699), + [anon_sym_PLUS_PLUS] = ACTIONS(699), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(699), + [anon_sym_BANG_TILDE] = ACTIONS(699), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(1149), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(699), + [aux_sym__val_number_token2] = ACTIONS(699), + [aux_sym__val_number_token3] = ACTIONS(699), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(699), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(699), + [sym__str_single_quotes] = ACTIONS(699), + [sym__str_back_ticks] = ACTIONS(699), + [aux_sym__record_key_token2] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(1153), + [aux_sym_unquoted_token6] = ACTIONS(1155), [anon_sym_POUND] = ACTIONS(3), }, [383] = { [sym_comment] = STATE(383), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_COLON] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_COMMA] = ACTIONS(739), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_DOLLAR] = ACTIONS(739), + [anon_sym_error] = ACTIONS(737), + [anon_sym_list] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_make] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_else] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(1157), + [anon_sym_try] = ACTIONS(737), + [anon_sym_catch] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_new] = ACTIONS(737), + [anon_sym_as] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(739), + [anon_sym_PLUS_PLUS] = ACTIONS(739), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(739), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(739), + [anon_sym_BANG_EQ] = ACTIONS(739), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(739), + [anon_sym_GT_EQ] = ACTIONS(739), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(739), + [anon_sym_BANG_TILDE] = ACTIONS(739), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(739), + [aux_sym__val_number_token2] = ACTIONS(739), + [aux_sym__val_number_token3] = ACTIONS(739), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(739), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(739), + [sym__str_single_quotes] = ACTIONS(739), + [sym__str_back_ticks] = ACTIONS(739), + [aux_sym__record_key_token2] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1159), + [anon_sym_POUND] = ACTIONS(3), }, [384] = { [sym_comment] = STATE(384), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(775), + [anon_sym_alias] = ACTIONS(775), + [anon_sym_let] = ACTIONS(775), + [anon_sym_let_DASHenv] = ACTIONS(775), + [anon_sym_mut] = ACTIONS(775), + [anon_sym_const] = ACTIONS(775), + [sym_cmd_identifier] = ACTIONS(775), + [anon_sym_def] = ACTIONS(775), + [anon_sym_export_DASHenv] = ACTIONS(775), + [anon_sym_extern] = ACTIONS(775), + [anon_sym_module] = ACTIONS(775), + [anon_sym_use] = ACTIONS(775), + [anon_sym_COMMA] = ACTIONS(777), + [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_DOLLAR] = ACTIONS(777), + [anon_sym_error] = ACTIONS(775), + [anon_sym_list] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(775), + [anon_sym_for] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_loop] = ACTIONS(775), + [anon_sym_make] = ACTIONS(775), + [anon_sym_while] = ACTIONS(775), + [anon_sym_do] = ACTIONS(775), + [anon_sym_if] = ACTIONS(775), + [anon_sym_else] = ACTIONS(775), + [anon_sym_match] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(777), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_try] = ACTIONS(775), + [anon_sym_catch] = ACTIONS(775), + [anon_sym_return] = ACTIONS(775), + [anon_sym_source] = ACTIONS(775), + [anon_sym_source_DASHenv] = ACTIONS(775), + [anon_sym_register] = ACTIONS(775), + [anon_sym_hide] = ACTIONS(775), + [anon_sym_hide_DASHenv] = ACTIONS(775), + [anon_sym_overlay] = ACTIONS(775), + [anon_sym_new] = ACTIONS(775), + [anon_sym_as] = ACTIONS(775), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(777), + [anon_sym_PLUS_PLUS] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(777), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(777), + [anon_sym_BANG_EQ] = ACTIONS(777), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(777), + [anon_sym_GT_EQ] = ACTIONS(777), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(777), + [anon_sym_BANG_TILDE] = ACTIONS(777), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(777), + [aux_sym__val_number_token2] = ACTIONS(777), + [aux_sym__val_number_token3] = ACTIONS(777), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(777), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(777), + [sym__str_single_quotes] = ACTIONS(777), + [sym__str_back_ticks] = ACTIONS(777), + [aux_sym__record_key_token2] = ACTIONS(775), + [aux_sym_unquoted_token6] = ACTIONS(775), [anon_sym_POUND] = ACTIONS(3), }, [385] = { [sym_comment] = STATE(385), - [sym_identifier] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1041), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_COMMA] = ACTIONS(686), + [anon_sym_LPAREN] = ACTIONS(686), + [anon_sym_DOLLAR] = ACTIONS(686), + [anon_sym_error] = ACTIONS(684), + [anon_sym_list] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_make] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_else] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(686), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_catch] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_new] = ACTIONS(684), + [anon_sym_as] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(686), + [anon_sym_PLUS_PLUS] = ACTIONS(686), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(686), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(686), + [anon_sym_BANG_EQ] = ACTIONS(686), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(686), + [anon_sym_GT_EQ] = ACTIONS(686), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(686), + [anon_sym_BANG_TILDE] = ACTIONS(686), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(686), + [aux_sym__val_number_token2] = ACTIONS(686), + [aux_sym__val_number_token3] = ACTIONS(686), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(686), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(686), + [sym__str_single_quotes] = ACTIONS(686), + [sym__str_back_ticks] = ACTIONS(686), + [aux_sym__record_key_token2] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), [anon_sym_POUND] = ACTIONS(3), }, [386] = { [sym_comment] = STATE(386), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1187), - [aux_sym__immediate_decimal_token2] = ACTIONS(1189), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_COMMA] = ACTIONS(649), + [anon_sym_LPAREN] = ACTIONS(649), + [anon_sym_DOLLAR] = ACTIONS(649), + [anon_sym_error] = ACTIONS(647), + [anon_sym_list] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_make] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_else] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_catch] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_new] = ACTIONS(647), + [anon_sym_as] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(649), + [anon_sym_PLUS_PLUS] = ACTIONS(649), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(649), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(649), + [anon_sym_BANG_EQ] = ACTIONS(649), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(649), + [anon_sym_GT_EQ] = ACTIONS(649), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(649), + [anon_sym_BANG_TILDE] = ACTIONS(649), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(649), + [aux_sym__val_number_token2] = ACTIONS(649), + [aux_sym__val_number_token3] = ACTIONS(649), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(649), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [sym__str_single_quotes] = ACTIONS(649), + [sym__str_back_ticks] = ACTIONS(649), + [aux_sym__record_key_token2] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(3), }, [387] = { [sym_comment] = STATE(387), - [sym_identifier] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(1161), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1147), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(3), }, [388] = { [sym_comment] = STATE(388), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1113), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [389] = { [sym_comment] = STATE(389), - [anon_sym_SEMI] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_COLON] = ACTIONS(221), - [anon_sym_RPAREN] = ACTIONS(221), - [anon_sym_PIPE] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_RBRACE] = ACTIONS(221), - [anon_sym_DOT2] = ACTIONS(223), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_QMARK2] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(221), - [anon_sym_PLUS_PLUS] = ACTIONS(221), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(221), - [anon_sym_BANG_EQ] = ACTIONS(221), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(221), - [anon_sym_GT_EQ] = ACTIONS(221), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(221), - [anon_sym_BANG_TILDE] = ACTIONS(221), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_COMMA] = ACTIONS(649), + [anon_sym_LPAREN] = ACTIONS(649), + [anon_sym_DOLLAR] = ACTIONS(649), + [anon_sym_error] = ACTIONS(647), + [anon_sym_list] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_make] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_else] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_catch] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_new] = ACTIONS(647), + [anon_sym_as] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(649), + [anon_sym_PLUS_PLUS] = ACTIONS(649), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(649), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(649), + [anon_sym_BANG_EQ] = ACTIONS(649), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(649), + [anon_sym_GT_EQ] = ACTIONS(649), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(649), + [anon_sym_BANG_TILDE] = ACTIONS(649), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(1143), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(649), + [aux_sym__val_number_token2] = ACTIONS(649), + [aux_sym__val_number_token3] = ACTIONS(649), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(649), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [sym__str_single_quotes] = ACTIONS(649), + [sym__str_back_ticks] = ACTIONS(649), + [aux_sym__record_key_token2] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(3), }, [390] = { [sym_comment] = STATE(390), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1191), - [aux_sym__immediate_decimal_token2] = ACTIONS(1193), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_def] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_COMMA] = ACTIONS(673), + [anon_sym_LPAREN] = ACTIONS(673), + [anon_sym_DOLLAR] = ACTIONS(673), + [anon_sym_error] = ACTIONS(671), + [anon_sym_list] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_make] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(673), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(1164), + [anon_sym_try] = ACTIONS(671), + [anon_sym_catch] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_new] = ACTIONS(671), + [anon_sym_as] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(673), + [anon_sym_PLUS_PLUS] = ACTIONS(673), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(673), + [anon_sym_BANG_EQ] = ACTIONS(673), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(673), + [anon_sym_GT_EQ] = ACTIONS(673), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(673), + [anon_sym_BANG_TILDE] = ACTIONS(673), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(1167), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(673), + [aux_sym__val_number_token2] = ACTIONS(673), + [aux_sym__val_number_token3] = ACTIONS(673), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(673), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(673), + [sym__str_single_quotes] = ACTIONS(673), + [sym__str_back_ticks] = ACTIONS(673), + [aux_sym__record_key_token2] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(3), }, [391] = { [sym_comment] = STATE(391), - [ts_builtin_sym_end] = ACTIONS(132), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1195), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_QMARK2] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1198), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_COMMA] = ACTIONS(686), + [anon_sym_LPAREN] = ACTIONS(686), + [anon_sym_DOLLAR] = ACTIONS(686), + [anon_sym_error] = ACTIONS(684), + [anon_sym_list] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_make] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_else] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(686), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_catch] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_new] = ACTIONS(684), + [anon_sym_as] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(686), + [anon_sym_PLUS_PLUS] = ACTIONS(686), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(686), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(686), + [anon_sym_BANG_EQ] = ACTIONS(686), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(686), + [anon_sym_GT_EQ] = ACTIONS(686), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(686), + [anon_sym_BANG_TILDE] = ACTIONS(686), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(1169), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(686), + [aux_sym__val_number_token2] = ACTIONS(686), + [aux_sym__val_number_token3] = ACTIONS(686), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(686), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(686), + [sym__str_single_quotes] = ACTIONS(686), + [sym__str_back_ticks] = ACTIONS(686), + [aux_sym__record_key_token2] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(3), }, [392] = { [sym_comment] = STATE(392), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1151), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1147), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [393] = { + [sym_cell_path] = STATE(450), + [sym_path] = STATE(410), [sym_comment] = STATE(393), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1200), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1202), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(852), + [anon_sym_alias] = ACTIONS(852), + [anon_sym_let] = ACTIONS(852), + [anon_sym_let_DASHenv] = ACTIONS(852), + [anon_sym_mut] = ACTIONS(852), + [anon_sym_const] = ACTIONS(852), + [sym_cmd_identifier] = ACTIONS(852), + [anon_sym_def] = ACTIONS(852), + [anon_sym_export_DASHenv] = ACTIONS(852), + [anon_sym_extern] = ACTIONS(852), + [anon_sym_module] = ACTIONS(852), + [anon_sym_use] = ACTIONS(852), + [anon_sym_COMMA] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_error] = ACTIONS(852), + [anon_sym_list] = ACTIONS(852), + [anon_sym_GT] = ACTIONS(852), + [anon_sym_DASH] = ACTIONS(852), + [anon_sym_break] = ACTIONS(852), + [anon_sym_continue] = ACTIONS(852), + [anon_sym_for] = ACTIONS(852), + [anon_sym_in] = ACTIONS(852), + [anon_sym_loop] = ACTIONS(852), + [anon_sym_make] = ACTIONS(852), + [anon_sym_while] = ACTIONS(852), + [anon_sym_do] = ACTIONS(852), + [anon_sym_if] = ACTIONS(852), + [anon_sym_else] = ACTIONS(852), + [anon_sym_match] = ACTIONS(852), + [anon_sym_RBRACE] = ACTIONS(854), + [anon_sym_DOT] = ACTIONS(852), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(852), + [anon_sym_catch] = ACTIONS(852), + [anon_sym_return] = ACTIONS(852), + [anon_sym_source] = ACTIONS(852), + [anon_sym_source_DASHenv] = ACTIONS(852), + [anon_sym_register] = ACTIONS(852), + [anon_sym_hide] = ACTIONS(852), + [anon_sym_hide_DASHenv] = ACTIONS(852), + [anon_sym_overlay] = ACTIONS(852), + [anon_sym_new] = ACTIONS(852), + [anon_sym_as] = ACTIONS(852), + [anon_sym_STAR] = ACTIONS(852), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(852), + [anon_sym_mod] = ACTIONS(852), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(852), + [anon_sym_bit_DASHshl] = ACTIONS(852), + [anon_sym_bit_DASHshr] = ACTIONS(852), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(852), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(852), + [anon_sym_starts_DASHwith] = ACTIONS(852), + [anon_sym_ends_DASHwith] = ACTIONS(852), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(852), + [anon_sym_bit_DASHxor] = ACTIONS(852), + [anon_sym_bit_DASHor] = ACTIONS(852), + [anon_sym_and] = ACTIONS(852), + [anon_sym_xor] = ACTIONS(852), + [anon_sym_or] = ACTIONS(852), + [aux_sym__val_number_decimal_token1] = ACTIONS(852), + [aux_sym__val_number_token1] = ACTIONS(854), + [aux_sym__val_number_token2] = ACTIONS(854), + [aux_sym__val_number_token3] = ACTIONS(854), + [aux_sym__val_number_token4] = ACTIONS(852), + [aux_sym__val_number_token5] = ACTIONS(854), + [aux_sym__val_number_token6] = ACTIONS(852), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [aux_sym__record_key_token2] = ACTIONS(852), + [anon_sym_POUND] = ACTIONS(3), }, [394] = { [sym_comment] = STATE(394), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1193), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(647), + [anon_sym_alias] = ACTIONS(647), + [anon_sym_let] = ACTIONS(647), + [anon_sym_let_DASHenv] = ACTIONS(647), + [anon_sym_mut] = ACTIONS(647), + [anon_sym_const] = ACTIONS(647), + [sym_cmd_identifier] = ACTIONS(647), + [anon_sym_def] = ACTIONS(647), + [anon_sym_export_DASHenv] = ACTIONS(647), + [anon_sym_extern] = ACTIONS(647), + [anon_sym_module] = ACTIONS(647), + [anon_sym_use] = ACTIONS(647), + [anon_sym_COMMA] = ACTIONS(649), + [anon_sym_LPAREN] = ACTIONS(649), + [anon_sym_DOLLAR] = ACTIONS(649), + [anon_sym_error] = ACTIONS(647), + [anon_sym_list] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_break] = ACTIONS(647), + [anon_sym_continue] = ACTIONS(647), + [anon_sym_for] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_loop] = ACTIONS(647), + [anon_sym_make] = ACTIONS(647), + [anon_sym_while] = ACTIONS(647), + [anon_sym_do] = ACTIONS(647), + [anon_sym_if] = ACTIONS(647), + [anon_sym_else] = ACTIONS(647), + [anon_sym_match] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_try] = ACTIONS(647), + [anon_sym_catch] = ACTIONS(647), + [anon_sym_return] = ACTIONS(647), + [anon_sym_source] = ACTIONS(647), + [anon_sym_source_DASHenv] = ACTIONS(647), + [anon_sym_register] = ACTIONS(647), + [anon_sym_hide] = ACTIONS(647), + [anon_sym_hide_DASHenv] = ACTIONS(647), + [anon_sym_overlay] = ACTIONS(647), + [anon_sym_new] = ACTIONS(647), + [anon_sym_as] = ACTIONS(647), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(649), + [anon_sym_PLUS_PLUS] = ACTIONS(649), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(649), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(649), + [anon_sym_BANG_EQ] = ACTIONS(649), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(649), + [anon_sym_GT_EQ] = ACTIONS(649), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(649), + [anon_sym_BANG_TILDE] = ACTIONS(649), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(649), + [aux_sym__val_number_token2] = ACTIONS(649), + [aux_sym__val_number_token3] = ACTIONS(649), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(649), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [sym__str_single_quotes] = ACTIONS(649), + [sym__str_back_ticks] = ACTIONS(649), + [aux_sym__record_key_token2] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(3), }, [395] = { + [sym_cell_path] = STATE(466), + [sym_path] = STATE(410), [sym_comment] = STATE(395), - [ts_builtin_sym_end] = ACTIONS(132), - [anon_sym_SEMI] = ACTIONS(130), - [anon_sym_LF] = ACTIONS(132), - [anon_sym_PIPE] = ACTIONS(130), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_in] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1204), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(130), - [anon_sym_PLUS_PLUS] = ACTIONS(130), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(130), - [anon_sym_SLASH_SLASH] = ACTIONS(130), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(130), - [anon_sym_bit_DASHshr] = ACTIONS(130), - [anon_sym_EQ_EQ] = ACTIONS(130), - [anon_sym_BANG_EQ] = ACTIONS(130), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(130), - [anon_sym_GT_EQ] = ACTIONS(130), - [anon_sym_not_DASHin] = ACTIONS(130), - [anon_sym_starts_DASHwith] = ACTIONS(130), - [anon_sym_ends_DASHwith] = ACTIONS(130), - [anon_sym_EQ_TILDE] = ACTIONS(130), - [anon_sym_BANG_TILDE] = ACTIONS(130), - [anon_sym_bit_DASHand] = ACTIONS(130), - [anon_sym_bit_DASHxor] = ACTIONS(130), - [anon_sym_bit_DASHor] = ACTIONS(130), - [anon_sym_and] = ACTIONS(130), - [anon_sym_xor] = ACTIONS(130), - [anon_sym_or] = ACTIONS(130), - [aux_sym__immediate_decimal_token2] = ACTIONS(1207), - [anon_sym_ns] = ACTIONS(130), - [anon_sym_s] = ACTIONS(130), - [anon_sym_us] = ACTIONS(130), - [anon_sym_ms] = ACTIONS(130), - [anon_sym_sec] = ACTIONS(130), - [anon_sym_min] = ACTIONS(130), - [anon_sym_hr] = ACTIONS(130), - [anon_sym_day] = ACTIONS(130), - [anon_sym_wk] = ACTIONS(130), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(130), - [anon_sym_kb] = ACTIONS(130), - [anon_sym_kB] = ACTIONS(130), - [anon_sym_Kb] = ACTIONS(130), - [anon_sym_KB] = ACTIONS(130), - [anon_sym_mb] = ACTIONS(130), - [anon_sym_mB] = ACTIONS(130), - [anon_sym_Mb] = ACTIONS(130), - [anon_sym_MB] = ACTIONS(130), - [anon_sym_gb] = ACTIONS(130), - [anon_sym_gB] = ACTIONS(130), - [anon_sym_Gb] = ACTIONS(130), - [anon_sym_GB] = ACTIONS(130), - [anon_sym_tb] = ACTIONS(130), - [anon_sym_tB] = ACTIONS(130), - [anon_sym_Tb] = ACTIONS(130), - [anon_sym_TB] = ACTIONS(130), - [anon_sym_pb] = ACTIONS(130), - [anon_sym_pB] = ACTIONS(130), - [anon_sym_Pb] = ACTIONS(130), - [anon_sym_PB] = ACTIONS(130), - [anon_sym_eb] = ACTIONS(130), - [anon_sym_eB] = ACTIONS(130), - [anon_sym_Eb] = ACTIONS(130), - [anon_sym_EB] = ACTIONS(130), - [anon_sym_kib] = ACTIONS(130), - [anon_sym_kiB] = ACTIONS(130), - [anon_sym_kIB] = ACTIONS(130), - [anon_sym_kIb] = ACTIONS(130), - [anon_sym_Kib] = ACTIONS(130), - [anon_sym_KIb] = ACTIONS(130), - [anon_sym_KIB] = ACTIONS(130), - [anon_sym_mib] = ACTIONS(130), - [anon_sym_miB] = ACTIONS(130), - [anon_sym_mIB] = ACTIONS(130), - [anon_sym_mIb] = ACTIONS(130), - [anon_sym_Mib] = ACTIONS(130), - [anon_sym_MIb] = ACTIONS(130), - [anon_sym_MIB] = ACTIONS(130), - [anon_sym_gib] = ACTIONS(130), - [anon_sym_giB] = ACTIONS(130), - [anon_sym_gIB] = ACTIONS(130), - [anon_sym_gIb] = ACTIONS(130), - [anon_sym_Gib] = ACTIONS(130), - [anon_sym_GIb] = ACTIONS(130), - [anon_sym_GIB] = ACTIONS(130), - [anon_sym_tib] = ACTIONS(130), - [anon_sym_tiB] = ACTIONS(130), - [anon_sym_tIB] = ACTIONS(130), - [anon_sym_tIb] = ACTIONS(130), - [anon_sym_Tib] = ACTIONS(130), - [anon_sym_TIb] = ACTIONS(130), - [anon_sym_TIB] = ACTIONS(130), - [anon_sym_pib] = ACTIONS(130), - [anon_sym_piB] = ACTIONS(130), - [anon_sym_pIB] = ACTIONS(130), - [anon_sym_pIb] = ACTIONS(130), - [anon_sym_Pib] = ACTIONS(130), - [anon_sym_PIb] = ACTIONS(130), - [anon_sym_PIB] = ACTIONS(130), - [anon_sym_eib] = ACTIONS(130), - [anon_sym_eiB] = ACTIONS(130), - [anon_sym_eIB] = ACTIONS(130), - [anon_sym_eIb] = ACTIONS(130), - [anon_sym_Eib] = ACTIONS(130), - [anon_sym_EIb] = ACTIONS(130), - [anon_sym_EIB] = ACTIONS(130), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(837), + [anon_sym_alias] = ACTIONS(837), + [anon_sym_let] = ACTIONS(837), + [anon_sym_let_DASHenv] = ACTIONS(837), + [anon_sym_mut] = ACTIONS(837), + [anon_sym_const] = ACTIONS(837), + [sym_cmd_identifier] = ACTIONS(837), + [anon_sym_def] = ACTIONS(837), + [anon_sym_export_DASHenv] = ACTIONS(837), + [anon_sym_extern] = ACTIONS(837), + [anon_sym_module] = ACTIONS(837), + [anon_sym_use] = ACTIONS(837), + [anon_sym_COMMA] = ACTIONS(839), + [anon_sym_LPAREN] = ACTIONS(839), + [anon_sym_DOLLAR] = ACTIONS(839), + [anon_sym_error] = ACTIONS(837), + [anon_sym_list] = ACTIONS(837), + [anon_sym_GT] = ACTIONS(837), + [anon_sym_DASH] = ACTIONS(837), + [anon_sym_break] = ACTIONS(837), + [anon_sym_continue] = ACTIONS(837), + [anon_sym_for] = ACTIONS(837), + [anon_sym_in] = ACTIONS(837), + [anon_sym_loop] = ACTIONS(837), + [anon_sym_make] = ACTIONS(837), + [anon_sym_while] = ACTIONS(837), + [anon_sym_do] = ACTIONS(837), + [anon_sym_if] = ACTIONS(837), + [anon_sym_else] = ACTIONS(837), + [anon_sym_match] = ACTIONS(837), + [anon_sym_RBRACE] = ACTIONS(839), + [anon_sym_DOT] = ACTIONS(837), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(837), + [anon_sym_catch] = ACTIONS(837), + [anon_sym_return] = ACTIONS(837), + [anon_sym_source] = ACTIONS(837), + [anon_sym_source_DASHenv] = ACTIONS(837), + [anon_sym_register] = ACTIONS(837), + [anon_sym_hide] = ACTIONS(837), + [anon_sym_hide_DASHenv] = ACTIONS(837), + [anon_sym_overlay] = ACTIONS(837), + [anon_sym_new] = ACTIONS(837), + [anon_sym_as] = ACTIONS(837), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_STAR_STAR] = ACTIONS(839), + [anon_sym_PLUS_PLUS] = ACTIONS(839), + [anon_sym_SLASH] = ACTIONS(837), + [anon_sym_mod] = ACTIONS(837), + [anon_sym_SLASH_SLASH] = ACTIONS(839), + [anon_sym_PLUS] = ACTIONS(837), + [anon_sym_bit_DASHshl] = ACTIONS(837), + [anon_sym_bit_DASHshr] = ACTIONS(837), + [anon_sym_EQ_EQ] = ACTIONS(839), + [anon_sym_BANG_EQ] = ACTIONS(839), + [anon_sym_LT2] = ACTIONS(837), + [anon_sym_LT_EQ] = ACTIONS(839), + [anon_sym_GT_EQ] = ACTIONS(839), + [anon_sym_not_DASHin] = ACTIONS(837), + [anon_sym_starts_DASHwith] = ACTIONS(837), + [anon_sym_ends_DASHwith] = ACTIONS(837), + [anon_sym_EQ_TILDE] = ACTIONS(839), + [anon_sym_BANG_TILDE] = ACTIONS(839), + [anon_sym_bit_DASHand] = ACTIONS(837), + [anon_sym_bit_DASHxor] = ACTIONS(837), + [anon_sym_bit_DASHor] = ACTIONS(837), + [anon_sym_and] = ACTIONS(837), + [anon_sym_xor] = ACTIONS(837), + [anon_sym_or] = ACTIONS(837), + [aux_sym__val_number_decimal_token1] = ACTIONS(837), + [aux_sym__val_number_token1] = ACTIONS(839), + [aux_sym__val_number_token2] = ACTIONS(839), + [aux_sym__val_number_token3] = ACTIONS(839), + [aux_sym__val_number_token4] = ACTIONS(837), + [aux_sym__val_number_token5] = ACTIONS(839), + [aux_sym__val_number_token6] = ACTIONS(837), + [anon_sym_DQUOTE] = ACTIONS(839), + [sym__str_single_quotes] = ACTIONS(839), + [sym__str_back_ticks] = ACTIONS(839), + [aux_sym__record_key_token2] = ACTIONS(837), + [anon_sym_POUND] = ACTIONS(3), }, [396] = { + [sym_path] = STATE(426), [sym_comment] = STATE(396), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(115), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_cell_path_repeat1] = STATE(413), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_COMMA] = ACTIONS(735), + [anon_sym_LPAREN] = ACTIONS(735), + [anon_sym_DOLLAR] = ACTIONS(735), + [anon_sym_error] = ACTIONS(733), + [anon_sym_list] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_make] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_else] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(735), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(733), + [anon_sym_catch] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_new] = ACTIONS(733), + [anon_sym_as] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(735), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(735), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(735), + [anon_sym_BANG_EQ] = ACTIONS(735), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(735), + [anon_sym_GT_EQ] = ACTIONS(735), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(735), + [anon_sym_BANG_TILDE] = ACTIONS(735), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(735), + [aux_sym__val_number_token2] = ACTIONS(735), + [aux_sym__val_number_token3] = ACTIONS(735), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(735), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(735), + [sym__str_single_quotes] = ACTIONS(735), + [sym__str_back_ticks] = ACTIONS(735), + [aux_sym__record_key_token2] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(3), }, [397] = { + [sym_path] = STATE(426), [sym_comment] = STATE(397), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_RBRACE] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_cell_path_repeat1] = STATE(413), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_COMMA] = ACTIONS(735), + [anon_sym_LPAREN] = ACTIONS(735), + [anon_sym_DOLLAR] = ACTIONS(735), + [anon_sym_error] = ACTIONS(733), + [anon_sym_list] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_make] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_else] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(735), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_try] = ACTIONS(733), + [anon_sym_catch] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_new] = ACTIONS(733), + [anon_sym_as] = ACTIONS(733), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(735), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(735), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(735), + [anon_sym_BANG_EQ] = ACTIONS(735), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(735), + [anon_sym_GT_EQ] = ACTIONS(735), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(735), + [anon_sym_BANG_TILDE] = ACTIONS(735), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(735), + [aux_sym__val_number_token2] = ACTIONS(735), + [aux_sym__val_number_token3] = ACTIONS(735), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(735), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(735), + [sym__str_single_quotes] = ACTIONS(735), + [sym__str_back_ticks] = ACTIONS(735), + [aux_sym__record_key_token2] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(3), }, [398] = { [sym_comment] = STATE(398), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1147), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_COMMA] = ACTIONS(799), + [anon_sym_LPAREN] = ACTIONS(799), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_error] = ACTIONS(797), + [anon_sym_list] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_make] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_else] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(799), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(1173), + [anon_sym_try] = ACTIONS(797), + [anon_sym_catch] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_new] = ACTIONS(797), + [anon_sym_as] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(799), + [anon_sym_PLUS_PLUS] = ACTIONS(799), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(799), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(799), + [anon_sym_BANG_EQ] = ACTIONS(799), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(799), + [anon_sym_GT_EQ] = ACTIONS(799), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(799), + [anon_sym_BANG_TILDE] = ACTIONS(799), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(1175), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(799), + [aux_sym__val_number_token2] = ACTIONS(799), + [aux_sym__val_number_token3] = ACTIONS(799), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(799), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(799), + [sym__str_single_quotes] = ACTIONS(799), + [sym__str_back_ticks] = ACTIONS(799), + [aux_sym__record_key_token2] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(1177), + [anon_sym_POUND] = ACTIONS(3), }, [399] = { [sym_comment] = STATE(399), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1209), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1189), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_COMMA] = ACTIONS(739), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_DOLLAR] = ACTIONS(739), + [anon_sym_error] = ACTIONS(737), + [anon_sym_list] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_make] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_else] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(1179), + [anon_sym_try] = ACTIONS(737), + [anon_sym_catch] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_new] = ACTIONS(737), + [anon_sym_as] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(739), + [anon_sym_PLUS_PLUS] = ACTIONS(739), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(739), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(739), + [anon_sym_BANG_EQ] = ACTIONS(739), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(739), + [anon_sym_GT_EQ] = ACTIONS(739), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(739), + [anon_sym_BANG_TILDE] = ACTIONS(739), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(739), + [aux_sym__val_number_token2] = ACTIONS(739), + [aux_sym__val_number_token3] = ACTIONS(739), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(739), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(739), + [sym__str_single_quotes] = ACTIONS(739), + [sym__str_back_ticks] = ACTIONS(739), + [aux_sym__record_key_token2] = ACTIONS(737), + [anon_sym_POUND] = ACTIONS(3), }, [400] = { + [sym_cell_path] = STATE(464), + [sym_path] = STATE(410), [sym_comment] = STATE(400), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1212), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_def] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_COMMA] = ACTIONS(791), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_DOLLAR] = ACTIONS(791), + [anon_sym_error] = ACTIONS(789), + [anon_sym_list] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_make] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_else] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(791), + [anon_sym_DOT] = ACTIONS(789), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(789), + [anon_sym_catch] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_new] = ACTIONS(789), + [anon_sym_as] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(791), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(791), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(791), + [anon_sym_BANG_EQ] = ACTIONS(791), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(791), + [anon_sym_GT_EQ] = ACTIONS(791), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(791), + [anon_sym_BANG_TILDE] = ACTIONS(791), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [aux_sym__val_number_decimal_token1] = ACTIONS(789), + [aux_sym__val_number_token1] = ACTIONS(791), + [aux_sym__val_number_token2] = ACTIONS(791), + [aux_sym__val_number_token3] = ACTIONS(791), + [aux_sym__val_number_token4] = ACTIONS(789), + [aux_sym__val_number_token5] = ACTIONS(791), + [aux_sym__val_number_token6] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(791), + [sym__str_single_quotes] = ACTIONS(791), + [sym__str_back_ticks] = ACTIONS(791), + [aux_sym__record_key_token2] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(3), }, [401] = { [sym_comment] = STATE(401), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(775), + [anon_sym_alias] = ACTIONS(775), + [anon_sym_let] = ACTIONS(775), + [anon_sym_let_DASHenv] = ACTIONS(775), + [anon_sym_mut] = ACTIONS(775), + [anon_sym_const] = ACTIONS(775), + [sym_cmd_identifier] = ACTIONS(775), + [anon_sym_def] = ACTIONS(775), + [anon_sym_export_DASHenv] = ACTIONS(775), + [anon_sym_extern] = ACTIONS(775), + [anon_sym_module] = ACTIONS(775), + [anon_sym_use] = ACTIONS(775), + [anon_sym_COMMA] = ACTIONS(777), + [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_DOLLAR] = ACTIONS(777), + [anon_sym_error] = ACTIONS(775), + [anon_sym_list] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(775), + [anon_sym_for] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_loop] = ACTIONS(775), + [anon_sym_make] = ACTIONS(775), + [anon_sym_while] = ACTIONS(775), + [anon_sym_do] = ACTIONS(775), + [anon_sym_if] = ACTIONS(775), + [anon_sym_else] = ACTIONS(775), + [anon_sym_match] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(777), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_try] = ACTIONS(775), + [anon_sym_catch] = ACTIONS(775), + [anon_sym_return] = ACTIONS(775), + [anon_sym_source] = ACTIONS(775), + [anon_sym_source_DASHenv] = ACTIONS(775), + [anon_sym_register] = ACTIONS(775), + [anon_sym_hide] = ACTIONS(775), + [anon_sym_hide_DASHenv] = ACTIONS(775), + [anon_sym_overlay] = ACTIONS(775), + [anon_sym_new] = ACTIONS(775), + [anon_sym_as] = ACTIONS(775), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(777), + [anon_sym_PLUS_PLUS] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(777), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(777), + [anon_sym_BANG_EQ] = ACTIONS(777), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(777), + [anon_sym_GT_EQ] = ACTIONS(777), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(777), + [anon_sym_BANG_TILDE] = ACTIONS(777), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(777), + [aux_sym__val_number_token2] = ACTIONS(777), + [aux_sym__val_number_token3] = ACTIONS(777), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(777), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(777), + [sym__str_single_quotes] = ACTIONS(777), + [sym__str_back_ticks] = ACTIONS(777), + [aux_sym__record_key_token2] = ACTIONS(775), + [anon_sym_POUND] = ACTIONS(3), }, [402] = { + [sym_cell_path] = STATE(472), + [sym_path] = STATE(410), [sym_comment] = STATE(402), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(822), + [anon_sym_alias] = ACTIONS(822), + [anon_sym_let] = ACTIONS(822), + [anon_sym_let_DASHenv] = ACTIONS(822), + [anon_sym_mut] = ACTIONS(822), + [anon_sym_const] = ACTIONS(822), + [sym_cmd_identifier] = ACTIONS(822), + [anon_sym_def] = ACTIONS(822), + [anon_sym_export_DASHenv] = ACTIONS(822), + [anon_sym_extern] = ACTIONS(822), + [anon_sym_module] = ACTIONS(822), + [anon_sym_use] = ACTIONS(822), + [anon_sym_COMMA] = ACTIONS(824), + [anon_sym_LPAREN] = ACTIONS(824), + [anon_sym_DOLLAR] = ACTIONS(824), + [anon_sym_error] = ACTIONS(822), + [anon_sym_list] = ACTIONS(822), + [anon_sym_GT] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(822), + [anon_sym_for] = ACTIONS(822), + [anon_sym_in] = ACTIONS(822), + [anon_sym_loop] = ACTIONS(822), + [anon_sym_make] = ACTIONS(822), + [anon_sym_while] = ACTIONS(822), + [anon_sym_do] = ACTIONS(822), + [anon_sym_if] = ACTIONS(822), + [anon_sym_else] = ACTIONS(822), + [anon_sym_match] = ACTIONS(822), + [anon_sym_RBRACE] = ACTIONS(824), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(822), + [anon_sym_catch] = ACTIONS(822), + [anon_sym_return] = ACTIONS(822), + [anon_sym_source] = ACTIONS(822), + [anon_sym_source_DASHenv] = ACTIONS(822), + [anon_sym_register] = ACTIONS(822), + [anon_sym_hide] = ACTIONS(822), + [anon_sym_hide_DASHenv] = ACTIONS(822), + [anon_sym_overlay] = ACTIONS(822), + [anon_sym_new] = ACTIONS(822), + [anon_sym_as] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(822), + [anon_sym_STAR_STAR] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_SLASH] = ACTIONS(822), + [anon_sym_mod] = ACTIONS(822), + [anon_sym_SLASH_SLASH] = ACTIONS(824), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_bit_DASHshl] = ACTIONS(822), + [anon_sym_bit_DASHshr] = ACTIONS(822), + [anon_sym_EQ_EQ] = ACTIONS(824), + [anon_sym_BANG_EQ] = ACTIONS(824), + [anon_sym_LT2] = ACTIONS(822), + [anon_sym_LT_EQ] = ACTIONS(824), + [anon_sym_GT_EQ] = ACTIONS(824), + [anon_sym_not_DASHin] = ACTIONS(822), + [anon_sym_starts_DASHwith] = ACTIONS(822), + [anon_sym_ends_DASHwith] = ACTIONS(822), + [anon_sym_EQ_TILDE] = ACTIONS(824), + [anon_sym_BANG_TILDE] = ACTIONS(824), + [anon_sym_bit_DASHand] = ACTIONS(822), + [anon_sym_bit_DASHxor] = ACTIONS(822), + [anon_sym_bit_DASHor] = ACTIONS(822), + [anon_sym_and] = ACTIONS(822), + [anon_sym_xor] = ACTIONS(822), + [anon_sym_or] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(824), + [aux_sym__val_number_token2] = ACTIONS(824), + [aux_sym__val_number_token3] = ACTIONS(824), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(824), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(824), + [sym__str_single_quotes] = ACTIONS(824), + [sym__str_back_ticks] = ACTIONS(824), + [aux_sym__record_key_token2] = ACTIONS(822), + [anon_sym_POUND] = ACTIONS(3), }, [403] = { + [sym_path] = STATE(426), [sym_comment] = STATE(403), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_QMARK2] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1214), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_cell_path_repeat1] = STATE(397), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_COMMA] = ACTIONS(747), + [anon_sym_LPAREN] = ACTIONS(747), + [anon_sym_DOLLAR] = ACTIONS(747), + [anon_sym_error] = ACTIONS(745), + [anon_sym_list] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_make] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_else] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(747), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(745), + [anon_sym_catch] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_new] = ACTIONS(745), + [anon_sym_as] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(747), + [anon_sym_PLUS_PLUS] = ACTIONS(747), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(747), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(747), + [anon_sym_BANG_EQ] = ACTIONS(747), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(747), + [anon_sym_GT_EQ] = ACTIONS(747), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(747), + [anon_sym_BANG_TILDE] = ACTIONS(747), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(747), + [aux_sym__val_number_token2] = ACTIONS(747), + [aux_sym__val_number_token3] = ACTIONS(747), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(747), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(747), + [sym__str_single_quotes] = ACTIONS(747), + [sym__str_back_ticks] = ACTIONS(747), + [aux_sym__record_key_token2] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(3), }, [404] = { + [sym_cell_path] = STATE(474), + [sym_path] = STATE(410), [sym_comment] = STATE(404), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1216), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1147), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(815), + [anon_sym_alias] = ACTIONS(815), + [anon_sym_let] = ACTIONS(815), + [anon_sym_let_DASHenv] = ACTIONS(815), + [anon_sym_mut] = ACTIONS(815), + [anon_sym_const] = ACTIONS(815), + [sym_cmd_identifier] = ACTIONS(815), + [anon_sym_def] = ACTIONS(815), + [anon_sym_export_DASHenv] = ACTIONS(815), + [anon_sym_extern] = ACTIONS(815), + [anon_sym_module] = ACTIONS(815), + [anon_sym_use] = ACTIONS(815), + [anon_sym_COMMA] = ACTIONS(817), + [anon_sym_LPAREN] = ACTIONS(817), + [anon_sym_DOLLAR] = ACTIONS(817), + [anon_sym_error] = ACTIONS(815), + [anon_sym_list] = ACTIONS(815), + [anon_sym_GT] = ACTIONS(815), + [anon_sym_DASH] = ACTIONS(815), + [anon_sym_break] = ACTIONS(815), + [anon_sym_continue] = ACTIONS(815), + [anon_sym_for] = ACTIONS(815), + [anon_sym_in] = ACTIONS(815), + [anon_sym_loop] = ACTIONS(815), + [anon_sym_make] = ACTIONS(815), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(815), + [anon_sym_if] = ACTIONS(815), + [anon_sym_else] = ACTIONS(815), + [anon_sym_match] = ACTIONS(815), + [anon_sym_RBRACE] = ACTIONS(817), + [anon_sym_DOT] = ACTIONS(815), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(815), + [anon_sym_catch] = ACTIONS(815), + [anon_sym_return] = ACTIONS(815), + [anon_sym_source] = ACTIONS(815), + [anon_sym_source_DASHenv] = ACTIONS(815), + [anon_sym_register] = ACTIONS(815), + [anon_sym_hide] = ACTIONS(815), + [anon_sym_hide_DASHenv] = ACTIONS(815), + [anon_sym_overlay] = ACTIONS(815), + [anon_sym_new] = ACTIONS(815), + [anon_sym_as] = ACTIONS(815), + [anon_sym_STAR] = ACTIONS(815), + [anon_sym_STAR_STAR] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(817), + [anon_sym_SLASH] = ACTIONS(815), + [anon_sym_mod] = ACTIONS(815), + [anon_sym_SLASH_SLASH] = ACTIONS(817), + [anon_sym_PLUS] = ACTIONS(815), + [anon_sym_bit_DASHshl] = ACTIONS(815), + [anon_sym_bit_DASHshr] = ACTIONS(815), + [anon_sym_EQ_EQ] = ACTIONS(817), + [anon_sym_BANG_EQ] = ACTIONS(817), + [anon_sym_LT2] = ACTIONS(815), + [anon_sym_LT_EQ] = ACTIONS(817), + [anon_sym_GT_EQ] = ACTIONS(817), + [anon_sym_not_DASHin] = ACTIONS(815), + [anon_sym_starts_DASHwith] = ACTIONS(815), + [anon_sym_ends_DASHwith] = ACTIONS(815), + [anon_sym_EQ_TILDE] = ACTIONS(817), + [anon_sym_BANG_TILDE] = ACTIONS(817), + [anon_sym_bit_DASHand] = ACTIONS(815), + [anon_sym_bit_DASHxor] = ACTIONS(815), + [anon_sym_bit_DASHor] = ACTIONS(815), + [anon_sym_and] = ACTIONS(815), + [anon_sym_xor] = ACTIONS(815), + [anon_sym_or] = ACTIONS(815), + [aux_sym__val_number_decimal_token1] = ACTIONS(815), + [aux_sym__val_number_token1] = ACTIONS(817), + [aux_sym__val_number_token2] = ACTIONS(817), + [aux_sym__val_number_token3] = ACTIONS(817), + [aux_sym__val_number_token4] = ACTIONS(815), + [aux_sym__val_number_token5] = ACTIONS(817), + [aux_sym__val_number_token6] = ACTIONS(815), + [anon_sym_DQUOTE] = ACTIONS(817), + [sym__str_single_quotes] = ACTIONS(817), + [sym__str_back_ticks] = ACTIONS(817), + [aux_sym__record_key_token2] = ACTIONS(815), + [anon_sym_POUND] = ACTIONS(3), }, [405] = { [sym_comment] = STATE(405), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1189), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(684), + [anon_sym_alias] = ACTIONS(684), + [anon_sym_let] = ACTIONS(684), + [anon_sym_let_DASHenv] = ACTIONS(684), + [anon_sym_mut] = ACTIONS(684), + [anon_sym_const] = ACTIONS(684), + [sym_cmd_identifier] = ACTIONS(684), + [anon_sym_def] = ACTIONS(684), + [anon_sym_export_DASHenv] = ACTIONS(684), + [anon_sym_extern] = ACTIONS(684), + [anon_sym_module] = ACTIONS(684), + [anon_sym_use] = ACTIONS(684), + [anon_sym_COMMA] = ACTIONS(686), + [anon_sym_LPAREN] = ACTIONS(686), + [anon_sym_DOLLAR] = ACTIONS(686), + [anon_sym_error] = ACTIONS(684), + [anon_sym_list] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_break] = ACTIONS(684), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_loop] = ACTIONS(684), + [anon_sym_make] = ACTIONS(684), + [anon_sym_while] = ACTIONS(684), + [anon_sym_do] = ACTIONS(684), + [anon_sym_if] = ACTIONS(684), + [anon_sym_else] = ACTIONS(684), + [anon_sym_match] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(686), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_catch] = ACTIONS(684), + [anon_sym_return] = ACTIONS(684), + [anon_sym_source] = ACTIONS(684), + [anon_sym_source_DASHenv] = ACTIONS(684), + [anon_sym_register] = ACTIONS(684), + [anon_sym_hide] = ACTIONS(684), + [anon_sym_hide_DASHenv] = ACTIONS(684), + [anon_sym_overlay] = ACTIONS(684), + [anon_sym_new] = ACTIONS(684), + [anon_sym_as] = ACTIONS(684), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(686), + [anon_sym_PLUS_PLUS] = ACTIONS(686), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(686), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(686), + [anon_sym_BANG_EQ] = ACTIONS(686), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(686), + [anon_sym_GT_EQ] = ACTIONS(686), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(686), + [anon_sym_BANG_TILDE] = ACTIONS(686), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(686), + [aux_sym__val_number_token2] = ACTIONS(686), + [aux_sym__val_number_token3] = ACTIONS(686), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(686), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(686), + [sym__str_single_quotes] = ACTIONS(686), + [sym__str_back_ticks] = ACTIONS(686), + [aux_sym__record_key_token2] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(3), }, [406] = { + [sym_cell_path] = STATE(487), + [sym_path] = STATE(410), [sym_comment] = STATE(406), - [sym_identifier] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1043), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_def] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_COMMA] = ACTIONS(828), + [anon_sym_LPAREN] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(828), + [anon_sym_error] = ACTIONS(826), + [anon_sym_list] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_make] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_else] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(828), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(826), + [anon_sym_catch] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_new] = ACTIONS(826), + [anon_sym_as] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(828), + [anon_sym_PLUS_PLUS] = ACTIONS(828), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(828), + [anon_sym_BANG_EQ] = ACTIONS(828), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(828), + [anon_sym_GT_EQ] = ACTIONS(828), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(828), + [anon_sym_BANG_TILDE] = ACTIONS(828), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(828), + [aux_sym__val_number_token2] = ACTIONS(828), + [aux_sym__val_number_token3] = ACTIONS(828), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(828), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(828), + [sym__str_single_quotes] = ACTIONS(828), + [sym__str_back_ticks] = ACTIONS(828), + [aux_sym__record_key_token2] = ACTIONS(826), [anon_sym_POUND] = ACTIONS(3), }, [407] = { [sym_comment] = STATE(407), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_COMMA] = ACTIONS(739), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_DOLLAR] = ACTIONS(739), + [anon_sym_error] = ACTIONS(737), + [anon_sym_list] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_make] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_else] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_DOT] = ACTIONS(739), + [anon_sym_try] = ACTIONS(737), + [anon_sym_catch] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_new] = ACTIONS(737), + [anon_sym_as] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(739), + [anon_sym_PLUS_PLUS] = ACTIONS(739), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(739), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(739), + [anon_sym_BANG_EQ] = ACTIONS(739), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(739), + [anon_sym_GT_EQ] = ACTIONS(739), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(739), + [anon_sym_BANG_TILDE] = ACTIONS(739), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(739), + [aux_sym__val_number_token2] = ACTIONS(739), + [aux_sym__val_number_token3] = ACTIONS(739), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(739), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(739), + [sym__str_single_quotes] = ACTIONS(739), + [sym__str_back_ticks] = ACTIONS(739), + [aux_sym__record_key_token2] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1159), + [anon_sym_POUND] = ACTIONS(3), }, [408] = { [sym_comment] = STATE(408), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_QMARK2] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(655), + [anon_sym_alias] = ACTIONS(655), + [anon_sym_let] = ACTIONS(655), + [anon_sym_let_DASHenv] = ACTIONS(655), + [anon_sym_mut] = ACTIONS(655), + [anon_sym_const] = ACTIONS(655), + [sym_cmd_identifier] = ACTIONS(655), + [anon_sym_def] = ACTIONS(655), + [anon_sym_export_DASHenv] = ACTIONS(655), + [anon_sym_extern] = ACTIONS(655), + [anon_sym_module] = ACTIONS(655), + [anon_sym_use] = ACTIONS(655), + [anon_sym_COMMA] = ACTIONS(657), + [anon_sym_LPAREN] = ACTIONS(657), + [anon_sym_DOLLAR] = ACTIONS(657), + [anon_sym_error] = ACTIONS(655), + [anon_sym_list] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_break] = ACTIONS(655), + [anon_sym_continue] = ACTIONS(655), + [anon_sym_for] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_loop] = ACTIONS(655), + [anon_sym_make] = ACTIONS(655), + [anon_sym_while] = ACTIONS(655), + [anon_sym_do] = ACTIONS(655), + [anon_sym_if] = ACTIONS(655), + [anon_sym_else] = ACTIONS(655), + [anon_sym_match] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_try] = ACTIONS(655), + [anon_sym_catch] = ACTIONS(655), + [anon_sym_return] = ACTIONS(655), + [anon_sym_source] = ACTIONS(655), + [anon_sym_source_DASHenv] = ACTIONS(655), + [anon_sym_register] = ACTIONS(655), + [anon_sym_hide] = ACTIONS(655), + [anon_sym_hide_DASHenv] = ACTIONS(655), + [anon_sym_overlay] = ACTIONS(655), + [anon_sym_new] = ACTIONS(655), + [anon_sym_as] = ACTIONS(655), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(657), + [anon_sym_PLUS_PLUS] = ACTIONS(657), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(657), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(657), + [anon_sym_BANG_EQ] = ACTIONS(657), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(657), + [anon_sym_GT_EQ] = ACTIONS(657), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(657), + [anon_sym_BANG_TILDE] = ACTIONS(657), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(657), + [aux_sym__val_number_token2] = ACTIONS(657), + [aux_sym__val_number_token3] = ACTIONS(657), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(657), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(657), + [sym__str_single_quotes] = ACTIONS(657), + [sym__str_back_ticks] = ACTIONS(657), + [aux_sym__record_key_token2] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(3), }, [409] = { + [sym_cell_path] = STATE(448), + [sym_path] = STATE(410), [sym_comment] = STATE(409), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_QMARK2] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_COMMA] = ACTIONS(717), + [anon_sym_LPAREN] = ACTIONS(717), + [anon_sym_DOLLAR] = ACTIONS(717), + [anon_sym_error] = ACTIONS(715), + [anon_sym_list] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_make] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_else] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(717), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(715), + [anon_sym_catch] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_new] = ACTIONS(715), + [anon_sym_as] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(717), + [anon_sym_PLUS_PLUS] = ACTIONS(717), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(717), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(717), + [anon_sym_BANG_EQ] = ACTIONS(717), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(717), + [anon_sym_GT_EQ] = ACTIONS(717), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(717), + [anon_sym_BANG_TILDE] = ACTIONS(717), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(717), + [aux_sym__val_number_token2] = ACTIONS(717), + [aux_sym__val_number_token3] = ACTIONS(717), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(717), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(717), + [sym__str_single_quotes] = ACTIONS(717), + [sym__str_back_ticks] = ACTIONS(717), + [aux_sym__record_key_token2] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(3), }, [410] = { + [sym_path] = STATE(426), [sym_comment] = STATE(410), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1221), - [aux_sym__immediate_decimal_token2] = ACTIONS(1223), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [aux_sym_cell_path_repeat1] = STATE(396), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_COMMA] = ACTIONS(747), + [anon_sym_LPAREN] = ACTIONS(747), + [anon_sym_DOLLAR] = ACTIONS(747), + [anon_sym_error] = ACTIONS(745), + [anon_sym_list] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_make] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_else] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(747), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(745), + [anon_sym_catch] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_new] = ACTIONS(745), + [anon_sym_as] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(747), + [anon_sym_PLUS_PLUS] = ACTIONS(747), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(747), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(747), + [anon_sym_BANG_EQ] = ACTIONS(747), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(747), + [anon_sym_GT_EQ] = ACTIONS(747), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(747), + [anon_sym_BANG_TILDE] = ACTIONS(747), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(747), + [aux_sym__val_number_token2] = ACTIONS(747), + [aux_sym__val_number_token3] = ACTIONS(747), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(747), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(747), + [sym__str_single_quotes] = ACTIONS(747), + [sym__str_back_ticks] = ACTIONS(747), + [aux_sym__record_key_token2] = ACTIONS(745), [anon_sym_POUND] = ACTIONS(3), }, [411] = { + [sym_cell_path] = STATE(425), + [sym_path] = STATE(403), [sym_comment] = STATE(411), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_COMMA] = ACTIONS(717), + [anon_sym_LPAREN] = ACTIONS(717), + [anon_sym_DOLLAR] = ACTIONS(717), + [anon_sym_error] = ACTIONS(715), + [anon_sym_list] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_make] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_else] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(717), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(1181), + [anon_sym_try] = ACTIONS(715), + [anon_sym_catch] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_new] = ACTIONS(715), + [anon_sym_as] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(717), + [anon_sym_PLUS_PLUS] = ACTIONS(717), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(717), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(717), + [anon_sym_BANG_EQ] = ACTIONS(717), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(717), + [anon_sym_GT_EQ] = ACTIONS(717), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(717), + [anon_sym_BANG_TILDE] = ACTIONS(717), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(717), + [aux_sym__val_number_token2] = ACTIONS(717), + [aux_sym__val_number_token3] = ACTIONS(717), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(717), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(717), + [sym__str_single_quotes] = ACTIONS(717), + [sym__str_back_ticks] = ACTIONS(717), + [aux_sym__record_key_token2] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(3), }, [412] = { + [sym_cell_path] = STATE(428), + [sym_path] = STATE(403), [sym_comment] = STATE(412), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1225), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1227), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_COMMA] = ACTIONS(832), + [anon_sym_LPAREN] = ACTIONS(832), + [anon_sym_DOLLAR] = ACTIONS(832), + [anon_sym_error] = ACTIONS(830), + [anon_sym_list] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_make] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_else] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(832), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(1184), + [anon_sym_try] = ACTIONS(830), + [anon_sym_catch] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_new] = ACTIONS(830), + [anon_sym_as] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(832), + [anon_sym_BANG_EQ] = ACTIONS(832), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(832), + [anon_sym_GT_EQ] = ACTIONS(832), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(832), + [anon_sym_BANG_TILDE] = ACTIONS(832), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(832), + [aux_sym__val_number_token2] = ACTIONS(832), + [aux_sym__val_number_token3] = ACTIONS(832), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(832), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(832), + [sym__str_single_quotes] = ACTIONS(832), + [sym__str_back_ticks] = ACTIONS(832), + [aux_sym__record_key_token2] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(3), }, [413] = { + [sym_path] = STATE(426), [sym_comment] = STATE(413), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1229), - [aux_sym__immediate_decimal_token2] = ACTIONS(1231), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), + [aux_sym_cell_path_repeat1] = STATE(413), + [anon_sym_export] = ACTIONS(760), + [anon_sym_alias] = ACTIONS(760), + [anon_sym_let] = ACTIONS(760), + [anon_sym_let_DASHenv] = ACTIONS(760), + [anon_sym_mut] = ACTIONS(760), + [anon_sym_const] = ACTIONS(760), + [sym_cmd_identifier] = ACTIONS(760), + [anon_sym_def] = ACTIONS(760), + [anon_sym_export_DASHenv] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_use] = ACTIONS(760), + [anon_sym_COMMA] = ACTIONS(762), + [anon_sym_LPAREN] = ACTIONS(762), + [anon_sym_DOLLAR] = ACTIONS(762), + [anon_sym_error] = ACTIONS(760), + [anon_sym_list] = ACTIONS(760), + [anon_sym_GT] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_in] = ACTIONS(760), + [anon_sym_loop] = ACTIONS(760), + [anon_sym_make] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_else] = ACTIONS(760), + [anon_sym_match] = ACTIONS(760), + [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(1187), + [anon_sym_try] = ACTIONS(760), + [anon_sym_catch] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_source] = ACTIONS(760), + [anon_sym_source_DASHenv] = ACTIONS(760), + [anon_sym_register] = ACTIONS(760), + [anon_sym_hide] = ACTIONS(760), + [anon_sym_hide_DASHenv] = ACTIONS(760), + [anon_sym_overlay] = ACTIONS(760), + [anon_sym_new] = ACTIONS(760), + [anon_sym_as] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(760), + [anon_sym_STAR_STAR] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_SLASH] = ACTIONS(760), + [anon_sym_mod] = ACTIONS(760), + [anon_sym_SLASH_SLASH] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_bit_DASHshl] = ACTIONS(760), + [anon_sym_bit_DASHshr] = ACTIONS(760), + [anon_sym_EQ_EQ] = ACTIONS(762), + [anon_sym_BANG_EQ] = ACTIONS(762), + [anon_sym_LT2] = ACTIONS(760), + [anon_sym_LT_EQ] = ACTIONS(762), + [anon_sym_GT_EQ] = ACTIONS(762), + [anon_sym_not_DASHin] = ACTIONS(760), + [anon_sym_starts_DASHwith] = ACTIONS(760), + [anon_sym_ends_DASHwith] = ACTIONS(760), + [anon_sym_EQ_TILDE] = ACTIONS(762), + [anon_sym_BANG_TILDE] = ACTIONS(762), + [anon_sym_bit_DASHand] = ACTIONS(760), + [anon_sym_bit_DASHxor] = ACTIONS(760), + [anon_sym_bit_DASHor] = ACTIONS(760), + [anon_sym_and] = ACTIONS(760), + [anon_sym_xor] = ACTIONS(760), + [anon_sym_or] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(762), + [aux_sym__val_number_token2] = ACTIONS(762), + [aux_sym__val_number_token3] = ACTIONS(762), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(762), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(762), + [sym__str_single_quotes] = ACTIONS(762), + [sym__str_back_ticks] = ACTIONS(762), + [aux_sym__record_key_token2] = ACTIONS(760), [anon_sym_POUND] = ACTIONS(3), }, [414] = { + [sym_cell_path] = STATE(451), + [sym_path] = STATE(410), [sym_comment] = STATE(414), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_in] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = ACTIONS(115), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(115), - [anon_sym_SLASH_SLASH] = ACTIONS(115), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(115), - [anon_sym_bit_DASHshr] = ACTIONS(115), - [anon_sym_EQ_EQ] = ACTIONS(115), - [anon_sym_BANG_EQ] = ACTIONS(115), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(115), - [anon_sym_not_DASHin] = ACTIONS(115), - [anon_sym_starts_DASHwith] = ACTIONS(115), - [anon_sym_ends_DASHwith] = ACTIONS(115), - [anon_sym_EQ_TILDE] = ACTIONS(115), - [anon_sym_BANG_TILDE] = ACTIONS(115), - [anon_sym_bit_DASHand] = ACTIONS(115), - [anon_sym_bit_DASHxor] = ACTIONS(115), - [anon_sym_bit_DASHor] = ACTIONS(115), - [anon_sym_and] = ACTIONS(115), - [anon_sym_xor] = ACTIONS(115), - [anon_sym_or] = ACTIONS(115), - [anon_sym_ns] = ACTIONS(115), - [anon_sym_s] = ACTIONS(115), - [anon_sym_us] = ACTIONS(115), - [anon_sym_ms] = ACTIONS(115), - [anon_sym_sec] = ACTIONS(115), - [anon_sym_min] = ACTIONS(115), - [anon_sym_hr] = ACTIONS(115), - [anon_sym_day] = ACTIONS(115), - [anon_sym_wk] = ACTIONS(115), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(115), - [anon_sym_kb] = ACTIONS(115), - [anon_sym_kB] = ACTIONS(115), - [anon_sym_Kb] = ACTIONS(115), - [anon_sym_KB] = ACTIONS(115), - [anon_sym_mb] = ACTIONS(115), - [anon_sym_mB] = ACTIONS(115), - [anon_sym_Mb] = ACTIONS(115), - [anon_sym_MB] = ACTIONS(115), - [anon_sym_gb] = ACTIONS(115), - [anon_sym_gB] = ACTIONS(115), - [anon_sym_Gb] = ACTIONS(115), - [anon_sym_GB] = ACTIONS(115), - [anon_sym_tb] = ACTIONS(115), - [anon_sym_tB] = ACTIONS(115), - [anon_sym_Tb] = ACTIONS(115), - [anon_sym_TB] = ACTIONS(115), - [anon_sym_pb] = ACTIONS(115), - [anon_sym_pB] = ACTIONS(115), - [anon_sym_Pb] = ACTIONS(115), - [anon_sym_PB] = ACTIONS(115), - [anon_sym_eb] = ACTIONS(115), - [anon_sym_eB] = ACTIONS(115), - [anon_sym_Eb] = ACTIONS(115), - [anon_sym_EB] = ACTIONS(115), - [anon_sym_kib] = ACTIONS(115), - [anon_sym_kiB] = ACTIONS(115), - [anon_sym_kIB] = ACTIONS(115), - [anon_sym_kIb] = ACTIONS(115), - [anon_sym_Kib] = ACTIONS(115), - [anon_sym_KIb] = ACTIONS(115), - [anon_sym_KIB] = ACTIONS(115), - [anon_sym_mib] = ACTIONS(115), - [anon_sym_miB] = ACTIONS(115), - [anon_sym_mIB] = ACTIONS(115), - [anon_sym_mIb] = ACTIONS(115), - [anon_sym_Mib] = ACTIONS(115), - [anon_sym_MIb] = ACTIONS(115), - [anon_sym_MIB] = ACTIONS(115), - [anon_sym_gib] = ACTIONS(115), - [anon_sym_giB] = ACTIONS(115), - [anon_sym_gIB] = ACTIONS(115), - [anon_sym_gIb] = ACTIONS(115), - [anon_sym_Gib] = ACTIONS(115), - [anon_sym_GIb] = ACTIONS(115), - [anon_sym_GIB] = ACTIONS(115), - [anon_sym_tib] = ACTIONS(115), - [anon_sym_tiB] = ACTIONS(115), - [anon_sym_tIB] = ACTIONS(115), - [anon_sym_tIb] = ACTIONS(115), - [anon_sym_Tib] = ACTIONS(115), - [anon_sym_TIb] = ACTIONS(115), - [anon_sym_TIB] = ACTIONS(115), - [anon_sym_pib] = ACTIONS(115), - [anon_sym_piB] = ACTIONS(115), - [anon_sym_pIB] = ACTIONS(115), - [anon_sym_pIb] = ACTIONS(115), - [anon_sym_Pib] = ACTIONS(115), - [anon_sym_PIb] = ACTIONS(115), - [anon_sym_PIB] = ACTIONS(115), - [anon_sym_eib] = ACTIONS(115), - [anon_sym_eiB] = ACTIONS(115), - [anon_sym_eIB] = ACTIONS(115), - [anon_sym_eIb] = ACTIONS(115), - [anon_sym_Eib] = ACTIONS(115), - [anon_sym_EIb] = ACTIONS(115), - [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_COMMA] = ACTIONS(832), + [anon_sym_LPAREN] = ACTIONS(832), + [anon_sym_DOLLAR] = ACTIONS(832), + [anon_sym_error] = ACTIONS(830), + [anon_sym_list] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_make] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_else] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(832), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(1171), + [anon_sym_try] = ACTIONS(830), + [anon_sym_catch] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_new] = ACTIONS(830), + [anon_sym_as] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(832), + [anon_sym_BANG_EQ] = ACTIONS(832), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(832), + [anon_sym_GT_EQ] = ACTIONS(832), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(832), + [anon_sym_BANG_TILDE] = ACTIONS(832), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(832), + [aux_sym__val_number_token2] = ACTIONS(832), + [aux_sym__val_number_token3] = ACTIONS(832), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(832), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(832), + [sym__str_single_quotes] = ACTIONS(832), + [sym__str_back_ticks] = ACTIONS(832), + [aux_sym__record_key_token2] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(3), }, [415] = { [sym_comment] = STATE(415), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1233), - [aux_sym__immediate_decimal_token2] = ACTIONS(1235), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(905), + [anon_sym_alias] = ACTIONS(905), + [anon_sym_let] = ACTIONS(905), + [anon_sym_let_DASHenv] = ACTIONS(905), + [anon_sym_mut] = ACTIONS(905), + [anon_sym_const] = ACTIONS(905), + [sym_cmd_identifier] = ACTIONS(905), + [anon_sym_def] = ACTIONS(905), + [anon_sym_export_DASHenv] = ACTIONS(905), + [anon_sym_extern] = ACTIONS(905), + [anon_sym_module] = ACTIONS(905), + [anon_sym_use] = ACTIONS(905), + [anon_sym_COMMA] = ACTIONS(907), + [anon_sym_LPAREN] = ACTIONS(907), + [anon_sym_DOLLAR] = ACTIONS(907), + [anon_sym_error] = ACTIONS(905), + [anon_sym_list] = ACTIONS(905), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_break] = ACTIONS(905), + [anon_sym_continue] = ACTIONS(905), + [anon_sym_for] = ACTIONS(905), + [anon_sym_in] = ACTIONS(905), + [anon_sym_loop] = ACTIONS(905), + [anon_sym_make] = ACTIONS(905), + [anon_sym_while] = ACTIONS(905), + [anon_sym_do] = ACTIONS(905), + [anon_sym_if] = ACTIONS(905), + [anon_sym_else] = ACTIONS(905), + [anon_sym_match] = ACTIONS(905), + [anon_sym_RBRACE] = ACTIONS(907), + [anon_sym_DOT] = ACTIONS(907), + [anon_sym_try] = ACTIONS(905), + [anon_sym_catch] = ACTIONS(905), + [anon_sym_return] = ACTIONS(905), + [anon_sym_source] = ACTIONS(905), + [anon_sym_source_DASHenv] = ACTIONS(905), + [anon_sym_register] = ACTIONS(905), + [anon_sym_hide] = ACTIONS(905), + [anon_sym_hide_DASHenv] = ACTIONS(905), + [anon_sym_overlay] = ACTIONS(905), + [anon_sym_new] = ACTIONS(905), + [anon_sym_as] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_STAR_STAR] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(907), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(907), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_bit_DASHshl] = ACTIONS(905), + [anon_sym_bit_DASHshr] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(907), + [anon_sym_BANG_EQ] = ACTIONS(907), + [anon_sym_LT2] = ACTIONS(905), + [anon_sym_LT_EQ] = ACTIONS(907), + [anon_sym_GT_EQ] = ACTIONS(907), + [anon_sym_not_DASHin] = ACTIONS(905), + [anon_sym_starts_DASHwith] = ACTIONS(905), + [anon_sym_ends_DASHwith] = ACTIONS(905), + [anon_sym_EQ_TILDE] = ACTIONS(907), + [anon_sym_BANG_TILDE] = ACTIONS(907), + [anon_sym_bit_DASHand] = ACTIONS(905), + [anon_sym_bit_DASHxor] = ACTIONS(905), + [anon_sym_bit_DASHor] = ACTIONS(905), + [anon_sym_and] = ACTIONS(905), + [anon_sym_xor] = ACTIONS(905), + [anon_sym_or] = ACTIONS(905), + [aux_sym__val_number_decimal_token1] = ACTIONS(905), + [aux_sym__val_number_token1] = ACTIONS(907), + [aux_sym__val_number_token2] = ACTIONS(907), + [aux_sym__val_number_token3] = ACTIONS(907), + [aux_sym__val_number_token4] = ACTIONS(905), + [aux_sym__val_number_token5] = ACTIONS(907), + [aux_sym__val_number_token6] = ACTIONS(905), + [sym_filesize_unit] = ACTIONS(905), + [sym_duration_unit] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(907), + [sym__str_single_quotes] = ACTIONS(907), + [sym__str_back_ticks] = ACTIONS(907), + [aux_sym__record_key_token2] = ACTIONS(905), [anon_sym_POUND] = ACTIONS(3), }, [416] = { [sym_comment] = STATE(416), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(107), - [anon_sym_s] = ACTIONS(107), - [anon_sym_us] = ACTIONS(107), - [anon_sym_ms] = ACTIONS(107), - [anon_sym_sec] = ACTIONS(107), - [anon_sym_min] = ACTIONS(107), - [anon_sym_hr] = ACTIONS(107), - [anon_sym_day] = ACTIONS(107), - [anon_sym_wk] = ACTIONS(107), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(107), - [anon_sym_kb] = ACTIONS(107), - [anon_sym_kB] = ACTIONS(107), - [anon_sym_Kb] = ACTIONS(107), - [anon_sym_KB] = ACTIONS(107), - [anon_sym_mb] = ACTIONS(107), - [anon_sym_mB] = ACTIONS(107), - [anon_sym_Mb] = ACTIONS(107), - [anon_sym_MB] = ACTIONS(107), - [anon_sym_gb] = ACTIONS(107), - [anon_sym_gB] = ACTIONS(107), - [anon_sym_Gb] = ACTIONS(107), - [anon_sym_GB] = ACTIONS(107), - [anon_sym_tb] = ACTIONS(107), - [anon_sym_tB] = ACTIONS(107), - [anon_sym_Tb] = ACTIONS(107), - [anon_sym_TB] = ACTIONS(107), - [anon_sym_pb] = ACTIONS(107), - [anon_sym_pB] = ACTIONS(107), - [anon_sym_Pb] = ACTIONS(107), - [anon_sym_PB] = ACTIONS(107), - [anon_sym_eb] = ACTIONS(107), - [anon_sym_eB] = ACTIONS(107), - [anon_sym_Eb] = ACTIONS(107), - [anon_sym_EB] = ACTIONS(107), - [anon_sym_kib] = ACTIONS(107), - [anon_sym_kiB] = ACTIONS(107), - [anon_sym_kIB] = ACTIONS(107), - [anon_sym_kIb] = ACTIONS(107), - [anon_sym_Kib] = ACTIONS(107), - [anon_sym_KIb] = ACTIONS(107), - [anon_sym_KIB] = ACTIONS(107), - [anon_sym_mib] = ACTIONS(107), - [anon_sym_miB] = ACTIONS(107), - [anon_sym_mIB] = ACTIONS(107), - [anon_sym_mIb] = ACTIONS(107), - [anon_sym_Mib] = ACTIONS(107), - [anon_sym_MIb] = ACTIONS(107), - [anon_sym_MIB] = ACTIONS(107), - [anon_sym_gib] = ACTIONS(107), - [anon_sym_giB] = ACTIONS(107), - [anon_sym_gIB] = ACTIONS(107), - [anon_sym_gIb] = ACTIONS(107), - [anon_sym_Gib] = ACTIONS(107), - [anon_sym_GIb] = ACTIONS(107), - [anon_sym_GIB] = ACTIONS(107), - [anon_sym_tib] = ACTIONS(107), - [anon_sym_tiB] = ACTIONS(107), - [anon_sym_tIB] = ACTIONS(107), - [anon_sym_tIb] = ACTIONS(107), - [anon_sym_Tib] = ACTIONS(107), - [anon_sym_TIb] = ACTIONS(107), - [anon_sym_TIB] = ACTIONS(107), - [anon_sym_pib] = ACTIONS(107), - [anon_sym_piB] = ACTIONS(107), - [anon_sym_pIB] = ACTIONS(107), - [anon_sym_pIb] = ACTIONS(107), - [anon_sym_Pib] = ACTIONS(107), - [anon_sym_PIb] = ACTIONS(107), - [anon_sym_PIB] = ACTIONS(107), - [anon_sym_eib] = ACTIONS(107), - [anon_sym_eiB] = ACTIONS(107), - [anon_sym_eIB] = ACTIONS(107), - [anon_sym_eIb] = ACTIONS(107), - [anon_sym_Eib] = ACTIONS(107), - [anon_sym_EIb] = ACTIONS(107), - [anon_sym_EIB] = ACTIONS(107), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_COMMA] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_error] = ACTIONS(868), + [anon_sym_list] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_make] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_else] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(870), + [anon_sym_DOT] = ACTIONS(870), + [anon_sym_try] = ACTIONS(868), + [anon_sym_catch] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_new] = ACTIONS(868), + [anon_sym_as] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(870), + [aux_sym__val_number_token2] = ACTIONS(870), + [aux_sym__val_number_token3] = ACTIONS(870), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(870), + [aux_sym__val_number_token6] = ACTIONS(868), + [sym_filesize_unit] = ACTIONS(1190), + [sym_duration_unit] = ACTIONS(1192), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [aux_sym__record_key_token2] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(3), }, [417] = { [sym_comment] = STATE(417), - [ts_builtin_sym_end] = ACTIONS(159), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_QMARK2] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_error] = ACTIONS(856), + [anon_sym_list] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_make] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(858), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_catch] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_as] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(858), + [aux_sym__val_number_token2] = ACTIONS(858), + [aux_sym__val_number_token3] = ACTIONS(858), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(858), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [aux_sym__record_key_token2] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(3), }, [418] = { [sym_comment] = STATE(418), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1237), - [aux_sym__immediate_decimal_token2] = ACTIONS(1239), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), + [anon_sym_export] = ACTIONS(737), + [anon_sym_alias] = ACTIONS(737), + [anon_sym_let] = ACTIONS(737), + [anon_sym_let_DASHenv] = ACTIONS(737), + [anon_sym_mut] = ACTIONS(737), + [anon_sym_const] = ACTIONS(737), + [sym_cmd_identifier] = ACTIONS(737), + [anon_sym_def] = ACTIONS(737), + [anon_sym_export_DASHenv] = ACTIONS(737), + [anon_sym_extern] = ACTIONS(737), + [anon_sym_module] = ACTIONS(737), + [anon_sym_use] = ACTIONS(737), + [anon_sym_COMMA] = ACTIONS(739), + [anon_sym_LPAREN] = ACTIONS(739), + [anon_sym_DOLLAR] = ACTIONS(739), + [anon_sym_error] = ACTIONS(737), + [anon_sym_list] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_break] = ACTIONS(737), + [anon_sym_continue] = ACTIONS(737), + [anon_sym_for] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_loop] = ACTIONS(737), + [anon_sym_make] = ACTIONS(737), + [anon_sym_while] = ACTIONS(737), + [anon_sym_do] = ACTIONS(737), + [anon_sym_if] = ACTIONS(737), + [anon_sym_else] = ACTIONS(737), + [anon_sym_match] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_DOT] = ACTIONS(739), + [anon_sym_try] = ACTIONS(737), + [anon_sym_catch] = ACTIONS(737), + [anon_sym_return] = ACTIONS(737), + [anon_sym_source] = ACTIONS(737), + [anon_sym_source_DASHenv] = ACTIONS(737), + [anon_sym_register] = ACTIONS(737), + [anon_sym_hide] = ACTIONS(737), + [anon_sym_hide_DASHenv] = ACTIONS(737), + [anon_sym_overlay] = ACTIONS(737), + [anon_sym_new] = ACTIONS(737), + [anon_sym_as] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(739), + [anon_sym_PLUS_PLUS] = ACTIONS(739), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(739), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(739), + [anon_sym_BANG_EQ] = ACTIONS(739), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(739), + [anon_sym_GT_EQ] = ACTIONS(739), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(739), + [anon_sym_BANG_TILDE] = ACTIONS(739), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(739), + [aux_sym__val_number_token2] = ACTIONS(739), + [aux_sym__val_number_token3] = ACTIONS(739), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(739), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(739), + [sym__str_single_quotes] = ACTIONS(739), + [sym__str_back_ticks] = ACTIONS(739), + [aux_sym__record_key_token2] = ACTIONS(737), [anon_sym_POUND] = ACTIONS(3), }, [419] = { [sym_comment] = STATE(419), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_COMMA] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_DOLLAR] = ACTIONS(785), + [anon_sym_error] = ACTIONS(783), + [anon_sym_list] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_make] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_else] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(785), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_catch] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_new] = ACTIONS(783), + [anon_sym_as] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(1194), + [anon_sym_STAR_STAR] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(785), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(785), + [anon_sym_BANG_EQ] = ACTIONS(785), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(785), + [anon_sym_GT_EQ] = ACTIONS(785), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(785), + [anon_sym_BANG_TILDE] = ACTIONS(785), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(785), + [aux_sym__val_number_token2] = ACTIONS(785), + [aux_sym__val_number_token3] = ACTIONS(785), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(785), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(785), + [sym__str_single_quotes] = ACTIONS(785), + [sym__str_back_ticks] = ACTIONS(785), + [aux_sym__record_key_token2] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(3), }, [420] = { [sym_comment] = STATE(420), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_COMMA] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_DOLLAR] = ACTIONS(785), + [anon_sym_error] = ACTIONS(783), + [anon_sym_list] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_make] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_else] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(785), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_catch] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_new] = ACTIONS(783), + [anon_sym_as] = ACTIONS(783), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(1194), + [anon_sym_STAR_STAR] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(785), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(785), + [anon_sym_BANG_EQ] = ACTIONS(785), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(785), + [anon_sym_GT_EQ] = ACTIONS(785), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(785), + [anon_sym_BANG_TILDE] = ACTIONS(785), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(785), + [aux_sym__val_number_token2] = ACTIONS(785), + [aux_sym__val_number_token3] = ACTIONS(785), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(785), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(785), + [sym__str_single_quotes] = ACTIONS(785), + [sym__str_back_ticks] = ACTIONS(785), + [aux_sym__record_key_token2] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(3), }, [421] = { [sym_comment] = STATE(421), - [ts_builtin_sym_end] = ACTIONS(149), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_LF] = ACTIONS(149), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_QMARK2] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(147), - [anon_sym_bit_DASHshr] = ACTIONS(147), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(147), - [anon_sym_starts_DASHwith] = ACTIONS(147), - [anon_sym_ends_DASHwith] = ACTIONS(147), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(147), - [anon_sym_bit_DASHxor] = ACTIONS(147), - [anon_sym_bit_DASHor] = ACTIONS(147), - [anon_sym_and] = ACTIONS(147), - [anon_sym_xor] = ACTIONS(147), - [anon_sym_or] = ACTIONS(147), - [anon_sym_ns] = ACTIONS(147), - [anon_sym_s] = ACTIONS(147), - [anon_sym_us] = ACTIONS(147), - [anon_sym_ms] = ACTIONS(147), - [anon_sym_sec] = ACTIONS(147), - [anon_sym_min] = ACTIONS(147), - [anon_sym_hr] = ACTIONS(147), - [anon_sym_day] = ACTIONS(147), - [anon_sym_wk] = ACTIONS(147), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(147), - [anon_sym_kb] = ACTIONS(147), - [anon_sym_kB] = ACTIONS(147), - [anon_sym_Kb] = ACTIONS(147), - [anon_sym_KB] = ACTIONS(147), - [anon_sym_mb] = ACTIONS(147), - [anon_sym_mB] = ACTIONS(147), - [anon_sym_Mb] = ACTIONS(147), - [anon_sym_MB] = ACTIONS(147), - [anon_sym_gb] = ACTIONS(147), - [anon_sym_gB] = ACTIONS(147), - [anon_sym_Gb] = ACTIONS(147), - [anon_sym_GB] = ACTIONS(147), - [anon_sym_tb] = ACTIONS(147), - [anon_sym_tB] = ACTIONS(147), - [anon_sym_Tb] = ACTIONS(147), - [anon_sym_TB] = ACTIONS(147), - [anon_sym_pb] = ACTIONS(147), - [anon_sym_pB] = ACTIONS(147), - [anon_sym_Pb] = ACTIONS(147), - [anon_sym_PB] = ACTIONS(147), - [anon_sym_eb] = ACTIONS(147), - [anon_sym_eB] = ACTIONS(147), - [anon_sym_Eb] = ACTIONS(147), - [anon_sym_EB] = ACTIONS(147), - [anon_sym_kib] = ACTIONS(147), - [anon_sym_kiB] = ACTIONS(147), - [anon_sym_kIB] = ACTIONS(147), - [anon_sym_kIb] = ACTIONS(147), - [anon_sym_Kib] = ACTIONS(147), - [anon_sym_KIb] = ACTIONS(147), - [anon_sym_KIB] = ACTIONS(147), - [anon_sym_mib] = ACTIONS(147), - [anon_sym_miB] = ACTIONS(147), - [anon_sym_mIB] = ACTIONS(147), - [anon_sym_mIb] = ACTIONS(147), - [anon_sym_Mib] = ACTIONS(147), - [anon_sym_MIb] = ACTIONS(147), - [anon_sym_MIB] = ACTIONS(147), - [anon_sym_gib] = ACTIONS(147), - [anon_sym_giB] = ACTIONS(147), - [anon_sym_gIB] = ACTIONS(147), - [anon_sym_gIb] = ACTIONS(147), - [anon_sym_Gib] = ACTIONS(147), - [anon_sym_GIb] = ACTIONS(147), - [anon_sym_GIB] = ACTIONS(147), - [anon_sym_tib] = ACTIONS(147), - [anon_sym_tiB] = ACTIONS(147), - [anon_sym_tIB] = ACTIONS(147), - [anon_sym_tIb] = ACTIONS(147), - [anon_sym_Tib] = ACTIONS(147), - [anon_sym_TIb] = ACTIONS(147), - [anon_sym_TIB] = ACTIONS(147), - [anon_sym_pib] = ACTIONS(147), - [anon_sym_piB] = ACTIONS(147), - [anon_sym_pIB] = ACTIONS(147), - [anon_sym_pIb] = ACTIONS(147), - [anon_sym_Pib] = ACTIONS(147), - [anon_sym_PIb] = ACTIONS(147), - [anon_sym_PIB] = ACTIONS(147), - [anon_sym_eib] = ACTIONS(147), - [anon_sym_eiB] = ACTIONS(147), - [anon_sym_eIB] = ACTIONS(147), - [anon_sym_eIb] = ACTIONS(147), - [anon_sym_Eib] = ACTIONS(147), - [anon_sym_EIb] = ACTIONS(147), - [anon_sym_EIB] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_COMMA] = ACTIONS(847), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_DOLLAR] = ACTIONS(847), + [anon_sym_error] = ACTIONS(845), + [anon_sym_list] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_make] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_else] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(847), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_catch] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_new] = ACTIONS(845), + [anon_sym_as] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(847), + [anon_sym_STAR_STAR] = ACTIONS(847), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(847), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(847), + [anon_sym_BANG_EQ] = ACTIONS(847), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(847), + [anon_sym_GT_EQ] = ACTIONS(847), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(847), + [anon_sym_BANG_TILDE] = ACTIONS(847), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(847), + [aux_sym__val_number_token2] = ACTIONS(847), + [aux_sym__val_number_token3] = ACTIONS(847), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(847), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(847), + [sym__str_single_quotes] = ACTIONS(847), + [sym__str_back_ticks] = ACTIONS(847), + [aux_sym__record_key_token2] = ACTIONS(845), + [anon_sym_POUND] = ACTIONS(3), }, [422] = { [sym_comment] = STATE(422), - [ts_builtin_sym_end] = ACTIONS(223), - [anon_sym_SEMI] = ACTIONS(221), - [anon_sym_LF] = ACTIONS(223), - [anon_sym_PIPE] = ACTIONS(221), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_in] = ACTIONS(221), - [anon_sym_DOT2] = ACTIONS(223), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_QMARK2] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(221), - [anon_sym_PLUS_PLUS] = ACTIONS(221), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(221), - [anon_sym_SLASH_SLASH] = ACTIONS(221), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(221), - [anon_sym_bit_DASHshr] = ACTIONS(221), - [anon_sym_EQ_EQ] = ACTIONS(221), - [anon_sym_BANG_EQ] = ACTIONS(221), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(221), - [anon_sym_GT_EQ] = ACTIONS(221), - [anon_sym_not_DASHin] = ACTIONS(221), - [anon_sym_starts_DASHwith] = ACTIONS(221), - [anon_sym_ends_DASHwith] = ACTIONS(221), - [anon_sym_EQ_TILDE] = ACTIONS(221), - [anon_sym_BANG_TILDE] = ACTIONS(221), - [anon_sym_bit_DASHand] = ACTIONS(221), - [anon_sym_bit_DASHxor] = ACTIONS(221), - [anon_sym_bit_DASHor] = ACTIONS(221), - [anon_sym_and] = ACTIONS(221), - [anon_sym_xor] = ACTIONS(221), - [anon_sym_or] = ACTIONS(221), - [anon_sym_ns] = ACTIONS(221), - [anon_sym_s] = ACTIONS(221), - [anon_sym_us] = ACTIONS(221), - [anon_sym_ms] = ACTIONS(221), - [anon_sym_sec] = ACTIONS(221), - [anon_sym_min] = ACTIONS(221), - [anon_sym_hr] = ACTIONS(221), - [anon_sym_day] = ACTIONS(221), - [anon_sym_wk] = ACTIONS(221), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(221), - [anon_sym_kb] = ACTIONS(221), - [anon_sym_kB] = ACTIONS(221), - [anon_sym_Kb] = ACTIONS(221), - [anon_sym_KB] = ACTIONS(221), - [anon_sym_mb] = ACTIONS(221), - [anon_sym_mB] = ACTIONS(221), - [anon_sym_Mb] = ACTIONS(221), - [anon_sym_MB] = ACTIONS(221), - [anon_sym_gb] = ACTIONS(221), - [anon_sym_gB] = ACTIONS(221), - [anon_sym_Gb] = ACTIONS(221), - [anon_sym_GB] = ACTIONS(221), - [anon_sym_tb] = ACTIONS(221), - [anon_sym_tB] = ACTIONS(221), - [anon_sym_Tb] = ACTIONS(221), - [anon_sym_TB] = ACTIONS(221), - [anon_sym_pb] = ACTIONS(221), - [anon_sym_pB] = ACTIONS(221), - [anon_sym_Pb] = ACTIONS(221), - [anon_sym_PB] = ACTIONS(221), - [anon_sym_eb] = ACTIONS(221), - [anon_sym_eB] = ACTIONS(221), - [anon_sym_Eb] = ACTIONS(221), - [anon_sym_EB] = ACTIONS(221), - [anon_sym_kib] = ACTIONS(221), - [anon_sym_kiB] = ACTIONS(221), - [anon_sym_kIB] = ACTIONS(221), - [anon_sym_kIb] = ACTIONS(221), - [anon_sym_Kib] = ACTIONS(221), - [anon_sym_KIb] = ACTIONS(221), - [anon_sym_KIB] = ACTIONS(221), - [anon_sym_mib] = ACTIONS(221), - [anon_sym_miB] = ACTIONS(221), - [anon_sym_mIB] = ACTIONS(221), - [anon_sym_mIb] = ACTIONS(221), - [anon_sym_Mib] = ACTIONS(221), - [anon_sym_MIb] = ACTIONS(221), - [anon_sym_MIB] = ACTIONS(221), - [anon_sym_gib] = ACTIONS(221), - [anon_sym_giB] = ACTIONS(221), - [anon_sym_gIB] = ACTIONS(221), - [anon_sym_gIb] = ACTIONS(221), - [anon_sym_Gib] = ACTIONS(221), - [anon_sym_GIb] = ACTIONS(221), - [anon_sym_GIB] = ACTIONS(221), - [anon_sym_tib] = ACTIONS(221), - [anon_sym_tiB] = ACTIONS(221), - [anon_sym_tIB] = ACTIONS(221), - [anon_sym_tIb] = ACTIONS(221), - [anon_sym_Tib] = ACTIONS(221), - [anon_sym_TIb] = ACTIONS(221), - [anon_sym_TIB] = ACTIONS(221), - [anon_sym_pib] = ACTIONS(221), - [anon_sym_piB] = ACTIONS(221), - [anon_sym_pIB] = ACTIONS(221), - [anon_sym_pIb] = ACTIONS(221), - [anon_sym_Pib] = ACTIONS(221), - [anon_sym_PIb] = ACTIONS(221), - [anon_sym_PIB] = ACTIONS(221), - [anon_sym_eib] = ACTIONS(221), - [anon_sym_eiB] = ACTIONS(221), - [anon_sym_eIB] = ACTIONS(221), - [anon_sym_eIb] = ACTIONS(221), - [anon_sym_Eib] = ACTIONS(221), - [anon_sym_EIb] = ACTIONS(221), - [anon_sym_EIB] = ACTIONS(221), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_COMMA] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(699), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_list] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_make] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_else] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(699), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_try] = ACTIONS(697), + [anon_sym_catch] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_new] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(699), + [sym__str_single_quotes] = ACTIONS(699), + [sym__str_back_ticks] = ACTIONS(699), + [aux_sym__record_key_token2] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(1155), [anon_sym_POUND] = ACTIONS(105), }, [423] = { [sym_comment] = STATE(423), - [ts_builtin_sym_end] = ACTIONS(159), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LF] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(157), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_in] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(157), - [anon_sym_PLUS_PLUS] = ACTIONS(157), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(157), - [anon_sym_SLASH_SLASH] = ACTIONS(157), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(157), - [anon_sym_bit_DASHshr] = ACTIONS(157), - [anon_sym_EQ_EQ] = ACTIONS(157), - [anon_sym_BANG_EQ] = ACTIONS(157), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(157), - [anon_sym_GT_EQ] = ACTIONS(157), - [anon_sym_not_DASHin] = ACTIONS(157), - [anon_sym_starts_DASHwith] = ACTIONS(157), - [anon_sym_ends_DASHwith] = ACTIONS(157), - [anon_sym_EQ_TILDE] = ACTIONS(157), - [anon_sym_BANG_TILDE] = ACTIONS(157), - [anon_sym_bit_DASHand] = ACTIONS(157), - [anon_sym_bit_DASHxor] = ACTIONS(157), - [anon_sym_bit_DASHor] = ACTIONS(157), - [anon_sym_and] = ACTIONS(157), - [anon_sym_xor] = ACTIONS(157), - [anon_sym_or] = ACTIONS(157), - [anon_sym_ns] = ACTIONS(157), - [anon_sym_s] = ACTIONS(157), - [anon_sym_us] = ACTIONS(157), - [anon_sym_ms] = ACTIONS(157), - [anon_sym_sec] = ACTIONS(157), - [anon_sym_min] = ACTIONS(157), - [anon_sym_hr] = ACTIONS(157), - [anon_sym_day] = ACTIONS(157), - [anon_sym_wk] = ACTIONS(157), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(157), - [anon_sym_kb] = ACTIONS(157), - [anon_sym_kB] = ACTIONS(157), - [anon_sym_Kb] = ACTIONS(157), - [anon_sym_KB] = ACTIONS(157), - [anon_sym_mb] = ACTIONS(157), - [anon_sym_mB] = ACTIONS(157), - [anon_sym_Mb] = ACTIONS(157), - [anon_sym_MB] = ACTIONS(157), - [anon_sym_gb] = ACTIONS(157), - [anon_sym_gB] = ACTIONS(157), - [anon_sym_Gb] = ACTIONS(157), - [anon_sym_GB] = ACTIONS(157), - [anon_sym_tb] = ACTIONS(157), - [anon_sym_tB] = ACTIONS(157), - [anon_sym_Tb] = ACTIONS(157), - [anon_sym_TB] = ACTIONS(157), - [anon_sym_pb] = ACTIONS(157), - [anon_sym_pB] = ACTIONS(157), - [anon_sym_Pb] = ACTIONS(157), - [anon_sym_PB] = ACTIONS(157), - [anon_sym_eb] = ACTIONS(157), - [anon_sym_eB] = ACTIONS(157), - [anon_sym_Eb] = ACTIONS(157), - [anon_sym_EB] = ACTIONS(157), - [anon_sym_kib] = ACTIONS(157), - [anon_sym_kiB] = ACTIONS(157), - [anon_sym_kIB] = ACTIONS(157), - [anon_sym_kIb] = ACTIONS(157), - [anon_sym_Kib] = ACTIONS(157), - [anon_sym_KIb] = ACTIONS(157), - [anon_sym_KIB] = ACTIONS(157), - [anon_sym_mib] = ACTIONS(157), - [anon_sym_miB] = ACTIONS(157), - [anon_sym_mIB] = ACTIONS(157), - [anon_sym_mIb] = ACTIONS(157), - [anon_sym_Mib] = ACTIONS(157), - [anon_sym_MIb] = ACTIONS(157), - [anon_sym_MIB] = ACTIONS(157), - [anon_sym_gib] = ACTIONS(157), - [anon_sym_giB] = ACTIONS(157), - [anon_sym_gIB] = ACTIONS(157), - [anon_sym_gIb] = ACTIONS(157), - [anon_sym_Gib] = ACTIONS(157), - [anon_sym_GIb] = ACTIONS(157), - [anon_sym_GIB] = ACTIONS(157), - [anon_sym_tib] = ACTIONS(157), - [anon_sym_tiB] = ACTIONS(157), - [anon_sym_tIB] = ACTIONS(157), - [anon_sym_tIb] = ACTIONS(157), - [anon_sym_Tib] = ACTIONS(157), - [anon_sym_TIb] = ACTIONS(157), - [anon_sym_TIB] = ACTIONS(157), - [anon_sym_pib] = ACTIONS(157), - [anon_sym_piB] = ACTIONS(157), - [anon_sym_pIB] = ACTIONS(157), - [anon_sym_pIb] = ACTIONS(157), - [anon_sym_Pib] = ACTIONS(157), - [anon_sym_PIb] = ACTIONS(157), - [anon_sym_PIB] = ACTIONS(157), - [anon_sym_eib] = ACTIONS(157), - [anon_sym_eiB] = ACTIONS(157), - [anon_sym_eIB] = ACTIONS(157), - [anon_sym_eIb] = ACTIONS(157), - [anon_sym_Eib] = ACTIONS(157), - [anon_sym_EIb] = ACTIONS(157), - [anon_sym_EIB] = ACTIONS(157), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_COMMA] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_error] = ACTIONS(868), + [anon_sym_list] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_make] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_else] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(870), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_DOT2] = ACTIONS(1196), + [anon_sym_try] = ACTIONS(868), + [anon_sym_catch] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_new] = ACTIONS(868), + [anon_sym_as] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(870), + [aux_sym__val_number_token2] = ACTIONS(870), + [aux_sym__val_number_token3] = ACTIONS(870), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(870), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [aux_sym__record_key_token2] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(3), }, [424] = { [sym_comment] = STATE(424), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1202), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(922), + [anon_sym_alias] = ACTIONS(922), + [anon_sym_let] = ACTIONS(922), + [anon_sym_let_DASHenv] = ACTIONS(922), + [anon_sym_mut] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [sym_cmd_identifier] = ACTIONS(922), + [anon_sym_def] = ACTIONS(922), + [anon_sym_export_DASHenv] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_module] = ACTIONS(922), + [anon_sym_use] = ACTIONS(922), + [anon_sym_COMMA] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(924), + [anon_sym_DOLLAR] = ACTIONS(924), + [anon_sym_error] = ACTIONS(922), + [anon_sym_list] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_in] = ACTIONS(928), + [anon_sym_loop] = ACTIONS(922), + [anon_sym_make] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_else] = ACTIONS(922), + [anon_sym_match] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_DOT2] = ACTIONS(1196), + [anon_sym_try] = ACTIONS(922), + [anon_sym_catch] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_source] = ACTIONS(922), + [anon_sym_source_DASHenv] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_hide] = ACTIONS(922), + [anon_sym_hide_DASHenv] = ACTIONS(922), + [anon_sym_overlay] = ACTIONS(922), + [anon_sym_new] = ACTIONS(922), + [anon_sym_as] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(1007), + [anon_sym_PLUS_PLUS] = ACTIONS(1007), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(1007), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(1007), + [anon_sym_BANG_EQ] = ACTIONS(1007), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(1007), + [anon_sym_GT_EQ] = ACTIONS(1007), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(1007), + [anon_sym_BANG_TILDE] = ACTIONS(1007), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(924), + [aux_sym__val_number_token2] = ACTIONS(924), + [aux_sym__val_number_token3] = ACTIONS(924), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(924), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(924), + [sym__str_single_quotes] = ACTIONS(924), + [sym__str_back_ticks] = ACTIONS(924), + [aux_sym__record_key_token2] = ACTIONS(922), + [anon_sym_POUND] = ACTIONS(3), }, [425] = { [sym_comment] = STATE(425), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1243), - [aux_sym__immediate_decimal_token2] = ACTIONS(1245), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_COMMA] = ACTIONS(887), + [anon_sym_LPAREN] = ACTIONS(887), + [anon_sym_DOLLAR] = ACTIONS(887), + [anon_sym_error] = ACTIONS(885), + [anon_sym_list] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_make] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_else] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(887), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_try] = ACTIONS(885), + [anon_sym_catch] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_new] = ACTIONS(885), + [anon_sym_as] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(887), + [anon_sym_PLUS_PLUS] = ACTIONS(887), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(887), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(887), + [anon_sym_BANG_EQ] = ACTIONS(887), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(887), + [anon_sym_GT_EQ] = ACTIONS(887), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(887), + [anon_sym_BANG_TILDE] = ACTIONS(887), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(887), + [aux_sym__val_number_token2] = ACTIONS(887), + [aux_sym__val_number_token3] = ACTIONS(887), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(887), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(887), + [sym__str_single_quotes] = ACTIONS(887), + [sym__str_back_ticks] = ACTIONS(887), + [aux_sym__record_key_token2] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(3), }, [426] = { [sym_comment] = STATE(426), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1223), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(914), + [anon_sym_alias] = ACTIONS(914), + [anon_sym_let] = ACTIONS(914), + [anon_sym_let_DASHenv] = ACTIONS(914), + [anon_sym_mut] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [sym_cmd_identifier] = ACTIONS(914), + [anon_sym_def] = ACTIONS(914), + [anon_sym_export_DASHenv] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym_module] = ACTIONS(914), + [anon_sym_use] = ACTIONS(914), + [anon_sym_COMMA] = ACTIONS(916), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_DOLLAR] = ACTIONS(916), + [anon_sym_error] = ACTIONS(914), + [anon_sym_list] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_in] = ACTIONS(914), + [anon_sym_loop] = ACTIONS(914), + [anon_sym_make] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_else] = ACTIONS(914), + [anon_sym_match] = ACTIONS(914), + [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_try] = ACTIONS(914), + [anon_sym_catch] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_source] = ACTIONS(914), + [anon_sym_source_DASHenv] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_hide] = ACTIONS(914), + [anon_sym_hide_DASHenv] = ACTIONS(914), + [anon_sym_overlay] = ACTIONS(914), + [anon_sym_new] = ACTIONS(914), + [anon_sym_as] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(914), + [anon_sym_STAR_STAR] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_mod] = ACTIONS(914), + [anon_sym_SLASH_SLASH] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_bit_DASHshl] = ACTIONS(914), + [anon_sym_bit_DASHshr] = ACTIONS(914), + [anon_sym_EQ_EQ] = ACTIONS(916), + [anon_sym_BANG_EQ] = ACTIONS(916), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(916), + [anon_sym_GT_EQ] = ACTIONS(916), + [anon_sym_not_DASHin] = ACTIONS(914), + [anon_sym_starts_DASHwith] = ACTIONS(914), + [anon_sym_ends_DASHwith] = ACTIONS(914), + [anon_sym_EQ_TILDE] = ACTIONS(916), + [anon_sym_BANG_TILDE] = ACTIONS(916), + [anon_sym_bit_DASHand] = ACTIONS(914), + [anon_sym_bit_DASHxor] = ACTIONS(914), + [anon_sym_bit_DASHor] = ACTIONS(914), + [anon_sym_and] = ACTIONS(914), + [anon_sym_xor] = ACTIONS(914), + [anon_sym_or] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(916), + [aux_sym__val_number_token2] = ACTIONS(916), + [aux_sym__val_number_token3] = ACTIONS(916), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(916), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(916), + [sym__str_single_quotes] = ACTIONS(916), + [sym__str_back_ticks] = ACTIONS(916), + [aux_sym__record_key_token2] = ACTIONS(914), [anon_sym_POUND] = ACTIONS(3), }, [427] = { [sym_comment] = STATE(427), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), + [anon_sym_export] = ACTIONS(918), + [anon_sym_alias] = ACTIONS(918), + [anon_sym_let] = ACTIONS(918), + [anon_sym_let_DASHenv] = ACTIONS(918), + [anon_sym_mut] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [sym_cmd_identifier] = ACTIONS(918), + [anon_sym_def] = ACTIONS(918), + [anon_sym_export_DASHenv] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym_module] = ACTIONS(918), + [anon_sym_use] = ACTIONS(918), + [anon_sym_COMMA] = ACTIONS(920), + [anon_sym_LPAREN] = ACTIONS(920), + [anon_sym_DOLLAR] = ACTIONS(920), + [anon_sym_error] = ACTIONS(918), + [anon_sym_list] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(918), + [anon_sym_make] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_else] = ACTIONS(918), + [anon_sym_match] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(920), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_try] = ACTIONS(918), + [anon_sym_catch] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_source] = ACTIONS(918), + [anon_sym_source_DASHenv] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_hide] = ACTIONS(918), + [anon_sym_hide_DASHenv] = ACTIONS(918), + [anon_sym_overlay] = ACTIONS(918), + [anon_sym_new] = ACTIONS(918), + [anon_sym_as] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(920), + [anon_sym_PLUS_PLUS] = ACTIONS(920), + [anon_sym_SLASH] = ACTIONS(918), + [anon_sym_mod] = ACTIONS(918), + [anon_sym_SLASH_SLASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_bit_DASHshl] = ACTIONS(918), + [anon_sym_bit_DASHshr] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(920), + [anon_sym_BANG_EQ] = ACTIONS(920), + [anon_sym_LT2] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(920), + [anon_sym_GT_EQ] = ACTIONS(920), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(920), + [anon_sym_BANG_TILDE] = ACTIONS(920), + [anon_sym_bit_DASHand] = ACTIONS(918), + [anon_sym_bit_DASHxor] = ACTIONS(918), + [anon_sym_bit_DASHor] = ACTIONS(918), + [anon_sym_and] = ACTIONS(918), + [anon_sym_xor] = ACTIONS(918), + [anon_sym_or] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(920), + [aux_sym__val_number_token2] = ACTIONS(920), + [aux_sym__val_number_token3] = ACTIONS(920), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(920), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(920), + [sym__str_single_quotes] = ACTIONS(920), + [sym__str_back_ticks] = ACTIONS(920), + [aux_sym__record_key_token2] = ACTIONS(918), [anon_sym_POUND] = ACTIONS(3), }, [428] = { [sym_comment] = STATE(428), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [aux_sym_unquoted_token6] = ACTIONS(1227), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_COMMA] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(943), + [anon_sym_error] = ACTIONS(941), + [anon_sym_list] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_make] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_else] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT2] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_catch] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_new] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(943), + [anon_sym_PLUS_PLUS] = ACTIONS(943), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(943), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(943), + [anon_sym_BANG_EQ] = ACTIONS(943), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(943), + [anon_sym_GT_EQ] = ACTIONS(943), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(943), + [anon_sym_BANG_TILDE] = ACTIONS(943), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(943), + [aux_sym__val_number_token2] = ACTIONS(943), + [aux_sym__val_number_token3] = ACTIONS(943), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(943), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(943), + [sym__str_single_quotes] = ACTIONS(943), + [sym__str_back_ticks] = ACTIONS(943), + [aux_sym__record_key_token2] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(3), }, [429] = { [sym_comment] = STATE(429), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1247), - [aux_sym__immediate_decimal_token2] = ACTIONS(1249), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(117), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [anon_sym_export] = ACTIONS(860), + [anon_sym_alias] = ACTIONS(860), + [anon_sym_let] = ACTIONS(860), + [anon_sym_let_DASHenv] = ACTIONS(860), + [anon_sym_mut] = ACTIONS(860), + [anon_sym_const] = ACTIONS(860), + [sym_cmd_identifier] = ACTIONS(860), + [anon_sym_def] = ACTIONS(860), + [anon_sym_export_DASHenv] = ACTIONS(860), + [anon_sym_extern] = ACTIONS(860), + [anon_sym_module] = ACTIONS(860), + [anon_sym_use] = ACTIONS(860), + [anon_sym_COMMA] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_error] = ACTIONS(860), + [anon_sym_list] = ACTIONS(860), + [anon_sym_GT] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_break] = ACTIONS(860), + [anon_sym_continue] = ACTIONS(860), + [anon_sym_for] = ACTIONS(860), + [anon_sym_in] = ACTIONS(860), + [anon_sym_loop] = ACTIONS(860), + [anon_sym_make] = ACTIONS(860), + [anon_sym_while] = ACTIONS(860), + [anon_sym_do] = ACTIONS(860), + [anon_sym_if] = ACTIONS(860), + [anon_sym_else] = ACTIONS(860), + [anon_sym_match] = ACTIONS(860), + [anon_sym_RBRACE] = ACTIONS(862), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_try] = ACTIONS(860), + [anon_sym_catch] = ACTIONS(860), + [anon_sym_return] = ACTIONS(860), + [anon_sym_source] = ACTIONS(860), + [anon_sym_source_DASHenv] = ACTIONS(860), + [anon_sym_register] = ACTIONS(860), + [anon_sym_hide] = ACTIONS(860), + [anon_sym_hide_DASHenv] = ACTIONS(860), + [anon_sym_overlay] = ACTIONS(860), + [anon_sym_new] = ACTIONS(860), + [anon_sym_as] = ACTIONS(860), + [anon_sym_STAR] = ACTIONS(860), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(860), + [anon_sym_mod] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_bit_DASHshl] = ACTIONS(860), + [anon_sym_bit_DASHshr] = ACTIONS(860), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(860), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(860), + [anon_sym_starts_DASHwith] = ACTIONS(860), + [anon_sym_ends_DASHwith] = ACTIONS(860), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(860), + [anon_sym_bit_DASHxor] = ACTIONS(860), + [anon_sym_bit_DASHor] = ACTIONS(860), + [anon_sym_and] = ACTIONS(860), + [anon_sym_xor] = ACTIONS(860), + [anon_sym_or] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(862), + [aux_sym__val_number_token2] = ACTIONS(862), + [aux_sym__val_number_token3] = ACTIONS(862), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(862), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [aux_sym__record_key_token2] = ACTIONS(860), [anon_sym_POUND] = ACTIONS(3), }, [430] = { [sym_comment] = STATE(430), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1107), - [anon_sym_s] = ACTIONS(1107), - [anon_sym_us] = ACTIONS(1107), - [anon_sym_ms] = ACTIONS(1107), - [anon_sym_sec] = ACTIONS(1107), - [anon_sym_min] = ACTIONS(1107), - [anon_sym_hr] = ACTIONS(1107), - [anon_sym_day] = ACTIONS(1107), - [anon_sym_wk] = ACTIONS(1107), - [anon_sym_b] = ACTIONS(1109), - [anon_sym_B] = ACTIONS(1109), - [anon_sym_kb] = ACTIONS(1109), - [anon_sym_kB] = ACTIONS(1109), - [anon_sym_Kb] = ACTIONS(1109), - [anon_sym_KB] = ACTIONS(1109), - [anon_sym_mb] = ACTIONS(1109), - [anon_sym_mB] = ACTIONS(1109), - [anon_sym_Mb] = ACTIONS(1109), - [anon_sym_MB] = ACTIONS(1109), - [anon_sym_gb] = ACTIONS(1109), - [anon_sym_gB] = ACTIONS(1109), - [anon_sym_Gb] = ACTIONS(1109), - [anon_sym_GB] = ACTIONS(1109), - [anon_sym_tb] = ACTIONS(1109), - [anon_sym_tB] = ACTIONS(1109), - [anon_sym_Tb] = ACTIONS(1109), - [anon_sym_TB] = ACTIONS(1109), - [anon_sym_pb] = ACTIONS(1109), - [anon_sym_pB] = ACTIONS(1109), - [anon_sym_Pb] = ACTIONS(1109), - [anon_sym_PB] = ACTIONS(1109), - [anon_sym_eb] = ACTIONS(1109), - [anon_sym_eB] = ACTIONS(1109), - [anon_sym_Eb] = ACTIONS(1109), - [anon_sym_EB] = ACTIONS(1109), - [anon_sym_kib] = ACTIONS(1109), - [anon_sym_kiB] = ACTIONS(1109), - [anon_sym_kIB] = ACTIONS(1109), - [anon_sym_kIb] = ACTIONS(1109), - [anon_sym_Kib] = ACTIONS(1109), - [anon_sym_KIb] = ACTIONS(1109), - [anon_sym_KIB] = ACTIONS(1109), - [anon_sym_mib] = ACTIONS(1109), - [anon_sym_miB] = ACTIONS(1109), - [anon_sym_mIB] = ACTIONS(1109), - [anon_sym_mIb] = ACTIONS(1109), - [anon_sym_Mib] = ACTIONS(1109), - [anon_sym_MIb] = ACTIONS(1109), - [anon_sym_MIB] = ACTIONS(1109), - [anon_sym_gib] = ACTIONS(1109), - [anon_sym_giB] = ACTIONS(1109), - [anon_sym_gIB] = ACTIONS(1109), - [anon_sym_gIb] = ACTIONS(1109), - [anon_sym_Gib] = ACTIONS(1109), - [anon_sym_GIb] = ACTIONS(1109), - [anon_sym_GIB] = ACTIONS(1109), - [anon_sym_tib] = ACTIONS(1109), - [anon_sym_tiB] = ACTIONS(1109), - [anon_sym_tIB] = ACTIONS(1109), - [anon_sym_tIb] = ACTIONS(1109), - [anon_sym_Tib] = ACTIONS(1109), - [anon_sym_TIb] = ACTIONS(1109), - [anon_sym_TIB] = ACTIONS(1109), - [anon_sym_pib] = ACTIONS(1109), - [anon_sym_piB] = ACTIONS(1109), - [anon_sym_pIB] = ACTIONS(1109), - [anon_sym_pIb] = ACTIONS(1109), - [anon_sym_Pib] = ACTIONS(1109), - [anon_sym_PIb] = ACTIONS(1109), - [anon_sym_PIB] = ACTIONS(1109), - [anon_sym_eib] = ACTIONS(1109), - [anon_sym_eiB] = ACTIONS(1109), - [anon_sym_eIB] = ACTIONS(1109), - [anon_sym_eIb] = ACTIONS(1109), - [anon_sym_Eib] = ACTIONS(1109), - [anon_sym_EIb] = ACTIONS(1109), - [anon_sym_EIB] = ACTIONS(1109), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_COMMA] = ACTIONS(937), + [anon_sym_LPAREN] = ACTIONS(937), + [anon_sym_DOLLAR] = ACTIONS(937), + [anon_sym_error] = ACTIONS(935), + [anon_sym_list] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_make] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_else] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(937), + [anon_sym_DOT] = ACTIONS(937), + [anon_sym_try] = ACTIONS(935), + [anon_sym_catch] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_new] = ACTIONS(935), + [anon_sym_as] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(937), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(937), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(937), + [anon_sym_BANG_EQ] = ACTIONS(937), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(937), + [anon_sym_GT_EQ] = ACTIONS(937), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(937), + [anon_sym_BANG_TILDE] = ACTIONS(937), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(937), + [aux_sym__val_number_token2] = ACTIONS(937), + [aux_sym__val_number_token3] = ACTIONS(937), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(937), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(937), + [sym__str_single_quotes] = ACTIONS(937), + [sym__str_back_ticks] = ACTIONS(937), + [aux_sym__record_key_token2] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(1198), + [anon_sym_POUND] = ACTIONS(3), }, [431] = { [sym_comment] = STATE(431), - [ts_builtin_sym_end] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LF] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(187), - [anon_sym_bit_DASHshr] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_not_DASHin] = ACTIONS(187), - [anon_sym_starts_DASHwith] = ACTIONS(187), - [anon_sym_ends_DASHwith] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_BANG_TILDE] = ACTIONS(187), - [anon_sym_bit_DASHand] = ACTIONS(187), - [anon_sym_bit_DASHxor] = ACTIONS(187), - [anon_sym_bit_DASHor] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_xor] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_ns] = ACTIONS(187), - [anon_sym_s] = ACTIONS(187), - [anon_sym_us] = ACTIONS(187), - [anon_sym_ms] = ACTIONS(187), - [anon_sym_sec] = ACTIONS(187), - [anon_sym_min] = ACTIONS(187), - [anon_sym_hr] = ACTIONS(187), - [anon_sym_day] = ACTIONS(187), - [anon_sym_wk] = ACTIONS(187), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(187), - [anon_sym_kb] = ACTIONS(187), - [anon_sym_kB] = ACTIONS(187), - [anon_sym_Kb] = ACTIONS(187), - [anon_sym_KB] = ACTIONS(187), - [anon_sym_mb] = ACTIONS(187), - [anon_sym_mB] = ACTIONS(187), - [anon_sym_Mb] = ACTIONS(187), - [anon_sym_MB] = ACTIONS(187), - [anon_sym_gb] = ACTIONS(187), - [anon_sym_gB] = ACTIONS(187), - [anon_sym_Gb] = ACTIONS(187), - [anon_sym_GB] = ACTIONS(187), - [anon_sym_tb] = ACTIONS(187), - [anon_sym_tB] = ACTIONS(187), - [anon_sym_Tb] = ACTIONS(187), - [anon_sym_TB] = ACTIONS(187), - [anon_sym_pb] = ACTIONS(187), - [anon_sym_pB] = ACTIONS(187), - [anon_sym_Pb] = ACTIONS(187), - [anon_sym_PB] = ACTIONS(187), - [anon_sym_eb] = ACTIONS(187), - [anon_sym_eB] = ACTIONS(187), - [anon_sym_Eb] = ACTIONS(187), - [anon_sym_EB] = ACTIONS(187), - [anon_sym_kib] = ACTIONS(187), - [anon_sym_kiB] = ACTIONS(187), - [anon_sym_kIB] = ACTIONS(187), - [anon_sym_kIb] = ACTIONS(187), - [anon_sym_Kib] = ACTIONS(187), - [anon_sym_KIb] = ACTIONS(187), - [anon_sym_KIB] = ACTIONS(187), - [anon_sym_mib] = ACTIONS(187), - [anon_sym_miB] = ACTIONS(187), - [anon_sym_mIB] = ACTIONS(187), - [anon_sym_mIb] = ACTIONS(187), - [anon_sym_Mib] = ACTIONS(187), - [anon_sym_MIb] = ACTIONS(187), - [anon_sym_MIB] = ACTIONS(187), - [anon_sym_gib] = ACTIONS(187), - [anon_sym_giB] = ACTIONS(187), - [anon_sym_gIB] = ACTIONS(187), - [anon_sym_gIb] = ACTIONS(187), - [anon_sym_Gib] = ACTIONS(187), - [anon_sym_GIb] = ACTIONS(187), - [anon_sym_GIB] = ACTIONS(187), - [anon_sym_tib] = ACTIONS(187), - [anon_sym_tiB] = ACTIONS(187), - [anon_sym_tIB] = ACTIONS(187), - [anon_sym_tIb] = ACTIONS(187), - [anon_sym_Tib] = ACTIONS(187), - [anon_sym_TIb] = ACTIONS(187), - [anon_sym_TIB] = ACTIONS(187), - [anon_sym_pib] = ACTIONS(187), - [anon_sym_piB] = ACTIONS(187), - [anon_sym_pIB] = ACTIONS(187), - [anon_sym_pIb] = ACTIONS(187), - [anon_sym_Pib] = ACTIONS(187), - [anon_sym_PIb] = ACTIONS(187), - [anon_sym_PIB] = ACTIONS(187), - [anon_sym_eib] = ACTIONS(187), - [anon_sym_eiB] = ACTIONS(187), - [anon_sym_eIB] = ACTIONS(187), - [anon_sym_eIb] = ACTIONS(187), - [anon_sym_Eib] = ACTIONS(187), - [anon_sym_EIb] = ACTIONS(187), - [anon_sym_EIB] = ACTIONS(187), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(1081), + [anon_sym_alias] = ACTIONS(1081), + [anon_sym_let] = ACTIONS(1081), + [anon_sym_let_DASHenv] = ACTIONS(1081), + [anon_sym_mut] = ACTIONS(1081), + [anon_sym_const] = ACTIONS(1081), + [sym_cmd_identifier] = ACTIONS(1081), + [anon_sym_def] = ACTIONS(1081), + [anon_sym_export_DASHenv] = ACTIONS(1081), + [anon_sym_extern] = ACTIONS(1081), + [anon_sym_module] = ACTIONS(1081), + [anon_sym_use] = ACTIONS(1081), + [anon_sym_COMMA] = ACTIONS(1083), + [anon_sym_LPAREN] = ACTIONS(1083), + [anon_sym_DOLLAR] = ACTIONS(1083), + [anon_sym_error] = ACTIONS(1081), + [anon_sym_list] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1081), + [anon_sym_break] = ACTIONS(1081), + [anon_sym_continue] = ACTIONS(1081), + [anon_sym_for] = ACTIONS(1081), + [anon_sym_in] = ACTIONS(1081), + [anon_sym_loop] = ACTIONS(1081), + [anon_sym_make] = ACTIONS(1081), + [anon_sym_while] = ACTIONS(1081), + [anon_sym_do] = ACTIONS(1081), + [anon_sym_if] = ACTIONS(1081), + [anon_sym_else] = ACTIONS(1081), + [anon_sym_match] = ACTIONS(1081), + [anon_sym_RBRACE] = ACTIONS(1083), + [anon_sym_DOT] = ACTIONS(1083), + [anon_sym_try] = ACTIONS(1081), + [anon_sym_catch] = ACTIONS(1081), + [anon_sym_return] = ACTIONS(1081), + [anon_sym_source] = ACTIONS(1081), + [anon_sym_source_DASHenv] = ACTIONS(1081), + [anon_sym_register] = ACTIONS(1081), + [anon_sym_hide] = ACTIONS(1081), + [anon_sym_hide_DASHenv] = ACTIONS(1081), + [anon_sym_overlay] = ACTIONS(1081), + [anon_sym_new] = ACTIONS(1081), + [anon_sym_as] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1083), + [anon_sym_PLUS_PLUS] = ACTIONS(1083), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_mod] = ACTIONS(1081), + [anon_sym_SLASH_SLASH] = ACTIONS(1083), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_bit_DASHshl] = ACTIONS(1081), + [anon_sym_bit_DASHshr] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1083), + [anon_sym_BANG_EQ] = ACTIONS(1083), + [anon_sym_LT2] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1083), + [anon_sym_GT_EQ] = ACTIONS(1083), + [anon_sym_not_DASHin] = ACTIONS(1081), + [anon_sym_starts_DASHwith] = ACTIONS(1081), + [anon_sym_ends_DASHwith] = ACTIONS(1081), + [anon_sym_EQ_TILDE] = ACTIONS(1083), + [anon_sym_BANG_TILDE] = ACTIONS(1083), + [anon_sym_bit_DASHand] = ACTIONS(1081), + [anon_sym_bit_DASHxor] = ACTIONS(1081), + [anon_sym_bit_DASHor] = ACTIONS(1081), + [anon_sym_and] = ACTIONS(1081), + [anon_sym_xor] = ACTIONS(1081), + [anon_sym_or] = ACTIONS(1081), + [aux_sym__val_number_decimal_token1] = ACTIONS(1081), + [aux_sym__val_number_token1] = ACTIONS(1083), + [aux_sym__val_number_token2] = ACTIONS(1083), + [aux_sym__val_number_token3] = ACTIONS(1083), + [aux_sym__val_number_token4] = ACTIONS(1081), + [aux_sym__val_number_token5] = ACTIONS(1083), + [aux_sym__val_number_token6] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1083), + [sym__str_single_quotes] = ACTIONS(1083), + [sym__str_back_ticks] = ACTIONS(1083), + [aux_sym__record_key_token2] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(3), }, [432] = { [sym_comment] = STATE(432), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(132), - [anon_sym_in] = ACTIONS(132), - [anon_sym_RBRACE] = ACTIONS(132), - [anon_sym_EQ_GT] = ACTIONS(132), - [anon_sym_DOT2] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(132), - [anon_sym_xor] = ACTIONS(132), - [anon_sym_or] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(1256), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(1218), + [anon_sym_bit_DASHxor] = ACTIONS(1220), + [anon_sym_bit_DASHor] = ACTIONS(1222), + [anon_sym_and] = ACTIONS(1224), + [anon_sym_xor] = ACTIONS(1226), + [anon_sym_or] = ACTIONS(1228), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [433] = { [sym_comment] = STATE(433), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(1258), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1239), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), + [anon_sym_export] = ACTIONS(1041), + [anon_sym_alias] = ACTIONS(1041), + [anon_sym_let] = ACTIONS(1041), + [anon_sym_let_DASHenv] = ACTIONS(1041), + [anon_sym_mut] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [sym_cmd_identifier] = ACTIONS(1041), + [anon_sym_def] = ACTIONS(1041), + [anon_sym_export_DASHenv] = ACTIONS(1041), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_module] = ACTIONS(1041), + [anon_sym_use] = ACTIONS(1041), + [anon_sym_COMMA] = ACTIONS(1043), + [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_DOLLAR] = ACTIONS(1043), + [anon_sym_error] = ACTIONS(1041), + [anon_sym_list] = ACTIONS(1041), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_in] = ACTIONS(1041), + [anon_sym_loop] = ACTIONS(1041), + [anon_sym_make] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_do] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_else] = ACTIONS(1041), + [anon_sym_match] = ACTIONS(1041), + [anon_sym_RBRACE] = ACTIONS(1043), + [anon_sym_DOT] = ACTIONS(1043), + [anon_sym_try] = ACTIONS(1041), + [anon_sym_catch] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_source] = ACTIONS(1041), + [anon_sym_source_DASHenv] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_hide] = ACTIONS(1041), + [anon_sym_hide_DASHenv] = ACTIONS(1041), + [anon_sym_overlay] = ACTIONS(1041), + [anon_sym_new] = ACTIONS(1041), + [anon_sym_as] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_STAR_STAR] = ACTIONS(1043), + [anon_sym_PLUS_PLUS] = ACTIONS(1043), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(1043), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_bit_DASHshl] = ACTIONS(1041), + [anon_sym_bit_DASHshr] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1043), + [anon_sym_BANG_EQ] = ACTIONS(1043), + [anon_sym_LT2] = ACTIONS(1041), + [anon_sym_LT_EQ] = ACTIONS(1043), + [anon_sym_GT_EQ] = ACTIONS(1043), + [anon_sym_not_DASHin] = ACTIONS(1041), + [anon_sym_starts_DASHwith] = ACTIONS(1041), + [anon_sym_ends_DASHwith] = ACTIONS(1041), + [anon_sym_EQ_TILDE] = ACTIONS(1043), + [anon_sym_BANG_TILDE] = ACTIONS(1043), + [anon_sym_bit_DASHand] = ACTIONS(1041), + [anon_sym_bit_DASHxor] = ACTIONS(1041), + [anon_sym_bit_DASHor] = ACTIONS(1041), + [anon_sym_and] = ACTIONS(1041), + [anon_sym_xor] = ACTIONS(1041), + [anon_sym_or] = ACTIONS(1041), + [aux_sym__val_number_decimal_token1] = ACTIONS(1041), + [aux_sym__val_number_token1] = ACTIONS(1043), + [aux_sym__val_number_token2] = ACTIONS(1043), + [aux_sym__val_number_token3] = ACTIONS(1043), + [aux_sym__val_number_token4] = ACTIONS(1041), + [aux_sym__val_number_token5] = ACTIONS(1043), + [aux_sym__val_number_token6] = ACTIONS(1041), + [anon_sym_DQUOTE] = ACTIONS(1043), + [sym__str_single_quotes] = ACTIONS(1043), + [sym__str_back_ticks] = ACTIONS(1043), + [aux_sym__record_key_token2] = ACTIONS(1041), [anon_sym_POUND] = ACTIONS(3), }, [434] = { [sym_comment] = STATE(434), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1239), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [435] = { [sym_comment] = STATE(435), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1231), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_COMMA] = ACTIONS(847), + [anon_sym_LPAREN] = ACTIONS(847), + [anon_sym_DOLLAR] = ACTIONS(847), + [anon_sym_error] = ACTIONS(845), + [anon_sym_list] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_make] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_else] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(847), + [anon_sym_DOT] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_catch] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_new] = ACTIONS(845), + [anon_sym_as] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(847), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(847), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(847), + [anon_sym_BANG_EQ] = ACTIONS(847), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(847), + [anon_sym_GT_EQ] = ACTIONS(847), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(847), + [anon_sym_BANG_TILDE] = ACTIONS(847), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(847), + [aux_sym__val_number_token2] = ACTIONS(847), + [aux_sym__val_number_token3] = ACTIONS(847), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(847), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(847), + [sym__str_single_quotes] = ACTIONS(847), + [sym__str_back_ticks] = ACTIONS(847), + [aux_sym__record_key_token2] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(3), }, [436] = { [sym_comment] = STATE(436), - [anon_sym_COLON] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_GT] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(223), - [anon_sym_in] = ACTIONS(223), - [anon_sym_LBRACE] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(223), - [anon_sym_EQ_GT] = ACTIONS(223), - [anon_sym_STAR] = ACTIONS(221), - [anon_sym_STAR_STAR] = ACTIONS(223), - [anon_sym_PLUS_PLUS] = ACTIONS(223), - [anon_sym_SLASH] = ACTIONS(221), - [anon_sym_mod] = ACTIONS(223), - [anon_sym_SLASH_SLASH] = ACTIONS(223), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_bit_DASHshl] = ACTIONS(223), - [anon_sym_bit_DASHshr] = ACTIONS(223), - [anon_sym_EQ_EQ] = ACTIONS(223), - [anon_sym_BANG_EQ] = ACTIONS(223), - [anon_sym_LT2] = ACTIONS(221), - [anon_sym_LT_EQ] = ACTIONS(223), - [anon_sym_GT_EQ] = ACTIONS(223), - [anon_sym_not_DASHin] = ACTIONS(223), - [anon_sym_starts_DASHwith] = ACTIONS(223), - [anon_sym_ends_DASHwith] = ACTIONS(223), - [anon_sym_EQ_TILDE] = ACTIONS(223), - [anon_sym_BANG_TILDE] = ACTIONS(223), - [anon_sym_bit_DASHand] = ACTIONS(223), - [anon_sym_bit_DASHxor] = ACTIONS(223), - [anon_sym_bit_DASHor] = ACTIONS(223), - [anon_sym_and] = ACTIONS(223), - [anon_sym_xor] = ACTIONS(223), - [anon_sym_or] = ACTIONS(223), - [anon_sym_ns] = ACTIONS(223), - [anon_sym_s] = ACTIONS(223), - [anon_sym_us] = ACTIONS(223), - [anon_sym_ms] = ACTIONS(223), - [anon_sym_sec] = ACTIONS(223), - [anon_sym_min] = ACTIONS(223), - [anon_sym_hr] = ACTIONS(223), - [anon_sym_day] = ACTIONS(223), - [anon_sym_wk] = ACTIONS(223), - [anon_sym_b] = ACTIONS(221), - [anon_sym_B] = ACTIONS(223), - [anon_sym_kb] = ACTIONS(223), - [anon_sym_kB] = ACTIONS(223), - [anon_sym_Kb] = ACTIONS(223), - [anon_sym_KB] = ACTIONS(223), - [anon_sym_mb] = ACTIONS(223), - [anon_sym_mB] = ACTIONS(223), - [anon_sym_Mb] = ACTIONS(223), - [anon_sym_MB] = ACTIONS(223), - [anon_sym_gb] = ACTIONS(223), - [anon_sym_gB] = ACTIONS(223), - [anon_sym_Gb] = ACTIONS(223), - [anon_sym_GB] = ACTIONS(223), - [anon_sym_tb] = ACTIONS(223), - [anon_sym_tB] = ACTIONS(223), - [anon_sym_Tb] = ACTIONS(223), - [anon_sym_TB] = ACTIONS(223), - [anon_sym_pb] = ACTIONS(223), - [anon_sym_pB] = ACTIONS(223), - [anon_sym_Pb] = ACTIONS(223), - [anon_sym_PB] = ACTIONS(223), - [anon_sym_eb] = ACTIONS(223), - [anon_sym_eB] = ACTIONS(223), - [anon_sym_Eb] = ACTIONS(223), - [anon_sym_EB] = ACTIONS(223), - [anon_sym_kib] = ACTIONS(223), - [anon_sym_kiB] = ACTIONS(223), - [anon_sym_kIB] = ACTIONS(223), - [anon_sym_kIb] = ACTIONS(223), - [anon_sym_Kib] = ACTIONS(223), - [anon_sym_KIb] = ACTIONS(223), - [anon_sym_KIB] = ACTIONS(223), - [anon_sym_mib] = ACTIONS(223), - [anon_sym_miB] = ACTIONS(223), - [anon_sym_mIB] = ACTIONS(223), - [anon_sym_mIb] = ACTIONS(223), - [anon_sym_Mib] = ACTIONS(223), - [anon_sym_MIb] = ACTIONS(223), - [anon_sym_MIB] = ACTIONS(223), - [anon_sym_gib] = ACTIONS(223), - [anon_sym_giB] = ACTIONS(223), - [anon_sym_gIB] = ACTIONS(223), - [anon_sym_gIb] = ACTIONS(223), - [anon_sym_Gib] = ACTIONS(223), - [anon_sym_GIb] = ACTIONS(223), - [anon_sym_GIB] = ACTIONS(223), - [anon_sym_tib] = ACTIONS(223), - [anon_sym_tiB] = ACTIONS(223), - [anon_sym_tIB] = ACTIONS(223), - [anon_sym_tIb] = ACTIONS(223), - [anon_sym_Tib] = ACTIONS(223), - [anon_sym_TIb] = ACTIONS(223), - [anon_sym_TIB] = ACTIONS(223), - [anon_sym_pib] = ACTIONS(223), - [anon_sym_piB] = ACTIONS(223), - [anon_sym_pIB] = ACTIONS(223), - [anon_sym_pIb] = ACTIONS(223), - [anon_sym_Pib] = ACTIONS(223), - [anon_sym_PIb] = ACTIONS(223), - [anon_sym_PIB] = ACTIONS(223), - [anon_sym_eib] = ACTIONS(223), - [anon_sym_eiB] = ACTIONS(223), - [anon_sym_eIB] = ACTIONS(223), - [anon_sym_eIb] = ACTIONS(223), - [anon_sym_Eib] = ACTIONS(223), - [anon_sym_EIb] = ACTIONS(223), - [anon_sym_EIB] = ACTIONS(223), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(963), + [anon_sym_BANG_EQ] = ACTIONS(963), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(963), + [anon_sym_GT_EQ] = ACTIONS(963), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(963), + [anon_sym_BANG_TILDE] = ACTIONS(963), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [437] = { [sym_comment] = STATE(437), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1261), - [aux_sym__immediate_decimal_token2] = ACTIONS(1263), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(109), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(109), - [aux_sym__unquoted_in_list_token1] = ACTIONS(107), - [aux_sym__unquoted_in_list_token7] = ACTIONS(107), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(961), + [anon_sym_mod] = ACTIONS(961), + [anon_sym_SLASH_SLASH] = ACTIONS(963), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(963), + [anon_sym_BANG_EQ] = ACTIONS(963), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(963), + [anon_sym_GT_EQ] = ACTIONS(963), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(963), + [anon_sym_BANG_TILDE] = ACTIONS(963), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [438] = { [sym_comment] = STATE(438), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1265), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), + [anon_sym_export] = ACTIONS(1031), + [anon_sym_alias] = ACTIONS(1031), + [anon_sym_let] = ACTIONS(1031), + [anon_sym_let_DASHenv] = ACTIONS(1031), + [anon_sym_mut] = ACTIONS(1031), + [anon_sym_const] = ACTIONS(1031), + [sym_cmd_identifier] = ACTIONS(1031), + [anon_sym_def] = ACTIONS(1031), + [anon_sym_export_DASHenv] = ACTIONS(1031), + [anon_sym_extern] = ACTIONS(1031), + [anon_sym_module] = ACTIONS(1031), + [anon_sym_use] = ACTIONS(1031), + [anon_sym_COMMA] = ACTIONS(1033), + [anon_sym_LPAREN] = ACTIONS(1033), + [anon_sym_DOLLAR] = ACTIONS(1033), + [anon_sym_error] = ACTIONS(1031), + [anon_sym_list] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1031), + [anon_sym_DASH] = ACTIONS(1031), + [anon_sym_break] = ACTIONS(1031), + [anon_sym_continue] = ACTIONS(1031), + [anon_sym_for] = ACTIONS(1031), + [anon_sym_in] = ACTIONS(1031), + [anon_sym_loop] = ACTIONS(1031), + [anon_sym_make] = ACTIONS(1031), + [anon_sym_while] = ACTIONS(1031), + [anon_sym_do] = ACTIONS(1031), + [anon_sym_if] = ACTIONS(1031), + [anon_sym_else] = ACTIONS(1031), + [anon_sym_match] = ACTIONS(1031), + [anon_sym_RBRACE] = ACTIONS(1033), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_try] = ACTIONS(1031), + [anon_sym_catch] = ACTIONS(1031), + [anon_sym_return] = ACTIONS(1031), + [anon_sym_source] = ACTIONS(1031), + [anon_sym_source_DASHenv] = ACTIONS(1031), + [anon_sym_register] = ACTIONS(1031), + [anon_sym_hide] = ACTIONS(1031), + [anon_sym_hide_DASHenv] = ACTIONS(1031), + [anon_sym_overlay] = ACTIONS(1031), + [anon_sym_new] = ACTIONS(1031), + [anon_sym_as] = ACTIONS(1031), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_STAR_STAR] = ACTIONS(1033), + [anon_sym_PLUS_PLUS] = ACTIONS(1033), + [anon_sym_SLASH] = ACTIONS(1031), + [anon_sym_mod] = ACTIONS(1031), + [anon_sym_SLASH_SLASH] = ACTIONS(1033), + [anon_sym_PLUS] = ACTIONS(1031), + [anon_sym_bit_DASHshl] = ACTIONS(1031), + [anon_sym_bit_DASHshr] = ACTIONS(1031), + [anon_sym_EQ_EQ] = ACTIONS(1033), + [anon_sym_BANG_EQ] = ACTIONS(1033), + [anon_sym_LT2] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1033), + [anon_sym_GT_EQ] = ACTIONS(1033), + [anon_sym_not_DASHin] = ACTIONS(1031), + [anon_sym_starts_DASHwith] = ACTIONS(1031), + [anon_sym_ends_DASHwith] = ACTIONS(1031), + [anon_sym_EQ_TILDE] = ACTIONS(1033), + [anon_sym_BANG_TILDE] = ACTIONS(1033), + [anon_sym_bit_DASHand] = ACTIONS(1031), + [anon_sym_bit_DASHxor] = ACTIONS(1031), + [anon_sym_bit_DASHor] = ACTIONS(1031), + [anon_sym_and] = ACTIONS(1031), + [anon_sym_xor] = ACTIONS(1031), + [anon_sym_or] = ACTIONS(1031), + [aux_sym__val_number_decimal_token1] = ACTIONS(1031), + [aux_sym__val_number_token1] = ACTIONS(1033), + [aux_sym__val_number_token2] = ACTIONS(1033), + [aux_sym__val_number_token3] = ACTIONS(1033), + [aux_sym__val_number_token4] = ACTIONS(1031), + [aux_sym__val_number_token5] = ACTIONS(1033), + [aux_sym__val_number_token6] = ACTIONS(1031), + [anon_sym_DQUOTE] = ACTIONS(1033), + [sym__str_single_quotes] = ACTIONS(1033), + [sym__str_back_ticks] = ACTIONS(1033), + [aux_sym__record_key_token2] = ACTIONS(1031), [anon_sym_POUND] = ACTIONS(3), }, [439] = { [sym_comment] = STATE(439), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1267), - [aux_sym__immediate_decimal_token2] = ACTIONS(1269), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1085), + [anon_sym_alias] = ACTIONS(1085), + [anon_sym_let] = ACTIONS(1085), + [anon_sym_let_DASHenv] = ACTIONS(1085), + [anon_sym_mut] = ACTIONS(1085), + [anon_sym_const] = ACTIONS(1085), + [sym_cmd_identifier] = ACTIONS(1085), + [anon_sym_def] = ACTIONS(1085), + [anon_sym_export_DASHenv] = ACTIONS(1085), + [anon_sym_extern] = ACTIONS(1085), + [anon_sym_module] = ACTIONS(1085), + [anon_sym_use] = ACTIONS(1085), + [anon_sym_COMMA] = ACTIONS(1087), + [anon_sym_LPAREN] = ACTIONS(1087), + [anon_sym_DOLLAR] = ACTIONS(1087), + [anon_sym_error] = ACTIONS(1085), + [anon_sym_list] = ACTIONS(1085), + [anon_sym_GT] = ACTIONS(1085), + [anon_sym_DASH] = ACTIONS(1085), + [anon_sym_break] = ACTIONS(1085), + [anon_sym_continue] = ACTIONS(1085), + [anon_sym_for] = ACTIONS(1085), + [anon_sym_in] = ACTIONS(1085), + [anon_sym_loop] = ACTIONS(1085), + [anon_sym_make] = ACTIONS(1085), + [anon_sym_while] = ACTIONS(1085), + [anon_sym_do] = ACTIONS(1085), + [anon_sym_if] = ACTIONS(1085), + [anon_sym_else] = ACTIONS(1085), + [anon_sym_match] = ACTIONS(1085), + [anon_sym_RBRACE] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_try] = ACTIONS(1085), + [anon_sym_catch] = ACTIONS(1085), + [anon_sym_return] = ACTIONS(1085), + [anon_sym_source] = ACTIONS(1085), + [anon_sym_source_DASHenv] = ACTIONS(1085), + [anon_sym_register] = ACTIONS(1085), + [anon_sym_hide] = ACTIONS(1085), + [anon_sym_hide_DASHenv] = ACTIONS(1085), + [anon_sym_overlay] = ACTIONS(1085), + [anon_sym_new] = ACTIONS(1085), + [anon_sym_as] = ACTIONS(1085), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_STAR_STAR] = ACTIONS(1087), + [anon_sym_PLUS_PLUS] = ACTIONS(1087), + [anon_sym_SLASH] = ACTIONS(1085), + [anon_sym_mod] = ACTIONS(1085), + [anon_sym_SLASH_SLASH] = ACTIONS(1087), + [anon_sym_PLUS] = ACTIONS(1085), + [anon_sym_bit_DASHshl] = ACTIONS(1085), + [anon_sym_bit_DASHshr] = ACTIONS(1085), + [anon_sym_EQ_EQ] = ACTIONS(1087), + [anon_sym_BANG_EQ] = ACTIONS(1087), + [anon_sym_LT2] = ACTIONS(1085), + [anon_sym_LT_EQ] = ACTIONS(1087), + [anon_sym_GT_EQ] = ACTIONS(1087), + [anon_sym_not_DASHin] = ACTIONS(1085), + [anon_sym_starts_DASHwith] = ACTIONS(1085), + [anon_sym_ends_DASHwith] = ACTIONS(1085), + [anon_sym_EQ_TILDE] = ACTIONS(1087), + [anon_sym_BANG_TILDE] = ACTIONS(1087), + [anon_sym_bit_DASHand] = ACTIONS(1085), + [anon_sym_bit_DASHxor] = ACTIONS(1085), + [anon_sym_bit_DASHor] = ACTIONS(1085), + [anon_sym_and] = ACTIONS(1085), + [anon_sym_xor] = ACTIONS(1085), + [anon_sym_or] = ACTIONS(1085), + [aux_sym__val_number_decimal_token1] = ACTIONS(1085), + [aux_sym__val_number_token1] = ACTIONS(1087), + [aux_sym__val_number_token2] = ACTIONS(1087), + [aux_sym__val_number_token3] = ACTIONS(1087), + [aux_sym__val_number_token4] = ACTIONS(1085), + [aux_sym__val_number_token5] = ACTIONS(1087), + [aux_sym__val_number_token6] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1087), + [sym__str_single_quotes] = ACTIONS(1087), + [sym__str_back_ticks] = ACTIONS(1087), + [aux_sym__record_key_token2] = ACTIONS(1085), [anon_sym_POUND] = ACTIONS(3), }, [440] = { [sym_comment] = STATE(440), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(132), - [anon_sym_in] = ACTIONS(132), - [anon_sym_RBRACE] = ACTIONS(132), - [anon_sym_DOT2] = ACTIONS(1271), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(132), - [anon_sym_xor] = ACTIONS(132), - [anon_sym_or] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(1274), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [aux_sym_unquoted_token6] = ACTIONS(130), + [anon_sym_export] = ACTIONS(1059), + [anon_sym_alias] = ACTIONS(1059), + [anon_sym_let] = ACTIONS(1059), + [anon_sym_let_DASHenv] = ACTIONS(1059), + [anon_sym_mut] = ACTIONS(1059), + [anon_sym_const] = ACTIONS(1059), + [sym_cmd_identifier] = ACTIONS(1059), + [anon_sym_def] = ACTIONS(1059), + [anon_sym_export_DASHenv] = ACTIONS(1059), + [anon_sym_extern] = ACTIONS(1059), + [anon_sym_module] = ACTIONS(1059), + [anon_sym_use] = ACTIONS(1059), + [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_LPAREN] = ACTIONS(1061), + [anon_sym_DOLLAR] = ACTIONS(1061), + [anon_sym_error] = ACTIONS(1059), + [anon_sym_list] = ACTIONS(1059), + [anon_sym_GT] = ACTIONS(1059), + [anon_sym_DASH] = ACTIONS(1059), + [anon_sym_break] = ACTIONS(1059), + [anon_sym_continue] = ACTIONS(1059), + [anon_sym_for] = ACTIONS(1059), + [anon_sym_in] = ACTIONS(1059), + [anon_sym_loop] = ACTIONS(1059), + [anon_sym_make] = ACTIONS(1059), + [anon_sym_while] = ACTIONS(1059), + [anon_sym_do] = ACTIONS(1059), + [anon_sym_if] = ACTIONS(1059), + [anon_sym_else] = ACTIONS(1059), + [anon_sym_match] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1061), + [anon_sym_DOT] = ACTIONS(1061), + [anon_sym_try] = ACTIONS(1059), + [anon_sym_catch] = ACTIONS(1059), + [anon_sym_return] = ACTIONS(1059), + [anon_sym_source] = ACTIONS(1059), + [anon_sym_source_DASHenv] = ACTIONS(1059), + [anon_sym_register] = ACTIONS(1059), + [anon_sym_hide] = ACTIONS(1059), + [anon_sym_hide_DASHenv] = ACTIONS(1059), + [anon_sym_overlay] = ACTIONS(1059), + [anon_sym_new] = ACTIONS(1059), + [anon_sym_as] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1059), + [anon_sym_STAR_STAR] = ACTIONS(1061), + [anon_sym_PLUS_PLUS] = ACTIONS(1061), + [anon_sym_SLASH] = ACTIONS(1059), + [anon_sym_mod] = ACTIONS(1059), + [anon_sym_SLASH_SLASH] = ACTIONS(1061), + [anon_sym_PLUS] = ACTIONS(1059), + [anon_sym_bit_DASHshl] = ACTIONS(1059), + [anon_sym_bit_DASHshr] = ACTIONS(1059), + [anon_sym_EQ_EQ] = ACTIONS(1061), + [anon_sym_BANG_EQ] = ACTIONS(1061), + [anon_sym_LT2] = ACTIONS(1059), + [anon_sym_LT_EQ] = ACTIONS(1061), + [anon_sym_GT_EQ] = ACTIONS(1061), + [anon_sym_not_DASHin] = ACTIONS(1059), + [anon_sym_starts_DASHwith] = ACTIONS(1059), + [anon_sym_ends_DASHwith] = ACTIONS(1059), + [anon_sym_EQ_TILDE] = ACTIONS(1061), + [anon_sym_BANG_TILDE] = ACTIONS(1061), + [anon_sym_bit_DASHand] = ACTIONS(1059), + [anon_sym_bit_DASHxor] = ACTIONS(1059), + [anon_sym_bit_DASHor] = ACTIONS(1059), + [anon_sym_and] = ACTIONS(1059), + [anon_sym_xor] = ACTIONS(1059), + [anon_sym_or] = ACTIONS(1059), + [aux_sym__val_number_decimal_token1] = ACTIONS(1059), + [aux_sym__val_number_token1] = ACTIONS(1061), + [aux_sym__val_number_token2] = ACTIONS(1061), + [aux_sym__val_number_token3] = ACTIONS(1061), + [aux_sym__val_number_token4] = ACTIONS(1059), + [aux_sym__val_number_token5] = ACTIONS(1061), + [aux_sym__val_number_token6] = ACTIONS(1059), + [anon_sym_DQUOTE] = ACTIONS(1061), + [sym__str_single_quotes] = ACTIONS(1061), + [sym__str_back_ticks] = ACTIONS(1061), + [aux_sym__record_key_token2] = ACTIONS(1059), [anon_sym_POUND] = ACTIONS(3), }, [441] = { [sym_comment] = STATE(441), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_COLON] = ACTIONS(1276), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1107), - [anon_sym_s] = ACTIONS(1107), - [anon_sym_us] = ACTIONS(1107), - [anon_sym_ms] = ACTIONS(1107), - [anon_sym_sec] = ACTIONS(1107), - [anon_sym_min] = ACTIONS(1107), - [anon_sym_hr] = ACTIONS(1107), - [anon_sym_day] = ACTIONS(1107), - [anon_sym_wk] = ACTIONS(1107), - [anon_sym_b] = ACTIONS(1109), - [anon_sym_B] = ACTIONS(1109), - [anon_sym_kb] = ACTIONS(1109), - [anon_sym_kB] = ACTIONS(1109), - [anon_sym_Kb] = ACTIONS(1109), - [anon_sym_KB] = ACTIONS(1109), - [anon_sym_mb] = ACTIONS(1109), - [anon_sym_mB] = ACTIONS(1109), - [anon_sym_Mb] = ACTIONS(1109), - [anon_sym_MB] = ACTIONS(1109), - [anon_sym_gb] = ACTIONS(1109), - [anon_sym_gB] = ACTIONS(1109), - [anon_sym_Gb] = ACTIONS(1109), - [anon_sym_GB] = ACTIONS(1109), - [anon_sym_tb] = ACTIONS(1109), - [anon_sym_tB] = ACTIONS(1109), - [anon_sym_Tb] = ACTIONS(1109), - [anon_sym_TB] = ACTIONS(1109), - [anon_sym_pb] = ACTIONS(1109), - [anon_sym_pB] = ACTIONS(1109), - [anon_sym_Pb] = ACTIONS(1109), - [anon_sym_PB] = ACTIONS(1109), - [anon_sym_eb] = ACTIONS(1109), - [anon_sym_eB] = ACTIONS(1109), - [anon_sym_Eb] = ACTIONS(1109), - [anon_sym_EB] = ACTIONS(1109), - [anon_sym_kib] = ACTIONS(1109), - [anon_sym_kiB] = ACTIONS(1109), - [anon_sym_kIB] = ACTIONS(1109), - [anon_sym_kIb] = ACTIONS(1109), - [anon_sym_Kib] = ACTIONS(1109), - [anon_sym_KIb] = ACTIONS(1109), - [anon_sym_KIB] = ACTIONS(1109), - [anon_sym_mib] = ACTIONS(1109), - [anon_sym_miB] = ACTIONS(1109), - [anon_sym_mIB] = ACTIONS(1109), - [anon_sym_mIb] = ACTIONS(1109), - [anon_sym_Mib] = ACTIONS(1109), - [anon_sym_MIb] = ACTIONS(1109), - [anon_sym_MIB] = ACTIONS(1109), - [anon_sym_gib] = ACTIONS(1109), - [anon_sym_giB] = ACTIONS(1109), - [anon_sym_gIB] = ACTIONS(1109), - [anon_sym_gIb] = ACTIONS(1109), - [anon_sym_Gib] = ACTIONS(1109), - [anon_sym_GIb] = ACTIONS(1109), - [anon_sym_GIB] = ACTIONS(1109), - [anon_sym_tib] = ACTIONS(1109), - [anon_sym_tiB] = ACTIONS(1109), - [anon_sym_tIB] = ACTIONS(1109), - [anon_sym_tIb] = ACTIONS(1109), - [anon_sym_Tib] = ACTIONS(1109), - [anon_sym_TIb] = ACTIONS(1109), - [anon_sym_TIB] = ACTIONS(1109), - [anon_sym_pib] = ACTIONS(1109), - [anon_sym_piB] = ACTIONS(1109), - [anon_sym_pIB] = ACTIONS(1109), - [anon_sym_pIb] = ACTIONS(1109), - [anon_sym_Pib] = ACTIONS(1109), - [anon_sym_PIb] = ACTIONS(1109), - [anon_sym_PIB] = ACTIONS(1109), - [anon_sym_eib] = ACTIONS(1109), - [anon_sym_eiB] = ACTIONS(1109), - [anon_sym_eIB] = ACTIONS(1109), - [anon_sym_eIb] = ACTIONS(1109), - [anon_sym_Eib] = ACTIONS(1109), - [anon_sym_EIb] = ACTIONS(1109), - [anon_sym_EIB] = ACTIONS(1109), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(991), + [anon_sym_alias] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_let_DASHenv] = ACTIONS(991), + [anon_sym_mut] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [sym_cmd_identifier] = ACTIONS(991), + [anon_sym_def] = ACTIONS(991), + [anon_sym_export_DASHenv] = ACTIONS(991), + [anon_sym_extern] = ACTIONS(991), + [anon_sym_module] = ACTIONS(991), + [anon_sym_use] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(993), + [anon_sym_LPAREN] = ACTIONS(993), + [anon_sym_DOLLAR] = ACTIONS(993), + [anon_sym_error] = ACTIONS(991), + [anon_sym_list] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_loop] = ACTIONS(991), + [anon_sym_make] = ACTIONS(991), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_else] = ACTIONS(991), + [anon_sym_match] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_try] = ACTIONS(991), + [anon_sym_catch] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_source] = ACTIONS(991), + [anon_sym_source_DASHenv] = ACTIONS(991), + [anon_sym_register] = ACTIONS(991), + [anon_sym_hide] = ACTIONS(991), + [anon_sym_hide_DASHenv] = ACTIONS(991), + [anon_sym_overlay] = ACTIONS(991), + [anon_sym_new] = ACTIONS(991), + [anon_sym_as] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(993), + [anon_sym_PLUS_PLUS] = ACTIONS(993), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ] = ACTIONS(993), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(993), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(993), + [anon_sym_BANG_TILDE] = ACTIONS(993), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(993), + [aux_sym__val_number_token2] = ACTIONS(993), + [aux_sym__val_number_token3] = ACTIONS(993), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(993), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(993), + [sym__str_single_quotes] = ACTIONS(993), + [sym__str_back_ticks] = ACTIONS(993), + [aux_sym__record_key_token2] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(3), }, [442] = { [sym_comment] = STATE(442), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1235), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(991), + [anon_sym_alias] = ACTIONS(991), + [anon_sym_let] = ACTIONS(991), + [anon_sym_let_DASHenv] = ACTIONS(991), + [anon_sym_mut] = ACTIONS(991), + [anon_sym_const] = ACTIONS(991), + [sym_cmd_identifier] = ACTIONS(991), + [anon_sym_def] = ACTIONS(991), + [anon_sym_export_DASHenv] = ACTIONS(991), + [anon_sym_extern] = ACTIONS(991), + [anon_sym_module] = ACTIONS(991), + [anon_sym_use] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(993), + [anon_sym_LPAREN] = ACTIONS(993), + [anon_sym_DOLLAR] = ACTIONS(993), + [anon_sym_error] = ACTIONS(991), + [anon_sym_list] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_break] = ACTIONS(991), + [anon_sym_continue] = ACTIONS(991), + [anon_sym_for] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_loop] = ACTIONS(991), + [anon_sym_make] = ACTIONS(991), + [anon_sym_while] = ACTIONS(991), + [anon_sym_do] = ACTIONS(991), + [anon_sym_if] = ACTIONS(991), + [anon_sym_else] = ACTIONS(991), + [anon_sym_match] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_try] = ACTIONS(991), + [anon_sym_catch] = ACTIONS(991), + [anon_sym_return] = ACTIONS(991), + [anon_sym_source] = ACTIONS(991), + [anon_sym_source_DASHenv] = ACTIONS(991), + [anon_sym_register] = ACTIONS(991), + [anon_sym_hide] = ACTIONS(991), + [anon_sym_hide_DASHenv] = ACTIONS(991), + [anon_sym_overlay] = ACTIONS(991), + [anon_sym_new] = ACTIONS(991), + [anon_sym_as] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(993), + [anon_sym_PLUS_PLUS] = ACTIONS(993), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(993), + [anon_sym_BANG_EQ] = ACTIONS(993), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(993), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(993), + [anon_sym_BANG_TILDE] = ACTIONS(993), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(993), + [aux_sym__val_number_token2] = ACTIONS(993), + [aux_sym__val_number_token3] = ACTIONS(993), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(993), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(993), + [sym__str_single_quotes] = ACTIONS(993), + [sym__str_back_ticks] = ACTIONS(993), + [aux_sym__record_key_token2] = ACTIONS(991), [anon_sym_POUND] = ACTIONS(3), }, [443] = { [sym_comment] = STATE(443), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1278), - [aux_sym__immediate_decimal_token2] = ACTIONS(1280), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(922), + [anon_sym_alias] = ACTIONS(922), + [anon_sym_let] = ACTIONS(922), + [anon_sym_let_DASHenv] = ACTIONS(922), + [anon_sym_mut] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [sym_cmd_identifier] = ACTIONS(922), + [anon_sym_def] = ACTIONS(922), + [anon_sym_export_DASHenv] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_module] = ACTIONS(922), + [anon_sym_use] = ACTIONS(922), + [anon_sym_COMMA] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(924), + [anon_sym_DOLLAR] = ACTIONS(924), + [anon_sym_error] = ACTIONS(922), + [anon_sym_list] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_in] = ACTIONS(928), + [anon_sym_loop] = ACTIONS(922), + [anon_sym_make] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_else] = ACTIONS(922), + [anon_sym_match] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_DOT] = ACTIONS(924), + [anon_sym_try] = ACTIONS(922), + [anon_sym_catch] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_source] = ACTIONS(922), + [anon_sym_source_DASHenv] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_hide] = ACTIONS(922), + [anon_sym_hide_DASHenv] = ACTIONS(922), + [anon_sym_overlay] = ACTIONS(922), + [anon_sym_new] = ACTIONS(922), + [anon_sym_as] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(1007), + [anon_sym_PLUS_PLUS] = ACTIONS(1007), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(1007), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(1007), + [anon_sym_BANG_EQ] = ACTIONS(1007), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(1007), + [anon_sym_GT_EQ] = ACTIONS(1007), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(1007), + [anon_sym_BANG_TILDE] = ACTIONS(1007), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(924), + [aux_sym__val_number_token2] = ACTIONS(924), + [aux_sym__val_number_token3] = ACTIONS(924), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(924), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(924), + [sym__str_single_quotes] = ACTIONS(924), + [sym__str_back_ticks] = ACTIONS(924), + [aux_sym__record_key_token2] = ACTIONS(922), [anon_sym_POUND] = ACTIONS(3), }, [444] = { [sym_comment] = STATE(444), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1282), - [aux_sym__immediate_decimal_token2] = ACTIONS(1284), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [445] = { [sym_comment] = STATE(445), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(1286), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1223), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(963), + [anon_sym_BANG_TILDE] = ACTIONS(963), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [446] = { [sym_comment] = STATE(446), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1289), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [447] = { [sym_comment] = STATE(447), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1263), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(109), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(109), - [aux_sym__unquoted_in_list_token1] = ACTIONS(107), - [aux_sym__unquoted_in_list_token7] = ACTIONS(107), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [448] = { [sym_comment] = STATE(448), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1291), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_COMMA] = ACTIONS(887), + [anon_sym_LPAREN] = ACTIONS(887), + [anon_sym_DOLLAR] = ACTIONS(887), + [anon_sym_error] = ACTIONS(885), + [anon_sym_list] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_make] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_else] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(887), + [anon_sym_DOT] = ACTIONS(887), + [anon_sym_try] = ACTIONS(885), + [anon_sym_catch] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_new] = ACTIONS(885), + [anon_sym_as] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(887), + [anon_sym_PLUS_PLUS] = ACTIONS(887), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(887), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(887), + [anon_sym_BANG_EQ] = ACTIONS(887), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(887), + [anon_sym_GT_EQ] = ACTIONS(887), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(887), + [anon_sym_BANG_TILDE] = ACTIONS(887), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(887), + [aux_sym__val_number_token2] = ACTIONS(887), + [aux_sym__val_number_token3] = ACTIONS(887), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(887), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(887), + [sym__str_single_quotes] = ACTIONS(887), + [sym__str_back_ticks] = ACTIONS(887), + [aux_sym__record_key_token2] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(3), }, [449] = { [sym_comment] = STATE(449), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1249), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(117), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(963), + [anon_sym_BANG_EQ] = ACTIONS(963), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(963), + [anon_sym_GT_EQ] = ACTIONS(963), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(963), + [anon_sym_BANG_TILDE] = ACTIONS(963), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [450] = { [sym_comment] = STATE(450), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1249), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(117), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [anon_sym_export] = ACTIONS(949), + [anon_sym_alias] = ACTIONS(949), + [anon_sym_let] = ACTIONS(949), + [anon_sym_let_DASHenv] = ACTIONS(949), + [anon_sym_mut] = ACTIONS(949), + [anon_sym_const] = ACTIONS(949), + [sym_cmd_identifier] = ACTIONS(949), + [anon_sym_def] = ACTIONS(949), + [anon_sym_export_DASHenv] = ACTIONS(949), + [anon_sym_extern] = ACTIONS(949), + [anon_sym_module] = ACTIONS(949), + [anon_sym_use] = ACTIONS(949), + [anon_sym_COMMA] = ACTIONS(951), + [anon_sym_LPAREN] = ACTIONS(951), + [anon_sym_DOLLAR] = ACTIONS(951), + [anon_sym_error] = ACTIONS(949), + [anon_sym_list] = ACTIONS(949), + [anon_sym_GT] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_break] = ACTIONS(949), + [anon_sym_continue] = ACTIONS(949), + [anon_sym_for] = ACTIONS(949), + [anon_sym_in] = ACTIONS(949), + [anon_sym_loop] = ACTIONS(949), + [anon_sym_make] = ACTIONS(949), + [anon_sym_while] = ACTIONS(949), + [anon_sym_do] = ACTIONS(949), + [anon_sym_if] = ACTIONS(949), + [anon_sym_else] = ACTIONS(949), + [anon_sym_match] = ACTIONS(949), + [anon_sym_RBRACE] = ACTIONS(951), + [anon_sym_DOT] = ACTIONS(951), + [anon_sym_try] = ACTIONS(949), + [anon_sym_catch] = ACTIONS(949), + [anon_sym_return] = ACTIONS(949), + [anon_sym_source] = ACTIONS(949), + [anon_sym_source_DASHenv] = ACTIONS(949), + [anon_sym_register] = ACTIONS(949), + [anon_sym_hide] = ACTIONS(949), + [anon_sym_hide_DASHenv] = ACTIONS(949), + [anon_sym_overlay] = ACTIONS(949), + [anon_sym_new] = ACTIONS(949), + [anon_sym_as] = ACTIONS(949), + [anon_sym_STAR] = ACTIONS(949), + [anon_sym_STAR_STAR] = ACTIONS(951), + [anon_sym_PLUS_PLUS] = ACTIONS(951), + [anon_sym_SLASH] = ACTIONS(949), + [anon_sym_mod] = ACTIONS(949), + [anon_sym_SLASH_SLASH] = ACTIONS(951), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_bit_DASHshl] = ACTIONS(949), + [anon_sym_bit_DASHshr] = ACTIONS(949), + [anon_sym_EQ_EQ] = ACTIONS(951), + [anon_sym_BANG_EQ] = ACTIONS(951), + [anon_sym_LT2] = ACTIONS(949), + [anon_sym_LT_EQ] = ACTIONS(951), + [anon_sym_GT_EQ] = ACTIONS(951), + [anon_sym_not_DASHin] = ACTIONS(949), + [anon_sym_starts_DASHwith] = ACTIONS(949), + [anon_sym_ends_DASHwith] = ACTIONS(949), + [anon_sym_EQ_TILDE] = ACTIONS(951), + [anon_sym_BANG_TILDE] = ACTIONS(951), + [anon_sym_bit_DASHand] = ACTIONS(949), + [anon_sym_bit_DASHxor] = ACTIONS(949), + [anon_sym_bit_DASHor] = ACTIONS(949), + [anon_sym_and] = ACTIONS(949), + [anon_sym_xor] = ACTIONS(949), + [anon_sym_or] = ACTIONS(949), + [aux_sym__val_number_decimal_token1] = ACTIONS(949), + [aux_sym__val_number_token1] = ACTIONS(951), + [aux_sym__val_number_token2] = ACTIONS(951), + [aux_sym__val_number_token3] = ACTIONS(951), + [aux_sym__val_number_token4] = ACTIONS(949), + [aux_sym__val_number_token5] = ACTIONS(951), + [aux_sym__val_number_token6] = ACTIONS(949), + [anon_sym_DQUOTE] = ACTIONS(951), + [sym__str_single_quotes] = ACTIONS(951), + [sym__str_back_ticks] = ACTIONS(951), + [aux_sym__record_key_token2] = ACTIONS(949), [anon_sym_POUND] = ACTIONS(3), }, [451] = { [sym_comment] = STATE(451), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1183), - [anon_sym_s] = ACTIONS(1183), - [anon_sym_us] = ACTIONS(1183), - [anon_sym_ms] = ACTIONS(1183), - [anon_sym_sec] = ACTIONS(1183), - [anon_sym_min] = ACTIONS(1183), - [anon_sym_hr] = ACTIONS(1183), - [anon_sym_day] = ACTIONS(1183), - [anon_sym_wk] = ACTIONS(1183), - [anon_sym_b] = ACTIONS(1185), - [anon_sym_B] = ACTIONS(1185), - [anon_sym_kb] = ACTIONS(1185), - [anon_sym_kB] = ACTIONS(1185), - [anon_sym_Kb] = ACTIONS(1185), - [anon_sym_KB] = ACTIONS(1185), - [anon_sym_mb] = ACTIONS(1185), - [anon_sym_mB] = ACTIONS(1185), - [anon_sym_Mb] = ACTIONS(1185), - [anon_sym_MB] = ACTIONS(1185), - [anon_sym_gb] = ACTIONS(1185), - [anon_sym_gB] = ACTIONS(1185), - [anon_sym_Gb] = ACTIONS(1185), - [anon_sym_GB] = ACTIONS(1185), - [anon_sym_tb] = ACTIONS(1185), - [anon_sym_tB] = ACTIONS(1185), - [anon_sym_Tb] = ACTIONS(1185), - [anon_sym_TB] = ACTIONS(1185), - [anon_sym_pb] = ACTIONS(1185), - [anon_sym_pB] = ACTIONS(1185), - [anon_sym_Pb] = ACTIONS(1185), - [anon_sym_PB] = ACTIONS(1185), - [anon_sym_eb] = ACTIONS(1185), - [anon_sym_eB] = ACTIONS(1185), - [anon_sym_Eb] = ACTIONS(1185), - [anon_sym_EB] = ACTIONS(1185), - [anon_sym_kib] = ACTIONS(1185), - [anon_sym_kiB] = ACTIONS(1185), - [anon_sym_kIB] = ACTIONS(1185), - [anon_sym_kIb] = ACTIONS(1185), - [anon_sym_Kib] = ACTIONS(1185), - [anon_sym_KIb] = ACTIONS(1185), - [anon_sym_KIB] = ACTIONS(1185), - [anon_sym_mib] = ACTIONS(1185), - [anon_sym_miB] = ACTIONS(1185), - [anon_sym_mIB] = ACTIONS(1185), - [anon_sym_mIb] = ACTIONS(1185), - [anon_sym_Mib] = ACTIONS(1185), - [anon_sym_MIb] = ACTIONS(1185), - [anon_sym_MIB] = ACTIONS(1185), - [anon_sym_gib] = ACTIONS(1185), - [anon_sym_giB] = ACTIONS(1185), - [anon_sym_gIB] = ACTIONS(1185), - [anon_sym_gIb] = ACTIONS(1185), - [anon_sym_Gib] = ACTIONS(1185), - [anon_sym_GIb] = ACTIONS(1185), - [anon_sym_GIB] = ACTIONS(1185), - [anon_sym_tib] = ACTIONS(1185), - [anon_sym_tiB] = ACTIONS(1185), - [anon_sym_tIB] = ACTIONS(1185), - [anon_sym_tIb] = ACTIONS(1185), - [anon_sym_Tib] = ACTIONS(1185), - [anon_sym_TIb] = ACTIONS(1185), - [anon_sym_TIB] = ACTIONS(1185), - [anon_sym_pib] = ACTIONS(1185), - [anon_sym_piB] = ACTIONS(1185), - [anon_sym_pIB] = ACTIONS(1185), - [anon_sym_pIb] = ACTIONS(1185), - [anon_sym_Pib] = ACTIONS(1185), - [anon_sym_PIb] = ACTIONS(1185), - [anon_sym_PIB] = ACTIONS(1185), - [anon_sym_eib] = ACTIONS(1185), - [anon_sym_eiB] = ACTIONS(1185), - [anon_sym_eIB] = ACTIONS(1185), - [anon_sym_eIb] = ACTIONS(1185), - [anon_sym_Eib] = ACTIONS(1185), - [anon_sym_EIb] = ACTIONS(1185), - [anon_sym_EIB] = ACTIONS(1185), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_COMMA] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(943), + [anon_sym_error] = ACTIONS(941), + [anon_sym_list] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_make] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_else] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_DOT] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_catch] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_new] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(943), + [anon_sym_PLUS_PLUS] = ACTIONS(943), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(943), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(943), + [anon_sym_BANG_EQ] = ACTIONS(943), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(943), + [anon_sym_GT_EQ] = ACTIONS(943), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(943), + [anon_sym_BANG_TILDE] = ACTIONS(943), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(943), + [aux_sym__val_number_token2] = ACTIONS(943), + [aux_sym__val_number_token3] = ACTIONS(943), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(943), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(943), + [sym__str_single_quotes] = ACTIONS(943), + [sym__str_back_ticks] = ACTIONS(943), + [aux_sym__record_key_token2] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(3), }, [452] = { [sym_comment] = STATE(452), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1284), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [453] = { [sym_comment] = STATE(453), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1296), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(987), + [anon_sym_alias] = ACTIONS(987), + [anon_sym_let] = ACTIONS(987), + [anon_sym_let_DASHenv] = ACTIONS(987), + [anon_sym_mut] = ACTIONS(987), + [anon_sym_const] = ACTIONS(987), + [sym_cmd_identifier] = ACTIONS(987), + [anon_sym_def] = ACTIONS(987), + [anon_sym_export_DASHenv] = ACTIONS(987), + [anon_sym_extern] = ACTIONS(987), + [anon_sym_module] = ACTIONS(987), + [anon_sym_use] = ACTIONS(987), + [anon_sym_COMMA] = ACTIONS(989), + [anon_sym_LPAREN] = ACTIONS(989), + [anon_sym_DOLLAR] = ACTIONS(989), + [anon_sym_error] = ACTIONS(987), + [anon_sym_list] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(987), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_break] = ACTIONS(987), + [anon_sym_continue] = ACTIONS(987), + [anon_sym_for] = ACTIONS(987), + [anon_sym_in] = ACTIONS(987), + [anon_sym_loop] = ACTIONS(987), + [anon_sym_make] = ACTIONS(987), + [anon_sym_while] = ACTIONS(987), + [anon_sym_do] = ACTIONS(987), + [anon_sym_if] = ACTIONS(987), + [anon_sym_else] = ACTIONS(987), + [anon_sym_match] = ACTIONS(987), + [anon_sym_RBRACE] = ACTIONS(989), + [anon_sym_DOT] = ACTIONS(989), + [anon_sym_try] = ACTIONS(987), + [anon_sym_catch] = ACTIONS(987), + [anon_sym_return] = ACTIONS(987), + [anon_sym_source] = ACTIONS(987), + [anon_sym_source_DASHenv] = ACTIONS(987), + [anon_sym_register] = ACTIONS(987), + [anon_sym_hide] = ACTIONS(987), + [anon_sym_hide_DASHenv] = ACTIONS(987), + [anon_sym_overlay] = ACTIONS(987), + [anon_sym_new] = ACTIONS(987), + [anon_sym_as] = ACTIONS(987), + [anon_sym_STAR] = ACTIONS(987), + [anon_sym_STAR_STAR] = ACTIONS(989), + [anon_sym_PLUS_PLUS] = ACTIONS(989), + [anon_sym_SLASH] = ACTIONS(987), + [anon_sym_mod] = ACTIONS(987), + [anon_sym_SLASH_SLASH] = ACTIONS(989), + [anon_sym_PLUS] = ACTIONS(987), + [anon_sym_bit_DASHshl] = ACTIONS(987), + [anon_sym_bit_DASHshr] = ACTIONS(987), + [anon_sym_EQ_EQ] = ACTIONS(989), + [anon_sym_BANG_EQ] = ACTIONS(989), + [anon_sym_LT2] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(989), + [anon_sym_GT_EQ] = ACTIONS(989), + [anon_sym_not_DASHin] = ACTIONS(987), + [anon_sym_starts_DASHwith] = ACTIONS(987), + [anon_sym_ends_DASHwith] = ACTIONS(987), + [anon_sym_EQ_TILDE] = ACTIONS(989), + [anon_sym_BANG_TILDE] = ACTIONS(989), + [anon_sym_bit_DASHand] = ACTIONS(987), + [anon_sym_bit_DASHxor] = ACTIONS(987), + [anon_sym_bit_DASHor] = ACTIONS(987), + [anon_sym_and] = ACTIONS(987), + [anon_sym_xor] = ACTIONS(987), + [anon_sym_or] = ACTIONS(987), + [aux_sym__val_number_decimal_token1] = ACTIONS(987), + [aux_sym__val_number_token1] = ACTIONS(989), + [aux_sym__val_number_token2] = ACTIONS(989), + [aux_sym__val_number_token3] = ACTIONS(989), + [aux_sym__val_number_token4] = ACTIONS(987), + [aux_sym__val_number_token5] = ACTIONS(989), + [aux_sym__val_number_token6] = ACTIONS(987), + [anon_sym_DQUOTE] = ACTIONS(989), + [sym__str_single_quotes] = ACTIONS(989), + [sym__str_back_ticks] = ACTIONS(989), + [aux_sym__record_key_token2] = ACTIONS(987), [anon_sym_POUND] = ACTIONS(3), }, [454] = { [sym_comment] = STATE(454), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1298), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(149), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(149), - [aux_sym__unquoted_in_list_token1] = ACTIONS(147), - [aux_sym__unquoted_in_list_token7] = ACTIONS(147), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(963), + [anon_sym_BANG_EQ] = ACTIONS(963), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(963), + [anon_sym_GT_EQ] = ACTIONS(963), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(963), + [anon_sym_BANG_TILDE] = ACTIONS(963), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [455] = { [sym_comment] = STATE(455), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), + [anon_sym_export] = ACTIONS(1023), + [anon_sym_alias] = ACTIONS(1023), + [anon_sym_let] = ACTIONS(1023), + [anon_sym_let_DASHenv] = ACTIONS(1023), + [anon_sym_mut] = ACTIONS(1023), + [anon_sym_const] = ACTIONS(1023), + [sym_cmd_identifier] = ACTIONS(1023), + [anon_sym_def] = ACTIONS(1023), + [anon_sym_export_DASHenv] = ACTIONS(1023), + [anon_sym_extern] = ACTIONS(1023), + [anon_sym_module] = ACTIONS(1023), + [anon_sym_use] = ACTIONS(1023), + [anon_sym_COMMA] = ACTIONS(1025), + [anon_sym_LPAREN] = ACTIONS(1025), + [anon_sym_DOLLAR] = ACTIONS(1025), + [anon_sym_error] = ACTIONS(1023), + [anon_sym_list] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1023), + [anon_sym_DASH] = ACTIONS(1023), + [anon_sym_break] = ACTIONS(1023), + [anon_sym_continue] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_in] = ACTIONS(1023), + [anon_sym_loop] = ACTIONS(1023), + [anon_sym_make] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1023), + [anon_sym_do] = ACTIONS(1023), + [anon_sym_if] = ACTIONS(1023), + [anon_sym_else] = ACTIONS(1023), + [anon_sym_match] = ACTIONS(1023), + [anon_sym_RBRACE] = ACTIONS(1025), + [anon_sym_DOT] = ACTIONS(1025), + [anon_sym_try] = ACTIONS(1023), + [anon_sym_catch] = ACTIONS(1023), + [anon_sym_return] = ACTIONS(1023), + [anon_sym_source] = ACTIONS(1023), + [anon_sym_source_DASHenv] = ACTIONS(1023), + [anon_sym_register] = ACTIONS(1023), + [anon_sym_hide] = ACTIONS(1023), + [anon_sym_hide_DASHenv] = ACTIONS(1023), + [anon_sym_overlay] = ACTIONS(1023), + [anon_sym_new] = ACTIONS(1023), + [anon_sym_as] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR_STAR] = ACTIONS(1025), + [anon_sym_PLUS_PLUS] = ACTIONS(1025), + [anon_sym_SLASH] = ACTIONS(1023), + [anon_sym_mod] = ACTIONS(1023), + [anon_sym_SLASH_SLASH] = ACTIONS(1025), + [anon_sym_PLUS] = ACTIONS(1023), + [anon_sym_bit_DASHshl] = ACTIONS(1023), + [anon_sym_bit_DASHshr] = ACTIONS(1023), + [anon_sym_EQ_EQ] = ACTIONS(1025), + [anon_sym_BANG_EQ] = ACTIONS(1025), + [anon_sym_LT2] = ACTIONS(1023), + [anon_sym_LT_EQ] = ACTIONS(1025), + [anon_sym_GT_EQ] = ACTIONS(1025), + [anon_sym_not_DASHin] = ACTIONS(1023), + [anon_sym_starts_DASHwith] = ACTIONS(1023), + [anon_sym_ends_DASHwith] = ACTIONS(1023), + [anon_sym_EQ_TILDE] = ACTIONS(1025), + [anon_sym_BANG_TILDE] = ACTIONS(1025), + [anon_sym_bit_DASHand] = ACTIONS(1023), + [anon_sym_bit_DASHxor] = ACTIONS(1023), + [anon_sym_bit_DASHor] = ACTIONS(1023), + [anon_sym_and] = ACTIONS(1023), + [anon_sym_xor] = ACTIONS(1023), + [anon_sym_or] = ACTIONS(1023), + [aux_sym__val_number_decimal_token1] = ACTIONS(1023), + [aux_sym__val_number_token1] = ACTIONS(1025), + [aux_sym__val_number_token2] = ACTIONS(1025), + [aux_sym__val_number_token3] = ACTIONS(1025), + [aux_sym__val_number_token4] = ACTIONS(1023), + [aux_sym__val_number_token5] = ACTIONS(1025), + [aux_sym__val_number_token6] = ACTIONS(1023), + [anon_sym_DQUOTE] = ACTIONS(1025), + [sym__str_single_quotes] = ACTIONS(1025), + [sym__str_back_ticks] = ACTIONS(1025), + [aux_sym__record_key_token2] = ACTIONS(1023), [anon_sym_POUND] = ACTIONS(3), }, [456] = { [sym_comment] = STATE(456), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1280), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1055), + [anon_sym_alias] = ACTIONS(1055), + [anon_sym_let] = ACTIONS(1055), + [anon_sym_let_DASHenv] = ACTIONS(1055), + [anon_sym_mut] = ACTIONS(1055), + [anon_sym_const] = ACTIONS(1055), + [sym_cmd_identifier] = ACTIONS(1055), + [anon_sym_def] = ACTIONS(1055), + [anon_sym_export_DASHenv] = ACTIONS(1055), + [anon_sym_extern] = ACTIONS(1055), + [anon_sym_module] = ACTIONS(1055), + [anon_sym_use] = ACTIONS(1055), + [anon_sym_COMMA] = ACTIONS(1057), + [anon_sym_LPAREN] = ACTIONS(1057), + [anon_sym_DOLLAR] = ACTIONS(1057), + [anon_sym_error] = ACTIONS(1055), + [anon_sym_list] = ACTIONS(1055), + [anon_sym_GT] = ACTIONS(1055), + [anon_sym_DASH] = ACTIONS(1055), + [anon_sym_break] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(1055), + [anon_sym_for] = ACTIONS(1055), + [anon_sym_in] = ACTIONS(1055), + [anon_sym_loop] = ACTIONS(1055), + [anon_sym_make] = ACTIONS(1055), + [anon_sym_while] = ACTIONS(1055), + [anon_sym_do] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(1055), + [anon_sym_else] = ACTIONS(1055), + [anon_sym_match] = ACTIONS(1055), + [anon_sym_RBRACE] = ACTIONS(1057), + [anon_sym_DOT] = ACTIONS(1057), + [anon_sym_try] = ACTIONS(1055), + [anon_sym_catch] = ACTIONS(1055), + [anon_sym_return] = ACTIONS(1055), + [anon_sym_source] = ACTIONS(1055), + [anon_sym_source_DASHenv] = ACTIONS(1055), + [anon_sym_register] = ACTIONS(1055), + [anon_sym_hide] = ACTIONS(1055), + [anon_sym_hide_DASHenv] = ACTIONS(1055), + [anon_sym_overlay] = ACTIONS(1055), + [anon_sym_new] = ACTIONS(1055), + [anon_sym_as] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1055), + [anon_sym_STAR_STAR] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_SLASH] = ACTIONS(1055), + [anon_sym_mod] = ACTIONS(1055), + [anon_sym_SLASH_SLASH] = ACTIONS(1057), + [anon_sym_PLUS] = ACTIONS(1055), + [anon_sym_bit_DASHshl] = ACTIONS(1055), + [anon_sym_bit_DASHshr] = ACTIONS(1055), + [anon_sym_EQ_EQ] = ACTIONS(1057), + [anon_sym_BANG_EQ] = ACTIONS(1057), + [anon_sym_LT2] = ACTIONS(1055), + [anon_sym_LT_EQ] = ACTIONS(1057), + [anon_sym_GT_EQ] = ACTIONS(1057), + [anon_sym_not_DASHin] = ACTIONS(1055), + [anon_sym_starts_DASHwith] = ACTIONS(1055), + [anon_sym_ends_DASHwith] = ACTIONS(1055), + [anon_sym_EQ_TILDE] = ACTIONS(1057), + [anon_sym_BANG_TILDE] = ACTIONS(1057), + [anon_sym_bit_DASHand] = ACTIONS(1055), + [anon_sym_bit_DASHxor] = ACTIONS(1055), + [anon_sym_bit_DASHor] = ACTIONS(1055), + [anon_sym_and] = ACTIONS(1055), + [anon_sym_xor] = ACTIONS(1055), + [anon_sym_or] = ACTIONS(1055), + [aux_sym__val_number_decimal_token1] = ACTIONS(1055), + [aux_sym__val_number_token1] = ACTIONS(1057), + [aux_sym__val_number_token2] = ACTIONS(1057), + [aux_sym__val_number_token3] = ACTIONS(1057), + [aux_sym__val_number_token4] = ACTIONS(1055), + [aux_sym__val_number_token5] = ACTIONS(1057), + [aux_sym__val_number_token6] = ACTIONS(1055), + [anon_sym_DQUOTE] = ACTIONS(1057), + [sym__str_single_quotes] = ACTIONS(1057), + [sym__str_back_ticks] = ACTIONS(1057), + [aux_sym__record_key_token2] = ACTIONS(1055), [anon_sym_POUND] = ACTIONS(3), }, [457] = { [sym_comment] = STATE(457), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), + [anon_sym_export] = ACTIONS(868), + [anon_sym_alias] = ACTIONS(868), + [anon_sym_let] = ACTIONS(868), + [anon_sym_let_DASHenv] = ACTIONS(868), + [anon_sym_mut] = ACTIONS(868), + [anon_sym_const] = ACTIONS(868), + [sym_cmd_identifier] = ACTIONS(868), + [anon_sym_def] = ACTIONS(868), + [anon_sym_export_DASHenv] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_use] = ACTIONS(868), + [anon_sym_COMMA] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_error] = ACTIONS(868), + [anon_sym_list] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(868), + [anon_sym_for] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_loop] = ACTIONS(868), + [anon_sym_make] = ACTIONS(868), + [anon_sym_while] = ACTIONS(868), + [anon_sym_do] = ACTIONS(868), + [anon_sym_if] = ACTIONS(868), + [anon_sym_else] = ACTIONS(868), + [anon_sym_match] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(870), + [anon_sym_DOT] = ACTIONS(870), + [anon_sym_try] = ACTIONS(868), + [anon_sym_catch] = ACTIONS(868), + [anon_sym_return] = ACTIONS(868), + [anon_sym_source] = ACTIONS(868), + [anon_sym_source_DASHenv] = ACTIONS(868), + [anon_sym_register] = ACTIONS(868), + [anon_sym_hide] = ACTIONS(868), + [anon_sym_hide_DASHenv] = ACTIONS(868), + [anon_sym_overlay] = ACTIONS(868), + [anon_sym_new] = ACTIONS(868), + [anon_sym_as] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(870), + [aux_sym__val_number_token2] = ACTIONS(870), + [aux_sym__val_number_token3] = ACTIONS(870), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(870), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [aux_sym__record_key_token2] = ACTIONS(868), [anon_sym_POUND] = ACTIONS(3), }, [458] = { [sym_comment] = STATE(458), - [anon_sym_LBRACK] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(132), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(1303), - [anon_sym_null] = ACTIONS(132), - [anon_sym_true] = ACTIONS(132), - [anon_sym_false] = ACTIONS(132), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(132), - [aux_sym__val_number_token2] = ACTIONS(132), - [aux_sym__val_number_token3] = ACTIONS(132), - [aux_sym__val_number_token4] = ACTIONS(132), - [aux_sym__val_number_token5] = ACTIONS(132), - [aux_sym__val_number_token6] = ACTIONS(132), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(132), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(132), - [anon_sym_DQUOTE] = ACTIONS(132), - [sym__str_single_quotes] = ACTIONS(132), - [sym__str_back_ticks] = ACTIONS(132), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(132), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(132), - [aux_sym__unquoted_in_list_token1] = ACTIONS(130), - [aux_sym__unquoted_in_list_token7] = ACTIONS(130), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(963), + [anon_sym_BANG_TILDE] = ACTIONS(963), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [459] = { [sym_comment] = STATE(459), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1284), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(975), + [anon_sym_alias] = ACTIONS(975), + [anon_sym_let] = ACTIONS(975), + [anon_sym_let_DASHenv] = ACTIONS(975), + [anon_sym_mut] = ACTIONS(975), + [anon_sym_const] = ACTIONS(975), + [sym_cmd_identifier] = ACTIONS(975), + [anon_sym_def] = ACTIONS(975), + [anon_sym_export_DASHenv] = ACTIONS(975), + [anon_sym_extern] = ACTIONS(975), + [anon_sym_module] = ACTIONS(975), + [anon_sym_use] = ACTIONS(975), + [anon_sym_COMMA] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(977), + [anon_sym_DOLLAR] = ACTIONS(977), + [anon_sym_error] = ACTIONS(975), + [anon_sym_list] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_break] = ACTIONS(975), + [anon_sym_continue] = ACTIONS(975), + [anon_sym_for] = ACTIONS(975), + [anon_sym_in] = ACTIONS(975), + [anon_sym_loop] = ACTIONS(975), + [anon_sym_make] = ACTIONS(975), + [anon_sym_while] = ACTIONS(975), + [anon_sym_do] = ACTIONS(975), + [anon_sym_if] = ACTIONS(975), + [anon_sym_else] = ACTIONS(975), + [anon_sym_match] = ACTIONS(975), + [anon_sym_RBRACE] = ACTIONS(977), + [anon_sym_DOT] = ACTIONS(977), + [anon_sym_try] = ACTIONS(975), + [anon_sym_catch] = ACTIONS(975), + [anon_sym_return] = ACTIONS(975), + [anon_sym_source] = ACTIONS(975), + [anon_sym_source_DASHenv] = ACTIONS(975), + [anon_sym_register] = ACTIONS(975), + [anon_sym_hide] = ACTIONS(975), + [anon_sym_hide_DASHenv] = ACTIONS(975), + [anon_sym_overlay] = ACTIONS(975), + [anon_sym_new] = ACTIONS(975), + [anon_sym_as] = ACTIONS(975), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_STAR_STAR] = ACTIONS(977), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_mod] = ACTIONS(975), + [anon_sym_SLASH_SLASH] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_bit_DASHshl] = ACTIONS(975), + [anon_sym_bit_DASHshr] = ACTIONS(975), + [anon_sym_EQ_EQ] = ACTIONS(977), + [anon_sym_BANG_EQ] = ACTIONS(977), + [anon_sym_LT2] = ACTIONS(975), + [anon_sym_LT_EQ] = ACTIONS(977), + [anon_sym_GT_EQ] = ACTIONS(977), + [anon_sym_not_DASHin] = ACTIONS(975), + [anon_sym_starts_DASHwith] = ACTIONS(975), + [anon_sym_ends_DASHwith] = ACTIONS(975), + [anon_sym_EQ_TILDE] = ACTIONS(977), + [anon_sym_BANG_TILDE] = ACTIONS(977), + [anon_sym_bit_DASHand] = ACTIONS(975), + [anon_sym_bit_DASHxor] = ACTIONS(975), + [anon_sym_bit_DASHor] = ACTIONS(975), + [anon_sym_and] = ACTIONS(975), + [anon_sym_xor] = ACTIONS(975), + [anon_sym_or] = ACTIONS(975), + [aux_sym__val_number_decimal_token1] = ACTIONS(975), + [aux_sym__val_number_token1] = ACTIONS(977), + [aux_sym__val_number_token2] = ACTIONS(977), + [aux_sym__val_number_token3] = ACTIONS(977), + [aux_sym__val_number_token4] = ACTIONS(975), + [aux_sym__val_number_token5] = ACTIONS(977), + [aux_sym__val_number_token6] = ACTIONS(975), + [anon_sym_DQUOTE] = ACTIONS(977), + [sym__str_single_quotes] = ACTIONS(977), + [sym__str_back_ticks] = ACTIONS(977), + [aux_sym__record_key_token2] = ACTIONS(975), [anon_sym_POUND] = ACTIONS(3), }, [460] = { [sym_comment] = STATE(460), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(132), - [anon_sym_in] = ACTIONS(132), - [anon_sym_EQ_GT] = ACTIONS(132), - [anon_sym_DOT2] = ACTIONS(1308), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(132), - [anon_sym_xor] = ACTIONS(132), - [anon_sym_or] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(1311), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [aux_sym_unquoted_token6] = ACTIONS(130), + [anon_sym_export] = ACTIONS(969), + [anon_sym_alias] = ACTIONS(969), + [anon_sym_let] = ACTIONS(969), + [anon_sym_let_DASHenv] = ACTIONS(969), + [anon_sym_mut] = ACTIONS(969), + [anon_sym_const] = ACTIONS(969), + [sym_cmd_identifier] = ACTIONS(969), + [anon_sym_def] = ACTIONS(969), + [anon_sym_export_DASHenv] = ACTIONS(969), + [anon_sym_extern] = ACTIONS(969), + [anon_sym_module] = ACTIONS(969), + [anon_sym_use] = ACTIONS(969), + [anon_sym_COMMA] = ACTIONS(971), + [anon_sym_LPAREN] = ACTIONS(971), + [anon_sym_DOLLAR] = ACTIONS(971), + [anon_sym_error] = ACTIONS(969), + [anon_sym_list] = ACTIONS(969), + [anon_sym_GT] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_break] = ACTIONS(969), + [anon_sym_continue] = ACTIONS(969), + [anon_sym_for] = ACTIONS(969), + [anon_sym_in] = ACTIONS(969), + [anon_sym_loop] = ACTIONS(969), + [anon_sym_make] = ACTIONS(969), + [anon_sym_while] = ACTIONS(969), + [anon_sym_do] = ACTIONS(969), + [anon_sym_if] = ACTIONS(969), + [anon_sym_else] = ACTIONS(969), + [anon_sym_match] = ACTIONS(969), + [anon_sym_RBRACE] = ACTIONS(971), + [anon_sym_DOT] = ACTIONS(971), + [anon_sym_try] = ACTIONS(969), + [anon_sym_catch] = ACTIONS(969), + [anon_sym_return] = ACTIONS(969), + [anon_sym_source] = ACTIONS(969), + [anon_sym_source_DASHenv] = ACTIONS(969), + [anon_sym_register] = ACTIONS(969), + [anon_sym_hide] = ACTIONS(969), + [anon_sym_hide_DASHenv] = ACTIONS(969), + [anon_sym_overlay] = ACTIONS(969), + [anon_sym_new] = ACTIONS(969), + [anon_sym_as] = ACTIONS(969), + [anon_sym_STAR] = ACTIONS(969), + [anon_sym_STAR_STAR] = ACTIONS(971), + [anon_sym_PLUS_PLUS] = ACTIONS(971), + [anon_sym_SLASH] = ACTIONS(969), + [anon_sym_mod] = ACTIONS(969), + [anon_sym_SLASH_SLASH] = ACTIONS(971), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_bit_DASHshl] = ACTIONS(969), + [anon_sym_bit_DASHshr] = ACTIONS(969), + [anon_sym_EQ_EQ] = ACTIONS(971), + [anon_sym_BANG_EQ] = ACTIONS(971), + [anon_sym_LT2] = ACTIONS(969), + [anon_sym_LT_EQ] = ACTIONS(971), + [anon_sym_GT_EQ] = ACTIONS(971), + [anon_sym_not_DASHin] = ACTIONS(969), + [anon_sym_starts_DASHwith] = ACTIONS(969), + [anon_sym_ends_DASHwith] = ACTIONS(969), + [anon_sym_EQ_TILDE] = ACTIONS(971), + [anon_sym_BANG_TILDE] = ACTIONS(971), + [anon_sym_bit_DASHand] = ACTIONS(969), + [anon_sym_bit_DASHxor] = ACTIONS(969), + [anon_sym_bit_DASHor] = ACTIONS(969), + [anon_sym_and] = ACTIONS(969), + [anon_sym_xor] = ACTIONS(969), + [anon_sym_or] = ACTIONS(969), + [aux_sym__val_number_decimal_token1] = ACTIONS(969), + [aux_sym__val_number_token1] = ACTIONS(971), + [aux_sym__val_number_token2] = ACTIONS(971), + [aux_sym__val_number_token3] = ACTIONS(971), + [aux_sym__val_number_token4] = ACTIONS(969), + [aux_sym__val_number_token5] = ACTIONS(971), + [aux_sym__val_number_token6] = ACTIONS(969), + [anon_sym_DQUOTE] = ACTIONS(971), + [sym__str_single_quotes] = ACTIONS(971), + [sym__str_back_ticks] = ACTIONS(971), + [aux_sym__record_key_token2] = ACTIONS(969), [anon_sym_POUND] = ACTIONS(3), }, [461] = { [sym_comment] = STATE(461), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(159), - [anon_sym_in] = ACTIONS(159), - [anon_sym_RBRACE] = ACTIONS(159), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(159), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(159), - [anon_sym_xor] = ACTIONS(159), - [anon_sym_or] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [aux_sym_unquoted_token6] = ACTIONS(157), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [462] = { [sym_comment] = STATE(462), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(1077), + [anon_sym_alias] = ACTIONS(1077), + [anon_sym_let] = ACTIONS(1077), + [anon_sym_let_DASHenv] = ACTIONS(1077), + [anon_sym_mut] = ACTIONS(1077), + [anon_sym_const] = ACTIONS(1077), + [sym_cmd_identifier] = ACTIONS(1077), + [anon_sym_def] = ACTIONS(1077), + [anon_sym_export_DASHenv] = ACTIONS(1077), + [anon_sym_extern] = ACTIONS(1077), + [anon_sym_module] = ACTIONS(1077), + [anon_sym_use] = ACTIONS(1077), + [anon_sym_COMMA] = ACTIONS(1079), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_DOLLAR] = ACTIONS(1079), + [anon_sym_error] = ACTIONS(1077), + [anon_sym_list] = ACTIONS(1077), + [anon_sym_GT] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_continue] = ACTIONS(1077), + [anon_sym_for] = ACTIONS(1077), + [anon_sym_in] = ACTIONS(1077), + [anon_sym_loop] = ACTIONS(1077), + [anon_sym_make] = ACTIONS(1077), + [anon_sym_while] = ACTIONS(1077), + [anon_sym_do] = ACTIONS(1077), + [anon_sym_if] = ACTIONS(1077), + [anon_sym_else] = ACTIONS(1077), + [anon_sym_match] = ACTIONS(1077), + [anon_sym_RBRACE] = ACTIONS(1079), + [anon_sym_DOT] = ACTIONS(1079), + [anon_sym_try] = ACTIONS(1077), + [anon_sym_catch] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1077), + [anon_sym_source] = ACTIONS(1077), + [anon_sym_source_DASHenv] = ACTIONS(1077), + [anon_sym_register] = ACTIONS(1077), + [anon_sym_hide] = ACTIONS(1077), + [anon_sym_hide_DASHenv] = ACTIONS(1077), + [anon_sym_overlay] = ACTIONS(1077), + [anon_sym_new] = ACTIONS(1077), + [anon_sym_as] = ACTIONS(1077), + [anon_sym_STAR] = ACTIONS(1077), + [anon_sym_STAR_STAR] = ACTIONS(1079), + [anon_sym_PLUS_PLUS] = ACTIONS(1079), + [anon_sym_SLASH] = ACTIONS(1077), + [anon_sym_mod] = ACTIONS(1077), + [anon_sym_SLASH_SLASH] = ACTIONS(1079), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_bit_DASHshl] = ACTIONS(1077), + [anon_sym_bit_DASHshr] = ACTIONS(1077), + [anon_sym_EQ_EQ] = ACTIONS(1079), + [anon_sym_BANG_EQ] = ACTIONS(1079), + [anon_sym_LT2] = ACTIONS(1077), + [anon_sym_LT_EQ] = ACTIONS(1079), + [anon_sym_GT_EQ] = ACTIONS(1079), + [anon_sym_not_DASHin] = ACTIONS(1077), + [anon_sym_starts_DASHwith] = ACTIONS(1077), + [anon_sym_ends_DASHwith] = ACTIONS(1077), + [anon_sym_EQ_TILDE] = ACTIONS(1079), + [anon_sym_BANG_TILDE] = ACTIONS(1079), + [anon_sym_bit_DASHand] = ACTIONS(1077), + [anon_sym_bit_DASHxor] = ACTIONS(1077), + [anon_sym_bit_DASHor] = ACTIONS(1077), + [anon_sym_and] = ACTIONS(1077), + [anon_sym_xor] = ACTIONS(1077), + [anon_sym_or] = ACTIONS(1077), + [aux_sym__val_number_decimal_token1] = ACTIONS(1077), + [aux_sym__val_number_token1] = ACTIONS(1079), + [aux_sym__val_number_token2] = ACTIONS(1079), + [aux_sym__val_number_token3] = ACTIONS(1079), + [aux_sym__val_number_token4] = ACTIONS(1077), + [aux_sym__val_number_token5] = ACTIONS(1079), + [aux_sym__val_number_token6] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1079), + [sym__str_single_quotes] = ACTIONS(1079), + [sym__str_back_ticks] = ACTIONS(1079), + [aux_sym__record_key_token2] = ACTIONS(1077), [anon_sym_POUND] = ACTIONS(3), }, [463] = { [sym_comment] = STATE(463), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_RBRACE] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [464] = { [sym_comment] = STATE(464), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(159), - [anon_sym_in] = ACTIONS(159), - [anon_sym_RBRACE] = ACTIONS(159), - [anon_sym_EQ_GT] = ACTIONS(159), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(159), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(159), - [anon_sym_xor] = ACTIONS(159), - [anon_sym_or] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), + [anon_sym_export] = ACTIONS(1063), + [anon_sym_alias] = ACTIONS(1063), + [anon_sym_let] = ACTIONS(1063), + [anon_sym_let_DASHenv] = ACTIONS(1063), + [anon_sym_mut] = ACTIONS(1063), + [anon_sym_const] = ACTIONS(1063), + [sym_cmd_identifier] = ACTIONS(1063), + [anon_sym_def] = ACTIONS(1063), + [anon_sym_export_DASHenv] = ACTIONS(1063), + [anon_sym_extern] = ACTIONS(1063), + [anon_sym_module] = ACTIONS(1063), + [anon_sym_use] = ACTIONS(1063), + [anon_sym_COMMA] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1065), + [anon_sym_DOLLAR] = ACTIONS(1065), + [anon_sym_error] = ACTIONS(1063), + [anon_sym_list] = ACTIONS(1063), + [anon_sym_GT] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_break] = ACTIONS(1063), + [anon_sym_continue] = ACTIONS(1063), + [anon_sym_for] = ACTIONS(1063), + [anon_sym_in] = ACTIONS(1063), + [anon_sym_loop] = ACTIONS(1063), + [anon_sym_make] = ACTIONS(1063), + [anon_sym_while] = ACTIONS(1063), + [anon_sym_do] = ACTIONS(1063), + [anon_sym_if] = ACTIONS(1063), + [anon_sym_else] = ACTIONS(1063), + [anon_sym_match] = ACTIONS(1063), + [anon_sym_RBRACE] = ACTIONS(1065), + [anon_sym_DOT] = ACTIONS(1065), + [anon_sym_try] = ACTIONS(1063), + [anon_sym_catch] = ACTIONS(1063), + [anon_sym_return] = ACTIONS(1063), + [anon_sym_source] = ACTIONS(1063), + [anon_sym_source_DASHenv] = ACTIONS(1063), + [anon_sym_register] = ACTIONS(1063), + [anon_sym_hide] = ACTIONS(1063), + [anon_sym_hide_DASHenv] = ACTIONS(1063), + [anon_sym_overlay] = ACTIONS(1063), + [anon_sym_new] = ACTIONS(1063), + [anon_sym_as] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1063), + [anon_sym_STAR_STAR] = ACTIONS(1065), + [anon_sym_PLUS_PLUS] = ACTIONS(1065), + [anon_sym_SLASH] = ACTIONS(1063), + [anon_sym_mod] = ACTIONS(1063), + [anon_sym_SLASH_SLASH] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_bit_DASHshl] = ACTIONS(1063), + [anon_sym_bit_DASHshr] = ACTIONS(1063), + [anon_sym_EQ_EQ] = ACTIONS(1065), + [anon_sym_BANG_EQ] = ACTIONS(1065), + [anon_sym_LT2] = ACTIONS(1063), + [anon_sym_LT_EQ] = ACTIONS(1065), + [anon_sym_GT_EQ] = ACTIONS(1065), + [anon_sym_not_DASHin] = ACTIONS(1063), + [anon_sym_starts_DASHwith] = ACTIONS(1063), + [anon_sym_ends_DASHwith] = ACTIONS(1063), + [anon_sym_EQ_TILDE] = ACTIONS(1065), + [anon_sym_BANG_TILDE] = ACTIONS(1065), + [anon_sym_bit_DASHand] = ACTIONS(1063), + [anon_sym_bit_DASHxor] = ACTIONS(1063), + [anon_sym_bit_DASHor] = ACTIONS(1063), + [anon_sym_and] = ACTIONS(1063), + [anon_sym_xor] = ACTIONS(1063), + [anon_sym_or] = ACTIONS(1063), + [aux_sym__val_number_decimal_token1] = ACTIONS(1063), + [aux_sym__val_number_token1] = ACTIONS(1065), + [aux_sym__val_number_token2] = ACTIONS(1065), + [aux_sym__val_number_token3] = ACTIONS(1065), + [aux_sym__val_number_token4] = ACTIONS(1063), + [aux_sym__val_number_token5] = ACTIONS(1065), + [aux_sym__val_number_token6] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(1065), + [sym__str_single_quotes] = ACTIONS(1065), + [sym__str_back_ticks] = ACTIONS(1065), + [aux_sym__record_key_token2] = ACTIONS(1063), [anon_sym_POUND] = ACTIONS(3), }, [465] = { [sym_comment] = STATE(465), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1045), + [anon_sym_alias] = ACTIONS(1045), + [anon_sym_let] = ACTIONS(1045), + [anon_sym_let_DASHenv] = ACTIONS(1045), + [anon_sym_mut] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1045), + [sym_cmd_identifier] = ACTIONS(1045), + [anon_sym_def] = ACTIONS(1045), + [anon_sym_export_DASHenv] = ACTIONS(1045), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym_module] = ACTIONS(1045), + [anon_sym_use] = ACTIONS(1045), + [anon_sym_COMMA] = ACTIONS(1047), + [anon_sym_LPAREN] = ACTIONS(1047), + [anon_sym_DOLLAR] = ACTIONS(1047), + [anon_sym_error] = ACTIONS(1045), + [anon_sym_list] = ACTIONS(1045), + [anon_sym_GT] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1045), + [anon_sym_break] = ACTIONS(1045), + [anon_sym_continue] = ACTIONS(1045), + [anon_sym_for] = ACTIONS(1045), + [anon_sym_in] = ACTIONS(1045), + [anon_sym_loop] = ACTIONS(1045), + [anon_sym_make] = ACTIONS(1045), + [anon_sym_while] = ACTIONS(1045), + [anon_sym_do] = ACTIONS(1045), + [anon_sym_if] = ACTIONS(1045), + [anon_sym_else] = ACTIONS(1045), + [anon_sym_match] = ACTIONS(1045), + [anon_sym_RBRACE] = ACTIONS(1047), + [anon_sym_DOT] = ACTIONS(1047), + [anon_sym_try] = ACTIONS(1045), + [anon_sym_catch] = ACTIONS(1045), + [anon_sym_return] = ACTIONS(1045), + [anon_sym_source] = ACTIONS(1045), + [anon_sym_source_DASHenv] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_hide] = ACTIONS(1045), + [anon_sym_hide_DASHenv] = ACTIONS(1045), + [anon_sym_overlay] = ACTIONS(1045), + [anon_sym_new] = ACTIONS(1045), + [anon_sym_as] = ACTIONS(1045), + [anon_sym_STAR] = ACTIONS(1045), + [anon_sym_STAR_STAR] = ACTIONS(1047), + [anon_sym_PLUS_PLUS] = ACTIONS(1047), + [anon_sym_SLASH] = ACTIONS(1045), + [anon_sym_mod] = ACTIONS(1045), + [anon_sym_SLASH_SLASH] = ACTIONS(1047), + [anon_sym_PLUS] = ACTIONS(1045), + [anon_sym_bit_DASHshl] = ACTIONS(1045), + [anon_sym_bit_DASHshr] = ACTIONS(1045), + [anon_sym_EQ_EQ] = ACTIONS(1047), + [anon_sym_BANG_EQ] = ACTIONS(1047), + [anon_sym_LT2] = ACTIONS(1045), + [anon_sym_LT_EQ] = ACTIONS(1047), + [anon_sym_GT_EQ] = ACTIONS(1047), + [anon_sym_not_DASHin] = ACTIONS(1045), + [anon_sym_starts_DASHwith] = ACTIONS(1045), + [anon_sym_ends_DASHwith] = ACTIONS(1045), + [anon_sym_EQ_TILDE] = ACTIONS(1047), + [anon_sym_BANG_TILDE] = ACTIONS(1047), + [anon_sym_bit_DASHand] = ACTIONS(1045), + [anon_sym_bit_DASHxor] = ACTIONS(1045), + [anon_sym_bit_DASHor] = ACTIONS(1045), + [anon_sym_and] = ACTIONS(1045), + [anon_sym_xor] = ACTIONS(1045), + [anon_sym_or] = ACTIONS(1045), + [aux_sym__val_number_decimal_token1] = ACTIONS(1045), + [aux_sym__val_number_token1] = ACTIONS(1047), + [aux_sym__val_number_token2] = ACTIONS(1047), + [aux_sym__val_number_token3] = ACTIONS(1047), + [aux_sym__val_number_token4] = ACTIONS(1045), + [aux_sym__val_number_token5] = ACTIONS(1047), + [aux_sym__val_number_token6] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1047), + [sym__str_single_quotes] = ACTIONS(1047), + [sym__str_back_ticks] = ACTIONS(1047), + [aux_sym__record_key_token2] = ACTIONS(1045), [anon_sym_POUND] = ACTIONS(3), }, [466] = { [sym_comment] = STATE(466), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [anon_sym_export] = ACTIONS(1069), + [anon_sym_alias] = ACTIONS(1069), + [anon_sym_let] = ACTIONS(1069), + [anon_sym_let_DASHenv] = ACTIONS(1069), + [anon_sym_mut] = ACTIONS(1069), + [anon_sym_const] = ACTIONS(1069), + [sym_cmd_identifier] = ACTIONS(1069), + [anon_sym_def] = ACTIONS(1069), + [anon_sym_export_DASHenv] = ACTIONS(1069), + [anon_sym_extern] = ACTIONS(1069), + [anon_sym_module] = ACTIONS(1069), + [anon_sym_use] = ACTIONS(1069), + [anon_sym_COMMA] = ACTIONS(1071), + [anon_sym_LPAREN] = ACTIONS(1071), + [anon_sym_DOLLAR] = ACTIONS(1071), + [anon_sym_error] = ACTIONS(1069), + [anon_sym_list] = ACTIONS(1069), + [anon_sym_GT] = ACTIONS(1069), + [anon_sym_DASH] = ACTIONS(1069), + [anon_sym_break] = ACTIONS(1069), + [anon_sym_continue] = ACTIONS(1069), + [anon_sym_for] = ACTIONS(1069), + [anon_sym_in] = ACTIONS(1069), + [anon_sym_loop] = ACTIONS(1069), + [anon_sym_make] = ACTIONS(1069), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(1069), + [anon_sym_if] = ACTIONS(1069), + [anon_sym_else] = ACTIONS(1069), + [anon_sym_match] = ACTIONS(1069), + [anon_sym_RBRACE] = ACTIONS(1071), + [anon_sym_DOT] = ACTIONS(1071), + [anon_sym_try] = ACTIONS(1069), + [anon_sym_catch] = ACTIONS(1069), + [anon_sym_return] = ACTIONS(1069), + [anon_sym_source] = ACTIONS(1069), + [anon_sym_source_DASHenv] = ACTIONS(1069), + [anon_sym_register] = ACTIONS(1069), + [anon_sym_hide] = ACTIONS(1069), + [anon_sym_hide_DASHenv] = ACTIONS(1069), + [anon_sym_overlay] = ACTIONS(1069), + [anon_sym_new] = ACTIONS(1069), + [anon_sym_as] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1069), + [anon_sym_STAR_STAR] = ACTIONS(1071), + [anon_sym_PLUS_PLUS] = ACTIONS(1071), + [anon_sym_SLASH] = ACTIONS(1069), + [anon_sym_mod] = ACTIONS(1069), + [anon_sym_SLASH_SLASH] = ACTIONS(1071), + [anon_sym_PLUS] = ACTIONS(1069), + [anon_sym_bit_DASHshl] = ACTIONS(1069), + [anon_sym_bit_DASHshr] = ACTIONS(1069), + [anon_sym_EQ_EQ] = ACTIONS(1071), + [anon_sym_BANG_EQ] = ACTIONS(1071), + [anon_sym_LT2] = ACTIONS(1069), + [anon_sym_LT_EQ] = ACTIONS(1071), + [anon_sym_GT_EQ] = ACTIONS(1071), + [anon_sym_not_DASHin] = ACTIONS(1069), + [anon_sym_starts_DASHwith] = ACTIONS(1069), + [anon_sym_ends_DASHwith] = ACTIONS(1069), + [anon_sym_EQ_TILDE] = ACTIONS(1071), + [anon_sym_BANG_TILDE] = ACTIONS(1071), + [anon_sym_bit_DASHand] = ACTIONS(1069), + [anon_sym_bit_DASHxor] = ACTIONS(1069), + [anon_sym_bit_DASHor] = ACTIONS(1069), + [anon_sym_and] = ACTIONS(1069), + [anon_sym_xor] = ACTIONS(1069), + [anon_sym_or] = ACTIONS(1069), + [aux_sym__val_number_decimal_token1] = ACTIONS(1069), + [aux_sym__val_number_token1] = ACTIONS(1071), + [aux_sym__val_number_token2] = ACTIONS(1071), + [aux_sym__val_number_token3] = ACTIONS(1071), + [aux_sym__val_number_token4] = ACTIONS(1069), + [aux_sym__val_number_token5] = ACTIONS(1071), + [aux_sym__val_number_token6] = ACTIONS(1069), + [anon_sym_DQUOTE] = ACTIONS(1071), + [sym__str_single_quotes] = ACTIONS(1071), + [sym__str_back_ticks] = ACTIONS(1071), + [aux_sym__record_key_token2] = ACTIONS(1069), [anon_sym_POUND] = ACTIONS(3), }, [467] = { [sym_comment] = STATE(467), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1245), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(1035), + [anon_sym_alias] = ACTIONS(1035), + [anon_sym_let] = ACTIONS(1035), + [anon_sym_let_DASHenv] = ACTIONS(1035), + [anon_sym_mut] = ACTIONS(1035), + [anon_sym_const] = ACTIONS(1035), + [sym_cmd_identifier] = ACTIONS(1035), + [anon_sym_def] = ACTIONS(1035), + [anon_sym_export_DASHenv] = ACTIONS(1035), + [anon_sym_extern] = ACTIONS(1035), + [anon_sym_module] = ACTIONS(1035), + [anon_sym_use] = ACTIONS(1035), + [anon_sym_COMMA] = ACTIONS(1037), + [anon_sym_LPAREN] = ACTIONS(1037), + [anon_sym_DOLLAR] = ACTIONS(1037), + [anon_sym_error] = ACTIONS(1035), + [anon_sym_list] = ACTIONS(1035), + [anon_sym_GT] = ACTIONS(1035), + [anon_sym_DASH] = ACTIONS(1035), + [anon_sym_break] = ACTIONS(1035), + [anon_sym_continue] = ACTIONS(1035), + [anon_sym_for] = ACTIONS(1035), + [anon_sym_in] = ACTIONS(1035), + [anon_sym_loop] = ACTIONS(1035), + [anon_sym_make] = ACTIONS(1035), + [anon_sym_while] = ACTIONS(1035), + [anon_sym_do] = ACTIONS(1035), + [anon_sym_if] = ACTIONS(1035), + [anon_sym_else] = ACTIONS(1035), + [anon_sym_match] = ACTIONS(1035), + [anon_sym_RBRACE] = ACTIONS(1037), + [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_try] = ACTIONS(1035), + [anon_sym_catch] = ACTIONS(1035), + [anon_sym_return] = ACTIONS(1035), + [anon_sym_source] = ACTIONS(1035), + [anon_sym_source_DASHenv] = ACTIONS(1035), + [anon_sym_register] = ACTIONS(1035), + [anon_sym_hide] = ACTIONS(1035), + [anon_sym_hide_DASHenv] = ACTIONS(1035), + [anon_sym_overlay] = ACTIONS(1035), + [anon_sym_new] = ACTIONS(1035), + [anon_sym_as] = ACTIONS(1035), + [anon_sym_STAR] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(1037), + [anon_sym_PLUS_PLUS] = ACTIONS(1037), + [anon_sym_SLASH] = ACTIONS(1035), + [anon_sym_mod] = ACTIONS(1035), + [anon_sym_SLASH_SLASH] = ACTIONS(1037), + [anon_sym_PLUS] = ACTIONS(1035), + [anon_sym_bit_DASHshl] = ACTIONS(1035), + [anon_sym_bit_DASHshr] = ACTIONS(1035), + [anon_sym_EQ_EQ] = ACTIONS(1037), + [anon_sym_BANG_EQ] = ACTIONS(1037), + [anon_sym_LT2] = ACTIONS(1035), + [anon_sym_LT_EQ] = ACTIONS(1037), + [anon_sym_GT_EQ] = ACTIONS(1037), + [anon_sym_not_DASHin] = ACTIONS(1035), + [anon_sym_starts_DASHwith] = ACTIONS(1035), + [anon_sym_ends_DASHwith] = ACTIONS(1035), + [anon_sym_EQ_TILDE] = ACTIONS(1037), + [anon_sym_BANG_TILDE] = ACTIONS(1037), + [anon_sym_bit_DASHand] = ACTIONS(1035), + [anon_sym_bit_DASHxor] = ACTIONS(1035), + [anon_sym_bit_DASHor] = ACTIONS(1035), + [anon_sym_and] = ACTIONS(1035), + [anon_sym_xor] = ACTIONS(1035), + [anon_sym_or] = ACTIONS(1035), + [aux_sym__val_number_decimal_token1] = ACTIONS(1035), + [aux_sym__val_number_token1] = ACTIONS(1037), + [aux_sym__val_number_token2] = ACTIONS(1037), + [aux_sym__val_number_token3] = ACTIONS(1037), + [aux_sym__val_number_token4] = ACTIONS(1035), + [aux_sym__val_number_token5] = ACTIONS(1037), + [aux_sym__val_number_token6] = ACTIONS(1035), + [anon_sym_DQUOTE] = ACTIONS(1037), + [sym__str_single_quotes] = ACTIONS(1037), + [sym__str_back_ticks] = ACTIONS(1037), + [aux_sym__record_key_token2] = ACTIONS(1035), [anon_sym_POUND] = ACTIONS(3), }, [468] = { [sym_comment] = STATE(468), - [anon_sym_GT] = ACTIONS(130), - [anon_sym_DASH] = ACTIONS(132), - [anon_sym_in] = ACTIONS(132), - [anon_sym_LBRACE] = ACTIONS(132), - [anon_sym_DOT2] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(130), - [anon_sym_STAR_STAR] = ACTIONS(132), - [anon_sym_PLUS_PLUS] = ACTIONS(132), - [anon_sym_SLASH] = ACTIONS(130), - [anon_sym_mod] = ACTIONS(132), - [anon_sym_SLASH_SLASH] = ACTIONS(132), - [anon_sym_PLUS] = ACTIONS(130), - [anon_sym_bit_DASHshl] = ACTIONS(132), - [anon_sym_bit_DASHshr] = ACTIONS(132), - [anon_sym_EQ_EQ] = ACTIONS(132), - [anon_sym_BANG_EQ] = ACTIONS(132), - [anon_sym_LT2] = ACTIONS(130), - [anon_sym_LT_EQ] = ACTIONS(132), - [anon_sym_GT_EQ] = ACTIONS(132), - [anon_sym_not_DASHin] = ACTIONS(132), - [anon_sym_starts_DASHwith] = ACTIONS(132), - [anon_sym_ends_DASHwith] = ACTIONS(132), - [anon_sym_EQ_TILDE] = ACTIONS(132), - [anon_sym_BANG_TILDE] = ACTIONS(132), - [anon_sym_bit_DASHand] = ACTIONS(132), - [anon_sym_bit_DASHxor] = ACTIONS(132), - [anon_sym_bit_DASHor] = ACTIONS(132), - [anon_sym_and] = ACTIONS(132), - [anon_sym_xor] = ACTIONS(132), - [anon_sym_or] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(1320), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(130), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [aux_sym_unquoted_token6] = ACTIONS(130), + [anon_sym_export] = ACTIONS(1073), + [anon_sym_alias] = ACTIONS(1073), + [anon_sym_let] = ACTIONS(1073), + [anon_sym_let_DASHenv] = ACTIONS(1073), + [anon_sym_mut] = ACTIONS(1073), + [anon_sym_const] = ACTIONS(1073), + [sym_cmd_identifier] = ACTIONS(1073), + [anon_sym_def] = ACTIONS(1073), + [anon_sym_export_DASHenv] = ACTIONS(1073), + [anon_sym_extern] = ACTIONS(1073), + [anon_sym_module] = ACTIONS(1073), + [anon_sym_use] = ACTIONS(1073), + [anon_sym_COMMA] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1075), + [anon_sym_DOLLAR] = ACTIONS(1075), + [anon_sym_error] = ACTIONS(1073), + [anon_sym_list] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_break] = ACTIONS(1073), + [anon_sym_continue] = ACTIONS(1073), + [anon_sym_for] = ACTIONS(1073), + [anon_sym_in] = ACTIONS(1073), + [anon_sym_loop] = ACTIONS(1073), + [anon_sym_make] = ACTIONS(1073), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(1073), + [anon_sym_if] = ACTIONS(1073), + [anon_sym_else] = ACTIONS(1073), + [anon_sym_match] = ACTIONS(1073), + [anon_sym_RBRACE] = ACTIONS(1075), + [anon_sym_DOT] = ACTIONS(1075), + [anon_sym_try] = ACTIONS(1073), + [anon_sym_catch] = ACTIONS(1073), + [anon_sym_return] = ACTIONS(1073), + [anon_sym_source] = ACTIONS(1073), + [anon_sym_source_DASHenv] = ACTIONS(1073), + [anon_sym_register] = ACTIONS(1073), + [anon_sym_hide] = ACTIONS(1073), + [anon_sym_hide_DASHenv] = ACTIONS(1073), + [anon_sym_overlay] = ACTIONS(1073), + [anon_sym_new] = ACTIONS(1073), + [anon_sym_as] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_STAR_STAR] = ACTIONS(1075), + [anon_sym_PLUS_PLUS] = ACTIONS(1075), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_mod] = ACTIONS(1073), + [anon_sym_SLASH_SLASH] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_bit_DASHshl] = ACTIONS(1073), + [anon_sym_bit_DASHshr] = ACTIONS(1073), + [anon_sym_EQ_EQ] = ACTIONS(1075), + [anon_sym_BANG_EQ] = ACTIONS(1075), + [anon_sym_LT2] = ACTIONS(1073), + [anon_sym_LT_EQ] = ACTIONS(1075), + [anon_sym_GT_EQ] = ACTIONS(1075), + [anon_sym_not_DASHin] = ACTIONS(1073), + [anon_sym_starts_DASHwith] = ACTIONS(1073), + [anon_sym_ends_DASHwith] = ACTIONS(1073), + [anon_sym_EQ_TILDE] = ACTIONS(1075), + [anon_sym_BANG_TILDE] = ACTIONS(1075), + [anon_sym_bit_DASHand] = ACTIONS(1073), + [anon_sym_bit_DASHxor] = ACTIONS(1073), + [anon_sym_bit_DASHor] = ACTIONS(1073), + [anon_sym_and] = ACTIONS(1073), + [anon_sym_xor] = ACTIONS(1073), + [anon_sym_or] = ACTIONS(1073), + [aux_sym__val_number_decimal_token1] = ACTIONS(1073), + [aux_sym__val_number_token1] = ACTIONS(1075), + [aux_sym__val_number_token2] = ACTIONS(1075), + [aux_sym__val_number_token3] = ACTIONS(1075), + [aux_sym__val_number_token4] = ACTIONS(1073), + [aux_sym__val_number_token5] = ACTIONS(1075), + [aux_sym__val_number_token6] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1075), + [sym__str_single_quotes] = ACTIONS(1075), + [sym__str_back_ticks] = ACTIONS(1075), + [aux_sym__record_key_token2] = ACTIONS(1073), [anon_sym_POUND] = ACTIONS(3), }, [469] = { [sym_comment] = STATE(469), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(1322), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1245), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(926), + [anon_sym_alias] = ACTIONS(926), + [anon_sym_let] = ACTIONS(926), + [anon_sym_let_DASHenv] = ACTIONS(926), + [anon_sym_mut] = ACTIONS(926), + [anon_sym_const] = ACTIONS(926), + [sym_cmd_identifier] = ACTIONS(926), + [anon_sym_def] = ACTIONS(926), + [anon_sym_export_DASHenv] = ACTIONS(926), + [anon_sym_extern] = ACTIONS(926), + [anon_sym_module] = ACTIONS(926), + [anon_sym_use] = ACTIONS(926), + [anon_sym_COMMA] = ACTIONS(1007), + [anon_sym_LPAREN] = ACTIONS(1007), + [anon_sym_DOLLAR] = ACTIONS(1007), + [anon_sym_error] = ACTIONS(926), + [anon_sym_list] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_break] = ACTIONS(926), + [anon_sym_continue] = ACTIONS(926), + [anon_sym_for] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_loop] = ACTIONS(926), + [anon_sym_make] = ACTIONS(926), + [anon_sym_while] = ACTIONS(926), + [anon_sym_do] = ACTIONS(926), + [anon_sym_if] = ACTIONS(926), + [anon_sym_else] = ACTIONS(926), + [anon_sym_match] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(1007), + [anon_sym_DOT] = ACTIONS(1007), + [anon_sym_try] = ACTIONS(926), + [anon_sym_catch] = ACTIONS(926), + [anon_sym_return] = ACTIONS(926), + [anon_sym_source] = ACTIONS(926), + [anon_sym_source_DASHenv] = ACTIONS(926), + [anon_sym_register] = ACTIONS(926), + [anon_sym_hide] = ACTIONS(926), + [anon_sym_hide_DASHenv] = ACTIONS(926), + [anon_sym_overlay] = ACTIONS(926), + [anon_sym_new] = ACTIONS(926), + [anon_sym_as] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(1007), + [anon_sym_PLUS_PLUS] = ACTIONS(1007), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(1007), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(1007), + [anon_sym_BANG_EQ] = ACTIONS(1007), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(1007), + [anon_sym_GT_EQ] = ACTIONS(1007), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(1007), + [anon_sym_BANG_TILDE] = ACTIONS(1007), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(926), + [aux_sym__val_number_token1] = ACTIONS(1007), + [aux_sym__val_number_token2] = ACTIONS(1007), + [aux_sym__val_number_token3] = ACTIONS(1007), + [aux_sym__val_number_token4] = ACTIONS(926), + [aux_sym__val_number_token5] = ACTIONS(1007), + [aux_sym__val_number_token6] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(1007), + [sym__str_single_quotes] = ACTIONS(1007), + [sym__str_back_ticks] = ACTIONS(1007), + [aux_sym__record_key_token2] = ACTIONS(926), [anon_sym_POUND] = ACTIONS(3), }, [470] = { [sym_comment] = STATE(470), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [471] = { [sym_comment] = STATE(471), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(215), - [anon_sym_in] = ACTIONS(215), - [anon_sym_LBRACE] = ACTIONS(215), - [anon_sym_RBRACE] = ACTIONS(215), - [anon_sym_EQ_GT] = ACTIONS(215), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(215), - [anon_sym_PLUS_PLUS] = ACTIONS(215), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(215), - [anon_sym_SLASH_SLASH] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(215), - [anon_sym_bit_DASHshr] = ACTIONS(215), - [anon_sym_EQ_EQ] = ACTIONS(215), - [anon_sym_BANG_EQ] = ACTIONS(215), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(215), - [anon_sym_GT_EQ] = ACTIONS(215), - [anon_sym_not_DASHin] = ACTIONS(215), - [anon_sym_starts_DASHwith] = ACTIONS(215), - [anon_sym_ends_DASHwith] = ACTIONS(215), - [anon_sym_EQ_TILDE] = ACTIONS(215), - [anon_sym_BANG_TILDE] = ACTIONS(215), - [anon_sym_bit_DASHand] = ACTIONS(215), - [anon_sym_bit_DASHxor] = ACTIONS(215), - [anon_sym_bit_DASHor] = ACTIONS(215), - [anon_sym_and] = ACTIONS(215), - [anon_sym_xor] = ACTIONS(215), - [anon_sym_or] = ACTIONS(215), - [anon_sym_ns] = ACTIONS(1325), - [anon_sym_s] = ACTIONS(1325), - [anon_sym_us] = ACTIONS(1325), - [anon_sym_ms] = ACTIONS(1325), - [anon_sym_sec] = ACTIONS(1325), - [anon_sym_min] = ACTIONS(1325), - [anon_sym_hr] = ACTIONS(1325), - [anon_sym_day] = ACTIONS(1325), - [anon_sym_wk] = ACTIONS(1325), - [anon_sym_b] = ACTIONS(1327), - [anon_sym_B] = ACTIONS(1329), - [anon_sym_kb] = ACTIONS(1329), - [anon_sym_kB] = ACTIONS(1329), - [anon_sym_Kb] = ACTIONS(1329), - [anon_sym_KB] = ACTIONS(1329), - [anon_sym_mb] = ACTIONS(1329), - [anon_sym_mB] = ACTIONS(1329), - [anon_sym_Mb] = ACTIONS(1329), - [anon_sym_MB] = ACTIONS(1329), - [anon_sym_gb] = ACTIONS(1329), - [anon_sym_gB] = ACTIONS(1329), - [anon_sym_Gb] = ACTIONS(1329), - [anon_sym_GB] = ACTIONS(1329), - [anon_sym_tb] = ACTIONS(1329), - [anon_sym_tB] = ACTIONS(1329), - [anon_sym_Tb] = ACTIONS(1329), - [anon_sym_TB] = ACTIONS(1329), - [anon_sym_pb] = ACTIONS(1329), - [anon_sym_pB] = ACTIONS(1329), - [anon_sym_Pb] = ACTIONS(1329), - [anon_sym_PB] = ACTIONS(1329), - [anon_sym_eb] = ACTIONS(1329), - [anon_sym_eB] = ACTIONS(1329), - [anon_sym_Eb] = ACTIONS(1329), - [anon_sym_EB] = ACTIONS(1329), - [anon_sym_kib] = ACTIONS(1329), - [anon_sym_kiB] = ACTIONS(1329), - [anon_sym_kIB] = ACTIONS(1329), - [anon_sym_kIb] = ACTIONS(1329), - [anon_sym_Kib] = ACTIONS(1329), - [anon_sym_KIb] = ACTIONS(1329), - [anon_sym_KIB] = ACTIONS(1329), - [anon_sym_mib] = ACTIONS(1329), - [anon_sym_miB] = ACTIONS(1329), - [anon_sym_mIB] = ACTIONS(1329), - [anon_sym_mIb] = ACTIONS(1329), - [anon_sym_Mib] = ACTIONS(1329), - [anon_sym_MIb] = ACTIONS(1329), - [anon_sym_MIB] = ACTIONS(1329), - [anon_sym_gib] = ACTIONS(1329), - [anon_sym_giB] = ACTIONS(1329), - [anon_sym_gIB] = ACTIONS(1329), - [anon_sym_gIb] = ACTIONS(1329), - [anon_sym_Gib] = ACTIONS(1329), - [anon_sym_GIb] = ACTIONS(1329), - [anon_sym_GIB] = ACTIONS(1329), - [anon_sym_tib] = ACTIONS(1329), - [anon_sym_tiB] = ACTIONS(1329), - [anon_sym_tIB] = ACTIONS(1329), - [anon_sym_tIb] = ACTIONS(1329), - [anon_sym_Tib] = ACTIONS(1329), - [anon_sym_TIb] = ACTIONS(1329), - [anon_sym_TIB] = ACTIONS(1329), - [anon_sym_pib] = ACTIONS(1329), - [anon_sym_piB] = ACTIONS(1329), - [anon_sym_pIB] = ACTIONS(1329), - [anon_sym_pIb] = ACTIONS(1329), - [anon_sym_Pib] = ACTIONS(1329), - [anon_sym_PIb] = ACTIONS(1329), - [anon_sym_PIB] = ACTIONS(1329), - [anon_sym_eib] = ACTIONS(1329), - [anon_sym_eiB] = ACTIONS(1329), - [anon_sym_eIB] = ACTIONS(1329), - [anon_sym_eIb] = ACTIONS(1329), - [anon_sym_Eib] = ACTIONS(1329), - [anon_sym_EIb] = ACTIONS(1329), - [anon_sym_EIB] = ACTIONS(1329), + [anon_sym_export] = ACTIONS(995), + [anon_sym_alias] = ACTIONS(995), + [anon_sym_let] = ACTIONS(995), + [anon_sym_let_DASHenv] = ACTIONS(995), + [anon_sym_mut] = ACTIONS(995), + [anon_sym_const] = ACTIONS(995), + [sym_cmd_identifier] = ACTIONS(995), + [anon_sym_def] = ACTIONS(995), + [anon_sym_export_DASHenv] = ACTIONS(995), + [anon_sym_extern] = ACTIONS(995), + [anon_sym_module] = ACTIONS(995), + [anon_sym_use] = ACTIONS(995), + [anon_sym_COMMA] = ACTIONS(997), + [anon_sym_LPAREN] = ACTIONS(997), + [anon_sym_DOLLAR] = ACTIONS(997), + [anon_sym_error] = ACTIONS(995), + [anon_sym_list] = ACTIONS(995), + [anon_sym_GT] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_break] = ACTIONS(995), + [anon_sym_continue] = ACTIONS(995), + [anon_sym_for] = ACTIONS(995), + [anon_sym_in] = ACTIONS(995), + [anon_sym_loop] = ACTIONS(995), + [anon_sym_make] = ACTIONS(995), + [anon_sym_while] = ACTIONS(995), + [anon_sym_do] = ACTIONS(995), + [anon_sym_if] = ACTIONS(995), + [anon_sym_else] = ACTIONS(995), + [anon_sym_match] = ACTIONS(995), + [anon_sym_RBRACE] = ACTIONS(997), + [anon_sym_DOT] = ACTIONS(997), + [anon_sym_try] = ACTIONS(995), + [anon_sym_catch] = ACTIONS(995), + [anon_sym_return] = ACTIONS(995), + [anon_sym_source] = ACTIONS(995), + [anon_sym_source_DASHenv] = ACTIONS(995), + [anon_sym_register] = ACTIONS(995), + [anon_sym_hide] = ACTIONS(995), + [anon_sym_hide_DASHenv] = ACTIONS(995), + [anon_sym_overlay] = ACTIONS(995), + [anon_sym_new] = ACTIONS(995), + [anon_sym_as] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(995), + [anon_sym_STAR_STAR] = ACTIONS(997), + [anon_sym_PLUS_PLUS] = ACTIONS(997), + [anon_sym_SLASH] = ACTIONS(995), + [anon_sym_mod] = ACTIONS(995), + [anon_sym_SLASH_SLASH] = ACTIONS(997), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_bit_DASHshl] = ACTIONS(995), + [anon_sym_bit_DASHshr] = ACTIONS(995), + [anon_sym_EQ_EQ] = ACTIONS(997), + [anon_sym_BANG_EQ] = ACTIONS(997), + [anon_sym_LT2] = ACTIONS(995), + [anon_sym_LT_EQ] = ACTIONS(997), + [anon_sym_GT_EQ] = ACTIONS(997), + [anon_sym_not_DASHin] = ACTIONS(995), + [anon_sym_starts_DASHwith] = ACTIONS(995), + [anon_sym_ends_DASHwith] = ACTIONS(995), + [anon_sym_EQ_TILDE] = ACTIONS(997), + [anon_sym_BANG_TILDE] = ACTIONS(997), + [anon_sym_bit_DASHand] = ACTIONS(995), + [anon_sym_bit_DASHxor] = ACTIONS(995), + [anon_sym_bit_DASHor] = ACTIONS(995), + [anon_sym_and] = ACTIONS(995), + [anon_sym_xor] = ACTIONS(995), + [anon_sym_or] = ACTIONS(995), + [aux_sym__val_number_decimal_token1] = ACTIONS(995), + [aux_sym__val_number_token1] = ACTIONS(997), + [aux_sym__val_number_token2] = ACTIONS(997), + [aux_sym__val_number_token3] = ACTIONS(997), + [aux_sym__val_number_token4] = ACTIONS(995), + [aux_sym__val_number_token5] = ACTIONS(997), + [aux_sym__val_number_token6] = ACTIONS(995), + [anon_sym_DQUOTE] = ACTIONS(997), + [sym__str_single_quotes] = ACTIONS(997), + [sym__str_back_ticks] = ACTIONS(997), + [aux_sym__record_key_token2] = ACTIONS(995), [anon_sym_POUND] = ACTIONS(3), }, [472] = { [sym_comment] = STATE(472), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1331), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(1089), + [anon_sym_alias] = ACTIONS(1089), + [anon_sym_let] = ACTIONS(1089), + [anon_sym_let_DASHenv] = ACTIONS(1089), + [anon_sym_mut] = ACTIONS(1089), + [anon_sym_const] = ACTIONS(1089), + [sym_cmd_identifier] = ACTIONS(1089), + [anon_sym_def] = ACTIONS(1089), + [anon_sym_export_DASHenv] = ACTIONS(1089), + [anon_sym_extern] = ACTIONS(1089), + [anon_sym_module] = ACTIONS(1089), + [anon_sym_use] = ACTIONS(1089), + [anon_sym_COMMA] = ACTIONS(1091), + [anon_sym_LPAREN] = ACTIONS(1091), + [anon_sym_DOLLAR] = ACTIONS(1091), + [anon_sym_error] = ACTIONS(1089), + [anon_sym_list] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_break] = ACTIONS(1089), + [anon_sym_continue] = ACTIONS(1089), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_in] = ACTIONS(1089), + [anon_sym_loop] = ACTIONS(1089), + [anon_sym_make] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1089), + [anon_sym_do] = ACTIONS(1089), + [anon_sym_if] = ACTIONS(1089), + [anon_sym_else] = ACTIONS(1089), + [anon_sym_match] = ACTIONS(1089), + [anon_sym_RBRACE] = ACTIONS(1091), + [anon_sym_DOT] = ACTIONS(1091), + [anon_sym_try] = ACTIONS(1089), + [anon_sym_catch] = ACTIONS(1089), + [anon_sym_return] = ACTIONS(1089), + [anon_sym_source] = ACTIONS(1089), + [anon_sym_source_DASHenv] = ACTIONS(1089), + [anon_sym_register] = ACTIONS(1089), + [anon_sym_hide] = ACTIONS(1089), + [anon_sym_hide_DASHenv] = ACTIONS(1089), + [anon_sym_overlay] = ACTIONS(1089), + [anon_sym_new] = ACTIONS(1089), + [anon_sym_as] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_STAR_STAR] = ACTIONS(1091), + [anon_sym_PLUS_PLUS] = ACTIONS(1091), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_mod] = ACTIONS(1089), + [anon_sym_SLASH_SLASH] = ACTIONS(1091), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_bit_DASHshl] = ACTIONS(1089), + [anon_sym_bit_DASHshr] = ACTIONS(1089), + [anon_sym_EQ_EQ] = ACTIONS(1091), + [anon_sym_BANG_EQ] = ACTIONS(1091), + [anon_sym_LT2] = ACTIONS(1089), + [anon_sym_LT_EQ] = ACTIONS(1091), + [anon_sym_GT_EQ] = ACTIONS(1091), + [anon_sym_not_DASHin] = ACTIONS(1089), + [anon_sym_starts_DASHwith] = ACTIONS(1089), + [anon_sym_ends_DASHwith] = ACTIONS(1089), + [anon_sym_EQ_TILDE] = ACTIONS(1091), + [anon_sym_BANG_TILDE] = ACTIONS(1091), + [anon_sym_bit_DASHand] = ACTIONS(1089), + [anon_sym_bit_DASHxor] = ACTIONS(1089), + [anon_sym_bit_DASHor] = ACTIONS(1089), + [anon_sym_and] = ACTIONS(1089), + [anon_sym_xor] = ACTIONS(1089), + [anon_sym_or] = ACTIONS(1089), + [aux_sym__val_number_decimal_token1] = ACTIONS(1089), + [aux_sym__val_number_token1] = ACTIONS(1091), + [aux_sym__val_number_token2] = ACTIONS(1091), + [aux_sym__val_number_token3] = ACTIONS(1091), + [aux_sym__val_number_token4] = ACTIONS(1089), + [aux_sym__val_number_token5] = ACTIONS(1091), + [aux_sym__val_number_token6] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1091), + [sym__str_single_quotes] = ACTIONS(1091), + [sym__str_back_ticks] = ACTIONS(1091), + [aux_sym__record_key_token2] = ACTIONS(1089), [anon_sym_POUND] = ACTIONS(3), }, [473] = { [sym_comment] = STATE(473), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1269), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [474] = { [sym_comment] = STATE(474), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1019), + [anon_sym_alias] = ACTIONS(1019), + [anon_sym_let] = ACTIONS(1019), + [anon_sym_let_DASHenv] = ACTIONS(1019), + [anon_sym_mut] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [sym_cmd_identifier] = ACTIONS(1019), + [anon_sym_def] = ACTIONS(1019), + [anon_sym_export_DASHenv] = ACTIONS(1019), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_module] = ACTIONS(1019), + [anon_sym_use] = ACTIONS(1019), + [anon_sym_COMMA] = ACTIONS(1021), + [anon_sym_LPAREN] = ACTIONS(1021), + [anon_sym_DOLLAR] = ACTIONS(1021), + [anon_sym_error] = ACTIONS(1019), + [anon_sym_list] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_in] = ACTIONS(1019), + [anon_sym_loop] = ACTIONS(1019), + [anon_sym_make] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_else] = ACTIONS(1019), + [anon_sym_match] = ACTIONS(1019), + [anon_sym_RBRACE] = ACTIONS(1021), + [anon_sym_DOT] = ACTIONS(1021), + [anon_sym_try] = ACTIONS(1019), + [anon_sym_catch] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_source] = ACTIONS(1019), + [anon_sym_source_DASHenv] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_hide] = ACTIONS(1019), + [anon_sym_hide_DASHenv] = ACTIONS(1019), + [anon_sym_overlay] = ACTIONS(1019), + [anon_sym_new] = ACTIONS(1019), + [anon_sym_as] = ACTIONS(1019), + [anon_sym_STAR] = ACTIONS(1019), + [anon_sym_STAR_STAR] = ACTIONS(1021), + [anon_sym_PLUS_PLUS] = ACTIONS(1021), + [anon_sym_SLASH] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(1021), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_bit_DASHshl] = ACTIONS(1019), + [anon_sym_bit_DASHshr] = ACTIONS(1019), + [anon_sym_EQ_EQ] = ACTIONS(1021), + [anon_sym_BANG_EQ] = ACTIONS(1021), + [anon_sym_LT2] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1021), + [anon_sym_GT_EQ] = ACTIONS(1021), + [anon_sym_not_DASHin] = ACTIONS(1019), + [anon_sym_starts_DASHwith] = ACTIONS(1019), + [anon_sym_ends_DASHwith] = ACTIONS(1019), + [anon_sym_EQ_TILDE] = ACTIONS(1021), + [anon_sym_BANG_TILDE] = ACTIONS(1021), + [anon_sym_bit_DASHand] = ACTIONS(1019), + [anon_sym_bit_DASHxor] = ACTIONS(1019), + [anon_sym_bit_DASHor] = ACTIONS(1019), + [anon_sym_and] = ACTIONS(1019), + [anon_sym_xor] = ACTIONS(1019), + [anon_sym_or] = ACTIONS(1019), + [aux_sym__val_number_decimal_token1] = ACTIONS(1019), + [aux_sym__val_number_token1] = ACTIONS(1021), + [aux_sym__val_number_token2] = ACTIONS(1021), + [aux_sym__val_number_token3] = ACTIONS(1021), + [aux_sym__val_number_token4] = ACTIONS(1019), + [aux_sym__val_number_token5] = ACTIONS(1021), + [aux_sym__val_number_token6] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(1021), + [sym__str_single_quotes] = ACTIONS(1021), + [sym__str_back_ticks] = ACTIONS(1021), + [aux_sym__record_key_token2] = ACTIONS(1019), [anon_sym_POUND] = ACTIONS(3), }, [475] = { [sym_comment] = STATE(475), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(109), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(109), - [aux_sym__unquoted_in_list_token1] = ACTIONS(107), - [aux_sym__unquoted_in_list_token7] = ACTIONS(107), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(1218), + [anon_sym_bit_DASHxor] = ACTIONS(1220), + [anon_sym_bit_DASHor] = ACTIONS(1222), + [anon_sym_and] = ACTIONS(1224), + [anon_sym_xor] = ACTIONS(1226), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [476] = { [sym_comment] = STATE(476), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [477] = { [sym_comment] = STATE(477), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(159), - [anon_sym_in] = ACTIONS(159), - [anon_sym_EQ_GT] = ACTIONS(159), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(159), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(159), - [anon_sym_xor] = ACTIONS(159), - [anon_sym_or] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [aux_sym_unquoted_token6] = ACTIONS(157), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_COMMA] = ACTIONS(937), + [anon_sym_LPAREN] = ACTIONS(937), + [anon_sym_DOLLAR] = ACTIONS(937), + [anon_sym_error] = ACTIONS(935), + [anon_sym_list] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_make] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_else] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(937), + [anon_sym_DOT] = ACTIONS(937), + [anon_sym_try] = ACTIONS(935), + [anon_sym_catch] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_new] = ACTIONS(935), + [anon_sym_as] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(937), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(937), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(937), + [anon_sym_BANG_EQ] = ACTIONS(937), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(937), + [anon_sym_GT_EQ] = ACTIONS(937), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(937), + [anon_sym_BANG_TILDE] = ACTIONS(937), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(937), + [aux_sym__val_number_token2] = ACTIONS(937), + [aux_sym__val_number_token3] = ACTIONS(937), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(937), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(937), + [sym__str_single_quotes] = ACTIONS(937), + [sym__str_back_ticks] = ACTIONS(937), + [aux_sym__record_key_token2] = ACTIONS(935), [anon_sym_POUND] = ACTIONS(3), }, [478] = { [sym_comment] = STATE(478), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1335), - [aux_sym__immediate_decimal_token2] = ACTIONS(1337), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__unquoted_in_list_token1] = ACTIONS(107), - [aux_sym__unquoted_in_list_token7] = ACTIONS(107), + [anon_sym_export] = ACTIONS(1015), + [anon_sym_alias] = ACTIONS(1015), + [anon_sym_let] = ACTIONS(1015), + [anon_sym_let_DASHenv] = ACTIONS(1015), + [anon_sym_mut] = ACTIONS(1015), + [anon_sym_const] = ACTIONS(1015), + [sym_cmd_identifier] = ACTIONS(1015), + [anon_sym_def] = ACTIONS(1015), + [anon_sym_export_DASHenv] = ACTIONS(1015), + [anon_sym_extern] = ACTIONS(1015), + [anon_sym_module] = ACTIONS(1015), + [anon_sym_use] = ACTIONS(1015), + [anon_sym_COMMA] = ACTIONS(1017), + [anon_sym_LPAREN] = ACTIONS(1017), + [anon_sym_DOLLAR] = ACTIONS(1017), + [anon_sym_error] = ACTIONS(1015), + [anon_sym_list] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_break] = ACTIONS(1015), + [anon_sym_continue] = ACTIONS(1015), + [anon_sym_for] = ACTIONS(1015), + [anon_sym_in] = ACTIONS(1015), + [anon_sym_loop] = ACTIONS(1015), + [anon_sym_make] = ACTIONS(1015), + [anon_sym_while] = ACTIONS(1015), + [anon_sym_do] = ACTIONS(1015), + [anon_sym_if] = ACTIONS(1015), + [anon_sym_else] = ACTIONS(1015), + [anon_sym_match] = ACTIONS(1015), + [anon_sym_RBRACE] = ACTIONS(1017), + [anon_sym_DOT] = ACTIONS(1017), + [anon_sym_try] = ACTIONS(1015), + [anon_sym_catch] = ACTIONS(1015), + [anon_sym_return] = ACTIONS(1015), + [anon_sym_source] = ACTIONS(1015), + [anon_sym_source_DASHenv] = ACTIONS(1015), + [anon_sym_register] = ACTIONS(1015), + [anon_sym_hide] = ACTIONS(1015), + [anon_sym_hide_DASHenv] = ACTIONS(1015), + [anon_sym_overlay] = ACTIONS(1015), + [anon_sym_new] = ACTIONS(1015), + [anon_sym_as] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR_STAR] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1015), + [anon_sym_bit_DASHshl] = ACTIONS(1015), + [anon_sym_bit_DASHshr] = ACTIONS(1015), + [anon_sym_EQ_EQ] = ACTIONS(1017), + [anon_sym_BANG_EQ] = ACTIONS(1017), + [anon_sym_LT2] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1017), + [anon_sym_GT_EQ] = ACTIONS(1017), + [anon_sym_not_DASHin] = ACTIONS(1015), + [anon_sym_starts_DASHwith] = ACTIONS(1015), + [anon_sym_ends_DASHwith] = ACTIONS(1015), + [anon_sym_EQ_TILDE] = ACTIONS(1017), + [anon_sym_BANG_TILDE] = ACTIONS(1017), + [anon_sym_bit_DASHand] = ACTIONS(1015), + [anon_sym_bit_DASHxor] = ACTIONS(1015), + [anon_sym_bit_DASHor] = ACTIONS(1015), + [anon_sym_and] = ACTIONS(1015), + [anon_sym_xor] = ACTIONS(1015), + [anon_sym_or] = ACTIONS(1015), + [aux_sym__val_number_decimal_token1] = ACTIONS(1015), + [aux_sym__val_number_token1] = ACTIONS(1017), + [aux_sym__val_number_token2] = ACTIONS(1017), + [aux_sym__val_number_token3] = ACTIONS(1017), + [aux_sym__val_number_token4] = ACTIONS(1015), + [aux_sym__val_number_token5] = ACTIONS(1017), + [aux_sym__val_number_token6] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1017), + [sym__str_single_quotes] = ACTIONS(1017), + [sym__str_back_ticks] = ACTIONS(1017), + [aux_sym__record_key_token2] = ACTIONS(1015), [anon_sym_POUND] = ACTIONS(3), }, [479] = { [sym_comment] = STATE(479), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(1218), + [anon_sym_bit_DASHxor] = ACTIONS(1220), + [anon_sym_bit_DASHor] = ACTIONS(1222), + [anon_sym_and] = ACTIONS(1224), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [480] = { [sym_comment] = STATE(480), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [anon_sym_export] = ACTIONS(1009), + [anon_sym_alias] = ACTIONS(1009), + [anon_sym_let] = ACTIONS(1009), + [anon_sym_let_DASHenv] = ACTIONS(1009), + [anon_sym_mut] = ACTIONS(1009), + [anon_sym_const] = ACTIONS(1009), + [sym_cmd_identifier] = ACTIONS(1009), + [anon_sym_def] = ACTIONS(1009), + [anon_sym_export_DASHenv] = ACTIONS(1009), + [anon_sym_extern] = ACTIONS(1009), + [anon_sym_module] = ACTIONS(1009), + [anon_sym_use] = ACTIONS(1009), + [anon_sym_COMMA] = ACTIONS(1011), + [anon_sym_LPAREN] = ACTIONS(1011), + [anon_sym_DOLLAR] = ACTIONS(1011), + [anon_sym_error] = ACTIONS(1009), + [anon_sym_list] = ACTIONS(1009), + [anon_sym_GT] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1009), + [anon_sym_break] = ACTIONS(1009), + [anon_sym_continue] = ACTIONS(1009), + [anon_sym_for] = ACTIONS(1009), + [anon_sym_in] = ACTIONS(1009), + [anon_sym_loop] = ACTIONS(1009), + [anon_sym_make] = ACTIONS(1009), + [anon_sym_while] = ACTIONS(1009), + [anon_sym_do] = ACTIONS(1009), + [anon_sym_if] = ACTIONS(1009), + [anon_sym_else] = ACTIONS(1009), + [anon_sym_match] = ACTIONS(1009), + [anon_sym_RBRACE] = ACTIONS(1011), + [anon_sym_DOT] = ACTIONS(1011), + [anon_sym_try] = ACTIONS(1009), + [anon_sym_catch] = ACTIONS(1009), + [anon_sym_return] = ACTIONS(1009), + [anon_sym_source] = ACTIONS(1009), + [anon_sym_source_DASHenv] = ACTIONS(1009), + [anon_sym_register] = ACTIONS(1009), + [anon_sym_hide] = ACTIONS(1009), + [anon_sym_hide_DASHenv] = ACTIONS(1009), + [anon_sym_overlay] = ACTIONS(1009), + [anon_sym_new] = ACTIONS(1009), + [anon_sym_as] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(1009), + [anon_sym_STAR_STAR] = ACTIONS(1011), + [anon_sym_PLUS_PLUS] = ACTIONS(1011), + [anon_sym_SLASH] = ACTIONS(1009), + [anon_sym_mod] = ACTIONS(1009), + [anon_sym_SLASH_SLASH] = ACTIONS(1011), + [anon_sym_PLUS] = ACTIONS(1009), + [anon_sym_bit_DASHshl] = ACTIONS(1009), + [anon_sym_bit_DASHshr] = ACTIONS(1009), + [anon_sym_EQ_EQ] = ACTIONS(1011), + [anon_sym_BANG_EQ] = ACTIONS(1011), + [anon_sym_LT2] = ACTIONS(1009), + [anon_sym_LT_EQ] = ACTIONS(1011), + [anon_sym_GT_EQ] = ACTIONS(1011), + [anon_sym_not_DASHin] = ACTIONS(1009), + [anon_sym_starts_DASHwith] = ACTIONS(1009), + [anon_sym_ends_DASHwith] = ACTIONS(1009), + [anon_sym_EQ_TILDE] = ACTIONS(1011), + [anon_sym_BANG_TILDE] = ACTIONS(1011), + [anon_sym_bit_DASHand] = ACTIONS(1009), + [anon_sym_bit_DASHxor] = ACTIONS(1009), + [anon_sym_bit_DASHor] = ACTIONS(1009), + [anon_sym_and] = ACTIONS(1009), + [anon_sym_xor] = ACTIONS(1009), + [anon_sym_or] = ACTIONS(1009), + [aux_sym__val_number_decimal_token1] = ACTIONS(1009), + [aux_sym__val_number_token1] = ACTIONS(1011), + [aux_sym__val_number_token2] = ACTIONS(1011), + [aux_sym__val_number_token3] = ACTIONS(1011), + [aux_sym__val_number_token4] = ACTIONS(1009), + [aux_sym__val_number_token5] = ACTIONS(1011), + [aux_sym__val_number_token6] = ACTIONS(1009), + [anon_sym_DQUOTE] = ACTIONS(1011), + [sym__str_single_quotes] = ACTIONS(1011), + [sym__str_back_ticks] = ACTIONS(1011), + [aux_sym__record_key_token2] = ACTIONS(1009), [anon_sym_POUND] = ACTIONS(3), }, [481] = { [sym_comment] = STATE(481), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(1003), + [anon_sym_alias] = ACTIONS(1003), + [anon_sym_let] = ACTIONS(1003), + [anon_sym_let_DASHenv] = ACTIONS(1003), + [anon_sym_mut] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1003), + [sym_cmd_identifier] = ACTIONS(1003), + [anon_sym_def] = ACTIONS(1003), + [anon_sym_export_DASHenv] = ACTIONS(1003), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym_module] = ACTIONS(1003), + [anon_sym_use] = ACTIONS(1003), + [anon_sym_COMMA] = ACTIONS(1005), + [anon_sym_LPAREN] = ACTIONS(1005), + [anon_sym_DOLLAR] = ACTIONS(1005), + [anon_sym_error] = ACTIONS(1003), + [anon_sym_list] = ACTIONS(1003), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_break] = ACTIONS(1003), + [anon_sym_continue] = ACTIONS(1003), + [anon_sym_for] = ACTIONS(1003), + [anon_sym_in] = ACTIONS(1003), + [anon_sym_loop] = ACTIONS(1003), + [anon_sym_make] = ACTIONS(1003), + [anon_sym_while] = ACTIONS(1003), + [anon_sym_do] = ACTIONS(1003), + [anon_sym_if] = ACTIONS(1003), + [anon_sym_else] = ACTIONS(1003), + [anon_sym_match] = ACTIONS(1003), + [anon_sym_RBRACE] = ACTIONS(1005), + [anon_sym_DOT] = ACTIONS(1005), + [anon_sym_try] = ACTIONS(1003), + [anon_sym_catch] = ACTIONS(1003), + [anon_sym_return] = ACTIONS(1003), + [anon_sym_source] = ACTIONS(1003), + [anon_sym_source_DASHenv] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_hide] = ACTIONS(1003), + [anon_sym_hide_DASHenv] = ACTIONS(1003), + [anon_sym_overlay] = ACTIONS(1003), + [anon_sym_new] = ACTIONS(1003), + [anon_sym_as] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_STAR_STAR] = ACTIONS(1005), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_bit_DASHshl] = ACTIONS(1003), + [anon_sym_bit_DASHshr] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1005), + [anon_sym_BANG_EQ] = ACTIONS(1005), + [anon_sym_LT2] = ACTIONS(1003), + [anon_sym_LT_EQ] = ACTIONS(1005), + [anon_sym_GT_EQ] = ACTIONS(1005), + [anon_sym_not_DASHin] = ACTIONS(1003), + [anon_sym_starts_DASHwith] = ACTIONS(1003), + [anon_sym_ends_DASHwith] = ACTIONS(1003), + [anon_sym_EQ_TILDE] = ACTIONS(1005), + [anon_sym_BANG_TILDE] = ACTIONS(1005), + [anon_sym_bit_DASHand] = ACTIONS(1003), + [anon_sym_bit_DASHxor] = ACTIONS(1003), + [anon_sym_bit_DASHor] = ACTIONS(1003), + [anon_sym_and] = ACTIONS(1003), + [anon_sym_xor] = ACTIONS(1003), + [anon_sym_or] = ACTIONS(1003), + [aux_sym__val_number_decimal_token1] = ACTIONS(1003), + [aux_sym__val_number_token1] = ACTIONS(1005), + [aux_sym__val_number_token2] = ACTIONS(1005), + [aux_sym__val_number_token3] = ACTIONS(1005), + [aux_sym__val_number_token4] = ACTIONS(1003), + [aux_sym__val_number_token5] = ACTIONS(1005), + [aux_sym__val_number_token6] = ACTIONS(1003), + [anon_sym_DQUOTE] = ACTIONS(1005), + [sym__str_single_quotes] = ACTIONS(1005), + [sym__str_back_ticks] = ACTIONS(1005), + [aux_sym__record_key_token2] = ACTIONS(1003), [anon_sym_POUND] = ACTIONS(3), }, [482] = { [sym_comment] = STATE(482), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(117), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_COMMA] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_error] = ACTIONS(856), + [anon_sym_list] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_make] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_else] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(858), + [anon_sym_DOT] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_catch] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_new] = ACTIONS(856), + [anon_sym_as] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(858), + [aux_sym__val_number_token2] = ACTIONS(858), + [aux_sym__val_number_token3] = ACTIONS(858), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(858), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [aux_sym__record_key_token2] = ACTIONS(856), [anon_sym_POUND] = ACTIONS(3), }, [483] = { [sym_comment] = STATE(483), - [anon_sym_GT] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(159), - [anon_sym_in] = ACTIONS(159), - [anon_sym_LBRACE] = ACTIONS(159), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_STAR] = ACTIONS(157), - [anon_sym_STAR_STAR] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [anon_sym_SLASH] = ACTIONS(157), - [anon_sym_mod] = ACTIONS(159), - [anon_sym_SLASH_SLASH] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(157), - [anon_sym_bit_DASHshl] = ACTIONS(159), - [anon_sym_bit_DASHshr] = ACTIONS(159), - [anon_sym_EQ_EQ] = ACTIONS(159), - [anon_sym_BANG_EQ] = ACTIONS(159), - [anon_sym_LT2] = ACTIONS(157), - [anon_sym_LT_EQ] = ACTIONS(159), - [anon_sym_GT_EQ] = ACTIONS(159), - [anon_sym_not_DASHin] = ACTIONS(159), - [anon_sym_starts_DASHwith] = ACTIONS(159), - [anon_sym_ends_DASHwith] = ACTIONS(159), - [anon_sym_EQ_TILDE] = ACTIONS(159), - [anon_sym_BANG_TILDE] = ACTIONS(159), - [anon_sym_bit_DASHand] = ACTIONS(159), - [anon_sym_bit_DASHxor] = ACTIONS(159), - [anon_sym_bit_DASHor] = ACTIONS(159), - [anon_sym_and] = ACTIONS(159), - [anon_sym_xor] = ACTIONS(159), - [anon_sym_or] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(157), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [aux_sym_unquoted_token6] = ACTIONS(157), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [484] = { [sym_comment] = STATE(484), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1339), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(189), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(189), - [aux_sym__unquoted_in_list_token1] = ACTIONS(187), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1341), + [anon_sym_export] = ACTIONS(999), + [anon_sym_alias] = ACTIONS(999), + [anon_sym_let] = ACTIONS(999), + [anon_sym_let_DASHenv] = ACTIONS(999), + [anon_sym_mut] = ACTIONS(999), + [anon_sym_const] = ACTIONS(999), + [sym_cmd_identifier] = ACTIONS(999), + [anon_sym_def] = ACTIONS(999), + [anon_sym_export_DASHenv] = ACTIONS(999), + [anon_sym_extern] = ACTIONS(999), + [anon_sym_module] = ACTIONS(999), + [anon_sym_use] = ACTIONS(999), + [anon_sym_COMMA] = ACTIONS(1001), + [anon_sym_LPAREN] = ACTIONS(1001), + [anon_sym_DOLLAR] = ACTIONS(1001), + [anon_sym_error] = ACTIONS(999), + [anon_sym_list] = ACTIONS(999), + [anon_sym_GT] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_break] = ACTIONS(999), + [anon_sym_continue] = ACTIONS(999), + [anon_sym_for] = ACTIONS(999), + [anon_sym_in] = ACTIONS(999), + [anon_sym_loop] = ACTIONS(999), + [anon_sym_make] = ACTIONS(999), + [anon_sym_while] = ACTIONS(999), + [anon_sym_do] = ACTIONS(999), + [anon_sym_if] = ACTIONS(999), + [anon_sym_else] = ACTIONS(999), + [anon_sym_match] = ACTIONS(999), + [anon_sym_RBRACE] = ACTIONS(1001), + [anon_sym_DOT] = ACTIONS(1001), + [anon_sym_try] = ACTIONS(999), + [anon_sym_catch] = ACTIONS(999), + [anon_sym_return] = ACTIONS(999), + [anon_sym_source] = ACTIONS(999), + [anon_sym_source_DASHenv] = ACTIONS(999), + [anon_sym_register] = ACTIONS(999), + [anon_sym_hide] = ACTIONS(999), + [anon_sym_hide_DASHenv] = ACTIONS(999), + [anon_sym_overlay] = ACTIONS(999), + [anon_sym_new] = ACTIONS(999), + [anon_sym_as] = ACTIONS(999), + [anon_sym_STAR] = ACTIONS(999), + [anon_sym_STAR_STAR] = ACTIONS(1001), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_SLASH] = ACTIONS(999), + [anon_sym_mod] = ACTIONS(999), + [anon_sym_SLASH_SLASH] = ACTIONS(1001), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_bit_DASHshl] = ACTIONS(999), + [anon_sym_bit_DASHshr] = ACTIONS(999), + [anon_sym_EQ_EQ] = ACTIONS(1001), + [anon_sym_BANG_EQ] = ACTIONS(1001), + [anon_sym_LT2] = ACTIONS(999), + [anon_sym_LT_EQ] = ACTIONS(1001), + [anon_sym_GT_EQ] = ACTIONS(1001), + [anon_sym_not_DASHin] = ACTIONS(999), + [anon_sym_starts_DASHwith] = ACTIONS(999), + [anon_sym_ends_DASHwith] = ACTIONS(999), + [anon_sym_EQ_TILDE] = ACTIONS(1001), + [anon_sym_BANG_TILDE] = ACTIONS(1001), + [anon_sym_bit_DASHand] = ACTIONS(999), + [anon_sym_bit_DASHxor] = ACTIONS(999), + [anon_sym_bit_DASHor] = ACTIONS(999), + [anon_sym_and] = ACTIONS(999), + [anon_sym_xor] = ACTIONS(999), + [anon_sym_or] = ACTIONS(999), + [aux_sym__val_number_decimal_token1] = ACTIONS(999), + [aux_sym__val_number_token1] = ACTIONS(1001), + [aux_sym__val_number_token2] = ACTIONS(1001), + [aux_sym__val_number_token3] = ACTIONS(1001), + [aux_sym__val_number_token4] = ACTIONS(999), + [aux_sym__val_number_token5] = ACTIONS(1001), + [aux_sym__val_number_token6] = ACTIONS(999), + [anon_sym_DQUOTE] = ACTIONS(1001), + [sym__str_single_quotes] = ACTIONS(1001), + [sym__str_back_ticks] = ACTIONS(1001), + [aux_sym__record_key_token2] = ACTIONS(999), [anon_sym_POUND] = ACTIONS(3), }, [485] = { [sym_comment] = STATE(485), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_COMMA] = ACTIONS(799), + [anon_sym_LPAREN] = ACTIONS(799), + [anon_sym_DOLLAR] = ACTIONS(799), + [anon_sym_error] = ACTIONS(797), + [anon_sym_list] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_make] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_else] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(799), + [anon_sym_DOT] = ACTIONS(799), + [anon_sym_try] = ACTIONS(797), + [anon_sym_catch] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_new] = ACTIONS(797), + [anon_sym_as] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(799), + [anon_sym_PLUS_PLUS] = ACTIONS(799), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(799), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(799), + [anon_sym_BANG_EQ] = ACTIONS(799), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(799), + [anon_sym_GT_EQ] = ACTIONS(799), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(799), + [anon_sym_BANG_TILDE] = ACTIONS(799), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(799), + [aux_sym__val_number_token2] = ACTIONS(799), + [aux_sym__val_number_token3] = ACTIONS(799), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(799), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(799), + [sym__str_single_quotes] = ACTIONS(799), + [sym__str_back_ticks] = ACTIONS(799), + [aux_sym__record_key_token2] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(3), }, [486] = { [sym_comment] = STATE(486), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(107), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_export] = ACTIONS(953), + [anon_sym_alias] = ACTIONS(953), + [anon_sym_let] = ACTIONS(953), + [anon_sym_let_DASHenv] = ACTIONS(953), + [anon_sym_mut] = ACTIONS(953), + [anon_sym_const] = ACTIONS(953), + [sym_cmd_identifier] = ACTIONS(953), + [anon_sym_def] = ACTIONS(953), + [anon_sym_export_DASHenv] = ACTIONS(953), + [anon_sym_extern] = ACTIONS(953), + [anon_sym_module] = ACTIONS(953), + [anon_sym_use] = ACTIONS(953), + [anon_sym_COMMA] = ACTIONS(955), + [anon_sym_LPAREN] = ACTIONS(955), + [anon_sym_DOLLAR] = ACTIONS(955), + [anon_sym_error] = ACTIONS(953), + [anon_sym_list] = ACTIONS(953), + [anon_sym_GT] = ACTIONS(953), + [anon_sym_DASH] = ACTIONS(953), + [anon_sym_break] = ACTIONS(953), + [anon_sym_continue] = ACTIONS(953), + [anon_sym_for] = ACTIONS(953), + [anon_sym_in] = ACTIONS(953), + [anon_sym_loop] = ACTIONS(953), + [anon_sym_make] = ACTIONS(953), + [anon_sym_while] = ACTIONS(953), + [anon_sym_do] = ACTIONS(953), + [anon_sym_if] = ACTIONS(953), + [anon_sym_else] = ACTIONS(953), + [anon_sym_match] = ACTIONS(953), + [anon_sym_RBRACE] = ACTIONS(955), + [anon_sym_DOT] = ACTIONS(955), + [anon_sym_try] = ACTIONS(953), + [anon_sym_catch] = ACTIONS(953), + [anon_sym_return] = ACTIONS(953), + [anon_sym_source] = ACTIONS(953), + [anon_sym_source_DASHenv] = ACTIONS(953), + [anon_sym_register] = ACTIONS(953), + [anon_sym_hide] = ACTIONS(953), + [anon_sym_hide_DASHenv] = ACTIONS(953), + [anon_sym_overlay] = ACTIONS(953), + [anon_sym_new] = ACTIONS(953), + [anon_sym_as] = ACTIONS(953), + [anon_sym_STAR] = ACTIONS(953), + [anon_sym_STAR_STAR] = ACTIONS(955), + [anon_sym_PLUS_PLUS] = ACTIONS(955), + [anon_sym_SLASH] = ACTIONS(953), + [anon_sym_mod] = ACTIONS(953), + [anon_sym_SLASH_SLASH] = ACTIONS(955), + [anon_sym_PLUS] = ACTIONS(953), + [anon_sym_bit_DASHshl] = ACTIONS(953), + [anon_sym_bit_DASHshr] = ACTIONS(953), + [anon_sym_EQ_EQ] = ACTIONS(955), + [anon_sym_BANG_EQ] = ACTIONS(955), + [anon_sym_LT2] = ACTIONS(953), + [anon_sym_LT_EQ] = ACTIONS(955), + [anon_sym_GT_EQ] = ACTIONS(955), + [anon_sym_not_DASHin] = ACTIONS(953), + [anon_sym_starts_DASHwith] = ACTIONS(953), + [anon_sym_ends_DASHwith] = ACTIONS(953), + [anon_sym_EQ_TILDE] = ACTIONS(955), + [anon_sym_BANG_TILDE] = ACTIONS(955), + [anon_sym_bit_DASHand] = ACTIONS(953), + [anon_sym_bit_DASHxor] = ACTIONS(953), + [anon_sym_bit_DASHor] = ACTIONS(953), + [anon_sym_and] = ACTIONS(953), + [anon_sym_xor] = ACTIONS(953), + [anon_sym_or] = ACTIONS(953), + [aux_sym__val_number_decimal_token1] = ACTIONS(953), + [aux_sym__val_number_token1] = ACTIONS(955), + [aux_sym__val_number_token2] = ACTIONS(955), + [aux_sym__val_number_token3] = ACTIONS(955), + [aux_sym__val_number_token4] = ACTIONS(953), + [aux_sym__val_number_token5] = ACTIONS(955), + [aux_sym__val_number_token6] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [sym__str_single_quotes] = ACTIONS(955), + [sym__str_back_ticks] = ACTIONS(955), + [aux_sym__record_key_token2] = ACTIONS(953), [anon_sym_POUND] = ACTIONS(3), }, [487] = { [sym_comment] = STATE(487), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(1093), + [anon_sym_alias] = ACTIONS(1093), + [anon_sym_let] = ACTIONS(1093), + [anon_sym_let_DASHenv] = ACTIONS(1093), + [anon_sym_mut] = ACTIONS(1093), + [anon_sym_const] = ACTIONS(1093), + [sym_cmd_identifier] = ACTIONS(1093), + [anon_sym_def] = ACTIONS(1093), + [anon_sym_export_DASHenv] = ACTIONS(1093), + [anon_sym_extern] = ACTIONS(1093), + [anon_sym_module] = ACTIONS(1093), + [anon_sym_use] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1095), + [anon_sym_LPAREN] = ACTIONS(1095), + [anon_sym_DOLLAR] = ACTIONS(1095), + [anon_sym_error] = ACTIONS(1093), + [anon_sym_list] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_break] = ACTIONS(1093), + [anon_sym_continue] = ACTIONS(1093), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1093), + [anon_sym_loop] = ACTIONS(1093), + [anon_sym_make] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1093), + [anon_sym_do] = ACTIONS(1093), + [anon_sym_if] = ACTIONS(1093), + [anon_sym_else] = ACTIONS(1093), + [anon_sym_match] = ACTIONS(1093), + [anon_sym_RBRACE] = ACTIONS(1095), + [anon_sym_DOT] = ACTIONS(1095), + [anon_sym_try] = ACTIONS(1093), + [anon_sym_catch] = ACTIONS(1093), + [anon_sym_return] = ACTIONS(1093), + [anon_sym_source] = ACTIONS(1093), + [anon_sym_source_DASHenv] = ACTIONS(1093), + [anon_sym_register] = ACTIONS(1093), + [anon_sym_hide] = ACTIONS(1093), + [anon_sym_hide_DASHenv] = ACTIONS(1093), + [anon_sym_overlay] = ACTIONS(1093), + [anon_sym_new] = ACTIONS(1093), + [anon_sym_as] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_STAR_STAR] = ACTIONS(1095), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_mod] = ACTIONS(1093), + [anon_sym_SLASH_SLASH] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_bit_DASHshl] = ACTIONS(1093), + [anon_sym_bit_DASHshr] = ACTIONS(1093), + [anon_sym_EQ_EQ] = ACTIONS(1095), + [anon_sym_BANG_EQ] = ACTIONS(1095), + [anon_sym_LT2] = ACTIONS(1093), + [anon_sym_LT_EQ] = ACTIONS(1095), + [anon_sym_GT_EQ] = ACTIONS(1095), + [anon_sym_not_DASHin] = ACTIONS(1093), + [anon_sym_starts_DASHwith] = ACTIONS(1093), + [anon_sym_ends_DASHwith] = ACTIONS(1093), + [anon_sym_EQ_TILDE] = ACTIONS(1095), + [anon_sym_BANG_TILDE] = ACTIONS(1095), + [anon_sym_bit_DASHand] = ACTIONS(1093), + [anon_sym_bit_DASHxor] = ACTIONS(1093), + [anon_sym_bit_DASHor] = ACTIONS(1093), + [anon_sym_and] = ACTIONS(1093), + [anon_sym_xor] = ACTIONS(1093), + [anon_sym_or] = ACTIONS(1093), + [aux_sym__val_number_decimal_token1] = ACTIONS(1093), + [aux_sym__val_number_token1] = ACTIONS(1095), + [aux_sym__val_number_token2] = ACTIONS(1095), + [aux_sym__val_number_token3] = ACTIONS(1095), + [aux_sym__val_number_token4] = ACTIONS(1093), + [aux_sym__val_number_token5] = ACTIONS(1095), + [aux_sym__val_number_token6] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1095), + [sym__str_single_quotes] = ACTIONS(1095), + [sym__str_back_ticks] = ACTIONS(1095), + [aux_sym__record_key_token2] = ACTIONS(1093), [anon_sym_POUND] = ACTIONS(3), }, [488] = { [sym_comment] = STATE(488), - [anon_sym_GT] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_in] = ACTIONS(149), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_STAR_STAR] = ACTIONS(149), - [anon_sym_PLUS_PLUS] = ACTIONS(149), - [anon_sym_SLASH] = ACTIONS(147), - [anon_sym_mod] = ACTIONS(149), - [anon_sym_SLASH_SLASH] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(147), - [anon_sym_bit_DASHshl] = ACTIONS(149), - [anon_sym_bit_DASHshr] = ACTIONS(149), - [anon_sym_EQ_EQ] = ACTIONS(149), - [anon_sym_BANG_EQ] = ACTIONS(149), - [anon_sym_LT2] = ACTIONS(147), - [anon_sym_LT_EQ] = ACTIONS(149), - [anon_sym_GT_EQ] = ACTIONS(149), - [anon_sym_not_DASHin] = ACTIONS(149), - [anon_sym_starts_DASHwith] = ACTIONS(149), - [anon_sym_ends_DASHwith] = ACTIONS(149), - [anon_sym_EQ_TILDE] = ACTIONS(149), - [anon_sym_BANG_TILDE] = ACTIONS(149), - [anon_sym_bit_DASHand] = ACTIONS(149), - [anon_sym_bit_DASHxor] = ACTIONS(149), - [anon_sym_bit_DASHor] = ACTIONS(149), - [anon_sym_and] = ACTIONS(149), - [anon_sym_xor] = ACTIONS(149), - [anon_sym_or] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(147), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [489] = { [sym_comment] = STATE(489), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1343), - [aux_sym__immediate_decimal_token2] = ACTIONS(1345), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(1218), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [490] = { [sym_comment] = STATE(490), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(115), - [anon_sym_bit_DASHshl] = ACTIONS(117), - [anon_sym_bit_DASHshr] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(117), - [anon_sym_LT2] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_not_DASHin] = ACTIONS(117), - [anon_sym_starts_DASHwith] = ACTIONS(117), - [anon_sym_ends_DASHwith] = ACTIONS(117), - [anon_sym_EQ_TILDE] = ACTIONS(117), - [anon_sym_BANG_TILDE] = ACTIONS(117), - [anon_sym_bit_DASHand] = ACTIONS(117), - [anon_sym_bit_DASHxor] = ACTIONS(117), - [anon_sym_bit_DASHor] = ACTIONS(117), - [anon_sym_and] = ACTIONS(117), - [anon_sym_xor] = ACTIONS(117), - [anon_sym_or] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(115), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [491] = { [sym_comment] = STATE(491), - [anon_sym_LBRACK] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_RBRACK] = ACTIONS(159), - [anon_sym_LPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(157), - [anon_sym_DASH] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(159), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(159), - [anon_sym_null] = ACTIONS(159), - [anon_sym_true] = ACTIONS(159), - [anon_sym_false] = ACTIONS(159), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(159), - [aux_sym__val_number_token2] = ACTIONS(159), - [aux_sym__val_number_token3] = ACTIONS(159), - [aux_sym__val_number_token4] = ACTIONS(159), - [aux_sym__val_number_token5] = ACTIONS(159), - [aux_sym__val_number_token6] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(159), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(159), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym__str_single_quotes] = ACTIONS(159), - [sym__str_back_ticks] = ACTIONS(159), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(159), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(159), - [aux_sym__unquoted_in_list_token1] = ACTIONS(157), - [aux_sym__unquoted_in_list_token7] = ACTIONS(157), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(1218), + [anon_sym_bit_DASHxor] = ACTIONS(1220), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [492] = { [sym_comment] = STATE(492), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(149), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(149), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(149), - [aux_sym__unquoted_in_list_token1] = ACTIONS(147), - [aux_sym__unquoted_in_list_token7] = ACTIONS(147), + [anon_sym_export] = ACTIONS(957), + [anon_sym_alias] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_let_DASHenv] = ACTIONS(957), + [anon_sym_mut] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [sym_cmd_identifier] = ACTIONS(957), + [anon_sym_def] = ACTIONS(957), + [anon_sym_export_DASHenv] = ACTIONS(957), + [anon_sym_extern] = ACTIONS(957), + [anon_sym_module] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_error] = ACTIONS(957), + [anon_sym_list] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_make] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [anon_sym_do] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_else] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(959), + [anon_sym_try] = ACTIONS(957), + [anon_sym_catch] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_source] = ACTIONS(957), + [anon_sym_source_DASHenv] = ACTIONS(957), + [anon_sym_register] = ACTIONS(957), + [anon_sym_hide] = ACTIONS(957), + [anon_sym_hide_DASHenv] = ACTIONS(957), + [anon_sym_overlay] = ACTIONS(957), + [anon_sym_new] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(959), + [anon_sym_BANG_TILDE] = ACTIONS(959), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(959), + [aux_sym__val_number_token2] = ACTIONS(959), + [aux_sym__val_number_token3] = ACTIONS(959), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(959), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(959), + [sym__str_single_quotes] = ACTIONS(959), + [sym__str_back_ticks] = ACTIONS(959), + [aux_sym__record_key_token2] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(3), }, [493] = { [sym_comment] = STATE(493), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(189), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(189), - [aux_sym__unquoted_in_list_token1] = ACTIONS(187), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1341), + [anon_sym_export] = ACTIONS(961), + [anon_sym_alias] = ACTIONS(961), + [anon_sym_let] = ACTIONS(961), + [anon_sym_let_DASHenv] = ACTIONS(961), + [anon_sym_mut] = ACTIONS(961), + [anon_sym_const] = ACTIONS(961), + [sym_cmd_identifier] = ACTIONS(961), + [anon_sym_def] = ACTIONS(961), + [anon_sym_export_DASHenv] = ACTIONS(961), + [anon_sym_extern] = ACTIONS(961), + [anon_sym_module] = ACTIONS(961), + [anon_sym_use] = ACTIONS(961), + [anon_sym_COMMA] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_error] = ACTIONS(961), + [anon_sym_list] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(961), + [anon_sym_continue] = ACTIONS(961), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(1204), + [anon_sym_loop] = ACTIONS(961), + [anon_sym_make] = ACTIONS(961), + [anon_sym_while] = ACTIONS(961), + [anon_sym_do] = ACTIONS(961), + [anon_sym_if] = ACTIONS(961), + [anon_sym_else] = ACTIONS(961), + [anon_sym_match] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_try] = ACTIONS(961), + [anon_sym_catch] = ACTIONS(961), + [anon_sym_return] = ACTIONS(961), + [anon_sym_source] = ACTIONS(961), + [anon_sym_source_DASHenv] = ACTIONS(961), + [anon_sym_register] = ACTIONS(961), + [anon_sym_hide] = ACTIONS(961), + [anon_sym_hide_DASHenv] = ACTIONS(961), + [anon_sym_overlay] = ACTIONS(961), + [anon_sym_new] = ACTIONS(961), + [anon_sym_as] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_mod] = ACTIONS(1206), + [anon_sym_SLASH_SLASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_bit_DASHshl] = ACTIONS(1212), + [anon_sym_bit_DASHshr] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1214), + [anon_sym_BANG_EQ] = ACTIONS(1214), + [anon_sym_LT2] = ACTIONS(1200), + [anon_sym_LT_EQ] = ACTIONS(1214), + [anon_sym_GT_EQ] = ACTIONS(1214), + [anon_sym_not_DASHin] = ACTIONS(1204), + [anon_sym_starts_DASHwith] = ACTIONS(1204), + [anon_sym_ends_DASHwith] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1216), + [anon_sym_BANG_TILDE] = ACTIONS(1216), + [anon_sym_bit_DASHand] = ACTIONS(1218), + [anon_sym_bit_DASHxor] = ACTIONS(1220), + [anon_sym_bit_DASHor] = ACTIONS(1222), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(963), + [aux_sym__val_number_token2] = ACTIONS(963), + [aux_sym__val_number_token3] = ACTIONS(963), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(963), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(963), + [sym__str_single_quotes] = ACTIONS(963), + [sym__str_back_ticks] = ACTIONS(963), + [aux_sym__record_key_token2] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(3), }, [494] = { + [sym_pipeline_parenthesized] = STATE(1354), + [sym_pipeline_parenthesized_last] = STATE(5506), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(494), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [495] = { + [sym_pipeline] = STATE(1366), + [sym_pipeline_last] = STATE(5120), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(495), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1349), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym__unquoted_in_list_token1] = ACTIONS(147), - [aux_sym__unquoted_in_list_token7] = ACTIONS(147), + [aux_sym_pipeline_repeat1] = STATE(516), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [496] = { + [sym_pipeline] = STATE(1366), + [sym_pipeline_last] = STATE(5452), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(3071), + [sym__var] = STATE(2841), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(496), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1345), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(515), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, [497] = { + [sym_pipeline_parenthesized] = STATE(1369), + [sym_pipeline_parenthesized_last] = STATE(5434), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(497), - [anon_sym_LBRACK] = ACTIONS(132), - [anon_sym_COMMA] = ACTIONS(132), - [anon_sym_RBRACK] = ACTIONS(132), - [anon_sym_LPAREN] = ACTIONS(132), - [anon_sym_DOLLAR] = ACTIONS(132), - [anon_sym_DASH] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(132), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_DOT2] = ACTIONS(1351), - [anon_sym_PLUS] = ACTIONS(132), - [aux_sym__immediate_decimal_token2] = ACTIONS(1354), - [anon_sym_null] = ACTIONS(132), - [anon_sym_true] = ACTIONS(132), - [anon_sym_false] = ACTIONS(132), - [aux_sym__val_number_decimal_token1] = ACTIONS(130), - [aux_sym__val_number_token1] = ACTIONS(132), - [aux_sym__val_number_token2] = ACTIONS(132), - [aux_sym__val_number_token3] = ACTIONS(132), - [aux_sym__val_number_token4] = ACTIONS(132), - [aux_sym__val_number_token5] = ACTIONS(132), - [aux_sym__val_number_token6] = ACTIONS(132), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(132), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [anon_sym_0b] = ACTIONS(130), - [anon_sym_0o] = ACTIONS(130), - [anon_sym_0x] = ACTIONS(130), - [sym_val_date] = ACTIONS(132), - [anon_sym_DQUOTE] = ACTIONS(132), - [sym__str_single_quotes] = ACTIONS(132), - [sym__str_back_ticks] = ACTIONS(132), - [aux_sym__unquoted_in_list_token1] = ACTIONS(130), - [aux_sym__unquoted_in_list_token7] = ACTIONS(130), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [498] = { + [sym_pipeline_parenthesized] = STATE(1364), + [sym_pipeline_parenthesized_last] = STATE(5425), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(498), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [499] = { + [sym_pipeline] = STATE(1368), + [sym_pipeline_last] = STATE(5370), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(3071), + [sym__var] = STATE(2841), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(499), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(1356), - [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1345), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(515), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, [500] = { + [sym_pipeline] = STATE(1363), + [sym_pipeline_last] = STATE(5444), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(3071), + [sym__var] = STATE(2841), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(500), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [aux_sym_pipeline_repeat1] = STATE(515), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, [501] = { + [sym_pipeline] = STATE(1363), + [sym_pipeline_last] = STATE(5121), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(501), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1337), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__unquoted_in_list_token1] = ACTIONS(107), - [aux_sym__unquoted_in_list_token7] = ACTIONS(107), + [aux_sym_pipeline_repeat1] = STATE(516), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [502] = { + [sym_pipeline_parenthesized] = STATE(1376), + [sym_pipeline_parenthesized_last] = STATE(5501), + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5475), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(502), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1359), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(189), - [anon_sym_LT2] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(189), - [anon_sym_GT_EQ] = ACTIONS(189), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_BANG_TILDE] = ACTIONS(189), - [anon_sym_bit_DASHand] = ACTIONS(189), - [anon_sym_bit_DASHxor] = ACTIONS(189), - [anon_sym_bit_DASHor] = ACTIONS(189), - [anon_sym_and] = ACTIONS(189), - [anon_sym_xor] = ACTIONS(189), - [anon_sym_or] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(187), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(514), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [503] = { + [sym_pipeline] = STATE(1373), + [sym_pipeline_last] = STATE(5379), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5064), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(3071), + [sym__var] = STATE(2841), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(503), - [anon_sym_LBRACK] = ACTIONS(1361), - [anon_sym_COMMA] = ACTIONS(1361), - [anon_sym_RBRACK] = ACTIONS(1361), - [anon_sym_LPAREN] = ACTIONS(1361), - [anon_sym_DOLLAR] = ACTIONS(1364), - [anon_sym_DASH] = ACTIONS(1364), - [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_DOT] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_null] = ACTIONS(1361), - [anon_sym_true] = ACTIONS(1361), - [anon_sym_false] = ACTIONS(1361), - [aux_sym__val_number_decimal_token1] = ACTIONS(1364), - [aux_sym__val_number_token1] = ACTIONS(1361), - [aux_sym__val_number_token2] = ACTIONS(1361), - [aux_sym__val_number_token3] = ACTIONS(1361), - [aux_sym__val_number_token4] = ACTIONS(1361), - [aux_sym__val_number_token5] = ACTIONS(1361), - [aux_sym__val_number_token6] = ACTIONS(1361), - [anon_sym_ns] = ACTIONS(1367), - [anon_sym_s] = ACTIONS(1367), - [anon_sym_us] = ACTIONS(1367), - [anon_sym_ms] = ACTIONS(1367), - [anon_sym_sec] = ACTIONS(1367), - [anon_sym_min] = ACTIONS(1367), - [anon_sym_hr] = ACTIONS(1367), - [anon_sym_day] = ACTIONS(1367), - [anon_sym_wk] = ACTIONS(1367), - [anon_sym_b] = ACTIONS(1369), - [anon_sym_B] = ACTIONS(1369), - [anon_sym_kb] = ACTIONS(1369), - [anon_sym_kB] = ACTIONS(1369), - [anon_sym_Kb] = ACTIONS(1369), - [anon_sym_KB] = ACTIONS(1369), - [anon_sym_mb] = ACTIONS(1369), - [anon_sym_mB] = ACTIONS(1369), - [anon_sym_Mb] = ACTIONS(1369), - [anon_sym_MB] = ACTIONS(1369), - [anon_sym_gb] = ACTIONS(1369), - [anon_sym_gB] = ACTIONS(1369), - [anon_sym_Gb] = ACTIONS(1369), - [anon_sym_GB] = ACTIONS(1369), - [anon_sym_tb] = ACTIONS(1369), - [anon_sym_tB] = ACTIONS(1369), - [anon_sym_Tb] = ACTIONS(1369), - [anon_sym_TB] = ACTIONS(1369), - [anon_sym_pb] = ACTIONS(1369), - [anon_sym_pB] = ACTIONS(1369), - [anon_sym_Pb] = ACTIONS(1369), - [anon_sym_PB] = ACTIONS(1369), - [anon_sym_eb] = ACTIONS(1369), - [anon_sym_eB] = ACTIONS(1369), - [anon_sym_Eb] = ACTIONS(1369), - [anon_sym_EB] = ACTIONS(1369), - [anon_sym_kib] = ACTIONS(1369), - [anon_sym_kiB] = ACTIONS(1369), - [anon_sym_kIB] = ACTIONS(1369), - [anon_sym_kIb] = ACTIONS(1369), - [anon_sym_Kib] = ACTIONS(1369), - [anon_sym_KIb] = ACTIONS(1369), - [anon_sym_KIB] = ACTIONS(1369), - [anon_sym_mib] = ACTIONS(1369), - [anon_sym_miB] = ACTIONS(1369), - [anon_sym_mIB] = ACTIONS(1369), - [anon_sym_mIb] = ACTIONS(1369), - [anon_sym_Mib] = ACTIONS(1369), - [anon_sym_MIb] = ACTIONS(1369), - [anon_sym_MIB] = ACTIONS(1369), - [anon_sym_gib] = ACTIONS(1369), - [anon_sym_giB] = ACTIONS(1369), - [anon_sym_gIB] = ACTIONS(1369), - [anon_sym_gIb] = ACTIONS(1369), - [anon_sym_Gib] = ACTIONS(1369), - [anon_sym_GIb] = ACTIONS(1369), - [anon_sym_GIB] = ACTIONS(1369), - [anon_sym_tib] = ACTIONS(1369), - [anon_sym_tiB] = ACTIONS(1369), - [anon_sym_tIB] = ACTIONS(1369), - [anon_sym_tIb] = ACTIONS(1369), - [anon_sym_Tib] = ACTIONS(1369), - [anon_sym_TIb] = ACTIONS(1369), - [anon_sym_TIB] = ACTIONS(1369), - [anon_sym_pib] = ACTIONS(1369), - [anon_sym_piB] = ACTIONS(1369), - [anon_sym_pIB] = ACTIONS(1369), - [anon_sym_pIb] = ACTIONS(1369), - [anon_sym_Pib] = ACTIONS(1369), - [anon_sym_PIb] = ACTIONS(1369), - [anon_sym_PIB] = ACTIONS(1369), - [anon_sym_eib] = ACTIONS(1369), - [anon_sym_eiB] = ACTIONS(1369), - [anon_sym_eIB] = ACTIONS(1369), - [anon_sym_eIb] = ACTIONS(1369), - [anon_sym_Eib] = ACTIONS(1369), - [anon_sym_EIb] = ACTIONS(1369), - [anon_sym_EIB] = ACTIONS(1369), - [anon_sym_0b] = ACTIONS(1364), - [anon_sym_0o] = ACTIONS(1364), - [anon_sym_0x] = ACTIONS(1364), - [sym_val_date] = ACTIONS(1361), - [anon_sym_DQUOTE] = ACTIONS(1361), - [sym__str_single_quotes] = ACTIONS(1361), - [sym__str_back_ticks] = ACTIONS(1361), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(215), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(215), - [aux_sym__unquoted_in_list_token1] = ACTIONS(1364), + [aux_sym_pipeline_repeat1] = STATE(515), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, [504] = { + [sym_pipeline] = STATE(1373), + [sym_pipeline_last] = STATE(4988), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(504), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_LPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [anon_sym_null] = ACTIONS(109), - [anon_sym_true] = ACTIONS(109), - [anon_sym_false] = ACTIONS(109), - [aux_sym__val_number_decimal_token1] = ACTIONS(107), - [aux_sym__val_number_token1] = ACTIONS(109), - [aux_sym__val_number_token2] = ACTIONS(109), - [aux_sym__val_number_token3] = ACTIONS(109), - [aux_sym__val_number_token4] = ACTIONS(109), - [aux_sym__val_number_token5] = ACTIONS(109), - [aux_sym__val_number_token6] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(109), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), - [aux_sym__unquoted_in_list_token1] = ACTIONS(107), - [aux_sym__unquoted_in_list_token7] = ACTIONS(107), + [aux_sym_pipeline_repeat1] = STATE(516), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [505] = { + [sym_pipeline] = STATE(1368), + [sym_pipeline_last] = STATE(4989), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4890), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(505), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_DOT] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(117), - [anon_sym_null] = ACTIONS(117), - [anon_sym_true] = ACTIONS(117), - [anon_sym_false] = ACTIONS(117), - [aux_sym__val_number_decimal_token1] = ACTIONS(115), - [aux_sym__val_number_token1] = ACTIONS(117), - [aux_sym__val_number_token2] = ACTIONS(117), - [aux_sym__val_number_token3] = ACTIONS(117), - [aux_sym__val_number_token4] = ACTIONS(117), - [aux_sym__val_number_token5] = ACTIONS(117), - [aux_sym__val_number_token6] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [anon_sym_0b] = ACTIONS(115), - [anon_sym_0o] = ACTIONS(115), - [anon_sym_0x] = ACTIONS(115), - [sym_val_date] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym__str_single_quotes] = ACTIONS(117), - [sym__str_back_ticks] = ACTIONS(117), - [aux_sym__unquoted_in_list_token1] = ACTIONS(115), - [aux_sym__unquoted_in_list_token7] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(516), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [506] = { + [sym_pipeline] = STATE(1373), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5442), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(506), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_DOT2] = ACTIONS(1339), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym__unquoted_in_list_token1] = ACTIONS(187), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1341), + [aux_sym_pipeline_repeat1] = STATE(518), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [507] = { + [sym_pipeline_parenthesized] = STATE(1354), + [sym__ctrl_expression_parenthesized] = STATE(4971), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5995), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(4975), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4976), [sym_comment] = STATE(507), - [anon_sym_LBRACK] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_RBRACK] = ACTIONS(215), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(215), - [anon_sym_DOT] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(215), - [anon_sym_null] = ACTIONS(215), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(215), - [aux_sym__val_number_token2] = ACTIONS(215), - [aux_sym__val_number_token3] = ACTIONS(215), - [aux_sym__val_number_token4] = ACTIONS(215), - [aux_sym__val_number_token5] = ACTIONS(215), - [aux_sym__val_number_token6] = ACTIONS(215), - [anon_sym_ns] = ACTIONS(1367), - [anon_sym_s] = ACTIONS(1367), - [anon_sym_us] = ACTIONS(1367), - [anon_sym_ms] = ACTIONS(1367), - [anon_sym_sec] = ACTIONS(1367), - [anon_sym_min] = ACTIONS(1367), - [anon_sym_hr] = ACTIONS(1367), - [anon_sym_day] = ACTIONS(1367), - [anon_sym_wk] = ACTIONS(1367), - [anon_sym_b] = ACTIONS(1369), - [anon_sym_B] = ACTIONS(1369), - [anon_sym_kb] = ACTIONS(1369), - [anon_sym_kB] = ACTIONS(1369), - [anon_sym_Kb] = ACTIONS(1369), - [anon_sym_KB] = ACTIONS(1369), - [anon_sym_mb] = ACTIONS(1369), - [anon_sym_mB] = ACTIONS(1369), - [anon_sym_Mb] = ACTIONS(1369), - [anon_sym_MB] = ACTIONS(1369), - [anon_sym_gb] = ACTIONS(1369), - [anon_sym_gB] = ACTIONS(1369), - [anon_sym_Gb] = ACTIONS(1369), - [anon_sym_GB] = ACTIONS(1369), - [anon_sym_tb] = ACTIONS(1369), - [anon_sym_tB] = ACTIONS(1369), - [anon_sym_Tb] = ACTIONS(1369), - [anon_sym_TB] = ACTIONS(1369), - [anon_sym_pb] = ACTIONS(1369), - [anon_sym_pB] = ACTIONS(1369), - [anon_sym_Pb] = ACTIONS(1369), - [anon_sym_PB] = ACTIONS(1369), - [anon_sym_eb] = ACTIONS(1369), - [anon_sym_eB] = ACTIONS(1369), - [anon_sym_Eb] = ACTIONS(1369), - [anon_sym_EB] = ACTIONS(1369), - [anon_sym_kib] = ACTIONS(1369), - [anon_sym_kiB] = ACTIONS(1369), - [anon_sym_kIB] = ACTIONS(1369), - [anon_sym_kIb] = ACTIONS(1369), - [anon_sym_Kib] = ACTIONS(1369), - [anon_sym_KIb] = ACTIONS(1369), - [anon_sym_KIB] = ACTIONS(1369), - [anon_sym_mib] = ACTIONS(1369), - [anon_sym_miB] = ACTIONS(1369), - [anon_sym_mIB] = ACTIONS(1369), - [anon_sym_mIb] = ACTIONS(1369), - [anon_sym_Mib] = ACTIONS(1369), - [anon_sym_MIb] = ACTIONS(1369), - [anon_sym_MIB] = ACTIONS(1369), - [anon_sym_gib] = ACTIONS(1369), - [anon_sym_giB] = ACTIONS(1369), - [anon_sym_gIB] = ACTIONS(1369), - [anon_sym_gIb] = ACTIONS(1369), - [anon_sym_Gib] = ACTIONS(1369), - [anon_sym_GIb] = ACTIONS(1369), - [anon_sym_GIB] = ACTIONS(1369), - [anon_sym_tib] = ACTIONS(1369), - [anon_sym_tiB] = ACTIONS(1369), - [anon_sym_tIB] = ACTIONS(1369), - [anon_sym_tIb] = ACTIONS(1369), - [anon_sym_Tib] = ACTIONS(1369), - [anon_sym_TIb] = ACTIONS(1369), - [anon_sym_TIB] = ACTIONS(1369), - [anon_sym_pib] = ACTIONS(1369), - [anon_sym_piB] = ACTIONS(1369), - [anon_sym_pIB] = ACTIONS(1369), - [anon_sym_pIb] = ACTIONS(1369), - [anon_sym_Pib] = ACTIONS(1369), - [anon_sym_PIb] = ACTIONS(1369), - [anon_sym_PIB] = ACTIONS(1369), - [anon_sym_eib] = ACTIONS(1369), - [anon_sym_eiB] = ACTIONS(1369), - [anon_sym_eIB] = ACTIONS(1369), - [anon_sym_eIb] = ACTIONS(1369), - [anon_sym_Eib] = ACTIONS(1369), - [anon_sym_EIb] = ACTIONS(1369), - [anon_sym_EIB] = ACTIONS(1369), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(215), - [anon_sym_DQUOTE] = ACTIONS(215), - [sym__str_single_quotes] = ACTIONS(215), - [sym__str_back_ticks] = ACTIONS(215), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(215), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(215), - [aux_sym__unquoted_in_list_token1] = ACTIONS(213), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(517), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [508] = { + [sym_pipeline_parenthesized] = STATE(1376), + [sym__ctrl_expression_parenthesized] = STATE(4971), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5995), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(4975), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4976), [sym_comment] = STATE(508), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(189), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(189), - [aux_sym__unquoted_in_list_token1] = ACTIONS(187), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(517), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [509] = { + [sym_pipeline] = STATE(1363), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5442), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(509), - [anon_sym_LBRACK] = ACTIONS(159), - [anon_sym_COMMA] = ACTIONS(159), - [anon_sym_RBRACK] = ACTIONS(159), - [anon_sym_LPAREN] = ACTIONS(159), - [anon_sym_DOLLAR] = ACTIONS(159), - [anon_sym_DASH] = ACTIONS(157), + [aux_sym_pipeline_repeat1] = STATE(518), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), [anon_sym_LBRACE] = ACTIONS(159), - [anon_sym_DOT] = ACTIONS(157), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_PLUS] = ACTIONS(159), - [anon_sym_null] = ACTIONS(159), - [anon_sym_true] = ACTIONS(159), - [anon_sym_false] = ACTIONS(159), - [aux_sym__val_number_decimal_token1] = ACTIONS(157), - [aux_sym__val_number_token1] = ACTIONS(159), - [aux_sym__val_number_token2] = ACTIONS(159), - [aux_sym__val_number_token3] = ACTIONS(159), - [aux_sym__val_number_token4] = ACTIONS(159), - [aux_sym__val_number_token5] = ACTIONS(159), - [aux_sym__val_number_token6] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(159), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [anon_sym_0b] = ACTIONS(157), - [anon_sym_0o] = ACTIONS(157), - [anon_sym_0x] = ACTIONS(157), - [sym_val_date] = ACTIONS(159), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym__str_single_quotes] = ACTIONS(159), - [sym__str_back_ticks] = ACTIONS(159), - [aux_sym__unquoted_in_list_token1] = ACTIONS(157), - [aux_sym__unquoted_in_list_token7] = ACTIONS(157), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [510] = { + [sym_pipeline] = STATE(1366), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5442), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(510), - [anon_sym_LBRACK] = ACTIONS(149), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_RBRACK] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(149), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(149), - [anon_sym_DOT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_PLUS] = ACTIONS(149), - [anon_sym_null] = ACTIONS(149), - [anon_sym_true] = ACTIONS(149), - [anon_sym_false] = ACTIONS(149), - [aux_sym__val_number_decimal_token1] = ACTIONS(147), - [aux_sym__val_number_token1] = ACTIONS(149), - [aux_sym__val_number_token2] = ACTIONS(149), - [aux_sym__val_number_token3] = ACTIONS(149), - [aux_sym__val_number_token4] = ACTIONS(149), - [aux_sym__val_number_token5] = ACTIONS(149), - [aux_sym__val_number_token6] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [anon_sym_0b] = ACTIONS(147), - [anon_sym_0o] = ACTIONS(147), - [anon_sym_0x] = ACTIONS(147), - [sym_val_date] = ACTIONS(149), - [anon_sym_DQUOTE] = ACTIONS(149), - [sym__str_single_quotes] = ACTIONS(149), - [sym__str_back_ticks] = ACTIONS(149), - [aux_sym__unquoted_in_list_token1] = ACTIONS(147), - [aux_sym__unquoted_in_list_token7] = ACTIONS(147), + [aux_sym_pipeline_repeat1] = STATE(518), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [511] = { + [sym_pipeline_parenthesized] = STATE(1369), + [sym__ctrl_expression_parenthesized] = STATE(4971), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5995), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(4975), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4976), [sym_comment] = STATE(511), - [anon_sym_LBRACK] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACK] = ACTIONS(223), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_DOLLAR] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_LBRACE] = ACTIONS(223), - [anon_sym_DOT] = ACTIONS(223), - [anon_sym_PLUS] = ACTIONS(223), - [anon_sym_null] = ACTIONS(223), - [anon_sym_true] = ACTIONS(223), - [anon_sym_false] = ACTIONS(223), - [aux_sym__val_number_decimal_token1] = ACTIONS(221), - [aux_sym__val_number_token1] = ACTIONS(223), - [aux_sym__val_number_token2] = ACTIONS(223), - [aux_sym__val_number_token3] = ACTIONS(223), - [aux_sym__val_number_token4] = ACTIONS(223), - [aux_sym__val_number_token5] = ACTIONS(223), - [aux_sym__val_number_token6] = ACTIONS(223), - [anon_sym_ns] = ACTIONS(223), - [anon_sym_s] = ACTIONS(223), - [anon_sym_us] = ACTIONS(223), - [anon_sym_ms] = ACTIONS(223), - [anon_sym_sec] = ACTIONS(223), - [anon_sym_min] = ACTIONS(223), - [anon_sym_hr] = ACTIONS(223), - [anon_sym_day] = ACTIONS(223), - [anon_sym_wk] = ACTIONS(223), - [anon_sym_b] = ACTIONS(223), - [anon_sym_B] = ACTIONS(223), - [anon_sym_kb] = ACTIONS(223), - [anon_sym_kB] = ACTIONS(223), - [anon_sym_Kb] = ACTIONS(223), - [anon_sym_KB] = ACTIONS(223), - [anon_sym_mb] = ACTIONS(223), - [anon_sym_mB] = ACTIONS(223), - [anon_sym_Mb] = ACTIONS(223), - [anon_sym_MB] = ACTIONS(223), - [anon_sym_gb] = ACTIONS(223), - [anon_sym_gB] = ACTIONS(223), - [anon_sym_Gb] = ACTIONS(223), - [anon_sym_GB] = ACTIONS(223), - [anon_sym_tb] = ACTIONS(223), - [anon_sym_tB] = ACTIONS(223), - [anon_sym_Tb] = ACTIONS(223), - [anon_sym_TB] = ACTIONS(223), - [anon_sym_pb] = ACTIONS(223), - [anon_sym_pB] = ACTIONS(223), - [anon_sym_Pb] = ACTIONS(223), - [anon_sym_PB] = ACTIONS(223), - [anon_sym_eb] = ACTIONS(223), - [anon_sym_eB] = ACTIONS(223), - [anon_sym_Eb] = ACTIONS(223), - [anon_sym_EB] = ACTIONS(223), - [anon_sym_kib] = ACTIONS(223), - [anon_sym_kiB] = ACTIONS(223), - [anon_sym_kIB] = ACTIONS(223), - [anon_sym_kIb] = ACTIONS(223), - [anon_sym_Kib] = ACTIONS(223), - [anon_sym_KIb] = ACTIONS(223), - [anon_sym_KIB] = ACTIONS(223), - [anon_sym_mib] = ACTIONS(223), - [anon_sym_miB] = ACTIONS(223), - [anon_sym_mIB] = ACTIONS(223), - [anon_sym_mIb] = ACTIONS(223), - [anon_sym_Mib] = ACTIONS(223), - [anon_sym_MIb] = ACTIONS(223), - [anon_sym_MIB] = ACTIONS(223), - [anon_sym_gib] = ACTIONS(223), - [anon_sym_giB] = ACTIONS(223), - [anon_sym_gIB] = ACTIONS(223), - [anon_sym_gIb] = ACTIONS(223), - [anon_sym_Gib] = ACTIONS(223), - [anon_sym_GIb] = ACTIONS(223), - [anon_sym_GIB] = ACTIONS(223), - [anon_sym_tib] = ACTIONS(223), - [anon_sym_tiB] = ACTIONS(223), - [anon_sym_tIB] = ACTIONS(223), - [anon_sym_tIb] = ACTIONS(223), - [anon_sym_Tib] = ACTIONS(223), - [anon_sym_TIb] = ACTIONS(223), - [anon_sym_TIB] = ACTIONS(223), - [anon_sym_pib] = ACTIONS(223), - [anon_sym_piB] = ACTIONS(223), - [anon_sym_pIB] = ACTIONS(223), - [anon_sym_pIb] = ACTIONS(223), - [anon_sym_Pib] = ACTIONS(223), - [anon_sym_PIb] = ACTIONS(223), - [anon_sym_PIB] = ACTIONS(223), - [anon_sym_eib] = ACTIONS(223), - [anon_sym_eiB] = ACTIONS(223), - [anon_sym_eIB] = ACTIONS(223), - [anon_sym_eIb] = ACTIONS(223), - [anon_sym_Eib] = ACTIONS(223), - [anon_sym_EIb] = ACTIONS(223), - [anon_sym_EIB] = ACTIONS(223), - [anon_sym_0b] = ACTIONS(221), - [anon_sym_0o] = ACTIONS(221), - [anon_sym_0x] = ACTIONS(221), - [sym_val_date] = ACTIONS(223), - [anon_sym_DQUOTE] = ACTIONS(223), - [sym__str_single_quotes] = ACTIONS(223), - [sym__str_back_ticks] = ACTIONS(223), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(223), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(223), - [aux_sym__unquoted_in_list_token1] = ACTIONS(221), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(517), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [512] = { + [sym_pipeline_parenthesized] = STATE(1364), + [sym__ctrl_expression_parenthesized] = STATE(4971), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5995), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(4975), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4976), [sym_comment] = STATE(512), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(189), - [anon_sym_RBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_null] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(187), - [aux_sym__val_number_token1] = ACTIONS(189), - [aux_sym__val_number_token2] = ACTIONS(189), - [aux_sym__val_number_token3] = ACTIONS(189), - [aux_sym__val_number_token4] = ACTIONS(189), - [aux_sym__val_number_token5] = ACTIONS(189), - [aux_sym__val_number_token6] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_0b] = ACTIONS(187), - [anon_sym_0o] = ACTIONS(187), - [anon_sym_0x] = ACTIONS(187), - [sym_val_date] = ACTIONS(189), - [anon_sym_DQUOTE] = ACTIONS(189), - [sym__str_single_quotes] = ACTIONS(189), - [sym__str_back_ticks] = ACTIONS(189), - [aux_sym__unquoted_in_list_token1] = ACTIONS(187), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1341), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(517), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), [anon_sym_POUND] = ACTIONS(3), }, [513] = { + [sym_pipeline] = STATE(1368), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5442), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(513), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_COMMA] = ACTIONS(1371), - [anon_sym_RBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_DOT] = ACTIONS(1371), - [anon_sym_PLUS] = ACTIONS(1371), - [anon_sym_null] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1371), - [aux_sym__val_number_token2] = ACTIONS(1371), - [aux_sym__val_number_token3] = ACTIONS(1371), - [aux_sym__val_number_token4] = ACTIONS(1371), - [aux_sym__val_number_token5] = ACTIONS(1371), - [aux_sym__val_number_token6] = ACTIONS(1371), - [anon_sym_ns] = ACTIONS(1367), - [anon_sym_s] = ACTIONS(1367), - [anon_sym_us] = ACTIONS(1367), - [anon_sym_ms] = ACTIONS(1367), - [anon_sym_sec] = ACTIONS(1367), - [anon_sym_min] = ACTIONS(1367), - [anon_sym_hr] = ACTIONS(1367), - [anon_sym_day] = ACTIONS(1367), - [anon_sym_wk] = ACTIONS(1367), - [anon_sym_b] = ACTIONS(1369), - [anon_sym_B] = ACTIONS(1369), - [anon_sym_kb] = ACTIONS(1369), - [anon_sym_kB] = ACTIONS(1369), - [anon_sym_Kb] = ACTIONS(1369), - [anon_sym_KB] = ACTIONS(1369), - [anon_sym_mb] = ACTIONS(1369), - [anon_sym_mB] = ACTIONS(1369), - [anon_sym_Mb] = ACTIONS(1369), - [anon_sym_MB] = ACTIONS(1369), - [anon_sym_gb] = ACTIONS(1369), - [anon_sym_gB] = ACTIONS(1369), - [anon_sym_Gb] = ACTIONS(1369), - [anon_sym_GB] = ACTIONS(1369), - [anon_sym_tb] = ACTIONS(1369), - [anon_sym_tB] = ACTIONS(1369), - [anon_sym_Tb] = ACTIONS(1369), - [anon_sym_TB] = ACTIONS(1369), - [anon_sym_pb] = ACTIONS(1369), - [anon_sym_pB] = ACTIONS(1369), - [anon_sym_Pb] = ACTIONS(1369), - [anon_sym_PB] = ACTIONS(1369), - [anon_sym_eb] = ACTIONS(1369), - [anon_sym_eB] = ACTIONS(1369), - [anon_sym_Eb] = ACTIONS(1369), - [anon_sym_EB] = ACTIONS(1369), - [anon_sym_kib] = ACTIONS(1369), - [anon_sym_kiB] = ACTIONS(1369), - [anon_sym_kIB] = ACTIONS(1369), - [anon_sym_kIb] = ACTIONS(1369), - [anon_sym_Kib] = ACTIONS(1369), - [anon_sym_KIb] = ACTIONS(1369), - [anon_sym_KIB] = ACTIONS(1369), - [anon_sym_mib] = ACTIONS(1369), - [anon_sym_miB] = ACTIONS(1369), - [anon_sym_mIB] = ACTIONS(1369), - [anon_sym_mIb] = ACTIONS(1369), - [anon_sym_Mib] = ACTIONS(1369), - [anon_sym_MIb] = ACTIONS(1369), - [anon_sym_MIB] = ACTIONS(1369), - [anon_sym_gib] = ACTIONS(1369), - [anon_sym_giB] = ACTIONS(1369), - [anon_sym_gIB] = ACTIONS(1369), - [anon_sym_gIb] = ACTIONS(1369), - [anon_sym_Gib] = ACTIONS(1369), - [anon_sym_GIb] = ACTIONS(1369), - [anon_sym_GIB] = ACTIONS(1369), - [anon_sym_tib] = ACTIONS(1369), - [anon_sym_tiB] = ACTIONS(1369), - [anon_sym_tIB] = ACTIONS(1369), - [anon_sym_tIb] = ACTIONS(1369), - [anon_sym_Tib] = ACTIONS(1369), - [anon_sym_TIb] = ACTIONS(1369), - [anon_sym_TIB] = ACTIONS(1369), - [anon_sym_pib] = ACTIONS(1369), - [anon_sym_piB] = ACTIONS(1369), - [anon_sym_pIB] = ACTIONS(1369), - [anon_sym_pIb] = ACTIONS(1369), - [anon_sym_Pib] = ACTIONS(1369), - [anon_sym_PIb] = ACTIONS(1369), - [anon_sym_PIB] = ACTIONS(1369), - [anon_sym_eib] = ACTIONS(1369), - [anon_sym_eiB] = ACTIONS(1369), - [anon_sym_eIB] = ACTIONS(1369), - [anon_sym_eIb] = ACTIONS(1369), - [anon_sym_Eib] = ACTIONS(1369), - [anon_sym_EIb] = ACTIONS(1369), - [anon_sym_EIB] = ACTIONS(1369), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [aux_sym__unquoted_in_list_token1] = ACTIONS(1373), + [aux_sym_pipeline_repeat1] = STATE(518), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), [anon_sym_POUND] = ACTIONS(3), }, [514] = { + [sym__ctrl_expression_parenthesized] = STATE(4762), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(5390), + [sym_where_command] = STATE(4746), + [sym__expression] = STATE(4746), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4741), [sym_comment] = STATE(514), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1379), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(1381), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(1379), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(1383), - [aux_sym_unquoted_token6] = ACTIONS(1385), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(519), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [515] = { - [sym_path] = STATE(563), + [sym__ctrl_expression] = STATE(4797), + [sym_ctrl_do] = STATE(5081), + [sym_ctrl_if] = STATE(5081), + [sym_ctrl_match] = STATE(5081), + [sym_ctrl_try] = STATE(5081), + [sym_ctrl_return] = STATE(5081), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5233), + [sym_where_command] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(3071), + [sym__var] = STATE(2841), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), + [sym_command] = STATE(4821), [sym_comment] = STATE(515), - [aux_sym_cell_path_repeat1] = STATE(515), - [anon_sym_export] = ACTIONS(1387), - [anon_sym_alias] = ACTIONS(1387), - [anon_sym_EQ] = ACTIONS(1387), - [anon_sym_let] = ACTIONS(1387), - [anon_sym_let_DASHenv] = ACTIONS(1387), - [anon_sym_mut] = ACTIONS(1387), - [anon_sym_const] = ACTIONS(1387), - [anon_sym_SEMI] = ACTIONS(1387), - [sym_cmd_identifier] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_def] = ACTIONS(1387), - [anon_sym_export_DASHenv] = ACTIONS(1387), - [anon_sym_extern] = ACTIONS(1387), - [anon_sym_module] = ACTIONS(1387), - [anon_sym_use] = ACTIONS(1387), - [anon_sym_COLON] = ACTIONS(1387), - [anon_sym_COMMA] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_PIPE] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_error] = ACTIONS(1387), - [anon_sym_list] = ACTIONS(1387), - [anon_sym_GT] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_break] = ACTIONS(1387), - [anon_sym_continue] = ACTIONS(1387), - [anon_sym_for] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1387), - [anon_sym_loop] = ACTIONS(1387), - [anon_sym_make] = ACTIONS(1387), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(1387), - [anon_sym_if] = ACTIONS(1387), - [anon_sym_else] = ACTIONS(1387), - [anon_sym_match] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(1391), - [anon_sym_try] = ACTIONS(1387), - [anon_sym_catch] = ACTIONS(1387), - [anon_sym_return] = ACTIONS(1387), - [anon_sym_source] = ACTIONS(1387), - [anon_sym_source_DASHenv] = ACTIONS(1387), - [anon_sym_register] = ACTIONS(1387), - [anon_sym_hide] = ACTIONS(1387), - [anon_sym_hide_DASHenv] = ACTIONS(1387), - [anon_sym_overlay] = ACTIONS(1387), - [anon_sym_new] = ACTIONS(1387), - [anon_sym_as] = ACTIONS(1387), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_PLUS_EQ] = ACTIONS(1387), - [anon_sym_DASH_EQ] = ACTIONS(1387), - [anon_sym_STAR_EQ] = ACTIONS(1387), - [anon_sym_SLASH_EQ] = ACTIONS(1387), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_SLASH] = ACTIONS(1387), - [anon_sym_mod] = ACTIONS(1387), - [anon_sym_SLASH_SLASH] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_bit_DASHshl] = ACTIONS(1387), - [anon_sym_bit_DASHshr] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1387), - [anon_sym_BANG_EQ] = ACTIONS(1387), - [anon_sym_LT2] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1387), - [anon_sym_GT_EQ] = ACTIONS(1387), - [anon_sym_not_DASHin] = ACTIONS(1387), - [anon_sym_starts_DASHwith] = ACTIONS(1387), - [anon_sym_ends_DASHwith] = ACTIONS(1387), - [anon_sym_EQ_TILDE] = ACTIONS(1387), - [anon_sym_BANG_TILDE] = ACTIONS(1387), - [anon_sym_bit_DASHand] = ACTIONS(1387), - [anon_sym_bit_DASHxor] = ACTIONS(1387), - [anon_sym_bit_DASHor] = ACTIONS(1387), - [anon_sym_and] = ACTIONS(1387), - [anon_sym_xor] = ACTIONS(1387), - [anon_sym_or] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [aux_sym__record_key_token2] = ACTIONS(1387), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(520), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_DOT] = ACTIONS(59), + [anon_sym_try] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_where] = ACTIONS(75), + [anon_sym_PLUS] = ACTIONS(77), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(87), + [aux_sym__val_number_token2] = ACTIONS(87), + [aux_sym__val_number_token3] = ACTIONS(87), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(87), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym__str_single_quotes] = ACTIONS(97), + [sym__str_back_ticks] = ACTIONS(97), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), + [anon_sym_CARET] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), }, [516] = { - [sym_path] = STATE(563), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(4880), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(516), - [aux_sym_cell_path_repeat1] = STATE(518), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_EQ] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_COLON] = ACTIONS(1394), - [anon_sym_COMMA] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_list] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_make] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1398), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_catch] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_new] = ACTIONS(1394), - [anon_sym_as] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_PLUS_EQ] = ACTIONS(1394), - [anon_sym_DASH_EQ] = ACTIONS(1394), - [anon_sym_STAR_EQ] = ACTIONS(1394), - [anon_sym_SLASH_EQ] = ACTIONS(1394), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [aux_sym__record_key_token2] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(520), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [517] = { - [sym_cell_path] = STATE(554), - [sym_path] = STATE(516), + [sym__ctrl_expression_parenthesized] = STATE(4971), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_pipe_element_parenthesized_last] = STATE(6187), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(4975), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(4976), [sym_comment] = STATE(517), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_EQ] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_COLON] = ACTIONS(1400), - [anon_sym_COMMA] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_PIPE] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_list] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_make] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_else] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1404), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_catch] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_new] = ACTIONS(1400), - [anon_sym_as] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_PLUS_EQ] = ACTIONS(1400), - [anon_sym_DASH_EQ] = ACTIONS(1400), - [anon_sym_STAR_EQ] = ACTIONS(1400), - [anon_sym_SLASH_EQ] = ACTIONS(1400), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [aux_sym__record_key_token2] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(519), + [sym_cmd_identifier] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(321), + [anon_sym_continue] = ACTIONS(323), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(325), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(327), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(331), + [anon_sym_POUND] = ACTIONS(3), }, [518] = { - [sym_path] = STATE(563), + [sym__ctrl_expression] = STATE(4330), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_pipe_element_last] = STATE(5456), + [sym_where_command] = STATE(4328), + [sym__expression] = STATE(4328), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(4328), [sym_comment] = STATE(518), - [aux_sym_cell_path_repeat1] = STATE(515), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_EQ] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_COLON] = ACTIONS(1407), - [anon_sym_COMMA] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_list] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_make] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_else] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_catch] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_new] = ACTIONS(1407), - [anon_sym_as] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_PLUS_EQ] = ACTIONS(1407), - [anon_sym_DASH_EQ] = ACTIONS(1407), - [anon_sym_STAR_EQ] = ACTIONS(1407), - [anon_sym_SLASH_EQ] = ACTIONS(1407), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [aux_sym__record_key_token2] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(520), + [sym_cmd_identifier] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(131), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_break] = ACTIONS(269), + [anon_sym_continue] = ACTIONS(271), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(159), + [anon_sym_DOT] = ACTIONS(163), + [anon_sym_try] = ACTIONS(287), + [anon_sym_return] = ACTIONS(289), + [anon_sym_where] = ACTIONS(179), + [anon_sym_PLUS] = ACTIONS(301), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(191), + [aux_sym__val_number_token2] = ACTIONS(191), + [aux_sym__val_number_token3] = ACTIONS(191), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(191), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(197), + [anon_sym_DQUOTE] = ACTIONS(199), + [sym__str_single_quotes] = ACTIONS(201), + [sym__str_back_ticks] = ACTIONS(201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(203), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(205), + [anon_sym_CARET] = ACTIONS(209), + [anon_sym_POUND] = ACTIONS(3), }, [519] = { + [sym__ctrl_expression_parenthesized] = STATE(5497), + [sym_ctrl_do] = STATE(5148), + [sym_ctrl_if_parenthesized] = STATE(5148), + [sym_ctrl_match] = STATE(5148), + [sym_ctrl_try_parenthesized] = STATE(5148), + [sym_ctrl_return] = STATE(5148), + [sym_pipe_element_parenthesized] = STATE(2638), + [sym_where_command] = STATE(5498), + [sym__expression] = STATE(5498), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym__command_parenthesized_body] = STATE(5500), [sym_comment] = STATE(519), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1411), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(1413), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(1411), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(1415), - [aux_sym_unquoted_token6] = ACTIONS(1417), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(519), + [sym_cmd_identifier] = ACTIONS(1234), + [anon_sym_LBRACK] = ACTIONS(1237), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1246), + [anon_sym_break] = ACTIONS(1249), + [anon_sym_continue] = ACTIONS(1252), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1258), + [anon_sym_match] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_DOT] = ACTIONS(1267), + [anon_sym_try] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1273), + [anon_sym_where] = ACTIONS(1276), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_not] = ACTIONS(1282), + [anon_sym_null] = ACTIONS(1285), + [anon_sym_true] = ACTIONS(1288), + [anon_sym_false] = ACTIONS(1288), + [aux_sym__val_number_decimal_token1] = ACTIONS(1291), + [aux_sym__val_number_token1] = ACTIONS(1294), + [aux_sym__val_number_token2] = ACTIONS(1294), + [aux_sym__val_number_token3] = ACTIONS(1294), + [aux_sym__val_number_token4] = ACTIONS(1297), + [aux_sym__val_number_token5] = ACTIONS(1294), + [aux_sym__val_number_token6] = ACTIONS(1297), + [anon_sym_0b] = ACTIONS(1300), + [anon_sym_0o] = ACTIONS(1300), + [anon_sym_0x] = ACTIONS(1300), + [sym_val_date] = ACTIONS(1303), + [anon_sym_DQUOTE] = ACTIONS(1306), + [sym__str_single_quotes] = ACTIONS(1309), + [sym__str_back_ticks] = ACTIONS(1309), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1315), + [anon_sym_CARET] = ACTIONS(1318), + [anon_sym_POUND] = ACTIONS(3), }, [520] = { + [sym__ctrl_expression] = STATE(5447), + [sym_ctrl_do] = STATE(4893), + [sym_ctrl_if] = STATE(4893), + [sym_ctrl_match] = STATE(4893), + [sym_ctrl_try] = STATE(4893), + [sym_ctrl_return] = STATE(4893), + [sym_pipe_element] = STATE(2727), + [sym_where_command] = STATE(5443), + [sym__expression] = STATE(5443), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), + [sym_command] = STATE(5443), [sym_comment] = STATE(520), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_EQ] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_COLON] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_list] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_make] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_else] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_catch] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_new] = ACTIONS(1419), - [anon_sym_as] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_PLUS_EQ] = ACTIONS(1419), - [anon_sym_DASH_EQ] = ACTIONS(1419), - [anon_sym_STAR_EQ] = ACTIONS(1419), - [anon_sym_SLASH_EQ] = ACTIONS(1419), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1423), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [aux_sym__record_key_token2] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_pipeline_repeat1] = STATE(520), + [sym_cmd_identifier] = ACTIONS(1321), + [anon_sym_LBRACK] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1327), + [anon_sym_DOLLAR] = ACTIONS(1330), + [anon_sym_DASH] = ACTIONS(1333), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1345), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_LBRACE] = ACTIONS(1351), + [anon_sym_DOT] = ACTIONS(1354), + [anon_sym_try] = ACTIONS(1357), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_where] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1372), + [anon_sym_true] = ACTIONS(1375), + [anon_sym_false] = ACTIONS(1375), + [aux_sym__val_number_decimal_token1] = ACTIONS(1378), + [aux_sym__val_number_token1] = ACTIONS(1381), + [aux_sym__val_number_token2] = ACTIONS(1381), + [aux_sym__val_number_token3] = ACTIONS(1381), + [aux_sym__val_number_token4] = ACTIONS(1384), + [aux_sym__val_number_token5] = ACTIONS(1381), + [aux_sym__val_number_token6] = ACTIONS(1384), + [anon_sym_0b] = ACTIONS(1387), + [anon_sym_0o] = ACTIONS(1387), + [anon_sym_0x] = ACTIONS(1387), + [sym_val_date] = ACTIONS(1390), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym__str_single_quotes] = ACTIONS(1396), + [sym__str_back_ticks] = ACTIONS(1396), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), + [anon_sym_CARET] = ACTIONS(1405), + [anon_sym_POUND] = ACTIONS(3), }, [521] = { - [sym_cell_path] = STATE(576), - [sym_path] = STATE(539), [sym_comment] = STATE(521), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_RPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1425), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(1408), + [aux_sym__immediate_decimal_token2] = ACTIONS(1410), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [522] = { - [sym_path] = STATE(565), + [sym_expr_parenthesized] = STATE(1053), + [sym__immediate_decimal] = STATE(1051), + [sym_val_variable] = STATE(1053), + [sym__var] = STATE(794), [sym_comment] = STATE(522), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1387), - [anon_sym_alias] = ACTIONS(1387), - [anon_sym_let] = ACTIONS(1387), - [anon_sym_let_DASHenv] = ACTIONS(1387), - [anon_sym_mut] = ACTIONS(1387), - [anon_sym_const] = ACTIONS(1387), - [anon_sym_SEMI] = ACTIONS(1387), - [sym_cmd_identifier] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_def] = ACTIONS(1387), - [anon_sym_export_DASHenv] = ACTIONS(1387), - [anon_sym_extern] = ACTIONS(1387), - [anon_sym_module] = ACTIONS(1387), - [anon_sym_use] = ACTIONS(1387), - [anon_sym_LBRACK] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_RPAREN] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_error] = ACTIONS(1387), - [anon_sym_GT] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_break] = ACTIONS(1387), - [anon_sym_continue] = ACTIONS(1387), - [anon_sym_for] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1387), - [anon_sym_loop] = ACTIONS(1387), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(1387), - [anon_sym_if] = ACTIONS(1387), - [anon_sym_match] = ACTIONS(1387), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1387), - [anon_sym_return] = ACTIONS(1387), - [anon_sym_source] = ACTIONS(1387), - [anon_sym_source_DASHenv] = ACTIONS(1387), - [anon_sym_register] = ACTIONS(1387), - [anon_sym_hide] = ACTIONS(1387), - [anon_sym_hide_DASHenv] = ACTIONS(1387), - [anon_sym_overlay] = ACTIONS(1387), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_where] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_SLASH] = ACTIONS(1387), - [anon_sym_mod] = ACTIONS(1387), - [anon_sym_SLASH_SLASH] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_bit_DASHshl] = ACTIONS(1387), - [anon_sym_bit_DASHshr] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1387), - [anon_sym_BANG_EQ] = ACTIONS(1387), - [anon_sym_LT2] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1387), - [anon_sym_GT_EQ] = ACTIONS(1387), - [anon_sym_not_DASHin] = ACTIONS(1387), - [anon_sym_starts_DASHwith] = ACTIONS(1387), - [anon_sym_ends_DASHwith] = ACTIONS(1387), - [anon_sym_EQ_TILDE] = ACTIONS(1387), - [anon_sym_BANG_TILDE] = ACTIONS(1387), - [anon_sym_bit_DASHand] = ACTIONS(1387), - [anon_sym_bit_DASHxor] = ACTIONS(1387), - [anon_sym_bit_DASHor] = ACTIONS(1387), - [anon_sym_and] = ACTIONS(1387), - [anon_sym_xor] = ACTIONS(1387), - [anon_sym_or] = ACTIONS(1387), - [anon_sym_not] = ACTIONS(1387), - [anon_sym_null] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(1387), - [anon_sym_false] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_0b] = ACTIONS(1387), - [anon_sym_0o] = ACTIONS(1387), - [anon_sym_0x] = ACTIONS(1387), - [sym_val_date] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1387), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1387), - [anon_sym_CARET] = ACTIONS(1387), + [anon_sym_export] = ACTIONS(1412), + [anon_sym_alias] = ACTIONS(1412), + [anon_sym_let] = ACTIONS(1412), + [anon_sym_let_DASHenv] = ACTIONS(1412), + [anon_sym_mut] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1412), + [sym_cmd_identifier] = ACTIONS(1412), + [anon_sym_LF] = ACTIONS(1414), + [anon_sym_def] = ACTIONS(1412), + [anon_sym_export_DASHenv] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym_module] = ACTIONS(1412), + [anon_sym_use] = ACTIONS(1412), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1412), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1412), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_loop] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_match] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_RBRACE] = ACTIONS(1412), + [anon_sym_DOT] = ACTIONS(1412), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_source] = ACTIONS(1412), + [anon_sym_source_DASHenv] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_hide] = ACTIONS(1412), + [anon_sym_hide_DASHenv] = ACTIONS(1412), + [anon_sym_overlay] = ACTIONS(1412), + [anon_sym_where] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_not] = ACTIONS(1412), + [anon_sym_EQ2] = ACTIONS(1424), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1412), + [anon_sym_true] = ACTIONS(1412), + [anon_sym_false] = ACTIONS(1412), + [aux_sym__val_number_decimal_token1] = ACTIONS(1412), + [aux_sym__val_number_token1] = ACTIONS(1412), + [aux_sym__val_number_token2] = ACTIONS(1412), + [aux_sym__val_number_token3] = ACTIONS(1412), + [aux_sym__val_number_token4] = ACTIONS(1412), + [aux_sym__val_number_token5] = ACTIONS(1412), + [aux_sym__val_number_token6] = ACTIONS(1412), + [anon_sym_0b] = ACTIONS(1412), + [anon_sym_0o] = ACTIONS(1412), + [anon_sym_0x] = ACTIONS(1412), + [sym_val_date] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym__str_single_quotes] = ACTIONS(1412), + [sym__str_back_ticks] = ACTIONS(1412), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1412), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1412), + [anon_sym_CARET] = ACTIONS(1412), [anon_sym_POUND] = ACTIONS(105), }, [523] = { - [sym_path] = STATE(565), + [sym_expr_parenthesized] = STATE(919), + [sym__immediate_decimal] = STATE(920), + [sym_val_variable] = STATE(919), + [sym__var] = STATE(774), [sym_comment] = STATE(523), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), + [anon_sym_export] = ACTIONS(1432), + [anon_sym_alias] = ACTIONS(1432), + [anon_sym_let] = ACTIONS(1432), + [anon_sym_let_DASHenv] = ACTIONS(1432), + [anon_sym_mut] = ACTIONS(1432), + [anon_sym_const] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [sym_cmd_identifier] = ACTIONS(1432), + [anon_sym_LF] = ACTIONS(1434), + [anon_sym_def] = ACTIONS(1432), + [anon_sym_export_DASHenv] = ACTIONS(1432), + [anon_sym_extern] = ACTIONS(1432), + [anon_sym_module] = ACTIONS(1432), + [anon_sym_use] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1432), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_break] = ACTIONS(1432), + [anon_sym_continue] = ACTIONS(1432), + [anon_sym_for] = ACTIONS(1432), + [anon_sym_loop] = ACTIONS(1432), + [anon_sym_while] = ACTIONS(1432), + [anon_sym_do] = ACTIONS(1432), + [anon_sym_if] = ACTIONS(1432), + [anon_sym_match] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_DOT2] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1432), + [anon_sym_return] = ACTIONS(1432), + [anon_sym_source] = ACTIONS(1432), + [anon_sym_source_DASHenv] = ACTIONS(1432), + [anon_sym_register] = ACTIONS(1432), + [anon_sym_hide] = ACTIONS(1432), + [anon_sym_hide_DASHenv] = ACTIONS(1432), + [anon_sym_overlay] = ACTIONS(1432), + [anon_sym_where] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_not] = ACTIONS(1432), + [anon_sym_EQ2] = ACTIONS(1442), + [aux_sym__immediate_decimal_token1] = ACTIONS(1444), + [anon_sym_DASH2] = ACTIONS(1446), + [anon_sym_PLUS2] = ACTIONS(1448), + [anon_sym_null] = ACTIONS(1432), + [anon_sym_true] = ACTIONS(1432), + [anon_sym_false] = ACTIONS(1432), + [aux_sym__val_number_decimal_token1] = ACTIONS(1432), + [aux_sym__val_number_token1] = ACTIONS(1432), + [aux_sym__val_number_token2] = ACTIONS(1432), + [aux_sym__val_number_token3] = ACTIONS(1432), + [aux_sym__val_number_token4] = ACTIONS(1432), + [aux_sym__val_number_token5] = ACTIONS(1432), + [aux_sym__val_number_token6] = ACTIONS(1432), + [anon_sym_0b] = ACTIONS(1432), + [anon_sym_0o] = ACTIONS(1432), + [anon_sym_0x] = ACTIONS(1432), + [sym_val_date] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym__str_single_quotes] = ACTIONS(1432), + [sym__str_back_ticks] = ACTIONS(1432), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1432), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1432), + [anon_sym_CARET] = ACTIONS(1432), [anon_sym_POUND] = ACTIONS(105), }, [524] = { - [sym_cell_path] = STATE(624), - [sym_path] = STATE(534), + [sym_expr_parenthesized] = STATE(1031), + [sym__immediate_decimal] = STATE(1029), + [sym_val_variable] = STATE(1031), + [sym__var] = STATE(794), [sym_comment] = STATE(524), - [anon_sym_export] = ACTIONS(1431), - [anon_sym_alias] = ACTIONS(1431), - [anon_sym_let] = ACTIONS(1431), - [anon_sym_let_DASHenv] = ACTIONS(1431), - [anon_sym_mut] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [anon_sym_SEMI] = ACTIONS(1431), - [sym_cmd_identifier] = ACTIONS(1431), - [anon_sym_LF] = ACTIONS(1433), - [anon_sym_def] = ACTIONS(1431), - [anon_sym_export_DASHenv] = ACTIONS(1431), - [anon_sym_extern] = ACTIONS(1431), - [anon_sym_module] = ACTIONS(1431), - [anon_sym_use] = ACTIONS(1431), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_RPAREN] = ACTIONS(1431), - [anon_sym_DOLLAR] = ACTIONS(1431), - [anon_sym_error] = ACTIONS(1431), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_break] = ACTIONS(1431), - [anon_sym_continue] = ACTIONS(1431), - [anon_sym_for] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1431), - [anon_sym_loop] = ACTIONS(1431), - [anon_sym_while] = ACTIONS(1431), - [anon_sym_do] = ACTIONS(1431), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_match] = ACTIONS(1431), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1431), - [anon_sym_return] = ACTIONS(1431), - [anon_sym_source] = ACTIONS(1431), - [anon_sym_source_DASHenv] = ACTIONS(1431), - [anon_sym_register] = ACTIONS(1431), - [anon_sym_hide] = ACTIONS(1431), - [anon_sym_hide_DASHenv] = ACTIONS(1431), - [anon_sym_overlay] = ACTIONS(1431), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_where] = ACTIONS(1431), - [anon_sym_STAR_STAR] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_mod] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(1431), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_bit_DASHshl] = ACTIONS(1431), - [anon_sym_bit_DASHshr] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1431), - [anon_sym_BANG_EQ] = ACTIONS(1431), - [anon_sym_LT2] = ACTIONS(1431), - [anon_sym_LT_EQ] = ACTIONS(1431), - [anon_sym_GT_EQ] = ACTIONS(1431), - [anon_sym_not_DASHin] = ACTIONS(1431), - [anon_sym_starts_DASHwith] = ACTIONS(1431), - [anon_sym_ends_DASHwith] = ACTIONS(1431), - [anon_sym_EQ_TILDE] = ACTIONS(1431), - [anon_sym_BANG_TILDE] = ACTIONS(1431), - [anon_sym_bit_DASHand] = ACTIONS(1431), - [anon_sym_bit_DASHxor] = ACTIONS(1431), - [anon_sym_bit_DASHor] = ACTIONS(1431), - [anon_sym_and] = ACTIONS(1431), - [anon_sym_xor] = ACTIONS(1431), - [anon_sym_or] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [anon_sym_null] = ACTIONS(1431), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1431), - [aux_sym__val_number_token2] = ACTIONS(1431), - [aux_sym__val_number_token3] = ACTIONS(1431), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1431), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_0b] = ACTIONS(1431), - [anon_sym_0o] = ACTIONS(1431), - [anon_sym_0x] = ACTIONS(1431), - [sym_val_date] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym__str_single_quotes] = ACTIONS(1431), - [sym__str_back_ticks] = ACTIONS(1431), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1431), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1431), - [anon_sym_CARET] = ACTIONS(1431), + [anon_sym_export] = ACTIONS(1450), + [anon_sym_alias] = ACTIONS(1450), + [anon_sym_let] = ACTIONS(1450), + [anon_sym_let_DASHenv] = ACTIONS(1450), + [anon_sym_mut] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1450), + [sym_cmd_identifier] = ACTIONS(1450), + [anon_sym_LF] = ACTIONS(1452), + [anon_sym_def] = ACTIONS(1450), + [anon_sym_export_DASHenv] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym_module] = ACTIONS(1450), + [anon_sym_use] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1450), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1450), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1450), + [anon_sym_LT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_loop] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_match] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_RBRACE] = ACTIONS(1450), + [anon_sym_DOT] = ACTIONS(1450), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_source] = ACTIONS(1450), + [anon_sym_source_DASHenv] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_hide] = ACTIONS(1450), + [anon_sym_hide_DASHenv] = ACTIONS(1450), + [anon_sym_overlay] = ACTIONS(1450), + [anon_sym_where] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_not] = ACTIONS(1450), + [anon_sym_EQ2] = ACTIONS(1456), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1450), + [anon_sym_true] = ACTIONS(1450), + [anon_sym_false] = ACTIONS(1450), + [aux_sym__val_number_decimal_token1] = ACTIONS(1450), + [aux_sym__val_number_token1] = ACTIONS(1450), + [aux_sym__val_number_token2] = ACTIONS(1450), + [aux_sym__val_number_token3] = ACTIONS(1450), + [aux_sym__val_number_token4] = ACTIONS(1450), + [aux_sym__val_number_token5] = ACTIONS(1450), + [aux_sym__val_number_token6] = ACTIONS(1450), + [anon_sym_0b] = ACTIONS(1450), + [anon_sym_0o] = ACTIONS(1450), + [anon_sym_0x] = ACTIONS(1450), + [sym_val_date] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym__str_single_quotes] = ACTIONS(1450), + [sym__str_back_ticks] = ACTIONS(1450), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1450), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1450), + [anon_sym_CARET] = ACTIONS(1450), [anon_sym_POUND] = ACTIONS(105), }, [525] = { + [sym_expr_parenthesized] = STATE(1074), + [sym__immediate_decimal] = STATE(1043), + [sym_val_variable] = STATE(1074), + [sym__var] = STATE(794), [sym_comment] = STATE(525), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_EQ] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_COLON] = ACTIONS(1437), - [anon_sym_COMMA] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_list] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_make] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_else] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_catch] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_new] = ACTIONS(1437), - [anon_sym_as] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_PLUS_EQ] = ACTIONS(1437), - [anon_sym_DASH_EQ] = ACTIONS(1437), - [anon_sym_STAR_EQ] = ACTIONS(1437), - [anon_sym_SLASH_EQ] = ACTIONS(1437), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [aux_sym__record_key_token2] = ACTIONS(1437), + [anon_sym_export] = ACTIONS(1458), + [anon_sym_alias] = ACTIONS(1458), + [anon_sym_let] = ACTIONS(1458), + [anon_sym_let_DASHenv] = ACTIONS(1458), + [anon_sym_mut] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1458), + [sym_cmd_identifier] = ACTIONS(1458), + [anon_sym_LF] = ACTIONS(1460), + [anon_sym_def] = ACTIONS(1458), + [anon_sym_export_DASHenv] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym_module] = ACTIONS(1458), + [anon_sym_use] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1458), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1458), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1458), + [anon_sym_LT] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_loop] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_match] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_RBRACE] = ACTIONS(1458), + [anon_sym_DOT] = ACTIONS(1458), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_source] = ACTIONS(1458), + [anon_sym_source_DASHenv] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_hide] = ACTIONS(1458), + [anon_sym_hide_DASHenv] = ACTIONS(1458), + [anon_sym_overlay] = ACTIONS(1458), + [anon_sym_where] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_not] = ACTIONS(1458), + [anon_sym_EQ2] = ACTIONS(1464), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1458), + [anon_sym_true] = ACTIONS(1458), + [anon_sym_false] = ACTIONS(1458), + [aux_sym__val_number_decimal_token1] = ACTIONS(1458), + [aux_sym__val_number_token1] = ACTIONS(1458), + [aux_sym__val_number_token2] = ACTIONS(1458), + [aux_sym__val_number_token3] = ACTIONS(1458), + [aux_sym__val_number_token4] = ACTIONS(1458), + [aux_sym__val_number_token5] = ACTIONS(1458), + [aux_sym__val_number_token6] = ACTIONS(1458), + [anon_sym_0b] = ACTIONS(1458), + [anon_sym_0o] = ACTIONS(1458), + [anon_sym_0x] = ACTIONS(1458), + [sym_val_date] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym__str_single_quotes] = ACTIONS(1458), + [sym__str_back_ticks] = ACTIONS(1458), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1458), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1458), + [anon_sym_CARET] = ACTIONS(1458), [anon_sym_POUND] = ACTIONS(105), }, [526] = { + [sym_expr_parenthesized] = STATE(922), + [sym__immediate_decimal] = STATE(923), + [sym_val_variable] = STATE(922), + [sym__var] = STATE(774), [sym_comment] = STATE(526), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_EQ] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_COLON] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_list] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_make] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_catch] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_new] = ACTIONS(1441), - [anon_sym_as] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_PLUS_EQ] = ACTIONS(1441), - [anon_sym_DASH_EQ] = ACTIONS(1441), - [anon_sym_STAR_EQ] = ACTIONS(1441), - [anon_sym_SLASH_EQ] = ACTIONS(1441), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [aux_sym__record_key_token2] = ACTIONS(1441), + [anon_sym_export] = ACTIONS(1466), + [anon_sym_alias] = ACTIONS(1466), + [anon_sym_let] = ACTIONS(1466), + [anon_sym_let_DASHenv] = ACTIONS(1466), + [anon_sym_mut] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1466), + [sym_cmd_identifier] = ACTIONS(1466), + [anon_sym_LF] = ACTIONS(1468), + [anon_sym_def] = ACTIONS(1466), + [anon_sym_export_DASHenv] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym_module] = ACTIONS(1466), + [anon_sym_use] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1466), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1466), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1466), + [anon_sym_LT] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_loop] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1466), + [anon_sym_DOT2] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_source] = ACTIONS(1466), + [anon_sym_source_DASHenv] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_hide] = ACTIONS(1466), + [anon_sym_hide_DASHenv] = ACTIONS(1466), + [anon_sym_overlay] = ACTIONS(1466), + [anon_sym_where] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_not] = ACTIONS(1466), + [anon_sym_EQ2] = ACTIONS(1472), + [aux_sym__immediate_decimal_token1] = ACTIONS(1444), + [anon_sym_DASH2] = ACTIONS(1446), + [anon_sym_PLUS2] = ACTIONS(1448), + [anon_sym_null] = ACTIONS(1466), + [anon_sym_true] = ACTIONS(1466), + [anon_sym_false] = ACTIONS(1466), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_token1] = ACTIONS(1466), + [aux_sym__val_number_token2] = ACTIONS(1466), + [aux_sym__val_number_token3] = ACTIONS(1466), + [aux_sym__val_number_token4] = ACTIONS(1466), + [aux_sym__val_number_token5] = ACTIONS(1466), + [aux_sym__val_number_token6] = ACTIONS(1466), + [anon_sym_0b] = ACTIONS(1466), + [anon_sym_0o] = ACTIONS(1466), + [anon_sym_0x] = ACTIONS(1466), + [sym_val_date] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym__str_single_quotes] = ACTIONS(1466), + [sym__str_back_ticks] = ACTIONS(1466), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1466), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1466), + [anon_sym_CARET] = ACTIONS(1466), [anon_sym_POUND] = ACTIONS(105), }, [527] = { + [sym_expr_parenthesized] = STATE(1058), + [sym__immediate_decimal] = STATE(1050), + [sym_val_variable] = STATE(1058), + [sym__var] = STATE(794), [sym_comment] = STATE(527), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(1449), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(1451), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(1453), - [anon_sym_POUND] = ACTIONS(105), - }, - [528] = { - [sym_cell_path] = STATE(622), - [sym_path] = STATE(534), - [sym_comment] = STATE(528), - [anon_sym_export] = ACTIONS(1455), - [anon_sym_alias] = ACTIONS(1455), - [anon_sym_let] = ACTIONS(1455), - [anon_sym_let_DASHenv] = ACTIONS(1455), - [anon_sym_mut] = ACTIONS(1455), - [anon_sym_const] = ACTIONS(1455), - [anon_sym_SEMI] = ACTIONS(1455), - [sym_cmd_identifier] = ACTIONS(1455), - [anon_sym_LF] = ACTIONS(1457), - [anon_sym_def] = ACTIONS(1455), - [anon_sym_export_DASHenv] = ACTIONS(1455), - [anon_sym_extern] = ACTIONS(1455), - [anon_sym_module] = ACTIONS(1455), - [anon_sym_use] = ACTIONS(1455), - [anon_sym_LBRACK] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1455), - [anon_sym_RPAREN] = ACTIONS(1455), - [anon_sym_DOLLAR] = ACTIONS(1455), - [anon_sym_error] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1455), - [anon_sym_break] = ACTIONS(1455), - [anon_sym_continue] = ACTIONS(1455), - [anon_sym_for] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1455), - [anon_sym_loop] = ACTIONS(1455), - [anon_sym_while] = ACTIONS(1455), - [anon_sym_do] = ACTIONS(1455), - [anon_sym_if] = ACTIONS(1455), - [anon_sym_match] = ACTIONS(1455), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1455), - [anon_sym_DOT] = ACTIONS(1455), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1455), - [anon_sym_return] = ACTIONS(1455), - [anon_sym_source] = ACTIONS(1455), - [anon_sym_source_DASHenv] = ACTIONS(1455), - [anon_sym_register] = ACTIONS(1455), - [anon_sym_hide] = ACTIONS(1455), - [anon_sym_hide_DASHenv] = ACTIONS(1455), - [anon_sym_overlay] = ACTIONS(1455), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_where] = ACTIONS(1455), - [anon_sym_STAR_STAR] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_SLASH] = ACTIONS(1455), - [anon_sym_mod] = ACTIONS(1455), - [anon_sym_SLASH_SLASH] = ACTIONS(1455), - [anon_sym_PLUS] = ACTIONS(1455), - [anon_sym_bit_DASHshl] = ACTIONS(1455), - [anon_sym_bit_DASHshr] = ACTIONS(1455), - [anon_sym_EQ_EQ] = ACTIONS(1455), - [anon_sym_BANG_EQ] = ACTIONS(1455), - [anon_sym_LT2] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1455), - [anon_sym_GT_EQ] = ACTIONS(1455), - [anon_sym_not_DASHin] = ACTIONS(1455), - [anon_sym_starts_DASHwith] = ACTIONS(1455), - [anon_sym_ends_DASHwith] = ACTIONS(1455), - [anon_sym_EQ_TILDE] = ACTIONS(1455), - [anon_sym_BANG_TILDE] = ACTIONS(1455), - [anon_sym_bit_DASHand] = ACTIONS(1455), - [anon_sym_bit_DASHxor] = ACTIONS(1455), - [anon_sym_bit_DASHor] = ACTIONS(1455), - [anon_sym_and] = ACTIONS(1455), - [anon_sym_xor] = ACTIONS(1455), - [anon_sym_or] = ACTIONS(1455), - [anon_sym_not] = ACTIONS(1455), - [anon_sym_null] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1455), - [anon_sym_false] = ACTIONS(1455), - [aux_sym__val_number_decimal_token1] = ACTIONS(1455), - [aux_sym__val_number_token1] = ACTIONS(1455), - [aux_sym__val_number_token2] = ACTIONS(1455), - [aux_sym__val_number_token3] = ACTIONS(1455), - [aux_sym__val_number_token4] = ACTIONS(1455), - [aux_sym__val_number_token5] = ACTIONS(1455), - [aux_sym__val_number_token6] = ACTIONS(1455), - [anon_sym_0b] = ACTIONS(1455), - [anon_sym_0o] = ACTIONS(1455), - [anon_sym_0x] = ACTIONS(1455), - [sym_val_date] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym__str_single_quotes] = ACTIONS(1455), - [sym__str_back_ticks] = ACTIONS(1455), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1455), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1455), - [anon_sym_CARET] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(105), - }, - [529] = { - [sym_cell_path] = STATE(648), - [sym_path] = STATE(534), - [sym_comment] = STATE(529), - [anon_sym_export] = ACTIONS(1459), - [anon_sym_alias] = ACTIONS(1459), - [anon_sym_let] = ACTIONS(1459), - [anon_sym_let_DASHenv] = ACTIONS(1459), - [anon_sym_mut] = ACTIONS(1459), - [anon_sym_const] = ACTIONS(1459), - [anon_sym_SEMI] = ACTIONS(1459), - [sym_cmd_identifier] = ACTIONS(1459), - [anon_sym_LF] = ACTIONS(1461), - [anon_sym_def] = ACTIONS(1459), - [anon_sym_export_DASHenv] = ACTIONS(1459), - [anon_sym_extern] = ACTIONS(1459), - [anon_sym_module] = ACTIONS(1459), - [anon_sym_use] = ACTIONS(1459), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_RPAREN] = ACTIONS(1459), - [anon_sym_DOLLAR] = ACTIONS(1459), - [anon_sym_error] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1459), - [anon_sym_break] = ACTIONS(1459), - [anon_sym_continue] = ACTIONS(1459), - [anon_sym_for] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1459), - [anon_sym_loop] = ACTIONS(1459), - [anon_sym_while] = ACTIONS(1459), - [anon_sym_do] = ACTIONS(1459), - [anon_sym_if] = ACTIONS(1459), - [anon_sym_match] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1459), - [anon_sym_return] = ACTIONS(1459), - [anon_sym_source] = ACTIONS(1459), - [anon_sym_source_DASHenv] = ACTIONS(1459), - [anon_sym_register] = ACTIONS(1459), - [anon_sym_hide] = ACTIONS(1459), - [anon_sym_hide_DASHenv] = ACTIONS(1459), - [anon_sym_overlay] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_where] = ACTIONS(1459), - [anon_sym_STAR_STAR] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_mod] = ACTIONS(1459), - [anon_sym_SLASH_SLASH] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_bit_DASHshl] = ACTIONS(1459), - [anon_sym_bit_DASHshr] = ACTIONS(1459), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_LT2] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_not_DASHin] = ACTIONS(1459), - [anon_sym_starts_DASHwith] = ACTIONS(1459), - [anon_sym_ends_DASHwith] = ACTIONS(1459), - [anon_sym_EQ_TILDE] = ACTIONS(1459), - [anon_sym_BANG_TILDE] = ACTIONS(1459), - [anon_sym_bit_DASHand] = ACTIONS(1459), - [anon_sym_bit_DASHxor] = ACTIONS(1459), - [anon_sym_bit_DASHor] = ACTIONS(1459), - [anon_sym_and] = ACTIONS(1459), - [anon_sym_xor] = ACTIONS(1459), - [anon_sym_or] = ACTIONS(1459), - [anon_sym_not] = ACTIONS(1459), - [anon_sym_null] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(1459), - [anon_sym_false] = ACTIONS(1459), - [aux_sym__val_number_decimal_token1] = ACTIONS(1459), - [aux_sym__val_number_token1] = ACTIONS(1459), - [aux_sym__val_number_token2] = ACTIONS(1459), - [aux_sym__val_number_token3] = ACTIONS(1459), - [aux_sym__val_number_token4] = ACTIONS(1459), - [aux_sym__val_number_token5] = ACTIONS(1459), - [aux_sym__val_number_token6] = ACTIONS(1459), - [anon_sym_0b] = ACTIONS(1459), - [anon_sym_0o] = ACTIONS(1459), - [anon_sym_0x] = ACTIONS(1459), - [sym_val_date] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym__str_single_quotes] = ACTIONS(1459), - [sym__str_back_ticks] = ACTIONS(1459), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1459), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), - [anon_sym_POUND] = ACTIONS(105), - }, - [530] = { - [sym_cell_path] = STATE(635), - [sym_path] = STATE(534), - [sym_comment] = STATE(530), - [anon_sym_export] = ACTIONS(1463), - [anon_sym_alias] = ACTIONS(1463), - [anon_sym_let] = ACTIONS(1463), - [anon_sym_let_DASHenv] = ACTIONS(1463), - [anon_sym_mut] = ACTIONS(1463), - [anon_sym_const] = ACTIONS(1463), - [anon_sym_SEMI] = ACTIONS(1463), - [sym_cmd_identifier] = ACTIONS(1463), - [anon_sym_LF] = ACTIONS(1465), - [anon_sym_def] = ACTIONS(1463), - [anon_sym_export_DASHenv] = ACTIONS(1463), - [anon_sym_extern] = ACTIONS(1463), - [anon_sym_module] = ACTIONS(1463), - [anon_sym_use] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_RPAREN] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_error] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_break] = ACTIONS(1463), - [anon_sym_continue] = ACTIONS(1463), - [anon_sym_for] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1463), - [anon_sym_loop] = ACTIONS(1463), - [anon_sym_while] = ACTIONS(1463), - [anon_sym_do] = ACTIONS(1463), - [anon_sym_if] = ACTIONS(1463), - [anon_sym_match] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1463), - [anon_sym_return] = ACTIONS(1463), - [anon_sym_source] = ACTIONS(1463), - [anon_sym_source_DASHenv] = ACTIONS(1463), - [anon_sym_register] = ACTIONS(1463), - [anon_sym_hide] = ACTIONS(1463), - [anon_sym_hide_DASHenv] = ACTIONS(1463), - [anon_sym_overlay] = ACTIONS(1463), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_where] = ACTIONS(1463), - [anon_sym_STAR_STAR] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_SLASH] = ACTIONS(1463), - [anon_sym_mod] = ACTIONS(1463), - [anon_sym_SLASH_SLASH] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_bit_DASHshl] = ACTIONS(1463), - [anon_sym_bit_DASHshr] = ACTIONS(1463), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_LT2] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_not_DASHin] = ACTIONS(1463), - [anon_sym_starts_DASHwith] = ACTIONS(1463), - [anon_sym_ends_DASHwith] = ACTIONS(1463), - [anon_sym_EQ_TILDE] = ACTIONS(1463), - [anon_sym_BANG_TILDE] = ACTIONS(1463), - [anon_sym_bit_DASHand] = ACTIONS(1463), - [anon_sym_bit_DASHxor] = ACTIONS(1463), - [anon_sym_bit_DASHor] = ACTIONS(1463), - [anon_sym_and] = ACTIONS(1463), - [anon_sym_xor] = ACTIONS(1463), - [anon_sym_or] = ACTIONS(1463), - [anon_sym_not] = ACTIONS(1463), - [anon_sym_null] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1463), - [anon_sym_false] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1463), - [aux_sym__val_number_token2] = ACTIONS(1463), - [aux_sym__val_number_token3] = ACTIONS(1463), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_0b] = ACTIONS(1463), - [anon_sym_0o] = ACTIONS(1463), - [anon_sym_0x] = ACTIONS(1463), - [sym_val_date] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1463), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1463), - [anon_sym_CARET] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(105), - }, - [531] = { - [sym_comment] = STATE(531), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_EQ] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_COLON] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_list] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_make] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_else] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_catch] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_new] = ACTIONS(1419), - [anon_sym_as] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_PLUS_EQ] = ACTIONS(1419), - [anon_sym_DASH_EQ] = ACTIONS(1419), - [anon_sym_STAR_EQ] = ACTIONS(1419), - [anon_sym_SLASH_EQ] = ACTIONS(1419), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1423), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [aux_sym__record_key_token2] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [532] = { - [sym_cell_path] = STATE(573), - [sym_path] = STATE(539), - [sym_comment] = STATE(532), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(1471), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(105), - }, - [533] = { - [sym_cell_path] = STATE(636), - [sym_path] = STATE(534), - [sym_comment] = STATE(533), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_RPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [534] = { - [sym_path] = STATE(565), - [sym_comment] = STATE(534), - [aux_sym_cell_path_repeat1] = STATE(536), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_RPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [535] = { - [sym_cell_path] = STATE(641), - [sym_path] = STATE(534), - [sym_comment] = STATE(535), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(105), - }, - [536] = { - [sym_path] = STATE(565), - [sym_comment] = STATE(536), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [537] = { - [sym_cell_path] = STATE(617), - [sym_path] = STATE(534), - [sym_comment] = STATE(537), [anon_sym_export] = ACTIONS(1474), [anon_sym_alias] = ACTIONS(1474), [anon_sym_let] = ACTIONS(1474), @@ -143772,16 +98190,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1474), [anon_sym_use] = ACTIONS(1474), [anon_sym_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), + [anon_sym_LPAREN] = ACTIONS(1416), [anon_sym_RPAREN] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), + [anon_sym_DOLLAR] = ACTIONS(1418), [anon_sym_error] = ACTIONS(1474), - [anon_sym_GT] = ACTIONS(1474), + [anon_sym_LT] = ACTIONS(1478), [anon_sym_DASH] = ACTIONS(1474), [anon_sym_break] = ACTIONS(1474), [anon_sym_continue] = ACTIONS(1474), [anon_sym_for] = ACTIONS(1474), - [anon_sym_in] = ACTIONS(1474), [anon_sym_loop] = ACTIONS(1474), [anon_sym_while] = ACTIONS(1474), [anon_sym_do] = ACTIONS(1474), @@ -143790,7 +98207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1474), [anon_sym_RBRACE] = ACTIONS(1474), [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(1435), + [anon_sym_DOT2] = ACTIONS(1422), [anon_sym_try] = ACTIONS(1474), [anon_sym_return] = ACTIONS(1474), [anon_sym_source] = ACTIONS(1474), @@ -143799,33 +98216,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1474), [anon_sym_hide_DASHenv] = ACTIONS(1474), [anon_sym_overlay] = ACTIONS(1474), - [anon_sym_STAR] = ACTIONS(1474), [anon_sym_where] = ACTIONS(1474), - [anon_sym_STAR_STAR] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_SLASH] = ACTIONS(1474), - [anon_sym_mod] = ACTIONS(1474), - [anon_sym_SLASH_SLASH] = ACTIONS(1474), [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_bit_DASHshl] = ACTIONS(1474), - [anon_sym_bit_DASHshr] = ACTIONS(1474), - [anon_sym_EQ_EQ] = ACTIONS(1474), - [anon_sym_BANG_EQ] = ACTIONS(1474), - [anon_sym_LT2] = ACTIONS(1474), - [anon_sym_LT_EQ] = ACTIONS(1474), - [anon_sym_GT_EQ] = ACTIONS(1474), - [anon_sym_not_DASHin] = ACTIONS(1474), - [anon_sym_starts_DASHwith] = ACTIONS(1474), - [anon_sym_ends_DASHwith] = ACTIONS(1474), - [anon_sym_EQ_TILDE] = ACTIONS(1474), - [anon_sym_BANG_TILDE] = ACTIONS(1474), - [anon_sym_bit_DASHand] = ACTIONS(1474), - [anon_sym_bit_DASHxor] = ACTIONS(1474), - [anon_sym_bit_DASHor] = ACTIONS(1474), - [anon_sym_and] = ACTIONS(1474), - [anon_sym_xor] = ACTIONS(1474), - [anon_sym_or] = ACTIONS(1474), [anon_sym_not] = ACTIONS(1474), + [anon_sym_EQ2] = ACTIONS(1480), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), [anon_sym_null] = ACTIONS(1474), [anon_sym_true] = ACTIONS(1474), [anon_sym_false] = ACTIONS(1474), @@ -143848,2268 +98245,763 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1474), [anon_sym_POUND] = ACTIONS(105), }, - [538] = { - [sym_cell_path] = STATE(623), - [sym_path] = STATE(534), - [sym_comment] = STATE(538), - [anon_sym_export] = ACTIONS(1478), - [anon_sym_alias] = ACTIONS(1478), - [anon_sym_let] = ACTIONS(1478), - [anon_sym_let_DASHenv] = ACTIONS(1478), - [anon_sym_mut] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1478), - [sym_cmd_identifier] = ACTIONS(1478), - [anon_sym_LF] = ACTIONS(1480), - [anon_sym_def] = ACTIONS(1478), - [anon_sym_export_DASHenv] = ACTIONS(1478), - [anon_sym_extern] = ACTIONS(1478), - [anon_sym_module] = ACTIONS(1478), - [anon_sym_use] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(1478), - [anon_sym_LPAREN] = ACTIONS(1478), - [anon_sym_RPAREN] = ACTIONS(1478), - [anon_sym_DOLLAR] = ACTIONS(1478), - [anon_sym_error] = ACTIONS(1478), - [anon_sym_GT] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_for] = ACTIONS(1478), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_loop] = ACTIONS(1478), - [anon_sym_while] = ACTIONS(1478), - [anon_sym_do] = ACTIONS(1478), - [anon_sym_if] = ACTIONS(1478), - [anon_sym_match] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(1478), - [anon_sym_DOT] = ACTIONS(1478), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1478), - [anon_sym_return] = ACTIONS(1478), - [anon_sym_source] = ACTIONS(1478), - [anon_sym_source_DASHenv] = ACTIONS(1478), - [anon_sym_register] = ACTIONS(1478), - [anon_sym_hide] = ACTIONS(1478), - [anon_sym_hide_DASHenv] = ACTIONS(1478), - [anon_sym_overlay] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_where] = ACTIONS(1478), - [anon_sym_STAR_STAR] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [anon_sym_SLASH] = ACTIONS(1478), - [anon_sym_mod] = ACTIONS(1478), - [anon_sym_SLASH_SLASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_bit_DASHshl] = ACTIONS(1478), - [anon_sym_bit_DASHshr] = ACTIONS(1478), - [anon_sym_EQ_EQ] = ACTIONS(1478), - [anon_sym_BANG_EQ] = ACTIONS(1478), - [anon_sym_LT2] = ACTIONS(1478), - [anon_sym_LT_EQ] = ACTIONS(1478), - [anon_sym_GT_EQ] = ACTIONS(1478), - [anon_sym_not_DASHin] = ACTIONS(1478), - [anon_sym_starts_DASHwith] = ACTIONS(1478), - [anon_sym_ends_DASHwith] = ACTIONS(1478), - [anon_sym_EQ_TILDE] = ACTIONS(1478), - [anon_sym_BANG_TILDE] = ACTIONS(1478), - [anon_sym_bit_DASHand] = ACTIONS(1478), - [anon_sym_bit_DASHxor] = ACTIONS(1478), - [anon_sym_bit_DASHor] = ACTIONS(1478), - [anon_sym_and] = ACTIONS(1478), - [anon_sym_xor] = ACTIONS(1478), - [anon_sym_or] = ACTIONS(1478), - [anon_sym_not] = ACTIONS(1478), - [anon_sym_null] = ACTIONS(1478), - [anon_sym_true] = ACTIONS(1478), - [anon_sym_false] = ACTIONS(1478), - [aux_sym__val_number_decimal_token1] = ACTIONS(1478), - [aux_sym__val_number_token1] = ACTIONS(1478), - [aux_sym__val_number_token2] = ACTIONS(1478), - [aux_sym__val_number_token3] = ACTIONS(1478), - [aux_sym__val_number_token4] = ACTIONS(1478), - [aux_sym__val_number_token5] = ACTIONS(1478), - [aux_sym__val_number_token6] = ACTIONS(1478), - [anon_sym_0b] = ACTIONS(1478), - [anon_sym_0o] = ACTIONS(1478), - [anon_sym_0x] = ACTIONS(1478), - [sym_val_date] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [sym__str_single_quotes] = ACTIONS(1478), - [sym__str_back_ticks] = ACTIONS(1478), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1478), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1478), - [anon_sym_CARET] = ACTIONS(1478), - [anon_sym_POUND] = ACTIONS(105), - }, - [539] = { - [sym_path] = STATE(565), - [sym_comment] = STATE(539), - [aux_sym_cell_path_repeat1] = STATE(523), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_RPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [540] = { - [sym_path] = STATE(649), - [sym_comment] = STATE(540), - [aux_sym_cell_path_repeat1] = STATE(546), - [ts_builtin_sym_end] = ACTIONS(1409), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [541] = { - [sym_comment] = STATE(541), - [ts_builtin_sym_end] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(1482), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(1484), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(1486), - [anon_sym_POUND] = ACTIONS(105), - }, - [542] = { - [sym_path] = STATE(649), - [sym_comment] = STATE(542), - [aux_sym_cell_path_repeat1] = STATE(564), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [543] = { - [sym_comment] = STATE(543), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1490), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [544] = { - [sym_comment] = STATE(544), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [anon_sym_EQ] = ACTIONS(1494), - [anon_sym_let] = ACTIONS(1492), - [anon_sym_let_DASHenv] = ACTIONS(1492), - [anon_sym_mut] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(1492), - [anon_sym_export_DASHenv] = ACTIONS(1492), - [anon_sym_extern] = ACTIONS(1492), - [anon_sym_module] = ACTIONS(1492), - [anon_sym_use] = ACTIONS(1492), - [anon_sym_COLON] = ACTIONS(1276), - [anon_sym_COMMA] = ACTIONS(1496), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_list] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_make] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_else] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1498), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_DOT2] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1492), - [anon_sym_catch] = ACTIONS(1492), - [anon_sym_return] = ACTIONS(1492), - [anon_sym_source] = ACTIONS(1492), - [anon_sym_source_DASHenv] = ACTIONS(1492), - [anon_sym_register] = ACTIONS(1492), - [anon_sym_hide] = ACTIONS(1492), - [anon_sym_hide_DASHenv] = ACTIONS(1492), - [anon_sym_overlay] = ACTIONS(1492), - [anon_sym_new] = ACTIONS(1492), - [anon_sym_as] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_PLUS_EQ] = ACTIONS(1494), - [anon_sym_DASH_EQ] = ACTIONS(1494), - [anon_sym_STAR_EQ] = ACTIONS(1494), - [anon_sym_SLASH_EQ] = ACTIONS(1494), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1494), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(1492), - [aux_sym__val_number_token1] = ACTIONS(1492), - [aux_sym__val_number_token2] = ACTIONS(1492), - [aux_sym__val_number_token3] = ACTIONS(1492), - [aux_sym__val_number_token4] = ACTIONS(1492), - [aux_sym__val_number_token5] = ACTIONS(1492), - [aux_sym__val_number_token6] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [aux_sym__record_key_token2] = ACTIONS(1492), - [anon_sym_POUND] = ACTIONS(105), - }, - [545] = { - [sym_cell_path] = STATE(584), - [sym_path] = STATE(549), - [sym_comment] = STATE(545), - [ts_builtin_sym_end] = ACTIONS(1402), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1503), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [546] = { - [sym_path] = STATE(649), - [sym_comment] = STATE(546), - [aux_sym_cell_path_repeat1] = STATE(546), - [ts_builtin_sym_end] = ACTIONS(1389), - [anon_sym_export] = ACTIONS(1387), - [anon_sym_alias] = ACTIONS(1387), - [anon_sym_let] = ACTIONS(1387), - [anon_sym_let_DASHenv] = ACTIONS(1387), - [anon_sym_mut] = ACTIONS(1387), - [anon_sym_const] = ACTIONS(1387), - [anon_sym_SEMI] = ACTIONS(1387), - [sym_cmd_identifier] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_def] = ACTIONS(1387), - [anon_sym_export_DASHenv] = ACTIONS(1387), - [anon_sym_extern] = ACTIONS(1387), - [anon_sym_module] = ACTIONS(1387), - [anon_sym_use] = ACTIONS(1387), - [anon_sym_LBRACK] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_error] = ACTIONS(1387), - [anon_sym_GT] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_break] = ACTIONS(1387), - [anon_sym_continue] = ACTIONS(1387), - [anon_sym_for] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1387), - [anon_sym_loop] = ACTIONS(1387), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(1387), - [anon_sym_if] = ACTIONS(1387), - [anon_sym_match] = ACTIONS(1387), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1387), - [anon_sym_return] = ACTIONS(1387), - [anon_sym_source] = ACTIONS(1387), - [anon_sym_source_DASHenv] = ACTIONS(1387), - [anon_sym_register] = ACTIONS(1387), - [anon_sym_hide] = ACTIONS(1387), - [anon_sym_hide_DASHenv] = ACTIONS(1387), - [anon_sym_overlay] = ACTIONS(1387), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_where] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_SLASH] = ACTIONS(1387), - [anon_sym_mod] = ACTIONS(1387), - [anon_sym_SLASH_SLASH] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_bit_DASHshl] = ACTIONS(1387), - [anon_sym_bit_DASHshr] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1387), - [anon_sym_BANG_EQ] = ACTIONS(1387), - [anon_sym_LT2] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1387), - [anon_sym_GT_EQ] = ACTIONS(1387), - [anon_sym_not_DASHin] = ACTIONS(1387), - [anon_sym_starts_DASHwith] = ACTIONS(1387), - [anon_sym_ends_DASHwith] = ACTIONS(1387), - [anon_sym_EQ_TILDE] = ACTIONS(1387), - [anon_sym_BANG_TILDE] = ACTIONS(1387), - [anon_sym_bit_DASHand] = ACTIONS(1387), - [anon_sym_bit_DASHxor] = ACTIONS(1387), - [anon_sym_bit_DASHor] = ACTIONS(1387), - [anon_sym_and] = ACTIONS(1387), - [anon_sym_xor] = ACTIONS(1387), - [anon_sym_or] = ACTIONS(1387), - [anon_sym_not] = ACTIONS(1387), - [anon_sym_null] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(1387), - [anon_sym_false] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_0b] = ACTIONS(1387), - [anon_sym_0o] = ACTIONS(1387), - [anon_sym_0x] = ACTIONS(1387), - [sym_val_date] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1387), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1387), - [anon_sym_CARET] = ACTIONS(1387), - [anon_sym_POUND] = ACTIONS(105), - }, - [547] = { - [sym_comment] = STATE(547), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), + [528] = { + [sym_comment] = STATE(528), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_PIPE] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(1482), + [aux_sym__immediate_decimal_token2] = ACTIONS(1484), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_err_GT] = ACTIONS(647), + [anon_sym_out_GT] = ACTIONS(647), + [anon_sym_e_GT] = ACTIONS(647), + [anon_sym_o_GT] = ACTIONS(647), + [anon_sym_err_PLUSout_GT] = ACTIONS(647), + [anon_sym_out_PLUSerr_GT] = ACTIONS(647), + [anon_sym_o_PLUSe_GT] = ACTIONS(647), + [anon_sym_e_PLUSo_GT] = ACTIONS(647), + [aux_sym_unquoted_token1] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, - [548] = { - [sym_cell_path] = STATE(697), - [sym_path] = STATE(542), - [sym_comment] = STATE(548), - [ts_builtin_sym_end] = ACTIONS(1465), - [anon_sym_export] = ACTIONS(1463), - [anon_sym_alias] = ACTIONS(1463), - [anon_sym_let] = ACTIONS(1463), - [anon_sym_let_DASHenv] = ACTIONS(1463), - [anon_sym_mut] = ACTIONS(1463), - [anon_sym_const] = ACTIONS(1463), - [anon_sym_SEMI] = ACTIONS(1463), - [sym_cmd_identifier] = ACTIONS(1463), - [anon_sym_LF] = ACTIONS(1465), - [anon_sym_def] = ACTIONS(1463), - [anon_sym_export_DASHenv] = ACTIONS(1463), - [anon_sym_extern] = ACTIONS(1463), - [anon_sym_module] = ACTIONS(1463), - [anon_sym_use] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_error] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_break] = ACTIONS(1463), - [anon_sym_continue] = ACTIONS(1463), - [anon_sym_for] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1463), - [anon_sym_loop] = ACTIONS(1463), - [anon_sym_while] = ACTIONS(1463), - [anon_sym_do] = ACTIONS(1463), - [anon_sym_if] = ACTIONS(1463), - [anon_sym_match] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1463), - [anon_sym_return] = ACTIONS(1463), - [anon_sym_source] = ACTIONS(1463), - [anon_sym_source_DASHenv] = ACTIONS(1463), - [anon_sym_register] = ACTIONS(1463), - [anon_sym_hide] = ACTIONS(1463), - [anon_sym_hide_DASHenv] = ACTIONS(1463), - [anon_sym_overlay] = ACTIONS(1463), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_where] = ACTIONS(1463), - [anon_sym_STAR_STAR] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_SLASH] = ACTIONS(1463), - [anon_sym_mod] = ACTIONS(1463), - [anon_sym_SLASH_SLASH] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_bit_DASHshl] = ACTIONS(1463), - [anon_sym_bit_DASHshr] = ACTIONS(1463), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_LT2] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_not_DASHin] = ACTIONS(1463), - [anon_sym_starts_DASHwith] = ACTIONS(1463), - [anon_sym_ends_DASHwith] = ACTIONS(1463), - [anon_sym_EQ_TILDE] = ACTIONS(1463), - [anon_sym_BANG_TILDE] = ACTIONS(1463), - [anon_sym_bit_DASHand] = ACTIONS(1463), - [anon_sym_bit_DASHxor] = ACTIONS(1463), - [anon_sym_bit_DASHor] = ACTIONS(1463), - [anon_sym_and] = ACTIONS(1463), - [anon_sym_xor] = ACTIONS(1463), - [anon_sym_or] = ACTIONS(1463), - [anon_sym_not] = ACTIONS(1463), - [anon_sym_null] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1463), - [anon_sym_false] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1463), - [aux_sym__val_number_token2] = ACTIONS(1463), - [aux_sym__val_number_token3] = ACTIONS(1463), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_0b] = ACTIONS(1463), - [anon_sym_0o] = ACTIONS(1463), - [anon_sym_0x] = ACTIONS(1463), - [sym_val_date] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1463), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1463), - [anon_sym_CARET] = ACTIONS(1463), + [529] = { + [sym_expr_parenthesized] = STATE(1291), + [sym__immediate_decimal] = STATE(1289), + [sym_val_variable] = STATE(1291), + [sym__var] = STATE(863), + [sym_comment] = STATE(529), + [ts_builtin_sym_end] = ACTIONS(1460), + [anon_sym_export] = ACTIONS(1458), + [anon_sym_alias] = ACTIONS(1458), + [anon_sym_let] = ACTIONS(1458), + [anon_sym_let_DASHenv] = ACTIONS(1458), + [anon_sym_mut] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1458), + [sym_cmd_identifier] = ACTIONS(1458), + [anon_sym_LF] = ACTIONS(1460), + [anon_sym_def] = ACTIONS(1458), + [anon_sym_export_DASHenv] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym_module] = ACTIONS(1458), + [anon_sym_use] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1458), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1458), + [anon_sym_LT] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_loop] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_match] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_DOT] = ACTIONS(1458), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_source] = ACTIONS(1458), + [anon_sym_source_DASHenv] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_hide] = ACTIONS(1458), + [anon_sym_hide_DASHenv] = ACTIONS(1458), + [anon_sym_overlay] = ACTIONS(1458), + [anon_sym_where] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_not] = ACTIONS(1458), + [anon_sym_EQ2] = ACTIONS(1494), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1458), + [anon_sym_true] = ACTIONS(1458), + [anon_sym_false] = ACTIONS(1458), + [aux_sym__val_number_decimal_token1] = ACTIONS(1458), + [aux_sym__val_number_token1] = ACTIONS(1458), + [aux_sym__val_number_token2] = ACTIONS(1458), + [aux_sym__val_number_token3] = ACTIONS(1458), + [aux_sym__val_number_token4] = ACTIONS(1458), + [aux_sym__val_number_token5] = ACTIONS(1458), + [aux_sym__val_number_token6] = ACTIONS(1458), + [anon_sym_0b] = ACTIONS(1458), + [anon_sym_0o] = ACTIONS(1458), + [anon_sym_0x] = ACTIONS(1458), + [sym_val_date] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym__str_single_quotes] = ACTIONS(1458), + [sym__str_back_ticks] = ACTIONS(1458), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1458), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1458), + [anon_sym_CARET] = ACTIONS(1458), [anon_sym_POUND] = ACTIONS(105), }, - [549] = { - [sym_path] = STATE(649), - [sym_comment] = STATE(549), - [aux_sym_cell_path_repeat1] = STATE(540), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), + [530] = { + [sym_comment] = STATE(530), + [anon_sym_SEMI] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_PIPE] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(1502), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_err_GT] = ACTIONS(684), + [anon_sym_out_GT] = ACTIONS(684), + [anon_sym_e_GT] = ACTIONS(684), + [anon_sym_o_GT] = ACTIONS(684), + [anon_sym_err_PLUSout_GT] = ACTIONS(684), + [anon_sym_out_PLUSerr_GT] = ACTIONS(684), + [anon_sym_o_PLUSe_GT] = ACTIONS(684), + [anon_sym_e_PLUSo_GT] = ACTIONS(684), + [aux_sym_unquoted_token1] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), [anon_sym_POUND] = ACTIONS(105), }, - [550] = { - [sym_cell_path] = STATE(650), - [sym_path] = STATE(542), - [sym_comment] = STATE(550), - [ts_builtin_sym_end] = ACTIONS(1457), - [anon_sym_export] = ACTIONS(1455), - [anon_sym_alias] = ACTIONS(1455), - [anon_sym_let] = ACTIONS(1455), - [anon_sym_let_DASHenv] = ACTIONS(1455), - [anon_sym_mut] = ACTIONS(1455), - [anon_sym_const] = ACTIONS(1455), - [anon_sym_SEMI] = ACTIONS(1455), - [sym_cmd_identifier] = ACTIONS(1455), - [anon_sym_LF] = ACTIONS(1457), - [anon_sym_def] = ACTIONS(1455), - [anon_sym_export_DASHenv] = ACTIONS(1455), - [anon_sym_extern] = ACTIONS(1455), - [anon_sym_module] = ACTIONS(1455), - [anon_sym_use] = ACTIONS(1455), - [anon_sym_LBRACK] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1455), - [anon_sym_DOLLAR] = ACTIONS(1455), - [anon_sym_error] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1455), - [anon_sym_break] = ACTIONS(1455), - [anon_sym_continue] = ACTIONS(1455), - [anon_sym_for] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1455), - [anon_sym_loop] = ACTIONS(1455), - [anon_sym_while] = ACTIONS(1455), - [anon_sym_do] = ACTIONS(1455), - [anon_sym_if] = ACTIONS(1455), - [anon_sym_match] = ACTIONS(1455), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_DOT] = ACTIONS(1455), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1455), - [anon_sym_return] = ACTIONS(1455), - [anon_sym_source] = ACTIONS(1455), - [anon_sym_source_DASHenv] = ACTIONS(1455), - [anon_sym_register] = ACTIONS(1455), - [anon_sym_hide] = ACTIONS(1455), - [anon_sym_hide_DASHenv] = ACTIONS(1455), - [anon_sym_overlay] = ACTIONS(1455), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_where] = ACTIONS(1455), - [anon_sym_STAR_STAR] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_SLASH] = ACTIONS(1455), - [anon_sym_mod] = ACTIONS(1455), - [anon_sym_SLASH_SLASH] = ACTIONS(1455), - [anon_sym_PLUS] = ACTIONS(1455), - [anon_sym_bit_DASHshl] = ACTIONS(1455), - [anon_sym_bit_DASHshr] = ACTIONS(1455), - [anon_sym_EQ_EQ] = ACTIONS(1455), - [anon_sym_BANG_EQ] = ACTIONS(1455), - [anon_sym_LT2] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1455), - [anon_sym_GT_EQ] = ACTIONS(1455), - [anon_sym_not_DASHin] = ACTIONS(1455), - [anon_sym_starts_DASHwith] = ACTIONS(1455), - [anon_sym_ends_DASHwith] = ACTIONS(1455), - [anon_sym_EQ_TILDE] = ACTIONS(1455), - [anon_sym_BANG_TILDE] = ACTIONS(1455), - [anon_sym_bit_DASHand] = ACTIONS(1455), - [anon_sym_bit_DASHxor] = ACTIONS(1455), - [anon_sym_bit_DASHor] = ACTIONS(1455), - [anon_sym_and] = ACTIONS(1455), - [anon_sym_xor] = ACTIONS(1455), - [anon_sym_or] = ACTIONS(1455), - [anon_sym_not] = ACTIONS(1455), - [anon_sym_null] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1455), - [anon_sym_false] = ACTIONS(1455), - [aux_sym__val_number_decimal_token1] = ACTIONS(1455), - [aux_sym__val_number_token1] = ACTIONS(1455), - [aux_sym__val_number_token2] = ACTIONS(1455), - [aux_sym__val_number_token3] = ACTIONS(1455), - [aux_sym__val_number_token4] = ACTIONS(1455), - [aux_sym__val_number_token5] = ACTIONS(1455), - [aux_sym__val_number_token6] = ACTIONS(1455), - [anon_sym_0b] = ACTIONS(1455), - [anon_sym_0o] = ACTIONS(1455), - [anon_sym_0x] = ACTIONS(1455), - [sym_val_date] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym__str_single_quotes] = ACTIONS(1455), - [sym__str_back_ticks] = ACTIONS(1455), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1455), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1455), - [anon_sym_CARET] = ACTIONS(1455), + [531] = { + [sym_comment] = STATE(531), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token1] = ACTIONS(1504), + [aux_sym__immediate_decimal_token2] = ACTIONS(1506), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, - [551] = { - [sym_cell_path] = STATE(689), - [sym_path] = STATE(542), - [sym_comment] = STATE(551), - [ts_builtin_sym_end] = ACTIONS(1433), - [anon_sym_export] = ACTIONS(1431), - [anon_sym_alias] = ACTIONS(1431), - [anon_sym_let] = ACTIONS(1431), - [anon_sym_let_DASHenv] = ACTIONS(1431), - [anon_sym_mut] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [anon_sym_SEMI] = ACTIONS(1431), - [sym_cmd_identifier] = ACTIONS(1431), - [anon_sym_LF] = ACTIONS(1433), - [anon_sym_def] = ACTIONS(1431), - [anon_sym_export_DASHenv] = ACTIONS(1431), - [anon_sym_extern] = ACTIONS(1431), - [anon_sym_module] = ACTIONS(1431), - [anon_sym_use] = ACTIONS(1431), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_DOLLAR] = ACTIONS(1431), - [anon_sym_error] = ACTIONS(1431), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_break] = ACTIONS(1431), - [anon_sym_continue] = ACTIONS(1431), - [anon_sym_for] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1431), - [anon_sym_loop] = ACTIONS(1431), - [anon_sym_while] = ACTIONS(1431), - [anon_sym_do] = ACTIONS(1431), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_match] = ACTIONS(1431), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1431), - [anon_sym_return] = ACTIONS(1431), - [anon_sym_source] = ACTIONS(1431), - [anon_sym_source_DASHenv] = ACTIONS(1431), - [anon_sym_register] = ACTIONS(1431), - [anon_sym_hide] = ACTIONS(1431), - [anon_sym_hide_DASHenv] = ACTIONS(1431), - [anon_sym_overlay] = ACTIONS(1431), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_where] = ACTIONS(1431), - [anon_sym_STAR_STAR] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_mod] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(1431), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_bit_DASHshl] = ACTIONS(1431), - [anon_sym_bit_DASHshr] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1431), - [anon_sym_BANG_EQ] = ACTIONS(1431), - [anon_sym_LT2] = ACTIONS(1431), - [anon_sym_LT_EQ] = ACTIONS(1431), - [anon_sym_GT_EQ] = ACTIONS(1431), - [anon_sym_not_DASHin] = ACTIONS(1431), - [anon_sym_starts_DASHwith] = ACTIONS(1431), - [anon_sym_ends_DASHwith] = ACTIONS(1431), - [anon_sym_EQ_TILDE] = ACTIONS(1431), - [anon_sym_BANG_TILDE] = ACTIONS(1431), - [anon_sym_bit_DASHand] = ACTIONS(1431), - [anon_sym_bit_DASHxor] = ACTIONS(1431), - [anon_sym_bit_DASHor] = ACTIONS(1431), - [anon_sym_and] = ACTIONS(1431), - [anon_sym_xor] = ACTIONS(1431), - [anon_sym_or] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [anon_sym_null] = ACTIONS(1431), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1431), - [aux_sym__val_number_token2] = ACTIONS(1431), - [aux_sym__val_number_token3] = ACTIONS(1431), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1431), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_0b] = ACTIONS(1431), - [anon_sym_0o] = ACTIONS(1431), - [anon_sym_0x] = ACTIONS(1431), - [sym_val_date] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym__str_single_quotes] = ACTIONS(1431), - [sym__str_back_ticks] = ACTIONS(1431), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1431), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1431), - [anon_sym_CARET] = ACTIONS(1431), + [532] = { + [sym_comment] = STATE(532), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1410), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, - [552] = { - [sym_comment] = STATE(552), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_alias] = ACTIONS(1509), - [anon_sym_EQ] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_let_DASHenv] = ACTIONS(1509), - [anon_sym_mut] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1509), - [sym_cmd_identifier] = ACTIONS(1509), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_def] = ACTIONS(1509), - [anon_sym_export_DASHenv] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_use] = ACTIONS(1509), - [anon_sym_COLON] = ACTIONS(1509), - [anon_sym_COMMA] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1509), - [anon_sym_DOLLAR] = ACTIONS(1509), - [anon_sym_error] = ACTIONS(1509), - [anon_sym_list] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_loop] = ACTIONS(1509), - [anon_sym_make] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_else] = ACTIONS(1509), - [anon_sym_match] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), + [533] = { + [sym_comment] = STATE(533), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(671), + [anon_sym_RPAREN] = ACTIONS(671), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_DOT] = ACTIONS(671), [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_catch] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_source] = ACTIONS(1509), - [anon_sym_source_DASHenv] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_hide] = ACTIONS(1509), - [anon_sym_hide_DASHenv] = ACTIONS(1509), - [anon_sym_overlay] = ACTIONS(1509), - [anon_sym_new] = ACTIONS(1509), - [anon_sym_as] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_PLUS_EQ] = ACTIONS(1509), - [anon_sym_DASH_EQ] = ACTIONS(1509), - [anon_sym_STAR_EQ] = ACTIONS(1509), - [anon_sym_SLASH_EQ] = ACTIONS(1509), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1509), - [anon_sym_STAR_STAR] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_mod] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_bit_DASHshl] = ACTIONS(1509), - [anon_sym_bit_DASHshr] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_LT2] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_not_DASHin] = ACTIONS(1509), - [anon_sym_starts_DASHwith] = ACTIONS(1509), - [anon_sym_ends_DASHwith] = ACTIONS(1509), - [anon_sym_EQ_TILDE] = ACTIONS(1509), - [anon_sym_BANG_TILDE] = ACTIONS(1509), - [anon_sym_bit_DASHand] = ACTIONS(1509), - [anon_sym_bit_DASHxor] = ACTIONS(1509), - [anon_sym_bit_DASHor] = ACTIONS(1509), - [anon_sym_and] = ACTIONS(1509), - [anon_sym_xor] = ACTIONS(1509), - [anon_sym_or] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1509), - [aux_sym__val_number_token2] = ACTIONS(1509), - [aux_sym__val_number_token3] = ACTIONS(1509), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1509), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1509), - [sym__str_single_quotes] = ACTIONS(1509), - [sym__str_back_ticks] = ACTIONS(1509), - [aux_sym__record_key_token2] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(105), - }, - [553] = { - [sym_comment] = STATE(553), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [554] = { - [sym_comment] = STATE(554), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_COLON] = ACTIONS(1513), - [anon_sym_COMMA] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_list] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_make] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_else] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_catch] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_new] = ACTIONS(1513), - [anon_sym_as] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_PLUS_EQ] = ACTIONS(1513), - [anon_sym_DASH_EQ] = ACTIONS(1513), - [anon_sym_STAR_EQ] = ACTIONS(1513), - [anon_sym_SLASH_EQ] = ACTIONS(1513), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [aux_sym__record_key_token2] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(105), - }, - [555] = { - [sym_cell_path] = STATE(690), - [sym_path] = STATE(542), - [sym_comment] = STATE(555), - [ts_builtin_sym_end] = ACTIONS(1402), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [556] = { - [sym_cell_path] = STATE(669), - [sym_path] = STATE(542), - [sym_comment] = STATE(556), - [ts_builtin_sym_end] = ACTIONS(1480), - [anon_sym_export] = ACTIONS(1478), - [anon_sym_alias] = ACTIONS(1478), - [anon_sym_let] = ACTIONS(1478), - [anon_sym_let_DASHenv] = ACTIONS(1478), - [anon_sym_mut] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1478), - [sym_cmd_identifier] = ACTIONS(1478), - [anon_sym_LF] = ACTIONS(1480), - [anon_sym_def] = ACTIONS(1478), - [anon_sym_export_DASHenv] = ACTIONS(1478), - [anon_sym_extern] = ACTIONS(1478), - [anon_sym_module] = ACTIONS(1478), - [anon_sym_use] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(1478), - [anon_sym_LPAREN] = ACTIONS(1478), - [anon_sym_DOLLAR] = ACTIONS(1478), - [anon_sym_error] = ACTIONS(1478), - [anon_sym_GT] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_for] = ACTIONS(1478), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_loop] = ACTIONS(1478), - [anon_sym_while] = ACTIONS(1478), - [anon_sym_do] = ACTIONS(1478), - [anon_sym_if] = ACTIONS(1478), - [anon_sym_match] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_DOT] = ACTIONS(1478), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1478), - [anon_sym_return] = ACTIONS(1478), - [anon_sym_source] = ACTIONS(1478), - [anon_sym_source_DASHenv] = ACTIONS(1478), - [anon_sym_register] = ACTIONS(1478), - [anon_sym_hide] = ACTIONS(1478), - [anon_sym_hide_DASHenv] = ACTIONS(1478), - [anon_sym_overlay] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_where] = ACTIONS(1478), - [anon_sym_STAR_STAR] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [anon_sym_SLASH] = ACTIONS(1478), - [anon_sym_mod] = ACTIONS(1478), - [anon_sym_SLASH_SLASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_bit_DASHshl] = ACTIONS(1478), - [anon_sym_bit_DASHshr] = ACTIONS(1478), - [anon_sym_EQ_EQ] = ACTIONS(1478), - [anon_sym_BANG_EQ] = ACTIONS(1478), - [anon_sym_LT2] = ACTIONS(1478), - [anon_sym_LT_EQ] = ACTIONS(1478), - [anon_sym_GT_EQ] = ACTIONS(1478), - [anon_sym_not_DASHin] = ACTIONS(1478), - [anon_sym_starts_DASHwith] = ACTIONS(1478), - [anon_sym_ends_DASHwith] = ACTIONS(1478), - [anon_sym_EQ_TILDE] = ACTIONS(1478), - [anon_sym_BANG_TILDE] = ACTIONS(1478), - [anon_sym_bit_DASHand] = ACTIONS(1478), - [anon_sym_bit_DASHxor] = ACTIONS(1478), - [anon_sym_bit_DASHor] = ACTIONS(1478), - [anon_sym_and] = ACTIONS(1478), - [anon_sym_xor] = ACTIONS(1478), - [anon_sym_or] = ACTIONS(1478), - [anon_sym_not] = ACTIONS(1478), - [anon_sym_null] = ACTIONS(1478), - [anon_sym_true] = ACTIONS(1478), - [anon_sym_false] = ACTIONS(1478), - [aux_sym__val_number_decimal_token1] = ACTIONS(1478), - [aux_sym__val_number_token1] = ACTIONS(1478), - [aux_sym__val_number_token2] = ACTIONS(1478), - [aux_sym__val_number_token3] = ACTIONS(1478), - [aux_sym__val_number_token4] = ACTIONS(1478), - [aux_sym__val_number_token5] = ACTIONS(1478), - [aux_sym__val_number_token6] = ACTIONS(1478), - [anon_sym_0b] = ACTIONS(1478), - [anon_sym_0o] = ACTIONS(1478), - [anon_sym_0x] = ACTIONS(1478), - [sym_val_date] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [sym__str_single_quotes] = ACTIONS(1478), - [sym__str_back_ticks] = ACTIONS(1478), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1478), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1478), - [anon_sym_CARET] = ACTIONS(1478), - [anon_sym_POUND] = ACTIONS(105), - }, - [557] = { - [sym_comment] = STATE(557), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1490), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(1514), + [anon_sym_null] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(671), + [aux_sym__val_number_token2] = ACTIONS(671), + [aux_sym__val_number_token3] = ACTIONS(671), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(671), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_err_GT] = ACTIONS(671), + [anon_sym_out_GT] = ACTIONS(671), + [anon_sym_e_GT] = ACTIONS(671), + [anon_sym_o_GT] = ACTIONS(671), + [anon_sym_err_PLUSout_GT] = ACTIONS(671), + [anon_sym_out_PLUSerr_GT] = ACTIONS(671), + [anon_sym_o_PLUSe_GT] = ACTIONS(671), + [anon_sym_e_PLUSo_GT] = ACTIONS(671), + [aux_sym_unquoted_token1] = ACTIONS(671), + [aux_sym_unquoted_token6] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(105), }, - [558] = { - [sym_cell_path] = STATE(709), - [sym_path] = STATE(542), - [sym_comment] = STATE(558), - [ts_builtin_sym_end] = ACTIONS(1469), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), + [534] = { + [sym_comment] = STATE(534), + [anon_sym_SEMI] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_PIPE] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(1516), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(1518), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(1516), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_err_GT] = ACTIONS(697), + [anon_sym_out_GT] = ACTIONS(697), + [anon_sym_e_GT] = ACTIONS(697), + [anon_sym_o_GT] = ACTIONS(697), + [anon_sym_err_PLUSout_GT] = ACTIONS(697), + [anon_sym_out_PLUSerr_GT] = ACTIONS(697), + [anon_sym_o_PLUSe_GT] = ACTIONS(697), + [anon_sym_e_PLUSo_GT] = ACTIONS(697), + [aux_sym_unquoted_token1] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(1520), + [aux_sym_unquoted_token6] = ACTIONS(1522), [anon_sym_POUND] = ACTIONS(105), }, - [559] = { - [sym_cell_path] = STATE(625), - [sym_path] = STATE(549), - [sym_comment] = STATE(559), - [ts_builtin_sym_end] = ACTIONS(1469), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(1517), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), + [535] = { + [sym_expr_parenthesized] = STATE(1287), + [sym__immediate_decimal] = STATE(1286), + [sym_val_variable] = STATE(1287), + [sym__var] = STATE(863), + [sym_comment] = STATE(535), + [ts_builtin_sym_end] = ACTIONS(1452), + [anon_sym_export] = ACTIONS(1450), + [anon_sym_alias] = ACTIONS(1450), + [anon_sym_let] = ACTIONS(1450), + [anon_sym_let_DASHenv] = ACTIONS(1450), + [anon_sym_mut] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1450), + [sym_cmd_identifier] = ACTIONS(1450), + [anon_sym_LF] = ACTIONS(1452), + [anon_sym_def] = ACTIONS(1450), + [anon_sym_export_DASHenv] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym_module] = ACTIONS(1450), + [anon_sym_use] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1450), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1450), + [anon_sym_LT] = ACTIONS(1524), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_loop] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_match] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_DOT] = ACTIONS(1450), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_source] = ACTIONS(1450), + [anon_sym_source_DASHenv] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_hide] = ACTIONS(1450), + [anon_sym_hide_DASHenv] = ACTIONS(1450), + [anon_sym_overlay] = ACTIONS(1450), + [anon_sym_where] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_not] = ACTIONS(1450), + [anon_sym_EQ2] = ACTIONS(1526), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1450), + [anon_sym_true] = ACTIONS(1450), + [anon_sym_false] = ACTIONS(1450), + [aux_sym__val_number_decimal_token1] = ACTIONS(1450), + [aux_sym__val_number_token1] = ACTIONS(1450), + [aux_sym__val_number_token2] = ACTIONS(1450), + [aux_sym__val_number_token3] = ACTIONS(1450), + [aux_sym__val_number_token4] = ACTIONS(1450), + [aux_sym__val_number_token5] = ACTIONS(1450), + [aux_sym__val_number_token6] = ACTIONS(1450), + [anon_sym_0b] = ACTIONS(1450), + [anon_sym_0o] = ACTIONS(1450), + [anon_sym_0x] = ACTIONS(1450), + [sym_val_date] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym__str_single_quotes] = ACTIONS(1450), + [sym__str_back_ticks] = ACTIONS(1450), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1450), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1450), + [anon_sym_CARET] = ACTIONS(1450), [anon_sym_POUND] = ACTIONS(105), }, - [560] = { - [sym_comment] = STATE(560), - [anon_sym_export] = ACTIONS(1520), - [anon_sym_alias] = ACTIONS(1520), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_let] = ACTIONS(1520), - [anon_sym_let_DASHenv] = ACTIONS(1520), - [anon_sym_mut] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1520), - [sym_cmd_identifier] = ACTIONS(1520), - [anon_sym_LF] = ACTIONS(1522), - [anon_sym_def] = ACTIONS(1520), - [anon_sym_export_DASHenv] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym_module] = ACTIONS(1520), - [anon_sym_use] = ACTIONS(1520), - [anon_sym_COLON] = ACTIONS(1520), - [anon_sym_COMMA] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_PIPE] = ACTIONS(1520), - [anon_sym_DOLLAR] = ACTIONS(1520), - [anon_sym_error] = ACTIONS(1520), - [anon_sym_list] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_loop] = ACTIONS(1520), - [anon_sym_make] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_else] = ACTIONS(1520), - [anon_sym_match] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_try] = ACTIONS(1520), - [anon_sym_catch] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_source] = ACTIONS(1520), - [anon_sym_source_DASHenv] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_hide] = ACTIONS(1520), - [anon_sym_hide_DASHenv] = ACTIONS(1520), - [anon_sym_overlay] = ACTIONS(1520), - [anon_sym_new] = ACTIONS(1520), - [anon_sym_as] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_PLUS_EQ] = ACTIONS(1520), - [anon_sym_DASH_EQ] = ACTIONS(1520), - [anon_sym_STAR_EQ] = ACTIONS(1520), - [anon_sym_SLASH_EQ] = ACTIONS(1520), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1520), - [anon_sym_STAR_STAR] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_SLASH] = ACTIONS(1520), - [anon_sym_mod] = ACTIONS(1520), - [anon_sym_SLASH_SLASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_bit_DASHshl] = ACTIONS(1520), - [anon_sym_bit_DASHshr] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_LT2] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_not_DASHin] = ACTIONS(1520), - [anon_sym_starts_DASHwith] = ACTIONS(1520), - [anon_sym_ends_DASHwith] = ACTIONS(1520), - [anon_sym_EQ_TILDE] = ACTIONS(1520), - [anon_sym_BANG_TILDE] = ACTIONS(1520), - [anon_sym_bit_DASHand] = ACTIONS(1520), - [anon_sym_bit_DASHxor] = ACTIONS(1520), - [anon_sym_bit_DASHor] = ACTIONS(1520), - [anon_sym_and] = ACTIONS(1520), - [anon_sym_xor] = ACTIONS(1520), - [anon_sym_or] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1520), - [aux_sym__val_number_token2] = ACTIONS(1520), - [aux_sym__val_number_token3] = ACTIONS(1520), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1520), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1520), - [sym__str_single_quotes] = ACTIONS(1520), - [sym__str_back_ticks] = ACTIONS(1520), - [aux_sym__record_key_token2] = ACTIONS(1520), + [536] = { + [sym_expr_parenthesized] = STATE(994), + [sym__immediate_decimal] = STATE(995), + [sym_val_variable] = STATE(994), + [sym__var] = STATE(884), + [sym_comment] = STATE(536), + [ts_builtin_sym_end] = ACTIONS(1468), + [anon_sym_export] = ACTIONS(1466), + [anon_sym_alias] = ACTIONS(1466), + [anon_sym_let] = ACTIONS(1466), + [anon_sym_let_DASHenv] = ACTIONS(1466), + [anon_sym_mut] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1466), + [sym_cmd_identifier] = ACTIONS(1466), + [anon_sym_LF] = ACTIONS(1468), + [anon_sym_def] = ACTIONS(1466), + [anon_sym_export_DASHenv] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym_module] = ACTIONS(1466), + [anon_sym_use] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1466), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1466), + [anon_sym_LT] = ACTIONS(1530), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_loop] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1466), + [anon_sym_DOT2] = ACTIONS(1532), + [anon_sym_try] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_source] = ACTIONS(1466), + [anon_sym_source_DASHenv] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_hide] = ACTIONS(1466), + [anon_sym_hide_DASHenv] = ACTIONS(1466), + [anon_sym_overlay] = ACTIONS(1466), + [anon_sym_where] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_not] = ACTIONS(1466), + [anon_sym_EQ2] = ACTIONS(1534), + [aux_sym__immediate_decimal_token1] = ACTIONS(1536), + [anon_sym_DASH2] = ACTIONS(1538), + [anon_sym_PLUS2] = ACTIONS(1540), + [anon_sym_null] = ACTIONS(1466), + [anon_sym_true] = ACTIONS(1466), + [anon_sym_false] = ACTIONS(1466), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_token1] = ACTIONS(1466), + [aux_sym__val_number_token2] = ACTIONS(1466), + [aux_sym__val_number_token3] = ACTIONS(1466), + [aux_sym__val_number_token4] = ACTIONS(1466), + [aux_sym__val_number_token5] = ACTIONS(1466), + [aux_sym__val_number_token6] = ACTIONS(1466), + [anon_sym_0b] = ACTIONS(1466), + [anon_sym_0o] = ACTIONS(1466), + [anon_sym_0x] = ACTIONS(1466), + [sym_val_date] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym__str_single_quotes] = ACTIONS(1466), + [sym__str_back_ticks] = ACTIONS(1466), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1466), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1466), + [anon_sym_CARET] = ACTIONS(1466), [anon_sym_POUND] = ACTIONS(105), }, - [561] = { - [sym_cell_path] = STATE(666), - [sym_path] = STATE(542), - [sym_comment] = STATE(561), - [ts_builtin_sym_end] = ACTIONS(1461), - [anon_sym_export] = ACTIONS(1459), - [anon_sym_alias] = ACTIONS(1459), - [anon_sym_let] = ACTIONS(1459), - [anon_sym_let_DASHenv] = ACTIONS(1459), - [anon_sym_mut] = ACTIONS(1459), - [anon_sym_const] = ACTIONS(1459), - [anon_sym_SEMI] = ACTIONS(1459), - [sym_cmd_identifier] = ACTIONS(1459), - [anon_sym_LF] = ACTIONS(1461), - [anon_sym_def] = ACTIONS(1459), - [anon_sym_export_DASHenv] = ACTIONS(1459), - [anon_sym_extern] = ACTIONS(1459), - [anon_sym_module] = ACTIONS(1459), - [anon_sym_use] = ACTIONS(1459), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_DOLLAR] = ACTIONS(1459), - [anon_sym_error] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1459), - [anon_sym_break] = ACTIONS(1459), - [anon_sym_continue] = ACTIONS(1459), - [anon_sym_for] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1459), - [anon_sym_loop] = ACTIONS(1459), - [anon_sym_while] = ACTIONS(1459), - [anon_sym_do] = ACTIONS(1459), - [anon_sym_if] = ACTIONS(1459), - [anon_sym_match] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1459), - [anon_sym_return] = ACTIONS(1459), - [anon_sym_source] = ACTIONS(1459), - [anon_sym_source_DASHenv] = ACTIONS(1459), - [anon_sym_register] = ACTIONS(1459), - [anon_sym_hide] = ACTIONS(1459), - [anon_sym_hide_DASHenv] = ACTIONS(1459), - [anon_sym_overlay] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_where] = ACTIONS(1459), - [anon_sym_STAR_STAR] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_mod] = ACTIONS(1459), - [anon_sym_SLASH_SLASH] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_bit_DASHshl] = ACTIONS(1459), - [anon_sym_bit_DASHshr] = ACTIONS(1459), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_LT2] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_not_DASHin] = ACTIONS(1459), - [anon_sym_starts_DASHwith] = ACTIONS(1459), - [anon_sym_ends_DASHwith] = ACTIONS(1459), - [anon_sym_EQ_TILDE] = ACTIONS(1459), - [anon_sym_BANG_TILDE] = ACTIONS(1459), - [anon_sym_bit_DASHand] = ACTIONS(1459), - [anon_sym_bit_DASHxor] = ACTIONS(1459), - [anon_sym_bit_DASHor] = ACTIONS(1459), - [anon_sym_and] = ACTIONS(1459), - [anon_sym_xor] = ACTIONS(1459), - [anon_sym_or] = ACTIONS(1459), - [anon_sym_not] = ACTIONS(1459), - [anon_sym_null] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(1459), - [anon_sym_false] = ACTIONS(1459), - [aux_sym__val_number_decimal_token1] = ACTIONS(1459), - [aux_sym__val_number_token1] = ACTIONS(1459), - [aux_sym__val_number_token2] = ACTIONS(1459), - [aux_sym__val_number_token3] = ACTIONS(1459), - [aux_sym__val_number_token4] = ACTIONS(1459), - [aux_sym__val_number_token5] = ACTIONS(1459), - [aux_sym__val_number_token6] = ACTIONS(1459), - [anon_sym_0b] = ACTIONS(1459), - [anon_sym_0o] = ACTIONS(1459), - [anon_sym_0x] = ACTIONS(1459), - [sym_val_date] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym__str_single_quotes] = ACTIONS(1459), - [sym__str_back_ticks] = ACTIONS(1459), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1459), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), + [537] = { + [sym_expr_parenthesized] = STATE(1309), + [sym__immediate_decimal] = STATE(1307), + [sym_val_variable] = STATE(1309), + [sym__var] = STATE(863), + [sym_comment] = STATE(537), + [ts_builtin_sym_end] = ACTIONS(1414), + [anon_sym_export] = ACTIONS(1412), + [anon_sym_alias] = ACTIONS(1412), + [anon_sym_let] = ACTIONS(1412), + [anon_sym_let_DASHenv] = ACTIONS(1412), + [anon_sym_mut] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1412), + [sym_cmd_identifier] = ACTIONS(1412), + [anon_sym_LF] = ACTIONS(1414), + [anon_sym_def] = ACTIONS(1412), + [anon_sym_export_DASHenv] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym_module] = ACTIONS(1412), + [anon_sym_use] = ACTIONS(1412), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1412), + [anon_sym_LT] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_loop] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_match] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_DOT] = ACTIONS(1412), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_source] = ACTIONS(1412), + [anon_sym_source_DASHenv] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_hide] = ACTIONS(1412), + [anon_sym_hide_DASHenv] = ACTIONS(1412), + [anon_sym_overlay] = ACTIONS(1412), + [anon_sym_where] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_not] = ACTIONS(1412), + [anon_sym_EQ2] = ACTIONS(1544), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1412), + [anon_sym_true] = ACTIONS(1412), + [anon_sym_false] = ACTIONS(1412), + [aux_sym__val_number_decimal_token1] = ACTIONS(1412), + [aux_sym__val_number_token1] = ACTIONS(1412), + [aux_sym__val_number_token2] = ACTIONS(1412), + [aux_sym__val_number_token3] = ACTIONS(1412), + [aux_sym__val_number_token4] = ACTIONS(1412), + [aux_sym__val_number_token5] = ACTIONS(1412), + [aux_sym__val_number_token6] = ACTIONS(1412), + [anon_sym_0b] = ACTIONS(1412), + [anon_sym_0o] = ACTIONS(1412), + [anon_sym_0x] = ACTIONS(1412), + [sym_val_date] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym__str_single_quotes] = ACTIONS(1412), + [sym__str_back_ticks] = ACTIONS(1412), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1412), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1412), + [anon_sym_CARET] = ACTIONS(1412), [anon_sym_POUND] = ACTIONS(105), }, - [562] = { - [sym_cell_path] = STATE(699), - [sym_path] = STATE(542), - [sym_comment] = STATE(562), + [538] = { + [sym_expr_parenthesized] = STATE(1330), + [sym__immediate_decimal] = STATE(1327), + [sym_val_variable] = STATE(1330), + [sym__var] = STATE(863), + [sym_comment] = STATE(538), [ts_builtin_sym_end] = ACTIONS(1476), [anon_sym_export] = ACTIONS(1474), [anon_sym_alias] = ACTIONS(1474), @@ -146126,15 +99018,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1474), [anon_sym_use] = ACTIONS(1474), [anon_sym_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), [anon_sym_error] = ACTIONS(1474), - [anon_sym_GT] = ACTIONS(1474), + [anon_sym_LT] = ACTIONS(1546), [anon_sym_DASH] = ACTIONS(1474), [anon_sym_break] = ACTIONS(1474), [anon_sym_continue] = ACTIONS(1474), [anon_sym_for] = ACTIONS(1474), - [anon_sym_in] = ACTIONS(1474), [anon_sym_loop] = ACTIONS(1474), [anon_sym_while] = ACTIONS(1474), [anon_sym_do] = ACTIONS(1474), @@ -146142,7 +99033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(1474), [anon_sym_LBRACE] = ACTIONS(1474), [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(1488), + [anon_sym_DOT2] = ACTIONS(1492), [anon_sym_try] = ACTIONS(1474), [anon_sym_return] = ACTIONS(1474), [anon_sym_source] = ACTIONS(1474), @@ -146151,33 +99042,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1474), [anon_sym_hide_DASHenv] = ACTIONS(1474), [anon_sym_overlay] = ACTIONS(1474), - [anon_sym_STAR] = ACTIONS(1474), [anon_sym_where] = ACTIONS(1474), - [anon_sym_STAR_STAR] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_SLASH] = ACTIONS(1474), - [anon_sym_mod] = ACTIONS(1474), - [anon_sym_SLASH_SLASH] = ACTIONS(1474), [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_bit_DASHshl] = ACTIONS(1474), - [anon_sym_bit_DASHshr] = ACTIONS(1474), - [anon_sym_EQ_EQ] = ACTIONS(1474), - [anon_sym_BANG_EQ] = ACTIONS(1474), - [anon_sym_LT2] = ACTIONS(1474), - [anon_sym_LT_EQ] = ACTIONS(1474), - [anon_sym_GT_EQ] = ACTIONS(1474), - [anon_sym_not_DASHin] = ACTIONS(1474), - [anon_sym_starts_DASHwith] = ACTIONS(1474), - [anon_sym_ends_DASHwith] = ACTIONS(1474), - [anon_sym_EQ_TILDE] = ACTIONS(1474), - [anon_sym_BANG_TILDE] = ACTIONS(1474), - [anon_sym_bit_DASHand] = ACTIONS(1474), - [anon_sym_bit_DASHxor] = ACTIONS(1474), - [anon_sym_bit_DASHor] = ACTIONS(1474), - [anon_sym_and] = ACTIONS(1474), - [anon_sym_xor] = ACTIONS(1474), - [anon_sym_or] = ACTIONS(1474), [anon_sym_not] = ACTIONS(1474), + [anon_sym_EQ2] = ACTIONS(1548), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), [anon_sym_null] = ACTIONS(1474), [anon_sym_true] = ACTIONS(1474), [anon_sym_false] = ACTIONS(1474), @@ -146200,1681 +99071,756 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1474), [anon_sym_POUND] = ACTIONS(105), }, - [563] = { - [sym_comment] = STATE(563), - [anon_sym_export] = ACTIONS(1524), - [anon_sym_alias] = ACTIONS(1524), - [anon_sym_EQ] = ACTIONS(1524), - [anon_sym_let] = ACTIONS(1524), - [anon_sym_let_DASHenv] = ACTIONS(1524), - [anon_sym_mut] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1524), - [sym_cmd_identifier] = ACTIONS(1524), - [anon_sym_LF] = ACTIONS(1526), - [anon_sym_def] = ACTIONS(1524), - [anon_sym_export_DASHenv] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym_module] = ACTIONS(1524), - [anon_sym_use] = ACTIONS(1524), - [anon_sym_COLON] = ACTIONS(1524), - [anon_sym_COMMA] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_PIPE] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_error] = ACTIONS(1524), - [anon_sym_list] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_loop] = ACTIONS(1524), - [anon_sym_make] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_else] = ACTIONS(1524), - [anon_sym_match] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1524), - [anon_sym_catch] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_source] = ACTIONS(1524), - [anon_sym_source_DASHenv] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_hide] = ACTIONS(1524), - [anon_sym_hide_DASHenv] = ACTIONS(1524), - [anon_sym_overlay] = ACTIONS(1524), - [anon_sym_new] = ACTIONS(1524), - [anon_sym_as] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1524), - [anon_sym_STAR_STAR] = ACTIONS(1524), - [anon_sym_PLUS_PLUS] = ACTIONS(1524), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_mod] = ACTIONS(1524), - [anon_sym_SLASH_SLASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_LT2] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_not_DASHin] = ACTIONS(1524), - [anon_sym_starts_DASHwith] = ACTIONS(1524), - [anon_sym_ends_DASHwith] = ACTIONS(1524), - [anon_sym_EQ_TILDE] = ACTIONS(1524), - [anon_sym_BANG_TILDE] = ACTIONS(1524), - [anon_sym_bit_DASHand] = ACTIONS(1524), - [anon_sym_bit_DASHxor] = ACTIONS(1524), - [anon_sym_bit_DASHor] = ACTIONS(1524), - [anon_sym_and] = ACTIONS(1524), - [anon_sym_xor] = ACTIONS(1524), - [anon_sym_or] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1524), - [aux_sym__val_number_token2] = ACTIONS(1524), - [aux_sym__val_number_token3] = ACTIONS(1524), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1524), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1524), - [sym__str_single_quotes] = ACTIONS(1524), - [sym__str_back_ticks] = ACTIONS(1524), - [aux_sym__record_key_token2] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(105), - }, - [564] = { - [sym_path] = STATE(649), - [sym_comment] = STATE(564), - [aux_sym_cell_path_repeat1] = STATE(546), - [ts_builtin_sym_end] = ACTIONS(1409), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1488), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [565] = { - [sym_comment] = STATE(565), - [anon_sym_export] = ACTIONS(1524), - [anon_sym_alias] = ACTIONS(1524), - [anon_sym_let] = ACTIONS(1524), - [anon_sym_let_DASHenv] = ACTIONS(1524), - [anon_sym_mut] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1524), - [sym_cmd_identifier] = ACTIONS(1524), - [anon_sym_LF] = ACTIONS(1526), - [anon_sym_def] = ACTIONS(1524), - [anon_sym_export_DASHenv] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym_module] = ACTIONS(1524), - [anon_sym_use] = ACTIONS(1524), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_RPAREN] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_error] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_loop] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_match] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_source] = ACTIONS(1524), - [anon_sym_source_DASHenv] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_hide] = ACTIONS(1524), - [anon_sym_hide_DASHenv] = ACTIONS(1524), - [anon_sym_overlay] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_where] = ACTIONS(1524), - [anon_sym_STAR_STAR] = ACTIONS(1524), - [anon_sym_PLUS_PLUS] = ACTIONS(1524), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_mod] = ACTIONS(1524), - [anon_sym_SLASH_SLASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_LT2] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_not_DASHin] = ACTIONS(1524), - [anon_sym_starts_DASHwith] = ACTIONS(1524), - [anon_sym_ends_DASHwith] = ACTIONS(1524), - [anon_sym_EQ_TILDE] = ACTIONS(1524), - [anon_sym_BANG_TILDE] = ACTIONS(1524), - [anon_sym_bit_DASHand] = ACTIONS(1524), - [anon_sym_bit_DASHxor] = ACTIONS(1524), - [anon_sym_bit_DASHor] = ACTIONS(1524), - [anon_sym_and] = ACTIONS(1524), - [anon_sym_xor] = ACTIONS(1524), - [anon_sym_or] = ACTIONS(1524), - [anon_sym_not] = ACTIONS(1524), - [anon_sym_null] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1524), - [anon_sym_false] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1524), - [aux_sym__val_number_token2] = ACTIONS(1524), - [aux_sym__val_number_token3] = ACTIONS(1524), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1524), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_0b] = ACTIONS(1524), - [anon_sym_0o] = ACTIONS(1524), - [anon_sym_0x] = ACTIONS(1524), - [sym_val_date] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1524), - [sym__str_single_quotes] = ACTIONS(1524), - [sym__str_back_ticks] = ACTIONS(1524), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1524), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1524), - [anon_sym_CARET] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(105), - }, - [566] = { - [sym_comment] = STATE(566), - [ts_builtin_sym_end] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1528), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [567] = { - [sym_comment] = STATE(567), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_alias] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_let_DASHenv] = ACTIONS(1509), - [anon_sym_mut] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1509), - [sym_cmd_identifier] = ACTIONS(1509), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_def] = ACTIONS(1509), - [anon_sym_export_DASHenv] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_use] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_RPAREN] = ACTIONS(1509), - [anon_sym_DOLLAR] = ACTIONS(1509), - [anon_sym_error] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_loop] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_match] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_source] = ACTIONS(1509), - [anon_sym_source_DASHenv] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_hide] = ACTIONS(1509), - [anon_sym_hide_DASHenv] = ACTIONS(1509), - [anon_sym_overlay] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_where] = ACTIONS(1509), - [anon_sym_STAR_STAR] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_mod] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_bit_DASHshl] = ACTIONS(1509), - [anon_sym_bit_DASHshr] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_LT2] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_not_DASHin] = ACTIONS(1509), - [anon_sym_starts_DASHwith] = ACTIONS(1509), - [anon_sym_ends_DASHwith] = ACTIONS(1509), - [anon_sym_EQ_TILDE] = ACTIONS(1509), - [anon_sym_BANG_TILDE] = ACTIONS(1509), - [anon_sym_bit_DASHand] = ACTIONS(1509), - [anon_sym_bit_DASHxor] = ACTIONS(1509), - [anon_sym_bit_DASHor] = ACTIONS(1509), - [anon_sym_and] = ACTIONS(1509), - [anon_sym_xor] = ACTIONS(1509), - [anon_sym_or] = ACTIONS(1509), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_null] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1509), - [anon_sym_false] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1509), - [aux_sym__val_number_token2] = ACTIONS(1509), - [aux_sym__val_number_token3] = ACTIONS(1509), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1509), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_0b] = ACTIONS(1509), - [anon_sym_0o] = ACTIONS(1509), - [anon_sym_0x] = ACTIONS(1509), - [sym_val_date] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1509), - [sym__str_single_quotes] = ACTIONS(1509), - [sym__str_back_ticks] = ACTIONS(1509), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1509), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1509), - [anon_sym_CARET] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(105), - }, - [568] = { - [sym_comment] = STATE(568), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(1385), - [anon_sym_POUND] = ACTIONS(105), - }, - [569] = { - [sym_comment] = STATE(569), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_error] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(1530), - [anon_sym_try] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_where] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_not] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_CARET] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), - }, - [570] = { - [sym_comment] = STATE(570), - [ts_builtin_sym_end] = ACTIONS(1439), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [571] = { - [sym_comment] = STATE(571), - [ts_builtin_sym_end] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1528), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), + [539] = { + [sym_comment] = STATE(539), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_PIPE] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(1484), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_err_GT] = ACTIONS(647), + [anon_sym_out_GT] = ACTIONS(647), + [anon_sym_e_GT] = ACTIONS(647), + [anon_sym_o_GT] = ACTIONS(647), + [anon_sym_err_PLUSout_GT] = ACTIONS(647), + [anon_sym_out_PLUSerr_GT] = ACTIONS(647), + [anon_sym_o_PLUSe_GT] = ACTIONS(647), + [anon_sym_e_PLUSo_GT] = ACTIONS(647), + [aux_sym_unquoted_token1] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, - [572] = { - [sym_comment] = STATE(572), - [ts_builtin_sym_end] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), + [540] = { + [sym_comment] = STATE(540), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1410), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, - [573] = { - [sym_comment] = STATE(573), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_RPAREN] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_DOT2] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_where] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_not] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1532), + [541] = { + [sym_expr_parenthesized] = STATE(987), + [sym__immediate_decimal] = STATE(990), + [sym_val_variable] = STATE(987), + [sym__var] = STATE(884), + [sym_comment] = STATE(541), + [ts_builtin_sym_end] = ACTIONS(1434), + [anon_sym_export] = ACTIONS(1432), + [anon_sym_alias] = ACTIONS(1432), + [anon_sym_let] = ACTIONS(1432), + [anon_sym_let_DASHenv] = ACTIONS(1432), + [anon_sym_mut] = ACTIONS(1432), + [anon_sym_const] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [sym_cmd_identifier] = ACTIONS(1432), + [anon_sym_LF] = ACTIONS(1434), + [anon_sym_def] = ACTIONS(1432), + [anon_sym_export_DASHenv] = ACTIONS(1432), + [anon_sym_extern] = ACTIONS(1432), + [anon_sym_module] = ACTIONS(1432), + [anon_sym_use] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_break] = ACTIONS(1432), + [anon_sym_continue] = ACTIONS(1432), + [anon_sym_for] = ACTIONS(1432), + [anon_sym_loop] = ACTIONS(1432), + [anon_sym_while] = ACTIONS(1432), + [anon_sym_do] = ACTIONS(1432), + [anon_sym_if] = ACTIONS(1432), + [anon_sym_match] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_DOT2] = ACTIONS(1532), + [anon_sym_try] = ACTIONS(1432), + [anon_sym_return] = ACTIONS(1432), + [anon_sym_source] = ACTIONS(1432), + [anon_sym_source_DASHenv] = ACTIONS(1432), + [anon_sym_register] = ACTIONS(1432), + [anon_sym_hide] = ACTIONS(1432), + [anon_sym_hide_DASHenv] = ACTIONS(1432), + [anon_sym_overlay] = ACTIONS(1432), + [anon_sym_where] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_not] = ACTIONS(1432), + [anon_sym_EQ2] = ACTIONS(1552), + [aux_sym__immediate_decimal_token1] = ACTIONS(1536), + [anon_sym_DASH2] = ACTIONS(1538), + [anon_sym_PLUS2] = ACTIONS(1540), + [anon_sym_null] = ACTIONS(1432), + [anon_sym_true] = ACTIONS(1432), + [anon_sym_false] = ACTIONS(1432), + [aux_sym__val_number_decimal_token1] = ACTIONS(1432), + [aux_sym__val_number_token1] = ACTIONS(1432), + [aux_sym__val_number_token2] = ACTIONS(1432), + [aux_sym__val_number_token3] = ACTIONS(1432), + [aux_sym__val_number_token4] = ACTIONS(1432), + [aux_sym__val_number_token5] = ACTIONS(1432), + [aux_sym__val_number_token6] = ACTIONS(1432), + [anon_sym_0b] = ACTIONS(1432), + [anon_sym_0o] = ACTIONS(1432), + [anon_sym_0x] = ACTIONS(1432), + [sym_val_date] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym__str_single_quotes] = ACTIONS(1432), + [sym__str_back_ticks] = ACTIONS(1432), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1432), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1432), + [anon_sym_CARET] = ACTIONS(1432), [anon_sym_POUND] = ACTIONS(105), }, - [574] = { - [sym_comment] = STATE(574), - [anon_sym_export] = ACTIONS(1520), - [anon_sym_alias] = ACTIONS(1520), - [anon_sym_let] = ACTIONS(1520), - [anon_sym_let_DASHenv] = ACTIONS(1520), - [anon_sym_mut] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1520), - [sym_cmd_identifier] = ACTIONS(1520), - [anon_sym_LF] = ACTIONS(1522), - [anon_sym_def] = ACTIONS(1520), - [anon_sym_export_DASHenv] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym_module] = ACTIONS(1520), - [anon_sym_use] = ACTIONS(1520), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_RPAREN] = ACTIONS(1520), - [anon_sym_DOLLAR] = ACTIONS(1520), - [anon_sym_error] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_loop] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_match] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_try] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_source] = ACTIONS(1520), - [anon_sym_source_DASHenv] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_hide] = ACTIONS(1520), - [anon_sym_hide_DASHenv] = ACTIONS(1520), - [anon_sym_overlay] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1520), - [anon_sym_STAR_STAR] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_SLASH] = ACTIONS(1520), - [anon_sym_mod] = ACTIONS(1520), - [anon_sym_SLASH_SLASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_bit_DASHshl] = ACTIONS(1520), - [anon_sym_bit_DASHshr] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_LT2] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_not_DASHin] = ACTIONS(1520), - [anon_sym_starts_DASHwith] = ACTIONS(1520), - [anon_sym_ends_DASHwith] = ACTIONS(1520), - [anon_sym_EQ_TILDE] = ACTIONS(1520), - [anon_sym_BANG_TILDE] = ACTIONS(1520), - [anon_sym_bit_DASHand] = ACTIONS(1520), - [anon_sym_bit_DASHxor] = ACTIONS(1520), - [anon_sym_bit_DASHor] = ACTIONS(1520), - [anon_sym_and] = ACTIONS(1520), - [anon_sym_xor] = ACTIONS(1520), - [anon_sym_or] = ACTIONS(1520), - [anon_sym_not] = ACTIONS(1520), - [anon_sym_null] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1520), - [anon_sym_false] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1520), - [aux_sym__val_number_token2] = ACTIONS(1520), - [aux_sym__val_number_token3] = ACTIONS(1520), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1520), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_0b] = ACTIONS(1520), - [anon_sym_0o] = ACTIONS(1520), - [anon_sym_0x] = ACTIONS(1520), - [sym_val_date] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1520), - [sym__str_single_quotes] = ACTIONS(1520), - [sym__str_back_ticks] = ACTIONS(1520), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1520), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1520), - [anon_sym_CARET] = ACTIONS(1520), + [542] = { + [sym_comment] = STATE(542), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_PIPE] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token1] = ACTIONS(1554), + [aux_sym__immediate_decimal_token2] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_err_GT] = ACTIONS(647), + [anon_sym_out_GT] = ACTIONS(647), + [anon_sym_e_GT] = ACTIONS(647), + [anon_sym_o_GT] = ACTIONS(647), + [anon_sym_err_PLUSout_GT] = ACTIONS(647), + [anon_sym_out_PLUSerr_GT] = ACTIONS(647), + [anon_sym_o_PLUSe_GT] = ACTIONS(647), + [anon_sym_e_PLUSo_GT] = ACTIONS(647), + [aux_sym_unquoted_token1] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, - [575] = { - [sym_comment] = STATE(575), - [anon_sym_export] = ACTIONS(1536), - [anon_sym_alias] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_let_DASHenv] = ACTIONS(1536), - [anon_sym_mut] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [sym_cmd_identifier] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_def] = ACTIONS(1536), - [anon_sym_export_DASHenv] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_error] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_DOT2] = ACTIONS(1530), - [anon_sym_try] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_source] = ACTIONS(1536), - [anon_sym_source_DASHenv] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_hide] = ACTIONS(1536), - [anon_sym_hide_DASHenv] = ACTIONS(1536), - [anon_sym_overlay] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_where] = ACTIONS(1536), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_not] = ACTIONS(1536), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_CARET] = ACTIONS(1536), + [543] = { + [sym_expr_parenthesized] = STATE(1005), + [sym__immediate_decimal] = STATE(1004), + [sym_val_variable] = STATE(1005), + [sym__var] = STATE(794), + [sym_comment] = STATE(543), + [anon_sym_export] = ACTIONS(1558), + [anon_sym_alias] = ACTIONS(1558), + [anon_sym_let] = ACTIONS(1558), + [anon_sym_let_DASHenv] = ACTIONS(1558), + [anon_sym_mut] = ACTIONS(1558), + [anon_sym_const] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1558), + [sym_cmd_identifier] = ACTIONS(1558), + [anon_sym_LF] = ACTIONS(1560), + [anon_sym_def] = ACTIONS(1558), + [anon_sym_export_DASHenv] = ACTIONS(1558), + [anon_sym_extern] = ACTIONS(1558), + [anon_sym_module] = ACTIONS(1558), + [anon_sym_use] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1558), + [anon_sym_break] = ACTIONS(1558), + [anon_sym_continue] = ACTIONS(1558), + [anon_sym_for] = ACTIONS(1558), + [anon_sym_loop] = ACTIONS(1558), + [anon_sym_while] = ACTIONS(1558), + [anon_sym_do] = ACTIONS(1558), + [anon_sym_if] = ACTIONS(1558), + [anon_sym_match] = ACTIONS(1558), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1558), + [anon_sym_return] = ACTIONS(1558), + [anon_sym_source] = ACTIONS(1558), + [anon_sym_source_DASHenv] = ACTIONS(1558), + [anon_sym_register] = ACTIONS(1558), + [anon_sym_hide] = ACTIONS(1558), + [anon_sym_hide_DASHenv] = ACTIONS(1558), + [anon_sym_overlay] = ACTIONS(1558), + [anon_sym_where] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1558), + [anon_sym_not] = ACTIONS(1558), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1558), + [anon_sym_true] = ACTIONS(1558), + [anon_sym_false] = ACTIONS(1558), + [aux_sym__val_number_decimal_token1] = ACTIONS(1558), + [aux_sym__val_number_token1] = ACTIONS(1558), + [aux_sym__val_number_token2] = ACTIONS(1558), + [aux_sym__val_number_token3] = ACTIONS(1558), + [aux_sym__val_number_token4] = ACTIONS(1558), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1558), + [anon_sym_0b] = ACTIONS(1558), + [anon_sym_0o] = ACTIONS(1558), + [anon_sym_0x] = ACTIONS(1558), + [sym_val_date] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1558), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1558), + [anon_sym_CARET] = ACTIONS(1558), [anon_sym_POUND] = ACTIONS(105), }, - [576] = { - [sym_comment] = STATE(576), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_RPAREN] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_where] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_not] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_CARET] = ACTIONS(1513), + [544] = { + [sym_expr_parenthesized] = STATE(1009), + [sym__immediate_decimal] = STATE(1008), + [sym_val_variable] = STATE(1009), + [sym__var] = STATE(794), + [sym_comment] = STATE(544), + [anon_sym_export] = ACTIONS(1562), + [anon_sym_alias] = ACTIONS(1562), + [anon_sym_let] = ACTIONS(1562), + [anon_sym_let_DASHenv] = ACTIONS(1562), + [anon_sym_mut] = ACTIONS(1562), + [anon_sym_const] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1562), + [sym_cmd_identifier] = ACTIONS(1562), + [anon_sym_LF] = ACTIONS(1564), + [anon_sym_def] = ACTIONS(1562), + [anon_sym_export_DASHenv] = ACTIONS(1562), + [anon_sym_extern] = ACTIONS(1562), + [anon_sym_module] = ACTIONS(1562), + [anon_sym_use] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1562), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1562), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1562), + [anon_sym_break] = ACTIONS(1562), + [anon_sym_continue] = ACTIONS(1562), + [anon_sym_for] = ACTIONS(1562), + [anon_sym_loop] = ACTIONS(1562), + [anon_sym_while] = ACTIONS(1562), + [anon_sym_do] = ACTIONS(1562), + [anon_sym_if] = ACTIONS(1562), + [anon_sym_match] = ACTIONS(1562), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_RBRACE] = ACTIONS(1562), + [anon_sym_DOT] = ACTIONS(1562), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1562), + [anon_sym_return] = ACTIONS(1562), + [anon_sym_source] = ACTIONS(1562), + [anon_sym_source_DASHenv] = ACTIONS(1562), + [anon_sym_register] = ACTIONS(1562), + [anon_sym_hide] = ACTIONS(1562), + [anon_sym_hide_DASHenv] = ACTIONS(1562), + [anon_sym_overlay] = ACTIONS(1562), + [anon_sym_where] = ACTIONS(1562), + [anon_sym_PLUS] = ACTIONS(1562), + [anon_sym_not] = ACTIONS(1562), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1562), + [anon_sym_true] = ACTIONS(1562), + [anon_sym_false] = ACTIONS(1562), + [aux_sym__val_number_decimal_token1] = ACTIONS(1562), + [aux_sym__val_number_token1] = ACTIONS(1562), + [aux_sym__val_number_token2] = ACTIONS(1562), + [aux_sym__val_number_token3] = ACTIONS(1562), + [aux_sym__val_number_token4] = ACTIONS(1562), + [aux_sym__val_number_token5] = ACTIONS(1562), + [aux_sym__val_number_token6] = ACTIONS(1562), + [anon_sym_0b] = ACTIONS(1562), + [anon_sym_0o] = ACTIONS(1562), + [anon_sym_0x] = ACTIONS(1562), + [sym_val_date] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym__str_single_quotes] = ACTIONS(1562), + [sym__str_back_ticks] = ACTIONS(1562), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1562), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1562), + [anon_sym_CARET] = ACTIONS(1562), [anon_sym_POUND] = ACTIONS(105), }, - [577] = { - [sym_comment] = STATE(577), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(1549), + [545] = { + [sym_expr_parenthesized] = STATE(1011), + [sym__immediate_decimal] = STATE(1010), + [sym_val_variable] = STATE(1011), + [sym__var] = STATE(794), + [sym_comment] = STATE(545), + [anon_sym_export] = ACTIONS(1566), + [anon_sym_alias] = ACTIONS(1566), + [anon_sym_let] = ACTIONS(1566), + [anon_sym_let_DASHenv] = ACTIONS(1566), + [anon_sym_mut] = ACTIONS(1566), + [anon_sym_const] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1566), + [sym_cmd_identifier] = ACTIONS(1566), + [anon_sym_LF] = ACTIONS(1568), + [anon_sym_def] = ACTIONS(1566), + [anon_sym_export_DASHenv] = ACTIONS(1566), + [anon_sym_extern] = ACTIONS(1566), + [anon_sym_module] = ACTIONS(1566), + [anon_sym_use] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1566), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1566), + [anon_sym_break] = ACTIONS(1566), + [anon_sym_continue] = ACTIONS(1566), + [anon_sym_for] = ACTIONS(1566), + [anon_sym_loop] = ACTIONS(1566), + [anon_sym_while] = ACTIONS(1566), + [anon_sym_do] = ACTIONS(1566), + [anon_sym_if] = ACTIONS(1566), + [anon_sym_match] = ACTIONS(1566), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_RBRACE] = ACTIONS(1566), + [anon_sym_DOT] = ACTIONS(1566), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1566), + [anon_sym_return] = ACTIONS(1566), + [anon_sym_source] = ACTIONS(1566), + [anon_sym_source_DASHenv] = ACTIONS(1566), + [anon_sym_register] = ACTIONS(1566), + [anon_sym_hide] = ACTIONS(1566), + [anon_sym_hide_DASHenv] = ACTIONS(1566), + [anon_sym_overlay] = ACTIONS(1566), + [anon_sym_where] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(1566), + [anon_sym_not] = ACTIONS(1566), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1566), + [anon_sym_true] = ACTIONS(1566), + [anon_sym_false] = ACTIONS(1566), + [aux_sym__val_number_decimal_token1] = ACTIONS(1566), + [aux_sym__val_number_token1] = ACTIONS(1566), + [aux_sym__val_number_token2] = ACTIONS(1566), + [aux_sym__val_number_token3] = ACTIONS(1566), + [aux_sym__val_number_token4] = ACTIONS(1566), + [aux_sym__val_number_token5] = ACTIONS(1566), + [aux_sym__val_number_token6] = ACTIONS(1566), + [anon_sym_0b] = ACTIONS(1566), + [anon_sym_0o] = ACTIONS(1566), + [anon_sym_0x] = ACTIONS(1566), + [sym_val_date] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym__str_single_quotes] = ACTIONS(1566), + [sym__str_back_ticks] = ACTIONS(1566), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1566), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1566), + [anon_sym_CARET] = ACTIONS(1566), [anon_sym_POUND] = ACTIONS(105), }, - [578] = { - [sym_comment] = STATE(578), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1569), - [anon_sym_bit_DASHxor] = ACTIONS(1571), - [anon_sym_bit_DASHor] = ACTIONS(1573), - [anon_sym_and] = ACTIONS(1575), - [anon_sym_xor] = ACTIONS(1577), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [546] = { + [sym_expr_parenthesized] = STATE(1013), + [sym__immediate_decimal] = STATE(1012), + [sym_val_variable] = STATE(1013), + [sym__var] = STATE(794), + [sym_comment] = STATE(546), + [anon_sym_export] = ACTIONS(1570), + [anon_sym_alias] = ACTIONS(1570), + [anon_sym_let] = ACTIONS(1570), + [anon_sym_let_DASHenv] = ACTIONS(1570), + [anon_sym_mut] = ACTIONS(1570), + [anon_sym_const] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1570), + [sym_cmd_identifier] = ACTIONS(1570), + [anon_sym_LF] = ACTIONS(1572), + [anon_sym_def] = ACTIONS(1570), + [anon_sym_export_DASHenv] = ACTIONS(1570), + [anon_sym_extern] = ACTIONS(1570), + [anon_sym_module] = ACTIONS(1570), + [anon_sym_use] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1570), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1570), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1570), + [anon_sym_break] = ACTIONS(1570), + [anon_sym_continue] = ACTIONS(1570), + [anon_sym_for] = ACTIONS(1570), + [anon_sym_loop] = ACTIONS(1570), + [anon_sym_while] = ACTIONS(1570), + [anon_sym_do] = ACTIONS(1570), + [anon_sym_if] = ACTIONS(1570), + [anon_sym_match] = ACTIONS(1570), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_RBRACE] = ACTIONS(1570), + [anon_sym_DOT] = ACTIONS(1570), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1570), + [anon_sym_return] = ACTIONS(1570), + [anon_sym_source] = ACTIONS(1570), + [anon_sym_source_DASHenv] = ACTIONS(1570), + [anon_sym_register] = ACTIONS(1570), + [anon_sym_hide] = ACTIONS(1570), + [anon_sym_hide_DASHenv] = ACTIONS(1570), + [anon_sym_overlay] = ACTIONS(1570), + [anon_sym_where] = ACTIONS(1570), + [anon_sym_PLUS] = ACTIONS(1570), + [anon_sym_not] = ACTIONS(1570), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1570), + [anon_sym_true] = ACTIONS(1570), + [anon_sym_false] = ACTIONS(1570), + [aux_sym__val_number_decimal_token1] = ACTIONS(1570), + [aux_sym__val_number_token1] = ACTIONS(1570), + [aux_sym__val_number_token2] = ACTIONS(1570), + [aux_sym__val_number_token3] = ACTIONS(1570), + [aux_sym__val_number_token4] = ACTIONS(1570), + [aux_sym__val_number_token5] = ACTIONS(1570), + [aux_sym__val_number_token6] = ACTIONS(1570), + [anon_sym_0b] = ACTIONS(1570), + [anon_sym_0o] = ACTIONS(1570), + [anon_sym_0x] = ACTIONS(1570), + [sym_val_date] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym__str_single_quotes] = ACTIONS(1570), + [sym__str_back_ticks] = ACTIONS(1570), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1570), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1570), + [anon_sym_CARET] = ACTIONS(1570), [anon_sym_POUND] = ACTIONS(105), }, - [579] = { - [sym_comment] = STATE(579), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), + [547] = { + [sym_comment] = STATE(547), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_PIPE] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [aux_sym__immediate_decimal_token2] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_err_GT] = ACTIONS(647), + [anon_sym_out_GT] = ACTIONS(647), + [anon_sym_e_GT] = ACTIONS(647), + [anon_sym_o_GT] = ACTIONS(647), + [anon_sym_err_PLUSout_GT] = ACTIONS(647), + [anon_sym_out_PLUSerr_GT] = ACTIONS(647), + [anon_sym_o_PLUSe_GT] = ACTIONS(647), + [anon_sym_e_PLUSo_GT] = ACTIONS(647), + [aux_sym_unquoted_token1] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), [anon_sym_POUND] = ACTIONS(105), }, - [580] = { - [sym_comment] = STATE(580), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1569), - [anon_sym_bit_DASHxor] = ACTIONS(1571), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [548] = { + [sym_comment] = STATE(548), + [ts_builtin_sym_end] = ACTIONS(673), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(671), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_DOT] = ACTIONS(671), + [anon_sym_DOT2] = ACTIONS(1574), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [aux_sym__immediate_decimal_token2] = ACTIONS(1577), + [anon_sym_null] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym__val_number_decimal_token1] = ACTIONS(671), + [aux_sym__val_number_token1] = ACTIONS(671), + [aux_sym__val_number_token2] = ACTIONS(671), + [aux_sym__val_number_token3] = ACTIONS(671), + [aux_sym__val_number_token4] = ACTIONS(671), + [aux_sym__val_number_token5] = ACTIONS(671), + [aux_sym__val_number_token6] = ACTIONS(671), + [sym_filesize_unit] = ACTIONS(671), + [sym_duration_unit] = ACTIONS(671), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_err_GT] = ACTIONS(671), + [anon_sym_out_GT] = ACTIONS(671), + [anon_sym_e_GT] = ACTIONS(671), + [anon_sym_o_GT] = ACTIONS(671), + [anon_sym_err_PLUSout_GT] = ACTIONS(671), + [anon_sym_out_PLUSerr_GT] = ACTIONS(671), + [anon_sym_o_PLUSe_GT] = ACTIONS(671), + [anon_sym_e_PLUSo_GT] = ACTIONS(671), + [aux_sym_unquoted_token1] = ACTIONS(671), + [aux_sym_unquoted_token6] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(105), }, - [581] = { - [sym_comment] = STATE(581), + [549] = { + [sym_expr_parenthesized] = STATE(1086), + [sym__immediate_decimal] = STATE(1085), + [sym_val_variable] = STATE(1086), + [sym__var] = STATE(794), + [sym_comment] = STATE(549), [anon_sym_export] = ACTIONS(1579), [anon_sym_alias] = ACTIONS(1579), [anon_sym_let] = ACTIONS(1579), @@ -147890,16 +99836,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1579), [anon_sym_use] = ACTIONS(1579), [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), + [anon_sym_LPAREN] = ACTIONS(1416), [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), + [anon_sym_DOLLAR] = ACTIONS(1418), [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), [anon_sym_DASH] = ACTIONS(1579), [anon_sym_break] = ACTIONS(1579), [anon_sym_continue] = ACTIONS(1579), [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), [anon_sym_loop] = ACTIONS(1579), [anon_sym_while] = ACTIONS(1579), [anon_sym_do] = ACTIONS(1579), @@ -147908,6 +99852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1579), [anon_sym_RBRACE] = ACTIONS(1579), [anon_sym_DOT] = ACTIONS(1579), + [anon_sym_DOT2] = ACTIONS(1422), [anon_sym_try] = ACTIONS(1579), [anon_sym_return] = ACTIONS(1579), [anon_sym_source] = ACTIONS(1579), @@ -147916,33 +99861,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1579), [anon_sym_hide_DASHenv] = ACTIONS(1579), [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), [anon_sym_not] = ACTIONS(1579), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), [anon_sym_null] = ACTIONS(1579), [anon_sym_true] = ACTIONS(1579), [anon_sym_false] = ACTIONS(1579), @@ -147965,8 +99889,1344 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1579), [anon_sym_POUND] = ACTIONS(105), }, - [582] = { - [sym_comment] = STATE(582), + [550] = { + [sym_comment] = STATE(550), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(1583), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1506), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), + }, + [551] = { + [sym_comment] = STATE(551), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), + }, + [552] = { + [sym_comment] = STATE(552), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [aux_sym__immediate_decimal_token2] = ACTIONS(1506), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), + [anon_sym_POUND] = ACTIONS(105), + }, + [553] = { + [sym_comment] = STATE(553), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_RPAREN] = ACTIONS(647), + [anon_sym_PIPE] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_err_GT] = ACTIONS(647), + [anon_sym_out_GT] = ACTIONS(647), + [anon_sym_e_GT] = ACTIONS(647), + [anon_sym_o_GT] = ACTIONS(647), + [anon_sym_err_PLUSout_GT] = ACTIONS(647), + [anon_sym_out_PLUSerr_GT] = ACTIONS(647), + [anon_sym_o_PLUSe_GT] = ACTIONS(647), + [anon_sym_e_PLUSo_GT] = ACTIONS(647), + [aux_sym_unquoted_token1] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), + }, + [554] = { + [sym_comment] = STATE(554), + [anon_sym_SEMI] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_PIPE] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_err_GT] = ACTIONS(684), + [anon_sym_out_GT] = ACTIONS(684), + [anon_sym_e_GT] = ACTIONS(684), + [anon_sym_o_GT] = ACTIONS(684), + [anon_sym_err_PLUSout_GT] = ACTIONS(684), + [anon_sym_out_PLUSerr_GT] = ACTIONS(684), + [anon_sym_o_PLUSe_GT] = ACTIONS(684), + [anon_sym_e_PLUSo_GT] = ACTIONS(684), + [aux_sym_unquoted_token1] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), + }, + [555] = { + [sym_expr_parenthesized] = STATE(1015), + [sym__immediate_decimal] = STATE(1014), + [sym_val_variable] = STATE(1015), + [sym__var] = STATE(794), + [sym_comment] = STATE(555), + [anon_sym_export] = ACTIONS(1586), + [anon_sym_alias] = ACTIONS(1586), + [anon_sym_let] = ACTIONS(1586), + [anon_sym_let_DASHenv] = ACTIONS(1586), + [anon_sym_mut] = ACTIONS(1586), + [anon_sym_const] = ACTIONS(1586), + [anon_sym_SEMI] = ACTIONS(1586), + [sym_cmd_identifier] = ACTIONS(1586), + [anon_sym_LF] = ACTIONS(1588), + [anon_sym_def] = ACTIONS(1586), + [anon_sym_export_DASHenv] = ACTIONS(1586), + [anon_sym_extern] = ACTIONS(1586), + [anon_sym_module] = ACTIONS(1586), + [anon_sym_use] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1586), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1586), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1586), + [anon_sym_break] = ACTIONS(1586), + [anon_sym_continue] = ACTIONS(1586), + [anon_sym_for] = ACTIONS(1586), + [anon_sym_loop] = ACTIONS(1586), + [anon_sym_while] = ACTIONS(1586), + [anon_sym_do] = ACTIONS(1586), + [anon_sym_if] = ACTIONS(1586), + [anon_sym_match] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_RBRACE] = ACTIONS(1586), + [anon_sym_DOT] = ACTIONS(1586), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1586), + [anon_sym_return] = ACTIONS(1586), + [anon_sym_source] = ACTIONS(1586), + [anon_sym_source_DASHenv] = ACTIONS(1586), + [anon_sym_register] = ACTIONS(1586), + [anon_sym_hide] = ACTIONS(1586), + [anon_sym_hide_DASHenv] = ACTIONS(1586), + [anon_sym_overlay] = ACTIONS(1586), + [anon_sym_where] = ACTIONS(1586), + [anon_sym_PLUS] = ACTIONS(1586), + [anon_sym_not] = ACTIONS(1586), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1586), + [anon_sym_true] = ACTIONS(1586), + [anon_sym_false] = ACTIONS(1586), + [aux_sym__val_number_decimal_token1] = ACTIONS(1586), + [aux_sym__val_number_token1] = ACTIONS(1586), + [aux_sym__val_number_token2] = ACTIONS(1586), + [aux_sym__val_number_token3] = ACTIONS(1586), + [aux_sym__val_number_token4] = ACTIONS(1586), + [aux_sym__val_number_token5] = ACTIONS(1586), + [aux_sym__val_number_token6] = ACTIONS(1586), + [anon_sym_0b] = ACTIONS(1586), + [anon_sym_0o] = ACTIONS(1586), + [anon_sym_0x] = ACTIONS(1586), + [sym_val_date] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym__str_single_quotes] = ACTIONS(1586), + [sym__str_back_ticks] = ACTIONS(1586), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1586), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1586), + [anon_sym_CARET] = ACTIONS(1586), + [anon_sym_POUND] = ACTIONS(105), + }, + [556] = { + [sym_expr_parenthesized] = STATE(1019), + [sym__immediate_decimal] = STATE(1017), + [sym_val_variable] = STATE(1019), + [sym__var] = STATE(794), + [sym_comment] = STATE(556), + [anon_sym_export] = ACTIONS(1590), + [anon_sym_alias] = ACTIONS(1590), + [anon_sym_let] = ACTIONS(1590), + [anon_sym_let_DASHenv] = ACTIONS(1590), + [anon_sym_mut] = ACTIONS(1590), + [anon_sym_const] = ACTIONS(1590), + [anon_sym_SEMI] = ACTIONS(1590), + [sym_cmd_identifier] = ACTIONS(1590), + [anon_sym_LF] = ACTIONS(1592), + [anon_sym_def] = ACTIONS(1590), + [anon_sym_export_DASHenv] = ACTIONS(1590), + [anon_sym_extern] = ACTIONS(1590), + [anon_sym_module] = ACTIONS(1590), + [anon_sym_use] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1590), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1590), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1590), + [anon_sym_break] = ACTIONS(1590), + [anon_sym_continue] = ACTIONS(1590), + [anon_sym_for] = ACTIONS(1590), + [anon_sym_loop] = ACTIONS(1590), + [anon_sym_while] = ACTIONS(1590), + [anon_sym_do] = ACTIONS(1590), + [anon_sym_if] = ACTIONS(1590), + [anon_sym_match] = ACTIONS(1590), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_RBRACE] = ACTIONS(1590), + [anon_sym_DOT] = ACTIONS(1590), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1590), + [anon_sym_return] = ACTIONS(1590), + [anon_sym_source] = ACTIONS(1590), + [anon_sym_source_DASHenv] = ACTIONS(1590), + [anon_sym_register] = ACTIONS(1590), + [anon_sym_hide] = ACTIONS(1590), + [anon_sym_hide_DASHenv] = ACTIONS(1590), + [anon_sym_overlay] = ACTIONS(1590), + [anon_sym_where] = ACTIONS(1590), + [anon_sym_PLUS] = ACTIONS(1590), + [anon_sym_not] = ACTIONS(1590), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1590), + [anon_sym_true] = ACTIONS(1590), + [anon_sym_false] = ACTIONS(1590), + [aux_sym__val_number_decimal_token1] = ACTIONS(1590), + [aux_sym__val_number_token1] = ACTIONS(1590), + [aux_sym__val_number_token2] = ACTIONS(1590), + [aux_sym__val_number_token3] = ACTIONS(1590), + [aux_sym__val_number_token4] = ACTIONS(1590), + [aux_sym__val_number_token5] = ACTIONS(1590), + [aux_sym__val_number_token6] = ACTIONS(1590), + [anon_sym_0b] = ACTIONS(1590), + [anon_sym_0o] = ACTIONS(1590), + [anon_sym_0x] = ACTIONS(1590), + [sym_val_date] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym__str_single_quotes] = ACTIONS(1590), + [sym__str_back_ticks] = ACTIONS(1590), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1590), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1590), + [anon_sym_CARET] = ACTIONS(1590), + [anon_sym_POUND] = ACTIONS(105), + }, + [557] = { + [sym_expr_parenthesized] = STATE(1080), + [sym__immediate_decimal] = STATE(1079), + [sym_val_variable] = STATE(1080), + [sym__var] = STATE(794), + [sym_comment] = STATE(557), + [anon_sym_export] = ACTIONS(1594), + [anon_sym_alias] = ACTIONS(1594), + [anon_sym_let] = ACTIONS(1594), + [anon_sym_let_DASHenv] = ACTIONS(1594), + [anon_sym_mut] = ACTIONS(1594), + [anon_sym_const] = ACTIONS(1594), + [anon_sym_SEMI] = ACTIONS(1594), + [sym_cmd_identifier] = ACTIONS(1594), + [anon_sym_LF] = ACTIONS(1596), + [anon_sym_def] = ACTIONS(1594), + [anon_sym_export_DASHenv] = ACTIONS(1594), + [anon_sym_extern] = ACTIONS(1594), + [anon_sym_module] = ACTIONS(1594), + [anon_sym_use] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1594), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1594), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1594), + [anon_sym_break] = ACTIONS(1594), + [anon_sym_continue] = ACTIONS(1594), + [anon_sym_for] = ACTIONS(1594), + [anon_sym_loop] = ACTIONS(1594), + [anon_sym_while] = ACTIONS(1594), + [anon_sym_do] = ACTIONS(1594), + [anon_sym_if] = ACTIONS(1594), + [anon_sym_match] = ACTIONS(1594), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_RBRACE] = ACTIONS(1594), + [anon_sym_DOT] = ACTIONS(1594), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1594), + [anon_sym_return] = ACTIONS(1594), + [anon_sym_source] = ACTIONS(1594), + [anon_sym_source_DASHenv] = ACTIONS(1594), + [anon_sym_register] = ACTIONS(1594), + [anon_sym_hide] = ACTIONS(1594), + [anon_sym_hide_DASHenv] = ACTIONS(1594), + [anon_sym_overlay] = ACTIONS(1594), + [anon_sym_where] = ACTIONS(1594), + [anon_sym_PLUS] = ACTIONS(1594), + [anon_sym_not] = ACTIONS(1594), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1594), + [anon_sym_true] = ACTIONS(1594), + [anon_sym_false] = ACTIONS(1594), + [aux_sym__val_number_decimal_token1] = ACTIONS(1594), + [aux_sym__val_number_token1] = ACTIONS(1594), + [aux_sym__val_number_token2] = ACTIONS(1594), + [aux_sym__val_number_token3] = ACTIONS(1594), + [aux_sym__val_number_token4] = ACTIONS(1594), + [aux_sym__val_number_token5] = ACTIONS(1594), + [aux_sym__val_number_token6] = ACTIONS(1594), + [anon_sym_0b] = ACTIONS(1594), + [anon_sym_0o] = ACTIONS(1594), + [anon_sym_0x] = ACTIONS(1594), + [sym_val_date] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [sym__str_single_quotes] = ACTIONS(1594), + [sym__str_back_ticks] = ACTIONS(1594), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1594), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1594), + [anon_sym_CARET] = ACTIONS(1594), + [anon_sym_POUND] = ACTIONS(105), + }, + [558] = { + [sym_expr_parenthesized] = STATE(1028), + [sym__immediate_decimal] = STATE(1021), + [sym_val_variable] = STATE(1028), + [sym__var] = STATE(794), + [sym_comment] = STATE(558), + [anon_sym_export] = ACTIONS(1598), + [anon_sym_alias] = ACTIONS(1598), + [anon_sym_let] = ACTIONS(1598), + [anon_sym_let_DASHenv] = ACTIONS(1598), + [anon_sym_mut] = ACTIONS(1598), + [anon_sym_const] = ACTIONS(1598), + [anon_sym_SEMI] = ACTIONS(1598), + [sym_cmd_identifier] = ACTIONS(1598), + [anon_sym_LF] = ACTIONS(1600), + [anon_sym_def] = ACTIONS(1598), + [anon_sym_export_DASHenv] = ACTIONS(1598), + [anon_sym_extern] = ACTIONS(1598), + [anon_sym_module] = ACTIONS(1598), + [anon_sym_use] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1598), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1598), + [anon_sym_break] = ACTIONS(1598), + [anon_sym_continue] = ACTIONS(1598), + [anon_sym_for] = ACTIONS(1598), + [anon_sym_loop] = ACTIONS(1598), + [anon_sym_while] = ACTIONS(1598), + [anon_sym_do] = ACTIONS(1598), + [anon_sym_if] = ACTIONS(1598), + [anon_sym_match] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_RBRACE] = ACTIONS(1598), + [anon_sym_DOT] = ACTIONS(1598), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1598), + [anon_sym_return] = ACTIONS(1598), + [anon_sym_source] = ACTIONS(1598), + [anon_sym_source_DASHenv] = ACTIONS(1598), + [anon_sym_register] = ACTIONS(1598), + [anon_sym_hide] = ACTIONS(1598), + [anon_sym_hide_DASHenv] = ACTIONS(1598), + [anon_sym_overlay] = ACTIONS(1598), + [anon_sym_where] = ACTIONS(1598), + [anon_sym_PLUS] = ACTIONS(1598), + [anon_sym_not] = ACTIONS(1598), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1598), + [anon_sym_true] = ACTIONS(1598), + [anon_sym_false] = ACTIONS(1598), + [aux_sym__val_number_decimal_token1] = ACTIONS(1598), + [aux_sym__val_number_token1] = ACTIONS(1598), + [aux_sym__val_number_token2] = ACTIONS(1598), + [aux_sym__val_number_token3] = ACTIONS(1598), + [aux_sym__val_number_token4] = ACTIONS(1598), + [aux_sym__val_number_token5] = ACTIONS(1598), + [aux_sym__val_number_token6] = ACTIONS(1598), + [anon_sym_0b] = ACTIONS(1598), + [anon_sym_0o] = ACTIONS(1598), + [anon_sym_0x] = ACTIONS(1598), + [sym_val_date] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym__str_single_quotes] = ACTIONS(1598), + [sym__str_back_ticks] = ACTIONS(1598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1598), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1598), + [anon_sym_CARET] = ACTIONS(1598), + [anon_sym_POUND] = ACTIONS(105), + }, + [559] = { + [sym_expr_parenthesized] = STATE(1003), + [sym__immediate_decimal] = STATE(1002), + [sym_val_variable] = STATE(1003), + [sym__var] = STATE(794), + [sym_comment] = STATE(559), + [anon_sym_export] = ACTIONS(1602), + [anon_sym_alias] = ACTIONS(1602), + [anon_sym_let] = ACTIONS(1602), + [anon_sym_let_DASHenv] = ACTIONS(1602), + [anon_sym_mut] = ACTIONS(1602), + [anon_sym_const] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1602), + [sym_cmd_identifier] = ACTIONS(1602), + [anon_sym_LF] = ACTIONS(1604), + [anon_sym_def] = ACTIONS(1602), + [anon_sym_export_DASHenv] = ACTIONS(1602), + [anon_sym_extern] = ACTIONS(1602), + [anon_sym_module] = ACTIONS(1602), + [anon_sym_use] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1602), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_break] = ACTIONS(1602), + [anon_sym_continue] = ACTIONS(1602), + [anon_sym_for] = ACTIONS(1602), + [anon_sym_loop] = ACTIONS(1602), + [anon_sym_while] = ACTIONS(1602), + [anon_sym_do] = ACTIONS(1602), + [anon_sym_if] = ACTIONS(1602), + [anon_sym_match] = ACTIONS(1602), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_RBRACE] = ACTIONS(1602), + [anon_sym_DOT] = ACTIONS(1602), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1602), + [anon_sym_return] = ACTIONS(1602), + [anon_sym_source] = ACTIONS(1602), + [anon_sym_source_DASHenv] = ACTIONS(1602), + [anon_sym_register] = ACTIONS(1602), + [anon_sym_hide] = ACTIONS(1602), + [anon_sym_hide_DASHenv] = ACTIONS(1602), + [anon_sym_overlay] = ACTIONS(1602), + [anon_sym_where] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_not] = ACTIONS(1602), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1602), + [anon_sym_true] = ACTIONS(1602), + [anon_sym_false] = ACTIONS(1602), + [aux_sym__val_number_decimal_token1] = ACTIONS(1602), + [aux_sym__val_number_token1] = ACTIONS(1602), + [aux_sym__val_number_token2] = ACTIONS(1602), + [aux_sym__val_number_token3] = ACTIONS(1602), + [aux_sym__val_number_token4] = ACTIONS(1602), + [aux_sym__val_number_token5] = ACTIONS(1602), + [aux_sym__val_number_token6] = ACTIONS(1602), + [anon_sym_0b] = ACTIONS(1602), + [anon_sym_0o] = ACTIONS(1602), + [anon_sym_0x] = ACTIONS(1602), + [sym_val_date] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym__str_single_quotes] = ACTIONS(1602), + [sym__str_back_ticks] = ACTIONS(1602), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1602), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1602), + [anon_sym_CARET] = ACTIONS(1602), + [anon_sym_POUND] = ACTIONS(105), + }, + [560] = { + [sym_comment] = STATE(560), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(1606), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1608), + [anon_sym_POUND] = ACTIONS(105), + }, + [561] = { + [sym_expr_parenthesized] = STATE(1082), + [sym__immediate_decimal] = STATE(1081), + [sym_val_variable] = STATE(1082), + [sym__var] = STATE(794), + [sym_comment] = STATE(561), + [anon_sym_export] = ACTIONS(1610), + [anon_sym_alias] = ACTIONS(1610), + [anon_sym_let] = ACTIONS(1610), + [anon_sym_let_DASHenv] = ACTIONS(1610), + [anon_sym_mut] = ACTIONS(1610), + [anon_sym_const] = ACTIONS(1610), + [anon_sym_SEMI] = ACTIONS(1610), + [sym_cmd_identifier] = ACTIONS(1610), + [anon_sym_LF] = ACTIONS(1612), + [anon_sym_def] = ACTIONS(1610), + [anon_sym_export_DASHenv] = ACTIONS(1610), + [anon_sym_extern] = ACTIONS(1610), + [anon_sym_module] = ACTIONS(1610), + [anon_sym_use] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1610), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1610), + [anon_sym_break] = ACTIONS(1610), + [anon_sym_continue] = ACTIONS(1610), + [anon_sym_for] = ACTIONS(1610), + [anon_sym_loop] = ACTIONS(1610), + [anon_sym_while] = ACTIONS(1610), + [anon_sym_do] = ACTIONS(1610), + [anon_sym_if] = ACTIONS(1610), + [anon_sym_match] = ACTIONS(1610), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1610), + [anon_sym_DOT] = ACTIONS(1610), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1610), + [anon_sym_return] = ACTIONS(1610), + [anon_sym_source] = ACTIONS(1610), + [anon_sym_source_DASHenv] = ACTIONS(1610), + [anon_sym_register] = ACTIONS(1610), + [anon_sym_hide] = ACTIONS(1610), + [anon_sym_hide_DASHenv] = ACTIONS(1610), + [anon_sym_overlay] = ACTIONS(1610), + [anon_sym_where] = ACTIONS(1610), + [anon_sym_PLUS] = ACTIONS(1610), + [anon_sym_not] = ACTIONS(1610), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1610), + [anon_sym_true] = ACTIONS(1610), + [anon_sym_false] = ACTIONS(1610), + [aux_sym__val_number_decimal_token1] = ACTIONS(1610), + [aux_sym__val_number_token1] = ACTIONS(1610), + [aux_sym__val_number_token2] = ACTIONS(1610), + [aux_sym__val_number_token3] = ACTIONS(1610), + [aux_sym__val_number_token4] = ACTIONS(1610), + [aux_sym__val_number_token5] = ACTIONS(1610), + [aux_sym__val_number_token6] = ACTIONS(1610), + [anon_sym_0b] = ACTIONS(1610), + [anon_sym_0o] = ACTIONS(1610), + [anon_sym_0x] = ACTIONS(1610), + [sym_val_date] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym__str_single_quotes] = ACTIONS(1610), + [sym__str_back_ticks] = ACTIONS(1610), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1610), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1610), + [anon_sym_CARET] = ACTIONS(1610), + [anon_sym_POUND] = ACTIONS(105), + }, + [562] = { + [sym_comment] = STATE(562), + [anon_sym_SEMI] = ACTIONS(775), + [anon_sym_LF] = ACTIONS(777), + [anon_sym_LBRACK] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(775), + [anon_sym_RPAREN] = ACTIONS(775), + [anon_sym_PIPE] = ACTIONS(775), + [anon_sym_DOLLAR] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(775), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(775), + [anon_sym_PLUS_PLUS] = ACTIONS(775), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(775), + [anon_sym_BANG_EQ] = ACTIONS(775), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(775), + [anon_sym_GT_EQ] = ACTIONS(775), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(775), + [anon_sym_BANG_TILDE] = ACTIONS(775), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [anon_sym_null] = ACTIONS(775), + [anon_sym_true] = ACTIONS(775), + [anon_sym_false] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(775), + [aux_sym__val_number_token2] = ACTIONS(775), + [aux_sym__val_number_token3] = ACTIONS(775), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(775), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_0b] = ACTIONS(775), + [anon_sym_0o] = ACTIONS(775), + [anon_sym_0x] = ACTIONS(775), + [sym_val_date] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(775), + [sym__str_single_quotes] = ACTIONS(775), + [sym__str_back_ticks] = ACTIONS(775), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(775), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), + [anon_sym_err_GT] = ACTIONS(775), + [anon_sym_out_GT] = ACTIONS(775), + [anon_sym_e_GT] = ACTIONS(775), + [anon_sym_o_GT] = ACTIONS(775), + [anon_sym_err_PLUSout_GT] = ACTIONS(775), + [anon_sym_out_PLUSerr_GT] = ACTIONS(775), + [anon_sym_o_PLUSe_GT] = ACTIONS(775), + [anon_sym_e_PLUSo_GT] = ACTIONS(775), + [aux_sym_unquoted_token1] = ACTIONS(775), + [aux_sym_unquoted_token6] = ACTIONS(775), + [anon_sym_POUND] = ACTIONS(105), + }, + [563] = { + [sym_comment] = STATE(563), + [ts_builtin_sym_end] = ACTIONS(686), + [anon_sym_SEMI] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_PIPE] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [aux_sym__immediate_decimal_token2] = ACTIONS(1614), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_err_GT] = ACTIONS(684), + [anon_sym_out_GT] = ACTIONS(684), + [anon_sym_e_GT] = ACTIONS(684), + [anon_sym_o_GT] = ACTIONS(684), + [anon_sym_err_PLUSout_GT] = ACTIONS(684), + [anon_sym_out_PLUSerr_GT] = ACTIONS(684), + [anon_sym_o_PLUSe_GT] = ACTIONS(684), + [anon_sym_e_PLUSo_GT] = ACTIONS(684), + [aux_sym_unquoted_token1] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), + [anon_sym_POUND] = ACTIONS(105), + }, + [564] = { + [sym_comment] = STATE(564), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_SEMI] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_PIPE] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(1618), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(1616), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_err_GT] = ACTIONS(697), + [anon_sym_out_GT] = ACTIONS(697), + [anon_sym_e_GT] = ACTIONS(697), + [anon_sym_o_GT] = ACTIONS(697), + [anon_sym_err_PLUSout_GT] = ACTIONS(697), + [anon_sym_out_PLUSerr_GT] = ACTIONS(697), + [anon_sym_o_PLUSe_GT] = ACTIONS(697), + [anon_sym_e_PLUSo_GT] = ACTIONS(697), + [aux_sym_unquoted_token1] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(1620), + [aux_sym_unquoted_token6] = ACTIONS(1622), + [anon_sym_POUND] = ACTIONS(105), + }, + [565] = { + [sym_expr_parenthesized] = STATE(1084), + [sym__immediate_decimal] = STATE(1083), + [sym_val_variable] = STATE(1084), + [sym__var] = STATE(794), + [sym_comment] = STATE(565), + [anon_sym_export] = ACTIONS(1624), + [anon_sym_alias] = ACTIONS(1624), + [anon_sym_let] = ACTIONS(1624), + [anon_sym_let_DASHenv] = ACTIONS(1624), + [anon_sym_mut] = ACTIONS(1624), + [anon_sym_const] = ACTIONS(1624), + [anon_sym_SEMI] = ACTIONS(1624), + [sym_cmd_identifier] = ACTIONS(1624), + [anon_sym_LF] = ACTIONS(1626), + [anon_sym_def] = ACTIONS(1624), + [anon_sym_export_DASHenv] = ACTIONS(1624), + [anon_sym_extern] = ACTIONS(1624), + [anon_sym_module] = ACTIONS(1624), + [anon_sym_use] = ACTIONS(1624), + [anon_sym_LBRACK] = ACTIONS(1624), + [anon_sym_LPAREN] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1624), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_break] = ACTIONS(1624), + [anon_sym_continue] = ACTIONS(1624), + [anon_sym_for] = ACTIONS(1624), + [anon_sym_loop] = ACTIONS(1624), + [anon_sym_while] = ACTIONS(1624), + [anon_sym_do] = ACTIONS(1624), + [anon_sym_if] = ACTIONS(1624), + [anon_sym_match] = ACTIONS(1624), + [anon_sym_LBRACE] = ACTIONS(1624), + [anon_sym_RBRACE] = ACTIONS(1624), + [anon_sym_DOT] = ACTIONS(1624), + [anon_sym_DOT2] = ACTIONS(1422), + [anon_sym_try] = ACTIONS(1624), + [anon_sym_return] = ACTIONS(1624), + [anon_sym_source] = ACTIONS(1624), + [anon_sym_source_DASHenv] = ACTIONS(1624), + [anon_sym_register] = ACTIONS(1624), + [anon_sym_hide] = ACTIONS(1624), + [anon_sym_hide_DASHenv] = ACTIONS(1624), + [anon_sym_overlay] = ACTIONS(1624), + [anon_sym_where] = ACTIONS(1624), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_not] = ACTIONS(1624), + [aux_sym__immediate_decimal_token1] = ACTIONS(1426), + [anon_sym_DASH2] = ACTIONS(1428), + [anon_sym_PLUS2] = ACTIONS(1430), + [anon_sym_null] = ACTIONS(1624), + [anon_sym_true] = ACTIONS(1624), + [anon_sym_false] = ACTIONS(1624), + [aux_sym__val_number_decimal_token1] = ACTIONS(1624), + [aux_sym__val_number_token1] = ACTIONS(1624), + [aux_sym__val_number_token2] = ACTIONS(1624), + [aux_sym__val_number_token3] = ACTIONS(1624), + [aux_sym__val_number_token4] = ACTIONS(1624), + [aux_sym__val_number_token5] = ACTIONS(1624), + [aux_sym__val_number_token6] = ACTIONS(1624), + [anon_sym_0b] = ACTIONS(1624), + [anon_sym_0o] = ACTIONS(1624), + [anon_sym_0x] = ACTIONS(1624), + [sym_val_date] = ACTIONS(1624), + [anon_sym_DQUOTE] = ACTIONS(1624), + [sym__str_single_quotes] = ACTIONS(1624), + [sym__str_back_ticks] = ACTIONS(1624), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1624), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1624), + [anon_sym_CARET] = ACTIONS(1624), + [anon_sym_POUND] = ACTIONS(105), + }, + [566] = { + [sym_comment] = STATE(566), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1630), + [anon_sym_POUND] = ACTIONS(105), + }, + [567] = { + [sym_expr_parenthesized] = STATE(1280), + [sym__immediate_decimal] = STATE(1279), + [sym_val_variable] = STATE(1280), + [sym__var] = STATE(863), + [sym_comment] = STATE(567), + [ts_builtin_sym_end] = ACTIONS(1600), + [anon_sym_export] = ACTIONS(1598), + [anon_sym_alias] = ACTIONS(1598), + [anon_sym_let] = ACTIONS(1598), + [anon_sym_let_DASHenv] = ACTIONS(1598), + [anon_sym_mut] = ACTIONS(1598), + [anon_sym_const] = ACTIONS(1598), + [anon_sym_SEMI] = ACTIONS(1598), + [sym_cmd_identifier] = ACTIONS(1598), + [anon_sym_LF] = ACTIONS(1600), + [anon_sym_def] = ACTIONS(1598), + [anon_sym_export_DASHenv] = ACTIONS(1598), + [anon_sym_extern] = ACTIONS(1598), + [anon_sym_module] = ACTIONS(1598), + [anon_sym_use] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1598), + [anon_sym_break] = ACTIONS(1598), + [anon_sym_continue] = ACTIONS(1598), + [anon_sym_for] = ACTIONS(1598), + [anon_sym_loop] = ACTIONS(1598), + [anon_sym_while] = ACTIONS(1598), + [anon_sym_do] = ACTIONS(1598), + [anon_sym_if] = ACTIONS(1598), + [anon_sym_match] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_DOT] = ACTIONS(1598), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1598), + [anon_sym_return] = ACTIONS(1598), + [anon_sym_source] = ACTIONS(1598), + [anon_sym_source_DASHenv] = ACTIONS(1598), + [anon_sym_register] = ACTIONS(1598), + [anon_sym_hide] = ACTIONS(1598), + [anon_sym_hide_DASHenv] = ACTIONS(1598), + [anon_sym_overlay] = ACTIONS(1598), + [anon_sym_where] = ACTIONS(1598), + [anon_sym_PLUS] = ACTIONS(1598), + [anon_sym_not] = ACTIONS(1598), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1598), + [anon_sym_true] = ACTIONS(1598), + [anon_sym_false] = ACTIONS(1598), + [aux_sym__val_number_decimal_token1] = ACTIONS(1598), + [aux_sym__val_number_token1] = ACTIONS(1598), + [aux_sym__val_number_token2] = ACTIONS(1598), + [aux_sym__val_number_token3] = ACTIONS(1598), + [aux_sym__val_number_token4] = ACTIONS(1598), + [aux_sym__val_number_token5] = ACTIONS(1598), + [aux_sym__val_number_token6] = ACTIONS(1598), + [anon_sym_0b] = ACTIONS(1598), + [anon_sym_0o] = ACTIONS(1598), + [anon_sym_0x] = ACTIONS(1598), + [sym_val_date] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym__str_single_quotes] = ACTIONS(1598), + [sym__str_back_ticks] = ACTIONS(1598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1598), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1598), + [anon_sym_CARET] = ACTIONS(1598), + [anon_sym_POUND] = ACTIONS(105), + }, + [568] = { + [sym_expr_parenthesized] = STATE(1185), + [sym__immediate_decimal] = STATE(1294), + [sym_val_variable] = STATE(1185), + [sym__var] = STATE(863), + [sym_comment] = STATE(568), + [ts_builtin_sym_end] = ACTIONS(1581), [anon_sym_export] = ACTIONS(1579), [anon_sym_alias] = ACTIONS(1579), [anon_sym_let] = ACTIONS(1579), @@ -147982,24 +101242,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1579), [anon_sym_use] = ACTIONS(1579), [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), [anon_sym_DASH] = ACTIONS(1579), [anon_sym_break] = ACTIONS(1579), [anon_sym_continue] = ACTIONS(1579), [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), [anon_sym_loop] = ACTIONS(1579), [anon_sym_while] = ACTIONS(1579), [anon_sym_do] = ACTIONS(1579), [anon_sym_if] = ACTIONS(1579), [anon_sym_match] = ACTIONS(1579), [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), [anon_sym_DOT] = ACTIONS(1579), + [anon_sym_DOT2] = ACTIONS(1492), [anon_sym_try] = ACTIONS(1579), [anon_sym_return] = ACTIONS(1579), [anon_sym_source] = ACTIONS(1579), @@ -148008,33 +101265,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1579), [anon_sym_hide_DASHenv] = ACTIONS(1579), [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), [anon_sym_not] = ACTIONS(1579), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), [anon_sym_null] = ACTIONS(1579), [anon_sym_true] = ACTIONS(1579), [anon_sym_false] = ACTIONS(1579), @@ -148057,52717 +101293,27445 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1579), [anon_sym_POUND] = ACTIONS(105), }, + [569] = { + [sym_expr_parenthesized] = STATE(1215), + [sym__immediate_decimal] = STATE(1210), + [sym_val_variable] = STATE(1215), + [sym__var] = STATE(863), + [sym_comment] = STATE(569), + [ts_builtin_sym_end] = ACTIONS(1564), + [anon_sym_export] = ACTIONS(1562), + [anon_sym_alias] = ACTIONS(1562), + [anon_sym_let] = ACTIONS(1562), + [anon_sym_let_DASHenv] = ACTIONS(1562), + [anon_sym_mut] = ACTIONS(1562), + [anon_sym_const] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1562), + [sym_cmd_identifier] = ACTIONS(1562), + [anon_sym_LF] = ACTIONS(1564), + [anon_sym_def] = ACTIONS(1562), + [anon_sym_export_DASHenv] = ACTIONS(1562), + [anon_sym_extern] = ACTIONS(1562), + [anon_sym_module] = ACTIONS(1562), + [anon_sym_use] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1562), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1562), + [anon_sym_break] = ACTIONS(1562), + [anon_sym_continue] = ACTIONS(1562), + [anon_sym_for] = ACTIONS(1562), + [anon_sym_loop] = ACTIONS(1562), + [anon_sym_while] = ACTIONS(1562), + [anon_sym_do] = ACTIONS(1562), + [anon_sym_if] = ACTIONS(1562), + [anon_sym_match] = ACTIONS(1562), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_DOT] = ACTIONS(1562), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1562), + [anon_sym_return] = ACTIONS(1562), + [anon_sym_source] = ACTIONS(1562), + [anon_sym_source_DASHenv] = ACTIONS(1562), + [anon_sym_register] = ACTIONS(1562), + [anon_sym_hide] = ACTIONS(1562), + [anon_sym_hide_DASHenv] = ACTIONS(1562), + [anon_sym_overlay] = ACTIONS(1562), + [anon_sym_where] = ACTIONS(1562), + [anon_sym_PLUS] = ACTIONS(1562), + [anon_sym_not] = ACTIONS(1562), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1562), + [anon_sym_true] = ACTIONS(1562), + [anon_sym_false] = ACTIONS(1562), + [aux_sym__val_number_decimal_token1] = ACTIONS(1562), + [aux_sym__val_number_token1] = ACTIONS(1562), + [aux_sym__val_number_token2] = ACTIONS(1562), + [aux_sym__val_number_token3] = ACTIONS(1562), + [aux_sym__val_number_token4] = ACTIONS(1562), + [aux_sym__val_number_token5] = ACTIONS(1562), + [aux_sym__val_number_token6] = ACTIONS(1562), + [anon_sym_0b] = ACTIONS(1562), + [anon_sym_0o] = ACTIONS(1562), + [anon_sym_0x] = ACTIONS(1562), + [sym_val_date] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym__str_single_quotes] = ACTIONS(1562), + [sym__str_back_ticks] = ACTIONS(1562), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1562), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1562), + [anon_sym_CARET] = ACTIONS(1562), + [anon_sym_POUND] = ACTIONS(105), + }, + [570] = { + [sym_expr_parenthesized] = STATE(1220), + [sym__immediate_decimal] = STATE(1218), + [sym_val_variable] = STATE(1220), + [sym__var] = STATE(863), + [sym_comment] = STATE(570), + [ts_builtin_sym_end] = ACTIONS(1568), + [anon_sym_export] = ACTIONS(1566), + [anon_sym_alias] = ACTIONS(1566), + [anon_sym_let] = ACTIONS(1566), + [anon_sym_let_DASHenv] = ACTIONS(1566), + [anon_sym_mut] = ACTIONS(1566), + [anon_sym_const] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1566), + [sym_cmd_identifier] = ACTIONS(1566), + [anon_sym_LF] = ACTIONS(1568), + [anon_sym_def] = ACTIONS(1566), + [anon_sym_export_DASHenv] = ACTIONS(1566), + [anon_sym_extern] = ACTIONS(1566), + [anon_sym_module] = ACTIONS(1566), + [anon_sym_use] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1566), + [anon_sym_break] = ACTIONS(1566), + [anon_sym_continue] = ACTIONS(1566), + [anon_sym_for] = ACTIONS(1566), + [anon_sym_loop] = ACTIONS(1566), + [anon_sym_while] = ACTIONS(1566), + [anon_sym_do] = ACTIONS(1566), + [anon_sym_if] = ACTIONS(1566), + [anon_sym_match] = ACTIONS(1566), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_DOT] = ACTIONS(1566), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1566), + [anon_sym_return] = ACTIONS(1566), + [anon_sym_source] = ACTIONS(1566), + [anon_sym_source_DASHenv] = ACTIONS(1566), + [anon_sym_register] = ACTIONS(1566), + [anon_sym_hide] = ACTIONS(1566), + [anon_sym_hide_DASHenv] = ACTIONS(1566), + [anon_sym_overlay] = ACTIONS(1566), + [anon_sym_where] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(1566), + [anon_sym_not] = ACTIONS(1566), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1566), + [anon_sym_true] = ACTIONS(1566), + [anon_sym_false] = ACTIONS(1566), + [aux_sym__val_number_decimal_token1] = ACTIONS(1566), + [aux_sym__val_number_token1] = ACTIONS(1566), + [aux_sym__val_number_token2] = ACTIONS(1566), + [aux_sym__val_number_token3] = ACTIONS(1566), + [aux_sym__val_number_token4] = ACTIONS(1566), + [aux_sym__val_number_token5] = ACTIONS(1566), + [aux_sym__val_number_token6] = ACTIONS(1566), + [anon_sym_0b] = ACTIONS(1566), + [anon_sym_0o] = ACTIONS(1566), + [anon_sym_0x] = ACTIONS(1566), + [sym_val_date] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym__str_single_quotes] = ACTIONS(1566), + [sym__str_back_ticks] = ACTIONS(1566), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1566), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1566), + [anon_sym_CARET] = ACTIONS(1566), + [anon_sym_POUND] = ACTIONS(105), + }, + [571] = { + [sym_expr_parenthesized] = STATE(1241), + [sym__immediate_decimal] = STATE(1238), + [sym_val_variable] = STATE(1241), + [sym__var] = STATE(863), + [sym_comment] = STATE(571), + [ts_builtin_sym_end] = ACTIONS(1572), + [anon_sym_export] = ACTIONS(1570), + [anon_sym_alias] = ACTIONS(1570), + [anon_sym_let] = ACTIONS(1570), + [anon_sym_let_DASHenv] = ACTIONS(1570), + [anon_sym_mut] = ACTIONS(1570), + [anon_sym_const] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1570), + [sym_cmd_identifier] = ACTIONS(1570), + [anon_sym_LF] = ACTIONS(1572), + [anon_sym_def] = ACTIONS(1570), + [anon_sym_export_DASHenv] = ACTIONS(1570), + [anon_sym_extern] = ACTIONS(1570), + [anon_sym_module] = ACTIONS(1570), + [anon_sym_use] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1570), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1570), + [anon_sym_break] = ACTIONS(1570), + [anon_sym_continue] = ACTIONS(1570), + [anon_sym_for] = ACTIONS(1570), + [anon_sym_loop] = ACTIONS(1570), + [anon_sym_while] = ACTIONS(1570), + [anon_sym_do] = ACTIONS(1570), + [anon_sym_if] = ACTIONS(1570), + [anon_sym_match] = ACTIONS(1570), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_DOT] = ACTIONS(1570), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1570), + [anon_sym_return] = ACTIONS(1570), + [anon_sym_source] = ACTIONS(1570), + [anon_sym_source_DASHenv] = ACTIONS(1570), + [anon_sym_register] = ACTIONS(1570), + [anon_sym_hide] = ACTIONS(1570), + [anon_sym_hide_DASHenv] = ACTIONS(1570), + [anon_sym_overlay] = ACTIONS(1570), + [anon_sym_where] = ACTIONS(1570), + [anon_sym_PLUS] = ACTIONS(1570), + [anon_sym_not] = ACTIONS(1570), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1570), + [anon_sym_true] = ACTIONS(1570), + [anon_sym_false] = ACTIONS(1570), + [aux_sym__val_number_decimal_token1] = ACTIONS(1570), + [aux_sym__val_number_token1] = ACTIONS(1570), + [aux_sym__val_number_token2] = ACTIONS(1570), + [aux_sym__val_number_token3] = ACTIONS(1570), + [aux_sym__val_number_token4] = ACTIONS(1570), + [aux_sym__val_number_token5] = ACTIONS(1570), + [aux_sym__val_number_token6] = ACTIONS(1570), + [anon_sym_0b] = ACTIONS(1570), + [anon_sym_0o] = ACTIONS(1570), + [anon_sym_0x] = ACTIONS(1570), + [sym_val_date] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym__str_single_quotes] = ACTIONS(1570), + [sym__str_back_ticks] = ACTIONS(1570), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1570), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1570), + [anon_sym_CARET] = ACTIONS(1570), + [anon_sym_POUND] = ACTIONS(105), + }, + [572] = { + [sym_expr_parenthesized] = STATE(1243), + [sym__immediate_decimal] = STATE(1242), + [sym_val_variable] = STATE(1243), + [sym__var] = STATE(863), + [sym_comment] = STATE(572), + [ts_builtin_sym_end] = ACTIONS(1588), + [anon_sym_export] = ACTIONS(1586), + [anon_sym_alias] = ACTIONS(1586), + [anon_sym_let] = ACTIONS(1586), + [anon_sym_let_DASHenv] = ACTIONS(1586), + [anon_sym_mut] = ACTIONS(1586), + [anon_sym_const] = ACTIONS(1586), + [anon_sym_SEMI] = ACTIONS(1586), + [sym_cmd_identifier] = ACTIONS(1586), + [anon_sym_LF] = ACTIONS(1588), + [anon_sym_def] = ACTIONS(1586), + [anon_sym_export_DASHenv] = ACTIONS(1586), + [anon_sym_extern] = ACTIONS(1586), + [anon_sym_module] = ACTIONS(1586), + [anon_sym_use] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1586), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1586), + [anon_sym_break] = ACTIONS(1586), + [anon_sym_continue] = ACTIONS(1586), + [anon_sym_for] = ACTIONS(1586), + [anon_sym_loop] = ACTIONS(1586), + [anon_sym_while] = ACTIONS(1586), + [anon_sym_do] = ACTIONS(1586), + [anon_sym_if] = ACTIONS(1586), + [anon_sym_match] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_DOT] = ACTIONS(1586), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1586), + [anon_sym_return] = ACTIONS(1586), + [anon_sym_source] = ACTIONS(1586), + [anon_sym_source_DASHenv] = ACTIONS(1586), + [anon_sym_register] = ACTIONS(1586), + [anon_sym_hide] = ACTIONS(1586), + [anon_sym_hide_DASHenv] = ACTIONS(1586), + [anon_sym_overlay] = ACTIONS(1586), + [anon_sym_where] = ACTIONS(1586), + [anon_sym_PLUS] = ACTIONS(1586), + [anon_sym_not] = ACTIONS(1586), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1586), + [anon_sym_true] = ACTIONS(1586), + [anon_sym_false] = ACTIONS(1586), + [aux_sym__val_number_decimal_token1] = ACTIONS(1586), + [aux_sym__val_number_token1] = ACTIONS(1586), + [aux_sym__val_number_token2] = ACTIONS(1586), + [aux_sym__val_number_token3] = ACTIONS(1586), + [aux_sym__val_number_token4] = ACTIONS(1586), + [aux_sym__val_number_token5] = ACTIONS(1586), + [aux_sym__val_number_token6] = ACTIONS(1586), + [anon_sym_0b] = ACTIONS(1586), + [anon_sym_0o] = ACTIONS(1586), + [anon_sym_0x] = ACTIONS(1586), + [sym_val_date] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym__str_single_quotes] = ACTIONS(1586), + [sym__str_back_ticks] = ACTIONS(1586), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1586), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1586), + [anon_sym_CARET] = ACTIONS(1586), + [anon_sym_POUND] = ACTIONS(105), + }, + [573] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2425), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), + [sym_comment] = STATE(573), + [aux_sym_command_repeat1] = STATE(590), + [anon_sym_SEMI] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1632), + [anon_sym_PIPE] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1632), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), + [anon_sym_POUND] = ACTIONS(105), + }, + [574] = { + [sym__expression] = STATE(2376), + [sym_expr_unary] = STATE(712), + [sym__expr_unary_minus] = STATE(735), + [sym_expr_binary] = STATE(712), + [sym__expr_binary_expression] = STATE(3518), + [sym_expr_parenthesized] = STATE(674), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(712), + [sym_val_nothing] = STATE(682), + [sym_val_bool] = STATE(682), + [sym_val_variable] = STATE(665), + [sym__var] = STATE(605), + [sym_val_number] = STATE(640), + [sym__val_number_decimal] = STATE(560), + [sym__val_number] = STATE(641), + [sym_val_duration] = STATE(682), + [sym_val_filesize] = STATE(682), + [sym_val_binary] = STATE(682), + [sym_val_string] = STATE(682), + [sym__str_double_quotes] = STATE(699), + [sym_val_interpolated] = STATE(682), + [sym__inter_single_quotes] = STATE(707), + [sym__inter_double_quotes] = STATE(709), + [sym_val_list] = STATE(682), + [sym_val_record] = STATE(682), + [sym_val_table] = STATE(682), + [sym_val_closure] = STATE(682), + [sym_unquoted] = STATE(2375), + [sym_comment] = STATE(574), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_LPAREN] = ACTIONS(1682), + [anon_sym_RPAREN] = ACTIONS(1676), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_LBRACE] = ACTIONS(1688), + [anon_sym_RBRACE] = ACTIONS(1676), + [anon_sym_DOT] = ACTIONS(1690), + [anon_sym_PLUS] = ACTIONS(1692), + [anon_sym_not] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1698), + [anon_sym_false] = ACTIONS(1698), + [aux_sym__val_number_decimal_token1] = ACTIONS(1700), + [aux_sym__val_number_token1] = ACTIONS(1702), + [aux_sym__val_number_token2] = ACTIONS(1702), + [aux_sym__val_number_token3] = ACTIONS(1702), + [aux_sym__val_number_token4] = ACTIONS(1704), + [aux_sym__val_number_token5] = ACTIONS(1704), + [aux_sym__val_number_token6] = ACTIONS(1704), + [anon_sym_0b] = ACTIONS(1706), + [anon_sym_0o] = ACTIONS(1706), + [anon_sym_0x] = ACTIONS(1706), + [sym_val_date] = ACTIONS(1708), + [anon_sym_DQUOTE] = ACTIONS(1710), + [sym__str_single_quotes] = ACTIONS(1712), + [sym__str_back_ticks] = ACTIONS(1712), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1714), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1716), + [anon_sym_err_GT] = ACTIONS(1676), + [anon_sym_out_GT] = ACTIONS(1676), + [anon_sym_e_GT] = ACTIONS(1676), + [anon_sym_o_GT] = ACTIONS(1676), + [anon_sym_err_PLUSout_GT] = ACTIONS(1676), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1676), + [anon_sym_o_PLUSe_GT] = ACTIONS(1676), + [anon_sym_e_PLUSo_GT] = ACTIONS(1676), + [aux_sym_unquoted_token1] = ACTIONS(1674), + [anon_sym_POUND] = ACTIONS(105), + }, + [575] = { + [sym_path] = STATE(680), + [sym_comment] = STATE(575), + [aux_sym_cell_path_repeat1] = STATE(579), + [anon_sym_SEMI] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_PIPE] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_err_GT] = ACTIONS(745), + [anon_sym_out_GT] = ACTIONS(745), + [anon_sym_e_GT] = ACTIONS(745), + [anon_sym_o_GT] = ACTIONS(745), + [anon_sym_err_PLUSout_GT] = ACTIONS(745), + [anon_sym_out_PLUSerr_GT] = ACTIONS(745), + [anon_sym_o_PLUSe_GT] = ACTIONS(745), + [anon_sym_e_PLUSo_GT] = ACTIONS(745), + [aux_sym_unquoted_token1] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), + }, + [576] = { + [sym__command_name] = STATE(1091), + [sym_scope_pattern] = STATE(1092), + [sym_wild_card] = STATE(1093), + [sym_command_list] = STATE(1101), + [sym_val_string] = STATE(904), + [sym__str_double_quotes] = STATE(918), + [sym_comment] = STATE(576), + [anon_sym_export] = ACTIONS(1720), + [anon_sym_alias] = ACTIONS(1720), + [anon_sym_let] = ACTIONS(1720), + [anon_sym_let_DASHenv] = ACTIONS(1720), + [anon_sym_mut] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_SEMI] = ACTIONS(1720), + [sym_cmd_identifier] = ACTIONS(1722), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_def] = ACTIONS(1720), + [anon_sym_export_DASHenv] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym_module] = ACTIONS(1720), + [anon_sym_use] = ACTIONS(1720), + [anon_sym_LBRACK] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1720), + [anon_sym_RPAREN] = ACTIONS(1720), + [anon_sym_DOLLAR] = ACTIONS(1720), + [anon_sym_error] = ACTIONS(1720), + [anon_sym_DASH] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1720), + [anon_sym_continue] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1720), + [anon_sym_loop] = ACTIONS(1720), + [anon_sym_while] = ACTIONS(1720), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_if] = ACTIONS(1720), + [anon_sym_match] = ACTIONS(1720), + [anon_sym_LBRACE] = ACTIONS(1720), + [anon_sym_RBRACE] = ACTIONS(1720), + [anon_sym_DOT] = ACTIONS(1720), + [anon_sym_try] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_source] = ACTIONS(1720), + [anon_sym_source_DASHenv] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_hide] = ACTIONS(1720), + [anon_sym_hide_DASHenv] = ACTIONS(1720), + [anon_sym_overlay] = ACTIONS(1720), + [anon_sym_STAR] = ACTIONS(1728), + [anon_sym_where] = ACTIONS(1720), + [anon_sym_PLUS] = ACTIONS(1720), + [anon_sym_not] = ACTIONS(1720), + [anon_sym_null] = ACTIONS(1720), + [anon_sym_true] = ACTIONS(1720), + [anon_sym_false] = ACTIONS(1720), + [aux_sym__val_number_decimal_token1] = ACTIONS(1720), + [aux_sym__val_number_token1] = ACTIONS(1720), + [aux_sym__val_number_token2] = ACTIONS(1720), + [aux_sym__val_number_token3] = ACTIONS(1720), + [aux_sym__val_number_token4] = ACTIONS(1720), + [aux_sym__val_number_token5] = ACTIONS(1720), + [aux_sym__val_number_token6] = ACTIONS(1720), + [anon_sym_0b] = ACTIONS(1720), + [anon_sym_0o] = ACTIONS(1720), + [anon_sym_0x] = ACTIONS(1720), + [sym_val_date] = ACTIONS(1720), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1732), + [sym__str_back_ticks] = ACTIONS(1732), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1720), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1720), + [anon_sym_CARET] = ACTIONS(1720), + [anon_sym_POUND] = ACTIONS(105), + }, + [577] = { + [sym_expr_parenthesized] = STATE(1202), + [sym__immediate_decimal] = STATE(1187), + [sym_val_variable] = STATE(1202), + [sym__var] = STATE(863), + [sym_comment] = STATE(577), + [ts_builtin_sym_end] = ACTIONS(1560), + [anon_sym_export] = ACTIONS(1558), + [anon_sym_alias] = ACTIONS(1558), + [anon_sym_let] = ACTIONS(1558), + [anon_sym_let_DASHenv] = ACTIONS(1558), + [anon_sym_mut] = ACTIONS(1558), + [anon_sym_const] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1558), + [sym_cmd_identifier] = ACTIONS(1558), + [anon_sym_LF] = ACTIONS(1560), + [anon_sym_def] = ACTIONS(1558), + [anon_sym_export_DASHenv] = ACTIONS(1558), + [anon_sym_extern] = ACTIONS(1558), + [anon_sym_module] = ACTIONS(1558), + [anon_sym_use] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1558), + [anon_sym_break] = ACTIONS(1558), + [anon_sym_continue] = ACTIONS(1558), + [anon_sym_for] = ACTIONS(1558), + [anon_sym_loop] = ACTIONS(1558), + [anon_sym_while] = ACTIONS(1558), + [anon_sym_do] = ACTIONS(1558), + [anon_sym_if] = ACTIONS(1558), + [anon_sym_match] = ACTIONS(1558), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1558), + [anon_sym_return] = ACTIONS(1558), + [anon_sym_source] = ACTIONS(1558), + [anon_sym_source_DASHenv] = ACTIONS(1558), + [anon_sym_register] = ACTIONS(1558), + [anon_sym_hide] = ACTIONS(1558), + [anon_sym_hide_DASHenv] = ACTIONS(1558), + [anon_sym_overlay] = ACTIONS(1558), + [anon_sym_where] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1558), + [anon_sym_not] = ACTIONS(1558), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1558), + [anon_sym_true] = ACTIONS(1558), + [anon_sym_false] = ACTIONS(1558), + [aux_sym__val_number_decimal_token1] = ACTIONS(1558), + [aux_sym__val_number_token1] = ACTIONS(1558), + [aux_sym__val_number_token2] = ACTIONS(1558), + [aux_sym__val_number_token3] = ACTIONS(1558), + [aux_sym__val_number_token4] = ACTIONS(1558), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1558), + [anon_sym_0b] = ACTIONS(1558), + [anon_sym_0o] = ACTIONS(1558), + [anon_sym_0x] = ACTIONS(1558), + [sym_val_date] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1558), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1558), + [anon_sym_CARET] = ACTIONS(1558), + [anon_sym_POUND] = ACTIONS(105), + }, + [578] = { + [sym_comment] = STATE(578), + [ts_builtin_sym_end] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_LF] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(647), + [anon_sym_PIPE] = ACTIONS(647), + [anon_sym_DOLLAR] = ACTIONS(647), + [anon_sym_GT] = ACTIONS(647), + [anon_sym_DASH] = ACTIONS(647), + [anon_sym_in] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(647), + [anon_sym_DOT] = ACTIONS(647), + [anon_sym_DOT2] = ACTIONS(649), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_STAR_STAR] = ACTIONS(647), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_SLASH] = ACTIONS(647), + [anon_sym_mod] = ACTIONS(647), + [anon_sym_SLASH_SLASH] = ACTIONS(647), + [anon_sym_PLUS] = ACTIONS(647), + [anon_sym_bit_DASHshl] = ACTIONS(647), + [anon_sym_bit_DASHshr] = ACTIONS(647), + [anon_sym_EQ_EQ] = ACTIONS(647), + [anon_sym_BANG_EQ] = ACTIONS(647), + [anon_sym_LT2] = ACTIONS(647), + [anon_sym_LT_EQ] = ACTIONS(647), + [anon_sym_GT_EQ] = ACTIONS(647), + [anon_sym_not_DASHin] = ACTIONS(647), + [anon_sym_starts_DASHwith] = ACTIONS(647), + [anon_sym_ends_DASHwith] = ACTIONS(647), + [anon_sym_EQ_TILDE] = ACTIONS(647), + [anon_sym_BANG_TILDE] = ACTIONS(647), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(647), + [anon_sym_bit_DASHor] = ACTIONS(647), + [anon_sym_and] = ACTIONS(647), + [anon_sym_xor] = ACTIONS(647), + [anon_sym_or] = ACTIONS(647), + [anon_sym_null] = ACTIONS(647), + [anon_sym_true] = ACTIONS(647), + [anon_sym_false] = ACTIONS(647), + [aux_sym__val_number_decimal_token1] = ACTIONS(647), + [aux_sym__val_number_token1] = ACTIONS(647), + [aux_sym__val_number_token2] = ACTIONS(647), + [aux_sym__val_number_token3] = ACTIONS(647), + [aux_sym__val_number_token4] = ACTIONS(647), + [aux_sym__val_number_token5] = ACTIONS(647), + [aux_sym__val_number_token6] = ACTIONS(647), + [sym_filesize_unit] = ACTIONS(647), + [sym_duration_unit] = ACTIONS(647), + [anon_sym_0b] = ACTIONS(647), + [anon_sym_0o] = ACTIONS(647), + [anon_sym_0x] = ACTIONS(647), + [sym_val_date] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(647), + [sym__str_single_quotes] = ACTIONS(647), + [sym__str_back_ticks] = ACTIONS(647), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(647), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(647), + [anon_sym_err_GT] = ACTIONS(647), + [anon_sym_out_GT] = ACTIONS(647), + [anon_sym_e_GT] = ACTIONS(647), + [anon_sym_o_GT] = ACTIONS(647), + [anon_sym_err_PLUSout_GT] = ACTIONS(647), + [anon_sym_out_PLUSerr_GT] = ACTIONS(647), + [anon_sym_o_PLUSe_GT] = ACTIONS(647), + [anon_sym_e_PLUSo_GT] = ACTIONS(647), + [aux_sym_unquoted_token1] = ACTIONS(647), + [aux_sym_unquoted_token6] = ACTIONS(647), + [anon_sym_POUND] = ACTIONS(105), + }, + [579] = { + [sym_path] = STATE(680), + [sym_comment] = STATE(579), + [aux_sym_cell_path_repeat1] = STATE(610), + [anon_sym_SEMI] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_PIPE] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_err_GT] = ACTIONS(733), + [anon_sym_out_GT] = ACTIONS(733), + [anon_sym_e_GT] = ACTIONS(733), + [anon_sym_o_GT] = ACTIONS(733), + [anon_sym_err_PLUSout_GT] = ACTIONS(733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(733), + [anon_sym_o_PLUSe_GT] = ACTIONS(733), + [anon_sym_e_PLUSo_GT] = ACTIONS(733), + [aux_sym_unquoted_token1] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), + }, + [580] = { + [sym_cell_path] = STATE(754), + [sym_path] = STATE(607), + [sym_comment] = STATE(580), + [anon_sym_SEMI] = ACTIONS(837), + [anon_sym_LF] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(837), + [anon_sym_LPAREN] = ACTIONS(837), + [anon_sym_RPAREN] = ACTIONS(837), + [anon_sym_PIPE] = ACTIONS(837), + [anon_sym_DOLLAR] = ACTIONS(837), + [anon_sym_GT] = ACTIONS(837), + [anon_sym_DASH] = ACTIONS(837), + [anon_sym_in] = ACTIONS(837), + [anon_sym_LBRACE] = ACTIONS(837), + [anon_sym_RBRACE] = ACTIONS(837), + [anon_sym_DOT] = ACTIONS(837), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_STAR_STAR] = ACTIONS(837), + [anon_sym_PLUS_PLUS] = ACTIONS(837), + [anon_sym_SLASH] = ACTIONS(837), + [anon_sym_mod] = ACTIONS(837), + [anon_sym_SLASH_SLASH] = ACTIONS(837), + [anon_sym_PLUS] = ACTIONS(837), + [anon_sym_bit_DASHshl] = ACTIONS(837), + [anon_sym_bit_DASHshr] = ACTIONS(837), + [anon_sym_EQ_EQ] = ACTIONS(837), + [anon_sym_BANG_EQ] = ACTIONS(837), + [anon_sym_LT2] = ACTIONS(837), + [anon_sym_LT_EQ] = ACTIONS(837), + [anon_sym_GT_EQ] = ACTIONS(837), + [anon_sym_not_DASHin] = ACTIONS(837), + [anon_sym_starts_DASHwith] = ACTIONS(837), + [anon_sym_ends_DASHwith] = ACTIONS(837), + [anon_sym_EQ_TILDE] = ACTIONS(837), + [anon_sym_BANG_TILDE] = ACTIONS(837), + [anon_sym_bit_DASHand] = ACTIONS(837), + [anon_sym_bit_DASHxor] = ACTIONS(837), + [anon_sym_bit_DASHor] = ACTIONS(837), + [anon_sym_and] = ACTIONS(837), + [anon_sym_xor] = ACTIONS(837), + [anon_sym_or] = ACTIONS(837), + [anon_sym_null] = ACTIONS(837), + [anon_sym_true] = ACTIONS(837), + [anon_sym_false] = ACTIONS(837), + [aux_sym__val_number_decimal_token1] = ACTIONS(837), + [aux_sym__val_number_token1] = ACTIONS(837), + [aux_sym__val_number_token2] = ACTIONS(837), + [aux_sym__val_number_token3] = ACTIONS(837), + [aux_sym__val_number_token4] = ACTIONS(837), + [aux_sym__val_number_token5] = ACTIONS(837), + [aux_sym__val_number_token6] = ACTIONS(837), + [anon_sym_0b] = ACTIONS(837), + [anon_sym_0o] = ACTIONS(837), + [anon_sym_0x] = ACTIONS(837), + [sym_val_date] = ACTIONS(837), + [anon_sym_DQUOTE] = ACTIONS(837), + [sym__str_single_quotes] = ACTIONS(837), + [sym__str_back_ticks] = ACTIONS(837), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(837), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(837), + [anon_sym_err_GT] = ACTIONS(837), + [anon_sym_out_GT] = ACTIONS(837), + [anon_sym_e_GT] = ACTIONS(837), + [anon_sym_o_GT] = ACTIONS(837), + [anon_sym_err_PLUSout_GT] = ACTIONS(837), + [anon_sym_out_PLUSerr_GT] = ACTIONS(837), + [anon_sym_o_PLUSe_GT] = ACTIONS(837), + [anon_sym_e_PLUSo_GT] = ACTIONS(837), + [aux_sym_unquoted_token1] = ACTIONS(837), + [anon_sym_POUND] = ACTIONS(105), + }, + [581] = { + [sym_expr_parenthesized] = STATE(1188), + [sym__immediate_decimal] = STATE(1189), + [sym_val_variable] = STATE(1188), + [sym__var] = STATE(863), + [sym_comment] = STATE(581), + [ts_builtin_sym_end] = ACTIONS(1604), + [anon_sym_export] = ACTIONS(1602), + [anon_sym_alias] = ACTIONS(1602), + [anon_sym_let] = ACTIONS(1602), + [anon_sym_let_DASHenv] = ACTIONS(1602), + [anon_sym_mut] = ACTIONS(1602), + [anon_sym_const] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1602), + [sym_cmd_identifier] = ACTIONS(1602), + [anon_sym_LF] = ACTIONS(1604), + [anon_sym_def] = ACTIONS(1602), + [anon_sym_export_DASHenv] = ACTIONS(1602), + [anon_sym_extern] = ACTIONS(1602), + [anon_sym_module] = ACTIONS(1602), + [anon_sym_use] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_break] = ACTIONS(1602), + [anon_sym_continue] = ACTIONS(1602), + [anon_sym_for] = ACTIONS(1602), + [anon_sym_loop] = ACTIONS(1602), + [anon_sym_while] = ACTIONS(1602), + [anon_sym_do] = ACTIONS(1602), + [anon_sym_if] = ACTIONS(1602), + [anon_sym_match] = ACTIONS(1602), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_DOT] = ACTIONS(1602), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1602), + [anon_sym_return] = ACTIONS(1602), + [anon_sym_source] = ACTIONS(1602), + [anon_sym_source_DASHenv] = ACTIONS(1602), + [anon_sym_register] = ACTIONS(1602), + [anon_sym_hide] = ACTIONS(1602), + [anon_sym_hide_DASHenv] = ACTIONS(1602), + [anon_sym_overlay] = ACTIONS(1602), + [anon_sym_where] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_not] = ACTIONS(1602), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1602), + [anon_sym_true] = ACTIONS(1602), + [anon_sym_false] = ACTIONS(1602), + [aux_sym__val_number_decimal_token1] = ACTIONS(1602), + [aux_sym__val_number_token1] = ACTIONS(1602), + [aux_sym__val_number_token2] = ACTIONS(1602), + [aux_sym__val_number_token3] = ACTIONS(1602), + [aux_sym__val_number_token4] = ACTIONS(1602), + [aux_sym__val_number_token5] = ACTIONS(1602), + [aux_sym__val_number_token6] = ACTIONS(1602), + [anon_sym_0b] = ACTIONS(1602), + [anon_sym_0o] = ACTIONS(1602), + [anon_sym_0x] = ACTIONS(1602), + [sym_val_date] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym__str_single_quotes] = ACTIONS(1602), + [sym__str_back_ticks] = ACTIONS(1602), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1602), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1602), + [anon_sym_CARET] = ACTIONS(1602), + [anon_sym_POUND] = ACTIONS(105), + }, + [582] = { + [sym_comment] = STATE(582), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(1734), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1736), + [anon_sym_POUND] = ACTIONS(105), + }, [583] = { + [sym_cell_path] = STATE(691), + [sym_path] = STATE(607), [sym_comment] = STATE(583), - [anon_sym_export] = ACTIONS(1583), - [anon_sym_alias] = ACTIONS(1583), - [anon_sym_let] = ACTIONS(1583), - [anon_sym_let_DASHenv] = ACTIONS(1583), - [anon_sym_mut] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [sym_cmd_identifier] = ACTIONS(1583), - [anon_sym_LF] = ACTIONS(1585), - [anon_sym_def] = ACTIONS(1583), - [anon_sym_export_DASHenv] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_module] = ACTIONS(1583), - [anon_sym_use] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(1583), - [anon_sym_error] = ACTIONS(1583), - [anon_sym_GT] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_in] = ACTIONS(1583), - [anon_sym_loop] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_match] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(1583), - [anon_sym_try] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_source] = ACTIONS(1583), - [anon_sym_source_DASHenv] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_hide] = ACTIONS(1583), - [anon_sym_hide_DASHenv] = ACTIONS(1583), - [anon_sym_overlay] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_where] = ACTIONS(1583), - [anon_sym_STAR_STAR] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_SLASH] = ACTIONS(1583), - [anon_sym_mod] = ACTIONS(1583), - [anon_sym_SLASH_SLASH] = ACTIONS(1583), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_bit_DASHshl] = ACTIONS(1583), - [anon_sym_bit_DASHshr] = ACTIONS(1583), - [anon_sym_EQ_EQ] = ACTIONS(1583), - [anon_sym_BANG_EQ] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1583), - [anon_sym_LT_EQ] = ACTIONS(1583), - [anon_sym_GT_EQ] = ACTIONS(1583), - [anon_sym_not_DASHin] = ACTIONS(1583), - [anon_sym_starts_DASHwith] = ACTIONS(1583), - [anon_sym_ends_DASHwith] = ACTIONS(1583), - [anon_sym_EQ_TILDE] = ACTIONS(1583), - [anon_sym_BANG_TILDE] = ACTIONS(1583), - [anon_sym_bit_DASHand] = ACTIONS(1583), - [anon_sym_bit_DASHxor] = ACTIONS(1583), - [anon_sym_bit_DASHor] = ACTIONS(1583), - [anon_sym_and] = ACTIONS(1583), - [anon_sym_xor] = ACTIONS(1583), - [anon_sym_or] = ACTIONS(1583), - [anon_sym_not] = ACTIONS(1583), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1583), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1583), - [anon_sym_0o] = ACTIONS(1583), - [anon_sym_0x] = ACTIONS(1583), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_CARET] = ACTIONS(1583), + [anon_sym_SEMI] = ACTIONS(852), + [anon_sym_LF] = ACTIONS(854), + [anon_sym_LBRACK] = ACTIONS(852), + [anon_sym_LPAREN] = ACTIONS(852), + [anon_sym_RPAREN] = ACTIONS(852), + [anon_sym_PIPE] = ACTIONS(852), + [anon_sym_DOLLAR] = ACTIONS(852), + [anon_sym_GT] = ACTIONS(852), + [anon_sym_DASH] = ACTIONS(852), + [anon_sym_in] = ACTIONS(852), + [anon_sym_LBRACE] = ACTIONS(852), + [anon_sym_RBRACE] = ACTIONS(852), + [anon_sym_DOT] = ACTIONS(852), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(852), + [anon_sym_STAR_STAR] = ACTIONS(852), + [anon_sym_PLUS_PLUS] = ACTIONS(852), + [anon_sym_SLASH] = ACTIONS(852), + [anon_sym_mod] = ACTIONS(852), + [anon_sym_SLASH_SLASH] = ACTIONS(852), + [anon_sym_PLUS] = ACTIONS(852), + [anon_sym_bit_DASHshl] = ACTIONS(852), + [anon_sym_bit_DASHshr] = ACTIONS(852), + [anon_sym_EQ_EQ] = ACTIONS(852), + [anon_sym_BANG_EQ] = ACTIONS(852), + [anon_sym_LT2] = ACTIONS(852), + [anon_sym_LT_EQ] = ACTIONS(852), + [anon_sym_GT_EQ] = ACTIONS(852), + [anon_sym_not_DASHin] = ACTIONS(852), + [anon_sym_starts_DASHwith] = ACTIONS(852), + [anon_sym_ends_DASHwith] = ACTIONS(852), + [anon_sym_EQ_TILDE] = ACTIONS(852), + [anon_sym_BANG_TILDE] = ACTIONS(852), + [anon_sym_bit_DASHand] = ACTIONS(852), + [anon_sym_bit_DASHxor] = ACTIONS(852), + [anon_sym_bit_DASHor] = ACTIONS(852), + [anon_sym_and] = ACTIONS(852), + [anon_sym_xor] = ACTIONS(852), + [anon_sym_or] = ACTIONS(852), + [anon_sym_null] = ACTIONS(852), + [anon_sym_true] = ACTIONS(852), + [anon_sym_false] = ACTIONS(852), + [aux_sym__val_number_decimal_token1] = ACTIONS(852), + [aux_sym__val_number_token1] = ACTIONS(852), + [aux_sym__val_number_token2] = ACTIONS(852), + [aux_sym__val_number_token3] = ACTIONS(852), + [aux_sym__val_number_token4] = ACTIONS(852), + [aux_sym__val_number_token5] = ACTIONS(852), + [aux_sym__val_number_token6] = ACTIONS(852), + [anon_sym_0b] = ACTIONS(852), + [anon_sym_0o] = ACTIONS(852), + [anon_sym_0x] = ACTIONS(852), + [sym_val_date] = ACTIONS(852), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym__str_single_quotes] = ACTIONS(852), + [sym__str_back_ticks] = ACTIONS(852), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), + [anon_sym_err_GT] = ACTIONS(852), + [anon_sym_out_GT] = ACTIONS(852), + [anon_sym_e_GT] = ACTIONS(852), + [anon_sym_o_GT] = ACTIONS(852), + [anon_sym_err_PLUSout_GT] = ACTIONS(852), + [anon_sym_out_PLUSerr_GT] = ACTIONS(852), + [anon_sym_o_PLUSe_GT] = ACTIONS(852), + [anon_sym_e_PLUSo_GT] = ACTIONS(852), + [aux_sym_unquoted_token1] = ACTIONS(852), [anon_sym_POUND] = ACTIONS(105), }, [584] = { [sym_comment] = STATE(584), - [ts_builtin_sym_end] = ACTIONS(1515), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_where] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_not] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_CARET] = ACTIONS(1513), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1608), [anon_sym_POUND] = ACTIONS(105), }, [585] = { [sym_comment] = STATE(585), - [anon_sym_export] = ACTIONS(1587), - [anon_sym_alias] = ACTIONS(1587), - [anon_sym_let] = ACTIONS(1587), - [anon_sym_let_DASHenv] = ACTIONS(1587), - [anon_sym_mut] = ACTIONS(1587), - [anon_sym_const] = ACTIONS(1587), - [anon_sym_SEMI] = ACTIONS(1587), - [sym_cmd_identifier] = ACTIONS(1587), - [anon_sym_LF] = ACTIONS(1589), - [anon_sym_def] = ACTIONS(1587), - [anon_sym_export_DASHenv] = ACTIONS(1587), - [anon_sym_extern] = ACTIONS(1587), - [anon_sym_module] = ACTIONS(1587), - [anon_sym_use] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1587), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_RPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1587), - [anon_sym_error] = ACTIONS(1587), - [anon_sym_GT] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1587), - [anon_sym_break] = ACTIONS(1587), - [anon_sym_continue] = ACTIONS(1587), - [anon_sym_for] = ACTIONS(1587), - [anon_sym_in] = ACTIONS(1587), - [anon_sym_loop] = ACTIONS(1587), - [anon_sym_while] = ACTIONS(1587), - [anon_sym_do] = ACTIONS(1587), - [anon_sym_if] = ACTIONS(1587), - [anon_sym_match] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_RBRACE] = ACTIONS(1587), - [anon_sym_DOT] = ACTIONS(1587), - [anon_sym_try] = ACTIONS(1587), - [anon_sym_return] = ACTIONS(1587), - [anon_sym_source] = ACTIONS(1587), - [anon_sym_source_DASHenv] = ACTIONS(1587), - [anon_sym_register] = ACTIONS(1587), - [anon_sym_hide] = ACTIONS(1587), - [anon_sym_hide_DASHenv] = ACTIONS(1587), - [anon_sym_overlay] = ACTIONS(1587), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_where] = ACTIONS(1587), - [anon_sym_STAR_STAR] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_SLASH] = ACTIONS(1587), - [anon_sym_mod] = ACTIONS(1587), - [anon_sym_SLASH_SLASH] = ACTIONS(1587), - [anon_sym_PLUS] = ACTIONS(1587), - [anon_sym_bit_DASHshl] = ACTIONS(1587), - [anon_sym_bit_DASHshr] = ACTIONS(1587), - [anon_sym_EQ_EQ] = ACTIONS(1587), - [anon_sym_BANG_EQ] = ACTIONS(1587), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ] = ACTIONS(1587), - [anon_sym_GT_EQ] = ACTIONS(1587), - [anon_sym_not_DASHin] = ACTIONS(1587), - [anon_sym_starts_DASHwith] = ACTIONS(1587), - [anon_sym_ends_DASHwith] = ACTIONS(1587), - [anon_sym_EQ_TILDE] = ACTIONS(1587), - [anon_sym_BANG_TILDE] = ACTIONS(1587), - [anon_sym_bit_DASHand] = ACTIONS(1587), - [anon_sym_bit_DASHxor] = ACTIONS(1587), - [anon_sym_bit_DASHor] = ACTIONS(1587), - [anon_sym_and] = ACTIONS(1587), - [anon_sym_xor] = ACTIONS(1587), - [anon_sym_or] = ACTIONS(1587), - [anon_sym_not] = ACTIONS(1587), - [anon_sym_null] = ACTIONS(1587), - [anon_sym_true] = ACTIONS(1587), - [anon_sym_false] = ACTIONS(1587), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1587), - [aux_sym__val_number_token2] = ACTIONS(1587), - [aux_sym__val_number_token3] = ACTIONS(1587), - [aux_sym__val_number_token4] = ACTIONS(1587), - [aux_sym__val_number_token5] = ACTIONS(1587), - [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym__str_single_quotes] = ACTIONS(1587), - [sym__str_back_ticks] = ACTIONS(1587), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1587), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1587), - [anon_sym_CARET] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1630), [anon_sym_POUND] = ACTIONS(105), }, [586] = { + [sym__command_name] = STATE(1091), + [sym_scope_pattern] = STATE(1169), + [sym_wild_card] = STATE(1093), + [sym_command_list] = STATE(1101), + [sym_val_string] = STATE(904), + [sym__str_double_quotes] = STATE(918), [sym_comment] = STATE(586), - [anon_sym_export] = ACTIONS(1591), - [anon_sym_alias] = ACTIONS(1591), - [anon_sym_let] = ACTIONS(1591), - [anon_sym_let_DASHenv] = ACTIONS(1591), - [anon_sym_mut] = ACTIONS(1591), - [anon_sym_const] = ACTIONS(1591), - [anon_sym_SEMI] = ACTIONS(1591), - [sym_cmd_identifier] = ACTIONS(1591), - [anon_sym_LF] = ACTIONS(1593), - [anon_sym_def] = ACTIONS(1591), - [anon_sym_export_DASHenv] = ACTIONS(1591), - [anon_sym_extern] = ACTIONS(1591), - [anon_sym_module] = ACTIONS(1591), - [anon_sym_use] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1591), - [anon_sym_LPAREN] = ACTIONS(1591), - [anon_sym_RPAREN] = ACTIONS(1591), - [anon_sym_DOLLAR] = ACTIONS(1591), - [anon_sym_error] = ACTIONS(1591), - [anon_sym_GT] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1591), - [anon_sym_break] = ACTIONS(1591), - [anon_sym_continue] = ACTIONS(1591), - [anon_sym_for] = ACTIONS(1591), - [anon_sym_in] = ACTIONS(1591), - [anon_sym_loop] = ACTIONS(1591), - [anon_sym_while] = ACTIONS(1591), - [anon_sym_do] = ACTIONS(1591), - [anon_sym_if] = ACTIONS(1591), - [anon_sym_match] = ACTIONS(1591), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_RBRACE] = ACTIONS(1591), - [anon_sym_DOT] = ACTIONS(1591), - [anon_sym_try] = ACTIONS(1591), - [anon_sym_return] = ACTIONS(1591), - [anon_sym_source] = ACTIONS(1591), - [anon_sym_source_DASHenv] = ACTIONS(1591), - [anon_sym_register] = ACTIONS(1591), - [anon_sym_hide] = ACTIONS(1591), - [anon_sym_hide_DASHenv] = ACTIONS(1591), - [anon_sym_overlay] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_where] = ACTIONS(1591), - [anon_sym_STAR_STAR] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_SLASH] = ACTIONS(1591), - [anon_sym_mod] = ACTIONS(1591), - [anon_sym_SLASH_SLASH] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1591), - [anon_sym_bit_DASHshl] = ACTIONS(1591), - [anon_sym_bit_DASHshr] = ACTIONS(1591), - [anon_sym_EQ_EQ] = ACTIONS(1591), - [anon_sym_BANG_EQ] = ACTIONS(1591), - [anon_sym_LT2] = ACTIONS(1591), - [anon_sym_LT_EQ] = ACTIONS(1591), - [anon_sym_GT_EQ] = ACTIONS(1591), - [anon_sym_not_DASHin] = ACTIONS(1591), - [anon_sym_starts_DASHwith] = ACTIONS(1591), - [anon_sym_ends_DASHwith] = ACTIONS(1591), - [anon_sym_EQ_TILDE] = ACTIONS(1591), - [anon_sym_BANG_TILDE] = ACTIONS(1591), - [anon_sym_bit_DASHand] = ACTIONS(1591), - [anon_sym_bit_DASHxor] = ACTIONS(1591), - [anon_sym_bit_DASHor] = ACTIONS(1591), - [anon_sym_and] = ACTIONS(1591), - [anon_sym_xor] = ACTIONS(1591), - [anon_sym_or] = ACTIONS(1591), - [anon_sym_not] = ACTIONS(1591), - [anon_sym_null] = ACTIONS(1591), - [anon_sym_true] = ACTIONS(1591), - [anon_sym_false] = ACTIONS(1591), - [aux_sym__val_number_decimal_token1] = ACTIONS(1591), - [aux_sym__val_number_token1] = ACTIONS(1591), - [aux_sym__val_number_token2] = ACTIONS(1591), - [aux_sym__val_number_token3] = ACTIONS(1591), - [aux_sym__val_number_token4] = ACTIONS(1591), - [aux_sym__val_number_token5] = ACTIONS(1591), - [aux_sym__val_number_token6] = ACTIONS(1591), - [anon_sym_0b] = ACTIONS(1591), - [anon_sym_0o] = ACTIONS(1591), - [anon_sym_0x] = ACTIONS(1591), - [sym_val_date] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym__str_single_quotes] = ACTIONS(1591), - [sym__str_back_ticks] = ACTIONS(1591), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1591), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1591), - [anon_sym_CARET] = ACTIONS(1591), + [anon_sym_export] = ACTIONS(1738), + [anon_sym_alias] = ACTIONS(1738), + [anon_sym_let] = ACTIONS(1738), + [anon_sym_let_DASHenv] = ACTIONS(1738), + [anon_sym_mut] = ACTIONS(1738), + [anon_sym_const] = ACTIONS(1738), + [anon_sym_SEMI] = ACTIONS(1738), + [sym_cmd_identifier] = ACTIONS(1722), + [anon_sym_LF] = ACTIONS(1740), + [anon_sym_def] = ACTIONS(1738), + [anon_sym_export_DASHenv] = ACTIONS(1738), + [anon_sym_extern] = ACTIONS(1738), + [anon_sym_module] = ACTIONS(1738), + [anon_sym_use] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1738), + [anon_sym_RPAREN] = ACTIONS(1738), + [anon_sym_DOLLAR] = ACTIONS(1738), + [anon_sym_error] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1738), + [anon_sym_break] = ACTIONS(1738), + [anon_sym_continue] = ACTIONS(1738), + [anon_sym_for] = ACTIONS(1738), + [anon_sym_loop] = ACTIONS(1738), + [anon_sym_while] = ACTIONS(1738), + [anon_sym_do] = ACTIONS(1738), + [anon_sym_if] = ACTIONS(1738), + [anon_sym_match] = ACTIONS(1738), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_RBRACE] = ACTIONS(1738), + [anon_sym_DOT] = ACTIONS(1738), + [anon_sym_try] = ACTIONS(1738), + [anon_sym_return] = ACTIONS(1738), + [anon_sym_source] = ACTIONS(1738), + [anon_sym_source_DASHenv] = ACTIONS(1738), + [anon_sym_register] = ACTIONS(1738), + [anon_sym_hide] = ACTIONS(1738), + [anon_sym_hide_DASHenv] = ACTIONS(1738), + [anon_sym_overlay] = ACTIONS(1738), + [anon_sym_STAR] = ACTIONS(1728), + [anon_sym_where] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1738), + [anon_sym_not] = ACTIONS(1738), + [anon_sym_null] = ACTIONS(1738), + [anon_sym_true] = ACTIONS(1738), + [anon_sym_false] = ACTIONS(1738), + [aux_sym__val_number_decimal_token1] = ACTIONS(1738), + [aux_sym__val_number_token1] = ACTIONS(1738), + [aux_sym__val_number_token2] = ACTIONS(1738), + [aux_sym__val_number_token3] = ACTIONS(1738), + [aux_sym__val_number_token4] = ACTIONS(1738), + [aux_sym__val_number_token5] = ACTIONS(1738), + [aux_sym__val_number_token6] = ACTIONS(1738), + [anon_sym_0b] = ACTIONS(1738), + [anon_sym_0o] = ACTIONS(1738), + [anon_sym_0x] = ACTIONS(1738), + [sym_val_date] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1732), + [sym__str_back_ticks] = ACTIONS(1732), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1738), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1738), + [anon_sym_CARET] = ACTIONS(1738), [anon_sym_POUND] = ACTIONS(105), }, [587] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2425), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(587), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1569), - [anon_sym_bit_DASHxor] = ACTIONS(1571), - [anon_sym_bit_DASHor] = ACTIONS(1573), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [aux_sym_command_repeat1] = STATE(594), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_LF] = ACTIONS(1744), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1742), + [anon_sym_PIPE] = ACTIONS(1742), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1742), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [588] = { + [sym_path] = STATE(680), [sym_comment] = STATE(588), - [anon_sym_export] = ACTIONS(1595), - [anon_sym_alias] = ACTIONS(1595), - [anon_sym_let] = ACTIONS(1595), - [anon_sym_let_DASHenv] = ACTIONS(1595), - [anon_sym_mut] = ACTIONS(1595), - [anon_sym_const] = ACTIONS(1595), - [anon_sym_SEMI] = ACTIONS(1595), - [sym_cmd_identifier] = ACTIONS(1595), - [anon_sym_LF] = ACTIONS(1597), - [anon_sym_def] = ACTIONS(1595), - [anon_sym_export_DASHenv] = ACTIONS(1595), - [anon_sym_extern] = ACTIONS(1595), - [anon_sym_module] = ACTIONS(1595), - [anon_sym_use] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1595), - [anon_sym_RPAREN] = ACTIONS(1595), - [anon_sym_DOLLAR] = ACTIONS(1595), - [anon_sym_error] = ACTIONS(1595), - [anon_sym_GT] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_break] = ACTIONS(1595), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_for] = ACTIONS(1595), - [anon_sym_in] = ACTIONS(1595), - [anon_sym_loop] = ACTIONS(1595), - [anon_sym_while] = ACTIONS(1595), - [anon_sym_do] = ACTIONS(1595), - [anon_sym_if] = ACTIONS(1595), - [anon_sym_match] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_RBRACE] = ACTIONS(1595), - [anon_sym_DOT] = ACTIONS(1595), - [anon_sym_try] = ACTIONS(1595), - [anon_sym_return] = ACTIONS(1595), - [anon_sym_source] = ACTIONS(1595), - [anon_sym_source_DASHenv] = ACTIONS(1595), - [anon_sym_register] = ACTIONS(1595), - [anon_sym_hide] = ACTIONS(1595), - [anon_sym_hide_DASHenv] = ACTIONS(1595), - [anon_sym_overlay] = ACTIONS(1595), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_where] = ACTIONS(1595), - [anon_sym_STAR_STAR] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_SLASH] = ACTIONS(1595), - [anon_sym_mod] = ACTIONS(1595), - [anon_sym_SLASH_SLASH] = ACTIONS(1595), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_bit_DASHshl] = ACTIONS(1595), - [anon_sym_bit_DASHshr] = ACTIONS(1595), - [anon_sym_EQ_EQ] = ACTIONS(1595), - [anon_sym_BANG_EQ] = ACTIONS(1595), - [anon_sym_LT2] = ACTIONS(1595), - [anon_sym_LT_EQ] = ACTIONS(1595), - [anon_sym_GT_EQ] = ACTIONS(1595), - [anon_sym_not_DASHin] = ACTIONS(1595), - [anon_sym_starts_DASHwith] = ACTIONS(1595), - [anon_sym_ends_DASHwith] = ACTIONS(1595), - [anon_sym_EQ_TILDE] = ACTIONS(1595), - [anon_sym_BANG_TILDE] = ACTIONS(1595), - [anon_sym_bit_DASHand] = ACTIONS(1595), - [anon_sym_bit_DASHxor] = ACTIONS(1595), - [anon_sym_bit_DASHor] = ACTIONS(1595), - [anon_sym_and] = ACTIONS(1595), - [anon_sym_xor] = ACTIONS(1595), - [anon_sym_or] = ACTIONS(1595), - [anon_sym_not] = ACTIONS(1595), - [anon_sym_null] = ACTIONS(1595), - [anon_sym_true] = ACTIONS(1595), - [anon_sym_false] = ACTIONS(1595), - [aux_sym__val_number_decimal_token1] = ACTIONS(1595), - [aux_sym__val_number_token1] = ACTIONS(1595), - [aux_sym__val_number_token2] = ACTIONS(1595), - [aux_sym__val_number_token3] = ACTIONS(1595), - [aux_sym__val_number_token4] = ACTIONS(1595), - [aux_sym__val_number_token5] = ACTIONS(1595), - [aux_sym__val_number_token6] = ACTIONS(1595), - [anon_sym_0b] = ACTIONS(1595), - [anon_sym_0o] = ACTIONS(1595), - [anon_sym_0x] = ACTIONS(1595), - [sym_val_date] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym__str_single_quotes] = ACTIONS(1595), - [sym__str_back_ticks] = ACTIONS(1595), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1595), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1595), - [anon_sym_CARET] = ACTIONS(1595), + [aux_sym_cell_path_repeat1] = STATE(610), + [anon_sym_SEMI] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_PIPE] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_err_GT] = ACTIONS(733), + [anon_sym_out_GT] = ACTIONS(733), + [anon_sym_e_GT] = ACTIONS(733), + [anon_sym_o_GT] = ACTIONS(733), + [anon_sym_err_PLUSout_GT] = ACTIONS(733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(733), + [anon_sym_o_PLUSe_GT] = ACTIONS(733), + [anon_sym_e_PLUSo_GT] = ACTIONS(733), + [aux_sym_unquoted_token1] = ACTIONS(733), [anon_sym_POUND] = ACTIONS(105), }, [589] = { + [sym_cell_path] = STATE(697), + [sym_path] = STATE(607), [sym_comment] = STATE(589), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1569), - [anon_sym_bit_DASHxor] = ACTIONS(1571), - [anon_sym_bit_DASHor] = ACTIONS(1573), - [anon_sym_and] = ACTIONS(1575), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_err_GT] = ACTIONS(830), + [anon_sym_out_GT] = ACTIONS(830), + [anon_sym_e_GT] = ACTIONS(830), + [anon_sym_o_GT] = ACTIONS(830), + [anon_sym_err_PLUSout_GT] = ACTIONS(830), + [anon_sym_out_PLUSerr_GT] = ACTIONS(830), + [anon_sym_o_PLUSe_GT] = ACTIONS(830), + [anon_sym_e_PLUSo_GT] = ACTIONS(830), + [aux_sym_unquoted_token1] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(105), }, [590] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2425), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(590), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [sym_cmd_identifier] = ACTIONS(1599), - [anon_sym_LF] = ACTIONS(1601), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(1599), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_where] = ACTIONS(1599), - [anon_sym_STAR_STAR] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1599), - [anon_sym_SLASH_SLASH] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_bit_DASHshl] = ACTIONS(1599), - [anon_sym_bit_DASHshr] = ACTIONS(1599), - [anon_sym_EQ_EQ] = ACTIONS(1599), - [anon_sym_BANG_EQ] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1599), - [anon_sym_not_DASHin] = ACTIONS(1599), - [anon_sym_starts_DASHwith] = ACTIONS(1599), - [anon_sym_ends_DASHwith] = ACTIONS(1599), - [anon_sym_EQ_TILDE] = ACTIONS(1599), - [anon_sym_BANG_TILDE] = ACTIONS(1599), - [anon_sym_bit_DASHand] = ACTIONS(1599), - [anon_sym_bit_DASHxor] = ACTIONS(1599), - [anon_sym_bit_DASHor] = ACTIONS(1599), - [anon_sym_and] = ACTIONS(1599), - [anon_sym_xor] = ACTIONS(1599), - [anon_sym_or] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1599), - [anon_sym_null] = ACTIONS(1599), - [anon_sym_true] = ACTIONS(1599), - [anon_sym_false] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [anon_sym_0b] = ACTIONS(1599), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1599), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1599), - [anon_sym_CARET] = ACTIONS(1599), + [aux_sym_command_repeat1] = STATE(590), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_LF] = ACTIONS(1748), + [anon_sym_LBRACK] = ACTIONS(1750), + [anon_sym_LPAREN] = ACTIONS(1753), + [anon_sym_RPAREN] = ACTIONS(1746), + [anon_sym_PIPE] = ACTIONS(1746), + [anon_sym_DOLLAR] = ACTIONS(1756), + [anon_sym_DASH] = ACTIONS(1759), + [anon_sym_LBRACE] = ACTIONS(1762), + [anon_sym_RBRACE] = ACTIONS(1746), + [anon_sym_DOT] = ACTIONS(1765), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_null] = ACTIONS(1771), + [anon_sym_true] = ACTIONS(1774), + [anon_sym_false] = ACTIONS(1774), + [aux_sym__val_number_decimal_token1] = ACTIONS(1777), + [aux_sym__val_number_token1] = ACTIONS(1780), + [aux_sym__val_number_token2] = ACTIONS(1780), + [aux_sym__val_number_token3] = ACTIONS(1780), + [aux_sym__val_number_token4] = ACTIONS(1783), + [aux_sym__val_number_token5] = ACTIONS(1783), + [aux_sym__val_number_token6] = ACTIONS(1783), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1789), + [anon_sym_DQUOTE] = ACTIONS(1792), + [sym__str_single_quotes] = ACTIONS(1795), + [sym__str_back_ticks] = ACTIONS(1795), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1798), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1801), + [anon_sym_err_GT] = ACTIONS(1804), + [anon_sym_out_GT] = ACTIONS(1804), + [anon_sym_e_GT] = ACTIONS(1804), + [anon_sym_o_GT] = ACTIONS(1804), + [anon_sym_err_PLUSout_GT] = ACTIONS(1804), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1804), + [anon_sym_o_PLUSe_GT] = ACTIONS(1804), + [anon_sym_e_PLUSo_GT] = ACTIONS(1804), + [aux_sym_unquoted_token1] = ACTIONS(1807), [anon_sym_POUND] = ACTIONS(105), }, [591] = { [sym_comment] = STATE(591), - [anon_sym_export] = ACTIONS(1603), - [anon_sym_alias] = ACTIONS(1603), - [anon_sym_let] = ACTIONS(1603), - [anon_sym_let_DASHenv] = ACTIONS(1603), - [anon_sym_mut] = ACTIONS(1603), - [anon_sym_const] = ACTIONS(1603), - [anon_sym_SEMI] = ACTIONS(1603), - [sym_cmd_identifier] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1605), - [anon_sym_def] = ACTIONS(1603), - [anon_sym_export_DASHenv] = ACTIONS(1603), - [anon_sym_extern] = ACTIONS(1603), - [anon_sym_module] = ACTIONS(1603), - [anon_sym_use] = ACTIONS(1603), - [anon_sym_LBRACK] = ACTIONS(1603), - [anon_sym_LPAREN] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_error] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1603), - [anon_sym_break] = ACTIONS(1603), - [anon_sym_continue] = ACTIONS(1603), - [anon_sym_for] = ACTIONS(1603), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_loop] = ACTIONS(1603), - [anon_sym_while] = ACTIONS(1603), - [anon_sym_do] = ACTIONS(1603), - [anon_sym_if] = ACTIONS(1603), - [anon_sym_match] = ACTIONS(1603), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1603), - [anon_sym_DOT] = ACTIONS(1603), - [anon_sym_try] = ACTIONS(1603), - [anon_sym_return] = ACTIONS(1603), - [anon_sym_source] = ACTIONS(1603), - [anon_sym_source_DASHenv] = ACTIONS(1603), - [anon_sym_register] = ACTIONS(1603), - [anon_sym_hide] = ACTIONS(1603), - [anon_sym_hide_DASHenv] = ACTIONS(1603), - [anon_sym_overlay] = ACTIONS(1603), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_where] = ACTIONS(1603), - [anon_sym_STAR_STAR] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_SLASH] = ACTIONS(1603), - [anon_sym_mod] = ACTIONS(1603), - [anon_sym_SLASH_SLASH] = ACTIONS(1603), - [anon_sym_PLUS] = ACTIONS(1603), - [anon_sym_bit_DASHshl] = ACTIONS(1603), - [anon_sym_bit_DASHshr] = ACTIONS(1603), - [anon_sym_EQ_EQ] = ACTIONS(1603), - [anon_sym_BANG_EQ] = ACTIONS(1603), - [anon_sym_LT2] = ACTIONS(1603), - [anon_sym_LT_EQ] = ACTIONS(1603), - [anon_sym_GT_EQ] = ACTIONS(1603), - [anon_sym_not_DASHin] = ACTIONS(1603), - [anon_sym_starts_DASHwith] = ACTIONS(1603), - [anon_sym_ends_DASHwith] = ACTIONS(1603), - [anon_sym_EQ_TILDE] = ACTIONS(1603), - [anon_sym_BANG_TILDE] = ACTIONS(1603), - [anon_sym_bit_DASHand] = ACTIONS(1603), - [anon_sym_bit_DASHxor] = ACTIONS(1603), - [anon_sym_bit_DASHor] = ACTIONS(1603), - [anon_sym_and] = ACTIONS(1603), - [anon_sym_xor] = ACTIONS(1603), - [anon_sym_or] = ACTIONS(1603), - [anon_sym_not] = ACTIONS(1603), - [anon_sym_null] = ACTIONS(1603), - [anon_sym_true] = ACTIONS(1603), - [anon_sym_false] = ACTIONS(1603), - [aux_sym__val_number_decimal_token1] = ACTIONS(1603), - [aux_sym__val_number_token1] = ACTIONS(1603), - [aux_sym__val_number_token2] = ACTIONS(1603), - [aux_sym__val_number_token3] = ACTIONS(1603), - [aux_sym__val_number_token4] = ACTIONS(1603), - [aux_sym__val_number_token5] = ACTIONS(1603), - [aux_sym__val_number_token6] = ACTIONS(1603), - [anon_sym_0b] = ACTIONS(1603), - [anon_sym_0o] = ACTIONS(1603), - [anon_sym_0x] = ACTIONS(1603), - [sym_val_date] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym__str_single_quotes] = ACTIONS(1603), - [sym__str_back_ticks] = ACTIONS(1603), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1603), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1603), - [anon_sym_CARET] = ACTIONS(1603), + [ts_builtin_sym_end] = ACTIONS(686), + [anon_sym_SEMI] = ACTIONS(684), + [anon_sym_LF] = ACTIONS(686), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LPAREN] = ACTIONS(684), + [anon_sym_PIPE] = ACTIONS(684), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_DASH] = ACTIONS(684), + [anon_sym_in] = ACTIONS(684), + [anon_sym_LBRACE] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(684), + [anon_sym_DOT2] = ACTIONS(686), + [anon_sym_STAR] = ACTIONS(684), + [anon_sym_STAR_STAR] = ACTIONS(684), + [anon_sym_PLUS_PLUS] = ACTIONS(684), + [anon_sym_SLASH] = ACTIONS(684), + [anon_sym_mod] = ACTIONS(684), + [anon_sym_SLASH_SLASH] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(684), + [anon_sym_bit_DASHshl] = ACTIONS(684), + [anon_sym_bit_DASHshr] = ACTIONS(684), + [anon_sym_EQ_EQ] = ACTIONS(684), + [anon_sym_BANG_EQ] = ACTIONS(684), + [anon_sym_LT2] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(684), + [anon_sym_not_DASHin] = ACTIONS(684), + [anon_sym_starts_DASHwith] = ACTIONS(684), + [anon_sym_ends_DASHwith] = ACTIONS(684), + [anon_sym_EQ_TILDE] = ACTIONS(684), + [anon_sym_BANG_TILDE] = ACTIONS(684), + [anon_sym_bit_DASHand] = ACTIONS(684), + [anon_sym_bit_DASHxor] = ACTIONS(684), + [anon_sym_bit_DASHor] = ACTIONS(684), + [anon_sym_and] = ACTIONS(684), + [anon_sym_xor] = ACTIONS(684), + [anon_sym_or] = ACTIONS(684), + [anon_sym_null] = ACTIONS(684), + [anon_sym_true] = ACTIONS(684), + [anon_sym_false] = ACTIONS(684), + [aux_sym__val_number_decimal_token1] = ACTIONS(684), + [aux_sym__val_number_token1] = ACTIONS(684), + [aux_sym__val_number_token2] = ACTIONS(684), + [aux_sym__val_number_token3] = ACTIONS(684), + [aux_sym__val_number_token4] = ACTIONS(684), + [aux_sym__val_number_token5] = ACTIONS(684), + [aux_sym__val_number_token6] = ACTIONS(684), + [sym_filesize_unit] = ACTIONS(684), + [sym_duration_unit] = ACTIONS(684), + [anon_sym_0b] = ACTIONS(684), + [anon_sym_0o] = ACTIONS(684), + [anon_sym_0x] = ACTIONS(684), + [sym_val_date] = ACTIONS(684), + [anon_sym_DQUOTE] = ACTIONS(684), + [sym__str_single_quotes] = ACTIONS(684), + [sym__str_back_ticks] = ACTIONS(684), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(684), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(684), + [anon_sym_err_GT] = ACTIONS(684), + [anon_sym_out_GT] = ACTIONS(684), + [anon_sym_e_GT] = ACTIONS(684), + [anon_sym_o_GT] = ACTIONS(684), + [anon_sym_err_PLUSout_GT] = ACTIONS(684), + [anon_sym_out_PLUSerr_GT] = ACTIONS(684), + [anon_sym_o_PLUSe_GT] = ACTIONS(684), + [anon_sym_e_PLUSo_GT] = ACTIONS(684), + [aux_sym_unquoted_token1] = ACTIONS(684), + [aux_sym_unquoted_token6] = ACTIONS(684), [anon_sym_POUND] = ACTIONS(105), }, [592] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2425), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(592), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_command_repeat1] = STATE(573), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_LF] = ACTIONS(1812), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_PIPE] = ACTIONS(1810), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [593] = { [sym_comment] = STATE(593), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(1417), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_DOT2] = ACTIONS(1814), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1816), [anon_sym_POUND] = ACTIONS(105), }, [594] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2425), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(594), - [anon_sym_export] = ACTIONS(1607), - [anon_sym_alias] = ACTIONS(1607), - [anon_sym_let] = ACTIONS(1607), - [anon_sym_let_DASHenv] = ACTIONS(1607), - [anon_sym_mut] = ACTIONS(1607), - [anon_sym_const] = ACTIONS(1607), - [anon_sym_SEMI] = ACTIONS(1607), - [sym_cmd_identifier] = ACTIONS(1607), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_def] = ACTIONS(1607), - [anon_sym_export_DASHenv] = ACTIONS(1607), - [anon_sym_extern] = ACTIONS(1607), - [anon_sym_module] = ACTIONS(1607), - [anon_sym_use] = ACTIONS(1607), - [anon_sym_LBRACK] = ACTIONS(1607), - [anon_sym_LPAREN] = ACTIONS(1607), - [anon_sym_RPAREN] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1607), - [anon_sym_GT] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1607), - [anon_sym_break] = ACTIONS(1607), - [anon_sym_continue] = ACTIONS(1607), - [anon_sym_for] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1607), - [anon_sym_loop] = ACTIONS(1607), - [anon_sym_while] = ACTIONS(1607), - [anon_sym_do] = ACTIONS(1607), - [anon_sym_if] = ACTIONS(1607), - [anon_sym_match] = ACTIONS(1607), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_RBRACE] = ACTIONS(1607), - [anon_sym_DOT] = ACTIONS(1607), - [anon_sym_try] = ACTIONS(1607), - [anon_sym_return] = ACTIONS(1607), - [anon_sym_source] = ACTIONS(1607), - [anon_sym_source_DASHenv] = ACTIONS(1607), - [anon_sym_register] = ACTIONS(1607), - [anon_sym_hide] = ACTIONS(1607), - [anon_sym_hide_DASHenv] = ACTIONS(1607), - [anon_sym_overlay] = ACTIONS(1607), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_where] = ACTIONS(1607), - [anon_sym_STAR_STAR] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_SLASH] = ACTIONS(1607), - [anon_sym_mod] = ACTIONS(1607), - [anon_sym_SLASH_SLASH] = ACTIONS(1607), - [anon_sym_PLUS] = ACTIONS(1607), - [anon_sym_bit_DASHshl] = ACTIONS(1607), - [anon_sym_bit_DASHshr] = ACTIONS(1607), - [anon_sym_EQ_EQ] = ACTIONS(1607), - [anon_sym_BANG_EQ] = ACTIONS(1607), - [anon_sym_LT2] = ACTIONS(1607), - [anon_sym_LT_EQ] = ACTIONS(1607), - [anon_sym_GT_EQ] = ACTIONS(1607), - [anon_sym_not_DASHin] = ACTIONS(1607), - [anon_sym_starts_DASHwith] = ACTIONS(1607), - [anon_sym_ends_DASHwith] = ACTIONS(1607), - [anon_sym_EQ_TILDE] = ACTIONS(1607), - [anon_sym_BANG_TILDE] = ACTIONS(1607), - [anon_sym_bit_DASHand] = ACTIONS(1607), - [anon_sym_bit_DASHxor] = ACTIONS(1607), - [anon_sym_bit_DASHor] = ACTIONS(1607), - [anon_sym_and] = ACTIONS(1607), - [anon_sym_xor] = ACTIONS(1607), - [anon_sym_or] = ACTIONS(1607), - [anon_sym_not] = ACTIONS(1607), - [anon_sym_null] = ACTIONS(1607), - [anon_sym_true] = ACTIONS(1607), - [anon_sym_false] = ACTIONS(1607), - [aux_sym__val_number_decimal_token1] = ACTIONS(1607), - [aux_sym__val_number_token1] = ACTIONS(1607), - [aux_sym__val_number_token2] = ACTIONS(1607), - [aux_sym__val_number_token3] = ACTIONS(1607), - [aux_sym__val_number_token4] = ACTIONS(1607), - [aux_sym__val_number_token5] = ACTIONS(1607), - [aux_sym__val_number_token6] = ACTIONS(1607), - [anon_sym_0b] = ACTIONS(1607), - [anon_sym_0o] = ACTIONS(1607), - [anon_sym_0x] = ACTIONS(1607), - [sym_val_date] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym__str_single_quotes] = ACTIONS(1607), - [sym__str_back_ticks] = ACTIONS(1607), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1607), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1607), - [anon_sym_CARET] = ACTIONS(1607), + [aux_sym_command_repeat1] = STATE(590), + [anon_sym_SEMI] = ACTIONS(1818), + [anon_sym_LF] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1818), + [anon_sym_PIPE] = ACTIONS(1818), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [595] = { [sym_comment] = STATE(595), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(777), + [anon_sym_SEMI] = ACTIONS(775), + [anon_sym_LF] = ACTIONS(777), + [anon_sym_LBRACK] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(775), + [anon_sym_PIPE] = ACTIONS(775), + [anon_sym_DOLLAR] = ACTIONS(775), + [anon_sym_GT] = ACTIONS(775), + [anon_sym_DASH] = ACTIONS(775), + [anon_sym_in] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(775), + [anon_sym_DOT] = ACTIONS(775), + [anon_sym_DOT2] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(775), + [anon_sym_STAR_STAR] = ACTIONS(775), + [anon_sym_PLUS_PLUS] = ACTIONS(775), + [anon_sym_SLASH] = ACTIONS(775), + [anon_sym_mod] = ACTIONS(775), + [anon_sym_SLASH_SLASH] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(775), + [anon_sym_bit_DASHshl] = ACTIONS(775), + [anon_sym_bit_DASHshr] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(775), + [anon_sym_BANG_EQ] = ACTIONS(775), + [anon_sym_LT2] = ACTIONS(775), + [anon_sym_LT_EQ] = ACTIONS(775), + [anon_sym_GT_EQ] = ACTIONS(775), + [anon_sym_not_DASHin] = ACTIONS(775), + [anon_sym_starts_DASHwith] = ACTIONS(775), + [anon_sym_ends_DASHwith] = ACTIONS(775), + [anon_sym_EQ_TILDE] = ACTIONS(775), + [anon_sym_BANG_TILDE] = ACTIONS(775), + [anon_sym_bit_DASHand] = ACTIONS(775), + [anon_sym_bit_DASHxor] = ACTIONS(775), + [anon_sym_bit_DASHor] = ACTIONS(775), + [anon_sym_and] = ACTIONS(775), + [anon_sym_xor] = ACTIONS(775), + [anon_sym_or] = ACTIONS(775), + [anon_sym_null] = ACTIONS(775), + [anon_sym_true] = ACTIONS(775), + [anon_sym_false] = ACTIONS(775), + [aux_sym__val_number_decimal_token1] = ACTIONS(775), + [aux_sym__val_number_token1] = ACTIONS(775), + [aux_sym__val_number_token2] = ACTIONS(775), + [aux_sym__val_number_token3] = ACTIONS(775), + [aux_sym__val_number_token4] = ACTIONS(775), + [aux_sym__val_number_token5] = ACTIONS(775), + [aux_sym__val_number_token6] = ACTIONS(775), + [sym_filesize_unit] = ACTIONS(775), + [sym_duration_unit] = ACTIONS(775), + [anon_sym_0b] = ACTIONS(775), + [anon_sym_0o] = ACTIONS(775), + [anon_sym_0x] = ACTIONS(775), + [sym_val_date] = ACTIONS(775), + [anon_sym_DQUOTE] = ACTIONS(775), + [sym__str_single_quotes] = ACTIONS(775), + [sym__str_back_ticks] = ACTIONS(775), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(775), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(775), + [anon_sym_err_GT] = ACTIONS(775), + [anon_sym_out_GT] = ACTIONS(775), + [anon_sym_e_GT] = ACTIONS(775), + [anon_sym_o_GT] = ACTIONS(775), + [anon_sym_err_PLUSout_GT] = ACTIONS(775), + [anon_sym_out_PLUSerr_GT] = ACTIONS(775), + [anon_sym_o_PLUSe_GT] = ACTIONS(775), + [anon_sym_e_PLUSo_GT] = ACTIONS(775), + [aux_sym_unquoted_token1] = ACTIONS(775), + [aux_sym_unquoted_token6] = ACTIONS(775), [anon_sym_POUND] = ACTIONS(105), }, [596] = { + [sym__command_name] = STATE(1091), + [sym_scope_pattern] = STATE(1055), + [sym_wild_card] = STATE(1093), + [sym_command_list] = STATE(1101), + [sym_val_string] = STATE(904), + [sym__str_double_quotes] = STATE(918), [sym_comment] = STATE(596), - [anon_sym_export] = ACTIONS(1611), - [anon_sym_alias] = ACTIONS(1611), - [anon_sym_let] = ACTIONS(1611), - [anon_sym_let_DASHenv] = ACTIONS(1611), - [anon_sym_mut] = ACTIONS(1611), - [anon_sym_const] = ACTIONS(1611), - [anon_sym_SEMI] = ACTIONS(1611), - [sym_cmd_identifier] = ACTIONS(1611), - [anon_sym_LF] = ACTIONS(1613), - [anon_sym_def] = ACTIONS(1611), - [anon_sym_export_DASHenv] = ACTIONS(1611), - [anon_sym_extern] = ACTIONS(1611), - [anon_sym_module] = ACTIONS(1611), - [anon_sym_use] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1611), - [anon_sym_LPAREN] = ACTIONS(1611), - [anon_sym_RPAREN] = ACTIONS(1611), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_error] = ACTIONS(1611), - [anon_sym_GT] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1611), - [anon_sym_break] = ACTIONS(1611), - [anon_sym_continue] = ACTIONS(1611), - [anon_sym_for] = ACTIONS(1611), - [anon_sym_in] = ACTIONS(1611), - [anon_sym_loop] = ACTIONS(1611), - [anon_sym_while] = ACTIONS(1611), - [anon_sym_do] = ACTIONS(1611), - [anon_sym_if] = ACTIONS(1611), - [anon_sym_match] = ACTIONS(1611), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_RBRACE] = ACTIONS(1611), - [anon_sym_DOT] = ACTIONS(1611), - [anon_sym_try] = ACTIONS(1611), - [anon_sym_return] = ACTIONS(1611), - [anon_sym_source] = ACTIONS(1611), - [anon_sym_source_DASHenv] = ACTIONS(1611), - [anon_sym_register] = ACTIONS(1611), - [anon_sym_hide] = ACTIONS(1611), - [anon_sym_hide_DASHenv] = ACTIONS(1611), - [anon_sym_overlay] = ACTIONS(1611), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_where] = ACTIONS(1611), - [anon_sym_STAR_STAR] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_SLASH] = ACTIONS(1611), - [anon_sym_mod] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(1611), - [anon_sym_PLUS] = ACTIONS(1611), - [anon_sym_bit_DASHshl] = ACTIONS(1611), - [anon_sym_bit_DASHshr] = ACTIONS(1611), - [anon_sym_EQ_EQ] = ACTIONS(1611), - [anon_sym_BANG_EQ] = ACTIONS(1611), - [anon_sym_LT2] = ACTIONS(1611), - [anon_sym_LT_EQ] = ACTIONS(1611), - [anon_sym_GT_EQ] = ACTIONS(1611), - [anon_sym_not_DASHin] = ACTIONS(1611), - [anon_sym_starts_DASHwith] = ACTIONS(1611), - [anon_sym_ends_DASHwith] = ACTIONS(1611), - [anon_sym_EQ_TILDE] = ACTIONS(1611), - [anon_sym_BANG_TILDE] = ACTIONS(1611), - [anon_sym_bit_DASHand] = ACTIONS(1611), - [anon_sym_bit_DASHxor] = ACTIONS(1611), - [anon_sym_bit_DASHor] = ACTIONS(1611), - [anon_sym_and] = ACTIONS(1611), - [anon_sym_xor] = ACTIONS(1611), - [anon_sym_or] = ACTIONS(1611), - [anon_sym_not] = ACTIONS(1611), - [anon_sym_null] = ACTIONS(1611), - [anon_sym_true] = ACTIONS(1611), - [anon_sym_false] = ACTIONS(1611), - [aux_sym__val_number_decimal_token1] = ACTIONS(1611), - [aux_sym__val_number_token1] = ACTIONS(1611), - [aux_sym__val_number_token2] = ACTIONS(1611), - [aux_sym__val_number_token3] = ACTIONS(1611), - [aux_sym__val_number_token4] = ACTIONS(1611), - [aux_sym__val_number_token5] = ACTIONS(1611), - [aux_sym__val_number_token6] = ACTIONS(1611), - [anon_sym_0b] = ACTIONS(1611), - [anon_sym_0o] = ACTIONS(1611), - [anon_sym_0x] = ACTIONS(1611), - [sym_val_date] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym__str_single_quotes] = ACTIONS(1611), - [sym__str_back_ticks] = ACTIONS(1611), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1611), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1611), - [anon_sym_CARET] = ACTIONS(1611), + [anon_sym_export] = ACTIONS(1822), + [anon_sym_alias] = ACTIONS(1822), + [anon_sym_let] = ACTIONS(1822), + [anon_sym_let_DASHenv] = ACTIONS(1822), + [anon_sym_mut] = ACTIONS(1822), + [anon_sym_const] = ACTIONS(1822), + [anon_sym_SEMI] = ACTIONS(1822), + [sym_cmd_identifier] = ACTIONS(1722), + [anon_sym_LF] = ACTIONS(1824), + [anon_sym_def] = ACTIONS(1822), + [anon_sym_export_DASHenv] = ACTIONS(1822), + [anon_sym_extern] = ACTIONS(1822), + [anon_sym_module] = ACTIONS(1822), + [anon_sym_use] = ACTIONS(1822), + [anon_sym_LBRACK] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1822), + [anon_sym_RPAREN] = ACTIONS(1822), + [anon_sym_DOLLAR] = ACTIONS(1822), + [anon_sym_error] = ACTIONS(1822), + [anon_sym_DASH] = ACTIONS(1822), + [anon_sym_break] = ACTIONS(1822), + [anon_sym_continue] = ACTIONS(1822), + [anon_sym_for] = ACTIONS(1822), + [anon_sym_loop] = ACTIONS(1822), + [anon_sym_while] = ACTIONS(1822), + [anon_sym_do] = ACTIONS(1822), + [anon_sym_if] = ACTIONS(1822), + [anon_sym_match] = ACTIONS(1822), + [anon_sym_LBRACE] = ACTIONS(1822), + [anon_sym_RBRACE] = ACTIONS(1822), + [anon_sym_DOT] = ACTIONS(1822), + [anon_sym_try] = ACTIONS(1822), + [anon_sym_return] = ACTIONS(1822), + [anon_sym_source] = ACTIONS(1822), + [anon_sym_source_DASHenv] = ACTIONS(1822), + [anon_sym_register] = ACTIONS(1822), + [anon_sym_hide] = ACTIONS(1822), + [anon_sym_hide_DASHenv] = ACTIONS(1822), + [anon_sym_overlay] = ACTIONS(1822), + [anon_sym_STAR] = ACTIONS(1728), + [anon_sym_where] = ACTIONS(1822), + [anon_sym_PLUS] = ACTIONS(1822), + [anon_sym_not] = ACTIONS(1822), + [anon_sym_null] = ACTIONS(1822), + [anon_sym_true] = ACTIONS(1822), + [anon_sym_false] = ACTIONS(1822), + [aux_sym__val_number_decimal_token1] = ACTIONS(1822), + [aux_sym__val_number_token1] = ACTIONS(1822), + [aux_sym__val_number_token2] = ACTIONS(1822), + [aux_sym__val_number_token3] = ACTIONS(1822), + [aux_sym__val_number_token4] = ACTIONS(1822), + [aux_sym__val_number_token5] = ACTIONS(1822), + [aux_sym__val_number_token6] = ACTIONS(1822), + [anon_sym_0b] = ACTIONS(1822), + [anon_sym_0o] = ACTIONS(1822), + [anon_sym_0x] = ACTIONS(1822), + [sym_val_date] = ACTIONS(1822), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1732), + [sym__str_back_ticks] = ACTIONS(1732), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1822), + [anon_sym_CARET] = ACTIONS(1822), [anon_sym_POUND] = ACTIONS(105), }, [597] = { + [sym_cell_path] = STATE(719), + [sym_path] = STATE(607), [sym_comment] = STATE(597), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1569), - [anon_sym_bit_DASHxor] = ACTIONS(1571), - [anon_sym_bit_DASHor] = ACTIONS(1573), - [anon_sym_and] = ACTIONS(1575), - [anon_sym_xor] = ACTIONS(1577), - [anon_sym_or] = ACTIONS(1615), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(815), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_LBRACK] = ACTIONS(815), + [anon_sym_LPAREN] = ACTIONS(815), + [anon_sym_RPAREN] = ACTIONS(815), + [anon_sym_PIPE] = ACTIONS(815), + [anon_sym_DOLLAR] = ACTIONS(815), + [anon_sym_GT] = ACTIONS(815), + [anon_sym_DASH] = ACTIONS(815), + [anon_sym_in] = ACTIONS(815), + [anon_sym_LBRACE] = ACTIONS(815), + [anon_sym_RBRACE] = ACTIONS(815), + [anon_sym_DOT] = ACTIONS(815), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(815), + [anon_sym_STAR_STAR] = ACTIONS(815), + [anon_sym_PLUS_PLUS] = ACTIONS(815), + [anon_sym_SLASH] = ACTIONS(815), + [anon_sym_mod] = ACTIONS(815), + [anon_sym_SLASH_SLASH] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(815), + [anon_sym_bit_DASHshl] = ACTIONS(815), + [anon_sym_bit_DASHshr] = ACTIONS(815), + [anon_sym_EQ_EQ] = ACTIONS(815), + [anon_sym_BANG_EQ] = ACTIONS(815), + [anon_sym_LT2] = ACTIONS(815), + [anon_sym_LT_EQ] = ACTIONS(815), + [anon_sym_GT_EQ] = ACTIONS(815), + [anon_sym_not_DASHin] = ACTIONS(815), + [anon_sym_starts_DASHwith] = ACTIONS(815), + [anon_sym_ends_DASHwith] = ACTIONS(815), + [anon_sym_EQ_TILDE] = ACTIONS(815), + [anon_sym_BANG_TILDE] = ACTIONS(815), + [anon_sym_bit_DASHand] = ACTIONS(815), + [anon_sym_bit_DASHxor] = ACTIONS(815), + [anon_sym_bit_DASHor] = ACTIONS(815), + [anon_sym_and] = ACTIONS(815), + [anon_sym_xor] = ACTIONS(815), + [anon_sym_or] = ACTIONS(815), + [anon_sym_null] = ACTIONS(815), + [anon_sym_true] = ACTIONS(815), + [anon_sym_false] = ACTIONS(815), + [aux_sym__val_number_decimal_token1] = ACTIONS(815), + [aux_sym__val_number_token1] = ACTIONS(815), + [aux_sym__val_number_token2] = ACTIONS(815), + [aux_sym__val_number_token3] = ACTIONS(815), + [aux_sym__val_number_token4] = ACTIONS(815), + [aux_sym__val_number_token5] = ACTIONS(815), + [aux_sym__val_number_token6] = ACTIONS(815), + [anon_sym_0b] = ACTIONS(815), + [anon_sym_0o] = ACTIONS(815), + [anon_sym_0x] = ACTIONS(815), + [sym_val_date] = ACTIONS(815), + [anon_sym_DQUOTE] = ACTIONS(815), + [sym__str_single_quotes] = ACTIONS(815), + [sym__str_back_ticks] = ACTIONS(815), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(815), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(815), + [anon_sym_err_GT] = ACTIONS(815), + [anon_sym_out_GT] = ACTIONS(815), + [anon_sym_e_GT] = ACTIONS(815), + [anon_sym_o_GT] = ACTIONS(815), + [anon_sym_err_PLUSout_GT] = ACTIONS(815), + [anon_sym_out_PLUSerr_GT] = ACTIONS(815), + [anon_sym_o_PLUSe_GT] = ACTIONS(815), + [anon_sym_e_PLUSo_GT] = ACTIONS(815), + [aux_sym_unquoted_token1] = ACTIONS(815), [anon_sym_POUND] = ACTIONS(105), }, [598] = { + [sym_expr_parenthesized] = STATE(1302), + [sym__immediate_decimal] = STATE(1303), + [sym_val_variable] = STATE(1302), + [sym__var] = STATE(863), [sym_comment] = STATE(598), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(1596), + [anon_sym_export] = ACTIONS(1594), + [anon_sym_alias] = ACTIONS(1594), + [anon_sym_let] = ACTIONS(1594), + [anon_sym_let_DASHenv] = ACTIONS(1594), + [anon_sym_mut] = ACTIONS(1594), + [anon_sym_const] = ACTIONS(1594), + [anon_sym_SEMI] = ACTIONS(1594), + [sym_cmd_identifier] = ACTIONS(1594), + [anon_sym_LF] = ACTIONS(1596), + [anon_sym_def] = ACTIONS(1594), + [anon_sym_export_DASHenv] = ACTIONS(1594), + [anon_sym_extern] = ACTIONS(1594), + [anon_sym_module] = ACTIONS(1594), + [anon_sym_use] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1594), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1594), + [anon_sym_break] = ACTIONS(1594), + [anon_sym_continue] = ACTIONS(1594), + [anon_sym_for] = ACTIONS(1594), + [anon_sym_loop] = ACTIONS(1594), + [anon_sym_while] = ACTIONS(1594), + [anon_sym_do] = ACTIONS(1594), + [anon_sym_if] = ACTIONS(1594), + [anon_sym_match] = ACTIONS(1594), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_DOT] = ACTIONS(1594), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1594), + [anon_sym_return] = ACTIONS(1594), + [anon_sym_source] = ACTIONS(1594), + [anon_sym_source_DASHenv] = ACTIONS(1594), + [anon_sym_register] = ACTIONS(1594), + [anon_sym_hide] = ACTIONS(1594), + [anon_sym_hide_DASHenv] = ACTIONS(1594), + [anon_sym_overlay] = ACTIONS(1594), + [anon_sym_where] = ACTIONS(1594), + [anon_sym_PLUS] = ACTIONS(1594), + [anon_sym_not] = ACTIONS(1594), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1594), + [anon_sym_true] = ACTIONS(1594), + [anon_sym_false] = ACTIONS(1594), + [aux_sym__val_number_decimal_token1] = ACTIONS(1594), + [aux_sym__val_number_token1] = ACTIONS(1594), + [aux_sym__val_number_token2] = ACTIONS(1594), + [aux_sym__val_number_token3] = ACTIONS(1594), + [aux_sym__val_number_token4] = ACTIONS(1594), + [aux_sym__val_number_token5] = ACTIONS(1594), + [aux_sym__val_number_token6] = ACTIONS(1594), + [anon_sym_0b] = ACTIONS(1594), + [anon_sym_0o] = ACTIONS(1594), + [anon_sym_0x] = ACTIONS(1594), + [sym_val_date] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [sym__str_single_quotes] = ACTIONS(1594), + [sym__str_back_ticks] = ACTIONS(1594), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1594), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1594), + [anon_sym_CARET] = ACTIONS(1594), [anon_sym_POUND] = ACTIONS(105), }, [599] = { + [sym_cell_path] = STATE(736), + [sym_path] = STATE(607), [sym_comment] = STATE(599), - [ts_builtin_sym_end] = ACTIONS(1538), - [anon_sym_export] = ACTIONS(1536), - [anon_sym_alias] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_let_DASHenv] = ACTIONS(1536), - [anon_sym_mut] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [sym_cmd_identifier] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_def] = ACTIONS(1536), - [anon_sym_export_DASHenv] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_error] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_DOT2] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_source] = ACTIONS(1536), - [anon_sym_source_DASHenv] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_hide] = ACTIONS(1536), - [anon_sym_hide_DASHenv] = ACTIONS(1536), - [anon_sym_overlay] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_where] = ACTIONS(1536), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_not] = ACTIONS(1536), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_CARET] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_RPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_null] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(826), + [aux_sym__val_number_token2] = ACTIONS(826), + [aux_sym__val_number_token3] = ACTIONS(826), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(826), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_err_GT] = ACTIONS(826), + [anon_sym_out_GT] = ACTIONS(826), + [anon_sym_e_GT] = ACTIONS(826), + [anon_sym_o_GT] = ACTIONS(826), + [anon_sym_err_PLUSout_GT] = ACTIONS(826), + [anon_sym_out_PLUSerr_GT] = ACTIONS(826), + [anon_sym_o_PLUSe_GT] = ACTIONS(826), + [anon_sym_e_PLUSo_GT] = ACTIONS(826), + [aux_sym_unquoted_token1] = ACTIONS(826), [anon_sym_POUND] = ACTIONS(105), }, [600] = { [sym_comment] = STATE(600), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(655), + [anon_sym_LF] = ACTIONS(657), + [anon_sym_LBRACK] = ACTIONS(655), + [anon_sym_LPAREN] = ACTIONS(655), + [anon_sym_PIPE] = ACTIONS(655), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_GT] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_in] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(655), + [anon_sym_DOT] = ACTIONS(655), + [anon_sym_DOT2] = ACTIONS(657), + [anon_sym_STAR] = ACTIONS(655), + [anon_sym_STAR_STAR] = ACTIONS(655), + [anon_sym_PLUS_PLUS] = ACTIONS(655), + [anon_sym_SLASH] = ACTIONS(655), + [anon_sym_mod] = ACTIONS(655), + [anon_sym_SLASH_SLASH] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_bit_DASHshl] = ACTIONS(655), + [anon_sym_bit_DASHshr] = ACTIONS(655), + [anon_sym_EQ_EQ] = ACTIONS(655), + [anon_sym_BANG_EQ] = ACTIONS(655), + [anon_sym_LT2] = ACTIONS(655), + [anon_sym_LT_EQ] = ACTIONS(655), + [anon_sym_GT_EQ] = ACTIONS(655), + [anon_sym_not_DASHin] = ACTIONS(655), + [anon_sym_starts_DASHwith] = ACTIONS(655), + [anon_sym_ends_DASHwith] = ACTIONS(655), + [anon_sym_EQ_TILDE] = ACTIONS(655), + [anon_sym_BANG_TILDE] = ACTIONS(655), + [anon_sym_bit_DASHand] = ACTIONS(655), + [anon_sym_bit_DASHxor] = ACTIONS(655), + [anon_sym_bit_DASHor] = ACTIONS(655), + [anon_sym_and] = ACTIONS(655), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(655), + [anon_sym_null] = ACTIONS(655), + [anon_sym_true] = ACTIONS(655), + [anon_sym_false] = ACTIONS(655), + [aux_sym__val_number_decimal_token1] = ACTIONS(655), + [aux_sym__val_number_token1] = ACTIONS(655), + [aux_sym__val_number_token2] = ACTIONS(655), + [aux_sym__val_number_token3] = ACTIONS(655), + [aux_sym__val_number_token4] = ACTIONS(655), + [aux_sym__val_number_token5] = ACTIONS(655), + [aux_sym__val_number_token6] = ACTIONS(655), + [sym_filesize_unit] = ACTIONS(655), + [sym_duration_unit] = ACTIONS(655), + [anon_sym_0b] = ACTIONS(655), + [anon_sym_0o] = ACTIONS(655), + [anon_sym_0x] = ACTIONS(655), + [sym_val_date] = ACTIONS(655), + [anon_sym_DQUOTE] = ACTIONS(655), + [sym__str_single_quotes] = ACTIONS(655), + [sym__str_back_ticks] = ACTIONS(655), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(655), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(655), + [anon_sym_err_GT] = ACTIONS(655), + [anon_sym_out_GT] = ACTIONS(655), + [anon_sym_e_GT] = ACTIONS(655), + [anon_sym_o_GT] = ACTIONS(655), + [anon_sym_err_PLUSout_GT] = ACTIONS(655), + [anon_sym_out_PLUSerr_GT] = ACTIONS(655), + [anon_sym_o_PLUSe_GT] = ACTIONS(655), + [anon_sym_e_PLUSo_GT] = ACTIONS(655), + [aux_sym_unquoted_token1] = ACTIONS(655), + [aux_sym_unquoted_token6] = ACTIONS(655), [anon_sym_POUND] = ACTIONS(105), }, [601] = { + [sym_cell_path] = STATE(678), + [sym_path] = STATE(575), [sym_comment] = STATE(601), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(1826), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_err_GT] = ACTIONS(830), + [anon_sym_out_GT] = ACTIONS(830), + [anon_sym_e_GT] = ACTIONS(830), + [anon_sym_o_GT] = ACTIONS(830), + [anon_sym_err_PLUSout_GT] = ACTIONS(830), + [anon_sym_out_PLUSerr_GT] = ACTIONS(830), + [anon_sym_o_PLUSe_GT] = ACTIONS(830), + [anon_sym_e_PLUSo_GT] = ACTIONS(830), + [aux_sym_unquoted_token1] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(105), }, [602] = { + [sym_cell_path] = STATE(730), + [sym_path] = STATE(607), [sym_comment] = STATE(602), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(822), + [anon_sym_LF] = ACTIONS(824), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_RPAREN] = ACTIONS(822), + [anon_sym_PIPE] = ACTIONS(822), + [anon_sym_DOLLAR] = ACTIONS(822), + [anon_sym_GT] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_in] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(822), + [anon_sym_RBRACE] = ACTIONS(822), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(822), + [anon_sym_STAR_STAR] = ACTIONS(822), + [anon_sym_PLUS_PLUS] = ACTIONS(822), + [anon_sym_SLASH] = ACTIONS(822), + [anon_sym_mod] = ACTIONS(822), + [anon_sym_SLASH_SLASH] = ACTIONS(822), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_bit_DASHshl] = ACTIONS(822), + [anon_sym_bit_DASHshr] = ACTIONS(822), + [anon_sym_EQ_EQ] = ACTIONS(822), + [anon_sym_BANG_EQ] = ACTIONS(822), + [anon_sym_LT2] = ACTIONS(822), + [anon_sym_LT_EQ] = ACTIONS(822), + [anon_sym_GT_EQ] = ACTIONS(822), + [anon_sym_not_DASHin] = ACTIONS(822), + [anon_sym_starts_DASHwith] = ACTIONS(822), + [anon_sym_ends_DASHwith] = ACTIONS(822), + [anon_sym_EQ_TILDE] = ACTIONS(822), + [anon_sym_BANG_TILDE] = ACTIONS(822), + [anon_sym_bit_DASHand] = ACTIONS(822), + [anon_sym_bit_DASHxor] = ACTIONS(822), + [anon_sym_bit_DASHor] = ACTIONS(822), + [anon_sym_and] = ACTIONS(822), + [anon_sym_xor] = ACTIONS(822), + [anon_sym_or] = ACTIONS(822), + [anon_sym_null] = ACTIONS(822), + [anon_sym_true] = ACTIONS(822), + [anon_sym_false] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(822), + [aux_sym__val_number_token2] = ACTIONS(822), + [aux_sym__val_number_token3] = ACTIONS(822), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(822), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_0b] = ACTIONS(822), + [anon_sym_0o] = ACTIONS(822), + [anon_sym_0x] = ACTIONS(822), + [sym_val_date] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(822), + [sym__str_single_quotes] = ACTIONS(822), + [sym__str_back_ticks] = ACTIONS(822), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(822), + [anon_sym_err_GT] = ACTIONS(822), + [anon_sym_out_GT] = ACTIONS(822), + [anon_sym_e_GT] = ACTIONS(822), + [anon_sym_o_GT] = ACTIONS(822), + [anon_sym_err_PLUSout_GT] = ACTIONS(822), + [anon_sym_out_PLUSerr_GT] = ACTIONS(822), + [anon_sym_o_PLUSe_GT] = ACTIONS(822), + [anon_sym_e_PLUSo_GT] = ACTIONS(822), + [aux_sym_unquoted_token1] = ACTIONS(822), [anon_sym_POUND] = ACTIONS(105), }, [603] = { + [sym_cell_path] = STATE(744), + [sym_path] = STATE(607), [sym_comment] = STATE(603), - [anon_sym_export] = ACTIONS(1619), - [anon_sym_alias] = ACTIONS(1619), - [anon_sym_let] = ACTIONS(1619), - [anon_sym_let_DASHenv] = ACTIONS(1619), - [anon_sym_mut] = ACTIONS(1619), - [anon_sym_const] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [sym_cmd_identifier] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_def] = ACTIONS(1619), - [anon_sym_export_DASHenv] = ACTIONS(1619), - [anon_sym_extern] = ACTIONS(1619), - [anon_sym_module] = ACTIONS(1619), - [anon_sym_use] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_error] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_break] = ACTIONS(1619), - [anon_sym_continue] = ACTIONS(1619), - [anon_sym_for] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_loop] = ACTIONS(1619), - [anon_sym_while] = ACTIONS(1619), - [anon_sym_do] = ACTIONS(1619), - [anon_sym_if] = ACTIONS(1619), - [anon_sym_match] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_try] = ACTIONS(1619), - [anon_sym_return] = ACTIONS(1619), - [anon_sym_source] = ACTIONS(1619), - [anon_sym_source_DASHenv] = ACTIONS(1619), - [anon_sym_register] = ACTIONS(1619), - [anon_sym_hide] = ACTIONS(1619), - [anon_sym_hide_DASHenv] = ACTIONS(1619), - [anon_sym_overlay] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_where] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_not] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_PIPE] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_err_GT] = ACTIONS(715), + [anon_sym_out_GT] = ACTIONS(715), + [anon_sym_e_GT] = ACTIONS(715), + [anon_sym_o_GT] = ACTIONS(715), + [anon_sym_err_PLUSout_GT] = ACTIONS(715), + [anon_sym_out_PLUSerr_GT] = ACTIONS(715), + [anon_sym_o_PLUSe_GT] = ACTIONS(715), + [anon_sym_e_PLUSo_GT] = ACTIONS(715), + [aux_sym_unquoted_token1] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [604] = { + [sym_expr_parenthesized] = STATE(1300), + [sym__immediate_decimal] = STATE(1301), + [sym_val_variable] = STATE(1300), + [sym__var] = STATE(863), [sym_comment] = STATE(604), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), + [ts_builtin_sym_end] = ACTIONS(1612), + [anon_sym_export] = ACTIONS(1610), + [anon_sym_alias] = ACTIONS(1610), + [anon_sym_let] = ACTIONS(1610), + [anon_sym_let_DASHenv] = ACTIONS(1610), + [anon_sym_mut] = ACTIONS(1610), + [anon_sym_const] = ACTIONS(1610), + [anon_sym_SEMI] = ACTIONS(1610), + [sym_cmd_identifier] = ACTIONS(1610), + [anon_sym_LF] = ACTIONS(1612), + [anon_sym_def] = ACTIONS(1610), + [anon_sym_export_DASHenv] = ACTIONS(1610), + [anon_sym_extern] = ACTIONS(1610), + [anon_sym_module] = ACTIONS(1610), + [anon_sym_use] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1610), + [anon_sym_break] = ACTIONS(1610), + [anon_sym_continue] = ACTIONS(1610), + [anon_sym_for] = ACTIONS(1610), + [anon_sym_loop] = ACTIONS(1610), + [anon_sym_while] = ACTIONS(1610), + [anon_sym_do] = ACTIONS(1610), + [anon_sym_if] = ACTIONS(1610), + [anon_sym_match] = ACTIONS(1610), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_DOT] = ACTIONS(1610), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1610), + [anon_sym_return] = ACTIONS(1610), + [anon_sym_source] = ACTIONS(1610), + [anon_sym_source_DASHenv] = ACTIONS(1610), + [anon_sym_register] = ACTIONS(1610), + [anon_sym_hide] = ACTIONS(1610), + [anon_sym_hide_DASHenv] = ACTIONS(1610), + [anon_sym_overlay] = ACTIONS(1610), + [anon_sym_where] = ACTIONS(1610), + [anon_sym_PLUS] = ACTIONS(1610), + [anon_sym_not] = ACTIONS(1610), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1610), + [anon_sym_true] = ACTIONS(1610), + [anon_sym_false] = ACTIONS(1610), + [aux_sym__val_number_decimal_token1] = ACTIONS(1610), + [aux_sym__val_number_token1] = ACTIONS(1610), + [aux_sym__val_number_token2] = ACTIONS(1610), + [aux_sym__val_number_token3] = ACTIONS(1610), + [aux_sym__val_number_token4] = ACTIONS(1610), + [aux_sym__val_number_token5] = ACTIONS(1610), + [aux_sym__val_number_token6] = ACTIONS(1610), + [anon_sym_0b] = ACTIONS(1610), + [anon_sym_0o] = ACTIONS(1610), + [anon_sym_0x] = ACTIONS(1610), + [sym_val_date] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym__str_single_quotes] = ACTIONS(1610), + [sym__str_back_ticks] = ACTIONS(1610), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1610), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1610), + [anon_sym_CARET] = ACTIONS(1610), [anon_sym_POUND] = ACTIONS(105), }, [605] = { + [sym_cell_path] = STATE(661), + [sym_path] = STATE(575), [sym_comment] = STATE(605), - [anon_sym_export] = ACTIONS(1540), - [anon_sym_alias] = ACTIONS(1540), - [anon_sym_let] = ACTIONS(1540), - [anon_sym_let_DASHenv] = ACTIONS(1540), - [anon_sym_mut] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1540), - [sym_cmd_identifier] = ACTIONS(1540), - [anon_sym_LF] = ACTIONS(1623), - [anon_sym_def] = ACTIONS(1540), - [anon_sym_export_DASHenv] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym_module] = ACTIONS(1540), - [anon_sym_use] = ACTIONS(1540), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1540), - [anon_sym_RPAREN] = ACTIONS(1540), - [anon_sym_DOLLAR] = ACTIONS(1540), - [anon_sym_error] = ACTIONS(1540), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_match] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1540), - [anon_sym_RBRACE] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_source] = ACTIONS(1540), - [anon_sym_source_DASHenv] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_hide] = ACTIONS(1540), - [anon_sym_hide_DASHenv] = ACTIONS(1540), - [anon_sym_overlay] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_where] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_not] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1540), - [anon_sym_true] = ACTIONS(1540), - [anon_sym_false] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1540), - [aux_sym__val_number_token1] = ACTIONS(1540), - [aux_sym__val_number_token2] = ACTIONS(1540), - [aux_sym__val_number_token3] = ACTIONS(1540), - [aux_sym__val_number_token4] = ACTIONS(1540), - [aux_sym__val_number_token5] = ACTIONS(1540), - [aux_sym__val_number_token6] = ACTIONS(1540), - [anon_sym_0b] = ACTIONS(1540), - [anon_sym_0o] = ACTIONS(1540), - [anon_sym_0x] = ACTIONS(1540), - [sym_val_date] = ACTIONS(1540), - [anon_sym_DQUOTE] = ACTIONS(1540), - [sym__str_single_quotes] = ACTIONS(1540), - [sym__str_back_ticks] = ACTIONS(1540), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1540), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1540), - [anon_sym_CARET] = ACTIONS(1540), + [anon_sym_SEMI] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_PIPE] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_err_GT] = ACTIONS(715), + [anon_sym_out_GT] = ACTIONS(715), + [anon_sym_e_GT] = ACTIONS(715), + [anon_sym_o_GT] = ACTIONS(715), + [anon_sym_err_PLUSout_GT] = ACTIONS(715), + [anon_sym_out_PLUSerr_GT] = ACTIONS(715), + [anon_sym_o_PLUSe_GT] = ACTIONS(715), + [anon_sym_e_PLUSo_GT] = ACTIONS(715), + [aux_sym_unquoted_token1] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [606] = { [sym_comment] = STATE(606), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_error] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_where] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_not] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_CARET] = ACTIONS(213), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_PIPE] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(1832), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(1834), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_err_GT] = ACTIONS(797), + [anon_sym_out_GT] = ACTIONS(797), + [anon_sym_e_GT] = ACTIONS(797), + [anon_sym_o_GT] = ACTIONS(797), + [anon_sym_err_PLUSout_GT] = ACTIONS(797), + [anon_sym_out_PLUSerr_GT] = ACTIONS(797), + [anon_sym_o_PLUSe_GT] = ACTIONS(797), + [anon_sym_e_PLUSo_GT] = ACTIONS(797), + [aux_sym_unquoted_token1] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(1836), [anon_sym_POUND] = ACTIONS(105), }, [607] = { + [sym_path] = STATE(680), [sym_comment] = STATE(607), - [anon_sym_export] = ACTIONS(1619), - [anon_sym_alias] = ACTIONS(1619), - [anon_sym_let] = ACTIONS(1619), - [anon_sym_let_DASHenv] = ACTIONS(1619), - [anon_sym_mut] = ACTIONS(1619), - [anon_sym_const] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [sym_cmd_identifier] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_def] = ACTIONS(1619), - [anon_sym_export_DASHenv] = ACTIONS(1619), - [anon_sym_extern] = ACTIONS(1619), - [anon_sym_module] = ACTIONS(1619), - [anon_sym_use] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_error] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_break] = ACTIONS(1619), - [anon_sym_continue] = ACTIONS(1619), - [anon_sym_for] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_loop] = ACTIONS(1619), - [anon_sym_while] = ACTIONS(1619), - [anon_sym_do] = ACTIONS(1619), - [anon_sym_if] = ACTIONS(1619), - [anon_sym_match] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_try] = ACTIONS(1619), - [anon_sym_return] = ACTIONS(1619), - [anon_sym_source] = ACTIONS(1619), - [anon_sym_source_DASHenv] = ACTIONS(1619), - [anon_sym_register] = ACTIONS(1619), - [anon_sym_hide] = ACTIONS(1619), - [anon_sym_hide_DASHenv] = ACTIONS(1619), - [anon_sym_overlay] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_where] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_not] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_CARET] = ACTIONS(1619), + [aux_sym_cell_path_repeat1] = STATE(588), + [anon_sym_SEMI] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_PIPE] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_err_GT] = ACTIONS(745), + [anon_sym_out_GT] = ACTIONS(745), + [anon_sym_e_GT] = ACTIONS(745), + [anon_sym_o_GT] = ACTIONS(745), + [anon_sym_err_PLUSout_GT] = ACTIONS(745), + [anon_sym_out_PLUSerr_GT] = ACTIONS(745), + [anon_sym_o_PLUSe_GT] = ACTIONS(745), + [anon_sym_e_PLUSo_GT] = ACTIONS(745), + [aux_sym_unquoted_token1] = ACTIONS(745), [anon_sym_POUND] = ACTIONS(105), }, [608] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2425), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(608), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_command_repeat1] = STATE(573), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_LF] = ACTIONS(1812), + [anon_sym_COLON] = ACTIONS(1838), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_PIPE] = ACTIONS(1810), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [609] = { + [sym_expr_parenthesized] = STATE(1270), + [sym__immediate_decimal] = STATE(1254), + [sym_val_variable] = STATE(1270), + [sym__var] = STATE(863), [sym_comment] = STATE(609), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(1592), + [anon_sym_export] = ACTIONS(1590), + [anon_sym_alias] = ACTIONS(1590), + [anon_sym_let] = ACTIONS(1590), + [anon_sym_let_DASHenv] = ACTIONS(1590), + [anon_sym_mut] = ACTIONS(1590), + [anon_sym_const] = ACTIONS(1590), + [anon_sym_SEMI] = ACTIONS(1590), + [sym_cmd_identifier] = ACTIONS(1590), + [anon_sym_LF] = ACTIONS(1592), + [anon_sym_def] = ACTIONS(1590), + [anon_sym_export_DASHenv] = ACTIONS(1590), + [anon_sym_extern] = ACTIONS(1590), + [anon_sym_module] = ACTIONS(1590), + [anon_sym_use] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1590), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1590), + [anon_sym_break] = ACTIONS(1590), + [anon_sym_continue] = ACTIONS(1590), + [anon_sym_for] = ACTIONS(1590), + [anon_sym_loop] = ACTIONS(1590), + [anon_sym_while] = ACTIONS(1590), + [anon_sym_do] = ACTIONS(1590), + [anon_sym_if] = ACTIONS(1590), + [anon_sym_match] = ACTIONS(1590), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_DOT] = ACTIONS(1590), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1590), + [anon_sym_return] = ACTIONS(1590), + [anon_sym_source] = ACTIONS(1590), + [anon_sym_source_DASHenv] = ACTIONS(1590), + [anon_sym_register] = ACTIONS(1590), + [anon_sym_hide] = ACTIONS(1590), + [anon_sym_hide_DASHenv] = ACTIONS(1590), + [anon_sym_overlay] = ACTIONS(1590), + [anon_sym_where] = ACTIONS(1590), + [anon_sym_PLUS] = ACTIONS(1590), + [anon_sym_not] = ACTIONS(1590), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1590), + [anon_sym_true] = ACTIONS(1590), + [anon_sym_false] = ACTIONS(1590), + [aux_sym__val_number_decimal_token1] = ACTIONS(1590), + [aux_sym__val_number_token1] = ACTIONS(1590), + [aux_sym__val_number_token2] = ACTIONS(1590), + [aux_sym__val_number_token3] = ACTIONS(1590), + [aux_sym__val_number_token4] = ACTIONS(1590), + [aux_sym__val_number_token5] = ACTIONS(1590), + [aux_sym__val_number_token6] = ACTIONS(1590), + [anon_sym_0b] = ACTIONS(1590), + [anon_sym_0o] = ACTIONS(1590), + [anon_sym_0x] = ACTIONS(1590), + [sym_val_date] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym__str_single_quotes] = ACTIONS(1590), + [sym__str_back_ticks] = ACTIONS(1590), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1590), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1590), + [anon_sym_CARET] = ACTIONS(1590), [anon_sym_POUND] = ACTIONS(105), }, [610] = { + [sym_path] = STATE(680), [sym_comment] = STATE(610), - [ts_builtin_sym_end] = ACTIONS(1511), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_alias] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_let_DASHenv] = ACTIONS(1509), - [anon_sym_mut] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1509), - [sym_cmd_identifier] = ACTIONS(1509), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_def] = ACTIONS(1509), - [anon_sym_export_DASHenv] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_use] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_DOLLAR] = ACTIONS(1509), - [anon_sym_error] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_loop] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_match] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_source] = ACTIONS(1509), - [anon_sym_source_DASHenv] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_hide] = ACTIONS(1509), - [anon_sym_hide_DASHenv] = ACTIONS(1509), - [anon_sym_overlay] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_where] = ACTIONS(1509), - [anon_sym_STAR_STAR] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_mod] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_bit_DASHshl] = ACTIONS(1509), - [anon_sym_bit_DASHshr] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_LT2] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_not_DASHin] = ACTIONS(1509), - [anon_sym_starts_DASHwith] = ACTIONS(1509), - [anon_sym_ends_DASHwith] = ACTIONS(1509), - [anon_sym_EQ_TILDE] = ACTIONS(1509), - [anon_sym_BANG_TILDE] = ACTIONS(1509), - [anon_sym_bit_DASHand] = ACTIONS(1509), - [anon_sym_bit_DASHxor] = ACTIONS(1509), - [anon_sym_bit_DASHor] = ACTIONS(1509), - [anon_sym_and] = ACTIONS(1509), - [anon_sym_xor] = ACTIONS(1509), - [anon_sym_or] = ACTIONS(1509), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_null] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1509), - [anon_sym_false] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1509), - [aux_sym__val_number_token2] = ACTIONS(1509), - [aux_sym__val_number_token3] = ACTIONS(1509), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1509), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_0b] = ACTIONS(1509), - [anon_sym_0o] = ACTIONS(1509), - [anon_sym_0x] = ACTIONS(1509), - [sym_val_date] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1509), - [sym__str_single_quotes] = ACTIONS(1509), - [sym__str_back_ticks] = ACTIONS(1509), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1509), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1509), - [anon_sym_CARET] = ACTIONS(1509), + [aux_sym_cell_path_repeat1] = STATE(610), + [anon_sym_SEMI] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_RPAREN] = ACTIONS(760), + [anon_sym_PIPE] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_GT] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_in] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(760), + [anon_sym_RBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(1840), + [anon_sym_STAR] = ACTIONS(760), + [anon_sym_STAR_STAR] = ACTIONS(760), + [anon_sym_PLUS_PLUS] = ACTIONS(760), + [anon_sym_SLASH] = ACTIONS(760), + [anon_sym_mod] = ACTIONS(760), + [anon_sym_SLASH_SLASH] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_bit_DASHshl] = ACTIONS(760), + [anon_sym_bit_DASHshr] = ACTIONS(760), + [anon_sym_EQ_EQ] = ACTIONS(760), + [anon_sym_BANG_EQ] = ACTIONS(760), + [anon_sym_LT2] = ACTIONS(760), + [anon_sym_LT_EQ] = ACTIONS(760), + [anon_sym_GT_EQ] = ACTIONS(760), + [anon_sym_not_DASHin] = ACTIONS(760), + [anon_sym_starts_DASHwith] = ACTIONS(760), + [anon_sym_ends_DASHwith] = ACTIONS(760), + [anon_sym_EQ_TILDE] = ACTIONS(760), + [anon_sym_BANG_TILDE] = ACTIONS(760), + [anon_sym_bit_DASHand] = ACTIONS(760), + [anon_sym_bit_DASHxor] = ACTIONS(760), + [anon_sym_bit_DASHor] = ACTIONS(760), + [anon_sym_and] = ACTIONS(760), + [anon_sym_xor] = ACTIONS(760), + [anon_sym_or] = ACTIONS(760), + [anon_sym_null] = ACTIONS(760), + [anon_sym_true] = ACTIONS(760), + [anon_sym_false] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_0b] = ACTIONS(760), + [anon_sym_0o] = ACTIONS(760), + [anon_sym_0x] = ACTIONS(760), + [sym_val_date] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(760), + [anon_sym_err_GT] = ACTIONS(760), + [anon_sym_out_GT] = ACTIONS(760), + [anon_sym_e_GT] = ACTIONS(760), + [anon_sym_o_GT] = ACTIONS(760), + [anon_sym_err_PLUSout_GT] = ACTIONS(760), + [anon_sym_out_PLUSerr_GT] = ACTIONS(760), + [anon_sym_o_PLUSe_GT] = ACTIONS(760), + [anon_sym_e_PLUSo_GT] = ACTIONS(760), + [aux_sym_unquoted_token1] = ACTIONS(760), [anon_sym_POUND] = ACTIONS(105), }, [611] = { + [sym_expr_parenthesized] = STATE(1297), + [sym__immediate_decimal] = STATE(1298), + [sym_val_variable] = STATE(1297), + [sym__var] = STATE(863), [sym_comment] = STATE(611), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(1626), + [anon_sym_export] = ACTIONS(1624), + [anon_sym_alias] = ACTIONS(1624), + [anon_sym_let] = ACTIONS(1624), + [anon_sym_let_DASHenv] = ACTIONS(1624), + [anon_sym_mut] = ACTIONS(1624), + [anon_sym_const] = ACTIONS(1624), + [anon_sym_SEMI] = ACTIONS(1624), + [sym_cmd_identifier] = ACTIONS(1624), + [anon_sym_LF] = ACTIONS(1626), + [anon_sym_def] = ACTIONS(1624), + [anon_sym_export_DASHenv] = ACTIONS(1624), + [anon_sym_extern] = ACTIONS(1624), + [anon_sym_module] = ACTIONS(1624), + [anon_sym_use] = ACTIONS(1624), + [anon_sym_LBRACK] = ACTIONS(1624), + [anon_sym_LPAREN] = ACTIONS(1486), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_break] = ACTIONS(1624), + [anon_sym_continue] = ACTIONS(1624), + [anon_sym_for] = ACTIONS(1624), + [anon_sym_loop] = ACTIONS(1624), + [anon_sym_while] = ACTIONS(1624), + [anon_sym_do] = ACTIONS(1624), + [anon_sym_if] = ACTIONS(1624), + [anon_sym_match] = ACTIONS(1624), + [anon_sym_LBRACE] = ACTIONS(1624), + [anon_sym_DOT] = ACTIONS(1624), + [anon_sym_DOT2] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1624), + [anon_sym_return] = ACTIONS(1624), + [anon_sym_source] = ACTIONS(1624), + [anon_sym_source_DASHenv] = ACTIONS(1624), + [anon_sym_register] = ACTIONS(1624), + [anon_sym_hide] = ACTIONS(1624), + [anon_sym_hide_DASHenv] = ACTIONS(1624), + [anon_sym_overlay] = ACTIONS(1624), + [anon_sym_where] = ACTIONS(1624), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_not] = ACTIONS(1624), + [aux_sym__immediate_decimal_token1] = ACTIONS(1496), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_PLUS2] = ACTIONS(1500), + [anon_sym_null] = ACTIONS(1624), + [anon_sym_true] = ACTIONS(1624), + [anon_sym_false] = ACTIONS(1624), + [aux_sym__val_number_decimal_token1] = ACTIONS(1624), + [aux_sym__val_number_token1] = ACTIONS(1624), + [aux_sym__val_number_token2] = ACTIONS(1624), + [aux_sym__val_number_token3] = ACTIONS(1624), + [aux_sym__val_number_token4] = ACTIONS(1624), + [aux_sym__val_number_token5] = ACTIONS(1624), + [aux_sym__val_number_token6] = ACTIONS(1624), + [anon_sym_0b] = ACTIONS(1624), + [anon_sym_0o] = ACTIONS(1624), + [anon_sym_0x] = ACTIONS(1624), + [sym_val_date] = ACTIONS(1624), + [anon_sym_DQUOTE] = ACTIONS(1624), + [sym__str_single_quotes] = ACTIONS(1624), + [sym__str_back_ticks] = ACTIONS(1624), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1624), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1624), + [anon_sym_CARET] = ACTIONS(1624), [anon_sym_POUND] = ACTIONS(105), }, [612] = { + [sym_cell_path] = STATE(727), + [sym_path] = STATE(607), [sym_comment] = STATE(612), - [anon_sym_export] = ACTIONS(1625), - [anon_sym_alias] = ACTIONS(1625), - [anon_sym_let] = ACTIONS(1625), - [anon_sym_let_DASHenv] = ACTIONS(1625), - [anon_sym_mut] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [sym_cmd_identifier] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_def] = ACTIONS(1625), - [anon_sym_export_DASHenv] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym_module] = ACTIONS(1625), - [anon_sym_use] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_loop] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_match] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_source] = ACTIONS(1625), - [anon_sym_source_DASHenv] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_hide] = ACTIONS(1625), - [anon_sym_hide_DASHenv] = ACTIONS(1625), - [anon_sym_overlay] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1625), - [anon_sym_where] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_SLASH] = ACTIONS(1625), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1625), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT_EQ] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_not] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_CARET] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(789), + [anon_sym_DOT] = ACTIONS(789), + [anon_sym_DOT2] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_null] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym__val_number_decimal_token1] = ACTIONS(789), + [aux_sym__val_number_token1] = ACTIONS(789), + [aux_sym__val_number_token2] = ACTIONS(789), + [aux_sym__val_number_token3] = ACTIONS(789), + [aux_sym__val_number_token4] = ACTIONS(789), + [aux_sym__val_number_token5] = ACTIONS(789), + [aux_sym__val_number_token6] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_err_GT] = ACTIONS(789), + [anon_sym_out_GT] = ACTIONS(789), + [anon_sym_e_GT] = ACTIONS(789), + [anon_sym_o_GT] = ACTIONS(789), + [anon_sym_err_PLUSout_GT] = ACTIONS(789), + [anon_sym_out_PLUSerr_GT] = ACTIONS(789), + [anon_sym_o_PLUSe_GT] = ACTIONS(789), + [anon_sym_e_PLUSo_GT] = ACTIONS(789), + [aux_sym_unquoted_token1] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(105), }, [613] = { + [sym_path] = STATE(739), [sym_comment] = STATE(613), - [anon_sym_export] = ACTIONS(1629), - [anon_sym_alias] = ACTIONS(1629), - [anon_sym_let] = ACTIONS(1629), - [anon_sym_let_DASHenv] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1629), - [sym_cmd_identifier] = ACTIONS(1629), - [anon_sym_LF] = ACTIONS(1631), - [anon_sym_def] = ACTIONS(1629), - [anon_sym_export_DASHenv] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym_module] = ACTIONS(1629), - [anon_sym_use] = ACTIONS(1629), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_LPAREN] = ACTIONS(1629), - [anon_sym_RPAREN] = ACTIONS(1629), - [anon_sym_DOLLAR] = ACTIONS(1629), - [anon_sym_error] = ACTIONS(1629), - [anon_sym_GT] = ACTIONS(1629), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_in] = ACTIONS(1629), - [anon_sym_loop] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_match] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1629), - [anon_sym_RBRACE] = ACTIONS(1629), - [anon_sym_DOT] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_source] = ACTIONS(1629), - [anon_sym_source_DASHenv] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_hide] = ACTIONS(1629), - [anon_sym_hide_DASHenv] = ACTIONS(1629), - [anon_sym_overlay] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1629), - [anon_sym_where] = ACTIONS(1629), - [anon_sym_STAR_STAR] = ACTIONS(1629), - [anon_sym_PLUS_PLUS] = ACTIONS(1629), - [anon_sym_SLASH] = ACTIONS(1629), - [anon_sym_mod] = ACTIONS(1629), - [anon_sym_SLASH_SLASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_bit_DASHshl] = ACTIONS(1629), - [anon_sym_bit_DASHshr] = ACTIONS(1629), - [anon_sym_EQ_EQ] = ACTIONS(1629), - [anon_sym_BANG_EQ] = ACTIONS(1629), - [anon_sym_LT2] = ACTIONS(1629), - [anon_sym_LT_EQ] = ACTIONS(1629), - [anon_sym_GT_EQ] = ACTIONS(1629), - [anon_sym_not_DASHin] = ACTIONS(1629), - [anon_sym_starts_DASHwith] = ACTIONS(1629), - [anon_sym_ends_DASHwith] = ACTIONS(1629), - [anon_sym_EQ_TILDE] = ACTIONS(1629), - [anon_sym_BANG_TILDE] = ACTIONS(1629), - [anon_sym_bit_DASHand] = ACTIONS(1629), - [anon_sym_bit_DASHxor] = ACTIONS(1629), - [anon_sym_bit_DASHor] = ACTIONS(1629), - [anon_sym_and] = ACTIONS(1629), - [anon_sym_xor] = ACTIONS(1629), - [anon_sym_or] = ACTIONS(1629), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_null] = ACTIONS(1629), - [anon_sym_true] = ACTIONS(1629), - [anon_sym_false] = ACTIONS(1629), - [aux_sym__val_number_decimal_token1] = ACTIONS(1629), - [aux_sym__val_number_token1] = ACTIONS(1629), - [aux_sym__val_number_token2] = ACTIONS(1629), - [aux_sym__val_number_token3] = ACTIONS(1629), - [aux_sym__val_number_token4] = ACTIONS(1629), - [aux_sym__val_number_token5] = ACTIONS(1629), - [aux_sym__val_number_token6] = ACTIONS(1629), - [anon_sym_0b] = ACTIONS(1629), - [anon_sym_0o] = ACTIONS(1629), - [anon_sym_0x] = ACTIONS(1629), - [sym_val_date] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym__str_single_quotes] = ACTIONS(1629), - [sym__str_back_ticks] = ACTIONS(1629), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), - [anon_sym_CARET] = ACTIONS(1629), + [aux_sym_cell_path_repeat1] = STATE(630), + [ts_builtin_sym_end] = ACTIONS(735), + [anon_sym_SEMI] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_PIPE] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_err_GT] = ACTIONS(733), + [anon_sym_out_GT] = ACTIONS(733), + [anon_sym_e_GT] = ACTIONS(733), + [anon_sym_o_GT] = ACTIONS(733), + [anon_sym_err_PLUSout_GT] = ACTIONS(733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(733), + [anon_sym_o_PLUSe_GT] = ACTIONS(733), + [anon_sym_e_PLUSo_GT] = ACTIONS(733), + [aux_sym_unquoted_token1] = ACTIONS(733), [anon_sym_POUND] = ACTIONS(105), }, [614] = { + [sym_cell_path] = STATE(767), + [sym_path] = STATE(619), [sym_comment] = STATE(614), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(828), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_null] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(826), + [aux_sym__val_number_token2] = ACTIONS(826), + [aux_sym__val_number_token3] = ACTIONS(826), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(826), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_err_GT] = ACTIONS(826), + [anon_sym_out_GT] = ACTIONS(826), + [anon_sym_e_GT] = ACTIONS(826), + [anon_sym_o_GT] = ACTIONS(826), + [anon_sym_err_PLUSout_GT] = ACTIONS(826), + [anon_sym_out_PLUSerr_GT] = ACTIONS(826), + [anon_sym_o_PLUSe_GT] = ACTIONS(826), + [anon_sym_e_PLUSo_GT] = ACTIONS(826), + [aux_sym_unquoted_token1] = ACTIONS(826), [anon_sym_POUND] = ACTIONS(105), }, [615] = { + [sym_cell_path] = STATE(803), + [sym_path] = STATE(619), [sym_comment] = STATE(615), - [anon_sym_export] = ACTIONS(1633), - [anon_sym_alias] = ACTIONS(1633), - [anon_sym_let] = ACTIONS(1633), - [anon_sym_let_DASHenv] = ACTIONS(1633), - [anon_sym_mut] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_SEMI] = ACTIONS(1633), - [sym_cmd_identifier] = ACTIONS(1633), - [anon_sym_LF] = ACTIONS(1635), - [anon_sym_def] = ACTIONS(1633), - [anon_sym_export_DASHenv] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym_module] = ACTIONS(1633), - [anon_sym_use] = ACTIONS(1633), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_LPAREN] = ACTIONS(1633), - [anon_sym_RPAREN] = ACTIONS(1633), - [anon_sym_DOLLAR] = ACTIONS(1633), - [anon_sym_error] = ACTIONS(1633), - [anon_sym_GT] = ACTIONS(1633), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_in] = ACTIONS(1633), - [anon_sym_loop] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_match] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1633), - [anon_sym_RBRACE] = ACTIONS(1633), - [anon_sym_DOT] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_source] = ACTIONS(1633), - [anon_sym_source_DASHenv] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_hide] = ACTIONS(1633), - [anon_sym_hide_DASHenv] = ACTIONS(1633), - [anon_sym_overlay] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1633), - [anon_sym_where] = ACTIONS(1633), - [anon_sym_STAR_STAR] = ACTIONS(1633), - [anon_sym_PLUS_PLUS] = ACTIONS(1633), - [anon_sym_SLASH] = ACTIONS(1633), - [anon_sym_mod] = ACTIONS(1633), - [anon_sym_SLASH_SLASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_bit_DASHshl] = ACTIONS(1633), - [anon_sym_bit_DASHshr] = ACTIONS(1633), - [anon_sym_EQ_EQ] = ACTIONS(1633), - [anon_sym_BANG_EQ] = ACTIONS(1633), - [anon_sym_LT2] = ACTIONS(1633), - [anon_sym_LT_EQ] = ACTIONS(1633), - [anon_sym_GT_EQ] = ACTIONS(1633), - [anon_sym_not_DASHin] = ACTIONS(1633), - [anon_sym_starts_DASHwith] = ACTIONS(1633), - [anon_sym_ends_DASHwith] = ACTIONS(1633), - [anon_sym_EQ_TILDE] = ACTIONS(1633), - [anon_sym_BANG_TILDE] = ACTIONS(1633), - [anon_sym_bit_DASHand] = ACTIONS(1633), - [anon_sym_bit_DASHxor] = ACTIONS(1633), - [anon_sym_bit_DASHor] = ACTIONS(1633), - [anon_sym_and] = ACTIONS(1633), - [anon_sym_xor] = ACTIONS(1633), - [anon_sym_or] = ACTIONS(1633), - [anon_sym_not] = ACTIONS(1633), - [anon_sym_null] = ACTIONS(1633), - [anon_sym_true] = ACTIONS(1633), - [anon_sym_false] = ACTIONS(1633), - [aux_sym__val_number_decimal_token1] = ACTIONS(1633), - [aux_sym__val_number_token1] = ACTIONS(1633), - [aux_sym__val_number_token2] = ACTIONS(1633), - [aux_sym__val_number_token3] = ACTIONS(1633), - [aux_sym__val_number_token4] = ACTIONS(1633), - [aux_sym__val_number_token5] = ACTIONS(1633), - [aux_sym__val_number_token6] = ACTIONS(1633), - [anon_sym_0b] = ACTIONS(1633), - [anon_sym_0o] = ACTIONS(1633), - [anon_sym_0x] = ACTIONS(1633), - [sym_val_date] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(1633), - [sym__str_single_quotes] = ACTIONS(1633), - [sym__str_back_ticks] = ACTIONS(1633), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1633), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1633), - [anon_sym_CARET] = ACTIONS(1633), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_err_GT] = ACTIONS(830), + [anon_sym_out_GT] = ACTIONS(830), + [anon_sym_e_GT] = ACTIONS(830), + [anon_sym_o_GT] = ACTIONS(830), + [anon_sym_err_PLUSout_GT] = ACTIONS(830), + [anon_sym_out_PLUSerr_GT] = ACTIONS(830), + [anon_sym_o_PLUSe_GT] = ACTIONS(830), + [anon_sym_e_PLUSo_GT] = ACTIONS(830), + [aux_sym_unquoted_token1] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(105), }, [616] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2562), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(616), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1569), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [aux_sym__command_parenthesized_body_repeat1] = STATE(616), + [anon_sym_SEMI] = ACTIONS(1845), + [anon_sym_LF] = ACTIONS(1847), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1853), + [anon_sym_RPAREN] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1845), + [anon_sym_DOLLAR] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_LBRACE] = ACTIONS(1862), + [anon_sym_DOT] = ACTIONS(1865), + [anon_sym_PLUS] = ACTIONS(1868), + [anon_sym_null] = ACTIONS(1871), + [anon_sym_true] = ACTIONS(1874), + [anon_sym_false] = ACTIONS(1874), + [aux_sym__val_number_decimal_token1] = ACTIONS(1877), + [aux_sym__val_number_token1] = ACTIONS(1880), + [aux_sym__val_number_token2] = ACTIONS(1880), + [aux_sym__val_number_token3] = ACTIONS(1880), + [aux_sym__val_number_token4] = ACTIONS(1883), + [aux_sym__val_number_token5] = ACTIONS(1883), + [aux_sym__val_number_token6] = ACTIONS(1883), + [anon_sym_0b] = ACTIONS(1886), + [anon_sym_0o] = ACTIONS(1886), + [anon_sym_0x] = ACTIONS(1886), + [sym_val_date] = ACTIONS(1889), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym__str_single_quotes] = ACTIONS(1895), + [sym__str_back_ticks] = ACTIONS(1895), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1898), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1901), + [anon_sym_err_GT] = ACTIONS(1904), + [anon_sym_out_GT] = ACTIONS(1904), + [anon_sym_e_GT] = ACTIONS(1904), + [anon_sym_o_GT] = ACTIONS(1904), + [anon_sym_err_PLUSout_GT] = ACTIONS(1904), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1904), + [anon_sym_o_PLUSe_GT] = ACTIONS(1904), + [anon_sym_e_PLUSo_GT] = ACTIONS(1904), + [aux_sym_unquoted_token1] = ACTIONS(1907), [anon_sym_POUND] = ACTIONS(105), }, [617] = { + [sym_expr_parenthesized] = STATE(2384), + [sym_val_range] = STATE(2461), + [sym__value] = STATE(2461), + [sym_val_nothing] = STATE(2453), + [sym_val_bool] = STATE(2453), + [sym_val_variable] = STATE(2385), + [sym__var] = STATE(2150), + [sym_val_number] = STATE(2239), + [sym__val_number_decimal] = STATE(2119), + [sym__val_number] = STATE(2237), + [sym_val_duration] = STATE(2453), + [sym_val_filesize] = STATE(2453), + [sym_val_binary] = STATE(2453), + [sym_val_string] = STATE(2453), + [sym__str_double_quotes] = STATE(2567), + [sym_val_interpolated] = STATE(2453), + [sym__inter_single_quotes] = STATE(2503), + [sym__inter_double_quotes] = STATE(2465), + [sym_val_list] = STATE(2453), + [sym_val_record] = STATE(2453), + [sym_val_table] = STATE(2453), + [sym_val_closure] = STATE(2453), + [sym__cmd_arg] = STATE(2448), + [sym_redirection] = STATE(2432), + [sym__flag] = STATE(2433), + [sym_short_flag] = STATE(2441), + [sym_long_flag] = STATE(2441), + [sym_unquoted] = STATE(2442), [sym_comment] = STATE(617), - [anon_sym_export] = ACTIONS(1637), - [anon_sym_alias] = ACTIONS(1637), - [anon_sym_let] = ACTIONS(1637), - [anon_sym_let_DASHenv] = ACTIONS(1637), - [anon_sym_mut] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_SEMI] = ACTIONS(1637), - [sym_cmd_identifier] = ACTIONS(1637), - [anon_sym_LF] = ACTIONS(1639), - [anon_sym_def] = ACTIONS(1637), - [anon_sym_export_DASHenv] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym_module] = ACTIONS(1637), - [anon_sym_use] = ACTIONS(1637), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_LPAREN] = ACTIONS(1637), - [anon_sym_RPAREN] = ACTIONS(1637), - [anon_sym_DOLLAR] = ACTIONS(1637), - [anon_sym_error] = ACTIONS(1637), - [anon_sym_GT] = ACTIONS(1637), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_in] = ACTIONS(1637), - [anon_sym_loop] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_match] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1637), - [anon_sym_RBRACE] = ACTIONS(1637), - [anon_sym_DOT] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_source] = ACTIONS(1637), - [anon_sym_source_DASHenv] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_hide] = ACTIONS(1637), - [anon_sym_hide_DASHenv] = ACTIONS(1637), - [anon_sym_overlay] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1637), - [anon_sym_where] = ACTIONS(1637), - [anon_sym_STAR_STAR] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_SLASH] = ACTIONS(1637), - [anon_sym_mod] = ACTIONS(1637), - [anon_sym_SLASH_SLASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_bit_DASHshl] = ACTIONS(1637), - [anon_sym_bit_DASHshr] = ACTIONS(1637), - [anon_sym_EQ_EQ] = ACTIONS(1637), - [anon_sym_BANG_EQ] = ACTIONS(1637), - [anon_sym_LT2] = ACTIONS(1637), - [anon_sym_LT_EQ] = ACTIONS(1637), - [anon_sym_GT_EQ] = ACTIONS(1637), - [anon_sym_not_DASHin] = ACTIONS(1637), - [anon_sym_starts_DASHwith] = ACTIONS(1637), - [anon_sym_ends_DASHwith] = ACTIONS(1637), - [anon_sym_EQ_TILDE] = ACTIONS(1637), - [anon_sym_BANG_TILDE] = ACTIONS(1637), - [anon_sym_bit_DASHand] = ACTIONS(1637), - [anon_sym_bit_DASHxor] = ACTIONS(1637), - [anon_sym_bit_DASHor] = ACTIONS(1637), - [anon_sym_and] = ACTIONS(1637), - [anon_sym_xor] = ACTIONS(1637), - [anon_sym_or] = ACTIONS(1637), - [anon_sym_not] = ACTIONS(1637), - [anon_sym_null] = ACTIONS(1637), - [anon_sym_true] = ACTIONS(1637), - [anon_sym_false] = ACTIONS(1637), - [aux_sym__val_number_decimal_token1] = ACTIONS(1637), - [aux_sym__val_number_token1] = ACTIONS(1637), - [aux_sym__val_number_token2] = ACTIONS(1637), - [aux_sym__val_number_token3] = ACTIONS(1637), - [aux_sym__val_number_token4] = ACTIONS(1637), - [aux_sym__val_number_token5] = ACTIONS(1637), - [aux_sym__val_number_token6] = ACTIONS(1637), - [anon_sym_0b] = ACTIONS(1637), - [anon_sym_0o] = ACTIONS(1637), - [anon_sym_0x] = ACTIONS(1637), - [sym_val_date] = ACTIONS(1637), - [anon_sym_DQUOTE] = ACTIONS(1637), - [sym__str_single_quotes] = ACTIONS(1637), - [sym__str_back_ticks] = ACTIONS(1637), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1637), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1637), - [anon_sym_CARET] = ACTIONS(1637), + [aux_sym_command_repeat1] = STATE(626), + [ts_builtin_sym_end] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_LF] = ACTIONS(1744), + [anon_sym_LBRACK] = ACTIONS(1910), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_PIPE] = ACTIONS(1742), + [anon_sym_DOLLAR] = ACTIONS(1914), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_DOT] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1922), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_true] = ACTIONS(1926), + [anon_sym_false] = ACTIONS(1926), + [aux_sym__val_number_decimal_token1] = ACTIONS(1928), + [aux_sym__val_number_token1] = ACTIONS(1930), + [aux_sym__val_number_token2] = ACTIONS(1930), + [aux_sym__val_number_token3] = ACTIONS(1930), + [aux_sym__val_number_token4] = ACTIONS(1932), + [aux_sym__val_number_token5] = ACTIONS(1932), + [aux_sym__val_number_token6] = ACTIONS(1932), + [anon_sym_0b] = ACTIONS(1934), + [anon_sym_0o] = ACTIONS(1934), + [anon_sym_0x] = ACTIONS(1934), + [sym_val_date] = ACTIONS(1936), + [anon_sym_DQUOTE] = ACTIONS(1938), + [sym__str_single_quotes] = ACTIONS(1940), + [sym__str_back_ticks] = ACTIONS(1940), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1942), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1944), + [anon_sym_err_GT] = ACTIONS(1946), + [anon_sym_out_GT] = ACTIONS(1946), + [anon_sym_e_GT] = ACTIONS(1946), + [anon_sym_o_GT] = ACTIONS(1946), + [anon_sym_err_PLUSout_GT] = ACTIONS(1946), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1946), + [anon_sym_o_PLUSe_GT] = ACTIONS(1946), + [anon_sym_e_PLUSo_GT] = ACTIONS(1946), + [aux_sym_unquoted_token1] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(105), }, [618] = { + [sym__command_name] = STATE(1186), + [sym_scope_pattern] = STATE(1198), + [sym_wild_card] = STATE(1267), + [sym_command_list] = STATE(1266), + [sym_val_string] = STATE(1016), + [sym__str_double_quotes] = STATE(965), [sym_comment] = STATE(618), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1567), - [anon_sym_BANG_TILDE] = ACTIONS(1567), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(1740), + [anon_sym_export] = ACTIONS(1738), + [anon_sym_alias] = ACTIONS(1738), + [anon_sym_let] = ACTIONS(1738), + [anon_sym_let_DASHenv] = ACTIONS(1738), + [anon_sym_mut] = ACTIONS(1738), + [anon_sym_const] = ACTIONS(1738), + [anon_sym_SEMI] = ACTIONS(1738), + [sym_cmd_identifier] = ACTIONS(1950), + [anon_sym_LF] = ACTIONS(1740), + [anon_sym_def] = ACTIONS(1738), + [anon_sym_export_DASHenv] = ACTIONS(1738), + [anon_sym_extern] = ACTIONS(1738), + [anon_sym_module] = ACTIONS(1738), + [anon_sym_use] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1952), + [anon_sym_LPAREN] = ACTIONS(1738), + [anon_sym_DOLLAR] = ACTIONS(1738), + [anon_sym_error] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1738), + [anon_sym_break] = ACTIONS(1738), + [anon_sym_continue] = ACTIONS(1738), + [anon_sym_for] = ACTIONS(1738), + [anon_sym_loop] = ACTIONS(1738), + [anon_sym_while] = ACTIONS(1738), + [anon_sym_do] = ACTIONS(1738), + [anon_sym_if] = ACTIONS(1738), + [anon_sym_match] = ACTIONS(1738), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_DOT] = ACTIONS(1738), + [anon_sym_try] = ACTIONS(1738), + [anon_sym_return] = ACTIONS(1738), + [anon_sym_source] = ACTIONS(1738), + [anon_sym_source_DASHenv] = ACTIONS(1738), + [anon_sym_register] = ACTIONS(1738), + [anon_sym_hide] = ACTIONS(1738), + [anon_sym_hide_DASHenv] = ACTIONS(1738), + [anon_sym_overlay] = ACTIONS(1738), + [anon_sym_STAR] = ACTIONS(1954), + [anon_sym_where] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1738), + [anon_sym_not] = ACTIONS(1738), + [anon_sym_null] = ACTIONS(1738), + [anon_sym_true] = ACTIONS(1738), + [anon_sym_false] = ACTIONS(1738), + [aux_sym__val_number_decimal_token1] = ACTIONS(1738), + [aux_sym__val_number_token1] = ACTIONS(1738), + [aux_sym__val_number_token2] = ACTIONS(1738), + [aux_sym__val_number_token3] = ACTIONS(1738), + [aux_sym__val_number_token4] = ACTIONS(1738), + [aux_sym__val_number_token5] = ACTIONS(1738), + [aux_sym__val_number_token6] = ACTIONS(1738), + [anon_sym_0b] = ACTIONS(1738), + [anon_sym_0o] = ACTIONS(1738), + [anon_sym_0x] = ACTIONS(1738), + [sym_val_date] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym__str_single_quotes] = ACTIONS(1958), + [sym__str_back_ticks] = ACTIONS(1958), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1738), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1738), + [anon_sym_CARET] = ACTIONS(1738), [anon_sym_POUND] = ACTIONS(105), }, [619] = { + [sym_path] = STATE(739), [sym_comment] = STATE(619), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_cell_path_repeat1] = STATE(613), + [ts_builtin_sym_end] = ACTIONS(747), + [anon_sym_SEMI] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_PIPE] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_err_GT] = ACTIONS(745), + [anon_sym_out_GT] = ACTIONS(745), + [anon_sym_e_GT] = ACTIONS(745), + [anon_sym_o_GT] = ACTIONS(745), + [anon_sym_err_PLUSout_GT] = ACTIONS(745), + [anon_sym_out_PLUSerr_GT] = ACTIONS(745), + [anon_sym_o_PLUSe_GT] = ACTIONS(745), + [anon_sym_e_PLUSo_GT] = ACTIONS(745), + [aux_sym_unquoted_token1] = ACTIONS(745), [anon_sym_POUND] = ACTIONS(105), }, [620] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2562), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(620), - [anon_sym_export] = ACTIONS(1641), - [anon_sym_alias] = ACTIONS(1641), - [anon_sym_let] = ACTIONS(1641), - [anon_sym_let_DASHenv] = ACTIONS(1641), - [anon_sym_mut] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1641), - [sym_cmd_identifier] = ACTIONS(1641), - [anon_sym_LF] = ACTIONS(1643), - [anon_sym_def] = ACTIONS(1641), - [anon_sym_export_DASHenv] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym_module] = ACTIONS(1641), - [anon_sym_use] = ACTIONS(1641), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_LPAREN] = ACTIONS(1641), - [anon_sym_RPAREN] = ACTIONS(1641), - [anon_sym_DOLLAR] = ACTIONS(1641), - [anon_sym_error] = ACTIONS(1641), - [anon_sym_GT] = ACTIONS(1641), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_in] = ACTIONS(1641), - [anon_sym_loop] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_match] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1641), - [anon_sym_RBRACE] = ACTIONS(1641), - [anon_sym_DOT] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_source] = ACTIONS(1641), - [anon_sym_source_DASHenv] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_hide] = ACTIONS(1641), - [anon_sym_hide_DASHenv] = ACTIONS(1641), - [anon_sym_overlay] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1641), - [anon_sym_where] = ACTIONS(1641), - [anon_sym_STAR_STAR] = ACTIONS(1641), - [anon_sym_PLUS_PLUS] = ACTIONS(1641), - [anon_sym_SLASH] = ACTIONS(1641), - [anon_sym_mod] = ACTIONS(1641), - [anon_sym_SLASH_SLASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_bit_DASHshl] = ACTIONS(1641), - [anon_sym_bit_DASHshr] = ACTIONS(1641), - [anon_sym_EQ_EQ] = ACTIONS(1641), - [anon_sym_BANG_EQ] = ACTIONS(1641), - [anon_sym_LT2] = ACTIONS(1641), - [anon_sym_LT_EQ] = ACTIONS(1641), - [anon_sym_GT_EQ] = ACTIONS(1641), - [anon_sym_not_DASHin] = ACTIONS(1641), - [anon_sym_starts_DASHwith] = ACTIONS(1641), - [anon_sym_ends_DASHwith] = ACTIONS(1641), - [anon_sym_EQ_TILDE] = ACTIONS(1641), - [anon_sym_BANG_TILDE] = ACTIONS(1641), - [anon_sym_bit_DASHand] = ACTIONS(1641), - [anon_sym_bit_DASHxor] = ACTIONS(1641), - [anon_sym_bit_DASHor] = ACTIONS(1641), - [anon_sym_and] = ACTIONS(1641), - [anon_sym_xor] = ACTIONS(1641), - [anon_sym_or] = ACTIONS(1641), - [anon_sym_not] = ACTIONS(1641), - [anon_sym_null] = ACTIONS(1641), - [anon_sym_true] = ACTIONS(1641), - [anon_sym_false] = ACTIONS(1641), - [aux_sym__val_number_decimal_token1] = ACTIONS(1641), - [aux_sym__val_number_token1] = ACTIONS(1641), - [aux_sym__val_number_token2] = ACTIONS(1641), - [aux_sym__val_number_token3] = ACTIONS(1641), - [aux_sym__val_number_token4] = ACTIONS(1641), - [aux_sym__val_number_token5] = ACTIONS(1641), - [aux_sym__val_number_token6] = ACTIONS(1641), - [anon_sym_0b] = ACTIONS(1641), - [anon_sym_0o] = ACTIONS(1641), - [anon_sym_0x] = ACTIONS(1641), - [sym_val_date] = ACTIONS(1641), - [anon_sym_DQUOTE] = ACTIONS(1641), - [sym__str_single_quotes] = ACTIONS(1641), - [sym__str_back_ticks] = ACTIONS(1641), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1641), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1641), - [anon_sym_CARET] = ACTIONS(1641), + [aux_sym__command_parenthesized_body_repeat1] = STATE(616), + [anon_sym_SEMI] = ACTIONS(1960), + [anon_sym_LF] = ACTIONS(1962), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1960), + [anon_sym_PIPE] = ACTIONS(1960), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [621] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2562), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(621), - [ts_builtin_sym_end] = ACTIONS(1547), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(1645), + [aux_sym__command_parenthesized_body_repeat1] = STATE(629), + [anon_sym_SEMI] = ACTIONS(1964), + [anon_sym_LF] = ACTIONS(1966), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1964), + [anon_sym_PIPE] = ACTIONS(1964), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [622] = { + [sym_expr_parenthesized] = STATE(2384), + [sym_val_range] = STATE(2461), + [sym__value] = STATE(2461), + [sym_val_nothing] = STATE(2453), + [sym_val_bool] = STATE(2453), + [sym_val_variable] = STATE(2385), + [sym__var] = STATE(2150), + [sym_val_number] = STATE(2239), + [sym__val_number_decimal] = STATE(2119), + [sym__val_number] = STATE(2237), + [sym_val_duration] = STATE(2453), + [sym_val_filesize] = STATE(2453), + [sym_val_binary] = STATE(2453), + [sym_val_string] = STATE(2453), + [sym__str_double_quotes] = STATE(2567), + [sym_val_interpolated] = STATE(2453), + [sym__inter_single_quotes] = STATE(2503), + [sym__inter_double_quotes] = STATE(2465), + [sym_val_list] = STATE(2453), + [sym_val_record] = STATE(2453), + [sym_val_table] = STATE(2453), + [sym_val_closure] = STATE(2453), + [sym__cmd_arg] = STATE(2448), + [sym_redirection] = STATE(2432), + [sym__flag] = STATE(2433), + [sym_short_flag] = STATE(2441), + [sym_long_flag] = STATE(2441), + [sym_unquoted] = STATE(2442), [sym_comment] = STATE(622), - [anon_sym_export] = ACTIONS(1647), - [anon_sym_alias] = ACTIONS(1647), - [anon_sym_let] = ACTIONS(1647), - [anon_sym_let_DASHenv] = ACTIONS(1647), - [anon_sym_mut] = ACTIONS(1647), - [anon_sym_const] = ACTIONS(1647), - [anon_sym_SEMI] = ACTIONS(1647), - [sym_cmd_identifier] = ACTIONS(1647), - [anon_sym_LF] = ACTIONS(1649), - [anon_sym_def] = ACTIONS(1647), - [anon_sym_export_DASHenv] = ACTIONS(1647), - [anon_sym_extern] = ACTIONS(1647), - [anon_sym_module] = ACTIONS(1647), - [anon_sym_use] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1647), - [anon_sym_RPAREN] = ACTIONS(1647), - [anon_sym_DOLLAR] = ACTIONS(1647), - [anon_sym_error] = ACTIONS(1647), - [anon_sym_GT] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1647), - [anon_sym_break] = ACTIONS(1647), - [anon_sym_continue] = ACTIONS(1647), - [anon_sym_for] = ACTIONS(1647), - [anon_sym_in] = ACTIONS(1647), - [anon_sym_loop] = ACTIONS(1647), - [anon_sym_while] = ACTIONS(1647), - [anon_sym_do] = ACTIONS(1647), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_match] = ACTIONS(1647), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_RBRACE] = ACTIONS(1647), - [anon_sym_DOT] = ACTIONS(1647), - [anon_sym_try] = ACTIONS(1647), - [anon_sym_return] = ACTIONS(1647), - [anon_sym_source] = ACTIONS(1647), - [anon_sym_source_DASHenv] = ACTIONS(1647), - [anon_sym_register] = ACTIONS(1647), - [anon_sym_hide] = ACTIONS(1647), - [anon_sym_hide_DASHenv] = ACTIONS(1647), - [anon_sym_overlay] = ACTIONS(1647), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_where] = ACTIONS(1647), - [anon_sym_STAR_STAR] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_SLASH] = ACTIONS(1647), - [anon_sym_mod] = ACTIONS(1647), - [anon_sym_SLASH_SLASH] = ACTIONS(1647), - [anon_sym_PLUS] = ACTIONS(1647), - [anon_sym_bit_DASHshl] = ACTIONS(1647), - [anon_sym_bit_DASHshr] = ACTIONS(1647), - [anon_sym_EQ_EQ] = ACTIONS(1647), - [anon_sym_BANG_EQ] = ACTIONS(1647), - [anon_sym_LT2] = ACTIONS(1647), - [anon_sym_LT_EQ] = ACTIONS(1647), - [anon_sym_GT_EQ] = ACTIONS(1647), - [anon_sym_not_DASHin] = ACTIONS(1647), - [anon_sym_starts_DASHwith] = ACTIONS(1647), - [anon_sym_ends_DASHwith] = ACTIONS(1647), - [anon_sym_EQ_TILDE] = ACTIONS(1647), - [anon_sym_BANG_TILDE] = ACTIONS(1647), - [anon_sym_bit_DASHand] = ACTIONS(1647), - [anon_sym_bit_DASHxor] = ACTIONS(1647), - [anon_sym_bit_DASHor] = ACTIONS(1647), - [anon_sym_and] = ACTIONS(1647), - [anon_sym_xor] = ACTIONS(1647), - [anon_sym_or] = ACTIONS(1647), - [anon_sym_not] = ACTIONS(1647), - [anon_sym_null] = ACTIONS(1647), - [anon_sym_true] = ACTIONS(1647), - [anon_sym_false] = ACTIONS(1647), - [aux_sym__val_number_decimal_token1] = ACTIONS(1647), - [aux_sym__val_number_token1] = ACTIONS(1647), - [aux_sym__val_number_token2] = ACTIONS(1647), - [aux_sym__val_number_token3] = ACTIONS(1647), - [aux_sym__val_number_token4] = ACTIONS(1647), - [aux_sym__val_number_token5] = ACTIONS(1647), - [aux_sym__val_number_token6] = ACTIONS(1647), - [anon_sym_0b] = ACTIONS(1647), - [anon_sym_0o] = ACTIONS(1647), - [anon_sym_0x] = ACTIONS(1647), - [sym_val_date] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym__str_single_quotes] = ACTIONS(1647), - [sym__str_back_ticks] = ACTIONS(1647), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1647), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1647), - [anon_sym_CARET] = ACTIONS(1647), + [aux_sym_command_repeat1] = STATE(638), + [ts_builtin_sym_end] = ACTIONS(1634), + [anon_sym_SEMI] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_LBRACK] = ACTIONS(1910), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_PIPE] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1914), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_DOT] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1922), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_true] = ACTIONS(1926), + [anon_sym_false] = ACTIONS(1926), + [aux_sym__val_number_decimal_token1] = ACTIONS(1928), + [aux_sym__val_number_token1] = ACTIONS(1930), + [aux_sym__val_number_token2] = ACTIONS(1930), + [aux_sym__val_number_token3] = ACTIONS(1930), + [aux_sym__val_number_token4] = ACTIONS(1932), + [aux_sym__val_number_token5] = ACTIONS(1932), + [aux_sym__val_number_token6] = ACTIONS(1932), + [anon_sym_0b] = ACTIONS(1934), + [anon_sym_0o] = ACTIONS(1934), + [anon_sym_0x] = ACTIONS(1934), + [sym_val_date] = ACTIONS(1936), + [anon_sym_DQUOTE] = ACTIONS(1938), + [sym__str_single_quotes] = ACTIONS(1940), + [sym__str_back_ticks] = ACTIONS(1940), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1942), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1944), + [anon_sym_err_GT] = ACTIONS(1946), + [anon_sym_out_GT] = ACTIONS(1946), + [anon_sym_e_GT] = ACTIONS(1946), + [anon_sym_o_GT] = ACTIONS(1946), + [anon_sym_err_PLUSout_GT] = ACTIONS(1946), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1946), + [anon_sym_o_PLUSe_GT] = ACTIONS(1946), + [anon_sym_e_PLUSo_GT] = ACTIONS(1946), + [aux_sym_unquoted_token1] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(105), }, [623] = { + [sym_cell_path] = STATE(782), + [sym_path] = STATE(619), [sym_comment] = STATE(623), - [anon_sym_export] = ACTIONS(1651), - [anon_sym_alias] = ACTIONS(1651), - [anon_sym_let] = ACTIONS(1651), - [anon_sym_let_DASHenv] = ACTIONS(1651), - [anon_sym_mut] = ACTIONS(1651), - [anon_sym_const] = ACTIONS(1651), - [anon_sym_SEMI] = ACTIONS(1651), - [sym_cmd_identifier] = ACTIONS(1651), - [anon_sym_LF] = ACTIONS(1653), - [anon_sym_def] = ACTIONS(1651), - [anon_sym_export_DASHenv] = ACTIONS(1651), - [anon_sym_extern] = ACTIONS(1651), - [anon_sym_module] = ACTIONS(1651), - [anon_sym_use] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_LPAREN] = ACTIONS(1651), - [anon_sym_RPAREN] = ACTIONS(1651), - [anon_sym_DOLLAR] = ACTIONS(1651), - [anon_sym_error] = ACTIONS(1651), - [anon_sym_GT] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1651), - [anon_sym_break] = ACTIONS(1651), - [anon_sym_continue] = ACTIONS(1651), - [anon_sym_for] = ACTIONS(1651), - [anon_sym_in] = ACTIONS(1651), - [anon_sym_loop] = ACTIONS(1651), - [anon_sym_while] = ACTIONS(1651), - [anon_sym_do] = ACTIONS(1651), - [anon_sym_if] = ACTIONS(1651), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1651), - [anon_sym_DOT] = ACTIONS(1651), - [anon_sym_try] = ACTIONS(1651), - [anon_sym_return] = ACTIONS(1651), - [anon_sym_source] = ACTIONS(1651), - [anon_sym_source_DASHenv] = ACTIONS(1651), - [anon_sym_register] = ACTIONS(1651), - [anon_sym_hide] = ACTIONS(1651), - [anon_sym_hide_DASHenv] = ACTIONS(1651), - [anon_sym_overlay] = ACTIONS(1651), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_where] = ACTIONS(1651), - [anon_sym_STAR_STAR] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_SLASH] = ACTIONS(1651), - [anon_sym_mod] = ACTIONS(1651), - [anon_sym_SLASH_SLASH] = ACTIONS(1651), - [anon_sym_PLUS] = ACTIONS(1651), - [anon_sym_bit_DASHshl] = ACTIONS(1651), - [anon_sym_bit_DASHshr] = ACTIONS(1651), - [anon_sym_EQ_EQ] = ACTIONS(1651), - [anon_sym_BANG_EQ] = ACTIONS(1651), - [anon_sym_LT2] = ACTIONS(1651), - [anon_sym_LT_EQ] = ACTIONS(1651), - [anon_sym_GT_EQ] = ACTIONS(1651), - [anon_sym_not_DASHin] = ACTIONS(1651), - [anon_sym_starts_DASHwith] = ACTIONS(1651), - [anon_sym_ends_DASHwith] = ACTIONS(1651), - [anon_sym_EQ_TILDE] = ACTIONS(1651), - [anon_sym_BANG_TILDE] = ACTIONS(1651), - [anon_sym_bit_DASHand] = ACTIONS(1651), - [anon_sym_bit_DASHxor] = ACTIONS(1651), - [anon_sym_bit_DASHor] = ACTIONS(1651), - [anon_sym_and] = ACTIONS(1651), - [anon_sym_xor] = ACTIONS(1651), - [anon_sym_or] = ACTIONS(1651), - [anon_sym_not] = ACTIONS(1651), - [anon_sym_null] = ACTIONS(1651), - [anon_sym_true] = ACTIONS(1651), - [anon_sym_false] = ACTIONS(1651), - [aux_sym__val_number_decimal_token1] = ACTIONS(1651), - [aux_sym__val_number_token1] = ACTIONS(1651), - [aux_sym__val_number_token2] = ACTIONS(1651), - [aux_sym__val_number_token3] = ACTIONS(1651), - [aux_sym__val_number_token4] = ACTIONS(1651), - [aux_sym__val_number_token5] = ACTIONS(1651), - [aux_sym__val_number_token6] = ACTIONS(1651), - [anon_sym_0b] = ACTIONS(1651), - [anon_sym_0o] = ACTIONS(1651), - [anon_sym_0x] = ACTIONS(1651), - [sym_val_date] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym__str_single_quotes] = ACTIONS(1651), - [sym__str_back_ticks] = ACTIONS(1651), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1651), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1651), - [anon_sym_CARET] = ACTIONS(1651), + [ts_builtin_sym_end] = ACTIONS(717), + [anon_sym_SEMI] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_PIPE] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_err_GT] = ACTIONS(715), + [anon_sym_out_GT] = ACTIONS(715), + [anon_sym_e_GT] = ACTIONS(715), + [anon_sym_o_GT] = ACTIONS(715), + [anon_sym_err_PLUSout_GT] = ACTIONS(715), + [anon_sym_out_PLUSerr_GT] = ACTIONS(715), + [anon_sym_o_PLUSe_GT] = ACTIONS(715), + [anon_sym_e_PLUSo_GT] = ACTIONS(715), + [aux_sym_unquoted_token1] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [624] = { + [sym_expr_parenthesized] = STATE(2384), + [sym_val_range] = STATE(2461), + [sym__value] = STATE(2461), + [sym_val_nothing] = STATE(2453), + [sym_val_bool] = STATE(2453), + [sym_val_variable] = STATE(2385), + [sym__var] = STATE(2150), + [sym_val_number] = STATE(2239), + [sym__val_number_decimal] = STATE(2119), + [sym__val_number] = STATE(2237), + [sym_val_duration] = STATE(2453), + [sym_val_filesize] = STATE(2453), + [sym_val_binary] = STATE(2453), + [sym_val_string] = STATE(2453), + [sym__str_double_quotes] = STATE(2567), + [sym_val_interpolated] = STATE(2453), + [sym__inter_single_quotes] = STATE(2503), + [sym__inter_double_quotes] = STATE(2465), + [sym_val_list] = STATE(2453), + [sym_val_record] = STATE(2453), + [sym_val_table] = STATE(2453), + [sym_val_closure] = STATE(2453), + [sym__cmd_arg] = STATE(2448), + [sym_redirection] = STATE(2432), + [sym__flag] = STATE(2433), + [sym_short_flag] = STATE(2441), + [sym_long_flag] = STATE(2441), + [sym_unquoted] = STATE(2442), [sym_comment] = STATE(624), - [anon_sym_export] = ACTIONS(1655), - [anon_sym_alias] = ACTIONS(1655), - [anon_sym_let] = ACTIONS(1655), - [anon_sym_let_DASHenv] = ACTIONS(1655), - [anon_sym_mut] = ACTIONS(1655), - [anon_sym_const] = ACTIONS(1655), - [anon_sym_SEMI] = ACTIONS(1655), - [sym_cmd_identifier] = ACTIONS(1655), - [anon_sym_LF] = ACTIONS(1657), - [anon_sym_def] = ACTIONS(1655), - [anon_sym_export_DASHenv] = ACTIONS(1655), - [anon_sym_extern] = ACTIONS(1655), - [anon_sym_module] = ACTIONS(1655), - [anon_sym_use] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1655), - [anon_sym_LPAREN] = ACTIONS(1655), - [anon_sym_RPAREN] = ACTIONS(1655), - [anon_sym_DOLLAR] = ACTIONS(1655), - [anon_sym_error] = ACTIONS(1655), - [anon_sym_GT] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1655), - [anon_sym_break] = ACTIONS(1655), - [anon_sym_continue] = ACTIONS(1655), - [anon_sym_for] = ACTIONS(1655), - [anon_sym_in] = ACTIONS(1655), - [anon_sym_loop] = ACTIONS(1655), - [anon_sym_while] = ACTIONS(1655), - [anon_sym_do] = ACTIONS(1655), - [anon_sym_if] = ACTIONS(1655), - [anon_sym_match] = ACTIONS(1655), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_RBRACE] = ACTIONS(1655), - [anon_sym_DOT] = ACTIONS(1655), - [anon_sym_try] = ACTIONS(1655), - [anon_sym_return] = ACTIONS(1655), - [anon_sym_source] = ACTIONS(1655), - [anon_sym_source_DASHenv] = ACTIONS(1655), - [anon_sym_register] = ACTIONS(1655), - [anon_sym_hide] = ACTIONS(1655), - [anon_sym_hide_DASHenv] = ACTIONS(1655), - [anon_sym_overlay] = ACTIONS(1655), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_where] = ACTIONS(1655), - [anon_sym_STAR_STAR] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_SLASH] = ACTIONS(1655), - [anon_sym_mod] = ACTIONS(1655), - [anon_sym_SLASH_SLASH] = ACTIONS(1655), - [anon_sym_PLUS] = ACTIONS(1655), - [anon_sym_bit_DASHshl] = ACTIONS(1655), - [anon_sym_bit_DASHshr] = ACTIONS(1655), - [anon_sym_EQ_EQ] = ACTIONS(1655), - [anon_sym_BANG_EQ] = ACTIONS(1655), - [anon_sym_LT2] = ACTIONS(1655), - [anon_sym_LT_EQ] = ACTIONS(1655), - [anon_sym_GT_EQ] = ACTIONS(1655), - [anon_sym_not_DASHin] = ACTIONS(1655), - [anon_sym_starts_DASHwith] = ACTIONS(1655), - [anon_sym_ends_DASHwith] = ACTIONS(1655), - [anon_sym_EQ_TILDE] = ACTIONS(1655), - [anon_sym_BANG_TILDE] = ACTIONS(1655), - [anon_sym_bit_DASHand] = ACTIONS(1655), - [anon_sym_bit_DASHxor] = ACTIONS(1655), - [anon_sym_bit_DASHor] = ACTIONS(1655), - [anon_sym_and] = ACTIONS(1655), - [anon_sym_xor] = ACTIONS(1655), - [anon_sym_or] = ACTIONS(1655), - [anon_sym_not] = ACTIONS(1655), - [anon_sym_null] = ACTIONS(1655), - [anon_sym_true] = ACTIONS(1655), - [anon_sym_false] = ACTIONS(1655), - [aux_sym__val_number_decimal_token1] = ACTIONS(1655), - [aux_sym__val_number_token1] = ACTIONS(1655), - [aux_sym__val_number_token2] = ACTIONS(1655), - [aux_sym__val_number_token3] = ACTIONS(1655), - [aux_sym__val_number_token4] = ACTIONS(1655), - [aux_sym__val_number_token5] = ACTIONS(1655), - [aux_sym__val_number_token6] = ACTIONS(1655), - [anon_sym_0b] = ACTIONS(1655), - [anon_sym_0o] = ACTIONS(1655), - [anon_sym_0x] = ACTIONS(1655), - [sym_val_date] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym__str_single_quotes] = ACTIONS(1655), - [sym__str_back_ticks] = ACTIONS(1655), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1655), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1655), - [anon_sym_CARET] = ACTIONS(1655), + [aux_sym_command_repeat1] = STATE(622), + [ts_builtin_sym_end] = ACTIONS(1812), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_LF] = ACTIONS(1812), + [anon_sym_LBRACK] = ACTIONS(1910), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_PIPE] = ACTIONS(1810), + [anon_sym_DOLLAR] = ACTIONS(1914), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_DOT] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1922), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_true] = ACTIONS(1926), + [anon_sym_false] = ACTIONS(1926), + [aux_sym__val_number_decimal_token1] = ACTIONS(1928), + [aux_sym__val_number_token1] = ACTIONS(1930), + [aux_sym__val_number_token2] = ACTIONS(1930), + [aux_sym__val_number_token3] = ACTIONS(1930), + [aux_sym__val_number_token4] = ACTIONS(1932), + [aux_sym__val_number_token5] = ACTIONS(1932), + [aux_sym__val_number_token6] = ACTIONS(1932), + [anon_sym_0b] = ACTIONS(1934), + [anon_sym_0o] = ACTIONS(1934), + [anon_sym_0x] = ACTIONS(1934), + [sym_val_date] = ACTIONS(1936), + [anon_sym_DQUOTE] = ACTIONS(1938), + [sym__str_single_quotes] = ACTIONS(1940), + [sym__str_back_ticks] = ACTIONS(1940), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1942), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1944), + [anon_sym_err_GT] = ACTIONS(1946), + [anon_sym_out_GT] = ACTIONS(1946), + [anon_sym_e_GT] = ACTIONS(1946), + [anon_sym_o_GT] = ACTIONS(1946), + [anon_sym_err_PLUSout_GT] = ACTIONS(1946), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1946), + [anon_sym_o_PLUSe_GT] = ACTIONS(1946), + [anon_sym_e_PLUSo_GT] = ACTIONS(1946), + [aux_sym_unquoted_token1] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(105), }, [625] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2562), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(625), - [ts_builtin_sym_end] = ACTIONS(1534), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_DOT2] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_where] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_not] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1532), + [aux_sym__command_parenthesized_body_repeat1] = STATE(620), + [anon_sym_SEMI] = ACTIONS(1968), + [anon_sym_LF] = ACTIONS(1970), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1968), + [anon_sym_PIPE] = ACTIONS(1968), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [626] = { + [sym_expr_parenthesized] = STATE(2384), + [sym_val_range] = STATE(2461), + [sym__value] = STATE(2461), + [sym_val_nothing] = STATE(2453), + [sym_val_bool] = STATE(2453), + [sym_val_variable] = STATE(2385), + [sym__var] = STATE(2150), + [sym_val_number] = STATE(2239), + [sym__val_number_decimal] = STATE(2119), + [sym__val_number] = STATE(2237), + [sym_val_duration] = STATE(2453), + [sym_val_filesize] = STATE(2453), + [sym_val_binary] = STATE(2453), + [sym_val_string] = STATE(2453), + [sym__str_double_quotes] = STATE(2567), + [sym_val_interpolated] = STATE(2453), + [sym__inter_single_quotes] = STATE(2503), + [sym__inter_double_quotes] = STATE(2465), + [sym_val_list] = STATE(2453), + [sym_val_record] = STATE(2453), + [sym_val_table] = STATE(2453), + [sym_val_closure] = STATE(2453), + [sym__cmd_arg] = STATE(2448), + [sym_redirection] = STATE(2432), + [sym__flag] = STATE(2433), + [sym_short_flag] = STATE(2441), + [sym_long_flag] = STATE(2441), + [sym_unquoted] = STATE(2442), [sym_comment] = STATE(626), - [anon_sym_export] = ACTIONS(1659), - [anon_sym_alias] = ACTIONS(1659), - [anon_sym_let] = ACTIONS(1659), - [anon_sym_let_DASHenv] = ACTIONS(1659), - [anon_sym_mut] = ACTIONS(1659), - [anon_sym_const] = ACTIONS(1659), - [anon_sym_SEMI] = ACTIONS(1659), - [sym_cmd_identifier] = ACTIONS(1659), - [anon_sym_LF] = ACTIONS(1661), - [anon_sym_def] = ACTIONS(1659), - [anon_sym_export_DASHenv] = ACTIONS(1659), - [anon_sym_extern] = ACTIONS(1659), - [anon_sym_module] = ACTIONS(1659), - [anon_sym_use] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1659), - [anon_sym_LPAREN] = ACTIONS(1659), - [anon_sym_RPAREN] = ACTIONS(1659), - [anon_sym_DOLLAR] = ACTIONS(1659), - [anon_sym_error] = ACTIONS(1659), - [anon_sym_GT] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1659), - [anon_sym_break] = ACTIONS(1659), - [anon_sym_continue] = ACTIONS(1659), - [anon_sym_for] = ACTIONS(1659), - [anon_sym_in] = ACTIONS(1659), - [anon_sym_loop] = ACTIONS(1659), - [anon_sym_while] = ACTIONS(1659), - [anon_sym_do] = ACTIONS(1659), - [anon_sym_if] = ACTIONS(1659), - [anon_sym_match] = ACTIONS(1659), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_RBRACE] = ACTIONS(1659), - [anon_sym_DOT] = ACTIONS(1659), - [anon_sym_try] = ACTIONS(1659), - [anon_sym_return] = ACTIONS(1659), - [anon_sym_source] = ACTIONS(1659), - [anon_sym_source_DASHenv] = ACTIONS(1659), - [anon_sym_register] = ACTIONS(1659), - [anon_sym_hide] = ACTIONS(1659), - [anon_sym_hide_DASHenv] = ACTIONS(1659), - [anon_sym_overlay] = ACTIONS(1659), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_where] = ACTIONS(1659), - [anon_sym_STAR_STAR] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_SLASH] = ACTIONS(1659), - [anon_sym_mod] = ACTIONS(1659), - [anon_sym_SLASH_SLASH] = ACTIONS(1659), - [anon_sym_PLUS] = ACTIONS(1659), - [anon_sym_bit_DASHshl] = ACTIONS(1659), - [anon_sym_bit_DASHshr] = ACTIONS(1659), - [anon_sym_EQ_EQ] = ACTIONS(1659), - [anon_sym_BANG_EQ] = ACTIONS(1659), - [anon_sym_LT2] = ACTIONS(1659), - [anon_sym_LT_EQ] = ACTIONS(1659), - [anon_sym_GT_EQ] = ACTIONS(1659), - [anon_sym_not_DASHin] = ACTIONS(1659), - [anon_sym_starts_DASHwith] = ACTIONS(1659), - [anon_sym_ends_DASHwith] = ACTIONS(1659), - [anon_sym_EQ_TILDE] = ACTIONS(1659), - [anon_sym_BANG_TILDE] = ACTIONS(1659), - [anon_sym_bit_DASHand] = ACTIONS(1659), - [anon_sym_bit_DASHxor] = ACTIONS(1659), - [anon_sym_bit_DASHor] = ACTIONS(1659), - [anon_sym_and] = ACTIONS(1659), - [anon_sym_xor] = ACTIONS(1659), - [anon_sym_or] = ACTIONS(1659), - [anon_sym_not] = ACTIONS(1659), - [anon_sym_null] = ACTIONS(1659), - [anon_sym_true] = ACTIONS(1659), - [anon_sym_false] = ACTIONS(1659), - [aux_sym__val_number_decimal_token1] = ACTIONS(1659), - [aux_sym__val_number_token1] = ACTIONS(1659), - [aux_sym__val_number_token2] = ACTIONS(1659), - [aux_sym__val_number_token3] = ACTIONS(1659), - [aux_sym__val_number_token4] = ACTIONS(1659), - [aux_sym__val_number_token5] = ACTIONS(1659), - [aux_sym__val_number_token6] = ACTIONS(1659), - [anon_sym_0b] = ACTIONS(1659), - [anon_sym_0o] = ACTIONS(1659), - [anon_sym_0x] = ACTIONS(1659), - [sym_val_date] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym__str_single_quotes] = ACTIONS(1659), - [sym__str_back_ticks] = ACTIONS(1659), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1659), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1659), - [anon_sym_CARET] = ACTIONS(1659), + [aux_sym_command_repeat1] = STATE(638), + [ts_builtin_sym_end] = ACTIONS(1820), + [anon_sym_SEMI] = ACTIONS(1818), + [anon_sym_LF] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1910), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_PIPE] = ACTIONS(1818), + [anon_sym_DOLLAR] = ACTIONS(1914), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_DOT] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1922), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_true] = ACTIONS(1926), + [anon_sym_false] = ACTIONS(1926), + [aux_sym__val_number_decimal_token1] = ACTIONS(1928), + [aux_sym__val_number_token1] = ACTIONS(1930), + [aux_sym__val_number_token2] = ACTIONS(1930), + [aux_sym__val_number_token3] = ACTIONS(1930), + [aux_sym__val_number_token4] = ACTIONS(1932), + [aux_sym__val_number_token5] = ACTIONS(1932), + [aux_sym__val_number_token6] = ACTIONS(1932), + [anon_sym_0b] = ACTIONS(1934), + [anon_sym_0o] = ACTIONS(1934), + [anon_sym_0x] = ACTIONS(1934), + [sym_val_date] = ACTIONS(1936), + [anon_sym_DQUOTE] = ACTIONS(1938), + [sym__str_single_quotes] = ACTIONS(1940), + [sym__str_back_ticks] = ACTIONS(1940), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1942), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1944), + [anon_sym_err_GT] = ACTIONS(1946), + [anon_sym_out_GT] = ACTIONS(1946), + [anon_sym_e_GT] = ACTIONS(1946), + [anon_sym_o_GT] = ACTIONS(1946), + [anon_sym_err_PLUSout_GT] = ACTIONS(1946), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1946), + [anon_sym_o_PLUSe_GT] = ACTIONS(1946), + [anon_sym_e_PLUSo_GT] = ACTIONS(1946), + [aux_sym_unquoted_token1] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(105), }, [627] = { + [sym__command_name] = STATE(1186), + [sym_scope_pattern] = STATE(1276), + [sym_wild_card] = STATE(1267), + [sym_command_list] = STATE(1266), + [sym_val_string] = STATE(1016), + [sym__str_double_quotes] = STATE(965), [sym_comment] = STATE(627), - [anon_sym_export] = ACTIONS(1663), - [anon_sym_alias] = ACTIONS(1663), - [anon_sym_let] = ACTIONS(1663), - [anon_sym_let_DASHenv] = ACTIONS(1663), - [anon_sym_mut] = ACTIONS(1663), - [anon_sym_const] = ACTIONS(1663), - [anon_sym_SEMI] = ACTIONS(1663), - [sym_cmd_identifier] = ACTIONS(1663), - [anon_sym_LF] = ACTIONS(1665), - [anon_sym_def] = ACTIONS(1663), - [anon_sym_export_DASHenv] = ACTIONS(1663), - [anon_sym_extern] = ACTIONS(1663), - [anon_sym_module] = ACTIONS(1663), - [anon_sym_use] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1663), - [anon_sym_LPAREN] = ACTIONS(1663), - [anon_sym_RPAREN] = ACTIONS(1663), - [anon_sym_DOLLAR] = ACTIONS(1663), - [anon_sym_error] = ACTIONS(1663), - [anon_sym_GT] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1663), - [anon_sym_break] = ACTIONS(1663), - [anon_sym_continue] = ACTIONS(1663), - [anon_sym_for] = ACTIONS(1663), - [anon_sym_in] = ACTIONS(1663), - [anon_sym_loop] = ACTIONS(1663), - [anon_sym_while] = ACTIONS(1663), - [anon_sym_do] = ACTIONS(1663), - [anon_sym_if] = ACTIONS(1663), - [anon_sym_match] = ACTIONS(1663), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_RBRACE] = ACTIONS(1663), - [anon_sym_DOT] = ACTIONS(1663), - [anon_sym_try] = ACTIONS(1663), - [anon_sym_return] = ACTIONS(1663), - [anon_sym_source] = ACTIONS(1663), - [anon_sym_source_DASHenv] = ACTIONS(1663), - [anon_sym_register] = ACTIONS(1663), - [anon_sym_hide] = ACTIONS(1663), - [anon_sym_hide_DASHenv] = ACTIONS(1663), - [anon_sym_overlay] = ACTIONS(1663), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_where] = ACTIONS(1663), - [anon_sym_STAR_STAR] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_SLASH] = ACTIONS(1663), - [anon_sym_mod] = ACTIONS(1663), - [anon_sym_SLASH_SLASH] = ACTIONS(1663), - [anon_sym_PLUS] = ACTIONS(1663), - [anon_sym_bit_DASHshl] = ACTIONS(1663), - [anon_sym_bit_DASHshr] = ACTIONS(1663), - [anon_sym_EQ_EQ] = ACTIONS(1663), - [anon_sym_BANG_EQ] = ACTIONS(1663), - [anon_sym_LT2] = ACTIONS(1663), - [anon_sym_LT_EQ] = ACTIONS(1663), - [anon_sym_GT_EQ] = ACTIONS(1663), - [anon_sym_not_DASHin] = ACTIONS(1663), - [anon_sym_starts_DASHwith] = ACTIONS(1663), - [anon_sym_ends_DASHwith] = ACTIONS(1663), - [anon_sym_EQ_TILDE] = ACTIONS(1663), - [anon_sym_BANG_TILDE] = ACTIONS(1663), - [anon_sym_bit_DASHand] = ACTIONS(1663), - [anon_sym_bit_DASHxor] = ACTIONS(1663), - [anon_sym_bit_DASHor] = ACTIONS(1663), - [anon_sym_and] = ACTIONS(1663), - [anon_sym_xor] = ACTIONS(1663), - [anon_sym_or] = ACTIONS(1663), - [anon_sym_not] = ACTIONS(1663), - [anon_sym_null] = ACTIONS(1663), - [anon_sym_true] = ACTIONS(1663), - [anon_sym_false] = ACTIONS(1663), - [aux_sym__val_number_decimal_token1] = ACTIONS(1663), - [aux_sym__val_number_token1] = ACTIONS(1663), - [aux_sym__val_number_token2] = ACTIONS(1663), - [aux_sym__val_number_token3] = ACTIONS(1663), - [aux_sym__val_number_token4] = ACTIONS(1663), - [aux_sym__val_number_token5] = ACTIONS(1663), - [aux_sym__val_number_token6] = ACTIONS(1663), - [anon_sym_0b] = ACTIONS(1663), - [anon_sym_0o] = ACTIONS(1663), - [anon_sym_0x] = ACTIONS(1663), - [sym_val_date] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym__str_single_quotes] = ACTIONS(1663), - [sym__str_back_ticks] = ACTIONS(1663), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1663), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1663), - [anon_sym_CARET] = ACTIONS(1663), + [ts_builtin_sym_end] = ACTIONS(1724), + [anon_sym_export] = ACTIONS(1720), + [anon_sym_alias] = ACTIONS(1720), + [anon_sym_let] = ACTIONS(1720), + [anon_sym_let_DASHenv] = ACTIONS(1720), + [anon_sym_mut] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_SEMI] = ACTIONS(1720), + [sym_cmd_identifier] = ACTIONS(1950), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_def] = ACTIONS(1720), + [anon_sym_export_DASHenv] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym_module] = ACTIONS(1720), + [anon_sym_use] = ACTIONS(1720), + [anon_sym_LBRACK] = ACTIONS(1952), + [anon_sym_LPAREN] = ACTIONS(1720), + [anon_sym_DOLLAR] = ACTIONS(1720), + [anon_sym_error] = ACTIONS(1720), + [anon_sym_DASH] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1720), + [anon_sym_continue] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1720), + [anon_sym_loop] = ACTIONS(1720), + [anon_sym_while] = ACTIONS(1720), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_if] = ACTIONS(1720), + [anon_sym_match] = ACTIONS(1720), + [anon_sym_LBRACE] = ACTIONS(1720), + [anon_sym_DOT] = ACTIONS(1720), + [anon_sym_try] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_source] = ACTIONS(1720), + [anon_sym_source_DASHenv] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_hide] = ACTIONS(1720), + [anon_sym_hide_DASHenv] = ACTIONS(1720), + [anon_sym_overlay] = ACTIONS(1720), + [anon_sym_STAR] = ACTIONS(1954), + [anon_sym_where] = ACTIONS(1720), + [anon_sym_PLUS] = ACTIONS(1720), + [anon_sym_not] = ACTIONS(1720), + [anon_sym_null] = ACTIONS(1720), + [anon_sym_true] = ACTIONS(1720), + [anon_sym_false] = ACTIONS(1720), + [aux_sym__val_number_decimal_token1] = ACTIONS(1720), + [aux_sym__val_number_token1] = ACTIONS(1720), + [aux_sym__val_number_token2] = ACTIONS(1720), + [aux_sym__val_number_token3] = ACTIONS(1720), + [aux_sym__val_number_token4] = ACTIONS(1720), + [aux_sym__val_number_token5] = ACTIONS(1720), + [aux_sym__val_number_token6] = ACTIONS(1720), + [anon_sym_0b] = ACTIONS(1720), + [anon_sym_0o] = ACTIONS(1720), + [anon_sym_0x] = ACTIONS(1720), + [sym_val_date] = ACTIONS(1720), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym__str_single_quotes] = ACTIONS(1958), + [sym__str_back_ticks] = ACTIONS(1958), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1720), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1720), + [anon_sym_CARET] = ACTIONS(1720), [anon_sym_POUND] = ACTIONS(105), }, [628] = { [sym_comment] = STATE(628), - [anon_sym_export] = ACTIONS(1667), - [anon_sym_alias] = ACTIONS(1667), - [anon_sym_let] = ACTIONS(1667), - [anon_sym_let_DASHenv] = ACTIONS(1667), - [anon_sym_mut] = ACTIONS(1667), - [anon_sym_const] = ACTIONS(1667), - [anon_sym_SEMI] = ACTIONS(1667), - [sym_cmd_identifier] = ACTIONS(1667), - [anon_sym_LF] = ACTIONS(1669), - [anon_sym_def] = ACTIONS(1667), - [anon_sym_export_DASHenv] = ACTIONS(1667), - [anon_sym_extern] = ACTIONS(1667), - [anon_sym_module] = ACTIONS(1667), - [anon_sym_use] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1667), - [anon_sym_LPAREN] = ACTIONS(1667), - [anon_sym_RPAREN] = ACTIONS(1667), - [anon_sym_DOLLAR] = ACTIONS(1667), - [anon_sym_error] = ACTIONS(1667), - [anon_sym_GT] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1667), - [anon_sym_break] = ACTIONS(1667), - [anon_sym_continue] = ACTIONS(1667), - [anon_sym_for] = ACTIONS(1667), - [anon_sym_in] = ACTIONS(1667), - [anon_sym_loop] = ACTIONS(1667), - [anon_sym_while] = ACTIONS(1667), - [anon_sym_do] = ACTIONS(1667), - [anon_sym_if] = ACTIONS(1667), - [anon_sym_match] = ACTIONS(1667), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_RBRACE] = ACTIONS(1667), - [anon_sym_DOT] = ACTIONS(1667), - [anon_sym_try] = ACTIONS(1667), - [anon_sym_return] = ACTIONS(1667), - [anon_sym_source] = ACTIONS(1667), - [anon_sym_source_DASHenv] = ACTIONS(1667), - [anon_sym_register] = ACTIONS(1667), - [anon_sym_hide] = ACTIONS(1667), - [anon_sym_hide_DASHenv] = ACTIONS(1667), - [anon_sym_overlay] = ACTIONS(1667), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_where] = ACTIONS(1667), - [anon_sym_STAR_STAR] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_SLASH] = ACTIONS(1667), - [anon_sym_mod] = ACTIONS(1667), - [anon_sym_SLASH_SLASH] = ACTIONS(1667), - [anon_sym_PLUS] = ACTIONS(1667), - [anon_sym_bit_DASHshl] = ACTIONS(1667), - [anon_sym_bit_DASHshr] = ACTIONS(1667), - [anon_sym_EQ_EQ] = ACTIONS(1667), - [anon_sym_BANG_EQ] = ACTIONS(1667), - [anon_sym_LT2] = ACTIONS(1667), - [anon_sym_LT_EQ] = ACTIONS(1667), - [anon_sym_GT_EQ] = ACTIONS(1667), - [anon_sym_not_DASHin] = ACTIONS(1667), - [anon_sym_starts_DASHwith] = ACTIONS(1667), - [anon_sym_ends_DASHwith] = ACTIONS(1667), - [anon_sym_EQ_TILDE] = ACTIONS(1667), - [anon_sym_BANG_TILDE] = ACTIONS(1667), - [anon_sym_bit_DASHand] = ACTIONS(1667), - [anon_sym_bit_DASHxor] = ACTIONS(1667), - [anon_sym_bit_DASHor] = ACTIONS(1667), - [anon_sym_and] = ACTIONS(1667), - [anon_sym_xor] = ACTIONS(1667), - [anon_sym_or] = ACTIONS(1667), - [anon_sym_not] = ACTIONS(1667), - [anon_sym_null] = ACTIONS(1667), - [anon_sym_true] = ACTIONS(1667), - [anon_sym_false] = ACTIONS(1667), - [aux_sym__val_number_decimal_token1] = ACTIONS(1667), - [aux_sym__val_number_token1] = ACTIONS(1667), - [aux_sym__val_number_token2] = ACTIONS(1667), - [aux_sym__val_number_token3] = ACTIONS(1667), - [aux_sym__val_number_token4] = ACTIONS(1667), - [aux_sym__val_number_token5] = ACTIONS(1667), - [aux_sym__val_number_token6] = ACTIONS(1667), - [anon_sym_0b] = ACTIONS(1667), - [anon_sym_0o] = ACTIONS(1667), - [anon_sym_0x] = ACTIONS(1667), - [sym_val_date] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym__str_single_quotes] = ACTIONS(1667), - [sym__str_back_ticks] = ACTIONS(1667), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1667), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1667), - [anon_sym_CARET] = ACTIONS(1667), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1816), [anon_sym_POUND] = ACTIONS(105), }, [629] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2562), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(629), - [anon_sym_export] = ACTIONS(1671), - [anon_sym_alias] = ACTIONS(1671), - [anon_sym_let] = ACTIONS(1671), - [anon_sym_let_DASHenv] = ACTIONS(1671), - [anon_sym_mut] = ACTIONS(1671), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_SEMI] = ACTIONS(1671), - [sym_cmd_identifier] = ACTIONS(1671), - [anon_sym_LF] = ACTIONS(1673), - [anon_sym_def] = ACTIONS(1671), - [anon_sym_export_DASHenv] = ACTIONS(1671), - [anon_sym_extern] = ACTIONS(1671), - [anon_sym_module] = ACTIONS(1671), - [anon_sym_use] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1671), - [anon_sym_RPAREN] = ACTIONS(1671), - [anon_sym_DOLLAR] = ACTIONS(1671), - [anon_sym_error] = ACTIONS(1671), - [anon_sym_GT] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1671), - [anon_sym_break] = ACTIONS(1671), - [anon_sym_continue] = ACTIONS(1671), - [anon_sym_for] = ACTIONS(1671), - [anon_sym_in] = ACTIONS(1671), - [anon_sym_loop] = ACTIONS(1671), - [anon_sym_while] = ACTIONS(1671), - [anon_sym_do] = ACTIONS(1671), - [anon_sym_if] = ACTIONS(1671), - [anon_sym_match] = ACTIONS(1671), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_RBRACE] = ACTIONS(1671), - [anon_sym_DOT] = ACTIONS(1671), - [anon_sym_try] = ACTIONS(1671), - [anon_sym_return] = ACTIONS(1671), - [anon_sym_source] = ACTIONS(1671), - [anon_sym_source_DASHenv] = ACTIONS(1671), - [anon_sym_register] = ACTIONS(1671), - [anon_sym_hide] = ACTIONS(1671), - [anon_sym_hide_DASHenv] = ACTIONS(1671), - [anon_sym_overlay] = ACTIONS(1671), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_where] = ACTIONS(1671), - [anon_sym_STAR_STAR] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_SLASH] = ACTIONS(1671), - [anon_sym_mod] = ACTIONS(1671), - [anon_sym_SLASH_SLASH] = ACTIONS(1671), - [anon_sym_PLUS] = ACTIONS(1671), - [anon_sym_bit_DASHshl] = ACTIONS(1671), - [anon_sym_bit_DASHshr] = ACTIONS(1671), - [anon_sym_EQ_EQ] = ACTIONS(1671), - [anon_sym_BANG_EQ] = ACTIONS(1671), - [anon_sym_LT2] = ACTIONS(1671), - [anon_sym_LT_EQ] = ACTIONS(1671), - [anon_sym_GT_EQ] = ACTIONS(1671), - [anon_sym_not_DASHin] = ACTIONS(1671), - [anon_sym_starts_DASHwith] = ACTIONS(1671), - [anon_sym_ends_DASHwith] = ACTIONS(1671), - [anon_sym_EQ_TILDE] = ACTIONS(1671), - [anon_sym_BANG_TILDE] = ACTIONS(1671), - [anon_sym_bit_DASHand] = ACTIONS(1671), - [anon_sym_bit_DASHxor] = ACTIONS(1671), - [anon_sym_bit_DASHor] = ACTIONS(1671), - [anon_sym_and] = ACTIONS(1671), - [anon_sym_xor] = ACTIONS(1671), - [anon_sym_or] = ACTIONS(1671), - [anon_sym_not] = ACTIONS(1671), - [anon_sym_null] = ACTIONS(1671), - [anon_sym_true] = ACTIONS(1671), - [anon_sym_false] = ACTIONS(1671), - [aux_sym__val_number_decimal_token1] = ACTIONS(1671), - [aux_sym__val_number_token1] = ACTIONS(1671), - [aux_sym__val_number_token2] = ACTIONS(1671), - [aux_sym__val_number_token3] = ACTIONS(1671), - [aux_sym__val_number_token4] = ACTIONS(1671), - [aux_sym__val_number_token5] = ACTIONS(1671), - [aux_sym__val_number_token6] = ACTIONS(1671), - [anon_sym_0b] = ACTIONS(1671), - [anon_sym_0o] = ACTIONS(1671), - [anon_sym_0x] = ACTIONS(1671), - [sym_val_date] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym__str_single_quotes] = ACTIONS(1671), - [sym__str_back_ticks] = ACTIONS(1671), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1671), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1671), - [anon_sym_CARET] = ACTIONS(1671), + [aux_sym__command_parenthesized_body_repeat1] = STATE(616), + [anon_sym_SEMI] = ACTIONS(1972), + [anon_sym_LF] = ACTIONS(1974), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(1972), + [anon_sym_PIPE] = ACTIONS(1972), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [630] = { + [sym_path] = STATE(739), [sym_comment] = STATE(630), - [anon_sym_export] = ACTIONS(1675), - [anon_sym_alias] = ACTIONS(1675), - [anon_sym_let] = ACTIONS(1675), - [anon_sym_let_DASHenv] = ACTIONS(1675), - [anon_sym_mut] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_SEMI] = ACTIONS(1675), - [sym_cmd_identifier] = ACTIONS(1675), - [anon_sym_LF] = ACTIONS(1677), - [anon_sym_def] = ACTIONS(1675), - [anon_sym_export_DASHenv] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym_module] = ACTIONS(1675), - [anon_sym_use] = ACTIONS(1675), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_LPAREN] = ACTIONS(1675), - [anon_sym_RPAREN] = ACTIONS(1675), - [anon_sym_DOLLAR] = ACTIONS(1675), - [anon_sym_error] = ACTIONS(1675), - [anon_sym_GT] = ACTIONS(1675), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_in] = ACTIONS(1675), - [anon_sym_loop] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_match] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1675), - [anon_sym_RBRACE] = ACTIONS(1675), - [anon_sym_DOT] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_source] = ACTIONS(1675), - [anon_sym_source_DASHenv] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_hide] = ACTIONS(1675), - [anon_sym_hide_DASHenv] = ACTIONS(1675), - [anon_sym_overlay] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1675), - [anon_sym_where] = ACTIONS(1675), - [anon_sym_STAR_STAR] = ACTIONS(1675), - [anon_sym_PLUS_PLUS] = ACTIONS(1675), - [anon_sym_SLASH] = ACTIONS(1675), - [anon_sym_mod] = ACTIONS(1675), - [anon_sym_SLASH_SLASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_bit_DASHshl] = ACTIONS(1675), - [anon_sym_bit_DASHshr] = ACTIONS(1675), - [anon_sym_EQ_EQ] = ACTIONS(1675), - [anon_sym_BANG_EQ] = ACTIONS(1675), - [anon_sym_LT2] = ACTIONS(1675), - [anon_sym_LT_EQ] = ACTIONS(1675), - [anon_sym_GT_EQ] = ACTIONS(1675), - [anon_sym_not_DASHin] = ACTIONS(1675), - [anon_sym_starts_DASHwith] = ACTIONS(1675), - [anon_sym_ends_DASHwith] = ACTIONS(1675), - [anon_sym_EQ_TILDE] = ACTIONS(1675), - [anon_sym_BANG_TILDE] = ACTIONS(1675), - [anon_sym_bit_DASHand] = ACTIONS(1675), - [anon_sym_bit_DASHxor] = ACTIONS(1675), - [anon_sym_bit_DASHor] = ACTIONS(1675), - [anon_sym_and] = ACTIONS(1675), - [anon_sym_xor] = ACTIONS(1675), - [anon_sym_or] = ACTIONS(1675), - [anon_sym_not] = ACTIONS(1675), - [anon_sym_null] = ACTIONS(1675), - [anon_sym_true] = ACTIONS(1675), - [anon_sym_false] = ACTIONS(1675), - [aux_sym__val_number_decimal_token1] = ACTIONS(1675), - [aux_sym__val_number_token1] = ACTIONS(1675), - [aux_sym__val_number_token2] = ACTIONS(1675), - [aux_sym__val_number_token3] = ACTIONS(1675), - [aux_sym__val_number_token4] = ACTIONS(1675), - [aux_sym__val_number_token5] = ACTIONS(1675), - [aux_sym__val_number_token6] = ACTIONS(1675), - [anon_sym_0b] = ACTIONS(1675), - [anon_sym_0o] = ACTIONS(1675), - [anon_sym_0x] = ACTIONS(1675), - [sym_val_date] = ACTIONS(1675), - [anon_sym_DQUOTE] = ACTIONS(1675), - [sym__str_single_quotes] = ACTIONS(1675), - [sym__str_back_ticks] = ACTIONS(1675), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1675), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1675), - [anon_sym_CARET] = ACTIONS(1675), + [aux_sym_cell_path_repeat1] = STATE(630), + [ts_builtin_sym_end] = ACTIONS(762), + [anon_sym_SEMI] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_PIPE] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_GT] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_in] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(1976), + [anon_sym_STAR] = ACTIONS(760), + [anon_sym_STAR_STAR] = ACTIONS(760), + [anon_sym_PLUS_PLUS] = ACTIONS(760), + [anon_sym_SLASH] = ACTIONS(760), + [anon_sym_mod] = ACTIONS(760), + [anon_sym_SLASH_SLASH] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_bit_DASHshl] = ACTIONS(760), + [anon_sym_bit_DASHshr] = ACTIONS(760), + [anon_sym_EQ_EQ] = ACTIONS(760), + [anon_sym_BANG_EQ] = ACTIONS(760), + [anon_sym_LT2] = ACTIONS(760), + [anon_sym_LT_EQ] = ACTIONS(760), + [anon_sym_GT_EQ] = ACTIONS(760), + [anon_sym_not_DASHin] = ACTIONS(760), + [anon_sym_starts_DASHwith] = ACTIONS(760), + [anon_sym_ends_DASHwith] = ACTIONS(760), + [anon_sym_EQ_TILDE] = ACTIONS(760), + [anon_sym_BANG_TILDE] = ACTIONS(760), + [anon_sym_bit_DASHand] = ACTIONS(760), + [anon_sym_bit_DASHxor] = ACTIONS(760), + [anon_sym_bit_DASHor] = ACTIONS(760), + [anon_sym_and] = ACTIONS(760), + [anon_sym_xor] = ACTIONS(760), + [anon_sym_or] = ACTIONS(760), + [anon_sym_null] = ACTIONS(760), + [anon_sym_true] = ACTIONS(760), + [anon_sym_false] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_0b] = ACTIONS(760), + [anon_sym_0o] = ACTIONS(760), + [anon_sym_0x] = ACTIONS(760), + [sym_val_date] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(760), + [anon_sym_err_GT] = ACTIONS(760), + [anon_sym_out_GT] = ACTIONS(760), + [anon_sym_e_GT] = ACTIONS(760), + [anon_sym_o_GT] = ACTIONS(760), + [anon_sym_err_PLUSout_GT] = ACTIONS(760), + [anon_sym_out_PLUSerr_GT] = ACTIONS(760), + [anon_sym_o_PLUSe_GT] = ACTIONS(760), + [anon_sym_e_PLUSo_GT] = ACTIONS(760), + [aux_sym_unquoted_token1] = ACTIONS(760), [anon_sym_POUND] = ACTIONS(105), }, [631] = { + [sym_cell_path] = STATE(839), + [sym_path] = STATE(619), [sym_comment] = STATE(631), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_error] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_try] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_where] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_not] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_CARET] = ACTIONS(213), + [ts_builtin_sym_end] = ACTIONS(791), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_DOT] = ACTIONS(789), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_null] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym__val_number_decimal_token1] = ACTIONS(789), + [aux_sym__val_number_token1] = ACTIONS(789), + [aux_sym__val_number_token2] = ACTIONS(789), + [aux_sym__val_number_token3] = ACTIONS(789), + [aux_sym__val_number_token4] = ACTIONS(789), + [aux_sym__val_number_token5] = ACTIONS(789), + [aux_sym__val_number_token6] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_err_GT] = ACTIONS(789), + [anon_sym_out_GT] = ACTIONS(789), + [anon_sym_e_GT] = ACTIONS(789), + [anon_sym_o_GT] = ACTIONS(789), + [anon_sym_err_PLUSout_GT] = ACTIONS(789), + [anon_sym_out_PLUSerr_GT] = ACTIONS(789), + [anon_sym_o_PLUSe_GT] = ACTIONS(789), + [anon_sym_e_PLUSo_GT] = ACTIONS(789), + [aux_sym_unquoted_token1] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(105), }, [632] = { [sym_comment] = STATE(632), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1557), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1559), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1557), - [anon_sym_bit_DASHshl] = ACTIONS(1565), - [anon_sym_bit_DASHshr] = ACTIONS(1565), - [anon_sym_EQ_EQ] = ACTIONS(1555), - [anon_sym_BANG_EQ] = ACTIONS(1555), - [anon_sym_LT2] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1555), - [anon_sym_GT_EQ] = ACTIONS(1555), - [anon_sym_not_DASHin] = ACTIONS(1559), - [anon_sym_starts_DASHwith] = ACTIONS(1559), - [anon_sym_ends_DASHwith] = ACTIONS(1559), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), [anon_sym_POUND] = ACTIONS(105), }, [633] = { + [sym_cell_path] = STATE(834), + [sym_path] = STATE(619), [sym_comment] = STATE(633), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(817), + [anon_sym_SEMI] = ACTIONS(815), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_LBRACK] = ACTIONS(815), + [anon_sym_LPAREN] = ACTIONS(815), + [anon_sym_PIPE] = ACTIONS(815), + [anon_sym_DOLLAR] = ACTIONS(815), + [anon_sym_GT] = ACTIONS(815), + [anon_sym_DASH] = ACTIONS(815), + [anon_sym_in] = ACTIONS(815), + [anon_sym_LBRACE] = ACTIONS(815), + [anon_sym_DOT] = ACTIONS(815), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(815), + [anon_sym_STAR_STAR] = ACTIONS(815), + [anon_sym_PLUS_PLUS] = ACTIONS(815), + [anon_sym_SLASH] = ACTIONS(815), + [anon_sym_mod] = ACTIONS(815), + [anon_sym_SLASH_SLASH] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(815), + [anon_sym_bit_DASHshl] = ACTIONS(815), + [anon_sym_bit_DASHshr] = ACTIONS(815), + [anon_sym_EQ_EQ] = ACTIONS(815), + [anon_sym_BANG_EQ] = ACTIONS(815), + [anon_sym_LT2] = ACTIONS(815), + [anon_sym_LT_EQ] = ACTIONS(815), + [anon_sym_GT_EQ] = ACTIONS(815), + [anon_sym_not_DASHin] = ACTIONS(815), + [anon_sym_starts_DASHwith] = ACTIONS(815), + [anon_sym_ends_DASHwith] = ACTIONS(815), + [anon_sym_EQ_TILDE] = ACTIONS(815), + [anon_sym_BANG_TILDE] = ACTIONS(815), + [anon_sym_bit_DASHand] = ACTIONS(815), + [anon_sym_bit_DASHxor] = ACTIONS(815), + [anon_sym_bit_DASHor] = ACTIONS(815), + [anon_sym_and] = ACTIONS(815), + [anon_sym_xor] = ACTIONS(815), + [anon_sym_or] = ACTIONS(815), + [anon_sym_null] = ACTIONS(815), + [anon_sym_true] = ACTIONS(815), + [anon_sym_false] = ACTIONS(815), + [aux_sym__val_number_decimal_token1] = ACTIONS(815), + [aux_sym__val_number_token1] = ACTIONS(815), + [aux_sym__val_number_token2] = ACTIONS(815), + [aux_sym__val_number_token3] = ACTIONS(815), + [aux_sym__val_number_token4] = ACTIONS(815), + [aux_sym__val_number_token5] = ACTIONS(815), + [aux_sym__val_number_token6] = ACTIONS(815), + [anon_sym_0b] = ACTIONS(815), + [anon_sym_0o] = ACTIONS(815), + [anon_sym_0x] = ACTIONS(815), + [sym_val_date] = ACTIONS(815), + [anon_sym_DQUOTE] = ACTIONS(815), + [sym__str_single_quotes] = ACTIONS(815), + [sym__str_back_ticks] = ACTIONS(815), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(815), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(815), + [anon_sym_err_GT] = ACTIONS(815), + [anon_sym_out_GT] = ACTIONS(815), + [anon_sym_e_GT] = ACTIONS(815), + [anon_sym_o_GT] = ACTIONS(815), + [anon_sym_err_PLUSout_GT] = ACTIONS(815), + [anon_sym_out_PLUSerr_GT] = ACTIONS(815), + [anon_sym_o_PLUSe_GT] = ACTIONS(815), + [anon_sym_e_PLUSo_GT] = ACTIONS(815), + [aux_sym_unquoted_token1] = ACTIONS(815), [anon_sym_POUND] = ACTIONS(105), }, [634] = { + [sym_path] = STATE(739), [sym_comment] = STATE(634), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), + [aux_sym_cell_path_repeat1] = STATE(630), + [ts_builtin_sym_end] = ACTIONS(735), + [anon_sym_SEMI] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_PIPE] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_GT] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_in] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_STAR] = ACTIONS(733), + [anon_sym_STAR_STAR] = ACTIONS(733), + [anon_sym_PLUS_PLUS] = ACTIONS(733), + [anon_sym_SLASH] = ACTIONS(733), + [anon_sym_mod] = ACTIONS(733), + [anon_sym_SLASH_SLASH] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_bit_DASHshl] = ACTIONS(733), + [anon_sym_bit_DASHshr] = ACTIONS(733), + [anon_sym_EQ_EQ] = ACTIONS(733), + [anon_sym_BANG_EQ] = ACTIONS(733), + [anon_sym_LT2] = ACTIONS(733), + [anon_sym_LT_EQ] = ACTIONS(733), + [anon_sym_GT_EQ] = ACTIONS(733), + [anon_sym_not_DASHin] = ACTIONS(733), + [anon_sym_starts_DASHwith] = ACTIONS(733), + [anon_sym_ends_DASHwith] = ACTIONS(733), + [anon_sym_EQ_TILDE] = ACTIONS(733), + [anon_sym_BANG_TILDE] = ACTIONS(733), + [anon_sym_bit_DASHand] = ACTIONS(733), + [anon_sym_bit_DASHxor] = ACTIONS(733), + [anon_sym_bit_DASHor] = ACTIONS(733), + [anon_sym_and] = ACTIONS(733), + [anon_sym_xor] = ACTIONS(733), + [anon_sym_or] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_err_GT] = ACTIONS(733), + [anon_sym_out_GT] = ACTIONS(733), + [anon_sym_e_GT] = ACTIONS(733), + [anon_sym_o_GT] = ACTIONS(733), + [anon_sym_err_PLUSout_GT] = ACTIONS(733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(733), + [anon_sym_o_PLUSe_GT] = ACTIONS(733), + [anon_sym_e_PLUSo_GT] = ACTIONS(733), + [aux_sym_unquoted_token1] = ACTIONS(733), [anon_sym_POUND] = ACTIONS(105), }, [635] = { + [sym_cell_path] = STATE(690), + [sym_path] = STATE(637), [sym_comment] = STATE(635), - [anon_sym_export] = ACTIONS(1679), - [anon_sym_alias] = ACTIONS(1679), - [anon_sym_let] = ACTIONS(1679), - [anon_sym_let_DASHenv] = ACTIONS(1679), - [anon_sym_mut] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_SEMI] = ACTIONS(1679), - [sym_cmd_identifier] = ACTIONS(1679), - [anon_sym_LF] = ACTIONS(1681), - [anon_sym_def] = ACTIONS(1679), - [anon_sym_export_DASHenv] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym_module] = ACTIONS(1679), - [anon_sym_use] = ACTIONS(1679), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_LPAREN] = ACTIONS(1679), - [anon_sym_RPAREN] = ACTIONS(1679), - [anon_sym_DOLLAR] = ACTIONS(1679), - [anon_sym_error] = ACTIONS(1679), - [anon_sym_GT] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_in] = ACTIONS(1679), - [anon_sym_loop] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_match] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1679), - [anon_sym_RBRACE] = ACTIONS(1679), - [anon_sym_DOT] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_source] = ACTIONS(1679), - [anon_sym_source_DASHenv] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_hide] = ACTIONS(1679), - [anon_sym_hide_DASHenv] = ACTIONS(1679), - [anon_sym_overlay] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1679), - [anon_sym_where] = ACTIONS(1679), - [anon_sym_STAR_STAR] = ACTIONS(1679), - [anon_sym_PLUS_PLUS] = ACTIONS(1679), - [anon_sym_SLASH] = ACTIONS(1679), - [anon_sym_mod] = ACTIONS(1679), - [anon_sym_SLASH_SLASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_bit_DASHshl] = ACTIONS(1679), - [anon_sym_bit_DASHshr] = ACTIONS(1679), - [anon_sym_EQ_EQ] = ACTIONS(1679), - [anon_sym_BANG_EQ] = ACTIONS(1679), - [anon_sym_LT2] = ACTIONS(1679), - [anon_sym_LT_EQ] = ACTIONS(1679), - [anon_sym_GT_EQ] = ACTIONS(1679), - [anon_sym_not_DASHin] = ACTIONS(1679), - [anon_sym_starts_DASHwith] = ACTIONS(1679), - [anon_sym_ends_DASHwith] = ACTIONS(1679), - [anon_sym_EQ_TILDE] = ACTIONS(1679), - [anon_sym_BANG_TILDE] = ACTIONS(1679), - [anon_sym_bit_DASHand] = ACTIONS(1679), - [anon_sym_bit_DASHxor] = ACTIONS(1679), - [anon_sym_bit_DASHor] = ACTIONS(1679), - [anon_sym_and] = ACTIONS(1679), - [anon_sym_xor] = ACTIONS(1679), - [anon_sym_or] = ACTIONS(1679), - [anon_sym_not] = ACTIONS(1679), - [anon_sym_null] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1679), - [anon_sym_false] = ACTIONS(1679), - [aux_sym__val_number_decimal_token1] = ACTIONS(1679), - [aux_sym__val_number_token1] = ACTIONS(1679), - [aux_sym__val_number_token2] = ACTIONS(1679), - [aux_sym__val_number_token3] = ACTIONS(1679), - [aux_sym__val_number_token4] = ACTIONS(1679), - [aux_sym__val_number_token5] = ACTIONS(1679), - [aux_sym__val_number_token6] = ACTIONS(1679), - [anon_sym_0b] = ACTIONS(1679), - [anon_sym_0o] = ACTIONS(1679), - [anon_sym_0x] = ACTIONS(1679), - [sym_val_date] = ACTIONS(1679), - [anon_sym_DQUOTE] = ACTIONS(1679), - [sym__str_single_quotes] = ACTIONS(1679), - [sym__str_back_ticks] = ACTIONS(1679), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1679), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1679), - [anon_sym_CARET] = ACTIONS(1679), + [ts_builtin_sym_end] = ACTIONS(717), + [anon_sym_SEMI] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_PIPE] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_GT] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_in] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_STAR_STAR] = ACTIONS(715), + [anon_sym_PLUS_PLUS] = ACTIONS(715), + [anon_sym_SLASH] = ACTIONS(715), + [anon_sym_mod] = ACTIONS(715), + [anon_sym_SLASH_SLASH] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_bit_DASHshl] = ACTIONS(715), + [anon_sym_bit_DASHshr] = ACTIONS(715), + [anon_sym_EQ_EQ] = ACTIONS(715), + [anon_sym_BANG_EQ] = ACTIONS(715), + [anon_sym_LT2] = ACTIONS(715), + [anon_sym_LT_EQ] = ACTIONS(715), + [anon_sym_GT_EQ] = ACTIONS(715), + [anon_sym_not_DASHin] = ACTIONS(715), + [anon_sym_starts_DASHwith] = ACTIONS(715), + [anon_sym_ends_DASHwith] = ACTIONS(715), + [anon_sym_EQ_TILDE] = ACTIONS(715), + [anon_sym_BANG_TILDE] = ACTIONS(715), + [anon_sym_bit_DASHand] = ACTIONS(715), + [anon_sym_bit_DASHxor] = ACTIONS(715), + [anon_sym_bit_DASHor] = ACTIONS(715), + [anon_sym_and] = ACTIONS(715), + [anon_sym_xor] = ACTIONS(715), + [anon_sym_or] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_err_GT] = ACTIONS(715), + [anon_sym_out_GT] = ACTIONS(715), + [anon_sym_e_GT] = ACTIONS(715), + [anon_sym_o_GT] = ACTIONS(715), + [anon_sym_err_PLUSout_GT] = ACTIONS(715), + [anon_sym_out_PLUSerr_GT] = ACTIONS(715), + [anon_sym_o_PLUSe_GT] = ACTIONS(715), + [anon_sym_e_PLUSo_GT] = ACTIONS(715), + [aux_sym_unquoted_token1] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [636] = { + [sym__expression] = STATE(2577), + [sym_expr_unary] = STATE(828), + [sym__expr_unary_minus] = STATE(829), + [sym_expr_binary] = STATE(828), + [sym__expr_binary_expression] = STATE(3481), + [sym_expr_parenthesized] = STATE(687), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(828), + [sym_val_nothing] = STATE(775), + [sym_val_bool] = STATE(775), + [sym_val_variable] = STATE(757), + [sym__var] = STATE(635), + [sym_val_number] = STATE(664), + [sym__val_number_decimal] = STATE(582), + [sym__val_number] = STATE(666), + [sym_val_duration] = STATE(775), + [sym_val_filesize] = STATE(775), + [sym_val_binary] = STATE(775), + [sym_val_string] = STATE(775), + [sym__str_double_quotes] = STATE(776), + [sym_val_interpolated] = STATE(775), + [sym__inter_single_quotes] = STATE(787), + [sym__inter_double_quotes] = STATE(788), + [sym_val_list] = STATE(775), + [sym_val_record] = STATE(775), + [sym_val_table] = STATE(775), + [sym_val_closure] = STATE(775), + [sym_unquoted] = STATE(2572), [sym_comment] = STATE(636), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_RPAREN] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_where] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_not] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_CARET] = ACTIONS(1513), + [ts_builtin_sym_end] = ACTIONS(1678), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1982), + [anon_sym_LPAREN] = ACTIONS(1984), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1986), + [anon_sym_DASH] = ACTIONS(1988), + [anon_sym_LBRACE] = ACTIONS(1990), + [anon_sym_DOT] = ACTIONS(1992), + [anon_sym_PLUS] = ACTIONS(1994), + [anon_sym_not] = ACTIONS(1996), + [anon_sym_null] = ACTIONS(1998), + [anon_sym_true] = ACTIONS(2000), + [anon_sym_false] = ACTIONS(2000), + [aux_sym__val_number_decimal_token1] = ACTIONS(2002), + [aux_sym__val_number_token1] = ACTIONS(2004), + [aux_sym__val_number_token2] = ACTIONS(2004), + [aux_sym__val_number_token3] = ACTIONS(2004), + [aux_sym__val_number_token4] = ACTIONS(2006), + [aux_sym__val_number_token5] = ACTIONS(2006), + [aux_sym__val_number_token6] = ACTIONS(2006), + [anon_sym_0b] = ACTIONS(2008), + [anon_sym_0o] = ACTIONS(2008), + [anon_sym_0x] = ACTIONS(2008), + [sym_val_date] = ACTIONS(2010), + [anon_sym_DQUOTE] = ACTIONS(2012), + [sym__str_single_quotes] = ACTIONS(2014), + [sym__str_back_ticks] = ACTIONS(2014), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2016), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2018), + [anon_sym_err_GT] = ACTIONS(1676), + [anon_sym_out_GT] = ACTIONS(1676), + [anon_sym_e_GT] = ACTIONS(1676), + [anon_sym_o_GT] = ACTIONS(1676), + [anon_sym_err_PLUSout_GT] = ACTIONS(1676), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1676), + [anon_sym_o_PLUSe_GT] = ACTIONS(1676), + [anon_sym_e_PLUSo_GT] = ACTIONS(1676), + [aux_sym_unquoted_token1] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(105), }, [637] = { + [sym_path] = STATE(739), [sym_comment] = STATE(637), - [anon_sym_export] = ACTIONS(1683), - [anon_sym_alias] = ACTIONS(1683), - [anon_sym_let] = ACTIONS(1683), - [anon_sym_let_DASHenv] = ACTIONS(1683), - [anon_sym_mut] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_SEMI] = ACTIONS(1683), - [sym_cmd_identifier] = ACTIONS(1683), - [anon_sym_LF] = ACTIONS(1685), - [anon_sym_def] = ACTIONS(1683), - [anon_sym_export_DASHenv] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym_module] = ACTIONS(1683), - [anon_sym_use] = ACTIONS(1683), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_LPAREN] = ACTIONS(1683), - [anon_sym_RPAREN] = ACTIONS(1683), - [anon_sym_DOLLAR] = ACTIONS(1683), - [anon_sym_error] = ACTIONS(1683), - [anon_sym_GT] = ACTIONS(1683), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_in] = ACTIONS(1683), - [anon_sym_loop] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_match] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1683), - [anon_sym_RBRACE] = ACTIONS(1683), - [anon_sym_DOT] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_source] = ACTIONS(1683), - [anon_sym_source_DASHenv] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_hide] = ACTIONS(1683), - [anon_sym_hide_DASHenv] = ACTIONS(1683), - [anon_sym_overlay] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1683), - [anon_sym_where] = ACTIONS(1683), - [anon_sym_STAR_STAR] = ACTIONS(1683), - [anon_sym_PLUS_PLUS] = ACTIONS(1683), - [anon_sym_SLASH] = ACTIONS(1683), - [anon_sym_mod] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_bit_DASHshl] = ACTIONS(1683), - [anon_sym_bit_DASHshr] = ACTIONS(1683), - [anon_sym_EQ_EQ] = ACTIONS(1683), - [anon_sym_BANG_EQ] = ACTIONS(1683), - [anon_sym_LT2] = ACTIONS(1683), - [anon_sym_LT_EQ] = ACTIONS(1683), - [anon_sym_GT_EQ] = ACTIONS(1683), - [anon_sym_not_DASHin] = ACTIONS(1683), - [anon_sym_starts_DASHwith] = ACTIONS(1683), - [anon_sym_ends_DASHwith] = ACTIONS(1683), - [anon_sym_EQ_TILDE] = ACTIONS(1683), - [anon_sym_BANG_TILDE] = ACTIONS(1683), - [anon_sym_bit_DASHand] = ACTIONS(1683), - [anon_sym_bit_DASHxor] = ACTIONS(1683), - [anon_sym_bit_DASHor] = ACTIONS(1683), - [anon_sym_and] = ACTIONS(1683), - [anon_sym_xor] = ACTIONS(1683), - [anon_sym_or] = ACTIONS(1683), - [anon_sym_not] = ACTIONS(1683), - [anon_sym_null] = ACTIONS(1683), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [aux_sym__val_number_decimal_token1] = ACTIONS(1683), - [aux_sym__val_number_token1] = ACTIONS(1683), - [aux_sym__val_number_token2] = ACTIONS(1683), - [aux_sym__val_number_token3] = ACTIONS(1683), - [aux_sym__val_number_token4] = ACTIONS(1683), - [aux_sym__val_number_token5] = ACTIONS(1683), - [aux_sym__val_number_token6] = ACTIONS(1683), - [anon_sym_0b] = ACTIONS(1683), - [anon_sym_0o] = ACTIONS(1683), - [anon_sym_0x] = ACTIONS(1683), - [sym_val_date] = ACTIONS(1683), - [anon_sym_DQUOTE] = ACTIONS(1683), - [sym__str_single_quotes] = ACTIONS(1683), - [sym__str_back_ticks] = ACTIONS(1683), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1683), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1683), - [anon_sym_CARET] = ACTIONS(1683), + [aux_sym_cell_path_repeat1] = STATE(634), + [ts_builtin_sym_end] = ACTIONS(747), + [anon_sym_SEMI] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_PIPE] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_GT] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_in] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(745), + [anon_sym_STAR_STAR] = ACTIONS(745), + [anon_sym_PLUS_PLUS] = ACTIONS(745), + [anon_sym_SLASH] = ACTIONS(745), + [anon_sym_mod] = ACTIONS(745), + [anon_sym_SLASH_SLASH] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_bit_DASHshl] = ACTIONS(745), + [anon_sym_bit_DASHshr] = ACTIONS(745), + [anon_sym_EQ_EQ] = ACTIONS(745), + [anon_sym_BANG_EQ] = ACTIONS(745), + [anon_sym_LT2] = ACTIONS(745), + [anon_sym_LT_EQ] = ACTIONS(745), + [anon_sym_GT_EQ] = ACTIONS(745), + [anon_sym_not_DASHin] = ACTIONS(745), + [anon_sym_starts_DASHwith] = ACTIONS(745), + [anon_sym_ends_DASHwith] = ACTIONS(745), + [anon_sym_EQ_TILDE] = ACTIONS(745), + [anon_sym_BANG_TILDE] = ACTIONS(745), + [anon_sym_bit_DASHand] = ACTIONS(745), + [anon_sym_bit_DASHxor] = ACTIONS(745), + [anon_sym_bit_DASHor] = ACTIONS(745), + [anon_sym_and] = ACTIONS(745), + [anon_sym_xor] = ACTIONS(745), + [anon_sym_or] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_err_GT] = ACTIONS(745), + [anon_sym_out_GT] = ACTIONS(745), + [anon_sym_e_GT] = ACTIONS(745), + [anon_sym_o_GT] = ACTIONS(745), + [anon_sym_err_PLUSout_GT] = ACTIONS(745), + [anon_sym_out_PLUSerr_GT] = ACTIONS(745), + [anon_sym_o_PLUSe_GT] = ACTIONS(745), + [anon_sym_e_PLUSo_GT] = ACTIONS(745), + [aux_sym_unquoted_token1] = ACTIONS(745), [anon_sym_POUND] = ACTIONS(105), }, [638] = { + [sym_expr_parenthesized] = STATE(2384), + [sym_val_range] = STATE(2461), + [sym__value] = STATE(2461), + [sym_val_nothing] = STATE(2453), + [sym_val_bool] = STATE(2453), + [sym_val_variable] = STATE(2385), + [sym__var] = STATE(2150), + [sym_val_number] = STATE(2239), + [sym__val_number_decimal] = STATE(2119), + [sym__val_number] = STATE(2237), + [sym_val_duration] = STATE(2453), + [sym_val_filesize] = STATE(2453), + [sym_val_binary] = STATE(2453), + [sym_val_string] = STATE(2453), + [sym__str_double_quotes] = STATE(2567), + [sym_val_interpolated] = STATE(2453), + [sym__inter_single_quotes] = STATE(2503), + [sym__inter_double_quotes] = STATE(2465), + [sym_val_list] = STATE(2453), + [sym_val_record] = STATE(2453), + [sym_val_table] = STATE(2453), + [sym_val_closure] = STATE(2453), + [sym__cmd_arg] = STATE(2448), + [sym_redirection] = STATE(2432), + [sym__flag] = STATE(2433), + [sym_short_flag] = STATE(2441), + [sym_long_flag] = STATE(2441), + [sym_unquoted] = STATE(2442), [sym_comment] = STATE(638), - [anon_sym_export] = ACTIONS(1687), - [anon_sym_alias] = ACTIONS(1687), - [anon_sym_let] = ACTIONS(1687), - [anon_sym_let_DASHenv] = ACTIONS(1687), - [anon_sym_mut] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1687), - [sym_cmd_identifier] = ACTIONS(1687), - [anon_sym_LF] = ACTIONS(1689), - [anon_sym_def] = ACTIONS(1687), - [anon_sym_export_DASHenv] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym_module] = ACTIONS(1687), - [anon_sym_use] = ACTIONS(1687), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_LPAREN] = ACTIONS(1687), - [anon_sym_RPAREN] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(1687), - [anon_sym_error] = ACTIONS(1687), - [anon_sym_GT] = ACTIONS(1687), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_in] = ACTIONS(1687), - [anon_sym_loop] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_match] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_RBRACE] = ACTIONS(1687), - [anon_sym_DOT] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_source] = ACTIONS(1687), - [anon_sym_source_DASHenv] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_hide] = ACTIONS(1687), - [anon_sym_hide_DASHenv] = ACTIONS(1687), - [anon_sym_overlay] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1687), - [anon_sym_where] = ACTIONS(1687), - [anon_sym_STAR_STAR] = ACTIONS(1687), - [anon_sym_PLUS_PLUS] = ACTIONS(1687), - [anon_sym_SLASH] = ACTIONS(1687), - [anon_sym_mod] = ACTIONS(1687), - [anon_sym_SLASH_SLASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_bit_DASHshl] = ACTIONS(1687), - [anon_sym_bit_DASHshr] = ACTIONS(1687), - [anon_sym_EQ_EQ] = ACTIONS(1687), - [anon_sym_BANG_EQ] = ACTIONS(1687), - [anon_sym_LT2] = ACTIONS(1687), - [anon_sym_LT_EQ] = ACTIONS(1687), - [anon_sym_GT_EQ] = ACTIONS(1687), - [anon_sym_not_DASHin] = ACTIONS(1687), - [anon_sym_starts_DASHwith] = ACTIONS(1687), - [anon_sym_ends_DASHwith] = ACTIONS(1687), - [anon_sym_EQ_TILDE] = ACTIONS(1687), - [anon_sym_BANG_TILDE] = ACTIONS(1687), - [anon_sym_bit_DASHand] = ACTIONS(1687), - [anon_sym_bit_DASHxor] = ACTIONS(1687), - [anon_sym_bit_DASHor] = ACTIONS(1687), - [anon_sym_and] = ACTIONS(1687), - [anon_sym_xor] = ACTIONS(1687), - [anon_sym_or] = ACTIONS(1687), - [anon_sym_not] = ACTIONS(1687), - [anon_sym_null] = ACTIONS(1687), - [anon_sym_true] = ACTIONS(1687), - [anon_sym_false] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1687), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1687), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_0b] = ACTIONS(1687), - [anon_sym_0o] = ACTIONS(1687), - [anon_sym_0x] = ACTIONS(1687), - [sym_val_date] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1687), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1687), - [anon_sym_CARET] = ACTIONS(1687), + [aux_sym_command_repeat1] = STATE(638), + [ts_builtin_sym_end] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_LF] = ACTIONS(1748), + [anon_sym_LBRACK] = ACTIONS(2020), + [anon_sym_LPAREN] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(1746), + [anon_sym_DOLLAR] = ACTIONS(2026), + [anon_sym_DASH] = ACTIONS(2029), + [anon_sym_LBRACE] = ACTIONS(2032), + [anon_sym_DOT] = ACTIONS(2035), + [anon_sym_PLUS] = ACTIONS(2038), + [anon_sym_null] = ACTIONS(2041), + [anon_sym_true] = ACTIONS(2044), + [anon_sym_false] = ACTIONS(2044), + [aux_sym__val_number_decimal_token1] = ACTIONS(2047), + [aux_sym__val_number_token1] = ACTIONS(2050), + [aux_sym__val_number_token2] = ACTIONS(2050), + [aux_sym__val_number_token3] = ACTIONS(2050), + [aux_sym__val_number_token4] = ACTIONS(2053), + [aux_sym__val_number_token5] = ACTIONS(2053), + [aux_sym__val_number_token6] = ACTIONS(2053), + [anon_sym_0b] = ACTIONS(2056), + [anon_sym_0o] = ACTIONS(2056), + [anon_sym_0x] = ACTIONS(2056), + [sym_val_date] = ACTIONS(2059), + [anon_sym_DQUOTE] = ACTIONS(2062), + [sym__str_single_quotes] = ACTIONS(2065), + [sym__str_back_ticks] = ACTIONS(2065), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2068), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2071), + [anon_sym_err_GT] = ACTIONS(2074), + [anon_sym_out_GT] = ACTIONS(2074), + [anon_sym_e_GT] = ACTIONS(2074), + [anon_sym_o_GT] = ACTIONS(2074), + [anon_sym_err_PLUSout_GT] = ACTIONS(2074), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2074), + [anon_sym_o_PLUSe_GT] = ACTIONS(2074), + [anon_sym_e_PLUSo_GT] = ACTIONS(2074), + [aux_sym_unquoted_token1] = ACTIONS(2077), [anon_sym_POUND] = ACTIONS(105), }, [639] = { + [sym_cell_path] = STATE(838), + [sym_path] = STATE(619), [sym_comment] = STATE(639), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(824), + [anon_sym_SEMI] = ACTIONS(822), + [anon_sym_LF] = ACTIONS(824), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_PIPE] = ACTIONS(822), + [anon_sym_DOLLAR] = ACTIONS(822), + [anon_sym_GT] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_in] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(822), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(822), + [anon_sym_STAR_STAR] = ACTIONS(822), + [anon_sym_PLUS_PLUS] = ACTIONS(822), + [anon_sym_SLASH] = ACTIONS(822), + [anon_sym_mod] = ACTIONS(822), + [anon_sym_SLASH_SLASH] = ACTIONS(822), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_bit_DASHshl] = ACTIONS(822), + [anon_sym_bit_DASHshr] = ACTIONS(822), + [anon_sym_EQ_EQ] = ACTIONS(822), + [anon_sym_BANG_EQ] = ACTIONS(822), + [anon_sym_LT2] = ACTIONS(822), + [anon_sym_LT_EQ] = ACTIONS(822), + [anon_sym_GT_EQ] = ACTIONS(822), + [anon_sym_not_DASHin] = ACTIONS(822), + [anon_sym_starts_DASHwith] = ACTIONS(822), + [anon_sym_ends_DASHwith] = ACTIONS(822), + [anon_sym_EQ_TILDE] = ACTIONS(822), + [anon_sym_BANG_TILDE] = ACTIONS(822), + [anon_sym_bit_DASHand] = ACTIONS(822), + [anon_sym_bit_DASHxor] = ACTIONS(822), + [anon_sym_bit_DASHor] = ACTIONS(822), + [anon_sym_and] = ACTIONS(822), + [anon_sym_xor] = ACTIONS(822), + [anon_sym_or] = ACTIONS(822), + [anon_sym_null] = ACTIONS(822), + [anon_sym_true] = ACTIONS(822), + [anon_sym_false] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(822), + [aux_sym__val_number_token2] = ACTIONS(822), + [aux_sym__val_number_token3] = ACTIONS(822), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(822), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_0b] = ACTIONS(822), + [anon_sym_0o] = ACTIONS(822), + [anon_sym_0x] = ACTIONS(822), + [sym_val_date] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(822), + [sym__str_single_quotes] = ACTIONS(822), + [sym__str_back_ticks] = ACTIONS(822), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(822), + [anon_sym_err_GT] = ACTIONS(822), + [anon_sym_out_GT] = ACTIONS(822), + [anon_sym_e_GT] = ACTIONS(822), + [anon_sym_o_GT] = ACTIONS(822), + [anon_sym_err_PLUSout_GT] = ACTIONS(822), + [anon_sym_out_PLUSerr_GT] = ACTIONS(822), + [anon_sym_o_PLUSe_GT] = ACTIONS(822), + [anon_sym_e_PLUSo_GT] = ACTIONS(822), + [aux_sym_unquoted_token1] = ACTIONS(822), [anon_sym_POUND] = ACTIONS(105), }, [640] = { [sym_comment] = STATE(640), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1561), - [anon_sym_mod] = ACTIONS(1561), - [anon_sym_SLASH_SLASH] = ACTIONS(1561), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [sym_filesize_unit] = ACTIONS(2080), + [sym_duration_unit] = ACTIONS(2082), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_err_GT] = ACTIONS(868), + [anon_sym_out_GT] = ACTIONS(868), + [anon_sym_e_GT] = ACTIONS(868), + [anon_sym_o_GT] = ACTIONS(868), + [anon_sym_err_PLUSout_GT] = ACTIONS(868), + [anon_sym_out_PLUSerr_GT] = ACTIONS(868), + [anon_sym_o_PLUSe_GT] = ACTIONS(868), + [anon_sym_e_PLUSo_GT] = ACTIONS(868), + [aux_sym_unquoted_token1] = ACTIONS(868), [anon_sym_POUND] = ACTIONS(105), }, [641] = { [sym_comment] = STATE(641), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_RPAREN] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_where] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_not] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(905), + [anon_sym_LF] = ACTIONS(907), + [anon_sym_LBRACK] = ACTIONS(905), + [anon_sym_LPAREN] = ACTIONS(905), + [anon_sym_RPAREN] = ACTIONS(905), + [anon_sym_PIPE] = ACTIONS(905), + [anon_sym_DOLLAR] = ACTIONS(905), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_in] = ACTIONS(905), + [anon_sym_LBRACE] = ACTIONS(905), + [anon_sym_RBRACE] = ACTIONS(905), + [anon_sym_DOT] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_STAR_STAR] = ACTIONS(905), + [anon_sym_PLUS_PLUS] = ACTIONS(905), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(905), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_bit_DASHshl] = ACTIONS(905), + [anon_sym_bit_DASHshr] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(905), + [anon_sym_BANG_EQ] = ACTIONS(905), + [anon_sym_LT2] = ACTIONS(905), + [anon_sym_LT_EQ] = ACTIONS(905), + [anon_sym_GT_EQ] = ACTIONS(905), + [anon_sym_not_DASHin] = ACTIONS(905), + [anon_sym_starts_DASHwith] = ACTIONS(905), + [anon_sym_ends_DASHwith] = ACTIONS(905), + [anon_sym_EQ_TILDE] = ACTIONS(905), + [anon_sym_BANG_TILDE] = ACTIONS(905), + [anon_sym_bit_DASHand] = ACTIONS(905), + [anon_sym_bit_DASHxor] = ACTIONS(905), + [anon_sym_bit_DASHor] = ACTIONS(905), + [anon_sym_and] = ACTIONS(905), + [anon_sym_xor] = ACTIONS(905), + [anon_sym_or] = ACTIONS(905), + [anon_sym_null] = ACTIONS(905), + [anon_sym_true] = ACTIONS(905), + [anon_sym_false] = ACTIONS(905), + [aux_sym__val_number_decimal_token1] = ACTIONS(905), + [aux_sym__val_number_token1] = ACTIONS(905), + [aux_sym__val_number_token2] = ACTIONS(905), + [aux_sym__val_number_token3] = ACTIONS(905), + [aux_sym__val_number_token4] = ACTIONS(905), + [aux_sym__val_number_token5] = ACTIONS(905), + [aux_sym__val_number_token6] = ACTIONS(905), + [sym_filesize_unit] = ACTIONS(905), + [sym_duration_unit] = ACTIONS(905), + [anon_sym_0b] = ACTIONS(905), + [anon_sym_0o] = ACTIONS(905), + [anon_sym_0x] = ACTIONS(905), + [sym_val_date] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(905), + [sym__str_single_quotes] = ACTIONS(905), + [sym__str_back_ticks] = ACTIONS(905), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(905), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(905), + [anon_sym_err_GT] = ACTIONS(905), + [anon_sym_out_GT] = ACTIONS(905), + [anon_sym_e_GT] = ACTIONS(905), + [anon_sym_o_GT] = ACTIONS(905), + [anon_sym_err_PLUSout_GT] = ACTIONS(905), + [anon_sym_out_PLUSerr_GT] = ACTIONS(905), + [anon_sym_o_PLUSe_GT] = ACTIONS(905), + [anon_sym_e_PLUSo_GT] = ACTIONS(905), + [aux_sym_unquoted_token1] = ACTIONS(905), [anon_sym_POUND] = ACTIONS(105), }, [642] = { [sym_comment] = STATE(642), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), + [aux_sym_unquoted_token6] = ACTIONS(1736), [anon_sym_POUND] = ACTIONS(105), }, [643] = { [sym_comment] = STATE(643), - [ts_builtin_sym_end] = ACTIONS(1522), - [anon_sym_export] = ACTIONS(1520), - [anon_sym_alias] = ACTIONS(1520), - [anon_sym_let] = ACTIONS(1520), - [anon_sym_let_DASHenv] = ACTIONS(1520), - [anon_sym_mut] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1520), - [sym_cmd_identifier] = ACTIONS(1520), - [anon_sym_LF] = ACTIONS(1522), - [anon_sym_def] = ACTIONS(1520), - [anon_sym_export_DASHenv] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym_module] = ACTIONS(1520), - [anon_sym_use] = ACTIONS(1520), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_DOLLAR] = ACTIONS(1520), - [anon_sym_error] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_loop] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_match] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_try] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_source] = ACTIONS(1520), - [anon_sym_source_DASHenv] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_hide] = ACTIONS(1520), - [anon_sym_hide_DASHenv] = ACTIONS(1520), - [anon_sym_overlay] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1520), - [anon_sym_STAR_STAR] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_SLASH] = ACTIONS(1520), - [anon_sym_mod] = ACTIONS(1520), - [anon_sym_SLASH_SLASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_bit_DASHshl] = ACTIONS(1520), - [anon_sym_bit_DASHshr] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_LT2] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_not_DASHin] = ACTIONS(1520), - [anon_sym_starts_DASHwith] = ACTIONS(1520), - [anon_sym_ends_DASHwith] = ACTIONS(1520), - [anon_sym_EQ_TILDE] = ACTIONS(1520), - [anon_sym_BANG_TILDE] = ACTIONS(1520), - [anon_sym_bit_DASHand] = ACTIONS(1520), - [anon_sym_bit_DASHxor] = ACTIONS(1520), - [anon_sym_bit_DASHor] = ACTIONS(1520), - [anon_sym_and] = ACTIONS(1520), - [anon_sym_xor] = ACTIONS(1520), - [anon_sym_or] = ACTIONS(1520), - [anon_sym_not] = ACTIONS(1520), - [anon_sym_null] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1520), - [anon_sym_false] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1520), - [aux_sym__val_number_token2] = ACTIONS(1520), - [aux_sym__val_number_token3] = ACTIONS(1520), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1520), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_0b] = ACTIONS(1520), - [anon_sym_0o] = ACTIONS(1520), - [anon_sym_0x] = ACTIONS(1520), - [sym_val_date] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1520), - [sym__str_single_quotes] = ACTIONS(1520), - [sym__str_back_ticks] = ACTIONS(1520), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1520), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1520), - [anon_sym_CARET] = ACTIONS(1520), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(2084), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(2086), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(2084), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(2088), + [aux_sym_unquoted_token6] = ACTIONS(2090), [anon_sym_POUND] = ACTIONS(105), }, [644] = { [sym_comment] = STATE(644), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1551), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1563), - [anon_sym_PLUS_PLUS] = ACTIONS(1563), - [anon_sym_SLASH] = ACTIONS(1551), - [anon_sym_mod] = ACTIONS(1551), - [anon_sym_SLASH_SLASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_PIPE] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2092), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_err_GT] = ACTIONS(783), + [anon_sym_out_GT] = ACTIONS(783), + [anon_sym_e_GT] = ACTIONS(783), + [anon_sym_o_GT] = ACTIONS(783), + [anon_sym_err_PLUSout_GT] = ACTIONS(783), + [anon_sym_out_PLUSerr_GT] = ACTIONS(783), + [anon_sym_o_PLUSe_GT] = ACTIONS(783), + [anon_sym_e_PLUSo_GT] = ACTIONS(783), + [aux_sym_unquoted_token1] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [645] = { + [sym_cell_path] = STATE(685), + [sym_path] = STATE(637), [sym_comment] = STATE(645), - [anon_sym_export] = ACTIONS(1691), - [anon_sym_alias] = ACTIONS(1691), - [anon_sym_let] = ACTIONS(1691), - [anon_sym_let_DASHenv] = ACTIONS(1691), - [anon_sym_mut] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1691), - [sym_cmd_identifier] = ACTIONS(1691), - [anon_sym_LF] = ACTIONS(1693), - [anon_sym_def] = ACTIONS(1691), - [anon_sym_export_DASHenv] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym_module] = ACTIONS(1691), - [anon_sym_use] = ACTIONS(1691), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(1691), - [anon_sym_error] = ACTIONS(1691), - [anon_sym_GT] = ACTIONS(1691), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_in] = ACTIONS(1691), - [anon_sym_loop] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_match] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_RBRACE] = ACTIONS(1691), - [anon_sym_DOT] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_source] = ACTIONS(1691), - [anon_sym_source_DASHenv] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_hide] = ACTIONS(1691), - [anon_sym_hide_DASHenv] = ACTIONS(1691), - [anon_sym_overlay] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1691), - [anon_sym_where] = ACTIONS(1691), - [anon_sym_STAR_STAR] = ACTIONS(1691), - [anon_sym_PLUS_PLUS] = ACTIONS(1691), - [anon_sym_SLASH] = ACTIONS(1691), - [anon_sym_mod] = ACTIONS(1691), - [anon_sym_SLASH_SLASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_bit_DASHshl] = ACTIONS(1691), - [anon_sym_bit_DASHshr] = ACTIONS(1691), - [anon_sym_EQ_EQ] = ACTIONS(1691), - [anon_sym_BANG_EQ] = ACTIONS(1691), - [anon_sym_LT2] = ACTIONS(1691), - [anon_sym_LT_EQ] = ACTIONS(1691), - [anon_sym_GT_EQ] = ACTIONS(1691), - [anon_sym_not_DASHin] = ACTIONS(1691), - [anon_sym_starts_DASHwith] = ACTIONS(1691), - [anon_sym_ends_DASHwith] = ACTIONS(1691), - [anon_sym_EQ_TILDE] = ACTIONS(1691), - [anon_sym_BANG_TILDE] = ACTIONS(1691), - [anon_sym_bit_DASHand] = ACTIONS(1691), - [anon_sym_bit_DASHxor] = ACTIONS(1691), - [anon_sym_bit_DASHor] = ACTIONS(1691), - [anon_sym_and] = ACTIONS(1691), - [anon_sym_xor] = ACTIONS(1691), - [anon_sym_or] = ACTIONS(1691), - [anon_sym_not] = ACTIONS(1691), - [anon_sym_null] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1691), - [anon_sym_false] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1691), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1691), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_0b] = ACTIONS(1691), - [anon_sym_0o] = ACTIONS(1691), - [anon_sym_0x] = ACTIONS(1691), - [sym_val_date] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1691), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1691), - [anon_sym_CARET] = ACTIONS(1691), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(2094), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_err_GT] = ACTIONS(830), + [anon_sym_out_GT] = ACTIONS(830), + [anon_sym_e_GT] = ACTIONS(830), + [anon_sym_o_GT] = ACTIONS(830), + [anon_sym_err_PLUSout_GT] = ACTIONS(830), + [anon_sym_out_PLUSerr_GT] = ACTIONS(830), + [anon_sym_o_PLUSe_GT] = ACTIONS(830), + [anon_sym_e_PLUSo_GT] = ACTIONS(830), + [aux_sym_unquoted_token1] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(105), }, [646] = { [sym_comment] = STATE(646), - [anon_sym_export] = ACTIONS(1536), - [anon_sym_alias] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_let_DASHenv] = ACTIONS(1536), - [anon_sym_mut] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [sym_cmd_identifier] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_def] = ACTIONS(1536), - [anon_sym_export_DASHenv] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_error] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_try] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_source] = ACTIONS(1536), - [anon_sym_source_DASHenv] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_hide] = ACTIONS(1536), - [anon_sym_hide_DASHenv] = ACTIONS(1536), - [anon_sym_overlay] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_where] = ACTIONS(1536), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_not] = ACTIONS(1536), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_CARET] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_PIPE] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(2099), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_err_GT] = ACTIONS(797), + [anon_sym_out_GT] = ACTIONS(797), + [anon_sym_e_GT] = ACTIONS(797), + [anon_sym_o_GT] = ACTIONS(797), + [anon_sym_err_PLUSout_GT] = ACTIONS(797), + [anon_sym_out_PLUSerr_GT] = ACTIONS(797), + [anon_sym_o_PLUSe_GT] = ACTIONS(797), + [anon_sym_e_PLUSo_GT] = ACTIONS(797), + [aux_sym_unquoted_token1] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(2101), [anon_sym_POUND] = ACTIONS(105), }, [647] = { + [sym__command_name] = STATE(1186), + [sym_scope_pattern] = STATE(1255), + [sym_wild_card] = STATE(1267), + [sym_command_list] = STATE(1266), + [sym_val_string] = STATE(1016), + [sym__str_double_quotes] = STATE(965), [sym_comment] = STATE(647), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), + [ts_builtin_sym_end] = ACTIONS(1824), + [anon_sym_export] = ACTIONS(1822), + [anon_sym_alias] = ACTIONS(1822), + [anon_sym_let] = ACTIONS(1822), + [anon_sym_let_DASHenv] = ACTIONS(1822), + [anon_sym_mut] = ACTIONS(1822), + [anon_sym_const] = ACTIONS(1822), + [anon_sym_SEMI] = ACTIONS(1822), + [sym_cmd_identifier] = ACTIONS(1950), + [anon_sym_LF] = ACTIONS(1824), + [anon_sym_def] = ACTIONS(1822), + [anon_sym_export_DASHenv] = ACTIONS(1822), + [anon_sym_extern] = ACTIONS(1822), + [anon_sym_module] = ACTIONS(1822), + [anon_sym_use] = ACTIONS(1822), + [anon_sym_LBRACK] = ACTIONS(1952), + [anon_sym_LPAREN] = ACTIONS(1822), + [anon_sym_DOLLAR] = ACTIONS(1822), + [anon_sym_error] = ACTIONS(1822), + [anon_sym_DASH] = ACTIONS(1822), + [anon_sym_break] = ACTIONS(1822), + [anon_sym_continue] = ACTIONS(1822), + [anon_sym_for] = ACTIONS(1822), + [anon_sym_loop] = ACTIONS(1822), + [anon_sym_while] = ACTIONS(1822), + [anon_sym_do] = ACTIONS(1822), + [anon_sym_if] = ACTIONS(1822), + [anon_sym_match] = ACTIONS(1822), + [anon_sym_LBRACE] = ACTIONS(1822), + [anon_sym_DOT] = ACTIONS(1822), + [anon_sym_try] = ACTIONS(1822), + [anon_sym_return] = ACTIONS(1822), + [anon_sym_source] = ACTIONS(1822), + [anon_sym_source_DASHenv] = ACTIONS(1822), + [anon_sym_register] = ACTIONS(1822), + [anon_sym_hide] = ACTIONS(1822), + [anon_sym_hide_DASHenv] = ACTIONS(1822), + [anon_sym_overlay] = ACTIONS(1822), + [anon_sym_STAR] = ACTIONS(1954), + [anon_sym_where] = ACTIONS(1822), + [anon_sym_PLUS] = ACTIONS(1822), + [anon_sym_not] = ACTIONS(1822), + [anon_sym_null] = ACTIONS(1822), + [anon_sym_true] = ACTIONS(1822), + [anon_sym_false] = ACTIONS(1822), + [aux_sym__val_number_decimal_token1] = ACTIONS(1822), + [aux_sym__val_number_token1] = ACTIONS(1822), + [aux_sym__val_number_token2] = ACTIONS(1822), + [aux_sym__val_number_token3] = ACTIONS(1822), + [aux_sym__val_number_token4] = ACTIONS(1822), + [aux_sym__val_number_token5] = ACTIONS(1822), + [aux_sym__val_number_token6] = ACTIONS(1822), + [anon_sym_0b] = ACTIONS(1822), + [anon_sym_0o] = ACTIONS(1822), + [anon_sym_0x] = ACTIONS(1822), + [sym_val_date] = ACTIONS(1822), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym__str_single_quotes] = ACTIONS(1958), + [sym__str_back_ticks] = ACTIONS(1958), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1822), + [anon_sym_CARET] = ACTIONS(1822), [anon_sym_POUND] = ACTIONS(105), }, [648] = { + [sym_cell_path] = STATE(779), + [sym_path] = STATE(619), [sym_comment] = STATE(648), - [anon_sym_export] = ACTIONS(1695), - [anon_sym_alias] = ACTIONS(1695), - [anon_sym_let] = ACTIONS(1695), - [anon_sym_let_DASHenv] = ACTIONS(1695), - [anon_sym_mut] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1695), - [sym_cmd_identifier] = ACTIONS(1695), - [anon_sym_LF] = ACTIONS(1697), - [anon_sym_def] = ACTIONS(1695), - [anon_sym_export_DASHenv] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym_module] = ACTIONS(1695), - [anon_sym_use] = ACTIONS(1695), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_LPAREN] = ACTIONS(1695), - [anon_sym_RPAREN] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(1695), - [anon_sym_error] = ACTIONS(1695), - [anon_sym_GT] = ACTIONS(1695), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_in] = ACTIONS(1695), - [anon_sym_loop] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_match] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_RBRACE] = ACTIONS(1695), - [anon_sym_DOT] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_source] = ACTIONS(1695), - [anon_sym_source_DASHenv] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_hide] = ACTIONS(1695), - [anon_sym_hide_DASHenv] = ACTIONS(1695), - [anon_sym_overlay] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1695), - [anon_sym_where] = ACTIONS(1695), - [anon_sym_STAR_STAR] = ACTIONS(1695), - [anon_sym_PLUS_PLUS] = ACTIONS(1695), - [anon_sym_SLASH] = ACTIONS(1695), - [anon_sym_mod] = ACTIONS(1695), - [anon_sym_SLASH_SLASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_bit_DASHshl] = ACTIONS(1695), - [anon_sym_bit_DASHshr] = ACTIONS(1695), - [anon_sym_EQ_EQ] = ACTIONS(1695), - [anon_sym_BANG_EQ] = ACTIONS(1695), - [anon_sym_LT2] = ACTIONS(1695), - [anon_sym_LT_EQ] = ACTIONS(1695), - [anon_sym_GT_EQ] = ACTIONS(1695), - [anon_sym_not_DASHin] = ACTIONS(1695), - [anon_sym_starts_DASHwith] = ACTIONS(1695), - [anon_sym_ends_DASHwith] = ACTIONS(1695), - [anon_sym_EQ_TILDE] = ACTIONS(1695), - [anon_sym_BANG_TILDE] = ACTIONS(1695), - [anon_sym_bit_DASHand] = ACTIONS(1695), - [anon_sym_bit_DASHxor] = ACTIONS(1695), - [anon_sym_bit_DASHor] = ACTIONS(1695), - [anon_sym_and] = ACTIONS(1695), - [anon_sym_xor] = ACTIONS(1695), - [anon_sym_or] = ACTIONS(1695), - [anon_sym_not] = ACTIONS(1695), - [anon_sym_null] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(1695), - [anon_sym_false] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1695), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1695), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_0b] = ACTIONS(1695), - [anon_sym_0o] = ACTIONS(1695), - [anon_sym_0x] = ACTIONS(1695), - [sym_val_date] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1695), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1695), - [anon_sym_CARET] = ACTIONS(1695), + [ts_builtin_sym_end] = ACTIONS(839), + [anon_sym_SEMI] = ACTIONS(837), + [anon_sym_LF] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(837), + [anon_sym_LPAREN] = ACTIONS(837), + [anon_sym_PIPE] = ACTIONS(837), + [anon_sym_DOLLAR] = ACTIONS(837), + [anon_sym_GT] = ACTIONS(837), + [anon_sym_DASH] = ACTIONS(837), + [anon_sym_in] = ACTIONS(837), + [anon_sym_LBRACE] = ACTIONS(837), + [anon_sym_DOT] = ACTIONS(837), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_STAR_STAR] = ACTIONS(837), + [anon_sym_PLUS_PLUS] = ACTIONS(837), + [anon_sym_SLASH] = ACTIONS(837), + [anon_sym_mod] = ACTIONS(837), + [anon_sym_SLASH_SLASH] = ACTIONS(837), + [anon_sym_PLUS] = ACTIONS(837), + [anon_sym_bit_DASHshl] = ACTIONS(837), + [anon_sym_bit_DASHshr] = ACTIONS(837), + [anon_sym_EQ_EQ] = ACTIONS(837), + [anon_sym_BANG_EQ] = ACTIONS(837), + [anon_sym_LT2] = ACTIONS(837), + [anon_sym_LT_EQ] = ACTIONS(837), + [anon_sym_GT_EQ] = ACTIONS(837), + [anon_sym_not_DASHin] = ACTIONS(837), + [anon_sym_starts_DASHwith] = ACTIONS(837), + [anon_sym_ends_DASHwith] = ACTIONS(837), + [anon_sym_EQ_TILDE] = ACTIONS(837), + [anon_sym_BANG_TILDE] = ACTIONS(837), + [anon_sym_bit_DASHand] = ACTIONS(837), + [anon_sym_bit_DASHxor] = ACTIONS(837), + [anon_sym_bit_DASHor] = ACTIONS(837), + [anon_sym_and] = ACTIONS(837), + [anon_sym_xor] = ACTIONS(837), + [anon_sym_or] = ACTIONS(837), + [anon_sym_null] = ACTIONS(837), + [anon_sym_true] = ACTIONS(837), + [anon_sym_false] = ACTIONS(837), + [aux_sym__val_number_decimal_token1] = ACTIONS(837), + [aux_sym__val_number_token1] = ACTIONS(837), + [aux_sym__val_number_token2] = ACTIONS(837), + [aux_sym__val_number_token3] = ACTIONS(837), + [aux_sym__val_number_token4] = ACTIONS(837), + [aux_sym__val_number_token5] = ACTIONS(837), + [aux_sym__val_number_token6] = ACTIONS(837), + [anon_sym_0b] = ACTIONS(837), + [anon_sym_0o] = ACTIONS(837), + [anon_sym_0x] = ACTIONS(837), + [sym_val_date] = ACTIONS(837), + [anon_sym_DQUOTE] = ACTIONS(837), + [sym__str_single_quotes] = ACTIONS(837), + [sym__str_back_ticks] = ACTIONS(837), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(837), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(837), + [anon_sym_err_GT] = ACTIONS(837), + [anon_sym_out_GT] = ACTIONS(837), + [anon_sym_e_GT] = ACTIONS(837), + [anon_sym_o_GT] = ACTIONS(837), + [anon_sym_err_PLUSout_GT] = ACTIONS(837), + [anon_sym_out_PLUSerr_GT] = ACTIONS(837), + [anon_sym_o_PLUSe_GT] = ACTIONS(837), + [anon_sym_e_PLUSo_GT] = ACTIONS(837), + [aux_sym_unquoted_token1] = ACTIONS(837), [anon_sym_POUND] = ACTIONS(105), }, [649] = { [sym_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(1526), - [anon_sym_export] = ACTIONS(1524), - [anon_sym_alias] = ACTIONS(1524), - [anon_sym_let] = ACTIONS(1524), - [anon_sym_let_DASHenv] = ACTIONS(1524), - [anon_sym_mut] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1524), - [sym_cmd_identifier] = ACTIONS(1524), - [anon_sym_LF] = ACTIONS(1526), - [anon_sym_def] = ACTIONS(1524), - [anon_sym_export_DASHenv] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym_module] = ACTIONS(1524), - [anon_sym_use] = ACTIONS(1524), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_error] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_loop] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_match] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_source] = ACTIONS(1524), - [anon_sym_source_DASHenv] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_hide] = ACTIONS(1524), - [anon_sym_hide_DASHenv] = ACTIONS(1524), - [anon_sym_overlay] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_where] = ACTIONS(1524), - [anon_sym_STAR_STAR] = ACTIONS(1524), - [anon_sym_PLUS_PLUS] = ACTIONS(1524), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_mod] = ACTIONS(1524), - [anon_sym_SLASH_SLASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_LT2] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_not_DASHin] = ACTIONS(1524), - [anon_sym_starts_DASHwith] = ACTIONS(1524), - [anon_sym_ends_DASHwith] = ACTIONS(1524), - [anon_sym_EQ_TILDE] = ACTIONS(1524), - [anon_sym_BANG_TILDE] = ACTIONS(1524), - [anon_sym_bit_DASHand] = ACTIONS(1524), - [anon_sym_bit_DASHxor] = ACTIONS(1524), - [anon_sym_bit_DASHor] = ACTIONS(1524), - [anon_sym_and] = ACTIONS(1524), - [anon_sym_xor] = ACTIONS(1524), - [anon_sym_or] = ACTIONS(1524), - [anon_sym_not] = ACTIONS(1524), - [anon_sym_null] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1524), - [anon_sym_false] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1524), - [aux_sym__val_number_token2] = ACTIONS(1524), - [aux_sym__val_number_token3] = ACTIONS(1524), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1524), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_0b] = ACTIONS(1524), - [anon_sym_0o] = ACTIONS(1524), - [anon_sym_0x] = ACTIONS(1524), - [sym_val_date] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1524), - [sym__str_single_quotes] = ACTIONS(1524), - [sym__str_back_ticks] = ACTIONS(1524), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1524), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1524), - [anon_sym_CARET] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_PIPE] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_err_GT] = ACTIONS(845), + [anon_sym_out_GT] = ACTIONS(845), + [anon_sym_e_GT] = ACTIONS(845), + [anon_sym_o_GT] = ACTIONS(845), + [anon_sym_err_PLUSout_GT] = ACTIONS(845), + [anon_sym_out_PLUSerr_GT] = ACTIONS(845), + [anon_sym_o_PLUSe_GT] = ACTIONS(845), + [anon_sym_e_PLUSo_GT] = ACTIONS(845), + [aux_sym_unquoted_token1] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [650] = { [sym_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(1649), - [anon_sym_export] = ACTIONS(1647), - [anon_sym_alias] = ACTIONS(1647), - [anon_sym_let] = ACTIONS(1647), - [anon_sym_let_DASHenv] = ACTIONS(1647), - [anon_sym_mut] = ACTIONS(1647), - [anon_sym_const] = ACTIONS(1647), - [anon_sym_SEMI] = ACTIONS(1647), - [sym_cmd_identifier] = ACTIONS(1647), - [anon_sym_LF] = ACTIONS(1649), - [anon_sym_def] = ACTIONS(1647), - [anon_sym_export_DASHenv] = ACTIONS(1647), - [anon_sym_extern] = ACTIONS(1647), - [anon_sym_module] = ACTIONS(1647), - [anon_sym_use] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1647), - [anon_sym_DOLLAR] = ACTIONS(1647), - [anon_sym_error] = ACTIONS(1647), - [anon_sym_GT] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1647), - [anon_sym_break] = ACTIONS(1647), - [anon_sym_continue] = ACTIONS(1647), - [anon_sym_for] = ACTIONS(1647), - [anon_sym_in] = ACTIONS(1647), - [anon_sym_loop] = ACTIONS(1647), - [anon_sym_while] = ACTIONS(1647), - [anon_sym_do] = ACTIONS(1647), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_match] = ACTIONS(1647), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_DOT] = ACTIONS(1647), - [anon_sym_try] = ACTIONS(1647), - [anon_sym_return] = ACTIONS(1647), - [anon_sym_source] = ACTIONS(1647), - [anon_sym_source_DASHenv] = ACTIONS(1647), - [anon_sym_register] = ACTIONS(1647), - [anon_sym_hide] = ACTIONS(1647), - [anon_sym_hide_DASHenv] = ACTIONS(1647), - [anon_sym_overlay] = ACTIONS(1647), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_where] = ACTIONS(1647), - [anon_sym_STAR_STAR] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_SLASH] = ACTIONS(1647), - [anon_sym_mod] = ACTIONS(1647), - [anon_sym_SLASH_SLASH] = ACTIONS(1647), - [anon_sym_PLUS] = ACTIONS(1647), - [anon_sym_bit_DASHshl] = ACTIONS(1647), - [anon_sym_bit_DASHshr] = ACTIONS(1647), - [anon_sym_EQ_EQ] = ACTIONS(1647), - [anon_sym_BANG_EQ] = ACTIONS(1647), - [anon_sym_LT2] = ACTIONS(1647), - [anon_sym_LT_EQ] = ACTIONS(1647), - [anon_sym_GT_EQ] = ACTIONS(1647), - [anon_sym_not_DASHin] = ACTIONS(1647), - [anon_sym_starts_DASHwith] = ACTIONS(1647), - [anon_sym_ends_DASHwith] = ACTIONS(1647), - [anon_sym_EQ_TILDE] = ACTIONS(1647), - [anon_sym_BANG_TILDE] = ACTIONS(1647), - [anon_sym_bit_DASHand] = ACTIONS(1647), - [anon_sym_bit_DASHxor] = ACTIONS(1647), - [anon_sym_bit_DASHor] = ACTIONS(1647), - [anon_sym_and] = ACTIONS(1647), - [anon_sym_xor] = ACTIONS(1647), - [anon_sym_or] = ACTIONS(1647), - [anon_sym_not] = ACTIONS(1647), - [anon_sym_null] = ACTIONS(1647), - [anon_sym_true] = ACTIONS(1647), - [anon_sym_false] = ACTIONS(1647), - [aux_sym__val_number_decimal_token1] = ACTIONS(1647), - [aux_sym__val_number_token1] = ACTIONS(1647), - [aux_sym__val_number_token2] = ACTIONS(1647), - [aux_sym__val_number_token3] = ACTIONS(1647), - [aux_sym__val_number_token4] = ACTIONS(1647), - [aux_sym__val_number_token5] = ACTIONS(1647), - [aux_sym__val_number_token6] = ACTIONS(1647), - [anon_sym_0b] = ACTIONS(1647), - [anon_sym_0o] = ACTIONS(1647), - [anon_sym_0x] = ACTIONS(1647), - [sym_val_date] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym__str_single_quotes] = ACTIONS(1647), - [sym__str_back_ticks] = ACTIONS(1647), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1647), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1647), - [anon_sym_CARET] = ACTIONS(1647), + [anon_sym_SEMI] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_PIPE] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2092), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_err_GT] = ACTIONS(783), + [anon_sym_out_GT] = ACTIONS(783), + [anon_sym_e_GT] = ACTIONS(783), + [anon_sym_o_GT] = ACTIONS(783), + [anon_sym_err_PLUSout_GT] = ACTIONS(783), + [anon_sym_out_PLUSerr_GT] = ACTIONS(783), + [anon_sym_o_PLUSe_GT] = ACTIONS(783), + [anon_sym_e_PLUSo_GT] = ACTIONS(783), + [aux_sym_unquoted_token1] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [651] = { [sym_comment] = STATE(651), - [ts_builtin_sym_end] = ACTIONS(1593), - [anon_sym_export] = ACTIONS(1591), - [anon_sym_alias] = ACTIONS(1591), - [anon_sym_let] = ACTIONS(1591), - [anon_sym_let_DASHenv] = ACTIONS(1591), - [anon_sym_mut] = ACTIONS(1591), - [anon_sym_const] = ACTIONS(1591), - [anon_sym_SEMI] = ACTIONS(1591), - [sym_cmd_identifier] = ACTIONS(1591), - [anon_sym_LF] = ACTIONS(1593), - [anon_sym_def] = ACTIONS(1591), - [anon_sym_export_DASHenv] = ACTIONS(1591), - [anon_sym_extern] = ACTIONS(1591), - [anon_sym_module] = ACTIONS(1591), - [anon_sym_use] = ACTIONS(1591), - [anon_sym_LBRACK] = ACTIONS(1591), - [anon_sym_LPAREN] = ACTIONS(1591), - [anon_sym_DOLLAR] = ACTIONS(1591), - [anon_sym_error] = ACTIONS(1591), - [anon_sym_GT] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1591), - [anon_sym_break] = ACTIONS(1591), - [anon_sym_continue] = ACTIONS(1591), - [anon_sym_for] = ACTIONS(1591), - [anon_sym_in] = ACTIONS(1591), - [anon_sym_loop] = ACTIONS(1591), - [anon_sym_while] = ACTIONS(1591), - [anon_sym_do] = ACTIONS(1591), - [anon_sym_if] = ACTIONS(1591), - [anon_sym_match] = ACTIONS(1591), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_DOT] = ACTIONS(1591), - [anon_sym_try] = ACTIONS(1591), - [anon_sym_return] = ACTIONS(1591), - [anon_sym_source] = ACTIONS(1591), - [anon_sym_source_DASHenv] = ACTIONS(1591), - [anon_sym_register] = ACTIONS(1591), - [anon_sym_hide] = ACTIONS(1591), - [anon_sym_hide_DASHenv] = ACTIONS(1591), - [anon_sym_overlay] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_where] = ACTIONS(1591), - [anon_sym_STAR_STAR] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_SLASH] = ACTIONS(1591), - [anon_sym_mod] = ACTIONS(1591), - [anon_sym_SLASH_SLASH] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1591), - [anon_sym_bit_DASHshl] = ACTIONS(1591), - [anon_sym_bit_DASHshr] = ACTIONS(1591), - [anon_sym_EQ_EQ] = ACTIONS(1591), - [anon_sym_BANG_EQ] = ACTIONS(1591), - [anon_sym_LT2] = ACTIONS(1591), - [anon_sym_LT_EQ] = ACTIONS(1591), - [anon_sym_GT_EQ] = ACTIONS(1591), - [anon_sym_not_DASHin] = ACTIONS(1591), - [anon_sym_starts_DASHwith] = ACTIONS(1591), - [anon_sym_ends_DASHwith] = ACTIONS(1591), - [anon_sym_EQ_TILDE] = ACTIONS(1591), - [anon_sym_BANG_TILDE] = ACTIONS(1591), - [anon_sym_bit_DASHand] = ACTIONS(1591), - [anon_sym_bit_DASHxor] = ACTIONS(1591), - [anon_sym_bit_DASHor] = ACTIONS(1591), - [anon_sym_and] = ACTIONS(1591), - [anon_sym_xor] = ACTIONS(1591), - [anon_sym_or] = ACTIONS(1591), - [anon_sym_not] = ACTIONS(1591), - [anon_sym_null] = ACTIONS(1591), - [anon_sym_true] = ACTIONS(1591), - [anon_sym_false] = ACTIONS(1591), - [aux_sym__val_number_decimal_token1] = ACTIONS(1591), - [aux_sym__val_number_token1] = ACTIONS(1591), - [aux_sym__val_number_token2] = ACTIONS(1591), - [aux_sym__val_number_token3] = ACTIONS(1591), - [aux_sym__val_number_token4] = ACTIONS(1591), - [aux_sym__val_number_token5] = ACTIONS(1591), - [aux_sym__val_number_token6] = ACTIONS(1591), - [anon_sym_0b] = ACTIONS(1591), - [anon_sym_0o] = ACTIONS(1591), - [anon_sym_0x] = ACTIONS(1591), - [sym_val_date] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym__str_single_quotes] = ACTIONS(1591), - [sym__str_back_ticks] = ACTIONS(1591), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1591), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1591), - [anon_sym_CARET] = ACTIONS(1591), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_err_GT] = ACTIONS(856), + [anon_sym_out_GT] = ACTIONS(856), + [anon_sym_e_GT] = ACTIONS(856), + [anon_sym_o_GT] = ACTIONS(856), + [anon_sym_err_PLUSout_GT] = ACTIONS(856), + [anon_sym_out_PLUSerr_GT] = ACTIONS(856), + [anon_sym_o_PLUSe_GT] = ACTIONS(856), + [anon_sym_e_PLUSo_GT] = ACTIONS(856), + [aux_sym_unquoted_token1] = ACTIONS(856), [anon_sym_POUND] = ACTIONS(105), }, [652] = { + [sym_cell_path] = STATE(826), + [sym_path] = STATE(619), [sym_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(1589), - [anon_sym_export] = ACTIONS(1587), - [anon_sym_alias] = ACTIONS(1587), - [anon_sym_let] = ACTIONS(1587), - [anon_sym_let_DASHenv] = ACTIONS(1587), - [anon_sym_mut] = ACTIONS(1587), - [anon_sym_const] = ACTIONS(1587), - [anon_sym_SEMI] = ACTIONS(1587), - [sym_cmd_identifier] = ACTIONS(1587), - [anon_sym_LF] = ACTIONS(1589), - [anon_sym_def] = ACTIONS(1587), - [anon_sym_export_DASHenv] = ACTIONS(1587), - [anon_sym_extern] = ACTIONS(1587), - [anon_sym_module] = ACTIONS(1587), - [anon_sym_use] = ACTIONS(1587), - [anon_sym_LBRACK] = ACTIONS(1587), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1587), - [anon_sym_error] = ACTIONS(1587), - [anon_sym_GT] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1587), - [anon_sym_break] = ACTIONS(1587), - [anon_sym_continue] = ACTIONS(1587), - [anon_sym_for] = ACTIONS(1587), - [anon_sym_in] = ACTIONS(1587), - [anon_sym_loop] = ACTIONS(1587), - [anon_sym_while] = ACTIONS(1587), - [anon_sym_do] = ACTIONS(1587), - [anon_sym_if] = ACTIONS(1587), - [anon_sym_match] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_DOT] = ACTIONS(1587), - [anon_sym_try] = ACTIONS(1587), - [anon_sym_return] = ACTIONS(1587), - [anon_sym_source] = ACTIONS(1587), - [anon_sym_source_DASHenv] = ACTIONS(1587), - [anon_sym_register] = ACTIONS(1587), - [anon_sym_hide] = ACTIONS(1587), - [anon_sym_hide_DASHenv] = ACTIONS(1587), - [anon_sym_overlay] = ACTIONS(1587), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_where] = ACTIONS(1587), - [anon_sym_STAR_STAR] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_SLASH] = ACTIONS(1587), - [anon_sym_mod] = ACTIONS(1587), - [anon_sym_SLASH_SLASH] = ACTIONS(1587), - [anon_sym_PLUS] = ACTIONS(1587), - [anon_sym_bit_DASHshl] = ACTIONS(1587), - [anon_sym_bit_DASHshr] = ACTIONS(1587), - [anon_sym_EQ_EQ] = ACTIONS(1587), - [anon_sym_BANG_EQ] = ACTIONS(1587), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ] = ACTIONS(1587), - [anon_sym_GT_EQ] = ACTIONS(1587), - [anon_sym_not_DASHin] = ACTIONS(1587), - [anon_sym_starts_DASHwith] = ACTIONS(1587), - [anon_sym_ends_DASHwith] = ACTIONS(1587), - [anon_sym_EQ_TILDE] = ACTIONS(1587), - [anon_sym_BANG_TILDE] = ACTIONS(1587), - [anon_sym_bit_DASHand] = ACTIONS(1587), - [anon_sym_bit_DASHxor] = ACTIONS(1587), - [anon_sym_bit_DASHor] = ACTIONS(1587), - [anon_sym_and] = ACTIONS(1587), - [anon_sym_xor] = ACTIONS(1587), - [anon_sym_or] = ACTIONS(1587), - [anon_sym_not] = ACTIONS(1587), - [anon_sym_null] = ACTIONS(1587), - [anon_sym_true] = ACTIONS(1587), - [anon_sym_false] = ACTIONS(1587), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1587), - [aux_sym__val_number_token2] = ACTIONS(1587), - [aux_sym__val_number_token3] = ACTIONS(1587), - [aux_sym__val_number_token4] = ACTIONS(1587), - [aux_sym__val_number_token5] = ACTIONS(1587), - [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym__str_single_quotes] = ACTIONS(1587), - [sym__str_back_ticks] = ACTIONS(1587), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1587), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1587), - [anon_sym_CARET] = ACTIONS(1587), + [ts_builtin_sym_end] = ACTIONS(854), + [anon_sym_SEMI] = ACTIONS(852), + [anon_sym_LF] = ACTIONS(854), + [anon_sym_LBRACK] = ACTIONS(852), + [anon_sym_LPAREN] = ACTIONS(852), + [anon_sym_PIPE] = ACTIONS(852), + [anon_sym_DOLLAR] = ACTIONS(852), + [anon_sym_GT] = ACTIONS(852), + [anon_sym_DASH] = ACTIONS(852), + [anon_sym_in] = ACTIONS(852), + [anon_sym_LBRACE] = ACTIONS(852), + [anon_sym_DOT] = ACTIONS(852), + [anon_sym_DOT2] = ACTIONS(1843), + [anon_sym_STAR] = ACTIONS(852), + [anon_sym_STAR_STAR] = ACTIONS(852), + [anon_sym_PLUS_PLUS] = ACTIONS(852), + [anon_sym_SLASH] = ACTIONS(852), + [anon_sym_mod] = ACTIONS(852), + [anon_sym_SLASH_SLASH] = ACTIONS(852), + [anon_sym_PLUS] = ACTIONS(852), + [anon_sym_bit_DASHshl] = ACTIONS(852), + [anon_sym_bit_DASHshr] = ACTIONS(852), + [anon_sym_EQ_EQ] = ACTIONS(852), + [anon_sym_BANG_EQ] = ACTIONS(852), + [anon_sym_LT2] = ACTIONS(852), + [anon_sym_LT_EQ] = ACTIONS(852), + [anon_sym_GT_EQ] = ACTIONS(852), + [anon_sym_not_DASHin] = ACTIONS(852), + [anon_sym_starts_DASHwith] = ACTIONS(852), + [anon_sym_ends_DASHwith] = ACTIONS(852), + [anon_sym_EQ_TILDE] = ACTIONS(852), + [anon_sym_BANG_TILDE] = ACTIONS(852), + [anon_sym_bit_DASHand] = ACTIONS(852), + [anon_sym_bit_DASHxor] = ACTIONS(852), + [anon_sym_bit_DASHor] = ACTIONS(852), + [anon_sym_and] = ACTIONS(852), + [anon_sym_xor] = ACTIONS(852), + [anon_sym_or] = ACTIONS(852), + [anon_sym_null] = ACTIONS(852), + [anon_sym_true] = ACTIONS(852), + [anon_sym_false] = ACTIONS(852), + [aux_sym__val_number_decimal_token1] = ACTIONS(852), + [aux_sym__val_number_token1] = ACTIONS(852), + [aux_sym__val_number_token2] = ACTIONS(852), + [aux_sym__val_number_token3] = ACTIONS(852), + [aux_sym__val_number_token4] = ACTIONS(852), + [aux_sym__val_number_token5] = ACTIONS(852), + [aux_sym__val_number_token6] = ACTIONS(852), + [anon_sym_0b] = ACTIONS(852), + [anon_sym_0o] = ACTIONS(852), + [anon_sym_0x] = ACTIONS(852), + [sym_val_date] = ACTIONS(852), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym__str_single_quotes] = ACTIONS(852), + [sym__str_back_ticks] = ACTIONS(852), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), + [anon_sym_err_GT] = ACTIONS(852), + [anon_sym_out_GT] = ACTIONS(852), + [anon_sym_e_GT] = ACTIONS(852), + [anon_sym_o_GT] = ACTIONS(852), + [anon_sym_err_PLUSout_GT] = ACTIONS(852), + [anon_sym_out_PLUSerr_GT] = ACTIONS(852), + [anon_sym_o_PLUSe_GT] = ACTIONS(852), + [anon_sym_e_PLUSo_GT] = ACTIONS(852), + [aux_sym_unquoted_token1] = ACTIONS(852), [anon_sym_POUND] = ACTIONS(105), }, [653] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2553), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(653), - [ts_builtin_sym_end] = ACTIONS(1673), - [anon_sym_export] = ACTIONS(1671), - [anon_sym_alias] = ACTIONS(1671), - [anon_sym_let] = ACTIONS(1671), - [anon_sym_let_DASHenv] = ACTIONS(1671), - [anon_sym_mut] = ACTIONS(1671), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_SEMI] = ACTIONS(1671), - [sym_cmd_identifier] = ACTIONS(1671), - [anon_sym_LF] = ACTIONS(1673), - [anon_sym_def] = ACTIONS(1671), - [anon_sym_export_DASHenv] = ACTIONS(1671), - [anon_sym_extern] = ACTIONS(1671), - [anon_sym_module] = ACTIONS(1671), - [anon_sym_use] = ACTIONS(1671), - [anon_sym_LBRACK] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1671), - [anon_sym_DOLLAR] = ACTIONS(1671), - [anon_sym_error] = ACTIONS(1671), - [anon_sym_GT] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1671), - [anon_sym_break] = ACTIONS(1671), - [anon_sym_continue] = ACTIONS(1671), - [anon_sym_for] = ACTIONS(1671), - [anon_sym_in] = ACTIONS(1671), - [anon_sym_loop] = ACTIONS(1671), - [anon_sym_while] = ACTIONS(1671), - [anon_sym_do] = ACTIONS(1671), - [anon_sym_if] = ACTIONS(1671), - [anon_sym_match] = ACTIONS(1671), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_DOT] = ACTIONS(1671), - [anon_sym_try] = ACTIONS(1671), - [anon_sym_return] = ACTIONS(1671), - [anon_sym_source] = ACTIONS(1671), - [anon_sym_source_DASHenv] = ACTIONS(1671), - [anon_sym_register] = ACTIONS(1671), - [anon_sym_hide] = ACTIONS(1671), - [anon_sym_hide_DASHenv] = ACTIONS(1671), - [anon_sym_overlay] = ACTIONS(1671), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_where] = ACTIONS(1671), - [anon_sym_STAR_STAR] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_SLASH] = ACTIONS(1671), - [anon_sym_mod] = ACTIONS(1671), - [anon_sym_SLASH_SLASH] = ACTIONS(1671), - [anon_sym_PLUS] = ACTIONS(1671), - [anon_sym_bit_DASHshl] = ACTIONS(1671), - [anon_sym_bit_DASHshr] = ACTIONS(1671), - [anon_sym_EQ_EQ] = ACTIONS(1671), - [anon_sym_BANG_EQ] = ACTIONS(1671), - [anon_sym_LT2] = ACTIONS(1671), - [anon_sym_LT_EQ] = ACTIONS(1671), - [anon_sym_GT_EQ] = ACTIONS(1671), - [anon_sym_not_DASHin] = ACTIONS(1671), - [anon_sym_starts_DASHwith] = ACTIONS(1671), - [anon_sym_ends_DASHwith] = ACTIONS(1671), - [anon_sym_EQ_TILDE] = ACTIONS(1671), - [anon_sym_BANG_TILDE] = ACTIONS(1671), - [anon_sym_bit_DASHand] = ACTIONS(1671), - [anon_sym_bit_DASHxor] = ACTIONS(1671), - [anon_sym_bit_DASHor] = ACTIONS(1671), - [anon_sym_and] = ACTIONS(1671), - [anon_sym_xor] = ACTIONS(1671), - [anon_sym_or] = ACTIONS(1671), - [anon_sym_not] = ACTIONS(1671), - [anon_sym_null] = ACTIONS(1671), - [anon_sym_true] = ACTIONS(1671), - [anon_sym_false] = ACTIONS(1671), - [aux_sym__val_number_decimal_token1] = ACTIONS(1671), - [aux_sym__val_number_token1] = ACTIONS(1671), - [aux_sym__val_number_token2] = ACTIONS(1671), - [aux_sym__val_number_token3] = ACTIONS(1671), - [aux_sym__val_number_token4] = ACTIONS(1671), - [aux_sym__val_number_token5] = ACTIONS(1671), - [aux_sym__val_number_token6] = ACTIONS(1671), - [anon_sym_0b] = ACTIONS(1671), - [anon_sym_0o] = ACTIONS(1671), - [anon_sym_0x] = ACTIONS(1671), - [sym_val_date] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym__str_single_quotes] = ACTIONS(1671), - [sym__str_back_ticks] = ACTIONS(1671), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1671), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1671), - [anon_sym_CARET] = ACTIONS(1671), + [anon_sym_SEMI] = ACTIONS(2103), + [anon_sym_LF] = ACTIONS(2105), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(2103), + [anon_sym_PIPE] = ACTIONS(2103), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [654] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2553), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(654), - [ts_builtin_sym_end] = ACTIONS(1685), - [anon_sym_export] = ACTIONS(1683), - [anon_sym_alias] = ACTIONS(1683), - [anon_sym_let] = ACTIONS(1683), - [anon_sym_let_DASHenv] = ACTIONS(1683), - [anon_sym_mut] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [anon_sym_SEMI] = ACTIONS(1683), - [sym_cmd_identifier] = ACTIONS(1683), - [anon_sym_LF] = ACTIONS(1685), - [anon_sym_def] = ACTIONS(1683), - [anon_sym_export_DASHenv] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym_module] = ACTIONS(1683), - [anon_sym_use] = ACTIONS(1683), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_LPAREN] = ACTIONS(1683), - [anon_sym_DOLLAR] = ACTIONS(1683), - [anon_sym_error] = ACTIONS(1683), - [anon_sym_GT] = ACTIONS(1683), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_in] = ACTIONS(1683), - [anon_sym_loop] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_match] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1683), - [anon_sym_DOT] = ACTIONS(1683), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_source] = ACTIONS(1683), - [anon_sym_source_DASHenv] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_hide] = ACTIONS(1683), - [anon_sym_hide_DASHenv] = ACTIONS(1683), - [anon_sym_overlay] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1683), - [anon_sym_where] = ACTIONS(1683), - [anon_sym_STAR_STAR] = ACTIONS(1683), - [anon_sym_PLUS_PLUS] = ACTIONS(1683), - [anon_sym_SLASH] = ACTIONS(1683), - [anon_sym_mod] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_bit_DASHshl] = ACTIONS(1683), - [anon_sym_bit_DASHshr] = ACTIONS(1683), - [anon_sym_EQ_EQ] = ACTIONS(1683), - [anon_sym_BANG_EQ] = ACTIONS(1683), - [anon_sym_LT2] = ACTIONS(1683), - [anon_sym_LT_EQ] = ACTIONS(1683), - [anon_sym_GT_EQ] = ACTIONS(1683), - [anon_sym_not_DASHin] = ACTIONS(1683), - [anon_sym_starts_DASHwith] = ACTIONS(1683), - [anon_sym_ends_DASHwith] = ACTIONS(1683), - [anon_sym_EQ_TILDE] = ACTIONS(1683), - [anon_sym_BANG_TILDE] = ACTIONS(1683), - [anon_sym_bit_DASHand] = ACTIONS(1683), - [anon_sym_bit_DASHxor] = ACTIONS(1683), - [anon_sym_bit_DASHor] = ACTIONS(1683), - [anon_sym_and] = ACTIONS(1683), - [anon_sym_xor] = ACTIONS(1683), - [anon_sym_or] = ACTIONS(1683), - [anon_sym_not] = ACTIONS(1683), - [anon_sym_null] = ACTIONS(1683), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [aux_sym__val_number_decimal_token1] = ACTIONS(1683), - [aux_sym__val_number_token1] = ACTIONS(1683), - [aux_sym__val_number_token2] = ACTIONS(1683), - [aux_sym__val_number_token3] = ACTIONS(1683), - [aux_sym__val_number_token4] = ACTIONS(1683), - [aux_sym__val_number_token5] = ACTIONS(1683), - [aux_sym__val_number_token6] = ACTIONS(1683), - [anon_sym_0b] = ACTIONS(1683), - [anon_sym_0o] = ACTIONS(1683), - [anon_sym_0x] = ACTIONS(1683), - [sym_val_date] = ACTIONS(1683), - [anon_sym_DQUOTE] = ACTIONS(1683), - [sym__str_single_quotes] = ACTIONS(1683), - [sym__str_back_ticks] = ACTIONS(1683), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1683), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1683), - [anon_sym_CARET] = ACTIONS(1683), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_LF] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(2107), + [anon_sym_PIPE] = ACTIONS(2107), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [655] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2553), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(655), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [anon_sym_SEMI] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_error] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_try] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_where] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_not] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_CARET] = ACTIONS(213), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_LF] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(2111), + [anon_sym_PIPE] = ACTIONS(2111), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [656] = { [sym_comment] = STATE(656), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(2115), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(2117), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(2115), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(2119), + [aux_sym_unquoted_token6] = ACTIONS(2121), [anon_sym_POUND] = ACTIONS(105), }, [657] = { + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2553), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_LF] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_RPAREN] = ACTIONS(2123), + [anon_sym_PIPE] = ACTIONS(2123), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1656), + [aux_sym__val_number_token2] = ACTIONS(1656), + [aux_sym__val_number_token3] = ACTIONS(1656), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1658), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1670), + [anon_sym_err_GT] = ACTIONS(1672), + [anon_sym_out_GT] = ACTIONS(1672), + [anon_sym_e_GT] = ACTIONS(1672), + [anon_sym_o_GT] = ACTIONS(1672), + [anon_sym_err_PLUSout_GT] = ACTIONS(1672), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1672), + [anon_sym_o_PLUSe_GT] = ACTIONS(1672), + [anon_sym_e_PLUSo_GT] = ACTIONS(1672), + [aux_sym_unquoted_token1] = ACTIONS(1674), [anon_sym_POUND] = ACTIONS(105), }, [658] = { [sym_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_PIPE] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_err_GT] = ACTIONS(845), + [anon_sym_out_GT] = ACTIONS(845), + [anon_sym_e_GT] = ACTIONS(845), + [anon_sym_o_GT] = ACTIONS(845), + [anon_sym_err_PLUSout_GT] = ACTIONS(845), + [anon_sym_out_PLUSerr_GT] = ACTIONS(845), + [anon_sym_o_PLUSe_GT] = ACTIONS(845), + [anon_sym_e_PLUSo_GT] = ACTIONS(845), + [aux_sym_unquoted_token1] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [659] = { [sym_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1713), - [anon_sym_bit_DASHxor] = ACTIONS(1715), - [anon_sym_bit_DASHor] = ACTIONS(1717), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(737), + [anon_sym_LF] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(737), + [anon_sym_PIPE] = ACTIONS(737), + [anon_sym_DOLLAR] = ACTIONS(737), + [anon_sym_GT] = ACTIONS(737), + [anon_sym_DASH] = ACTIONS(737), + [anon_sym_in] = ACTIONS(737), + [anon_sym_LBRACE] = ACTIONS(737), + [anon_sym_DOT] = ACTIONS(737), + [anon_sym_STAR] = ACTIONS(737), + [anon_sym_STAR_STAR] = ACTIONS(737), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_SLASH] = ACTIONS(737), + [anon_sym_mod] = ACTIONS(737), + [anon_sym_SLASH_SLASH] = ACTIONS(737), + [anon_sym_PLUS] = ACTIONS(737), + [anon_sym_bit_DASHshl] = ACTIONS(737), + [anon_sym_bit_DASHshr] = ACTIONS(737), + [anon_sym_EQ_EQ] = ACTIONS(737), + [anon_sym_BANG_EQ] = ACTIONS(737), + [anon_sym_LT2] = ACTIONS(737), + [anon_sym_LT_EQ] = ACTIONS(737), + [anon_sym_GT_EQ] = ACTIONS(737), + [anon_sym_not_DASHin] = ACTIONS(737), + [anon_sym_starts_DASHwith] = ACTIONS(737), + [anon_sym_ends_DASHwith] = ACTIONS(737), + [anon_sym_EQ_TILDE] = ACTIONS(737), + [anon_sym_BANG_TILDE] = ACTIONS(737), + [anon_sym_bit_DASHand] = ACTIONS(737), + [anon_sym_bit_DASHxor] = ACTIONS(737), + [anon_sym_bit_DASHor] = ACTIONS(737), + [anon_sym_and] = ACTIONS(737), + [anon_sym_xor] = ACTIONS(737), + [anon_sym_or] = ACTIONS(737), + [anon_sym_null] = ACTIONS(737), + [anon_sym_true] = ACTIONS(737), + [anon_sym_false] = ACTIONS(737), + [aux_sym__val_number_decimal_token1] = ACTIONS(737), + [aux_sym__val_number_token1] = ACTIONS(737), + [aux_sym__val_number_token2] = ACTIONS(737), + [aux_sym__val_number_token3] = ACTIONS(737), + [aux_sym__val_number_token4] = ACTIONS(737), + [aux_sym__val_number_token5] = ACTIONS(737), + [aux_sym__val_number_token6] = ACTIONS(737), + [sym_filesize_unit] = ACTIONS(737), + [sym_duration_unit] = ACTIONS(737), + [anon_sym_0b] = ACTIONS(737), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym__str_single_quotes] = ACTIONS(737), + [sym__str_back_ticks] = ACTIONS(737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(737), + [anon_sym_err_GT] = ACTIONS(737), + [anon_sym_out_GT] = ACTIONS(737), + [anon_sym_e_GT] = ACTIONS(737), + [anon_sym_o_GT] = ACTIONS(737), + [anon_sym_err_PLUSout_GT] = ACTIONS(737), + [anon_sym_out_PLUSerr_GT] = ACTIONS(737), + [anon_sym_o_PLUSe_GT] = ACTIONS(737), + [anon_sym_e_PLUSo_GT] = ACTIONS(737), + [aux_sym_unquoted_token1] = ACTIONS(737), [anon_sym_POUND] = ACTIONS(105), }, [660] = { [sym_comment] = STATE(660), - [ts_builtin_sym_end] = ACTIONS(1547), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), + [anon_sym_SEMI] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_PIPE] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_err_GT] = ACTIONS(697), + [anon_sym_out_GT] = ACTIONS(697), + [anon_sym_e_GT] = ACTIONS(697), + [anon_sym_o_GT] = ACTIONS(697), + [anon_sym_err_PLUSout_GT] = ACTIONS(697), + [anon_sym_out_PLUSerr_GT] = ACTIONS(697), + [anon_sym_o_PLUSe_GT] = ACTIONS(697), + [anon_sym_e_PLUSo_GT] = ACTIONS(697), + [aux_sym_unquoted_token1] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(1522), [anon_sym_POUND] = ACTIONS(105), }, [661] = { [sym_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(1585), - [anon_sym_export] = ACTIONS(1583), - [anon_sym_alias] = ACTIONS(1583), - [anon_sym_let] = ACTIONS(1583), - [anon_sym_let_DASHenv] = ACTIONS(1583), - [anon_sym_mut] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [sym_cmd_identifier] = ACTIONS(1583), - [anon_sym_LF] = ACTIONS(1585), - [anon_sym_def] = ACTIONS(1583), - [anon_sym_export_DASHenv] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_module] = ACTIONS(1583), - [anon_sym_use] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(1583), - [anon_sym_error] = ACTIONS(1583), - [anon_sym_GT] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_in] = ACTIONS(1583), - [anon_sym_loop] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_match] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(1583), - [anon_sym_try] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_source] = ACTIONS(1583), - [anon_sym_source_DASHenv] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_hide] = ACTIONS(1583), - [anon_sym_hide_DASHenv] = ACTIONS(1583), - [anon_sym_overlay] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_where] = ACTIONS(1583), - [anon_sym_STAR_STAR] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_SLASH] = ACTIONS(1583), - [anon_sym_mod] = ACTIONS(1583), - [anon_sym_SLASH_SLASH] = ACTIONS(1583), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_bit_DASHshl] = ACTIONS(1583), - [anon_sym_bit_DASHshr] = ACTIONS(1583), - [anon_sym_EQ_EQ] = ACTIONS(1583), - [anon_sym_BANG_EQ] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1583), - [anon_sym_LT_EQ] = ACTIONS(1583), - [anon_sym_GT_EQ] = ACTIONS(1583), - [anon_sym_not_DASHin] = ACTIONS(1583), - [anon_sym_starts_DASHwith] = ACTIONS(1583), - [anon_sym_ends_DASHwith] = ACTIONS(1583), - [anon_sym_EQ_TILDE] = ACTIONS(1583), - [anon_sym_BANG_TILDE] = ACTIONS(1583), - [anon_sym_bit_DASHand] = ACTIONS(1583), - [anon_sym_bit_DASHxor] = ACTIONS(1583), - [anon_sym_bit_DASHor] = ACTIONS(1583), - [anon_sym_and] = ACTIONS(1583), - [anon_sym_xor] = ACTIONS(1583), - [anon_sym_or] = ACTIONS(1583), - [anon_sym_not] = ACTIONS(1583), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1583), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1583), - [anon_sym_0o] = ACTIONS(1583), - [anon_sym_0x] = ACTIONS(1583), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_CARET] = ACTIONS(1583), + [anon_sym_SEMI] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_RPAREN] = ACTIONS(885), + [anon_sym_PIPE] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_err_GT] = ACTIONS(885), + [anon_sym_out_GT] = ACTIONS(885), + [anon_sym_e_GT] = ACTIONS(885), + [anon_sym_o_GT] = ACTIONS(885), + [anon_sym_err_PLUSout_GT] = ACTIONS(885), + [anon_sym_out_PLUSerr_GT] = ACTIONS(885), + [anon_sym_o_PLUSe_GT] = ACTIONS(885), + [anon_sym_e_PLUSo_GT] = ACTIONS(885), + [aux_sym_unquoted_token1] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(105), }, [662] = { [sym_comment] = STATE(662), - [ts_builtin_sym_end] = ACTIONS(1597), - [anon_sym_export] = ACTIONS(1595), - [anon_sym_alias] = ACTIONS(1595), - [anon_sym_let] = ACTIONS(1595), - [anon_sym_let_DASHenv] = ACTIONS(1595), - [anon_sym_mut] = ACTIONS(1595), - [anon_sym_const] = ACTIONS(1595), - [anon_sym_SEMI] = ACTIONS(1595), - [sym_cmd_identifier] = ACTIONS(1595), - [anon_sym_LF] = ACTIONS(1597), - [anon_sym_def] = ACTIONS(1595), - [anon_sym_export_DASHenv] = ACTIONS(1595), - [anon_sym_extern] = ACTIONS(1595), - [anon_sym_module] = ACTIONS(1595), - [anon_sym_use] = ACTIONS(1595), - [anon_sym_LBRACK] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1595), - [anon_sym_DOLLAR] = ACTIONS(1595), - [anon_sym_error] = ACTIONS(1595), - [anon_sym_GT] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_break] = ACTIONS(1595), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_for] = ACTIONS(1595), - [anon_sym_in] = ACTIONS(1595), - [anon_sym_loop] = ACTIONS(1595), - [anon_sym_while] = ACTIONS(1595), - [anon_sym_do] = ACTIONS(1595), - [anon_sym_if] = ACTIONS(1595), - [anon_sym_match] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_DOT] = ACTIONS(1595), - [anon_sym_try] = ACTIONS(1595), - [anon_sym_return] = ACTIONS(1595), - [anon_sym_source] = ACTIONS(1595), - [anon_sym_source_DASHenv] = ACTIONS(1595), - [anon_sym_register] = ACTIONS(1595), - [anon_sym_hide] = ACTIONS(1595), - [anon_sym_hide_DASHenv] = ACTIONS(1595), - [anon_sym_overlay] = ACTIONS(1595), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_where] = ACTIONS(1595), - [anon_sym_STAR_STAR] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_SLASH] = ACTIONS(1595), - [anon_sym_mod] = ACTIONS(1595), - [anon_sym_SLASH_SLASH] = ACTIONS(1595), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_bit_DASHshl] = ACTIONS(1595), - [anon_sym_bit_DASHshr] = ACTIONS(1595), - [anon_sym_EQ_EQ] = ACTIONS(1595), - [anon_sym_BANG_EQ] = ACTIONS(1595), - [anon_sym_LT2] = ACTIONS(1595), - [anon_sym_LT_EQ] = ACTIONS(1595), - [anon_sym_GT_EQ] = ACTIONS(1595), - [anon_sym_not_DASHin] = ACTIONS(1595), - [anon_sym_starts_DASHwith] = ACTIONS(1595), - [anon_sym_ends_DASHwith] = ACTIONS(1595), - [anon_sym_EQ_TILDE] = ACTIONS(1595), - [anon_sym_BANG_TILDE] = ACTIONS(1595), - [anon_sym_bit_DASHand] = ACTIONS(1595), - [anon_sym_bit_DASHxor] = ACTIONS(1595), - [anon_sym_bit_DASHor] = ACTIONS(1595), - [anon_sym_and] = ACTIONS(1595), - [anon_sym_xor] = ACTIONS(1595), - [anon_sym_or] = ACTIONS(1595), - [anon_sym_not] = ACTIONS(1595), - [anon_sym_null] = ACTIONS(1595), - [anon_sym_true] = ACTIONS(1595), - [anon_sym_false] = ACTIONS(1595), - [aux_sym__val_number_decimal_token1] = ACTIONS(1595), - [aux_sym__val_number_token1] = ACTIONS(1595), - [aux_sym__val_number_token2] = ACTIONS(1595), - [aux_sym__val_number_token3] = ACTIONS(1595), - [aux_sym__val_number_token4] = ACTIONS(1595), - [aux_sym__val_number_token5] = ACTIONS(1595), - [aux_sym__val_number_token6] = ACTIONS(1595), - [anon_sym_0b] = ACTIONS(1595), - [anon_sym_0o] = ACTIONS(1595), - [anon_sym_0x] = ACTIONS(1595), - [sym_val_date] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym__str_single_quotes] = ACTIONS(1595), - [sym__str_back_ticks] = ACTIONS(1595), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1595), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1595), - [anon_sym_CARET] = ACTIONS(1595), + [ts_builtin_sym_end] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_err_GT] = ACTIONS(856), + [anon_sym_out_GT] = ACTIONS(856), + [anon_sym_e_GT] = ACTIONS(856), + [anon_sym_o_GT] = ACTIONS(856), + [anon_sym_err_PLUSout_GT] = ACTIONS(856), + [anon_sym_out_PLUSerr_GT] = ACTIONS(856), + [anon_sym_o_PLUSe_GT] = ACTIONS(856), + [anon_sym_e_PLUSo_GT] = ACTIONS(856), + [aux_sym_unquoted_token1] = ACTIONS(856), [anon_sym_POUND] = ACTIONS(105), }, [663] = { [sym_comment] = STATE(663), - [ts_builtin_sym_end] = ACTIONS(1621), - [anon_sym_export] = ACTIONS(1619), - [anon_sym_alias] = ACTIONS(1619), - [anon_sym_let] = ACTIONS(1619), - [anon_sym_let_DASHenv] = ACTIONS(1619), - [anon_sym_mut] = ACTIONS(1619), - [anon_sym_const] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [sym_cmd_identifier] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_def] = ACTIONS(1619), - [anon_sym_export_DASHenv] = ACTIONS(1619), - [anon_sym_extern] = ACTIONS(1619), - [anon_sym_module] = ACTIONS(1619), - [anon_sym_use] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_error] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_break] = ACTIONS(1619), - [anon_sym_continue] = ACTIONS(1619), - [anon_sym_for] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_loop] = ACTIONS(1619), - [anon_sym_while] = ACTIONS(1619), - [anon_sym_do] = ACTIONS(1619), - [anon_sym_if] = ACTIONS(1619), - [anon_sym_match] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_try] = ACTIONS(1619), - [anon_sym_return] = ACTIONS(1619), - [anon_sym_source] = ACTIONS(1619), - [anon_sym_source_DASHenv] = ACTIONS(1619), - [anon_sym_register] = ACTIONS(1619), - [anon_sym_hide] = ACTIONS(1619), - [anon_sym_hide_DASHenv] = ACTIONS(1619), - [anon_sym_overlay] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_where] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_not] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_in] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_SLASH] = ACTIONS(918), + [anon_sym_mod] = ACTIONS(918), + [anon_sym_SLASH_SLASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_bit_DASHshl] = ACTIONS(918), + [anon_sym_bit_DASHshr] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_LT2] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(918), + [anon_sym_BANG_TILDE] = ACTIONS(918), + [anon_sym_bit_DASHand] = ACTIONS(918), + [anon_sym_bit_DASHxor] = ACTIONS(918), + [anon_sym_bit_DASHor] = ACTIONS(918), + [anon_sym_and] = ACTIONS(918), + [anon_sym_xor] = ACTIONS(918), + [anon_sym_or] = ACTIONS(918), + [anon_sym_null] = ACTIONS(918), + [anon_sym_true] = ACTIONS(918), + [anon_sym_false] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(918), + [aux_sym__val_number_token2] = ACTIONS(918), + [aux_sym__val_number_token3] = ACTIONS(918), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(918), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_0b] = ACTIONS(918), + [anon_sym_0o] = ACTIONS(918), + [anon_sym_0x] = ACTIONS(918), + [sym_val_date] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym__str_single_quotes] = ACTIONS(918), + [sym__str_back_ticks] = ACTIONS(918), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(918), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(918), + [anon_sym_err_GT] = ACTIONS(918), + [anon_sym_out_GT] = ACTIONS(918), + [anon_sym_e_GT] = ACTIONS(918), + [anon_sym_o_GT] = ACTIONS(918), + [anon_sym_err_PLUSout_GT] = ACTIONS(918), + [anon_sym_out_PLUSerr_GT] = ACTIONS(918), + [anon_sym_o_PLUSe_GT] = ACTIONS(918), + [anon_sym_e_PLUSo_GT] = ACTIONS(918), + [aux_sym_unquoted_token1] = ACTIONS(918), [anon_sym_POUND] = ACTIONS(105), }, [664] = { [sym_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(1621), - [anon_sym_export] = ACTIONS(1619), - [anon_sym_alias] = ACTIONS(1619), - [anon_sym_let] = ACTIONS(1619), - [anon_sym_let_DASHenv] = ACTIONS(1619), - [anon_sym_mut] = ACTIONS(1619), - [anon_sym_const] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [sym_cmd_identifier] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_def] = ACTIONS(1619), - [anon_sym_export_DASHenv] = ACTIONS(1619), - [anon_sym_extern] = ACTIONS(1619), - [anon_sym_module] = ACTIONS(1619), - [anon_sym_use] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_error] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_break] = ACTIONS(1619), - [anon_sym_continue] = ACTIONS(1619), - [anon_sym_for] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_loop] = ACTIONS(1619), - [anon_sym_while] = ACTIONS(1619), - [anon_sym_do] = ACTIONS(1619), - [anon_sym_if] = ACTIONS(1619), - [anon_sym_match] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_try] = ACTIONS(1619), - [anon_sym_return] = ACTIONS(1619), - [anon_sym_source] = ACTIONS(1619), - [anon_sym_source_DASHenv] = ACTIONS(1619), - [anon_sym_register] = ACTIONS(1619), - [anon_sym_hide] = ACTIONS(1619), - [anon_sym_hide_DASHenv] = ACTIONS(1619), - [anon_sym_overlay] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_where] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_not] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_CARET] = ACTIONS(1619), + [ts_builtin_sym_end] = ACTIONS(870), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [sym_filesize_unit] = ACTIONS(2127), + [sym_duration_unit] = ACTIONS(2129), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_err_GT] = ACTIONS(868), + [anon_sym_out_GT] = ACTIONS(868), + [anon_sym_e_GT] = ACTIONS(868), + [anon_sym_o_GT] = ACTIONS(868), + [anon_sym_err_PLUSout_GT] = ACTIONS(868), + [anon_sym_out_PLUSerr_GT] = ACTIONS(868), + [anon_sym_o_PLUSe_GT] = ACTIONS(868), + [anon_sym_e_PLUSo_GT] = ACTIONS(868), + [aux_sym_unquoted_token1] = ACTIONS(868), [anon_sym_POUND] = ACTIONS(105), }, [665] = { [sym_comment] = STATE(665), - [ts_builtin_sym_end] = ACTIONS(1635), - [anon_sym_export] = ACTIONS(1633), - [anon_sym_alias] = ACTIONS(1633), - [anon_sym_let] = ACTIONS(1633), - [anon_sym_let_DASHenv] = ACTIONS(1633), - [anon_sym_mut] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [anon_sym_SEMI] = ACTIONS(1633), - [sym_cmd_identifier] = ACTIONS(1633), - [anon_sym_LF] = ACTIONS(1635), - [anon_sym_def] = ACTIONS(1633), - [anon_sym_export_DASHenv] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym_module] = ACTIONS(1633), - [anon_sym_use] = ACTIONS(1633), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_LPAREN] = ACTIONS(1633), - [anon_sym_DOLLAR] = ACTIONS(1633), - [anon_sym_error] = ACTIONS(1633), - [anon_sym_GT] = ACTIONS(1633), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_in] = ACTIONS(1633), - [anon_sym_loop] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_match] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1633), - [anon_sym_DOT] = ACTIONS(1633), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_source] = ACTIONS(1633), - [anon_sym_source_DASHenv] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_hide] = ACTIONS(1633), - [anon_sym_hide_DASHenv] = ACTIONS(1633), - [anon_sym_overlay] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1633), - [anon_sym_where] = ACTIONS(1633), - [anon_sym_STAR_STAR] = ACTIONS(1633), - [anon_sym_PLUS_PLUS] = ACTIONS(1633), - [anon_sym_SLASH] = ACTIONS(1633), - [anon_sym_mod] = ACTIONS(1633), - [anon_sym_SLASH_SLASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_bit_DASHshl] = ACTIONS(1633), - [anon_sym_bit_DASHshr] = ACTIONS(1633), - [anon_sym_EQ_EQ] = ACTIONS(1633), - [anon_sym_BANG_EQ] = ACTIONS(1633), - [anon_sym_LT2] = ACTIONS(1633), - [anon_sym_LT_EQ] = ACTIONS(1633), - [anon_sym_GT_EQ] = ACTIONS(1633), - [anon_sym_not_DASHin] = ACTIONS(1633), - [anon_sym_starts_DASHwith] = ACTIONS(1633), - [anon_sym_ends_DASHwith] = ACTIONS(1633), - [anon_sym_EQ_TILDE] = ACTIONS(1633), - [anon_sym_BANG_TILDE] = ACTIONS(1633), - [anon_sym_bit_DASHand] = ACTIONS(1633), - [anon_sym_bit_DASHxor] = ACTIONS(1633), - [anon_sym_bit_DASHor] = ACTIONS(1633), - [anon_sym_and] = ACTIONS(1633), - [anon_sym_xor] = ACTIONS(1633), - [anon_sym_or] = ACTIONS(1633), - [anon_sym_not] = ACTIONS(1633), - [anon_sym_null] = ACTIONS(1633), - [anon_sym_true] = ACTIONS(1633), - [anon_sym_false] = ACTIONS(1633), - [aux_sym__val_number_decimal_token1] = ACTIONS(1633), - [aux_sym__val_number_token1] = ACTIONS(1633), - [aux_sym__val_number_token2] = ACTIONS(1633), - [aux_sym__val_number_token3] = ACTIONS(1633), - [aux_sym__val_number_token4] = ACTIONS(1633), - [aux_sym__val_number_token5] = ACTIONS(1633), - [aux_sym__val_number_token6] = ACTIONS(1633), - [anon_sym_0b] = ACTIONS(1633), - [anon_sym_0o] = ACTIONS(1633), - [anon_sym_0x] = ACTIONS(1633), - [sym_val_date] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(1633), - [sym__str_single_quotes] = ACTIONS(1633), - [sym__str_back_ticks] = ACTIONS(1633), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1633), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1633), - [anon_sym_CARET] = ACTIONS(1633), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_DOT2] = ACTIONS(2131), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_err_GT] = ACTIONS(868), + [anon_sym_out_GT] = ACTIONS(868), + [anon_sym_e_GT] = ACTIONS(868), + [anon_sym_o_GT] = ACTIONS(868), + [anon_sym_err_PLUSout_GT] = ACTIONS(868), + [anon_sym_out_PLUSerr_GT] = ACTIONS(868), + [anon_sym_o_PLUSe_GT] = ACTIONS(868), + [anon_sym_e_PLUSo_GT] = ACTIONS(868), + [aux_sym_unquoted_token1] = ACTIONS(868), [anon_sym_POUND] = ACTIONS(105), }, [666] = { [sym_comment] = STATE(666), - [ts_builtin_sym_end] = ACTIONS(1697), - [anon_sym_export] = ACTIONS(1695), - [anon_sym_alias] = ACTIONS(1695), - [anon_sym_let] = ACTIONS(1695), - [anon_sym_let_DASHenv] = ACTIONS(1695), - [anon_sym_mut] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1695), - [sym_cmd_identifier] = ACTIONS(1695), - [anon_sym_LF] = ACTIONS(1697), - [anon_sym_def] = ACTIONS(1695), - [anon_sym_export_DASHenv] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym_module] = ACTIONS(1695), - [anon_sym_use] = ACTIONS(1695), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_LPAREN] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(1695), - [anon_sym_error] = ACTIONS(1695), - [anon_sym_GT] = ACTIONS(1695), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_in] = ACTIONS(1695), - [anon_sym_loop] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_match] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_DOT] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_source] = ACTIONS(1695), - [anon_sym_source_DASHenv] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_hide] = ACTIONS(1695), - [anon_sym_hide_DASHenv] = ACTIONS(1695), - [anon_sym_overlay] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1695), - [anon_sym_where] = ACTIONS(1695), - [anon_sym_STAR_STAR] = ACTIONS(1695), - [anon_sym_PLUS_PLUS] = ACTIONS(1695), - [anon_sym_SLASH] = ACTIONS(1695), - [anon_sym_mod] = ACTIONS(1695), - [anon_sym_SLASH_SLASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_bit_DASHshl] = ACTIONS(1695), - [anon_sym_bit_DASHshr] = ACTIONS(1695), - [anon_sym_EQ_EQ] = ACTIONS(1695), - [anon_sym_BANG_EQ] = ACTIONS(1695), - [anon_sym_LT2] = ACTIONS(1695), - [anon_sym_LT_EQ] = ACTIONS(1695), - [anon_sym_GT_EQ] = ACTIONS(1695), - [anon_sym_not_DASHin] = ACTIONS(1695), - [anon_sym_starts_DASHwith] = ACTIONS(1695), - [anon_sym_ends_DASHwith] = ACTIONS(1695), - [anon_sym_EQ_TILDE] = ACTIONS(1695), - [anon_sym_BANG_TILDE] = ACTIONS(1695), - [anon_sym_bit_DASHand] = ACTIONS(1695), - [anon_sym_bit_DASHxor] = ACTIONS(1695), - [anon_sym_bit_DASHor] = ACTIONS(1695), - [anon_sym_and] = ACTIONS(1695), - [anon_sym_xor] = ACTIONS(1695), - [anon_sym_or] = ACTIONS(1695), - [anon_sym_not] = ACTIONS(1695), - [anon_sym_null] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(1695), - [anon_sym_false] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1695), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1695), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_0b] = ACTIONS(1695), - [anon_sym_0o] = ACTIONS(1695), - [anon_sym_0x] = ACTIONS(1695), - [sym_val_date] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1695), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1695), - [anon_sym_CARET] = ACTIONS(1695), + [ts_builtin_sym_end] = ACTIONS(907), + [anon_sym_SEMI] = ACTIONS(905), + [anon_sym_LF] = ACTIONS(907), + [anon_sym_LBRACK] = ACTIONS(905), + [anon_sym_LPAREN] = ACTIONS(905), + [anon_sym_PIPE] = ACTIONS(905), + [anon_sym_DOLLAR] = ACTIONS(905), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_in] = ACTIONS(905), + [anon_sym_LBRACE] = ACTIONS(905), + [anon_sym_DOT] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_STAR_STAR] = ACTIONS(905), + [anon_sym_PLUS_PLUS] = ACTIONS(905), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(905), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_bit_DASHshl] = ACTIONS(905), + [anon_sym_bit_DASHshr] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(905), + [anon_sym_BANG_EQ] = ACTIONS(905), + [anon_sym_LT2] = ACTIONS(905), + [anon_sym_LT_EQ] = ACTIONS(905), + [anon_sym_GT_EQ] = ACTIONS(905), + [anon_sym_not_DASHin] = ACTIONS(905), + [anon_sym_starts_DASHwith] = ACTIONS(905), + [anon_sym_ends_DASHwith] = ACTIONS(905), + [anon_sym_EQ_TILDE] = ACTIONS(905), + [anon_sym_BANG_TILDE] = ACTIONS(905), + [anon_sym_bit_DASHand] = ACTIONS(905), + [anon_sym_bit_DASHxor] = ACTIONS(905), + [anon_sym_bit_DASHor] = ACTIONS(905), + [anon_sym_and] = ACTIONS(905), + [anon_sym_xor] = ACTIONS(905), + [anon_sym_or] = ACTIONS(905), + [anon_sym_null] = ACTIONS(905), + [anon_sym_true] = ACTIONS(905), + [anon_sym_false] = ACTIONS(905), + [aux_sym__val_number_decimal_token1] = ACTIONS(905), + [aux_sym__val_number_token1] = ACTIONS(905), + [aux_sym__val_number_token2] = ACTIONS(905), + [aux_sym__val_number_token3] = ACTIONS(905), + [aux_sym__val_number_token4] = ACTIONS(905), + [aux_sym__val_number_token5] = ACTIONS(905), + [aux_sym__val_number_token6] = ACTIONS(905), + [sym_filesize_unit] = ACTIONS(905), + [sym_duration_unit] = ACTIONS(905), + [anon_sym_0b] = ACTIONS(905), + [anon_sym_0o] = ACTIONS(905), + [anon_sym_0x] = ACTIONS(905), + [sym_val_date] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(905), + [sym__str_single_quotes] = ACTIONS(905), + [sym__str_back_ticks] = ACTIONS(905), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(905), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(905), + [anon_sym_err_GT] = ACTIONS(905), + [anon_sym_out_GT] = ACTIONS(905), + [anon_sym_e_GT] = ACTIONS(905), + [anon_sym_o_GT] = ACTIONS(905), + [anon_sym_err_PLUSout_GT] = ACTIONS(905), + [anon_sym_out_PLUSerr_GT] = ACTIONS(905), + [anon_sym_o_PLUSe_GT] = ACTIONS(905), + [anon_sym_e_PLUSo_GT] = ACTIONS(905), + [aux_sym_unquoted_token1] = ACTIONS(905), [anon_sym_POUND] = ACTIONS(105), }, [667] = { [sym_comment] = STATE(667), - [ts_builtin_sym_end] = ACTIONS(1538), - [anon_sym_export] = ACTIONS(1536), - [anon_sym_alias] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_let_DASHenv] = ACTIONS(1536), - [anon_sym_mut] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [sym_cmd_identifier] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_def] = ACTIONS(1536), - [anon_sym_export_DASHenv] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_error] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_try] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_source] = ACTIONS(1536), - [anon_sym_source_DASHenv] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_hide] = ACTIONS(1536), - [anon_sym_hide_DASHenv] = ACTIONS(1536), - [anon_sym_overlay] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_where] = ACTIONS(1536), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_not] = ACTIONS(1536), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_CARET] = ACTIONS(1536), + [ts_builtin_sym_end] = ACTIONS(785), + [anon_sym_SEMI] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_PIPE] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2133), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_err_GT] = ACTIONS(783), + [anon_sym_out_GT] = ACTIONS(783), + [anon_sym_e_GT] = ACTIONS(783), + [anon_sym_o_GT] = ACTIONS(783), + [anon_sym_err_PLUSout_GT] = ACTIONS(783), + [anon_sym_out_PLUSerr_GT] = ACTIONS(783), + [anon_sym_o_PLUSe_GT] = ACTIONS(783), + [anon_sym_e_PLUSo_GT] = ACTIONS(783), + [aux_sym_unquoted_token1] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [668] = { [sym_comment] = STATE(668), - [ts_builtin_sym_end] = ACTIONS(1439), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), + [ts_builtin_sym_end] = ACTIONS(785), + [anon_sym_SEMI] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_PIPE] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_GT] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_in] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2133), + [anon_sym_STAR_STAR] = ACTIONS(783), + [anon_sym_PLUS_PLUS] = ACTIONS(783), + [anon_sym_SLASH] = ACTIONS(783), + [anon_sym_mod] = ACTIONS(783), + [anon_sym_SLASH_SLASH] = ACTIONS(783), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_bit_DASHshl] = ACTIONS(783), + [anon_sym_bit_DASHshr] = ACTIONS(783), + [anon_sym_EQ_EQ] = ACTIONS(783), + [anon_sym_BANG_EQ] = ACTIONS(783), + [anon_sym_LT2] = ACTIONS(783), + [anon_sym_LT_EQ] = ACTIONS(783), + [anon_sym_GT_EQ] = ACTIONS(783), + [anon_sym_not_DASHin] = ACTIONS(783), + [anon_sym_starts_DASHwith] = ACTIONS(783), + [anon_sym_ends_DASHwith] = ACTIONS(783), + [anon_sym_EQ_TILDE] = ACTIONS(783), + [anon_sym_BANG_TILDE] = ACTIONS(783), + [anon_sym_bit_DASHand] = ACTIONS(783), + [anon_sym_bit_DASHxor] = ACTIONS(783), + [anon_sym_bit_DASHor] = ACTIONS(783), + [anon_sym_and] = ACTIONS(783), + [anon_sym_xor] = ACTIONS(783), + [anon_sym_or] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_err_GT] = ACTIONS(783), + [anon_sym_out_GT] = ACTIONS(783), + [anon_sym_e_GT] = ACTIONS(783), + [anon_sym_o_GT] = ACTIONS(783), + [anon_sym_err_PLUSout_GT] = ACTIONS(783), + [anon_sym_out_PLUSerr_GT] = ACTIONS(783), + [anon_sym_o_PLUSe_GT] = ACTIONS(783), + [anon_sym_e_PLUSo_GT] = ACTIONS(783), + [aux_sym_unquoted_token1] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [669] = { [sym_comment] = STATE(669), - [ts_builtin_sym_end] = ACTIONS(1653), - [anon_sym_export] = ACTIONS(1651), - [anon_sym_alias] = ACTIONS(1651), - [anon_sym_let] = ACTIONS(1651), - [anon_sym_let_DASHenv] = ACTIONS(1651), - [anon_sym_mut] = ACTIONS(1651), - [anon_sym_const] = ACTIONS(1651), - [anon_sym_SEMI] = ACTIONS(1651), - [sym_cmd_identifier] = ACTIONS(1651), - [anon_sym_LF] = ACTIONS(1653), - [anon_sym_def] = ACTIONS(1651), - [anon_sym_export_DASHenv] = ACTIONS(1651), - [anon_sym_extern] = ACTIONS(1651), - [anon_sym_module] = ACTIONS(1651), - [anon_sym_use] = ACTIONS(1651), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_LPAREN] = ACTIONS(1651), - [anon_sym_DOLLAR] = ACTIONS(1651), - [anon_sym_error] = ACTIONS(1651), - [anon_sym_GT] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1651), - [anon_sym_break] = ACTIONS(1651), - [anon_sym_continue] = ACTIONS(1651), - [anon_sym_for] = ACTIONS(1651), - [anon_sym_in] = ACTIONS(1651), - [anon_sym_loop] = ACTIONS(1651), - [anon_sym_while] = ACTIONS(1651), - [anon_sym_do] = ACTIONS(1651), - [anon_sym_if] = ACTIONS(1651), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_DOT] = ACTIONS(1651), - [anon_sym_try] = ACTIONS(1651), - [anon_sym_return] = ACTIONS(1651), - [anon_sym_source] = ACTIONS(1651), - [anon_sym_source_DASHenv] = ACTIONS(1651), - [anon_sym_register] = ACTIONS(1651), - [anon_sym_hide] = ACTIONS(1651), - [anon_sym_hide_DASHenv] = ACTIONS(1651), - [anon_sym_overlay] = ACTIONS(1651), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_where] = ACTIONS(1651), - [anon_sym_STAR_STAR] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_SLASH] = ACTIONS(1651), - [anon_sym_mod] = ACTIONS(1651), - [anon_sym_SLASH_SLASH] = ACTIONS(1651), - [anon_sym_PLUS] = ACTIONS(1651), - [anon_sym_bit_DASHshl] = ACTIONS(1651), - [anon_sym_bit_DASHshr] = ACTIONS(1651), - [anon_sym_EQ_EQ] = ACTIONS(1651), - [anon_sym_BANG_EQ] = ACTIONS(1651), - [anon_sym_LT2] = ACTIONS(1651), - [anon_sym_LT_EQ] = ACTIONS(1651), - [anon_sym_GT_EQ] = ACTIONS(1651), - [anon_sym_not_DASHin] = ACTIONS(1651), - [anon_sym_starts_DASHwith] = ACTIONS(1651), - [anon_sym_ends_DASHwith] = ACTIONS(1651), - [anon_sym_EQ_TILDE] = ACTIONS(1651), - [anon_sym_BANG_TILDE] = ACTIONS(1651), - [anon_sym_bit_DASHand] = ACTIONS(1651), - [anon_sym_bit_DASHxor] = ACTIONS(1651), - [anon_sym_bit_DASHor] = ACTIONS(1651), - [anon_sym_and] = ACTIONS(1651), - [anon_sym_xor] = ACTIONS(1651), - [anon_sym_or] = ACTIONS(1651), - [anon_sym_not] = ACTIONS(1651), - [anon_sym_null] = ACTIONS(1651), - [anon_sym_true] = ACTIONS(1651), - [anon_sym_false] = ACTIONS(1651), - [aux_sym__val_number_decimal_token1] = ACTIONS(1651), - [aux_sym__val_number_token1] = ACTIONS(1651), - [aux_sym__val_number_token2] = ACTIONS(1651), - [aux_sym__val_number_token3] = ACTIONS(1651), - [aux_sym__val_number_token4] = ACTIONS(1651), - [aux_sym__val_number_token5] = ACTIONS(1651), - [aux_sym__val_number_token6] = ACTIONS(1651), - [anon_sym_0b] = ACTIONS(1651), - [anon_sym_0o] = ACTIONS(1651), - [anon_sym_0x] = ACTIONS(1651), - [sym_val_date] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym__str_single_quotes] = ACTIONS(1651), - [sym__str_back_ticks] = ACTIONS(1651), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1651), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1651), - [anon_sym_CARET] = ACTIONS(1651), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(2135), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(2086), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(2135), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(2088), + [aux_sym_unquoted_token6] = ACTIONS(2090), [anon_sym_POUND] = ACTIONS(105), }, [670] = { + [sym__flag] = STATE(921), + [sym_short_flag] = STATE(913), + [sym_long_flag] = STATE(913), [sym_comment] = STATE(670), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_overlay_use_repeat1] = STATE(681), + [anon_sym_export] = ACTIONS(2137), + [anon_sym_alias] = ACTIONS(2137), + [anon_sym_let] = ACTIONS(2137), + [anon_sym_let_DASHenv] = ACTIONS(2137), + [anon_sym_mut] = ACTIONS(2137), + [anon_sym_const] = ACTIONS(2137), + [anon_sym_SEMI] = ACTIONS(2137), + [sym_cmd_identifier] = ACTIONS(2137), + [anon_sym_LF] = ACTIONS(2139), + [anon_sym_def] = ACTIONS(2137), + [anon_sym_export_DASHenv] = ACTIONS(2137), + [anon_sym_extern] = ACTIONS(2137), + [anon_sym_module] = ACTIONS(2137), + [anon_sym_use] = ACTIONS(2137), + [anon_sym_LBRACK] = ACTIONS(2137), + [anon_sym_LPAREN] = ACTIONS(2137), + [anon_sym_RPAREN] = ACTIONS(2137), + [anon_sym_DOLLAR] = ACTIONS(2137), + [anon_sym_error] = ACTIONS(2137), + [anon_sym_DASH] = ACTIONS(2141), + [anon_sym_break] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2137), + [anon_sym_for] = ACTIONS(2137), + [anon_sym_loop] = ACTIONS(2137), + [anon_sym_while] = ACTIONS(2137), + [anon_sym_do] = ACTIONS(2137), + [anon_sym_if] = ACTIONS(2137), + [anon_sym_match] = ACTIONS(2137), + [anon_sym_LBRACE] = ACTIONS(2137), + [anon_sym_RBRACE] = ACTIONS(2137), + [anon_sym_DOT] = ACTIONS(2137), + [anon_sym_try] = ACTIONS(2137), + [anon_sym_return] = ACTIONS(2137), + [anon_sym_source] = ACTIONS(2137), + [anon_sym_source_DASHenv] = ACTIONS(2137), + [anon_sym_register] = ACTIONS(2137), + [anon_sym_hide] = ACTIONS(2137), + [anon_sym_hide_DASHenv] = ACTIONS(2137), + [anon_sym_overlay] = ACTIONS(2137), + [anon_sym_as] = ACTIONS(2143), + [anon_sym_where] = ACTIONS(2137), + [anon_sym_PLUS] = ACTIONS(2137), + [anon_sym_not] = ACTIONS(2137), + [anon_sym_null] = ACTIONS(2137), + [anon_sym_true] = ACTIONS(2137), + [anon_sym_false] = ACTIONS(2137), + [aux_sym__val_number_decimal_token1] = ACTIONS(2137), + [aux_sym__val_number_token1] = ACTIONS(2137), + [aux_sym__val_number_token2] = ACTIONS(2137), + [aux_sym__val_number_token3] = ACTIONS(2137), + [aux_sym__val_number_token4] = ACTIONS(2137), + [aux_sym__val_number_token5] = ACTIONS(2137), + [aux_sym__val_number_token6] = ACTIONS(2137), + [anon_sym_0b] = ACTIONS(2137), + [anon_sym_0o] = ACTIONS(2137), + [anon_sym_0x] = ACTIONS(2137), + [sym_val_date] = ACTIONS(2137), + [anon_sym_DQUOTE] = ACTIONS(2137), + [sym__str_single_quotes] = ACTIONS(2137), + [sym__str_back_ticks] = ACTIONS(2137), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2137), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2137), + [anon_sym_CARET] = ACTIONS(2137), [anon_sym_POUND] = ACTIONS(105), }, [671] = { + [sym__flag] = STATE(921), + [sym_short_flag] = STATE(913), + [sym_long_flag] = STATE(913), [sym_comment] = STATE(671), - [ts_builtin_sym_end] = ACTIONS(1631), - [anon_sym_export] = ACTIONS(1629), - [anon_sym_alias] = ACTIONS(1629), - [anon_sym_let] = ACTIONS(1629), - [anon_sym_let_DASHenv] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1629), - [sym_cmd_identifier] = ACTIONS(1629), - [anon_sym_LF] = ACTIONS(1631), - [anon_sym_def] = ACTIONS(1629), - [anon_sym_export_DASHenv] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym_module] = ACTIONS(1629), - [anon_sym_use] = ACTIONS(1629), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_LPAREN] = ACTIONS(1629), - [anon_sym_DOLLAR] = ACTIONS(1629), - [anon_sym_error] = ACTIONS(1629), - [anon_sym_GT] = ACTIONS(1629), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_in] = ACTIONS(1629), - [anon_sym_loop] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_match] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1629), - [anon_sym_DOT] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_source] = ACTIONS(1629), - [anon_sym_source_DASHenv] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_hide] = ACTIONS(1629), - [anon_sym_hide_DASHenv] = ACTIONS(1629), - [anon_sym_overlay] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1629), - [anon_sym_where] = ACTIONS(1629), - [anon_sym_STAR_STAR] = ACTIONS(1629), - [anon_sym_PLUS_PLUS] = ACTIONS(1629), - [anon_sym_SLASH] = ACTIONS(1629), - [anon_sym_mod] = ACTIONS(1629), - [anon_sym_SLASH_SLASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_bit_DASHshl] = ACTIONS(1629), - [anon_sym_bit_DASHshr] = ACTIONS(1629), - [anon_sym_EQ_EQ] = ACTIONS(1629), - [anon_sym_BANG_EQ] = ACTIONS(1629), - [anon_sym_LT2] = ACTIONS(1629), - [anon_sym_LT_EQ] = ACTIONS(1629), - [anon_sym_GT_EQ] = ACTIONS(1629), - [anon_sym_not_DASHin] = ACTIONS(1629), - [anon_sym_starts_DASHwith] = ACTIONS(1629), - [anon_sym_ends_DASHwith] = ACTIONS(1629), - [anon_sym_EQ_TILDE] = ACTIONS(1629), - [anon_sym_BANG_TILDE] = ACTIONS(1629), - [anon_sym_bit_DASHand] = ACTIONS(1629), - [anon_sym_bit_DASHxor] = ACTIONS(1629), - [anon_sym_bit_DASHor] = ACTIONS(1629), - [anon_sym_and] = ACTIONS(1629), - [anon_sym_xor] = ACTIONS(1629), - [anon_sym_or] = ACTIONS(1629), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_null] = ACTIONS(1629), - [anon_sym_true] = ACTIONS(1629), - [anon_sym_false] = ACTIONS(1629), - [aux_sym__val_number_decimal_token1] = ACTIONS(1629), - [aux_sym__val_number_token1] = ACTIONS(1629), - [aux_sym__val_number_token2] = ACTIONS(1629), - [aux_sym__val_number_token3] = ACTIONS(1629), - [aux_sym__val_number_token4] = ACTIONS(1629), - [aux_sym__val_number_token5] = ACTIONS(1629), - [aux_sym__val_number_token6] = ACTIONS(1629), - [anon_sym_0b] = ACTIONS(1629), - [anon_sym_0o] = ACTIONS(1629), - [anon_sym_0x] = ACTIONS(1629), - [sym_val_date] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym__str_single_quotes] = ACTIONS(1629), - [sym__str_back_ticks] = ACTIONS(1629), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), - [anon_sym_CARET] = ACTIONS(1629), + [aux_sym_overlay_use_repeat1] = STATE(672), + [anon_sym_export] = ACTIONS(2145), + [anon_sym_alias] = ACTIONS(2145), + [anon_sym_let] = ACTIONS(2145), + [anon_sym_let_DASHenv] = ACTIONS(2145), + [anon_sym_mut] = ACTIONS(2145), + [anon_sym_const] = ACTIONS(2145), + [anon_sym_SEMI] = ACTIONS(2145), + [sym_cmd_identifier] = ACTIONS(2145), + [anon_sym_LF] = ACTIONS(2147), + [anon_sym_def] = ACTIONS(2145), + [anon_sym_export_DASHenv] = ACTIONS(2145), + [anon_sym_extern] = ACTIONS(2145), + [anon_sym_module] = ACTIONS(2145), + [anon_sym_use] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2145), + [anon_sym_LPAREN] = ACTIONS(2145), + [anon_sym_RPAREN] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2145), + [anon_sym_error] = ACTIONS(2145), + [anon_sym_DASH] = ACTIONS(2145), + [anon_sym_break] = ACTIONS(2145), + [anon_sym_continue] = ACTIONS(2145), + [anon_sym_for] = ACTIONS(2145), + [anon_sym_loop] = ACTIONS(2145), + [anon_sym_while] = ACTIONS(2145), + [anon_sym_do] = ACTIONS(2145), + [anon_sym_if] = ACTIONS(2145), + [anon_sym_match] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2145), + [anon_sym_RBRACE] = ACTIONS(2145), + [anon_sym_DOT] = ACTIONS(2145), + [anon_sym_try] = ACTIONS(2145), + [anon_sym_return] = ACTIONS(2145), + [anon_sym_source] = ACTIONS(2145), + [anon_sym_source_DASHenv] = ACTIONS(2145), + [anon_sym_register] = ACTIONS(2145), + [anon_sym_hide] = ACTIONS(2145), + [anon_sym_hide_DASHenv] = ACTIONS(2145), + [anon_sym_overlay] = ACTIONS(2145), + [anon_sym_as] = ACTIONS(2149), + [anon_sym_where] = ACTIONS(2145), + [anon_sym_PLUS] = ACTIONS(2145), + [anon_sym_not] = ACTIONS(2145), + [anon_sym_null] = ACTIONS(2145), + [anon_sym_true] = ACTIONS(2145), + [anon_sym_false] = ACTIONS(2145), + [aux_sym__val_number_decimal_token1] = ACTIONS(2145), + [aux_sym__val_number_token1] = ACTIONS(2145), + [aux_sym__val_number_token2] = ACTIONS(2145), + [aux_sym__val_number_token3] = ACTIONS(2145), + [aux_sym__val_number_token4] = ACTIONS(2145), + [aux_sym__val_number_token5] = ACTIONS(2145), + [aux_sym__val_number_token6] = ACTIONS(2145), + [anon_sym_0b] = ACTIONS(2145), + [anon_sym_0o] = ACTIONS(2145), + [anon_sym_0x] = ACTIONS(2145), + [sym_val_date] = ACTIONS(2145), + [anon_sym_DQUOTE] = ACTIONS(2145), + [sym__str_single_quotes] = ACTIONS(2145), + [sym__str_back_ticks] = ACTIONS(2145), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2145), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2145), + [anon_sym_CARET] = ACTIONS(2145), [anon_sym_POUND] = ACTIONS(105), }, [672] = { + [sym__flag] = STATE(921), + [sym_short_flag] = STATE(913), + [sym_long_flag] = STATE(913), [sym_comment] = STATE(672), - [ts_builtin_sym_end] = ACTIONS(1661), - [anon_sym_export] = ACTIONS(1659), - [anon_sym_alias] = ACTIONS(1659), - [anon_sym_let] = ACTIONS(1659), - [anon_sym_let_DASHenv] = ACTIONS(1659), - [anon_sym_mut] = ACTIONS(1659), - [anon_sym_const] = ACTIONS(1659), - [anon_sym_SEMI] = ACTIONS(1659), - [sym_cmd_identifier] = ACTIONS(1659), - [anon_sym_LF] = ACTIONS(1661), - [anon_sym_def] = ACTIONS(1659), - [anon_sym_export_DASHenv] = ACTIONS(1659), - [anon_sym_extern] = ACTIONS(1659), - [anon_sym_module] = ACTIONS(1659), - [anon_sym_use] = ACTIONS(1659), - [anon_sym_LBRACK] = ACTIONS(1659), - [anon_sym_LPAREN] = ACTIONS(1659), - [anon_sym_DOLLAR] = ACTIONS(1659), - [anon_sym_error] = ACTIONS(1659), - [anon_sym_GT] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1659), - [anon_sym_break] = ACTIONS(1659), - [anon_sym_continue] = ACTIONS(1659), - [anon_sym_for] = ACTIONS(1659), - [anon_sym_in] = ACTIONS(1659), - [anon_sym_loop] = ACTIONS(1659), - [anon_sym_while] = ACTIONS(1659), - [anon_sym_do] = ACTIONS(1659), - [anon_sym_if] = ACTIONS(1659), - [anon_sym_match] = ACTIONS(1659), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_DOT] = ACTIONS(1659), - [anon_sym_try] = ACTIONS(1659), - [anon_sym_return] = ACTIONS(1659), - [anon_sym_source] = ACTIONS(1659), - [anon_sym_source_DASHenv] = ACTIONS(1659), - [anon_sym_register] = ACTIONS(1659), - [anon_sym_hide] = ACTIONS(1659), - [anon_sym_hide_DASHenv] = ACTIONS(1659), - [anon_sym_overlay] = ACTIONS(1659), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_where] = ACTIONS(1659), - [anon_sym_STAR_STAR] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_SLASH] = ACTIONS(1659), - [anon_sym_mod] = ACTIONS(1659), - [anon_sym_SLASH_SLASH] = ACTIONS(1659), - [anon_sym_PLUS] = ACTIONS(1659), - [anon_sym_bit_DASHshl] = ACTIONS(1659), - [anon_sym_bit_DASHshr] = ACTIONS(1659), - [anon_sym_EQ_EQ] = ACTIONS(1659), - [anon_sym_BANG_EQ] = ACTIONS(1659), - [anon_sym_LT2] = ACTIONS(1659), - [anon_sym_LT_EQ] = ACTIONS(1659), - [anon_sym_GT_EQ] = ACTIONS(1659), - [anon_sym_not_DASHin] = ACTIONS(1659), - [anon_sym_starts_DASHwith] = ACTIONS(1659), - [anon_sym_ends_DASHwith] = ACTIONS(1659), - [anon_sym_EQ_TILDE] = ACTIONS(1659), - [anon_sym_BANG_TILDE] = ACTIONS(1659), - [anon_sym_bit_DASHand] = ACTIONS(1659), - [anon_sym_bit_DASHxor] = ACTIONS(1659), - [anon_sym_bit_DASHor] = ACTIONS(1659), - [anon_sym_and] = ACTIONS(1659), - [anon_sym_xor] = ACTIONS(1659), - [anon_sym_or] = ACTIONS(1659), - [anon_sym_not] = ACTIONS(1659), - [anon_sym_null] = ACTIONS(1659), - [anon_sym_true] = ACTIONS(1659), - [anon_sym_false] = ACTIONS(1659), - [aux_sym__val_number_decimal_token1] = ACTIONS(1659), - [aux_sym__val_number_token1] = ACTIONS(1659), - [aux_sym__val_number_token2] = ACTIONS(1659), - [aux_sym__val_number_token3] = ACTIONS(1659), - [aux_sym__val_number_token4] = ACTIONS(1659), - [aux_sym__val_number_token5] = ACTIONS(1659), - [aux_sym__val_number_token6] = ACTIONS(1659), - [anon_sym_0b] = ACTIONS(1659), - [anon_sym_0o] = ACTIONS(1659), - [anon_sym_0x] = ACTIONS(1659), - [sym_val_date] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym__str_single_quotes] = ACTIONS(1659), - [sym__str_back_ticks] = ACTIONS(1659), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1659), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1659), - [anon_sym_CARET] = ACTIONS(1659), + [aux_sym_overlay_use_repeat1] = STATE(672), + [anon_sym_export] = ACTIONS(2151), + [anon_sym_alias] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_let_DASHenv] = ACTIONS(2151), + [anon_sym_mut] = ACTIONS(2151), + [anon_sym_const] = ACTIONS(2151), + [anon_sym_SEMI] = ACTIONS(2151), + [sym_cmd_identifier] = ACTIONS(2151), + [anon_sym_LF] = ACTIONS(2153), + [anon_sym_def] = ACTIONS(2151), + [anon_sym_export_DASHenv] = ACTIONS(2151), + [anon_sym_extern] = ACTIONS(2151), + [anon_sym_module] = ACTIONS(2151), + [anon_sym_use] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2151), + [anon_sym_DOLLAR] = ACTIONS(2151), + [anon_sym_error] = ACTIONS(2151), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_break] = ACTIONS(2151), + [anon_sym_continue] = ACTIONS(2151), + [anon_sym_for] = ACTIONS(2151), + [anon_sym_loop] = ACTIONS(2151), + [anon_sym_while] = ACTIONS(2151), + [anon_sym_do] = ACTIONS(2151), + [anon_sym_if] = ACTIONS(2151), + [anon_sym_match] = ACTIONS(2151), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2151), + [anon_sym_try] = ACTIONS(2151), + [anon_sym_return] = ACTIONS(2151), + [anon_sym_source] = ACTIONS(2151), + [anon_sym_source_DASHenv] = ACTIONS(2151), + [anon_sym_register] = ACTIONS(2151), + [anon_sym_hide] = ACTIONS(2151), + [anon_sym_hide_DASHenv] = ACTIONS(2151), + [anon_sym_overlay] = ACTIONS(2151), + [anon_sym_as] = ACTIONS(2151), + [anon_sym_where] = ACTIONS(2151), + [anon_sym_PLUS] = ACTIONS(2151), + [anon_sym_not] = ACTIONS(2151), + [anon_sym_null] = ACTIONS(2151), + [anon_sym_true] = ACTIONS(2151), + [anon_sym_false] = ACTIONS(2151), + [aux_sym__val_number_decimal_token1] = ACTIONS(2151), + [aux_sym__val_number_token1] = ACTIONS(2151), + [aux_sym__val_number_token2] = ACTIONS(2151), + [aux_sym__val_number_token3] = ACTIONS(2151), + [aux_sym__val_number_token4] = ACTIONS(2151), + [aux_sym__val_number_token5] = ACTIONS(2151), + [aux_sym__val_number_token6] = ACTIONS(2151), + [anon_sym_0b] = ACTIONS(2151), + [anon_sym_0o] = ACTIONS(2151), + [anon_sym_0x] = ACTIONS(2151), + [sym_val_date] = ACTIONS(2151), + [anon_sym_DQUOTE] = ACTIONS(2151), + [sym__str_single_quotes] = ACTIONS(2151), + [sym__str_back_ticks] = ACTIONS(2151), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2151), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2151), + [anon_sym_CARET] = ACTIONS(2151), [anon_sym_POUND] = ACTIONS(105), }, [673] = { + [sym_ctrl_do] = STATE(4886), + [sym_ctrl_if] = STATE(4886), + [sym_ctrl_match] = STATE(4886), + [sym_ctrl_try] = STATE(4886), + [sym__expression] = STATE(4886), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), [sym_comment] = STATE(673), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1551), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1551), - [anon_sym_mod] = ACTIONS(1551), - [anon_sym_SLASH_SLASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_LF] = ACTIONS(2160), + [anon_sym_LBRACK] = ACTIONS(2162), + [anon_sym_LPAREN] = ACTIONS(2164), + [anon_sym_RPAREN] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(2168), + [anon_sym_try] = ACTIONS(287), + [anon_sym_PLUS] = ACTIONS(2170), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(193), + [aux_sym__val_number_token2] = ACTIONS(193), + [aux_sym__val_number_token3] = ACTIONS(193), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(193), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(2172), + [anon_sym_DQUOTE] = ACTIONS(2174), + [sym__str_single_quotes] = ACTIONS(2176), + [sym__str_back_ticks] = ACTIONS(2176), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2178), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2180), [anon_sym_POUND] = ACTIONS(105), }, [674] = { [sym_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_RPAREN] = ACTIONS(922), + [anon_sym_PIPE] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_in] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_DOT2] = ACTIONS(2131), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_err_GT] = ACTIONS(922), + [anon_sym_out_GT] = ACTIONS(922), + [anon_sym_e_GT] = ACTIONS(922), + [anon_sym_o_GT] = ACTIONS(922), + [anon_sym_err_PLUSout_GT] = ACTIONS(922), + [anon_sym_out_PLUSerr_GT] = ACTIONS(922), + [anon_sym_o_PLUSe_GT] = ACTIONS(922), + [anon_sym_e_PLUSo_GT] = ACTIONS(922), + [aux_sym_unquoted_token1] = ACTIONS(922), [anon_sym_POUND] = ACTIONS(105), }, [675] = { + [sym_ctrl_do] = STATE(4886), + [sym_ctrl_if] = STATE(4886), + [sym_ctrl_match] = STATE(4886), + [sym_ctrl_try] = STATE(4886), + [sym__expression] = STATE(4886), + [sym_expr_unary] = STATE(2986), + [sym__expr_unary_minus] = STATE(2983), + [sym_expr_binary] = STATE(2986), + [sym__expr_binary_expression] = STATE(3520), + [sym_expr_parenthesized] = STATE(2921), + [sym_val_range] = STATE(2409), + [sym__value] = STATE(2986), + [sym_val_nothing] = STATE(3073), + [sym_val_bool] = STATE(3073), + [sym_val_variable] = STATE(2915), + [sym__var] = STATE(2787), + [sym_val_number] = STATE(2856), + [sym__val_number_decimal] = STATE(2630), + [sym__val_number] = STATE(2578), + [sym_val_duration] = STATE(3073), + [sym_val_filesize] = STATE(3073), + [sym_val_binary] = STATE(3073), + [sym_val_string] = STATE(3073), + [sym__str_double_quotes] = STATE(2963), + [sym_val_interpolated] = STATE(3073), + [sym__inter_single_quotes] = STATE(3051), + [sym__inter_double_quotes] = STATE(3072), + [sym_val_list] = STATE(3073), + [sym_val_record] = STATE(3073), + [sym_val_table] = STATE(3073), + [sym_val_closure] = STATE(3073), [sym_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_LF] = ACTIONS(2160), + [anon_sym_COLON] = ACTIONS(1838), + [anon_sym_LBRACK] = ACTIONS(2162), + [anon_sym_LPAREN] = ACTIONS(2164), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(1230), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_do] = ACTIONS(279), + [anon_sym_if] = ACTIONS(281), + [anon_sym_match] = ACTIONS(283), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_DOT] = ACTIONS(2168), + [anon_sym_try] = ACTIONS(287), + [anon_sym_PLUS] = ACTIONS(2170), + [anon_sym_not] = ACTIONS(183), + [anon_sym_null] = ACTIONS(185), + [anon_sym_true] = ACTIONS(187), + [anon_sym_false] = ACTIONS(187), + [aux_sym__val_number_decimal_token1] = ACTIONS(189), + [aux_sym__val_number_token1] = ACTIONS(193), + [aux_sym__val_number_token2] = ACTIONS(193), + [aux_sym__val_number_token3] = ACTIONS(193), + [aux_sym__val_number_token4] = ACTIONS(193), + [aux_sym__val_number_token5] = ACTIONS(193), + [aux_sym__val_number_token6] = ACTIONS(193), + [anon_sym_0b] = ACTIONS(195), + [anon_sym_0o] = ACTIONS(195), + [anon_sym_0x] = ACTIONS(195), + [sym_val_date] = ACTIONS(2172), + [anon_sym_DQUOTE] = ACTIONS(2174), + [sym__str_single_quotes] = ACTIONS(2176), + [sym__str_back_ticks] = ACTIONS(2176), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2178), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2180), [anon_sym_POUND] = ACTIONS(105), }, [676] = { [sym_comment] = STATE(676), - [ts_builtin_sym_end] = ACTIONS(1693), - [anon_sym_export] = ACTIONS(1691), - [anon_sym_alias] = ACTIONS(1691), - [anon_sym_let] = ACTIONS(1691), - [anon_sym_let_DASHenv] = ACTIONS(1691), - [anon_sym_mut] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1691), - [sym_cmd_identifier] = ACTIONS(1691), - [anon_sym_LF] = ACTIONS(1693), - [anon_sym_def] = ACTIONS(1691), - [anon_sym_export_DASHenv] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym_module] = ACTIONS(1691), - [anon_sym_use] = ACTIONS(1691), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(1691), - [anon_sym_error] = ACTIONS(1691), - [anon_sym_GT] = ACTIONS(1691), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_in] = ACTIONS(1691), - [anon_sym_loop] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_match] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_DOT] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_source] = ACTIONS(1691), - [anon_sym_source_DASHenv] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_hide] = ACTIONS(1691), - [anon_sym_hide_DASHenv] = ACTIONS(1691), - [anon_sym_overlay] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1691), - [anon_sym_where] = ACTIONS(1691), - [anon_sym_STAR_STAR] = ACTIONS(1691), - [anon_sym_PLUS_PLUS] = ACTIONS(1691), - [anon_sym_SLASH] = ACTIONS(1691), - [anon_sym_mod] = ACTIONS(1691), - [anon_sym_SLASH_SLASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_bit_DASHshl] = ACTIONS(1691), - [anon_sym_bit_DASHshr] = ACTIONS(1691), - [anon_sym_EQ_EQ] = ACTIONS(1691), - [anon_sym_BANG_EQ] = ACTIONS(1691), - [anon_sym_LT2] = ACTIONS(1691), - [anon_sym_LT_EQ] = ACTIONS(1691), - [anon_sym_GT_EQ] = ACTIONS(1691), - [anon_sym_not_DASHin] = ACTIONS(1691), - [anon_sym_starts_DASHwith] = ACTIONS(1691), - [anon_sym_ends_DASHwith] = ACTIONS(1691), - [anon_sym_EQ_TILDE] = ACTIONS(1691), - [anon_sym_BANG_TILDE] = ACTIONS(1691), - [anon_sym_bit_DASHand] = ACTIONS(1691), - [anon_sym_bit_DASHxor] = ACTIONS(1691), - [anon_sym_bit_DASHor] = ACTIONS(1691), - [anon_sym_and] = ACTIONS(1691), - [anon_sym_xor] = ACTIONS(1691), - [anon_sym_or] = ACTIONS(1691), - [anon_sym_not] = ACTIONS(1691), - [anon_sym_null] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1691), - [anon_sym_false] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1691), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1691), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_0b] = ACTIONS(1691), - [anon_sym_0o] = ACTIONS(1691), - [anon_sym_0x] = ACTIONS(1691), - [sym_val_date] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1691), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1691), - [anon_sym_CARET] = ACTIONS(1691), + [anon_sym_SEMI] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_PIPE] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [aux_sym_unquoted_token1] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(2182), [anon_sym_POUND] = ACTIONS(105), }, [677] = { + [sym__flag] = STATE(921), + [sym_short_flag] = STATE(913), + [sym_long_flag] = STATE(913), [sym_comment] = STATE(677), - [ts_builtin_sym_end] = ACTIONS(1613), - [anon_sym_export] = ACTIONS(1611), - [anon_sym_alias] = ACTIONS(1611), - [anon_sym_let] = ACTIONS(1611), - [anon_sym_let_DASHenv] = ACTIONS(1611), - [anon_sym_mut] = ACTIONS(1611), - [anon_sym_const] = ACTIONS(1611), - [anon_sym_SEMI] = ACTIONS(1611), - [sym_cmd_identifier] = ACTIONS(1611), - [anon_sym_LF] = ACTIONS(1613), - [anon_sym_def] = ACTIONS(1611), - [anon_sym_export_DASHenv] = ACTIONS(1611), - [anon_sym_extern] = ACTIONS(1611), - [anon_sym_module] = ACTIONS(1611), - [anon_sym_use] = ACTIONS(1611), - [anon_sym_LBRACK] = ACTIONS(1611), - [anon_sym_LPAREN] = ACTIONS(1611), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_error] = ACTIONS(1611), - [anon_sym_GT] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1611), - [anon_sym_break] = ACTIONS(1611), - [anon_sym_continue] = ACTIONS(1611), - [anon_sym_for] = ACTIONS(1611), - [anon_sym_in] = ACTIONS(1611), - [anon_sym_loop] = ACTIONS(1611), - [anon_sym_while] = ACTIONS(1611), - [anon_sym_do] = ACTIONS(1611), - [anon_sym_if] = ACTIONS(1611), - [anon_sym_match] = ACTIONS(1611), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_DOT] = ACTIONS(1611), - [anon_sym_try] = ACTIONS(1611), - [anon_sym_return] = ACTIONS(1611), - [anon_sym_source] = ACTIONS(1611), - [anon_sym_source_DASHenv] = ACTIONS(1611), - [anon_sym_register] = ACTIONS(1611), - [anon_sym_hide] = ACTIONS(1611), - [anon_sym_hide_DASHenv] = ACTIONS(1611), - [anon_sym_overlay] = ACTIONS(1611), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_where] = ACTIONS(1611), - [anon_sym_STAR_STAR] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_SLASH] = ACTIONS(1611), - [anon_sym_mod] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(1611), - [anon_sym_PLUS] = ACTIONS(1611), - [anon_sym_bit_DASHshl] = ACTIONS(1611), - [anon_sym_bit_DASHshr] = ACTIONS(1611), - [anon_sym_EQ_EQ] = ACTIONS(1611), - [anon_sym_BANG_EQ] = ACTIONS(1611), - [anon_sym_LT2] = ACTIONS(1611), - [anon_sym_LT_EQ] = ACTIONS(1611), - [anon_sym_GT_EQ] = ACTIONS(1611), - [anon_sym_not_DASHin] = ACTIONS(1611), - [anon_sym_starts_DASHwith] = ACTIONS(1611), - [anon_sym_ends_DASHwith] = ACTIONS(1611), - [anon_sym_EQ_TILDE] = ACTIONS(1611), - [anon_sym_BANG_TILDE] = ACTIONS(1611), - [anon_sym_bit_DASHand] = ACTIONS(1611), - [anon_sym_bit_DASHxor] = ACTIONS(1611), - [anon_sym_bit_DASHor] = ACTIONS(1611), - [anon_sym_and] = ACTIONS(1611), - [anon_sym_xor] = ACTIONS(1611), - [anon_sym_or] = ACTIONS(1611), - [anon_sym_not] = ACTIONS(1611), - [anon_sym_null] = ACTIONS(1611), - [anon_sym_true] = ACTIONS(1611), - [anon_sym_false] = ACTIONS(1611), - [aux_sym__val_number_decimal_token1] = ACTIONS(1611), - [aux_sym__val_number_token1] = ACTIONS(1611), - [aux_sym__val_number_token2] = ACTIONS(1611), - [aux_sym__val_number_token3] = ACTIONS(1611), - [aux_sym__val_number_token4] = ACTIONS(1611), - [aux_sym__val_number_token5] = ACTIONS(1611), - [aux_sym__val_number_token6] = ACTIONS(1611), - [anon_sym_0b] = ACTIONS(1611), - [anon_sym_0o] = ACTIONS(1611), - [anon_sym_0x] = ACTIONS(1611), - [sym_val_date] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym__str_single_quotes] = ACTIONS(1611), - [sym__str_back_ticks] = ACTIONS(1611), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1611), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1611), - [anon_sym_CARET] = ACTIONS(1611), + [aux_sym_overlay_use_repeat1] = STATE(671), + [anon_sym_export] = ACTIONS(2184), + [anon_sym_alias] = ACTIONS(2184), + [anon_sym_let] = ACTIONS(2184), + [anon_sym_let_DASHenv] = ACTIONS(2184), + [anon_sym_mut] = ACTIONS(2184), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_SEMI] = ACTIONS(2184), + [sym_cmd_identifier] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2186), + [anon_sym_def] = ACTIONS(2184), + [anon_sym_export_DASHenv] = ACTIONS(2184), + [anon_sym_extern] = ACTIONS(2184), + [anon_sym_module] = ACTIONS(2184), + [anon_sym_use] = ACTIONS(2184), + [anon_sym_LBRACK] = ACTIONS(2184), + [anon_sym_LPAREN] = ACTIONS(2184), + [anon_sym_RPAREN] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_error] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2141), + [anon_sym_break] = ACTIONS(2184), + [anon_sym_continue] = ACTIONS(2184), + [anon_sym_for] = ACTIONS(2184), + [anon_sym_loop] = ACTIONS(2184), + [anon_sym_while] = ACTIONS(2184), + [anon_sym_do] = ACTIONS(2184), + [anon_sym_if] = ACTIONS(2184), + [anon_sym_match] = ACTIONS(2184), + [anon_sym_LBRACE] = ACTIONS(2184), + [anon_sym_RBRACE] = ACTIONS(2184), + [anon_sym_DOT] = ACTIONS(2184), + [anon_sym_try] = ACTIONS(2184), + [anon_sym_return] = ACTIONS(2184), + [anon_sym_source] = ACTIONS(2184), + [anon_sym_source_DASHenv] = ACTIONS(2184), + [anon_sym_register] = ACTIONS(2184), + [anon_sym_hide] = ACTIONS(2184), + [anon_sym_hide_DASHenv] = ACTIONS(2184), + [anon_sym_overlay] = ACTIONS(2184), + [anon_sym_as] = ACTIONS(2188), + [anon_sym_where] = ACTIONS(2184), + [anon_sym_PLUS] = ACTIONS(2184), + [anon_sym_not] = ACTIONS(2184), + [anon_sym_null] = ACTIONS(2184), + [anon_sym_true] = ACTIONS(2184), + [anon_sym_false] = ACTIONS(2184), + [aux_sym__val_number_decimal_token1] = ACTIONS(2184), + [aux_sym__val_number_token1] = ACTIONS(2184), + [aux_sym__val_number_token2] = ACTIONS(2184), + [aux_sym__val_number_token3] = ACTIONS(2184), + [aux_sym__val_number_token4] = ACTIONS(2184), + [aux_sym__val_number_token5] = ACTIONS(2184), + [aux_sym__val_number_token6] = ACTIONS(2184), + [anon_sym_0b] = ACTIONS(2184), + [anon_sym_0o] = ACTIONS(2184), + [anon_sym_0x] = ACTIONS(2184), + [sym_val_date] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2184), + [sym__str_single_quotes] = ACTIONS(2184), + [sym__str_back_ticks] = ACTIONS(2184), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2184), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2184), + [anon_sym_CARET] = ACTIONS(2184), [anon_sym_POUND] = ACTIONS(105), }, [678] = { [sym_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(1669), - [anon_sym_export] = ACTIONS(1667), - [anon_sym_alias] = ACTIONS(1667), - [anon_sym_let] = ACTIONS(1667), - [anon_sym_let_DASHenv] = ACTIONS(1667), - [anon_sym_mut] = ACTIONS(1667), - [anon_sym_const] = ACTIONS(1667), - [anon_sym_SEMI] = ACTIONS(1667), - [sym_cmd_identifier] = ACTIONS(1667), - [anon_sym_LF] = ACTIONS(1669), - [anon_sym_def] = ACTIONS(1667), - [anon_sym_export_DASHenv] = ACTIONS(1667), - [anon_sym_extern] = ACTIONS(1667), - [anon_sym_module] = ACTIONS(1667), - [anon_sym_use] = ACTIONS(1667), - [anon_sym_LBRACK] = ACTIONS(1667), - [anon_sym_LPAREN] = ACTIONS(1667), - [anon_sym_DOLLAR] = ACTIONS(1667), - [anon_sym_error] = ACTIONS(1667), - [anon_sym_GT] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1667), - [anon_sym_break] = ACTIONS(1667), - [anon_sym_continue] = ACTIONS(1667), - [anon_sym_for] = ACTIONS(1667), - [anon_sym_in] = ACTIONS(1667), - [anon_sym_loop] = ACTIONS(1667), - [anon_sym_while] = ACTIONS(1667), - [anon_sym_do] = ACTIONS(1667), - [anon_sym_if] = ACTIONS(1667), - [anon_sym_match] = ACTIONS(1667), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_DOT] = ACTIONS(1667), - [anon_sym_try] = ACTIONS(1667), - [anon_sym_return] = ACTIONS(1667), - [anon_sym_source] = ACTIONS(1667), - [anon_sym_source_DASHenv] = ACTIONS(1667), - [anon_sym_register] = ACTIONS(1667), - [anon_sym_hide] = ACTIONS(1667), - [anon_sym_hide_DASHenv] = ACTIONS(1667), - [anon_sym_overlay] = ACTIONS(1667), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_where] = ACTIONS(1667), - [anon_sym_STAR_STAR] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_SLASH] = ACTIONS(1667), - [anon_sym_mod] = ACTIONS(1667), - [anon_sym_SLASH_SLASH] = ACTIONS(1667), - [anon_sym_PLUS] = ACTIONS(1667), - [anon_sym_bit_DASHshl] = ACTIONS(1667), - [anon_sym_bit_DASHshr] = ACTIONS(1667), - [anon_sym_EQ_EQ] = ACTIONS(1667), - [anon_sym_BANG_EQ] = ACTIONS(1667), - [anon_sym_LT2] = ACTIONS(1667), - [anon_sym_LT_EQ] = ACTIONS(1667), - [anon_sym_GT_EQ] = ACTIONS(1667), - [anon_sym_not_DASHin] = ACTIONS(1667), - [anon_sym_starts_DASHwith] = ACTIONS(1667), - [anon_sym_ends_DASHwith] = ACTIONS(1667), - [anon_sym_EQ_TILDE] = ACTIONS(1667), - [anon_sym_BANG_TILDE] = ACTIONS(1667), - [anon_sym_bit_DASHand] = ACTIONS(1667), - [anon_sym_bit_DASHxor] = ACTIONS(1667), - [anon_sym_bit_DASHor] = ACTIONS(1667), - [anon_sym_and] = ACTIONS(1667), - [anon_sym_xor] = ACTIONS(1667), - [anon_sym_or] = ACTIONS(1667), - [anon_sym_not] = ACTIONS(1667), - [anon_sym_null] = ACTIONS(1667), - [anon_sym_true] = ACTIONS(1667), - [anon_sym_false] = ACTIONS(1667), - [aux_sym__val_number_decimal_token1] = ACTIONS(1667), - [aux_sym__val_number_token1] = ACTIONS(1667), - [aux_sym__val_number_token2] = ACTIONS(1667), - [aux_sym__val_number_token3] = ACTIONS(1667), - [aux_sym__val_number_token4] = ACTIONS(1667), - [aux_sym__val_number_token5] = ACTIONS(1667), - [aux_sym__val_number_token6] = ACTIONS(1667), - [anon_sym_0b] = ACTIONS(1667), - [anon_sym_0o] = ACTIONS(1667), - [anon_sym_0x] = ACTIONS(1667), - [sym_val_date] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym__str_single_quotes] = ACTIONS(1667), - [sym__str_back_ticks] = ACTIONS(1667), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1667), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1667), - [anon_sym_CARET] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_RPAREN] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT2] = ACTIONS(943), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [aux_sym_unquoted_token1] = ACTIONS(941), [anon_sym_POUND] = ACTIONS(105), }, [679] = { [sym_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(860), + [anon_sym_LF] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(860), + [anon_sym_RPAREN] = ACTIONS(860), + [anon_sym_PIPE] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(860), + [anon_sym_GT] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_in] = ACTIONS(860), + [anon_sym_LBRACE] = ACTIONS(860), + [anon_sym_RBRACE] = ACTIONS(860), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(860), + [anon_sym_STAR_STAR] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(860), + [anon_sym_mod] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(860), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_bit_DASHshl] = ACTIONS(860), + [anon_sym_bit_DASHshr] = ACTIONS(860), + [anon_sym_EQ_EQ] = ACTIONS(860), + [anon_sym_BANG_EQ] = ACTIONS(860), + [anon_sym_LT2] = ACTIONS(860), + [anon_sym_LT_EQ] = ACTIONS(860), + [anon_sym_GT_EQ] = ACTIONS(860), + [anon_sym_not_DASHin] = ACTIONS(860), + [anon_sym_starts_DASHwith] = ACTIONS(860), + [anon_sym_ends_DASHwith] = ACTIONS(860), + [anon_sym_EQ_TILDE] = ACTIONS(860), + [anon_sym_BANG_TILDE] = ACTIONS(860), + [anon_sym_bit_DASHand] = ACTIONS(860), + [anon_sym_bit_DASHxor] = ACTIONS(860), + [anon_sym_bit_DASHor] = ACTIONS(860), + [anon_sym_and] = ACTIONS(860), + [anon_sym_xor] = ACTIONS(860), + [anon_sym_or] = ACTIONS(860), + [anon_sym_null] = ACTIONS(860), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(860), + [aux_sym__val_number_token2] = ACTIONS(860), + [aux_sym__val_number_token3] = ACTIONS(860), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(860), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_0b] = ACTIONS(860), + [anon_sym_0o] = ACTIONS(860), + [anon_sym_0x] = ACTIONS(860), + [sym_val_date] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(860), + [sym__str_single_quotes] = ACTIONS(860), + [sym__str_back_ticks] = ACTIONS(860), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), + [anon_sym_err_GT] = ACTIONS(860), + [anon_sym_out_GT] = ACTIONS(860), + [anon_sym_e_GT] = ACTIONS(860), + [anon_sym_o_GT] = ACTIONS(860), + [anon_sym_err_PLUSout_GT] = ACTIONS(860), + [anon_sym_out_PLUSerr_GT] = ACTIONS(860), + [anon_sym_o_PLUSe_GT] = ACTIONS(860), + [anon_sym_e_PLUSo_GT] = ACTIONS(860), + [aux_sym_unquoted_token1] = ACTIONS(860), [anon_sym_POUND] = ACTIONS(105), }, [680] = { [sym_comment] = STATE(680), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(914), + [anon_sym_LF] = ACTIONS(916), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_RPAREN] = ACTIONS(914), + [anon_sym_PIPE] = ACTIONS(914), + [anon_sym_DOLLAR] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_in] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(914), + [anon_sym_STAR_STAR] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_mod] = ACTIONS(914), + [anon_sym_SLASH_SLASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_bit_DASHshl] = ACTIONS(914), + [anon_sym_bit_DASHshr] = ACTIONS(914), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(914), + [anon_sym_starts_DASHwith] = ACTIONS(914), + [anon_sym_ends_DASHwith] = ACTIONS(914), + [anon_sym_EQ_TILDE] = ACTIONS(914), + [anon_sym_BANG_TILDE] = ACTIONS(914), + [anon_sym_bit_DASHand] = ACTIONS(914), + [anon_sym_bit_DASHxor] = ACTIONS(914), + [anon_sym_bit_DASHor] = ACTIONS(914), + [anon_sym_and] = ACTIONS(914), + [anon_sym_xor] = ACTIONS(914), + [anon_sym_or] = ACTIONS(914), + [anon_sym_null] = ACTIONS(914), + [anon_sym_true] = ACTIONS(914), + [anon_sym_false] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(914), + [aux_sym__val_number_token2] = ACTIONS(914), + [aux_sym__val_number_token3] = ACTIONS(914), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(914), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_0b] = ACTIONS(914), + [anon_sym_0o] = ACTIONS(914), + [anon_sym_0x] = ACTIONS(914), + [sym_val_date] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(914), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(914), + [anon_sym_err_GT] = ACTIONS(914), + [anon_sym_out_GT] = ACTIONS(914), + [anon_sym_e_GT] = ACTIONS(914), + [anon_sym_o_GT] = ACTIONS(914), + [anon_sym_err_PLUSout_GT] = ACTIONS(914), + [anon_sym_out_PLUSerr_GT] = ACTIONS(914), + [anon_sym_o_PLUSe_GT] = ACTIONS(914), + [anon_sym_e_PLUSo_GT] = ACTIONS(914), + [aux_sym_unquoted_token1] = ACTIONS(914), [anon_sym_POUND] = ACTIONS(105), }, [681] = { + [sym__flag] = STATE(921), + [sym_short_flag] = STATE(913), + [sym_long_flag] = STATE(913), [sym_comment] = STATE(681), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1713), - [anon_sym_bit_DASHxor] = ACTIONS(1715), - [anon_sym_bit_DASHor] = ACTIONS(1717), - [anon_sym_and] = ACTIONS(1719), - [anon_sym_xor] = ACTIONS(1721), - [anon_sym_or] = ACTIONS(1723), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [aux_sym_overlay_use_repeat1] = STATE(672), + [anon_sym_export] = ACTIONS(2190), + [anon_sym_alias] = ACTIONS(2190), + [anon_sym_let] = ACTIONS(2190), + [anon_sym_let_DASHenv] = ACTIONS(2190), + [anon_sym_mut] = ACTIONS(2190), + [anon_sym_const] = ACTIONS(2190), + [anon_sym_SEMI] = ACTIONS(2190), + [sym_cmd_identifier] = ACTIONS(2190), + [anon_sym_LF] = ACTIONS(2192), + [anon_sym_def] = ACTIONS(2190), + [anon_sym_export_DASHenv] = ACTIONS(2190), + [anon_sym_extern] = ACTIONS(2190), + [anon_sym_module] = ACTIONS(2190), + [anon_sym_use] = ACTIONS(2190), + [anon_sym_LBRACK] = ACTIONS(2190), + [anon_sym_LPAREN] = ACTIONS(2190), + [anon_sym_RPAREN] = ACTIONS(2190), + [anon_sym_DOLLAR] = ACTIONS(2190), + [anon_sym_error] = ACTIONS(2190), + [anon_sym_DASH] = ACTIONS(2190), + [anon_sym_break] = ACTIONS(2190), + [anon_sym_continue] = ACTIONS(2190), + [anon_sym_for] = ACTIONS(2190), + [anon_sym_loop] = ACTIONS(2190), + [anon_sym_while] = ACTIONS(2190), + [anon_sym_do] = ACTIONS(2190), + [anon_sym_if] = ACTIONS(2190), + [anon_sym_match] = ACTIONS(2190), + [anon_sym_LBRACE] = ACTIONS(2190), + [anon_sym_RBRACE] = ACTIONS(2190), + [anon_sym_DOT] = ACTIONS(2190), + [anon_sym_try] = ACTIONS(2190), + [anon_sym_return] = ACTIONS(2190), + [anon_sym_source] = ACTIONS(2190), + [anon_sym_source_DASHenv] = ACTIONS(2190), + [anon_sym_register] = ACTIONS(2190), + [anon_sym_hide] = ACTIONS(2190), + [anon_sym_hide_DASHenv] = ACTIONS(2190), + [anon_sym_overlay] = ACTIONS(2190), + [anon_sym_as] = ACTIONS(2194), + [anon_sym_where] = ACTIONS(2190), + [anon_sym_PLUS] = ACTIONS(2190), + [anon_sym_not] = ACTIONS(2190), + [anon_sym_null] = ACTIONS(2190), + [anon_sym_true] = ACTIONS(2190), + [anon_sym_false] = ACTIONS(2190), + [aux_sym__val_number_decimal_token1] = ACTIONS(2190), + [aux_sym__val_number_token1] = ACTIONS(2190), + [aux_sym__val_number_token2] = ACTIONS(2190), + [aux_sym__val_number_token3] = ACTIONS(2190), + [aux_sym__val_number_token4] = ACTIONS(2190), + [aux_sym__val_number_token5] = ACTIONS(2190), + [aux_sym__val_number_token6] = ACTIONS(2190), + [anon_sym_0b] = ACTIONS(2190), + [anon_sym_0o] = ACTIONS(2190), + [anon_sym_0x] = ACTIONS(2190), + [sym_val_date] = ACTIONS(2190), + [anon_sym_DQUOTE] = ACTIONS(2190), + [sym__str_single_quotes] = ACTIONS(2190), + [sym__str_back_ticks] = ACTIONS(2190), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2190), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2190), + [anon_sym_CARET] = ACTIONS(2190), [anon_sym_POUND] = ACTIONS(105), }, [682] = { [sym_comment] = STATE(682), - [ts_builtin_sym_end] = ACTIONS(1643), - [anon_sym_export] = ACTIONS(1641), - [anon_sym_alias] = ACTIONS(1641), - [anon_sym_let] = ACTIONS(1641), - [anon_sym_let_DASHenv] = ACTIONS(1641), - [anon_sym_mut] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1641), - [sym_cmd_identifier] = ACTIONS(1641), - [anon_sym_LF] = ACTIONS(1643), - [anon_sym_def] = ACTIONS(1641), - [anon_sym_export_DASHenv] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym_module] = ACTIONS(1641), - [anon_sym_use] = ACTIONS(1641), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_LPAREN] = ACTIONS(1641), - [anon_sym_DOLLAR] = ACTIONS(1641), - [anon_sym_error] = ACTIONS(1641), - [anon_sym_GT] = ACTIONS(1641), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_in] = ACTIONS(1641), - [anon_sym_loop] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_match] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1641), - [anon_sym_DOT] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_source] = ACTIONS(1641), - [anon_sym_source_DASHenv] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_hide] = ACTIONS(1641), - [anon_sym_hide_DASHenv] = ACTIONS(1641), - [anon_sym_overlay] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1641), - [anon_sym_where] = ACTIONS(1641), - [anon_sym_STAR_STAR] = ACTIONS(1641), - [anon_sym_PLUS_PLUS] = ACTIONS(1641), - [anon_sym_SLASH] = ACTIONS(1641), - [anon_sym_mod] = ACTIONS(1641), - [anon_sym_SLASH_SLASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_bit_DASHshl] = ACTIONS(1641), - [anon_sym_bit_DASHshr] = ACTIONS(1641), - [anon_sym_EQ_EQ] = ACTIONS(1641), - [anon_sym_BANG_EQ] = ACTIONS(1641), - [anon_sym_LT2] = ACTIONS(1641), - [anon_sym_LT_EQ] = ACTIONS(1641), - [anon_sym_GT_EQ] = ACTIONS(1641), - [anon_sym_not_DASHin] = ACTIONS(1641), - [anon_sym_starts_DASHwith] = ACTIONS(1641), - [anon_sym_ends_DASHwith] = ACTIONS(1641), - [anon_sym_EQ_TILDE] = ACTIONS(1641), - [anon_sym_BANG_TILDE] = ACTIONS(1641), - [anon_sym_bit_DASHand] = ACTIONS(1641), - [anon_sym_bit_DASHxor] = ACTIONS(1641), - [anon_sym_bit_DASHor] = ACTIONS(1641), - [anon_sym_and] = ACTIONS(1641), - [anon_sym_xor] = ACTIONS(1641), - [anon_sym_or] = ACTIONS(1641), - [anon_sym_not] = ACTIONS(1641), - [anon_sym_null] = ACTIONS(1641), - [anon_sym_true] = ACTIONS(1641), - [anon_sym_false] = ACTIONS(1641), - [aux_sym__val_number_decimal_token1] = ACTIONS(1641), - [aux_sym__val_number_token1] = ACTIONS(1641), - [aux_sym__val_number_token2] = ACTIONS(1641), - [aux_sym__val_number_token3] = ACTIONS(1641), - [aux_sym__val_number_token4] = ACTIONS(1641), - [aux_sym__val_number_token5] = ACTIONS(1641), - [aux_sym__val_number_token6] = ACTIONS(1641), - [anon_sym_0b] = ACTIONS(1641), - [anon_sym_0o] = ACTIONS(1641), - [anon_sym_0x] = ACTIONS(1641), - [sym_val_date] = ACTIONS(1641), - [anon_sym_DQUOTE] = ACTIONS(1641), - [sym__str_single_quotes] = ACTIONS(1641), - [sym__str_back_ticks] = ACTIONS(1641), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1641), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1641), - [anon_sym_CARET] = ACTIONS(1641), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_err_GT] = ACTIONS(868), + [anon_sym_out_GT] = ACTIONS(868), + [anon_sym_e_GT] = ACTIONS(868), + [anon_sym_o_GT] = ACTIONS(868), + [anon_sym_err_PLUSout_GT] = ACTIONS(868), + [anon_sym_out_PLUSerr_GT] = ACTIONS(868), + [anon_sym_o_PLUSe_GT] = ACTIONS(868), + [anon_sym_e_PLUSo_GT] = ACTIONS(868), + [aux_sym_unquoted_token1] = ACTIONS(868), [anon_sym_POUND] = ACTIONS(105), }, [683] = { [sym_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(1605), - [anon_sym_export] = ACTIONS(1603), - [anon_sym_alias] = ACTIONS(1603), - [anon_sym_let] = ACTIONS(1603), - [anon_sym_let_DASHenv] = ACTIONS(1603), - [anon_sym_mut] = ACTIONS(1603), - [anon_sym_const] = ACTIONS(1603), - [anon_sym_SEMI] = ACTIONS(1603), - [sym_cmd_identifier] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1605), - [anon_sym_def] = ACTIONS(1603), - [anon_sym_export_DASHenv] = ACTIONS(1603), - [anon_sym_extern] = ACTIONS(1603), - [anon_sym_module] = ACTIONS(1603), - [anon_sym_use] = ACTIONS(1603), - [anon_sym_LBRACK] = ACTIONS(1603), - [anon_sym_LPAREN] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_error] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1603), - [anon_sym_break] = ACTIONS(1603), - [anon_sym_continue] = ACTIONS(1603), - [anon_sym_for] = ACTIONS(1603), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_loop] = ACTIONS(1603), - [anon_sym_while] = ACTIONS(1603), - [anon_sym_do] = ACTIONS(1603), - [anon_sym_if] = ACTIONS(1603), - [anon_sym_match] = ACTIONS(1603), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_DOT] = ACTIONS(1603), - [anon_sym_try] = ACTIONS(1603), - [anon_sym_return] = ACTIONS(1603), - [anon_sym_source] = ACTIONS(1603), - [anon_sym_source_DASHenv] = ACTIONS(1603), - [anon_sym_register] = ACTIONS(1603), - [anon_sym_hide] = ACTIONS(1603), - [anon_sym_hide_DASHenv] = ACTIONS(1603), - [anon_sym_overlay] = ACTIONS(1603), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_where] = ACTIONS(1603), - [anon_sym_STAR_STAR] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_SLASH] = ACTIONS(1603), - [anon_sym_mod] = ACTIONS(1603), - [anon_sym_SLASH_SLASH] = ACTIONS(1603), - [anon_sym_PLUS] = ACTIONS(1603), - [anon_sym_bit_DASHshl] = ACTIONS(1603), - [anon_sym_bit_DASHshr] = ACTIONS(1603), - [anon_sym_EQ_EQ] = ACTIONS(1603), - [anon_sym_BANG_EQ] = ACTIONS(1603), - [anon_sym_LT2] = ACTIONS(1603), - [anon_sym_LT_EQ] = ACTIONS(1603), - [anon_sym_GT_EQ] = ACTIONS(1603), - [anon_sym_not_DASHin] = ACTIONS(1603), - [anon_sym_starts_DASHwith] = ACTIONS(1603), - [anon_sym_ends_DASHwith] = ACTIONS(1603), - [anon_sym_EQ_TILDE] = ACTIONS(1603), - [anon_sym_BANG_TILDE] = ACTIONS(1603), - [anon_sym_bit_DASHand] = ACTIONS(1603), - [anon_sym_bit_DASHxor] = ACTIONS(1603), - [anon_sym_bit_DASHor] = ACTIONS(1603), - [anon_sym_and] = ACTIONS(1603), - [anon_sym_xor] = ACTIONS(1603), - [anon_sym_or] = ACTIONS(1603), - [anon_sym_not] = ACTIONS(1603), - [anon_sym_null] = ACTIONS(1603), - [anon_sym_true] = ACTIONS(1603), - [anon_sym_false] = ACTIONS(1603), - [aux_sym__val_number_decimal_token1] = ACTIONS(1603), - [aux_sym__val_number_token1] = ACTIONS(1603), - [aux_sym__val_number_token2] = ACTIONS(1603), - [aux_sym__val_number_token3] = ACTIONS(1603), - [aux_sym__val_number_token4] = ACTIONS(1603), - [aux_sym__val_number_token5] = ACTIONS(1603), - [aux_sym__val_number_token6] = ACTIONS(1603), - [anon_sym_0b] = ACTIONS(1603), - [anon_sym_0o] = ACTIONS(1603), - [anon_sym_0x] = ACTIONS(1603), - [sym_val_date] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym__str_single_quotes] = ACTIONS(1603), - [sym__str_back_ticks] = ACTIONS(1603), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1603), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1603), - [anon_sym_CARET] = ACTIONS(1603), + [anon_sym_SEMI] = ACTIONS(1023), + [anon_sym_LF] = ACTIONS(1025), + [anon_sym_LBRACK] = ACTIONS(1023), + [anon_sym_LPAREN] = ACTIONS(1023), + [anon_sym_RPAREN] = ACTIONS(1023), + [anon_sym_PIPE] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1023), + [anon_sym_DASH] = ACTIONS(1023), + [anon_sym_in] = ACTIONS(1023), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_RBRACE] = ACTIONS(1023), + [anon_sym_DOT] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR_STAR] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_SLASH] = ACTIONS(1023), + [anon_sym_mod] = ACTIONS(1023), + [anon_sym_SLASH_SLASH] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1023), + [anon_sym_bit_DASHshl] = ACTIONS(1023), + [anon_sym_bit_DASHshr] = ACTIONS(1023), + [anon_sym_EQ_EQ] = ACTIONS(1023), + [anon_sym_BANG_EQ] = ACTIONS(1023), + [anon_sym_LT2] = ACTIONS(1023), + [anon_sym_LT_EQ] = ACTIONS(1023), + [anon_sym_GT_EQ] = ACTIONS(1023), + [anon_sym_not_DASHin] = ACTIONS(1023), + [anon_sym_starts_DASHwith] = ACTIONS(1023), + [anon_sym_ends_DASHwith] = ACTIONS(1023), + [anon_sym_EQ_TILDE] = ACTIONS(1023), + [anon_sym_BANG_TILDE] = ACTIONS(1023), + [anon_sym_bit_DASHand] = ACTIONS(1023), + [anon_sym_bit_DASHxor] = ACTIONS(1023), + [anon_sym_bit_DASHor] = ACTIONS(1023), + [anon_sym_and] = ACTIONS(1023), + [anon_sym_xor] = ACTIONS(1023), + [anon_sym_or] = ACTIONS(1023), + [anon_sym_null] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1023), + [anon_sym_false] = ACTIONS(1023), + [aux_sym__val_number_decimal_token1] = ACTIONS(1023), + [aux_sym__val_number_token1] = ACTIONS(1023), + [aux_sym__val_number_token2] = ACTIONS(1023), + [aux_sym__val_number_token3] = ACTIONS(1023), + [aux_sym__val_number_token4] = ACTIONS(1023), + [aux_sym__val_number_token5] = ACTIONS(1023), + [aux_sym__val_number_token6] = ACTIONS(1023), + [anon_sym_0b] = ACTIONS(1023), + [anon_sym_0o] = ACTIONS(1023), + [anon_sym_0x] = ACTIONS(1023), + [sym_val_date] = ACTIONS(1023), + [anon_sym_DQUOTE] = ACTIONS(1023), + [sym__str_single_quotes] = ACTIONS(1023), + [sym__str_back_ticks] = ACTIONS(1023), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1023), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1023), + [anon_sym_err_GT] = ACTIONS(1023), + [anon_sym_out_GT] = ACTIONS(1023), + [anon_sym_e_GT] = ACTIONS(1023), + [anon_sym_o_GT] = ACTIONS(1023), + [anon_sym_err_PLUSout_GT] = ACTIONS(1023), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1023), + [anon_sym_o_PLUSe_GT] = ACTIONS(1023), + [anon_sym_e_PLUSo_GT] = ACTIONS(1023), + [aux_sym_unquoted_token1] = ACTIONS(1023), [anon_sym_POUND] = ACTIONS(105), }, [684] = { [sym_comment] = STATE(684), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(999), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_LBRACK] = ACTIONS(999), + [anon_sym_LPAREN] = ACTIONS(999), + [anon_sym_RPAREN] = ACTIONS(999), + [anon_sym_PIPE] = ACTIONS(999), + [anon_sym_DOLLAR] = ACTIONS(999), + [anon_sym_GT] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_in] = ACTIONS(999), + [anon_sym_LBRACE] = ACTIONS(999), + [anon_sym_RBRACE] = ACTIONS(999), + [anon_sym_DOT] = ACTIONS(999), + [anon_sym_STAR] = ACTIONS(999), + [anon_sym_STAR_STAR] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(999), + [anon_sym_SLASH] = ACTIONS(999), + [anon_sym_mod] = ACTIONS(999), + [anon_sym_SLASH_SLASH] = ACTIONS(999), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_bit_DASHshl] = ACTIONS(999), + [anon_sym_bit_DASHshr] = ACTIONS(999), + [anon_sym_EQ_EQ] = ACTIONS(999), + [anon_sym_BANG_EQ] = ACTIONS(999), + [anon_sym_LT2] = ACTIONS(999), + [anon_sym_LT_EQ] = ACTIONS(999), + [anon_sym_GT_EQ] = ACTIONS(999), + [anon_sym_not_DASHin] = ACTIONS(999), + [anon_sym_starts_DASHwith] = ACTIONS(999), + [anon_sym_ends_DASHwith] = ACTIONS(999), + [anon_sym_EQ_TILDE] = ACTIONS(999), + [anon_sym_BANG_TILDE] = ACTIONS(999), + [anon_sym_bit_DASHand] = ACTIONS(999), + [anon_sym_bit_DASHxor] = ACTIONS(999), + [anon_sym_bit_DASHor] = ACTIONS(999), + [anon_sym_and] = ACTIONS(999), + [anon_sym_xor] = ACTIONS(999), + [anon_sym_or] = ACTIONS(999), + [anon_sym_null] = ACTIONS(999), + [anon_sym_true] = ACTIONS(999), + [anon_sym_false] = ACTIONS(999), + [aux_sym__val_number_decimal_token1] = ACTIONS(999), + [aux_sym__val_number_token1] = ACTIONS(999), + [aux_sym__val_number_token2] = ACTIONS(999), + [aux_sym__val_number_token3] = ACTIONS(999), + [aux_sym__val_number_token4] = ACTIONS(999), + [aux_sym__val_number_token5] = ACTIONS(999), + [aux_sym__val_number_token6] = ACTIONS(999), + [anon_sym_0b] = ACTIONS(999), + [anon_sym_0o] = ACTIONS(999), + [anon_sym_0x] = ACTIONS(999), + [sym_val_date] = ACTIONS(999), + [anon_sym_DQUOTE] = ACTIONS(999), + [sym__str_single_quotes] = ACTIONS(999), + [sym__str_back_ticks] = ACTIONS(999), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(999), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(999), + [anon_sym_err_GT] = ACTIONS(999), + [anon_sym_out_GT] = ACTIONS(999), + [anon_sym_e_GT] = ACTIONS(999), + [anon_sym_o_GT] = ACTIONS(999), + [anon_sym_err_PLUSout_GT] = ACTIONS(999), + [anon_sym_out_PLUSerr_GT] = ACTIONS(999), + [anon_sym_o_PLUSe_GT] = ACTIONS(999), + [anon_sym_e_PLUSo_GT] = ACTIONS(999), + [aux_sym_unquoted_token1] = ACTIONS(999), [anon_sym_POUND] = ACTIONS(105), }, [685] = { [sym_comment] = STATE(685), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1713), - [anon_sym_bit_DASHxor] = ACTIONS(1715), - [anon_sym_bit_DASHor] = ACTIONS(1717), - [anon_sym_and] = ACTIONS(1719), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT2] = ACTIONS(943), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [aux_sym_unquoted_token1] = ACTIONS(941), [anon_sym_POUND] = ACTIONS(105), }, [686] = { [sym_comment] = STATE(686), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [sym_cmd_identifier] = ACTIONS(1599), - [anon_sym_LF] = ACTIONS(1601), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(1599), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_where] = ACTIONS(1599), - [anon_sym_STAR_STAR] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1599), - [anon_sym_SLASH_SLASH] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_bit_DASHshl] = ACTIONS(1599), - [anon_sym_bit_DASHshr] = ACTIONS(1599), - [anon_sym_EQ_EQ] = ACTIONS(1599), - [anon_sym_BANG_EQ] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1599), - [anon_sym_not_DASHin] = ACTIONS(1599), - [anon_sym_starts_DASHwith] = ACTIONS(1599), - [anon_sym_ends_DASHwith] = ACTIONS(1599), - [anon_sym_EQ_TILDE] = ACTIONS(1599), - [anon_sym_BANG_TILDE] = ACTIONS(1599), - [anon_sym_bit_DASHand] = ACTIONS(1599), - [anon_sym_bit_DASHxor] = ACTIONS(1599), - [anon_sym_bit_DASHor] = ACTIONS(1599), - [anon_sym_and] = ACTIONS(1599), - [anon_sym_xor] = ACTIONS(1599), - [anon_sym_or] = ACTIONS(1599), - [anon_sym_not] = ACTIONS(1599), - [anon_sym_null] = ACTIONS(1599), - [anon_sym_true] = ACTIONS(1599), - [anon_sym_false] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [anon_sym_0b] = ACTIONS(1599), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1599), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1599), - [anon_sym_CARET] = ACTIONS(1599), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [687] = { [sym_comment] = STATE(687), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_PIPE] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_in] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_DOT2] = ACTIONS(2196), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_err_GT] = ACTIONS(922), + [anon_sym_out_GT] = ACTIONS(922), + [anon_sym_e_GT] = ACTIONS(922), + [anon_sym_o_GT] = ACTIONS(922), + [anon_sym_err_PLUSout_GT] = ACTIONS(922), + [anon_sym_out_PLUSerr_GT] = ACTIONS(922), + [anon_sym_o_PLUSe_GT] = ACTIONS(922), + [anon_sym_e_PLUSo_GT] = ACTIONS(922), + [aux_sym_unquoted_token1] = ACTIONS(922), [anon_sym_POUND] = ACTIONS(105), }, [688] = { [sym_comment] = STATE(688), - [ts_builtin_sym_end] = ACTIONS(1665), - [anon_sym_export] = ACTIONS(1663), - [anon_sym_alias] = ACTIONS(1663), - [anon_sym_let] = ACTIONS(1663), - [anon_sym_let_DASHenv] = ACTIONS(1663), - [anon_sym_mut] = ACTIONS(1663), - [anon_sym_const] = ACTIONS(1663), - [anon_sym_SEMI] = ACTIONS(1663), - [sym_cmd_identifier] = ACTIONS(1663), - [anon_sym_LF] = ACTIONS(1665), - [anon_sym_def] = ACTIONS(1663), - [anon_sym_export_DASHenv] = ACTIONS(1663), - [anon_sym_extern] = ACTIONS(1663), - [anon_sym_module] = ACTIONS(1663), - [anon_sym_use] = ACTIONS(1663), - [anon_sym_LBRACK] = ACTIONS(1663), - [anon_sym_LPAREN] = ACTIONS(1663), - [anon_sym_DOLLAR] = ACTIONS(1663), - [anon_sym_error] = ACTIONS(1663), - [anon_sym_GT] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1663), - [anon_sym_break] = ACTIONS(1663), - [anon_sym_continue] = ACTIONS(1663), - [anon_sym_for] = ACTIONS(1663), - [anon_sym_in] = ACTIONS(1663), - [anon_sym_loop] = ACTIONS(1663), - [anon_sym_while] = ACTIONS(1663), - [anon_sym_do] = ACTIONS(1663), - [anon_sym_if] = ACTIONS(1663), - [anon_sym_match] = ACTIONS(1663), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_DOT] = ACTIONS(1663), - [anon_sym_try] = ACTIONS(1663), - [anon_sym_return] = ACTIONS(1663), - [anon_sym_source] = ACTIONS(1663), - [anon_sym_source_DASHenv] = ACTIONS(1663), - [anon_sym_register] = ACTIONS(1663), - [anon_sym_hide] = ACTIONS(1663), - [anon_sym_hide_DASHenv] = ACTIONS(1663), - [anon_sym_overlay] = ACTIONS(1663), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_where] = ACTIONS(1663), - [anon_sym_STAR_STAR] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_SLASH] = ACTIONS(1663), - [anon_sym_mod] = ACTIONS(1663), - [anon_sym_SLASH_SLASH] = ACTIONS(1663), - [anon_sym_PLUS] = ACTIONS(1663), - [anon_sym_bit_DASHshl] = ACTIONS(1663), - [anon_sym_bit_DASHshr] = ACTIONS(1663), - [anon_sym_EQ_EQ] = ACTIONS(1663), - [anon_sym_BANG_EQ] = ACTIONS(1663), - [anon_sym_LT2] = ACTIONS(1663), - [anon_sym_LT_EQ] = ACTIONS(1663), - [anon_sym_GT_EQ] = ACTIONS(1663), - [anon_sym_not_DASHin] = ACTIONS(1663), - [anon_sym_starts_DASHwith] = ACTIONS(1663), - [anon_sym_ends_DASHwith] = ACTIONS(1663), - [anon_sym_EQ_TILDE] = ACTIONS(1663), - [anon_sym_BANG_TILDE] = ACTIONS(1663), - [anon_sym_bit_DASHand] = ACTIONS(1663), - [anon_sym_bit_DASHxor] = ACTIONS(1663), - [anon_sym_bit_DASHor] = ACTIONS(1663), - [anon_sym_and] = ACTIONS(1663), - [anon_sym_xor] = ACTIONS(1663), - [anon_sym_or] = ACTIONS(1663), - [anon_sym_not] = ACTIONS(1663), - [anon_sym_null] = ACTIONS(1663), - [anon_sym_true] = ACTIONS(1663), - [anon_sym_false] = ACTIONS(1663), - [aux_sym__val_number_decimal_token1] = ACTIONS(1663), - [aux_sym__val_number_token1] = ACTIONS(1663), - [aux_sym__val_number_token2] = ACTIONS(1663), - [aux_sym__val_number_token3] = ACTIONS(1663), - [aux_sym__val_number_token4] = ACTIONS(1663), - [aux_sym__val_number_token5] = ACTIONS(1663), - [aux_sym__val_number_token6] = ACTIONS(1663), - [anon_sym_0b] = ACTIONS(1663), - [anon_sym_0o] = ACTIONS(1663), - [anon_sym_0x] = ACTIONS(1663), - [sym_val_date] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym__str_single_quotes] = ACTIONS(1663), - [sym__str_back_ticks] = ACTIONS(1663), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1663), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1663), - [anon_sym_CARET] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_PIPE] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [aux_sym_unquoted_token1] = ACTIONS(935), [anon_sym_POUND] = ACTIONS(105), }, [689] = { [sym_comment] = STATE(689), - [ts_builtin_sym_end] = ACTIONS(1657), - [anon_sym_export] = ACTIONS(1655), - [anon_sym_alias] = ACTIONS(1655), - [anon_sym_let] = ACTIONS(1655), - [anon_sym_let_DASHenv] = ACTIONS(1655), - [anon_sym_mut] = ACTIONS(1655), - [anon_sym_const] = ACTIONS(1655), - [anon_sym_SEMI] = ACTIONS(1655), - [sym_cmd_identifier] = ACTIONS(1655), - [anon_sym_LF] = ACTIONS(1657), - [anon_sym_def] = ACTIONS(1655), - [anon_sym_export_DASHenv] = ACTIONS(1655), - [anon_sym_extern] = ACTIONS(1655), - [anon_sym_module] = ACTIONS(1655), - [anon_sym_use] = ACTIONS(1655), - [anon_sym_LBRACK] = ACTIONS(1655), - [anon_sym_LPAREN] = ACTIONS(1655), - [anon_sym_DOLLAR] = ACTIONS(1655), - [anon_sym_error] = ACTIONS(1655), - [anon_sym_GT] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1655), - [anon_sym_break] = ACTIONS(1655), - [anon_sym_continue] = ACTIONS(1655), - [anon_sym_for] = ACTIONS(1655), - [anon_sym_in] = ACTIONS(1655), - [anon_sym_loop] = ACTIONS(1655), - [anon_sym_while] = ACTIONS(1655), - [anon_sym_do] = ACTIONS(1655), - [anon_sym_if] = ACTIONS(1655), - [anon_sym_match] = ACTIONS(1655), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_DOT] = ACTIONS(1655), - [anon_sym_try] = ACTIONS(1655), - [anon_sym_return] = ACTIONS(1655), - [anon_sym_source] = ACTIONS(1655), - [anon_sym_source_DASHenv] = ACTIONS(1655), - [anon_sym_register] = ACTIONS(1655), - [anon_sym_hide] = ACTIONS(1655), - [anon_sym_hide_DASHenv] = ACTIONS(1655), - [anon_sym_overlay] = ACTIONS(1655), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_where] = ACTIONS(1655), - [anon_sym_STAR_STAR] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_SLASH] = ACTIONS(1655), - [anon_sym_mod] = ACTIONS(1655), - [anon_sym_SLASH_SLASH] = ACTIONS(1655), - [anon_sym_PLUS] = ACTIONS(1655), - [anon_sym_bit_DASHshl] = ACTIONS(1655), - [anon_sym_bit_DASHshr] = ACTIONS(1655), - [anon_sym_EQ_EQ] = ACTIONS(1655), - [anon_sym_BANG_EQ] = ACTIONS(1655), - [anon_sym_LT2] = ACTIONS(1655), - [anon_sym_LT_EQ] = ACTIONS(1655), - [anon_sym_GT_EQ] = ACTIONS(1655), - [anon_sym_not_DASHin] = ACTIONS(1655), - [anon_sym_starts_DASHwith] = ACTIONS(1655), - [anon_sym_ends_DASHwith] = ACTIONS(1655), - [anon_sym_EQ_TILDE] = ACTIONS(1655), - [anon_sym_BANG_TILDE] = ACTIONS(1655), - [anon_sym_bit_DASHand] = ACTIONS(1655), - [anon_sym_bit_DASHxor] = ACTIONS(1655), - [anon_sym_bit_DASHor] = ACTIONS(1655), - [anon_sym_and] = ACTIONS(1655), - [anon_sym_xor] = ACTIONS(1655), - [anon_sym_or] = ACTIONS(1655), - [anon_sym_not] = ACTIONS(1655), - [anon_sym_null] = ACTIONS(1655), - [anon_sym_true] = ACTIONS(1655), - [anon_sym_false] = ACTIONS(1655), - [aux_sym__val_number_decimal_token1] = ACTIONS(1655), - [aux_sym__val_number_token1] = ACTIONS(1655), - [aux_sym__val_number_token2] = ACTIONS(1655), - [aux_sym__val_number_token3] = ACTIONS(1655), - [aux_sym__val_number_token4] = ACTIONS(1655), - [aux_sym__val_number_token5] = ACTIONS(1655), - [aux_sym__val_number_token6] = ACTIONS(1655), - [anon_sym_0b] = ACTIONS(1655), - [anon_sym_0o] = ACTIONS(1655), - [anon_sym_0x] = ACTIONS(1655), - [sym_val_date] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym__str_single_quotes] = ACTIONS(1655), - [sym__str_back_ticks] = ACTIONS(1655), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1655), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1655), - [anon_sym_CARET] = ACTIONS(1655), + [anon_sym_SEMI] = ACTIONS(1003), + [anon_sym_LF] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1003), + [anon_sym_LPAREN] = ACTIONS(1003), + [anon_sym_RPAREN] = ACTIONS(1003), + [anon_sym_PIPE] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1003), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_in] = ACTIONS(1003), + [anon_sym_LBRACE] = ACTIONS(1003), + [anon_sym_RBRACE] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_STAR_STAR] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_bit_DASHshl] = ACTIONS(1003), + [anon_sym_bit_DASHshr] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1003), + [anon_sym_BANG_EQ] = ACTIONS(1003), + [anon_sym_LT2] = ACTIONS(1003), + [anon_sym_LT_EQ] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1003), + [anon_sym_not_DASHin] = ACTIONS(1003), + [anon_sym_starts_DASHwith] = ACTIONS(1003), + [anon_sym_ends_DASHwith] = ACTIONS(1003), + [anon_sym_EQ_TILDE] = ACTIONS(1003), + [anon_sym_BANG_TILDE] = ACTIONS(1003), + [anon_sym_bit_DASHand] = ACTIONS(1003), + [anon_sym_bit_DASHxor] = ACTIONS(1003), + [anon_sym_bit_DASHor] = ACTIONS(1003), + [anon_sym_and] = ACTIONS(1003), + [anon_sym_xor] = ACTIONS(1003), + [anon_sym_or] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1003), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), + [aux_sym__val_number_decimal_token1] = ACTIONS(1003), + [aux_sym__val_number_token1] = ACTIONS(1003), + [aux_sym__val_number_token2] = ACTIONS(1003), + [aux_sym__val_number_token3] = ACTIONS(1003), + [aux_sym__val_number_token4] = ACTIONS(1003), + [aux_sym__val_number_token5] = ACTIONS(1003), + [aux_sym__val_number_token6] = ACTIONS(1003), + [anon_sym_0b] = ACTIONS(1003), + [anon_sym_0o] = ACTIONS(1003), + [anon_sym_0x] = ACTIONS(1003), + [sym_val_date] = ACTIONS(1003), + [anon_sym_DQUOTE] = ACTIONS(1003), + [sym__str_single_quotes] = ACTIONS(1003), + [sym__str_back_ticks] = ACTIONS(1003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1003), + [anon_sym_err_GT] = ACTIONS(1003), + [anon_sym_out_GT] = ACTIONS(1003), + [anon_sym_e_GT] = ACTIONS(1003), + [anon_sym_o_GT] = ACTIONS(1003), + [anon_sym_err_PLUSout_GT] = ACTIONS(1003), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1003), + [anon_sym_o_PLUSe_GT] = ACTIONS(1003), + [anon_sym_e_PLUSo_GT] = ACTIONS(1003), + [aux_sym_unquoted_token1] = ACTIONS(1003), [anon_sym_POUND] = ACTIONS(105), }, [690] = { [sym_comment] = STATE(690), - [ts_builtin_sym_end] = ACTIONS(1515), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_where] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_not] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_CARET] = ACTIONS(1513), + [ts_builtin_sym_end] = ACTIONS(887), + [anon_sym_SEMI] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_PIPE] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_err_GT] = ACTIONS(885), + [anon_sym_out_GT] = ACTIONS(885), + [anon_sym_e_GT] = ACTIONS(885), + [anon_sym_o_GT] = ACTIONS(885), + [anon_sym_err_PLUSout_GT] = ACTIONS(885), + [anon_sym_out_PLUSerr_GT] = ACTIONS(885), + [anon_sym_o_PLUSe_GT] = ACTIONS(885), + [anon_sym_e_PLUSo_GT] = ACTIONS(885), + [aux_sym_unquoted_token1] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(105), }, [691] = { [sym_comment] = STATE(691), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1713), - [anon_sym_bit_DASHxor] = ACTIONS(1715), - [anon_sym_bit_DASHor] = ACTIONS(1717), - [anon_sym_and] = ACTIONS(1719), - [anon_sym_xor] = ACTIONS(1721), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(949), + [anon_sym_LF] = ACTIONS(951), + [anon_sym_LBRACK] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(949), + [anon_sym_RPAREN] = ACTIONS(949), + [anon_sym_PIPE] = ACTIONS(949), + [anon_sym_DOLLAR] = ACTIONS(949), + [anon_sym_GT] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_in] = ACTIONS(949), + [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_RBRACE] = ACTIONS(949), + [anon_sym_DOT] = ACTIONS(949), + [anon_sym_STAR] = ACTIONS(949), + [anon_sym_STAR_STAR] = ACTIONS(949), + [anon_sym_PLUS_PLUS] = ACTIONS(949), + [anon_sym_SLASH] = ACTIONS(949), + [anon_sym_mod] = ACTIONS(949), + [anon_sym_SLASH_SLASH] = ACTIONS(949), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_bit_DASHshl] = ACTIONS(949), + [anon_sym_bit_DASHshr] = ACTIONS(949), + [anon_sym_EQ_EQ] = ACTIONS(949), + [anon_sym_BANG_EQ] = ACTIONS(949), + [anon_sym_LT2] = ACTIONS(949), + [anon_sym_LT_EQ] = ACTIONS(949), + [anon_sym_GT_EQ] = ACTIONS(949), + [anon_sym_not_DASHin] = ACTIONS(949), + [anon_sym_starts_DASHwith] = ACTIONS(949), + [anon_sym_ends_DASHwith] = ACTIONS(949), + [anon_sym_EQ_TILDE] = ACTIONS(949), + [anon_sym_BANG_TILDE] = ACTIONS(949), + [anon_sym_bit_DASHand] = ACTIONS(949), + [anon_sym_bit_DASHxor] = ACTIONS(949), + [anon_sym_bit_DASHor] = ACTIONS(949), + [anon_sym_and] = ACTIONS(949), + [anon_sym_xor] = ACTIONS(949), + [anon_sym_or] = ACTIONS(949), + [anon_sym_null] = ACTIONS(949), + [anon_sym_true] = ACTIONS(949), + [anon_sym_false] = ACTIONS(949), + [aux_sym__val_number_decimal_token1] = ACTIONS(949), + [aux_sym__val_number_token1] = ACTIONS(949), + [aux_sym__val_number_token2] = ACTIONS(949), + [aux_sym__val_number_token3] = ACTIONS(949), + [aux_sym__val_number_token4] = ACTIONS(949), + [aux_sym__val_number_token5] = ACTIONS(949), + [aux_sym__val_number_token6] = ACTIONS(949), + [anon_sym_0b] = ACTIONS(949), + [anon_sym_0o] = ACTIONS(949), + [anon_sym_0x] = ACTIONS(949), + [sym_val_date] = ACTIONS(949), + [anon_sym_DQUOTE] = ACTIONS(949), + [sym__str_single_quotes] = ACTIONS(949), + [sym__str_back_ticks] = ACTIONS(949), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(949), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(949), + [anon_sym_err_GT] = ACTIONS(949), + [anon_sym_out_GT] = ACTIONS(949), + [anon_sym_e_GT] = ACTIONS(949), + [anon_sym_o_GT] = ACTIONS(949), + [anon_sym_err_PLUSout_GT] = ACTIONS(949), + [anon_sym_out_PLUSerr_GT] = ACTIONS(949), + [anon_sym_o_PLUSe_GT] = ACTIONS(949), + [anon_sym_e_PLUSo_GT] = ACTIONS(949), + [aux_sym_unquoted_token1] = ACTIONS(949), [anon_sym_POUND] = ACTIONS(105), }, [692] = { [sym_comment] = STATE(692), - [ts_builtin_sym_end] = ACTIONS(1689), - [anon_sym_export] = ACTIONS(1687), - [anon_sym_alias] = ACTIONS(1687), - [anon_sym_let] = ACTIONS(1687), - [anon_sym_let_DASHenv] = ACTIONS(1687), - [anon_sym_mut] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1687), - [sym_cmd_identifier] = ACTIONS(1687), - [anon_sym_LF] = ACTIONS(1689), - [anon_sym_def] = ACTIONS(1687), - [anon_sym_export_DASHenv] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym_module] = ACTIONS(1687), - [anon_sym_use] = ACTIONS(1687), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_LPAREN] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(1687), - [anon_sym_error] = ACTIONS(1687), - [anon_sym_GT] = ACTIONS(1687), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_in] = ACTIONS(1687), - [anon_sym_loop] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_match] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_DOT] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_source] = ACTIONS(1687), - [anon_sym_source_DASHenv] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_hide] = ACTIONS(1687), - [anon_sym_hide_DASHenv] = ACTIONS(1687), - [anon_sym_overlay] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1687), - [anon_sym_where] = ACTIONS(1687), - [anon_sym_STAR_STAR] = ACTIONS(1687), - [anon_sym_PLUS_PLUS] = ACTIONS(1687), - [anon_sym_SLASH] = ACTIONS(1687), - [anon_sym_mod] = ACTIONS(1687), - [anon_sym_SLASH_SLASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_bit_DASHshl] = ACTIONS(1687), - [anon_sym_bit_DASHshr] = ACTIONS(1687), - [anon_sym_EQ_EQ] = ACTIONS(1687), - [anon_sym_BANG_EQ] = ACTIONS(1687), - [anon_sym_LT2] = ACTIONS(1687), - [anon_sym_LT_EQ] = ACTIONS(1687), - [anon_sym_GT_EQ] = ACTIONS(1687), - [anon_sym_not_DASHin] = ACTIONS(1687), - [anon_sym_starts_DASHwith] = ACTIONS(1687), - [anon_sym_ends_DASHwith] = ACTIONS(1687), - [anon_sym_EQ_TILDE] = ACTIONS(1687), - [anon_sym_BANG_TILDE] = ACTIONS(1687), - [anon_sym_bit_DASHand] = ACTIONS(1687), - [anon_sym_bit_DASHxor] = ACTIONS(1687), - [anon_sym_bit_DASHor] = ACTIONS(1687), - [anon_sym_and] = ACTIONS(1687), - [anon_sym_xor] = ACTIONS(1687), - [anon_sym_or] = ACTIONS(1687), - [anon_sym_not] = ACTIONS(1687), - [anon_sym_null] = ACTIONS(1687), - [anon_sym_true] = ACTIONS(1687), - [anon_sym_false] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1687), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1687), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_0b] = ACTIONS(1687), - [anon_sym_0o] = ACTIONS(1687), - [anon_sym_0x] = ACTIONS(1687), - [sym_val_date] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1687), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1687), - [anon_sym_CARET] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_PIPE] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_err_GT] = ACTIONS(845), + [anon_sym_out_GT] = ACTIONS(845), + [anon_sym_e_GT] = ACTIONS(845), + [anon_sym_o_GT] = ACTIONS(845), + [anon_sym_err_PLUSout_GT] = ACTIONS(845), + [anon_sym_out_PLUSerr_GT] = ACTIONS(845), + [anon_sym_o_PLUSe_GT] = ACTIONS(845), + [anon_sym_e_PLUSo_GT] = ACTIONS(845), + [aux_sym_unquoted_token1] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [693] = { [sym_comment] = STATE(693), - [ts_builtin_sym_end] = ACTIONS(1623), - [anon_sym_export] = ACTIONS(1540), - [anon_sym_alias] = ACTIONS(1540), - [anon_sym_let] = ACTIONS(1540), - [anon_sym_let_DASHenv] = ACTIONS(1540), - [anon_sym_mut] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1540), - [sym_cmd_identifier] = ACTIONS(1540), - [anon_sym_LF] = ACTIONS(1623), - [anon_sym_def] = ACTIONS(1540), - [anon_sym_export_DASHenv] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym_module] = ACTIONS(1540), - [anon_sym_use] = ACTIONS(1540), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1540), - [anon_sym_DOLLAR] = ACTIONS(1540), - [anon_sym_error] = ACTIONS(1540), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_match] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_source] = ACTIONS(1540), - [anon_sym_source_DASHenv] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_hide] = ACTIONS(1540), - [anon_sym_hide_DASHenv] = ACTIONS(1540), - [anon_sym_overlay] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_where] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_not] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1540), - [anon_sym_true] = ACTIONS(1540), - [anon_sym_false] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1540), - [aux_sym__val_number_token1] = ACTIONS(1540), - [aux_sym__val_number_token2] = ACTIONS(1540), - [aux_sym__val_number_token3] = ACTIONS(1540), - [aux_sym__val_number_token4] = ACTIONS(1540), - [aux_sym__val_number_token5] = ACTIONS(1540), - [aux_sym__val_number_token6] = ACTIONS(1540), - [anon_sym_0b] = ACTIONS(1540), - [anon_sym_0o] = ACTIONS(1540), - [anon_sym_0x] = ACTIONS(1540), - [sym_val_date] = ACTIONS(1540), - [anon_sym_DQUOTE] = ACTIONS(1540), - [sym__str_single_quotes] = ACTIONS(1540), - [sym__str_back_ticks] = ACTIONS(1540), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1540), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1540), - [anon_sym_CARET] = ACTIONS(1540), + [anon_sym_SEMI] = ACTIONS(1035), + [anon_sym_LF] = ACTIONS(1037), + [anon_sym_LBRACK] = ACTIONS(1035), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_RPAREN] = ACTIONS(1035), + [anon_sym_PIPE] = ACTIONS(1035), + [anon_sym_DOLLAR] = ACTIONS(1035), + [anon_sym_GT] = ACTIONS(1035), + [anon_sym_DASH] = ACTIONS(1035), + [anon_sym_in] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(1035), + [anon_sym_RBRACE] = ACTIONS(1035), + [anon_sym_DOT] = ACTIONS(1035), + [anon_sym_STAR] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(1035), + [anon_sym_PLUS_PLUS] = ACTIONS(1035), + [anon_sym_SLASH] = ACTIONS(1035), + [anon_sym_mod] = ACTIONS(1035), + [anon_sym_SLASH_SLASH] = ACTIONS(1035), + [anon_sym_PLUS] = ACTIONS(1035), + [anon_sym_bit_DASHshl] = ACTIONS(1035), + [anon_sym_bit_DASHshr] = ACTIONS(1035), + [anon_sym_EQ_EQ] = ACTIONS(1035), + [anon_sym_BANG_EQ] = ACTIONS(1035), + [anon_sym_LT2] = ACTIONS(1035), + [anon_sym_LT_EQ] = ACTIONS(1035), + [anon_sym_GT_EQ] = ACTIONS(1035), + [anon_sym_not_DASHin] = ACTIONS(1035), + [anon_sym_starts_DASHwith] = ACTIONS(1035), + [anon_sym_ends_DASHwith] = ACTIONS(1035), + [anon_sym_EQ_TILDE] = ACTIONS(1035), + [anon_sym_BANG_TILDE] = ACTIONS(1035), + [anon_sym_bit_DASHand] = ACTIONS(1035), + [anon_sym_bit_DASHxor] = ACTIONS(1035), + [anon_sym_bit_DASHor] = ACTIONS(1035), + [anon_sym_and] = ACTIONS(1035), + [anon_sym_xor] = ACTIONS(1035), + [anon_sym_or] = ACTIONS(1035), + [anon_sym_null] = ACTIONS(1035), + [anon_sym_true] = ACTIONS(1035), + [anon_sym_false] = ACTIONS(1035), + [aux_sym__val_number_decimal_token1] = ACTIONS(1035), + [aux_sym__val_number_token1] = ACTIONS(1035), + [aux_sym__val_number_token2] = ACTIONS(1035), + [aux_sym__val_number_token3] = ACTIONS(1035), + [aux_sym__val_number_token4] = ACTIONS(1035), + [aux_sym__val_number_token5] = ACTIONS(1035), + [aux_sym__val_number_token6] = ACTIONS(1035), + [anon_sym_0b] = ACTIONS(1035), + [anon_sym_0o] = ACTIONS(1035), + [anon_sym_0x] = ACTIONS(1035), + [sym_val_date] = ACTIONS(1035), + [anon_sym_DQUOTE] = ACTIONS(1035), + [sym__str_single_quotes] = ACTIONS(1035), + [sym__str_back_ticks] = ACTIONS(1035), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1035), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1035), + [anon_sym_err_GT] = ACTIONS(1035), + [anon_sym_out_GT] = ACTIONS(1035), + [anon_sym_e_GT] = ACTIONS(1035), + [anon_sym_o_GT] = ACTIONS(1035), + [anon_sym_err_PLUSout_GT] = ACTIONS(1035), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1035), + [anon_sym_o_PLUSe_GT] = ACTIONS(1035), + [anon_sym_e_PLUSo_GT] = ACTIONS(1035), + [aux_sym_unquoted_token1] = ACTIONS(1035), [anon_sym_POUND] = ACTIONS(105), }, [694] = { [sym_comment] = STATE(694), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [695] = { [sym_comment] = STATE(695), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1713), - [anon_sym_bit_DASHxor] = ACTIONS(1715), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(1055), + [anon_sym_LF] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1055), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_RPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(1055), + [anon_sym_DOLLAR] = ACTIONS(1055), + [anon_sym_GT] = ACTIONS(1055), + [anon_sym_DASH] = ACTIONS(1055), + [anon_sym_in] = ACTIONS(1055), + [anon_sym_LBRACE] = ACTIONS(1055), + [anon_sym_RBRACE] = ACTIONS(1055), + [anon_sym_DOT] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1055), + [anon_sym_STAR_STAR] = ACTIONS(1055), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_SLASH] = ACTIONS(1055), + [anon_sym_mod] = ACTIONS(1055), + [anon_sym_SLASH_SLASH] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1055), + [anon_sym_bit_DASHshl] = ACTIONS(1055), + [anon_sym_bit_DASHshr] = ACTIONS(1055), + [anon_sym_EQ_EQ] = ACTIONS(1055), + [anon_sym_BANG_EQ] = ACTIONS(1055), + [anon_sym_LT2] = ACTIONS(1055), + [anon_sym_LT_EQ] = ACTIONS(1055), + [anon_sym_GT_EQ] = ACTIONS(1055), + [anon_sym_not_DASHin] = ACTIONS(1055), + [anon_sym_starts_DASHwith] = ACTIONS(1055), + [anon_sym_ends_DASHwith] = ACTIONS(1055), + [anon_sym_EQ_TILDE] = ACTIONS(1055), + [anon_sym_BANG_TILDE] = ACTIONS(1055), + [anon_sym_bit_DASHand] = ACTIONS(1055), + [anon_sym_bit_DASHxor] = ACTIONS(1055), + [anon_sym_bit_DASHor] = ACTIONS(1055), + [anon_sym_and] = ACTIONS(1055), + [anon_sym_xor] = ACTIONS(1055), + [anon_sym_or] = ACTIONS(1055), + [anon_sym_null] = ACTIONS(1055), + [anon_sym_true] = ACTIONS(1055), + [anon_sym_false] = ACTIONS(1055), + [aux_sym__val_number_decimal_token1] = ACTIONS(1055), + [aux_sym__val_number_token1] = ACTIONS(1055), + [aux_sym__val_number_token2] = ACTIONS(1055), + [aux_sym__val_number_token3] = ACTIONS(1055), + [aux_sym__val_number_token4] = ACTIONS(1055), + [aux_sym__val_number_token5] = ACTIONS(1055), + [aux_sym__val_number_token6] = ACTIONS(1055), + [anon_sym_0b] = ACTIONS(1055), + [anon_sym_0o] = ACTIONS(1055), + [anon_sym_0x] = ACTIONS(1055), + [sym_val_date] = ACTIONS(1055), + [anon_sym_DQUOTE] = ACTIONS(1055), + [sym__str_single_quotes] = ACTIONS(1055), + [sym__str_back_ticks] = ACTIONS(1055), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1055), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1055), + [anon_sym_err_GT] = ACTIONS(1055), + [anon_sym_out_GT] = ACTIONS(1055), + [anon_sym_e_GT] = ACTIONS(1055), + [anon_sym_o_GT] = ACTIONS(1055), + [anon_sym_err_PLUSout_GT] = ACTIONS(1055), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1055), + [anon_sym_o_PLUSe_GT] = ACTIONS(1055), + [anon_sym_e_PLUSo_GT] = ACTIONS(1055), + [aux_sym_unquoted_token1] = ACTIONS(1055), [anon_sym_POUND] = ACTIONS(105), }, [696] = { [sym_comment] = STATE(696), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [697] = { [sym_comment] = STATE(697), - [ts_builtin_sym_end] = ACTIONS(1681), - [anon_sym_export] = ACTIONS(1679), - [anon_sym_alias] = ACTIONS(1679), - [anon_sym_let] = ACTIONS(1679), - [anon_sym_let_DASHenv] = ACTIONS(1679), - [anon_sym_mut] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [anon_sym_SEMI] = ACTIONS(1679), - [sym_cmd_identifier] = ACTIONS(1679), - [anon_sym_LF] = ACTIONS(1681), - [anon_sym_def] = ACTIONS(1679), - [anon_sym_export_DASHenv] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym_module] = ACTIONS(1679), - [anon_sym_use] = ACTIONS(1679), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_LPAREN] = ACTIONS(1679), - [anon_sym_DOLLAR] = ACTIONS(1679), - [anon_sym_error] = ACTIONS(1679), - [anon_sym_GT] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_in] = ACTIONS(1679), - [anon_sym_loop] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_match] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1679), - [anon_sym_DOT] = ACTIONS(1679), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_source] = ACTIONS(1679), - [anon_sym_source_DASHenv] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_hide] = ACTIONS(1679), - [anon_sym_hide_DASHenv] = ACTIONS(1679), - [anon_sym_overlay] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1679), - [anon_sym_where] = ACTIONS(1679), - [anon_sym_STAR_STAR] = ACTIONS(1679), - [anon_sym_PLUS_PLUS] = ACTIONS(1679), - [anon_sym_SLASH] = ACTIONS(1679), - [anon_sym_mod] = ACTIONS(1679), - [anon_sym_SLASH_SLASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_bit_DASHshl] = ACTIONS(1679), - [anon_sym_bit_DASHshr] = ACTIONS(1679), - [anon_sym_EQ_EQ] = ACTIONS(1679), - [anon_sym_BANG_EQ] = ACTIONS(1679), - [anon_sym_LT2] = ACTIONS(1679), - [anon_sym_LT_EQ] = ACTIONS(1679), - [anon_sym_GT_EQ] = ACTIONS(1679), - [anon_sym_not_DASHin] = ACTIONS(1679), - [anon_sym_starts_DASHwith] = ACTIONS(1679), - [anon_sym_ends_DASHwith] = ACTIONS(1679), - [anon_sym_EQ_TILDE] = ACTIONS(1679), - [anon_sym_BANG_TILDE] = ACTIONS(1679), - [anon_sym_bit_DASHand] = ACTIONS(1679), - [anon_sym_bit_DASHxor] = ACTIONS(1679), - [anon_sym_bit_DASHor] = ACTIONS(1679), - [anon_sym_and] = ACTIONS(1679), - [anon_sym_xor] = ACTIONS(1679), - [anon_sym_or] = ACTIONS(1679), - [anon_sym_not] = ACTIONS(1679), - [anon_sym_null] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1679), - [anon_sym_false] = ACTIONS(1679), - [aux_sym__val_number_decimal_token1] = ACTIONS(1679), - [aux_sym__val_number_token1] = ACTIONS(1679), - [aux_sym__val_number_token2] = ACTIONS(1679), - [aux_sym__val_number_token3] = ACTIONS(1679), - [aux_sym__val_number_token4] = ACTIONS(1679), - [aux_sym__val_number_token5] = ACTIONS(1679), - [aux_sym__val_number_token6] = ACTIONS(1679), - [anon_sym_0b] = ACTIONS(1679), - [anon_sym_0o] = ACTIONS(1679), - [anon_sym_0x] = ACTIONS(1679), - [sym_val_date] = ACTIONS(1679), - [anon_sym_DQUOTE] = ACTIONS(1679), - [sym__str_single_quotes] = ACTIONS(1679), - [sym__str_back_ticks] = ACTIONS(1679), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1679), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1679), - [anon_sym_CARET] = ACTIONS(1679), + [anon_sym_SEMI] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_RPAREN] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [aux_sym_unquoted_token1] = ACTIONS(941), [anon_sym_POUND] = ACTIONS(105), }, [698] = { [sym_comment] = STATE(698), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(1077), + [anon_sym_LF] = ACTIONS(1079), + [anon_sym_LBRACK] = ACTIONS(1077), + [anon_sym_LPAREN] = ACTIONS(1077), + [anon_sym_RPAREN] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(1077), + [anon_sym_DOLLAR] = ACTIONS(1077), + [anon_sym_GT] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_in] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(1077), + [anon_sym_RBRACE] = ACTIONS(1077), + [anon_sym_DOT] = ACTIONS(1077), + [anon_sym_STAR] = ACTIONS(1077), + [anon_sym_STAR_STAR] = ACTIONS(1077), + [anon_sym_PLUS_PLUS] = ACTIONS(1077), + [anon_sym_SLASH] = ACTIONS(1077), + [anon_sym_mod] = ACTIONS(1077), + [anon_sym_SLASH_SLASH] = ACTIONS(1077), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_bit_DASHshl] = ACTIONS(1077), + [anon_sym_bit_DASHshr] = ACTIONS(1077), + [anon_sym_EQ_EQ] = ACTIONS(1077), + [anon_sym_BANG_EQ] = ACTIONS(1077), + [anon_sym_LT2] = ACTIONS(1077), + [anon_sym_LT_EQ] = ACTIONS(1077), + [anon_sym_GT_EQ] = ACTIONS(1077), + [anon_sym_not_DASHin] = ACTIONS(1077), + [anon_sym_starts_DASHwith] = ACTIONS(1077), + [anon_sym_ends_DASHwith] = ACTIONS(1077), + [anon_sym_EQ_TILDE] = ACTIONS(1077), + [anon_sym_BANG_TILDE] = ACTIONS(1077), + [anon_sym_bit_DASHand] = ACTIONS(1077), + [anon_sym_bit_DASHxor] = ACTIONS(1077), + [anon_sym_bit_DASHor] = ACTIONS(1077), + [anon_sym_and] = ACTIONS(1077), + [anon_sym_xor] = ACTIONS(1077), + [anon_sym_or] = ACTIONS(1077), + [anon_sym_null] = ACTIONS(1077), + [anon_sym_true] = ACTIONS(1077), + [anon_sym_false] = ACTIONS(1077), + [aux_sym__val_number_decimal_token1] = ACTIONS(1077), + [aux_sym__val_number_token1] = ACTIONS(1077), + [aux_sym__val_number_token2] = ACTIONS(1077), + [aux_sym__val_number_token3] = ACTIONS(1077), + [aux_sym__val_number_token4] = ACTIONS(1077), + [aux_sym__val_number_token5] = ACTIONS(1077), + [aux_sym__val_number_token6] = ACTIONS(1077), + [anon_sym_0b] = ACTIONS(1077), + [anon_sym_0o] = ACTIONS(1077), + [anon_sym_0x] = ACTIONS(1077), + [sym_val_date] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1077), + [sym__str_single_quotes] = ACTIONS(1077), + [sym__str_back_ticks] = ACTIONS(1077), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1077), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1077), + [anon_sym_err_GT] = ACTIONS(1077), + [anon_sym_out_GT] = ACTIONS(1077), + [anon_sym_e_GT] = ACTIONS(1077), + [anon_sym_o_GT] = ACTIONS(1077), + [anon_sym_err_PLUSout_GT] = ACTIONS(1077), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1077), + [anon_sym_o_PLUSe_GT] = ACTIONS(1077), + [anon_sym_e_PLUSo_GT] = ACTIONS(1077), + [aux_sym_unquoted_token1] = ACTIONS(1077), [anon_sym_POUND] = ACTIONS(105), }, [699] = { [sym_comment] = STATE(699), - [ts_builtin_sym_end] = ACTIONS(1639), - [anon_sym_export] = ACTIONS(1637), - [anon_sym_alias] = ACTIONS(1637), - [anon_sym_let] = ACTIONS(1637), - [anon_sym_let_DASHenv] = ACTIONS(1637), - [anon_sym_mut] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [anon_sym_SEMI] = ACTIONS(1637), - [sym_cmd_identifier] = ACTIONS(1637), - [anon_sym_LF] = ACTIONS(1639), - [anon_sym_def] = ACTIONS(1637), - [anon_sym_export_DASHenv] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym_module] = ACTIONS(1637), - [anon_sym_use] = ACTIONS(1637), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_LPAREN] = ACTIONS(1637), - [anon_sym_DOLLAR] = ACTIONS(1637), - [anon_sym_error] = ACTIONS(1637), - [anon_sym_GT] = ACTIONS(1637), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_in] = ACTIONS(1637), - [anon_sym_loop] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_match] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1637), - [anon_sym_DOT] = ACTIONS(1637), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_source] = ACTIONS(1637), - [anon_sym_source_DASHenv] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_hide] = ACTIONS(1637), - [anon_sym_hide_DASHenv] = ACTIONS(1637), - [anon_sym_overlay] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1637), - [anon_sym_where] = ACTIONS(1637), - [anon_sym_STAR_STAR] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_SLASH] = ACTIONS(1637), - [anon_sym_mod] = ACTIONS(1637), - [anon_sym_SLASH_SLASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_bit_DASHshl] = ACTIONS(1637), - [anon_sym_bit_DASHshr] = ACTIONS(1637), - [anon_sym_EQ_EQ] = ACTIONS(1637), - [anon_sym_BANG_EQ] = ACTIONS(1637), - [anon_sym_LT2] = ACTIONS(1637), - [anon_sym_LT_EQ] = ACTIONS(1637), - [anon_sym_GT_EQ] = ACTIONS(1637), - [anon_sym_not_DASHin] = ACTIONS(1637), - [anon_sym_starts_DASHwith] = ACTIONS(1637), - [anon_sym_ends_DASHwith] = ACTIONS(1637), - [anon_sym_EQ_TILDE] = ACTIONS(1637), - [anon_sym_BANG_TILDE] = ACTIONS(1637), - [anon_sym_bit_DASHand] = ACTIONS(1637), - [anon_sym_bit_DASHxor] = ACTIONS(1637), - [anon_sym_bit_DASHor] = ACTIONS(1637), - [anon_sym_and] = ACTIONS(1637), - [anon_sym_xor] = ACTIONS(1637), - [anon_sym_or] = ACTIONS(1637), - [anon_sym_not] = ACTIONS(1637), - [anon_sym_null] = ACTIONS(1637), - [anon_sym_true] = ACTIONS(1637), - [anon_sym_false] = ACTIONS(1637), - [aux_sym__val_number_decimal_token1] = ACTIONS(1637), - [aux_sym__val_number_token1] = ACTIONS(1637), - [aux_sym__val_number_token2] = ACTIONS(1637), - [aux_sym__val_number_token3] = ACTIONS(1637), - [aux_sym__val_number_token4] = ACTIONS(1637), - [aux_sym__val_number_token5] = ACTIONS(1637), - [aux_sym__val_number_token6] = ACTIONS(1637), - [anon_sym_0b] = ACTIONS(1637), - [anon_sym_0o] = ACTIONS(1637), - [anon_sym_0x] = ACTIONS(1637), - [sym_val_date] = ACTIONS(1637), - [anon_sym_DQUOTE] = ACTIONS(1637), - [sym__str_single_quotes] = ACTIONS(1637), - [sym__str_back_ticks] = ACTIONS(1637), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1637), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1637), - [anon_sym_CARET] = ACTIONS(1637), + [anon_sym_SEMI] = ACTIONS(1085), + [anon_sym_LF] = ACTIONS(1087), + [anon_sym_LBRACK] = ACTIONS(1085), + [anon_sym_LPAREN] = ACTIONS(1085), + [anon_sym_RPAREN] = ACTIONS(1085), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_DOLLAR] = ACTIONS(1085), + [anon_sym_GT] = ACTIONS(1085), + [anon_sym_DASH] = ACTIONS(1085), + [anon_sym_in] = ACTIONS(1085), + [anon_sym_LBRACE] = ACTIONS(1085), + [anon_sym_RBRACE] = ACTIONS(1085), + [anon_sym_DOT] = ACTIONS(1085), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_STAR_STAR] = ACTIONS(1085), + [anon_sym_PLUS_PLUS] = ACTIONS(1085), + [anon_sym_SLASH] = ACTIONS(1085), + [anon_sym_mod] = ACTIONS(1085), + [anon_sym_SLASH_SLASH] = ACTIONS(1085), + [anon_sym_PLUS] = ACTIONS(1085), + [anon_sym_bit_DASHshl] = ACTIONS(1085), + [anon_sym_bit_DASHshr] = ACTIONS(1085), + [anon_sym_EQ_EQ] = ACTIONS(1085), + [anon_sym_BANG_EQ] = ACTIONS(1085), + [anon_sym_LT2] = ACTIONS(1085), + [anon_sym_LT_EQ] = ACTIONS(1085), + [anon_sym_GT_EQ] = ACTIONS(1085), + [anon_sym_not_DASHin] = ACTIONS(1085), + [anon_sym_starts_DASHwith] = ACTIONS(1085), + [anon_sym_ends_DASHwith] = ACTIONS(1085), + [anon_sym_EQ_TILDE] = ACTIONS(1085), + [anon_sym_BANG_TILDE] = ACTIONS(1085), + [anon_sym_bit_DASHand] = ACTIONS(1085), + [anon_sym_bit_DASHxor] = ACTIONS(1085), + [anon_sym_bit_DASHor] = ACTIONS(1085), + [anon_sym_and] = ACTIONS(1085), + [anon_sym_xor] = ACTIONS(1085), + [anon_sym_or] = ACTIONS(1085), + [anon_sym_null] = ACTIONS(1085), + [anon_sym_true] = ACTIONS(1085), + [anon_sym_false] = ACTIONS(1085), + [aux_sym__val_number_decimal_token1] = ACTIONS(1085), + [aux_sym__val_number_token1] = ACTIONS(1085), + [aux_sym__val_number_token2] = ACTIONS(1085), + [aux_sym__val_number_token3] = ACTIONS(1085), + [aux_sym__val_number_token4] = ACTIONS(1085), + [aux_sym__val_number_token5] = ACTIONS(1085), + [aux_sym__val_number_token6] = ACTIONS(1085), + [anon_sym_0b] = ACTIONS(1085), + [anon_sym_0o] = ACTIONS(1085), + [anon_sym_0x] = ACTIONS(1085), + [sym_val_date] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym__str_single_quotes] = ACTIONS(1085), + [sym__str_back_ticks] = ACTIONS(1085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1085), + [anon_sym_err_GT] = ACTIONS(1085), + [anon_sym_out_GT] = ACTIONS(1085), + [anon_sym_e_GT] = ACTIONS(1085), + [anon_sym_o_GT] = ACTIONS(1085), + [anon_sym_err_PLUSout_GT] = ACTIONS(1085), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1085), + [anon_sym_o_PLUSe_GT] = ACTIONS(1085), + [anon_sym_e_PLUSo_GT] = ACTIONS(1085), + [aux_sym_unquoted_token1] = ACTIONS(1085), [anon_sym_POUND] = ACTIONS(105), }, [700] = { + [sym__flag] = STATE(1178), + [sym_short_flag] = STATE(1075), + [sym_long_flag] = STATE(1075), [sym_comment] = STATE(700), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_overlay_use_repeat1] = STATE(718), + [ts_builtin_sym_end] = ACTIONS(2192), + [anon_sym_export] = ACTIONS(2190), + [anon_sym_alias] = ACTIONS(2190), + [anon_sym_let] = ACTIONS(2190), + [anon_sym_let_DASHenv] = ACTIONS(2190), + [anon_sym_mut] = ACTIONS(2190), + [anon_sym_const] = ACTIONS(2190), + [anon_sym_SEMI] = ACTIONS(2190), + [sym_cmd_identifier] = ACTIONS(2190), + [anon_sym_LF] = ACTIONS(2192), + [anon_sym_def] = ACTIONS(2190), + [anon_sym_export_DASHenv] = ACTIONS(2190), + [anon_sym_extern] = ACTIONS(2190), + [anon_sym_module] = ACTIONS(2190), + [anon_sym_use] = ACTIONS(2190), + [anon_sym_LBRACK] = ACTIONS(2190), + [anon_sym_LPAREN] = ACTIONS(2190), + [anon_sym_DOLLAR] = ACTIONS(2190), + [anon_sym_error] = ACTIONS(2190), + [anon_sym_DASH] = ACTIONS(2190), + [anon_sym_break] = ACTIONS(2190), + [anon_sym_continue] = ACTIONS(2190), + [anon_sym_for] = ACTIONS(2190), + [anon_sym_loop] = ACTIONS(2190), + [anon_sym_while] = ACTIONS(2190), + [anon_sym_do] = ACTIONS(2190), + [anon_sym_if] = ACTIONS(2190), + [anon_sym_match] = ACTIONS(2190), + [anon_sym_LBRACE] = ACTIONS(2190), + [anon_sym_DOT] = ACTIONS(2190), + [anon_sym_try] = ACTIONS(2190), + [anon_sym_return] = ACTIONS(2190), + [anon_sym_source] = ACTIONS(2190), + [anon_sym_source_DASHenv] = ACTIONS(2190), + [anon_sym_register] = ACTIONS(2190), + [anon_sym_hide] = ACTIONS(2190), + [anon_sym_hide_DASHenv] = ACTIONS(2190), + [anon_sym_overlay] = ACTIONS(2190), + [anon_sym_as] = ACTIONS(2198), + [anon_sym_where] = ACTIONS(2190), + [anon_sym_PLUS] = ACTIONS(2190), + [anon_sym_not] = ACTIONS(2190), + [anon_sym_null] = ACTIONS(2190), + [anon_sym_true] = ACTIONS(2190), + [anon_sym_false] = ACTIONS(2190), + [aux_sym__val_number_decimal_token1] = ACTIONS(2190), + [aux_sym__val_number_token1] = ACTIONS(2190), + [aux_sym__val_number_token2] = ACTIONS(2190), + [aux_sym__val_number_token3] = ACTIONS(2190), + [aux_sym__val_number_token4] = ACTIONS(2190), + [aux_sym__val_number_token5] = ACTIONS(2190), + [aux_sym__val_number_token6] = ACTIONS(2190), + [anon_sym_0b] = ACTIONS(2190), + [anon_sym_0o] = ACTIONS(2190), + [anon_sym_0x] = ACTIONS(2190), + [sym_val_date] = ACTIONS(2190), + [anon_sym_DQUOTE] = ACTIONS(2190), + [sym__str_single_quotes] = ACTIONS(2190), + [sym__str_back_ticks] = ACTIONS(2190), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2190), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2190), + [anon_sym_CARET] = ACTIONS(2190), [anon_sym_POUND] = ACTIONS(105), }, [701] = { [sym_comment] = STATE(701), - [ts_builtin_sym_end] = ACTIONS(1609), - [anon_sym_export] = ACTIONS(1607), - [anon_sym_alias] = ACTIONS(1607), - [anon_sym_let] = ACTIONS(1607), - [anon_sym_let_DASHenv] = ACTIONS(1607), - [anon_sym_mut] = ACTIONS(1607), - [anon_sym_const] = ACTIONS(1607), - [anon_sym_SEMI] = ACTIONS(1607), - [sym_cmd_identifier] = ACTIONS(1607), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_def] = ACTIONS(1607), - [anon_sym_export_DASHenv] = ACTIONS(1607), - [anon_sym_extern] = ACTIONS(1607), - [anon_sym_module] = ACTIONS(1607), - [anon_sym_use] = ACTIONS(1607), - [anon_sym_LBRACK] = ACTIONS(1607), - [anon_sym_LPAREN] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1607), - [anon_sym_GT] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1607), - [anon_sym_break] = ACTIONS(1607), - [anon_sym_continue] = ACTIONS(1607), - [anon_sym_for] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1607), - [anon_sym_loop] = ACTIONS(1607), - [anon_sym_while] = ACTIONS(1607), - [anon_sym_do] = ACTIONS(1607), - [anon_sym_if] = ACTIONS(1607), - [anon_sym_match] = ACTIONS(1607), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_DOT] = ACTIONS(1607), - [anon_sym_try] = ACTIONS(1607), - [anon_sym_return] = ACTIONS(1607), - [anon_sym_source] = ACTIONS(1607), - [anon_sym_source_DASHenv] = ACTIONS(1607), - [anon_sym_register] = ACTIONS(1607), - [anon_sym_hide] = ACTIONS(1607), - [anon_sym_hide_DASHenv] = ACTIONS(1607), - [anon_sym_overlay] = ACTIONS(1607), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_where] = ACTIONS(1607), - [anon_sym_STAR_STAR] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_SLASH] = ACTIONS(1607), - [anon_sym_mod] = ACTIONS(1607), - [anon_sym_SLASH_SLASH] = ACTIONS(1607), - [anon_sym_PLUS] = ACTIONS(1607), - [anon_sym_bit_DASHshl] = ACTIONS(1607), - [anon_sym_bit_DASHshr] = ACTIONS(1607), - [anon_sym_EQ_EQ] = ACTIONS(1607), - [anon_sym_BANG_EQ] = ACTIONS(1607), - [anon_sym_LT2] = ACTIONS(1607), - [anon_sym_LT_EQ] = ACTIONS(1607), - [anon_sym_GT_EQ] = ACTIONS(1607), - [anon_sym_not_DASHin] = ACTIONS(1607), - [anon_sym_starts_DASHwith] = ACTIONS(1607), - [anon_sym_ends_DASHwith] = ACTIONS(1607), - [anon_sym_EQ_TILDE] = ACTIONS(1607), - [anon_sym_BANG_TILDE] = ACTIONS(1607), - [anon_sym_bit_DASHand] = ACTIONS(1607), - [anon_sym_bit_DASHxor] = ACTIONS(1607), - [anon_sym_bit_DASHor] = ACTIONS(1607), - [anon_sym_and] = ACTIONS(1607), - [anon_sym_xor] = ACTIONS(1607), - [anon_sym_or] = ACTIONS(1607), - [anon_sym_not] = ACTIONS(1607), - [anon_sym_null] = ACTIONS(1607), - [anon_sym_true] = ACTIONS(1607), - [anon_sym_false] = ACTIONS(1607), - [aux_sym__val_number_decimal_token1] = ACTIONS(1607), - [aux_sym__val_number_token1] = ACTIONS(1607), - [aux_sym__val_number_token2] = ACTIONS(1607), - [aux_sym__val_number_token3] = ACTIONS(1607), - [aux_sym__val_number_token4] = ACTIONS(1607), - [aux_sym__val_number_token5] = ACTIONS(1607), - [aux_sym__val_number_token6] = ACTIONS(1607), - [anon_sym_0b] = ACTIONS(1607), - [anon_sym_0o] = ACTIONS(1607), - [anon_sym_0x] = ACTIONS(1607), - [sym_val_date] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym__str_single_quotes] = ACTIONS(1607), - [sym__str_back_ticks] = ACTIONS(1607), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1607), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1607), - [anon_sym_CARET] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [702] = { + [sym__flag] = STATE(1178), + [sym_short_flag] = STATE(1075), + [sym_long_flag] = STATE(1075), [sym_comment] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_overlay_use_repeat1] = STATE(718), + [ts_builtin_sym_end] = ACTIONS(2147), + [anon_sym_export] = ACTIONS(2145), + [anon_sym_alias] = ACTIONS(2145), + [anon_sym_let] = ACTIONS(2145), + [anon_sym_let_DASHenv] = ACTIONS(2145), + [anon_sym_mut] = ACTIONS(2145), + [anon_sym_const] = ACTIONS(2145), + [anon_sym_SEMI] = ACTIONS(2145), + [sym_cmd_identifier] = ACTIONS(2145), + [anon_sym_LF] = ACTIONS(2147), + [anon_sym_def] = ACTIONS(2145), + [anon_sym_export_DASHenv] = ACTIONS(2145), + [anon_sym_extern] = ACTIONS(2145), + [anon_sym_module] = ACTIONS(2145), + [anon_sym_use] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2145), + [anon_sym_LPAREN] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2145), + [anon_sym_error] = ACTIONS(2145), + [anon_sym_DASH] = ACTIONS(2145), + [anon_sym_break] = ACTIONS(2145), + [anon_sym_continue] = ACTIONS(2145), + [anon_sym_for] = ACTIONS(2145), + [anon_sym_loop] = ACTIONS(2145), + [anon_sym_while] = ACTIONS(2145), + [anon_sym_do] = ACTIONS(2145), + [anon_sym_if] = ACTIONS(2145), + [anon_sym_match] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2145), + [anon_sym_DOT] = ACTIONS(2145), + [anon_sym_try] = ACTIONS(2145), + [anon_sym_return] = ACTIONS(2145), + [anon_sym_source] = ACTIONS(2145), + [anon_sym_source_DASHenv] = ACTIONS(2145), + [anon_sym_register] = ACTIONS(2145), + [anon_sym_hide] = ACTIONS(2145), + [anon_sym_hide_DASHenv] = ACTIONS(2145), + [anon_sym_overlay] = ACTIONS(2145), + [anon_sym_as] = ACTIONS(2212), + [anon_sym_where] = ACTIONS(2145), + [anon_sym_PLUS] = ACTIONS(2145), + [anon_sym_not] = ACTIONS(2145), + [anon_sym_null] = ACTIONS(2145), + [anon_sym_true] = ACTIONS(2145), + [anon_sym_false] = ACTIONS(2145), + [aux_sym__val_number_decimal_token1] = ACTIONS(2145), + [aux_sym__val_number_token1] = ACTIONS(2145), + [aux_sym__val_number_token2] = ACTIONS(2145), + [aux_sym__val_number_token3] = ACTIONS(2145), + [aux_sym__val_number_token4] = ACTIONS(2145), + [aux_sym__val_number_token5] = ACTIONS(2145), + [aux_sym__val_number_token6] = ACTIONS(2145), + [anon_sym_0b] = ACTIONS(2145), + [anon_sym_0o] = ACTIONS(2145), + [anon_sym_0x] = ACTIONS(2145), + [sym_val_date] = ACTIONS(2145), + [anon_sym_DQUOTE] = ACTIONS(2145), + [sym__str_single_quotes] = ACTIONS(2145), + [sym__str_back_ticks] = ACTIONS(2145), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2145), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2145), + [anon_sym_CARET] = ACTIONS(2145), [anon_sym_POUND] = ACTIONS(105), }, [703] = { + [sym__flag] = STATE(1178), + [sym_short_flag] = STATE(1075), + [sym_long_flag] = STATE(1075), [sym_comment] = STATE(703), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [aux_sym_overlay_use_repeat1] = STATE(700), + [ts_builtin_sym_end] = ACTIONS(2139), + [anon_sym_export] = ACTIONS(2137), + [anon_sym_alias] = ACTIONS(2137), + [anon_sym_let] = ACTIONS(2137), + [anon_sym_let_DASHenv] = ACTIONS(2137), + [anon_sym_mut] = ACTIONS(2137), + [anon_sym_const] = ACTIONS(2137), + [anon_sym_SEMI] = ACTIONS(2137), + [sym_cmd_identifier] = ACTIONS(2137), + [anon_sym_LF] = ACTIONS(2139), + [anon_sym_def] = ACTIONS(2137), + [anon_sym_export_DASHenv] = ACTIONS(2137), + [anon_sym_extern] = ACTIONS(2137), + [anon_sym_module] = ACTIONS(2137), + [anon_sym_use] = ACTIONS(2137), + [anon_sym_LBRACK] = ACTIONS(2137), + [anon_sym_LPAREN] = ACTIONS(2137), + [anon_sym_DOLLAR] = ACTIONS(2137), + [anon_sym_error] = ACTIONS(2137), + [anon_sym_DASH] = ACTIONS(2214), + [anon_sym_break] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2137), + [anon_sym_for] = ACTIONS(2137), + [anon_sym_loop] = ACTIONS(2137), + [anon_sym_while] = ACTIONS(2137), + [anon_sym_do] = ACTIONS(2137), + [anon_sym_if] = ACTIONS(2137), + [anon_sym_match] = ACTIONS(2137), + [anon_sym_LBRACE] = ACTIONS(2137), + [anon_sym_DOT] = ACTIONS(2137), + [anon_sym_try] = ACTIONS(2137), + [anon_sym_return] = ACTIONS(2137), + [anon_sym_source] = ACTIONS(2137), + [anon_sym_source_DASHenv] = ACTIONS(2137), + [anon_sym_register] = ACTIONS(2137), + [anon_sym_hide] = ACTIONS(2137), + [anon_sym_hide_DASHenv] = ACTIONS(2137), + [anon_sym_overlay] = ACTIONS(2137), + [anon_sym_as] = ACTIONS(2216), + [anon_sym_where] = ACTIONS(2137), + [anon_sym_PLUS] = ACTIONS(2137), + [anon_sym_not] = ACTIONS(2137), + [anon_sym_null] = ACTIONS(2137), + [anon_sym_true] = ACTIONS(2137), + [anon_sym_false] = ACTIONS(2137), + [aux_sym__val_number_decimal_token1] = ACTIONS(2137), + [aux_sym__val_number_token1] = ACTIONS(2137), + [aux_sym__val_number_token2] = ACTIONS(2137), + [aux_sym__val_number_token3] = ACTIONS(2137), + [aux_sym__val_number_token4] = ACTIONS(2137), + [aux_sym__val_number_token5] = ACTIONS(2137), + [aux_sym__val_number_token6] = ACTIONS(2137), + [anon_sym_0b] = ACTIONS(2137), + [anon_sym_0o] = ACTIONS(2137), + [anon_sym_0x] = ACTIONS(2137), + [sym_val_date] = ACTIONS(2137), + [anon_sym_DQUOTE] = ACTIONS(2137), + [sym__str_single_quotes] = ACTIONS(2137), + [sym__str_back_ticks] = ACTIONS(2137), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2137), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2137), + [anon_sym_CARET] = ACTIONS(2137), [anon_sym_POUND] = ACTIONS(105), }, [704] = { [sym_comment] = STATE(704), - [ts_builtin_sym_end] = ACTIONS(1677), - [anon_sym_export] = ACTIONS(1675), - [anon_sym_alias] = ACTIONS(1675), - [anon_sym_let] = ACTIONS(1675), - [anon_sym_let_DASHenv] = ACTIONS(1675), - [anon_sym_mut] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [anon_sym_SEMI] = ACTIONS(1675), - [sym_cmd_identifier] = ACTIONS(1675), - [anon_sym_LF] = ACTIONS(1677), - [anon_sym_def] = ACTIONS(1675), - [anon_sym_export_DASHenv] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym_module] = ACTIONS(1675), - [anon_sym_use] = ACTIONS(1675), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_LPAREN] = ACTIONS(1675), - [anon_sym_DOLLAR] = ACTIONS(1675), - [anon_sym_error] = ACTIONS(1675), - [anon_sym_GT] = ACTIONS(1675), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_in] = ACTIONS(1675), - [anon_sym_loop] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_match] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1675), - [anon_sym_DOT] = ACTIONS(1675), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_source] = ACTIONS(1675), - [anon_sym_source_DASHenv] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_hide] = ACTIONS(1675), - [anon_sym_hide_DASHenv] = ACTIONS(1675), - [anon_sym_overlay] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1675), - [anon_sym_where] = ACTIONS(1675), - [anon_sym_STAR_STAR] = ACTIONS(1675), - [anon_sym_PLUS_PLUS] = ACTIONS(1675), - [anon_sym_SLASH] = ACTIONS(1675), - [anon_sym_mod] = ACTIONS(1675), - [anon_sym_SLASH_SLASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_bit_DASHshl] = ACTIONS(1675), - [anon_sym_bit_DASHshr] = ACTIONS(1675), - [anon_sym_EQ_EQ] = ACTIONS(1675), - [anon_sym_BANG_EQ] = ACTIONS(1675), - [anon_sym_LT2] = ACTIONS(1675), - [anon_sym_LT_EQ] = ACTIONS(1675), - [anon_sym_GT_EQ] = ACTIONS(1675), - [anon_sym_not_DASHin] = ACTIONS(1675), - [anon_sym_starts_DASHwith] = ACTIONS(1675), - [anon_sym_ends_DASHwith] = ACTIONS(1675), - [anon_sym_EQ_TILDE] = ACTIONS(1675), - [anon_sym_BANG_TILDE] = ACTIONS(1675), - [anon_sym_bit_DASHand] = ACTIONS(1675), - [anon_sym_bit_DASHxor] = ACTIONS(1675), - [anon_sym_bit_DASHor] = ACTIONS(1675), - [anon_sym_and] = ACTIONS(1675), - [anon_sym_xor] = ACTIONS(1675), - [anon_sym_or] = ACTIONS(1675), - [anon_sym_not] = ACTIONS(1675), - [anon_sym_null] = ACTIONS(1675), - [anon_sym_true] = ACTIONS(1675), - [anon_sym_false] = ACTIONS(1675), - [aux_sym__val_number_decimal_token1] = ACTIONS(1675), - [aux_sym__val_number_token1] = ACTIONS(1675), - [aux_sym__val_number_token2] = ACTIONS(1675), - [aux_sym__val_number_token3] = ACTIONS(1675), - [aux_sym__val_number_token4] = ACTIONS(1675), - [aux_sym__val_number_token5] = ACTIONS(1675), - [aux_sym__val_number_token6] = ACTIONS(1675), - [anon_sym_0b] = ACTIONS(1675), - [anon_sym_0o] = ACTIONS(1675), - [anon_sym_0x] = ACTIONS(1675), - [sym_val_date] = ACTIONS(1675), - [anon_sym_DQUOTE] = ACTIONS(1675), - [sym__str_single_quotes] = ACTIONS(1675), - [sym__str_back_ticks] = ACTIONS(1675), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1675), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1675), - [anon_sym_CARET] = ACTIONS(1675), + [anon_sym_SEMI] = ACTIONS(953), + [anon_sym_LF] = ACTIONS(955), + [anon_sym_LBRACK] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(953), + [anon_sym_RPAREN] = ACTIONS(953), + [anon_sym_PIPE] = ACTIONS(953), + [anon_sym_DOLLAR] = ACTIONS(953), + [anon_sym_GT] = ACTIONS(953), + [anon_sym_DASH] = ACTIONS(953), + [anon_sym_in] = ACTIONS(953), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_RBRACE] = ACTIONS(953), + [anon_sym_DOT] = ACTIONS(953), + [anon_sym_STAR] = ACTIONS(953), + [anon_sym_STAR_STAR] = ACTIONS(953), + [anon_sym_PLUS_PLUS] = ACTIONS(953), + [anon_sym_SLASH] = ACTIONS(953), + [anon_sym_mod] = ACTIONS(953), + [anon_sym_SLASH_SLASH] = ACTIONS(953), + [anon_sym_PLUS] = ACTIONS(953), + [anon_sym_bit_DASHshl] = ACTIONS(953), + [anon_sym_bit_DASHshr] = ACTIONS(953), + [anon_sym_EQ_EQ] = ACTIONS(953), + [anon_sym_BANG_EQ] = ACTIONS(953), + [anon_sym_LT2] = ACTIONS(953), + [anon_sym_LT_EQ] = ACTIONS(953), + [anon_sym_GT_EQ] = ACTIONS(953), + [anon_sym_not_DASHin] = ACTIONS(953), + [anon_sym_starts_DASHwith] = ACTIONS(953), + [anon_sym_ends_DASHwith] = ACTIONS(953), + [anon_sym_EQ_TILDE] = ACTIONS(953), + [anon_sym_BANG_TILDE] = ACTIONS(953), + [anon_sym_bit_DASHand] = ACTIONS(953), + [anon_sym_bit_DASHxor] = ACTIONS(953), + [anon_sym_bit_DASHor] = ACTIONS(953), + [anon_sym_and] = ACTIONS(953), + [anon_sym_xor] = ACTIONS(953), + [anon_sym_or] = ACTIONS(953), + [anon_sym_null] = ACTIONS(953), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [aux_sym__val_number_decimal_token1] = ACTIONS(953), + [aux_sym__val_number_token1] = ACTIONS(953), + [aux_sym__val_number_token2] = ACTIONS(953), + [aux_sym__val_number_token3] = ACTIONS(953), + [aux_sym__val_number_token4] = ACTIONS(953), + [aux_sym__val_number_token5] = ACTIONS(953), + [aux_sym__val_number_token6] = ACTIONS(953), + [anon_sym_0b] = ACTIONS(953), + [anon_sym_0o] = ACTIONS(953), + [anon_sym_0x] = ACTIONS(953), + [sym_val_date] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(953), + [sym__str_single_quotes] = ACTIONS(953), + [sym__str_back_ticks] = ACTIONS(953), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(953), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(953), + [anon_sym_err_GT] = ACTIONS(953), + [anon_sym_out_GT] = ACTIONS(953), + [anon_sym_e_GT] = ACTIONS(953), + [anon_sym_o_GT] = ACTIONS(953), + [anon_sym_err_PLUSout_GT] = ACTIONS(953), + [anon_sym_out_PLUSerr_GT] = ACTIONS(953), + [anon_sym_o_PLUSe_GT] = ACTIONS(953), + [anon_sym_e_PLUSo_GT] = ACTIONS(953), + [aux_sym_unquoted_token1] = ACTIONS(953), [anon_sym_POUND] = ACTIONS(105), }, [705] = { + [sym__flag] = STATE(1178), + [sym_short_flag] = STATE(1075), + [sym_long_flag] = STATE(1075), [sym_comment] = STATE(705), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [aux_sym_overlay_use_repeat1] = STATE(702), + [ts_builtin_sym_end] = ACTIONS(2186), + [anon_sym_export] = ACTIONS(2184), + [anon_sym_alias] = ACTIONS(2184), + [anon_sym_let] = ACTIONS(2184), + [anon_sym_let_DASHenv] = ACTIONS(2184), + [anon_sym_mut] = ACTIONS(2184), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_SEMI] = ACTIONS(2184), + [sym_cmd_identifier] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2186), + [anon_sym_def] = ACTIONS(2184), + [anon_sym_export_DASHenv] = ACTIONS(2184), + [anon_sym_extern] = ACTIONS(2184), + [anon_sym_module] = ACTIONS(2184), + [anon_sym_use] = ACTIONS(2184), + [anon_sym_LBRACK] = ACTIONS(2184), + [anon_sym_LPAREN] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_error] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2214), + [anon_sym_break] = ACTIONS(2184), + [anon_sym_continue] = ACTIONS(2184), + [anon_sym_for] = ACTIONS(2184), + [anon_sym_loop] = ACTIONS(2184), + [anon_sym_while] = ACTIONS(2184), + [anon_sym_do] = ACTIONS(2184), + [anon_sym_if] = ACTIONS(2184), + [anon_sym_match] = ACTIONS(2184), + [anon_sym_LBRACE] = ACTIONS(2184), + [anon_sym_DOT] = ACTIONS(2184), + [anon_sym_try] = ACTIONS(2184), + [anon_sym_return] = ACTIONS(2184), + [anon_sym_source] = ACTIONS(2184), + [anon_sym_source_DASHenv] = ACTIONS(2184), + [anon_sym_register] = ACTIONS(2184), + [anon_sym_hide] = ACTIONS(2184), + [anon_sym_hide_DASHenv] = ACTIONS(2184), + [anon_sym_overlay] = ACTIONS(2184), + [anon_sym_as] = ACTIONS(2218), + [anon_sym_where] = ACTIONS(2184), + [anon_sym_PLUS] = ACTIONS(2184), + [anon_sym_not] = ACTIONS(2184), + [anon_sym_null] = ACTIONS(2184), + [anon_sym_true] = ACTIONS(2184), + [anon_sym_false] = ACTIONS(2184), + [aux_sym__val_number_decimal_token1] = ACTIONS(2184), + [aux_sym__val_number_token1] = ACTIONS(2184), + [aux_sym__val_number_token2] = ACTIONS(2184), + [aux_sym__val_number_token3] = ACTIONS(2184), + [aux_sym__val_number_token4] = ACTIONS(2184), + [aux_sym__val_number_token5] = ACTIONS(2184), + [aux_sym__val_number_token6] = ACTIONS(2184), + [anon_sym_0b] = ACTIONS(2184), + [anon_sym_0o] = ACTIONS(2184), + [anon_sym_0x] = ACTIONS(2184), + [sym_val_date] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2184), + [sym__str_single_quotes] = ACTIONS(2184), + [sym__str_back_ticks] = ACTIONS(2184), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2184), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2184), + [anon_sym_CARET] = ACTIONS(2184), [anon_sym_POUND] = ACTIONS(105), }, [706] = { [sym_comment] = STATE(706), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [ts_builtin_sym_end] = ACTIONS(920), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_in] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_STAR] = ACTIONS(918), + [anon_sym_STAR_STAR] = ACTIONS(918), + [anon_sym_PLUS_PLUS] = ACTIONS(918), + [anon_sym_SLASH] = ACTIONS(918), + [anon_sym_mod] = ACTIONS(918), + [anon_sym_SLASH_SLASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_bit_DASHshl] = ACTIONS(918), + [anon_sym_bit_DASHshr] = ACTIONS(918), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_LT2] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(918), + [anon_sym_BANG_TILDE] = ACTIONS(918), + [anon_sym_bit_DASHand] = ACTIONS(918), + [anon_sym_bit_DASHxor] = ACTIONS(918), + [anon_sym_bit_DASHor] = ACTIONS(918), + [anon_sym_and] = ACTIONS(918), + [anon_sym_xor] = ACTIONS(918), + [anon_sym_or] = ACTIONS(918), + [anon_sym_null] = ACTIONS(918), + [anon_sym_true] = ACTIONS(918), + [anon_sym_false] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(918), + [aux_sym__val_number_token2] = ACTIONS(918), + [aux_sym__val_number_token3] = ACTIONS(918), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(918), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_0b] = ACTIONS(918), + [anon_sym_0o] = ACTIONS(918), + [anon_sym_0x] = ACTIONS(918), + [sym_val_date] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym__str_single_quotes] = ACTIONS(918), + [sym__str_back_ticks] = ACTIONS(918), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(918), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(918), + [anon_sym_err_GT] = ACTIONS(918), + [anon_sym_out_GT] = ACTIONS(918), + [anon_sym_e_GT] = ACTIONS(918), + [anon_sym_o_GT] = ACTIONS(918), + [anon_sym_err_PLUSout_GT] = ACTIONS(918), + [anon_sym_out_PLUSerr_GT] = ACTIONS(918), + [anon_sym_o_PLUSe_GT] = ACTIONS(918), + [anon_sym_e_PLUSo_GT] = ACTIONS(918), + [aux_sym_unquoted_token1] = ACTIONS(918), [anon_sym_POUND] = ACTIONS(105), }, [707] = { [sym_comment] = STATE(707), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_RPAREN] = ACTIONS(991), + [anon_sym_PIPE] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_err_GT] = ACTIONS(991), + [anon_sym_out_GT] = ACTIONS(991), + [anon_sym_e_GT] = ACTIONS(991), + [anon_sym_o_GT] = ACTIONS(991), + [anon_sym_err_PLUSout_GT] = ACTIONS(991), + [anon_sym_out_PLUSerr_GT] = ACTIONS(991), + [anon_sym_o_PLUSe_GT] = ACTIONS(991), + [anon_sym_e_PLUSo_GT] = ACTIONS(991), + [aux_sym_unquoted_token1] = ACTIONS(991), [anon_sym_POUND] = ACTIONS(105), }, [708] = { [sym_comment] = STATE(708), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), [anon_sym_POUND] = ACTIONS(105), }, [709] = { [sym_comment] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(1534), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_where] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_not] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_RPAREN] = ACTIONS(991), + [anon_sym_PIPE] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_err_GT] = ACTIONS(991), + [anon_sym_out_GT] = ACTIONS(991), + [anon_sym_e_GT] = ACTIONS(991), + [anon_sym_o_GT] = ACTIONS(991), + [anon_sym_err_PLUSout_GT] = ACTIONS(991), + [anon_sym_out_PLUSerr_GT] = ACTIONS(991), + [anon_sym_o_PLUSe_GT] = ACTIONS(991), + [anon_sym_e_PLUSo_GT] = ACTIONS(991), + [aux_sym_unquoted_token1] = ACTIONS(991), [anon_sym_POUND] = ACTIONS(105), }, [710] = { [sym_comment] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [anon_sym_SEMI] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1707), - [anon_sym_DASH] = ACTIONS(1699), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1701), - [anon_sym_where] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1703), - [anon_sym_PLUS_PLUS] = ACTIONS(1703), - [anon_sym_SLASH] = ACTIONS(1701), - [anon_sym_mod] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(1701), - [anon_sym_PLUS] = ACTIONS(1699), - [anon_sym_bit_DASHshl] = ACTIONS(1705), - [anon_sym_bit_DASHshr] = ACTIONS(1705), - [anon_sym_EQ_EQ] = ACTIONS(1707), - [anon_sym_BANG_EQ] = ACTIONS(1707), - [anon_sym_LT2] = ACTIONS(1707), - [anon_sym_LT_EQ] = ACTIONS(1707), - [anon_sym_GT_EQ] = ACTIONS(1707), - [anon_sym_not_DASHin] = ACTIONS(1709), - [anon_sym_starts_DASHwith] = ACTIONS(1709), - [anon_sym_ends_DASHwith] = ACTIONS(1709), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1713), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_not] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), [anon_sym_POUND] = ACTIONS(105), }, [711] = { [sym_comment] = STATE(711), - [ts_builtin_sym_end] = ACTIONS(1627), - [anon_sym_export] = ACTIONS(1625), - [anon_sym_alias] = ACTIONS(1625), - [anon_sym_let] = ACTIONS(1625), - [anon_sym_let_DASHenv] = ACTIONS(1625), - [anon_sym_mut] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [sym_cmd_identifier] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_def] = ACTIONS(1625), - [anon_sym_export_DASHenv] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym_module] = ACTIONS(1625), - [anon_sym_use] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_loop] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_match] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_DOT] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_source] = ACTIONS(1625), - [anon_sym_source_DASHenv] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_hide] = ACTIONS(1625), - [anon_sym_hide_DASHenv] = ACTIONS(1625), - [anon_sym_overlay] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1625), - [anon_sym_where] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_SLASH] = ACTIONS(1625), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1625), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT_EQ] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_not] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_CARET] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(975), + [anon_sym_LF] = ACTIONS(977), + [anon_sym_LBRACK] = ACTIONS(975), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_RPAREN] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(975), + [anon_sym_DOLLAR] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_in] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(975), + [anon_sym_RBRACE] = ACTIONS(975), + [anon_sym_DOT] = ACTIONS(975), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_STAR_STAR] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_mod] = ACTIONS(975), + [anon_sym_SLASH_SLASH] = ACTIONS(975), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_bit_DASHshl] = ACTIONS(975), + [anon_sym_bit_DASHshr] = ACTIONS(975), + [anon_sym_EQ_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_LT2] = ACTIONS(975), + [anon_sym_LT_EQ] = ACTIONS(975), + [anon_sym_GT_EQ] = ACTIONS(975), + [anon_sym_not_DASHin] = ACTIONS(975), + [anon_sym_starts_DASHwith] = ACTIONS(975), + [anon_sym_ends_DASHwith] = ACTIONS(975), + [anon_sym_EQ_TILDE] = ACTIONS(975), + [anon_sym_BANG_TILDE] = ACTIONS(975), + [anon_sym_bit_DASHand] = ACTIONS(975), + [anon_sym_bit_DASHxor] = ACTIONS(975), + [anon_sym_bit_DASHor] = ACTIONS(975), + [anon_sym_and] = ACTIONS(975), + [anon_sym_xor] = ACTIONS(975), + [anon_sym_or] = ACTIONS(975), + [anon_sym_null] = ACTIONS(975), + [anon_sym_true] = ACTIONS(975), + [anon_sym_false] = ACTIONS(975), + [aux_sym__val_number_decimal_token1] = ACTIONS(975), + [aux_sym__val_number_token1] = ACTIONS(975), + [aux_sym__val_number_token2] = ACTIONS(975), + [aux_sym__val_number_token3] = ACTIONS(975), + [aux_sym__val_number_token4] = ACTIONS(975), + [aux_sym__val_number_token5] = ACTIONS(975), + [aux_sym__val_number_token6] = ACTIONS(975), + [anon_sym_0b] = ACTIONS(975), + [anon_sym_0o] = ACTIONS(975), + [anon_sym_0x] = ACTIONS(975), + [sym_val_date] = ACTIONS(975), + [anon_sym_DQUOTE] = ACTIONS(975), + [sym__str_single_quotes] = ACTIONS(975), + [sym__str_back_ticks] = ACTIONS(975), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(975), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(975), + [anon_sym_err_GT] = ACTIONS(975), + [anon_sym_out_GT] = ACTIONS(975), + [anon_sym_e_GT] = ACTIONS(975), + [anon_sym_o_GT] = ACTIONS(975), + [anon_sym_err_PLUSout_GT] = ACTIONS(975), + [anon_sym_out_PLUSerr_GT] = ACTIONS(975), + [anon_sym_o_PLUSe_GT] = ACTIONS(975), + [anon_sym_e_PLUSo_GT] = ACTIONS(975), + [aux_sym_unquoted_token1] = ACTIONS(975), [anon_sym_POUND] = ACTIONS(105), }, [712] = { [sym_comment] = STATE(712), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_SEMI] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_where] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_not] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_CARET] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_RPAREN] = ACTIONS(922), + [anon_sym_PIPE] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_in] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_RBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_err_GT] = ACTIONS(922), + [anon_sym_out_GT] = ACTIONS(922), + [anon_sym_e_GT] = ACTIONS(922), + [anon_sym_o_GT] = ACTIONS(922), + [anon_sym_err_PLUSout_GT] = ACTIONS(922), + [anon_sym_out_PLUSerr_GT] = ACTIONS(922), + [anon_sym_o_PLUSe_GT] = ACTIONS(922), + [anon_sym_e_PLUSo_GT] = ACTIONS(922), + [aux_sym_unquoted_token1] = ACTIONS(922), [anon_sym_POUND] = ACTIONS(105), }, [713] = { [sym_comment] = STATE(713), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_if] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1725), - [aux_sym__immediate_decimal_token2] = ACTIONS(1727), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(995), + [anon_sym_LF] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(995), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_RPAREN] = ACTIONS(995), + [anon_sym_PIPE] = ACTIONS(995), + [anon_sym_DOLLAR] = ACTIONS(995), + [anon_sym_GT] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_in] = ACTIONS(995), + [anon_sym_LBRACE] = ACTIONS(995), + [anon_sym_RBRACE] = ACTIONS(995), + [anon_sym_DOT] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(995), + [anon_sym_STAR_STAR] = ACTIONS(995), + [anon_sym_PLUS_PLUS] = ACTIONS(995), + [anon_sym_SLASH] = ACTIONS(995), + [anon_sym_mod] = ACTIONS(995), + [anon_sym_SLASH_SLASH] = ACTIONS(995), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_bit_DASHshl] = ACTIONS(995), + [anon_sym_bit_DASHshr] = ACTIONS(995), + [anon_sym_EQ_EQ] = ACTIONS(995), + [anon_sym_BANG_EQ] = ACTIONS(995), + [anon_sym_LT2] = ACTIONS(995), + [anon_sym_LT_EQ] = ACTIONS(995), + [anon_sym_GT_EQ] = ACTIONS(995), + [anon_sym_not_DASHin] = ACTIONS(995), + [anon_sym_starts_DASHwith] = ACTIONS(995), + [anon_sym_ends_DASHwith] = ACTIONS(995), + [anon_sym_EQ_TILDE] = ACTIONS(995), + [anon_sym_BANG_TILDE] = ACTIONS(995), + [anon_sym_bit_DASHand] = ACTIONS(995), + [anon_sym_bit_DASHxor] = ACTIONS(995), + [anon_sym_bit_DASHor] = ACTIONS(995), + [anon_sym_and] = ACTIONS(995), + [anon_sym_xor] = ACTIONS(995), + [anon_sym_or] = ACTIONS(995), + [anon_sym_null] = ACTIONS(995), + [anon_sym_true] = ACTIONS(995), + [anon_sym_false] = ACTIONS(995), + [aux_sym__val_number_decimal_token1] = ACTIONS(995), + [aux_sym__val_number_token1] = ACTIONS(995), + [aux_sym__val_number_token2] = ACTIONS(995), + [aux_sym__val_number_token3] = ACTIONS(995), + [aux_sym__val_number_token4] = ACTIONS(995), + [aux_sym__val_number_token5] = ACTIONS(995), + [aux_sym__val_number_token6] = ACTIONS(995), + [anon_sym_0b] = ACTIONS(995), + [anon_sym_0o] = ACTIONS(995), + [anon_sym_0x] = ACTIONS(995), + [sym_val_date] = ACTIONS(995), + [anon_sym_DQUOTE] = ACTIONS(995), + [sym__str_single_quotes] = ACTIONS(995), + [sym__str_back_ticks] = ACTIONS(995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(995), + [anon_sym_err_GT] = ACTIONS(995), + [anon_sym_out_GT] = ACTIONS(995), + [anon_sym_e_GT] = ACTIONS(995), + [anon_sym_o_GT] = ACTIONS(995), + [anon_sym_err_PLUSout_GT] = ACTIONS(995), + [anon_sym_out_PLUSerr_GT] = ACTIONS(995), + [anon_sym_o_PLUSe_GT] = ACTIONS(995), + [anon_sym_e_PLUSo_GT] = ACTIONS(995), + [aux_sym_unquoted_token1] = ACTIONS(995), + [anon_sym_POUND] = ACTIONS(105), }, [714] = { [sym_comment] = STATE(714), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_if] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1729), - [aux_sym__immediate_decimal_token2] = ACTIONS(1731), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_PIPE] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [aux_sym_unquoted_token1] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(2222), + [anon_sym_POUND] = ACTIONS(105), }, [715] = { [sym_comment] = STATE(715), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_LPAREN] = ACTIONS(1377), - [anon_sym_DOLLAR] = ACTIONS(1377), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_list] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1733), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_make] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_else] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1377), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_catch] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_new] = ACTIONS(1375), - [anon_sym_as] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1377), - [anon_sym_PLUS_PLUS] = ACTIONS(1377), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1377), - [anon_sym_BANG_EQ] = ACTIONS(1377), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_EQ] = ACTIONS(1377), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1377), - [anon_sym_BANG_TILDE] = ACTIONS(1377), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(1733), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1377), - [aux_sym__val_number_token2] = ACTIONS(1377), - [aux_sym__val_number_token3] = ACTIONS(1377), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1377), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1377), - [sym__str_single_quotes] = ACTIONS(1377), - [sym__str_back_ticks] = ACTIONS(1377), - [aux_sym__record_key_token2] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(1737), - [aux_sym_unquoted_token6] = ACTIONS(1739), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(2224), + [anon_sym_bit_DASHxor] = ACTIONS(2226), + [anon_sym_bit_DASHor] = ACTIONS(2228), + [anon_sym_and] = ACTIONS(2230), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [716] = { [sym_comment] = STATE(716), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1741), - [aux_sym__immediate_decimal_token2] = ACTIONS(1743), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LF] = ACTIONS(1011), + [anon_sym_LBRACK] = ACTIONS(1009), + [anon_sym_LPAREN] = ACTIONS(1009), + [anon_sym_RPAREN] = ACTIONS(1009), + [anon_sym_PIPE] = ACTIONS(1009), + [anon_sym_DOLLAR] = ACTIONS(1009), + [anon_sym_GT] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1009), + [anon_sym_in] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1009), + [anon_sym_RBRACE] = ACTIONS(1009), + [anon_sym_DOT] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(1009), + [anon_sym_STAR_STAR] = ACTIONS(1009), + [anon_sym_PLUS_PLUS] = ACTIONS(1009), + [anon_sym_SLASH] = ACTIONS(1009), + [anon_sym_mod] = ACTIONS(1009), + [anon_sym_SLASH_SLASH] = ACTIONS(1009), + [anon_sym_PLUS] = ACTIONS(1009), + [anon_sym_bit_DASHshl] = ACTIONS(1009), + [anon_sym_bit_DASHshr] = ACTIONS(1009), + [anon_sym_EQ_EQ] = ACTIONS(1009), + [anon_sym_BANG_EQ] = ACTIONS(1009), + [anon_sym_LT2] = ACTIONS(1009), + [anon_sym_LT_EQ] = ACTIONS(1009), + [anon_sym_GT_EQ] = ACTIONS(1009), + [anon_sym_not_DASHin] = ACTIONS(1009), + [anon_sym_starts_DASHwith] = ACTIONS(1009), + [anon_sym_ends_DASHwith] = ACTIONS(1009), + [anon_sym_EQ_TILDE] = ACTIONS(1009), + [anon_sym_BANG_TILDE] = ACTIONS(1009), + [anon_sym_bit_DASHand] = ACTIONS(1009), + [anon_sym_bit_DASHxor] = ACTIONS(1009), + [anon_sym_bit_DASHor] = ACTIONS(1009), + [anon_sym_and] = ACTIONS(1009), + [anon_sym_xor] = ACTIONS(1009), + [anon_sym_or] = ACTIONS(1009), + [anon_sym_null] = ACTIONS(1009), + [anon_sym_true] = ACTIONS(1009), + [anon_sym_false] = ACTIONS(1009), + [aux_sym__val_number_decimal_token1] = ACTIONS(1009), + [aux_sym__val_number_token1] = ACTIONS(1009), + [aux_sym__val_number_token2] = ACTIONS(1009), + [aux_sym__val_number_token3] = ACTIONS(1009), + [aux_sym__val_number_token4] = ACTIONS(1009), + [aux_sym__val_number_token5] = ACTIONS(1009), + [aux_sym__val_number_token6] = ACTIONS(1009), + [anon_sym_0b] = ACTIONS(1009), + [anon_sym_0o] = ACTIONS(1009), + [anon_sym_0x] = ACTIONS(1009), + [sym_val_date] = ACTIONS(1009), + [anon_sym_DQUOTE] = ACTIONS(1009), + [sym__str_single_quotes] = ACTIONS(1009), + [sym__str_back_ticks] = ACTIONS(1009), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1009), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1009), + [anon_sym_err_GT] = ACTIONS(1009), + [anon_sym_out_GT] = ACTIONS(1009), + [anon_sym_e_GT] = ACTIONS(1009), + [anon_sym_o_GT] = ACTIONS(1009), + [anon_sym_err_PLUSout_GT] = ACTIONS(1009), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1009), + [anon_sym_o_PLUSe_GT] = ACTIONS(1009), + [anon_sym_e_PLUSo_GT] = ACTIONS(1009), + [aux_sym_unquoted_token1] = ACTIONS(1009), + [anon_sym_POUND] = ACTIONS(105), }, [717] = { [sym_comment] = STATE(717), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1745), - [aux_sym__immediate_decimal_token2] = ACTIONS(1747), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1015), + [anon_sym_LF] = ACTIONS(1017), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_RPAREN] = ACTIONS(1015), + [anon_sym_PIPE] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_in] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_RBRACE] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR_STAR] = ACTIONS(1015), + [anon_sym_PLUS_PLUS] = ACTIONS(1015), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1015), + [anon_sym_bit_DASHshl] = ACTIONS(1015), + [anon_sym_bit_DASHshr] = ACTIONS(1015), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_LT2] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_not_DASHin] = ACTIONS(1015), + [anon_sym_starts_DASHwith] = ACTIONS(1015), + [anon_sym_ends_DASHwith] = ACTIONS(1015), + [anon_sym_EQ_TILDE] = ACTIONS(1015), + [anon_sym_BANG_TILDE] = ACTIONS(1015), + [anon_sym_bit_DASHand] = ACTIONS(1015), + [anon_sym_bit_DASHxor] = ACTIONS(1015), + [anon_sym_bit_DASHor] = ACTIONS(1015), + [anon_sym_and] = ACTIONS(1015), + [anon_sym_xor] = ACTIONS(1015), + [anon_sym_or] = ACTIONS(1015), + [anon_sym_null] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1015), + [anon_sym_false] = ACTIONS(1015), + [aux_sym__val_number_decimal_token1] = ACTIONS(1015), + [aux_sym__val_number_token1] = ACTIONS(1015), + [aux_sym__val_number_token2] = ACTIONS(1015), + [aux_sym__val_number_token3] = ACTIONS(1015), + [aux_sym__val_number_token4] = ACTIONS(1015), + [aux_sym__val_number_token5] = ACTIONS(1015), + [aux_sym__val_number_token6] = ACTIONS(1015), + [anon_sym_0b] = ACTIONS(1015), + [anon_sym_0o] = ACTIONS(1015), + [anon_sym_0x] = ACTIONS(1015), + [sym_val_date] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1015), + [sym__str_single_quotes] = ACTIONS(1015), + [sym__str_back_ticks] = ACTIONS(1015), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1015), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1015), + [anon_sym_err_GT] = ACTIONS(1015), + [anon_sym_out_GT] = ACTIONS(1015), + [anon_sym_e_GT] = ACTIONS(1015), + [anon_sym_o_GT] = ACTIONS(1015), + [anon_sym_err_PLUSout_GT] = ACTIONS(1015), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1015), + [anon_sym_o_PLUSe_GT] = ACTIONS(1015), + [anon_sym_e_PLUSo_GT] = ACTIONS(1015), + [aux_sym_unquoted_token1] = ACTIONS(1015), + [anon_sym_POUND] = ACTIONS(105), }, [718] = { + [sym__flag] = STATE(1178), + [sym_short_flag] = STATE(1075), + [sym_long_flag] = STATE(1075), [sym_comment] = STATE(718), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_if] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(1749), - [aux_sym__immediate_decimal_token2] = ACTIONS(1731), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_overlay_use_repeat1] = STATE(718), + [ts_builtin_sym_end] = ACTIONS(2153), + [anon_sym_export] = ACTIONS(2151), + [anon_sym_alias] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_let_DASHenv] = ACTIONS(2151), + [anon_sym_mut] = ACTIONS(2151), + [anon_sym_const] = ACTIONS(2151), + [anon_sym_SEMI] = ACTIONS(2151), + [sym_cmd_identifier] = ACTIONS(2151), + [anon_sym_LF] = ACTIONS(2153), + [anon_sym_def] = ACTIONS(2151), + [anon_sym_export_DASHenv] = ACTIONS(2151), + [anon_sym_extern] = ACTIONS(2151), + [anon_sym_module] = ACTIONS(2151), + [anon_sym_use] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_DOLLAR] = ACTIONS(2151), + [anon_sym_error] = ACTIONS(2151), + [anon_sym_DASH] = ACTIONS(2232), + [anon_sym_break] = ACTIONS(2151), + [anon_sym_continue] = ACTIONS(2151), + [anon_sym_for] = ACTIONS(2151), + [anon_sym_loop] = ACTIONS(2151), + [anon_sym_while] = ACTIONS(2151), + [anon_sym_do] = ACTIONS(2151), + [anon_sym_if] = ACTIONS(2151), + [anon_sym_match] = ACTIONS(2151), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_DOT] = ACTIONS(2151), + [anon_sym_try] = ACTIONS(2151), + [anon_sym_return] = ACTIONS(2151), + [anon_sym_source] = ACTIONS(2151), + [anon_sym_source_DASHenv] = ACTIONS(2151), + [anon_sym_register] = ACTIONS(2151), + [anon_sym_hide] = ACTIONS(2151), + [anon_sym_hide_DASHenv] = ACTIONS(2151), + [anon_sym_overlay] = ACTIONS(2151), + [anon_sym_as] = ACTIONS(2151), + [anon_sym_where] = ACTIONS(2151), + [anon_sym_PLUS] = ACTIONS(2151), + [anon_sym_not] = ACTIONS(2151), + [anon_sym_null] = ACTIONS(2151), + [anon_sym_true] = ACTIONS(2151), + [anon_sym_false] = ACTIONS(2151), + [aux_sym__val_number_decimal_token1] = ACTIONS(2151), + [aux_sym__val_number_token1] = ACTIONS(2151), + [aux_sym__val_number_token2] = ACTIONS(2151), + [aux_sym__val_number_token3] = ACTIONS(2151), + [aux_sym__val_number_token4] = ACTIONS(2151), + [aux_sym__val_number_token5] = ACTIONS(2151), + [aux_sym__val_number_token6] = ACTIONS(2151), + [anon_sym_0b] = ACTIONS(2151), + [anon_sym_0o] = ACTIONS(2151), + [anon_sym_0x] = ACTIONS(2151), + [sym_val_date] = ACTIONS(2151), + [anon_sym_DQUOTE] = ACTIONS(2151), + [sym__str_single_quotes] = ACTIONS(2151), + [sym__str_back_ticks] = ACTIONS(2151), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2151), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2151), + [anon_sym_CARET] = ACTIONS(2151), + [anon_sym_POUND] = ACTIONS(105), }, [719] = { [sym_comment] = STATE(719), - [anon_sym_PIPE] = ACTIONS(132), - [anon_sym_if] = ACTIONS(132), - [anon_sym_EQ_GT] = ACTIONS(132), - [anon_sym_DOT2] = ACTIONS(1752), - [aux_sym__immediate_decimal_token2] = ACTIONS(1755), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(132), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1019), + [anon_sym_LF] = ACTIONS(1021), + [anon_sym_LBRACK] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1019), + [anon_sym_RPAREN] = ACTIONS(1019), + [anon_sym_PIPE] = ACTIONS(1019), + [anon_sym_DOLLAR] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_in] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1019), + [anon_sym_RBRACE] = ACTIONS(1019), + [anon_sym_DOT] = ACTIONS(1019), + [anon_sym_STAR] = ACTIONS(1019), + [anon_sym_STAR_STAR] = ACTIONS(1019), + [anon_sym_PLUS_PLUS] = ACTIONS(1019), + [anon_sym_SLASH] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(1019), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_bit_DASHshl] = ACTIONS(1019), + [anon_sym_bit_DASHshr] = ACTIONS(1019), + [anon_sym_EQ_EQ] = ACTIONS(1019), + [anon_sym_BANG_EQ] = ACTIONS(1019), + [anon_sym_LT2] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1019), + [anon_sym_GT_EQ] = ACTIONS(1019), + [anon_sym_not_DASHin] = ACTIONS(1019), + [anon_sym_starts_DASHwith] = ACTIONS(1019), + [anon_sym_ends_DASHwith] = ACTIONS(1019), + [anon_sym_EQ_TILDE] = ACTIONS(1019), + [anon_sym_BANG_TILDE] = ACTIONS(1019), + [anon_sym_bit_DASHand] = ACTIONS(1019), + [anon_sym_bit_DASHxor] = ACTIONS(1019), + [anon_sym_bit_DASHor] = ACTIONS(1019), + [anon_sym_and] = ACTIONS(1019), + [anon_sym_xor] = ACTIONS(1019), + [anon_sym_or] = ACTIONS(1019), + [anon_sym_null] = ACTIONS(1019), + [anon_sym_true] = ACTIONS(1019), + [anon_sym_false] = ACTIONS(1019), + [aux_sym__val_number_decimal_token1] = ACTIONS(1019), + [aux_sym__val_number_token1] = ACTIONS(1019), + [aux_sym__val_number_token2] = ACTIONS(1019), + [aux_sym__val_number_token3] = ACTIONS(1019), + [aux_sym__val_number_token4] = ACTIONS(1019), + [aux_sym__val_number_token5] = ACTIONS(1019), + [aux_sym__val_number_token6] = ACTIONS(1019), + [anon_sym_0b] = ACTIONS(1019), + [anon_sym_0o] = ACTIONS(1019), + [anon_sym_0x] = ACTIONS(1019), + [sym_val_date] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(1019), + [sym__str_single_quotes] = ACTIONS(1019), + [sym__str_back_ticks] = ACTIONS(1019), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1019), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1019), + [anon_sym_err_GT] = ACTIONS(1019), + [anon_sym_out_GT] = ACTIONS(1019), + [anon_sym_e_GT] = ACTIONS(1019), + [anon_sym_o_GT] = ACTIONS(1019), + [anon_sym_err_PLUSout_GT] = ACTIONS(1019), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1019), + [anon_sym_o_PLUSe_GT] = ACTIONS(1019), + [anon_sym_e_PLUSo_GT] = ACTIONS(1019), + [aux_sym_unquoted_token1] = ACTIONS(1019), + [anon_sym_POUND] = ACTIONS(105), }, [720] = { [sym_comment] = STATE(720), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_if] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1757), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [721] = { [sym_comment] = STATE(721), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_if] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1727), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(862), + [anon_sym_SEMI] = ACTIONS(860), + [anon_sym_LF] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(860), + [anon_sym_PIPE] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(860), + [anon_sym_GT] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_in] = ACTIONS(860), + [anon_sym_LBRACE] = ACTIONS(860), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(860), + [anon_sym_STAR_STAR] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(860), + [anon_sym_mod] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(860), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_bit_DASHshl] = ACTIONS(860), + [anon_sym_bit_DASHshr] = ACTIONS(860), + [anon_sym_EQ_EQ] = ACTIONS(860), + [anon_sym_BANG_EQ] = ACTIONS(860), + [anon_sym_LT2] = ACTIONS(860), + [anon_sym_LT_EQ] = ACTIONS(860), + [anon_sym_GT_EQ] = ACTIONS(860), + [anon_sym_not_DASHin] = ACTIONS(860), + [anon_sym_starts_DASHwith] = ACTIONS(860), + [anon_sym_ends_DASHwith] = ACTIONS(860), + [anon_sym_EQ_TILDE] = ACTIONS(860), + [anon_sym_BANG_TILDE] = ACTIONS(860), + [anon_sym_bit_DASHand] = ACTIONS(860), + [anon_sym_bit_DASHxor] = ACTIONS(860), + [anon_sym_bit_DASHor] = ACTIONS(860), + [anon_sym_and] = ACTIONS(860), + [anon_sym_xor] = ACTIONS(860), + [anon_sym_or] = ACTIONS(860), + [anon_sym_null] = ACTIONS(860), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(860), + [aux_sym__val_number_token2] = ACTIONS(860), + [aux_sym__val_number_token3] = ACTIONS(860), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(860), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_0b] = ACTIONS(860), + [anon_sym_0o] = ACTIONS(860), + [anon_sym_0x] = ACTIONS(860), + [sym_val_date] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(860), + [sym__str_single_quotes] = ACTIONS(860), + [sym__str_back_ticks] = ACTIONS(860), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), + [anon_sym_err_GT] = ACTIONS(860), + [anon_sym_out_GT] = ACTIONS(860), + [anon_sym_e_GT] = ACTIONS(860), + [anon_sym_o_GT] = ACTIONS(860), + [anon_sym_err_PLUSout_GT] = ACTIONS(860), + [anon_sym_out_PLUSerr_GT] = ACTIONS(860), + [anon_sym_o_PLUSe_GT] = ACTIONS(860), + [anon_sym_e_PLUSo_GT] = ACTIONS(860), + [aux_sym_unquoted_token1] = ACTIONS(860), + [anon_sym_POUND] = ACTIONS(105), }, [722] = { [sym_comment] = STATE(722), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_if] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1731), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [723] = { [sym_comment] = STATE(723), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_if] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(2224), + [anon_sym_bit_DASHxor] = ACTIONS(2226), + [anon_sym_bit_DASHor] = ACTIONS(2228), + [anon_sym_and] = ACTIONS(2230), + [anon_sym_xor] = ACTIONS(2235), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [724] = { [sym_comment] = STATE(724), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1747), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [725] = { - [sym_cell_path] = STATE(790), - [sym_path] = STATE(740), [sym_comment] = STATE(725), - [anon_sym_export] = ACTIONS(1459), - [anon_sym_alias] = ACTIONS(1459), - [anon_sym_let] = ACTIONS(1459), - [anon_sym_let_DASHenv] = ACTIONS(1459), - [anon_sym_mut] = ACTIONS(1459), - [anon_sym_const] = ACTIONS(1459), - [sym_cmd_identifier] = ACTIONS(1459), - [anon_sym_def] = ACTIONS(1459), - [anon_sym_export_DASHenv] = ACTIONS(1459), - [anon_sym_extern] = ACTIONS(1459), - [anon_sym_module] = ACTIONS(1459), - [anon_sym_use] = ACTIONS(1459), - [anon_sym_COMMA] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_error] = ACTIONS(1459), - [anon_sym_list] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1459), - [anon_sym_break] = ACTIONS(1459), - [anon_sym_continue] = ACTIONS(1459), - [anon_sym_for] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1459), - [anon_sym_loop] = ACTIONS(1459), - [anon_sym_make] = ACTIONS(1459), - [anon_sym_while] = ACTIONS(1459), - [anon_sym_do] = ACTIONS(1459), - [anon_sym_if] = ACTIONS(1459), - [anon_sym_else] = ACTIONS(1459), - [anon_sym_match] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1459), - [anon_sym_catch] = ACTIONS(1459), - [anon_sym_return] = ACTIONS(1459), - [anon_sym_source] = ACTIONS(1459), - [anon_sym_source_DASHenv] = ACTIONS(1459), - [anon_sym_register] = ACTIONS(1459), - [anon_sym_hide] = ACTIONS(1459), - [anon_sym_hide_DASHenv] = ACTIONS(1459), - [anon_sym_overlay] = ACTIONS(1459), - [anon_sym_new] = ACTIONS(1459), - [anon_sym_as] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_mod] = ACTIONS(1459), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_bit_DASHshl] = ACTIONS(1459), - [anon_sym_bit_DASHshr] = ACTIONS(1459), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1459), - [anon_sym_starts_DASHwith] = ACTIONS(1459), - [anon_sym_ends_DASHwith] = ACTIONS(1459), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1459), - [anon_sym_bit_DASHxor] = ACTIONS(1459), - [anon_sym_bit_DASHor] = ACTIONS(1459), - [anon_sym_and] = ACTIONS(1459), - [anon_sym_xor] = ACTIONS(1459), - [anon_sym_or] = ACTIONS(1459), - [aux_sym__val_number_decimal_token1] = ACTIONS(1459), - [aux_sym__val_number_token1] = ACTIONS(1461), - [aux_sym__val_number_token2] = ACTIONS(1461), - [aux_sym__val_number_token3] = ACTIONS(1461), - [aux_sym__val_number_token4] = ACTIONS(1459), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [aux_sym__record_key_token2] = ACTIONS(1459), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [726] = { [sym_comment] = STATE(726), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_if] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(2224), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [727] = { - [sym_cell_path] = STATE(780), - [sym_path] = STATE(740), [sym_comment] = STATE(727), - [anon_sym_export] = ACTIONS(1455), - [anon_sym_alias] = ACTIONS(1455), - [anon_sym_let] = ACTIONS(1455), - [anon_sym_let_DASHenv] = ACTIONS(1455), - [anon_sym_mut] = ACTIONS(1455), - [anon_sym_const] = ACTIONS(1455), - [sym_cmd_identifier] = ACTIONS(1455), - [anon_sym_def] = ACTIONS(1455), - [anon_sym_export_DASHenv] = ACTIONS(1455), - [anon_sym_extern] = ACTIONS(1455), - [anon_sym_module] = ACTIONS(1455), - [anon_sym_use] = ACTIONS(1455), - [anon_sym_COMMA] = ACTIONS(1457), - [anon_sym_LPAREN] = ACTIONS(1457), - [anon_sym_DOLLAR] = ACTIONS(1457), - [anon_sym_error] = ACTIONS(1455), - [anon_sym_list] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1455), - [anon_sym_break] = ACTIONS(1455), - [anon_sym_continue] = ACTIONS(1455), - [anon_sym_for] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1455), - [anon_sym_loop] = ACTIONS(1455), - [anon_sym_make] = ACTIONS(1455), - [anon_sym_while] = ACTIONS(1455), - [anon_sym_do] = ACTIONS(1455), - [anon_sym_if] = ACTIONS(1455), - [anon_sym_else] = ACTIONS(1455), - [anon_sym_match] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1457), - [anon_sym_DOT] = ACTIONS(1455), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1455), - [anon_sym_catch] = ACTIONS(1455), - [anon_sym_return] = ACTIONS(1455), - [anon_sym_source] = ACTIONS(1455), - [anon_sym_source_DASHenv] = ACTIONS(1455), - [anon_sym_register] = ACTIONS(1455), - [anon_sym_hide] = ACTIONS(1455), - [anon_sym_hide_DASHenv] = ACTIONS(1455), - [anon_sym_overlay] = ACTIONS(1455), - [anon_sym_new] = ACTIONS(1455), - [anon_sym_as] = ACTIONS(1455), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_STAR_STAR] = ACTIONS(1457), - [anon_sym_PLUS_PLUS] = ACTIONS(1457), - [anon_sym_SLASH] = ACTIONS(1455), - [anon_sym_mod] = ACTIONS(1455), - [anon_sym_SLASH_SLASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1455), - [anon_sym_bit_DASHshl] = ACTIONS(1455), - [anon_sym_bit_DASHshr] = ACTIONS(1455), - [anon_sym_EQ_EQ] = ACTIONS(1457), - [anon_sym_BANG_EQ] = ACTIONS(1457), - [anon_sym_LT2] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1457), - [anon_sym_GT_EQ] = ACTIONS(1457), - [anon_sym_not_DASHin] = ACTIONS(1455), - [anon_sym_starts_DASHwith] = ACTIONS(1455), - [anon_sym_ends_DASHwith] = ACTIONS(1455), - [anon_sym_EQ_TILDE] = ACTIONS(1457), - [anon_sym_BANG_TILDE] = ACTIONS(1457), - [anon_sym_bit_DASHand] = ACTIONS(1455), - [anon_sym_bit_DASHxor] = ACTIONS(1455), - [anon_sym_bit_DASHor] = ACTIONS(1455), - [anon_sym_and] = ACTIONS(1455), - [anon_sym_xor] = ACTIONS(1455), - [anon_sym_or] = ACTIONS(1455), - [aux_sym__val_number_decimal_token1] = ACTIONS(1455), - [aux_sym__val_number_token1] = ACTIONS(1457), - [aux_sym__val_number_token2] = ACTIONS(1457), - [aux_sym__val_number_token3] = ACTIONS(1457), - [aux_sym__val_number_token4] = ACTIONS(1455), - [aux_sym__val_number_token5] = ACTIONS(1457), - [aux_sym__val_number_token6] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1457), - [sym__str_single_quotes] = ACTIONS(1457), - [sym__str_back_ticks] = ACTIONS(1457), - [aux_sym__record_key_token2] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1063), + [anon_sym_LF] = ACTIONS(1065), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1063), + [anon_sym_RPAREN] = ACTIONS(1063), + [anon_sym_PIPE] = ACTIONS(1063), + [anon_sym_DOLLAR] = ACTIONS(1063), + [anon_sym_GT] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_in] = ACTIONS(1063), + [anon_sym_LBRACE] = ACTIONS(1063), + [anon_sym_RBRACE] = ACTIONS(1063), + [anon_sym_DOT] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1063), + [anon_sym_STAR_STAR] = ACTIONS(1063), + [anon_sym_PLUS_PLUS] = ACTIONS(1063), + [anon_sym_SLASH] = ACTIONS(1063), + [anon_sym_mod] = ACTIONS(1063), + [anon_sym_SLASH_SLASH] = ACTIONS(1063), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_bit_DASHshl] = ACTIONS(1063), + [anon_sym_bit_DASHshr] = ACTIONS(1063), + [anon_sym_EQ_EQ] = ACTIONS(1063), + [anon_sym_BANG_EQ] = ACTIONS(1063), + [anon_sym_LT2] = ACTIONS(1063), + [anon_sym_LT_EQ] = ACTIONS(1063), + [anon_sym_GT_EQ] = ACTIONS(1063), + [anon_sym_not_DASHin] = ACTIONS(1063), + [anon_sym_starts_DASHwith] = ACTIONS(1063), + [anon_sym_ends_DASHwith] = ACTIONS(1063), + [anon_sym_EQ_TILDE] = ACTIONS(1063), + [anon_sym_BANG_TILDE] = ACTIONS(1063), + [anon_sym_bit_DASHand] = ACTIONS(1063), + [anon_sym_bit_DASHxor] = ACTIONS(1063), + [anon_sym_bit_DASHor] = ACTIONS(1063), + [anon_sym_and] = ACTIONS(1063), + [anon_sym_xor] = ACTIONS(1063), + [anon_sym_or] = ACTIONS(1063), + [anon_sym_null] = ACTIONS(1063), + [anon_sym_true] = ACTIONS(1063), + [anon_sym_false] = ACTIONS(1063), + [aux_sym__val_number_decimal_token1] = ACTIONS(1063), + [aux_sym__val_number_token1] = ACTIONS(1063), + [aux_sym__val_number_token2] = ACTIONS(1063), + [aux_sym__val_number_token3] = ACTIONS(1063), + [aux_sym__val_number_token4] = ACTIONS(1063), + [aux_sym__val_number_token5] = ACTIONS(1063), + [aux_sym__val_number_token6] = ACTIONS(1063), + [anon_sym_0b] = ACTIONS(1063), + [anon_sym_0o] = ACTIONS(1063), + [anon_sym_0x] = ACTIONS(1063), + [sym_val_date] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(1063), + [sym__str_single_quotes] = ACTIONS(1063), + [sym__str_back_ticks] = ACTIONS(1063), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1063), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1063), + [anon_sym_err_GT] = ACTIONS(1063), + [anon_sym_out_GT] = ACTIONS(1063), + [anon_sym_e_GT] = ACTIONS(1063), + [anon_sym_o_GT] = ACTIONS(1063), + [anon_sym_err_PLUSout_GT] = ACTIONS(1063), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1063), + [anon_sym_o_PLUSe_GT] = ACTIONS(1063), + [anon_sym_e_PLUSo_GT] = ACTIONS(1063), + [aux_sym_unquoted_token1] = ACTIONS(1063), + [anon_sym_POUND] = ACTIONS(105), }, [728] = { [sym_comment] = STATE(728), - [anon_sym_PIPE] = ACTIONS(132), - [anon_sym_EQ_GT] = ACTIONS(132), - [anon_sym_DOT2] = ACTIONS(1761), - [aux_sym__immediate_decimal_token2] = ACTIONS(1764), - [anon_sym_ns] = ACTIONS(132), - [anon_sym_s] = ACTIONS(132), - [anon_sym_us] = ACTIONS(132), - [anon_sym_ms] = ACTIONS(132), - [anon_sym_sec] = ACTIONS(132), - [anon_sym_min] = ACTIONS(132), - [anon_sym_hr] = ACTIONS(132), - [anon_sym_day] = ACTIONS(132), - [anon_sym_wk] = ACTIONS(132), - [anon_sym_b] = ACTIONS(132), - [anon_sym_B] = ACTIONS(132), - [anon_sym_kb] = ACTIONS(132), - [anon_sym_kB] = ACTIONS(132), - [anon_sym_Kb] = ACTIONS(132), - [anon_sym_KB] = ACTIONS(132), - [anon_sym_mb] = ACTIONS(132), - [anon_sym_mB] = ACTIONS(132), - [anon_sym_Mb] = ACTIONS(132), - [anon_sym_MB] = ACTIONS(132), - [anon_sym_gb] = ACTIONS(132), - [anon_sym_gB] = ACTIONS(132), - [anon_sym_Gb] = ACTIONS(132), - [anon_sym_GB] = ACTIONS(132), - [anon_sym_tb] = ACTIONS(132), - [anon_sym_tB] = ACTIONS(132), - [anon_sym_Tb] = ACTIONS(132), - [anon_sym_TB] = ACTIONS(132), - [anon_sym_pb] = ACTIONS(132), - [anon_sym_pB] = ACTIONS(132), - [anon_sym_Pb] = ACTIONS(132), - [anon_sym_PB] = ACTIONS(132), - [anon_sym_eb] = ACTIONS(132), - [anon_sym_eB] = ACTIONS(132), - [anon_sym_Eb] = ACTIONS(132), - [anon_sym_EB] = ACTIONS(132), - [anon_sym_kib] = ACTIONS(132), - [anon_sym_kiB] = ACTIONS(132), - [anon_sym_kIB] = ACTIONS(132), - [anon_sym_kIb] = ACTIONS(132), - [anon_sym_Kib] = ACTIONS(132), - [anon_sym_KIb] = ACTIONS(132), - [anon_sym_KIB] = ACTIONS(132), - [anon_sym_mib] = ACTIONS(132), - [anon_sym_miB] = ACTIONS(132), - [anon_sym_mIB] = ACTIONS(132), - [anon_sym_mIb] = ACTIONS(132), - [anon_sym_Mib] = ACTIONS(132), - [anon_sym_MIb] = ACTIONS(132), - [anon_sym_MIB] = ACTIONS(132), - [anon_sym_gib] = ACTIONS(132), - [anon_sym_giB] = ACTIONS(132), - [anon_sym_gIB] = ACTIONS(132), - [anon_sym_gIb] = ACTIONS(132), - [anon_sym_Gib] = ACTIONS(132), - [anon_sym_GIb] = ACTIONS(132), - [anon_sym_GIB] = ACTIONS(132), - [anon_sym_tib] = ACTIONS(132), - [anon_sym_tiB] = ACTIONS(132), - [anon_sym_tIB] = ACTIONS(132), - [anon_sym_tIb] = ACTIONS(132), - [anon_sym_Tib] = ACTIONS(132), - [anon_sym_TIb] = ACTIONS(132), - [anon_sym_TIB] = ACTIONS(132), - [anon_sym_pib] = ACTIONS(132), - [anon_sym_piB] = ACTIONS(132), - [anon_sym_pIB] = ACTIONS(132), - [anon_sym_pIb] = ACTIONS(132), - [anon_sym_Pib] = ACTIONS(132), - [anon_sym_PIb] = ACTIONS(132), - [anon_sym_PIB] = ACTIONS(132), - [anon_sym_eib] = ACTIONS(132), - [anon_sym_eiB] = ACTIONS(132), - [anon_sym_eIB] = ACTIONS(132), - [anon_sym_eIb] = ACTIONS(132), - [anon_sym_Eib] = ACTIONS(132), - [anon_sym_EIb] = ACTIONS(132), - [anon_sym_EIB] = ACTIONS(132), - [aux_sym_unquoted_token6] = ACTIONS(130), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_PIPE] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_err_GT] = ACTIONS(797), + [anon_sym_out_GT] = ACTIONS(797), + [anon_sym_e_GT] = ACTIONS(797), + [anon_sym_o_GT] = ACTIONS(797), + [anon_sym_err_PLUSout_GT] = ACTIONS(797), + [anon_sym_out_PLUSerr_GT] = ACTIONS(797), + [anon_sym_o_PLUSe_GT] = ACTIONS(797), + [anon_sym_e_PLUSo_GT] = ACTIONS(797), + [aux_sym_unquoted_token1] = ACTIONS(797), + [anon_sym_POUND] = ACTIONS(105), }, [729] = { - [sym_path] = STATE(759), [sym_comment] = STATE(729), - [aux_sym_cell_path_repeat1] = STATE(729), - [anon_sym_export] = ACTIONS(1387), - [anon_sym_alias] = ACTIONS(1387), - [anon_sym_let] = ACTIONS(1387), - [anon_sym_let_DASHenv] = ACTIONS(1387), - [anon_sym_mut] = ACTIONS(1387), - [anon_sym_const] = ACTIONS(1387), - [sym_cmd_identifier] = ACTIONS(1387), - [anon_sym_def] = ACTIONS(1387), - [anon_sym_export_DASHenv] = ACTIONS(1387), - [anon_sym_extern] = ACTIONS(1387), - [anon_sym_module] = ACTIONS(1387), - [anon_sym_use] = ACTIONS(1387), - [anon_sym_COMMA] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(1389), - [anon_sym_DOLLAR] = ACTIONS(1389), - [anon_sym_error] = ACTIONS(1387), - [anon_sym_list] = ACTIONS(1387), - [anon_sym_GT] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_break] = ACTIONS(1387), - [anon_sym_continue] = ACTIONS(1387), - [anon_sym_for] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1387), - [anon_sym_loop] = ACTIONS(1387), - [anon_sym_make] = ACTIONS(1387), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(1387), - [anon_sym_if] = ACTIONS(1387), - [anon_sym_else] = ACTIONS(1387), - [anon_sym_match] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1389), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1387), - [anon_sym_catch] = ACTIONS(1387), - [anon_sym_return] = ACTIONS(1387), - [anon_sym_source] = ACTIONS(1387), - [anon_sym_source_DASHenv] = ACTIONS(1387), - [anon_sym_register] = ACTIONS(1387), - [anon_sym_hide] = ACTIONS(1387), - [anon_sym_hide_DASHenv] = ACTIONS(1387), - [anon_sym_overlay] = ACTIONS(1387), - [anon_sym_new] = ACTIONS(1387), - [anon_sym_as] = ACTIONS(1387), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1389), - [anon_sym_PLUS_PLUS] = ACTIONS(1389), - [anon_sym_SLASH] = ACTIONS(1387), - [anon_sym_mod] = ACTIONS(1387), - [anon_sym_SLASH_SLASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_bit_DASHshl] = ACTIONS(1387), - [anon_sym_bit_DASHshr] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1389), - [anon_sym_BANG_EQ] = ACTIONS(1389), - [anon_sym_LT2] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1389), - [anon_sym_GT_EQ] = ACTIONS(1389), - [anon_sym_not_DASHin] = ACTIONS(1387), - [anon_sym_starts_DASHwith] = ACTIONS(1387), - [anon_sym_ends_DASHwith] = ACTIONS(1387), - [anon_sym_EQ_TILDE] = ACTIONS(1389), - [anon_sym_BANG_TILDE] = ACTIONS(1389), - [anon_sym_bit_DASHand] = ACTIONS(1387), - [anon_sym_bit_DASHxor] = ACTIONS(1387), - [anon_sym_bit_DASHor] = ACTIONS(1387), - [anon_sym_and] = ACTIONS(1387), - [anon_sym_xor] = ACTIONS(1387), - [anon_sym_or] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1389), - [aux_sym__val_number_token2] = ACTIONS(1389), - [aux_sym__val_number_token3] = ACTIONS(1389), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1389), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1389), - [sym__str_single_quotes] = ACTIONS(1389), - [sym__str_back_ticks] = ACTIONS(1389), - [aux_sym__record_key_token2] = ACTIONS(1387), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [730] = { [sym_comment] = STATE(730), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_if] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1089), + [anon_sym_LF] = ACTIONS(1091), + [anon_sym_LBRACK] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1089), + [anon_sym_RPAREN] = ACTIONS(1089), + [anon_sym_PIPE] = ACTIONS(1089), + [anon_sym_DOLLAR] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_in] = ACTIONS(1089), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_RBRACE] = ACTIONS(1089), + [anon_sym_DOT] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_STAR_STAR] = ACTIONS(1089), + [anon_sym_PLUS_PLUS] = ACTIONS(1089), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_mod] = ACTIONS(1089), + [anon_sym_SLASH_SLASH] = ACTIONS(1089), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_bit_DASHshl] = ACTIONS(1089), + [anon_sym_bit_DASHshr] = ACTIONS(1089), + [anon_sym_EQ_EQ] = ACTIONS(1089), + [anon_sym_BANG_EQ] = ACTIONS(1089), + [anon_sym_LT2] = ACTIONS(1089), + [anon_sym_LT_EQ] = ACTIONS(1089), + [anon_sym_GT_EQ] = ACTIONS(1089), + [anon_sym_not_DASHin] = ACTIONS(1089), + [anon_sym_starts_DASHwith] = ACTIONS(1089), + [anon_sym_ends_DASHwith] = ACTIONS(1089), + [anon_sym_EQ_TILDE] = ACTIONS(1089), + [anon_sym_BANG_TILDE] = ACTIONS(1089), + [anon_sym_bit_DASHand] = ACTIONS(1089), + [anon_sym_bit_DASHxor] = ACTIONS(1089), + [anon_sym_bit_DASHor] = ACTIONS(1089), + [anon_sym_and] = ACTIONS(1089), + [anon_sym_xor] = ACTIONS(1089), + [anon_sym_or] = ACTIONS(1089), + [anon_sym_null] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1089), + [anon_sym_false] = ACTIONS(1089), + [aux_sym__val_number_decimal_token1] = ACTIONS(1089), + [aux_sym__val_number_token1] = ACTIONS(1089), + [aux_sym__val_number_token2] = ACTIONS(1089), + [aux_sym__val_number_token3] = ACTIONS(1089), + [aux_sym__val_number_token4] = ACTIONS(1089), + [aux_sym__val_number_token5] = ACTIONS(1089), + [aux_sym__val_number_token6] = ACTIONS(1089), + [anon_sym_0b] = ACTIONS(1089), + [anon_sym_0o] = ACTIONS(1089), + [anon_sym_0x] = ACTIONS(1089), + [sym_val_date] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1089), + [sym__str_single_quotes] = ACTIONS(1089), + [sym__str_back_ticks] = ACTIONS(1089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1089), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1089), + [anon_sym_err_GT] = ACTIONS(1089), + [anon_sym_out_GT] = ACTIONS(1089), + [anon_sym_e_GT] = ACTIONS(1089), + [anon_sym_o_GT] = ACTIONS(1089), + [anon_sym_err_PLUSout_GT] = ACTIONS(1089), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1089), + [anon_sym_o_PLUSe_GT] = ACTIONS(1089), + [anon_sym_e_PLUSo_GT] = ACTIONS(1089), + [aux_sym_unquoted_token1] = ACTIONS(1089), + [anon_sym_POUND] = ACTIONS(105), }, [731] = { [sym_comment] = STATE(731), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1447), - [anon_sym_DOLLAR] = ACTIONS(1447), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_list] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_make] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_else] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1447), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(1769), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_catch] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_new] = ACTIONS(1445), - [anon_sym_as] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1447), - [anon_sym_BANG_EQ] = ACTIONS(1447), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1447), - [anon_sym_GT_EQ] = ACTIONS(1447), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1447), - [anon_sym_BANG_TILDE] = ACTIONS(1447), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1447), - [aux_sym__val_number_token2] = ACTIONS(1447), - [aux_sym__val_number_token3] = ACTIONS(1447), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1447), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym__str_single_quotes] = ACTIONS(1447), - [sym__str_back_ticks] = ACTIONS(1447), - [aux_sym__record_key_token2] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1081), + [anon_sym_LF] = ACTIONS(1083), + [anon_sym_LBRACK] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_RPAREN] = ACTIONS(1081), + [anon_sym_PIPE] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1081), + [anon_sym_in] = ACTIONS(1081), + [anon_sym_LBRACE] = ACTIONS(1081), + [anon_sym_RBRACE] = ACTIONS(1081), + [anon_sym_DOT] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1081), + [anon_sym_PLUS_PLUS] = ACTIONS(1081), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_mod] = ACTIONS(1081), + [anon_sym_SLASH_SLASH] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_bit_DASHshl] = ACTIONS(1081), + [anon_sym_bit_DASHshr] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1081), + [anon_sym_BANG_EQ] = ACTIONS(1081), + [anon_sym_LT2] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_EQ] = ACTIONS(1081), + [anon_sym_not_DASHin] = ACTIONS(1081), + [anon_sym_starts_DASHwith] = ACTIONS(1081), + [anon_sym_ends_DASHwith] = ACTIONS(1081), + [anon_sym_EQ_TILDE] = ACTIONS(1081), + [anon_sym_BANG_TILDE] = ACTIONS(1081), + [anon_sym_bit_DASHand] = ACTIONS(1081), + [anon_sym_bit_DASHxor] = ACTIONS(1081), + [anon_sym_bit_DASHor] = ACTIONS(1081), + [anon_sym_and] = ACTIONS(1081), + [anon_sym_xor] = ACTIONS(1081), + [anon_sym_or] = ACTIONS(1081), + [anon_sym_null] = ACTIONS(1081), + [anon_sym_true] = ACTIONS(1081), + [anon_sym_false] = ACTIONS(1081), + [aux_sym__val_number_decimal_token1] = ACTIONS(1081), + [aux_sym__val_number_token1] = ACTIONS(1081), + [aux_sym__val_number_token2] = ACTIONS(1081), + [aux_sym__val_number_token3] = ACTIONS(1081), + [aux_sym__val_number_token4] = ACTIONS(1081), + [aux_sym__val_number_token5] = ACTIONS(1081), + [aux_sym__val_number_token6] = ACTIONS(1081), + [anon_sym_0b] = ACTIONS(1081), + [anon_sym_0o] = ACTIONS(1081), + [anon_sym_0x] = ACTIONS(1081), + [sym_val_date] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym__str_single_quotes] = ACTIONS(1081), + [sym__str_back_ticks] = ACTIONS(1081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1081), + [anon_sym_err_GT] = ACTIONS(1081), + [anon_sym_out_GT] = ACTIONS(1081), + [anon_sym_e_GT] = ACTIONS(1081), + [anon_sym_o_GT] = ACTIONS(1081), + [anon_sym_err_PLUSout_GT] = ACTIONS(1081), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1081), + [anon_sym_o_PLUSe_GT] = ACTIONS(1081), + [anon_sym_e_PLUSo_GT] = ACTIONS(1081), + [aux_sym_unquoted_token1] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(105), }, [732] = { - [sym_path] = STATE(759), [sym_comment] = STATE(732), - [aux_sym_cell_path_repeat1] = STATE(729), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_COMMA] = ACTIONS(1409), - [anon_sym_LPAREN] = ACTIONS(1409), - [anon_sym_DOLLAR] = ACTIONS(1409), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_list] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_make] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_else] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1409), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_catch] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_new] = ACTIONS(1407), - [anon_sym_as] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1409), - [anon_sym_PLUS_PLUS] = ACTIONS(1409), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1409), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1409), - [anon_sym_BANG_EQ] = ACTIONS(1409), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1409), - [anon_sym_GT_EQ] = ACTIONS(1409), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1409), - [anon_sym_BANG_TILDE] = ACTIONS(1409), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1409), - [aux_sym__val_number_token2] = ACTIONS(1409), - [aux_sym__val_number_token3] = ACTIONS(1409), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1409), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1409), - [sym__str_single_quotes] = ACTIONS(1409), - [sym__str_back_ticks] = ACTIONS(1409), - [aux_sym__record_key_token2] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(2224), + [anon_sym_bit_DASHxor] = ACTIONS(2226), + [anon_sym_bit_DASHor] = ACTIONS(2228), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [733] = { - [sym_cell_path] = STATE(766), - [sym_path] = STATE(738), + [sym_ctrl_do] = STATE(5087), + [sym_ctrl_if] = STATE(5087), + [sym_ctrl_match] = STATE(5087), + [sym_ctrl_try] = STATE(5087), + [sym__expression] = STATE(5087), + [sym_expr_unary] = STATE(3207), + [sym__expr_unary_minus] = STATE(3202), + [sym_expr_binary] = STATE(3207), + [sym__expr_binary_expression] = STATE(3549), + [sym_expr_parenthesized] = STATE(3001), + [sym_val_range] = STATE(2564), + [sym__value] = STATE(3207), + [sym_val_nothing] = STATE(3217), + [sym_val_bool] = STATE(3217), + [sym_val_variable] = STATE(3071), + [sym__var] = STATE(2841), + [sym_val_number] = STATE(2955), + [sym__val_number_decimal] = STATE(2771), + [sym__val_number] = STATE(2776), + [sym_val_duration] = STATE(3217), + [sym_val_filesize] = STATE(3217), + [sym_val_binary] = STATE(3217), + [sym_val_string] = STATE(3217), + [sym__str_double_quotes] = STATE(3219), + [sym_val_interpolated] = STATE(3217), + [sym__inter_single_quotes] = STATE(3197), + [sym__inter_double_quotes] = STATE(3187), + [sym_val_list] = STATE(3217), + [sym_val_record] = STATE(3217), + [sym_val_table] = STATE(3217), + [sym_val_closure] = STATE(3217), [sym_comment] = STATE(733), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_COMMA] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_DOLLAR] = ACTIONS(1469), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_list] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_make] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_else] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(1775), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_catch] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_new] = ACTIONS(1467), - [anon_sym_as] = ACTIONS(1467), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1469), - [aux_sym__val_number_token2] = ACTIONS(1469), - [aux_sym__val_number_token3] = ACTIONS(1469), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1469), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1469), - [sym__str_single_quotes] = ACTIONS(1469), - [sym__str_back_ticks] = ACTIONS(1469), - [aux_sym__record_key_token2] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(2160), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_LF] = ACTIONS(2160), + [anon_sym_LBRACK] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_DOT] = ACTIONS(2243), + [anon_sym_try] = ACTIONS(61), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_not] = ACTIONS(79), + [anon_sym_null] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym__val_number_decimal_token1] = ACTIONS(85), + [aux_sym__val_number_token1] = ACTIONS(89), + [aux_sym__val_number_token2] = ACTIONS(89), + [aux_sym__val_number_token3] = ACTIONS(89), + [aux_sym__val_number_token4] = ACTIONS(89), + [aux_sym__val_number_token5] = ACTIONS(89), + [aux_sym__val_number_token6] = ACTIONS(89), + [anon_sym_0b] = ACTIONS(91), + [anon_sym_0o] = ACTIONS(91), + [anon_sym_0x] = ACTIONS(91), + [sym_val_date] = ACTIONS(2247), + [anon_sym_DQUOTE] = ACTIONS(2249), + [sym__str_single_quotes] = ACTIONS(2251), + [sym__str_back_ticks] = ACTIONS(2251), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2253), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2255), + [anon_sym_POUND] = ACTIONS(105), }, [734] = { [sym_comment] = STATE(734), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1778), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(987), + [anon_sym_LF] = ACTIONS(989), + [anon_sym_LBRACK] = ACTIONS(987), + [anon_sym_LPAREN] = ACTIONS(987), + [anon_sym_RPAREN] = ACTIONS(987), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_DOLLAR] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(987), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_in] = ACTIONS(987), + [anon_sym_LBRACE] = ACTIONS(987), + [anon_sym_RBRACE] = ACTIONS(987), + [anon_sym_DOT] = ACTIONS(987), + [anon_sym_STAR] = ACTIONS(987), + [anon_sym_STAR_STAR] = ACTIONS(987), + [anon_sym_PLUS_PLUS] = ACTIONS(987), + [anon_sym_SLASH] = ACTIONS(987), + [anon_sym_mod] = ACTIONS(987), + [anon_sym_SLASH_SLASH] = ACTIONS(987), + [anon_sym_PLUS] = ACTIONS(987), + [anon_sym_bit_DASHshl] = ACTIONS(987), + [anon_sym_bit_DASHshr] = ACTIONS(987), + [anon_sym_EQ_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(987), + [anon_sym_LT2] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_not_DASHin] = ACTIONS(987), + [anon_sym_starts_DASHwith] = ACTIONS(987), + [anon_sym_ends_DASHwith] = ACTIONS(987), + [anon_sym_EQ_TILDE] = ACTIONS(987), + [anon_sym_BANG_TILDE] = ACTIONS(987), + [anon_sym_bit_DASHand] = ACTIONS(987), + [anon_sym_bit_DASHxor] = ACTIONS(987), + [anon_sym_bit_DASHor] = ACTIONS(987), + [anon_sym_and] = ACTIONS(987), + [anon_sym_xor] = ACTIONS(987), + [anon_sym_or] = ACTIONS(987), + [anon_sym_null] = ACTIONS(987), + [anon_sym_true] = ACTIONS(987), + [anon_sym_false] = ACTIONS(987), + [aux_sym__val_number_decimal_token1] = ACTIONS(987), + [aux_sym__val_number_token1] = ACTIONS(987), + [aux_sym__val_number_token2] = ACTIONS(987), + [aux_sym__val_number_token3] = ACTIONS(987), + [aux_sym__val_number_token4] = ACTIONS(987), + [aux_sym__val_number_token5] = ACTIONS(987), + [aux_sym__val_number_token6] = ACTIONS(987), + [anon_sym_0b] = ACTIONS(987), + [anon_sym_0o] = ACTIONS(987), + [anon_sym_0x] = ACTIONS(987), + [sym_val_date] = ACTIONS(987), + [anon_sym_DQUOTE] = ACTIONS(987), + [sym__str_single_quotes] = ACTIONS(987), + [sym__str_back_ticks] = ACTIONS(987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(987), + [anon_sym_err_GT] = ACTIONS(987), + [anon_sym_out_GT] = ACTIONS(987), + [anon_sym_e_GT] = ACTIONS(987), + [anon_sym_o_GT] = ACTIONS(987), + [anon_sym_err_PLUSout_GT] = ACTIONS(987), + [anon_sym_out_PLUSerr_GT] = ACTIONS(987), + [anon_sym_o_PLUSe_GT] = ACTIONS(987), + [anon_sym_e_PLUSo_GT] = ACTIONS(987), + [aux_sym_unquoted_token1] = ACTIONS(987), + [anon_sym_POUND] = ACTIONS(105), }, [735] = { [sym_comment] = STATE(735), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1780), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LF] = ACTIONS(1061), + [anon_sym_LBRACK] = ACTIONS(1059), + [anon_sym_LPAREN] = ACTIONS(1059), + [anon_sym_RPAREN] = ACTIONS(1059), + [anon_sym_PIPE] = ACTIONS(1059), + [anon_sym_DOLLAR] = ACTIONS(1059), + [anon_sym_GT] = ACTIONS(1059), + [anon_sym_DASH] = ACTIONS(1059), + [anon_sym_in] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1059), + [anon_sym_DOT] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1059), + [anon_sym_STAR_STAR] = ACTIONS(1059), + [anon_sym_PLUS_PLUS] = ACTIONS(1059), + [anon_sym_SLASH] = ACTIONS(1059), + [anon_sym_mod] = ACTIONS(1059), + [anon_sym_SLASH_SLASH] = ACTIONS(1059), + [anon_sym_PLUS] = ACTIONS(1059), + [anon_sym_bit_DASHshl] = ACTIONS(1059), + [anon_sym_bit_DASHshr] = ACTIONS(1059), + [anon_sym_EQ_EQ] = ACTIONS(1059), + [anon_sym_BANG_EQ] = ACTIONS(1059), + [anon_sym_LT2] = ACTIONS(1059), + [anon_sym_LT_EQ] = ACTIONS(1059), + [anon_sym_GT_EQ] = ACTIONS(1059), + [anon_sym_not_DASHin] = ACTIONS(1059), + [anon_sym_starts_DASHwith] = ACTIONS(1059), + [anon_sym_ends_DASHwith] = ACTIONS(1059), + [anon_sym_EQ_TILDE] = ACTIONS(1059), + [anon_sym_BANG_TILDE] = ACTIONS(1059), + [anon_sym_bit_DASHand] = ACTIONS(1059), + [anon_sym_bit_DASHxor] = ACTIONS(1059), + [anon_sym_bit_DASHor] = ACTIONS(1059), + [anon_sym_and] = ACTIONS(1059), + [anon_sym_xor] = ACTIONS(1059), + [anon_sym_or] = ACTIONS(1059), + [anon_sym_null] = ACTIONS(1059), + [anon_sym_true] = ACTIONS(1059), + [anon_sym_false] = ACTIONS(1059), + [aux_sym__val_number_decimal_token1] = ACTIONS(1059), + [aux_sym__val_number_token1] = ACTIONS(1059), + [aux_sym__val_number_token2] = ACTIONS(1059), + [aux_sym__val_number_token3] = ACTIONS(1059), + [aux_sym__val_number_token4] = ACTIONS(1059), + [aux_sym__val_number_token5] = ACTIONS(1059), + [aux_sym__val_number_token6] = ACTIONS(1059), + [anon_sym_0b] = ACTIONS(1059), + [anon_sym_0o] = ACTIONS(1059), + [anon_sym_0x] = ACTIONS(1059), + [sym_val_date] = ACTIONS(1059), + [anon_sym_DQUOTE] = ACTIONS(1059), + [sym__str_single_quotes] = ACTIONS(1059), + [sym__str_back_ticks] = ACTIONS(1059), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1059), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1059), + [anon_sym_err_GT] = ACTIONS(1059), + [anon_sym_out_GT] = ACTIONS(1059), + [anon_sym_e_GT] = ACTIONS(1059), + [anon_sym_o_GT] = ACTIONS(1059), + [anon_sym_err_PLUSout_GT] = ACTIONS(1059), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1059), + [anon_sym_o_PLUSe_GT] = ACTIONS(1059), + [anon_sym_e_PLUSo_GT] = ACTIONS(1059), + [aux_sym_unquoted_token1] = ACTIONS(1059), + [anon_sym_POUND] = ACTIONS(105), }, [736] = { - [sym_cell_path] = STATE(808), - [sym_path] = STATE(740), [sym_comment] = STATE(736), - [anon_sym_export] = ACTIONS(1463), - [anon_sym_alias] = ACTIONS(1463), - [anon_sym_let] = ACTIONS(1463), - [anon_sym_let_DASHenv] = ACTIONS(1463), - [anon_sym_mut] = ACTIONS(1463), - [anon_sym_const] = ACTIONS(1463), - [sym_cmd_identifier] = ACTIONS(1463), - [anon_sym_def] = ACTIONS(1463), - [anon_sym_export_DASHenv] = ACTIONS(1463), - [anon_sym_extern] = ACTIONS(1463), - [anon_sym_module] = ACTIONS(1463), - [anon_sym_use] = ACTIONS(1463), - [anon_sym_COMMA] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_error] = ACTIONS(1463), - [anon_sym_list] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_break] = ACTIONS(1463), - [anon_sym_continue] = ACTIONS(1463), - [anon_sym_for] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1463), - [anon_sym_loop] = ACTIONS(1463), - [anon_sym_make] = ACTIONS(1463), - [anon_sym_while] = ACTIONS(1463), - [anon_sym_do] = ACTIONS(1463), - [anon_sym_if] = ACTIONS(1463), - [anon_sym_else] = ACTIONS(1463), - [anon_sym_match] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1463), - [anon_sym_catch] = ACTIONS(1463), - [anon_sym_return] = ACTIONS(1463), - [anon_sym_source] = ACTIONS(1463), - [anon_sym_source_DASHenv] = ACTIONS(1463), - [anon_sym_register] = ACTIONS(1463), - [anon_sym_hide] = ACTIONS(1463), - [anon_sym_hide_DASHenv] = ACTIONS(1463), - [anon_sym_overlay] = ACTIONS(1463), - [anon_sym_new] = ACTIONS(1463), - [anon_sym_as] = ACTIONS(1463), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_STAR_STAR] = ACTIONS(1465), - [anon_sym_PLUS_PLUS] = ACTIONS(1465), - [anon_sym_SLASH] = ACTIONS(1463), - [anon_sym_mod] = ACTIONS(1463), - [anon_sym_SLASH_SLASH] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_bit_DASHshl] = ACTIONS(1463), - [anon_sym_bit_DASHshr] = ACTIONS(1463), - [anon_sym_EQ_EQ] = ACTIONS(1465), - [anon_sym_BANG_EQ] = ACTIONS(1465), - [anon_sym_LT2] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1465), - [anon_sym_GT_EQ] = ACTIONS(1465), - [anon_sym_not_DASHin] = ACTIONS(1463), - [anon_sym_starts_DASHwith] = ACTIONS(1463), - [anon_sym_ends_DASHwith] = ACTIONS(1463), - [anon_sym_EQ_TILDE] = ACTIONS(1465), - [anon_sym_BANG_TILDE] = ACTIONS(1465), - [anon_sym_bit_DASHand] = ACTIONS(1463), - [anon_sym_bit_DASHxor] = ACTIONS(1463), - [anon_sym_bit_DASHor] = ACTIONS(1463), - [anon_sym_and] = ACTIONS(1463), - [anon_sym_xor] = ACTIONS(1463), - [anon_sym_or] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1465), - [aux_sym__val_number_token2] = ACTIONS(1465), - [aux_sym__val_number_token3] = ACTIONS(1465), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [aux_sym__record_key_token2] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1093), + [anon_sym_LF] = ACTIONS(1095), + [anon_sym_LBRACK] = ACTIONS(1093), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_RPAREN] = ACTIONS(1093), + [anon_sym_PIPE] = ACTIONS(1093), + [anon_sym_DOLLAR] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1093), + [anon_sym_LBRACE] = ACTIONS(1093), + [anon_sym_RBRACE] = ACTIONS(1093), + [anon_sym_DOT] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_STAR_STAR] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_mod] = ACTIONS(1093), + [anon_sym_SLASH_SLASH] = ACTIONS(1093), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_bit_DASHshl] = ACTIONS(1093), + [anon_sym_bit_DASHshr] = ACTIONS(1093), + [anon_sym_EQ_EQ] = ACTIONS(1093), + [anon_sym_BANG_EQ] = ACTIONS(1093), + [anon_sym_LT2] = ACTIONS(1093), + [anon_sym_LT_EQ] = ACTIONS(1093), + [anon_sym_GT_EQ] = ACTIONS(1093), + [anon_sym_not_DASHin] = ACTIONS(1093), + [anon_sym_starts_DASHwith] = ACTIONS(1093), + [anon_sym_ends_DASHwith] = ACTIONS(1093), + [anon_sym_EQ_TILDE] = ACTIONS(1093), + [anon_sym_BANG_TILDE] = ACTIONS(1093), + [anon_sym_bit_DASHand] = ACTIONS(1093), + [anon_sym_bit_DASHxor] = ACTIONS(1093), + [anon_sym_bit_DASHor] = ACTIONS(1093), + [anon_sym_and] = ACTIONS(1093), + [anon_sym_xor] = ACTIONS(1093), + [anon_sym_or] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1093), + [anon_sym_true] = ACTIONS(1093), + [anon_sym_false] = ACTIONS(1093), + [aux_sym__val_number_decimal_token1] = ACTIONS(1093), + [aux_sym__val_number_token1] = ACTIONS(1093), + [aux_sym__val_number_token2] = ACTIONS(1093), + [aux_sym__val_number_token3] = ACTIONS(1093), + [aux_sym__val_number_token4] = ACTIONS(1093), + [aux_sym__val_number_token5] = ACTIONS(1093), + [aux_sym__val_number_token6] = ACTIONS(1093), + [anon_sym_0b] = ACTIONS(1093), + [anon_sym_0o] = ACTIONS(1093), + [anon_sym_0x] = ACTIONS(1093), + [sym_val_date] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1093), + [sym__str_single_quotes] = ACTIONS(1093), + [sym__str_back_ticks] = ACTIONS(1093), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1093), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1093), + [anon_sym_err_GT] = ACTIONS(1093), + [anon_sym_out_GT] = ACTIONS(1093), + [anon_sym_e_GT] = ACTIONS(1093), + [anon_sym_o_GT] = ACTIONS(1093), + [anon_sym_err_PLUSout_GT] = ACTIONS(1093), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1093), + [anon_sym_o_PLUSe_GT] = ACTIONS(1093), + [anon_sym_e_PLUSo_GT] = ACTIONS(1093), + [aux_sym_unquoted_token1] = ACTIONS(1093), + [anon_sym_POUND] = ACTIONS(105), }, [737] = { [sym_comment] = STATE(737), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(1782), - [aux_sym__immediate_decimal_token2] = ACTIONS(1743), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [738] = { - [sym_path] = STATE(759), [sym_comment] = STATE(738), - [aux_sym_cell_path_repeat1] = STATE(732), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_COMMA] = ACTIONS(1396), - [anon_sym_LPAREN] = ACTIONS(1396), - [anon_sym_DOLLAR] = ACTIONS(1396), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_list] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_make] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1396), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_catch] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_new] = ACTIONS(1394), - [anon_sym_as] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1396), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1396), - [anon_sym_BANG_EQ] = ACTIONS(1396), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1396), - [anon_sym_GT_EQ] = ACTIONS(1396), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1396), - [anon_sym_BANG_TILDE] = ACTIONS(1396), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1396), - [aux_sym__val_number_token2] = ACTIONS(1396), - [aux_sym__val_number_token3] = ACTIONS(1396), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1396), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym__str_single_quotes] = ACTIONS(1396), - [sym__str_back_ticks] = ACTIONS(1396), - [aux_sym__record_key_token2] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_err_GT] = ACTIONS(856), + [anon_sym_out_GT] = ACTIONS(856), + [anon_sym_e_GT] = ACTIONS(856), + [anon_sym_o_GT] = ACTIONS(856), + [anon_sym_err_PLUSout_GT] = ACTIONS(856), + [anon_sym_out_PLUSerr_GT] = ACTIONS(856), + [anon_sym_o_PLUSe_GT] = ACTIONS(856), + [anon_sym_e_PLUSo_GT] = ACTIONS(856), + [aux_sym_unquoted_token1] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [739] = { - [sym_path] = STATE(759), [sym_comment] = STATE(739), - [aux_sym_cell_path_repeat1] = STATE(729), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_COMMA] = ACTIONS(1409), - [anon_sym_LPAREN] = ACTIONS(1409), - [anon_sym_DOLLAR] = ACTIONS(1409), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_list] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_make] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_else] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1409), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_catch] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_new] = ACTIONS(1407), - [anon_sym_as] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1409), - [anon_sym_PLUS_PLUS] = ACTIONS(1409), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1409), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1409), - [anon_sym_BANG_EQ] = ACTIONS(1409), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1409), - [anon_sym_GT_EQ] = ACTIONS(1409), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1409), - [anon_sym_BANG_TILDE] = ACTIONS(1409), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1409), - [aux_sym__val_number_token2] = ACTIONS(1409), - [aux_sym__val_number_token3] = ACTIONS(1409), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1409), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1409), - [sym__str_single_quotes] = ACTIONS(1409), - [sym__str_back_ticks] = ACTIONS(1409), - [aux_sym__record_key_token2] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(914), + [anon_sym_LF] = ACTIONS(916), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_PIPE] = ACTIONS(914), + [anon_sym_DOLLAR] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_in] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(914), + [anon_sym_STAR_STAR] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_mod] = ACTIONS(914), + [anon_sym_SLASH_SLASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_bit_DASHshl] = ACTIONS(914), + [anon_sym_bit_DASHshr] = ACTIONS(914), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(914), + [anon_sym_starts_DASHwith] = ACTIONS(914), + [anon_sym_ends_DASHwith] = ACTIONS(914), + [anon_sym_EQ_TILDE] = ACTIONS(914), + [anon_sym_BANG_TILDE] = ACTIONS(914), + [anon_sym_bit_DASHand] = ACTIONS(914), + [anon_sym_bit_DASHxor] = ACTIONS(914), + [anon_sym_bit_DASHor] = ACTIONS(914), + [anon_sym_and] = ACTIONS(914), + [anon_sym_xor] = ACTIONS(914), + [anon_sym_or] = ACTIONS(914), + [anon_sym_null] = ACTIONS(914), + [anon_sym_true] = ACTIONS(914), + [anon_sym_false] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(914), + [aux_sym__val_number_token2] = ACTIONS(914), + [aux_sym__val_number_token3] = ACTIONS(914), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(914), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_0b] = ACTIONS(914), + [anon_sym_0o] = ACTIONS(914), + [anon_sym_0x] = ACTIONS(914), + [sym_val_date] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(914), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(914), + [anon_sym_err_GT] = ACTIONS(914), + [anon_sym_out_GT] = ACTIONS(914), + [anon_sym_e_GT] = ACTIONS(914), + [anon_sym_o_GT] = ACTIONS(914), + [anon_sym_err_PLUSout_GT] = ACTIONS(914), + [anon_sym_out_PLUSerr_GT] = ACTIONS(914), + [anon_sym_o_PLUSe_GT] = ACTIONS(914), + [anon_sym_e_PLUSo_GT] = ACTIONS(914), + [aux_sym_unquoted_token1] = ACTIONS(914), + [anon_sym_POUND] = ACTIONS(105), }, [740] = { - [sym_path] = STATE(759), [sym_comment] = STATE(740), - [aux_sym_cell_path_repeat1] = STATE(739), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_COMMA] = ACTIONS(1396), - [anon_sym_LPAREN] = ACTIONS(1396), - [anon_sym_DOLLAR] = ACTIONS(1396), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_list] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_make] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1396), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_catch] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_new] = ACTIONS(1394), - [anon_sym_as] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1396), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1396), - [anon_sym_BANG_EQ] = ACTIONS(1396), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1396), - [anon_sym_GT_EQ] = ACTIONS(1396), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1396), - [anon_sym_BANG_TILDE] = ACTIONS(1396), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1396), - [aux_sym__val_number_token2] = ACTIONS(1396), - [aux_sym__val_number_token3] = ACTIONS(1396), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1396), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym__str_single_quotes] = ACTIONS(1396), - [sym__str_back_ticks] = ACTIONS(1396), - [aux_sym__record_key_token2] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_SEMI] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_PIPE] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_in] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_STAR_STAR] = ACTIONS(697), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_SLASH] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_SLASH_SLASH] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_bit_DASHshl] = ACTIONS(697), + [anon_sym_bit_DASHshr] = ACTIONS(697), + [anon_sym_EQ_EQ] = ACTIONS(697), + [anon_sym_BANG_EQ] = ACTIONS(697), + [anon_sym_LT2] = ACTIONS(697), + [anon_sym_LT_EQ] = ACTIONS(697), + [anon_sym_GT_EQ] = ACTIONS(697), + [anon_sym_not_DASHin] = ACTIONS(697), + [anon_sym_starts_DASHwith] = ACTIONS(697), + [anon_sym_ends_DASHwith] = ACTIONS(697), + [anon_sym_EQ_TILDE] = ACTIONS(697), + [anon_sym_BANG_TILDE] = ACTIONS(697), + [anon_sym_bit_DASHand] = ACTIONS(697), + [anon_sym_bit_DASHxor] = ACTIONS(697), + [anon_sym_bit_DASHor] = ACTIONS(697), + [anon_sym_and] = ACTIONS(697), + [anon_sym_xor] = ACTIONS(697), + [anon_sym_or] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_err_GT] = ACTIONS(697), + [anon_sym_out_GT] = ACTIONS(697), + [anon_sym_e_GT] = ACTIONS(697), + [anon_sym_o_GT] = ACTIONS(697), + [anon_sym_err_PLUSout_GT] = ACTIONS(697), + [anon_sym_out_PLUSerr_GT] = ACTIONS(697), + [anon_sym_o_PLUSe_GT] = ACTIONS(697), + [anon_sym_e_PLUSo_GT] = ACTIONS(697), + [aux_sym_unquoted_token1] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(1622), + [anon_sym_POUND] = ACTIONS(105), }, [741] = { - [sym_cell_path] = STATE(816), - [sym_path] = STATE(740), [sym_comment] = STATE(741), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_COMMA] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_list] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_make] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_else] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_catch] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_new] = ACTIONS(1400), - [anon_sym_as] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1402), - [aux_sym__val_number_token2] = ACTIONS(1402), - [aux_sym__val_number_token3] = ACTIONS(1402), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [aux_sym__record_key_token2] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_LF] = ACTIONS(1007), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_RPAREN] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_DOLLAR] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_null] = ACTIONS(926), + [anon_sym_true] = ACTIONS(926), + [anon_sym_false] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(926), + [aux_sym__val_number_token1] = ACTIONS(926), + [aux_sym__val_number_token2] = ACTIONS(926), + [aux_sym__val_number_token3] = ACTIONS(926), + [aux_sym__val_number_token4] = ACTIONS(926), + [aux_sym__val_number_token5] = ACTIONS(926), + [aux_sym__val_number_token6] = ACTIONS(926), + [anon_sym_0b] = ACTIONS(926), + [anon_sym_0o] = ACTIONS(926), + [anon_sym_0x] = ACTIONS(926), + [sym_val_date] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym__str_single_quotes] = ACTIONS(926), + [sym__str_back_ticks] = ACTIONS(926), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(926), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(926), + [anon_sym_err_GT] = ACTIONS(926), + [anon_sym_out_GT] = ACTIONS(926), + [anon_sym_e_GT] = ACTIONS(926), + [anon_sym_o_GT] = ACTIONS(926), + [anon_sym_err_PLUSout_GT] = ACTIONS(926), + [anon_sym_out_PLUSerr_GT] = ACTIONS(926), + [anon_sym_o_PLUSe_GT] = ACTIONS(926), + [anon_sym_e_PLUSo_GT] = ACTIONS(926), + [aux_sym_unquoted_token1] = ACTIONS(926), + [anon_sym_POUND] = ACTIONS(105), }, [742] = { - [sym_cell_path] = STATE(775), - [sym_path] = STATE(740), [sym_comment] = STATE(742), - [anon_sym_export] = ACTIONS(1431), - [anon_sym_alias] = ACTIONS(1431), - [anon_sym_let] = ACTIONS(1431), - [anon_sym_let_DASHenv] = ACTIONS(1431), - [anon_sym_mut] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [sym_cmd_identifier] = ACTIONS(1431), - [anon_sym_def] = ACTIONS(1431), - [anon_sym_export_DASHenv] = ACTIONS(1431), - [anon_sym_extern] = ACTIONS(1431), - [anon_sym_module] = ACTIONS(1431), - [anon_sym_use] = ACTIONS(1431), - [anon_sym_COMMA] = ACTIONS(1433), - [anon_sym_LPAREN] = ACTIONS(1433), - [anon_sym_DOLLAR] = ACTIONS(1433), - [anon_sym_error] = ACTIONS(1431), - [anon_sym_list] = ACTIONS(1431), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_break] = ACTIONS(1431), - [anon_sym_continue] = ACTIONS(1431), - [anon_sym_for] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1431), - [anon_sym_loop] = ACTIONS(1431), - [anon_sym_make] = ACTIONS(1431), - [anon_sym_while] = ACTIONS(1431), - [anon_sym_do] = ACTIONS(1431), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_else] = ACTIONS(1431), - [anon_sym_match] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1433), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1431), - [anon_sym_catch] = ACTIONS(1431), - [anon_sym_return] = ACTIONS(1431), - [anon_sym_source] = ACTIONS(1431), - [anon_sym_source_DASHenv] = ACTIONS(1431), - [anon_sym_register] = ACTIONS(1431), - [anon_sym_hide] = ACTIONS(1431), - [anon_sym_hide_DASHenv] = ACTIONS(1431), - [anon_sym_overlay] = ACTIONS(1431), - [anon_sym_new] = ACTIONS(1431), - [anon_sym_as] = ACTIONS(1431), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_STAR_STAR] = ACTIONS(1433), - [anon_sym_PLUS_PLUS] = ACTIONS(1433), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_mod] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_bit_DASHshl] = ACTIONS(1431), - [anon_sym_bit_DASHshr] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1433), - [anon_sym_BANG_EQ] = ACTIONS(1433), - [anon_sym_LT2] = ACTIONS(1431), - [anon_sym_LT_EQ] = ACTIONS(1433), - [anon_sym_GT_EQ] = ACTIONS(1433), - [anon_sym_not_DASHin] = ACTIONS(1431), - [anon_sym_starts_DASHwith] = ACTIONS(1431), - [anon_sym_ends_DASHwith] = ACTIONS(1431), - [anon_sym_EQ_TILDE] = ACTIONS(1433), - [anon_sym_BANG_TILDE] = ACTIONS(1433), - [anon_sym_bit_DASHand] = ACTIONS(1431), - [anon_sym_bit_DASHxor] = ACTIONS(1431), - [anon_sym_bit_DASHor] = ACTIONS(1431), - [anon_sym_and] = ACTIONS(1431), - [anon_sym_xor] = ACTIONS(1431), - [anon_sym_or] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1433), - [aux_sym__val_number_token2] = ACTIONS(1433), - [aux_sym__val_number_token3] = ACTIONS(1433), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1433), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1433), - [sym__str_single_quotes] = ACTIONS(1433), - [sym__str_back_ticks] = ACTIONS(1433), - [aux_sym__record_key_token2] = ACTIONS(1431), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [743] = { - [sym_cell_path] = STATE(825), - [sym_path] = STATE(740), [sym_comment] = STATE(743), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_COMMA] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_DOLLAR] = ACTIONS(1469), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_list] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_make] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_else] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_catch] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_new] = ACTIONS(1467), - [anon_sym_as] = ACTIONS(1467), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1469), - [aux_sym__val_number_token2] = ACTIONS(1469), - [aux_sym__val_number_token3] = ACTIONS(1469), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1469), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1469), - [sym__str_single_quotes] = ACTIONS(1469), - [sym__str_back_ticks] = ACTIONS(1469), - [aux_sym__record_key_token2] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [744] = { - [sym_cell_path] = STATE(795), - [sym_path] = STATE(740), [sym_comment] = STATE(744), - [anon_sym_export] = ACTIONS(1478), - [anon_sym_alias] = ACTIONS(1478), - [anon_sym_let] = ACTIONS(1478), - [anon_sym_let_DASHenv] = ACTIONS(1478), - [anon_sym_mut] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [sym_cmd_identifier] = ACTIONS(1478), - [anon_sym_def] = ACTIONS(1478), - [anon_sym_export_DASHenv] = ACTIONS(1478), - [anon_sym_extern] = ACTIONS(1478), - [anon_sym_module] = ACTIONS(1478), - [anon_sym_use] = ACTIONS(1478), - [anon_sym_COMMA] = ACTIONS(1480), - [anon_sym_LPAREN] = ACTIONS(1480), - [anon_sym_DOLLAR] = ACTIONS(1480), - [anon_sym_error] = ACTIONS(1478), - [anon_sym_list] = ACTIONS(1478), - [anon_sym_GT] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_for] = ACTIONS(1478), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_loop] = ACTIONS(1478), - [anon_sym_make] = ACTIONS(1478), - [anon_sym_while] = ACTIONS(1478), - [anon_sym_do] = ACTIONS(1478), - [anon_sym_if] = ACTIONS(1478), - [anon_sym_else] = ACTIONS(1478), - [anon_sym_match] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(1480), - [anon_sym_DOT] = ACTIONS(1478), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1478), - [anon_sym_catch] = ACTIONS(1478), - [anon_sym_return] = ACTIONS(1478), - [anon_sym_source] = ACTIONS(1478), - [anon_sym_source_DASHenv] = ACTIONS(1478), - [anon_sym_register] = ACTIONS(1478), - [anon_sym_hide] = ACTIONS(1478), - [anon_sym_hide_DASHenv] = ACTIONS(1478), - [anon_sym_overlay] = ACTIONS(1478), - [anon_sym_new] = ACTIONS(1478), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_STAR_STAR] = ACTIONS(1480), - [anon_sym_PLUS_PLUS] = ACTIONS(1480), - [anon_sym_SLASH] = ACTIONS(1478), - [anon_sym_mod] = ACTIONS(1478), - [anon_sym_SLASH_SLASH] = ACTIONS(1480), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_bit_DASHshl] = ACTIONS(1478), - [anon_sym_bit_DASHshr] = ACTIONS(1478), - [anon_sym_EQ_EQ] = ACTIONS(1480), - [anon_sym_BANG_EQ] = ACTIONS(1480), - [anon_sym_LT2] = ACTIONS(1478), - [anon_sym_LT_EQ] = ACTIONS(1480), - [anon_sym_GT_EQ] = ACTIONS(1480), - [anon_sym_not_DASHin] = ACTIONS(1478), - [anon_sym_starts_DASHwith] = ACTIONS(1478), - [anon_sym_ends_DASHwith] = ACTIONS(1478), - [anon_sym_EQ_TILDE] = ACTIONS(1480), - [anon_sym_BANG_TILDE] = ACTIONS(1480), - [anon_sym_bit_DASHand] = ACTIONS(1478), - [anon_sym_bit_DASHxor] = ACTIONS(1478), - [anon_sym_bit_DASHor] = ACTIONS(1478), - [anon_sym_and] = ACTIONS(1478), - [anon_sym_xor] = ACTIONS(1478), - [anon_sym_or] = ACTIONS(1478), - [aux_sym__val_number_decimal_token1] = ACTIONS(1478), - [aux_sym__val_number_token1] = ACTIONS(1480), - [aux_sym__val_number_token2] = ACTIONS(1480), - [aux_sym__val_number_token3] = ACTIONS(1480), - [aux_sym__val_number_token4] = ACTIONS(1478), - [aux_sym__val_number_token5] = ACTIONS(1480), - [aux_sym__val_number_token6] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1480), - [sym__str_single_quotes] = ACTIONS(1480), - [sym__str_back_ticks] = ACTIONS(1480), - [aux_sym__record_key_token2] = ACTIONS(1478), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_RPAREN] = ACTIONS(885), + [anon_sym_PIPE] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_err_GT] = ACTIONS(885), + [anon_sym_out_GT] = ACTIONS(885), + [anon_sym_e_GT] = ACTIONS(885), + [anon_sym_o_GT] = ACTIONS(885), + [anon_sym_err_PLUSout_GT] = ACTIONS(885), + [anon_sym_out_PLUSerr_GT] = ACTIONS(885), + [anon_sym_o_PLUSe_GT] = ACTIONS(885), + [anon_sym_e_PLUSo_GT] = ACTIONS(885), + [aux_sym_unquoted_token1] = ACTIONS(885), + [anon_sym_POUND] = ACTIONS(105), }, [745] = { [sym_comment] = STATE(745), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1743), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [746] = { - [sym_cell_path] = STATE(770), - [sym_path] = STATE(738), [sym_comment] = STATE(746), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_COMMA] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_list] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_make] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_else] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(1785), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_catch] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_new] = ACTIONS(1400), - [anon_sym_as] = ACTIONS(1400), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1402), - [aux_sym__val_number_token2] = ACTIONS(1402), - [aux_sym__val_number_token3] = ACTIONS(1402), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [aux_sym__record_key_token2] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [747] = { - [sym_cell_path] = STATE(799), - [sym_path] = STATE(740), [sym_comment] = STATE(747), - [anon_sym_export] = ACTIONS(1474), - [anon_sym_alias] = ACTIONS(1474), - [anon_sym_let] = ACTIONS(1474), - [anon_sym_let_DASHenv] = ACTIONS(1474), - [anon_sym_mut] = ACTIONS(1474), - [anon_sym_const] = ACTIONS(1474), - [sym_cmd_identifier] = ACTIONS(1474), - [anon_sym_def] = ACTIONS(1474), - [anon_sym_export_DASHenv] = ACTIONS(1474), - [anon_sym_extern] = ACTIONS(1474), - [anon_sym_module] = ACTIONS(1474), - [anon_sym_use] = ACTIONS(1474), - [anon_sym_COMMA] = ACTIONS(1476), - [anon_sym_LPAREN] = ACTIONS(1476), - [anon_sym_DOLLAR] = ACTIONS(1476), - [anon_sym_error] = ACTIONS(1474), - [anon_sym_list] = ACTIONS(1474), - [anon_sym_GT] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_break] = ACTIONS(1474), - [anon_sym_continue] = ACTIONS(1474), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_in] = ACTIONS(1474), - [anon_sym_loop] = ACTIONS(1474), - [anon_sym_make] = ACTIONS(1474), - [anon_sym_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_else] = ACTIONS(1474), - [anon_sym_match] = ACTIONS(1474), - [anon_sym_RBRACE] = ACTIONS(1476), - [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(1759), - [anon_sym_try] = ACTIONS(1474), - [anon_sym_catch] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(1474), - [anon_sym_source] = ACTIONS(1474), - [anon_sym_source_DASHenv] = ACTIONS(1474), - [anon_sym_register] = ACTIONS(1474), - [anon_sym_hide] = ACTIONS(1474), - [anon_sym_hide_DASHenv] = ACTIONS(1474), - [anon_sym_overlay] = ACTIONS(1474), - [anon_sym_new] = ACTIONS(1474), - [anon_sym_as] = ACTIONS(1474), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_STAR_STAR] = ACTIONS(1476), - [anon_sym_PLUS_PLUS] = ACTIONS(1476), - [anon_sym_SLASH] = ACTIONS(1474), - [anon_sym_mod] = ACTIONS(1474), - [anon_sym_SLASH_SLASH] = ACTIONS(1476), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_bit_DASHshl] = ACTIONS(1474), - [anon_sym_bit_DASHshr] = ACTIONS(1474), - [anon_sym_EQ_EQ] = ACTIONS(1476), - [anon_sym_BANG_EQ] = ACTIONS(1476), - [anon_sym_LT2] = ACTIONS(1474), - [anon_sym_LT_EQ] = ACTIONS(1476), - [anon_sym_GT_EQ] = ACTIONS(1476), - [anon_sym_not_DASHin] = ACTIONS(1474), - [anon_sym_starts_DASHwith] = ACTIONS(1474), - [anon_sym_ends_DASHwith] = ACTIONS(1474), - [anon_sym_EQ_TILDE] = ACTIONS(1476), - [anon_sym_BANG_TILDE] = ACTIONS(1476), - [anon_sym_bit_DASHand] = ACTIONS(1474), - [anon_sym_bit_DASHxor] = ACTIONS(1474), - [anon_sym_bit_DASHor] = ACTIONS(1474), - [anon_sym_and] = ACTIONS(1474), - [anon_sym_xor] = ACTIONS(1474), - [anon_sym_or] = ACTIONS(1474), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_token1] = ACTIONS(1476), - [aux_sym__val_number_token2] = ACTIONS(1476), - [aux_sym__val_number_token3] = ACTIONS(1476), - [aux_sym__val_number_token4] = ACTIONS(1474), - [aux_sym__val_number_token5] = ACTIONS(1476), - [aux_sym__val_number_token6] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1476), - [sym__str_single_quotes] = ACTIONS(1476), - [sym__str_back_ticks] = ACTIONS(1476), - [aux_sym__record_key_token2] = ACTIONS(1474), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1031), + [anon_sym_LF] = ACTIONS(1033), + [anon_sym_LBRACK] = ACTIONS(1031), + [anon_sym_LPAREN] = ACTIONS(1031), + [anon_sym_RPAREN] = ACTIONS(1031), + [anon_sym_PIPE] = ACTIONS(1031), + [anon_sym_DOLLAR] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1031), + [anon_sym_DASH] = ACTIONS(1031), + [anon_sym_in] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1031), + [anon_sym_RBRACE] = ACTIONS(1031), + [anon_sym_DOT] = ACTIONS(1031), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_STAR_STAR] = ACTIONS(1031), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_SLASH] = ACTIONS(1031), + [anon_sym_mod] = ACTIONS(1031), + [anon_sym_SLASH_SLASH] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1031), + [anon_sym_bit_DASHshl] = ACTIONS(1031), + [anon_sym_bit_DASHshr] = ACTIONS(1031), + [anon_sym_EQ_EQ] = ACTIONS(1031), + [anon_sym_BANG_EQ] = ACTIONS(1031), + [anon_sym_LT2] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1031), + [anon_sym_GT_EQ] = ACTIONS(1031), + [anon_sym_not_DASHin] = ACTIONS(1031), + [anon_sym_starts_DASHwith] = ACTIONS(1031), + [anon_sym_ends_DASHwith] = ACTIONS(1031), + [anon_sym_EQ_TILDE] = ACTIONS(1031), + [anon_sym_BANG_TILDE] = ACTIONS(1031), + [anon_sym_bit_DASHand] = ACTIONS(1031), + [anon_sym_bit_DASHxor] = ACTIONS(1031), + [anon_sym_bit_DASHor] = ACTIONS(1031), + [anon_sym_and] = ACTIONS(1031), + [anon_sym_xor] = ACTIONS(1031), + [anon_sym_or] = ACTIONS(1031), + [anon_sym_null] = ACTIONS(1031), + [anon_sym_true] = ACTIONS(1031), + [anon_sym_false] = ACTIONS(1031), + [aux_sym__val_number_decimal_token1] = ACTIONS(1031), + [aux_sym__val_number_token1] = ACTIONS(1031), + [aux_sym__val_number_token2] = ACTIONS(1031), + [aux_sym__val_number_token3] = ACTIONS(1031), + [aux_sym__val_number_token4] = ACTIONS(1031), + [aux_sym__val_number_token5] = ACTIONS(1031), + [aux_sym__val_number_token6] = ACTIONS(1031), + [anon_sym_0b] = ACTIONS(1031), + [anon_sym_0o] = ACTIONS(1031), + [anon_sym_0x] = ACTIONS(1031), + [sym_val_date] = ACTIONS(1031), + [anon_sym_DQUOTE] = ACTIONS(1031), + [sym__str_single_quotes] = ACTIONS(1031), + [sym__str_back_ticks] = ACTIONS(1031), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1031), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1031), + [anon_sym_err_GT] = ACTIONS(1031), + [anon_sym_out_GT] = ACTIONS(1031), + [anon_sym_e_GT] = ACTIONS(1031), + [anon_sym_o_GT] = ACTIONS(1031), + [anon_sym_err_PLUSout_GT] = ACTIONS(1031), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1031), + [anon_sym_o_PLUSe_GT] = ACTIONS(1031), + [anon_sym_e_PLUSo_GT] = ACTIONS(1031), + [aux_sym_unquoted_token1] = ACTIONS(1031), + [anon_sym_POUND] = ACTIONS(105), }, [748] = { [sym_comment] = STATE(748), - [anon_sym_PIPE] = ACTIONS(159), - [anon_sym_if] = ACTIONS(159), - [anon_sym_EQ_GT] = ACTIONS(159), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(159), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_LT] = ACTIONS(2257), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_DOT2] = ACTIONS(2117), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_EQ2] = ACTIONS(2257), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token4] = ACTIONS(2119), + [aux_sym_unquoted_token6] = ACTIONS(2121), + [anon_sym_POUND] = ACTIONS(105), }, [749] = { [sym_comment] = STATE(749), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_list] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_make] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_else] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_catch] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_new] = ACTIONS(1419), - [anon_sym_as] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1788), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1421), - [aux_sym__val_number_token2] = ACTIONS(1421), - [aux_sym__val_number_token3] = ACTIONS(1421), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [aux_sym__record_key_token2] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(969), + [anon_sym_LF] = ACTIONS(971), + [anon_sym_LBRACK] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(969), + [anon_sym_RPAREN] = ACTIONS(969), + [anon_sym_PIPE] = ACTIONS(969), + [anon_sym_DOLLAR] = ACTIONS(969), + [anon_sym_GT] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_in] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_RBRACE] = ACTIONS(969), + [anon_sym_DOT] = ACTIONS(969), + [anon_sym_STAR] = ACTIONS(969), + [anon_sym_STAR_STAR] = ACTIONS(969), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_SLASH] = ACTIONS(969), + [anon_sym_mod] = ACTIONS(969), + [anon_sym_SLASH_SLASH] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_bit_DASHshl] = ACTIONS(969), + [anon_sym_bit_DASHshr] = ACTIONS(969), + [anon_sym_EQ_EQ] = ACTIONS(969), + [anon_sym_BANG_EQ] = ACTIONS(969), + [anon_sym_LT2] = ACTIONS(969), + [anon_sym_LT_EQ] = ACTIONS(969), + [anon_sym_GT_EQ] = ACTIONS(969), + [anon_sym_not_DASHin] = ACTIONS(969), + [anon_sym_starts_DASHwith] = ACTIONS(969), + [anon_sym_ends_DASHwith] = ACTIONS(969), + [anon_sym_EQ_TILDE] = ACTIONS(969), + [anon_sym_BANG_TILDE] = ACTIONS(969), + [anon_sym_bit_DASHand] = ACTIONS(969), + [anon_sym_bit_DASHxor] = ACTIONS(969), + [anon_sym_bit_DASHor] = ACTIONS(969), + [anon_sym_and] = ACTIONS(969), + [anon_sym_xor] = ACTIONS(969), + [anon_sym_or] = ACTIONS(969), + [anon_sym_null] = ACTIONS(969), + [anon_sym_true] = ACTIONS(969), + [anon_sym_false] = ACTIONS(969), + [aux_sym__val_number_decimal_token1] = ACTIONS(969), + [aux_sym__val_number_token1] = ACTIONS(969), + [aux_sym__val_number_token2] = ACTIONS(969), + [aux_sym__val_number_token3] = ACTIONS(969), + [aux_sym__val_number_token4] = ACTIONS(969), + [aux_sym__val_number_token5] = ACTIONS(969), + [aux_sym__val_number_token6] = ACTIONS(969), + [anon_sym_0b] = ACTIONS(969), + [anon_sym_0o] = ACTIONS(969), + [anon_sym_0x] = ACTIONS(969), + [sym_val_date] = ACTIONS(969), + [anon_sym_DQUOTE] = ACTIONS(969), + [sym__str_single_quotes] = ACTIONS(969), + [sym__str_back_ticks] = ACTIONS(969), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(969), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(969), + [anon_sym_err_GT] = ACTIONS(969), + [anon_sym_out_GT] = ACTIONS(969), + [anon_sym_e_GT] = ACTIONS(969), + [anon_sym_o_GT] = ACTIONS(969), + [anon_sym_err_PLUSout_GT] = ACTIONS(969), + [anon_sym_out_PLUSerr_GT] = ACTIONS(969), + [anon_sym_o_PLUSe_GT] = ACTIONS(969), + [anon_sym_e_PLUSo_GT] = ACTIONS(969), + [aux_sym_unquoted_token1] = ACTIONS(969), + [anon_sym_POUND] = ACTIONS(105), }, [750] = { [sym_comment] = STATE(750), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1790), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1041), + [anon_sym_LF] = ACTIONS(1043), + [anon_sym_LBRACK] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1041), + [anon_sym_RPAREN] = ACTIONS(1041), + [anon_sym_PIPE] = ACTIONS(1041), + [anon_sym_DOLLAR] = ACTIONS(1041), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_in] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1041), + [anon_sym_RBRACE] = ACTIONS(1041), + [anon_sym_DOT] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_STAR_STAR] = ACTIONS(1041), + [anon_sym_PLUS_PLUS] = ACTIONS(1041), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(1041), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_bit_DASHshl] = ACTIONS(1041), + [anon_sym_bit_DASHshr] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1041), + [anon_sym_BANG_EQ] = ACTIONS(1041), + [anon_sym_LT2] = ACTIONS(1041), + [anon_sym_LT_EQ] = ACTIONS(1041), + [anon_sym_GT_EQ] = ACTIONS(1041), + [anon_sym_not_DASHin] = ACTIONS(1041), + [anon_sym_starts_DASHwith] = ACTIONS(1041), + [anon_sym_ends_DASHwith] = ACTIONS(1041), + [anon_sym_EQ_TILDE] = ACTIONS(1041), + [anon_sym_BANG_TILDE] = ACTIONS(1041), + [anon_sym_bit_DASHand] = ACTIONS(1041), + [anon_sym_bit_DASHxor] = ACTIONS(1041), + [anon_sym_bit_DASHor] = ACTIONS(1041), + [anon_sym_and] = ACTIONS(1041), + [anon_sym_xor] = ACTIONS(1041), + [anon_sym_or] = ACTIONS(1041), + [anon_sym_null] = ACTIONS(1041), + [anon_sym_true] = ACTIONS(1041), + [anon_sym_false] = ACTIONS(1041), + [aux_sym__val_number_decimal_token1] = ACTIONS(1041), + [aux_sym__val_number_token1] = ACTIONS(1041), + [aux_sym__val_number_token2] = ACTIONS(1041), + [aux_sym__val_number_token3] = ACTIONS(1041), + [aux_sym__val_number_token4] = ACTIONS(1041), + [aux_sym__val_number_token5] = ACTIONS(1041), + [aux_sym__val_number_token6] = ACTIONS(1041), + [anon_sym_0b] = ACTIONS(1041), + [anon_sym_0o] = ACTIONS(1041), + [anon_sym_0x] = ACTIONS(1041), + [sym_val_date] = ACTIONS(1041), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym__str_single_quotes] = ACTIONS(1041), + [sym__str_back_ticks] = ACTIONS(1041), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1041), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1041), + [anon_sym_err_GT] = ACTIONS(1041), + [anon_sym_out_GT] = ACTIONS(1041), + [anon_sym_e_GT] = ACTIONS(1041), + [anon_sym_o_GT] = ACTIONS(1041), + [anon_sym_err_PLUSout_GT] = ACTIONS(1041), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1041), + [anon_sym_o_PLUSe_GT] = ACTIONS(1041), + [anon_sym_e_PLUSo_GT] = ACTIONS(1041), + [aux_sym_unquoted_token1] = ACTIONS(1041), + [anon_sym_POUND] = ACTIONS(105), }, [751] = { [sym_comment] = STATE(751), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_list] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_make] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_else] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_catch] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_new] = ACTIONS(1419), - [anon_sym_as] = ACTIONS(1419), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(1788), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1421), - [aux_sym__val_number_token2] = ACTIONS(1421), - [aux_sym__val_number_token3] = ACTIONS(1421), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [aux_sym__record_key_token2] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1045), + [anon_sym_LF] = ACTIONS(1047), + [anon_sym_LBRACK] = ACTIONS(1045), + [anon_sym_LPAREN] = ACTIONS(1045), + [anon_sym_RPAREN] = ACTIONS(1045), + [anon_sym_PIPE] = ACTIONS(1045), + [anon_sym_DOLLAR] = ACTIONS(1045), + [anon_sym_GT] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1045), + [anon_sym_in] = ACTIONS(1045), + [anon_sym_LBRACE] = ACTIONS(1045), + [anon_sym_RBRACE] = ACTIONS(1045), + [anon_sym_DOT] = ACTIONS(1045), + [anon_sym_STAR] = ACTIONS(1045), + [anon_sym_STAR_STAR] = ACTIONS(1045), + [anon_sym_PLUS_PLUS] = ACTIONS(1045), + [anon_sym_SLASH] = ACTIONS(1045), + [anon_sym_mod] = ACTIONS(1045), + [anon_sym_SLASH_SLASH] = ACTIONS(1045), + [anon_sym_PLUS] = ACTIONS(1045), + [anon_sym_bit_DASHshl] = ACTIONS(1045), + [anon_sym_bit_DASHshr] = ACTIONS(1045), + [anon_sym_EQ_EQ] = ACTIONS(1045), + [anon_sym_BANG_EQ] = ACTIONS(1045), + [anon_sym_LT2] = ACTIONS(1045), + [anon_sym_LT_EQ] = ACTIONS(1045), + [anon_sym_GT_EQ] = ACTIONS(1045), + [anon_sym_not_DASHin] = ACTIONS(1045), + [anon_sym_starts_DASHwith] = ACTIONS(1045), + [anon_sym_ends_DASHwith] = ACTIONS(1045), + [anon_sym_EQ_TILDE] = ACTIONS(1045), + [anon_sym_BANG_TILDE] = ACTIONS(1045), + [anon_sym_bit_DASHand] = ACTIONS(1045), + [anon_sym_bit_DASHxor] = ACTIONS(1045), + [anon_sym_bit_DASHor] = ACTIONS(1045), + [anon_sym_and] = ACTIONS(1045), + [anon_sym_xor] = ACTIONS(1045), + [anon_sym_or] = ACTIONS(1045), + [anon_sym_null] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1045), + [anon_sym_false] = ACTIONS(1045), + [aux_sym__val_number_decimal_token1] = ACTIONS(1045), + [aux_sym__val_number_token1] = ACTIONS(1045), + [aux_sym__val_number_token2] = ACTIONS(1045), + [aux_sym__val_number_token3] = ACTIONS(1045), + [aux_sym__val_number_token4] = ACTIONS(1045), + [aux_sym__val_number_token5] = ACTIONS(1045), + [aux_sym__val_number_token6] = ACTIONS(1045), + [anon_sym_0b] = ACTIONS(1045), + [anon_sym_0o] = ACTIONS(1045), + [anon_sym_0x] = ACTIONS(1045), + [sym_val_date] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1045), + [sym__str_single_quotes] = ACTIONS(1045), + [sym__str_back_ticks] = ACTIONS(1045), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1045), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1045), + [anon_sym_err_GT] = ACTIONS(1045), + [anon_sym_out_GT] = ACTIONS(1045), + [anon_sym_e_GT] = ACTIONS(1045), + [anon_sym_o_GT] = ACTIONS(1045), + [anon_sym_err_PLUSout_GT] = ACTIONS(1045), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1045), + [anon_sym_o_PLUSe_GT] = ACTIONS(1045), + [anon_sym_e_PLUSo_GT] = ACTIONS(1045), + [aux_sym_unquoted_token1] = ACTIONS(1045), + [anon_sym_POUND] = ACTIONS(105), }, [752] = { [sym_comment] = STATE(752), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_COMMA] = ACTIONS(1439), - [anon_sym_LPAREN] = ACTIONS(1439), - [anon_sym_DOLLAR] = ACTIONS(1439), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_list] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_make] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_else] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1439), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_catch] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_new] = ACTIONS(1437), - [anon_sym_as] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1439), - [anon_sym_STAR_STAR] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1439), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1439), - [anon_sym_BANG_EQ] = ACTIONS(1439), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1439), - [anon_sym_GT_EQ] = ACTIONS(1439), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1439), - [anon_sym_BANG_TILDE] = ACTIONS(1439), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1439), - [aux_sym__val_number_token2] = ACTIONS(1439), - [aux_sym__val_number_token3] = ACTIONS(1439), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1439), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym__str_single_quotes] = ACTIONS(1439), - [sym__str_back_ticks] = ACTIONS(1439), - [aux_sym__record_key_token2] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(2259), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(2261), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(2263), + [anon_sym_POUND] = ACTIONS(105), }, [753] = { [sym_comment] = STATE(753), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), - [anon_sym_DOT2] = ACTIONS(117), - [anon_sym_ns] = ACTIONS(117), - [anon_sym_s] = ACTIONS(117), - [anon_sym_us] = ACTIONS(117), - [anon_sym_ms] = ACTIONS(117), - [anon_sym_sec] = ACTIONS(117), - [anon_sym_min] = ACTIONS(117), - [anon_sym_hr] = ACTIONS(117), - [anon_sym_day] = ACTIONS(117), - [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), - [anon_sym_B] = ACTIONS(117), - [anon_sym_kb] = ACTIONS(117), - [anon_sym_kB] = ACTIONS(117), - [anon_sym_Kb] = ACTIONS(117), - [anon_sym_KB] = ACTIONS(117), - [anon_sym_mb] = ACTIONS(117), - [anon_sym_mB] = ACTIONS(117), - [anon_sym_Mb] = ACTIONS(117), - [anon_sym_MB] = ACTIONS(117), - [anon_sym_gb] = ACTIONS(117), - [anon_sym_gB] = ACTIONS(117), - [anon_sym_Gb] = ACTIONS(117), - [anon_sym_GB] = ACTIONS(117), - [anon_sym_tb] = ACTIONS(117), - [anon_sym_tB] = ACTIONS(117), - [anon_sym_Tb] = ACTIONS(117), - [anon_sym_TB] = ACTIONS(117), - [anon_sym_pb] = ACTIONS(117), - [anon_sym_pB] = ACTIONS(117), - [anon_sym_Pb] = ACTIONS(117), - [anon_sym_PB] = ACTIONS(117), - [anon_sym_eb] = ACTIONS(117), - [anon_sym_eB] = ACTIONS(117), - [anon_sym_Eb] = ACTIONS(117), - [anon_sym_EB] = ACTIONS(117), - [anon_sym_kib] = ACTIONS(117), - [anon_sym_kiB] = ACTIONS(117), - [anon_sym_kIB] = ACTIONS(117), - [anon_sym_kIb] = ACTIONS(117), - [anon_sym_Kib] = ACTIONS(117), - [anon_sym_KIb] = ACTIONS(117), - [anon_sym_KIB] = ACTIONS(117), - [anon_sym_mib] = ACTIONS(117), - [anon_sym_miB] = ACTIONS(117), - [anon_sym_mIB] = ACTIONS(117), - [anon_sym_mIb] = ACTIONS(117), - [anon_sym_Mib] = ACTIONS(117), - [anon_sym_MIb] = ACTIONS(117), - [anon_sym_MIB] = ACTIONS(117), - [anon_sym_gib] = ACTIONS(117), - [anon_sym_giB] = ACTIONS(117), - [anon_sym_gIB] = ACTIONS(117), - [anon_sym_gIb] = ACTIONS(117), - [anon_sym_Gib] = ACTIONS(117), - [anon_sym_GIb] = ACTIONS(117), - [anon_sym_GIB] = ACTIONS(117), - [anon_sym_tib] = ACTIONS(117), - [anon_sym_tiB] = ACTIONS(117), - [anon_sym_tIB] = ACTIONS(117), - [anon_sym_tIb] = ACTIONS(117), - [anon_sym_Tib] = ACTIONS(117), - [anon_sym_TIb] = ACTIONS(117), - [anon_sym_TIB] = ACTIONS(117), - [anon_sym_pib] = ACTIONS(117), - [anon_sym_piB] = ACTIONS(117), - [anon_sym_pIB] = ACTIONS(117), - [anon_sym_pIb] = ACTIONS(117), - [anon_sym_Pib] = ACTIONS(117), - [anon_sym_PIb] = ACTIONS(117), - [anon_sym_PIB] = ACTIONS(117), - [anon_sym_eib] = ACTIONS(117), - [anon_sym_eiB] = ACTIONS(117), - [anon_sym_eIB] = ACTIONS(117), - [anon_sym_eIb] = ACTIONS(117), - [anon_sym_Eib] = ACTIONS(117), - [anon_sym_EIb] = ACTIONS(117), - [anon_sym_EIB] = ACTIONS(117), - [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [754] = { [sym_comment] = STATE(754), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_ns] = ACTIONS(109), - [anon_sym_s] = ACTIONS(109), - [anon_sym_us] = ACTIONS(109), - [anon_sym_ms] = ACTIONS(109), - [anon_sym_sec] = ACTIONS(109), - [anon_sym_min] = ACTIONS(109), - [anon_sym_hr] = ACTIONS(109), - [anon_sym_day] = ACTIONS(109), - [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), - [anon_sym_B] = ACTIONS(109), - [anon_sym_kb] = ACTIONS(109), - [anon_sym_kB] = ACTIONS(109), - [anon_sym_Kb] = ACTIONS(109), - [anon_sym_KB] = ACTIONS(109), - [anon_sym_mb] = ACTIONS(109), - [anon_sym_mB] = ACTIONS(109), - [anon_sym_Mb] = ACTIONS(109), - [anon_sym_MB] = ACTIONS(109), - [anon_sym_gb] = ACTIONS(109), - [anon_sym_gB] = ACTIONS(109), - [anon_sym_Gb] = ACTIONS(109), - [anon_sym_GB] = ACTIONS(109), - [anon_sym_tb] = ACTIONS(109), - [anon_sym_tB] = ACTIONS(109), - [anon_sym_Tb] = ACTIONS(109), - [anon_sym_TB] = ACTIONS(109), - [anon_sym_pb] = ACTIONS(109), - [anon_sym_pB] = ACTIONS(109), - [anon_sym_Pb] = ACTIONS(109), - [anon_sym_PB] = ACTIONS(109), - [anon_sym_eb] = ACTIONS(109), - [anon_sym_eB] = ACTIONS(109), - [anon_sym_Eb] = ACTIONS(109), - [anon_sym_EB] = ACTIONS(109), - [anon_sym_kib] = ACTIONS(109), - [anon_sym_kiB] = ACTIONS(109), - [anon_sym_kIB] = ACTIONS(109), - [anon_sym_kIb] = ACTIONS(109), - [anon_sym_Kib] = ACTIONS(109), - [anon_sym_KIb] = ACTIONS(109), - [anon_sym_KIB] = ACTIONS(109), - [anon_sym_mib] = ACTIONS(109), - [anon_sym_miB] = ACTIONS(109), - [anon_sym_mIB] = ACTIONS(109), - [anon_sym_mIb] = ACTIONS(109), - [anon_sym_Mib] = ACTIONS(109), - [anon_sym_MIb] = ACTIONS(109), - [anon_sym_MIB] = ACTIONS(109), - [anon_sym_gib] = ACTIONS(109), - [anon_sym_giB] = ACTIONS(109), - [anon_sym_gIB] = ACTIONS(109), - [anon_sym_gIb] = ACTIONS(109), - [anon_sym_Gib] = ACTIONS(109), - [anon_sym_GIb] = ACTIONS(109), - [anon_sym_GIB] = ACTIONS(109), - [anon_sym_tib] = ACTIONS(109), - [anon_sym_tiB] = ACTIONS(109), - [anon_sym_tIB] = ACTIONS(109), - [anon_sym_tIb] = ACTIONS(109), - [anon_sym_Tib] = ACTIONS(109), - [anon_sym_TIb] = ACTIONS(109), - [anon_sym_TIB] = ACTIONS(109), - [anon_sym_pib] = ACTIONS(109), - [anon_sym_piB] = ACTIONS(109), - [anon_sym_pIB] = ACTIONS(109), - [anon_sym_pIb] = ACTIONS(109), - [anon_sym_Pib] = ACTIONS(109), - [anon_sym_PIb] = ACTIONS(109), - [anon_sym_PIB] = ACTIONS(109), - [anon_sym_eib] = ACTIONS(109), - [anon_sym_eiB] = ACTIONS(109), - [anon_sym_eIB] = ACTIONS(109), - [anon_sym_eIb] = ACTIONS(109), - [anon_sym_Eib] = ACTIONS(109), - [anon_sym_EIb] = ACTIONS(109), - [anon_sym_EIB] = ACTIONS(109), - [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1069), + [anon_sym_LF] = ACTIONS(1071), + [anon_sym_LBRACK] = ACTIONS(1069), + [anon_sym_LPAREN] = ACTIONS(1069), + [anon_sym_RPAREN] = ACTIONS(1069), + [anon_sym_PIPE] = ACTIONS(1069), + [anon_sym_DOLLAR] = ACTIONS(1069), + [anon_sym_GT] = ACTIONS(1069), + [anon_sym_DASH] = ACTIONS(1069), + [anon_sym_in] = ACTIONS(1069), + [anon_sym_LBRACE] = ACTIONS(1069), + [anon_sym_RBRACE] = ACTIONS(1069), + [anon_sym_DOT] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1069), + [anon_sym_STAR_STAR] = ACTIONS(1069), + [anon_sym_PLUS_PLUS] = ACTIONS(1069), + [anon_sym_SLASH] = ACTIONS(1069), + [anon_sym_mod] = ACTIONS(1069), + [anon_sym_SLASH_SLASH] = ACTIONS(1069), + [anon_sym_PLUS] = ACTIONS(1069), + [anon_sym_bit_DASHshl] = ACTIONS(1069), + [anon_sym_bit_DASHshr] = ACTIONS(1069), + [anon_sym_EQ_EQ] = ACTIONS(1069), + [anon_sym_BANG_EQ] = ACTIONS(1069), + [anon_sym_LT2] = ACTIONS(1069), + [anon_sym_LT_EQ] = ACTIONS(1069), + [anon_sym_GT_EQ] = ACTIONS(1069), + [anon_sym_not_DASHin] = ACTIONS(1069), + [anon_sym_starts_DASHwith] = ACTIONS(1069), + [anon_sym_ends_DASHwith] = ACTIONS(1069), + [anon_sym_EQ_TILDE] = ACTIONS(1069), + [anon_sym_BANG_TILDE] = ACTIONS(1069), + [anon_sym_bit_DASHand] = ACTIONS(1069), + [anon_sym_bit_DASHxor] = ACTIONS(1069), + [anon_sym_bit_DASHor] = ACTIONS(1069), + [anon_sym_and] = ACTIONS(1069), + [anon_sym_xor] = ACTIONS(1069), + [anon_sym_or] = ACTIONS(1069), + [anon_sym_null] = ACTIONS(1069), + [anon_sym_true] = ACTIONS(1069), + [anon_sym_false] = ACTIONS(1069), + [aux_sym__val_number_decimal_token1] = ACTIONS(1069), + [aux_sym__val_number_token1] = ACTIONS(1069), + [aux_sym__val_number_token2] = ACTIONS(1069), + [aux_sym__val_number_token3] = ACTIONS(1069), + [aux_sym__val_number_token4] = ACTIONS(1069), + [aux_sym__val_number_token5] = ACTIONS(1069), + [aux_sym__val_number_token6] = ACTIONS(1069), + [anon_sym_0b] = ACTIONS(1069), + [anon_sym_0o] = ACTIONS(1069), + [anon_sym_0x] = ACTIONS(1069), + [sym_val_date] = ACTIONS(1069), + [anon_sym_DQUOTE] = ACTIONS(1069), + [sym__str_single_quotes] = ACTIONS(1069), + [sym__str_back_ticks] = ACTIONS(1069), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1069), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1069), + [anon_sym_err_GT] = ACTIONS(1069), + [anon_sym_out_GT] = ACTIONS(1069), + [anon_sym_e_GT] = ACTIONS(1069), + [anon_sym_o_GT] = ACTIONS(1069), + [anon_sym_err_PLUSout_GT] = ACTIONS(1069), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1069), + [anon_sym_o_PLUSe_GT] = ACTIONS(1069), + [anon_sym_e_PLUSo_GT] = ACTIONS(1069), + [aux_sym_unquoted_token1] = ACTIONS(1069), + [anon_sym_POUND] = ACTIONS(105), }, [755] = { [sym_comment] = STATE(755), - [anon_sym_PIPE] = ACTIONS(149), - [anon_sym_EQ_GT] = ACTIONS(149), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_ns] = ACTIONS(149), - [anon_sym_s] = ACTIONS(149), - [anon_sym_us] = ACTIONS(149), - [anon_sym_ms] = ACTIONS(149), - [anon_sym_sec] = ACTIONS(149), - [anon_sym_min] = ACTIONS(149), - [anon_sym_hr] = ACTIONS(149), - [anon_sym_day] = ACTIONS(149), - [anon_sym_wk] = ACTIONS(149), - [anon_sym_b] = ACTIONS(149), - [anon_sym_B] = ACTIONS(149), - [anon_sym_kb] = ACTIONS(149), - [anon_sym_kB] = ACTIONS(149), - [anon_sym_Kb] = ACTIONS(149), - [anon_sym_KB] = ACTIONS(149), - [anon_sym_mb] = ACTIONS(149), - [anon_sym_mB] = ACTIONS(149), - [anon_sym_Mb] = ACTIONS(149), - [anon_sym_MB] = ACTIONS(149), - [anon_sym_gb] = ACTIONS(149), - [anon_sym_gB] = ACTIONS(149), - [anon_sym_Gb] = ACTIONS(149), - [anon_sym_GB] = ACTIONS(149), - [anon_sym_tb] = ACTIONS(149), - [anon_sym_tB] = ACTIONS(149), - [anon_sym_Tb] = ACTIONS(149), - [anon_sym_TB] = ACTIONS(149), - [anon_sym_pb] = ACTIONS(149), - [anon_sym_pB] = ACTIONS(149), - [anon_sym_Pb] = ACTIONS(149), - [anon_sym_PB] = ACTIONS(149), - [anon_sym_eb] = ACTIONS(149), - [anon_sym_eB] = ACTIONS(149), - [anon_sym_Eb] = ACTIONS(149), - [anon_sym_EB] = ACTIONS(149), - [anon_sym_kib] = ACTIONS(149), - [anon_sym_kiB] = ACTIONS(149), - [anon_sym_kIB] = ACTIONS(149), - [anon_sym_kIb] = ACTIONS(149), - [anon_sym_Kib] = ACTIONS(149), - [anon_sym_KIb] = ACTIONS(149), - [anon_sym_KIB] = ACTIONS(149), - [anon_sym_mib] = ACTIONS(149), - [anon_sym_miB] = ACTIONS(149), - [anon_sym_mIB] = ACTIONS(149), - [anon_sym_mIb] = ACTIONS(149), - [anon_sym_Mib] = ACTIONS(149), - [anon_sym_MIb] = ACTIONS(149), - [anon_sym_MIB] = ACTIONS(149), - [anon_sym_gib] = ACTIONS(149), - [anon_sym_giB] = ACTIONS(149), - [anon_sym_gIB] = ACTIONS(149), - [anon_sym_gIb] = ACTIONS(149), - [anon_sym_Gib] = ACTIONS(149), - [anon_sym_GIb] = ACTIONS(149), - [anon_sym_GIB] = ACTIONS(149), - [anon_sym_tib] = ACTIONS(149), - [anon_sym_tiB] = ACTIONS(149), - [anon_sym_tIB] = ACTIONS(149), - [anon_sym_tIb] = ACTIONS(149), - [anon_sym_Tib] = ACTIONS(149), - [anon_sym_TIb] = ACTIONS(149), - [anon_sym_TIB] = ACTIONS(149), - [anon_sym_pib] = ACTIONS(149), - [anon_sym_piB] = ACTIONS(149), - [anon_sym_pIB] = ACTIONS(149), - [anon_sym_pIb] = ACTIONS(149), - [anon_sym_Pib] = ACTIONS(149), - [anon_sym_PIb] = ACTIONS(149), - [anon_sym_PIB] = ACTIONS(149), - [anon_sym_eib] = ACTIONS(149), - [anon_sym_eiB] = ACTIONS(149), - [anon_sym_eIB] = ACTIONS(149), - [anon_sym_eIb] = ACTIONS(149), - [anon_sym_Eib] = ACTIONS(149), - [anon_sym_EIb] = ACTIONS(149), - [anon_sym_EIB] = ACTIONS(149), - [aux_sym_unquoted_token6] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(961), + [anon_sym_mod] = ACTIONS(961), + [anon_sym_SLASH_SLASH] = ACTIONS(961), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [756] = { [sym_comment] = STATE(756), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1443), - [anon_sym_DOLLAR] = ACTIONS(1443), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_list] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_make] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_catch] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_new] = ACTIONS(1441), - [anon_sym_as] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1443), - [anon_sym_STAR_STAR] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1443), - [anon_sym_BANG_EQ] = ACTIONS(1443), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1443), - [anon_sym_GT_EQ] = ACTIONS(1443), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1443), - [anon_sym_BANG_TILDE] = ACTIONS(1443), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1443), - [aux_sym__val_number_token2] = ACTIONS(1443), - [aux_sym__val_number_token3] = ACTIONS(1443), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1443), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1443), - [sym__str_single_quotes] = ACTIONS(1443), - [sym__str_back_ticks] = ACTIONS(1443), - [aux_sym__record_key_token2] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [757] = { [sym_comment] = STATE(757), - [anon_sym_PIPE] = ACTIONS(159), - [anon_sym_EQ_GT] = ACTIONS(159), - [anon_sym_DOT2] = ACTIONS(159), - [anon_sym_ns] = ACTIONS(159), - [anon_sym_s] = ACTIONS(159), - [anon_sym_us] = ACTIONS(159), - [anon_sym_ms] = ACTIONS(159), - [anon_sym_sec] = ACTIONS(159), - [anon_sym_min] = ACTIONS(159), - [anon_sym_hr] = ACTIONS(159), - [anon_sym_day] = ACTIONS(159), - [anon_sym_wk] = ACTIONS(159), - [anon_sym_b] = ACTIONS(159), - [anon_sym_B] = ACTIONS(159), - [anon_sym_kb] = ACTIONS(159), - [anon_sym_kB] = ACTIONS(159), - [anon_sym_Kb] = ACTIONS(159), - [anon_sym_KB] = ACTIONS(159), - [anon_sym_mb] = ACTIONS(159), - [anon_sym_mB] = ACTIONS(159), - [anon_sym_Mb] = ACTIONS(159), - [anon_sym_MB] = ACTIONS(159), - [anon_sym_gb] = ACTIONS(159), - [anon_sym_gB] = ACTIONS(159), - [anon_sym_Gb] = ACTIONS(159), - [anon_sym_GB] = ACTIONS(159), - [anon_sym_tb] = ACTIONS(159), - [anon_sym_tB] = ACTIONS(159), - [anon_sym_Tb] = ACTIONS(159), - [anon_sym_TB] = ACTIONS(159), - [anon_sym_pb] = ACTIONS(159), - [anon_sym_pB] = ACTIONS(159), - [anon_sym_Pb] = ACTIONS(159), - [anon_sym_PB] = ACTIONS(159), - [anon_sym_eb] = ACTIONS(159), - [anon_sym_eB] = ACTIONS(159), - [anon_sym_Eb] = ACTIONS(159), - [anon_sym_EB] = ACTIONS(159), - [anon_sym_kib] = ACTIONS(159), - [anon_sym_kiB] = ACTIONS(159), - [anon_sym_kIB] = ACTIONS(159), - [anon_sym_kIb] = ACTIONS(159), - [anon_sym_Kib] = ACTIONS(159), - [anon_sym_KIb] = ACTIONS(159), - [anon_sym_KIB] = ACTIONS(159), - [anon_sym_mib] = ACTIONS(159), - [anon_sym_miB] = ACTIONS(159), - [anon_sym_mIB] = ACTIONS(159), - [anon_sym_mIb] = ACTIONS(159), - [anon_sym_Mib] = ACTIONS(159), - [anon_sym_MIb] = ACTIONS(159), - [anon_sym_MIB] = ACTIONS(159), - [anon_sym_gib] = ACTIONS(159), - [anon_sym_giB] = ACTIONS(159), - [anon_sym_gIB] = ACTIONS(159), - [anon_sym_gIb] = ACTIONS(159), - [anon_sym_Gib] = ACTIONS(159), - [anon_sym_GIb] = ACTIONS(159), - [anon_sym_GIB] = ACTIONS(159), - [anon_sym_tib] = ACTIONS(159), - [anon_sym_tiB] = ACTIONS(159), - [anon_sym_tIB] = ACTIONS(159), - [anon_sym_tIb] = ACTIONS(159), - [anon_sym_Tib] = ACTIONS(159), - [anon_sym_TIb] = ACTIONS(159), - [anon_sym_TIB] = ACTIONS(159), - [anon_sym_pib] = ACTIONS(159), - [anon_sym_piB] = ACTIONS(159), - [anon_sym_pIB] = ACTIONS(159), - [anon_sym_pIb] = ACTIONS(159), - [anon_sym_Pib] = ACTIONS(159), - [anon_sym_PIb] = ACTIONS(159), - [anon_sym_PIB] = ACTIONS(159), - [anon_sym_eib] = ACTIONS(159), - [anon_sym_eiB] = ACTIONS(159), - [anon_sym_eIB] = ACTIONS(159), - [anon_sym_eIb] = ACTIONS(159), - [anon_sym_Eib] = ACTIONS(159), - [anon_sym_EIb] = ACTIONS(159), - [anon_sym_EIB] = ACTIONS(159), - [aux_sym_unquoted_token6] = ACTIONS(157), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(870), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_DOT2] = ACTIONS(2196), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_err_GT] = ACTIONS(868), + [anon_sym_out_GT] = ACTIONS(868), + [anon_sym_e_GT] = ACTIONS(868), + [anon_sym_o_GT] = ACTIONS(868), + [anon_sym_err_PLUSout_GT] = ACTIONS(868), + [anon_sym_out_PLUSerr_GT] = ACTIONS(868), + [anon_sym_o_PLUSe_GT] = ACTIONS(868), + [anon_sym_e_PLUSo_GT] = ACTIONS(868), + [aux_sym_unquoted_token1] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [758] = { [sym_comment] = STATE(758), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(2224), + [anon_sym_bit_DASHxor] = ACTIONS(2226), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [759] = { [sym_comment] = STATE(759), - [anon_sym_export] = ACTIONS(1524), - [anon_sym_alias] = ACTIONS(1524), - [anon_sym_let] = ACTIONS(1524), - [anon_sym_let_DASHenv] = ACTIONS(1524), - [anon_sym_mut] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [sym_cmd_identifier] = ACTIONS(1524), - [anon_sym_def] = ACTIONS(1524), - [anon_sym_export_DASHenv] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym_module] = ACTIONS(1524), - [anon_sym_use] = ACTIONS(1524), - [anon_sym_COMMA] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1526), - [anon_sym_error] = ACTIONS(1524), - [anon_sym_list] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_loop] = ACTIONS(1524), - [anon_sym_make] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_else] = ACTIONS(1524), - [anon_sym_match] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1524), - [anon_sym_catch] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_source] = ACTIONS(1524), - [anon_sym_source_DASHenv] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_hide] = ACTIONS(1524), - [anon_sym_hide_DASHenv] = ACTIONS(1524), - [anon_sym_overlay] = ACTIONS(1524), - [anon_sym_new] = ACTIONS(1524), - [anon_sym_as] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_STAR_STAR] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_mod] = ACTIONS(1524), - [anon_sym_SLASH_SLASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1526), - [anon_sym_BANG_EQ] = ACTIONS(1526), - [anon_sym_LT2] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1526), - [anon_sym_not_DASHin] = ACTIONS(1524), - [anon_sym_starts_DASHwith] = ACTIONS(1524), - [anon_sym_ends_DASHwith] = ACTIONS(1524), - [anon_sym_EQ_TILDE] = ACTIONS(1526), - [anon_sym_BANG_TILDE] = ACTIONS(1526), - [anon_sym_bit_DASHand] = ACTIONS(1524), - [anon_sym_bit_DASHxor] = ACTIONS(1524), - [anon_sym_bit_DASHor] = ACTIONS(1524), - [anon_sym_and] = ACTIONS(1524), - [anon_sym_xor] = ACTIONS(1524), - [anon_sym_or] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1526), - [aux_sym__val_number_token2] = ACTIONS(1526), - [aux_sym__val_number_token3] = ACTIONS(1526), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1526), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym__str_single_quotes] = ACTIONS(1526), - [sym__str_back_ticks] = ACTIONS(1526), - [aux_sym__record_key_token2] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [760] = { [sym_comment] = STATE(760), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_DOLLAR] = ACTIONS(215), - [anon_sym_error] = ACTIONS(213), - [anon_sym_list] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_make] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_else] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(215), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(1792), - [anon_sym_try] = ACTIONS(213), - [anon_sym_catch] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_new] = ACTIONS(213), - [anon_sym_as] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(215), - [anon_sym_PLUS_PLUS] = ACTIONS(215), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(215), - [anon_sym_BANG_EQ] = ACTIONS(215), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(215), - [anon_sym_GT_EQ] = ACTIONS(215), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(215), - [anon_sym_BANG_TILDE] = ACTIONS(215), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(215), - [aux_sym__val_number_token2] = ACTIONS(215), - [aux_sym__val_number_token3] = ACTIONS(215), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(215), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(215), - [sym__str_single_quotes] = ACTIONS(215), - [sym__str_back_ticks] = ACTIONS(215), - [aux_sym__record_key_token2] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_RPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2202), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2206), + [anon_sym_STAR_STAR] = ACTIONS(2208), + [anon_sym_PLUS_PLUS] = ACTIONS(2208), + [anon_sym_SLASH] = ACTIONS(2206), + [anon_sym_mod] = ACTIONS(2206), + [anon_sym_SLASH_SLASH] = ACTIONS(2206), + [anon_sym_PLUS] = ACTIONS(2202), + [anon_sym_bit_DASHshl] = ACTIONS(2210), + [anon_sym_bit_DASHshr] = ACTIONS(2210), + [anon_sym_EQ_EQ] = ACTIONS(2200), + [anon_sym_BANG_EQ] = ACTIONS(2200), + [anon_sym_LT2] = ACTIONS(2200), + [anon_sym_LT_EQ] = ACTIONS(2200), + [anon_sym_GT_EQ] = ACTIONS(2200), + [anon_sym_not_DASHin] = ACTIONS(2204), + [anon_sym_starts_DASHwith] = ACTIONS(2204), + [anon_sym_ends_DASHwith] = ACTIONS(2204), + [anon_sym_EQ_TILDE] = ACTIONS(2220), + [anon_sym_BANG_TILDE] = ACTIONS(2220), + [anon_sym_bit_DASHand] = ACTIONS(2224), + [anon_sym_bit_DASHxor] = ACTIONS(2226), + [anon_sym_bit_DASHor] = ACTIONS(2228), + [anon_sym_and] = ACTIONS(2230), + [anon_sym_xor] = ACTIONS(2235), + [anon_sym_or] = ACTIONS(2265), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [761] = { [sym_comment] = STATE(761), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_alias] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_let_DASHenv] = ACTIONS(1509), - [anon_sym_mut] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [sym_cmd_identifier] = ACTIONS(1509), - [anon_sym_def] = ACTIONS(1509), - [anon_sym_export_DASHenv] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_use] = ACTIONS(1509), - [anon_sym_COMMA] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1511), - [anon_sym_DOLLAR] = ACTIONS(1511), - [anon_sym_error] = ACTIONS(1509), - [anon_sym_list] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_loop] = ACTIONS(1509), - [anon_sym_make] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_else] = ACTIONS(1509), - [anon_sym_match] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1511), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_catch] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_source] = ACTIONS(1509), - [anon_sym_source_DASHenv] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_hide] = ACTIONS(1509), - [anon_sym_hide_DASHenv] = ACTIONS(1509), - [anon_sym_overlay] = ACTIONS(1509), - [anon_sym_new] = ACTIONS(1509), - [anon_sym_as] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_STAR_STAR] = ACTIONS(1511), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_mod] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(1511), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_bit_DASHshl] = ACTIONS(1509), - [anon_sym_bit_DASHshr] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1511), - [anon_sym_BANG_EQ] = ACTIONS(1511), - [anon_sym_LT2] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1511), - [anon_sym_GT_EQ] = ACTIONS(1511), - [anon_sym_not_DASHin] = ACTIONS(1509), - [anon_sym_starts_DASHwith] = ACTIONS(1509), - [anon_sym_ends_DASHwith] = ACTIONS(1509), - [anon_sym_EQ_TILDE] = ACTIONS(1511), - [anon_sym_BANG_TILDE] = ACTIONS(1511), - [anon_sym_bit_DASHand] = ACTIONS(1509), - [anon_sym_bit_DASHxor] = ACTIONS(1509), - [anon_sym_bit_DASHor] = ACTIONS(1509), - [anon_sym_and] = ACTIONS(1509), - [anon_sym_xor] = ACTIONS(1509), - [anon_sym_or] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1511), - [aux_sym__val_number_token2] = ACTIONS(1511), - [aux_sym__val_number_token3] = ACTIONS(1511), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1511), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1511), - [sym__str_single_quotes] = ACTIONS(1511), - [sym__str_back_ticks] = ACTIONS(1511), - [aux_sym__record_key_token2] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1073), + [anon_sym_LF] = ACTIONS(1075), + [anon_sym_LBRACK] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_RPAREN] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_in] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_RBRACE] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_STAR_STAR] = ACTIONS(1073), + [anon_sym_PLUS_PLUS] = ACTIONS(1073), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_mod] = ACTIONS(1073), + [anon_sym_SLASH_SLASH] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_bit_DASHshl] = ACTIONS(1073), + [anon_sym_bit_DASHshr] = ACTIONS(1073), + [anon_sym_EQ_EQ] = ACTIONS(1073), + [anon_sym_BANG_EQ] = ACTIONS(1073), + [anon_sym_LT2] = ACTIONS(1073), + [anon_sym_LT_EQ] = ACTIONS(1073), + [anon_sym_GT_EQ] = ACTIONS(1073), + [anon_sym_not_DASHin] = ACTIONS(1073), + [anon_sym_starts_DASHwith] = ACTIONS(1073), + [anon_sym_ends_DASHwith] = ACTIONS(1073), + [anon_sym_EQ_TILDE] = ACTIONS(1073), + [anon_sym_BANG_TILDE] = ACTIONS(1073), + [anon_sym_bit_DASHand] = ACTIONS(1073), + [anon_sym_bit_DASHxor] = ACTIONS(1073), + [anon_sym_bit_DASHor] = ACTIONS(1073), + [anon_sym_and] = ACTIONS(1073), + [anon_sym_xor] = ACTIONS(1073), + [anon_sym_or] = ACTIONS(1073), + [anon_sym_null] = ACTIONS(1073), + [anon_sym_true] = ACTIONS(1073), + [anon_sym_false] = ACTIONS(1073), + [aux_sym__val_number_decimal_token1] = ACTIONS(1073), + [aux_sym__val_number_token1] = ACTIONS(1073), + [aux_sym__val_number_token2] = ACTIONS(1073), + [aux_sym__val_number_token3] = ACTIONS(1073), + [aux_sym__val_number_token4] = ACTIONS(1073), + [aux_sym__val_number_token5] = ACTIONS(1073), + [aux_sym__val_number_token6] = ACTIONS(1073), + [anon_sym_0b] = ACTIONS(1073), + [anon_sym_0o] = ACTIONS(1073), + [anon_sym_0x] = ACTIONS(1073), + [sym_val_date] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [sym__str_single_quotes] = ACTIONS(1073), + [sym__str_back_ticks] = ACTIONS(1073), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1073), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1073), + [anon_sym_err_GT] = ACTIONS(1073), + [anon_sym_out_GT] = ACTIONS(1073), + [anon_sym_e_GT] = ACTIONS(1073), + [anon_sym_o_GT] = ACTIONS(1073), + [anon_sym_err_PLUSout_GT] = ACTIONS(1073), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1073), + [anon_sym_o_PLUSe_GT] = ACTIONS(1073), + [anon_sym_e_PLUSo_GT] = ACTIONS(1073), + [aux_sym_unquoted_token1] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(105), }, [762] = { + [sym__match_pattern_record_variable] = STATE(2028), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(1679), + [sym__var] = STATE(1388), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2028), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(762), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(1315), + [aux_sym__match_pattern_record_repeat1] = STATE(843), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2273), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [763] = { [sym_comment] = STATE(763), - [anon_sym_PIPE] = ACTIONS(223), - [anon_sym_if] = ACTIONS(223), - [anon_sym_EQ_GT] = ACTIONS(223), - [anon_sym_ns] = ACTIONS(223), - [anon_sym_s] = ACTIONS(223), - [anon_sym_us] = ACTIONS(223), - [anon_sym_ms] = ACTIONS(223), - [anon_sym_sec] = ACTIONS(223), - [anon_sym_min] = ACTIONS(223), - [anon_sym_hr] = ACTIONS(223), - [anon_sym_day] = ACTIONS(223), - [anon_sym_wk] = ACTIONS(223), - [anon_sym_b] = ACTIONS(223), - [anon_sym_B] = ACTIONS(223), - [anon_sym_kb] = ACTIONS(223), - [anon_sym_kB] = ACTIONS(223), - [anon_sym_Kb] = ACTIONS(223), - [anon_sym_KB] = ACTIONS(223), - [anon_sym_mb] = ACTIONS(223), - [anon_sym_mB] = ACTIONS(223), - [anon_sym_Mb] = ACTIONS(223), - [anon_sym_MB] = ACTIONS(223), - [anon_sym_gb] = ACTIONS(223), - [anon_sym_gB] = ACTIONS(223), - [anon_sym_Gb] = ACTIONS(223), - [anon_sym_GB] = ACTIONS(223), - [anon_sym_tb] = ACTIONS(223), - [anon_sym_tB] = ACTIONS(223), - [anon_sym_Tb] = ACTIONS(223), - [anon_sym_TB] = ACTIONS(223), - [anon_sym_pb] = ACTIONS(223), - [anon_sym_pB] = ACTIONS(223), - [anon_sym_Pb] = ACTIONS(223), - [anon_sym_PB] = ACTIONS(223), - [anon_sym_eb] = ACTIONS(223), - [anon_sym_eB] = ACTIONS(223), - [anon_sym_Eb] = ACTIONS(223), - [anon_sym_EB] = ACTIONS(223), - [anon_sym_kib] = ACTIONS(223), - [anon_sym_kiB] = ACTIONS(223), - [anon_sym_kIB] = ACTIONS(223), - [anon_sym_kIb] = ACTIONS(223), - [anon_sym_Kib] = ACTIONS(223), - [anon_sym_KIb] = ACTIONS(223), - [anon_sym_KIB] = ACTIONS(223), - [anon_sym_mib] = ACTIONS(223), - [anon_sym_miB] = ACTIONS(223), - [anon_sym_mIB] = ACTIONS(223), - [anon_sym_mIb] = ACTIONS(223), - [anon_sym_Mib] = ACTIONS(223), - [anon_sym_MIb] = ACTIONS(223), - [anon_sym_MIB] = ACTIONS(223), - [anon_sym_gib] = ACTIONS(223), - [anon_sym_giB] = ACTIONS(223), - [anon_sym_gIB] = ACTIONS(223), - [anon_sym_gIb] = ACTIONS(223), - [anon_sym_Gib] = ACTIONS(223), - [anon_sym_GIb] = ACTIONS(223), - [anon_sym_GIB] = ACTIONS(223), - [anon_sym_tib] = ACTIONS(223), - [anon_sym_tiB] = ACTIONS(223), - [anon_sym_tIB] = ACTIONS(223), - [anon_sym_tIb] = ACTIONS(223), - [anon_sym_Tib] = ACTIONS(223), - [anon_sym_TIb] = ACTIONS(223), - [anon_sym_TIB] = ACTIONS(223), - [anon_sym_pib] = ACTIONS(223), - [anon_sym_piB] = ACTIONS(223), - [anon_sym_pIB] = ACTIONS(223), - [anon_sym_pIb] = ACTIONS(223), - [anon_sym_Pib] = ACTIONS(223), - [anon_sym_PIb] = ACTIONS(223), - [anon_sym_PIB] = ACTIONS(223), - [anon_sym_eib] = ACTIONS(223), - [anon_sym_eiB] = ACTIONS(223), - [anon_sym_eIB] = ACTIONS(223), - [anon_sym_eIb] = ACTIONS(223), - [anon_sym_Eib] = ACTIONS(223), - [anon_sym_EIb] = ACTIONS(223), - [anon_sym_EIB] = ACTIONS(223), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [764] = { [sym_comment] = STATE(764), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_COMMA] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1377), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_list] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_make] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_else] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1377), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_catch] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_new] = ACTIONS(1375), - [anon_sym_as] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1377), - [sym__str_single_quotes] = ACTIONS(1377), - [sym__str_back_ticks] = ACTIONS(1377), - [aux_sym__record_key_token2] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(1739), + [ts_builtin_sym_end] = ACTIONS(977), + [anon_sym_SEMI] = ACTIONS(975), + [anon_sym_LF] = ACTIONS(977), + [anon_sym_LBRACK] = ACTIONS(975), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(975), + [anon_sym_DOLLAR] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_in] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(975), + [anon_sym_DOT] = ACTIONS(975), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_STAR_STAR] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_mod] = ACTIONS(975), + [anon_sym_SLASH_SLASH] = ACTIONS(975), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_bit_DASHshl] = ACTIONS(975), + [anon_sym_bit_DASHshr] = ACTIONS(975), + [anon_sym_EQ_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_LT2] = ACTIONS(975), + [anon_sym_LT_EQ] = ACTIONS(975), + [anon_sym_GT_EQ] = ACTIONS(975), + [anon_sym_not_DASHin] = ACTIONS(975), + [anon_sym_starts_DASHwith] = ACTIONS(975), + [anon_sym_ends_DASHwith] = ACTIONS(975), + [anon_sym_EQ_TILDE] = ACTIONS(975), + [anon_sym_BANG_TILDE] = ACTIONS(975), + [anon_sym_bit_DASHand] = ACTIONS(975), + [anon_sym_bit_DASHxor] = ACTIONS(975), + [anon_sym_bit_DASHor] = ACTIONS(975), + [anon_sym_and] = ACTIONS(975), + [anon_sym_xor] = ACTIONS(975), + [anon_sym_or] = ACTIONS(975), + [anon_sym_null] = ACTIONS(975), + [anon_sym_true] = ACTIONS(975), + [anon_sym_false] = ACTIONS(975), + [aux_sym__val_number_decimal_token1] = ACTIONS(975), + [aux_sym__val_number_token1] = ACTIONS(975), + [aux_sym__val_number_token2] = ACTIONS(975), + [aux_sym__val_number_token3] = ACTIONS(975), + [aux_sym__val_number_token4] = ACTIONS(975), + [aux_sym__val_number_token5] = ACTIONS(975), + [aux_sym__val_number_token6] = ACTIONS(975), + [anon_sym_0b] = ACTIONS(975), + [anon_sym_0o] = ACTIONS(975), + [anon_sym_0x] = ACTIONS(975), + [sym_val_date] = ACTIONS(975), + [anon_sym_DQUOTE] = ACTIONS(975), + [sym__str_single_quotes] = ACTIONS(975), + [sym__str_back_ticks] = ACTIONS(975), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(975), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(975), + [anon_sym_err_GT] = ACTIONS(975), + [anon_sym_out_GT] = ACTIONS(975), + [anon_sym_e_GT] = ACTIONS(975), + [anon_sym_o_GT] = ACTIONS(975), + [anon_sym_err_PLUSout_GT] = ACTIONS(975), + [anon_sym_out_PLUSerr_GT] = ACTIONS(975), + [anon_sym_o_PLUSe_GT] = ACTIONS(975), + [anon_sym_e_PLUSo_GT] = ACTIONS(975), + [aux_sym_unquoted_token1] = ACTIONS(975), [anon_sym_POUND] = ACTIONS(105), }, [765] = { [sym_comment] = STATE(765), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_EQ_GT] = ACTIONS(1371), - [anon_sym_ns] = ACTIONS(1325), - [anon_sym_s] = ACTIONS(1325), - [anon_sym_us] = ACTIONS(1325), - [anon_sym_ms] = ACTIONS(1325), - [anon_sym_sec] = ACTIONS(1325), - [anon_sym_min] = ACTIONS(1325), - [anon_sym_hr] = ACTIONS(1325), - [anon_sym_day] = ACTIONS(1325), - [anon_sym_wk] = ACTIONS(1325), - [anon_sym_b] = ACTIONS(1329), - [anon_sym_B] = ACTIONS(1329), - [anon_sym_kb] = ACTIONS(1329), - [anon_sym_kB] = ACTIONS(1329), - [anon_sym_Kb] = ACTIONS(1329), - [anon_sym_KB] = ACTIONS(1329), - [anon_sym_mb] = ACTIONS(1329), - [anon_sym_mB] = ACTIONS(1329), - [anon_sym_Mb] = ACTIONS(1329), - [anon_sym_MB] = ACTIONS(1329), - [anon_sym_gb] = ACTIONS(1329), - [anon_sym_gB] = ACTIONS(1329), - [anon_sym_Gb] = ACTIONS(1329), - [anon_sym_GB] = ACTIONS(1329), - [anon_sym_tb] = ACTIONS(1329), - [anon_sym_tB] = ACTIONS(1329), - [anon_sym_Tb] = ACTIONS(1329), - [anon_sym_TB] = ACTIONS(1329), - [anon_sym_pb] = ACTIONS(1329), - [anon_sym_pB] = ACTIONS(1329), - [anon_sym_Pb] = ACTIONS(1329), - [anon_sym_PB] = ACTIONS(1329), - [anon_sym_eb] = ACTIONS(1329), - [anon_sym_eB] = ACTIONS(1329), - [anon_sym_Eb] = ACTIONS(1329), - [anon_sym_EB] = ACTIONS(1329), - [anon_sym_kib] = ACTIONS(1329), - [anon_sym_kiB] = ACTIONS(1329), - [anon_sym_kIB] = ACTIONS(1329), - [anon_sym_kIb] = ACTIONS(1329), - [anon_sym_Kib] = ACTIONS(1329), - [anon_sym_KIb] = ACTIONS(1329), - [anon_sym_KIB] = ACTIONS(1329), - [anon_sym_mib] = ACTIONS(1329), - [anon_sym_miB] = ACTIONS(1329), - [anon_sym_mIB] = ACTIONS(1329), - [anon_sym_mIb] = ACTIONS(1329), - [anon_sym_Mib] = ACTIONS(1329), - [anon_sym_MIb] = ACTIONS(1329), - [anon_sym_MIB] = ACTIONS(1329), - [anon_sym_gib] = ACTIONS(1329), - [anon_sym_giB] = ACTIONS(1329), - [anon_sym_gIB] = ACTIONS(1329), - [anon_sym_gIb] = ACTIONS(1329), - [anon_sym_Gib] = ACTIONS(1329), - [anon_sym_GIb] = ACTIONS(1329), - [anon_sym_GIB] = ACTIONS(1329), - [anon_sym_tib] = ACTIONS(1329), - [anon_sym_tiB] = ACTIONS(1329), - [anon_sym_tIB] = ACTIONS(1329), - [anon_sym_tIb] = ACTIONS(1329), - [anon_sym_Tib] = ACTIONS(1329), - [anon_sym_TIb] = ACTIONS(1329), - [anon_sym_TIB] = ACTIONS(1329), - [anon_sym_pib] = ACTIONS(1329), - [anon_sym_piB] = ACTIONS(1329), - [anon_sym_pIB] = ACTIONS(1329), - [anon_sym_pIb] = ACTIONS(1329), - [anon_sym_Pib] = ACTIONS(1329), - [anon_sym_PIb] = ACTIONS(1329), - [anon_sym_PIB] = ACTIONS(1329), - [anon_sym_eib] = ACTIONS(1329), - [anon_sym_eiB] = ACTIONS(1329), - [anon_sym_eIB] = ACTIONS(1329), - [anon_sym_eIb] = ACTIONS(1329), - [anon_sym_Eib] = ACTIONS(1329), - [anon_sym_EIb] = ACTIONS(1329), - [anon_sym_EIB] = ACTIONS(1329), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(971), + [anon_sym_SEMI] = ACTIONS(969), + [anon_sym_LF] = ACTIONS(971), + [anon_sym_LBRACK] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(969), + [anon_sym_PIPE] = ACTIONS(969), + [anon_sym_DOLLAR] = ACTIONS(969), + [anon_sym_GT] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_in] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_DOT] = ACTIONS(969), + [anon_sym_STAR] = ACTIONS(969), + [anon_sym_STAR_STAR] = ACTIONS(969), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_SLASH] = ACTIONS(969), + [anon_sym_mod] = ACTIONS(969), + [anon_sym_SLASH_SLASH] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_bit_DASHshl] = ACTIONS(969), + [anon_sym_bit_DASHshr] = ACTIONS(969), + [anon_sym_EQ_EQ] = ACTIONS(969), + [anon_sym_BANG_EQ] = ACTIONS(969), + [anon_sym_LT2] = ACTIONS(969), + [anon_sym_LT_EQ] = ACTIONS(969), + [anon_sym_GT_EQ] = ACTIONS(969), + [anon_sym_not_DASHin] = ACTIONS(969), + [anon_sym_starts_DASHwith] = ACTIONS(969), + [anon_sym_ends_DASHwith] = ACTIONS(969), + [anon_sym_EQ_TILDE] = ACTIONS(969), + [anon_sym_BANG_TILDE] = ACTIONS(969), + [anon_sym_bit_DASHand] = ACTIONS(969), + [anon_sym_bit_DASHxor] = ACTIONS(969), + [anon_sym_bit_DASHor] = ACTIONS(969), + [anon_sym_and] = ACTIONS(969), + [anon_sym_xor] = ACTIONS(969), + [anon_sym_or] = ACTIONS(969), + [anon_sym_null] = ACTIONS(969), + [anon_sym_true] = ACTIONS(969), + [anon_sym_false] = ACTIONS(969), + [aux_sym__val_number_decimal_token1] = ACTIONS(969), + [aux_sym__val_number_token1] = ACTIONS(969), + [aux_sym__val_number_token2] = ACTIONS(969), + [aux_sym__val_number_token3] = ACTIONS(969), + [aux_sym__val_number_token4] = ACTIONS(969), + [aux_sym__val_number_token5] = ACTIONS(969), + [aux_sym__val_number_token6] = ACTIONS(969), + [anon_sym_0b] = ACTIONS(969), + [anon_sym_0o] = ACTIONS(969), + [anon_sym_0x] = ACTIONS(969), + [sym_val_date] = ACTIONS(969), + [anon_sym_DQUOTE] = ACTIONS(969), + [sym__str_single_quotes] = ACTIONS(969), + [sym__str_back_ticks] = ACTIONS(969), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(969), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(969), + [anon_sym_err_GT] = ACTIONS(969), + [anon_sym_out_GT] = ACTIONS(969), + [anon_sym_e_GT] = ACTIONS(969), + [anon_sym_o_GT] = ACTIONS(969), + [anon_sym_err_PLUSout_GT] = ACTIONS(969), + [anon_sym_out_PLUSerr_GT] = ACTIONS(969), + [anon_sym_o_PLUSe_GT] = ACTIONS(969), + [anon_sym_e_PLUSo_GT] = ACTIONS(969), + [aux_sym_unquoted_token1] = ACTIONS(969), + [anon_sym_POUND] = ACTIONS(105), }, [766] = { + [sym_cell_path] = STATE(1100), + [sym_path] = STATE(778), [sym_comment] = STATE(766), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_COMMA] = ACTIONS(1534), - [anon_sym_LPAREN] = ACTIONS(1534), - [anon_sym_DOLLAR] = ACTIONS(1534), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_list] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_make] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_else] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1534), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_DOT2] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_catch] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_new] = ACTIONS(1532), - [anon_sym_as] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1534), - [anon_sym_PLUS_PLUS] = ACTIONS(1534), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1534), - [anon_sym_BANG_EQ] = ACTIONS(1534), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1534), - [anon_sym_GT_EQ] = ACTIONS(1534), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1534), - [anon_sym_BANG_TILDE] = ACTIONS(1534), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1534), - [aux_sym__val_number_token2] = ACTIONS(1534), - [aux_sym__val_number_token3] = ACTIONS(1534), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1534), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1534), - [sym__str_single_quotes] = ACTIONS(1534), - [sym__str_back_ticks] = ACTIONS(1534), - [aux_sym__record_key_token2] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_RPAREN] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_null] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(826), + [aux_sym__val_number_token2] = ACTIONS(826), + [aux_sym__val_number_token3] = ACTIONS(826), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(826), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(105), }, [767] = { [sym_comment] = STATE(767), - [anon_sym_export] = ACTIONS(1536), - [anon_sym_alias] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_let_DASHenv] = ACTIONS(1536), - [anon_sym_mut] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [sym_cmd_identifier] = ACTIONS(1536), - [anon_sym_def] = ACTIONS(1536), - [anon_sym_export_DASHenv] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_COMMA] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_error] = ACTIONS(1536), - [anon_sym_list] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_make] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_DOT2] = ACTIONS(1792), - [anon_sym_try] = ACTIONS(1536), - [anon_sym_catch] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_source] = ACTIONS(1536), - [anon_sym_source_DASHenv] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_hide] = ACTIONS(1536), - [anon_sym_hide_DASHenv] = ACTIONS(1536), - [anon_sym_overlay] = ACTIONS(1536), - [anon_sym_new] = ACTIONS(1536), - [anon_sym_as] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1623), - [anon_sym_BANG_EQ] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1623), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1623), - [anon_sym_BANG_TILDE] = ACTIONS(1623), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1538), - [aux_sym__val_number_token2] = ACTIONS(1538), - [aux_sym__val_number_token3] = ACTIONS(1538), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [aux_sym__record_key_token2] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1095), + [anon_sym_SEMI] = ACTIONS(1093), + [anon_sym_LF] = ACTIONS(1095), + [anon_sym_LBRACK] = ACTIONS(1093), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_PIPE] = ACTIONS(1093), + [anon_sym_DOLLAR] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1093), + [anon_sym_LBRACE] = ACTIONS(1093), + [anon_sym_DOT] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_STAR_STAR] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_mod] = ACTIONS(1093), + [anon_sym_SLASH_SLASH] = ACTIONS(1093), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_bit_DASHshl] = ACTIONS(1093), + [anon_sym_bit_DASHshr] = ACTIONS(1093), + [anon_sym_EQ_EQ] = ACTIONS(1093), + [anon_sym_BANG_EQ] = ACTIONS(1093), + [anon_sym_LT2] = ACTIONS(1093), + [anon_sym_LT_EQ] = ACTIONS(1093), + [anon_sym_GT_EQ] = ACTIONS(1093), + [anon_sym_not_DASHin] = ACTIONS(1093), + [anon_sym_starts_DASHwith] = ACTIONS(1093), + [anon_sym_ends_DASHwith] = ACTIONS(1093), + [anon_sym_EQ_TILDE] = ACTIONS(1093), + [anon_sym_BANG_TILDE] = ACTIONS(1093), + [anon_sym_bit_DASHand] = ACTIONS(1093), + [anon_sym_bit_DASHxor] = ACTIONS(1093), + [anon_sym_bit_DASHor] = ACTIONS(1093), + [anon_sym_and] = ACTIONS(1093), + [anon_sym_xor] = ACTIONS(1093), + [anon_sym_or] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1093), + [anon_sym_true] = ACTIONS(1093), + [anon_sym_false] = ACTIONS(1093), + [aux_sym__val_number_decimal_token1] = ACTIONS(1093), + [aux_sym__val_number_token1] = ACTIONS(1093), + [aux_sym__val_number_token2] = ACTIONS(1093), + [aux_sym__val_number_token3] = ACTIONS(1093), + [aux_sym__val_number_token4] = ACTIONS(1093), + [aux_sym__val_number_token5] = ACTIONS(1093), + [aux_sym__val_number_token6] = ACTIONS(1093), + [anon_sym_0b] = ACTIONS(1093), + [anon_sym_0o] = ACTIONS(1093), + [anon_sym_0x] = ACTIONS(1093), + [sym_val_date] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1093), + [sym__str_single_quotes] = ACTIONS(1093), + [sym__str_back_ticks] = ACTIONS(1093), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1093), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1093), + [anon_sym_err_GT] = ACTIONS(1093), + [anon_sym_out_GT] = ACTIONS(1093), + [anon_sym_e_GT] = ACTIONS(1093), + [anon_sym_o_GT] = ACTIONS(1093), + [anon_sym_err_PLUSout_GT] = ACTIONS(1093), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1093), + [anon_sym_o_PLUSe_GT] = ACTIONS(1093), + [anon_sym_e_PLUSo_GT] = ACTIONS(1093), + [aux_sym_unquoted_token1] = ACTIONS(1093), + [anon_sym_POUND] = ACTIONS(105), }, [768] = { [sym_comment] = STATE(768), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_COMMA] = ACTIONS(1547), - [anon_sym_LPAREN] = ACTIONS(1547), - [anon_sym_DOLLAR] = ACTIONS(1547), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_list] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_make] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_else] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1547), - [anon_sym_DOT] = ACTIONS(1547), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_catch] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_new] = ACTIONS(1545), - [anon_sym_as] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1547), - [anon_sym_PLUS_PLUS] = ACTIONS(1547), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1547), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1547), - [anon_sym_BANG_EQ] = ACTIONS(1547), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1547), - [anon_sym_GT_EQ] = ACTIONS(1547), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1547), - [anon_sym_BANG_TILDE] = ACTIONS(1547), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1547), - [aux_sym__val_number_token2] = ACTIONS(1547), - [aux_sym__val_number_token3] = ACTIONS(1547), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1547), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym__str_single_quotes] = ACTIONS(1547), - [sym__str_back_ticks] = ACTIONS(1547), - [aux_sym__record_key_token2] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(1794), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1083), + [anon_sym_SEMI] = ACTIONS(1081), + [anon_sym_LF] = ACTIONS(1083), + [anon_sym_LBRACK] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_PIPE] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1081), + [anon_sym_in] = ACTIONS(1081), + [anon_sym_LBRACE] = ACTIONS(1081), + [anon_sym_DOT] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1081), + [anon_sym_PLUS_PLUS] = ACTIONS(1081), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_mod] = ACTIONS(1081), + [anon_sym_SLASH_SLASH] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_bit_DASHshl] = ACTIONS(1081), + [anon_sym_bit_DASHshr] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1081), + [anon_sym_BANG_EQ] = ACTIONS(1081), + [anon_sym_LT2] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_EQ] = ACTIONS(1081), + [anon_sym_not_DASHin] = ACTIONS(1081), + [anon_sym_starts_DASHwith] = ACTIONS(1081), + [anon_sym_ends_DASHwith] = ACTIONS(1081), + [anon_sym_EQ_TILDE] = ACTIONS(1081), + [anon_sym_BANG_TILDE] = ACTIONS(1081), + [anon_sym_bit_DASHand] = ACTIONS(1081), + [anon_sym_bit_DASHxor] = ACTIONS(1081), + [anon_sym_bit_DASHor] = ACTIONS(1081), + [anon_sym_and] = ACTIONS(1081), + [anon_sym_xor] = ACTIONS(1081), + [anon_sym_or] = ACTIONS(1081), + [anon_sym_null] = ACTIONS(1081), + [anon_sym_true] = ACTIONS(1081), + [anon_sym_false] = ACTIONS(1081), + [aux_sym__val_number_decimal_token1] = ACTIONS(1081), + [aux_sym__val_number_token1] = ACTIONS(1081), + [aux_sym__val_number_token2] = ACTIONS(1081), + [aux_sym__val_number_token3] = ACTIONS(1081), + [aux_sym__val_number_token4] = ACTIONS(1081), + [aux_sym__val_number_token5] = ACTIONS(1081), + [aux_sym__val_number_token6] = ACTIONS(1081), + [anon_sym_0b] = ACTIONS(1081), + [anon_sym_0o] = ACTIONS(1081), + [anon_sym_0x] = ACTIONS(1081), + [sym_val_date] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym__str_single_quotes] = ACTIONS(1081), + [sym__str_back_ticks] = ACTIONS(1081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1081), + [anon_sym_err_GT] = ACTIONS(1081), + [anon_sym_out_GT] = ACTIONS(1081), + [anon_sym_e_GT] = ACTIONS(1081), + [anon_sym_o_GT] = ACTIONS(1081), + [anon_sym_err_PLUSout_GT] = ACTIONS(1081), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1081), + [anon_sym_o_PLUSe_GT] = ACTIONS(1081), + [anon_sym_e_PLUSo_GT] = ACTIONS(1081), + [aux_sym_unquoted_token1] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(105), }, [769] = { [sym_comment] = STATE(769), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_EQ_GT] = ACTIONS(189), - [anon_sym_ns] = ACTIONS(189), - [anon_sym_s] = ACTIONS(189), - [anon_sym_us] = ACTIONS(189), - [anon_sym_ms] = ACTIONS(189), - [anon_sym_sec] = ACTIONS(189), - [anon_sym_min] = ACTIONS(189), - [anon_sym_hr] = ACTIONS(189), - [anon_sym_day] = ACTIONS(189), - [anon_sym_wk] = ACTIONS(189), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(189), - [anon_sym_kb] = ACTIONS(189), - [anon_sym_kB] = ACTIONS(189), - [anon_sym_Kb] = ACTIONS(189), - [anon_sym_KB] = ACTIONS(189), - [anon_sym_mb] = ACTIONS(189), - [anon_sym_mB] = ACTIONS(189), - [anon_sym_Mb] = ACTIONS(189), - [anon_sym_MB] = ACTIONS(189), - [anon_sym_gb] = ACTIONS(189), - [anon_sym_gB] = ACTIONS(189), - [anon_sym_Gb] = ACTIONS(189), - [anon_sym_GB] = ACTIONS(189), - [anon_sym_tb] = ACTIONS(189), - [anon_sym_tB] = ACTIONS(189), - [anon_sym_Tb] = ACTIONS(189), - [anon_sym_TB] = ACTIONS(189), - [anon_sym_pb] = ACTIONS(189), - [anon_sym_pB] = ACTIONS(189), - [anon_sym_Pb] = ACTIONS(189), - [anon_sym_PB] = ACTIONS(189), - [anon_sym_eb] = ACTIONS(189), - [anon_sym_eB] = ACTIONS(189), - [anon_sym_Eb] = ACTIONS(189), - [anon_sym_EB] = ACTIONS(189), - [anon_sym_kib] = ACTIONS(189), - [anon_sym_kiB] = ACTIONS(189), - [anon_sym_kIB] = ACTIONS(189), - [anon_sym_kIb] = ACTIONS(189), - [anon_sym_Kib] = ACTIONS(189), - [anon_sym_KIb] = ACTIONS(189), - [anon_sym_KIB] = ACTIONS(189), - [anon_sym_mib] = ACTIONS(189), - [anon_sym_miB] = ACTIONS(189), - [anon_sym_mIB] = ACTIONS(189), - [anon_sym_mIb] = ACTIONS(189), - [anon_sym_Mib] = ACTIONS(189), - [anon_sym_MIb] = ACTIONS(189), - [anon_sym_MIB] = ACTIONS(189), - [anon_sym_gib] = ACTIONS(189), - [anon_sym_giB] = ACTIONS(189), - [anon_sym_gIB] = ACTIONS(189), - [anon_sym_gIb] = ACTIONS(189), - [anon_sym_Gib] = ACTIONS(189), - [anon_sym_GIb] = ACTIONS(189), - [anon_sym_GIB] = ACTIONS(189), - [anon_sym_tib] = ACTIONS(189), - [anon_sym_tiB] = ACTIONS(189), - [anon_sym_tIB] = ACTIONS(189), - [anon_sym_tIb] = ACTIONS(189), - [anon_sym_Tib] = ACTIONS(189), - [anon_sym_TIb] = ACTIONS(189), - [anon_sym_TIB] = ACTIONS(189), - [anon_sym_pib] = ACTIONS(189), - [anon_sym_piB] = ACTIONS(189), - [anon_sym_pIB] = ACTIONS(189), - [anon_sym_pIb] = ACTIONS(189), - [anon_sym_Pib] = ACTIONS(189), - [anon_sym_PIb] = ACTIONS(189), - [anon_sym_PIB] = ACTIONS(189), - [anon_sym_eib] = ACTIONS(189), - [anon_sym_eiB] = ACTIONS(189), - [anon_sym_eIB] = ACTIONS(189), - [anon_sym_eIb] = ACTIONS(189), - [anon_sym_Eib] = ACTIONS(189), - [anon_sym_EIb] = ACTIONS(189), - [anon_sym_EIB] = ACTIONS(189), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(2291), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(2261), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(2293), + [anon_sym_POUND] = ACTIONS(105), }, [770] = { [sym_comment] = STATE(770), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_COMMA] = ACTIONS(1515), - [anon_sym_LPAREN] = ACTIONS(1515), - [anon_sym_DOLLAR] = ACTIONS(1515), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_list] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_make] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_else] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1515), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_catch] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_new] = ACTIONS(1513), - [anon_sym_as] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1515), - [anon_sym_PLUS_PLUS] = ACTIONS(1515), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1515), - [anon_sym_BANG_EQ] = ACTIONS(1515), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1515), - [anon_sym_GT_EQ] = ACTIONS(1515), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1515), - [anon_sym_BANG_TILDE] = ACTIONS(1515), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1515), - [aux_sym__val_number_token2] = ACTIONS(1515), - [aux_sym__val_number_token3] = ACTIONS(1515), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1515), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1515), - [sym__str_single_quotes] = ACTIONS(1515), - [sym__str_back_ticks] = ACTIONS(1515), - [aux_sym__record_key_token2] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [771] = { [sym_comment] = STATE(771), - [anon_sym_export] = ACTIONS(1520), - [anon_sym_alias] = ACTIONS(1520), - [anon_sym_let] = ACTIONS(1520), - [anon_sym_let_DASHenv] = ACTIONS(1520), - [anon_sym_mut] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [sym_cmd_identifier] = ACTIONS(1520), - [anon_sym_def] = ACTIONS(1520), - [anon_sym_export_DASHenv] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym_module] = ACTIONS(1520), - [anon_sym_use] = ACTIONS(1520), - [anon_sym_COMMA] = ACTIONS(1522), - [anon_sym_LPAREN] = ACTIONS(1522), - [anon_sym_DOLLAR] = ACTIONS(1522), - [anon_sym_error] = ACTIONS(1520), - [anon_sym_list] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_loop] = ACTIONS(1520), - [anon_sym_make] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_else] = ACTIONS(1520), - [anon_sym_match] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1522), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_try] = ACTIONS(1520), - [anon_sym_catch] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_source] = ACTIONS(1520), - [anon_sym_source_DASHenv] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_hide] = ACTIONS(1520), - [anon_sym_hide_DASHenv] = ACTIONS(1520), - [anon_sym_overlay] = ACTIONS(1520), - [anon_sym_new] = ACTIONS(1520), - [anon_sym_as] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_STAR_STAR] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_SLASH] = ACTIONS(1520), - [anon_sym_mod] = ACTIONS(1520), - [anon_sym_SLASH_SLASH] = ACTIONS(1522), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_bit_DASHshl] = ACTIONS(1520), - [anon_sym_bit_DASHshr] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1522), - [anon_sym_BANG_EQ] = ACTIONS(1522), - [anon_sym_LT2] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1522), - [anon_sym_GT_EQ] = ACTIONS(1522), - [anon_sym_not_DASHin] = ACTIONS(1520), - [anon_sym_starts_DASHwith] = ACTIONS(1520), - [anon_sym_ends_DASHwith] = ACTIONS(1520), - [anon_sym_EQ_TILDE] = ACTIONS(1522), - [anon_sym_BANG_TILDE] = ACTIONS(1522), - [anon_sym_bit_DASHand] = ACTIONS(1520), - [anon_sym_bit_DASHxor] = ACTIONS(1520), - [anon_sym_bit_DASHor] = ACTIONS(1520), - [anon_sym_and] = ACTIONS(1520), - [anon_sym_xor] = ACTIONS(1520), - [anon_sym_or] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1522), - [aux_sym__val_number_token2] = ACTIONS(1522), - [aux_sym__val_number_token3] = ACTIONS(1522), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1522), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1522), - [sym__str_single_quotes] = ACTIONS(1522), - [sym__str_back_ticks] = ACTIONS(1522), - [aux_sym__record_key_token2] = ACTIONS(1520), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(2309), + [anon_sym_bit_DASHxor] = ACTIONS(2311), + [anon_sym_bit_DASHor] = ACTIONS(2313), + [anon_sym_and] = ACTIONS(2315), + [anon_sym_xor] = ACTIONS(2317), + [anon_sym_or] = ACTIONS(2319), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [772] = { [sym_comment] = STATE(772), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [773] = { + [sym__match_pattern_record_variable] = STATE(2028), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(1679), + [sym__var] = STATE(1388), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2028), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(773), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), + [aux_sym__match_pattern_record_repeat1] = STATE(801), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [774] = { + [sym_cell_path] = STATE(962), + [sym_path] = STATE(798), [sym_comment] = STATE(774), - [anon_sym_export] = ACTIONS(1659), - [anon_sym_alias] = ACTIONS(1659), - [anon_sym_let] = ACTIONS(1659), - [anon_sym_let_DASHenv] = ACTIONS(1659), - [anon_sym_mut] = ACTIONS(1659), - [anon_sym_const] = ACTIONS(1659), - [sym_cmd_identifier] = ACTIONS(1659), - [anon_sym_def] = ACTIONS(1659), - [anon_sym_export_DASHenv] = ACTIONS(1659), - [anon_sym_extern] = ACTIONS(1659), - [anon_sym_module] = ACTIONS(1659), - [anon_sym_use] = ACTIONS(1659), - [anon_sym_COMMA] = ACTIONS(1661), - [anon_sym_LPAREN] = ACTIONS(1661), - [anon_sym_DOLLAR] = ACTIONS(1661), - [anon_sym_error] = ACTIONS(1659), - [anon_sym_list] = ACTIONS(1659), - [anon_sym_GT] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1659), - [anon_sym_break] = ACTIONS(1659), - [anon_sym_continue] = ACTIONS(1659), - [anon_sym_for] = ACTIONS(1659), - [anon_sym_in] = ACTIONS(1659), - [anon_sym_loop] = ACTIONS(1659), - [anon_sym_make] = ACTIONS(1659), - [anon_sym_while] = ACTIONS(1659), - [anon_sym_do] = ACTIONS(1659), - [anon_sym_if] = ACTIONS(1659), - [anon_sym_else] = ACTIONS(1659), - [anon_sym_match] = ACTIONS(1659), - [anon_sym_RBRACE] = ACTIONS(1661), - [anon_sym_DOT] = ACTIONS(1661), - [anon_sym_try] = ACTIONS(1659), - [anon_sym_catch] = ACTIONS(1659), - [anon_sym_return] = ACTIONS(1659), - [anon_sym_source] = ACTIONS(1659), - [anon_sym_source_DASHenv] = ACTIONS(1659), - [anon_sym_register] = ACTIONS(1659), - [anon_sym_hide] = ACTIONS(1659), - [anon_sym_hide_DASHenv] = ACTIONS(1659), - [anon_sym_overlay] = ACTIONS(1659), - [anon_sym_new] = ACTIONS(1659), - [anon_sym_as] = ACTIONS(1659), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_STAR_STAR] = ACTIONS(1661), - [anon_sym_PLUS_PLUS] = ACTIONS(1661), - [anon_sym_SLASH] = ACTIONS(1659), - [anon_sym_mod] = ACTIONS(1659), - [anon_sym_SLASH_SLASH] = ACTIONS(1661), - [anon_sym_PLUS] = ACTIONS(1659), - [anon_sym_bit_DASHshl] = ACTIONS(1659), - [anon_sym_bit_DASHshr] = ACTIONS(1659), - [anon_sym_EQ_EQ] = ACTIONS(1661), - [anon_sym_BANG_EQ] = ACTIONS(1661), - [anon_sym_LT2] = ACTIONS(1659), - [anon_sym_LT_EQ] = ACTIONS(1661), - [anon_sym_GT_EQ] = ACTIONS(1661), - [anon_sym_not_DASHin] = ACTIONS(1659), - [anon_sym_starts_DASHwith] = ACTIONS(1659), - [anon_sym_ends_DASHwith] = ACTIONS(1659), - [anon_sym_EQ_TILDE] = ACTIONS(1661), - [anon_sym_BANG_TILDE] = ACTIONS(1661), - [anon_sym_bit_DASHand] = ACTIONS(1659), - [anon_sym_bit_DASHxor] = ACTIONS(1659), - [anon_sym_bit_DASHor] = ACTIONS(1659), - [anon_sym_and] = ACTIONS(1659), - [anon_sym_xor] = ACTIONS(1659), - [anon_sym_or] = ACTIONS(1659), - [aux_sym__val_number_decimal_token1] = ACTIONS(1659), - [aux_sym__val_number_token1] = ACTIONS(1661), - [aux_sym__val_number_token2] = ACTIONS(1661), - [aux_sym__val_number_token3] = ACTIONS(1661), - [aux_sym__val_number_token4] = ACTIONS(1659), - [aux_sym__val_number_token5] = ACTIONS(1661), - [aux_sym__val_number_token6] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1661), - [sym__str_single_quotes] = ACTIONS(1661), - [sym__str_back_ticks] = ACTIONS(1661), - [aux_sym__record_key_token2] = ACTIONS(1659), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(2323), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(105), }, [775] = { [sym_comment] = STATE(775), - [anon_sym_export] = ACTIONS(1655), - [anon_sym_alias] = ACTIONS(1655), - [anon_sym_let] = ACTIONS(1655), - [anon_sym_let_DASHenv] = ACTIONS(1655), - [anon_sym_mut] = ACTIONS(1655), - [anon_sym_const] = ACTIONS(1655), - [sym_cmd_identifier] = ACTIONS(1655), - [anon_sym_def] = ACTIONS(1655), - [anon_sym_export_DASHenv] = ACTIONS(1655), - [anon_sym_extern] = ACTIONS(1655), - [anon_sym_module] = ACTIONS(1655), - [anon_sym_use] = ACTIONS(1655), - [anon_sym_COMMA] = ACTIONS(1657), - [anon_sym_LPAREN] = ACTIONS(1657), - [anon_sym_DOLLAR] = ACTIONS(1657), - [anon_sym_error] = ACTIONS(1655), - [anon_sym_list] = ACTIONS(1655), - [anon_sym_GT] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1655), - [anon_sym_break] = ACTIONS(1655), - [anon_sym_continue] = ACTIONS(1655), - [anon_sym_for] = ACTIONS(1655), - [anon_sym_in] = ACTIONS(1655), - [anon_sym_loop] = ACTIONS(1655), - [anon_sym_make] = ACTIONS(1655), - [anon_sym_while] = ACTIONS(1655), - [anon_sym_do] = ACTIONS(1655), - [anon_sym_if] = ACTIONS(1655), - [anon_sym_else] = ACTIONS(1655), - [anon_sym_match] = ACTIONS(1655), - [anon_sym_RBRACE] = ACTIONS(1657), - [anon_sym_DOT] = ACTIONS(1657), - [anon_sym_try] = ACTIONS(1655), - [anon_sym_catch] = ACTIONS(1655), - [anon_sym_return] = ACTIONS(1655), - [anon_sym_source] = ACTIONS(1655), - [anon_sym_source_DASHenv] = ACTIONS(1655), - [anon_sym_register] = ACTIONS(1655), - [anon_sym_hide] = ACTIONS(1655), - [anon_sym_hide_DASHenv] = ACTIONS(1655), - [anon_sym_overlay] = ACTIONS(1655), - [anon_sym_new] = ACTIONS(1655), - [anon_sym_as] = ACTIONS(1655), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_STAR_STAR] = ACTIONS(1657), - [anon_sym_PLUS_PLUS] = ACTIONS(1657), - [anon_sym_SLASH] = ACTIONS(1655), - [anon_sym_mod] = ACTIONS(1655), - [anon_sym_SLASH_SLASH] = ACTIONS(1657), - [anon_sym_PLUS] = ACTIONS(1655), - [anon_sym_bit_DASHshl] = ACTIONS(1655), - [anon_sym_bit_DASHshr] = ACTIONS(1655), - [anon_sym_EQ_EQ] = ACTIONS(1657), - [anon_sym_BANG_EQ] = ACTIONS(1657), - [anon_sym_LT2] = ACTIONS(1655), - [anon_sym_LT_EQ] = ACTIONS(1657), - [anon_sym_GT_EQ] = ACTIONS(1657), - [anon_sym_not_DASHin] = ACTIONS(1655), - [anon_sym_starts_DASHwith] = ACTIONS(1655), - [anon_sym_ends_DASHwith] = ACTIONS(1655), - [anon_sym_EQ_TILDE] = ACTIONS(1657), - [anon_sym_BANG_TILDE] = ACTIONS(1657), - [anon_sym_bit_DASHand] = ACTIONS(1655), - [anon_sym_bit_DASHxor] = ACTIONS(1655), - [anon_sym_bit_DASHor] = ACTIONS(1655), - [anon_sym_and] = ACTIONS(1655), - [anon_sym_xor] = ACTIONS(1655), - [anon_sym_or] = ACTIONS(1655), - [aux_sym__val_number_decimal_token1] = ACTIONS(1655), - [aux_sym__val_number_token1] = ACTIONS(1657), - [aux_sym__val_number_token2] = ACTIONS(1657), - [aux_sym__val_number_token3] = ACTIONS(1657), - [aux_sym__val_number_token4] = ACTIONS(1655), - [aux_sym__val_number_token5] = ACTIONS(1657), - [aux_sym__val_number_token6] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1657), - [sym__str_single_quotes] = ACTIONS(1657), - [sym__str_back_ticks] = ACTIONS(1657), - [aux_sym__record_key_token2] = ACTIONS(1655), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(870), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_LF] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_in] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_DOT] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_STAR_STAR] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_mod] = ACTIONS(868), + [anon_sym_SLASH_SLASH] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_bit_DASHshl] = ACTIONS(868), + [anon_sym_bit_DASHshr] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(868), + [anon_sym_BANG_EQ] = ACTIONS(868), + [anon_sym_LT2] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(868), + [anon_sym_GT_EQ] = ACTIONS(868), + [anon_sym_not_DASHin] = ACTIONS(868), + [anon_sym_starts_DASHwith] = ACTIONS(868), + [anon_sym_ends_DASHwith] = ACTIONS(868), + [anon_sym_EQ_TILDE] = ACTIONS(868), + [anon_sym_BANG_TILDE] = ACTIONS(868), + [anon_sym_bit_DASHand] = ACTIONS(868), + [anon_sym_bit_DASHxor] = ACTIONS(868), + [anon_sym_bit_DASHor] = ACTIONS(868), + [anon_sym_and] = ACTIONS(868), + [anon_sym_xor] = ACTIONS(868), + [anon_sym_or] = ACTIONS(868), + [anon_sym_null] = ACTIONS(868), + [anon_sym_true] = ACTIONS(868), + [anon_sym_false] = ACTIONS(868), + [aux_sym__val_number_decimal_token1] = ACTIONS(868), + [aux_sym__val_number_token1] = ACTIONS(868), + [aux_sym__val_number_token2] = ACTIONS(868), + [aux_sym__val_number_token3] = ACTIONS(868), + [aux_sym__val_number_token4] = ACTIONS(868), + [aux_sym__val_number_token5] = ACTIONS(868), + [aux_sym__val_number_token6] = ACTIONS(868), + [anon_sym_0b] = ACTIONS(868), + [anon_sym_0o] = ACTIONS(868), + [anon_sym_0x] = ACTIONS(868), + [sym_val_date] = ACTIONS(868), + [anon_sym_DQUOTE] = ACTIONS(868), + [sym__str_single_quotes] = ACTIONS(868), + [sym__str_back_ticks] = ACTIONS(868), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(868), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(868), + [anon_sym_err_GT] = ACTIONS(868), + [anon_sym_out_GT] = ACTIONS(868), + [anon_sym_e_GT] = ACTIONS(868), + [anon_sym_o_GT] = ACTIONS(868), + [anon_sym_err_PLUSout_GT] = ACTIONS(868), + [anon_sym_out_PLUSerr_GT] = ACTIONS(868), + [anon_sym_o_PLUSe_GT] = ACTIONS(868), + [anon_sym_e_PLUSo_GT] = ACTIONS(868), + [aux_sym_unquoted_token1] = ACTIONS(868), + [anon_sym_POUND] = ACTIONS(105), }, [776] = { [sym_comment] = STATE(776), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1814), - [anon_sym_bit_DASHxor] = ACTIONS(1816), - [anon_sym_bit_DASHor] = ACTIONS(1818), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1087), + [anon_sym_SEMI] = ACTIONS(1085), + [anon_sym_LF] = ACTIONS(1087), + [anon_sym_LBRACK] = ACTIONS(1085), + [anon_sym_LPAREN] = ACTIONS(1085), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_DOLLAR] = ACTIONS(1085), + [anon_sym_GT] = ACTIONS(1085), + [anon_sym_DASH] = ACTIONS(1085), + [anon_sym_in] = ACTIONS(1085), + [anon_sym_LBRACE] = ACTIONS(1085), + [anon_sym_DOT] = ACTIONS(1085), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_STAR_STAR] = ACTIONS(1085), + [anon_sym_PLUS_PLUS] = ACTIONS(1085), + [anon_sym_SLASH] = ACTIONS(1085), + [anon_sym_mod] = ACTIONS(1085), + [anon_sym_SLASH_SLASH] = ACTIONS(1085), + [anon_sym_PLUS] = ACTIONS(1085), + [anon_sym_bit_DASHshl] = ACTIONS(1085), + [anon_sym_bit_DASHshr] = ACTIONS(1085), + [anon_sym_EQ_EQ] = ACTIONS(1085), + [anon_sym_BANG_EQ] = ACTIONS(1085), + [anon_sym_LT2] = ACTIONS(1085), + [anon_sym_LT_EQ] = ACTIONS(1085), + [anon_sym_GT_EQ] = ACTIONS(1085), + [anon_sym_not_DASHin] = ACTIONS(1085), + [anon_sym_starts_DASHwith] = ACTIONS(1085), + [anon_sym_ends_DASHwith] = ACTIONS(1085), + [anon_sym_EQ_TILDE] = ACTIONS(1085), + [anon_sym_BANG_TILDE] = ACTIONS(1085), + [anon_sym_bit_DASHand] = ACTIONS(1085), + [anon_sym_bit_DASHxor] = ACTIONS(1085), + [anon_sym_bit_DASHor] = ACTIONS(1085), + [anon_sym_and] = ACTIONS(1085), + [anon_sym_xor] = ACTIONS(1085), + [anon_sym_or] = ACTIONS(1085), + [anon_sym_null] = ACTIONS(1085), + [anon_sym_true] = ACTIONS(1085), + [anon_sym_false] = ACTIONS(1085), + [aux_sym__val_number_decimal_token1] = ACTIONS(1085), + [aux_sym__val_number_token1] = ACTIONS(1085), + [aux_sym__val_number_token2] = ACTIONS(1085), + [aux_sym__val_number_token3] = ACTIONS(1085), + [aux_sym__val_number_token4] = ACTIONS(1085), + [aux_sym__val_number_token5] = ACTIONS(1085), + [aux_sym__val_number_token6] = ACTIONS(1085), + [anon_sym_0b] = ACTIONS(1085), + [anon_sym_0o] = ACTIONS(1085), + [anon_sym_0x] = ACTIONS(1085), + [sym_val_date] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym__str_single_quotes] = ACTIONS(1085), + [sym__str_back_ticks] = ACTIONS(1085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1085), + [anon_sym_err_GT] = ACTIONS(1085), + [anon_sym_out_GT] = ACTIONS(1085), + [anon_sym_e_GT] = ACTIONS(1085), + [anon_sym_o_GT] = ACTIONS(1085), + [anon_sym_err_PLUSout_GT] = ACTIONS(1085), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1085), + [anon_sym_o_PLUSe_GT] = ACTIONS(1085), + [anon_sym_e_PLUSo_GT] = ACTIONS(1085), + [aux_sym_unquoted_token1] = ACTIONS(1085), + [anon_sym_POUND] = ACTIONS(105), }, [777] = { + [sym_cell_path] = STATE(973), + [sym_path] = STATE(778), [sym_comment] = STATE(777), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1814), - [anon_sym_bit_DASHxor] = ACTIONS(1816), - [anon_sym_bit_DASHor] = ACTIONS(1818), - [anon_sym_and] = ACTIONS(1820), - [anon_sym_xor] = ACTIONS(1822), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(105), }, [778] = { + [sym_path] = STATE(959), [sym_comment] = STATE(778), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(833), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [779] = { [sym_comment] = STATE(779), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1814), - [anon_sym_bit_DASHxor] = ACTIONS(1816), - [anon_sym_bit_DASHor] = ACTIONS(1818), - [anon_sym_and] = ACTIONS(1820), - [anon_sym_xor] = ACTIONS(1822), - [anon_sym_or] = ACTIONS(1824), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1071), + [anon_sym_SEMI] = ACTIONS(1069), + [anon_sym_LF] = ACTIONS(1071), + [anon_sym_LBRACK] = ACTIONS(1069), + [anon_sym_LPAREN] = ACTIONS(1069), + [anon_sym_PIPE] = ACTIONS(1069), + [anon_sym_DOLLAR] = ACTIONS(1069), + [anon_sym_GT] = ACTIONS(1069), + [anon_sym_DASH] = ACTIONS(1069), + [anon_sym_in] = ACTIONS(1069), + [anon_sym_LBRACE] = ACTIONS(1069), + [anon_sym_DOT] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1069), + [anon_sym_STAR_STAR] = ACTIONS(1069), + [anon_sym_PLUS_PLUS] = ACTIONS(1069), + [anon_sym_SLASH] = ACTIONS(1069), + [anon_sym_mod] = ACTIONS(1069), + [anon_sym_SLASH_SLASH] = ACTIONS(1069), + [anon_sym_PLUS] = ACTIONS(1069), + [anon_sym_bit_DASHshl] = ACTIONS(1069), + [anon_sym_bit_DASHshr] = ACTIONS(1069), + [anon_sym_EQ_EQ] = ACTIONS(1069), + [anon_sym_BANG_EQ] = ACTIONS(1069), + [anon_sym_LT2] = ACTIONS(1069), + [anon_sym_LT_EQ] = ACTIONS(1069), + [anon_sym_GT_EQ] = ACTIONS(1069), + [anon_sym_not_DASHin] = ACTIONS(1069), + [anon_sym_starts_DASHwith] = ACTIONS(1069), + [anon_sym_ends_DASHwith] = ACTIONS(1069), + [anon_sym_EQ_TILDE] = ACTIONS(1069), + [anon_sym_BANG_TILDE] = ACTIONS(1069), + [anon_sym_bit_DASHand] = ACTIONS(1069), + [anon_sym_bit_DASHxor] = ACTIONS(1069), + [anon_sym_bit_DASHor] = ACTIONS(1069), + [anon_sym_and] = ACTIONS(1069), + [anon_sym_xor] = ACTIONS(1069), + [anon_sym_or] = ACTIONS(1069), + [anon_sym_null] = ACTIONS(1069), + [anon_sym_true] = ACTIONS(1069), + [anon_sym_false] = ACTIONS(1069), + [aux_sym__val_number_decimal_token1] = ACTIONS(1069), + [aux_sym__val_number_token1] = ACTIONS(1069), + [aux_sym__val_number_token2] = ACTIONS(1069), + [aux_sym__val_number_token3] = ACTIONS(1069), + [aux_sym__val_number_token4] = ACTIONS(1069), + [aux_sym__val_number_token5] = ACTIONS(1069), + [aux_sym__val_number_token6] = ACTIONS(1069), + [anon_sym_0b] = ACTIONS(1069), + [anon_sym_0o] = ACTIONS(1069), + [anon_sym_0x] = ACTIONS(1069), + [sym_val_date] = ACTIONS(1069), + [anon_sym_DQUOTE] = ACTIONS(1069), + [sym__str_single_quotes] = ACTIONS(1069), + [sym__str_back_ticks] = ACTIONS(1069), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1069), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1069), + [anon_sym_err_GT] = ACTIONS(1069), + [anon_sym_out_GT] = ACTIONS(1069), + [anon_sym_e_GT] = ACTIONS(1069), + [anon_sym_o_GT] = ACTIONS(1069), + [anon_sym_err_PLUSout_GT] = ACTIONS(1069), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1069), + [anon_sym_o_PLUSe_GT] = ACTIONS(1069), + [anon_sym_e_PLUSo_GT] = ACTIONS(1069), + [aux_sym_unquoted_token1] = ACTIONS(1069), + [anon_sym_POUND] = ACTIONS(105), }, [780] = { [sym_comment] = STATE(780), - [anon_sym_export] = ACTIONS(1647), - [anon_sym_alias] = ACTIONS(1647), - [anon_sym_let] = ACTIONS(1647), - [anon_sym_let_DASHenv] = ACTIONS(1647), - [anon_sym_mut] = ACTIONS(1647), - [anon_sym_const] = ACTIONS(1647), - [sym_cmd_identifier] = ACTIONS(1647), - [anon_sym_def] = ACTIONS(1647), - [anon_sym_export_DASHenv] = ACTIONS(1647), - [anon_sym_extern] = ACTIONS(1647), - [anon_sym_module] = ACTIONS(1647), - [anon_sym_use] = ACTIONS(1647), - [anon_sym_COMMA] = ACTIONS(1649), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_DOLLAR] = ACTIONS(1649), - [anon_sym_error] = ACTIONS(1647), - [anon_sym_list] = ACTIONS(1647), - [anon_sym_GT] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1647), - [anon_sym_break] = ACTIONS(1647), - [anon_sym_continue] = ACTIONS(1647), - [anon_sym_for] = ACTIONS(1647), - [anon_sym_in] = ACTIONS(1647), - [anon_sym_loop] = ACTIONS(1647), - [anon_sym_make] = ACTIONS(1647), - [anon_sym_while] = ACTIONS(1647), - [anon_sym_do] = ACTIONS(1647), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_else] = ACTIONS(1647), - [anon_sym_match] = ACTIONS(1647), - [anon_sym_RBRACE] = ACTIONS(1649), - [anon_sym_DOT] = ACTIONS(1649), - [anon_sym_try] = ACTIONS(1647), - [anon_sym_catch] = ACTIONS(1647), - [anon_sym_return] = ACTIONS(1647), - [anon_sym_source] = ACTIONS(1647), - [anon_sym_source_DASHenv] = ACTIONS(1647), - [anon_sym_register] = ACTIONS(1647), - [anon_sym_hide] = ACTIONS(1647), - [anon_sym_hide_DASHenv] = ACTIONS(1647), - [anon_sym_overlay] = ACTIONS(1647), - [anon_sym_new] = ACTIONS(1647), - [anon_sym_as] = ACTIONS(1647), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_STAR_STAR] = ACTIONS(1649), - [anon_sym_PLUS_PLUS] = ACTIONS(1649), - [anon_sym_SLASH] = ACTIONS(1647), - [anon_sym_mod] = ACTIONS(1647), - [anon_sym_SLASH_SLASH] = ACTIONS(1649), - [anon_sym_PLUS] = ACTIONS(1647), - [anon_sym_bit_DASHshl] = ACTIONS(1647), - [anon_sym_bit_DASHshr] = ACTIONS(1647), - [anon_sym_EQ_EQ] = ACTIONS(1649), - [anon_sym_BANG_EQ] = ACTIONS(1649), - [anon_sym_LT2] = ACTIONS(1647), - [anon_sym_LT_EQ] = ACTIONS(1649), - [anon_sym_GT_EQ] = ACTIONS(1649), - [anon_sym_not_DASHin] = ACTIONS(1647), - [anon_sym_starts_DASHwith] = ACTIONS(1647), - [anon_sym_ends_DASHwith] = ACTIONS(1647), - [anon_sym_EQ_TILDE] = ACTIONS(1649), - [anon_sym_BANG_TILDE] = ACTIONS(1649), - [anon_sym_bit_DASHand] = ACTIONS(1647), - [anon_sym_bit_DASHxor] = ACTIONS(1647), - [anon_sym_bit_DASHor] = ACTIONS(1647), - [anon_sym_and] = ACTIONS(1647), - [anon_sym_xor] = ACTIONS(1647), - [anon_sym_or] = ACTIONS(1647), - [aux_sym__val_number_decimal_token1] = ACTIONS(1647), - [aux_sym__val_number_token1] = ACTIONS(1649), - [aux_sym__val_number_token2] = ACTIONS(1649), - [aux_sym__val_number_token3] = ACTIONS(1649), - [aux_sym__val_number_token4] = ACTIONS(1647), - [aux_sym__val_number_token5] = ACTIONS(1649), - [aux_sym__val_number_token6] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1649), - [sym__str_single_quotes] = ACTIONS(1649), - [sym__str_back_ticks] = ACTIONS(1649), - [aux_sym__record_key_token2] = ACTIONS(1647), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2328), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token1] = ACTIONS(2330), + [aux_sym__immediate_decimal_token2] = ACTIONS(2332), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), + [anon_sym_POUND] = ACTIONS(105), }, [781] = { + [sym_path] = STATE(959), [sym_comment] = STATE(781), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(781), + [anon_sym_export] = ACTIONS(760), + [anon_sym_alias] = ACTIONS(760), + [anon_sym_let] = ACTIONS(760), + [anon_sym_let_DASHenv] = ACTIONS(760), + [anon_sym_mut] = ACTIONS(760), + [anon_sym_const] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(760), + [sym_cmd_identifier] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_def] = ACTIONS(760), + [anon_sym_export_DASHenv] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_use] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_RPAREN] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_error] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_loop] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_match] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(760), + [anon_sym_RBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(2334), + [anon_sym_try] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_source] = ACTIONS(760), + [anon_sym_source_DASHenv] = ACTIONS(760), + [anon_sym_register] = ACTIONS(760), + [anon_sym_hide] = ACTIONS(760), + [anon_sym_hide_DASHenv] = ACTIONS(760), + [anon_sym_overlay] = ACTIONS(760), + [anon_sym_where] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_not] = ACTIONS(760), + [anon_sym_null] = ACTIONS(760), + [anon_sym_true] = ACTIONS(760), + [anon_sym_false] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_0b] = ACTIONS(760), + [anon_sym_0o] = ACTIONS(760), + [anon_sym_0x] = ACTIONS(760), + [sym_val_date] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(760), + [anon_sym_CARET] = ACTIONS(760), + [anon_sym_POUND] = ACTIONS(105), }, [782] = { [sym_comment] = STATE(782), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(887), + [anon_sym_SEMI] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_PIPE] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_GT] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_in] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(885), + [anon_sym_STAR_STAR] = ACTIONS(885), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_SLASH] = ACTIONS(885), + [anon_sym_mod] = ACTIONS(885), + [anon_sym_SLASH_SLASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_bit_DASHshl] = ACTIONS(885), + [anon_sym_bit_DASHshr] = ACTIONS(885), + [anon_sym_EQ_EQ] = ACTIONS(885), + [anon_sym_BANG_EQ] = ACTIONS(885), + [anon_sym_LT2] = ACTIONS(885), + [anon_sym_LT_EQ] = ACTIONS(885), + [anon_sym_GT_EQ] = ACTIONS(885), + [anon_sym_not_DASHin] = ACTIONS(885), + [anon_sym_starts_DASHwith] = ACTIONS(885), + [anon_sym_ends_DASHwith] = ACTIONS(885), + [anon_sym_EQ_TILDE] = ACTIONS(885), + [anon_sym_BANG_TILDE] = ACTIONS(885), + [anon_sym_bit_DASHand] = ACTIONS(885), + [anon_sym_bit_DASHxor] = ACTIONS(885), + [anon_sym_bit_DASHor] = ACTIONS(885), + [anon_sym_and] = ACTIONS(885), + [anon_sym_xor] = ACTIONS(885), + [anon_sym_or] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_err_GT] = ACTIONS(885), + [anon_sym_out_GT] = ACTIONS(885), + [anon_sym_e_GT] = ACTIONS(885), + [anon_sym_o_GT] = ACTIONS(885), + [anon_sym_err_PLUSout_GT] = ACTIONS(885), + [anon_sym_out_PLUSerr_GT] = ACTIONS(885), + [anon_sym_o_PLUSe_GT] = ACTIONS(885), + [anon_sym_e_PLUSo_GT] = ACTIONS(885), + [aux_sym_unquoted_token1] = ACTIONS(885), + [anon_sym_POUND] = ACTIONS(105), }, [783] = { [sym_comment] = STATE(783), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1814), - [anon_sym_bit_DASHxor] = ACTIONS(1816), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(987), + [anon_sym_LF] = ACTIONS(989), + [anon_sym_LBRACK] = ACTIONS(987), + [anon_sym_LPAREN] = ACTIONS(987), + [anon_sym_PIPE] = ACTIONS(987), + [anon_sym_DOLLAR] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(987), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_in] = ACTIONS(987), + [anon_sym_LBRACE] = ACTIONS(987), + [anon_sym_DOT] = ACTIONS(987), + [anon_sym_STAR] = ACTIONS(987), + [anon_sym_STAR_STAR] = ACTIONS(987), + [anon_sym_PLUS_PLUS] = ACTIONS(987), + [anon_sym_SLASH] = ACTIONS(987), + [anon_sym_mod] = ACTIONS(987), + [anon_sym_SLASH_SLASH] = ACTIONS(987), + [anon_sym_PLUS] = ACTIONS(987), + [anon_sym_bit_DASHshl] = ACTIONS(987), + [anon_sym_bit_DASHshr] = ACTIONS(987), + [anon_sym_EQ_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(987), + [anon_sym_LT2] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_not_DASHin] = ACTIONS(987), + [anon_sym_starts_DASHwith] = ACTIONS(987), + [anon_sym_ends_DASHwith] = ACTIONS(987), + [anon_sym_EQ_TILDE] = ACTIONS(987), + [anon_sym_BANG_TILDE] = ACTIONS(987), + [anon_sym_bit_DASHand] = ACTIONS(987), + [anon_sym_bit_DASHxor] = ACTIONS(987), + [anon_sym_bit_DASHor] = ACTIONS(987), + [anon_sym_and] = ACTIONS(987), + [anon_sym_xor] = ACTIONS(987), + [anon_sym_or] = ACTIONS(987), + [anon_sym_null] = ACTIONS(987), + [anon_sym_true] = ACTIONS(987), + [anon_sym_false] = ACTIONS(987), + [aux_sym__val_number_decimal_token1] = ACTIONS(987), + [aux_sym__val_number_token1] = ACTIONS(987), + [aux_sym__val_number_token2] = ACTIONS(987), + [aux_sym__val_number_token3] = ACTIONS(987), + [aux_sym__val_number_token4] = ACTIONS(987), + [aux_sym__val_number_token5] = ACTIONS(987), + [aux_sym__val_number_token6] = ACTIONS(987), + [anon_sym_0b] = ACTIONS(987), + [anon_sym_0o] = ACTIONS(987), + [anon_sym_0x] = ACTIONS(987), + [sym_val_date] = ACTIONS(987), + [anon_sym_DQUOTE] = ACTIONS(987), + [sym__str_single_quotes] = ACTIONS(987), + [sym__str_back_ticks] = ACTIONS(987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(987), + [anon_sym_err_GT] = ACTIONS(987), + [anon_sym_out_GT] = ACTIONS(987), + [anon_sym_e_GT] = ACTIONS(987), + [anon_sym_o_GT] = ACTIONS(987), + [anon_sym_err_PLUSout_GT] = ACTIONS(987), + [anon_sym_out_PLUSerr_GT] = ACTIONS(987), + [anon_sym_o_PLUSe_GT] = ACTIONS(987), + [anon_sym_e_PLUSo_GT] = ACTIONS(987), + [aux_sym_unquoted_token1] = ACTIONS(987), + [anon_sym_POUND] = ACTIONS(105), }, [784] = { [sym_comment] = STATE(784), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [sym_cmd_identifier] = ACTIONS(1599), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_COMMA] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1601), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_list] = ACTIONS(1599), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_new] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1599), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_bit_DASHshl] = ACTIONS(1599), - [anon_sym_bit_DASHshr] = ACTIONS(1599), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT_EQ] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1599), - [anon_sym_starts_DASHwith] = ACTIONS(1599), - [anon_sym_ends_DASHwith] = ACTIONS(1599), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1599), - [anon_sym_bit_DASHxor] = ACTIONS(1599), - [anon_sym_bit_DASHor] = ACTIONS(1599), - [anon_sym_and] = ACTIONS(1599), - [anon_sym_xor] = ACTIONS(1599), - [anon_sym_or] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [aux_sym__record_key_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(2309), + [anon_sym_bit_DASHxor] = ACTIONS(2311), + [anon_sym_bit_DASHor] = ACTIONS(2313), + [anon_sym_and] = ACTIONS(2315), + [anon_sym_xor] = ACTIONS(2317), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [785] = { [sym_comment] = STATE(785), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [786] = { [sym_comment] = STATE(786), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1814), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(2309), + [anon_sym_bit_DASHxor] = ACTIONS(2311), + [anon_sym_bit_DASHor] = ACTIONS(2313), + [anon_sym_and] = ACTIONS(2315), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [787] = { [sym_comment] = STATE(787), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1447), - [anon_sym_DOLLAR] = ACTIONS(1447), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_list] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_make] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_else] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1447), - [anon_sym_DOT] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_catch] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_new] = ACTIONS(1445), - [anon_sym_as] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1447), - [anon_sym_BANG_EQ] = ACTIONS(1447), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1447), - [anon_sym_GT_EQ] = ACTIONS(1447), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1447), - [anon_sym_BANG_TILDE] = ACTIONS(1447), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1447), - [aux_sym__val_number_token2] = ACTIONS(1447), - [aux_sym__val_number_token3] = ACTIONS(1447), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1447), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym__str_single_quotes] = ACTIONS(1447), - [sym__str_back_ticks] = ACTIONS(1447), - [aux_sym__record_key_token2] = ACTIONS(1445), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(993), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_PIPE] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_err_GT] = ACTIONS(991), + [anon_sym_out_GT] = ACTIONS(991), + [anon_sym_e_GT] = ACTIONS(991), + [anon_sym_o_GT] = ACTIONS(991), + [anon_sym_err_PLUSout_GT] = ACTIONS(991), + [anon_sym_out_PLUSerr_GT] = ACTIONS(991), + [anon_sym_o_PLUSe_GT] = ACTIONS(991), + [anon_sym_e_PLUSo_GT] = ACTIONS(991), + [aux_sym_unquoted_token1] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(105), }, [788] = { [sym_comment] = STATE(788), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(993), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_LF] = ACTIONS(993), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_PIPE] = ACTIONS(991), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(991), + [anon_sym_in] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_DOT] = ACTIONS(991), + [anon_sym_STAR] = ACTIONS(991), + [anon_sym_STAR_STAR] = ACTIONS(991), + [anon_sym_PLUS_PLUS] = ACTIONS(991), + [anon_sym_SLASH] = ACTIONS(991), + [anon_sym_mod] = ACTIONS(991), + [anon_sym_SLASH_SLASH] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(991), + [anon_sym_bit_DASHshl] = ACTIONS(991), + [anon_sym_bit_DASHshr] = ACTIONS(991), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_LT2] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_not_DASHin] = ACTIONS(991), + [anon_sym_starts_DASHwith] = ACTIONS(991), + [anon_sym_ends_DASHwith] = ACTIONS(991), + [anon_sym_EQ_TILDE] = ACTIONS(991), + [anon_sym_BANG_TILDE] = ACTIONS(991), + [anon_sym_bit_DASHand] = ACTIONS(991), + [anon_sym_bit_DASHxor] = ACTIONS(991), + [anon_sym_bit_DASHor] = ACTIONS(991), + [anon_sym_and] = ACTIONS(991), + [anon_sym_xor] = ACTIONS(991), + [anon_sym_or] = ACTIONS(991), + [anon_sym_null] = ACTIONS(991), + [anon_sym_true] = ACTIONS(991), + [anon_sym_false] = ACTIONS(991), + [aux_sym__val_number_decimal_token1] = ACTIONS(991), + [aux_sym__val_number_token1] = ACTIONS(991), + [aux_sym__val_number_token2] = ACTIONS(991), + [aux_sym__val_number_token3] = ACTIONS(991), + [aux_sym__val_number_token4] = ACTIONS(991), + [aux_sym__val_number_token5] = ACTIONS(991), + [aux_sym__val_number_token6] = ACTIONS(991), + [anon_sym_0b] = ACTIONS(991), + [anon_sym_0o] = ACTIONS(991), + [anon_sym_0x] = ACTIONS(991), + [sym_val_date] = ACTIONS(991), + [anon_sym_DQUOTE] = ACTIONS(991), + [sym__str_single_quotes] = ACTIONS(991), + [sym__str_back_ticks] = ACTIONS(991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(991), + [anon_sym_err_GT] = ACTIONS(991), + [anon_sym_out_GT] = ACTIONS(991), + [anon_sym_e_GT] = ACTIONS(991), + [anon_sym_o_GT] = ACTIONS(991), + [anon_sym_err_PLUSout_GT] = ACTIONS(991), + [anon_sym_out_PLUSerr_GT] = ACTIONS(991), + [anon_sym_o_PLUSe_GT] = ACTIONS(991), + [anon_sym_e_PLUSo_GT] = ACTIONS(991), + [aux_sym_unquoted_token1] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(105), }, [789] = { [sym_comment] = STATE(789), - [anon_sym_export] = ACTIONS(1591), - [anon_sym_alias] = ACTIONS(1591), - [anon_sym_let] = ACTIONS(1591), - [anon_sym_let_DASHenv] = ACTIONS(1591), - [anon_sym_mut] = ACTIONS(1591), - [anon_sym_const] = ACTIONS(1591), - [sym_cmd_identifier] = ACTIONS(1591), - [anon_sym_def] = ACTIONS(1591), - [anon_sym_export_DASHenv] = ACTIONS(1591), - [anon_sym_extern] = ACTIONS(1591), - [anon_sym_module] = ACTIONS(1591), - [anon_sym_use] = ACTIONS(1591), - [anon_sym_COMMA] = ACTIONS(1593), - [anon_sym_LPAREN] = ACTIONS(1593), - [anon_sym_DOLLAR] = ACTIONS(1593), - [anon_sym_error] = ACTIONS(1591), - [anon_sym_list] = ACTIONS(1591), - [anon_sym_GT] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1591), - [anon_sym_break] = ACTIONS(1591), - [anon_sym_continue] = ACTIONS(1591), - [anon_sym_for] = ACTIONS(1591), - [anon_sym_in] = ACTIONS(1591), - [anon_sym_loop] = ACTIONS(1591), - [anon_sym_make] = ACTIONS(1591), - [anon_sym_while] = ACTIONS(1591), - [anon_sym_do] = ACTIONS(1591), - [anon_sym_if] = ACTIONS(1591), - [anon_sym_else] = ACTIONS(1591), - [anon_sym_match] = ACTIONS(1591), - [anon_sym_RBRACE] = ACTIONS(1593), - [anon_sym_DOT] = ACTIONS(1593), - [anon_sym_try] = ACTIONS(1591), - [anon_sym_catch] = ACTIONS(1591), - [anon_sym_return] = ACTIONS(1591), - [anon_sym_source] = ACTIONS(1591), - [anon_sym_source_DASHenv] = ACTIONS(1591), - [anon_sym_register] = ACTIONS(1591), - [anon_sym_hide] = ACTIONS(1591), - [anon_sym_hide_DASHenv] = ACTIONS(1591), - [anon_sym_overlay] = ACTIONS(1591), - [anon_sym_new] = ACTIONS(1591), - [anon_sym_as] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_STAR_STAR] = ACTIONS(1593), - [anon_sym_PLUS_PLUS] = ACTIONS(1593), - [anon_sym_SLASH] = ACTIONS(1591), - [anon_sym_mod] = ACTIONS(1591), - [anon_sym_SLASH_SLASH] = ACTIONS(1593), - [anon_sym_PLUS] = ACTIONS(1591), - [anon_sym_bit_DASHshl] = ACTIONS(1591), - [anon_sym_bit_DASHshr] = ACTIONS(1591), - [anon_sym_EQ_EQ] = ACTIONS(1593), - [anon_sym_BANG_EQ] = ACTIONS(1593), - [anon_sym_LT2] = ACTIONS(1591), - [anon_sym_LT_EQ] = ACTIONS(1593), - [anon_sym_GT_EQ] = ACTIONS(1593), - [anon_sym_not_DASHin] = ACTIONS(1591), - [anon_sym_starts_DASHwith] = ACTIONS(1591), - [anon_sym_ends_DASHwith] = ACTIONS(1591), - [anon_sym_EQ_TILDE] = ACTIONS(1593), - [anon_sym_BANG_TILDE] = ACTIONS(1593), - [anon_sym_bit_DASHand] = ACTIONS(1591), - [anon_sym_bit_DASHxor] = ACTIONS(1591), - [anon_sym_bit_DASHor] = ACTIONS(1591), - [anon_sym_and] = ACTIONS(1591), - [anon_sym_xor] = ACTIONS(1591), - [anon_sym_or] = ACTIONS(1591), - [aux_sym__val_number_decimal_token1] = ACTIONS(1591), - [aux_sym__val_number_token1] = ACTIONS(1593), - [aux_sym__val_number_token2] = ACTIONS(1593), - [aux_sym__val_number_token3] = ACTIONS(1593), - [aux_sym__val_number_token4] = ACTIONS(1591), - [aux_sym__val_number_token5] = ACTIONS(1593), - [aux_sym__val_number_token6] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1593), - [sym__str_single_quotes] = ACTIONS(1593), - [sym__str_back_ticks] = ACTIONS(1593), - [aux_sym__record_key_token2] = ACTIONS(1591), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [790] = { + [sym_cell_path] = STATE(1127), + [sym_path] = STATE(778), [sym_comment] = STATE(790), - [anon_sym_export] = ACTIONS(1695), - [anon_sym_alias] = ACTIONS(1695), - [anon_sym_let] = ACTIONS(1695), - [anon_sym_let_DASHenv] = ACTIONS(1695), - [anon_sym_mut] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1695), - [sym_cmd_identifier] = ACTIONS(1695), - [anon_sym_def] = ACTIONS(1695), - [anon_sym_export_DASHenv] = ACTIONS(1695), - [anon_sym_extern] = ACTIONS(1695), - [anon_sym_module] = ACTIONS(1695), - [anon_sym_use] = ACTIONS(1695), - [anon_sym_COMMA] = ACTIONS(1697), - [anon_sym_LPAREN] = ACTIONS(1697), - [anon_sym_DOLLAR] = ACTIONS(1697), - [anon_sym_error] = ACTIONS(1695), - [anon_sym_list] = ACTIONS(1695), - [anon_sym_GT] = ACTIONS(1695), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1695), - [anon_sym_continue] = ACTIONS(1695), - [anon_sym_for] = ACTIONS(1695), - [anon_sym_in] = ACTIONS(1695), - [anon_sym_loop] = ACTIONS(1695), - [anon_sym_make] = ACTIONS(1695), - [anon_sym_while] = ACTIONS(1695), - [anon_sym_do] = ACTIONS(1695), - [anon_sym_if] = ACTIONS(1695), - [anon_sym_else] = ACTIONS(1695), - [anon_sym_match] = ACTIONS(1695), - [anon_sym_RBRACE] = ACTIONS(1697), - [anon_sym_DOT] = ACTIONS(1697), - [anon_sym_try] = ACTIONS(1695), - [anon_sym_catch] = ACTIONS(1695), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_source] = ACTIONS(1695), - [anon_sym_source_DASHenv] = ACTIONS(1695), - [anon_sym_register] = ACTIONS(1695), - [anon_sym_hide] = ACTIONS(1695), - [anon_sym_hide_DASHenv] = ACTIONS(1695), - [anon_sym_overlay] = ACTIONS(1695), - [anon_sym_new] = ACTIONS(1695), - [anon_sym_as] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1695), - [anon_sym_STAR_STAR] = ACTIONS(1697), - [anon_sym_PLUS_PLUS] = ACTIONS(1697), - [anon_sym_SLASH] = ACTIONS(1695), - [anon_sym_mod] = ACTIONS(1695), - [anon_sym_SLASH_SLASH] = ACTIONS(1697), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_bit_DASHshl] = ACTIONS(1695), - [anon_sym_bit_DASHshr] = ACTIONS(1695), - [anon_sym_EQ_EQ] = ACTIONS(1697), - [anon_sym_BANG_EQ] = ACTIONS(1697), - [anon_sym_LT2] = ACTIONS(1695), - [anon_sym_LT_EQ] = ACTIONS(1697), - [anon_sym_GT_EQ] = ACTIONS(1697), - [anon_sym_not_DASHin] = ACTIONS(1695), - [anon_sym_starts_DASHwith] = ACTIONS(1695), - [anon_sym_ends_DASHwith] = ACTIONS(1695), - [anon_sym_EQ_TILDE] = ACTIONS(1697), - [anon_sym_BANG_TILDE] = ACTIONS(1697), - [anon_sym_bit_DASHand] = ACTIONS(1695), - [anon_sym_bit_DASHxor] = ACTIONS(1695), - [anon_sym_bit_DASHor] = ACTIONS(1695), - [anon_sym_and] = ACTIONS(1695), - [anon_sym_xor] = ACTIONS(1695), - [anon_sym_or] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1695), - [aux_sym__val_number_token1] = ACTIONS(1697), - [aux_sym__val_number_token2] = ACTIONS(1697), - [aux_sym__val_number_token3] = ACTIONS(1697), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1697), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1697), - [sym__str_single_quotes] = ACTIONS(1697), - [sym__str_back_ticks] = ACTIONS(1697), - [aux_sym__record_key_token2] = ACTIONS(1695), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(822), + [anon_sym_alias] = ACTIONS(822), + [anon_sym_let] = ACTIONS(822), + [anon_sym_let_DASHenv] = ACTIONS(822), + [anon_sym_mut] = ACTIONS(822), + [anon_sym_const] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(822), + [sym_cmd_identifier] = ACTIONS(822), + [anon_sym_LF] = ACTIONS(824), + [anon_sym_def] = ACTIONS(822), + [anon_sym_export_DASHenv] = ACTIONS(822), + [anon_sym_extern] = ACTIONS(822), + [anon_sym_module] = ACTIONS(822), + [anon_sym_use] = ACTIONS(822), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_RPAREN] = ACTIONS(822), + [anon_sym_DOLLAR] = ACTIONS(822), + [anon_sym_error] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(822), + [anon_sym_for] = ACTIONS(822), + [anon_sym_loop] = ACTIONS(822), + [anon_sym_while] = ACTIONS(822), + [anon_sym_do] = ACTIONS(822), + [anon_sym_if] = ACTIONS(822), + [anon_sym_match] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(822), + [anon_sym_RBRACE] = ACTIONS(822), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(822), + [anon_sym_return] = ACTIONS(822), + [anon_sym_source] = ACTIONS(822), + [anon_sym_source_DASHenv] = ACTIONS(822), + [anon_sym_register] = ACTIONS(822), + [anon_sym_hide] = ACTIONS(822), + [anon_sym_hide_DASHenv] = ACTIONS(822), + [anon_sym_overlay] = ACTIONS(822), + [anon_sym_where] = ACTIONS(822), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_not] = ACTIONS(822), + [anon_sym_null] = ACTIONS(822), + [anon_sym_true] = ACTIONS(822), + [anon_sym_false] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(822), + [aux_sym__val_number_token2] = ACTIONS(822), + [aux_sym__val_number_token3] = ACTIONS(822), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(822), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_0b] = ACTIONS(822), + [anon_sym_0o] = ACTIONS(822), + [anon_sym_0x] = ACTIONS(822), + [sym_val_date] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(822), + [sym__str_single_quotes] = ACTIONS(822), + [sym__str_back_ticks] = ACTIONS(822), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(822), + [anon_sym_CARET] = ACTIONS(822), + [anon_sym_POUND] = ACTIONS(105), }, [791] = { [sym_comment] = STATE(791), - [anon_sym_export] = ACTIONS(1540), - [anon_sym_alias] = ACTIONS(1540), - [anon_sym_let] = ACTIONS(1540), - [anon_sym_let_DASHenv] = ACTIONS(1540), - [anon_sym_mut] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [sym_cmd_identifier] = ACTIONS(1540), - [anon_sym_def] = ACTIONS(1540), - [anon_sym_export_DASHenv] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym_module] = ACTIONS(1540), - [anon_sym_use] = ACTIONS(1540), - [anon_sym_COMMA] = ACTIONS(1623), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_error] = ACTIONS(1540), - [anon_sym_list] = ACTIONS(1540), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1540), - [anon_sym_make] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_match] = ACTIONS(1540), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_DOT] = ACTIONS(1623), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_catch] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_source] = ACTIONS(1540), - [anon_sym_source_DASHenv] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_hide] = ACTIONS(1540), - [anon_sym_hide_DASHenv] = ACTIONS(1540), - [anon_sym_overlay] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [anon_sym_as] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1623), - [anon_sym_BANG_EQ] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1623), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1623), - [anon_sym_BANG_TILDE] = ACTIONS(1623), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1540), - [aux_sym__val_number_token1] = ACTIONS(1623), - [aux_sym__val_number_token2] = ACTIONS(1623), - [aux_sym__val_number_token3] = ACTIONS(1623), - [aux_sym__val_number_token4] = ACTIONS(1540), - [aux_sym__val_number_token5] = ACTIONS(1623), - [aux_sym__val_number_token6] = ACTIONS(1540), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym__str_single_quotes] = ACTIONS(1623), - [sym__str_back_ticks] = ACTIONS(1623), - [aux_sym__record_key_token2] = ACTIONS(1540), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1079), + [anon_sym_SEMI] = ACTIONS(1077), + [anon_sym_LF] = ACTIONS(1079), + [anon_sym_LBRACK] = ACTIONS(1077), + [anon_sym_LPAREN] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(1077), + [anon_sym_DOLLAR] = ACTIONS(1077), + [anon_sym_GT] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_in] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(1077), + [anon_sym_DOT] = ACTIONS(1077), + [anon_sym_STAR] = ACTIONS(1077), + [anon_sym_STAR_STAR] = ACTIONS(1077), + [anon_sym_PLUS_PLUS] = ACTIONS(1077), + [anon_sym_SLASH] = ACTIONS(1077), + [anon_sym_mod] = ACTIONS(1077), + [anon_sym_SLASH_SLASH] = ACTIONS(1077), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_bit_DASHshl] = ACTIONS(1077), + [anon_sym_bit_DASHshr] = ACTIONS(1077), + [anon_sym_EQ_EQ] = ACTIONS(1077), + [anon_sym_BANG_EQ] = ACTIONS(1077), + [anon_sym_LT2] = ACTIONS(1077), + [anon_sym_LT_EQ] = ACTIONS(1077), + [anon_sym_GT_EQ] = ACTIONS(1077), + [anon_sym_not_DASHin] = ACTIONS(1077), + [anon_sym_starts_DASHwith] = ACTIONS(1077), + [anon_sym_ends_DASHwith] = ACTIONS(1077), + [anon_sym_EQ_TILDE] = ACTIONS(1077), + [anon_sym_BANG_TILDE] = ACTIONS(1077), + [anon_sym_bit_DASHand] = ACTIONS(1077), + [anon_sym_bit_DASHxor] = ACTIONS(1077), + [anon_sym_bit_DASHor] = ACTIONS(1077), + [anon_sym_and] = ACTIONS(1077), + [anon_sym_xor] = ACTIONS(1077), + [anon_sym_or] = ACTIONS(1077), + [anon_sym_null] = ACTIONS(1077), + [anon_sym_true] = ACTIONS(1077), + [anon_sym_false] = ACTIONS(1077), + [aux_sym__val_number_decimal_token1] = ACTIONS(1077), + [aux_sym__val_number_token1] = ACTIONS(1077), + [aux_sym__val_number_token2] = ACTIONS(1077), + [aux_sym__val_number_token3] = ACTIONS(1077), + [aux_sym__val_number_token4] = ACTIONS(1077), + [aux_sym__val_number_token5] = ACTIONS(1077), + [aux_sym__val_number_token6] = ACTIONS(1077), + [anon_sym_0b] = ACTIONS(1077), + [anon_sym_0o] = ACTIONS(1077), + [anon_sym_0x] = ACTIONS(1077), + [sym_val_date] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1077), + [sym__str_single_quotes] = ACTIONS(1077), + [sym__str_back_ticks] = ACTIONS(1077), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1077), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1077), + [anon_sym_err_GT] = ACTIONS(1077), + [anon_sym_out_GT] = ACTIONS(1077), + [anon_sym_e_GT] = ACTIONS(1077), + [anon_sym_o_GT] = ACTIONS(1077), + [anon_sym_err_PLUSout_GT] = ACTIONS(1077), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1077), + [anon_sym_o_PLUSe_GT] = ACTIONS(1077), + [anon_sym_e_PLUSo_GT] = ACTIONS(1077), + [aux_sym_unquoted_token1] = ACTIONS(1077), + [anon_sym_POUND] = ACTIONS(105), }, [792] = { [sym_comment] = STATE(792), - [anon_sym_export] = ACTIONS(1667), - [anon_sym_alias] = ACTIONS(1667), - [anon_sym_let] = ACTIONS(1667), - [anon_sym_let_DASHenv] = ACTIONS(1667), - [anon_sym_mut] = ACTIONS(1667), - [anon_sym_const] = ACTIONS(1667), - [sym_cmd_identifier] = ACTIONS(1667), - [anon_sym_def] = ACTIONS(1667), - [anon_sym_export_DASHenv] = ACTIONS(1667), - [anon_sym_extern] = ACTIONS(1667), - [anon_sym_module] = ACTIONS(1667), - [anon_sym_use] = ACTIONS(1667), - [anon_sym_COMMA] = ACTIONS(1669), - [anon_sym_LPAREN] = ACTIONS(1669), - [anon_sym_DOLLAR] = ACTIONS(1669), - [anon_sym_error] = ACTIONS(1667), - [anon_sym_list] = ACTIONS(1667), - [anon_sym_GT] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1667), - [anon_sym_break] = ACTIONS(1667), - [anon_sym_continue] = ACTIONS(1667), - [anon_sym_for] = ACTIONS(1667), - [anon_sym_in] = ACTIONS(1667), - [anon_sym_loop] = ACTIONS(1667), - [anon_sym_make] = ACTIONS(1667), - [anon_sym_while] = ACTIONS(1667), - [anon_sym_do] = ACTIONS(1667), - [anon_sym_if] = ACTIONS(1667), - [anon_sym_else] = ACTIONS(1667), - [anon_sym_match] = ACTIONS(1667), - [anon_sym_RBRACE] = ACTIONS(1669), - [anon_sym_DOT] = ACTIONS(1669), - [anon_sym_try] = ACTIONS(1667), - [anon_sym_catch] = ACTIONS(1667), - [anon_sym_return] = ACTIONS(1667), - [anon_sym_source] = ACTIONS(1667), - [anon_sym_source_DASHenv] = ACTIONS(1667), - [anon_sym_register] = ACTIONS(1667), - [anon_sym_hide] = ACTIONS(1667), - [anon_sym_hide_DASHenv] = ACTIONS(1667), - [anon_sym_overlay] = ACTIONS(1667), - [anon_sym_new] = ACTIONS(1667), - [anon_sym_as] = ACTIONS(1667), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_STAR_STAR] = ACTIONS(1669), - [anon_sym_PLUS_PLUS] = ACTIONS(1669), - [anon_sym_SLASH] = ACTIONS(1667), - [anon_sym_mod] = ACTIONS(1667), - [anon_sym_SLASH_SLASH] = ACTIONS(1669), - [anon_sym_PLUS] = ACTIONS(1667), - [anon_sym_bit_DASHshl] = ACTIONS(1667), - [anon_sym_bit_DASHshr] = ACTIONS(1667), - [anon_sym_EQ_EQ] = ACTIONS(1669), - [anon_sym_BANG_EQ] = ACTIONS(1669), - [anon_sym_LT2] = ACTIONS(1667), - [anon_sym_LT_EQ] = ACTIONS(1669), - [anon_sym_GT_EQ] = ACTIONS(1669), - [anon_sym_not_DASHin] = ACTIONS(1667), - [anon_sym_starts_DASHwith] = ACTIONS(1667), - [anon_sym_ends_DASHwith] = ACTIONS(1667), - [anon_sym_EQ_TILDE] = ACTIONS(1669), - [anon_sym_BANG_TILDE] = ACTIONS(1669), - [anon_sym_bit_DASHand] = ACTIONS(1667), - [anon_sym_bit_DASHxor] = ACTIONS(1667), - [anon_sym_bit_DASHor] = ACTIONS(1667), - [anon_sym_and] = ACTIONS(1667), - [anon_sym_xor] = ACTIONS(1667), - [anon_sym_or] = ACTIONS(1667), - [aux_sym__val_number_decimal_token1] = ACTIONS(1667), - [aux_sym__val_number_token1] = ACTIONS(1669), - [aux_sym__val_number_token2] = ACTIONS(1669), - [aux_sym__val_number_token3] = ACTIONS(1669), - [aux_sym__val_number_token4] = ACTIONS(1667), - [aux_sym__val_number_token5] = ACTIONS(1669), - [aux_sym__val_number_token6] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1669), - [sym__str_single_quotes] = ACTIONS(1669), - [sym__str_back_ticks] = ACTIONS(1669), - [aux_sym__record_key_token2] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [793] = { [sym_comment] = STATE(793), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [794] = { + [sym_cell_path] = STATE(1139), + [sym_path] = STATE(778), [sym_comment] = STATE(794), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1553), - [anon_sym_BANG_EQ] = ACTIONS(1553), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1553), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1553), - [anon_sym_BANG_TILDE] = ACTIONS(1553), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), + [anon_sym_POUND] = ACTIONS(105), }, [795] = { [sym_comment] = STATE(795), - [anon_sym_export] = ACTIONS(1651), - [anon_sym_alias] = ACTIONS(1651), - [anon_sym_let] = ACTIONS(1651), - [anon_sym_let_DASHenv] = ACTIONS(1651), - [anon_sym_mut] = ACTIONS(1651), - [anon_sym_const] = ACTIONS(1651), - [sym_cmd_identifier] = ACTIONS(1651), - [anon_sym_def] = ACTIONS(1651), - [anon_sym_export_DASHenv] = ACTIONS(1651), - [anon_sym_extern] = ACTIONS(1651), - [anon_sym_module] = ACTIONS(1651), - [anon_sym_use] = ACTIONS(1651), - [anon_sym_COMMA] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_error] = ACTIONS(1651), - [anon_sym_list] = ACTIONS(1651), - [anon_sym_GT] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1651), - [anon_sym_break] = ACTIONS(1651), - [anon_sym_continue] = ACTIONS(1651), - [anon_sym_for] = ACTIONS(1651), - [anon_sym_in] = ACTIONS(1651), - [anon_sym_loop] = ACTIONS(1651), - [anon_sym_make] = ACTIONS(1651), - [anon_sym_while] = ACTIONS(1651), - [anon_sym_do] = ACTIONS(1651), - [anon_sym_if] = ACTIONS(1651), - [anon_sym_else] = ACTIONS(1651), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_DOT] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1651), - [anon_sym_catch] = ACTIONS(1651), - [anon_sym_return] = ACTIONS(1651), - [anon_sym_source] = ACTIONS(1651), - [anon_sym_source_DASHenv] = ACTIONS(1651), - [anon_sym_register] = ACTIONS(1651), - [anon_sym_hide] = ACTIONS(1651), - [anon_sym_hide_DASHenv] = ACTIONS(1651), - [anon_sym_overlay] = ACTIONS(1651), - [anon_sym_new] = ACTIONS(1651), - [anon_sym_as] = ACTIONS(1651), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_STAR_STAR] = ACTIONS(1653), - [anon_sym_PLUS_PLUS] = ACTIONS(1653), - [anon_sym_SLASH] = ACTIONS(1651), - [anon_sym_mod] = ACTIONS(1651), - [anon_sym_SLASH_SLASH] = ACTIONS(1653), - [anon_sym_PLUS] = ACTIONS(1651), - [anon_sym_bit_DASHshl] = ACTIONS(1651), - [anon_sym_bit_DASHshr] = ACTIONS(1651), - [anon_sym_EQ_EQ] = ACTIONS(1653), - [anon_sym_BANG_EQ] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1651), - [anon_sym_LT_EQ] = ACTIONS(1653), - [anon_sym_GT_EQ] = ACTIONS(1653), - [anon_sym_not_DASHin] = ACTIONS(1651), - [anon_sym_starts_DASHwith] = ACTIONS(1651), - [anon_sym_ends_DASHwith] = ACTIONS(1651), - [anon_sym_EQ_TILDE] = ACTIONS(1653), - [anon_sym_BANG_TILDE] = ACTIONS(1653), - [anon_sym_bit_DASHand] = ACTIONS(1651), - [anon_sym_bit_DASHxor] = ACTIONS(1651), - [anon_sym_bit_DASHor] = ACTIONS(1651), - [anon_sym_and] = ACTIONS(1651), - [anon_sym_xor] = ACTIONS(1651), - [anon_sym_or] = ACTIONS(1651), - [aux_sym__val_number_decimal_token1] = ACTIONS(1651), - [aux_sym__val_number_token1] = ACTIONS(1653), - [aux_sym__val_number_token2] = ACTIONS(1653), - [aux_sym__val_number_token3] = ACTIONS(1653), - [aux_sym__val_number_token4] = ACTIONS(1651), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1653), - [sym__str_single_quotes] = ACTIONS(1653), - [sym__str_back_ticks] = ACTIONS(1653), - [aux_sym__record_key_token2] = ACTIONS(1651), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(2309), + [anon_sym_bit_DASHxor] = ACTIONS(2311), + [anon_sym_bit_DASHor] = ACTIONS(2313), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [796] = { [sym_comment] = STATE(796), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [797] = { [sym_comment] = STATE(797), - [anon_sym_export] = ACTIONS(1595), - [anon_sym_alias] = ACTIONS(1595), - [anon_sym_let] = ACTIONS(1595), - [anon_sym_let_DASHenv] = ACTIONS(1595), - [anon_sym_mut] = ACTIONS(1595), - [anon_sym_const] = ACTIONS(1595), - [sym_cmd_identifier] = ACTIONS(1595), - [anon_sym_def] = ACTIONS(1595), - [anon_sym_export_DASHenv] = ACTIONS(1595), - [anon_sym_extern] = ACTIONS(1595), - [anon_sym_module] = ACTIONS(1595), - [anon_sym_use] = ACTIONS(1595), - [anon_sym_COMMA] = ACTIONS(1597), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(1597), - [anon_sym_error] = ACTIONS(1595), - [anon_sym_list] = ACTIONS(1595), - [anon_sym_GT] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_break] = ACTIONS(1595), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_for] = ACTIONS(1595), - [anon_sym_in] = ACTIONS(1595), - [anon_sym_loop] = ACTIONS(1595), - [anon_sym_make] = ACTIONS(1595), - [anon_sym_while] = ACTIONS(1595), - [anon_sym_do] = ACTIONS(1595), - [anon_sym_if] = ACTIONS(1595), - [anon_sym_else] = ACTIONS(1595), - [anon_sym_match] = ACTIONS(1595), - [anon_sym_RBRACE] = ACTIONS(1597), - [anon_sym_DOT] = ACTIONS(1597), - [anon_sym_try] = ACTIONS(1595), - [anon_sym_catch] = ACTIONS(1595), - [anon_sym_return] = ACTIONS(1595), - [anon_sym_source] = ACTIONS(1595), - [anon_sym_source_DASHenv] = ACTIONS(1595), - [anon_sym_register] = ACTIONS(1595), - [anon_sym_hide] = ACTIONS(1595), - [anon_sym_hide_DASHenv] = ACTIONS(1595), - [anon_sym_overlay] = ACTIONS(1595), - [anon_sym_new] = ACTIONS(1595), - [anon_sym_as] = ACTIONS(1595), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_STAR_STAR] = ACTIONS(1597), - [anon_sym_PLUS_PLUS] = ACTIONS(1597), - [anon_sym_SLASH] = ACTIONS(1595), - [anon_sym_mod] = ACTIONS(1595), - [anon_sym_SLASH_SLASH] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_bit_DASHshl] = ACTIONS(1595), - [anon_sym_bit_DASHshr] = ACTIONS(1595), - [anon_sym_EQ_EQ] = ACTIONS(1597), - [anon_sym_BANG_EQ] = ACTIONS(1597), - [anon_sym_LT2] = ACTIONS(1595), - [anon_sym_LT_EQ] = ACTIONS(1597), - [anon_sym_GT_EQ] = ACTIONS(1597), - [anon_sym_not_DASHin] = ACTIONS(1595), - [anon_sym_starts_DASHwith] = ACTIONS(1595), - [anon_sym_ends_DASHwith] = ACTIONS(1595), - [anon_sym_EQ_TILDE] = ACTIONS(1597), - [anon_sym_BANG_TILDE] = ACTIONS(1597), - [anon_sym_bit_DASHand] = ACTIONS(1595), - [anon_sym_bit_DASHxor] = ACTIONS(1595), - [anon_sym_bit_DASHor] = ACTIONS(1595), - [anon_sym_and] = ACTIONS(1595), - [anon_sym_xor] = ACTIONS(1595), - [anon_sym_or] = ACTIONS(1595), - [aux_sym__val_number_decimal_token1] = ACTIONS(1595), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), - [aux_sym__val_number_token4] = ACTIONS(1595), - [aux_sym__val_number_token5] = ACTIONS(1597), - [aux_sym__val_number_token6] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [aux_sym__record_key_token2] = ACTIONS(1595), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_PIPE] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_err_GT] = ACTIONS(797), + [anon_sym_out_GT] = ACTIONS(797), + [anon_sym_e_GT] = ACTIONS(797), + [anon_sym_o_GT] = ACTIONS(797), + [anon_sym_err_PLUSout_GT] = ACTIONS(797), + [anon_sym_out_PLUSerr_GT] = ACTIONS(797), + [anon_sym_o_PLUSe_GT] = ACTIONS(797), + [anon_sym_e_PLUSo_GT] = ACTIONS(797), + [aux_sym_unquoted_token1] = ACTIONS(797), + [anon_sym_POUND] = ACTIONS(105), }, [798] = { + [sym_path] = STATE(959), [sym_comment] = STATE(798), - [anon_sym_export] = ACTIONS(1607), - [anon_sym_alias] = ACTIONS(1607), - [anon_sym_let] = ACTIONS(1607), - [anon_sym_let_DASHenv] = ACTIONS(1607), - [anon_sym_mut] = ACTIONS(1607), - [anon_sym_const] = ACTIONS(1607), - [sym_cmd_identifier] = ACTIONS(1607), - [anon_sym_def] = ACTIONS(1607), - [anon_sym_export_DASHenv] = ACTIONS(1607), - [anon_sym_extern] = ACTIONS(1607), - [anon_sym_module] = ACTIONS(1607), - [anon_sym_use] = ACTIONS(1607), - [anon_sym_COMMA] = ACTIONS(1609), - [anon_sym_LPAREN] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_error] = ACTIONS(1607), - [anon_sym_list] = ACTIONS(1607), - [anon_sym_GT] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1607), - [anon_sym_break] = ACTIONS(1607), - [anon_sym_continue] = ACTIONS(1607), - [anon_sym_for] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1607), - [anon_sym_loop] = ACTIONS(1607), - [anon_sym_make] = ACTIONS(1607), - [anon_sym_while] = ACTIONS(1607), - [anon_sym_do] = ACTIONS(1607), - [anon_sym_if] = ACTIONS(1607), - [anon_sym_else] = ACTIONS(1607), - [anon_sym_match] = ACTIONS(1607), - [anon_sym_RBRACE] = ACTIONS(1609), - [anon_sym_DOT] = ACTIONS(1609), - [anon_sym_try] = ACTIONS(1607), - [anon_sym_catch] = ACTIONS(1607), - [anon_sym_return] = ACTIONS(1607), - [anon_sym_source] = ACTIONS(1607), - [anon_sym_source_DASHenv] = ACTIONS(1607), - [anon_sym_register] = ACTIONS(1607), - [anon_sym_hide] = ACTIONS(1607), - [anon_sym_hide_DASHenv] = ACTIONS(1607), - [anon_sym_overlay] = ACTIONS(1607), - [anon_sym_new] = ACTIONS(1607), - [anon_sym_as] = ACTIONS(1607), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_STAR_STAR] = ACTIONS(1609), - [anon_sym_PLUS_PLUS] = ACTIONS(1609), - [anon_sym_SLASH] = ACTIONS(1607), - [anon_sym_mod] = ACTIONS(1607), - [anon_sym_SLASH_SLASH] = ACTIONS(1609), - [anon_sym_PLUS] = ACTIONS(1607), - [anon_sym_bit_DASHshl] = ACTIONS(1607), - [anon_sym_bit_DASHshr] = ACTIONS(1607), - [anon_sym_EQ_EQ] = ACTIONS(1609), - [anon_sym_BANG_EQ] = ACTIONS(1609), - [anon_sym_LT2] = ACTIONS(1607), - [anon_sym_LT_EQ] = ACTIONS(1609), - [anon_sym_GT_EQ] = ACTIONS(1609), - [anon_sym_not_DASHin] = ACTIONS(1607), - [anon_sym_starts_DASHwith] = ACTIONS(1607), - [anon_sym_ends_DASHwith] = ACTIONS(1607), - [anon_sym_EQ_TILDE] = ACTIONS(1609), - [anon_sym_BANG_TILDE] = ACTIONS(1609), - [anon_sym_bit_DASHand] = ACTIONS(1607), - [anon_sym_bit_DASHxor] = ACTIONS(1607), - [anon_sym_bit_DASHor] = ACTIONS(1607), - [anon_sym_and] = ACTIONS(1607), - [anon_sym_xor] = ACTIONS(1607), - [anon_sym_or] = ACTIONS(1607), - [aux_sym__val_number_decimal_token1] = ACTIONS(1607), - [aux_sym__val_number_token1] = ACTIONS(1609), - [aux_sym__val_number_token2] = ACTIONS(1609), - [aux_sym__val_number_token3] = ACTIONS(1609), - [aux_sym__val_number_token4] = ACTIONS(1607), - [aux_sym__val_number_token5] = ACTIONS(1609), - [aux_sym__val_number_token6] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym__str_single_quotes] = ACTIONS(1609), - [sym__str_back_ticks] = ACTIONS(1609), - [aux_sym__record_key_token2] = ACTIONS(1607), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(800), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), + [anon_sym_POUND] = ACTIONS(105), }, [799] = { [sym_comment] = STATE(799), - [anon_sym_export] = ACTIONS(1637), - [anon_sym_alias] = ACTIONS(1637), - [anon_sym_let] = ACTIONS(1637), - [anon_sym_let_DASHenv] = ACTIONS(1637), - [anon_sym_mut] = ACTIONS(1637), - [anon_sym_const] = ACTIONS(1637), - [sym_cmd_identifier] = ACTIONS(1637), - [anon_sym_def] = ACTIONS(1637), - [anon_sym_export_DASHenv] = ACTIONS(1637), - [anon_sym_extern] = ACTIONS(1637), - [anon_sym_module] = ACTIONS(1637), - [anon_sym_use] = ACTIONS(1637), - [anon_sym_COMMA] = ACTIONS(1639), - [anon_sym_LPAREN] = ACTIONS(1639), - [anon_sym_DOLLAR] = ACTIONS(1639), - [anon_sym_error] = ACTIONS(1637), - [anon_sym_list] = ACTIONS(1637), - [anon_sym_GT] = ACTIONS(1637), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_break] = ACTIONS(1637), - [anon_sym_continue] = ACTIONS(1637), - [anon_sym_for] = ACTIONS(1637), - [anon_sym_in] = ACTIONS(1637), - [anon_sym_loop] = ACTIONS(1637), - [anon_sym_make] = ACTIONS(1637), - [anon_sym_while] = ACTIONS(1637), - [anon_sym_do] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1637), - [anon_sym_else] = ACTIONS(1637), - [anon_sym_match] = ACTIONS(1637), - [anon_sym_RBRACE] = ACTIONS(1639), - [anon_sym_DOT] = ACTIONS(1639), - [anon_sym_try] = ACTIONS(1637), - [anon_sym_catch] = ACTIONS(1637), - [anon_sym_return] = ACTIONS(1637), - [anon_sym_source] = ACTIONS(1637), - [anon_sym_source_DASHenv] = ACTIONS(1637), - [anon_sym_register] = ACTIONS(1637), - [anon_sym_hide] = ACTIONS(1637), - [anon_sym_hide_DASHenv] = ACTIONS(1637), - [anon_sym_overlay] = ACTIONS(1637), - [anon_sym_new] = ACTIONS(1637), - [anon_sym_as] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1637), - [anon_sym_STAR_STAR] = ACTIONS(1639), - [anon_sym_PLUS_PLUS] = ACTIONS(1639), - [anon_sym_SLASH] = ACTIONS(1637), - [anon_sym_mod] = ACTIONS(1637), - [anon_sym_SLASH_SLASH] = ACTIONS(1639), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_bit_DASHshl] = ACTIONS(1637), - [anon_sym_bit_DASHshr] = ACTIONS(1637), - [anon_sym_EQ_EQ] = ACTIONS(1639), - [anon_sym_BANG_EQ] = ACTIONS(1639), - [anon_sym_LT2] = ACTIONS(1637), - [anon_sym_LT_EQ] = ACTIONS(1639), - [anon_sym_GT_EQ] = ACTIONS(1639), - [anon_sym_not_DASHin] = ACTIONS(1637), - [anon_sym_starts_DASHwith] = ACTIONS(1637), - [anon_sym_ends_DASHwith] = ACTIONS(1637), - [anon_sym_EQ_TILDE] = ACTIONS(1639), - [anon_sym_BANG_TILDE] = ACTIONS(1639), - [anon_sym_bit_DASHand] = ACTIONS(1637), - [anon_sym_bit_DASHxor] = ACTIONS(1637), - [anon_sym_bit_DASHor] = ACTIONS(1637), - [anon_sym_and] = ACTIONS(1637), - [anon_sym_xor] = ACTIONS(1637), - [anon_sym_or] = ACTIONS(1637), - [aux_sym__val_number_decimal_token1] = ACTIONS(1637), - [aux_sym__val_number_token1] = ACTIONS(1639), - [aux_sym__val_number_token2] = ACTIONS(1639), - [aux_sym__val_number_token3] = ACTIONS(1639), - [aux_sym__val_number_token4] = ACTIONS(1637), - [aux_sym__val_number_token5] = ACTIONS(1639), - [aux_sym__val_number_token6] = ACTIONS(1637), - [anon_sym_DQUOTE] = ACTIONS(1639), - [sym__str_single_quotes] = ACTIONS(1639), - [sym__str_back_ticks] = ACTIONS(1639), - [aux_sym__record_key_token2] = ACTIONS(1637), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1007), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_LF] = ACTIONS(1007), + [anon_sym_LBRACK] = ACTIONS(926), + [anon_sym_LPAREN] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_DOLLAR] = ACTIONS(926), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(926), + [anon_sym_in] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(926), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_null] = ACTIONS(926), + [anon_sym_true] = ACTIONS(926), + [anon_sym_false] = ACTIONS(926), + [aux_sym__val_number_decimal_token1] = ACTIONS(926), + [aux_sym__val_number_token1] = ACTIONS(926), + [aux_sym__val_number_token2] = ACTIONS(926), + [aux_sym__val_number_token3] = ACTIONS(926), + [aux_sym__val_number_token4] = ACTIONS(926), + [aux_sym__val_number_token5] = ACTIONS(926), + [aux_sym__val_number_token6] = ACTIONS(926), + [anon_sym_0b] = ACTIONS(926), + [anon_sym_0o] = ACTIONS(926), + [anon_sym_0x] = ACTIONS(926), + [sym_val_date] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym__str_single_quotes] = ACTIONS(926), + [sym__str_back_ticks] = ACTIONS(926), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(926), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(926), + [anon_sym_err_GT] = ACTIONS(926), + [anon_sym_out_GT] = ACTIONS(926), + [anon_sym_e_GT] = ACTIONS(926), + [anon_sym_o_GT] = ACTIONS(926), + [anon_sym_err_PLUSout_GT] = ACTIONS(926), + [anon_sym_out_PLUSerr_GT] = ACTIONS(926), + [anon_sym_o_PLUSe_GT] = ACTIONS(926), + [anon_sym_e_PLUSo_GT] = ACTIONS(926), + [aux_sym_unquoted_token1] = ACTIONS(926), + [anon_sym_POUND] = ACTIONS(105), }, [800] = { + [sym_path] = STATE(959), [sym_comment] = STATE(800), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1553), - [anon_sym_BANG_TILDE] = ACTIONS(1553), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(781), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), }, [801] = { + [sym__match_pattern_record_variable] = STATE(2028), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(1679), + [sym__var] = STATE(1388), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2028), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(801), - [anon_sym_export] = ACTIONS(1611), - [anon_sym_alias] = ACTIONS(1611), - [anon_sym_let] = ACTIONS(1611), - [anon_sym_let_DASHenv] = ACTIONS(1611), - [anon_sym_mut] = ACTIONS(1611), - [anon_sym_const] = ACTIONS(1611), - [sym_cmd_identifier] = ACTIONS(1611), - [anon_sym_def] = ACTIONS(1611), - [anon_sym_export_DASHenv] = ACTIONS(1611), - [anon_sym_extern] = ACTIONS(1611), - [anon_sym_module] = ACTIONS(1611), - [anon_sym_use] = ACTIONS(1611), - [anon_sym_COMMA] = ACTIONS(1613), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_DOLLAR] = ACTIONS(1613), - [anon_sym_error] = ACTIONS(1611), - [anon_sym_list] = ACTIONS(1611), - [anon_sym_GT] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1611), - [anon_sym_break] = ACTIONS(1611), - [anon_sym_continue] = ACTIONS(1611), - [anon_sym_for] = ACTIONS(1611), - [anon_sym_in] = ACTIONS(1611), - [anon_sym_loop] = ACTIONS(1611), - [anon_sym_make] = ACTIONS(1611), - [anon_sym_while] = ACTIONS(1611), - [anon_sym_do] = ACTIONS(1611), - [anon_sym_if] = ACTIONS(1611), - [anon_sym_else] = ACTIONS(1611), - [anon_sym_match] = ACTIONS(1611), - [anon_sym_RBRACE] = ACTIONS(1613), - [anon_sym_DOT] = ACTIONS(1613), - [anon_sym_try] = ACTIONS(1611), - [anon_sym_catch] = ACTIONS(1611), - [anon_sym_return] = ACTIONS(1611), - [anon_sym_source] = ACTIONS(1611), - [anon_sym_source_DASHenv] = ACTIONS(1611), - [anon_sym_register] = ACTIONS(1611), - [anon_sym_hide] = ACTIONS(1611), - [anon_sym_hide_DASHenv] = ACTIONS(1611), - [anon_sym_overlay] = ACTIONS(1611), - [anon_sym_new] = ACTIONS(1611), - [anon_sym_as] = ACTIONS(1611), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_STAR_STAR] = ACTIONS(1613), - [anon_sym_PLUS_PLUS] = ACTIONS(1613), - [anon_sym_SLASH] = ACTIONS(1611), - [anon_sym_mod] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(1613), - [anon_sym_PLUS] = ACTIONS(1611), - [anon_sym_bit_DASHshl] = ACTIONS(1611), - [anon_sym_bit_DASHshr] = ACTIONS(1611), - [anon_sym_EQ_EQ] = ACTIONS(1613), - [anon_sym_BANG_EQ] = ACTIONS(1613), - [anon_sym_LT2] = ACTIONS(1611), - [anon_sym_LT_EQ] = ACTIONS(1613), - [anon_sym_GT_EQ] = ACTIONS(1613), - [anon_sym_not_DASHin] = ACTIONS(1611), - [anon_sym_starts_DASHwith] = ACTIONS(1611), - [anon_sym_ends_DASHwith] = ACTIONS(1611), - [anon_sym_EQ_TILDE] = ACTIONS(1613), - [anon_sym_BANG_TILDE] = ACTIONS(1613), - [anon_sym_bit_DASHand] = ACTIONS(1611), - [anon_sym_bit_DASHxor] = ACTIONS(1611), - [anon_sym_bit_DASHor] = ACTIONS(1611), - [anon_sym_and] = ACTIONS(1611), - [anon_sym_xor] = ACTIONS(1611), - [anon_sym_or] = ACTIONS(1611), - [aux_sym__val_number_decimal_token1] = ACTIONS(1611), - [aux_sym__val_number_token1] = ACTIONS(1613), - [aux_sym__val_number_token2] = ACTIONS(1613), - [aux_sym__val_number_token3] = ACTIONS(1613), - [aux_sym__val_number_token4] = ACTIONS(1611), - [aux_sym__val_number_token5] = ACTIONS(1613), - [aux_sym__val_number_token6] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1613), - [sym__str_single_quotes] = ACTIONS(1613), - [sym__str_back_ticks] = ACTIONS(1613), - [aux_sym__record_key_token2] = ACTIONS(1611), + [aux_sym__match_pattern_record_repeat1] = STATE(801), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_alias] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_let_DASHenv] = ACTIONS(2337), + [anon_sym_mut] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [sym_cmd_identifier] = ACTIONS(2337), + [anon_sym_def] = ACTIONS(2337), + [anon_sym_export_DASHenv] = ACTIONS(2337), + [anon_sym_extern] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_use] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_DOLLAR] = ACTIONS(2343), + [anon_sym_error] = ACTIONS(2337), + [anon_sym_list] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2346), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_in] = ACTIONS(2337), + [anon_sym_loop] = ACTIONS(2337), + [anon_sym_make] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_match] = ACTIONS(2337), + [anon_sym_RBRACE] = ACTIONS(2349), + [anon_sym_DOT] = ACTIONS(2351), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_catch] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_source] = ACTIONS(2337), + [anon_sym_source_DASHenv] = ACTIONS(2337), + [anon_sym_register] = ACTIONS(2337), + [anon_sym_hide] = ACTIONS(2337), + [anon_sym_hide_DASHenv] = ACTIONS(2337), + [anon_sym_overlay] = ACTIONS(2337), + [anon_sym_new] = ACTIONS(2337), + [anon_sym_as] = ACTIONS(2337), + [anon_sym_PLUS] = ACTIONS(2354), + [aux_sym__val_number_decimal_token1] = ACTIONS(2357), + [aux_sym__val_number_token1] = ACTIONS(2360), + [aux_sym__val_number_token2] = ACTIONS(2360), + [aux_sym__val_number_token3] = ACTIONS(2360), + [aux_sym__val_number_token4] = ACTIONS(2363), + [aux_sym__val_number_token5] = ACTIONS(2360), + [aux_sym__val_number_token6] = ACTIONS(2363), + [anon_sym_DQUOTE] = ACTIONS(2366), + [sym__str_single_quotes] = ACTIONS(2369), + [sym__str_back_ticks] = ACTIONS(2369), + [aux_sym__record_key_token2] = ACTIONS(2372), [anon_sym_POUND] = ACTIONS(3), }, [802] = { [sym_comment] = STATE(802), - [anon_sym_export] = ACTIONS(1687), - [anon_sym_alias] = ACTIONS(1687), - [anon_sym_let] = ACTIONS(1687), - [anon_sym_let_DASHenv] = ACTIONS(1687), - [anon_sym_mut] = ACTIONS(1687), - [anon_sym_const] = ACTIONS(1687), - [sym_cmd_identifier] = ACTIONS(1687), - [anon_sym_def] = ACTIONS(1687), - [anon_sym_export_DASHenv] = ACTIONS(1687), - [anon_sym_extern] = ACTIONS(1687), - [anon_sym_module] = ACTIONS(1687), - [anon_sym_use] = ACTIONS(1687), - [anon_sym_COMMA] = ACTIONS(1689), - [anon_sym_LPAREN] = ACTIONS(1689), - [anon_sym_DOLLAR] = ACTIONS(1689), - [anon_sym_error] = ACTIONS(1687), - [anon_sym_list] = ACTIONS(1687), - [anon_sym_GT] = ACTIONS(1687), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_break] = ACTIONS(1687), - [anon_sym_continue] = ACTIONS(1687), - [anon_sym_for] = ACTIONS(1687), - [anon_sym_in] = ACTIONS(1687), - [anon_sym_loop] = ACTIONS(1687), - [anon_sym_make] = ACTIONS(1687), - [anon_sym_while] = ACTIONS(1687), - [anon_sym_do] = ACTIONS(1687), - [anon_sym_if] = ACTIONS(1687), - [anon_sym_else] = ACTIONS(1687), - [anon_sym_match] = ACTIONS(1687), - [anon_sym_RBRACE] = ACTIONS(1689), - [anon_sym_DOT] = ACTIONS(1689), - [anon_sym_try] = ACTIONS(1687), - [anon_sym_catch] = ACTIONS(1687), - [anon_sym_return] = ACTIONS(1687), - [anon_sym_source] = ACTIONS(1687), - [anon_sym_source_DASHenv] = ACTIONS(1687), - [anon_sym_register] = ACTIONS(1687), - [anon_sym_hide] = ACTIONS(1687), - [anon_sym_hide_DASHenv] = ACTIONS(1687), - [anon_sym_overlay] = ACTIONS(1687), - [anon_sym_new] = ACTIONS(1687), - [anon_sym_as] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1687), - [anon_sym_STAR_STAR] = ACTIONS(1689), - [anon_sym_PLUS_PLUS] = ACTIONS(1689), - [anon_sym_SLASH] = ACTIONS(1687), - [anon_sym_mod] = ACTIONS(1687), - [anon_sym_SLASH_SLASH] = ACTIONS(1689), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_bit_DASHshl] = ACTIONS(1687), - [anon_sym_bit_DASHshr] = ACTIONS(1687), - [anon_sym_EQ_EQ] = ACTIONS(1689), - [anon_sym_BANG_EQ] = ACTIONS(1689), - [anon_sym_LT2] = ACTIONS(1687), - [anon_sym_LT_EQ] = ACTIONS(1689), - [anon_sym_GT_EQ] = ACTIONS(1689), - [anon_sym_not_DASHin] = ACTIONS(1687), - [anon_sym_starts_DASHwith] = ACTIONS(1687), - [anon_sym_ends_DASHwith] = ACTIONS(1687), - [anon_sym_EQ_TILDE] = ACTIONS(1689), - [anon_sym_BANG_TILDE] = ACTIONS(1689), - [anon_sym_bit_DASHand] = ACTIONS(1687), - [anon_sym_bit_DASHxor] = ACTIONS(1687), - [anon_sym_bit_DASHor] = ACTIONS(1687), - [anon_sym_and] = ACTIONS(1687), - [anon_sym_xor] = ACTIONS(1687), - [anon_sym_or] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1687), - [aux_sym__val_number_token1] = ACTIONS(1689), - [aux_sym__val_number_token2] = ACTIONS(1689), - [aux_sym__val_number_token3] = ACTIONS(1689), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1689), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym__str_single_quotes] = ACTIONS(1689), - [sym__str_back_ticks] = ACTIONS(1689), - [aux_sym__record_key_token2] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_RPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_DOT2] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token1] = ACTIONS(2379), + [aux_sym__immediate_decimal_token2] = ACTIONS(2381), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), + [anon_sym_POUND] = ACTIONS(105), }, [803] = { [sym_comment] = STATE(803), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1553), - [anon_sym_BANG_EQ] = ACTIONS(1553), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1553), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1553), - [anon_sym_BANG_TILDE] = ACTIONS(1553), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_in] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_STAR_STAR] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_bit_DASHshl] = ACTIONS(941), + [anon_sym_bit_DASHshr] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(941), + [anon_sym_BANG_EQ] = ACTIONS(941), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(941), + [anon_sym_not_DASHin] = ACTIONS(941), + [anon_sym_starts_DASHwith] = ACTIONS(941), + [anon_sym_ends_DASHwith] = ACTIONS(941), + [anon_sym_EQ_TILDE] = ACTIONS(941), + [anon_sym_BANG_TILDE] = ACTIONS(941), + [anon_sym_bit_DASHand] = ACTIONS(941), + [anon_sym_bit_DASHxor] = ACTIONS(941), + [anon_sym_bit_DASHor] = ACTIONS(941), + [anon_sym_and] = ACTIONS(941), + [anon_sym_xor] = ACTIONS(941), + [anon_sym_or] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [aux_sym_unquoted_token1] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(105), }, [804] = { [sym_comment] = STATE(804), - [anon_sym_export] = ACTIONS(1675), - [anon_sym_alias] = ACTIONS(1675), - [anon_sym_let] = ACTIONS(1675), - [anon_sym_let_DASHenv] = ACTIONS(1675), - [anon_sym_mut] = ACTIONS(1675), - [anon_sym_const] = ACTIONS(1675), - [sym_cmd_identifier] = ACTIONS(1675), - [anon_sym_def] = ACTIONS(1675), - [anon_sym_export_DASHenv] = ACTIONS(1675), - [anon_sym_extern] = ACTIONS(1675), - [anon_sym_module] = ACTIONS(1675), - [anon_sym_use] = ACTIONS(1675), - [anon_sym_COMMA] = ACTIONS(1677), - [anon_sym_LPAREN] = ACTIONS(1677), - [anon_sym_DOLLAR] = ACTIONS(1677), - [anon_sym_error] = ACTIONS(1675), - [anon_sym_list] = ACTIONS(1675), - [anon_sym_GT] = ACTIONS(1675), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_break] = ACTIONS(1675), - [anon_sym_continue] = ACTIONS(1675), - [anon_sym_for] = ACTIONS(1675), - [anon_sym_in] = ACTIONS(1675), - [anon_sym_loop] = ACTIONS(1675), - [anon_sym_make] = ACTIONS(1675), - [anon_sym_while] = ACTIONS(1675), - [anon_sym_do] = ACTIONS(1675), - [anon_sym_if] = ACTIONS(1675), - [anon_sym_else] = ACTIONS(1675), - [anon_sym_match] = ACTIONS(1675), - [anon_sym_RBRACE] = ACTIONS(1677), - [anon_sym_DOT] = ACTIONS(1677), - [anon_sym_try] = ACTIONS(1675), - [anon_sym_catch] = ACTIONS(1675), - [anon_sym_return] = ACTIONS(1675), - [anon_sym_source] = ACTIONS(1675), - [anon_sym_source_DASHenv] = ACTIONS(1675), - [anon_sym_register] = ACTIONS(1675), - [anon_sym_hide] = ACTIONS(1675), - [anon_sym_hide_DASHenv] = ACTIONS(1675), - [anon_sym_overlay] = ACTIONS(1675), - [anon_sym_new] = ACTIONS(1675), - [anon_sym_as] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1675), - [anon_sym_STAR_STAR] = ACTIONS(1677), - [anon_sym_PLUS_PLUS] = ACTIONS(1677), - [anon_sym_SLASH] = ACTIONS(1675), - [anon_sym_mod] = ACTIONS(1675), - [anon_sym_SLASH_SLASH] = ACTIONS(1677), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_bit_DASHshl] = ACTIONS(1675), - [anon_sym_bit_DASHshr] = ACTIONS(1675), - [anon_sym_EQ_EQ] = ACTIONS(1677), - [anon_sym_BANG_EQ] = ACTIONS(1677), - [anon_sym_LT2] = ACTIONS(1675), - [anon_sym_LT_EQ] = ACTIONS(1677), - [anon_sym_GT_EQ] = ACTIONS(1677), - [anon_sym_not_DASHin] = ACTIONS(1675), - [anon_sym_starts_DASHwith] = ACTIONS(1675), - [anon_sym_ends_DASHwith] = ACTIONS(1675), - [anon_sym_EQ_TILDE] = ACTIONS(1677), - [anon_sym_BANG_TILDE] = ACTIONS(1677), - [anon_sym_bit_DASHand] = ACTIONS(1675), - [anon_sym_bit_DASHxor] = ACTIONS(1675), - [anon_sym_bit_DASHor] = ACTIONS(1675), - [anon_sym_and] = ACTIONS(1675), - [anon_sym_xor] = ACTIONS(1675), - [anon_sym_or] = ACTIONS(1675), - [aux_sym__val_number_decimal_token1] = ACTIONS(1675), - [aux_sym__val_number_token1] = ACTIONS(1677), - [aux_sym__val_number_token2] = ACTIONS(1677), - [aux_sym__val_number_token3] = ACTIONS(1677), - [aux_sym__val_number_token4] = ACTIONS(1675), - [aux_sym__val_number_token5] = ACTIONS(1677), - [aux_sym__val_number_token6] = ACTIONS(1675), - [anon_sym_DQUOTE] = ACTIONS(1677), - [sym__str_single_quotes] = ACTIONS(1677), - [sym__str_back_ticks] = ACTIONS(1677), - [aux_sym__record_key_token2] = ACTIONS(1675), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(2309), + [anon_sym_bit_DASHxor] = ACTIONS(2311), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [805] = { [sym_comment] = STATE(805), - [anon_sym_export] = ACTIONS(1671), - [anon_sym_alias] = ACTIONS(1671), - [anon_sym_let] = ACTIONS(1671), - [anon_sym_let_DASHenv] = ACTIONS(1671), - [anon_sym_mut] = ACTIONS(1671), - [anon_sym_const] = ACTIONS(1671), - [sym_cmd_identifier] = ACTIONS(1671), - [anon_sym_def] = ACTIONS(1671), - [anon_sym_export_DASHenv] = ACTIONS(1671), - [anon_sym_extern] = ACTIONS(1671), - [anon_sym_module] = ACTIONS(1671), - [anon_sym_use] = ACTIONS(1671), - [anon_sym_COMMA] = ACTIONS(1673), - [anon_sym_LPAREN] = ACTIONS(1673), - [anon_sym_DOLLAR] = ACTIONS(1673), - [anon_sym_error] = ACTIONS(1671), - [anon_sym_list] = ACTIONS(1671), - [anon_sym_GT] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1671), - [anon_sym_break] = ACTIONS(1671), - [anon_sym_continue] = ACTIONS(1671), - [anon_sym_for] = ACTIONS(1671), - [anon_sym_in] = ACTIONS(1671), - [anon_sym_loop] = ACTIONS(1671), - [anon_sym_make] = ACTIONS(1671), - [anon_sym_while] = ACTIONS(1671), - [anon_sym_do] = ACTIONS(1671), - [anon_sym_if] = ACTIONS(1671), - [anon_sym_else] = ACTIONS(1671), - [anon_sym_match] = ACTIONS(1671), - [anon_sym_RBRACE] = ACTIONS(1673), - [anon_sym_DOT] = ACTIONS(1673), - [anon_sym_try] = ACTIONS(1671), - [anon_sym_catch] = ACTIONS(1671), - [anon_sym_return] = ACTIONS(1671), - [anon_sym_source] = ACTIONS(1671), - [anon_sym_source_DASHenv] = ACTIONS(1671), - [anon_sym_register] = ACTIONS(1671), - [anon_sym_hide] = ACTIONS(1671), - [anon_sym_hide_DASHenv] = ACTIONS(1671), - [anon_sym_overlay] = ACTIONS(1671), - [anon_sym_new] = ACTIONS(1671), - [anon_sym_as] = ACTIONS(1671), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_STAR_STAR] = ACTIONS(1673), - [anon_sym_PLUS_PLUS] = ACTIONS(1673), - [anon_sym_SLASH] = ACTIONS(1671), - [anon_sym_mod] = ACTIONS(1671), - [anon_sym_SLASH_SLASH] = ACTIONS(1673), - [anon_sym_PLUS] = ACTIONS(1671), - [anon_sym_bit_DASHshl] = ACTIONS(1671), - [anon_sym_bit_DASHshr] = ACTIONS(1671), - [anon_sym_EQ_EQ] = ACTIONS(1673), - [anon_sym_BANG_EQ] = ACTIONS(1673), - [anon_sym_LT2] = ACTIONS(1671), - [anon_sym_LT_EQ] = ACTIONS(1673), - [anon_sym_GT_EQ] = ACTIONS(1673), - [anon_sym_not_DASHin] = ACTIONS(1671), - [anon_sym_starts_DASHwith] = ACTIONS(1671), - [anon_sym_ends_DASHwith] = ACTIONS(1671), - [anon_sym_EQ_TILDE] = ACTIONS(1673), - [anon_sym_BANG_TILDE] = ACTIONS(1673), - [anon_sym_bit_DASHand] = ACTIONS(1671), - [anon_sym_bit_DASHxor] = ACTIONS(1671), - [anon_sym_bit_DASHor] = ACTIONS(1671), - [anon_sym_and] = ACTIONS(1671), - [anon_sym_xor] = ACTIONS(1671), - [anon_sym_or] = ACTIONS(1671), - [aux_sym__val_number_decimal_token1] = ACTIONS(1671), - [aux_sym__val_number_token1] = ACTIONS(1673), - [aux_sym__val_number_token2] = ACTIONS(1673), - [aux_sym__val_number_token3] = ACTIONS(1673), - [aux_sym__val_number_token4] = ACTIONS(1671), - [aux_sym__val_number_token5] = ACTIONS(1673), - [aux_sym__val_number_token6] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1673), - [sym__str_single_quotes] = ACTIONS(1673), - [sym__str_back_ticks] = ACTIONS(1673), - [aux_sym__record_key_token2] = ACTIONS(1671), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(955), + [anon_sym_SEMI] = ACTIONS(953), + [anon_sym_LF] = ACTIONS(955), + [anon_sym_LBRACK] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(953), + [anon_sym_PIPE] = ACTIONS(953), + [anon_sym_DOLLAR] = ACTIONS(953), + [anon_sym_GT] = ACTIONS(953), + [anon_sym_DASH] = ACTIONS(953), + [anon_sym_in] = ACTIONS(953), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_DOT] = ACTIONS(953), + [anon_sym_STAR] = ACTIONS(953), + [anon_sym_STAR_STAR] = ACTIONS(953), + [anon_sym_PLUS_PLUS] = ACTIONS(953), + [anon_sym_SLASH] = ACTIONS(953), + [anon_sym_mod] = ACTIONS(953), + [anon_sym_SLASH_SLASH] = ACTIONS(953), + [anon_sym_PLUS] = ACTIONS(953), + [anon_sym_bit_DASHshl] = ACTIONS(953), + [anon_sym_bit_DASHshr] = ACTIONS(953), + [anon_sym_EQ_EQ] = ACTIONS(953), + [anon_sym_BANG_EQ] = ACTIONS(953), + [anon_sym_LT2] = ACTIONS(953), + [anon_sym_LT_EQ] = ACTIONS(953), + [anon_sym_GT_EQ] = ACTIONS(953), + [anon_sym_not_DASHin] = ACTIONS(953), + [anon_sym_starts_DASHwith] = ACTIONS(953), + [anon_sym_ends_DASHwith] = ACTIONS(953), + [anon_sym_EQ_TILDE] = ACTIONS(953), + [anon_sym_BANG_TILDE] = ACTIONS(953), + [anon_sym_bit_DASHand] = ACTIONS(953), + [anon_sym_bit_DASHxor] = ACTIONS(953), + [anon_sym_bit_DASHor] = ACTIONS(953), + [anon_sym_and] = ACTIONS(953), + [anon_sym_xor] = ACTIONS(953), + [anon_sym_or] = ACTIONS(953), + [anon_sym_null] = ACTIONS(953), + [anon_sym_true] = ACTIONS(953), + [anon_sym_false] = ACTIONS(953), + [aux_sym__val_number_decimal_token1] = ACTIONS(953), + [aux_sym__val_number_token1] = ACTIONS(953), + [aux_sym__val_number_token2] = ACTIONS(953), + [aux_sym__val_number_token3] = ACTIONS(953), + [aux_sym__val_number_token4] = ACTIONS(953), + [aux_sym__val_number_token5] = ACTIONS(953), + [aux_sym__val_number_token6] = ACTIONS(953), + [anon_sym_0b] = ACTIONS(953), + [anon_sym_0o] = ACTIONS(953), + [anon_sym_0x] = ACTIONS(953), + [sym_val_date] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(953), + [sym__str_single_quotes] = ACTIONS(953), + [sym__str_back_ticks] = ACTIONS(953), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(953), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(953), + [anon_sym_err_GT] = ACTIONS(953), + [anon_sym_out_GT] = ACTIONS(953), + [anon_sym_e_GT] = ACTIONS(953), + [anon_sym_o_GT] = ACTIONS(953), + [anon_sym_err_PLUSout_GT] = ACTIONS(953), + [anon_sym_out_PLUSerr_GT] = ACTIONS(953), + [anon_sym_o_PLUSe_GT] = ACTIONS(953), + [anon_sym_e_PLUSo_GT] = ACTIONS(953), + [aux_sym_unquoted_token1] = ACTIONS(953), + [anon_sym_POUND] = ACTIONS(105), }, [806] = { [sym_comment] = STATE(806), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1443), - [anon_sym_DOLLAR] = ACTIONS(1443), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_list] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_make] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_catch] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_new] = ACTIONS(1441), - [anon_sym_as] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1443), - [anon_sym_BANG_EQ] = ACTIONS(1443), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1443), - [anon_sym_GT_EQ] = ACTIONS(1443), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1443), - [anon_sym_BANG_TILDE] = ACTIONS(1443), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1443), - [aux_sym__val_number_token2] = ACTIONS(1443), - [aux_sym__val_number_token3] = ACTIONS(1443), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1443), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1443), - [sym__str_single_quotes] = ACTIONS(1443), - [sym__str_back_ticks] = ACTIONS(1443), - [aux_sym__record_key_token2] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [807] = { [sym_comment] = STATE(807), - [anon_sym_export] = ACTIONS(1683), - [anon_sym_alias] = ACTIONS(1683), - [anon_sym_let] = ACTIONS(1683), - [anon_sym_let_DASHenv] = ACTIONS(1683), - [anon_sym_mut] = ACTIONS(1683), - [anon_sym_const] = ACTIONS(1683), - [sym_cmd_identifier] = ACTIONS(1683), - [anon_sym_def] = ACTIONS(1683), - [anon_sym_export_DASHenv] = ACTIONS(1683), - [anon_sym_extern] = ACTIONS(1683), - [anon_sym_module] = ACTIONS(1683), - [anon_sym_use] = ACTIONS(1683), - [anon_sym_COMMA] = ACTIONS(1685), - [anon_sym_LPAREN] = ACTIONS(1685), - [anon_sym_DOLLAR] = ACTIONS(1685), - [anon_sym_error] = ACTIONS(1683), - [anon_sym_list] = ACTIONS(1683), - [anon_sym_GT] = ACTIONS(1683), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_break] = ACTIONS(1683), - [anon_sym_continue] = ACTIONS(1683), - [anon_sym_for] = ACTIONS(1683), - [anon_sym_in] = ACTIONS(1683), - [anon_sym_loop] = ACTIONS(1683), - [anon_sym_make] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1683), - [anon_sym_do] = ACTIONS(1683), - [anon_sym_if] = ACTIONS(1683), - [anon_sym_else] = ACTIONS(1683), - [anon_sym_match] = ACTIONS(1683), - [anon_sym_RBRACE] = ACTIONS(1685), - [anon_sym_DOT] = ACTIONS(1685), - [anon_sym_try] = ACTIONS(1683), - [anon_sym_catch] = ACTIONS(1683), - [anon_sym_return] = ACTIONS(1683), - [anon_sym_source] = ACTIONS(1683), - [anon_sym_source_DASHenv] = ACTIONS(1683), - [anon_sym_register] = ACTIONS(1683), - [anon_sym_hide] = ACTIONS(1683), - [anon_sym_hide_DASHenv] = ACTIONS(1683), - [anon_sym_overlay] = ACTIONS(1683), - [anon_sym_new] = ACTIONS(1683), - [anon_sym_as] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1683), - [anon_sym_STAR_STAR] = ACTIONS(1685), - [anon_sym_PLUS_PLUS] = ACTIONS(1685), - [anon_sym_SLASH] = ACTIONS(1683), - [anon_sym_mod] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(1685), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_bit_DASHshl] = ACTIONS(1683), - [anon_sym_bit_DASHshr] = ACTIONS(1683), - [anon_sym_EQ_EQ] = ACTIONS(1685), - [anon_sym_BANG_EQ] = ACTIONS(1685), - [anon_sym_LT2] = ACTIONS(1683), - [anon_sym_LT_EQ] = ACTIONS(1685), - [anon_sym_GT_EQ] = ACTIONS(1685), - [anon_sym_not_DASHin] = ACTIONS(1683), - [anon_sym_starts_DASHwith] = ACTIONS(1683), - [anon_sym_ends_DASHwith] = ACTIONS(1683), - [anon_sym_EQ_TILDE] = ACTIONS(1685), - [anon_sym_BANG_TILDE] = ACTIONS(1685), - [anon_sym_bit_DASHand] = ACTIONS(1683), - [anon_sym_bit_DASHxor] = ACTIONS(1683), - [anon_sym_bit_DASHor] = ACTIONS(1683), - [anon_sym_and] = ACTIONS(1683), - [anon_sym_xor] = ACTIONS(1683), - [anon_sym_or] = ACTIONS(1683), - [aux_sym__val_number_decimal_token1] = ACTIONS(1683), - [aux_sym__val_number_token1] = ACTIONS(1685), - [aux_sym__val_number_token2] = ACTIONS(1685), - [aux_sym__val_number_token3] = ACTIONS(1685), - [aux_sym__val_number_token4] = ACTIONS(1683), - [aux_sym__val_number_token5] = ACTIONS(1685), - [aux_sym__val_number_token6] = ACTIONS(1683), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym__str_single_quotes] = ACTIONS(1685), - [sym__str_back_ticks] = ACTIONS(1685), - [aux_sym__record_key_token2] = ACTIONS(1683), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1047), + [anon_sym_SEMI] = ACTIONS(1045), + [anon_sym_LF] = ACTIONS(1047), + [anon_sym_LBRACK] = ACTIONS(1045), + [anon_sym_LPAREN] = ACTIONS(1045), + [anon_sym_PIPE] = ACTIONS(1045), + [anon_sym_DOLLAR] = ACTIONS(1045), + [anon_sym_GT] = ACTIONS(1045), + [anon_sym_DASH] = ACTIONS(1045), + [anon_sym_in] = ACTIONS(1045), + [anon_sym_LBRACE] = ACTIONS(1045), + [anon_sym_DOT] = ACTIONS(1045), + [anon_sym_STAR] = ACTIONS(1045), + [anon_sym_STAR_STAR] = ACTIONS(1045), + [anon_sym_PLUS_PLUS] = ACTIONS(1045), + [anon_sym_SLASH] = ACTIONS(1045), + [anon_sym_mod] = ACTIONS(1045), + [anon_sym_SLASH_SLASH] = ACTIONS(1045), + [anon_sym_PLUS] = ACTIONS(1045), + [anon_sym_bit_DASHshl] = ACTIONS(1045), + [anon_sym_bit_DASHshr] = ACTIONS(1045), + [anon_sym_EQ_EQ] = ACTIONS(1045), + [anon_sym_BANG_EQ] = ACTIONS(1045), + [anon_sym_LT2] = ACTIONS(1045), + [anon_sym_LT_EQ] = ACTIONS(1045), + [anon_sym_GT_EQ] = ACTIONS(1045), + [anon_sym_not_DASHin] = ACTIONS(1045), + [anon_sym_starts_DASHwith] = ACTIONS(1045), + [anon_sym_ends_DASHwith] = ACTIONS(1045), + [anon_sym_EQ_TILDE] = ACTIONS(1045), + [anon_sym_BANG_TILDE] = ACTIONS(1045), + [anon_sym_bit_DASHand] = ACTIONS(1045), + [anon_sym_bit_DASHxor] = ACTIONS(1045), + [anon_sym_bit_DASHor] = ACTIONS(1045), + [anon_sym_and] = ACTIONS(1045), + [anon_sym_xor] = ACTIONS(1045), + [anon_sym_or] = ACTIONS(1045), + [anon_sym_null] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1045), + [anon_sym_false] = ACTIONS(1045), + [aux_sym__val_number_decimal_token1] = ACTIONS(1045), + [aux_sym__val_number_token1] = ACTIONS(1045), + [aux_sym__val_number_token2] = ACTIONS(1045), + [aux_sym__val_number_token3] = ACTIONS(1045), + [aux_sym__val_number_token4] = ACTIONS(1045), + [aux_sym__val_number_token5] = ACTIONS(1045), + [aux_sym__val_number_token6] = ACTIONS(1045), + [anon_sym_0b] = ACTIONS(1045), + [anon_sym_0o] = ACTIONS(1045), + [anon_sym_0x] = ACTIONS(1045), + [sym_val_date] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1045), + [sym__str_single_quotes] = ACTIONS(1045), + [sym__str_back_ticks] = ACTIONS(1045), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1045), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1045), + [anon_sym_err_GT] = ACTIONS(1045), + [anon_sym_out_GT] = ACTIONS(1045), + [anon_sym_e_GT] = ACTIONS(1045), + [anon_sym_o_GT] = ACTIONS(1045), + [anon_sym_err_PLUSout_GT] = ACTIONS(1045), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1045), + [anon_sym_o_PLUSe_GT] = ACTIONS(1045), + [anon_sym_e_PLUSo_GT] = ACTIONS(1045), + [aux_sym_unquoted_token1] = ACTIONS(1045), + [anon_sym_POUND] = ACTIONS(105), }, [808] = { [sym_comment] = STATE(808), - [anon_sym_export] = ACTIONS(1679), - [anon_sym_alias] = ACTIONS(1679), - [anon_sym_let] = ACTIONS(1679), - [anon_sym_let_DASHenv] = ACTIONS(1679), - [anon_sym_mut] = ACTIONS(1679), - [anon_sym_const] = ACTIONS(1679), - [sym_cmd_identifier] = ACTIONS(1679), - [anon_sym_def] = ACTIONS(1679), - [anon_sym_export_DASHenv] = ACTIONS(1679), - [anon_sym_extern] = ACTIONS(1679), - [anon_sym_module] = ACTIONS(1679), - [anon_sym_use] = ACTIONS(1679), - [anon_sym_COMMA] = ACTIONS(1681), - [anon_sym_LPAREN] = ACTIONS(1681), - [anon_sym_DOLLAR] = ACTIONS(1681), - [anon_sym_error] = ACTIONS(1679), - [anon_sym_list] = ACTIONS(1679), - [anon_sym_GT] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1679), - [anon_sym_for] = ACTIONS(1679), - [anon_sym_in] = ACTIONS(1679), - [anon_sym_loop] = ACTIONS(1679), - [anon_sym_make] = ACTIONS(1679), - [anon_sym_while] = ACTIONS(1679), - [anon_sym_do] = ACTIONS(1679), - [anon_sym_if] = ACTIONS(1679), - [anon_sym_else] = ACTIONS(1679), - [anon_sym_match] = ACTIONS(1679), - [anon_sym_RBRACE] = ACTIONS(1681), - [anon_sym_DOT] = ACTIONS(1681), - [anon_sym_try] = ACTIONS(1679), - [anon_sym_catch] = ACTIONS(1679), - [anon_sym_return] = ACTIONS(1679), - [anon_sym_source] = ACTIONS(1679), - [anon_sym_source_DASHenv] = ACTIONS(1679), - [anon_sym_register] = ACTIONS(1679), - [anon_sym_hide] = ACTIONS(1679), - [anon_sym_hide_DASHenv] = ACTIONS(1679), - [anon_sym_overlay] = ACTIONS(1679), - [anon_sym_new] = ACTIONS(1679), - [anon_sym_as] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1679), - [anon_sym_STAR_STAR] = ACTIONS(1681), - [anon_sym_PLUS_PLUS] = ACTIONS(1681), - [anon_sym_SLASH] = ACTIONS(1679), - [anon_sym_mod] = ACTIONS(1679), - [anon_sym_SLASH_SLASH] = ACTIONS(1681), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_bit_DASHshl] = ACTIONS(1679), - [anon_sym_bit_DASHshr] = ACTIONS(1679), - [anon_sym_EQ_EQ] = ACTIONS(1681), - [anon_sym_BANG_EQ] = ACTIONS(1681), - [anon_sym_LT2] = ACTIONS(1679), - [anon_sym_LT_EQ] = ACTIONS(1681), - [anon_sym_GT_EQ] = ACTIONS(1681), - [anon_sym_not_DASHin] = ACTIONS(1679), - [anon_sym_starts_DASHwith] = ACTIONS(1679), - [anon_sym_ends_DASHwith] = ACTIONS(1679), - [anon_sym_EQ_TILDE] = ACTIONS(1681), - [anon_sym_BANG_TILDE] = ACTIONS(1681), - [anon_sym_bit_DASHand] = ACTIONS(1679), - [anon_sym_bit_DASHxor] = ACTIONS(1679), - [anon_sym_bit_DASHor] = ACTIONS(1679), - [anon_sym_and] = ACTIONS(1679), - [anon_sym_xor] = ACTIONS(1679), - [anon_sym_or] = ACTIONS(1679), - [aux_sym__val_number_decimal_token1] = ACTIONS(1679), - [aux_sym__val_number_token1] = ACTIONS(1681), - [aux_sym__val_number_token2] = ACTIONS(1681), - [aux_sym__val_number_token3] = ACTIONS(1681), - [aux_sym__val_number_token4] = ACTIONS(1679), - [aux_sym__val_number_token5] = ACTIONS(1681), - [aux_sym__val_number_token6] = ACTIONS(1679), - [anon_sym_DQUOTE] = ACTIONS(1681), - [sym__str_single_quotes] = ACTIONS(1681), - [sym__str_back_ticks] = ACTIONS(1681), - [aux_sym__record_key_token2] = ACTIONS(1679), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(995), + [anon_sym_LF] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(995), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_PIPE] = ACTIONS(995), + [anon_sym_DOLLAR] = ACTIONS(995), + [anon_sym_GT] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_in] = ACTIONS(995), + [anon_sym_LBRACE] = ACTIONS(995), + [anon_sym_DOT] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(995), + [anon_sym_STAR_STAR] = ACTIONS(995), + [anon_sym_PLUS_PLUS] = ACTIONS(995), + [anon_sym_SLASH] = ACTIONS(995), + [anon_sym_mod] = ACTIONS(995), + [anon_sym_SLASH_SLASH] = ACTIONS(995), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_bit_DASHshl] = ACTIONS(995), + [anon_sym_bit_DASHshr] = ACTIONS(995), + [anon_sym_EQ_EQ] = ACTIONS(995), + [anon_sym_BANG_EQ] = ACTIONS(995), + [anon_sym_LT2] = ACTIONS(995), + [anon_sym_LT_EQ] = ACTIONS(995), + [anon_sym_GT_EQ] = ACTIONS(995), + [anon_sym_not_DASHin] = ACTIONS(995), + [anon_sym_starts_DASHwith] = ACTIONS(995), + [anon_sym_ends_DASHwith] = ACTIONS(995), + [anon_sym_EQ_TILDE] = ACTIONS(995), + [anon_sym_BANG_TILDE] = ACTIONS(995), + [anon_sym_bit_DASHand] = ACTIONS(995), + [anon_sym_bit_DASHxor] = ACTIONS(995), + [anon_sym_bit_DASHor] = ACTIONS(995), + [anon_sym_and] = ACTIONS(995), + [anon_sym_xor] = ACTIONS(995), + [anon_sym_or] = ACTIONS(995), + [anon_sym_null] = ACTIONS(995), + [anon_sym_true] = ACTIONS(995), + [anon_sym_false] = ACTIONS(995), + [aux_sym__val_number_decimal_token1] = ACTIONS(995), + [aux_sym__val_number_token1] = ACTIONS(995), + [aux_sym__val_number_token2] = ACTIONS(995), + [aux_sym__val_number_token3] = ACTIONS(995), + [aux_sym__val_number_token4] = ACTIONS(995), + [aux_sym__val_number_token5] = ACTIONS(995), + [aux_sym__val_number_token6] = ACTIONS(995), + [anon_sym_0b] = ACTIONS(995), + [anon_sym_0o] = ACTIONS(995), + [anon_sym_0x] = ACTIONS(995), + [sym_val_date] = ACTIONS(995), + [anon_sym_DQUOTE] = ACTIONS(995), + [sym__str_single_quotes] = ACTIONS(995), + [sym__str_back_ticks] = ACTIONS(995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(995), + [anon_sym_err_GT] = ACTIONS(995), + [anon_sym_out_GT] = ACTIONS(995), + [anon_sym_e_GT] = ACTIONS(995), + [anon_sym_o_GT] = ACTIONS(995), + [anon_sym_err_PLUSout_GT] = ACTIONS(995), + [anon_sym_out_PLUSerr_GT] = ACTIONS(995), + [anon_sym_o_PLUSe_GT] = ACTIONS(995), + [anon_sym_e_PLUSo_GT] = ACTIONS(995), + [aux_sym_unquoted_token1] = ACTIONS(995), + [anon_sym_POUND] = ACTIONS(105), }, [809] = { [sym_comment] = STATE(809), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_COMMA] = ACTIONS(1547), - [anon_sym_LPAREN] = ACTIONS(1547), - [anon_sym_DOLLAR] = ACTIONS(1547), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_list] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_make] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_else] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1547), - [anon_sym_DOT] = ACTIONS(1547), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_catch] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_new] = ACTIONS(1545), - [anon_sym_as] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1547), - [anon_sym_PLUS_PLUS] = ACTIONS(1547), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1547), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1547), - [anon_sym_BANG_EQ] = ACTIONS(1547), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1547), - [anon_sym_GT_EQ] = ACTIONS(1547), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1547), - [anon_sym_BANG_TILDE] = ACTIONS(1547), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1547), - [aux_sym__val_number_token2] = ACTIONS(1547), - [aux_sym__val_number_token3] = ACTIONS(1547), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1547), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym__str_single_quotes] = ACTIONS(1547), - [sym__str_back_ticks] = ACTIONS(1547), - [aux_sym__record_key_token2] = ACTIONS(1545), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(2309), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [810] = { [sym_comment] = STATE(810), - [anon_sym_export] = ACTIONS(1633), - [anon_sym_alias] = ACTIONS(1633), - [anon_sym_let] = ACTIONS(1633), - [anon_sym_let_DASHenv] = ACTIONS(1633), - [anon_sym_mut] = ACTIONS(1633), - [anon_sym_const] = ACTIONS(1633), - [sym_cmd_identifier] = ACTIONS(1633), - [anon_sym_def] = ACTIONS(1633), - [anon_sym_export_DASHenv] = ACTIONS(1633), - [anon_sym_extern] = ACTIONS(1633), - [anon_sym_module] = ACTIONS(1633), - [anon_sym_use] = ACTIONS(1633), - [anon_sym_COMMA] = ACTIONS(1635), - [anon_sym_LPAREN] = ACTIONS(1635), - [anon_sym_DOLLAR] = ACTIONS(1635), - [anon_sym_error] = ACTIONS(1633), - [anon_sym_list] = ACTIONS(1633), - [anon_sym_GT] = ACTIONS(1633), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_break] = ACTIONS(1633), - [anon_sym_continue] = ACTIONS(1633), - [anon_sym_for] = ACTIONS(1633), - [anon_sym_in] = ACTIONS(1633), - [anon_sym_loop] = ACTIONS(1633), - [anon_sym_make] = ACTIONS(1633), - [anon_sym_while] = ACTIONS(1633), - [anon_sym_do] = ACTIONS(1633), - [anon_sym_if] = ACTIONS(1633), - [anon_sym_else] = ACTIONS(1633), - [anon_sym_match] = ACTIONS(1633), - [anon_sym_RBRACE] = ACTIONS(1635), - [anon_sym_DOT] = ACTIONS(1635), - [anon_sym_try] = ACTIONS(1633), - [anon_sym_catch] = ACTIONS(1633), - [anon_sym_return] = ACTIONS(1633), - [anon_sym_source] = ACTIONS(1633), - [anon_sym_source_DASHenv] = ACTIONS(1633), - [anon_sym_register] = ACTIONS(1633), - [anon_sym_hide] = ACTIONS(1633), - [anon_sym_hide_DASHenv] = ACTIONS(1633), - [anon_sym_overlay] = ACTIONS(1633), - [anon_sym_new] = ACTIONS(1633), - [anon_sym_as] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1633), - [anon_sym_STAR_STAR] = ACTIONS(1635), - [anon_sym_PLUS_PLUS] = ACTIONS(1635), - [anon_sym_SLASH] = ACTIONS(1633), - [anon_sym_mod] = ACTIONS(1633), - [anon_sym_SLASH_SLASH] = ACTIONS(1635), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_bit_DASHshl] = ACTIONS(1633), - [anon_sym_bit_DASHshr] = ACTIONS(1633), - [anon_sym_EQ_EQ] = ACTIONS(1635), - [anon_sym_BANG_EQ] = ACTIONS(1635), - [anon_sym_LT2] = ACTIONS(1633), - [anon_sym_LT_EQ] = ACTIONS(1635), - [anon_sym_GT_EQ] = ACTIONS(1635), - [anon_sym_not_DASHin] = ACTIONS(1633), - [anon_sym_starts_DASHwith] = ACTIONS(1633), - [anon_sym_ends_DASHwith] = ACTIONS(1633), - [anon_sym_EQ_TILDE] = ACTIONS(1635), - [anon_sym_BANG_TILDE] = ACTIONS(1635), - [anon_sym_bit_DASHand] = ACTIONS(1633), - [anon_sym_bit_DASHxor] = ACTIONS(1633), - [anon_sym_bit_DASHor] = ACTIONS(1633), - [anon_sym_and] = ACTIONS(1633), - [anon_sym_xor] = ACTIONS(1633), - [anon_sym_or] = ACTIONS(1633), - [aux_sym__val_number_decimal_token1] = ACTIONS(1633), - [aux_sym__val_number_token1] = ACTIONS(1635), - [aux_sym__val_number_token2] = ACTIONS(1635), - [aux_sym__val_number_token3] = ACTIONS(1635), - [aux_sym__val_number_token4] = ACTIONS(1633), - [aux_sym__val_number_token5] = ACTIONS(1635), - [aux_sym__val_number_token6] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(1635), - [sym__str_single_quotes] = ACTIONS(1635), - [sym__str_back_ticks] = ACTIONS(1635), - [aux_sym__record_key_token2] = ACTIONS(1633), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [811] = { [sym_comment] = STATE(811), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1551), - [anon_sym_mod] = ACTIONS(1551), - [anon_sym_SLASH_SLASH] = ACTIONS(1553), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1553), - [anon_sym_BANG_EQ] = ACTIONS(1553), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1553), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1553), - [anon_sym_BANG_TILDE] = ACTIONS(1553), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1043), + [anon_sym_SEMI] = ACTIONS(1041), + [anon_sym_LF] = ACTIONS(1043), + [anon_sym_LBRACK] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1041), + [anon_sym_PIPE] = ACTIONS(1041), + [anon_sym_DOLLAR] = ACTIONS(1041), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_in] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1041), + [anon_sym_DOT] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_STAR_STAR] = ACTIONS(1041), + [anon_sym_PLUS_PLUS] = ACTIONS(1041), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(1041), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_bit_DASHshl] = ACTIONS(1041), + [anon_sym_bit_DASHshr] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1041), + [anon_sym_BANG_EQ] = ACTIONS(1041), + [anon_sym_LT2] = ACTIONS(1041), + [anon_sym_LT_EQ] = ACTIONS(1041), + [anon_sym_GT_EQ] = ACTIONS(1041), + [anon_sym_not_DASHin] = ACTIONS(1041), + [anon_sym_starts_DASHwith] = ACTIONS(1041), + [anon_sym_ends_DASHwith] = ACTIONS(1041), + [anon_sym_EQ_TILDE] = ACTIONS(1041), + [anon_sym_BANG_TILDE] = ACTIONS(1041), + [anon_sym_bit_DASHand] = ACTIONS(1041), + [anon_sym_bit_DASHxor] = ACTIONS(1041), + [anon_sym_bit_DASHor] = ACTIONS(1041), + [anon_sym_and] = ACTIONS(1041), + [anon_sym_xor] = ACTIONS(1041), + [anon_sym_or] = ACTIONS(1041), + [anon_sym_null] = ACTIONS(1041), + [anon_sym_true] = ACTIONS(1041), + [anon_sym_false] = ACTIONS(1041), + [aux_sym__val_number_decimal_token1] = ACTIONS(1041), + [aux_sym__val_number_token1] = ACTIONS(1041), + [aux_sym__val_number_token2] = ACTIONS(1041), + [aux_sym__val_number_token3] = ACTIONS(1041), + [aux_sym__val_number_token4] = ACTIONS(1041), + [aux_sym__val_number_token5] = ACTIONS(1041), + [aux_sym__val_number_token6] = ACTIONS(1041), + [anon_sym_0b] = ACTIONS(1041), + [anon_sym_0o] = ACTIONS(1041), + [anon_sym_0x] = ACTIONS(1041), + [sym_val_date] = ACTIONS(1041), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym__str_single_quotes] = ACTIONS(1041), + [sym__str_back_ticks] = ACTIONS(1041), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1041), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1041), + [anon_sym_err_GT] = ACTIONS(1041), + [anon_sym_out_GT] = ACTIONS(1041), + [anon_sym_e_GT] = ACTIONS(1041), + [anon_sym_o_GT] = ACTIONS(1041), + [anon_sym_err_PLUSout_GT] = ACTIONS(1041), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1041), + [anon_sym_o_PLUSe_GT] = ACTIONS(1041), + [anon_sym_e_PLUSo_GT] = ACTIONS(1041), + [aux_sym_unquoted_token1] = ACTIONS(1041), + [anon_sym_POUND] = ACTIONS(105), }, [812] = { [sym_comment] = STATE(812), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(2307), + [anon_sym_BANG_TILDE] = ACTIONS(2307), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [813] = { [sym_comment] = STATE(813), - [anon_sym_export] = ACTIONS(1587), - [anon_sym_alias] = ACTIONS(1587), - [anon_sym_let] = ACTIONS(1587), - [anon_sym_let_DASHenv] = ACTIONS(1587), - [anon_sym_mut] = ACTIONS(1587), - [anon_sym_const] = ACTIONS(1587), - [sym_cmd_identifier] = ACTIONS(1587), - [anon_sym_def] = ACTIONS(1587), - [anon_sym_export_DASHenv] = ACTIONS(1587), - [anon_sym_extern] = ACTIONS(1587), - [anon_sym_module] = ACTIONS(1587), - [anon_sym_use] = ACTIONS(1587), - [anon_sym_COMMA] = ACTIONS(1589), - [anon_sym_LPAREN] = ACTIONS(1589), - [anon_sym_DOLLAR] = ACTIONS(1589), - [anon_sym_error] = ACTIONS(1587), - [anon_sym_list] = ACTIONS(1587), - [anon_sym_GT] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1587), - [anon_sym_break] = ACTIONS(1587), - [anon_sym_continue] = ACTIONS(1587), - [anon_sym_for] = ACTIONS(1587), - [anon_sym_in] = ACTIONS(1587), - [anon_sym_loop] = ACTIONS(1587), - [anon_sym_make] = ACTIONS(1587), - [anon_sym_while] = ACTIONS(1587), - [anon_sym_do] = ACTIONS(1587), - [anon_sym_if] = ACTIONS(1587), - [anon_sym_else] = ACTIONS(1587), - [anon_sym_match] = ACTIONS(1587), - [anon_sym_RBRACE] = ACTIONS(1589), - [anon_sym_DOT] = ACTIONS(1589), - [anon_sym_try] = ACTIONS(1587), - [anon_sym_catch] = ACTIONS(1587), - [anon_sym_return] = ACTIONS(1587), - [anon_sym_source] = ACTIONS(1587), - [anon_sym_source_DASHenv] = ACTIONS(1587), - [anon_sym_register] = ACTIONS(1587), - [anon_sym_hide] = ACTIONS(1587), - [anon_sym_hide_DASHenv] = ACTIONS(1587), - [anon_sym_overlay] = ACTIONS(1587), - [anon_sym_new] = ACTIONS(1587), - [anon_sym_as] = ACTIONS(1587), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_STAR_STAR] = ACTIONS(1589), - [anon_sym_PLUS_PLUS] = ACTIONS(1589), - [anon_sym_SLASH] = ACTIONS(1587), - [anon_sym_mod] = ACTIONS(1587), - [anon_sym_SLASH_SLASH] = ACTIONS(1589), - [anon_sym_PLUS] = ACTIONS(1587), - [anon_sym_bit_DASHshl] = ACTIONS(1587), - [anon_sym_bit_DASHshr] = ACTIONS(1587), - [anon_sym_EQ_EQ] = ACTIONS(1589), - [anon_sym_BANG_EQ] = ACTIONS(1589), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ] = ACTIONS(1589), - [anon_sym_GT_EQ] = ACTIONS(1589), - [anon_sym_not_DASHin] = ACTIONS(1587), - [anon_sym_starts_DASHwith] = ACTIONS(1587), - [anon_sym_ends_DASHwith] = ACTIONS(1587), - [anon_sym_EQ_TILDE] = ACTIONS(1589), - [anon_sym_BANG_TILDE] = ACTIONS(1589), - [anon_sym_bit_DASHand] = ACTIONS(1587), - [anon_sym_bit_DASHxor] = ACTIONS(1587), - [anon_sym_bit_DASHor] = ACTIONS(1587), - [anon_sym_and] = ACTIONS(1587), - [anon_sym_xor] = ACTIONS(1587), - [anon_sym_or] = ACTIONS(1587), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1589), - [aux_sym__val_number_token2] = ACTIONS(1589), - [aux_sym__val_number_token3] = ACTIONS(1589), - [aux_sym__val_number_token4] = ACTIONS(1587), - [aux_sym__val_number_token5] = ACTIONS(1589), - [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1589), - [sym__str_single_quotes] = ACTIONS(1589), - [sym__str_back_ticks] = ACTIONS(1589), - [aux_sym__record_key_token2] = ACTIONS(1587), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [814] = { [sym_comment] = STATE(814), - [anon_sym_export] = ACTIONS(1625), - [anon_sym_alias] = ACTIONS(1625), - [anon_sym_let] = ACTIONS(1625), - [anon_sym_let_DASHenv] = ACTIONS(1625), - [anon_sym_mut] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [sym_cmd_identifier] = ACTIONS(1625), - [anon_sym_def] = ACTIONS(1625), - [anon_sym_export_DASHenv] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym_module] = ACTIONS(1625), - [anon_sym_use] = ACTIONS(1625), - [anon_sym_COMMA] = ACTIONS(1627), - [anon_sym_LPAREN] = ACTIONS(1627), - [anon_sym_DOLLAR] = ACTIONS(1627), - [anon_sym_error] = ACTIONS(1625), - [anon_sym_list] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_loop] = ACTIONS(1625), - [anon_sym_make] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_else] = ACTIONS(1625), - [anon_sym_match] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1627), - [anon_sym_DOT] = ACTIONS(1627), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_catch] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_source] = ACTIONS(1625), - [anon_sym_source_DASHenv] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_hide] = ACTIONS(1625), - [anon_sym_hide_DASHenv] = ACTIONS(1625), - [anon_sym_overlay] = ACTIONS(1625), - [anon_sym_new] = ACTIONS(1625), - [anon_sym_as] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1627), - [anon_sym_PLUS_PLUS] = ACTIONS(1627), - [anon_sym_SLASH] = ACTIONS(1625), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1627), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1627), - [anon_sym_BANG_EQ] = ACTIONS(1627), - [anon_sym_LT2] = ACTIONS(1625), - [anon_sym_LT_EQ] = ACTIONS(1627), - [anon_sym_GT_EQ] = ACTIONS(1627), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1627), - [anon_sym_BANG_TILDE] = ACTIONS(1627), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1627), - [aux_sym__val_number_token2] = ACTIONS(1627), - [aux_sym__val_number_token3] = ACTIONS(1627), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1627), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1627), - [sym__str_single_quotes] = ACTIONS(1627), - [sym__str_back_ticks] = ACTIONS(1627), - [aux_sym__record_key_token2] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1075), + [anon_sym_SEMI] = ACTIONS(1073), + [anon_sym_LF] = ACTIONS(1075), + [anon_sym_LBRACK] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_in] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_STAR_STAR] = ACTIONS(1073), + [anon_sym_PLUS_PLUS] = ACTIONS(1073), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_mod] = ACTIONS(1073), + [anon_sym_SLASH_SLASH] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_bit_DASHshl] = ACTIONS(1073), + [anon_sym_bit_DASHshr] = ACTIONS(1073), + [anon_sym_EQ_EQ] = ACTIONS(1073), + [anon_sym_BANG_EQ] = ACTIONS(1073), + [anon_sym_LT2] = ACTIONS(1073), + [anon_sym_LT_EQ] = ACTIONS(1073), + [anon_sym_GT_EQ] = ACTIONS(1073), + [anon_sym_not_DASHin] = ACTIONS(1073), + [anon_sym_starts_DASHwith] = ACTIONS(1073), + [anon_sym_ends_DASHwith] = ACTIONS(1073), + [anon_sym_EQ_TILDE] = ACTIONS(1073), + [anon_sym_BANG_TILDE] = ACTIONS(1073), + [anon_sym_bit_DASHand] = ACTIONS(1073), + [anon_sym_bit_DASHxor] = ACTIONS(1073), + [anon_sym_bit_DASHor] = ACTIONS(1073), + [anon_sym_and] = ACTIONS(1073), + [anon_sym_xor] = ACTIONS(1073), + [anon_sym_or] = ACTIONS(1073), + [anon_sym_null] = ACTIONS(1073), + [anon_sym_true] = ACTIONS(1073), + [anon_sym_false] = ACTIONS(1073), + [aux_sym__val_number_decimal_token1] = ACTIONS(1073), + [aux_sym__val_number_token1] = ACTIONS(1073), + [aux_sym__val_number_token2] = ACTIONS(1073), + [aux_sym__val_number_token3] = ACTIONS(1073), + [aux_sym__val_number_token4] = ACTIONS(1073), + [aux_sym__val_number_token5] = ACTIONS(1073), + [aux_sym__val_number_token6] = ACTIONS(1073), + [anon_sym_0b] = ACTIONS(1073), + [anon_sym_0o] = ACTIONS(1073), + [anon_sym_0x] = ACTIONS(1073), + [sym_val_date] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [sym__str_single_quotes] = ACTIONS(1073), + [sym__str_back_ticks] = ACTIONS(1073), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1073), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1073), + [anon_sym_err_GT] = ACTIONS(1073), + [anon_sym_out_GT] = ACTIONS(1073), + [anon_sym_e_GT] = ACTIONS(1073), + [anon_sym_o_GT] = ACTIONS(1073), + [anon_sym_err_PLUSout_GT] = ACTIONS(1073), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1073), + [anon_sym_o_PLUSe_GT] = ACTIONS(1073), + [anon_sym_e_PLUSo_GT] = ACTIONS(1073), + [aux_sym_unquoted_token1] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(105), }, [815] = { [sym_comment] = STATE(815), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(999), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_LBRACK] = ACTIONS(999), + [anon_sym_LPAREN] = ACTIONS(999), + [anon_sym_PIPE] = ACTIONS(999), + [anon_sym_DOLLAR] = ACTIONS(999), + [anon_sym_GT] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_in] = ACTIONS(999), + [anon_sym_LBRACE] = ACTIONS(999), + [anon_sym_DOT] = ACTIONS(999), + [anon_sym_STAR] = ACTIONS(999), + [anon_sym_STAR_STAR] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(999), + [anon_sym_SLASH] = ACTIONS(999), + [anon_sym_mod] = ACTIONS(999), + [anon_sym_SLASH_SLASH] = ACTIONS(999), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_bit_DASHshl] = ACTIONS(999), + [anon_sym_bit_DASHshr] = ACTIONS(999), + [anon_sym_EQ_EQ] = ACTIONS(999), + [anon_sym_BANG_EQ] = ACTIONS(999), + [anon_sym_LT2] = ACTIONS(999), + [anon_sym_LT_EQ] = ACTIONS(999), + [anon_sym_GT_EQ] = ACTIONS(999), + [anon_sym_not_DASHin] = ACTIONS(999), + [anon_sym_starts_DASHwith] = ACTIONS(999), + [anon_sym_ends_DASHwith] = ACTIONS(999), + [anon_sym_EQ_TILDE] = ACTIONS(999), + [anon_sym_BANG_TILDE] = ACTIONS(999), + [anon_sym_bit_DASHand] = ACTIONS(999), + [anon_sym_bit_DASHxor] = ACTIONS(999), + [anon_sym_bit_DASHor] = ACTIONS(999), + [anon_sym_and] = ACTIONS(999), + [anon_sym_xor] = ACTIONS(999), + [anon_sym_or] = ACTIONS(999), + [anon_sym_null] = ACTIONS(999), + [anon_sym_true] = ACTIONS(999), + [anon_sym_false] = ACTIONS(999), + [aux_sym__val_number_decimal_token1] = ACTIONS(999), + [aux_sym__val_number_token1] = ACTIONS(999), + [aux_sym__val_number_token2] = ACTIONS(999), + [aux_sym__val_number_token3] = ACTIONS(999), + [aux_sym__val_number_token4] = ACTIONS(999), + [aux_sym__val_number_token5] = ACTIONS(999), + [aux_sym__val_number_token6] = ACTIONS(999), + [anon_sym_0b] = ACTIONS(999), + [anon_sym_0o] = ACTIONS(999), + [anon_sym_0x] = ACTIONS(999), + [sym_val_date] = ACTIONS(999), + [anon_sym_DQUOTE] = ACTIONS(999), + [sym__str_single_quotes] = ACTIONS(999), + [sym__str_back_ticks] = ACTIONS(999), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(999), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(999), + [anon_sym_err_GT] = ACTIONS(999), + [anon_sym_out_GT] = ACTIONS(999), + [anon_sym_e_GT] = ACTIONS(999), + [anon_sym_o_GT] = ACTIONS(999), + [anon_sym_err_PLUSout_GT] = ACTIONS(999), + [anon_sym_out_PLUSerr_GT] = ACTIONS(999), + [anon_sym_o_PLUSe_GT] = ACTIONS(999), + [anon_sym_e_PLUSo_GT] = ACTIONS(999), + [aux_sym_unquoted_token1] = ACTIONS(999), + [anon_sym_POUND] = ACTIONS(105), }, [816] = { [sym_comment] = STATE(816), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_COMMA] = ACTIONS(1515), - [anon_sym_LPAREN] = ACTIONS(1515), - [anon_sym_DOLLAR] = ACTIONS(1515), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_list] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_make] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_else] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1515), - [anon_sym_DOT] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_catch] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_new] = ACTIONS(1513), - [anon_sym_as] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1515), - [anon_sym_PLUS_PLUS] = ACTIONS(1515), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1515), - [anon_sym_BANG_EQ] = ACTIONS(1515), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1515), - [anon_sym_GT_EQ] = ACTIONS(1515), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1515), - [anon_sym_BANG_TILDE] = ACTIONS(1515), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1515), - [aux_sym__val_number_token2] = ACTIONS(1515), - [aux_sym__val_number_token3] = ACTIONS(1515), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1515), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1515), - [sym__str_single_quotes] = ACTIONS(1515), - [sym__str_back_ticks] = ACTIONS(1515), - [aux_sym__record_key_token2] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [817] = { [sym_comment] = STATE(817), - [anon_sym_export] = ACTIONS(1663), - [anon_sym_alias] = ACTIONS(1663), - [anon_sym_let] = ACTIONS(1663), - [anon_sym_let_DASHenv] = ACTIONS(1663), - [anon_sym_mut] = ACTIONS(1663), - [anon_sym_const] = ACTIONS(1663), - [sym_cmd_identifier] = ACTIONS(1663), - [anon_sym_def] = ACTIONS(1663), - [anon_sym_export_DASHenv] = ACTIONS(1663), - [anon_sym_extern] = ACTIONS(1663), - [anon_sym_module] = ACTIONS(1663), - [anon_sym_use] = ACTIONS(1663), - [anon_sym_COMMA] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1665), - [anon_sym_error] = ACTIONS(1663), - [anon_sym_list] = ACTIONS(1663), - [anon_sym_GT] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1663), - [anon_sym_break] = ACTIONS(1663), - [anon_sym_continue] = ACTIONS(1663), - [anon_sym_for] = ACTIONS(1663), - [anon_sym_in] = ACTIONS(1663), - [anon_sym_loop] = ACTIONS(1663), - [anon_sym_make] = ACTIONS(1663), - [anon_sym_while] = ACTIONS(1663), - [anon_sym_do] = ACTIONS(1663), - [anon_sym_if] = ACTIONS(1663), - [anon_sym_else] = ACTIONS(1663), - [anon_sym_match] = ACTIONS(1663), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_DOT] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1663), - [anon_sym_catch] = ACTIONS(1663), - [anon_sym_return] = ACTIONS(1663), - [anon_sym_source] = ACTIONS(1663), - [anon_sym_source_DASHenv] = ACTIONS(1663), - [anon_sym_register] = ACTIONS(1663), - [anon_sym_hide] = ACTIONS(1663), - [anon_sym_hide_DASHenv] = ACTIONS(1663), - [anon_sym_overlay] = ACTIONS(1663), - [anon_sym_new] = ACTIONS(1663), - [anon_sym_as] = ACTIONS(1663), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_STAR_STAR] = ACTIONS(1665), - [anon_sym_PLUS_PLUS] = ACTIONS(1665), - [anon_sym_SLASH] = ACTIONS(1663), - [anon_sym_mod] = ACTIONS(1663), - [anon_sym_SLASH_SLASH] = ACTIONS(1665), - [anon_sym_PLUS] = ACTIONS(1663), - [anon_sym_bit_DASHshl] = ACTIONS(1663), - [anon_sym_bit_DASHshr] = ACTIONS(1663), - [anon_sym_EQ_EQ] = ACTIONS(1665), - [anon_sym_BANG_EQ] = ACTIONS(1665), - [anon_sym_LT2] = ACTIONS(1663), - [anon_sym_LT_EQ] = ACTIONS(1665), - [anon_sym_GT_EQ] = ACTIONS(1665), - [anon_sym_not_DASHin] = ACTIONS(1663), - [anon_sym_starts_DASHwith] = ACTIONS(1663), - [anon_sym_ends_DASHwith] = ACTIONS(1663), - [anon_sym_EQ_TILDE] = ACTIONS(1665), - [anon_sym_BANG_TILDE] = ACTIONS(1665), - [anon_sym_bit_DASHand] = ACTIONS(1663), - [anon_sym_bit_DASHxor] = ACTIONS(1663), - [anon_sym_bit_DASHor] = ACTIONS(1663), - [anon_sym_and] = ACTIONS(1663), - [anon_sym_xor] = ACTIONS(1663), - [anon_sym_or] = ACTIONS(1663), - [aux_sym__val_number_decimal_token1] = ACTIONS(1663), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1663), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [aux_sym__record_key_token2] = ACTIONS(1663), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1037), + [anon_sym_SEMI] = ACTIONS(1035), + [anon_sym_LF] = ACTIONS(1037), + [anon_sym_LBRACK] = ACTIONS(1035), + [anon_sym_LPAREN] = ACTIONS(1035), + [anon_sym_PIPE] = ACTIONS(1035), + [anon_sym_DOLLAR] = ACTIONS(1035), + [anon_sym_GT] = ACTIONS(1035), + [anon_sym_DASH] = ACTIONS(1035), + [anon_sym_in] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(1035), + [anon_sym_DOT] = ACTIONS(1035), + [anon_sym_STAR] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(1035), + [anon_sym_PLUS_PLUS] = ACTIONS(1035), + [anon_sym_SLASH] = ACTIONS(1035), + [anon_sym_mod] = ACTIONS(1035), + [anon_sym_SLASH_SLASH] = ACTIONS(1035), + [anon_sym_PLUS] = ACTIONS(1035), + [anon_sym_bit_DASHshl] = ACTIONS(1035), + [anon_sym_bit_DASHshr] = ACTIONS(1035), + [anon_sym_EQ_EQ] = ACTIONS(1035), + [anon_sym_BANG_EQ] = ACTIONS(1035), + [anon_sym_LT2] = ACTIONS(1035), + [anon_sym_LT_EQ] = ACTIONS(1035), + [anon_sym_GT_EQ] = ACTIONS(1035), + [anon_sym_not_DASHin] = ACTIONS(1035), + [anon_sym_starts_DASHwith] = ACTIONS(1035), + [anon_sym_ends_DASHwith] = ACTIONS(1035), + [anon_sym_EQ_TILDE] = ACTIONS(1035), + [anon_sym_BANG_TILDE] = ACTIONS(1035), + [anon_sym_bit_DASHand] = ACTIONS(1035), + [anon_sym_bit_DASHxor] = ACTIONS(1035), + [anon_sym_bit_DASHor] = ACTIONS(1035), + [anon_sym_and] = ACTIONS(1035), + [anon_sym_xor] = ACTIONS(1035), + [anon_sym_or] = ACTIONS(1035), + [anon_sym_null] = ACTIONS(1035), + [anon_sym_true] = ACTIONS(1035), + [anon_sym_false] = ACTIONS(1035), + [aux_sym__val_number_decimal_token1] = ACTIONS(1035), + [aux_sym__val_number_token1] = ACTIONS(1035), + [aux_sym__val_number_token2] = ACTIONS(1035), + [aux_sym__val_number_token3] = ACTIONS(1035), + [aux_sym__val_number_token4] = ACTIONS(1035), + [aux_sym__val_number_token5] = ACTIONS(1035), + [aux_sym__val_number_token6] = ACTIONS(1035), + [anon_sym_0b] = ACTIONS(1035), + [anon_sym_0o] = ACTIONS(1035), + [anon_sym_0x] = ACTIONS(1035), + [sym_val_date] = ACTIONS(1035), + [anon_sym_DQUOTE] = ACTIONS(1035), + [sym__str_single_quotes] = ACTIONS(1035), + [sym__str_back_ticks] = ACTIONS(1035), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1035), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1035), + [anon_sym_err_GT] = ACTIONS(1035), + [anon_sym_out_GT] = ACTIONS(1035), + [anon_sym_e_GT] = ACTIONS(1035), + [anon_sym_o_GT] = ACTIONS(1035), + [anon_sym_err_PLUSout_GT] = ACTIONS(1035), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1035), + [anon_sym_o_PLUSe_GT] = ACTIONS(1035), + [anon_sym_e_PLUSo_GT] = ACTIONS(1035), + [aux_sym_unquoted_token1] = ACTIONS(1035), + [anon_sym_POUND] = ACTIONS(105), }, [818] = { [sym_comment] = STATE(818), - [anon_sym_export] = ACTIONS(213), - [anon_sym_alias] = ACTIONS(213), - [anon_sym_let] = ACTIONS(213), - [anon_sym_let_DASHenv] = ACTIONS(213), - [anon_sym_mut] = ACTIONS(213), - [anon_sym_const] = ACTIONS(213), - [sym_cmd_identifier] = ACTIONS(213), - [anon_sym_def] = ACTIONS(213), - [anon_sym_export_DASHenv] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(213), - [anon_sym_module] = ACTIONS(213), - [anon_sym_use] = ACTIONS(213), - [anon_sym_COMMA] = ACTIONS(215), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_DOLLAR] = ACTIONS(215), - [anon_sym_error] = ACTIONS(213), - [anon_sym_list] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_break] = ACTIONS(213), - [anon_sym_continue] = ACTIONS(213), - [anon_sym_for] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(213), - [anon_sym_make] = ACTIONS(213), - [anon_sym_while] = ACTIONS(213), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(213), - [anon_sym_else] = ACTIONS(213), - [anon_sym_match] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(215), - [anon_sym_DOT] = ACTIONS(215), - [anon_sym_try] = ACTIONS(213), - [anon_sym_catch] = ACTIONS(213), - [anon_sym_return] = ACTIONS(213), - [anon_sym_source] = ACTIONS(213), - [anon_sym_source_DASHenv] = ACTIONS(213), - [anon_sym_register] = ACTIONS(213), - [anon_sym_hide] = ACTIONS(213), - [anon_sym_hide_DASHenv] = ACTIONS(213), - [anon_sym_overlay] = ACTIONS(213), - [anon_sym_new] = ACTIONS(213), - [anon_sym_as] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(215), - [anon_sym_PLUS_PLUS] = ACTIONS(215), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(215), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(215), - [anon_sym_BANG_EQ] = ACTIONS(215), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(215), - [anon_sym_GT_EQ] = ACTIONS(215), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(215), - [anon_sym_BANG_TILDE] = ACTIONS(215), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(215), - [aux_sym__val_number_token2] = ACTIONS(215), - [aux_sym__val_number_token3] = ACTIONS(215), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(215), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(215), - [sym__str_single_quotes] = ACTIONS(215), - [sym__str_back_ticks] = ACTIONS(215), - [aux_sym__record_key_token2] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [819] = { [sym_comment] = STATE(819), - [anon_sym_export] = ACTIONS(1536), - [anon_sym_alias] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_let_DASHenv] = ACTIONS(1536), - [anon_sym_mut] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [sym_cmd_identifier] = ACTIONS(1536), - [anon_sym_def] = ACTIONS(1536), - [anon_sym_export_DASHenv] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_module] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_COMMA] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_error] = ACTIONS(1536), - [anon_sym_list] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_make] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_else] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_try] = ACTIONS(1536), - [anon_sym_catch] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_source] = ACTIONS(1536), - [anon_sym_source_DASHenv] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_hide] = ACTIONS(1536), - [anon_sym_hide_DASHenv] = ACTIONS(1536), - [anon_sym_overlay] = ACTIONS(1536), - [anon_sym_new] = ACTIONS(1536), - [anon_sym_as] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1623), - [anon_sym_BANG_EQ] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1623), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1623), - [anon_sym_BANG_TILDE] = ACTIONS(1623), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1538), - [aux_sym__val_number_token2] = ACTIONS(1538), - [aux_sym__val_number_token3] = ACTIONS(1538), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [aux_sym__record_key_token2] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(961), + [anon_sym_mod] = ACTIONS(961), + [anon_sym_SLASH_SLASH] = ACTIONS(961), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [820] = { [sym_comment] = STATE(820), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_COMMA] = ACTIONS(1439), - [anon_sym_LPAREN] = ACTIONS(1439), - [anon_sym_DOLLAR] = ACTIONS(1439), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_list] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_make] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_else] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1439), - [anon_sym_DOT] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_catch] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_new] = ACTIONS(1437), - [anon_sym_as] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1439), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1439), - [anon_sym_BANG_EQ] = ACTIONS(1439), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1439), - [anon_sym_GT_EQ] = ACTIONS(1439), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1439), - [anon_sym_BANG_TILDE] = ACTIONS(1439), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1439), - [aux_sym__val_number_token2] = ACTIONS(1439), - [aux_sym__val_number_token3] = ACTIONS(1439), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1439), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym__str_single_quotes] = ACTIONS(1439), - [sym__str_back_ticks] = ACTIONS(1439), - [aux_sym__record_key_token2] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [821] = { [sym_comment] = STATE(821), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1553), - [anon_sym_BANG_TILDE] = ACTIONS(1553), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1005), + [anon_sym_SEMI] = ACTIONS(1003), + [anon_sym_LF] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1003), + [anon_sym_LPAREN] = ACTIONS(1003), + [anon_sym_PIPE] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1003), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_in] = ACTIONS(1003), + [anon_sym_LBRACE] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_STAR_STAR] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_bit_DASHshl] = ACTIONS(1003), + [anon_sym_bit_DASHshr] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1003), + [anon_sym_BANG_EQ] = ACTIONS(1003), + [anon_sym_LT2] = ACTIONS(1003), + [anon_sym_LT_EQ] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1003), + [anon_sym_not_DASHin] = ACTIONS(1003), + [anon_sym_starts_DASHwith] = ACTIONS(1003), + [anon_sym_ends_DASHwith] = ACTIONS(1003), + [anon_sym_EQ_TILDE] = ACTIONS(1003), + [anon_sym_BANG_TILDE] = ACTIONS(1003), + [anon_sym_bit_DASHand] = ACTIONS(1003), + [anon_sym_bit_DASHxor] = ACTIONS(1003), + [anon_sym_bit_DASHor] = ACTIONS(1003), + [anon_sym_and] = ACTIONS(1003), + [anon_sym_xor] = ACTIONS(1003), + [anon_sym_or] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1003), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), + [aux_sym__val_number_decimal_token1] = ACTIONS(1003), + [aux_sym__val_number_token1] = ACTIONS(1003), + [aux_sym__val_number_token2] = ACTIONS(1003), + [aux_sym__val_number_token3] = ACTIONS(1003), + [aux_sym__val_number_token4] = ACTIONS(1003), + [aux_sym__val_number_token5] = ACTIONS(1003), + [aux_sym__val_number_token6] = ACTIONS(1003), + [anon_sym_0b] = ACTIONS(1003), + [anon_sym_0o] = ACTIONS(1003), + [anon_sym_0x] = ACTIONS(1003), + [sym_val_date] = ACTIONS(1003), + [anon_sym_DQUOTE] = ACTIONS(1003), + [sym__str_single_quotes] = ACTIONS(1003), + [sym__str_back_ticks] = ACTIONS(1003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1003), + [anon_sym_err_GT] = ACTIONS(1003), + [anon_sym_out_GT] = ACTIONS(1003), + [anon_sym_e_GT] = ACTIONS(1003), + [anon_sym_o_GT] = ACTIONS(1003), + [anon_sym_err_PLUSout_GT] = ACTIONS(1003), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1003), + [anon_sym_o_PLUSe_GT] = ACTIONS(1003), + [anon_sym_e_PLUSo_GT] = ACTIONS(1003), + [aux_sym_unquoted_token1] = ACTIONS(1003), + [anon_sym_POUND] = ACTIONS(105), }, [822] = { [sym_comment] = STATE(822), - [anon_sym_export] = ACTIONS(1629), - [anon_sym_alias] = ACTIONS(1629), - [anon_sym_let] = ACTIONS(1629), - [anon_sym_let_DASHenv] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [sym_cmd_identifier] = ACTIONS(1629), - [anon_sym_def] = ACTIONS(1629), - [anon_sym_export_DASHenv] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym_module] = ACTIONS(1629), - [anon_sym_use] = ACTIONS(1629), - [anon_sym_COMMA] = ACTIONS(1631), - [anon_sym_LPAREN] = ACTIONS(1631), - [anon_sym_DOLLAR] = ACTIONS(1631), - [anon_sym_error] = ACTIONS(1629), - [anon_sym_list] = ACTIONS(1629), - [anon_sym_GT] = ACTIONS(1629), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_in] = ACTIONS(1629), - [anon_sym_loop] = ACTIONS(1629), - [anon_sym_make] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_else] = ACTIONS(1629), - [anon_sym_match] = ACTIONS(1629), - [anon_sym_RBRACE] = ACTIONS(1631), - [anon_sym_DOT] = ACTIONS(1631), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_catch] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_source] = ACTIONS(1629), - [anon_sym_source_DASHenv] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_hide] = ACTIONS(1629), - [anon_sym_hide_DASHenv] = ACTIONS(1629), - [anon_sym_overlay] = ACTIONS(1629), - [anon_sym_new] = ACTIONS(1629), - [anon_sym_as] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1629), - [anon_sym_STAR_STAR] = ACTIONS(1631), - [anon_sym_PLUS_PLUS] = ACTIONS(1631), - [anon_sym_SLASH] = ACTIONS(1629), - [anon_sym_mod] = ACTIONS(1629), - [anon_sym_SLASH_SLASH] = ACTIONS(1631), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_bit_DASHshl] = ACTIONS(1629), - [anon_sym_bit_DASHshr] = ACTIONS(1629), - [anon_sym_EQ_EQ] = ACTIONS(1631), - [anon_sym_BANG_EQ] = ACTIONS(1631), - [anon_sym_LT2] = ACTIONS(1629), - [anon_sym_LT_EQ] = ACTIONS(1631), - [anon_sym_GT_EQ] = ACTIONS(1631), - [anon_sym_not_DASHin] = ACTIONS(1629), - [anon_sym_starts_DASHwith] = ACTIONS(1629), - [anon_sym_ends_DASHwith] = ACTIONS(1629), - [anon_sym_EQ_TILDE] = ACTIONS(1631), - [anon_sym_BANG_TILDE] = ACTIONS(1631), - [anon_sym_bit_DASHand] = ACTIONS(1629), - [anon_sym_bit_DASHxor] = ACTIONS(1629), - [anon_sym_bit_DASHor] = ACTIONS(1629), - [anon_sym_and] = ACTIONS(1629), - [anon_sym_xor] = ACTIONS(1629), - [anon_sym_or] = ACTIONS(1629), - [aux_sym__val_number_decimal_token1] = ACTIONS(1629), - [aux_sym__val_number_token1] = ACTIONS(1631), - [aux_sym__val_number_token2] = ACTIONS(1631), - [aux_sym__val_number_token3] = ACTIONS(1631), - [aux_sym__val_number_token4] = ACTIONS(1629), - [aux_sym__val_number_token5] = ACTIONS(1631), - [aux_sym__val_number_token6] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1631), - [sym__str_single_quotes] = ACTIONS(1631), - [sym__str_back_ticks] = ACTIONS(1631), - [aux_sym__record_key_token2] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1011), + [anon_sym_SEMI] = ACTIONS(1009), + [anon_sym_LF] = ACTIONS(1011), + [anon_sym_LBRACK] = ACTIONS(1009), + [anon_sym_LPAREN] = ACTIONS(1009), + [anon_sym_PIPE] = ACTIONS(1009), + [anon_sym_DOLLAR] = ACTIONS(1009), + [anon_sym_GT] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1009), + [anon_sym_in] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(1009), + [anon_sym_DOT] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(1009), + [anon_sym_STAR_STAR] = ACTIONS(1009), + [anon_sym_PLUS_PLUS] = ACTIONS(1009), + [anon_sym_SLASH] = ACTIONS(1009), + [anon_sym_mod] = ACTIONS(1009), + [anon_sym_SLASH_SLASH] = ACTIONS(1009), + [anon_sym_PLUS] = ACTIONS(1009), + [anon_sym_bit_DASHshl] = ACTIONS(1009), + [anon_sym_bit_DASHshr] = ACTIONS(1009), + [anon_sym_EQ_EQ] = ACTIONS(1009), + [anon_sym_BANG_EQ] = ACTIONS(1009), + [anon_sym_LT2] = ACTIONS(1009), + [anon_sym_LT_EQ] = ACTIONS(1009), + [anon_sym_GT_EQ] = ACTIONS(1009), + [anon_sym_not_DASHin] = ACTIONS(1009), + [anon_sym_starts_DASHwith] = ACTIONS(1009), + [anon_sym_ends_DASHwith] = ACTIONS(1009), + [anon_sym_EQ_TILDE] = ACTIONS(1009), + [anon_sym_BANG_TILDE] = ACTIONS(1009), + [anon_sym_bit_DASHand] = ACTIONS(1009), + [anon_sym_bit_DASHxor] = ACTIONS(1009), + [anon_sym_bit_DASHor] = ACTIONS(1009), + [anon_sym_and] = ACTIONS(1009), + [anon_sym_xor] = ACTIONS(1009), + [anon_sym_or] = ACTIONS(1009), + [anon_sym_null] = ACTIONS(1009), + [anon_sym_true] = ACTIONS(1009), + [anon_sym_false] = ACTIONS(1009), + [aux_sym__val_number_decimal_token1] = ACTIONS(1009), + [aux_sym__val_number_token1] = ACTIONS(1009), + [aux_sym__val_number_token2] = ACTIONS(1009), + [aux_sym__val_number_token3] = ACTIONS(1009), + [aux_sym__val_number_token4] = ACTIONS(1009), + [aux_sym__val_number_token5] = ACTIONS(1009), + [aux_sym__val_number_token6] = ACTIONS(1009), + [anon_sym_0b] = ACTIONS(1009), + [anon_sym_0o] = ACTIONS(1009), + [anon_sym_0x] = ACTIONS(1009), + [sym_val_date] = ACTIONS(1009), + [anon_sym_DQUOTE] = ACTIONS(1009), + [sym__str_single_quotes] = ACTIONS(1009), + [sym__str_back_ticks] = ACTIONS(1009), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1009), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1009), + [anon_sym_err_GT] = ACTIONS(1009), + [anon_sym_out_GT] = ACTIONS(1009), + [anon_sym_e_GT] = ACTIONS(1009), + [anon_sym_o_GT] = ACTIONS(1009), + [anon_sym_err_PLUSout_GT] = ACTIONS(1009), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1009), + [anon_sym_o_PLUSe_GT] = ACTIONS(1009), + [anon_sym_e_PLUSo_GT] = ACTIONS(1009), + [aux_sym_unquoted_token1] = ACTIONS(1009), + [anon_sym_POUND] = ACTIONS(105), }, [823] = { [sym_comment] = STATE(823), - [anon_sym_export] = ACTIONS(1583), - [anon_sym_alias] = ACTIONS(1583), - [anon_sym_let] = ACTIONS(1583), - [anon_sym_let_DASHenv] = ACTIONS(1583), - [anon_sym_mut] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [sym_cmd_identifier] = ACTIONS(1583), - [anon_sym_def] = ACTIONS(1583), - [anon_sym_export_DASHenv] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_module] = ACTIONS(1583), - [anon_sym_use] = ACTIONS(1583), - [anon_sym_COMMA] = ACTIONS(1585), - [anon_sym_LPAREN] = ACTIONS(1585), - [anon_sym_DOLLAR] = ACTIONS(1585), - [anon_sym_error] = ACTIONS(1583), - [anon_sym_list] = ACTIONS(1583), - [anon_sym_GT] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_in] = ACTIONS(1583), - [anon_sym_loop] = ACTIONS(1583), - [anon_sym_make] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_else] = ACTIONS(1583), - [anon_sym_match] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1585), - [anon_sym_DOT] = ACTIONS(1585), - [anon_sym_try] = ACTIONS(1583), - [anon_sym_catch] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_source] = ACTIONS(1583), - [anon_sym_source_DASHenv] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_hide] = ACTIONS(1583), - [anon_sym_hide_DASHenv] = ACTIONS(1583), - [anon_sym_overlay] = ACTIONS(1583), - [anon_sym_new] = ACTIONS(1583), - [anon_sym_as] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_STAR_STAR] = ACTIONS(1585), - [anon_sym_PLUS_PLUS] = ACTIONS(1585), - [anon_sym_SLASH] = ACTIONS(1583), - [anon_sym_mod] = ACTIONS(1583), - [anon_sym_SLASH_SLASH] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_bit_DASHshl] = ACTIONS(1583), - [anon_sym_bit_DASHshr] = ACTIONS(1583), - [anon_sym_EQ_EQ] = ACTIONS(1585), - [anon_sym_BANG_EQ] = ACTIONS(1585), - [anon_sym_LT2] = ACTIONS(1583), - [anon_sym_LT_EQ] = ACTIONS(1585), - [anon_sym_GT_EQ] = ACTIONS(1585), - [anon_sym_not_DASHin] = ACTIONS(1583), - [anon_sym_starts_DASHwith] = ACTIONS(1583), - [anon_sym_ends_DASHwith] = ACTIONS(1583), - [anon_sym_EQ_TILDE] = ACTIONS(1585), - [anon_sym_BANG_TILDE] = ACTIONS(1585), - [anon_sym_bit_DASHand] = ACTIONS(1583), - [anon_sym_bit_DASHxor] = ACTIONS(1583), - [anon_sym_bit_DASHor] = ACTIONS(1583), - [anon_sym_and] = ACTIONS(1583), - [anon_sym_xor] = ACTIONS(1583), - [anon_sym_or] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1583), - [aux_sym__val_number_token1] = ACTIONS(1585), - [aux_sym__val_number_token2] = ACTIONS(1585), - [aux_sym__val_number_token3] = ACTIONS(1585), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1585), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1585), - [sym__str_single_quotes] = ACTIONS(1585), - [sym__str_back_ticks] = ACTIONS(1585), - [aux_sym__record_key_token2] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1033), + [anon_sym_SEMI] = ACTIONS(1031), + [anon_sym_LF] = ACTIONS(1033), + [anon_sym_LBRACK] = ACTIONS(1031), + [anon_sym_LPAREN] = ACTIONS(1031), + [anon_sym_PIPE] = ACTIONS(1031), + [anon_sym_DOLLAR] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1031), + [anon_sym_DASH] = ACTIONS(1031), + [anon_sym_in] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1031), + [anon_sym_DOT] = ACTIONS(1031), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_STAR_STAR] = ACTIONS(1031), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_SLASH] = ACTIONS(1031), + [anon_sym_mod] = ACTIONS(1031), + [anon_sym_SLASH_SLASH] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1031), + [anon_sym_bit_DASHshl] = ACTIONS(1031), + [anon_sym_bit_DASHshr] = ACTIONS(1031), + [anon_sym_EQ_EQ] = ACTIONS(1031), + [anon_sym_BANG_EQ] = ACTIONS(1031), + [anon_sym_LT2] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1031), + [anon_sym_GT_EQ] = ACTIONS(1031), + [anon_sym_not_DASHin] = ACTIONS(1031), + [anon_sym_starts_DASHwith] = ACTIONS(1031), + [anon_sym_ends_DASHwith] = ACTIONS(1031), + [anon_sym_EQ_TILDE] = ACTIONS(1031), + [anon_sym_BANG_TILDE] = ACTIONS(1031), + [anon_sym_bit_DASHand] = ACTIONS(1031), + [anon_sym_bit_DASHxor] = ACTIONS(1031), + [anon_sym_bit_DASHor] = ACTIONS(1031), + [anon_sym_and] = ACTIONS(1031), + [anon_sym_xor] = ACTIONS(1031), + [anon_sym_or] = ACTIONS(1031), + [anon_sym_null] = ACTIONS(1031), + [anon_sym_true] = ACTIONS(1031), + [anon_sym_false] = ACTIONS(1031), + [aux_sym__val_number_decimal_token1] = ACTIONS(1031), + [aux_sym__val_number_token1] = ACTIONS(1031), + [aux_sym__val_number_token2] = ACTIONS(1031), + [aux_sym__val_number_token3] = ACTIONS(1031), + [aux_sym__val_number_token4] = ACTIONS(1031), + [aux_sym__val_number_token5] = ACTIONS(1031), + [aux_sym__val_number_token6] = ACTIONS(1031), + [anon_sym_0b] = ACTIONS(1031), + [anon_sym_0o] = ACTIONS(1031), + [anon_sym_0x] = ACTIONS(1031), + [sym_val_date] = ACTIONS(1031), + [anon_sym_DQUOTE] = ACTIONS(1031), + [sym__str_single_quotes] = ACTIONS(1031), + [sym__str_back_ticks] = ACTIONS(1031), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1031), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1031), + [anon_sym_err_GT] = ACTIONS(1031), + [anon_sym_out_GT] = ACTIONS(1031), + [anon_sym_e_GT] = ACTIONS(1031), + [anon_sym_o_GT] = ACTIONS(1031), + [anon_sym_err_PLUSout_GT] = ACTIONS(1031), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1031), + [anon_sym_o_PLUSe_GT] = ACTIONS(1031), + [anon_sym_e_PLUSo_GT] = ACTIONS(1031), + [aux_sym_unquoted_token1] = ACTIONS(1031), + [anon_sym_POUND] = ACTIONS(105), }, [824] = { [sym_comment] = STATE(824), - [anon_sym_export] = ACTIONS(1691), - [anon_sym_alias] = ACTIONS(1691), - [anon_sym_let] = ACTIONS(1691), - [anon_sym_let_DASHenv] = ACTIONS(1691), - [anon_sym_mut] = ACTIONS(1691), - [anon_sym_const] = ACTIONS(1691), - [sym_cmd_identifier] = ACTIONS(1691), - [anon_sym_def] = ACTIONS(1691), - [anon_sym_export_DASHenv] = ACTIONS(1691), - [anon_sym_extern] = ACTIONS(1691), - [anon_sym_module] = ACTIONS(1691), - [anon_sym_use] = ACTIONS(1691), - [anon_sym_COMMA] = ACTIONS(1693), - [anon_sym_LPAREN] = ACTIONS(1693), - [anon_sym_DOLLAR] = ACTIONS(1693), - [anon_sym_error] = ACTIONS(1691), - [anon_sym_list] = ACTIONS(1691), - [anon_sym_GT] = ACTIONS(1691), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_break] = ACTIONS(1691), - [anon_sym_continue] = ACTIONS(1691), - [anon_sym_for] = ACTIONS(1691), - [anon_sym_in] = ACTIONS(1691), - [anon_sym_loop] = ACTIONS(1691), - [anon_sym_make] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1691), - [anon_sym_do] = ACTIONS(1691), - [anon_sym_if] = ACTIONS(1691), - [anon_sym_else] = ACTIONS(1691), - [anon_sym_match] = ACTIONS(1691), - [anon_sym_RBRACE] = ACTIONS(1693), - [anon_sym_DOT] = ACTIONS(1693), - [anon_sym_try] = ACTIONS(1691), - [anon_sym_catch] = ACTIONS(1691), - [anon_sym_return] = ACTIONS(1691), - [anon_sym_source] = ACTIONS(1691), - [anon_sym_source_DASHenv] = ACTIONS(1691), - [anon_sym_register] = ACTIONS(1691), - [anon_sym_hide] = ACTIONS(1691), - [anon_sym_hide_DASHenv] = ACTIONS(1691), - [anon_sym_overlay] = ACTIONS(1691), - [anon_sym_new] = ACTIONS(1691), - [anon_sym_as] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1691), - [anon_sym_STAR_STAR] = ACTIONS(1693), - [anon_sym_PLUS_PLUS] = ACTIONS(1693), - [anon_sym_SLASH] = ACTIONS(1691), - [anon_sym_mod] = ACTIONS(1691), - [anon_sym_SLASH_SLASH] = ACTIONS(1693), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_bit_DASHshl] = ACTIONS(1691), - [anon_sym_bit_DASHshr] = ACTIONS(1691), - [anon_sym_EQ_EQ] = ACTIONS(1693), - [anon_sym_BANG_EQ] = ACTIONS(1693), - [anon_sym_LT2] = ACTIONS(1691), - [anon_sym_LT_EQ] = ACTIONS(1693), - [anon_sym_GT_EQ] = ACTIONS(1693), - [anon_sym_not_DASHin] = ACTIONS(1691), - [anon_sym_starts_DASHwith] = ACTIONS(1691), - [anon_sym_ends_DASHwith] = ACTIONS(1691), - [anon_sym_EQ_TILDE] = ACTIONS(1693), - [anon_sym_BANG_TILDE] = ACTIONS(1693), - [anon_sym_bit_DASHand] = ACTIONS(1691), - [anon_sym_bit_DASHxor] = ACTIONS(1691), - [anon_sym_bit_DASHor] = ACTIONS(1691), - [anon_sym_and] = ACTIONS(1691), - [anon_sym_xor] = ACTIONS(1691), - [anon_sym_or] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1691), - [aux_sym__val_number_token1] = ACTIONS(1693), - [aux_sym__val_number_token2] = ACTIONS(1693), - [aux_sym__val_number_token3] = ACTIONS(1693), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1693), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1693), - [sym__str_single_quotes] = ACTIONS(1693), - [sym__str_back_ticks] = ACTIONS(1693), - [aux_sym__record_key_token2] = ACTIONS(1691), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [825] = { [sym_comment] = STATE(825), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_COMMA] = ACTIONS(1534), - [anon_sym_LPAREN] = ACTIONS(1534), - [anon_sym_DOLLAR] = ACTIONS(1534), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_list] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_make] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_else] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1534), - [anon_sym_DOT] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_catch] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_new] = ACTIONS(1532), - [anon_sym_as] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1534), - [anon_sym_PLUS_PLUS] = ACTIONS(1534), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1534), - [anon_sym_BANG_EQ] = ACTIONS(1534), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1534), - [anon_sym_GT_EQ] = ACTIONS(1534), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1534), - [anon_sym_BANG_TILDE] = ACTIONS(1534), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1534), - [aux_sym__val_number_token2] = ACTIONS(1534), - [aux_sym__val_number_token3] = ACTIONS(1534), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1534), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1534), - [sym__str_single_quotes] = ACTIONS(1534), - [sym__str_back_ticks] = ACTIONS(1534), - [aux_sym__record_key_token2] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_in] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_STAR_STAR] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_bit_DASHshl] = ACTIONS(957), + [anon_sym_bit_DASHshr] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_LT2] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_not_DASHin] = ACTIONS(957), + [anon_sym_starts_DASHwith] = ACTIONS(957), + [anon_sym_ends_DASHwith] = ACTIONS(957), + [anon_sym_EQ_TILDE] = ACTIONS(957), + [anon_sym_BANG_TILDE] = ACTIONS(957), + [anon_sym_bit_DASHand] = ACTIONS(957), + [anon_sym_bit_DASHxor] = ACTIONS(957), + [anon_sym_bit_DASHor] = ACTIONS(957), + [anon_sym_and] = ACTIONS(957), + [anon_sym_xor] = ACTIONS(957), + [anon_sym_or] = ACTIONS(957), + [anon_sym_null] = ACTIONS(957), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [aux_sym__val_number_decimal_token1] = ACTIONS(957), + [aux_sym__val_number_token1] = ACTIONS(957), + [aux_sym__val_number_token2] = ACTIONS(957), + [aux_sym__val_number_token3] = ACTIONS(957), + [aux_sym__val_number_token4] = ACTIONS(957), + [aux_sym__val_number_token5] = ACTIONS(957), + [aux_sym__val_number_token6] = ACTIONS(957), + [anon_sym_0b] = ACTIONS(957), + [anon_sym_0o] = ACTIONS(957), + [anon_sym_0x] = ACTIONS(957), + [sym_val_date] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [sym__str_single_quotes] = ACTIONS(957), + [sym__str_back_ticks] = ACTIONS(957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(957), + [anon_sym_err_GT] = ACTIONS(957), + [anon_sym_out_GT] = ACTIONS(957), + [anon_sym_e_GT] = ACTIONS(957), + [anon_sym_o_GT] = ACTIONS(957), + [anon_sym_err_PLUSout_GT] = ACTIONS(957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(957), + [anon_sym_o_PLUSe_GT] = ACTIONS(957), + [anon_sym_e_PLUSo_GT] = ACTIONS(957), + [aux_sym_unquoted_token1] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(105), }, [826] = { [sym_comment] = STATE(826), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(949), + [anon_sym_LF] = ACTIONS(951), + [anon_sym_LBRACK] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(949), + [anon_sym_PIPE] = ACTIONS(949), + [anon_sym_DOLLAR] = ACTIONS(949), + [anon_sym_GT] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_in] = ACTIONS(949), + [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_DOT] = ACTIONS(949), + [anon_sym_STAR] = ACTIONS(949), + [anon_sym_STAR_STAR] = ACTIONS(949), + [anon_sym_PLUS_PLUS] = ACTIONS(949), + [anon_sym_SLASH] = ACTIONS(949), + [anon_sym_mod] = ACTIONS(949), + [anon_sym_SLASH_SLASH] = ACTIONS(949), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_bit_DASHshl] = ACTIONS(949), + [anon_sym_bit_DASHshr] = ACTIONS(949), + [anon_sym_EQ_EQ] = ACTIONS(949), + [anon_sym_BANG_EQ] = ACTIONS(949), + [anon_sym_LT2] = ACTIONS(949), + [anon_sym_LT_EQ] = ACTIONS(949), + [anon_sym_GT_EQ] = ACTIONS(949), + [anon_sym_not_DASHin] = ACTIONS(949), + [anon_sym_starts_DASHwith] = ACTIONS(949), + [anon_sym_ends_DASHwith] = ACTIONS(949), + [anon_sym_EQ_TILDE] = ACTIONS(949), + [anon_sym_BANG_TILDE] = ACTIONS(949), + [anon_sym_bit_DASHand] = ACTIONS(949), + [anon_sym_bit_DASHxor] = ACTIONS(949), + [anon_sym_bit_DASHor] = ACTIONS(949), + [anon_sym_and] = ACTIONS(949), + [anon_sym_xor] = ACTIONS(949), + [anon_sym_or] = ACTIONS(949), + [anon_sym_null] = ACTIONS(949), + [anon_sym_true] = ACTIONS(949), + [anon_sym_false] = ACTIONS(949), + [aux_sym__val_number_decimal_token1] = ACTIONS(949), + [aux_sym__val_number_token1] = ACTIONS(949), + [aux_sym__val_number_token2] = ACTIONS(949), + [aux_sym__val_number_token3] = ACTIONS(949), + [aux_sym__val_number_token4] = ACTIONS(949), + [aux_sym__val_number_token5] = ACTIONS(949), + [aux_sym__val_number_token6] = ACTIONS(949), + [anon_sym_0b] = ACTIONS(949), + [anon_sym_0o] = ACTIONS(949), + [anon_sym_0x] = ACTIONS(949), + [sym_val_date] = ACTIONS(949), + [anon_sym_DQUOTE] = ACTIONS(949), + [sym__str_single_quotes] = ACTIONS(949), + [sym__str_back_ticks] = ACTIONS(949), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(949), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(949), + [anon_sym_err_GT] = ACTIONS(949), + [anon_sym_out_GT] = ACTIONS(949), + [anon_sym_e_GT] = ACTIONS(949), + [anon_sym_o_GT] = ACTIONS(949), + [anon_sym_err_PLUSout_GT] = ACTIONS(949), + [anon_sym_out_PLUSerr_GT] = ACTIONS(949), + [anon_sym_o_PLUSe_GT] = ACTIONS(949), + [anon_sym_e_PLUSo_GT] = ACTIONS(949), + [aux_sym_unquoted_token1] = ACTIONS(949), + [anon_sym_POUND] = ACTIONS(105), }, [827] = { [sym_comment] = STATE(827), - [anon_sym_export] = ACTIONS(1603), - [anon_sym_alias] = ACTIONS(1603), - [anon_sym_let] = ACTIONS(1603), - [anon_sym_let_DASHenv] = ACTIONS(1603), - [anon_sym_mut] = ACTIONS(1603), - [anon_sym_const] = ACTIONS(1603), - [sym_cmd_identifier] = ACTIONS(1603), - [anon_sym_def] = ACTIONS(1603), - [anon_sym_export_DASHenv] = ACTIONS(1603), - [anon_sym_extern] = ACTIONS(1603), - [anon_sym_module] = ACTIONS(1603), - [anon_sym_use] = ACTIONS(1603), - [anon_sym_COMMA] = ACTIONS(1605), - [anon_sym_LPAREN] = ACTIONS(1605), - [anon_sym_DOLLAR] = ACTIONS(1605), - [anon_sym_error] = ACTIONS(1603), - [anon_sym_list] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1603), - [anon_sym_break] = ACTIONS(1603), - [anon_sym_continue] = ACTIONS(1603), - [anon_sym_for] = ACTIONS(1603), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_loop] = ACTIONS(1603), - [anon_sym_make] = ACTIONS(1603), - [anon_sym_while] = ACTIONS(1603), - [anon_sym_do] = ACTIONS(1603), - [anon_sym_if] = ACTIONS(1603), - [anon_sym_else] = ACTIONS(1603), - [anon_sym_match] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1605), - [anon_sym_DOT] = ACTIONS(1605), - [anon_sym_try] = ACTIONS(1603), - [anon_sym_catch] = ACTIONS(1603), - [anon_sym_return] = ACTIONS(1603), - [anon_sym_source] = ACTIONS(1603), - [anon_sym_source_DASHenv] = ACTIONS(1603), - [anon_sym_register] = ACTIONS(1603), - [anon_sym_hide] = ACTIONS(1603), - [anon_sym_hide_DASHenv] = ACTIONS(1603), - [anon_sym_overlay] = ACTIONS(1603), - [anon_sym_new] = ACTIONS(1603), - [anon_sym_as] = ACTIONS(1603), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_STAR_STAR] = ACTIONS(1605), - [anon_sym_PLUS_PLUS] = ACTIONS(1605), - [anon_sym_SLASH] = ACTIONS(1603), - [anon_sym_mod] = ACTIONS(1603), - [anon_sym_SLASH_SLASH] = ACTIONS(1605), - [anon_sym_PLUS] = ACTIONS(1603), - [anon_sym_bit_DASHshl] = ACTIONS(1603), - [anon_sym_bit_DASHshr] = ACTIONS(1603), - [anon_sym_EQ_EQ] = ACTIONS(1605), - [anon_sym_BANG_EQ] = ACTIONS(1605), - [anon_sym_LT2] = ACTIONS(1603), - [anon_sym_LT_EQ] = ACTIONS(1605), - [anon_sym_GT_EQ] = ACTIONS(1605), - [anon_sym_not_DASHin] = ACTIONS(1603), - [anon_sym_starts_DASHwith] = ACTIONS(1603), - [anon_sym_ends_DASHwith] = ACTIONS(1603), - [anon_sym_EQ_TILDE] = ACTIONS(1605), - [anon_sym_BANG_TILDE] = ACTIONS(1605), - [anon_sym_bit_DASHand] = ACTIONS(1603), - [anon_sym_bit_DASHxor] = ACTIONS(1603), - [anon_sym_bit_DASHor] = ACTIONS(1603), - [anon_sym_and] = ACTIONS(1603), - [anon_sym_xor] = ACTIONS(1603), - [anon_sym_or] = ACTIONS(1603), - [aux_sym__val_number_decimal_token1] = ACTIONS(1603), - [aux_sym__val_number_token1] = ACTIONS(1605), - [aux_sym__val_number_token2] = ACTIONS(1605), - [aux_sym__val_number_token3] = ACTIONS(1605), - [aux_sym__val_number_token4] = ACTIONS(1603), - [aux_sym__val_number_token5] = ACTIONS(1605), - [aux_sym__val_number_token6] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1605), - [sym__str_single_quotes] = ACTIONS(1605), - [sym__str_back_ticks] = ACTIONS(1605), - [aux_sym__record_key_token2] = ACTIONS(1603), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_PIPE] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_in] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_STAR_STAR] = ACTIONS(935), + [anon_sym_PLUS_PLUS] = ACTIONS(935), + [anon_sym_SLASH] = ACTIONS(935), + [anon_sym_mod] = ACTIONS(935), + [anon_sym_SLASH_SLASH] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_bit_DASHshl] = ACTIONS(935), + [anon_sym_bit_DASHshr] = ACTIONS(935), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_not_DASHin] = ACTIONS(935), + [anon_sym_starts_DASHwith] = ACTIONS(935), + [anon_sym_ends_DASHwith] = ACTIONS(935), + [anon_sym_EQ_TILDE] = ACTIONS(935), + [anon_sym_BANG_TILDE] = ACTIONS(935), + [anon_sym_bit_DASHand] = ACTIONS(935), + [anon_sym_bit_DASHxor] = ACTIONS(935), + [anon_sym_bit_DASHor] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_xor] = ACTIONS(935), + [anon_sym_or] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [aux_sym_unquoted_token1] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(105), }, [828] = { [sym_comment] = STATE(828), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(922), + [anon_sym_LF] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(922), + [anon_sym_PIPE] = ACTIONS(922), + [anon_sym_DOLLAR] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_in] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(922), + [anon_sym_DOT] = ACTIONS(922), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_mod] = ACTIONS(926), + [anon_sym_SLASH_SLASH] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_bit_DASHshl] = ACTIONS(926), + [anon_sym_bit_DASHshr] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_LT2] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_not_DASHin] = ACTIONS(926), + [anon_sym_starts_DASHwith] = ACTIONS(926), + [anon_sym_ends_DASHwith] = ACTIONS(926), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(926), + [anon_sym_bit_DASHxor] = ACTIONS(926), + [anon_sym_bit_DASHor] = ACTIONS(926), + [anon_sym_and] = ACTIONS(926), + [anon_sym_xor] = ACTIONS(926), + [anon_sym_or] = ACTIONS(926), + [anon_sym_null] = ACTIONS(922), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [aux_sym__val_number_decimal_token1] = ACTIONS(922), + [aux_sym__val_number_token1] = ACTIONS(922), + [aux_sym__val_number_token2] = ACTIONS(922), + [aux_sym__val_number_token3] = ACTIONS(922), + [aux_sym__val_number_token4] = ACTIONS(922), + [aux_sym__val_number_token5] = ACTIONS(922), + [aux_sym__val_number_token6] = ACTIONS(922), + [anon_sym_0b] = ACTIONS(922), + [anon_sym_0o] = ACTIONS(922), + [anon_sym_0x] = ACTIONS(922), + [sym_val_date] = ACTIONS(922), + [anon_sym_DQUOTE] = ACTIONS(922), + [sym__str_single_quotes] = ACTIONS(922), + [sym__str_back_ticks] = ACTIONS(922), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(922), + [anon_sym_err_GT] = ACTIONS(922), + [anon_sym_out_GT] = ACTIONS(922), + [anon_sym_e_GT] = ACTIONS(922), + [anon_sym_o_GT] = ACTIONS(922), + [anon_sym_err_PLUSout_GT] = ACTIONS(922), + [anon_sym_out_PLUSerr_GT] = ACTIONS(922), + [anon_sym_o_PLUSe_GT] = ACTIONS(922), + [anon_sym_e_PLUSo_GT] = ACTIONS(922), + [aux_sym_unquoted_token1] = ACTIONS(922), + [anon_sym_POUND] = ACTIONS(105), }, [829] = { [sym_comment] = STATE(829), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1553), - [anon_sym_BANG_EQ] = ACTIONS(1553), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1553), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1553), - [anon_sym_BANG_TILDE] = ACTIONS(1553), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1061), + [anon_sym_SEMI] = ACTIONS(1059), + [anon_sym_LF] = ACTIONS(1061), + [anon_sym_LBRACK] = ACTIONS(1059), + [anon_sym_LPAREN] = ACTIONS(1059), + [anon_sym_PIPE] = ACTIONS(1059), + [anon_sym_DOLLAR] = ACTIONS(1059), + [anon_sym_GT] = ACTIONS(1059), + [anon_sym_DASH] = ACTIONS(1059), + [anon_sym_in] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_DOT] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1059), + [anon_sym_STAR_STAR] = ACTIONS(1059), + [anon_sym_PLUS_PLUS] = ACTIONS(1059), + [anon_sym_SLASH] = ACTIONS(1059), + [anon_sym_mod] = ACTIONS(1059), + [anon_sym_SLASH_SLASH] = ACTIONS(1059), + [anon_sym_PLUS] = ACTIONS(1059), + [anon_sym_bit_DASHshl] = ACTIONS(1059), + [anon_sym_bit_DASHshr] = ACTIONS(1059), + [anon_sym_EQ_EQ] = ACTIONS(1059), + [anon_sym_BANG_EQ] = ACTIONS(1059), + [anon_sym_LT2] = ACTIONS(1059), + [anon_sym_LT_EQ] = ACTIONS(1059), + [anon_sym_GT_EQ] = ACTIONS(1059), + [anon_sym_not_DASHin] = ACTIONS(1059), + [anon_sym_starts_DASHwith] = ACTIONS(1059), + [anon_sym_ends_DASHwith] = ACTIONS(1059), + [anon_sym_EQ_TILDE] = ACTIONS(1059), + [anon_sym_BANG_TILDE] = ACTIONS(1059), + [anon_sym_bit_DASHand] = ACTIONS(1059), + [anon_sym_bit_DASHxor] = ACTIONS(1059), + [anon_sym_bit_DASHor] = ACTIONS(1059), + [anon_sym_and] = ACTIONS(1059), + [anon_sym_xor] = ACTIONS(1059), + [anon_sym_or] = ACTIONS(1059), + [anon_sym_null] = ACTIONS(1059), + [anon_sym_true] = ACTIONS(1059), + [anon_sym_false] = ACTIONS(1059), + [aux_sym__val_number_decimal_token1] = ACTIONS(1059), + [aux_sym__val_number_token1] = ACTIONS(1059), + [aux_sym__val_number_token2] = ACTIONS(1059), + [aux_sym__val_number_token3] = ACTIONS(1059), + [aux_sym__val_number_token4] = ACTIONS(1059), + [aux_sym__val_number_token5] = ACTIONS(1059), + [aux_sym__val_number_token6] = ACTIONS(1059), + [anon_sym_0b] = ACTIONS(1059), + [anon_sym_0o] = ACTIONS(1059), + [anon_sym_0x] = ACTIONS(1059), + [sym_val_date] = ACTIONS(1059), + [anon_sym_DQUOTE] = ACTIONS(1059), + [sym__str_single_quotes] = ACTIONS(1059), + [sym__str_back_ticks] = ACTIONS(1059), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1059), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1059), + [anon_sym_err_GT] = ACTIONS(1059), + [anon_sym_out_GT] = ACTIONS(1059), + [anon_sym_e_GT] = ACTIONS(1059), + [anon_sym_o_GT] = ACTIONS(1059), + [anon_sym_err_PLUSout_GT] = ACTIONS(1059), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1059), + [anon_sym_o_PLUSe_GT] = ACTIONS(1059), + [anon_sym_e_PLUSo_GT] = ACTIONS(1059), + [aux_sym_unquoted_token1] = ACTIONS(1059), + [anon_sym_POUND] = ACTIONS(105), }, [830] = { [sym_comment] = STATE(830), - [anon_sym_export] = ACTIONS(1551), - [anon_sym_alias] = ACTIONS(1551), - [anon_sym_let] = ACTIONS(1551), - [anon_sym_let_DASHenv] = ACTIONS(1551), - [anon_sym_mut] = ACTIONS(1551), - [anon_sym_const] = ACTIONS(1551), - [sym_cmd_identifier] = ACTIONS(1551), - [anon_sym_def] = ACTIONS(1551), - [anon_sym_export_DASHenv] = ACTIONS(1551), - [anon_sym_extern] = ACTIONS(1551), - [anon_sym_module] = ACTIONS(1551), - [anon_sym_use] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_error] = ACTIONS(1551), - [anon_sym_list] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1551), - [anon_sym_continue] = ACTIONS(1551), - [anon_sym_for] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1800), - [anon_sym_loop] = ACTIONS(1551), - [anon_sym_make] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1551), - [anon_sym_do] = ACTIONS(1551), - [anon_sym_if] = ACTIONS(1551), - [anon_sym_else] = ACTIONS(1551), - [anon_sym_match] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1551), - [anon_sym_catch] = ACTIONS(1551), - [anon_sym_return] = ACTIONS(1551), - [anon_sym_source] = ACTIONS(1551), - [anon_sym_source_DASHenv] = ACTIONS(1551), - [anon_sym_register] = ACTIONS(1551), - [anon_sym_hide] = ACTIONS(1551), - [anon_sym_hide_DASHenv] = ACTIONS(1551), - [anon_sym_overlay] = ACTIONS(1551), - [anon_sym_new] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_STAR_STAR] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_mod] = ACTIONS(1802), - [anon_sym_SLASH_SLASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_bit_DASHshl] = ACTIONS(1808), - [anon_sym_bit_DASHshr] = ACTIONS(1808), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT2] = ACTIONS(1796), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_not_DASHin] = ACTIONS(1800), - [anon_sym_starts_DASHwith] = ACTIONS(1800), - [anon_sym_ends_DASHwith] = ACTIONS(1800), - [anon_sym_EQ_TILDE] = ACTIONS(1812), - [anon_sym_BANG_TILDE] = ACTIONS(1812), - [anon_sym_bit_DASHand] = ACTIONS(1814), - [anon_sym_bit_DASHxor] = ACTIONS(1816), - [anon_sym_bit_DASHor] = ACTIONS(1818), - [anon_sym_and] = ACTIONS(1820), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1553), - [aux_sym__val_number_token2] = ACTIONS(1553), - [aux_sym__val_number_token3] = ACTIONS(1553), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1553), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1553), - [sym__str_single_quotes] = ACTIONS(1553), - [sym__str_back_ticks] = ACTIONS(1553), - [aux_sym__record_key_token2] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(961), + [anon_sym_bit_DASHshr] = ACTIONS(961), + [anon_sym_EQ_EQ] = ACTIONS(961), + [anon_sym_BANG_EQ] = ACTIONS(961), + [anon_sym_LT2] = ACTIONS(961), + [anon_sym_LT_EQ] = ACTIONS(961), + [anon_sym_GT_EQ] = ACTIONS(961), + [anon_sym_not_DASHin] = ACTIONS(961), + [anon_sym_starts_DASHwith] = ACTIONS(961), + [anon_sym_ends_DASHwith] = ACTIONS(961), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [831] = { [sym_comment] = STATE(831), - [anon_sym_export] = ACTIONS(1619), - [anon_sym_alias] = ACTIONS(1619), - [anon_sym_let] = ACTIONS(1619), - [anon_sym_let_DASHenv] = ACTIONS(1619), - [anon_sym_mut] = ACTIONS(1619), - [anon_sym_const] = ACTIONS(1619), - [sym_cmd_identifier] = ACTIONS(1619), - [anon_sym_def] = ACTIONS(1619), - [anon_sym_export_DASHenv] = ACTIONS(1619), - [anon_sym_extern] = ACTIONS(1619), - [anon_sym_module] = ACTIONS(1619), - [anon_sym_use] = ACTIONS(1619), - [anon_sym_COMMA] = ACTIONS(1621), - [anon_sym_LPAREN] = ACTIONS(1621), - [anon_sym_DOLLAR] = ACTIONS(1621), - [anon_sym_error] = ACTIONS(1619), - [anon_sym_list] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_break] = ACTIONS(1619), - [anon_sym_continue] = ACTIONS(1619), - [anon_sym_for] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_loop] = ACTIONS(1619), - [anon_sym_make] = ACTIONS(1619), - [anon_sym_while] = ACTIONS(1619), - [anon_sym_do] = ACTIONS(1619), - [anon_sym_if] = ACTIONS(1619), - [anon_sym_else] = ACTIONS(1619), - [anon_sym_match] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1621), - [anon_sym_DOT] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1619), - [anon_sym_catch] = ACTIONS(1619), - [anon_sym_return] = ACTIONS(1619), - [anon_sym_source] = ACTIONS(1619), - [anon_sym_source_DASHenv] = ACTIONS(1619), - [anon_sym_register] = ACTIONS(1619), - [anon_sym_hide] = ACTIONS(1619), - [anon_sym_hide_DASHenv] = ACTIONS(1619), - [anon_sym_overlay] = ACTIONS(1619), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_as] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1621), - [anon_sym_PLUS_PLUS] = ACTIONS(1621), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1621), - [anon_sym_BANG_EQ] = ACTIONS(1621), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1621), - [anon_sym_GT_EQ] = ACTIONS(1621), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1621), - [anon_sym_BANG_TILDE] = ACTIONS(1621), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1621), - [aux_sym__val_number_token2] = ACTIONS(1621), - [aux_sym__val_number_token3] = ACTIONS(1621), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1621), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1621), - [sym__str_single_quotes] = ACTIONS(1621), - [sym__str_back_ticks] = ACTIONS(1621), - [aux_sym__record_key_token2] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(2383), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(2261), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(2385), + [anon_sym_POUND] = ACTIONS(105), }, [832] = { [sym_comment] = STATE(832), - [anon_sym_export] = ACTIONS(1619), - [anon_sym_alias] = ACTIONS(1619), - [anon_sym_let] = ACTIONS(1619), - [anon_sym_let_DASHenv] = ACTIONS(1619), - [anon_sym_mut] = ACTIONS(1619), - [anon_sym_const] = ACTIONS(1619), - [sym_cmd_identifier] = ACTIONS(1619), - [anon_sym_def] = ACTIONS(1619), - [anon_sym_export_DASHenv] = ACTIONS(1619), - [anon_sym_extern] = ACTIONS(1619), - [anon_sym_module] = ACTIONS(1619), - [anon_sym_use] = ACTIONS(1619), - [anon_sym_COMMA] = ACTIONS(1621), - [anon_sym_LPAREN] = ACTIONS(1621), - [anon_sym_DOLLAR] = ACTIONS(1621), - [anon_sym_error] = ACTIONS(1619), - [anon_sym_list] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_break] = ACTIONS(1619), - [anon_sym_continue] = ACTIONS(1619), - [anon_sym_for] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_loop] = ACTIONS(1619), - [anon_sym_make] = ACTIONS(1619), - [anon_sym_while] = ACTIONS(1619), - [anon_sym_do] = ACTIONS(1619), - [anon_sym_if] = ACTIONS(1619), - [anon_sym_else] = ACTIONS(1619), - [anon_sym_match] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1621), - [anon_sym_DOT] = ACTIONS(1621), - [anon_sym_try] = ACTIONS(1619), - [anon_sym_catch] = ACTIONS(1619), - [anon_sym_return] = ACTIONS(1619), - [anon_sym_source] = ACTIONS(1619), - [anon_sym_source_DASHenv] = ACTIONS(1619), - [anon_sym_register] = ACTIONS(1619), - [anon_sym_hide] = ACTIONS(1619), - [anon_sym_hide_DASHenv] = ACTIONS(1619), - [anon_sym_overlay] = ACTIONS(1619), - [anon_sym_new] = ACTIONS(1619), - [anon_sym_as] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1621), - [anon_sym_PLUS_PLUS] = ACTIONS(1621), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1621), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1621), - [anon_sym_BANG_EQ] = ACTIONS(1621), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1621), - [anon_sym_GT_EQ] = ACTIONS(1621), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1621), - [anon_sym_BANG_TILDE] = ACTIONS(1621), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1621), - [aux_sym__val_number_token2] = ACTIONS(1621), - [aux_sym__val_number_token3] = ACTIONS(1621), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1621), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1621), - [sym__str_single_quotes] = ACTIONS(1621), - [sym__str_back_ticks] = ACTIONS(1621), - [aux_sym__record_key_token2] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1017), + [anon_sym_SEMI] = ACTIONS(1015), + [anon_sym_LF] = ACTIONS(1017), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_PIPE] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_in] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR_STAR] = ACTIONS(1015), + [anon_sym_PLUS_PLUS] = ACTIONS(1015), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1015), + [anon_sym_bit_DASHshl] = ACTIONS(1015), + [anon_sym_bit_DASHshr] = ACTIONS(1015), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_LT2] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_not_DASHin] = ACTIONS(1015), + [anon_sym_starts_DASHwith] = ACTIONS(1015), + [anon_sym_ends_DASHwith] = ACTIONS(1015), + [anon_sym_EQ_TILDE] = ACTIONS(1015), + [anon_sym_BANG_TILDE] = ACTIONS(1015), + [anon_sym_bit_DASHand] = ACTIONS(1015), + [anon_sym_bit_DASHxor] = ACTIONS(1015), + [anon_sym_bit_DASHor] = ACTIONS(1015), + [anon_sym_and] = ACTIONS(1015), + [anon_sym_xor] = ACTIONS(1015), + [anon_sym_or] = ACTIONS(1015), + [anon_sym_null] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1015), + [anon_sym_false] = ACTIONS(1015), + [aux_sym__val_number_decimal_token1] = ACTIONS(1015), + [aux_sym__val_number_token1] = ACTIONS(1015), + [aux_sym__val_number_token2] = ACTIONS(1015), + [aux_sym__val_number_token3] = ACTIONS(1015), + [aux_sym__val_number_token4] = ACTIONS(1015), + [aux_sym__val_number_token5] = ACTIONS(1015), + [aux_sym__val_number_token6] = ACTIONS(1015), + [anon_sym_0b] = ACTIONS(1015), + [anon_sym_0o] = ACTIONS(1015), + [anon_sym_0x] = ACTIONS(1015), + [sym_val_date] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1015), + [sym__str_single_quotes] = ACTIONS(1015), + [sym__str_back_ticks] = ACTIONS(1015), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1015), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1015), + [anon_sym_err_GT] = ACTIONS(1015), + [anon_sym_out_GT] = ACTIONS(1015), + [anon_sym_e_GT] = ACTIONS(1015), + [anon_sym_o_GT] = ACTIONS(1015), + [anon_sym_err_PLUSout_GT] = ACTIONS(1015), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1015), + [anon_sym_o_PLUSe_GT] = ACTIONS(1015), + [anon_sym_e_PLUSo_GT] = ACTIONS(1015), + [aux_sym_unquoted_token1] = ACTIONS(1015), + [anon_sym_POUND] = ACTIONS(105), }, [833] = { + [sym_path] = STATE(959), [sym_comment] = STATE(833), - [anon_sym_export] = ACTIONS(1641), - [anon_sym_alias] = ACTIONS(1641), - [anon_sym_let] = ACTIONS(1641), - [anon_sym_let_DASHenv] = ACTIONS(1641), - [anon_sym_mut] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [sym_cmd_identifier] = ACTIONS(1641), - [anon_sym_def] = ACTIONS(1641), - [anon_sym_export_DASHenv] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym_module] = ACTIONS(1641), - [anon_sym_use] = ACTIONS(1641), - [anon_sym_COMMA] = ACTIONS(1643), - [anon_sym_LPAREN] = ACTIONS(1643), - [anon_sym_DOLLAR] = ACTIONS(1643), - [anon_sym_error] = ACTIONS(1641), - [anon_sym_list] = ACTIONS(1641), - [anon_sym_GT] = ACTIONS(1641), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_in] = ACTIONS(1641), - [anon_sym_loop] = ACTIONS(1641), - [anon_sym_make] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_else] = ACTIONS(1641), - [anon_sym_match] = ACTIONS(1641), - [anon_sym_RBRACE] = ACTIONS(1643), - [anon_sym_DOT] = ACTIONS(1643), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_catch] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_source] = ACTIONS(1641), - [anon_sym_source_DASHenv] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_hide] = ACTIONS(1641), - [anon_sym_hide_DASHenv] = ACTIONS(1641), - [anon_sym_overlay] = ACTIONS(1641), - [anon_sym_new] = ACTIONS(1641), - [anon_sym_as] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1641), - [anon_sym_STAR_STAR] = ACTIONS(1643), - [anon_sym_PLUS_PLUS] = ACTIONS(1643), - [anon_sym_SLASH] = ACTIONS(1641), - [anon_sym_mod] = ACTIONS(1641), - [anon_sym_SLASH_SLASH] = ACTIONS(1643), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_bit_DASHshl] = ACTIONS(1641), - [anon_sym_bit_DASHshr] = ACTIONS(1641), - [anon_sym_EQ_EQ] = ACTIONS(1643), - [anon_sym_BANG_EQ] = ACTIONS(1643), - [anon_sym_LT2] = ACTIONS(1641), - [anon_sym_LT_EQ] = ACTIONS(1643), - [anon_sym_GT_EQ] = ACTIONS(1643), - [anon_sym_not_DASHin] = ACTIONS(1641), - [anon_sym_starts_DASHwith] = ACTIONS(1641), - [anon_sym_ends_DASHwith] = ACTIONS(1641), - [anon_sym_EQ_TILDE] = ACTIONS(1643), - [anon_sym_BANG_TILDE] = ACTIONS(1643), - [anon_sym_bit_DASHand] = ACTIONS(1641), - [anon_sym_bit_DASHxor] = ACTIONS(1641), - [anon_sym_bit_DASHor] = ACTIONS(1641), - [anon_sym_and] = ACTIONS(1641), - [anon_sym_xor] = ACTIONS(1641), - [anon_sym_or] = ACTIONS(1641), - [aux_sym__val_number_decimal_token1] = ACTIONS(1641), - [aux_sym__val_number_token1] = ACTIONS(1643), - [aux_sym__val_number_token2] = ACTIONS(1643), - [aux_sym__val_number_token3] = ACTIONS(1643), - [aux_sym__val_number_token4] = ACTIONS(1641), - [aux_sym__val_number_token5] = ACTIONS(1643), - [aux_sym__val_number_token6] = ACTIONS(1641), - [anon_sym_DQUOTE] = ACTIONS(1643), - [sym__str_single_quotes] = ACTIONS(1643), - [sym__str_back_ticks] = ACTIONS(1643), - [aux_sym__record_key_token2] = ACTIONS(1641), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cell_path_repeat1] = STATE(781), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), + [anon_sym_POUND] = ACTIONS(105), }, [834] = { [sym_comment] = STATE(834), - [anon_sym_export] = ACTIONS(1579), - [anon_sym_alias] = ACTIONS(1579), - [anon_sym_let] = ACTIONS(1579), - [anon_sym_let_DASHenv] = ACTIONS(1579), - [anon_sym_mut] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [sym_cmd_identifier] = ACTIONS(1579), - [anon_sym_def] = ACTIONS(1579), - [anon_sym_export_DASHenv] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_module] = ACTIONS(1579), - [anon_sym_use] = ACTIONS(1579), - [anon_sym_COMMA] = ACTIONS(1581), - [anon_sym_LPAREN] = ACTIONS(1581), - [anon_sym_DOLLAR] = ACTIONS(1581), - [anon_sym_error] = ACTIONS(1579), - [anon_sym_list] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_loop] = ACTIONS(1579), - [anon_sym_make] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_match] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1581), - [anon_sym_DOT] = ACTIONS(1581), - [anon_sym_try] = ACTIONS(1579), - [anon_sym_catch] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_source] = ACTIONS(1579), - [anon_sym_source_DASHenv] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_hide] = ACTIONS(1579), - [anon_sym_hide_DASHenv] = ACTIONS(1579), - [anon_sym_overlay] = ACTIONS(1579), - [anon_sym_new] = ACTIONS(1579), - [anon_sym_as] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1581), - [anon_sym_PLUS_PLUS] = ACTIONS(1581), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1581), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1581), - [anon_sym_BANG_EQ] = ACTIONS(1581), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1581), - [anon_sym_GT_EQ] = ACTIONS(1581), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1581), - [anon_sym_BANG_TILDE] = ACTIONS(1581), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1581), - [aux_sym__val_number_token2] = ACTIONS(1581), - [aux_sym__val_number_token3] = ACTIONS(1581), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1581), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1581), - [sym__str_single_quotes] = ACTIONS(1581), - [sym__str_back_ticks] = ACTIONS(1581), - [aux_sym__record_key_token2] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1019), + [anon_sym_LF] = ACTIONS(1021), + [anon_sym_LBRACK] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1019), + [anon_sym_PIPE] = ACTIONS(1019), + [anon_sym_DOLLAR] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_in] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1019), + [anon_sym_DOT] = ACTIONS(1019), + [anon_sym_STAR] = ACTIONS(1019), + [anon_sym_STAR_STAR] = ACTIONS(1019), + [anon_sym_PLUS_PLUS] = ACTIONS(1019), + [anon_sym_SLASH] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(1019), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_bit_DASHshl] = ACTIONS(1019), + [anon_sym_bit_DASHshr] = ACTIONS(1019), + [anon_sym_EQ_EQ] = ACTIONS(1019), + [anon_sym_BANG_EQ] = ACTIONS(1019), + [anon_sym_LT2] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1019), + [anon_sym_GT_EQ] = ACTIONS(1019), + [anon_sym_not_DASHin] = ACTIONS(1019), + [anon_sym_starts_DASHwith] = ACTIONS(1019), + [anon_sym_ends_DASHwith] = ACTIONS(1019), + [anon_sym_EQ_TILDE] = ACTIONS(1019), + [anon_sym_BANG_TILDE] = ACTIONS(1019), + [anon_sym_bit_DASHand] = ACTIONS(1019), + [anon_sym_bit_DASHxor] = ACTIONS(1019), + [anon_sym_bit_DASHor] = ACTIONS(1019), + [anon_sym_and] = ACTIONS(1019), + [anon_sym_xor] = ACTIONS(1019), + [anon_sym_or] = ACTIONS(1019), + [anon_sym_null] = ACTIONS(1019), + [anon_sym_true] = ACTIONS(1019), + [anon_sym_false] = ACTIONS(1019), + [aux_sym__val_number_decimal_token1] = ACTIONS(1019), + [aux_sym__val_number_token1] = ACTIONS(1019), + [aux_sym__val_number_token2] = ACTIONS(1019), + [aux_sym__val_number_token3] = ACTIONS(1019), + [aux_sym__val_number_token4] = ACTIONS(1019), + [aux_sym__val_number_token5] = ACTIONS(1019), + [aux_sym__val_number_token6] = ACTIONS(1019), + [anon_sym_0b] = ACTIONS(1019), + [anon_sym_0o] = ACTIONS(1019), + [anon_sym_0x] = ACTIONS(1019), + [sym_val_date] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(1019), + [sym__str_single_quotes] = ACTIONS(1019), + [sym__str_back_ticks] = ACTIONS(1019), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1019), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1019), + [anon_sym_err_GT] = ACTIONS(1019), + [anon_sym_out_GT] = ACTIONS(1019), + [anon_sym_e_GT] = ACTIONS(1019), + [anon_sym_o_GT] = ACTIONS(1019), + [anon_sym_err_PLUSout_GT] = ACTIONS(1019), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1019), + [anon_sym_o_PLUSe_GT] = ACTIONS(1019), + [anon_sym_e_PLUSo_GT] = ACTIONS(1019), + [aux_sym_unquoted_token1] = ACTIONS(1019), + [anon_sym_POUND] = ACTIONS(105), }, [835] = { - [sym_pipeline] = STATE(1672), - [sym_pipeline_last] = STATE(5393), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(3053), - [sym__var] = STATE(2955), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), [sym_comment] = STATE(835), - [aux_sym_pipeline_repeat1] = STATE(855), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_PIPE] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_GT] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_in] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_STAR_STAR] = ACTIONS(856), + [anon_sym_PLUS_PLUS] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(856), + [anon_sym_mod] = ACTIONS(856), + [anon_sym_SLASH_SLASH] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_bit_DASHshl] = ACTIONS(856), + [anon_sym_bit_DASHshr] = ACTIONS(856), + [anon_sym_EQ_EQ] = ACTIONS(856), + [anon_sym_BANG_EQ] = ACTIONS(856), + [anon_sym_LT2] = ACTIONS(856), + [anon_sym_LT_EQ] = ACTIONS(856), + [anon_sym_GT_EQ] = ACTIONS(856), + [anon_sym_not_DASHin] = ACTIONS(856), + [anon_sym_starts_DASHwith] = ACTIONS(856), + [anon_sym_ends_DASHwith] = ACTIONS(856), + [anon_sym_EQ_TILDE] = ACTIONS(856), + [anon_sym_BANG_TILDE] = ACTIONS(856), + [anon_sym_bit_DASHand] = ACTIONS(856), + [anon_sym_bit_DASHxor] = ACTIONS(856), + [anon_sym_bit_DASHor] = ACTIONS(856), + [anon_sym_and] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(856), + [anon_sym_or] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_err_GT] = ACTIONS(856), + [anon_sym_out_GT] = ACTIONS(856), + [anon_sym_e_GT] = ACTIONS(856), + [anon_sym_o_GT] = ACTIONS(856), + [anon_sym_err_PLUSout_GT] = ACTIONS(856), + [anon_sym_out_PLUSerr_GT] = ACTIONS(856), + [anon_sym_o_PLUSe_GT] = ACTIONS(856), + [anon_sym_e_PLUSo_GT] = ACTIONS(856), + [aux_sym_unquoted_token1] = ACTIONS(856), + [anon_sym_POUND] = ACTIONS(105), }, [836] = { - [sym_pipeline] = STATE(1663), - [sym_pipeline_last] = STATE(4918), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(836), - [aux_sym_pipeline_repeat1] = STATE(858), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1057), + [anon_sym_SEMI] = ACTIONS(1055), + [anon_sym_LF] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1055), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(1055), + [anon_sym_DOLLAR] = ACTIONS(1055), + [anon_sym_GT] = ACTIONS(1055), + [anon_sym_DASH] = ACTIONS(1055), + [anon_sym_in] = ACTIONS(1055), + [anon_sym_LBRACE] = ACTIONS(1055), + [anon_sym_DOT] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1055), + [anon_sym_STAR_STAR] = ACTIONS(1055), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_SLASH] = ACTIONS(1055), + [anon_sym_mod] = ACTIONS(1055), + [anon_sym_SLASH_SLASH] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1055), + [anon_sym_bit_DASHshl] = ACTIONS(1055), + [anon_sym_bit_DASHshr] = ACTIONS(1055), + [anon_sym_EQ_EQ] = ACTIONS(1055), + [anon_sym_BANG_EQ] = ACTIONS(1055), + [anon_sym_LT2] = ACTIONS(1055), + [anon_sym_LT_EQ] = ACTIONS(1055), + [anon_sym_GT_EQ] = ACTIONS(1055), + [anon_sym_not_DASHin] = ACTIONS(1055), + [anon_sym_starts_DASHwith] = ACTIONS(1055), + [anon_sym_ends_DASHwith] = ACTIONS(1055), + [anon_sym_EQ_TILDE] = ACTIONS(1055), + [anon_sym_BANG_TILDE] = ACTIONS(1055), + [anon_sym_bit_DASHand] = ACTIONS(1055), + [anon_sym_bit_DASHxor] = ACTIONS(1055), + [anon_sym_bit_DASHor] = ACTIONS(1055), + [anon_sym_and] = ACTIONS(1055), + [anon_sym_xor] = ACTIONS(1055), + [anon_sym_or] = ACTIONS(1055), + [anon_sym_null] = ACTIONS(1055), + [anon_sym_true] = ACTIONS(1055), + [anon_sym_false] = ACTIONS(1055), + [aux_sym__val_number_decimal_token1] = ACTIONS(1055), + [aux_sym__val_number_token1] = ACTIONS(1055), + [aux_sym__val_number_token2] = ACTIONS(1055), + [aux_sym__val_number_token3] = ACTIONS(1055), + [aux_sym__val_number_token4] = ACTIONS(1055), + [aux_sym__val_number_token5] = ACTIONS(1055), + [aux_sym__val_number_token6] = ACTIONS(1055), + [anon_sym_0b] = ACTIONS(1055), + [anon_sym_0o] = ACTIONS(1055), + [anon_sym_0x] = ACTIONS(1055), + [sym_val_date] = ACTIONS(1055), + [anon_sym_DQUOTE] = ACTIONS(1055), + [sym__str_single_quotes] = ACTIONS(1055), + [sym__str_back_ticks] = ACTIONS(1055), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1055), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1055), + [anon_sym_err_GT] = ACTIONS(1055), + [anon_sym_out_GT] = ACTIONS(1055), + [anon_sym_e_GT] = ACTIONS(1055), + [anon_sym_o_GT] = ACTIONS(1055), + [anon_sym_err_PLUSout_GT] = ACTIONS(1055), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1055), + [anon_sym_o_PLUSe_GT] = ACTIONS(1055), + [anon_sym_e_PLUSo_GT] = ACTIONS(1055), + [aux_sym_unquoted_token1] = ACTIONS(1055), + [anon_sym_POUND] = ACTIONS(105), }, [837] = { - [sym_pipeline] = STATE(1671), - [sym_pipeline_last] = STATE(4996), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(837), - [aux_sym_pipeline_repeat1] = STATE(858), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(961), + [anon_sym_PIPE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [anon_sym_GT] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_DOT] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(2301), + [anon_sym_STAR_STAR] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_bit_DASHshl] = ACTIONS(2305), + [anon_sym_bit_DASHshr] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_LT2] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_not_DASHin] = ACTIONS(2299), + [anon_sym_starts_DASHwith] = ACTIONS(2299), + [anon_sym_ends_DASHwith] = ACTIONS(2299), + [anon_sym_EQ_TILDE] = ACTIONS(961), + [anon_sym_BANG_TILDE] = ACTIONS(961), + [anon_sym_bit_DASHand] = ACTIONS(961), + [anon_sym_bit_DASHxor] = ACTIONS(961), + [anon_sym_bit_DASHor] = ACTIONS(961), + [anon_sym_and] = ACTIONS(961), + [anon_sym_xor] = ACTIONS(961), + [anon_sym_or] = ACTIONS(961), + [anon_sym_null] = ACTIONS(961), + [anon_sym_true] = ACTIONS(961), + [anon_sym_false] = ACTIONS(961), + [aux_sym__val_number_decimal_token1] = ACTIONS(961), + [aux_sym__val_number_token1] = ACTIONS(961), + [aux_sym__val_number_token2] = ACTIONS(961), + [aux_sym__val_number_token3] = ACTIONS(961), + [aux_sym__val_number_token4] = ACTIONS(961), + [aux_sym__val_number_token5] = ACTIONS(961), + [aux_sym__val_number_token6] = ACTIONS(961), + [anon_sym_0b] = ACTIONS(961), + [anon_sym_0o] = ACTIONS(961), + [anon_sym_0x] = ACTIONS(961), + [sym_val_date] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [sym__str_single_quotes] = ACTIONS(961), + [sym__str_back_ticks] = ACTIONS(961), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(961), + [anon_sym_err_GT] = ACTIONS(961), + [anon_sym_out_GT] = ACTIONS(961), + [anon_sym_e_GT] = ACTIONS(961), + [anon_sym_o_GT] = ACTIONS(961), + [anon_sym_err_PLUSout_GT] = ACTIONS(961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(961), + [anon_sym_o_PLUSe_GT] = ACTIONS(961), + [anon_sym_e_PLUSo_GT] = ACTIONS(961), + [aux_sym_unquoted_token1] = ACTIONS(961), + [anon_sym_POUND] = ACTIONS(105), }, [838] = { - [sym_pipeline] = STATE(1663), - [sym_pipeline_last] = STATE(5387), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(3053), - [sym__var] = STATE(2955), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), [sym_comment] = STATE(838), - [aux_sym_pipeline_repeat1] = STATE(855), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1091), + [anon_sym_SEMI] = ACTIONS(1089), + [anon_sym_LF] = ACTIONS(1091), + [anon_sym_LBRACK] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1089), + [anon_sym_PIPE] = ACTIONS(1089), + [anon_sym_DOLLAR] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_in] = ACTIONS(1089), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_DOT] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_STAR_STAR] = ACTIONS(1089), + [anon_sym_PLUS_PLUS] = ACTIONS(1089), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_mod] = ACTIONS(1089), + [anon_sym_SLASH_SLASH] = ACTIONS(1089), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_bit_DASHshl] = ACTIONS(1089), + [anon_sym_bit_DASHshr] = ACTIONS(1089), + [anon_sym_EQ_EQ] = ACTIONS(1089), + [anon_sym_BANG_EQ] = ACTIONS(1089), + [anon_sym_LT2] = ACTIONS(1089), + [anon_sym_LT_EQ] = ACTIONS(1089), + [anon_sym_GT_EQ] = ACTIONS(1089), + [anon_sym_not_DASHin] = ACTIONS(1089), + [anon_sym_starts_DASHwith] = ACTIONS(1089), + [anon_sym_ends_DASHwith] = ACTIONS(1089), + [anon_sym_EQ_TILDE] = ACTIONS(1089), + [anon_sym_BANG_TILDE] = ACTIONS(1089), + [anon_sym_bit_DASHand] = ACTIONS(1089), + [anon_sym_bit_DASHxor] = ACTIONS(1089), + [anon_sym_bit_DASHor] = ACTIONS(1089), + [anon_sym_and] = ACTIONS(1089), + [anon_sym_xor] = ACTIONS(1089), + [anon_sym_or] = ACTIONS(1089), + [anon_sym_null] = ACTIONS(1089), + [anon_sym_true] = ACTIONS(1089), + [anon_sym_false] = ACTIONS(1089), + [aux_sym__val_number_decimal_token1] = ACTIONS(1089), + [aux_sym__val_number_token1] = ACTIONS(1089), + [aux_sym__val_number_token2] = ACTIONS(1089), + [aux_sym__val_number_token3] = ACTIONS(1089), + [aux_sym__val_number_token4] = ACTIONS(1089), + [aux_sym__val_number_token5] = ACTIONS(1089), + [aux_sym__val_number_token6] = ACTIONS(1089), + [anon_sym_0b] = ACTIONS(1089), + [anon_sym_0o] = ACTIONS(1089), + [anon_sym_0x] = ACTIONS(1089), + [sym_val_date] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1089), + [sym__str_single_quotes] = ACTIONS(1089), + [sym__str_back_ticks] = ACTIONS(1089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1089), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1089), + [anon_sym_err_GT] = ACTIONS(1089), + [anon_sym_out_GT] = ACTIONS(1089), + [anon_sym_e_GT] = ACTIONS(1089), + [anon_sym_o_GT] = ACTIONS(1089), + [anon_sym_err_PLUSout_GT] = ACTIONS(1089), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1089), + [anon_sym_o_PLUSe_GT] = ACTIONS(1089), + [anon_sym_e_PLUSo_GT] = ACTIONS(1089), + [aux_sym_unquoted_token1] = ACTIONS(1089), + [anon_sym_POUND] = ACTIONS(105), }, [839] = { - [sym_pipeline] = STATE(1655), - [sym_pipeline_last] = STATE(5441), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(3053), - [sym__var] = STATE(2955), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), [sym_comment] = STATE(839), - [aux_sym_pipeline_repeat1] = STATE(855), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1065), + [anon_sym_SEMI] = ACTIONS(1063), + [anon_sym_LF] = ACTIONS(1065), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1063), + [anon_sym_PIPE] = ACTIONS(1063), + [anon_sym_DOLLAR] = ACTIONS(1063), + [anon_sym_GT] = ACTIONS(1063), + [anon_sym_DASH] = ACTIONS(1063), + [anon_sym_in] = ACTIONS(1063), + [anon_sym_LBRACE] = ACTIONS(1063), + [anon_sym_DOT] = ACTIONS(1063), + [anon_sym_STAR] = ACTIONS(1063), + [anon_sym_STAR_STAR] = ACTIONS(1063), + [anon_sym_PLUS_PLUS] = ACTIONS(1063), + [anon_sym_SLASH] = ACTIONS(1063), + [anon_sym_mod] = ACTIONS(1063), + [anon_sym_SLASH_SLASH] = ACTIONS(1063), + [anon_sym_PLUS] = ACTIONS(1063), + [anon_sym_bit_DASHshl] = ACTIONS(1063), + [anon_sym_bit_DASHshr] = ACTIONS(1063), + [anon_sym_EQ_EQ] = ACTIONS(1063), + [anon_sym_BANG_EQ] = ACTIONS(1063), + [anon_sym_LT2] = ACTIONS(1063), + [anon_sym_LT_EQ] = ACTIONS(1063), + [anon_sym_GT_EQ] = ACTIONS(1063), + [anon_sym_not_DASHin] = ACTIONS(1063), + [anon_sym_starts_DASHwith] = ACTIONS(1063), + [anon_sym_ends_DASHwith] = ACTIONS(1063), + [anon_sym_EQ_TILDE] = ACTIONS(1063), + [anon_sym_BANG_TILDE] = ACTIONS(1063), + [anon_sym_bit_DASHand] = ACTIONS(1063), + [anon_sym_bit_DASHxor] = ACTIONS(1063), + [anon_sym_bit_DASHor] = ACTIONS(1063), + [anon_sym_and] = ACTIONS(1063), + [anon_sym_xor] = ACTIONS(1063), + [anon_sym_or] = ACTIONS(1063), + [anon_sym_null] = ACTIONS(1063), + [anon_sym_true] = ACTIONS(1063), + [anon_sym_false] = ACTIONS(1063), + [aux_sym__val_number_decimal_token1] = ACTIONS(1063), + [aux_sym__val_number_token1] = ACTIONS(1063), + [aux_sym__val_number_token2] = ACTIONS(1063), + [aux_sym__val_number_token3] = ACTIONS(1063), + [aux_sym__val_number_token4] = ACTIONS(1063), + [aux_sym__val_number_token5] = ACTIONS(1063), + [aux_sym__val_number_token6] = ACTIONS(1063), + [anon_sym_0b] = ACTIONS(1063), + [anon_sym_0o] = ACTIONS(1063), + [anon_sym_0x] = ACTIONS(1063), + [sym_val_date] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(1063), + [sym__str_single_quotes] = ACTIONS(1063), + [sym__str_back_ticks] = ACTIONS(1063), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1063), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1063), + [anon_sym_err_GT] = ACTIONS(1063), + [anon_sym_out_GT] = ACTIONS(1063), + [anon_sym_e_GT] = ACTIONS(1063), + [anon_sym_o_GT] = ACTIONS(1063), + [anon_sym_err_PLUSout_GT] = ACTIONS(1063), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1063), + [anon_sym_o_PLUSe_GT] = ACTIONS(1063), + [anon_sym_e_PLUSo_GT] = ACTIONS(1063), + [aux_sym_unquoted_token1] = ACTIONS(1063), + [anon_sym_POUND] = ACTIONS(105), }, [840] = { - [sym_pipeline] = STATE(1672), - [sym_pipeline_last] = STATE(5129), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(840), - [aux_sym_pipeline_repeat1] = STATE(858), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1023), + [anon_sym_LF] = ACTIONS(1025), + [anon_sym_LBRACK] = ACTIONS(1023), + [anon_sym_LPAREN] = ACTIONS(1023), + [anon_sym_PIPE] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1023), + [anon_sym_DASH] = ACTIONS(1023), + [anon_sym_in] = ACTIONS(1023), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_DOT] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR_STAR] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_SLASH] = ACTIONS(1023), + [anon_sym_mod] = ACTIONS(1023), + [anon_sym_SLASH_SLASH] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1023), + [anon_sym_bit_DASHshl] = ACTIONS(1023), + [anon_sym_bit_DASHshr] = ACTIONS(1023), + [anon_sym_EQ_EQ] = ACTIONS(1023), + [anon_sym_BANG_EQ] = ACTIONS(1023), + [anon_sym_LT2] = ACTIONS(1023), + [anon_sym_LT_EQ] = ACTIONS(1023), + [anon_sym_GT_EQ] = ACTIONS(1023), + [anon_sym_not_DASHin] = ACTIONS(1023), + [anon_sym_starts_DASHwith] = ACTIONS(1023), + [anon_sym_ends_DASHwith] = ACTIONS(1023), + [anon_sym_EQ_TILDE] = ACTIONS(1023), + [anon_sym_BANG_TILDE] = ACTIONS(1023), + [anon_sym_bit_DASHand] = ACTIONS(1023), + [anon_sym_bit_DASHxor] = ACTIONS(1023), + [anon_sym_bit_DASHor] = ACTIONS(1023), + [anon_sym_and] = ACTIONS(1023), + [anon_sym_xor] = ACTIONS(1023), + [anon_sym_or] = ACTIONS(1023), + [anon_sym_null] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1023), + [anon_sym_false] = ACTIONS(1023), + [aux_sym__val_number_decimal_token1] = ACTIONS(1023), + [aux_sym__val_number_token1] = ACTIONS(1023), + [aux_sym__val_number_token2] = ACTIONS(1023), + [aux_sym__val_number_token3] = ACTIONS(1023), + [aux_sym__val_number_token4] = ACTIONS(1023), + [aux_sym__val_number_token5] = ACTIONS(1023), + [aux_sym__val_number_token6] = ACTIONS(1023), + [anon_sym_0b] = ACTIONS(1023), + [anon_sym_0o] = ACTIONS(1023), + [anon_sym_0x] = ACTIONS(1023), + [sym_val_date] = ACTIONS(1023), + [anon_sym_DQUOTE] = ACTIONS(1023), + [sym__str_single_quotes] = ACTIONS(1023), + [sym__str_back_ticks] = ACTIONS(1023), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1023), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1023), + [anon_sym_err_GT] = ACTIONS(1023), + [anon_sym_out_GT] = ACTIONS(1023), + [anon_sym_e_GT] = ACTIONS(1023), + [anon_sym_o_GT] = ACTIONS(1023), + [anon_sym_err_PLUSout_GT] = ACTIONS(1023), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1023), + [anon_sym_o_PLUSe_GT] = ACTIONS(1023), + [anon_sym_e_PLUSo_GT] = ACTIONS(1023), + [aux_sym_unquoted_token1] = ACTIONS(1023), + [anon_sym_POUND] = ACTIONS(105), }, [841] = { - [sym_pipeline] = STATE(1655), - [sym_pipeline_last] = STATE(4995), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4872), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(841), - [aux_sym_pipeline_repeat1] = STATE(858), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_PIPE] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_GT] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_in] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_STAR_STAR] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(845), + [anon_sym_mod] = ACTIONS(845), + [anon_sym_SLASH_SLASH] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_bit_DASHshl] = ACTIONS(845), + [anon_sym_bit_DASHshr] = ACTIONS(845), + [anon_sym_EQ_EQ] = ACTIONS(845), + [anon_sym_BANG_EQ] = ACTIONS(845), + [anon_sym_LT2] = ACTIONS(845), + [anon_sym_LT_EQ] = ACTIONS(845), + [anon_sym_GT_EQ] = ACTIONS(845), + [anon_sym_not_DASHin] = ACTIONS(845), + [anon_sym_starts_DASHwith] = ACTIONS(845), + [anon_sym_ends_DASHwith] = ACTIONS(845), + [anon_sym_EQ_TILDE] = ACTIONS(845), + [anon_sym_BANG_TILDE] = ACTIONS(845), + [anon_sym_bit_DASHand] = ACTIONS(845), + [anon_sym_bit_DASHxor] = ACTIONS(845), + [anon_sym_bit_DASHor] = ACTIONS(845), + [anon_sym_and] = ACTIONS(845), + [anon_sym_xor] = ACTIONS(845), + [anon_sym_or] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_err_GT] = ACTIONS(845), + [anon_sym_out_GT] = ACTIONS(845), + [anon_sym_e_GT] = ACTIONS(845), + [anon_sym_o_GT] = ACTIONS(845), + [anon_sym_err_PLUSout_GT] = ACTIONS(845), + [anon_sym_out_PLUSerr_GT] = ACTIONS(845), + [anon_sym_o_PLUSe_GT] = ACTIONS(845), + [anon_sym_e_PLUSo_GT] = ACTIONS(845), + [aux_sym_unquoted_token1] = ACTIONS(845), + [anon_sym_POUND] = ACTIONS(105), }, [842] = { - [sym_pipeline_parenthesized] = STATE(1678), - [sym_pipeline_parenthesized_last] = STATE(5501), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_cell_path] = STATE(928), + [sym_path] = STATE(798), [sym_comment] = STATE(842), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(105), }, [843] = { - [sym_pipeline] = STATE(1671), - [sym_pipeline_last] = STATE(5442), - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5037), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(3053), - [sym__var] = STATE(2955), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), + [sym__match_pattern_record_variable] = STATE(2028), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(1679), + [sym__var] = STATE(1388), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2028), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(843), - [aux_sym_pipeline_repeat1] = STATE(855), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), + [aux_sym__match_pattern_record_repeat1] = STATE(801), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2390), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [844] = { - [sym_pipeline_parenthesized] = STATE(1664), - [sym_pipeline_parenthesized_last] = STATE(5405), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym__match_pattern_record_variable] = STATE(2028), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(1679), + [sym__var] = STATE(1388), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2028), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(844), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), + [aux_sym__match_pattern_record_repeat1] = STATE(773), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2392), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [845] = { - [sym_pipeline_parenthesized] = STATE(1677), - [sym_pipeline_parenthesized_last] = STATE(5515), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), [sym_comment] = STATE(845), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2394), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), + [anon_sym_POUND] = ACTIONS(105), }, [846] = { - [sym_pipeline_parenthesized] = STATE(1665), - [sym_pipeline_parenthesized_last] = STATE(5397), - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5398), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(846), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(859), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2398), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [847] = { - [sym_pipeline_parenthesized] = STATE(1677), - [sym__ctrl_expression_parenthesized] = STATE(4977), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(6040), - [sym_where_command] = STATE(4984), - [sym__expression] = STATE(4984), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4985), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(847), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(856), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [848] = { - [sym_pipeline_parenthesized] = STATE(1665), - [sym__ctrl_expression_parenthesized] = STATE(4977), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(6040), - [sym_where_command] = STATE(4984), - [sym__expression] = STATE(4984), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4985), + [sym_expr_parenthesized] = STATE(1729), + [sym__immediate_decimal] = STATE(1715), + [sym_val_variable] = STATE(1729), + [sym__var] = STATE(1388), [sym_comment] = STATE(848), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(856), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), + [anon_sym_export] = ACTIONS(1450), + [anon_sym_alias] = ACTIONS(1450), + [anon_sym_let] = ACTIONS(1450), + [anon_sym_let_DASHenv] = ACTIONS(1450), + [anon_sym_mut] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [sym_cmd_identifier] = ACTIONS(1450), + [anon_sym_def] = ACTIONS(1450), + [anon_sym_export_DASHenv] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym_module] = ACTIONS(1450), + [anon_sym_use] = ACTIONS(1450), + [anon_sym_COMMA] = ACTIONS(1452), + [anon_sym_LPAREN] = ACTIONS(2402), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(1450), + [anon_sym_list] = ACTIONS(1450), + [anon_sym_LT] = ACTIONS(2404), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_in] = ACTIONS(1450), + [anon_sym_loop] = ACTIONS(1450), + [anon_sym_make] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_else] = ACTIONS(1450), + [anon_sym_match] = ACTIONS(1450), + [anon_sym_RBRACE] = ACTIONS(1452), + [anon_sym_DOT] = ACTIONS(1450), + [anon_sym_DOT2] = ACTIONS(2406), + [anon_sym_try] = ACTIONS(1450), + [anon_sym_catch] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_source] = ACTIONS(1450), + [anon_sym_source_DASHenv] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_hide] = ACTIONS(1450), + [anon_sym_hide_DASHenv] = ACTIONS(1450), + [anon_sym_overlay] = ACTIONS(1450), + [anon_sym_new] = ACTIONS(1450), + [anon_sym_as] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_EQ2] = ACTIONS(2408), + [aux_sym__immediate_decimal_token1] = ACTIONS(2410), + [anon_sym_DASH2] = ACTIONS(2412), + [anon_sym_PLUS2] = ACTIONS(2414), + [aux_sym__val_number_decimal_token1] = ACTIONS(1450), + [aux_sym__val_number_token1] = ACTIONS(1452), + [aux_sym__val_number_token2] = ACTIONS(1452), + [aux_sym__val_number_token3] = ACTIONS(1452), + [aux_sym__val_number_token4] = ACTIONS(1450), + [aux_sym__val_number_token5] = ACTIONS(1452), + [aux_sym__val_number_token6] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1452), + [sym__str_single_quotes] = ACTIONS(1452), + [sym__str_back_ticks] = ACTIONS(1452), + [aux_sym__record_key_token2] = ACTIONS(1450), [anon_sym_POUND] = ACTIONS(3), }, [849] = { - [sym_pipeline] = STATE(1663), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5439), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(849), - [aux_sym_pipeline_repeat1] = STATE(857), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(2416), + [anon_sym_alias] = ACTIONS(2416), + [anon_sym_let] = ACTIONS(2416), + [anon_sym_let_DASHenv] = ACTIONS(2416), + [anon_sym_mut] = ACTIONS(2416), + [anon_sym_const] = ACTIONS(2416), + [anon_sym_SEMI] = ACTIONS(2416), + [sym_cmd_identifier] = ACTIONS(2416), + [sym__long_flag_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2420), + [anon_sym_def] = ACTIONS(2416), + [anon_sym_export_DASHenv] = ACTIONS(2416), + [anon_sym_extern] = ACTIONS(2416), + [anon_sym_module] = ACTIONS(2416), + [anon_sym_use] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LPAREN] = ACTIONS(2416), + [anon_sym_RPAREN] = ACTIONS(2416), + [anon_sym_DOLLAR] = ACTIONS(2416), + [anon_sym_error] = ACTIONS(2416), + [anon_sym_DASH] = ACTIONS(2416), + [anon_sym_break] = ACTIONS(2416), + [anon_sym_continue] = ACTIONS(2416), + [anon_sym_for] = ACTIONS(2416), + [anon_sym_loop] = ACTIONS(2416), + [anon_sym_while] = ACTIONS(2416), + [anon_sym_do] = ACTIONS(2416), + [anon_sym_if] = ACTIONS(2416), + [anon_sym_match] = ACTIONS(2416), + [anon_sym_LBRACE] = ACTIONS(2416), + [anon_sym_RBRACE] = ACTIONS(2416), + [anon_sym_DOT] = ACTIONS(2416), + [anon_sym_try] = ACTIONS(2416), + [anon_sym_return] = ACTIONS(2416), + [anon_sym_source] = ACTIONS(2416), + [anon_sym_source_DASHenv] = ACTIONS(2416), + [anon_sym_register] = ACTIONS(2416), + [anon_sym_hide] = ACTIONS(2416), + [anon_sym_hide_DASHenv] = ACTIONS(2416), + [anon_sym_overlay] = ACTIONS(2416), + [anon_sym_as] = ACTIONS(2416), + [anon_sym_where] = ACTIONS(2416), + [anon_sym_PLUS] = ACTIONS(2416), + [anon_sym_not] = ACTIONS(2416), + [anon_sym_null] = ACTIONS(2416), + [anon_sym_true] = ACTIONS(2416), + [anon_sym_false] = ACTIONS(2416), + [aux_sym__val_number_decimal_token1] = ACTIONS(2416), + [aux_sym__val_number_token1] = ACTIONS(2416), + [aux_sym__val_number_token2] = ACTIONS(2416), + [aux_sym__val_number_token3] = ACTIONS(2416), + [aux_sym__val_number_token4] = ACTIONS(2416), + [aux_sym__val_number_token5] = ACTIONS(2416), + [aux_sym__val_number_token6] = ACTIONS(2416), + [anon_sym_0b] = ACTIONS(2416), + [anon_sym_0o] = ACTIONS(2416), + [anon_sym_0x] = ACTIONS(2416), + [sym_val_date] = ACTIONS(2416), + [anon_sym_DQUOTE] = ACTIONS(2416), + [sym__str_single_quotes] = ACTIONS(2416), + [sym__str_back_ticks] = ACTIONS(2416), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2416), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2416), + [anon_sym_POUND] = ACTIONS(105), }, [850] = { - [sym_pipeline_parenthesized] = STATE(1664), - [sym__ctrl_expression_parenthesized] = STATE(4977), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(6040), - [sym_where_command] = STATE(4984), - [sym__expression] = STATE(4984), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4985), + [sym_cell_path] = STATE(1265), + [sym_path] = STATE(867), [sym_comment] = STATE(850), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(856), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(824), + [anon_sym_export] = ACTIONS(822), + [anon_sym_alias] = ACTIONS(822), + [anon_sym_let] = ACTIONS(822), + [anon_sym_let_DASHenv] = ACTIONS(822), + [anon_sym_mut] = ACTIONS(822), + [anon_sym_const] = ACTIONS(822), + [anon_sym_SEMI] = ACTIONS(822), + [sym_cmd_identifier] = ACTIONS(822), + [anon_sym_LF] = ACTIONS(824), + [anon_sym_def] = ACTIONS(822), + [anon_sym_export_DASHenv] = ACTIONS(822), + [anon_sym_extern] = ACTIONS(822), + [anon_sym_module] = ACTIONS(822), + [anon_sym_use] = ACTIONS(822), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_DOLLAR] = ACTIONS(822), + [anon_sym_error] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_break] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(822), + [anon_sym_for] = ACTIONS(822), + [anon_sym_loop] = ACTIONS(822), + [anon_sym_while] = ACTIONS(822), + [anon_sym_do] = ACTIONS(822), + [anon_sym_if] = ACTIONS(822), + [anon_sym_match] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(822), + [anon_sym_DOT] = ACTIONS(822), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(822), + [anon_sym_return] = ACTIONS(822), + [anon_sym_source] = ACTIONS(822), + [anon_sym_source_DASHenv] = ACTIONS(822), + [anon_sym_register] = ACTIONS(822), + [anon_sym_hide] = ACTIONS(822), + [anon_sym_hide_DASHenv] = ACTIONS(822), + [anon_sym_overlay] = ACTIONS(822), + [anon_sym_where] = ACTIONS(822), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_not] = ACTIONS(822), + [anon_sym_null] = ACTIONS(822), + [anon_sym_true] = ACTIONS(822), + [anon_sym_false] = ACTIONS(822), + [aux_sym__val_number_decimal_token1] = ACTIONS(822), + [aux_sym__val_number_token1] = ACTIONS(822), + [aux_sym__val_number_token2] = ACTIONS(822), + [aux_sym__val_number_token3] = ACTIONS(822), + [aux_sym__val_number_token4] = ACTIONS(822), + [aux_sym__val_number_token5] = ACTIONS(822), + [aux_sym__val_number_token6] = ACTIONS(822), + [anon_sym_0b] = ACTIONS(822), + [anon_sym_0o] = ACTIONS(822), + [anon_sym_0x] = ACTIONS(822), + [sym_val_date] = ACTIONS(822), + [anon_sym_DQUOTE] = ACTIONS(822), + [sym__str_single_quotes] = ACTIONS(822), + [sym__str_back_ticks] = ACTIONS(822), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(822), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(822), + [anon_sym_CARET] = ACTIONS(822), + [anon_sym_POUND] = ACTIONS(105), }, [851] = { - [sym_pipeline] = STATE(1671), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5439), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(851), - [aux_sym_pipeline_repeat1] = STATE(857), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2424), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [852] = { - [sym_pipeline] = STATE(1655), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5439), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(852), - [aux_sym_pipeline_repeat1] = STATE(857), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2426), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [853] = { - [sym_pipeline] = STATE(1672), - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5439), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_expr_parenthesized] = STATE(1741), + [sym__immediate_decimal] = STATE(1738), + [sym_val_variable] = STATE(1741), + [sym__var] = STATE(1388), [sym_comment] = STATE(853), - [aux_sym_pipeline_repeat1] = STATE(857), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), + [anon_sym_export] = ACTIONS(1458), + [anon_sym_alias] = ACTIONS(1458), + [anon_sym_let] = ACTIONS(1458), + [anon_sym_let_DASHenv] = ACTIONS(1458), + [anon_sym_mut] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [sym_cmd_identifier] = ACTIONS(1458), + [anon_sym_def] = ACTIONS(1458), + [anon_sym_export_DASHenv] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym_module] = ACTIONS(1458), + [anon_sym_use] = ACTIONS(1458), + [anon_sym_COMMA] = ACTIONS(1460), + [anon_sym_LPAREN] = ACTIONS(2402), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(1458), + [anon_sym_list] = ACTIONS(1458), + [anon_sym_LT] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_loop] = ACTIONS(1458), + [anon_sym_make] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_else] = ACTIONS(1458), + [anon_sym_match] = ACTIONS(1458), + [anon_sym_RBRACE] = ACTIONS(1460), + [anon_sym_DOT] = ACTIONS(1458), + [anon_sym_DOT2] = ACTIONS(2406), + [anon_sym_try] = ACTIONS(1458), + [anon_sym_catch] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_source] = ACTIONS(1458), + [anon_sym_source_DASHenv] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_hide] = ACTIONS(1458), + [anon_sym_hide_DASHenv] = ACTIONS(1458), + [anon_sym_overlay] = ACTIONS(1458), + [anon_sym_new] = ACTIONS(1458), + [anon_sym_as] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_EQ2] = ACTIONS(2430), + [aux_sym__immediate_decimal_token1] = ACTIONS(2410), + [anon_sym_DASH2] = ACTIONS(2412), + [anon_sym_PLUS2] = ACTIONS(2414), + [aux_sym__val_number_decimal_token1] = ACTIONS(1458), + [aux_sym__val_number_token1] = ACTIONS(1460), + [aux_sym__val_number_token2] = ACTIONS(1460), + [aux_sym__val_number_token3] = ACTIONS(1460), + [aux_sym__val_number_token4] = ACTIONS(1458), + [aux_sym__val_number_token5] = ACTIONS(1460), + [aux_sym__val_number_token6] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym__str_single_quotes] = ACTIONS(1460), + [sym__str_back_ticks] = ACTIONS(1460), + [aux_sym__record_key_token2] = ACTIONS(1458), [anon_sym_POUND] = ACTIONS(3), }, [854] = { - [sym_pipeline_parenthesized] = STATE(1678), - [sym__ctrl_expression_parenthesized] = STATE(4977), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(6040), - [sym_where_command] = STATE(4984), - [sym__expression] = STATE(4984), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4985), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(854), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(856), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2432), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [855] = { - [sym__ctrl_expression] = STATE(4813), - [sym_ctrl_do] = STATE(5043), - [sym_ctrl_if] = STATE(5043), - [sym_ctrl_match] = STATE(5043), - [sym_ctrl_try] = STATE(5043), - [sym_ctrl_return] = STATE(5043), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4945), - [sym_where_command] = STATE(4875), - [sym__expression] = STATE(4875), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(3053), - [sym__var] = STATE(2955), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_command] = STATE(4875), + [sym__match_pattern_expression] = STATE(3565), + [sym__match_pattern_value] = STATE(3570), + [sym__match_pattern_list] = STATE(3571), + [sym__match_pattern_rest] = STATE(6089), + [sym__match_pattern_ignore_rest] = STATE(6089), + [sym__match_pattern_record] = STATE(3572), + [sym__expr_unary_minus] = STATE(3395), + [sym_expr_parenthesized] = STATE(3371), + [sym_val_range] = STATE(3401), + [sym__value] = STATE(3475), + [sym_val_nothing] = STATE(3394), + [sym_val_bool] = STATE(3394), + [sym_val_variable] = STATE(3365), + [sym__var] = STATE(3104), + [sym_val_number] = STATE(3255), + [sym__val_number_decimal] = STATE(2992), + [sym__val_number] = STATE(3265), + [sym_val_duration] = STATE(3394), + [sym_val_filesize] = STATE(3394), + [sym_val_binary] = STATE(3394), + [sym_val_string] = STATE(3394), + [sym__str_double_quotes] = STATE(3426), + [sym_val_interpolated] = STATE(3477), + [sym__inter_single_quotes] = STATE(3474), + [sym__inter_double_quotes] = STATE(3472), + [sym_val_list] = STATE(3276), + [sym__list_item_expression] = STATE(3466), + [sym__list_item_starts_with_sign] = STATE(3402), + [sym_val_record] = STATE(3477), + [sym_val_table] = STATE(3394), + [sym_val_closure] = STATE(3477), + [sym_short_flag] = STATE(3402), + [sym_long_flag] = STATE(3402), + [sym__unquoted_in_list] = STATE(3402), [sym_comment] = STATE(855), - [aux_sym_pipeline_repeat1] = STATE(861), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_DOT] = ACTIONS(59), - [anon_sym_try] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_where] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(77), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(87), - [aux_sym__val_number_token2] = ACTIONS(87), - [aux_sym__val_number_token3] = ACTIONS(87), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(87), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym__str_single_quotes] = ACTIONS(97), - [sym__str_back_ticks] = ACTIONS(97), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(99), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(101), - [anon_sym_CARET] = ACTIONS(103), + [aux_sym__match_pattern_list_repeat1] = STATE(2036), + [aux_sym_val_list_repeat1] = STATE(1424), + [anon_sym_LBRACK] = ACTIONS(2434), + [anon_sym_RBRACK] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2438), + [anon_sym_DOLLAR] = ACTIONS(2440), + [anon_sym_DASH] = ACTIONS(2442), + [anon_sym_LBRACE] = ACTIONS(2444), + [anon_sym_DOT] = ACTIONS(2446), + [anon_sym_PLUS] = ACTIONS(2448), + [anon_sym_null] = ACTIONS(2450), + [anon_sym_true] = ACTIONS(2452), + [anon_sym_false] = ACTIONS(2452), + [aux_sym__val_number_decimal_token1] = ACTIONS(2454), + [aux_sym__val_number_token1] = ACTIONS(2456), + [aux_sym__val_number_token2] = ACTIONS(2456), + [aux_sym__val_number_token3] = ACTIONS(2456), + [aux_sym__val_number_token4] = ACTIONS(2458), + [aux_sym__val_number_token5] = ACTIONS(2458), + [aux_sym__val_number_token6] = ACTIONS(2458), + [anon_sym_0b] = ACTIONS(2460), + [anon_sym_0o] = ACTIONS(2460), + [anon_sym_0x] = ACTIONS(2460), + [sym_val_date] = ACTIONS(2462), + [anon_sym_DQUOTE] = ACTIONS(2464), + [sym__str_single_quotes] = ACTIONS(2466), + [sym__str_back_ticks] = ACTIONS(2466), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2468), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2470), + [aux_sym__unquoted_in_list_token1] = ACTIONS(2472), [anon_sym_POUND] = ACTIONS(3), }, [856] = { - [sym__ctrl_expression_parenthesized] = STATE(4977), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(6197), - [sym_where_command] = STATE(4984), - [sym__expression] = STATE(4984), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4985), [sym_comment] = STATE(856), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(860), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(2090), + [anon_sym_POUND] = ACTIONS(105), }, [857] = { - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(5364), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), [sym_comment] = STATE(857), - [aux_sym_pipeline_repeat1] = STATE(861), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2328), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2332), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), + [anon_sym_POUND] = ACTIONS(105), }, [858] = { - [sym__ctrl_expression] = STATE(4434), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_pipe_element_last] = STATE(4862), - [sym_where_command] = STATE(4439), - [sym__expression] = STATE(4439), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(4439), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(858), - [aux_sym_pipeline_repeat1] = STATE(861), - [sym_cmd_identifier] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(517), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(379), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2474), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [859] = { - [sym__ctrl_expression_parenthesized] = STATE(4707), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_pipe_element_parenthesized_last] = STATE(5343), - [sym_where_command] = STATE(4691), - [sym__expression] = STATE(4691), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(4683), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(859), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(860), - [sym_cmd_identifier] = ACTIONS(549), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(555), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(557), - [anon_sym_return] = ACTIONS(519), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(361), - [aux_sym__val_number_token2] = ACTIONS(361), - [aux_sym__val_number_token3] = ACTIONS(361), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(361), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(369), - [sym__str_single_quotes] = ACTIONS(371), - [sym__str_back_ticks] = ACTIONS(371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(561), + [aux_sym_val_record_repeat1] = STATE(846), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2476), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), [anon_sym_POUND] = ACTIONS(3), }, [860] = { - [sym__ctrl_expression_parenthesized] = STATE(5474), - [sym_ctrl_do] = STATE(5121), - [sym_ctrl_if_parenthesized] = STATE(5121), - [sym_ctrl_match] = STATE(5121), - [sym_ctrl_try_parenthesized] = STATE(5121), - [sym_ctrl_return] = STATE(5121), - [sym_pipe_element_parenthesized] = STATE(2864), - [sym_where_command] = STATE(5476), - [sym__expression] = STATE(5476), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym__command_parenthesized_body] = STATE(5477), [sym_comment] = STATE(860), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(860), - [sym_cmd_identifier] = ACTIONS(1830), - [anon_sym_LBRACK] = ACTIONS(1833), - [anon_sym_LPAREN] = ACTIONS(1836), - [anon_sym_DOLLAR] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1842), - [anon_sym_break] = ACTIONS(1845), - [anon_sym_continue] = ACTIONS(1848), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1854), - [anon_sym_match] = ACTIONS(1857), - [anon_sym_LBRACE] = ACTIONS(1860), - [anon_sym_DOT] = ACTIONS(1863), - [anon_sym_try] = ACTIONS(1866), - [anon_sym_return] = ACTIONS(1869), - [anon_sym_where] = ACTIONS(1872), - [anon_sym_PLUS] = ACTIONS(1875), - [anon_sym_not] = ACTIONS(1878), - [anon_sym_null] = ACTIONS(1881), - [anon_sym_true] = ACTIONS(1884), - [anon_sym_false] = ACTIONS(1884), - [aux_sym__val_number_decimal_token1] = ACTIONS(1887), - [aux_sym__val_number_token1] = ACTIONS(1890), - [aux_sym__val_number_token2] = ACTIONS(1890), - [aux_sym__val_number_token3] = ACTIONS(1890), - [aux_sym__val_number_token4] = ACTIONS(1893), - [aux_sym__val_number_token5] = ACTIONS(1890), - [aux_sym__val_number_token6] = ACTIONS(1893), - [anon_sym_0b] = ACTIONS(1896), - [anon_sym_0o] = ACTIONS(1896), - [anon_sym_0x] = ACTIONS(1896), - [sym_val_date] = ACTIONS(1899), - [anon_sym_DQUOTE] = ACTIONS(1902), - [sym__str_single_quotes] = ACTIONS(1905), - [sym__str_back_ticks] = ACTIONS(1905), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1908), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1911), - [anon_sym_CARET] = ACTIONS(1914), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_RPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token1] = ACTIONS(2478), + [aux_sym__immediate_decimal_token2] = ACTIONS(2480), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), + [anon_sym_POUND] = ACTIONS(105), }, [861] = { - [sym__ctrl_expression] = STATE(5436), - [sym_ctrl_do] = STATE(4873), - [sym_ctrl_if] = STATE(4873), - [sym_ctrl_match] = STATE(4873), - [sym_ctrl_try] = STATE(4873), - [sym_ctrl_return] = STATE(4873), - [sym_pipe_element] = STATE(2810), - [sym_where_command] = STATE(5437), - [sym__expression] = STATE(5437), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_command] = STATE(5437), [sym_comment] = STATE(861), - [aux_sym_pipeline_repeat1] = STATE(861), - [sym_cmd_identifier] = ACTIONS(1917), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(1923), - [anon_sym_DOLLAR] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1929), - [anon_sym_break] = ACTIONS(1932), - [anon_sym_continue] = ACTIONS(1935), - [anon_sym_do] = ACTIONS(1938), - [anon_sym_if] = ACTIONS(1941), - [anon_sym_match] = ACTIONS(1944), - [anon_sym_LBRACE] = ACTIONS(1947), - [anon_sym_DOT] = ACTIONS(1950), - [anon_sym_try] = ACTIONS(1953), - [anon_sym_return] = ACTIONS(1956), - [anon_sym_where] = ACTIONS(1959), - [anon_sym_PLUS] = ACTIONS(1962), - [anon_sym_not] = ACTIONS(1965), - [anon_sym_null] = ACTIONS(1968), - [anon_sym_true] = ACTIONS(1971), - [anon_sym_false] = ACTIONS(1971), - [aux_sym__val_number_decimal_token1] = ACTIONS(1974), - [aux_sym__val_number_token1] = ACTIONS(1977), - [aux_sym__val_number_token2] = ACTIONS(1977), - [aux_sym__val_number_token3] = ACTIONS(1977), - [aux_sym__val_number_token4] = ACTIONS(1980), - [aux_sym__val_number_token5] = ACTIONS(1977), - [aux_sym__val_number_token6] = ACTIONS(1980), - [anon_sym_0b] = ACTIONS(1983), - [anon_sym_0o] = ACTIONS(1983), - [anon_sym_0x] = ACTIONS(1983), - [sym_val_date] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1989), - [sym__str_single_quotes] = ACTIONS(1992), - [sym__str_back_ticks] = ACTIONS(1992), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1995), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1998), - [anon_sym_CARET] = ACTIONS(2001), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2482), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2484), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), + [anon_sym_POUND] = ACTIONS(105), }, [862] = { - [sym_expr_parenthesized] = STATE(1395), - [sym__immediate_decimal] = STATE(1396), - [sym_val_variable] = STATE(1395), - [sym__var] = STATE(1127), [sym_comment] = STATE(862), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_LF] = ACTIONS(2006), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2004), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_LT] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2004), - [anon_sym_RBRACE] = ACTIONS(2004), - [anon_sym_DOT] = ACTIONS(2004), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_where] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_not] = ACTIONS(2004), - [anon_sym_EQ2] = ACTIONS(2016), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2004), - [anon_sym_true] = ACTIONS(2004), - [anon_sym_false] = ACTIONS(2004), - [aux_sym__val_number_decimal_token1] = ACTIONS(2004), - [aux_sym__val_number_token1] = ACTIONS(2004), - [aux_sym__val_number_token2] = ACTIONS(2004), - [aux_sym__val_number_token3] = ACTIONS(2004), - [aux_sym__val_number_token4] = ACTIONS(2004), - [aux_sym__val_number_token5] = ACTIONS(2004), - [aux_sym__val_number_token6] = ACTIONS(2004), - [anon_sym_0b] = ACTIONS(2004), - [anon_sym_0o] = ACTIONS(2004), - [anon_sym_0x] = ACTIONS(2004), - [sym_val_date] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2004), - [sym__str_single_quotes] = ACTIONS(2004), - [sym__str_back_ticks] = ACTIONS(2004), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2004), - [anon_sym_CARET] = ACTIONS(2004), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token1] = ACTIONS(2486), + [aux_sym__immediate_decimal_token2] = ACTIONS(2484), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [863] = { - [sym_expr_parenthesized] = STATE(1399), - [sym__immediate_decimal] = STATE(1400), - [sym_val_variable] = STATE(1399), - [sym__var] = STATE(1127), + [sym_cell_path] = STATE(1293), + [sym_path] = STATE(867), [sym_comment] = STATE(863), - [anon_sym_export] = ACTIONS(2024), - [anon_sym_alias] = ACTIONS(2024), - [anon_sym_let] = ACTIONS(2024), - [anon_sym_let_DASHenv] = ACTIONS(2024), - [anon_sym_mut] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [anon_sym_SEMI] = ACTIONS(2024), - [sym_cmd_identifier] = ACTIONS(2024), - [anon_sym_LF] = ACTIONS(2026), - [anon_sym_def] = ACTIONS(2024), - [anon_sym_export_DASHenv] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym_module] = ACTIONS(2024), - [anon_sym_use] = ACTIONS(2024), - [anon_sym_LBRACK] = ACTIONS(2024), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2024), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2024), - [anon_sym_LT] = ACTIONS(2028), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_loop] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_match] = ACTIONS(2024), - [anon_sym_LBRACE] = ACTIONS(2024), - [anon_sym_RBRACE] = ACTIONS(2024), - [anon_sym_DOT] = ACTIONS(2024), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_source] = ACTIONS(2024), - [anon_sym_source_DASHenv] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_hide] = ACTIONS(2024), - [anon_sym_hide_DASHenv] = ACTIONS(2024), - [anon_sym_overlay] = ACTIONS(2024), - [anon_sym_where] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_not] = ACTIONS(2024), - [anon_sym_EQ2] = ACTIONS(2030), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2024), - [anon_sym_true] = ACTIONS(2024), - [anon_sym_false] = ACTIONS(2024), - [aux_sym__val_number_decimal_token1] = ACTIONS(2024), - [aux_sym__val_number_token1] = ACTIONS(2024), - [aux_sym__val_number_token2] = ACTIONS(2024), - [aux_sym__val_number_token3] = ACTIONS(2024), - [aux_sym__val_number_token4] = ACTIONS(2024), - [aux_sym__val_number_token5] = ACTIONS(2024), - [aux_sym__val_number_token6] = ACTIONS(2024), - [anon_sym_0b] = ACTIONS(2024), - [anon_sym_0o] = ACTIONS(2024), - [anon_sym_0x] = ACTIONS(2024), - [sym_val_date] = ACTIONS(2024), - [anon_sym_DQUOTE] = ACTIONS(2024), - [sym__str_single_quotes] = ACTIONS(2024), - [sym__str_back_ticks] = ACTIONS(2024), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2024), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2024), - [anon_sym_CARET] = ACTIONS(2024), + [ts_builtin_sym_end] = ACTIONS(717), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [864] = { - [sym_expr_parenthesized] = STATE(1221), - [sym__immediate_decimal] = STATE(1212), - [sym_val_variable] = STATE(1221), - [sym__var] = STATE(1140), [sym_comment] = STATE(864), - [anon_sym_export] = ACTIONS(2032), - [anon_sym_alias] = ACTIONS(2032), - [anon_sym_let] = ACTIONS(2032), - [anon_sym_let_DASHenv] = ACTIONS(2032), - [anon_sym_mut] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2032), - [sym_cmd_identifier] = ACTIONS(2032), - [anon_sym_LF] = ACTIONS(2034), - [anon_sym_def] = ACTIONS(2032), - [anon_sym_export_DASHenv] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym_module] = ACTIONS(2032), - [anon_sym_use] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_LPAREN] = ACTIONS(2036), - [anon_sym_RPAREN] = ACTIONS(2032), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2032), - [anon_sym_LT] = ACTIONS(2038), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_loop] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_match] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2032), - [anon_sym_RBRACE] = ACTIONS(2032), - [anon_sym_DOT] = ACTIONS(2032), - [anon_sym_DOT2] = ACTIONS(2040), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_source] = ACTIONS(2032), - [anon_sym_source_DASHenv] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_hide] = ACTIONS(2032), - [anon_sym_hide_DASHenv] = ACTIONS(2032), - [anon_sym_overlay] = ACTIONS(2032), - [anon_sym_where] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_not] = ACTIONS(2032), - [anon_sym_EQ2] = ACTIONS(2042), - [aux_sym__immediate_decimal_token1] = ACTIONS(2044), - [anon_sym_DASH2] = ACTIONS(2046), - [anon_sym_PLUS2] = ACTIONS(2048), - [anon_sym_null] = ACTIONS(2032), - [anon_sym_true] = ACTIONS(2032), - [anon_sym_false] = ACTIONS(2032), - [aux_sym__val_number_decimal_token1] = ACTIONS(2032), - [aux_sym__val_number_token1] = ACTIONS(2032), - [aux_sym__val_number_token2] = ACTIONS(2032), - [aux_sym__val_number_token3] = ACTIONS(2032), - [aux_sym__val_number_token4] = ACTIONS(2032), - [aux_sym__val_number_token5] = ACTIONS(2032), - [aux_sym__val_number_token6] = ACTIONS(2032), - [anon_sym_0b] = ACTIONS(2032), - [anon_sym_0o] = ACTIONS(2032), - [anon_sym_0x] = ACTIONS(2032), - [sym_val_date] = ACTIONS(2032), - [anon_sym_DQUOTE] = ACTIONS(2032), - [sym__str_single_quotes] = ACTIONS(2032), - [sym__str_back_ticks] = ACTIONS(2032), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2032), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2032), - [anon_sym_CARET] = ACTIONS(2032), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2488), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2332), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [865] = { - [sym_expr_parenthesized] = STATE(1405), - [sym__immediate_decimal] = STATE(1409), - [sym_val_variable] = STATE(1405), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(1748), + [sym__immediate_decimal] = STATE(1703), + [sym_val_variable] = STATE(1748), + [sym__var] = STATE(1388), [sym_comment] = STATE(865), - [anon_sym_export] = ACTIONS(2050), - [anon_sym_alias] = ACTIONS(2050), - [anon_sym_let] = ACTIONS(2050), - [anon_sym_let_DASHenv] = ACTIONS(2050), - [anon_sym_mut] = ACTIONS(2050), - [anon_sym_const] = ACTIONS(2050), - [anon_sym_SEMI] = ACTIONS(2050), - [sym_cmd_identifier] = ACTIONS(2050), - [anon_sym_LF] = ACTIONS(2052), - [anon_sym_def] = ACTIONS(2050), - [anon_sym_export_DASHenv] = ACTIONS(2050), - [anon_sym_extern] = ACTIONS(2050), - [anon_sym_module] = ACTIONS(2050), - [anon_sym_use] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(2050), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2050), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2050), - [anon_sym_LT] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2050), - [anon_sym_break] = ACTIONS(2050), - [anon_sym_continue] = ACTIONS(2050), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_loop] = ACTIONS(2050), - [anon_sym_while] = ACTIONS(2050), - [anon_sym_do] = ACTIONS(2050), - [anon_sym_if] = ACTIONS(2050), - [anon_sym_match] = ACTIONS(2050), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_RBRACE] = ACTIONS(2050), - [anon_sym_DOT] = ACTIONS(2050), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(2050), - [anon_sym_source] = ACTIONS(2050), - [anon_sym_source_DASHenv] = ACTIONS(2050), - [anon_sym_register] = ACTIONS(2050), - [anon_sym_hide] = ACTIONS(2050), - [anon_sym_hide_DASHenv] = ACTIONS(2050), - [anon_sym_overlay] = ACTIONS(2050), - [anon_sym_where] = ACTIONS(2050), - [anon_sym_PLUS] = ACTIONS(2050), - [anon_sym_not] = ACTIONS(2050), - [anon_sym_EQ2] = ACTIONS(2056), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2050), - [anon_sym_true] = ACTIONS(2050), - [anon_sym_false] = ACTIONS(2050), - [aux_sym__val_number_decimal_token1] = ACTIONS(2050), - [aux_sym__val_number_token1] = ACTIONS(2050), - [aux_sym__val_number_token2] = ACTIONS(2050), - [aux_sym__val_number_token3] = ACTIONS(2050), - [aux_sym__val_number_token4] = ACTIONS(2050), - [aux_sym__val_number_token5] = ACTIONS(2050), - [aux_sym__val_number_token6] = ACTIONS(2050), - [anon_sym_0b] = ACTIONS(2050), - [anon_sym_0o] = ACTIONS(2050), - [anon_sym_0x] = ACTIONS(2050), - [sym_val_date] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2050), - [sym__str_single_quotes] = ACTIONS(2050), - [sym__str_back_ticks] = ACTIONS(2050), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2050), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2050), - [anon_sym_CARET] = ACTIONS(2050), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(1412), + [anon_sym_alias] = ACTIONS(1412), + [anon_sym_let] = ACTIONS(1412), + [anon_sym_let_DASHenv] = ACTIONS(1412), + [anon_sym_mut] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [sym_cmd_identifier] = ACTIONS(1412), + [anon_sym_def] = ACTIONS(1412), + [anon_sym_export_DASHenv] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym_module] = ACTIONS(1412), + [anon_sym_use] = ACTIONS(1412), + [anon_sym_COMMA] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(2402), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(1412), + [anon_sym_list] = ACTIONS(1412), + [anon_sym_LT] = ACTIONS(2491), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_in] = ACTIONS(1412), + [anon_sym_loop] = ACTIONS(1412), + [anon_sym_make] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_else] = ACTIONS(1412), + [anon_sym_match] = ACTIONS(1412), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_DOT] = ACTIONS(1412), + [anon_sym_DOT2] = ACTIONS(2406), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_catch] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_source] = ACTIONS(1412), + [anon_sym_source_DASHenv] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_hide] = ACTIONS(1412), + [anon_sym_hide_DASHenv] = ACTIONS(1412), + [anon_sym_overlay] = ACTIONS(1412), + [anon_sym_new] = ACTIONS(1412), + [anon_sym_as] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_EQ2] = ACTIONS(2493), + [aux_sym__immediate_decimal_token1] = ACTIONS(2410), + [anon_sym_DASH2] = ACTIONS(2412), + [anon_sym_PLUS2] = ACTIONS(2414), + [aux_sym__val_number_decimal_token1] = ACTIONS(1412), + [aux_sym__val_number_token1] = ACTIONS(1414), + [aux_sym__val_number_token2] = ACTIONS(1414), + [aux_sym__val_number_token3] = ACTIONS(1414), + [aux_sym__val_number_token4] = ACTIONS(1412), + [aux_sym__val_number_token5] = ACTIONS(1414), + [aux_sym__val_number_token6] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [aux_sym__record_key_token2] = ACTIONS(1412), + [anon_sym_POUND] = ACTIONS(3), }, [866] = { - [sym_expr_parenthesized] = STATE(1410), - [sym__immediate_decimal] = STATE(1411), - [sym_val_variable] = STATE(1410), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(866), - [anon_sym_export] = ACTIONS(2058), - [anon_sym_alias] = ACTIONS(2058), - [anon_sym_let] = ACTIONS(2058), - [anon_sym_let_DASHenv] = ACTIONS(2058), - [anon_sym_mut] = ACTIONS(2058), - [anon_sym_const] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2058), - [sym_cmd_identifier] = ACTIONS(2058), - [anon_sym_LF] = ACTIONS(2060), - [anon_sym_def] = ACTIONS(2058), - [anon_sym_export_DASHenv] = ACTIONS(2058), - [anon_sym_extern] = ACTIONS(2058), - [anon_sym_module] = ACTIONS(2058), - [anon_sym_use] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2058), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2058), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2058), - [anon_sym_LT] = ACTIONS(2062), - [anon_sym_DASH] = ACTIONS(2058), - [anon_sym_break] = ACTIONS(2058), - [anon_sym_continue] = ACTIONS(2058), - [anon_sym_for] = ACTIONS(2058), - [anon_sym_loop] = ACTIONS(2058), - [anon_sym_while] = ACTIONS(2058), - [anon_sym_do] = ACTIONS(2058), - [anon_sym_if] = ACTIONS(2058), - [anon_sym_match] = ACTIONS(2058), - [anon_sym_LBRACE] = ACTIONS(2058), - [anon_sym_RBRACE] = ACTIONS(2058), - [anon_sym_DOT] = ACTIONS(2058), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2058), - [anon_sym_return] = ACTIONS(2058), - [anon_sym_source] = ACTIONS(2058), - [anon_sym_source_DASHenv] = ACTIONS(2058), - [anon_sym_register] = ACTIONS(2058), - [anon_sym_hide] = ACTIONS(2058), - [anon_sym_hide_DASHenv] = ACTIONS(2058), - [anon_sym_overlay] = ACTIONS(2058), - [anon_sym_where] = ACTIONS(2058), - [anon_sym_PLUS] = ACTIONS(2058), - [anon_sym_not] = ACTIONS(2058), - [anon_sym_EQ2] = ACTIONS(2064), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2058), - [anon_sym_true] = ACTIONS(2058), - [anon_sym_false] = ACTIONS(2058), - [aux_sym__val_number_decimal_token1] = ACTIONS(2058), - [aux_sym__val_number_token1] = ACTIONS(2058), - [aux_sym__val_number_token2] = ACTIONS(2058), - [aux_sym__val_number_token3] = ACTIONS(2058), - [aux_sym__val_number_token4] = ACTIONS(2058), - [aux_sym__val_number_token5] = ACTIONS(2058), - [aux_sym__val_number_token6] = ACTIONS(2058), - [anon_sym_0b] = ACTIONS(2058), - [anon_sym_0o] = ACTIONS(2058), - [anon_sym_0x] = ACTIONS(2058), - [sym_val_date] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2058), - [sym__str_single_quotes] = ACTIONS(2058), - [sym__str_back_ticks] = ACTIONS(2058), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2058), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2058), - [anon_sym_CARET] = ACTIONS(2058), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2495), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [867] = { - [sym_expr_parenthesized] = STATE(1225), - [sym__immediate_decimal] = STATE(1224), - [sym_val_variable] = STATE(1225), - [sym__var] = STATE(1140), + [sym_path] = STATE(1067), [sym_comment] = STATE(867), - [anon_sym_export] = ACTIONS(2066), - [anon_sym_alias] = ACTIONS(2066), - [anon_sym_let] = ACTIONS(2066), - [anon_sym_let_DASHenv] = ACTIONS(2066), - [anon_sym_mut] = ACTIONS(2066), - [anon_sym_const] = ACTIONS(2066), - [anon_sym_SEMI] = ACTIONS(2066), - [sym_cmd_identifier] = ACTIONS(2066), - [anon_sym_LF] = ACTIONS(2068), - [anon_sym_def] = ACTIONS(2066), - [anon_sym_export_DASHenv] = ACTIONS(2066), - [anon_sym_extern] = ACTIONS(2066), - [anon_sym_module] = ACTIONS(2066), - [anon_sym_use] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2066), - [anon_sym_LPAREN] = ACTIONS(2036), - [anon_sym_RPAREN] = ACTIONS(2066), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2066), - [anon_sym_LT] = ACTIONS(2070), - [anon_sym_DASH] = ACTIONS(2066), - [anon_sym_break] = ACTIONS(2066), - [anon_sym_continue] = ACTIONS(2066), - [anon_sym_for] = ACTIONS(2066), - [anon_sym_loop] = ACTIONS(2066), - [anon_sym_while] = ACTIONS(2066), - [anon_sym_do] = ACTIONS(2066), - [anon_sym_if] = ACTIONS(2066), - [anon_sym_match] = ACTIONS(2066), - [anon_sym_LBRACE] = ACTIONS(2066), - [anon_sym_RBRACE] = ACTIONS(2066), - [anon_sym_DOT] = ACTIONS(2066), - [anon_sym_DOT2] = ACTIONS(2040), - [anon_sym_try] = ACTIONS(2066), - [anon_sym_return] = ACTIONS(2066), - [anon_sym_source] = ACTIONS(2066), - [anon_sym_source_DASHenv] = ACTIONS(2066), - [anon_sym_register] = ACTIONS(2066), - [anon_sym_hide] = ACTIONS(2066), - [anon_sym_hide_DASHenv] = ACTIONS(2066), - [anon_sym_overlay] = ACTIONS(2066), - [anon_sym_where] = ACTIONS(2066), - [anon_sym_PLUS] = ACTIONS(2066), - [anon_sym_not] = ACTIONS(2066), - [anon_sym_EQ2] = ACTIONS(2072), - [aux_sym__immediate_decimal_token1] = ACTIONS(2044), - [anon_sym_DASH2] = ACTIONS(2046), - [anon_sym_PLUS2] = ACTIONS(2048), - [anon_sym_null] = ACTIONS(2066), - [anon_sym_true] = ACTIONS(2066), - [anon_sym_false] = ACTIONS(2066), - [aux_sym__val_number_decimal_token1] = ACTIONS(2066), - [aux_sym__val_number_token1] = ACTIONS(2066), - [aux_sym__val_number_token2] = ACTIONS(2066), - [aux_sym__val_number_token3] = ACTIONS(2066), - [aux_sym__val_number_token4] = ACTIONS(2066), - [aux_sym__val_number_token5] = ACTIONS(2066), - [aux_sym__val_number_token6] = ACTIONS(2066), - [anon_sym_0b] = ACTIONS(2066), - [anon_sym_0o] = ACTIONS(2066), - [anon_sym_0x] = ACTIONS(2066), - [sym_val_date] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2066), - [sym__str_single_quotes] = ACTIONS(2066), - [sym__str_back_ticks] = ACTIONS(2066), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2066), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2066), - [anon_sym_CARET] = ACTIONS(2066), + [aux_sym_cell_path_repeat1] = STATE(872), + [ts_builtin_sym_end] = ACTIONS(747), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), [anon_sym_POUND] = ACTIONS(105), }, [868] = { + [sym_expr_parenthesized] = STATE(1765), + [sym__immediate_decimal] = STATE(1755), + [sym_val_variable] = STATE(1765), + [sym__var] = STATE(1388), [sym_comment] = STATE(868), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_PIPE] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(2074), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(2074), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_err_GT] = ACTIONS(1375), - [anon_sym_out_GT] = ACTIONS(1375), - [anon_sym_e_GT] = ACTIONS(1375), - [anon_sym_o_GT] = ACTIONS(1375), - [anon_sym_err_PLUSout_GT] = ACTIONS(1375), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1375), - [anon_sym_o_PLUSe_GT] = ACTIONS(1375), - [anon_sym_e_PLUSo_GT] = ACTIONS(1375), - [aux_sym_unquoted_token1] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(2078), - [aux_sym_unquoted_token6] = ACTIONS(2080), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(1474), + [anon_sym_alias] = ACTIONS(1474), + [anon_sym_let] = ACTIONS(1474), + [anon_sym_let_DASHenv] = ACTIONS(1474), + [anon_sym_mut] = ACTIONS(1474), + [anon_sym_const] = ACTIONS(1474), + [sym_cmd_identifier] = ACTIONS(1474), + [anon_sym_def] = ACTIONS(1474), + [anon_sym_export_DASHenv] = ACTIONS(1474), + [anon_sym_extern] = ACTIONS(1474), + [anon_sym_module] = ACTIONS(1474), + [anon_sym_use] = ACTIONS(1474), + [anon_sym_COMMA] = ACTIONS(1476), + [anon_sym_LPAREN] = ACTIONS(2402), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(1474), + [anon_sym_list] = ACTIONS(1474), + [anon_sym_LT] = ACTIONS(2497), + [anon_sym_DASH] = ACTIONS(1474), + [anon_sym_break] = ACTIONS(1474), + [anon_sym_continue] = ACTIONS(1474), + [anon_sym_for] = ACTIONS(1474), + [anon_sym_in] = ACTIONS(1474), + [anon_sym_loop] = ACTIONS(1474), + [anon_sym_make] = ACTIONS(1474), + [anon_sym_while] = ACTIONS(1474), + [anon_sym_do] = ACTIONS(1474), + [anon_sym_if] = ACTIONS(1474), + [anon_sym_else] = ACTIONS(1474), + [anon_sym_match] = ACTIONS(1474), + [anon_sym_RBRACE] = ACTIONS(1476), + [anon_sym_DOT] = ACTIONS(1474), + [anon_sym_DOT2] = ACTIONS(2406), + [anon_sym_try] = ACTIONS(1474), + [anon_sym_catch] = ACTIONS(1474), + [anon_sym_return] = ACTIONS(1474), + [anon_sym_source] = ACTIONS(1474), + [anon_sym_source_DASHenv] = ACTIONS(1474), + [anon_sym_register] = ACTIONS(1474), + [anon_sym_hide] = ACTIONS(1474), + [anon_sym_hide_DASHenv] = ACTIONS(1474), + [anon_sym_overlay] = ACTIONS(1474), + [anon_sym_new] = ACTIONS(1474), + [anon_sym_as] = ACTIONS(1474), + [anon_sym_PLUS] = ACTIONS(1474), + [anon_sym_EQ2] = ACTIONS(2499), + [aux_sym__immediate_decimal_token1] = ACTIONS(2410), + [anon_sym_DASH2] = ACTIONS(2412), + [anon_sym_PLUS2] = ACTIONS(2414), + [aux_sym__val_number_decimal_token1] = ACTIONS(1474), + [aux_sym__val_number_token1] = ACTIONS(1476), + [aux_sym__val_number_token2] = ACTIONS(1476), + [aux_sym__val_number_token3] = ACTIONS(1476), + [aux_sym__val_number_token4] = ACTIONS(1474), + [aux_sym__val_number_token5] = ACTIONS(1476), + [aux_sym__val_number_token6] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1476), + [sym__str_single_quotes] = ACTIONS(1476), + [sym__str_back_ticks] = ACTIONS(1476), + [aux_sym__record_key_token2] = ACTIONS(1474), + [anon_sym_POUND] = ACTIONS(3), }, [869] = { - [sym_expr_parenthesized] = STATE(1389), - [sym__immediate_decimal] = STATE(1391), - [sym_val_variable] = STATE(1389), - [sym__var] = STATE(1203), [sym_comment] = STATE(869), - [ts_builtin_sym_end] = ACTIONS(2034), - [anon_sym_export] = ACTIONS(2032), - [anon_sym_alias] = ACTIONS(2032), - [anon_sym_let] = ACTIONS(2032), - [anon_sym_let_DASHenv] = ACTIONS(2032), - [anon_sym_mut] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2032), - [sym_cmd_identifier] = ACTIONS(2032), - [anon_sym_LF] = ACTIONS(2034), - [anon_sym_def] = ACTIONS(2032), - [anon_sym_export_DASHenv] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym_module] = ACTIONS(2032), - [anon_sym_use] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_LPAREN] = ACTIONS(2082), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2032), - [anon_sym_LT] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_loop] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_match] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2032), - [anon_sym_DOT] = ACTIONS(2032), - [anon_sym_DOT2] = ACTIONS(2088), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_source] = ACTIONS(2032), - [anon_sym_source_DASHenv] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_hide] = ACTIONS(2032), - [anon_sym_hide_DASHenv] = ACTIONS(2032), - [anon_sym_overlay] = ACTIONS(2032), - [anon_sym_where] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_not] = ACTIONS(2032), - [anon_sym_EQ2] = ACTIONS(2090), - [aux_sym__immediate_decimal_token1] = ACTIONS(2092), - [anon_sym_DASH2] = ACTIONS(2094), - [anon_sym_PLUS2] = ACTIONS(2096), - [anon_sym_null] = ACTIONS(2032), - [anon_sym_true] = ACTIONS(2032), - [anon_sym_false] = ACTIONS(2032), - [aux_sym__val_number_decimal_token1] = ACTIONS(2032), - [aux_sym__val_number_token1] = ACTIONS(2032), - [aux_sym__val_number_token2] = ACTIONS(2032), - [aux_sym__val_number_token3] = ACTIONS(2032), - [aux_sym__val_number_token4] = ACTIONS(2032), - [aux_sym__val_number_token5] = ACTIONS(2032), - [aux_sym__val_number_token6] = ACTIONS(2032), - [anon_sym_0b] = ACTIONS(2032), - [anon_sym_0o] = ACTIONS(2032), - [anon_sym_0x] = ACTIONS(2032), - [sym_val_date] = ACTIONS(2032), - [anon_sym_DQUOTE] = ACTIONS(2032), - [sym__str_single_quotes] = ACTIONS(2032), - [sym__str_back_ticks] = ACTIONS(2032), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2032), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2032), - [anon_sym_CARET] = ACTIONS(2032), + [anon_sym_export] = ACTIONS(2501), + [anon_sym_alias] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_let_DASHenv] = ACTIONS(2501), + [anon_sym_mut] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_SEMI] = ACTIONS(2501), + [sym_cmd_identifier] = ACTIONS(2501), + [anon_sym_LF] = ACTIONS(2503), + [anon_sym_def] = ACTIONS(2501), + [anon_sym_export_DASHenv] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym_module] = ACTIONS(2501), + [anon_sym_use] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_RPAREN] = ACTIONS(2501), + [anon_sym_DOLLAR] = ACTIONS(2501), + [anon_sym_error] = ACTIONS(2501), + [anon_sym_DASH] = ACTIONS(2501), + [anon_sym_break] = ACTIONS(2501), + [anon_sym_continue] = ACTIONS(2501), + [anon_sym_for] = ACTIONS(2501), + [anon_sym_loop] = ACTIONS(2501), + [anon_sym_while] = ACTIONS(2501), + [anon_sym_do] = ACTIONS(2501), + [anon_sym_if] = ACTIONS(2501), + [anon_sym_match] = ACTIONS(2501), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2501), + [anon_sym_DOT] = ACTIONS(2501), + [anon_sym_DOT2] = ACTIONS(2503), + [anon_sym_try] = ACTIONS(2501), + [anon_sym_return] = ACTIONS(2501), + [anon_sym_source] = ACTIONS(2501), + [anon_sym_source_DASHenv] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_hide] = ACTIONS(2501), + [anon_sym_hide_DASHenv] = ACTIONS(2501), + [anon_sym_overlay] = ACTIONS(2501), + [anon_sym_where] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2501), + [anon_sym_not] = ACTIONS(2501), + [aux_sym__immediate_decimal_token2] = ACTIONS(2505), + [anon_sym_null] = ACTIONS(2501), + [anon_sym_true] = ACTIONS(2501), + [anon_sym_false] = ACTIONS(2501), + [aux_sym__val_number_decimal_token1] = ACTIONS(2501), + [aux_sym__val_number_token1] = ACTIONS(2501), + [aux_sym__val_number_token2] = ACTIONS(2501), + [aux_sym__val_number_token3] = ACTIONS(2501), + [aux_sym__val_number_token4] = ACTIONS(2501), + [aux_sym__val_number_token5] = ACTIONS(2501), + [aux_sym__val_number_token6] = ACTIONS(2501), + [anon_sym_0b] = ACTIONS(2501), + [anon_sym_0o] = ACTIONS(2501), + [anon_sym_0x] = ACTIONS(2501), + [sym_val_date] = ACTIONS(2501), + [anon_sym_DQUOTE] = ACTIONS(2501), + [sym__str_single_quotes] = ACTIONS(2501), + [sym__str_back_ticks] = ACTIONS(2501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2501), [anon_sym_POUND] = ACTIONS(105), }, [870] = { - [sym_expr_parenthesized] = STATE(1650), - [sym__immediate_decimal] = STATE(1648), - [sym_val_variable] = STATE(1650), - [sym__var] = STATE(1173), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(870), - [ts_builtin_sym_end] = ACTIONS(2060), - [anon_sym_export] = ACTIONS(2058), - [anon_sym_alias] = ACTIONS(2058), - [anon_sym_let] = ACTIONS(2058), - [anon_sym_let_DASHenv] = ACTIONS(2058), - [anon_sym_mut] = ACTIONS(2058), - [anon_sym_const] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2058), - [sym_cmd_identifier] = ACTIONS(2058), - [anon_sym_LF] = ACTIONS(2060), - [anon_sym_def] = ACTIONS(2058), - [anon_sym_export_DASHenv] = ACTIONS(2058), - [anon_sym_extern] = ACTIONS(2058), - [anon_sym_module] = ACTIONS(2058), - [anon_sym_use] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2058), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2058), - [anon_sym_LT] = ACTIONS(2100), - [anon_sym_DASH] = ACTIONS(2058), - [anon_sym_break] = ACTIONS(2058), - [anon_sym_continue] = ACTIONS(2058), - [anon_sym_for] = ACTIONS(2058), - [anon_sym_loop] = ACTIONS(2058), - [anon_sym_while] = ACTIONS(2058), - [anon_sym_do] = ACTIONS(2058), - [anon_sym_if] = ACTIONS(2058), - [anon_sym_match] = ACTIONS(2058), - [anon_sym_LBRACE] = ACTIONS(2058), - [anon_sym_DOT] = ACTIONS(2058), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2058), - [anon_sym_return] = ACTIONS(2058), - [anon_sym_source] = ACTIONS(2058), - [anon_sym_source_DASHenv] = ACTIONS(2058), - [anon_sym_register] = ACTIONS(2058), - [anon_sym_hide] = ACTIONS(2058), - [anon_sym_hide_DASHenv] = ACTIONS(2058), - [anon_sym_overlay] = ACTIONS(2058), - [anon_sym_where] = ACTIONS(2058), - [anon_sym_PLUS] = ACTIONS(2058), - [anon_sym_not] = ACTIONS(2058), - [anon_sym_EQ2] = ACTIONS(2104), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2058), - [anon_sym_true] = ACTIONS(2058), - [anon_sym_false] = ACTIONS(2058), - [aux_sym__val_number_decimal_token1] = ACTIONS(2058), - [aux_sym__val_number_token1] = ACTIONS(2058), - [aux_sym__val_number_token2] = ACTIONS(2058), - [aux_sym__val_number_token3] = ACTIONS(2058), - [aux_sym__val_number_token4] = ACTIONS(2058), - [aux_sym__val_number_token5] = ACTIONS(2058), - [aux_sym__val_number_token6] = ACTIONS(2058), - [anon_sym_0b] = ACTIONS(2058), - [anon_sym_0o] = ACTIONS(2058), - [anon_sym_0x] = ACTIONS(2058), - [sym_val_date] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2058), - [sym__str_single_quotes] = ACTIONS(2058), - [sym__str_back_ticks] = ACTIONS(2058), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2058), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2058), - [anon_sym_CARET] = ACTIONS(2058), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2507), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [871] = { - [sym_expr_parenthesized] = STATE(1372), - [sym__immediate_decimal] = STATE(1373), - [sym_val_variable] = STATE(1372), - [sym__var] = STATE(1203), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(871), - [ts_builtin_sym_end] = ACTIONS(2068), - [anon_sym_export] = ACTIONS(2066), - [anon_sym_alias] = ACTIONS(2066), - [anon_sym_let] = ACTIONS(2066), - [anon_sym_let_DASHenv] = ACTIONS(2066), - [anon_sym_mut] = ACTIONS(2066), - [anon_sym_const] = ACTIONS(2066), - [anon_sym_SEMI] = ACTIONS(2066), - [sym_cmd_identifier] = ACTIONS(2066), - [anon_sym_LF] = ACTIONS(2068), - [anon_sym_def] = ACTIONS(2066), - [anon_sym_export_DASHenv] = ACTIONS(2066), - [anon_sym_extern] = ACTIONS(2066), - [anon_sym_module] = ACTIONS(2066), - [anon_sym_use] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2066), - [anon_sym_LPAREN] = ACTIONS(2082), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2066), - [anon_sym_LT] = ACTIONS(2112), - [anon_sym_DASH] = ACTIONS(2066), - [anon_sym_break] = ACTIONS(2066), - [anon_sym_continue] = ACTIONS(2066), - [anon_sym_for] = ACTIONS(2066), - [anon_sym_loop] = ACTIONS(2066), - [anon_sym_while] = ACTIONS(2066), - [anon_sym_do] = ACTIONS(2066), - [anon_sym_if] = ACTIONS(2066), - [anon_sym_match] = ACTIONS(2066), - [anon_sym_LBRACE] = ACTIONS(2066), - [anon_sym_DOT] = ACTIONS(2066), - [anon_sym_DOT2] = ACTIONS(2088), - [anon_sym_try] = ACTIONS(2066), - [anon_sym_return] = ACTIONS(2066), - [anon_sym_source] = ACTIONS(2066), - [anon_sym_source_DASHenv] = ACTIONS(2066), - [anon_sym_register] = ACTIONS(2066), - [anon_sym_hide] = ACTIONS(2066), - [anon_sym_hide_DASHenv] = ACTIONS(2066), - [anon_sym_overlay] = ACTIONS(2066), - [anon_sym_where] = ACTIONS(2066), - [anon_sym_PLUS] = ACTIONS(2066), - [anon_sym_not] = ACTIONS(2066), - [anon_sym_EQ2] = ACTIONS(2114), - [aux_sym__immediate_decimal_token1] = ACTIONS(2092), - [anon_sym_DASH2] = ACTIONS(2094), - [anon_sym_PLUS2] = ACTIONS(2096), - [anon_sym_null] = ACTIONS(2066), - [anon_sym_true] = ACTIONS(2066), - [anon_sym_false] = ACTIONS(2066), - [aux_sym__val_number_decimal_token1] = ACTIONS(2066), - [aux_sym__val_number_token1] = ACTIONS(2066), - [aux_sym__val_number_token2] = ACTIONS(2066), - [aux_sym__val_number_token3] = ACTIONS(2066), - [aux_sym__val_number_token4] = ACTIONS(2066), - [aux_sym__val_number_token5] = ACTIONS(2066), - [aux_sym__val_number_token6] = ACTIONS(2066), - [anon_sym_0b] = ACTIONS(2066), - [anon_sym_0o] = ACTIONS(2066), - [anon_sym_0x] = ACTIONS(2066), - [sym_val_date] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2066), - [sym__str_single_quotes] = ACTIONS(2066), - [sym__str_back_ticks] = ACTIONS(2066), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2066), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2066), - [anon_sym_CARET] = ACTIONS(2066), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2509), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [872] = { - [sym_expr_parenthesized] = STATE(1585), - [sym__immediate_decimal] = STATE(1605), - [sym_val_variable] = STATE(1585), - [sym__var] = STATE(1173), + [sym_path] = STATE(1067), [sym_comment] = STATE(872), - [ts_builtin_sym_end] = ACTIONS(2006), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_LF] = ACTIONS(2006), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_LT] = ACTIONS(2116), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2004), - [anon_sym_DOT] = ACTIONS(2004), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_where] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_not] = ACTIONS(2004), - [anon_sym_EQ2] = ACTIONS(2118), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2004), - [anon_sym_true] = ACTIONS(2004), - [anon_sym_false] = ACTIONS(2004), - [aux_sym__val_number_decimal_token1] = ACTIONS(2004), - [aux_sym__val_number_token1] = ACTIONS(2004), - [aux_sym__val_number_token2] = ACTIONS(2004), - [aux_sym__val_number_token3] = ACTIONS(2004), - [aux_sym__val_number_token4] = ACTIONS(2004), - [aux_sym__val_number_token5] = ACTIONS(2004), - [aux_sym__val_number_token6] = ACTIONS(2004), - [anon_sym_0b] = ACTIONS(2004), - [anon_sym_0o] = ACTIONS(2004), - [anon_sym_0x] = ACTIONS(2004), - [sym_val_date] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2004), - [sym__str_single_quotes] = ACTIONS(2004), - [sym__str_back_ticks] = ACTIONS(2004), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2004), - [anon_sym_CARET] = ACTIONS(2004), + [aux_sym_cell_path_repeat1] = STATE(879), + [ts_builtin_sym_end] = ACTIONS(735), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), [anon_sym_POUND] = ACTIONS(105), }, [873] = { - [sym_expr_parenthesized] = STATE(1607), - [sym__immediate_decimal] = STATE(1612), - [sym_val_variable] = STATE(1607), - [sym__var] = STATE(1173), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(873), - [ts_builtin_sym_end] = ACTIONS(2026), - [anon_sym_export] = ACTIONS(2024), - [anon_sym_alias] = ACTIONS(2024), - [anon_sym_let] = ACTIONS(2024), - [anon_sym_let_DASHenv] = ACTIONS(2024), - [anon_sym_mut] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [anon_sym_SEMI] = ACTIONS(2024), - [sym_cmd_identifier] = ACTIONS(2024), - [anon_sym_LF] = ACTIONS(2026), - [anon_sym_def] = ACTIONS(2024), - [anon_sym_export_DASHenv] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym_module] = ACTIONS(2024), - [anon_sym_use] = ACTIONS(2024), - [anon_sym_LBRACK] = ACTIONS(2024), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2024), - [anon_sym_LT] = ACTIONS(2120), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_loop] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_match] = ACTIONS(2024), - [anon_sym_LBRACE] = ACTIONS(2024), - [anon_sym_DOT] = ACTIONS(2024), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_source] = ACTIONS(2024), - [anon_sym_source_DASHenv] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_hide] = ACTIONS(2024), - [anon_sym_hide_DASHenv] = ACTIONS(2024), - [anon_sym_overlay] = ACTIONS(2024), - [anon_sym_where] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_not] = ACTIONS(2024), - [anon_sym_EQ2] = ACTIONS(2122), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2024), - [anon_sym_true] = ACTIONS(2024), - [anon_sym_false] = ACTIONS(2024), - [aux_sym__val_number_decimal_token1] = ACTIONS(2024), - [aux_sym__val_number_token1] = ACTIONS(2024), - [aux_sym__val_number_token2] = ACTIONS(2024), - [aux_sym__val_number_token3] = ACTIONS(2024), - [aux_sym__val_number_token4] = ACTIONS(2024), - [aux_sym__val_number_token5] = ACTIONS(2024), - [aux_sym__val_number_token6] = ACTIONS(2024), - [anon_sym_0b] = ACTIONS(2024), - [anon_sym_0o] = ACTIONS(2024), - [anon_sym_0x] = ACTIONS(2024), - [sym_val_date] = ACTIONS(2024), - [anon_sym_DQUOTE] = ACTIONS(2024), - [sym__str_single_quotes] = ACTIONS(2024), - [sym__str_back_ticks] = ACTIONS(2024), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2024), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2024), - [anon_sym_CARET] = ACTIONS(2024), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(887), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2511), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [874] = { - [sym_expr_parenthesized] = STATE(1625), - [sym__immediate_decimal] = STATE(1626), - [sym_val_variable] = STATE(1625), - [sym__var] = STATE(1173), [sym_comment] = STATE(874), - [ts_builtin_sym_end] = ACTIONS(2052), - [anon_sym_export] = ACTIONS(2050), - [anon_sym_alias] = ACTIONS(2050), - [anon_sym_let] = ACTIONS(2050), - [anon_sym_let_DASHenv] = ACTIONS(2050), - [anon_sym_mut] = ACTIONS(2050), - [anon_sym_const] = ACTIONS(2050), - [anon_sym_SEMI] = ACTIONS(2050), - [sym_cmd_identifier] = ACTIONS(2050), - [anon_sym_LF] = ACTIONS(2052), - [anon_sym_def] = ACTIONS(2050), - [anon_sym_export_DASHenv] = ACTIONS(2050), - [anon_sym_extern] = ACTIONS(2050), - [anon_sym_module] = ACTIONS(2050), - [anon_sym_use] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(2050), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2050), - [anon_sym_LT] = ACTIONS(2124), - [anon_sym_DASH] = ACTIONS(2050), - [anon_sym_break] = ACTIONS(2050), - [anon_sym_continue] = ACTIONS(2050), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_loop] = ACTIONS(2050), - [anon_sym_while] = ACTIONS(2050), - [anon_sym_do] = ACTIONS(2050), - [anon_sym_if] = ACTIONS(2050), - [anon_sym_match] = ACTIONS(2050), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_DOT] = ACTIONS(2050), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(2050), - [anon_sym_source] = ACTIONS(2050), - [anon_sym_source_DASHenv] = ACTIONS(2050), - [anon_sym_register] = ACTIONS(2050), - [anon_sym_hide] = ACTIONS(2050), - [anon_sym_hide_DASHenv] = ACTIONS(2050), - [anon_sym_overlay] = ACTIONS(2050), - [anon_sym_where] = ACTIONS(2050), - [anon_sym_PLUS] = ACTIONS(2050), - [anon_sym_not] = ACTIONS(2050), - [anon_sym_EQ2] = ACTIONS(2126), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2050), - [anon_sym_true] = ACTIONS(2050), - [anon_sym_false] = ACTIONS(2050), - [aux_sym__val_number_decimal_token1] = ACTIONS(2050), - [aux_sym__val_number_token1] = ACTIONS(2050), - [aux_sym__val_number_token2] = ACTIONS(2050), - [aux_sym__val_number_token3] = ACTIONS(2050), - [aux_sym__val_number_token4] = ACTIONS(2050), - [aux_sym__val_number_token5] = ACTIONS(2050), - [aux_sym__val_number_token6] = ACTIONS(2050), - [anon_sym_0b] = ACTIONS(2050), - [anon_sym_0o] = ACTIONS(2050), - [anon_sym_0x] = ACTIONS(2050), - [sym_val_date] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2050), - [sym__str_single_quotes] = ACTIONS(2050), - [sym__str_back_ticks] = ACTIONS(2050), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2050), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2050), - [anon_sym_CARET] = ACTIONS(2050), + [ts_builtin_sym_end] = ACTIONS(2328), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2328), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token1] = ACTIONS(2513), + [aux_sym__immediate_decimal_token2] = ACTIONS(2515), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [875] = { - [sym_expr_parenthesized] = STATE(1325), - [sym__immediate_decimal] = STATE(1326), - [sym_val_variable] = STATE(1325), - [sym__var] = STATE(1127), + [sym_cell_path] = STATE(1205), + [sym_path] = STATE(867), [sym_comment] = STATE(875), - [anon_sym_export] = ACTIONS(2128), - [anon_sym_alias] = ACTIONS(2128), - [anon_sym_let] = ACTIONS(2128), - [anon_sym_let_DASHenv] = ACTIONS(2128), - [anon_sym_mut] = ACTIONS(2128), - [anon_sym_const] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2128), - [sym_cmd_identifier] = ACTIONS(2128), - [anon_sym_LF] = ACTIONS(2130), - [anon_sym_def] = ACTIONS(2128), - [anon_sym_export_DASHenv] = ACTIONS(2128), - [anon_sym_extern] = ACTIONS(2128), - [anon_sym_module] = ACTIONS(2128), - [anon_sym_use] = ACTIONS(2128), - [anon_sym_LBRACK] = ACTIONS(2128), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2128), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2128), - [anon_sym_DASH] = ACTIONS(2128), - [anon_sym_break] = ACTIONS(2128), - [anon_sym_continue] = ACTIONS(2128), - [anon_sym_for] = ACTIONS(2128), - [anon_sym_loop] = ACTIONS(2128), - [anon_sym_while] = ACTIONS(2128), - [anon_sym_do] = ACTIONS(2128), - [anon_sym_if] = ACTIONS(2128), - [anon_sym_match] = ACTIONS(2128), - [anon_sym_LBRACE] = ACTIONS(2128), - [anon_sym_RBRACE] = ACTIONS(2128), - [anon_sym_DOT] = ACTIONS(2128), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2128), - [anon_sym_return] = ACTIONS(2128), - [anon_sym_source] = ACTIONS(2128), - [anon_sym_source_DASHenv] = ACTIONS(2128), - [anon_sym_register] = ACTIONS(2128), - [anon_sym_hide] = ACTIONS(2128), - [anon_sym_hide_DASHenv] = ACTIONS(2128), - [anon_sym_overlay] = ACTIONS(2128), - [anon_sym_where] = ACTIONS(2128), - [anon_sym_PLUS] = ACTIONS(2128), - [anon_sym_not] = ACTIONS(2128), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2128), - [anon_sym_true] = ACTIONS(2128), - [anon_sym_false] = ACTIONS(2128), - [aux_sym__val_number_decimal_token1] = ACTIONS(2128), - [aux_sym__val_number_token1] = ACTIONS(2128), - [aux_sym__val_number_token2] = ACTIONS(2128), - [aux_sym__val_number_token3] = ACTIONS(2128), - [aux_sym__val_number_token4] = ACTIONS(2128), - [aux_sym__val_number_token5] = ACTIONS(2128), - [aux_sym__val_number_token6] = ACTIONS(2128), - [anon_sym_0b] = ACTIONS(2128), - [anon_sym_0o] = ACTIONS(2128), - [anon_sym_0x] = ACTIONS(2128), - [sym_val_date] = ACTIONS(2128), - [anon_sym_DQUOTE] = ACTIONS(2128), - [sym__str_single_quotes] = ACTIONS(2128), - [sym__str_back_ticks] = ACTIONS(2128), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2128), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2128), - [anon_sym_CARET] = ACTIONS(2128), + [ts_builtin_sym_end] = ACTIONS(828), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(826), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_null] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym__val_number_decimal_token1] = ACTIONS(826), + [aux_sym__val_number_token1] = ACTIONS(826), + [aux_sym__val_number_token2] = ACTIONS(826), + [aux_sym__val_number_token3] = ACTIONS(826), + [aux_sym__val_number_token4] = ACTIONS(826), + [aux_sym__val_number_token5] = ACTIONS(826), + [aux_sym__val_number_token6] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), [anon_sym_POUND] = ACTIONS(105), }, [876] = { - [sym_expr_parenthesized] = STATE(1447), - [sym__immediate_decimal] = STATE(1448), - [sym_val_variable] = STATE(1447), - [sym__var] = STATE(1127), [sym_comment] = STATE(876), - [anon_sym_export] = ACTIONS(2132), - [anon_sym_alias] = ACTIONS(2132), - [anon_sym_let] = ACTIONS(2132), - [anon_sym_let_DASHenv] = ACTIONS(2132), - [anon_sym_mut] = ACTIONS(2132), - [anon_sym_const] = ACTIONS(2132), - [anon_sym_SEMI] = ACTIONS(2132), - [sym_cmd_identifier] = ACTIONS(2132), - [anon_sym_LF] = ACTIONS(2134), - [anon_sym_def] = ACTIONS(2132), - [anon_sym_export_DASHenv] = ACTIONS(2132), - [anon_sym_extern] = ACTIONS(2132), - [anon_sym_module] = ACTIONS(2132), - [anon_sym_use] = ACTIONS(2132), - [anon_sym_LBRACK] = ACTIONS(2132), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2132), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2132), - [anon_sym_DASH] = ACTIONS(2132), - [anon_sym_break] = ACTIONS(2132), - [anon_sym_continue] = ACTIONS(2132), - [anon_sym_for] = ACTIONS(2132), - [anon_sym_loop] = ACTIONS(2132), - [anon_sym_while] = ACTIONS(2132), - [anon_sym_do] = ACTIONS(2132), - [anon_sym_if] = ACTIONS(2132), - [anon_sym_match] = ACTIONS(2132), - [anon_sym_LBRACE] = ACTIONS(2132), - [anon_sym_RBRACE] = ACTIONS(2132), - [anon_sym_DOT] = ACTIONS(2132), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2132), - [anon_sym_return] = ACTIONS(2132), - [anon_sym_source] = ACTIONS(2132), - [anon_sym_source_DASHenv] = ACTIONS(2132), - [anon_sym_register] = ACTIONS(2132), - [anon_sym_hide] = ACTIONS(2132), - [anon_sym_hide_DASHenv] = ACTIONS(2132), - [anon_sym_overlay] = ACTIONS(2132), - [anon_sym_where] = ACTIONS(2132), - [anon_sym_PLUS] = ACTIONS(2132), - [anon_sym_not] = ACTIONS(2132), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2132), - [anon_sym_true] = ACTIONS(2132), - [anon_sym_false] = ACTIONS(2132), - [aux_sym__val_number_decimal_token1] = ACTIONS(2132), - [aux_sym__val_number_token1] = ACTIONS(2132), - [aux_sym__val_number_token2] = ACTIONS(2132), - [aux_sym__val_number_token3] = ACTIONS(2132), - [aux_sym__val_number_token4] = ACTIONS(2132), - [aux_sym__val_number_token5] = ACTIONS(2132), - [aux_sym__val_number_token6] = ACTIONS(2132), - [anon_sym_0b] = ACTIONS(2132), - [anon_sym_0o] = ACTIONS(2132), - [anon_sym_0x] = ACTIONS(2132), - [sym_val_date] = ACTIONS(2132), - [anon_sym_DQUOTE] = ACTIONS(2132), - [sym__str_single_quotes] = ACTIONS(2132), - [sym__str_back_ticks] = ACTIONS(2132), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2132), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2132), - [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_alias] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_let_DASHenv] = ACTIONS(2517), + [anon_sym_mut] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2517), + [sym_cmd_identifier] = ACTIONS(2517), + [anon_sym_LF] = ACTIONS(2519), + [anon_sym_def] = ACTIONS(2517), + [anon_sym_export_DASHenv] = ACTIONS(2517), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_use] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_RPAREN] = ACTIONS(2517), + [anon_sym_DOLLAR] = ACTIONS(2517), + [anon_sym_error] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_loop] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_match] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_RBRACE] = ACTIONS(2517), + [anon_sym_DOT] = ACTIONS(2517), + [anon_sym_DOT2] = ACTIONS(2521), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_source] = ACTIONS(2517), + [anon_sym_source_DASHenv] = ACTIONS(2517), + [anon_sym_register] = ACTIONS(2517), + [anon_sym_hide] = ACTIONS(2517), + [anon_sym_hide_DASHenv] = ACTIONS(2517), + [anon_sym_overlay] = ACTIONS(2517), + [anon_sym_where] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_not] = ACTIONS(2517), + [aux_sym__immediate_decimal_token2] = ACTIONS(2524), + [anon_sym_null] = ACTIONS(2517), + [anon_sym_true] = ACTIONS(2517), + [anon_sym_false] = ACTIONS(2517), + [aux_sym__val_number_decimal_token1] = ACTIONS(2517), + [aux_sym__val_number_token1] = ACTIONS(2517), + [aux_sym__val_number_token2] = ACTIONS(2517), + [aux_sym__val_number_token3] = ACTIONS(2517), + [aux_sym__val_number_token4] = ACTIONS(2517), + [aux_sym__val_number_token5] = ACTIONS(2517), + [aux_sym__val_number_token6] = ACTIONS(2517), + [anon_sym_0b] = ACTIONS(2517), + [anon_sym_0o] = ACTIONS(2517), + [anon_sym_0x] = ACTIONS(2517), + [sym_val_date] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2517), + [sym__str_single_quotes] = ACTIONS(2517), + [sym__str_back_ticks] = ACTIONS(2517), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2517), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2517), [anon_sym_POUND] = ACTIONS(105), }, [877] = { - [sym_expr_parenthesized] = STATE(1436), - [sym__immediate_decimal] = STATE(1437), - [sym_val_variable] = STATE(1436), - [sym__var] = STATE(1127), [sym_comment] = STATE(877), - [anon_sym_export] = ACTIONS(2136), - [anon_sym_alias] = ACTIONS(2136), - [anon_sym_let] = ACTIONS(2136), - [anon_sym_let_DASHenv] = ACTIONS(2136), - [anon_sym_mut] = ACTIONS(2136), - [anon_sym_const] = ACTIONS(2136), - [anon_sym_SEMI] = ACTIONS(2136), - [sym_cmd_identifier] = ACTIONS(2136), - [anon_sym_LF] = ACTIONS(2138), - [anon_sym_def] = ACTIONS(2136), - [anon_sym_export_DASHenv] = ACTIONS(2136), - [anon_sym_extern] = ACTIONS(2136), - [anon_sym_module] = ACTIONS(2136), - [anon_sym_use] = ACTIONS(2136), - [anon_sym_LBRACK] = ACTIONS(2136), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2136), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2136), - [anon_sym_DASH] = ACTIONS(2136), - [anon_sym_break] = ACTIONS(2136), - [anon_sym_continue] = ACTIONS(2136), - [anon_sym_for] = ACTIONS(2136), - [anon_sym_loop] = ACTIONS(2136), - [anon_sym_while] = ACTIONS(2136), - [anon_sym_do] = ACTIONS(2136), - [anon_sym_if] = ACTIONS(2136), - [anon_sym_match] = ACTIONS(2136), - [anon_sym_LBRACE] = ACTIONS(2136), - [anon_sym_RBRACE] = ACTIONS(2136), - [anon_sym_DOT] = ACTIONS(2136), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2136), - [anon_sym_return] = ACTIONS(2136), - [anon_sym_source] = ACTIONS(2136), - [anon_sym_source_DASHenv] = ACTIONS(2136), - [anon_sym_register] = ACTIONS(2136), - [anon_sym_hide] = ACTIONS(2136), - [anon_sym_hide_DASHenv] = ACTIONS(2136), - [anon_sym_overlay] = ACTIONS(2136), - [anon_sym_where] = ACTIONS(2136), - [anon_sym_PLUS] = ACTIONS(2136), - [anon_sym_not] = ACTIONS(2136), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2136), - [anon_sym_true] = ACTIONS(2136), - [anon_sym_false] = ACTIONS(2136), - [aux_sym__val_number_decimal_token1] = ACTIONS(2136), - [aux_sym__val_number_token1] = ACTIONS(2136), - [aux_sym__val_number_token2] = ACTIONS(2136), - [aux_sym__val_number_token3] = ACTIONS(2136), - [aux_sym__val_number_token4] = ACTIONS(2136), - [aux_sym__val_number_token5] = ACTIONS(2136), - [aux_sym__val_number_token6] = ACTIONS(2136), - [anon_sym_0b] = ACTIONS(2136), - [anon_sym_0o] = ACTIONS(2136), - [anon_sym_0x] = ACTIONS(2136), - [sym_val_date] = ACTIONS(2136), - [anon_sym_DQUOTE] = ACTIONS(2136), - [sym__str_single_quotes] = ACTIONS(2136), - [sym__str_back_ticks] = ACTIONS(2136), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2136), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2136), - [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_alias] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_let_DASHenv] = ACTIONS(2517), + [anon_sym_mut] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2517), + [sym_cmd_identifier] = ACTIONS(2517), + [anon_sym_LF] = ACTIONS(2519), + [anon_sym_def] = ACTIONS(2517), + [anon_sym_export_DASHenv] = ACTIONS(2517), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_use] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_RPAREN] = ACTIONS(2517), + [anon_sym_DOLLAR] = ACTIONS(2517), + [anon_sym_error] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_loop] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_match] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_RBRACE] = ACTIONS(2517), + [anon_sym_DOT] = ACTIONS(2517), + [anon_sym_DOT2] = ACTIONS(2526), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_source] = ACTIONS(2517), + [anon_sym_source_DASHenv] = ACTIONS(2517), + [anon_sym_register] = ACTIONS(2517), + [anon_sym_hide] = ACTIONS(2517), + [anon_sym_hide_DASHenv] = ACTIONS(2517), + [anon_sym_overlay] = ACTIONS(2517), + [anon_sym_where] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_not] = ACTIONS(2517), + [aux_sym__immediate_decimal_token2] = ACTIONS(2528), + [anon_sym_null] = ACTIONS(2517), + [anon_sym_true] = ACTIONS(2517), + [anon_sym_false] = ACTIONS(2517), + [aux_sym__val_number_decimal_token1] = ACTIONS(2517), + [aux_sym__val_number_token1] = ACTIONS(2517), + [aux_sym__val_number_token2] = ACTIONS(2517), + [aux_sym__val_number_token3] = ACTIONS(2517), + [aux_sym__val_number_token4] = ACTIONS(2517), + [aux_sym__val_number_token5] = ACTIONS(2517), + [aux_sym__val_number_token6] = ACTIONS(2517), + [anon_sym_0b] = ACTIONS(2517), + [anon_sym_0o] = ACTIONS(2517), + [anon_sym_0x] = ACTIONS(2517), + [sym_val_date] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2517), + [sym__str_single_quotes] = ACTIONS(2517), + [sym__str_back_ticks] = ACTIONS(2517), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2517), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2517), [anon_sym_POUND] = ACTIONS(105), }, [878] = { - [sym_expr_parenthesized] = STATE(1327), - [sym__immediate_decimal] = STATE(1328), - [sym_val_variable] = STATE(1327), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(1659), + [sym__immediate_decimal] = STATE(1664), + [sym_val_variable] = STATE(1659), + [sym__var] = STATE(1463), [sym_comment] = STATE(878), - [anon_sym_export] = ACTIONS(2140), - [anon_sym_alias] = ACTIONS(2140), - [anon_sym_let] = ACTIONS(2140), - [anon_sym_let_DASHenv] = ACTIONS(2140), - [anon_sym_mut] = ACTIONS(2140), - [anon_sym_const] = ACTIONS(2140), - [anon_sym_SEMI] = ACTIONS(2140), - [sym_cmd_identifier] = ACTIONS(2140), - [anon_sym_LF] = ACTIONS(2142), - [anon_sym_def] = ACTIONS(2140), - [anon_sym_export_DASHenv] = ACTIONS(2140), - [anon_sym_extern] = ACTIONS(2140), - [anon_sym_module] = ACTIONS(2140), - [anon_sym_use] = ACTIONS(2140), - [anon_sym_LBRACK] = ACTIONS(2140), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2140), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2140), - [anon_sym_DASH] = ACTIONS(2140), - [anon_sym_break] = ACTIONS(2140), - [anon_sym_continue] = ACTIONS(2140), - [anon_sym_for] = ACTIONS(2140), - [anon_sym_loop] = ACTIONS(2140), - [anon_sym_while] = ACTIONS(2140), - [anon_sym_do] = ACTIONS(2140), - [anon_sym_if] = ACTIONS(2140), - [anon_sym_match] = ACTIONS(2140), - [anon_sym_LBRACE] = ACTIONS(2140), - [anon_sym_RBRACE] = ACTIONS(2140), - [anon_sym_DOT] = ACTIONS(2140), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2140), - [anon_sym_return] = ACTIONS(2140), - [anon_sym_source] = ACTIONS(2140), - [anon_sym_source_DASHenv] = ACTIONS(2140), - [anon_sym_register] = ACTIONS(2140), - [anon_sym_hide] = ACTIONS(2140), - [anon_sym_hide_DASHenv] = ACTIONS(2140), - [anon_sym_overlay] = ACTIONS(2140), - [anon_sym_where] = ACTIONS(2140), - [anon_sym_PLUS] = ACTIONS(2140), - [anon_sym_not] = ACTIONS(2140), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2140), - [anon_sym_true] = ACTIONS(2140), - [anon_sym_false] = ACTIONS(2140), - [aux_sym__val_number_decimal_token1] = ACTIONS(2140), - [aux_sym__val_number_token1] = ACTIONS(2140), - [aux_sym__val_number_token2] = ACTIONS(2140), - [aux_sym__val_number_token3] = ACTIONS(2140), - [aux_sym__val_number_token4] = ACTIONS(2140), - [aux_sym__val_number_token5] = ACTIONS(2140), - [aux_sym__val_number_token6] = ACTIONS(2140), - [anon_sym_0b] = ACTIONS(2140), - [anon_sym_0o] = ACTIONS(2140), - [anon_sym_0x] = ACTIONS(2140), - [sym_val_date] = ACTIONS(2140), - [anon_sym_DQUOTE] = ACTIONS(2140), - [sym__str_single_quotes] = ACTIONS(2140), - [sym__str_back_ticks] = ACTIONS(2140), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2140), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2140), - [anon_sym_CARET] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(1432), + [anon_sym_alias] = ACTIONS(1432), + [anon_sym_let] = ACTIONS(1432), + [anon_sym_let_DASHenv] = ACTIONS(1432), + [anon_sym_mut] = ACTIONS(1432), + [anon_sym_const] = ACTIONS(1432), + [sym_cmd_identifier] = ACTIONS(1432), + [anon_sym_def] = ACTIONS(1432), + [anon_sym_export_DASHenv] = ACTIONS(1432), + [anon_sym_extern] = ACTIONS(1432), + [anon_sym_module] = ACTIONS(1432), + [anon_sym_use] = ACTIONS(1432), + [anon_sym_COMMA] = ACTIONS(1434), + [anon_sym_LPAREN] = ACTIONS(2530), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(1432), + [anon_sym_list] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(2532), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_break] = ACTIONS(1432), + [anon_sym_continue] = ACTIONS(1432), + [anon_sym_for] = ACTIONS(1432), + [anon_sym_in] = ACTIONS(1432), + [anon_sym_loop] = ACTIONS(1432), + [anon_sym_make] = ACTIONS(1432), + [anon_sym_while] = ACTIONS(1432), + [anon_sym_do] = ACTIONS(1432), + [anon_sym_if] = ACTIONS(1432), + [anon_sym_else] = ACTIONS(1432), + [anon_sym_match] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1434), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_DOT2] = ACTIONS(2534), + [anon_sym_try] = ACTIONS(1432), + [anon_sym_catch] = ACTIONS(1432), + [anon_sym_return] = ACTIONS(1432), + [anon_sym_source] = ACTIONS(1432), + [anon_sym_source_DASHenv] = ACTIONS(1432), + [anon_sym_register] = ACTIONS(1432), + [anon_sym_hide] = ACTIONS(1432), + [anon_sym_hide_DASHenv] = ACTIONS(1432), + [anon_sym_overlay] = ACTIONS(1432), + [anon_sym_new] = ACTIONS(1432), + [anon_sym_as] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_EQ2] = ACTIONS(2536), + [aux_sym__immediate_decimal_token1] = ACTIONS(2538), + [anon_sym_DASH2] = ACTIONS(2540), + [anon_sym_PLUS2] = ACTIONS(2542), + [aux_sym__val_number_decimal_token1] = ACTIONS(1432), + [aux_sym__val_number_token1] = ACTIONS(1434), + [aux_sym__val_number_token2] = ACTIONS(1434), + [aux_sym__val_number_token3] = ACTIONS(1434), + [aux_sym__val_number_token4] = ACTIONS(1432), + [aux_sym__val_number_token5] = ACTIONS(1434), + [aux_sym__val_number_token6] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1434), + [sym__str_single_quotes] = ACTIONS(1434), + [sym__str_back_ticks] = ACTIONS(1434), + [aux_sym__record_key_token2] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(3), }, [879] = { - [sym_expr_parenthesized] = STATE(1439), - [sym__immediate_decimal] = STATE(1440), - [sym_val_variable] = STATE(1439), - [sym__var] = STATE(1127), + [sym_path] = STATE(1067), [sym_comment] = STATE(879), - [anon_sym_export] = ACTIONS(2144), - [anon_sym_alias] = ACTIONS(2144), - [anon_sym_let] = ACTIONS(2144), - [anon_sym_let_DASHenv] = ACTIONS(2144), - [anon_sym_mut] = ACTIONS(2144), - [anon_sym_const] = ACTIONS(2144), - [anon_sym_SEMI] = ACTIONS(2144), - [sym_cmd_identifier] = ACTIONS(2144), - [anon_sym_LF] = ACTIONS(2146), - [anon_sym_def] = ACTIONS(2144), - [anon_sym_export_DASHenv] = ACTIONS(2144), - [anon_sym_extern] = ACTIONS(2144), - [anon_sym_module] = ACTIONS(2144), - [anon_sym_use] = ACTIONS(2144), - [anon_sym_LBRACK] = ACTIONS(2144), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2144), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2144), - [anon_sym_DASH] = ACTIONS(2144), - [anon_sym_break] = ACTIONS(2144), - [anon_sym_continue] = ACTIONS(2144), - [anon_sym_for] = ACTIONS(2144), - [anon_sym_loop] = ACTIONS(2144), - [anon_sym_while] = ACTIONS(2144), - [anon_sym_do] = ACTIONS(2144), - [anon_sym_if] = ACTIONS(2144), - [anon_sym_match] = ACTIONS(2144), - [anon_sym_LBRACE] = ACTIONS(2144), - [anon_sym_RBRACE] = ACTIONS(2144), - [anon_sym_DOT] = ACTIONS(2144), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2144), - [anon_sym_return] = ACTIONS(2144), - [anon_sym_source] = ACTIONS(2144), - [anon_sym_source_DASHenv] = ACTIONS(2144), - [anon_sym_register] = ACTIONS(2144), - [anon_sym_hide] = ACTIONS(2144), - [anon_sym_hide_DASHenv] = ACTIONS(2144), - [anon_sym_overlay] = ACTIONS(2144), - [anon_sym_where] = ACTIONS(2144), - [anon_sym_PLUS] = ACTIONS(2144), - [anon_sym_not] = ACTIONS(2144), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2144), - [anon_sym_true] = ACTIONS(2144), - [anon_sym_false] = ACTIONS(2144), - [aux_sym__val_number_decimal_token1] = ACTIONS(2144), - [aux_sym__val_number_token1] = ACTIONS(2144), - [aux_sym__val_number_token2] = ACTIONS(2144), - [aux_sym__val_number_token3] = ACTIONS(2144), - [aux_sym__val_number_token4] = ACTIONS(2144), - [aux_sym__val_number_token5] = ACTIONS(2144), - [aux_sym__val_number_token6] = ACTIONS(2144), - [anon_sym_0b] = ACTIONS(2144), - [anon_sym_0o] = ACTIONS(2144), - [anon_sym_0x] = ACTIONS(2144), - [sym_val_date] = ACTIONS(2144), - [anon_sym_DQUOTE] = ACTIONS(2144), - [sym__str_single_quotes] = ACTIONS(2144), - [sym__str_back_ticks] = ACTIONS(2144), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2144), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2144), - [anon_sym_CARET] = ACTIONS(2144), + [aux_sym_cell_path_repeat1] = STATE(879), + [ts_builtin_sym_end] = ACTIONS(762), + [anon_sym_export] = ACTIONS(760), + [anon_sym_alias] = ACTIONS(760), + [anon_sym_let] = ACTIONS(760), + [anon_sym_let_DASHenv] = ACTIONS(760), + [anon_sym_mut] = ACTIONS(760), + [anon_sym_const] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(760), + [sym_cmd_identifier] = ACTIONS(760), + [anon_sym_LF] = ACTIONS(762), + [anon_sym_def] = ACTIONS(760), + [anon_sym_export_DASHenv] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_use] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LPAREN] = ACTIONS(760), + [anon_sym_DOLLAR] = ACTIONS(760), + [anon_sym_error] = ACTIONS(760), + [anon_sym_DASH] = ACTIONS(760), + [anon_sym_break] = ACTIONS(760), + [anon_sym_continue] = ACTIONS(760), + [anon_sym_for] = ACTIONS(760), + [anon_sym_loop] = ACTIONS(760), + [anon_sym_while] = ACTIONS(760), + [anon_sym_do] = ACTIONS(760), + [anon_sym_if] = ACTIONS(760), + [anon_sym_match] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(760), + [anon_sym_DOT] = ACTIONS(760), + [anon_sym_DOT2] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(760), + [anon_sym_return] = ACTIONS(760), + [anon_sym_source] = ACTIONS(760), + [anon_sym_source_DASHenv] = ACTIONS(760), + [anon_sym_register] = ACTIONS(760), + [anon_sym_hide] = ACTIONS(760), + [anon_sym_hide_DASHenv] = ACTIONS(760), + [anon_sym_overlay] = ACTIONS(760), + [anon_sym_where] = ACTIONS(760), + [anon_sym_PLUS] = ACTIONS(760), + [anon_sym_not] = ACTIONS(760), + [anon_sym_null] = ACTIONS(760), + [anon_sym_true] = ACTIONS(760), + [anon_sym_false] = ACTIONS(760), + [aux_sym__val_number_decimal_token1] = ACTIONS(760), + [aux_sym__val_number_token1] = ACTIONS(760), + [aux_sym__val_number_token2] = ACTIONS(760), + [aux_sym__val_number_token3] = ACTIONS(760), + [aux_sym__val_number_token4] = ACTIONS(760), + [aux_sym__val_number_token5] = ACTIONS(760), + [aux_sym__val_number_token6] = ACTIONS(760), + [anon_sym_0b] = ACTIONS(760), + [anon_sym_0o] = ACTIONS(760), + [anon_sym_0x] = ACTIONS(760), + [sym_val_date] = ACTIONS(760), + [anon_sym_DQUOTE] = ACTIONS(760), + [sym__str_single_quotes] = ACTIONS(760), + [sym__str_back_ticks] = ACTIONS(760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(760), + [anon_sym_CARET] = ACTIONS(760), [anon_sym_POUND] = ACTIONS(105), }, [880] = { - [sym_expr_parenthesized] = STATE(1430), - [sym__immediate_decimal] = STATE(1432), - [sym_val_variable] = STATE(1430), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(880), - [anon_sym_export] = ACTIONS(2148), - [anon_sym_alias] = ACTIONS(2148), - [anon_sym_let] = ACTIONS(2148), - [anon_sym_let_DASHenv] = ACTIONS(2148), - [anon_sym_mut] = ACTIONS(2148), - [anon_sym_const] = ACTIONS(2148), - [anon_sym_SEMI] = ACTIONS(2148), - [sym_cmd_identifier] = ACTIONS(2148), - [anon_sym_LF] = ACTIONS(2150), - [anon_sym_def] = ACTIONS(2148), - [anon_sym_export_DASHenv] = ACTIONS(2148), - [anon_sym_extern] = ACTIONS(2148), - [anon_sym_module] = ACTIONS(2148), - [anon_sym_use] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2148), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2148), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2148), - [anon_sym_DASH] = ACTIONS(2148), - [anon_sym_break] = ACTIONS(2148), - [anon_sym_continue] = ACTIONS(2148), - [anon_sym_for] = ACTIONS(2148), - [anon_sym_loop] = ACTIONS(2148), - [anon_sym_while] = ACTIONS(2148), - [anon_sym_do] = ACTIONS(2148), - [anon_sym_if] = ACTIONS(2148), - [anon_sym_match] = ACTIONS(2148), - [anon_sym_LBRACE] = ACTIONS(2148), - [anon_sym_RBRACE] = ACTIONS(2148), - [anon_sym_DOT] = ACTIONS(2148), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2148), - [anon_sym_return] = ACTIONS(2148), - [anon_sym_source] = ACTIONS(2148), - [anon_sym_source_DASHenv] = ACTIONS(2148), - [anon_sym_register] = ACTIONS(2148), - [anon_sym_hide] = ACTIONS(2148), - [anon_sym_hide_DASHenv] = ACTIONS(2148), - [anon_sym_overlay] = ACTIONS(2148), - [anon_sym_where] = ACTIONS(2148), - [anon_sym_PLUS] = ACTIONS(2148), - [anon_sym_not] = ACTIONS(2148), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2148), - [anon_sym_true] = ACTIONS(2148), - [anon_sym_false] = ACTIONS(2148), - [aux_sym__val_number_decimal_token1] = ACTIONS(2148), - [aux_sym__val_number_token1] = ACTIONS(2148), - [aux_sym__val_number_token2] = ACTIONS(2148), - [aux_sym__val_number_token3] = ACTIONS(2148), - [aux_sym__val_number_token4] = ACTIONS(2148), - [aux_sym__val_number_token5] = ACTIONS(2148), - [aux_sym__val_number_token6] = ACTIONS(2148), - [anon_sym_0b] = ACTIONS(2148), - [anon_sym_0o] = ACTIONS(2148), - [anon_sym_0x] = ACTIONS(2148), - [sym_val_date] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym__str_single_quotes] = ACTIONS(2148), - [sym__str_back_ticks] = ACTIONS(2148), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2148), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2148), - [anon_sym_CARET] = ACTIONS(2148), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2547), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [881] = { - [sym_expr_parenthesized] = STATE(1428), - [sym__immediate_decimal] = STATE(1429), - [sym_val_variable] = STATE(1428), - [sym__var] = STATE(1127), + [sym_path] = STATE(1067), [sym_comment] = STATE(881), - [anon_sym_export] = ACTIONS(2152), - [anon_sym_alias] = ACTIONS(2152), - [anon_sym_let] = ACTIONS(2152), - [anon_sym_let_DASHenv] = ACTIONS(2152), - [anon_sym_mut] = ACTIONS(2152), - [anon_sym_const] = ACTIONS(2152), - [anon_sym_SEMI] = ACTIONS(2152), - [sym_cmd_identifier] = ACTIONS(2152), - [anon_sym_LF] = ACTIONS(2154), - [anon_sym_def] = ACTIONS(2152), - [anon_sym_export_DASHenv] = ACTIONS(2152), - [anon_sym_extern] = ACTIONS(2152), - [anon_sym_module] = ACTIONS(2152), - [anon_sym_use] = ACTIONS(2152), - [anon_sym_LBRACK] = ACTIONS(2152), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2152), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2152), - [anon_sym_DASH] = ACTIONS(2152), - [anon_sym_break] = ACTIONS(2152), - [anon_sym_continue] = ACTIONS(2152), - [anon_sym_for] = ACTIONS(2152), - [anon_sym_loop] = ACTIONS(2152), - [anon_sym_while] = ACTIONS(2152), - [anon_sym_do] = ACTIONS(2152), - [anon_sym_if] = ACTIONS(2152), - [anon_sym_match] = ACTIONS(2152), - [anon_sym_LBRACE] = ACTIONS(2152), - [anon_sym_RBRACE] = ACTIONS(2152), - [anon_sym_DOT] = ACTIONS(2152), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2152), - [anon_sym_return] = ACTIONS(2152), - [anon_sym_source] = ACTIONS(2152), - [anon_sym_source_DASHenv] = ACTIONS(2152), - [anon_sym_register] = ACTIONS(2152), - [anon_sym_hide] = ACTIONS(2152), - [anon_sym_hide_DASHenv] = ACTIONS(2152), - [anon_sym_overlay] = ACTIONS(2152), - [anon_sym_where] = ACTIONS(2152), - [anon_sym_PLUS] = ACTIONS(2152), - [anon_sym_not] = ACTIONS(2152), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2152), - [anon_sym_true] = ACTIONS(2152), - [anon_sym_false] = ACTIONS(2152), - [aux_sym__val_number_decimal_token1] = ACTIONS(2152), - [aux_sym__val_number_token1] = ACTIONS(2152), - [aux_sym__val_number_token2] = ACTIONS(2152), - [aux_sym__val_number_token3] = ACTIONS(2152), - [aux_sym__val_number_token4] = ACTIONS(2152), - [aux_sym__val_number_token5] = ACTIONS(2152), - [aux_sym__val_number_token6] = ACTIONS(2152), - [anon_sym_0b] = ACTIONS(2152), - [anon_sym_0o] = ACTIONS(2152), - [anon_sym_0x] = ACTIONS(2152), - [sym_val_date] = ACTIONS(2152), - [anon_sym_DQUOTE] = ACTIONS(2152), - [sym__str_single_quotes] = ACTIONS(2152), - [sym__str_back_ticks] = ACTIONS(2152), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2152), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2152), - [anon_sym_CARET] = ACTIONS(2152), + [aux_sym_cell_path_repeat1] = STATE(879), + [ts_builtin_sym_end] = ACTIONS(735), + [anon_sym_export] = ACTIONS(733), + [anon_sym_alias] = ACTIONS(733), + [anon_sym_let] = ACTIONS(733), + [anon_sym_let_DASHenv] = ACTIONS(733), + [anon_sym_mut] = ACTIONS(733), + [anon_sym_const] = ACTIONS(733), + [anon_sym_SEMI] = ACTIONS(733), + [sym_cmd_identifier] = ACTIONS(733), + [anon_sym_LF] = ACTIONS(735), + [anon_sym_def] = ACTIONS(733), + [anon_sym_export_DASHenv] = ACTIONS(733), + [anon_sym_extern] = ACTIONS(733), + [anon_sym_module] = ACTIONS(733), + [anon_sym_use] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_DOLLAR] = ACTIONS(733), + [anon_sym_error] = ACTIONS(733), + [anon_sym_DASH] = ACTIONS(733), + [anon_sym_break] = ACTIONS(733), + [anon_sym_continue] = ACTIONS(733), + [anon_sym_for] = ACTIONS(733), + [anon_sym_loop] = ACTIONS(733), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(733), + [anon_sym_if] = ACTIONS(733), + [anon_sym_match] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(733), + [anon_sym_DOT] = ACTIONS(733), + [anon_sym_DOT2] = ACTIONS(735), + [anon_sym_try] = ACTIONS(733), + [anon_sym_return] = ACTIONS(733), + [anon_sym_source] = ACTIONS(733), + [anon_sym_source_DASHenv] = ACTIONS(733), + [anon_sym_register] = ACTIONS(733), + [anon_sym_hide] = ACTIONS(733), + [anon_sym_hide_DASHenv] = ACTIONS(733), + [anon_sym_overlay] = ACTIONS(733), + [anon_sym_where] = ACTIONS(733), + [anon_sym_PLUS] = ACTIONS(733), + [anon_sym_not] = ACTIONS(733), + [anon_sym_null] = ACTIONS(733), + [anon_sym_true] = ACTIONS(733), + [anon_sym_false] = ACTIONS(733), + [aux_sym__val_number_decimal_token1] = ACTIONS(733), + [aux_sym__val_number_token1] = ACTIONS(733), + [aux_sym__val_number_token2] = ACTIONS(733), + [aux_sym__val_number_token3] = ACTIONS(733), + [aux_sym__val_number_token4] = ACTIONS(733), + [aux_sym__val_number_token5] = ACTIONS(733), + [aux_sym__val_number_token6] = ACTIONS(733), + [anon_sym_0b] = ACTIONS(733), + [anon_sym_0o] = ACTIONS(733), + [anon_sym_0x] = ACTIONS(733), + [sym_val_date] = ACTIONS(733), + [anon_sym_DQUOTE] = ACTIONS(733), + [sym__str_single_quotes] = ACTIONS(733), + [sym__str_back_ticks] = ACTIONS(733), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(733), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(733), + [anon_sym_CARET] = ACTIONS(733), [anon_sym_POUND] = ACTIONS(105), }, [882] = { - [sym_expr_parenthesized] = STATE(1425), - [sym__immediate_decimal] = STATE(1426), - [sym_val_variable] = STATE(1425), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(882), - [anon_sym_export] = ACTIONS(2156), - [anon_sym_alias] = ACTIONS(2156), - [anon_sym_let] = ACTIONS(2156), - [anon_sym_let_DASHenv] = ACTIONS(2156), - [anon_sym_mut] = ACTIONS(2156), - [anon_sym_const] = ACTIONS(2156), - [anon_sym_SEMI] = ACTIONS(2156), - [sym_cmd_identifier] = ACTIONS(2156), - [anon_sym_LF] = ACTIONS(2158), - [anon_sym_def] = ACTIONS(2156), - [anon_sym_export_DASHenv] = ACTIONS(2156), - [anon_sym_extern] = ACTIONS(2156), - [anon_sym_module] = ACTIONS(2156), - [anon_sym_use] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2156), - [anon_sym_DASH] = ACTIONS(2156), - [anon_sym_break] = ACTIONS(2156), - [anon_sym_continue] = ACTIONS(2156), - [anon_sym_for] = ACTIONS(2156), - [anon_sym_loop] = ACTIONS(2156), - [anon_sym_while] = ACTIONS(2156), - [anon_sym_do] = ACTIONS(2156), - [anon_sym_if] = ACTIONS(2156), - [anon_sym_match] = ACTIONS(2156), - [anon_sym_LBRACE] = ACTIONS(2156), - [anon_sym_RBRACE] = ACTIONS(2156), - [anon_sym_DOT] = ACTIONS(2156), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2156), - [anon_sym_return] = ACTIONS(2156), - [anon_sym_source] = ACTIONS(2156), - [anon_sym_source_DASHenv] = ACTIONS(2156), - [anon_sym_register] = ACTIONS(2156), - [anon_sym_hide] = ACTIONS(2156), - [anon_sym_hide_DASHenv] = ACTIONS(2156), - [anon_sym_overlay] = ACTIONS(2156), - [anon_sym_where] = ACTIONS(2156), - [anon_sym_PLUS] = ACTIONS(2156), - [anon_sym_not] = ACTIONS(2156), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2156), - [anon_sym_true] = ACTIONS(2156), - [anon_sym_false] = ACTIONS(2156), - [aux_sym__val_number_decimal_token1] = ACTIONS(2156), - [aux_sym__val_number_token1] = ACTIONS(2156), - [aux_sym__val_number_token2] = ACTIONS(2156), - [aux_sym__val_number_token3] = ACTIONS(2156), - [aux_sym__val_number_token4] = ACTIONS(2156), - [aux_sym__val_number_token5] = ACTIONS(2156), - [aux_sym__val_number_token6] = ACTIONS(2156), - [anon_sym_0b] = ACTIONS(2156), - [anon_sym_0o] = ACTIONS(2156), - [anon_sym_0x] = ACTIONS(2156), - [sym_val_date] = ACTIONS(2156), - [anon_sym_DQUOTE] = ACTIONS(2156), - [sym__str_single_quotes] = ACTIONS(2156), - [sym__str_back_ticks] = ACTIONS(2156), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2156), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2156), - [anon_sym_CARET] = ACTIONS(2156), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [883] = { - [sym_expr_parenthesized] = STATE(1308), - [sym__immediate_decimal] = STATE(1309), - [sym_val_variable] = STATE(1308), - [sym__var] = STATE(1127), + [sym__match_pattern_expression] = STATE(3565), + [sym__match_pattern_value] = STATE(3570), + [sym__match_pattern_list] = STATE(3571), + [sym__match_pattern_rest] = STATE(6089), + [sym__match_pattern_ignore_rest] = STATE(6089), + [sym__match_pattern_record] = STATE(3572), + [sym__expr_unary_minus] = STATE(3395), + [sym_expr_parenthesized] = STATE(3371), + [sym_val_range] = STATE(3401), + [sym__value] = STATE(3475), + [sym_val_nothing] = STATE(3394), + [sym_val_bool] = STATE(3394), + [sym_val_variable] = STATE(3365), + [sym__var] = STATE(3104), + [sym_val_number] = STATE(3255), + [sym__val_number_decimal] = STATE(2992), + [sym__val_number] = STATE(3265), + [sym_val_duration] = STATE(3394), + [sym_val_filesize] = STATE(3394), + [sym_val_binary] = STATE(3394), + [sym_val_string] = STATE(3394), + [sym__str_double_quotes] = STATE(3426), + [sym_val_interpolated] = STATE(3477), + [sym__inter_single_quotes] = STATE(3474), + [sym__inter_double_quotes] = STATE(3472), + [sym_val_list] = STATE(3276), + [sym__list_item_expression] = STATE(3466), + [sym__list_item_starts_with_sign] = STATE(3402), + [sym_val_record] = STATE(3477), + [sym_val_table] = STATE(3394), + [sym_val_closure] = STATE(3477), + [sym_short_flag] = STATE(3402), + [sym_long_flag] = STATE(3402), + [sym__unquoted_in_list] = STATE(3402), [sym_comment] = STATE(883), - [anon_sym_export] = ACTIONS(2160), - [anon_sym_alias] = ACTIONS(2160), - [anon_sym_let] = ACTIONS(2160), - [anon_sym_let_DASHenv] = ACTIONS(2160), - [anon_sym_mut] = ACTIONS(2160), - [anon_sym_const] = ACTIONS(2160), - [anon_sym_SEMI] = ACTIONS(2160), - [sym_cmd_identifier] = ACTIONS(2160), - [anon_sym_LF] = ACTIONS(2162), - [anon_sym_def] = ACTIONS(2160), - [anon_sym_export_DASHenv] = ACTIONS(2160), - [anon_sym_extern] = ACTIONS(2160), - [anon_sym_module] = ACTIONS(2160), - [anon_sym_use] = ACTIONS(2160), - [anon_sym_LBRACK] = ACTIONS(2160), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2160), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2160), - [anon_sym_DASH] = ACTIONS(2160), - [anon_sym_break] = ACTIONS(2160), - [anon_sym_continue] = ACTIONS(2160), - [anon_sym_for] = ACTIONS(2160), - [anon_sym_loop] = ACTIONS(2160), - [anon_sym_while] = ACTIONS(2160), - [anon_sym_do] = ACTIONS(2160), - [anon_sym_if] = ACTIONS(2160), - [anon_sym_match] = ACTIONS(2160), - [anon_sym_LBRACE] = ACTIONS(2160), - [anon_sym_RBRACE] = ACTIONS(2160), - [anon_sym_DOT] = ACTIONS(2160), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2160), - [anon_sym_return] = ACTIONS(2160), - [anon_sym_source] = ACTIONS(2160), - [anon_sym_source_DASHenv] = ACTIONS(2160), - [anon_sym_register] = ACTIONS(2160), - [anon_sym_hide] = ACTIONS(2160), - [anon_sym_hide_DASHenv] = ACTIONS(2160), - [anon_sym_overlay] = ACTIONS(2160), - [anon_sym_where] = ACTIONS(2160), - [anon_sym_PLUS] = ACTIONS(2160), - [anon_sym_not] = ACTIONS(2160), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2160), - [anon_sym_true] = ACTIONS(2160), - [anon_sym_false] = ACTIONS(2160), - [aux_sym__val_number_decimal_token1] = ACTIONS(2160), - [aux_sym__val_number_token1] = ACTIONS(2160), - [aux_sym__val_number_token2] = ACTIONS(2160), - [aux_sym__val_number_token3] = ACTIONS(2160), - [aux_sym__val_number_token4] = ACTIONS(2160), - [aux_sym__val_number_token5] = ACTIONS(2160), - [aux_sym__val_number_token6] = ACTIONS(2160), - [anon_sym_0b] = ACTIONS(2160), - [anon_sym_0o] = ACTIONS(2160), - [anon_sym_0x] = ACTIONS(2160), - [sym_val_date] = ACTIONS(2160), - [anon_sym_DQUOTE] = ACTIONS(2160), - [sym__str_single_quotes] = ACTIONS(2160), - [sym__str_back_ticks] = ACTIONS(2160), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2160), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2160), - [anon_sym_CARET] = ACTIONS(2160), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__match_pattern_list_repeat1] = STATE(2036), + [aux_sym_val_list_repeat1] = STATE(1416), + [anon_sym_LBRACK] = ACTIONS(2434), + [anon_sym_RBRACK] = ACTIONS(2551), + [anon_sym_LPAREN] = ACTIONS(2438), + [anon_sym_DOLLAR] = ACTIONS(2440), + [anon_sym_DASH] = ACTIONS(2442), + [anon_sym_LBRACE] = ACTIONS(2444), + [anon_sym_DOT] = ACTIONS(2446), + [anon_sym_PLUS] = ACTIONS(2448), + [anon_sym_null] = ACTIONS(2450), + [anon_sym_true] = ACTIONS(2452), + [anon_sym_false] = ACTIONS(2452), + [aux_sym__val_number_decimal_token1] = ACTIONS(2454), + [aux_sym__val_number_token1] = ACTIONS(2456), + [aux_sym__val_number_token2] = ACTIONS(2456), + [aux_sym__val_number_token3] = ACTIONS(2456), + [aux_sym__val_number_token4] = ACTIONS(2458), + [aux_sym__val_number_token5] = ACTIONS(2458), + [aux_sym__val_number_token6] = ACTIONS(2458), + [anon_sym_0b] = ACTIONS(2460), + [anon_sym_0o] = ACTIONS(2460), + [anon_sym_0x] = ACTIONS(2460), + [sym_val_date] = ACTIONS(2462), + [anon_sym_DQUOTE] = ACTIONS(2464), + [sym__str_single_quotes] = ACTIONS(2466), + [sym__str_back_ticks] = ACTIONS(2466), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2468), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2470), + [aux_sym__unquoted_in_list_token1] = ACTIONS(2472), + [anon_sym_POUND] = ACTIONS(3), }, [884] = { + [sym_cell_path] = STATE(1042), + [sym_path] = STATE(896), [sym_comment] = STATE(884), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_PIPE] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(2164), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(2166), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(2164), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_err_GT] = ACTIONS(1375), - [anon_sym_out_GT] = ACTIONS(1375), - [anon_sym_e_GT] = ACTIONS(1375), - [anon_sym_o_GT] = ACTIONS(1375), - [anon_sym_err_PLUSout_GT] = ACTIONS(1375), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1375), - [anon_sym_o_PLUSe_GT] = ACTIONS(1375), - [anon_sym_e_PLUSo_GT] = ACTIONS(1375), - [aux_sym_unquoted_token1] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(2168), - [aux_sym_unquoted_token6] = ACTIONS(2170), + [ts_builtin_sym_end] = ACTIONS(717), + [anon_sym_export] = ACTIONS(715), + [anon_sym_alias] = ACTIONS(715), + [anon_sym_let] = ACTIONS(715), + [anon_sym_let_DASHenv] = ACTIONS(715), + [anon_sym_mut] = ACTIONS(715), + [anon_sym_const] = ACTIONS(715), + [anon_sym_SEMI] = ACTIONS(715), + [sym_cmd_identifier] = ACTIONS(715), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_def] = ACTIONS(715), + [anon_sym_export_DASHenv] = ACTIONS(715), + [anon_sym_extern] = ACTIONS(715), + [anon_sym_module] = ACTIONS(715), + [anon_sym_use] = ACTIONS(715), + [anon_sym_LBRACK] = ACTIONS(715), + [anon_sym_LPAREN] = ACTIONS(715), + [anon_sym_DOLLAR] = ACTIONS(715), + [anon_sym_error] = ACTIONS(715), + [anon_sym_DASH] = ACTIONS(715), + [anon_sym_break] = ACTIONS(715), + [anon_sym_continue] = ACTIONS(715), + [anon_sym_for] = ACTIONS(715), + [anon_sym_loop] = ACTIONS(715), + [anon_sym_while] = ACTIONS(715), + [anon_sym_do] = ACTIONS(715), + [anon_sym_if] = ACTIONS(715), + [anon_sym_match] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(715), + [anon_sym_DOT] = ACTIONS(715), + [anon_sym_DOT2] = ACTIONS(2553), + [anon_sym_try] = ACTIONS(715), + [anon_sym_return] = ACTIONS(715), + [anon_sym_source] = ACTIONS(715), + [anon_sym_source_DASHenv] = ACTIONS(715), + [anon_sym_register] = ACTIONS(715), + [anon_sym_hide] = ACTIONS(715), + [anon_sym_hide_DASHenv] = ACTIONS(715), + [anon_sym_overlay] = ACTIONS(715), + [anon_sym_where] = ACTIONS(715), + [anon_sym_PLUS] = ACTIONS(715), + [anon_sym_not] = ACTIONS(715), + [anon_sym_null] = ACTIONS(715), + [anon_sym_true] = ACTIONS(715), + [anon_sym_false] = ACTIONS(715), + [aux_sym__val_number_decimal_token1] = ACTIONS(715), + [aux_sym__val_number_token1] = ACTIONS(715), + [aux_sym__val_number_token2] = ACTIONS(715), + [aux_sym__val_number_token3] = ACTIONS(715), + [aux_sym__val_number_token4] = ACTIONS(715), + [aux_sym__val_number_token5] = ACTIONS(715), + [aux_sym__val_number_token6] = ACTIONS(715), + [anon_sym_0b] = ACTIONS(715), + [anon_sym_0o] = ACTIONS(715), + [anon_sym_0x] = ACTIONS(715), + [sym_val_date] = ACTIONS(715), + [anon_sym_DQUOTE] = ACTIONS(715), + [sym__str_single_quotes] = ACTIONS(715), + [sym__str_back_ticks] = ACTIONS(715), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(715), + [anon_sym_CARET] = ACTIONS(715), [anon_sym_POUND] = ACTIONS(105), }, [885] = { - [sym_expr_parenthesized] = STATE(1320), - [sym__immediate_decimal] = STATE(1321), - [sym_val_variable] = STATE(1320), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(1684), + [sym__immediate_decimal] = STATE(1683), + [sym_val_variable] = STATE(1684), + [sym__var] = STATE(1463), [sym_comment] = STATE(885), - [anon_sym_export] = ACTIONS(2172), - [anon_sym_alias] = ACTIONS(2172), - [anon_sym_let] = ACTIONS(2172), - [anon_sym_let_DASHenv] = ACTIONS(2172), - [anon_sym_mut] = ACTIONS(2172), - [anon_sym_const] = ACTIONS(2172), - [anon_sym_SEMI] = ACTIONS(2172), - [sym_cmd_identifier] = ACTIONS(2172), - [anon_sym_LF] = ACTIONS(2174), - [anon_sym_def] = ACTIONS(2172), - [anon_sym_export_DASHenv] = ACTIONS(2172), - [anon_sym_extern] = ACTIONS(2172), - [anon_sym_module] = ACTIONS(2172), - [anon_sym_use] = ACTIONS(2172), - [anon_sym_LBRACK] = ACTIONS(2172), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2172), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2172), - [anon_sym_DASH] = ACTIONS(2172), - [anon_sym_break] = ACTIONS(2172), - [anon_sym_continue] = ACTIONS(2172), - [anon_sym_for] = ACTIONS(2172), - [anon_sym_loop] = ACTIONS(2172), - [anon_sym_while] = ACTIONS(2172), - [anon_sym_do] = ACTIONS(2172), - [anon_sym_if] = ACTIONS(2172), - [anon_sym_match] = ACTIONS(2172), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_RBRACE] = ACTIONS(2172), - [anon_sym_DOT] = ACTIONS(2172), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2172), - [anon_sym_return] = ACTIONS(2172), - [anon_sym_source] = ACTIONS(2172), - [anon_sym_source_DASHenv] = ACTIONS(2172), - [anon_sym_register] = ACTIONS(2172), - [anon_sym_hide] = ACTIONS(2172), - [anon_sym_hide_DASHenv] = ACTIONS(2172), - [anon_sym_overlay] = ACTIONS(2172), - [anon_sym_where] = ACTIONS(2172), - [anon_sym_PLUS] = ACTIONS(2172), - [anon_sym_not] = ACTIONS(2172), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2172), - [anon_sym_true] = ACTIONS(2172), - [anon_sym_false] = ACTIONS(2172), - [aux_sym__val_number_decimal_token1] = ACTIONS(2172), - [aux_sym__val_number_token1] = ACTIONS(2172), - [aux_sym__val_number_token2] = ACTIONS(2172), - [aux_sym__val_number_token3] = ACTIONS(2172), - [aux_sym__val_number_token4] = ACTIONS(2172), - [aux_sym__val_number_token5] = ACTIONS(2172), - [aux_sym__val_number_token6] = ACTIONS(2172), - [anon_sym_0b] = ACTIONS(2172), - [anon_sym_0o] = ACTIONS(2172), - [anon_sym_0x] = ACTIONS(2172), - [sym_val_date] = ACTIONS(2172), - [anon_sym_DQUOTE] = ACTIONS(2172), - [sym__str_single_quotes] = ACTIONS(2172), - [sym__str_back_ticks] = ACTIONS(2172), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2172), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2172), - [anon_sym_CARET] = ACTIONS(2172), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_export] = ACTIONS(1466), + [anon_sym_alias] = ACTIONS(1466), + [anon_sym_let] = ACTIONS(1466), + [anon_sym_let_DASHenv] = ACTIONS(1466), + [anon_sym_mut] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [sym_cmd_identifier] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1466), + [anon_sym_export_DASHenv] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym_module] = ACTIONS(1466), + [anon_sym_use] = ACTIONS(1466), + [anon_sym_COMMA] = ACTIONS(1468), + [anon_sym_LPAREN] = ACTIONS(2530), + [anon_sym_DOLLAR] = ACTIONS(2269), + [anon_sym_error] = ACTIONS(1466), + [anon_sym_list] = ACTIONS(1466), + [anon_sym_LT] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_loop] = ACTIONS(1466), + [anon_sym_make] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_else] = ACTIONS(1466), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_RBRACE] = ACTIONS(1468), + [anon_sym_DOT] = ACTIONS(1466), + [anon_sym_DOT2] = ACTIONS(2534), + [anon_sym_try] = ACTIONS(1466), + [anon_sym_catch] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_source] = ACTIONS(1466), + [anon_sym_source_DASHenv] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_hide] = ACTIONS(1466), + [anon_sym_hide_DASHenv] = ACTIONS(1466), + [anon_sym_overlay] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1466), + [anon_sym_as] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_EQ2] = ACTIONS(2558), + [aux_sym__immediate_decimal_token1] = ACTIONS(2538), + [anon_sym_DASH2] = ACTIONS(2540), + [anon_sym_PLUS2] = ACTIONS(2542), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_token1] = ACTIONS(1468), + [aux_sym__val_number_token2] = ACTIONS(1468), + [aux_sym__val_number_token3] = ACTIONS(1468), + [aux_sym__val_number_token4] = ACTIONS(1466), + [aux_sym__val_number_token5] = ACTIONS(1468), + [aux_sym__val_number_token6] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1468), + [sym__str_single_quotes] = ACTIONS(1468), + [sym__str_back_ticks] = ACTIONS(1468), + [aux_sym__record_key_token2] = ACTIONS(1466), + [anon_sym_POUND] = ACTIONS(3), }, [886] = { - [sym_expr_parenthesized] = STATE(1423), - [sym__immediate_decimal] = STATE(1424), - [sym_val_variable] = STATE(1423), - [sym__var] = STATE(1127), [sym_comment] = STATE(886), - [anon_sym_export] = ACTIONS(2176), - [anon_sym_alias] = ACTIONS(2176), - [anon_sym_let] = ACTIONS(2176), - [anon_sym_let_DASHenv] = ACTIONS(2176), - [anon_sym_mut] = ACTIONS(2176), - [anon_sym_const] = ACTIONS(2176), - [anon_sym_SEMI] = ACTIONS(2176), - [sym_cmd_identifier] = ACTIONS(2176), - [anon_sym_LF] = ACTIONS(2178), - [anon_sym_def] = ACTIONS(2176), - [anon_sym_export_DASHenv] = ACTIONS(2176), - [anon_sym_extern] = ACTIONS(2176), - [anon_sym_module] = ACTIONS(2176), - [anon_sym_use] = ACTIONS(2176), - [anon_sym_LBRACK] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2176), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2176), - [anon_sym_DASH] = ACTIONS(2176), - [anon_sym_break] = ACTIONS(2176), - [anon_sym_continue] = ACTIONS(2176), - [anon_sym_for] = ACTIONS(2176), - [anon_sym_loop] = ACTIONS(2176), - [anon_sym_while] = ACTIONS(2176), - [anon_sym_do] = ACTIONS(2176), - [anon_sym_if] = ACTIONS(2176), - [anon_sym_match] = ACTIONS(2176), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_RBRACE] = ACTIONS(2176), - [anon_sym_DOT] = ACTIONS(2176), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2176), - [anon_sym_return] = ACTIONS(2176), - [anon_sym_source] = ACTIONS(2176), - [anon_sym_source_DASHenv] = ACTIONS(2176), - [anon_sym_register] = ACTIONS(2176), - [anon_sym_hide] = ACTIONS(2176), - [anon_sym_hide_DASHenv] = ACTIONS(2176), - [anon_sym_overlay] = ACTIONS(2176), - [anon_sym_where] = ACTIONS(2176), - [anon_sym_PLUS] = ACTIONS(2176), - [anon_sym_not] = ACTIONS(2176), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2176), - [anon_sym_true] = ACTIONS(2176), - [anon_sym_false] = ACTIONS(2176), - [aux_sym__val_number_decimal_token1] = ACTIONS(2176), - [aux_sym__val_number_token1] = ACTIONS(2176), - [aux_sym__val_number_token2] = ACTIONS(2176), - [aux_sym__val_number_token3] = ACTIONS(2176), - [aux_sym__val_number_token4] = ACTIONS(2176), - [aux_sym__val_number_token5] = ACTIONS(2176), - [aux_sym__val_number_token6] = ACTIONS(2176), - [anon_sym_0b] = ACTIONS(2176), - [anon_sym_0o] = ACTIONS(2176), - [anon_sym_0x] = ACTIONS(2176), - [sym_val_date] = ACTIONS(2176), - [anon_sym_DQUOTE] = ACTIONS(2176), - [sym__str_single_quotes] = ACTIONS(2176), - [sym__str_back_ticks] = ACTIONS(2176), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2176), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2176), - [anon_sym_CARET] = ACTIONS(2176), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [887] = { - [sym_expr_parenthesized] = STATE(1444), - [sym__immediate_decimal] = STATE(1446), - [sym_val_variable] = STATE(1444), - [sym__var] = STATE(1127), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(887), - [anon_sym_export] = ACTIONS(2180), - [anon_sym_alias] = ACTIONS(2180), - [anon_sym_let] = ACTIONS(2180), - [anon_sym_let_DASHenv] = ACTIONS(2180), - [anon_sym_mut] = ACTIONS(2180), - [anon_sym_const] = ACTIONS(2180), - [anon_sym_SEMI] = ACTIONS(2180), - [sym_cmd_identifier] = ACTIONS(2180), - [anon_sym_LF] = ACTIONS(2182), - [anon_sym_def] = ACTIONS(2180), - [anon_sym_export_DASHenv] = ACTIONS(2180), - [anon_sym_extern] = ACTIONS(2180), - [anon_sym_module] = ACTIONS(2180), - [anon_sym_use] = ACTIONS(2180), - [anon_sym_LBRACK] = ACTIONS(2180), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2180), - [anon_sym_DOLLAR] = ACTIONS(2010), - [anon_sym_error] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_break] = ACTIONS(2180), - [anon_sym_continue] = ACTIONS(2180), - [anon_sym_for] = ACTIONS(2180), - [anon_sym_loop] = ACTIONS(2180), - [anon_sym_while] = ACTIONS(2180), - [anon_sym_do] = ACTIONS(2180), - [anon_sym_if] = ACTIONS(2180), - [anon_sym_match] = ACTIONS(2180), - [anon_sym_LBRACE] = ACTIONS(2180), - [anon_sym_RBRACE] = ACTIONS(2180), - [anon_sym_DOT] = ACTIONS(2180), - [anon_sym_DOT2] = ACTIONS(2014), - [anon_sym_try] = ACTIONS(2180), - [anon_sym_return] = ACTIONS(2180), - [anon_sym_source] = ACTIONS(2180), - [anon_sym_source_DASHenv] = ACTIONS(2180), - [anon_sym_register] = ACTIONS(2180), - [anon_sym_hide] = ACTIONS(2180), - [anon_sym_hide_DASHenv] = ACTIONS(2180), - [anon_sym_overlay] = ACTIONS(2180), - [anon_sym_where] = ACTIONS(2180), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_not] = ACTIONS(2180), - [aux_sym__immediate_decimal_token1] = ACTIONS(2018), - [anon_sym_DASH2] = ACTIONS(2020), - [anon_sym_PLUS2] = ACTIONS(2022), - [anon_sym_null] = ACTIONS(2180), - [anon_sym_true] = ACTIONS(2180), - [anon_sym_false] = ACTIONS(2180), - [aux_sym__val_number_decimal_token1] = ACTIONS(2180), - [aux_sym__val_number_token1] = ACTIONS(2180), - [aux_sym__val_number_token2] = ACTIONS(2180), - [aux_sym__val_number_token3] = ACTIONS(2180), - [aux_sym__val_number_token4] = ACTIONS(2180), - [aux_sym__val_number_token5] = ACTIONS(2180), - [aux_sym__val_number_token6] = ACTIONS(2180), - [anon_sym_0b] = ACTIONS(2180), - [anon_sym_0o] = ACTIONS(2180), - [anon_sym_0x] = ACTIONS(2180), - [sym_val_date] = ACTIONS(2180), - [anon_sym_DQUOTE] = ACTIONS(2180), - [sym__str_single_quotes] = ACTIONS(2180), - [sym__str_back_ticks] = ACTIONS(2180), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2180), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2560), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [888] = { - [sym_cell_path] = STATE(1065), - [sym_path] = STATE(914), [sym_comment] = STATE(888), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_LF] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_RPAREN] = ACTIONS(1431), - [anon_sym_PIPE] = ACTIONS(1431), - [anon_sym_DOLLAR] = ACTIONS(1431), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1431), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_STAR_STAR] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_mod] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(1431), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_bit_DASHshl] = ACTIONS(1431), - [anon_sym_bit_DASHshr] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1431), - [anon_sym_BANG_EQ] = ACTIONS(1431), - [anon_sym_LT2] = ACTIONS(1431), - [anon_sym_LT_EQ] = ACTIONS(1431), - [anon_sym_GT_EQ] = ACTIONS(1431), - [anon_sym_not_DASHin] = ACTIONS(1431), - [anon_sym_starts_DASHwith] = ACTIONS(1431), - [anon_sym_ends_DASHwith] = ACTIONS(1431), - [anon_sym_EQ_TILDE] = ACTIONS(1431), - [anon_sym_BANG_TILDE] = ACTIONS(1431), - [anon_sym_bit_DASHand] = ACTIONS(1431), - [anon_sym_bit_DASHxor] = ACTIONS(1431), - [anon_sym_bit_DASHor] = ACTIONS(1431), - [anon_sym_and] = ACTIONS(1431), - [anon_sym_xor] = ACTIONS(1431), - [anon_sym_or] = ACTIONS(1431), - [anon_sym_null] = ACTIONS(1431), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1431), - [aux_sym__val_number_token2] = ACTIONS(1431), - [aux_sym__val_number_token3] = ACTIONS(1431), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1431), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_0b] = ACTIONS(1431), - [anon_sym_0o] = ACTIONS(1431), - [anon_sym_0x] = ACTIONS(1431), - [sym_val_date] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym__str_single_quotes] = ACTIONS(1431), - [sym__str_back_ticks] = ACTIONS(1431), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1431), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1431), - [anon_sym_err_GT] = ACTIONS(1431), - [anon_sym_out_GT] = ACTIONS(1431), - [anon_sym_e_GT] = ACTIONS(1431), - [anon_sym_o_GT] = ACTIONS(1431), - [anon_sym_err_PLUSout_GT] = ACTIONS(1431), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1431), - [anon_sym_o_PLUSe_GT] = ACTIONS(1431), - [anon_sym_e_PLUSo_GT] = ACTIONS(1431), - [aux_sym_unquoted_token1] = ACTIONS(1431), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_RPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2394), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [889] = { - [sym_expr_parenthesized] = STATE(1633), - [sym__immediate_decimal] = STATE(1632), - [sym_val_variable] = STATE(1633), - [sym__var] = STATE(1173), [sym_comment] = STATE(889), - [ts_builtin_sym_end] = ACTIONS(2138), - [anon_sym_export] = ACTIONS(2136), - [anon_sym_alias] = ACTIONS(2136), - [anon_sym_let] = ACTIONS(2136), - [anon_sym_let_DASHenv] = ACTIONS(2136), - [anon_sym_mut] = ACTIONS(2136), - [anon_sym_const] = ACTIONS(2136), - [anon_sym_SEMI] = ACTIONS(2136), - [sym_cmd_identifier] = ACTIONS(2136), - [anon_sym_LF] = ACTIONS(2138), - [anon_sym_def] = ACTIONS(2136), - [anon_sym_export_DASHenv] = ACTIONS(2136), - [anon_sym_extern] = ACTIONS(2136), - [anon_sym_module] = ACTIONS(2136), - [anon_sym_use] = ACTIONS(2136), - [anon_sym_LBRACK] = ACTIONS(2136), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2136), - [anon_sym_DASH] = ACTIONS(2136), - [anon_sym_break] = ACTIONS(2136), - [anon_sym_continue] = ACTIONS(2136), - [anon_sym_for] = ACTIONS(2136), - [anon_sym_loop] = ACTIONS(2136), - [anon_sym_while] = ACTIONS(2136), - [anon_sym_do] = ACTIONS(2136), - [anon_sym_if] = ACTIONS(2136), - [anon_sym_match] = ACTIONS(2136), - [anon_sym_LBRACE] = ACTIONS(2136), - [anon_sym_DOT] = ACTIONS(2136), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2136), - [anon_sym_return] = ACTIONS(2136), - [anon_sym_source] = ACTIONS(2136), - [anon_sym_source_DASHenv] = ACTIONS(2136), - [anon_sym_register] = ACTIONS(2136), - [anon_sym_hide] = ACTIONS(2136), - [anon_sym_hide_DASHenv] = ACTIONS(2136), - [anon_sym_overlay] = ACTIONS(2136), - [anon_sym_where] = ACTIONS(2136), - [anon_sym_PLUS] = ACTIONS(2136), - [anon_sym_not] = ACTIONS(2136), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2136), - [anon_sym_true] = ACTIONS(2136), - [anon_sym_false] = ACTIONS(2136), - [aux_sym__val_number_decimal_token1] = ACTIONS(2136), - [aux_sym__val_number_token1] = ACTIONS(2136), - [aux_sym__val_number_token2] = ACTIONS(2136), - [aux_sym__val_number_token3] = ACTIONS(2136), - [aux_sym__val_number_token4] = ACTIONS(2136), - [aux_sym__val_number_token5] = ACTIONS(2136), - [aux_sym__val_number_token6] = ACTIONS(2136), - [anon_sym_0b] = ACTIONS(2136), - [anon_sym_0o] = ACTIONS(2136), - [anon_sym_0x] = ACTIONS(2136), - [sym_val_date] = ACTIONS(2136), - [anon_sym_DQUOTE] = ACTIONS(2136), - [sym__str_single_quotes] = ACTIONS(2136), - [sym__str_back_ticks] = ACTIONS(2136), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2136), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2136), - [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_RPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_DOT2] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token2] = ACTIONS(2381), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), [anon_sym_POUND] = ACTIONS(105), }, [890] = { - [sym_path] = STATE(986), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(890), - [aux_sym_cell_path_repeat1] = STATE(904), - [anon_sym_SEMI] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_RPAREN] = ACTIONS(1394), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_err_GT] = ACTIONS(1394), - [anon_sym_out_GT] = ACTIONS(1394), - [anon_sym_e_GT] = ACTIONS(1394), - [anon_sym_o_GT] = ACTIONS(1394), - [anon_sym_err_PLUSout_GT] = ACTIONS(1394), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1394), - [anon_sym_o_PLUSe_GT] = ACTIONS(1394), - [anon_sym_e_PLUSo_GT] = ACTIONS(1394), - [aux_sym_unquoted_token1] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2562), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [891] = { - [sym_expr_parenthesized] = STATE(1598), - [sym__immediate_decimal] = STATE(1584), - [sym_val_variable] = STATE(1598), - [sym__var] = STATE(1173), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(891), - [ts_builtin_sym_end] = ACTIONS(2162), - [anon_sym_export] = ACTIONS(2160), - [anon_sym_alias] = ACTIONS(2160), - [anon_sym_let] = ACTIONS(2160), - [anon_sym_let_DASHenv] = ACTIONS(2160), - [anon_sym_mut] = ACTIONS(2160), - [anon_sym_const] = ACTIONS(2160), - [anon_sym_SEMI] = ACTIONS(2160), - [sym_cmd_identifier] = ACTIONS(2160), - [anon_sym_LF] = ACTIONS(2162), - [anon_sym_def] = ACTIONS(2160), - [anon_sym_export_DASHenv] = ACTIONS(2160), - [anon_sym_extern] = ACTIONS(2160), - [anon_sym_module] = ACTIONS(2160), - [anon_sym_use] = ACTIONS(2160), - [anon_sym_LBRACK] = ACTIONS(2160), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2160), - [anon_sym_DASH] = ACTIONS(2160), - [anon_sym_break] = ACTIONS(2160), - [anon_sym_continue] = ACTIONS(2160), - [anon_sym_for] = ACTIONS(2160), - [anon_sym_loop] = ACTIONS(2160), - [anon_sym_while] = ACTIONS(2160), - [anon_sym_do] = ACTIONS(2160), - [anon_sym_if] = ACTIONS(2160), - [anon_sym_match] = ACTIONS(2160), - [anon_sym_LBRACE] = ACTIONS(2160), - [anon_sym_DOT] = ACTIONS(2160), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2160), - [anon_sym_return] = ACTIONS(2160), - [anon_sym_source] = ACTIONS(2160), - [anon_sym_source_DASHenv] = ACTIONS(2160), - [anon_sym_register] = ACTIONS(2160), - [anon_sym_hide] = ACTIONS(2160), - [anon_sym_hide_DASHenv] = ACTIONS(2160), - [anon_sym_overlay] = ACTIONS(2160), - [anon_sym_where] = ACTIONS(2160), - [anon_sym_PLUS] = ACTIONS(2160), - [anon_sym_not] = ACTIONS(2160), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2160), - [anon_sym_true] = ACTIONS(2160), - [anon_sym_false] = ACTIONS(2160), - [aux_sym__val_number_decimal_token1] = ACTIONS(2160), - [aux_sym__val_number_token1] = ACTIONS(2160), - [aux_sym__val_number_token2] = ACTIONS(2160), - [aux_sym__val_number_token3] = ACTIONS(2160), - [aux_sym__val_number_token4] = ACTIONS(2160), - [aux_sym__val_number_token5] = ACTIONS(2160), - [aux_sym__val_number_token6] = ACTIONS(2160), - [anon_sym_0b] = ACTIONS(2160), - [anon_sym_0o] = ACTIONS(2160), - [anon_sym_0x] = ACTIONS(2160), - [sym_val_date] = ACTIONS(2160), - [anon_sym_DQUOTE] = ACTIONS(2160), - [sym__str_single_quotes] = ACTIONS(2160), - [sym__str_back_ticks] = ACTIONS(2160), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2160), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2160), - [anon_sym_CARET] = ACTIONS(2160), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(2564), + [anon_sym_alias] = ACTIONS(2564), + [anon_sym_let] = ACTIONS(2564), + [anon_sym_let_DASHenv] = ACTIONS(2564), + [anon_sym_mut] = ACTIONS(2564), + [anon_sym_const] = ACTIONS(2564), + [sym_cmd_identifier] = ACTIONS(2564), + [anon_sym_def] = ACTIONS(2564), + [anon_sym_export_DASHenv] = ACTIONS(2564), + [anon_sym_extern] = ACTIONS(2564), + [anon_sym_module] = ACTIONS(2564), + [anon_sym_use] = ACTIONS(2564), + [anon_sym_LPAREN] = ACTIONS(2567), + [anon_sym_DOLLAR] = ACTIONS(2570), + [anon_sym_error] = ACTIONS(2564), + [anon_sym_list] = ACTIONS(2564), + [anon_sym_DASH] = ACTIONS(2573), + [anon_sym_break] = ACTIONS(2564), + [anon_sym_continue] = ACTIONS(2564), + [anon_sym_for] = ACTIONS(2564), + [anon_sym_in] = ACTIONS(2564), + [anon_sym_loop] = ACTIONS(2564), + [anon_sym_make] = ACTIONS(2564), + [anon_sym_while] = ACTIONS(2564), + [anon_sym_do] = ACTIONS(2564), + [anon_sym_if] = ACTIONS(2564), + [anon_sym_else] = ACTIONS(2564), + [anon_sym_match] = ACTIONS(2564), + [anon_sym_RBRACE] = ACTIONS(2576), + [anon_sym_DOT] = ACTIONS(2578), + [anon_sym_try] = ACTIONS(2564), + [anon_sym_catch] = ACTIONS(2564), + [anon_sym_return] = ACTIONS(2564), + [anon_sym_source] = ACTIONS(2564), + [anon_sym_source_DASHenv] = ACTIONS(2564), + [anon_sym_register] = ACTIONS(2564), + [anon_sym_hide] = ACTIONS(2564), + [anon_sym_hide_DASHenv] = ACTIONS(2564), + [anon_sym_overlay] = ACTIONS(2564), + [anon_sym_new] = ACTIONS(2564), + [anon_sym_as] = ACTIONS(2564), + [anon_sym_PLUS] = ACTIONS(2581), + [aux_sym__val_number_decimal_token1] = ACTIONS(2584), + [aux_sym__val_number_token1] = ACTIONS(2587), + [aux_sym__val_number_token2] = ACTIONS(2587), + [aux_sym__val_number_token3] = ACTIONS(2587), + [aux_sym__val_number_token4] = ACTIONS(2590), + [aux_sym__val_number_token5] = ACTIONS(2587), + [aux_sym__val_number_token6] = ACTIONS(2590), + [anon_sym_DQUOTE] = ACTIONS(2593), + [sym__str_single_quotes] = ACTIONS(2596), + [sym__str_back_ticks] = ACTIONS(2596), + [aux_sym__record_key_token2] = ACTIONS(2599), + [anon_sym_POUND] = ACTIONS(3), }, [892] = { - [sym_expr_parenthesized] = STATE(1491), - [sym__immediate_decimal] = STATE(1529), - [sym_val_variable] = STATE(1491), - [sym__var] = STATE(1173), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(892), - [ts_builtin_sym_end] = ACTIONS(2174), - [anon_sym_export] = ACTIONS(2172), - [anon_sym_alias] = ACTIONS(2172), - [anon_sym_let] = ACTIONS(2172), - [anon_sym_let_DASHenv] = ACTIONS(2172), - [anon_sym_mut] = ACTIONS(2172), - [anon_sym_const] = ACTIONS(2172), - [anon_sym_SEMI] = ACTIONS(2172), - [sym_cmd_identifier] = ACTIONS(2172), - [anon_sym_LF] = ACTIONS(2174), - [anon_sym_def] = ACTIONS(2172), - [anon_sym_export_DASHenv] = ACTIONS(2172), - [anon_sym_extern] = ACTIONS(2172), - [anon_sym_module] = ACTIONS(2172), - [anon_sym_use] = ACTIONS(2172), - [anon_sym_LBRACK] = ACTIONS(2172), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2172), - [anon_sym_DASH] = ACTIONS(2172), - [anon_sym_break] = ACTIONS(2172), - [anon_sym_continue] = ACTIONS(2172), - [anon_sym_for] = ACTIONS(2172), - [anon_sym_loop] = ACTIONS(2172), - [anon_sym_while] = ACTIONS(2172), - [anon_sym_do] = ACTIONS(2172), - [anon_sym_if] = ACTIONS(2172), - [anon_sym_match] = ACTIONS(2172), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_DOT] = ACTIONS(2172), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2172), - [anon_sym_return] = ACTIONS(2172), - [anon_sym_source] = ACTIONS(2172), - [anon_sym_source_DASHenv] = ACTIONS(2172), - [anon_sym_register] = ACTIONS(2172), - [anon_sym_hide] = ACTIONS(2172), - [anon_sym_hide_DASHenv] = ACTIONS(2172), - [anon_sym_overlay] = ACTIONS(2172), - [anon_sym_where] = ACTIONS(2172), - [anon_sym_PLUS] = ACTIONS(2172), - [anon_sym_not] = ACTIONS(2172), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2172), - [anon_sym_true] = ACTIONS(2172), - [anon_sym_false] = ACTIONS(2172), - [aux_sym__val_number_decimal_token1] = ACTIONS(2172), - [aux_sym__val_number_token1] = ACTIONS(2172), - [aux_sym__val_number_token2] = ACTIONS(2172), - [aux_sym__val_number_token3] = ACTIONS(2172), - [aux_sym__val_number_token4] = ACTIONS(2172), - [aux_sym__val_number_token5] = ACTIONS(2172), - [aux_sym__val_number_token6] = ACTIONS(2172), - [anon_sym_0b] = ACTIONS(2172), - [anon_sym_0o] = ACTIONS(2172), - [anon_sym_0x] = ACTIONS(2172), - [sym_val_date] = ACTIONS(2172), - [anon_sym_DQUOTE] = ACTIONS(2172), - [sym__str_single_quotes] = ACTIONS(2172), - [sym__str_back_ticks] = ACTIONS(2172), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2172), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2172), - [anon_sym_CARET] = ACTIONS(2172), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2602), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [893] = { - [sym__command_name] = STATE(1472), - [sym_scope_pattern] = STATE(1291), - [sym_wild_card] = STATE(1474), - [sym_command_list] = STATE(1475), - [sym_val_string] = STATE(1226), - [sym__str_double_quotes] = STATE(1246), + [sym_cell_path] = STATE(993), + [sym_path] = STATE(896), [sym_comment] = STATE(893), - [anon_sym_export] = ACTIONS(2186), - [anon_sym_alias] = ACTIONS(2186), - [anon_sym_let] = ACTIONS(2186), - [anon_sym_let_DASHenv] = ACTIONS(2186), - [anon_sym_mut] = ACTIONS(2186), - [anon_sym_const] = ACTIONS(2186), - [anon_sym_SEMI] = ACTIONS(2186), - [sym_cmd_identifier] = ACTIONS(2188), - [anon_sym_LF] = ACTIONS(2190), - [anon_sym_def] = ACTIONS(2186), - [anon_sym_export_DASHenv] = ACTIONS(2186), - [anon_sym_extern] = ACTIONS(2186), - [anon_sym_module] = ACTIONS(2186), - [anon_sym_use] = ACTIONS(2186), - [anon_sym_LBRACK] = ACTIONS(2192), - [anon_sym_LPAREN] = ACTIONS(2186), - [anon_sym_RPAREN] = ACTIONS(2186), - [anon_sym_DOLLAR] = ACTIONS(2186), - [anon_sym_error] = ACTIONS(2186), - [anon_sym_DASH] = ACTIONS(2186), - [anon_sym_break] = ACTIONS(2186), - [anon_sym_continue] = ACTIONS(2186), - [anon_sym_for] = ACTIONS(2186), - [anon_sym_loop] = ACTIONS(2186), - [anon_sym_while] = ACTIONS(2186), - [anon_sym_do] = ACTIONS(2186), - [anon_sym_if] = ACTIONS(2186), - [anon_sym_match] = ACTIONS(2186), - [anon_sym_LBRACE] = ACTIONS(2186), - [anon_sym_RBRACE] = ACTIONS(2186), - [anon_sym_DOT] = ACTIONS(2186), - [anon_sym_try] = ACTIONS(2186), - [anon_sym_return] = ACTIONS(2186), - [anon_sym_source] = ACTIONS(2186), - [anon_sym_source_DASHenv] = ACTIONS(2186), - [anon_sym_register] = ACTIONS(2186), - [anon_sym_hide] = ACTIONS(2186), - [anon_sym_hide_DASHenv] = ACTIONS(2186), - [anon_sym_overlay] = ACTIONS(2186), - [anon_sym_STAR] = ACTIONS(2194), - [anon_sym_where] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2186), - [anon_sym_not] = ACTIONS(2186), - [anon_sym_null] = ACTIONS(2186), - [anon_sym_true] = ACTIONS(2186), - [anon_sym_false] = ACTIONS(2186), - [aux_sym__val_number_decimal_token1] = ACTIONS(2186), - [aux_sym__val_number_token1] = ACTIONS(2186), - [aux_sym__val_number_token2] = ACTIONS(2186), - [aux_sym__val_number_token3] = ACTIONS(2186), - [aux_sym__val_number_token4] = ACTIONS(2186), - [aux_sym__val_number_token5] = ACTIONS(2186), - [aux_sym__val_number_token6] = ACTIONS(2186), - [anon_sym_0b] = ACTIONS(2186), - [anon_sym_0o] = ACTIONS(2186), - [anon_sym_0x] = ACTIONS(2186), - [sym_val_date] = ACTIONS(2186), - [anon_sym_DQUOTE] = ACTIONS(2196), - [sym__str_single_quotes] = ACTIONS(2198), - [sym__str_back_ticks] = ACTIONS(2198), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2186), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2186), - [anon_sym_CARET] = ACTIONS(2186), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(105), }, [894] = { - [sym_expr_parenthesized] = STATE(1526), - [sym__immediate_decimal] = STATE(1524), - [sym_val_variable] = STATE(1526), - [sym__var] = STATE(1173), + [sym__terminator] = STATE(1152), [sym_comment] = STATE(894), - [ts_builtin_sym_end] = ACTIONS(2130), - [anon_sym_export] = ACTIONS(2128), - [anon_sym_alias] = ACTIONS(2128), - [anon_sym_let] = ACTIONS(2128), - [anon_sym_let_DASHenv] = ACTIONS(2128), - [anon_sym_mut] = ACTIONS(2128), - [anon_sym_const] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2128), - [sym_cmd_identifier] = ACTIONS(2128), - [anon_sym_LF] = ACTIONS(2130), - [anon_sym_def] = ACTIONS(2128), - [anon_sym_export_DASHenv] = ACTIONS(2128), - [anon_sym_extern] = ACTIONS(2128), - [anon_sym_module] = ACTIONS(2128), - [anon_sym_use] = ACTIONS(2128), - [anon_sym_LBRACK] = ACTIONS(2128), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2128), - [anon_sym_DASH] = ACTIONS(2128), - [anon_sym_break] = ACTIONS(2128), - [anon_sym_continue] = ACTIONS(2128), - [anon_sym_for] = ACTIONS(2128), - [anon_sym_loop] = ACTIONS(2128), - [anon_sym_while] = ACTIONS(2128), - [anon_sym_do] = ACTIONS(2128), - [anon_sym_if] = ACTIONS(2128), - [anon_sym_match] = ACTIONS(2128), - [anon_sym_LBRACE] = ACTIONS(2128), - [anon_sym_DOT] = ACTIONS(2128), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2128), - [anon_sym_return] = ACTIONS(2128), - [anon_sym_source] = ACTIONS(2128), - [anon_sym_source_DASHenv] = ACTIONS(2128), - [anon_sym_register] = ACTIONS(2128), - [anon_sym_hide] = ACTIONS(2128), - [anon_sym_hide_DASHenv] = ACTIONS(2128), - [anon_sym_overlay] = ACTIONS(2128), - [anon_sym_where] = ACTIONS(2128), - [anon_sym_PLUS] = ACTIONS(2128), - [anon_sym_not] = ACTIONS(2128), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2128), - [anon_sym_true] = ACTIONS(2128), - [anon_sym_false] = ACTIONS(2128), - [aux_sym__val_number_decimal_token1] = ACTIONS(2128), - [aux_sym__val_number_token1] = ACTIONS(2128), - [aux_sym__val_number_token2] = ACTIONS(2128), - [aux_sym__val_number_token3] = ACTIONS(2128), - [aux_sym__val_number_token4] = ACTIONS(2128), - [aux_sym__val_number_token5] = ACTIONS(2128), - [aux_sym__val_number_token6] = ACTIONS(2128), - [anon_sym_0b] = ACTIONS(2128), - [anon_sym_0o] = ACTIONS(2128), - [anon_sym_0x] = ACTIONS(2128), - [sym_val_date] = ACTIONS(2128), - [anon_sym_DQUOTE] = ACTIONS(2128), - [sym__str_single_quotes] = ACTIONS(2128), - [sym__str_back_ticks] = ACTIONS(2128), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2128), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2128), - [anon_sym_CARET] = ACTIONS(2128), + [aux_sym__block_body_repeat1] = STATE(894), + [anon_sym_export] = ACTIONS(2607), + [anon_sym_alias] = ACTIONS(2607), + [anon_sym_let] = ACTIONS(2607), + [anon_sym_let_DASHenv] = ACTIONS(2607), + [anon_sym_mut] = ACTIONS(2607), + [anon_sym_const] = ACTIONS(2607), + [anon_sym_SEMI] = ACTIONS(2609), + [sym_cmd_identifier] = ACTIONS(2607), + [anon_sym_LF] = ACTIONS(2612), + [anon_sym_def] = ACTIONS(2607), + [anon_sym_export_DASHenv] = ACTIONS(2607), + [anon_sym_extern] = ACTIONS(2607), + [anon_sym_module] = ACTIONS(2607), + [anon_sym_use] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_RPAREN] = ACTIONS(2607), + [anon_sym_DOLLAR] = ACTIONS(2607), + [anon_sym_error] = ACTIONS(2607), + [anon_sym_DASH] = ACTIONS(2607), + [anon_sym_break] = ACTIONS(2607), + [anon_sym_continue] = ACTIONS(2607), + [anon_sym_for] = ACTIONS(2607), + [anon_sym_loop] = ACTIONS(2607), + [anon_sym_while] = ACTIONS(2607), + [anon_sym_do] = ACTIONS(2607), + [anon_sym_if] = ACTIONS(2607), + [anon_sym_match] = ACTIONS(2607), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_RBRACE] = ACTIONS(2607), + [anon_sym_DOT] = ACTIONS(2607), + [anon_sym_try] = ACTIONS(2607), + [anon_sym_return] = ACTIONS(2607), + [anon_sym_source] = ACTIONS(2607), + [anon_sym_source_DASHenv] = ACTIONS(2607), + [anon_sym_register] = ACTIONS(2607), + [anon_sym_hide] = ACTIONS(2607), + [anon_sym_hide_DASHenv] = ACTIONS(2607), + [anon_sym_overlay] = ACTIONS(2607), + [anon_sym_where] = ACTIONS(2607), + [anon_sym_PLUS] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2607), + [anon_sym_null] = ACTIONS(2607), + [anon_sym_true] = ACTIONS(2607), + [anon_sym_false] = ACTIONS(2607), + [aux_sym__val_number_decimal_token1] = ACTIONS(2607), + [aux_sym__val_number_token1] = ACTIONS(2607), + [aux_sym__val_number_token2] = ACTIONS(2607), + [aux_sym__val_number_token3] = ACTIONS(2607), + [aux_sym__val_number_token4] = ACTIONS(2607), + [aux_sym__val_number_token5] = ACTIONS(2607), + [aux_sym__val_number_token6] = ACTIONS(2607), + [anon_sym_0b] = ACTIONS(2607), + [anon_sym_0o] = ACTIONS(2607), + [anon_sym_0x] = ACTIONS(2607), + [sym_val_date] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(2607), + [sym__str_single_quotes] = ACTIONS(2607), + [sym__str_back_ticks] = ACTIONS(2607), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2607), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2607), + [anon_sym_CARET] = ACTIONS(2607), [anon_sym_POUND] = ACTIONS(105), }, [895] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2526), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(895), - [aux_sym_command_repeat1] = STATE(911), - [anon_sym_SEMI] = ACTIONS(2200), - [anon_sym_LF] = ACTIONS(2202), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2200), - [anon_sym_PIPE] = ACTIONS(2200), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_RBRACE] = ACTIONS(2200), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(2615), [anon_sym_POUND] = ACTIONS(105), }, [896] = { + [sym_path] = STATE(1067), [sym_comment] = STATE(896), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(2244), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(2246), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_err_GT] = ACTIONS(1445), - [anon_sym_out_GT] = ACTIONS(1445), - [anon_sym_e_GT] = ACTIONS(1445), - [anon_sym_o_GT] = ACTIONS(1445), - [anon_sym_err_PLUSout_GT] = ACTIONS(1445), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1445), - [anon_sym_o_PLUSe_GT] = ACTIONS(1445), - [anon_sym_e_PLUSo_GT] = ACTIONS(1445), - [aux_sym_unquoted_token1] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(2248), + [aux_sym_cell_path_repeat1] = STATE(881), + [ts_builtin_sym_end] = ACTIONS(747), + [anon_sym_export] = ACTIONS(745), + [anon_sym_alias] = ACTIONS(745), + [anon_sym_let] = ACTIONS(745), + [anon_sym_let_DASHenv] = ACTIONS(745), + [anon_sym_mut] = ACTIONS(745), + [anon_sym_const] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(745), + [sym_cmd_identifier] = ACTIONS(745), + [anon_sym_LF] = ACTIONS(747), + [anon_sym_def] = ACTIONS(745), + [anon_sym_export_DASHenv] = ACTIONS(745), + [anon_sym_extern] = ACTIONS(745), + [anon_sym_module] = ACTIONS(745), + [anon_sym_use] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(745), + [anon_sym_LPAREN] = ACTIONS(745), + [anon_sym_DOLLAR] = ACTIONS(745), + [anon_sym_error] = ACTIONS(745), + [anon_sym_DASH] = ACTIONS(745), + [anon_sym_break] = ACTIONS(745), + [anon_sym_continue] = ACTIONS(745), + [anon_sym_for] = ACTIONS(745), + [anon_sym_loop] = ACTIONS(745), + [anon_sym_while] = ACTIONS(745), + [anon_sym_do] = ACTIONS(745), + [anon_sym_if] = ACTIONS(745), + [anon_sym_match] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(745), + [anon_sym_DOT] = ACTIONS(745), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(745), + [anon_sym_return] = ACTIONS(745), + [anon_sym_source] = ACTIONS(745), + [anon_sym_source_DASHenv] = ACTIONS(745), + [anon_sym_register] = ACTIONS(745), + [anon_sym_hide] = ACTIONS(745), + [anon_sym_hide_DASHenv] = ACTIONS(745), + [anon_sym_overlay] = ACTIONS(745), + [anon_sym_where] = ACTIONS(745), + [anon_sym_PLUS] = ACTIONS(745), + [anon_sym_not] = ACTIONS(745), + [anon_sym_null] = ACTIONS(745), + [anon_sym_true] = ACTIONS(745), + [anon_sym_false] = ACTIONS(745), + [aux_sym__val_number_decimal_token1] = ACTIONS(745), + [aux_sym__val_number_token1] = ACTIONS(745), + [aux_sym__val_number_token2] = ACTIONS(745), + [aux_sym__val_number_token3] = ACTIONS(745), + [aux_sym__val_number_token4] = ACTIONS(745), + [aux_sym__val_number_token5] = ACTIONS(745), + [aux_sym__val_number_token6] = ACTIONS(745), + [anon_sym_0b] = ACTIONS(745), + [anon_sym_0o] = ACTIONS(745), + [anon_sym_0x] = ACTIONS(745), + [sym_val_date] = ACTIONS(745), + [anon_sym_DQUOTE] = ACTIONS(745), + [sym__str_single_quotes] = ACTIONS(745), + [sym__str_back_ticks] = ACTIONS(745), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(745), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), + [anon_sym_CARET] = ACTIONS(745), [anon_sym_POUND] = ACTIONS(105), }, [897] = { - [sym_expr_parenthesized] = STATE(1507), - [sym__immediate_decimal] = STATE(1492), - [sym_val_variable] = STATE(1507), - [sym__var] = STATE(1173), + [sym_expr_parenthesized] = STATE(5896), + [sym_val_variable] = STATE(5896), + [sym__var] = STATE(2440), + [sym_val_number] = STATE(5896), + [sym__val_number_decimal] = STATE(2869), + [sym__val_number] = STATE(2870), + [sym_val_string] = STATE(5896), + [sym__str_double_quotes] = STATE(2634), + [sym_record_entry] = STATE(2023), + [sym__record_key] = STATE(5845), [sym_comment] = STATE(897), - [ts_builtin_sym_end] = ACTIONS(2142), - [anon_sym_export] = ACTIONS(2140), - [anon_sym_alias] = ACTIONS(2140), - [anon_sym_let] = ACTIONS(2140), - [anon_sym_let_DASHenv] = ACTIONS(2140), - [anon_sym_mut] = ACTIONS(2140), - [anon_sym_const] = ACTIONS(2140), - [anon_sym_SEMI] = ACTIONS(2140), - [sym_cmd_identifier] = ACTIONS(2140), - [anon_sym_LF] = ACTIONS(2142), - [anon_sym_def] = ACTIONS(2140), - [anon_sym_export_DASHenv] = ACTIONS(2140), - [anon_sym_extern] = ACTIONS(2140), - [anon_sym_module] = ACTIONS(2140), - [anon_sym_use] = ACTIONS(2140), - [anon_sym_LBRACK] = ACTIONS(2140), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2140), - [anon_sym_DASH] = ACTIONS(2140), - [anon_sym_break] = ACTIONS(2140), - [anon_sym_continue] = ACTIONS(2140), - [anon_sym_for] = ACTIONS(2140), - [anon_sym_loop] = ACTIONS(2140), - [anon_sym_while] = ACTIONS(2140), - [anon_sym_do] = ACTIONS(2140), - [anon_sym_if] = ACTIONS(2140), - [anon_sym_match] = ACTIONS(2140), - [anon_sym_LBRACE] = ACTIONS(2140), - [anon_sym_DOT] = ACTIONS(2140), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2140), - [anon_sym_return] = ACTIONS(2140), - [anon_sym_source] = ACTIONS(2140), - [anon_sym_source_DASHenv] = ACTIONS(2140), - [anon_sym_register] = ACTIONS(2140), - [anon_sym_hide] = ACTIONS(2140), - [anon_sym_hide_DASHenv] = ACTIONS(2140), - [anon_sym_overlay] = ACTIONS(2140), - [anon_sym_where] = ACTIONS(2140), - [anon_sym_PLUS] = ACTIONS(2140), - [anon_sym_not] = ACTIONS(2140), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2140), - [anon_sym_true] = ACTIONS(2140), - [anon_sym_false] = ACTIONS(2140), - [aux_sym__val_number_decimal_token1] = ACTIONS(2140), - [aux_sym__val_number_token1] = ACTIONS(2140), - [aux_sym__val_number_token2] = ACTIONS(2140), - [aux_sym__val_number_token3] = ACTIONS(2140), - [aux_sym__val_number_token4] = ACTIONS(2140), - [aux_sym__val_number_token5] = ACTIONS(2140), - [aux_sym__val_number_token6] = ACTIONS(2140), - [anon_sym_0b] = ACTIONS(2140), - [anon_sym_0o] = ACTIONS(2140), - [anon_sym_0x] = ACTIONS(2140), - [sym_val_date] = ACTIONS(2140), - [anon_sym_DQUOTE] = ACTIONS(2140), - [sym__str_single_quotes] = ACTIONS(2140), - [sym__str_back_ticks] = ACTIONS(2140), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2140), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2140), - [anon_sym_CARET] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_val_record_repeat1] = STATE(891), + [anon_sym_export] = ACTIONS(139), + [anon_sym_alias] = ACTIONS(139), + [anon_sym_let] = ACTIONS(139), + [anon_sym_let_DASHenv] = ACTIONS(139), + [anon_sym_mut] = ACTIONS(139), + [anon_sym_const] = ACTIONS(139), + [sym_cmd_identifier] = ACTIONS(139), + [anon_sym_def] = ACTIONS(139), + [anon_sym_export_DASHenv] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(139), + [anon_sym_module] = ACTIONS(139), + [anon_sym_use] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2396), + [anon_sym_error] = ACTIONS(139), + [anon_sym_list] = ACTIONS(139), + [anon_sym_DASH] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(139), + [anon_sym_for] = ACTIONS(139), + [anon_sym_in] = ACTIONS(139), + [anon_sym_loop] = ACTIONS(139), + [anon_sym_make] = ACTIONS(139), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(139), + [anon_sym_if] = ACTIONS(139), + [anon_sym_else] = ACTIONS(139), + [anon_sym_match] = ACTIONS(139), + [anon_sym_RBRACE] = ACTIONS(2617), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(139), + [anon_sym_catch] = ACTIONS(139), + [anon_sym_return] = ACTIONS(139), + [anon_sym_source] = ACTIONS(139), + [anon_sym_source_DASHenv] = ACTIONS(139), + [anon_sym_register] = ACTIONS(139), + [anon_sym_hide] = ACTIONS(139), + [anon_sym_hide_DASHenv] = ACTIONS(139), + [anon_sym_overlay] = ACTIONS(139), + [anon_sym_new] = ACTIONS(139), + [anon_sym_as] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2283), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2285), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [aux_sym__record_key_token2] = ACTIONS(207), + [anon_sym_POUND] = ACTIONS(3), }, [898] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2526), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(898), - [aux_sym_command_repeat1] = STATE(915), - [anon_sym_SEMI] = ACTIONS(2250), - [anon_sym_LF] = ACTIONS(2252), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2250), - [anon_sym_PIPE] = ACTIONS(2250), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_RBRACE] = ACTIONS(2250), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), [anon_sym_POUND] = ACTIONS(105), }, [899] = { - [sym_cell_path] = STATE(1011), - [sym_path] = STATE(914), [sym_comment] = STATE(899), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_err_GT] = ACTIONS(1467), - [anon_sym_out_GT] = ACTIONS(1467), - [anon_sym_e_GT] = ACTIONS(1467), - [anon_sym_o_GT] = ACTIONS(1467), - [anon_sym_err_PLUSout_GT] = ACTIONS(1467), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1467), - [anon_sym_o_PLUSe_GT] = ACTIONS(1467), - [anon_sym_e_PLUSo_GT] = ACTIONS(1467), - [aux_sym_unquoted_token1] = ACTIONS(1467), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_DOT2] = ACTIONS(2619), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [aux_sym__immediate_decimal_token1] = ACTIONS(2261), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [aux_sym_unquoted_token2] = ACTIONS(2621), [anon_sym_POUND] = ACTIONS(105), }, [900] = { - [sym_cell_path] = STATE(990), - [sym_path] = STATE(914), [sym_comment] = STATE(900), - [anon_sym_SEMI] = ACTIONS(1474), - [anon_sym_LF] = ACTIONS(1476), - [anon_sym_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), - [anon_sym_RPAREN] = ACTIONS(1474), - [anon_sym_PIPE] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), - [anon_sym_GT] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_in] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_RBRACE] = ACTIONS(1474), - [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_STAR_STAR] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_SLASH] = ACTIONS(1474), - [anon_sym_mod] = ACTIONS(1474), - [anon_sym_SLASH_SLASH] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_bit_DASHshl] = ACTIONS(1474), - [anon_sym_bit_DASHshr] = ACTIONS(1474), - [anon_sym_EQ_EQ] = ACTIONS(1474), - [anon_sym_BANG_EQ] = ACTIONS(1474), - [anon_sym_LT2] = ACTIONS(1474), - [anon_sym_LT_EQ] = ACTIONS(1474), - [anon_sym_GT_EQ] = ACTIONS(1474), - [anon_sym_not_DASHin] = ACTIONS(1474), - [anon_sym_starts_DASHwith] = ACTIONS(1474), - [anon_sym_ends_DASHwith] = ACTIONS(1474), - [anon_sym_EQ_TILDE] = ACTIONS(1474), - [anon_sym_BANG_TILDE] = ACTIONS(1474), - [anon_sym_bit_DASHand] = ACTIONS(1474), - [anon_sym_bit_DASHxor] = ACTIONS(1474), - [anon_sym_bit_DASHor] = ACTIONS(1474), - [anon_sym_and] = ACTIONS(1474), - [anon_sym_xor] = ACTIONS(1474), - [anon_sym_or] = ACTIONS(1474), - [anon_sym_null] = ACTIONS(1474), - [anon_sym_true] = ACTIONS(1474), - [anon_sym_false] = ACTIONS(1474), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_token1] = ACTIONS(1474), - [aux_sym__val_number_token2] = ACTIONS(1474), - [aux_sym__val_number_token3] = ACTIONS(1474), - [aux_sym__val_number_token4] = ACTIONS(1474), - [aux_sym__val_number_token5] = ACTIONS(1474), - [aux_sym__val_number_token6] = ACTIONS(1474), - [anon_sym_0b] = ACTIONS(1474), - [anon_sym_0o] = ACTIONS(1474), - [anon_sym_0x] = ACTIONS(1474), - [sym_val_date] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [sym__str_single_quotes] = ACTIONS(1474), - [sym__str_back_ticks] = ACTIONS(1474), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1474), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1474), - [anon_sym_err_GT] = ACTIONS(1474), - [anon_sym_out_GT] = ACTIONS(1474), - [anon_sym_e_GT] = ACTIONS(1474), - [anon_sym_o_GT] = ACTIONS(1474), - [anon_sym_err_PLUSout_GT] = ACTIONS(1474), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1474), - [anon_sym_o_PLUSe_GT] = ACTIONS(1474), - [anon_sym_e_PLUSo_GT] = ACTIONS(1474), - [aux_sym_unquoted_token1] = ACTIONS(1474), + [ts_builtin_sym_end] = ACTIONS(2377), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_DOT2] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token1] = ACTIONS(2623), + [aux_sym__immediate_decimal_token2] = ACTIONS(2625), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), [anon_sym_POUND] = ACTIONS(105), }, [901] = { - [sym_expr_parenthesized] = STATE(1647), - [sym__immediate_decimal] = STATE(1646), - [sym_val_variable] = STATE(1647), - [sym__var] = STATE(1173), + [sym_cell_path] = STATE(1204), + [sym_path] = STATE(867), [sym_comment] = STATE(901), - [ts_builtin_sym_end] = ACTIONS(2178), - [anon_sym_export] = ACTIONS(2176), - [anon_sym_alias] = ACTIONS(2176), - [anon_sym_let] = ACTIONS(2176), - [anon_sym_let_DASHenv] = ACTIONS(2176), - [anon_sym_mut] = ACTIONS(2176), - [anon_sym_const] = ACTIONS(2176), - [anon_sym_SEMI] = ACTIONS(2176), - [sym_cmd_identifier] = ACTIONS(2176), - [anon_sym_LF] = ACTIONS(2178), - [anon_sym_def] = ACTIONS(2176), - [anon_sym_export_DASHenv] = ACTIONS(2176), - [anon_sym_extern] = ACTIONS(2176), - [anon_sym_module] = ACTIONS(2176), - [anon_sym_use] = ACTIONS(2176), - [anon_sym_LBRACK] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2176), - [anon_sym_DASH] = ACTIONS(2176), - [anon_sym_break] = ACTIONS(2176), - [anon_sym_continue] = ACTIONS(2176), - [anon_sym_for] = ACTIONS(2176), - [anon_sym_loop] = ACTIONS(2176), - [anon_sym_while] = ACTIONS(2176), - [anon_sym_do] = ACTIONS(2176), - [anon_sym_if] = ACTIONS(2176), - [anon_sym_match] = ACTIONS(2176), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_DOT] = ACTIONS(2176), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2176), - [anon_sym_return] = ACTIONS(2176), - [anon_sym_source] = ACTIONS(2176), - [anon_sym_source_DASHenv] = ACTIONS(2176), - [anon_sym_register] = ACTIONS(2176), - [anon_sym_hide] = ACTIONS(2176), - [anon_sym_hide_DASHenv] = ACTIONS(2176), - [anon_sym_overlay] = ACTIONS(2176), - [anon_sym_where] = ACTIONS(2176), - [anon_sym_PLUS] = ACTIONS(2176), - [anon_sym_not] = ACTIONS(2176), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2176), - [anon_sym_true] = ACTIONS(2176), - [anon_sym_false] = ACTIONS(2176), - [aux_sym__val_number_decimal_token1] = ACTIONS(2176), - [aux_sym__val_number_token1] = ACTIONS(2176), - [aux_sym__val_number_token2] = ACTIONS(2176), - [aux_sym__val_number_token3] = ACTIONS(2176), - [aux_sym__val_number_token4] = ACTIONS(2176), - [aux_sym__val_number_token5] = ACTIONS(2176), - [aux_sym__val_number_token6] = ACTIONS(2176), - [anon_sym_0b] = ACTIONS(2176), - [anon_sym_0o] = ACTIONS(2176), - [anon_sym_0x] = ACTIONS(2176), - [sym_val_date] = ACTIONS(2176), - [anon_sym_DQUOTE] = ACTIONS(2176), - [sym__str_single_quotes] = ACTIONS(2176), - [sym__str_back_ticks] = ACTIONS(2176), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2176), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2176), - [anon_sym_CARET] = ACTIONS(2176), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_DOT] = ACTIONS(830), + [anon_sym_DOT2] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_null] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym__val_number_decimal_token1] = ACTIONS(830), + [aux_sym__val_number_token1] = ACTIONS(830), + [aux_sym__val_number_token2] = ACTIONS(830), + [aux_sym__val_number_token3] = ACTIONS(830), + [aux_sym__val_number_token4] = ACTIONS(830), + [aux_sym__val_number_token5] = ACTIONS(830), + [aux_sym__val_number_token6] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(105), }, [902] = { - [sym_expr_parenthesized] = STATE(1645), - [sym__immediate_decimal] = STATE(1642), - [sym_val_variable] = STATE(1645), - [sym__var] = STATE(1173), [sym_comment] = STATE(902), - [ts_builtin_sym_end] = ACTIONS(2158), - [anon_sym_export] = ACTIONS(2156), - [anon_sym_alias] = ACTIONS(2156), - [anon_sym_let] = ACTIONS(2156), - [anon_sym_let_DASHenv] = ACTIONS(2156), - [anon_sym_mut] = ACTIONS(2156), - [anon_sym_const] = ACTIONS(2156), - [anon_sym_SEMI] = ACTIONS(2156), - [sym_cmd_identifier] = ACTIONS(2156), - [anon_sym_LF] = ACTIONS(2158), - [anon_sym_def] = ACTIONS(2156), - [anon_sym_export_DASHenv] = ACTIONS(2156), - [anon_sym_extern] = ACTIONS(2156), - [anon_sym_module] = ACTIONS(2156), - [anon_sym_use] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2156), - [anon_sym_DASH] = ACTIONS(2156), - [anon_sym_break] = ACTIONS(2156), - [anon_sym_continue] = ACTIONS(2156), - [anon_sym_for] = ACTIONS(2156), - [anon_sym_loop] = ACTIONS(2156), - [anon_sym_while] = ACTIONS(2156), - [anon_sym_do] = ACTIONS(2156), - [anon_sym_if] = ACTIONS(2156), - [anon_sym_match] = ACTIONS(2156), - [anon_sym_LBRACE] = ACTIONS(2156), - [anon_sym_DOT] = ACTIONS(2156), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2156), - [anon_sym_return] = ACTIONS(2156), - [anon_sym_source] = ACTIONS(2156), - [anon_sym_source_DASHenv] = ACTIONS(2156), - [anon_sym_register] = ACTIONS(2156), - [anon_sym_hide] = ACTIONS(2156), - [anon_sym_hide_DASHenv] = ACTIONS(2156), - [anon_sym_overlay] = ACTIONS(2156), - [anon_sym_where] = ACTIONS(2156), - [anon_sym_PLUS] = ACTIONS(2156), - [anon_sym_not] = ACTIONS(2156), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2156), - [anon_sym_true] = ACTIONS(2156), - [anon_sym_false] = ACTIONS(2156), - [aux_sym__val_number_decimal_token1] = ACTIONS(2156), - [aux_sym__val_number_token1] = ACTIONS(2156), - [aux_sym__val_number_token2] = ACTIONS(2156), - [aux_sym__val_number_token3] = ACTIONS(2156), - [aux_sym__val_number_token4] = ACTIONS(2156), - [aux_sym__val_number_token5] = ACTIONS(2156), - [aux_sym__val_number_token6] = ACTIONS(2156), - [anon_sym_0b] = ACTIONS(2156), - [anon_sym_0o] = ACTIONS(2156), - [anon_sym_0x] = ACTIONS(2156), - [sym_val_date] = ACTIONS(2156), - [anon_sym_DQUOTE] = ACTIONS(2156), - [sym__str_single_quotes] = ACTIONS(2156), - [sym__str_back_ticks] = ACTIONS(2156), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2156), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2156), - [anon_sym_CARET] = ACTIONS(2156), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(2615), [anon_sym_POUND] = ACTIONS(105), }, [903] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2526), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), + [sym_val_record] = STATE(1158), [sym_comment] = STATE(903), - [aux_sym_command_repeat1] = STATE(895), - [anon_sym_SEMI] = ACTIONS(2254), - [anon_sym_LF] = ACTIONS(2256), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2254), - [anon_sym_PIPE] = ACTIONS(2254), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_RBRACE] = ACTIONS(2254), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(2627), + [anon_sym_alias] = ACTIONS(2627), + [anon_sym_let] = ACTIONS(2627), + [anon_sym_let_DASHenv] = ACTIONS(2627), + [anon_sym_mut] = ACTIONS(2627), + [anon_sym_const] = ACTIONS(2627), + [anon_sym_SEMI] = ACTIONS(2627), + [sym_cmd_identifier] = ACTIONS(2627), + [anon_sym_LF] = ACTIONS(2629), + [anon_sym_def] = ACTIONS(2627), + [anon_sym_export_DASHenv] = ACTIONS(2627), + [anon_sym_extern] = ACTIONS(2627), + [anon_sym_module] = ACTIONS(2627), + [anon_sym_use] = ACTIONS(2627), + [anon_sym_LBRACK] = ACTIONS(2627), + [anon_sym_LPAREN] = ACTIONS(2627), + [anon_sym_RPAREN] = ACTIONS(2627), + [anon_sym_DOLLAR] = ACTIONS(2627), + [anon_sym_error] = ACTIONS(2627), + [anon_sym_DASH] = ACTIONS(2627), + [anon_sym_break] = ACTIONS(2627), + [anon_sym_continue] = ACTIONS(2627), + [anon_sym_for] = ACTIONS(2627), + [anon_sym_loop] = ACTIONS(2627), + [anon_sym_while] = ACTIONS(2627), + [anon_sym_do] = ACTIONS(2627), + [anon_sym_if] = ACTIONS(2627), + [anon_sym_match] = ACTIONS(2627), + [anon_sym_LBRACE] = ACTIONS(2627), + [anon_sym_RBRACE] = ACTIONS(2627), + [anon_sym_DOT] = ACTIONS(2627), + [anon_sym_try] = ACTIONS(2627), + [anon_sym_return] = ACTIONS(2627), + [anon_sym_source] = ACTIONS(2627), + [anon_sym_source_DASHenv] = ACTIONS(2627), + [anon_sym_register] = ACTIONS(2627), + [anon_sym_hide] = ACTIONS(2627), + [anon_sym_hide_DASHenv] = ACTIONS(2627), + [anon_sym_overlay] = ACTIONS(2627), + [anon_sym_where] = ACTIONS(2627), + [anon_sym_PLUS] = ACTIONS(2627), + [anon_sym_not] = ACTIONS(2627), + [anon_sym_null] = ACTIONS(2627), + [anon_sym_true] = ACTIONS(2627), + [anon_sym_false] = ACTIONS(2627), + [aux_sym__val_number_decimal_token1] = ACTIONS(2627), + [aux_sym__val_number_token1] = ACTIONS(2627), + [aux_sym__val_number_token2] = ACTIONS(2627), + [aux_sym__val_number_token3] = ACTIONS(2627), + [aux_sym__val_number_token4] = ACTIONS(2627), + [aux_sym__val_number_token5] = ACTIONS(2627), + [aux_sym__val_number_token6] = ACTIONS(2627), + [anon_sym_0b] = ACTIONS(2627), + [anon_sym_0o] = ACTIONS(2627), + [anon_sym_0x] = ACTIONS(2627), + [sym_val_date] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym__str_single_quotes] = ACTIONS(2627), + [sym__str_back_ticks] = ACTIONS(2627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2627), + [anon_sym_CARET] = ACTIONS(2627), [anon_sym_POUND] = ACTIONS(105), }, [904] = { - [sym_path] = STATE(986), [sym_comment] = STATE(904), - [aux_sym_cell_path_repeat1] = STATE(921), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_err_GT] = ACTIONS(1407), - [anon_sym_out_GT] = ACTIONS(1407), - [anon_sym_e_GT] = ACTIONS(1407), - [anon_sym_o_GT] = ACTIONS(1407), - [anon_sym_err_PLUSout_GT] = ACTIONS(1407), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1407), - [anon_sym_o_PLUSe_GT] = ACTIONS(1407), - [anon_sym_e_PLUSo_GT] = ACTIONS(1407), - [aux_sym_unquoted_token1] = ACTIONS(1407), + [anon_sym_export] = ACTIONS(2631), + [anon_sym_alias] = ACTIONS(2631), + [anon_sym_let] = ACTIONS(2631), + [anon_sym_let_DASHenv] = ACTIONS(2631), + [anon_sym_mut] = ACTIONS(2631), + [anon_sym_const] = ACTIONS(2631), + [anon_sym_SEMI] = ACTIONS(2631), + [sym_cmd_identifier] = ACTIONS(2631), + [anon_sym_LF] = ACTIONS(2633), + [anon_sym_def] = ACTIONS(2631), + [anon_sym_export_DASHenv] = ACTIONS(2631), + [anon_sym_extern] = ACTIONS(2631), + [anon_sym_module] = ACTIONS(2631), + [anon_sym_use] = ACTIONS(2631), + [anon_sym_LBRACK] = ACTIONS(2631), + [anon_sym_LPAREN] = ACTIONS(2631), + [anon_sym_RPAREN] = ACTIONS(2631), + [anon_sym_DOLLAR] = ACTIONS(2631), + [anon_sym_error] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2631), + [anon_sym_break] = ACTIONS(2631), + [anon_sym_continue] = ACTIONS(2631), + [anon_sym_for] = ACTIONS(2631), + [anon_sym_loop] = ACTIONS(2631), + [anon_sym_while] = ACTIONS(2631), + [anon_sym_do] = ACTIONS(2631), + [anon_sym_if] = ACTIONS(2631), + [anon_sym_match] = ACTIONS(2631), + [anon_sym_LBRACE] = ACTIONS(2631), + [anon_sym_RBRACE] = ACTIONS(2631), + [anon_sym_DOT] = ACTIONS(2631), + [anon_sym_try] = ACTIONS(2631), + [anon_sym_return] = ACTIONS(2631), + [anon_sym_source] = ACTIONS(2631), + [anon_sym_source_DASHenv] = ACTIONS(2631), + [anon_sym_register] = ACTIONS(2631), + [anon_sym_hide] = ACTIONS(2631), + [anon_sym_hide_DASHenv] = ACTIONS(2631), + [anon_sym_overlay] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_where] = ACTIONS(2631), + [anon_sym_PLUS] = ACTIONS(2631), + [anon_sym_not] = ACTIONS(2631), + [anon_sym_null] = ACTIONS(2631), + [anon_sym_true] = ACTIONS(2631), + [anon_sym_false] = ACTIONS(2631), + [aux_sym__val_number_decimal_token1] = ACTIONS(2631), + [aux_sym__val_number_token1] = ACTIONS(2631), + [aux_sym__val_number_token2] = ACTIONS(2631), + [aux_sym__val_number_token3] = ACTIONS(2631), + [aux_sym__val_number_token4] = ACTIONS(2631), + [aux_sym__val_number_token5] = ACTIONS(2631), + [aux_sym__val_number_token6] = ACTIONS(2631), + [anon_sym_0b] = ACTIONS(2631), + [anon_sym_0o] = ACTIONS(2631), + [anon_sym_0x] = ACTIONS(2631), + [sym_val_date] = ACTIONS(2631), + [anon_sym_DQUOTE] = ACTIONS(2631), + [sym__str_single_quotes] = ACTIONS(2631), + [sym__str_back_ticks] = ACTIONS(2631), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2631), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2631), + [anon_sym_CARET] = ACTIONS(2631), [anon_sym_POUND] = ACTIONS(105), }, [905] = { - [sym__expression] = STATE(2500), - [sym_expr_unary] = STATE(1028), - [sym__expr_unary_minus] = STATE(1037), - [sym_expr_binary] = STATE(1028), - [sym__expr_binary_expression] = STATE(3515), - [sym_expr_parenthesized] = STATE(967), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(1028), - [sym_val_nothing] = STATE(1029), - [sym_val_bool] = STATE(1029), - [sym_val_variable] = STATE(973), - [sym__var] = STATE(912), - [sym_val_number] = STATE(134), - [sym__val_number_decimal] = STATE(120), - [sym__val_number] = STATE(132), - [sym_val_duration] = STATE(1029), - [sym_val_filesize] = STATE(1029), - [sym_val_binary] = STATE(1029), - [sym_val_string] = STATE(1029), - [sym__str_double_quotes] = STATE(1021), - [sym_val_interpolated] = STATE(1029), - [sym__inter_single_quotes] = STATE(1025), - [sym__inter_double_quotes] = STATE(1017), - [sym_val_list] = STATE(1029), - [sym_val_record] = STATE(1029), - [sym_val_table] = STATE(1029), - [sym_val_closure] = STATE(1029), - [sym_unquoted] = STATE(2496), [sym_comment] = STATE(905), - [anon_sym_SEMI] = ACTIONS(2258), - [anon_sym_LF] = ACTIONS(2260), - [anon_sym_LBRACK] = ACTIONS(2262), - [anon_sym_LPAREN] = ACTIONS(2264), - [anon_sym_RPAREN] = ACTIONS(2258), - [anon_sym_PIPE] = ACTIONS(2258), - [anon_sym_DOLLAR] = ACTIONS(2266), - [anon_sym_DASH] = ACTIONS(2268), - [anon_sym_LBRACE] = ACTIONS(2270), - [anon_sym_RBRACE] = ACTIONS(2258), - [anon_sym_DOT] = ACTIONS(2272), - [anon_sym_PLUS] = ACTIONS(2274), - [anon_sym_not] = ACTIONS(2276), - [anon_sym_null] = ACTIONS(2278), - [anon_sym_true] = ACTIONS(2280), - [anon_sym_false] = ACTIONS(2280), - [aux_sym__val_number_decimal_token1] = ACTIONS(2282), - [aux_sym__val_number_token1] = ACTIONS(2284), - [aux_sym__val_number_token2] = ACTIONS(2284), - [aux_sym__val_number_token3] = ACTIONS(2284), - [aux_sym__val_number_token4] = ACTIONS(2286), - [aux_sym__val_number_token5] = ACTIONS(2286), - [aux_sym__val_number_token6] = ACTIONS(2286), - [anon_sym_0b] = ACTIONS(2288), - [anon_sym_0o] = ACTIONS(2288), - [anon_sym_0x] = ACTIONS(2288), - [sym_val_date] = ACTIONS(2290), - [anon_sym_DQUOTE] = ACTIONS(2292), - [sym__str_single_quotes] = ACTIONS(2294), - [sym__str_back_ticks] = ACTIONS(2294), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2296), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2298), - [anon_sym_err_GT] = ACTIONS(2258), - [anon_sym_out_GT] = ACTIONS(2258), - [anon_sym_e_GT] = ACTIONS(2258), - [anon_sym_o_GT] = ACTIONS(2258), - [anon_sym_err_PLUSout_GT] = ACTIONS(2258), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2258), - [anon_sym_o_PLUSe_GT] = ACTIONS(2258), - [anon_sym_e_PLUSo_GT] = ACTIONS(2258), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(860), + [anon_sym_alias] = ACTIONS(860), + [anon_sym_let] = ACTIONS(860), + [anon_sym_let_DASHenv] = ACTIONS(860), + [anon_sym_mut] = ACTIONS(860), + [anon_sym_const] = ACTIONS(860), + [anon_sym_SEMI] = ACTIONS(860), + [sym_cmd_identifier] = ACTIONS(860), + [anon_sym_LF] = ACTIONS(862), + [anon_sym_def] = ACTIONS(860), + [anon_sym_export_DASHenv] = ACTIONS(860), + [anon_sym_extern] = ACTIONS(860), + [anon_sym_module] = ACTIONS(860), + [anon_sym_use] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(860), + [anon_sym_RPAREN] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(860), + [anon_sym_error] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_break] = ACTIONS(860), + [anon_sym_continue] = ACTIONS(860), + [anon_sym_for] = ACTIONS(860), + [anon_sym_loop] = ACTIONS(860), + [anon_sym_while] = ACTIONS(860), + [anon_sym_do] = ACTIONS(860), + [anon_sym_if] = ACTIONS(860), + [anon_sym_match] = ACTIONS(860), + [anon_sym_LBRACE] = ACTIONS(860), + [anon_sym_RBRACE] = ACTIONS(860), + [anon_sym_DOT] = ACTIONS(860), + [anon_sym_DOT2] = ACTIONS(862), + [anon_sym_try] = ACTIONS(860), + [anon_sym_return] = ACTIONS(860), + [anon_sym_source] = ACTIONS(860), + [anon_sym_source_DASHenv] = ACTIONS(860), + [anon_sym_register] = ACTIONS(860), + [anon_sym_hide] = ACTIONS(860), + [anon_sym_hide_DASHenv] = ACTIONS(860), + [anon_sym_overlay] = ACTIONS(860), + [anon_sym_where] = ACTIONS(860), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_not] = ACTIONS(860), + [anon_sym_null] = ACTIONS(860), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [aux_sym__val_number_decimal_token1] = ACTIONS(860), + [aux_sym__val_number_token1] = ACTIONS(860), + [aux_sym__val_number_token2] = ACTIONS(860), + [aux_sym__val_number_token3] = ACTIONS(860), + [aux_sym__val_number_token4] = ACTIONS(860), + [aux_sym__val_number_token5] = ACTIONS(860), + [aux_sym__val_number_token6] = ACTIONS(860), + [anon_sym_0b] = ACTIONS(860), + [anon_sym_0o] = ACTIONS(860), + [anon_sym_0x] = ACTIONS(860), + [sym_val_date] = ACTIONS(860), + [anon_sym_DQUOTE] = ACTIONS(860), + [sym__str_single_quotes] = ACTIONS(860), + [sym__str_back_ticks] = ACTIONS(860), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), + [anon_sym_CARET] = ACTIONS(860), [anon_sym_POUND] = ACTIONS(105), }, [906] = { - [sym_expr_parenthesized] = STATE(1621), - [sym__immediate_decimal] = STATE(1617), - [sym_val_variable] = STATE(1621), - [sym__var] = STATE(1173), [sym_comment] = STATE(906), - [ts_builtin_sym_end] = ACTIONS(2134), - [anon_sym_export] = ACTIONS(2132), - [anon_sym_alias] = ACTIONS(2132), - [anon_sym_let] = ACTIONS(2132), - [anon_sym_let_DASHenv] = ACTIONS(2132), - [anon_sym_mut] = ACTIONS(2132), - [anon_sym_const] = ACTIONS(2132), - [anon_sym_SEMI] = ACTIONS(2132), - [sym_cmd_identifier] = ACTIONS(2132), - [anon_sym_LF] = ACTIONS(2134), - [anon_sym_def] = ACTIONS(2132), - [anon_sym_export_DASHenv] = ACTIONS(2132), - [anon_sym_extern] = ACTIONS(2132), - [anon_sym_module] = ACTIONS(2132), - [anon_sym_use] = ACTIONS(2132), - [anon_sym_LBRACK] = ACTIONS(2132), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2132), - [anon_sym_DASH] = ACTIONS(2132), - [anon_sym_break] = ACTIONS(2132), - [anon_sym_continue] = ACTIONS(2132), - [anon_sym_for] = ACTIONS(2132), - [anon_sym_loop] = ACTIONS(2132), - [anon_sym_while] = ACTIONS(2132), - [anon_sym_do] = ACTIONS(2132), - [anon_sym_if] = ACTIONS(2132), - [anon_sym_match] = ACTIONS(2132), - [anon_sym_LBRACE] = ACTIONS(2132), - [anon_sym_DOT] = ACTIONS(2132), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2132), - [anon_sym_return] = ACTIONS(2132), - [anon_sym_source] = ACTIONS(2132), - [anon_sym_source_DASHenv] = ACTIONS(2132), - [anon_sym_register] = ACTIONS(2132), - [anon_sym_hide] = ACTIONS(2132), - [anon_sym_hide_DASHenv] = ACTIONS(2132), - [anon_sym_overlay] = ACTIONS(2132), - [anon_sym_where] = ACTIONS(2132), - [anon_sym_PLUS] = ACTIONS(2132), - [anon_sym_not] = ACTIONS(2132), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2132), - [anon_sym_true] = ACTIONS(2132), - [anon_sym_false] = ACTIONS(2132), - [aux_sym__val_number_decimal_token1] = ACTIONS(2132), - [aux_sym__val_number_token1] = ACTIONS(2132), - [aux_sym__val_number_token2] = ACTIONS(2132), - [aux_sym__val_number_token3] = ACTIONS(2132), - [aux_sym__val_number_token4] = ACTIONS(2132), - [aux_sym__val_number_token5] = ACTIONS(2132), - [aux_sym__val_number_token6] = ACTIONS(2132), - [anon_sym_0b] = ACTIONS(2132), - [anon_sym_0o] = ACTIONS(2132), - [anon_sym_0x] = ACTIONS(2132), - [sym_val_date] = ACTIONS(2132), - [anon_sym_DQUOTE] = ACTIONS(2132), - [sym__str_single_quotes] = ACTIONS(2132), - [sym__str_back_ticks] = ACTIONS(2132), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2132), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2132), - [anon_sym_CARET] = ACTIONS(2132), + [anon_sym_export] = ACTIONS(2635), + [anon_sym_alias] = ACTIONS(2635), + [anon_sym_let] = ACTIONS(2635), + [anon_sym_let_DASHenv] = ACTIONS(2635), + [anon_sym_mut] = ACTIONS(2635), + [anon_sym_const] = ACTIONS(2635), + [anon_sym_SEMI] = ACTIONS(2635), + [sym_cmd_identifier] = ACTIONS(2635), + [anon_sym_LF] = ACTIONS(2637), + [anon_sym_def] = ACTIONS(2635), + [anon_sym_export_DASHenv] = ACTIONS(2635), + [anon_sym_extern] = ACTIONS(2635), + [anon_sym_module] = ACTIONS(2635), + [anon_sym_use] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(2635), + [anon_sym_LPAREN] = ACTIONS(2635), + [anon_sym_RPAREN] = ACTIONS(2635), + [anon_sym_DOLLAR] = ACTIONS(2635), + [anon_sym_error] = ACTIONS(2635), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_break] = ACTIONS(2635), + [anon_sym_continue] = ACTIONS(2635), + [anon_sym_for] = ACTIONS(2635), + [anon_sym_loop] = ACTIONS(2635), + [anon_sym_while] = ACTIONS(2635), + [anon_sym_do] = ACTIONS(2635), + [anon_sym_if] = ACTIONS(2635), + [anon_sym_match] = ACTIONS(2635), + [anon_sym_LBRACE] = ACTIONS(2635), + [anon_sym_RBRACE] = ACTIONS(2635), + [anon_sym_DOT] = ACTIONS(2635), + [anon_sym_try] = ACTIONS(2635), + [anon_sym_return] = ACTIONS(2635), + [anon_sym_source] = ACTIONS(2635), + [anon_sym_source_DASHenv] = ACTIONS(2635), + [anon_sym_register] = ACTIONS(2635), + [anon_sym_hide] = ACTIONS(2635), + [anon_sym_hide_DASHenv] = ACTIONS(2635), + [anon_sym_overlay] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_where] = ACTIONS(2635), + [anon_sym_PLUS] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(2635), + [anon_sym_null] = ACTIONS(2635), + [anon_sym_true] = ACTIONS(2635), + [anon_sym_false] = ACTIONS(2635), + [aux_sym__val_number_decimal_token1] = ACTIONS(2635), + [aux_sym__val_number_token1] = ACTIONS(2635), + [aux_sym__val_number_token2] = ACTIONS(2635), + [aux_sym__val_number_token3] = ACTIONS(2635), + [aux_sym__val_number_token4] = ACTIONS(2635), + [aux_sym__val_number_token5] = ACTIONS(2635), + [aux_sym__val_number_token6] = ACTIONS(2635), + [anon_sym_0b] = ACTIONS(2635), + [anon_sym_0o] = ACTIONS(2635), + [anon_sym_0x] = ACTIONS(2635), + [sym_val_date] = ACTIONS(2635), + [anon_sym_DQUOTE] = ACTIONS(2635), + [sym__str_single_quotes] = ACTIONS(2635), + [sym__str_back_ticks] = ACTIONS(2635), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2635), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2635), + [anon_sym_CARET] = ACTIONS(2635), [anon_sym_POUND] = ACTIONS(105), }, [907] = { - [sym__command_name] = STATE(1472), - [sym_scope_pattern] = STATE(1461), - [sym_wild_card] = STATE(1474), - [sym_command_list] = STATE(1475), - [sym_val_string] = STATE(1226), - [sym__str_double_quotes] = STATE(1246), [sym_comment] = STATE(907), - [anon_sym_export] = ACTIONS(2300), - [anon_sym_alias] = ACTIONS(2300), - [anon_sym_let] = ACTIONS(2300), - [anon_sym_let_DASHenv] = ACTIONS(2300), - [anon_sym_mut] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_SEMI] = ACTIONS(2300), - [sym_cmd_identifier] = ACTIONS(2188), - [anon_sym_LF] = ACTIONS(2302), - [anon_sym_def] = ACTIONS(2300), - [anon_sym_export_DASHenv] = ACTIONS(2300), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym_module] = ACTIONS(2300), - [anon_sym_use] = ACTIONS(2300), - [anon_sym_LBRACK] = ACTIONS(2192), - [anon_sym_LPAREN] = ACTIONS(2300), - [anon_sym_RPAREN] = ACTIONS(2300), - [anon_sym_DOLLAR] = ACTIONS(2300), - [anon_sym_error] = ACTIONS(2300), - [anon_sym_DASH] = ACTIONS(2300), - [anon_sym_break] = ACTIONS(2300), - [anon_sym_continue] = ACTIONS(2300), - [anon_sym_for] = ACTIONS(2300), - [anon_sym_loop] = ACTIONS(2300), - [anon_sym_while] = ACTIONS(2300), - [anon_sym_do] = ACTIONS(2300), - [anon_sym_if] = ACTIONS(2300), - [anon_sym_match] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2300), - [anon_sym_RBRACE] = ACTIONS(2300), - [anon_sym_DOT] = ACTIONS(2300), - [anon_sym_try] = ACTIONS(2300), - [anon_sym_return] = ACTIONS(2300), - [anon_sym_source] = ACTIONS(2300), - [anon_sym_source_DASHenv] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_hide] = ACTIONS(2300), - [anon_sym_hide_DASHenv] = ACTIONS(2300), - [anon_sym_overlay] = ACTIONS(2300), - [anon_sym_STAR] = ACTIONS(2194), - [anon_sym_where] = ACTIONS(2300), - [anon_sym_PLUS] = ACTIONS(2300), - [anon_sym_not] = ACTIONS(2300), - [anon_sym_null] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2300), - [anon_sym_false] = ACTIONS(2300), - [aux_sym__val_number_decimal_token1] = ACTIONS(2300), - [aux_sym__val_number_token1] = ACTIONS(2300), - [aux_sym__val_number_token2] = ACTIONS(2300), - [aux_sym__val_number_token3] = ACTIONS(2300), - [aux_sym__val_number_token4] = ACTIONS(2300), - [aux_sym__val_number_token5] = ACTIONS(2300), - [aux_sym__val_number_token6] = ACTIONS(2300), - [anon_sym_0b] = ACTIONS(2300), - [anon_sym_0o] = ACTIONS(2300), - [anon_sym_0x] = ACTIONS(2300), - [sym_val_date] = ACTIONS(2300), - [anon_sym_DQUOTE] = ACTIONS(2196), - [sym__str_single_quotes] = ACTIONS(2198), - [sym__str_back_ticks] = ACTIONS(2198), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2300), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2300), - [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_RPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_RBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(2090), [anon_sym_POUND] = ACTIONS(105), }, [908] = { - [sym_path] = STATE(986), [sym_comment] = STATE(908), - [aux_sym_cell_path_repeat1] = STATE(921), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_err_GT] = ACTIONS(1407), - [anon_sym_out_GT] = ACTIONS(1407), - [anon_sym_e_GT] = ACTIONS(1407), - [anon_sym_o_GT] = ACTIONS(1407), - [anon_sym_err_PLUSout_GT] = ACTIONS(1407), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1407), - [anon_sym_o_PLUSe_GT] = ACTIONS(1407), - [anon_sym_e_PLUSo_GT] = ACTIONS(1407), - [aux_sym_unquoted_token1] = ACTIONS(1407), + [ts_builtin_sym_end] = ACTIONS(2519), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_alias] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_let_DASHenv] = ACTIONS(2517), + [anon_sym_mut] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2517), + [sym_cmd_identifier] = ACTIONS(2517), + [anon_sym_LF] = ACTIONS(2519), + [anon_sym_def] = ACTIONS(2517), + [anon_sym_export_DASHenv] = ACTIONS(2517), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_use] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_DOLLAR] = ACTIONS(2517), + [anon_sym_error] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_loop] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_match] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_DOT] = ACTIONS(2517), + [anon_sym_DOT2] = ACTIONS(2639), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_source] = ACTIONS(2517), + [anon_sym_source_DASHenv] = ACTIONS(2517), + [anon_sym_register] = ACTIONS(2517), + [anon_sym_hide] = ACTIONS(2517), + [anon_sym_hide_DASHenv] = ACTIONS(2517), + [anon_sym_overlay] = ACTIONS(2517), + [anon_sym_where] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_not] = ACTIONS(2517), + [aux_sym__immediate_decimal_token2] = ACTIONS(2641), + [anon_sym_null] = ACTIONS(2517), + [anon_sym_true] = ACTIONS(2517), + [anon_sym_false] = ACTIONS(2517), + [aux_sym__val_number_decimal_token1] = ACTIONS(2517), + [aux_sym__val_number_token1] = ACTIONS(2517), + [aux_sym__val_number_token2] = ACTIONS(2517), + [aux_sym__val_number_token3] = ACTIONS(2517), + [aux_sym__val_number_token4] = ACTIONS(2517), + [aux_sym__val_number_token5] = ACTIONS(2517), + [aux_sym__val_number_token6] = ACTIONS(2517), + [anon_sym_0b] = ACTIONS(2517), + [anon_sym_0o] = ACTIONS(2517), + [anon_sym_0x] = ACTIONS(2517), + [sym_val_date] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2517), + [sym__str_single_quotes] = ACTIONS(2517), + [sym__str_back_ticks] = ACTIONS(2517), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2517), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2517), [anon_sym_POUND] = ACTIONS(105), }, [909] = { - [sym_cell_path] = STATE(988), - [sym_path] = STATE(914), [sym_comment] = STATE(909), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_LF] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_RPAREN] = ACTIONS(1463), - [anon_sym_PIPE] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_STAR_STAR] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_SLASH] = ACTIONS(1463), - [anon_sym_mod] = ACTIONS(1463), - [anon_sym_SLASH_SLASH] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_bit_DASHshl] = ACTIONS(1463), - [anon_sym_bit_DASHshr] = ACTIONS(1463), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_LT2] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_not_DASHin] = ACTIONS(1463), - [anon_sym_starts_DASHwith] = ACTIONS(1463), - [anon_sym_ends_DASHwith] = ACTIONS(1463), - [anon_sym_EQ_TILDE] = ACTIONS(1463), - [anon_sym_BANG_TILDE] = ACTIONS(1463), - [anon_sym_bit_DASHand] = ACTIONS(1463), - [anon_sym_bit_DASHxor] = ACTIONS(1463), - [anon_sym_bit_DASHor] = ACTIONS(1463), - [anon_sym_and] = ACTIONS(1463), - [anon_sym_xor] = ACTIONS(1463), - [anon_sym_or] = ACTIONS(1463), - [anon_sym_null] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1463), - [anon_sym_false] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1463), - [aux_sym__val_number_token2] = ACTIONS(1463), - [aux_sym__val_number_token3] = ACTIONS(1463), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_0b] = ACTIONS(1463), - [anon_sym_0o] = ACTIONS(1463), - [anon_sym_0x] = ACTIONS(1463), - [sym_val_date] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1463), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1463), - [anon_sym_err_GT] = ACTIONS(1463), - [anon_sym_out_GT] = ACTIONS(1463), - [anon_sym_e_GT] = ACTIONS(1463), - [anon_sym_o_GT] = ACTIONS(1463), - [anon_sym_err_PLUSout_GT] = ACTIONS(1463), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1463), - [anon_sym_o_PLUSe_GT] = ACTIONS(1463), - [anon_sym_e_PLUSo_GT] = ACTIONS(1463), - [aux_sym_unquoted_token1] = ACTIONS(1463), + [ts_builtin_sym_end] = ACTIONS(2328), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2643), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2645), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [910] = { - [sym_cell_path] = STATE(968), - [sym_path] = STATE(890), [sym_comment] = STATE(910), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2304), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_err_GT] = ACTIONS(1467), - [anon_sym_out_GT] = ACTIONS(1467), - [anon_sym_e_GT] = ACTIONS(1467), - [anon_sym_o_GT] = ACTIONS(1467), - [anon_sym_err_PLUSout_GT] = ACTIONS(1467), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1467), - [anon_sym_o_PLUSe_GT] = ACTIONS(1467), - [anon_sym_e_PLUSo_GT] = ACTIONS(1467), - [aux_sym_unquoted_token1] = ACTIONS(1467), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [anon_sym_null] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym__val_number_decimal_token1] = ACTIONS(797), + [aux_sym__val_number_token1] = ACTIONS(797), + [aux_sym__val_number_token2] = ACTIONS(797), + [aux_sym__val_number_token3] = ACTIONS(797), + [aux_sym__val_number_token4] = ACTIONS(797), + [aux_sym__val_number_token5] = ACTIONS(797), + [aux_sym__val_number_token6] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(105), }, [911] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2526), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(911), - [aux_sym_command_repeat1] = STATE(911), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_LF] = ACTIONS(2309), - [anon_sym_LBRACK] = ACTIONS(2311), - [anon_sym_LPAREN] = ACTIONS(2314), - [anon_sym_RPAREN] = ACTIONS(2307), - [anon_sym_PIPE] = ACTIONS(2307), - [anon_sym_DOLLAR] = ACTIONS(2317), - [anon_sym_DASH] = ACTIONS(2320), - [anon_sym_LBRACE] = ACTIONS(2323), - [anon_sym_RBRACE] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2328), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), [anon_sym_DOT] = ACTIONS(2326), - [anon_sym_PLUS] = ACTIONS(2329), - [anon_sym_null] = ACTIONS(2332), - [anon_sym_true] = ACTIONS(2335), - [anon_sym_false] = ACTIONS(2335), - [aux_sym__val_number_decimal_token1] = ACTIONS(2338), - [aux_sym__val_number_token1] = ACTIONS(2341), - [aux_sym__val_number_token2] = ACTIONS(2341), - [aux_sym__val_number_token3] = ACTIONS(2341), - [aux_sym__val_number_token4] = ACTIONS(2344), - [aux_sym__val_number_token5] = ACTIONS(2344), - [aux_sym__val_number_token6] = ACTIONS(2344), - [anon_sym_0b] = ACTIONS(2347), - [anon_sym_0o] = ACTIONS(2347), - [anon_sym_0x] = ACTIONS(2347), - [sym_val_date] = ACTIONS(2350), - [anon_sym_DQUOTE] = ACTIONS(2353), - [sym__str_single_quotes] = ACTIONS(2356), - [sym__str_back_ticks] = ACTIONS(2356), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2359), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2362), - [anon_sym_err_GT] = ACTIONS(2365), - [anon_sym_out_GT] = ACTIONS(2365), - [anon_sym_e_GT] = ACTIONS(2365), - [anon_sym_o_GT] = ACTIONS(2365), - [anon_sym_err_PLUSout_GT] = ACTIONS(2365), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2365), - [anon_sym_o_PLUSe_GT] = ACTIONS(2365), - [anon_sym_e_PLUSo_GT] = ACTIONS(2365), - [aux_sym_unquoted_token1] = ACTIONS(2368), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token1] = ACTIONS(2647), + [aux_sym__immediate_decimal_token2] = ACTIONS(2645), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [912] = { - [sym_cell_path] = STATE(974), - [sym_path] = STATE(890), [sym_comment] = STATE(912), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_RPAREN] = ACTIONS(1400), - [anon_sym_PIPE] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2371), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_err_GT] = ACTIONS(1400), - [anon_sym_out_GT] = ACTIONS(1400), - [anon_sym_e_GT] = ACTIONS(1400), - [anon_sym_o_GT] = ACTIONS(1400), - [anon_sym_err_PLUSout_GT] = ACTIONS(1400), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1400), - [anon_sym_o_PLUSe_GT] = ACTIONS(1400), - [anon_sym_e_PLUSo_GT] = ACTIONS(1400), - [aux_sym_unquoted_token1] = ACTIONS(1400), + [ts_builtin_sym_end] = ACTIONS(2377), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token1] = ACTIONS(2649), + [aux_sym__immediate_decimal_token2] = ACTIONS(2651), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), [anon_sym_POUND] = ACTIONS(105), }, [913] = { - [sym_cell_path] = STATE(1056), - [sym_path] = STATE(914), [sym_comment] = STATE(913), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_LF] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_RPAREN] = ACTIONS(1459), - [anon_sym_PIPE] = ACTIONS(1459), - [anon_sym_DOLLAR] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_STAR_STAR] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_mod] = ACTIONS(1459), - [anon_sym_SLASH_SLASH] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_bit_DASHshl] = ACTIONS(1459), - [anon_sym_bit_DASHshr] = ACTIONS(1459), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_LT2] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_not_DASHin] = ACTIONS(1459), - [anon_sym_starts_DASHwith] = ACTIONS(1459), - [anon_sym_ends_DASHwith] = ACTIONS(1459), - [anon_sym_EQ_TILDE] = ACTIONS(1459), - [anon_sym_BANG_TILDE] = ACTIONS(1459), - [anon_sym_bit_DASHand] = ACTIONS(1459), - [anon_sym_bit_DASHxor] = ACTIONS(1459), - [anon_sym_bit_DASHor] = ACTIONS(1459), - [anon_sym_and] = ACTIONS(1459), - [anon_sym_xor] = ACTIONS(1459), - [anon_sym_or] = ACTIONS(1459), - [anon_sym_null] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(1459), - [anon_sym_false] = ACTIONS(1459), - [aux_sym__val_number_decimal_token1] = ACTIONS(1459), - [aux_sym__val_number_token1] = ACTIONS(1459), - [aux_sym__val_number_token2] = ACTIONS(1459), - [aux_sym__val_number_token3] = ACTIONS(1459), - [aux_sym__val_number_token4] = ACTIONS(1459), - [aux_sym__val_number_token5] = ACTIONS(1459), - [aux_sym__val_number_token6] = ACTIONS(1459), - [anon_sym_0b] = ACTIONS(1459), - [anon_sym_0o] = ACTIONS(1459), - [anon_sym_0x] = ACTIONS(1459), - [sym_val_date] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym__str_single_quotes] = ACTIONS(1459), - [sym__str_back_ticks] = ACTIONS(1459), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1459), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1459), - [anon_sym_err_GT] = ACTIONS(1459), - [anon_sym_out_GT] = ACTIONS(1459), - [anon_sym_e_GT] = ACTIONS(1459), - [anon_sym_o_GT] = ACTIONS(1459), - [anon_sym_err_PLUSout_GT] = ACTIONS(1459), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1459), - [anon_sym_o_PLUSe_GT] = ACTIONS(1459), - [anon_sym_e_PLUSo_GT] = ACTIONS(1459), - [aux_sym_unquoted_token1] = ACTIONS(1459), + [anon_sym_export] = ACTIONS(2653), + [anon_sym_alias] = ACTIONS(2653), + [anon_sym_let] = ACTIONS(2653), + [anon_sym_let_DASHenv] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2653), + [sym_cmd_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2655), + [anon_sym_def] = ACTIONS(2653), + [anon_sym_export_DASHenv] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym_module] = ACTIONS(2653), + [anon_sym_use] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_RPAREN] = ACTIONS(2653), + [anon_sym_DOLLAR] = ACTIONS(2653), + [anon_sym_error] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_loop] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_do] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_source] = ACTIONS(2653), + [anon_sym_source_DASHenv] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_hide] = ACTIONS(2653), + [anon_sym_hide_DASHenv] = ACTIONS(2653), + [anon_sym_overlay] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_where] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_not] = ACTIONS(2653), + [anon_sym_null] = ACTIONS(2653), + [anon_sym_true] = ACTIONS(2653), + [anon_sym_false] = ACTIONS(2653), + [aux_sym__val_number_decimal_token1] = ACTIONS(2653), + [aux_sym__val_number_token1] = ACTIONS(2653), + [aux_sym__val_number_token2] = ACTIONS(2653), + [aux_sym__val_number_token3] = ACTIONS(2653), + [aux_sym__val_number_token4] = ACTIONS(2653), + [aux_sym__val_number_token5] = ACTIONS(2653), + [aux_sym__val_number_token6] = ACTIONS(2653), + [anon_sym_0b] = ACTIONS(2653), + [anon_sym_0o] = ACTIONS(2653), + [anon_sym_0x] = ACTIONS(2653), + [sym_val_date] = ACTIONS(2653), + [anon_sym_DQUOTE] = ACTIONS(2653), + [sym__str_single_quotes] = ACTIONS(2653), + [sym__str_back_ticks] = ACTIONS(2653), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2653), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), [anon_sym_POUND] = ACTIONS(105), }, [914] = { - [sym_path] = STATE(986), [sym_comment] = STATE(914), - [aux_sym_cell_path_repeat1] = STATE(908), - [anon_sym_SEMI] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_RPAREN] = ACTIONS(1394), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_err_GT] = ACTIONS(1394), - [anon_sym_out_GT] = ACTIONS(1394), - [anon_sym_e_GT] = ACTIONS(1394), - [anon_sym_o_GT] = ACTIONS(1394), - [anon_sym_err_PLUSout_GT] = ACTIONS(1394), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1394), - [anon_sym_o_PLUSe_GT] = ACTIONS(1394), - [anon_sym_e_PLUSo_GT] = ACTIONS(1394), - [aux_sym_unquoted_token1] = ACTIONS(1394), + [ts_builtin_sym_end] = ACTIONS(2377), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_DOT2] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token2] = ACTIONS(2625), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), [anon_sym_POUND] = ACTIONS(105), }, [915] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2526), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(915), - [aux_sym_command_repeat1] = STATE(911), - [anon_sym_SEMI] = ACTIONS(2374), - [anon_sym_LF] = ACTIONS(2376), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2374), - [anon_sym_PIPE] = ACTIONS(2374), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_RBRACE] = ACTIONS(2374), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(2657), + [anon_sym_alias] = ACTIONS(2657), + [anon_sym_let] = ACTIONS(2657), + [anon_sym_let_DASHenv] = ACTIONS(2657), + [anon_sym_mut] = ACTIONS(2657), + [anon_sym_const] = ACTIONS(2657), + [anon_sym_SEMI] = ACTIONS(2657), + [sym_cmd_identifier] = ACTIONS(2657), + [anon_sym_LF] = ACTIONS(2659), + [anon_sym_def] = ACTIONS(2657), + [anon_sym_export_DASHenv] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(2657), + [anon_sym_module] = ACTIONS(2657), + [anon_sym_use] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2657), + [anon_sym_RPAREN] = ACTIONS(2657), + [anon_sym_PIPE] = ACTIONS(2657), + [anon_sym_DOLLAR] = ACTIONS(2657), + [anon_sym_error] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2657), + [anon_sym_break] = ACTIONS(2657), + [anon_sym_continue] = ACTIONS(2657), + [anon_sym_for] = ACTIONS(2657), + [anon_sym_loop] = ACTIONS(2657), + [anon_sym_while] = ACTIONS(2657), + [anon_sym_do] = ACTIONS(2657), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_match] = ACTIONS(2657), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_RBRACE] = ACTIONS(2657), + [anon_sym_DOT] = ACTIONS(2657), + [anon_sym_try] = ACTIONS(2657), + [anon_sym_return] = ACTIONS(2657), + [anon_sym_source] = ACTIONS(2657), + [anon_sym_source_DASHenv] = ACTIONS(2657), + [anon_sym_register] = ACTIONS(2657), + [anon_sym_hide] = ACTIONS(2657), + [anon_sym_hide_DASHenv] = ACTIONS(2657), + [anon_sym_overlay] = ACTIONS(2657), + [anon_sym_where] = ACTIONS(2657), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_not] = ACTIONS(2657), + [anon_sym_null] = ACTIONS(2657), + [anon_sym_true] = ACTIONS(2657), + [anon_sym_false] = ACTIONS(2657), + [aux_sym__val_number_decimal_token1] = ACTIONS(2657), + [aux_sym__val_number_token1] = ACTIONS(2657), + [aux_sym__val_number_token2] = ACTIONS(2657), + [aux_sym__val_number_token3] = ACTIONS(2657), + [aux_sym__val_number_token4] = ACTIONS(2657), + [aux_sym__val_number_token5] = ACTIONS(2657), + [aux_sym__val_number_token6] = ACTIONS(2657), + [anon_sym_0b] = ACTIONS(2657), + [anon_sym_0o] = ACTIONS(2657), + [anon_sym_0x] = ACTIONS(2657), + [sym_val_date] = ACTIONS(2657), + [anon_sym_DQUOTE] = ACTIONS(2657), + [sym__str_single_quotes] = ACTIONS(2657), + [sym__str_back_ticks] = ACTIONS(2657), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2657), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2657), + [anon_sym_CARET] = ACTIONS(2657), [anon_sym_POUND] = ACTIONS(105), }, [916] = { - [sym_expr_parenthesized] = STATE(1631), - [sym__immediate_decimal] = STATE(1630), - [sym_val_variable] = STATE(1631), - [sym__var] = STATE(1173), [sym_comment] = STATE(916), - [ts_builtin_sym_end] = ACTIONS(2146), - [anon_sym_export] = ACTIONS(2144), - [anon_sym_alias] = ACTIONS(2144), - [anon_sym_let] = ACTIONS(2144), - [anon_sym_let_DASHenv] = ACTIONS(2144), - [anon_sym_mut] = ACTIONS(2144), - [anon_sym_const] = ACTIONS(2144), - [anon_sym_SEMI] = ACTIONS(2144), - [sym_cmd_identifier] = ACTIONS(2144), - [anon_sym_LF] = ACTIONS(2146), - [anon_sym_def] = ACTIONS(2144), - [anon_sym_export_DASHenv] = ACTIONS(2144), - [anon_sym_extern] = ACTIONS(2144), - [anon_sym_module] = ACTIONS(2144), - [anon_sym_use] = ACTIONS(2144), - [anon_sym_LBRACK] = ACTIONS(2144), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2144), - [anon_sym_DASH] = ACTIONS(2144), - [anon_sym_break] = ACTIONS(2144), - [anon_sym_continue] = ACTIONS(2144), - [anon_sym_for] = ACTIONS(2144), - [anon_sym_loop] = ACTIONS(2144), - [anon_sym_while] = ACTIONS(2144), - [anon_sym_do] = ACTIONS(2144), - [anon_sym_if] = ACTIONS(2144), - [anon_sym_match] = ACTIONS(2144), - [anon_sym_LBRACE] = ACTIONS(2144), - [anon_sym_DOT] = ACTIONS(2144), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2144), - [anon_sym_return] = ACTIONS(2144), - [anon_sym_source] = ACTIONS(2144), - [anon_sym_source_DASHenv] = ACTIONS(2144), - [anon_sym_register] = ACTIONS(2144), - [anon_sym_hide] = ACTIONS(2144), - [anon_sym_hide_DASHenv] = ACTIONS(2144), - [anon_sym_overlay] = ACTIONS(2144), - [anon_sym_where] = ACTIONS(2144), - [anon_sym_PLUS] = ACTIONS(2144), - [anon_sym_not] = ACTIONS(2144), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2144), - [anon_sym_true] = ACTIONS(2144), - [anon_sym_false] = ACTIONS(2144), - [aux_sym__val_number_decimal_token1] = ACTIONS(2144), - [aux_sym__val_number_token1] = ACTIONS(2144), - [aux_sym__val_number_token2] = ACTIONS(2144), - [aux_sym__val_number_token3] = ACTIONS(2144), - [aux_sym__val_number_token4] = ACTIONS(2144), - [aux_sym__val_number_token5] = ACTIONS(2144), - [aux_sym__val_number_token6] = ACTIONS(2144), - [anon_sym_0b] = ACTIONS(2144), - [anon_sym_0o] = ACTIONS(2144), - [anon_sym_0x] = ACTIONS(2144), - [sym_val_date] = ACTIONS(2144), - [anon_sym_DQUOTE] = ACTIONS(2144), - [sym__str_single_quotes] = ACTIONS(2144), - [sym__str_back_ticks] = ACTIONS(2144), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2144), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2144), - [anon_sym_CARET] = ACTIONS(2144), + [anon_sym_export] = ACTIONS(2661), + [anon_sym_alias] = ACTIONS(2661), + [anon_sym_let] = ACTIONS(2661), + [anon_sym_let_DASHenv] = ACTIONS(2661), + [anon_sym_mut] = ACTIONS(2661), + [anon_sym_const] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2661), + [sym_cmd_identifier] = ACTIONS(2661), + [anon_sym_LF] = ACTIONS(2663), + [anon_sym_def] = ACTIONS(2661), + [anon_sym_export_DASHenv] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2661), + [anon_sym_module] = ACTIONS(2661), + [anon_sym_use] = ACTIONS(2661), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_LPAREN] = ACTIONS(2661), + [anon_sym_RPAREN] = ACTIONS(2661), + [anon_sym_DOLLAR] = ACTIONS(2661), + [anon_sym_error] = ACTIONS(2661), + [anon_sym_DASH] = ACTIONS(2661), + [anon_sym_break] = ACTIONS(2661), + [anon_sym_continue] = ACTIONS(2661), + [anon_sym_for] = ACTIONS(2661), + [anon_sym_loop] = ACTIONS(2661), + [anon_sym_while] = ACTIONS(2661), + [anon_sym_do] = ACTIONS(2661), + [anon_sym_if] = ACTIONS(2661), + [anon_sym_match] = ACTIONS(2661), + [anon_sym_LBRACE] = ACTIONS(2661), + [anon_sym_RBRACE] = ACTIONS(2661), + [anon_sym_DOT] = ACTIONS(2661), + [anon_sym_DOT2] = ACTIONS(2665), + [anon_sym_try] = ACTIONS(2661), + [anon_sym_return] = ACTIONS(2661), + [anon_sym_source] = ACTIONS(2661), + [anon_sym_source_DASHenv] = ACTIONS(2661), + [anon_sym_register] = ACTIONS(2661), + [anon_sym_hide] = ACTIONS(2661), + [anon_sym_hide_DASHenv] = ACTIONS(2661), + [anon_sym_overlay] = ACTIONS(2661), + [anon_sym_where] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2661), + [anon_sym_not] = ACTIONS(2661), + [anon_sym_null] = ACTIONS(2661), + [anon_sym_true] = ACTIONS(2661), + [anon_sym_false] = ACTIONS(2661), + [aux_sym__val_number_decimal_token1] = ACTIONS(2661), + [aux_sym__val_number_token1] = ACTIONS(2661), + [aux_sym__val_number_token2] = ACTIONS(2661), + [aux_sym__val_number_token3] = ACTIONS(2661), + [aux_sym__val_number_token4] = ACTIONS(2661), + [aux_sym__val_number_token5] = ACTIONS(2661), + [aux_sym__val_number_token6] = ACTIONS(2661), + [anon_sym_0b] = ACTIONS(2661), + [anon_sym_0o] = ACTIONS(2661), + [anon_sym_0x] = ACTIONS(2661), + [sym_val_date] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2661), + [sym__str_single_quotes] = ACTIONS(2661), + [sym__str_back_ticks] = ACTIONS(2661), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2661), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2661), + [anon_sym_CARET] = ACTIONS(2661), [anon_sym_POUND] = ACTIONS(105), }, [917] = { - [sym_expr_parenthesized] = STATE(1639), - [sym__immediate_decimal] = STATE(1636), - [sym_val_variable] = STATE(1639), - [sym__var] = STATE(1173), [sym_comment] = STATE(917), - [ts_builtin_sym_end] = ACTIONS(2154), - [anon_sym_export] = ACTIONS(2152), - [anon_sym_alias] = ACTIONS(2152), - [anon_sym_let] = ACTIONS(2152), - [anon_sym_let_DASHenv] = ACTIONS(2152), - [anon_sym_mut] = ACTIONS(2152), - [anon_sym_const] = ACTIONS(2152), - [anon_sym_SEMI] = ACTIONS(2152), - [sym_cmd_identifier] = ACTIONS(2152), - [anon_sym_LF] = ACTIONS(2154), - [anon_sym_def] = ACTIONS(2152), - [anon_sym_export_DASHenv] = ACTIONS(2152), - [anon_sym_extern] = ACTIONS(2152), - [anon_sym_module] = ACTIONS(2152), - [anon_sym_use] = ACTIONS(2152), - [anon_sym_LBRACK] = ACTIONS(2152), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2152), - [anon_sym_DASH] = ACTIONS(2152), - [anon_sym_break] = ACTIONS(2152), - [anon_sym_continue] = ACTIONS(2152), - [anon_sym_for] = ACTIONS(2152), - [anon_sym_loop] = ACTIONS(2152), - [anon_sym_while] = ACTIONS(2152), - [anon_sym_do] = ACTIONS(2152), - [anon_sym_if] = ACTIONS(2152), - [anon_sym_match] = ACTIONS(2152), - [anon_sym_LBRACE] = ACTIONS(2152), - [anon_sym_DOT] = ACTIONS(2152), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2152), - [anon_sym_return] = ACTIONS(2152), - [anon_sym_source] = ACTIONS(2152), - [anon_sym_source_DASHenv] = ACTIONS(2152), - [anon_sym_register] = ACTIONS(2152), - [anon_sym_hide] = ACTIONS(2152), - [anon_sym_hide_DASHenv] = ACTIONS(2152), - [anon_sym_overlay] = ACTIONS(2152), - [anon_sym_where] = ACTIONS(2152), - [anon_sym_PLUS] = ACTIONS(2152), - [anon_sym_not] = ACTIONS(2152), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2152), - [anon_sym_true] = ACTIONS(2152), - [anon_sym_false] = ACTIONS(2152), - [aux_sym__val_number_decimal_token1] = ACTIONS(2152), - [aux_sym__val_number_token1] = ACTIONS(2152), - [aux_sym__val_number_token2] = ACTIONS(2152), - [aux_sym__val_number_token3] = ACTIONS(2152), - [aux_sym__val_number_token4] = ACTIONS(2152), - [aux_sym__val_number_token5] = ACTIONS(2152), - [aux_sym__val_number_token6] = ACTIONS(2152), - [anon_sym_0b] = ACTIONS(2152), - [anon_sym_0o] = ACTIONS(2152), - [anon_sym_0x] = ACTIONS(2152), - [sym_val_date] = ACTIONS(2152), - [anon_sym_DQUOTE] = ACTIONS(2152), - [sym__str_single_quotes] = ACTIONS(2152), - [sym__str_back_ticks] = ACTIONS(2152), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2152), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2152), - [anon_sym_CARET] = ACTIONS(2152), + [ts_builtin_sym_end] = ACTIONS(937), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), + [aux_sym_unquoted_token5] = ACTIONS(2667), [anon_sym_POUND] = ACTIONS(105), }, [918] = { - [sym_cell_path] = STATE(1010), - [sym_path] = STATE(914), [sym_comment] = STATE(918), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym_LF] = ACTIONS(1457), - [anon_sym_LBRACK] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1455), - [anon_sym_RPAREN] = ACTIONS(1455), - [anon_sym_PIPE] = ACTIONS(1455), - [anon_sym_DOLLAR] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1455), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1455), - [anon_sym_DOT] = ACTIONS(1455), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_STAR_STAR] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_SLASH] = ACTIONS(1455), - [anon_sym_mod] = ACTIONS(1455), - [anon_sym_SLASH_SLASH] = ACTIONS(1455), - [anon_sym_PLUS] = ACTIONS(1455), - [anon_sym_bit_DASHshl] = ACTIONS(1455), - [anon_sym_bit_DASHshr] = ACTIONS(1455), - [anon_sym_EQ_EQ] = ACTIONS(1455), - [anon_sym_BANG_EQ] = ACTIONS(1455), - [anon_sym_LT2] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1455), - [anon_sym_GT_EQ] = ACTIONS(1455), - [anon_sym_not_DASHin] = ACTIONS(1455), - [anon_sym_starts_DASHwith] = ACTIONS(1455), - [anon_sym_ends_DASHwith] = ACTIONS(1455), - [anon_sym_EQ_TILDE] = ACTIONS(1455), - [anon_sym_BANG_TILDE] = ACTIONS(1455), - [anon_sym_bit_DASHand] = ACTIONS(1455), - [anon_sym_bit_DASHxor] = ACTIONS(1455), - [anon_sym_bit_DASHor] = ACTIONS(1455), - [anon_sym_and] = ACTIONS(1455), - [anon_sym_xor] = ACTIONS(1455), - [anon_sym_or] = ACTIONS(1455), - [anon_sym_null] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1455), - [anon_sym_false] = ACTIONS(1455), - [aux_sym__val_number_decimal_token1] = ACTIONS(1455), - [aux_sym__val_number_token1] = ACTIONS(1455), - [aux_sym__val_number_token2] = ACTIONS(1455), - [aux_sym__val_number_token3] = ACTIONS(1455), - [aux_sym__val_number_token4] = ACTIONS(1455), - [aux_sym__val_number_token5] = ACTIONS(1455), - [aux_sym__val_number_token6] = ACTIONS(1455), - [anon_sym_0b] = ACTIONS(1455), - [anon_sym_0o] = ACTIONS(1455), - [anon_sym_0x] = ACTIONS(1455), - [sym_val_date] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym__str_single_quotes] = ACTIONS(1455), - [sym__str_back_ticks] = ACTIONS(1455), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1455), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1455), - [anon_sym_err_GT] = ACTIONS(1455), - [anon_sym_out_GT] = ACTIONS(1455), - [anon_sym_e_GT] = ACTIONS(1455), - [anon_sym_o_GT] = ACTIONS(1455), - [anon_sym_err_PLUSout_GT] = ACTIONS(1455), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1455), - [anon_sym_o_PLUSe_GT] = ACTIONS(1455), - [anon_sym_e_PLUSo_GT] = ACTIONS(1455), - [aux_sym_unquoted_token1] = ACTIONS(1455), + [anon_sym_export] = ACTIONS(1085), + [anon_sym_alias] = ACTIONS(1085), + [anon_sym_let] = ACTIONS(1085), + [anon_sym_let_DASHenv] = ACTIONS(1085), + [anon_sym_mut] = ACTIONS(1085), + [anon_sym_const] = ACTIONS(1085), + [anon_sym_SEMI] = ACTIONS(1085), + [sym_cmd_identifier] = ACTIONS(1085), + [anon_sym_LF] = ACTIONS(1087), + [anon_sym_def] = ACTIONS(1085), + [anon_sym_export_DASHenv] = ACTIONS(1085), + [anon_sym_extern] = ACTIONS(1085), + [anon_sym_module] = ACTIONS(1085), + [anon_sym_use] = ACTIONS(1085), + [anon_sym_LBRACK] = ACTIONS(1085), + [anon_sym_LPAREN] = ACTIONS(1085), + [anon_sym_RPAREN] = ACTIONS(1085), + [anon_sym_DOLLAR] = ACTIONS(1085), + [anon_sym_error] = ACTIONS(1085), + [anon_sym_DASH] = ACTIONS(1085), + [anon_sym_break] = ACTIONS(1085), + [anon_sym_continue] = ACTIONS(1085), + [anon_sym_for] = ACTIONS(1085), + [anon_sym_loop] = ACTIONS(1085), + [anon_sym_while] = ACTIONS(1085), + [anon_sym_do] = ACTIONS(1085), + [anon_sym_if] = ACTIONS(1085), + [anon_sym_match] = ACTIONS(1085), + [anon_sym_LBRACE] = ACTIONS(1085), + [anon_sym_RBRACE] = ACTIONS(1085), + [anon_sym_DOT] = ACTIONS(1085), + [anon_sym_try] = ACTIONS(1085), + [anon_sym_return] = ACTIONS(1085), + [anon_sym_source] = ACTIONS(1085), + [anon_sym_source_DASHenv] = ACTIONS(1085), + [anon_sym_register] = ACTIONS(1085), + [anon_sym_hide] = ACTIONS(1085), + [anon_sym_hide_DASHenv] = ACTIONS(1085), + [anon_sym_overlay] = ACTIONS(1085), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_where] = ACTIONS(1085), + [anon_sym_PLUS] = ACTIONS(1085), + [anon_sym_not] = ACTIONS(1085), + [anon_sym_null] = ACTIONS(1085), + [anon_sym_true] = ACTIONS(1085), + [anon_sym_false] = ACTIONS(1085), + [aux_sym__val_number_decimal_token1] = ACTIONS(1085), + [aux_sym__val_number_token1] = ACTIONS(1085), + [aux_sym__val_number_token2] = ACTIONS(1085), + [aux_sym__val_number_token3] = ACTIONS(1085), + [aux_sym__val_number_token4] = ACTIONS(1085), + [aux_sym__val_number_token5] = ACTIONS(1085), + [aux_sym__val_number_token6] = ACTIONS(1085), + [anon_sym_0b] = ACTIONS(1085), + [anon_sym_0o] = ACTIONS(1085), + [anon_sym_0x] = ACTIONS(1085), + [sym_val_date] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym__str_single_quotes] = ACTIONS(1085), + [sym__str_back_ticks] = ACTIONS(1085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1085), + [anon_sym_CARET] = ACTIONS(1085), [anon_sym_POUND] = ACTIONS(105), }, [919] = { - [sym_expr_parenthesized] = STATE(1635), - [sym__immediate_decimal] = STATE(1634), - [sym_val_variable] = STATE(1635), - [sym__var] = STATE(1173), [sym_comment] = STATE(919), - [ts_builtin_sym_end] = ACTIONS(2150), - [anon_sym_export] = ACTIONS(2148), - [anon_sym_alias] = ACTIONS(2148), - [anon_sym_let] = ACTIONS(2148), - [anon_sym_let_DASHenv] = ACTIONS(2148), - [anon_sym_mut] = ACTIONS(2148), - [anon_sym_const] = ACTIONS(2148), - [anon_sym_SEMI] = ACTIONS(2148), - [sym_cmd_identifier] = ACTIONS(2148), - [anon_sym_LF] = ACTIONS(2150), - [anon_sym_def] = ACTIONS(2148), - [anon_sym_export_DASHenv] = ACTIONS(2148), - [anon_sym_extern] = ACTIONS(2148), - [anon_sym_module] = ACTIONS(2148), - [anon_sym_use] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2148), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2148), - [anon_sym_DASH] = ACTIONS(2148), - [anon_sym_break] = ACTIONS(2148), - [anon_sym_continue] = ACTIONS(2148), - [anon_sym_for] = ACTIONS(2148), - [anon_sym_loop] = ACTIONS(2148), - [anon_sym_while] = ACTIONS(2148), - [anon_sym_do] = ACTIONS(2148), - [anon_sym_if] = ACTIONS(2148), - [anon_sym_match] = ACTIONS(2148), - [anon_sym_LBRACE] = ACTIONS(2148), - [anon_sym_DOT] = ACTIONS(2148), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2148), - [anon_sym_return] = ACTIONS(2148), - [anon_sym_source] = ACTIONS(2148), - [anon_sym_source_DASHenv] = ACTIONS(2148), - [anon_sym_register] = ACTIONS(2148), - [anon_sym_hide] = ACTIONS(2148), - [anon_sym_hide_DASHenv] = ACTIONS(2148), - [anon_sym_overlay] = ACTIONS(2148), - [anon_sym_where] = ACTIONS(2148), - [anon_sym_PLUS] = ACTIONS(2148), - [anon_sym_not] = ACTIONS(2148), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2148), - [anon_sym_true] = ACTIONS(2148), - [anon_sym_false] = ACTIONS(2148), - [aux_sym__val_number_decimal_token1] = ACTIONS(2148), - [aux_sym__val_number_token1] = ACTIONS(2148), - [aux_sym__val_number_token2] = ACTIONS(2148), - [aux_sym__val_number_token3] = ACTIONS(2148), - [aux_sym__val_number_token4] = ACTIONS(2148), - [aux_sym__val_number_token5] = ACTIONS(2148), - [aux_sym__val_number_token6] = ACTIONS(2148), - [anon_sym_0b] = ACTIONS(2148), - [anon_sym_0o] = ACTIONS(2148), - [anon_sym_0x] = ACTIONS(2148), - [sym_val_date] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym__str_single_quotes] = ACTIONS(2148), - [sym__str_back_ticks] = ACTIONS(2148), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2148), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2148), - [anon_sym_CARET] = ACTIONS(2148), + [anon_sym_export] = ACTIONS(2669), + [anon_sym_alias] = ACTIONS(2669), + [anon_sym_let] = ACTIONS(2669), + [anon_sym_let_DASHenv] = ACTIONS(2669), + [anon_sym_mut] = ACTIONS(2669), + [anon_sym_const] = ACTIONS(2669), + [anon_sym_SEMI] = ACTIONS(2669), + [sym_cmd_identifier] = ACTIONS(2669), + [anon_sym_LF] = ACTIONS(2671), + [anon_sym_def] = ACTIONS(2669), + [anon_sym_export_DASHenv] = ACTIONS(2669), + [anon_sym_extern] = ACTIONS(2669), + [anon_sym_module] = ACTIONS(2669), + [anon_sym_use] = ACTIONS(2669), + [anon_sym_LBRACK] = ACTIONS(2669), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_RPAREN] = ACTIONS(2669), + [anon_sym_DOLLAR] = ACTIONS(2669), + [anon_sym_error] = ACTIONS(2669), + [anon_sym_DASH] = ACTIONS(2669), + [anon_sym_break] = ACTIONS(2669), + [anon_sym_continue] = ACTIONS(2669), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_loop] = ACTIONS(2669), + [anon_sym_while] = ACTIONS(2669), + [anon_sym_do] = ACTIONS(2669), + [anon_sym_if] = ACTIONS(2669), + [anon_sym_match] = ACTIONS(2669), + [anon_sym_LBRACE] = ACTIONS(2669), + [anon_sym_RBRACE] = ACTIONS(2669), + [anon_sym_DOT] = ACTIONS(2669), + [anon_sym_DOT2] = ACTIONS(2673), + [anon_sym_try] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2669), + [anon_sym_source] = ACTIONS(2669), + [anon_sym_source_DASHenv] = ACTIONS(2669), + [anon_sym_register] = ACTIONS(2669), + [anon_sym_hide] = ACTIONS(2669), + [anon_sym_hide_DASHenv] = ACTIONS(2669), + [anon_sym_overlay] = ACTIONS(2669), + [anon_sym_where] = ACTIONS(2669), + [anon_sym_PLUS] = ACTIONS(2669), + [anon_sym_not] = ACTIONS(2669), + [anon_sym_null] = ACTIONS(2669), + [anon_sym_true] = ACTIONS(2669), + [anon_sym_false] = ACTIONS(2669), + [aux_sym__val_number_decimal_token1] = ACTIONS(2669), + [aux_sym__val_number_token1] = ACTIONS(2669), + [aux_sym__val_number_token2] = ACTIONS(2669), + [aux_sym__val_number_token3] = ACTIONS(2669), + [aux_sym__val_number_token4] = ACTIONS(2669), + [aux_sym__val_number_token5] = ACTIONS(2669), + [aux_sym__val_number_token6] = ACTIONS(2669), + [anon_sym_0b] = ACTIONS(2669), + [anon_sym_0o] = ACTIONS(2669), + [anon_sym_0x] = ACTIONS(2669), + [sym_val_date] = ACTIONS(2669), + [anon_sym_DQUOTE] = ACTIONS(2669), + [sym__str_single_quotes] = ACTIONS(2669), + [sym__str_back_ticks] = ACTIONS(2669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2669), + [anon_sym_CARET] = ACTIONS(2669), [anon_sym_POUND] = ACTIONS(105), }, [920] = { - [sym__command_name] = STATE(1472), - [sym_scope_pattern] = STATE(1473), - [sym_wild_card] = STATE(1474), - [sym_command_list] = STATE(1475), - [sym_val_string] = STATE(1226), - [sym__str_double_quotes] = STATE(1246), [sym_comment] = STATE(920), - [anon_sym_export] = ACTIONS(2378), - [anon_sym_alias] = ACTIONS(2378), - [anon_sym_let] = ACTIONS(2378), - [anon_sym_let_DASHenv] = ACTIONS(2378), - [anon_sym_mut] = ACTIONS(2378), - [anon_sym_const] = ACTIONS(2378), - [anon_sym_SEMI] = ACTIONS(2378), - [sym_cmd_identifier] = ACTIONS(2188), - [anon_sym_LF] = ACTIONS(2380), - [anon_sym_def] = ACTIONS(2378), - [anon_sym_export_DASHenv] = ACTIONS(2378), - [anon_sym_extern] = ACTIONS(2378), - [anon_sym_module] = ACTIONS(2378), - [anon_sym_use] = ACTIONS(2378), - [anon_sym_LBRACK] = ACTIONS(2192), - [anon_sym_LPAREN] = ACTIONS(2378), - [anon_sym_RPAREN] = ACTIONS(2378), - [anon_sym_DOLLAR] = ACTIONS(2378), - [anon_sym_error] = ACTIONS(2378), - [anon_sym_DASH] = ACTIONS(2378), - [anon_sym_break] = ACTIONS(2378), - [anon_sym_continue] = ACTIONS(2378), - [anon_sym_for] = ACTIONS(2378), - [anon_sym_loop] = ACTIONS(2378), - [anon_sym_while] = ACTIONS(2378), - [anon_sym_do] = ACTIONS(2378), - [anon_sym_if] = ACTIONS(2378), - [anon_sym_match] = ACTIONS(2378), - [anon_sym_LBRACE] = ACTIONS(2378), - [anon_sym_RBRACE] = ACTIONS(2378), - [anon_sym_DOT] = ACTIONS(2378), - [anon_sym_try] = ACTIONS(2378), - [anon_sym_return] = ACTIONS(2378), - [anon_sym_source] = ACTIONS(2378), - [anon_sym_source_DASHenv] = ACTIONS(2378), - [anon_sym_register] = ACTIONS(2378), - [anon_sym_hide] = ACTIONS(2378), - [anon_sym_hide_DASHenv] = ACTIONS(2378), - [anon_sym_overlay] = ACTIONS(2378), - [anon_sym_STAR] = ACTIONS(2194), - [anon_sym_where] = ACTIONS(2378), - [anon_sym_PLUS] = ACTIONS(2378), - [anon_sym_not] = ACTIONS(2378), - [anon_sym_null] = ACTIONS(2378), - [anon_sym_true] = ACTIONS(2378), - [anon_sym_false] = ACTIONS(2378), - [aux_sym__val_number_decimal_token1] = ACTIONS(2378), - [aux_sym__val_number_token1] = ACTIONS(2378), - [aux_sym__val_number_token2] = ACTIONS(2378), - [aux_sym__val_number_token3] = ACTIONS(2378), - [aux_sym__val_number_token4] = ACTIONS(2378), - [aux_sym__val_number_token5] = ACTIONS(2378), - [aux_sym__val_number_token6] = ACTIONS(2378), - [anon_sym_0b] = ACTIONS(2378), - [anon_sym_0o] = ACTIONS(2378), - [anon_sym_0x] = ACTIONS(2378), - [sym_val_date] = ACTIONS(2378), - [anon_sym_DQUOTE] = ACTIONS(2196), - [sym__str_single_quotes] = ACTIONS(2198), - [sym__str_back_ticks] = ACTIONS(2198), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2378), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2378), - [anon_sym_CARET] = ACTIONS(2378), + [anon_sym_export] = ACTIONS(2675), + [anon_sym_alias] = ACTIONS(2675), + [anon_sym_let] = ACTIONS(2675), + [anon_sym_let_DASHenv] = ACTIONS(2675), + [anon_sym_mut] = ACTIONS(2675), + [anon_sym_const] = ACTIONS(2675), + [anon_sym_SEMI] = ACTIONS(2675), + [sym_cmd_identifier] = ACTIONS(2675), + [anon_sym_LF] = ACTIONS(2677), + [anon_sym_def] = ACTIONS(2675), + [anon_sym_export_DASHenv] = ACTIONS(2675), + [anon_sym_extern] = ACTIONS(2675), + [anon_sym_module] = ACTIONS(2675), + [anon_sym_use] = ACTIONS(2675), + [anon_sym_LBRACK] = ACTIONS(2675), + [anon_sym_LPAREN] = ACTIONS(2675), + [anon_sym_RPAREN] = ACTIONS(2675), + [anon_sym_DOLLAR] = ACTIONS(2675), + [anon_sym_error] = ACTIONS(2675), + [anon_sym_DASH] = ACTIONS(2675), + [anon_sym_break] = ACTIONS(2675), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_for] = ACTIONS(2675), + [anon_sym_loop] = ACTIONS(2675), + [anon_sym_while] = ACTIONS(2675), + [anon_sym_do] = ACTIONS(2675), + [anon_sym_if] = ACTIONS(2675), + [anon_sym_match] = ACTIONS(2675), + [anon_sym_LBRACE] = ACTIONS(2675), + [anon_sym_RBRACE] = ACTIONS(2675), + [anon_sym_DOT] = ACTIONS(2675), + [anon_sym_DOT2] = ACTIONS(2679), + [anon_sym_try] = ACTIONS(2675), + [anon_sym_return] = ACTIONS(2675), + [anon_sym_source] = ACTIONS(2675), + [anon_sym_source_DASHenv] = ACTIONS(2675), + [anon_sym_register] = ACTIONS(2675), + [anon_sym_hide] = ACTIONS(2675), + [anon_sym_hide_DASHenv] = ACTIONS(2675), + [anon_sym_overlay] = ACTIONS(2675), + [anon_sym_where] = ACTIONS(2675), + [anon_sym_PLUS] = ACTIONS(2675), + [anon_sym_not] = ACTIONS(2675), + [anon_sym_null] = ACTIONS(2675), + [anon_sym_true] = ACTIONS(2675), + [anon_sym_false] = ACTIONS(2675), + [aux_sym__val_number_decimal_token1] = ACTIONS(2675), + [aux_sym__val_number_token1] = ACTIONS(2675), + [aux_sym__val_number_token2] = ACTIONS(2675), + [aux_sym__val_number_token3] = ACTIONS(2675), + [aux_sym__val_number_token4] = ACTIONS(2675), + [aux_sym__val_number_token5] = ACTIONS(2675), + [aux_sym__val_number_token6] = ACTIONS(2675), + [anon_sym_0b] = ACTIONS(2675), + [anon_sym_0o] = ACTIONS(2675), + [anon_sym_0x] = ACTIONS(2675), + [sym_val_date] = ACTIONS(2675), + [anon_sym_DQUOTE] = ACTIONS(2675), + [sym__str_single_quotes] = ACTIONS(2675), + [sym__str_back_ticks] = ACTIONS(2675), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2675), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2675), + [anon_sym_CARET] = ACTIONS(2675), [anon_sym_POUND] = ACTIONS(105), }, [921] = { - [sym_path] = STATE(986), [sym_comment] = STATE(921), - [aux_sym_cell_path_repeat1] = STATE(921), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_LBRACK] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_RPAREN] = ACTIONS(1387), - [anon_sym_PIPE] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_GT] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1387), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(2382), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_SLASH] = ACTIONS(1387), - [anon_sym_mod] = ACTIONS(1387), - [anon_sym_SLASH_SLASH] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_bit_DASHshl] = ACTIONS(1387), - [anon_sym_bit_DASHshr] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1387), - [anon_sym_BANG_EQ] = ACTIONS(1387), - [anon_sym_LT2] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1387), - [anon_sym_GT_EQ] = ACTIONS(1387), - [anon_sym_not_DASHin] = ACTIONS(1387), - [anon_sym_starts_DASHwith] = ACTIONS(1387), - [anon_sym_ends_DASHwith] = ACTIONS(1387), - [anon_sym_EQ_TILDE] = ACTIONS(1387), - [anon_sym_BANG_TILDE] = ACTIONS(1387), - [anon_sym_bit_DASHand] = ACTIONS(1387), - [anon_sym_bit_DASHxor] = ACTIONS(1387), - [anon_sym_bit_DASHor] = ACTIONS(1387), - [anon_sym_and] = ACTIONS(1387), - [anon_sym_xor] = ACTIONS(1387), - [anon_sym_or] = ACTIONS(1387), - [anon_sym_null] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(1387), - [anon_sym_false] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_0b] = ACTIONS(1387), - [anon_sym_0o] = ACTIONS(1387), - [anon_sym_0x] = ACTIONS(1387), - [sym_val_date] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1387), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1387), - [anon_sym_err_GT] = ACTIONS(1387), - [anon_sym_out_GT] = ACTIONS(1387), - [anon_sym_e_GT] = ACTIONS(1387), - [anon_sym_o_GT] = ACTIONS(1387), - [anon_sym_err_PLUSout_GT] = ACTIONS(1387), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1387), - [anon_sym_o_PLUSe_GT] = ACTIONS(1387), - [anon_sym_e_PLUSo_GT] = ACTIONS(1387), - [aux_sym_unquoted_token1] = ACTIONS(1387), + [anon_sym_export] = ACTIONS(2681), + [anon_sym_alias] = ACTIONS(2681), + [anon_sym_let] = ACTIONS(2681), + [anon_sym_let_DASHenv] = ACTIONS(2681), + [anon_sym_mut] = ACTIONS(2681), + [anon_sym_const] = ACTIONS(2681), + [anon_sym_SEMI] = ACTIONS(2681), + [sym_cmd_identifier] = ACTIONS(2681), + [anon_sym_LF] = ACTIONS(2683), + [anon_sym_def] = ACTIONS(2681), + [anon_sym_export_DASHenv] = ACTIONS(2681), + [anon_sym_extern] = ACTIONS(2681), + [anon_sym_module] = ACTIONS(2681), + [anon_sym_use] = ACTIONS(2681), + [anon_sym_LBRACK] = ACTIONS(2681), + [anon_sym_LPAREN] = ACTIONS(2681), + [anon_sym_RPAREN] = ACTIONS(2681), + [anon_sym_DOLLAR] = ACTIONS(2681), + [anon_sym_error] = ACTIONS(2681), + [anon_sym_DASH] = ACTIONS(2681), + [anon_sym_break] = ACTIONS(2681), + [anon_sym_continue] = ACTIONS(2681), + [anon_sym_for] = ACTIONS(2681), + [anon_sym_loop] = ACTIONS(2681), + [anon_sym_while] = ACTIONS(2681), + [anon_sym_do] = ACTIONS(2681), + [anon_sym_if] = ACTIONS(2681), + [anon_sym_match] = ACTIONS(2681), + [anon_sym_LBRACE] = ACTIONS(2681), + [anon_sym_RBRACE] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2681), + [anon_sym_try] = ACTIONS(2681), + [anon_sym_return] = ACTIONS(2681), + [anon_sym_source] = ACTIONS(2681), + [anon_sym_source_DASHenv] = ACTIONS(2681), + [anon_sym_register] = ACTIONS(2681), + [anon_sym_hide] = ACTIONS(2681), + [anon_sym_hide_DASHenv] = ACTIONS(2681), + [anon_sym_overlay] = ACTIONS(2681), + [anon_sym_as] = ACTIONS(2681), + [anon_sym_where] = ACTIONS(2681), + [anon_sym_PLUS] = ACTIONS(2681), + [anon_sym_not] = ACTIONS(2681), + [anon_sym_null] = ACTIONS(2681), + [anon_sym_true] = ACTIONS(2681), + [anon_sym_false] = ACTIONS(2681), + [aux_sym__val_number_decimal_token1] = ACTIONS(2681), + [aux_sym__val_number_token1] = ACTIONS(2681), + [aux_sym__val_number_token2] = ACTIONS(2681), + [aux_sym__val_number_token3] = ACTIONS(2681), + [aux_sym__val_number_token4] = ACTIONS(2681), + [aux_sym__val_number_token5] = ACTIONS(2681), + [aux_sym__val_number_token6] = ACTIONS(2681), + [anon_sym_0b] = ACTIONS(2681), + [anon_sym_0o] = ACTIONS(2681), + [anon_sym_0x] = ACTIONS(2681), + [sym_val_date] = ACTIONS(2681), + [anon_sym_DQUOTE] = ACTIONS(2681), + [sym__str_single_quotes] = ACTIONS(2681), + [sym__str_back_ticks] = ACTIONS(2681), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2681), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2681), + [anon_sym_CARET] = ACTIONS(2681), [anon_sym_POUND] = ACTIONS(105), }, [922] = { - [sym_cell_path] = STATE(1022), - [sym_path] = STATE(914), [sym_comment] = STATE(922), - [anon_sym_SEMI] = ACTIONS(1478), - [anon_sym_LF] = ACTIONS(1480), - [anon_sym_LBRACK] = ACTIONS(1478), - [anon_sym_LPAREN] = ACTIONS(1478), - [anon_sym_RPAREN] = ACTIONS(1478), - [anon_sym_PIPE] = ACTIONS(1478), - [anon_sym_DOLLAR] = ACTIONS(1478), - [anon_sym_GT] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(1478), - [anon_sym_DOT] = ACTIONS(1478), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_STAR_STAR] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [anon_sym_SLASH] = ACTIONS(1478), - [anon_sym_mod] = ACTIONS(1478), - [anon_sym_SLASH_SLASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_bit_DASHshl] = ACTIONS(1478), - [anon_sym_bit_DASHshr] = ACTIONS(1478), - [anon_sym_EQ_EQ] = ACTIONS(1478), - [anon_sym_BANG_EQ] = ACTIONS(1478), - [anon_sym_LT2] = ACTIONS(1478), - [anon_sym_LT_EQ] = ACTIONS(1478), - [anon_sym_GT_EQ] = ACTIONS(1478), - [anon_sym_not_DASHin] = ACTIONS(1478), - [anon_sym_starts_DASHwith] = ACTIONS(1478), - [anon_sym_ends_DASHwith] = ACTIONS(1478), - [anon_sym_EQ_TILDE] = ACTIONS(1478), - [anon_sym_BANG_TILDE] = ACTIONS(1478), - [anon_sym_bit_DASHand] = ACTIONS(1478), - [anon_sym_bit_DASHxor] = ACTIONS(1478), - [anon_sym_bit_DASHor] = ACTIONS(1478), - [anon_sym_and] = ACTIONS(1478), - [anon_sym_xor] = ACTIONS(1478), - [anon_sym_or] = ACTIONS(1478), - [anon_sym_null] = ACTIONS(1478), - [anon_sym_true] = ACTIONS(1478), - [anon_sym_false] = ACTIONS(1478), - [aux_sym__val_number_decimal_token1] = ACTIONS(1478), - [aux_sym__val_number_token1] = ACTIONS(1478), - [aux_sym__val_number_token2] = ACTIONS(1478), - [aux_sym__val_number_token3] = ACTIONS(1478), - [aux_sym__val_number_token4] = ACTIONS(1478), - [aux_sym__val_number_token5] = ACTIONS(1478), - [aux_sym__val_number_token6] = ACTIONS(1478), - [anon_sym_0b] = ACTIONS(1478), - [anon_sym_0o] = ACTIONS(1478), - [anon_sym_0x] = ACTIONS(1478), - [sym_val_date] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [sym__str_single_quotes] = ACTIONS(1478), - [sym__str_back_ticks] = ACTIONS(1478), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1478), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1478), - [anon_sym_err_GT] = ACTIONS(1478), - [anon_sym_out_GT] = ACTIONS(1478), - [anon_sym_e_GT] = ACTIONS(1478), - [anon_sym_o_GT] = ACTIONS(1478), - [anon_sym_err_PLUSout_GT] = ACTIONS(1478), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1478), - [anon_sym_o_PLUSe_GT] = ACTIONS(1478), - [anon_sym_e_PLUSo_GT] = ACTIONS(1478), - [aux_sym_unquoted_token1] = ACTIONS(1478), + [anon_sym_export] = ACTIONS(2685), + [anon_sym_alias] = ACTIONS(2685), + [anon_sym_let] = ACTIONS(2685), + [anon_sym_let_DASHenv] = ACTIONS(2685), + [anon_sym_mut] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_SEMI] = ACTIONS(2685), + [sym_cmd_identifier] = ACTIONS(2685), + [anon_sym_LF] = ACTIONS(2687), + [anon_sym_def] = ACTIONS(2685), + [anon_sym_export_DASHenv] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym_module] = ACTIONS(2685), + [anon_sym_use] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_LPAREN] = ACTIONS(2685), + [anon_sym_RPAREN] = ACTIONS(2685), + [anon_sym_DOLLAR] = ACTIONS(2685), + [anon_sym_error] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2685), + [anon_sym_break] = ACTIONS(2685), + [anon_sym_continue] = ACTIONS(2685), + [anon_sym_for] = ACTIONS(2685), + [anon_sym_loop] = ACTIONS(2685), + [anon_sym_while] = ACTIONS(2685), + [anon_sym_do] = ACTIONS(2685), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_match] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2685), + [anon_sym_RBRACE] = ACTIONS(2685), + [anon_sym_DOT] = ACTIONS(2685), + [anon_sym_DOT2] = ACTIONS(2689), + [anon_sym_try] = ACTIONS(2685), + [anon_sym_return] = ACTIONS(2685), + [anon_sym_source] = ACTIONS(2685), + [anon_sym_source_DASHenv] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_hide] = ACTIONS(2685), + [anon_sym_hide_DASHenv] = ACTIONS(2685), + [anon_sym_overlay] = ACTIONS(2685), + [anon_sym_where] = ACTIONS(2685), + [anon_sym_PLUS] = ACTIONS(2685), + [anon_sym_not] = ACTIONS(2685), + [anon_sym_null] = ACTIONS(2685), + [anon_sym_true] = ACTIONS(2685), + [anon_sym_false] = ACTIONS(2685), + [aux_sym__val_number_decimal_token1] = ACTIONS(2685), + [aux_sym__val_number_token1] = ACTIONS(2685), + [aux_sym__val_number_token2] = ACTIONS(2685), + [aux_sym__val_number_token3] = ACTIONS(2685), + [aux_sym__val_number_token4] = ACTIONS(2685), + [aux_sym__val_number_token5] = ACTIONS(2685), + [aux_sym__val_number_token6] = ACTIONS(2685), + [anon_sym_0b] = ACTIONS(2685), + [anon_sym_0o] = ACTIONS(2685), + [anon_sym_0x] = ACTIONS(2685), + [sym_val_date] = ACTIONS(2685), + [anon_sym_DQUOTE] = ACTIONS(2685), + [sym__str_single_quotes] = ACTIONS(2685), + [sym__str_back_ticks] = ACTIONS(2685), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2685), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2685), + [anon_sym_CARET] = ACTIONS(2685), [anon_sym_POUND] = ACTIONS(105), }, [923] = { - [sym_cell_path] = STATE(1007), - [sym_path] = STATE(914), [sym_comment] = STATE(923), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_RPAREN] = ACTIONS(1400), - [anon_sym_PIPE] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_err_GT] = ACTIONS(1400), - [anon_sym_out_GT] = ACTIONS(1400), - [anon_sym_e_GT] = ACTIONS(1400), - [anon_sym_o_GT] = ACTIONS(1400), - [anon_sym_err_PLUSout_GT] = ACTIONS(1400), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1400), - [anon_sym_o_PLUSe_GT] = ACTIONS(1400), - [anon_sym_e_PLUSo_GT] = ACTIONS(1400), - [aux_sym_unquoted_token1] = ACTIONS(1400), + [anon_sym_export] = ACTIONS(2691), + [anon_sym_alias] = ACTIONS(2691), + [anon_sym_let] = ACTIONS(2691), + [anon_sym_let_DASHenv] = ACTIONS(2691), + [anon_sym_mut] = ACTIONS(2691), + [anon_sym_const] = ACTIONS(2691), + [anon_sym_SEMI] = ACTIONS(2691), + [sym_cmd_identifier] = ACTIONS(2691), + [anon_sym_LF] = ACTIONS(2693), + [anon_sym_def] = ACTIONS(2691), + [anon_sym_export_DASHenv] = ACTIONS(2691), + [anon_sym_extern] = ACTIONS(2691), + [anon_sym_module] = ACTIONS(2691), + [anon_sym_use] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2691), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_RPAREN] = ACTIONS(2691), + [anon_sym_DOLLAR] = ACTIONS(2691), + [anon_sym_error] = ACTIONS(2691), + [anon_sym_DASH] = ACTIONS(2691), + [anon_sym_break] = ACTIONS(2691), + [anon_sym_continue] = ACTIONS(2691), + [anon_sym_for] = ACTIONS(2691), + [anon_sym_loop] = ACTIONS(2691), + [anon_sym_while] = ACTIONS(2691), + [anon_sym_do] = ACTIONS(2691), + [anon_sym_if] = ACTIONS(2691), + [anon_sym_match] = ACTIONS(2691), + [anon_sym_LBRACE] = ACTIONS(2691), + [anon_sym_RBRACE] = ACTIONS(2691), + [anon_sym_DOT] = ACTIONS(2691), + [anon_sym_DOT2] = ACTIONS(2695), + [anon_sym_try] = ACTIONS(2691), + [anon_sym_return] = ACTIONS(2691), + [anon_sym_source] = ACTIONS(2691), + [anon_sym_source_DASHenv] = ACTIONS(2691), + [anon_sym_register] = ACTIONS(2691), + [anon_sym_hide] = ACTIONS(2691), + [anon_sym_hide_DASHenv] = ACTIONS(2691), + [anon_sym_overlay] = ACTIONS(2691), + [anon_sym_where] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2691), + [anon_sym_not] = ACTIONS(2691), + [anon_sym_null] = ACTIONS(2691), + [anon_sym_true] = ACTIONS(2691), + [anon_sym_false] = ACTIONS(2691), + [aux_sym__val_number_decimal_token1] = ACTIONS(2691), + [aux_sym__val_number_token1] = ACTIONS(2691), + [aux_sym__val_number_token2] = ACTIONS(2691), + [aux_sym__val_number_token3] = ACTIONS(2691), + [aux_sym__val_number_token4] = ACTIONS(2691), + [aux_sym__val_number_token5] = ACTIONS(2691), + [aux_sym__val_number_token6] = ACTIONS(2691), + [anon_sym_0b] = ACTIONS(2691), + [anon_sym_0o] = ACTIONS(2691), + [anon_sym_0x] = ACTIONS(2691), + [sym_val_date] = ACTIONS(2691), + [anon_sym_DQUOTE] = ACTIONS(2691), + [sym__str_single_quotes] = ACTIONS(2691), + [sym__str_back_ticks] = ACTIONS(2691), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2691), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2691), + [anon_sym_CARET] = ACTIONS(2691), [anon_sym_POUND] = ACTIONS(105), }, [924] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2526), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(924), - [aux_sym_command_repeat1] = STATE(895), - [anon_sym_SEMI] = ACTIONS(2254), - [anon_sym_LF] = ACTIONS(2256), - [anon_sym_COLON] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_PIPE] = ACTIONS(2254), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_RBRACE] = ACTIONS(2254), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [ts_builtin_sym_end] = ACTIONS(858), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_DOT2] = ACTIONS(858), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_QMARK2] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), [anon_sym_POUND] = ACTIONS(105), }, [925] = { - [sym_expr_parenthesized] = STATE(1629), - [sym__immediate_decimal] = STATE(1623), - [sym_val_variable] = STATE(1629), - [sym__var] = STATE(1173), + [sym_block] = STATE(970), [sym_comment] = STATE(925), - [ts_builtin_sym_end] = ACTIONS(2182), - [anon_sym_export] = ACTIONS(2180), - [anon_sym_alias] = ACTIONS(2180), - [anon_sym_let] = ACTIONS(2180), - [anon_sym_let_DASHenv] = ACTIONS(2180), - [anon_sym_mut] = ACTIONS(2180), - [anon_sym_const] = ACTIONS(2180), - [anon_sym_SEMI] = ACTIONS(2180), - [sym_cmd_identifier] = ACTIONS(2180), - [anon_sym_LF] = ACTIONS(2182), - [anon_sym_def] = ACTIONS(2180), - [anon_sym_export_DASHenv] = ACTIONS(2180), - [anon_sym_extern] = ACTIONS(2180), - [anon_sym_module] = ACTIONS(2180), - [anon_sym_use] = ACTIONS(2180), - [anon_sym_LBRACK] = ACTIONS(2180), - [anon_sym_LPAREN] = ACTIONS(2098), - [anon_sym_DOLLAR] = ACTIONS(2084), - [anon_sym_error] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_break] = ACTIONS(2180), - [anon_sym_continue] = ACTIONS(2180), - [anon_sym_for] = ACTIONS(2180), - [anon_sym_loop] = ACTIONS(2180), - [anon_sym_while] = ACTIONS(2180), - [anon_sym_do] = ACTIONS(2180), - [anon_sym_if] = ACTIONS(2180), - [anon_sym_match] = ACTIONS(2180), - [anon_sym_LBRACE] = ACTIONS(2180), - [anon_sym_DOT] = ACTIONS(2180), - [anon_sym_DOT2] = ACTIONS(2102), - [anon_sym_try] = ACTIONS(2180), - [anon_sym_return] = ACTIONS(2180), - [anon_sym_source] = ACTIONS(2180), - [anon_sym_source_DASHenv] = ACTIONS(2180), - [anon_sym_register] = ACTIONS(2180), - [anon_sym_hide] = ACTIONS(2180), - [anon_sym_hide_DASHenv] = ACTIONS(2180), - [anon_sym_overlay] = ACTIONS(2180), - [anon_sym_where] = ACTIONS(2180), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_not] = ACTIONS(2180), - [aux_sym__immediate_decimal_token1] = ACTIONS(2106), - [anon_sym_DASH2] = ACTIONS(2108), - [anon_sym_PLUS2] = ACTIONS(2110), - [anon_sym_null] = ACTIONS(2180), - [anon_sym_true] = ACTIONS(2180), - [anon_sym_false] = ACTIONS(2180), - [aux_sym__val_number_decimal_token1] = ACTIONS(2180), - [aux_sym__val_number_token1] = ACTIONS(2180), - [aux_sym__val_number_token2] = ACTIONS(2180), - [aux_sym__val_number_token3] = ACTIONS(2180), - [aux_sym__val_number_token4] = ACTIONS(2180), - [aux_sym__val_number_token5] = ACTIONS(2180), - [aux_sym__val_number_token6] = ACTIONS(2180), - [anon_sym_0b] = ACTIONS(2180), - [anon_sym_0o] = ACTIONS(2180), - [anon_sym_0x] = ACTIONS(2180), - [sym_val_date] = ACTIONS(2180), - [anon_sym_DQUOTE] = ACTIONS(2180), - [sym__str_single_quotes] = ACTIONS(2180), - [sym__str_back_ticks] = ACTIONS(2180), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2180), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), + [anon_sym_export] = ACTIONS(2697), + [anon_sym_alias] = ACTIONS(2697), + [anon_sym_let] = ACTIONS(2697), + [anon_sym_let_DASHenv] = ACTIONS(2697), + [anon_sym_mut] = ACTIONS(2697), + [anon_sym_const] = ACTIONS(2697), + [anon_sym_SEMI] = ACTIONS(2697), + [sym_cmd_identifier] = ACTIONS(2697), + [anon_sym_LF] = ACTIONS(2699), + [anon_sym_def] = ACTIONS(2697), + [anon_sym_export_DASHenv] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2697), + [anon_sym_module] = ACTIONS(2697), + [anon_sym_use] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2697), + [anon_sym_DOLLAR] = ACTIONS(2697), + [anon_sym_error] = ACTIONS(2697), + [anon_sym_DASH] = ACTIONS(2697), + [anon_sym_break] = ACTIONS(2697), + [anon_sym_continue] = ACTIONS(2697), + [anon_sym_for] = ACTIONS(2697), + [anon_sym_loop] = ACTIONS(2697), + [anon_sym_while] = ACTIONS(2697), + [anon_sym_do] = ACTIONS(2697), + [anon_sym_if] = ACTIONS(2697), + [anon_sym_match] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_DOT] = ACTIONS(2697), + [anon_sym_try] = ACTIONS(2697), + [anon_sym_return] = ACTIONS(2697), + [anon_sym_source] = ACTIONS(2697), + [anon_sym_source_DASHenv] = ACTIONS(2697), + [anon_sym_register] = ACTIONS(2697), + [anon_sym_hide] = ACTIONS(2697), + [anon_sym_hide_DASHenv] = ACTIONS(2697), + [anon_sym_overlay] = ACTIONS(2697), + [anon_sym_where] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2697), + [anon_sym_not] = ACTIONS(2697), + [anon_sym_null] = ACTIONS(2697), + [anon_sym_true] = ACTIONS(2697), + [anon_sym_false] = ACTIONS(2697), + [aux_sym__val_number_decimal_token1] = ACTIONS(2697), + [aux_sym__val_number_token1] = ACTIONS(2697), + [aux_sym__val_number_token2] = ACTIONS(2697), + [aux_sym__val_number_token3] = ACTIONS(2697), + [aux_sym__val_number_token4] = ACTIONS(2697), + [aux_sym__val_number_token5] = ACTIONS(2697), + [aux_sym__val_number_token6] = ACTIONS(2697), + [anon_sym_0b] = ACTIONS(2697), + [anon_sym_0o] = ACTIONS(2697), + [anon_sym_0x] = ACTIONS(2697), + [sym_val_date] = ACTIONS(2697), + [anon_sym_DQUOTE] = ACTIONS(2697), + [sym__str_single_quotes] = ACTIONS(2697), + [sym__str_back_ticks] = ACTIONS(2697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2697), [anon_sym_POUND] = ACTIONS(105), }, [926] = { - [sym_cell_path] = STATE(1148), - [sym_path] = STATE(945), [sym_comment] = STATE(926), - [ts_builtin_sym_end] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_LF] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_PIPE] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_STAR_STAR] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_SLASH] = ACTIONS(1463), - [anon_sym_mod] = ACTIONS(1463), - [anon_sym_SLASH_SLASH] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_bit_DASHshl] = ACTIONS(1463), - [anon_sym_bit_DASHshr] = ACTIONS(1463), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_LT2] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_not_DASHin] = ACTIONS(1463), - [anon_sym_starts_DASHwith] = ACTIONS(1463), - [anon_sym_ends_DASHwith] = ACTIONS(1463), - [anon_sym_EQ_TILDE] = ACTIONS(1463), - [anon_sym_BANG_TILDE] = ACTIONS(1463), - [anon_sym_bit_DASHand] = ACTIONS(1463), - [anon_sym_bit_DASHxor] = ACTIONS(1463), - [anon_sym_bit_DASHor] = ACTIONS(1463), - [anon_sym_and] = ACTIONS(1463), - [anon_sym_xor] = ACTIONS(1463), - [anon_sym_or] = ACTIONS(1463), - [anon_sym_null] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1463), - [anon_sym_false] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1463), - [aux_sym__val_number_token2] = ACTIONS(1463), - [aux_sym__val_number_token3] = ACTIONS(1463), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_0b] = ACTIONS(1463), - [anon_sym_0o] = ACTIONS(1463), - [anon_sym_0x] = ACTIONS(1463), - [sym_val_date] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1463), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1463), - [anon_sym_err_GT] = ACTIONS(1463), - [anon_sym_out_GT] = ACTIONS(1463), - [anon_sym_e_GT] = ACTIONS(1463), - [anon_sym_o_GT] = ACTIONS(1463), - [anon_sym_err_PLUSout_GT] = ACTIONS(1463), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1463), - [anon_sym_o_PLUSe_GT] = ACTIONS(1463), - [anon_sym_e_PLUSo_GT] = ACTIONS(1463), - [aux_sym_unquoted_token1] = ACTIONS(1463), + [anon_sym_export] = ACTIONS(1073), + [anon_sym_alias] = ACTIONS(1073), + [anon_sym_let] = ACTIONS(1073), + [anon_sym_let_DASHenv] = ACTIONS(1073), + [anon_sym_mut] = ACTIONS(1073), + [anon_sym_const] = ACTIONS(1073), + [anon_sym_SEMI] = ACTIONS(1073), + [sym_cmd_identifier] = ACTIONS(1073), + [anon_sym_LF] = ACTIONS(1075), + [anon_sym_def] = ACTIONS(1073), + [anon_sym_export_DASHenv] = ACTIONS(1073), + [anon_sym_extern] = ACTIONS(1073), + [anon_sym_module] = ACTIONS(1073), + [anon_sym_use] = ACTIONS(1073), + [anon_sym_LBRACK] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_RPAREN] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_error] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_break] = ACTIONS(1073), + [anon_sym_continue] = ACTIONS(1073), + [anon_sym_for] = ACTIONS(1073), + [anon_sym_loop] = ACTIONS(1073), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(1073), + [anon_sym_if] = ACTIONS(1073), + [anon_sym_match] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_RBRACE] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_try] = ACTIONS(1073), + [anon_sym_return] = ACTIONS(1073), + [anon_sym_source] = ACTIONS(1073), + [anon_sym_source_DASHenv] = ACTIONS(1073), + [anon_sym_register] = ACTIONS(1073), + [anon_sym_hide] = ACTIONS(1073), + [anon_sym_hide_DASHenv] = ACTIONS(1073), + [anon_sym_overlay] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_where] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_not] = ACTIONS(1073), + [anon_sym_null] = ACTIONS(1073), + [anon_sym_true] = ACTIONS(1073), + [anon_sym_false] = ACTIONS(1073), + [aux_sym__val_number_decimal_token1] = ACTIONS(1073), + [aux_sym__val_number_token1] = ACTIONS(1073), + [aux_sym__val_number_token2] = ACTIONS(1073), + [aux_sym__val_number_token3] = ACTIONS(1073), + [aux_sym__val_number_token4] = ACTIONS(1073), + [aux_sym__val_number_token5] = ACTIONS(1073), + [aux_sym__val_number_token6] = ACTIONS(1073), + [anon_sym_0b] = ACTIONS(1073), + [anon_sym_0o] = ACTIONS(1073), + [anon_sym_0x] = ACTIONS(1073), + [sym_val_date] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [sym__str_single_quotes] = ACTIONS(1073), + [sym__str_back_ticks] = ACTIONS(1073), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1073), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1073), + [anon_sym_CARET] = ACTIONS(1073), [anon_sym_POUND] = ACTIONS(105), }, [927] = { - [sym_cell_path] = STATE(1125), - [sym_path] = STATE(945), + [sym_block] = STATE(968), [sym_comment] = STATE(927), - [ts_builtin_sym_end] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_LF] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_PIPE] = ACTIONS(1431), - [anon_sym_DOLLAR] = ACTIONS(1431), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1431), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_STAR_STAR] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_mod] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(1431), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_bit_DASHshl] = ACTIONS(1431), - [anon_sym_bit_DASHshr] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1431), - [anon_sym_BANG_EQ] = ACTIONS(1431), - [anon_sym_LT2] = ACTIONS(1431), - [anon_sym_LT_EQ] = ACTIONS(1431), - [anon_sym_GT_EQ] = ACTIONS(1431), - [anon_sym_not_DASHin] = ACTIONS(1431), - [anon_sym_starts_DASHwith] = ACTIONS(1431), - [anon_sym_ends_DASHwith] = ACTIONS(1431), - [anon_sym_EQ_TILDE] = ACTIONS(1431), - [anon_sym_BANG_TILDE] = ACTIONS(1431), - [anon_sym_bit_DASHand] = ACTIONS(1431), - [anon_sym_bit_DASHxor] = ACTIONS(1431), - [anon_sym_bit_DASHor] = ACTIONS(1431), - [anon_sym_and] = ACTIONS(1431), - [anon_sym_xor] = ACTIONS(1431), - [anon_sym_or] = ACTIONS(1431), - [anon_sym_null] = ACTIONS(1431), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1431), - [aux_sym__val_number_token2] = ACTIONS(1431), - [aux_sym__val_number_token3] = ACTIONS(1431), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1431), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_0b] = ACTIONS(1431), - [anon_sym_0o] = ACTIONS(1431), - [anon_sym_0x] = ACTIONS(1431), - [sym_val_date] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym__str_single_quotes] = ACTIONS(1431), - [sym__str_back_ticks] = ACTIONS(1431), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1431), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1431), - [anon_sym_err_GT] = ACTIONS(1431), - [anon_sym_out_GT] = ACTIONS(1431), - [anon_sym_e_GT] = ACTIONS(1431), - [anon_sym_o_GT] = ACTIONS(1431), - [anon_sym_err_PLUSout_GT] = ACTIONS(1431), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1431), - [anon_sym_o_PLUSe_GT] = ACTIONS(1431), - [anon_sym_e_PLUSo_GT] = ACTIONS(1431), - [aux_sym_unquoted_token1] = ACTIONS(1431), + [anon_sym_export] = ACTIONS(2697), + [anon_sym_alias] = ACTIONS(2697), + [anon_sym_let] = ACTIONS(2697), + [anon_sym_let_DASHenv] = ACTIONS(2697), + [anon_sym_mut] = ACTIONS(2697), + [anon_sym_const] = ACTIONS(2697), + [anon_sym_SEMI] = ACTIONS(2697), + [sym_cmd_identifier] = ACTIONS(2697), + [anon_sym_LF] = ACTIONS(2699), + [anon_sym_def] = ACTIONS(2697), + [anon_sym_export_DASHenv] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2697), + [anon_sym_module] = ACTIONS(2697), + [anon_sym_use] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2697), + [anon_sym_DOLLAR] = ACTIONS(2697), + [anon_sym_error] = ACTIONS(2697), + [anon_sym_DASH] = ACTIONS(2697), + [anon_sym_break] = ACTIONS(2697), + [anon_sym_continue] = ACTIONS(2697), + [anon_sym_for] = ACTIONS(2697), + [anon_sym_loop] = ACTIONS(2697), + [anon_sym_while] = ACTIONS(2697), + [anon_sym_do] = ACTIONS(2697), + [anon_sym_if] = ACTIONS(2697), + [anon_sym_match] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_DOT] = ACTIONS(2697), + [anon_sym_try] = ACTIONS(2697), + [anon_sym_return] = ACTIONS(2697), + [anon_sym_source] = ACTIONS(2697), + [anon_sym_source_DASHenv] = ACTIONS(2697), + [anon_sym_register] = ACTIONS(2697), + [anon_sym_hide] = ACTIONS(2697), + [anon_sym_hide_DASHenv] = ACTIONS(2697), + [anon_sym_overlay] = ACTIONS(2697), + [anon_sym_where] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2697), + [anon_sym_not] = ACTIONS(2697), + [anon_sym_null] = ACTIONS(2697), + [anon_sym_true] = ACTIONS(2697), + [anon_sym_false] = ACTIONS(2697), + [aux_sym__val_number_decimal_token1] = ACTIONS(2697), + [aux_sym__val_number_token1] = ACTIONS(2697), + [aux_sym__val_number_token2] = ACTIONS(2697), + [aux_sym__val_number_token3] = ACTIONS(2697), + [aux_sym__val_number_token4] = ACTIONS(2697), + [aux_sym__val_number_token5] = ACTIONS(2697), + [aux_sym__val_number_token6] = ACTIONS(2697), + [anon_sym_0b] = ACTIONS(2697), + [anon_sym_0o] = ACTIONS(2697), + [anon_sym_0x] = ACTIONS(2697), + [sym_val_date] = ACTIONS(2697), + [anon_sym_DQUOTE] = ACTIONS(2697), + [sym__str_single_quotes] = ACTIONS(2697), + [sym__str_back_ticks] = ACTIONS(2697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2697), [anon_sym_POUND] = ACTIONS(105), }, [928] = { - [sym__command_name] = STATE(1496), - [sym_scope_pattern] = STATE(1556), - [sym_wild_card] = STATE(1494), - [sym_command_list] = STATE(1493), - [sym_val_string] = STATE(1370), - [sym__str_double_quotes] = STATE(1382), [sym_comment] = STATE(928), - [ts_builtin_sym_end] = ACTIONS(2190), - [anon_sym_export] = ACTIONS(2186), - [anon_sym_alias] = ACTIONS(2186), - [anon_sym_let] = ACTIONS(2186), - [anon_sym_let_DASHenv] = ACTIONS(2186), - [anon_sym_mut] = ACTIONS(2186), - [anon_sym_const] = ACTIONS(2186), - [anon_sym_SEMI] = ACTIONS(2186), - [sym_cmd_identifier] = ACTIONS(2389), - [anon_sym_LF] = ACTIONS(2190), - [anon_sym_def] = ACTIONS(2186), - [anon_sym_export_DASHenv] = ACTIONS(2186), - [anon_sym_extern] = ACTIONS(2186), - [anon_sym_module] = ACTIONS(2186), - [anon_sym_use] = ACTIONS(2186), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_LPAREN] = ACTIONS(2186), - [anon_sym_DOLLAR] = ACTIONS(2186), - [anon_sym_error] = ACTIONS(2186), - [anon_sym_DASH] = ACTIONS(2186), - [anon_sym_break] = ACTIONS(2186), - [anon_sym_continue] = ACTIONS(2186), - [anon_sym_for] = ACTIONS(2186), - [anon_sym_loop] = ACTIONS(2186), - [anon_sym_while] = ACTIONS(2186), - [anon_sym_do] = ACTIONS(2186), - [anon_sym_if] = ACTIONS(2186), - [anon_sym_match] = ACTIONS(2186), - [anon_sym_LBRACE] = ACTIONS(2186), - [anon_sym_DOT] = ACTIONS(2186), - [anon_sym_try] = ACTIONS(2186), - [anon_sym_return] = ACTIONS(2186), - [anon_sym_source] = ACTIONS(2186), - [anon_sym_source_DASHenv] = ACTIONS(2186), - [anon_sym_register] = ACTIONS(2186), - [anon_sym_hide] = ACTIONS(2186), - [anon_sym_hide_DASHenv] = ACTIONS(2186), - [anon_sym_overlay] = ACTIONS(2186), - [anon_sym_STAR] = ACTIONS(2393), - [anon_sym_where] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2186), - [anon_sym_not] = ACTIONS(2186), - [anon_sym_null] = ACTIONS(2186), - [anon_sym_true] = ACTIONS(2186), - [anon_sym_false] = ACTIONS(2186), - [aux_sym__val_number_decimal_token1] = ACTIONS(2186), - [aux_sym__val_number_token1] = ACTIONS(2186), - [aux_sym__val_number_token2] = ACTIONS(2186), - [aux_sym__val_number_token3] = ACTIONS(2186), - [aux_sym__val_number_token4] = ACTIONS(2186), - [aux_sym__val_number_token5] = ACTIONS(2186), - [aux_sym__val_number_token6] = ACTIONS(2186), - [anon_sym_0b] = ACTIONS(2186), - [anon_sym_0o] = ACTIONS(2186), - [anon_sym_0x] = ACTIONS(2186), - [sym_val_date] = ACTIONS(2186), - [anon_sym_DQUOTE] = ACTIONS(2395), - [sym__str_single_quotes] = ACTIONS(2397), - [sym__str_back_ticks] = ACTIONS(2397), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2186), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2186), - [anon_sym_CARET] = ACTIONS(2186), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(941), + [sym_cmd_identifier] = ACTIONS(941), + [anon_sym_LF] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_RPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT2] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_where] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_not] = ACTIONS(941), + [anon_sym_null] = ACTIONS(941), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(941), + [anon_sym_CARET] = ACTIONS(941), [anon_sym_POUND] = ACTIONS(105), }, [929] = { - [sym_path] = STATE(1008), [sym_comment] = STATE(929), - [aux_sym_cell_path_repeat1] = STATE(929), - [ts_builtin_sym_end] = ACTIONS(1389), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_LBRACK] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_PIPE] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_GT] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1387), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(2399), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_SLASH] = ACTIONS(1387), - [anon_sym_mod] = ACTIONS(1387), - [anon_sym_SLASH_SLASH] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_bit_DASHshl] = ACTIONS(1387), - [anon_sym_bit_DASHshr] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1387), - [anon_sym_BANG_EQ] = ACTIONS(1387), - [anon_sym_LT2] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1387), - [anon_sym_GT_EQ] = ACTIONS(1387), - [anon_sym_not_DASHin] = ACTIONS(1387), - [anon_sym_starts_DASHwith] = ACTIONS(1387), - [anon_sym_ends_DASHwith] = ACTIONS(1387), - [anon_sym_EQ_TILDE] = ACTIONS(1387), - [anon_sym_BANG_TILDE] = ACTIONS(1387), - [anon_sym_bit_DASHand] = ACTIONS(1387), - [anon_sym_bit_DASHxor] = ACTIONS(1387), - [anon_sym_bit_DASHor] = ACTIONS(1387), - [anon_sym_and] = ACTIONS(1387), - [anon_sym_xor] = ACTIONS(1387), - [anon_sym_or] = ACTIONS(1387), - [anon_sym_null] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(1387), - [anon_sym_false] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_0b] = ACTIONS(1387), - [anon_sym_0o] = ACTIONS(1387), - [anon_sym_0x] = ACTIONS(1387), - [sym_val_date] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1387), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1387), - [anon_sym_err_GT] = ACTIONS(1387), - [anon_sym_out_GT] = ACTIONS(1387), - [anon_sym_e_GT] = ACTIONS(1387), - [anon_sym_o_GT] = ACTIONS(1387), - [anon_sym_err_PLUSout_GT] = ACTIONS(1387), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1387), - [anon_sym_o_PLUSe_GT] = ACTIONS(1387), - [anon_sym_e_PLUSo_GT] = ACTIONS(1387), - [aux_sym_unquoted_token1] = ACTIONS(1387), + [anon_sym_export] = ACTIONS(856), + [anon_sym_alias] = ACTIONS(856), + [anon_sym_let] = ACTIONS(856), + [anon_sym_let_DASHenv] = ACTIONS(856), + [anon_sym_mut] = ACTIONS(856), + [anon_sym_const] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(856), + [sym_cmd_identifier] = ACTIONS(856), + [anon_sym_LF] = ACTIONS(858), + [anon_sym_def] = ACTIONS(856), + [anon_sym_export_DASHenv] = ACTIONS(856), + [anon_sym_extern] = ACTIONS(856), + [anon_sym_module] = ACTIONS(856), + [anon_sym_use] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_error] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_break] = ACTIONS(856), + [anon_sym_continue] = ACTIONS(856), + [anon_sym_for] = ACTIONS(856), + [anon_sym_loop] = ACTIONS(856), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(856), + [anon_sym_if] = ACTIONS(856), + [anon_sym_match] = ACTIONS(856), + [anon_sym_LBRACE] = ACTIONS(856), + [anon_sym_RBRACE] = ACTIONS(856), + [anon_sym_DOT] = ACTIONS(856), + [anon_sym_try] = ACTIONS(856), + [anon_sym_return] = ACTIONS(856), + [anon_sym_source] = ACTIONS(856), + [anon_sym_source_DASHenv] = ACTIONS(856), + [anon_sym_register] = ACTIONS(856), + [anon_sym_hide] = ACTIONS(856), + [anon_sym_hide_DASHenv] = ACTIONS(856), + [anon_sym_overlay] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(856), + [anon_sym_where] = ACTIONS(856), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_not] = ACTIONS(856), + [anon_sym_null] = ACTIONS(856), + [anon_sym_true] = ACTIONS(856), + [anon_sym_false] = ACTIONS(856), + [aux_sym__val_number_decimal_token1] = ACTIONS(856), + [aux_sym__val_number_token1] = ACTIONS(856), + [aux_sym__val_number_token2] = ACTIONS(856), + [aux_sym__val_number_token3] = ACTIONS(856), + [aux_sym__val_number_token4] = ACTIONS(856), + [aux_sym__val_number_token5] = ACTIONS(856), + [aux_sym__val_number_token6] = ACTIONS(856), + [anon_sym_0b] = ACTIONS(856), + [anon_sym_0o] = ACTIONS(856), + [anon_sym_0x] = ACTIONS(856), + [sym_val_date] = ACTIONS(856), + [anon_sym_DQUOTE] = ACTIONS(856), + [sym__str_single_quotes] = ACTIONS(856), + [sym__str_back_ticks] = ACTIONS(856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), + [anon_sym_CARET] = ACTIONS(856), [anon_sym_POUND] = ACTIONS(105), }, [930] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2667), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(930), - [aux_sym__command_parenthesized_body_repeat1] = STATE(948), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym_LF] = ACTIONS(2404), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2402), - [anon_sym_PIPE] = ACTIONS(2402), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [ts_builtin_sym_end] = ACTIONS(2503), + [anon_sym_export] = ACTIONS(2501), + [anon_sym_alias] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_let_DASHenv] = ACTIONS(2501), + [anon_sym_mut] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_SEMI] = ACTIONS(2501), + [sym_cmd_identifier] = ACTIONS(2501), + [anon_sym_LF] = ACTIONS(2503), + [anon_sym_def] = ACTIONS(2501), + [anon_sym_export_DASHenv] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym_module] = ACTIONS(2501), + [anon_sym_use] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_DOLLAR] = ACTIONS(2501), + [anon_sym_error] = ACTIONS(2501), + [anon_sym_DASH] = ACTIONS(2501), + [anon_sym_break] = ACTIONS(2501), + [anon_sym_continue] = ACTIONS(2501), + [anon_sym_for] = ACTIONS(2501), + [anon_sym_loop] = ACTIONS(2501), + [anon_sym_while] = ACTIONS(2501), + [anon_sym_do] = ACTIONS(2501), + [anon_sym_if] = ACTIONS(2501), + [anon_sym_match] = ACTIONS(2501), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_DOT] = ACTIONS(2501), + [anon_sym_DOT2] = ACTIONS(2503), + [anon_sym_try] = ACTIONS(2501), + [anon_sym_return] = ACTIONS(2501), + [anon_sym_source] = ACTIONS(2501), + [anon_sym_source_DASHenv] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_hide] = ACTIONS(2501), + [anon_sym_hide_DASHenv] = ACTIONS(2501), + [anon_sym_overlay] = ACTIONS(2501), + [anon_sym_where] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2501), + [anon_sym_not] = ACTIONS(2501), + [aux_sym__immediate_decimal_token2] = ACTIONS(2703), + [anon_sym_null] = ACTIONS(2501), + [anon_sym_true] = ACTIONS(2501), + [anon_sym_false] = ACTIONS(2501), + [aux_sym__val_number_decimal_token1] = ACTIONS(2501), + [aux_sym__val_number_token1] = ACTIONS(2501), + [aux_sym__val_number_token2] = ACTIONS(2501), + [aux_sym__val_number_token3] = ACTIONS(2501), + [aux_sym__val_number_token4] = ACTIONS(2501), + [aux_sym__val_number_token5] = ACTIONS(2501), + [aux_sym__val_number_token6] = ACTIONS(2501), + [anon_sym_0b] = ACTIONS(2501), + [anon_sym_0o] = ACTIONS(2501), + [anon_sym_0x] = ACTIONS(2501), + [sym_val_date] = ACTIONS(2501), + [anon_sym_DQUOTE] = ACTIONS(2501), + [sym__str_single_quotes] = ACTIONS(2501), + [sym__str_back_ticks] = ACTIONS(2501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2501), [anon_sym_POUND] = ACTIONS(105), }, [931] = { - [sym_expr_parenthesized] = STATE(2494), - [sym_val_range] = STATE(2642), - [sym__value] = STATE(2642), - [sym_val_nothing] = STATE(2692), - [sym_val_bool] = STATE(2692), - [sym_val_variable] = STATE(2495), - [sym__var] = STATE(2410), - [sym_val_number] = STATE(313), - [sym__val_number_decimal] = STATE(290), - [sym__val_number] = STATE(301), - [sym_val_duration] = STATE(2692), - [sym_val_filesize] = STATE(2692), - [sym_val_binary] = STATE(2692), - [sym_val_string] = STATE(2692), - [sym__str_double_quotes] = STATE(2698), - [sym_val_interpolated] = STATE(2692), - [sym__inter_single_quotes] = STATE(2684), - [sym__inter_double_quotes] = STATE(2683), - [sym_val_list] = STATE(2692), - [sym_val_record] = STATE(2692), - [sym_val_table] = STATE(2692), - [sym_val_closure] = STATE(2692), - [sym__cmd_arg] = STATE(2643), - [sym_redirection] = STATE(2644), - [sym__flag] = STATE(2645), - [sym_short_flag] = STATE(2646), - [sym_long_flag] = STATE(2646), - [sym_unquoted] = STATE(2647), [sym_comment] = STATE(931), - [aux_sym_command_repeat1] = STATE(957), - [ts_builtin_sym_end] = ACTIONS(2252), - [anon_sym_SEMI] = ACTIONS(2250), - [anon_sym_LF] = ACTIONS(2252), - [anon_sym_LBRACK] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_PIPE] = ACTIONS(2250), - [anon_sym_DOLLAR] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_DOT] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2418), - [anon_sym_null] = ACTIONS(2420), - [anon_sym_true] = ACTIONS(2422), - [anon_sym_false] = ACTIONS(2422), - [aux_sym__val_number_decimal_token1] = ACTIONS(2424), - [aux_sym__val_number_token1] = ACTIONS(2426), - [aux_sym__val_number_token2] = ACTIONS(2426), - [aux_sym__val_number_token3] = ACTIONS(2426), - [aux_sym__val_number_token4] = ACTIONS(2428), - [aux_sym__val_number_token5] = ACTIONS(2428), - [aux_sym__val_number_token6] = ACTIONS(2428), - [anon_sym_0b] = ACTIONS(2430), - [anon_sym_0o] = ACTIONS(2430), - [anon_sym_0x] = ACTIONS(2430), - [sym_val_date] = ACTIONS(2432), - [anon_sym_DQUOTE] = ACTIONS(2434), - [sym__str_single_quotes] = ACTIONS(2436), - [sym__str_back_ticks] = ACTIONS(2436), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2438), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2440), - [anon_sym_err_GT] = ACTIONS(2442), - [anon_sym_out_GT] = ACTIONS(2442), - [anon_sym_e_GT] = ACTIONS(2442), - [anon_sym_o_GT] = ACTIONS(2442), - [anon_sym_err_PLUSout_GT] = ACTIONS(2442), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2442), - [anon_sym_o_PLUSe_GT] = ACTIONS(2442), - [anon_sym_e_PLUSo_GT] = ACTIONS(2442), - [aux_sym_unquoted_token1] = ACTIONS(2444), + [ts_builtin_sym_end] = ACTIONS(785), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [932] = { - [sym_expr_parenthesized] = STATE(2494), - [sym_val_range] = STATE(2642), - [sym__value] = STATE(2642), - [sym_val_nothing] = STATE(2692), - [sym_val_bool] = STATE(2692), - [sym_val_variable] = STATE(2495), - [sym__var] = STATE(2410), - [sym_val_number] = STATE(313), - [sym__val_number_decimal] = STATE(290), - [sym__val_number] = STATE(301), - [sym_val_duration] = STATE(2692), - [sym_val_filesize] = STATE(2692), - [sym_val_binary] = STATE(2692), - [sym_val_string] = STATE(2692), - [sym__str_double_quotes] = STATE(2698), - [sym_val_interpolated] = STATE(2692), - [sym__inter_single_quotes] = STATE(2684), - [sym__inter_double_quotes] = STATE(2683), - [sym_val_list] = STATE(2692), - [sym_val_record] = STATE(2692), - [sym_val_table] = STATE(2692), - [sym_val_closure] = STATE(2692), - [sym__cmd_arg] = STATE(2643), - [sym_redirection] = STATE(2644), - [sym__flag] = STATE(2645), - [sym_short_flag] = STATE(2646), - [sym_long_flag] = STATE(2646), - [sym_unquoted] = STATE(2647), + [sym_expr_parenthesized] = STATE(2233), + [sym_val_range] = STATE(2428), + [sym__value] = STATE(2428), + [sym_val_nothing] = STATE(2396), + [sym_val_bool] = STATE(2396), + [sym_val_variable] = STATE(2202), + [sym__var] = STATE(2118), + [sym_val_number] = STATE(2148), + [sym__val_number_decimal] = STATE(2101), + [sym__val_number] = STATE(2146), + [sym_val_duration] = STATE(2396), + [sym_val_filesize] = STATE(2396), + [sym_val_binary] = STATE(2396), + [sym_val_string] = STATE(2396), + [sym__str_double_quotes] = STATE(2392), + [sym_val_interpolated] = STATE(2396), + [sym__inter_single_quotes] = STATE(2373), + [sym__inter_double_quotes] = STATE(2256), + [sym_val_list] = STATE(2396), + [sym_val_record] = STATE(2396), + [sym_val_table] = STATE(2396), + [sym_val_closure] = STATE(2396), + [sym__cmd_arg] = STATE(2553), + [sym_redirection] = STATE(2424), + [sym__flag] = STATE(2423), + [sym_short_flag] = STATE(2269), + [sym_long_flag] = STATE(2269), + [sym_unquoted] = STATE(2410), [sym_comment] = STATE(932), - [aux_sym_command_repeat1] = STATE(936), - [ts_builtin_sym_end] = ACTIONS(2256), - [anon_sym_SEMI] = ACTIONS(2254), - [anon_sym_LF] = ACTIONS(2256), - [anon_sym_LBRACK] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_PIPE] = ACTIONS(2254), - [anon_sym_DOLLAR] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_DOT] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2418), - [anon_sym_null] = ACTIONS(2420), - [anon_sym_true] = ACTIONS(2422), - [anon_sym_false] = ACTIONS(2422), - [aux_sym__val_number_decimal_token1] = ACTIONS(2424), - [aux_sym__val_number_token1] = ACTIONS(2426), - [aux_sym__val_number_token2] = ACTIONS(2426), - [aux_sym__val_number_token3] = ACTIONS(2426), - [aux_sym__val_number_token4] = ACTIONS(2428), - [aux_sym__val_number_token5] = ACTIONS(2428), - [aux_sym__val_number_token6] = ACTIONS(2428), - [anon_sym_0b] = ACTIONS(2430), - [anon_sym_0o] = ACTIONS(2430), - [anon_sym_0x] = ACTIONS(2430), - [sym_val_date] = ACTIONS(2432), - [anon_sym_DQUOTE] = ACTIONS(2434), - [sym__str_single_quotes] = ACTIONS(2436), - [sym__str_back_ticks] = ACTIONS(2436), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2438), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2440), - [anon_sym_err_GT] = ACTIONS(2442), - [anon_sym_out_GT] = ACTIONS(2442), - [anon_sym_e_GT] = ACTIONS(2442), - [anon_sym_o_GT] = ACTIONS(2442), - [anon_sym_err_PLUSout_GT] = ACTIONS(2442), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2442), - [anon_sym_o_PLUSe_GT] = ACTIONS(2442), - [anon_sym_e_PLUSo_GT] = ACTIONS(2442), - [aux_sym_unquoted_token1] = ACTIONS(2444), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(2707), + [anon_sym_LPAREN] = ACTIONS(2709), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1642), + [anon_sym_LBRACE] = ACTIONS(2711), + [anon_sym_DOT] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_null] = ACTIONS(2717), + [anon_sym_true] = ACTIONS(2719), + [anon_sym_false] = ACTIONS(2719), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(2721), + [aux_sym__val_number_token2] = ACTIONS(2721), + [aux_sym__val_number_token3] = ACTIONS(2721), + [aux_sym__val_number_token4] = ACTIONS(2723), + [aux_sym__val_number_token5] = ACTIONS(2723), + [aux_sym__val_number_token6] = ACTIONS(2723), + [anon_sym_0b] = ACTIONS(1660), + [anon_sym_0o] = ACTIONS(1660), + [anon_sym_0x] = ACTIONS(1660), + [sym_val_date] = ACTIONS(2725), + [anon_sym_DQUOTE] = ACTIONS(2727), + [sym__str_single_quotes] = ACTIONS(2729), + [sym__str_back_ticks] = ACTIONS(2729), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2731), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2733), + [anon_sym_err_GT] = ACTIONS(2735), + [anon_sym_out_GT] = ACTIONS(2735), + [anon_sym_e_GT] = ACTIONS(2735), + [anon_sym_o_GT] = ACTIONS(2735), + [anon_sym_err_PLUSout_GT] = ACTIONS(2735), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2735), + [anon_sym_o_PLUSe_GT] = ACTIONS(2735), + [anon_sym_e_PLUSo_GT] = ACTIONS(2735), + [aux_sym_unquoted_token1] = ACTIONS(1674), + [anon_sym_POUND] = ACTIONS(3), }, [933] = { - [sym__command_name] = STATE(1496), - [sym_scope_pattern] = STATE(1495), - [sym_wild_card] = STATE(1494), - [sym_command_list] = STATE(1493), - [sym_val_string] = STATE(1370), - [sym__str_double_quotes] = STATE(1382), [sym_comment] = STATE(933), - [ts_builtin_sym_end] = ACTIONS(2380), - [anon_sym_export] = ACTIONS(2378), - [anon_sym_alias] = ACTIONS(2378), - [anon_sym_let] = ACTIONS(2378), - [anon_sym_let_DASHenv] = ACTIONS(2378), - [anon_sym_mut] = ACTIONS(2378), - [anon_sym_const] = ACTIONS(2378), - [anon_sym_SEMI] = ACTIONS(2378), - [sym_cmd_identifier] = ACTIONS(2389), - [anon_sym_LF] = ACTIONS(2380), - [anon_sym_def] = ACTIONS(2378), - [anon_sym_export_DASHenv] = ACTIONS(2378), - [anon_sym_extern] = ACTIONS(2378), - [anon_sym_module] = ACTIONS(2378), - [anon_sym_use] = ACTIONS(2378), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_LPAREN] = ACTIONS(2378), - [anon_sym_DOLLAR] = ACTIONS(2378), - [anon_sym_error] = ACTIONS(2378), - [anon_sym_DASH] = ACTIONS(2378), - [anon_sym_break] = ACTIONS(2378), - [anon_sym_continue] = ACTIONS(2378), - [anon_sym_for] = ACTIONS(2378), - [anon_sym_loop] = ACTIONS(2378), - [anon_sym_while] = ACTIONS(2378), - [anon_sym_do] = ACTIONS(2378), - [anon_sym_if] = ACTIONS(2378), - [anon_sym_match] = ACTIONS(2378), - [anon_sym_LBRACE] = ACTIONS(2378), - [anon_sym_DOT] = ACTIONS(2378), - [anon_sym_try] = ACTIONS(2378), - [anon_sym_return] = ACTIONS(2378), - [anon_sym_source] = ACTIONS(2378), - [anon_sym_source_DASHenv] = ACTIONS(2378), - [anon_sym_register] = ACTIONS(2378), - [anon_sym_hide] = ACTIONS(2378), - [anon_sym_hide_DASHenv] = ACTIONS(2378), - [anon_sym_overlay] = ACTIONS(2378), - [anon_sym_STAR] = ACTIONS(2393), - [anon_sym_where] = ACTIONS(2378), - [anon_sym_PLUS] = ACTIONS(2378), - [anon_sym_not] = ACTIONS(2378), - [anon_sym_null] = ACTIONS(2378), - [anon_sym_true] = ACTIONS(2378), - [anon_sym_false] = ACTIONS(2378), - [aux_sym__val_number_decimal_token1] = ACTIONS(2378), - [aux_sym__val_number_token1] = ACTIONS(2378), - [aux_sym__val_number_token2] = ACTIONS(2378), - [aux_sym__val_number_token3] = ACTIONS(2378), - [aux_sym__val_number_token4] = ACTIONS(2378), - [aux_sym__val_number_token5] = ACTIONS(2378), - [aux_sym__val_number_token6] = ACTIONS(2378), - [anon_sym_0b] = ACTIONS(2378), - [anon_sym_0o] = ACTIONS(2378), - [anon_sym_0x] = ACTIONS(2378), - [sym_val_date] = ACTIONS(2378), - [anon_sym_DQUOTE] = ACTIONS(2395), - [sym__str_single_quotes] = ACTIONS(2397), - [sym__str_back_ticks] = ACTIONS(2397), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2378), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2378), - [anon_sym_CARET] = ACTIONS(2378), + [ts_builtin_sym_end] = ACTIONS(699), + [anon_sym_export] = ACTIONS(697), + [anon_sym_alias] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_let_DASHenv] = ACTIONS(697), + [anon_sym_mut] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(697), + [sym_cmd_identifier] = ACTIONS(697), + [anon_sym_LF] = ACTIONS(699), + [anon_sym_def] = ACTIONS(697), + [anon_sym_export_DASHenv] = ACTIONS(697), + [anon_sym_extern] = ACTIONS(697), + [anon_sym_module] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_DOLLAR] = ACTIONS(697), + [anon_sym_error] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [anon_sym_do] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_LBRACE] = ACTIONS(697), + [anon_sym_DOT] = ACTIONS(697), + [anon_sym_try] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_source] = ACTIONS(697), + [anon_sym_source_DASHenv] = ACTIONS(697), + [anon_sym_register] = ACTIONS(697), + [anon_sym_hide] = ACTIONS(697), + [anon_sym_hide_DASHenv] = ACTIONS(697), + [anon_sym_overlay] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_PLUS] = ACTIONS(697), + [anon_sym_not] = ACTIONS(697), + [anon_sym_null] = ACTIONS(697), + [anon_sym_true] = ACTIONS(697), + [anon_sym_false] = ACTIONS(697), + [aux_sym__val_number_decimal_token1] = ACTIONS(697), + [aux_sym__val_number_token1] = ACTIONS(697), + [aux_sym__val_number_token2] = ACTIONS(697), + [aux_sym__val_number_token3] = ACTIONS(697), + [aux_sym__val_number_token4] = ACTIONS(697), + [aux_sym__val_number_token5] = ACTIONS(697), + [aux_sym__val_number_token6] = ACTIONS(697), + [anon_sym_0b] = ACTIONS(697), + [anon_sym_0o] = ACTIONS(697), + [anon_sym_0x] = ACTIONS(697), + [sym_val_date] = ACTIONS(697), + [anon_sym_DQUOTE] = ACTIONS(697), + [sym__str_single_quotes] = ACTIONS(697), + [sym__str_back_ticks] = ACTIONS(697), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(697), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(697), + [anon_sym_CARET] = ACTIONS(697), + [aux_sym_unquoted_token3] = ACTIONS(2121), [anon_sym_POUND] = ACTIONS(105), }, [934] = { - [sym_path] = STATE(1008), [sym_comment] = STATE(934), - [aux_sym_cell_path_repeat1] = STATE(929), - [ts_builtin_sym_end] = ACTIONS(1409), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_err_GT] = ACTIONS(1407), - [anon_sym_out_GT] = ACTIONS(1407), - [anon_sym_e_GT] = ACTIONS(1407), - [anon_sym_o_GT] = ACTIONS(1407), - [anon_sym_err_PLUSout_GT] = ACTIONS(1407), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1407), - [anon_sym_o_PLUSe_GT] = ACTIONS(1407), - [anon_sym_e_PLUSo_GT] = ACTIONS(1407), - [aux_sym_unquoted_token1] = ACTIONS(1407), + [ts_builtin_sym_end] = ACTIONS(785), + [anon_sym_export] = ACTIONS(783), + [anon_sym_alias] = ACTIONS(783), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(783), + [anon_sym_const] = ACTIONS(783), + [anon_sym_SEMI] = ACTIONS(783), + [sym_cmd_identifier] = ACTIONS(783), + [anon_sym_LF] = ACTIONS(785), + [anon_sym_def] = ACTIONS(783), + [anon_sym_export_DASHenv] = ACTIONS(783), + [anon_sym_extern] = ACTIONS(783), + [anon_sym_module] = ACTIONS(783), + [anon_sym_use] = ACTIONS(783), + [anon_sym_LBRACK] = ACTIONS(783), + [anon_sym_LPAREN] = ACTIONS(783), + [anon_sym_DOLLAR] = ACTIONS(783), + [anon_sym_error] = ACTIONS(783), + [anon_sym_DASH] = ACTIONS(783), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(783), + [anon_sym_for] = ACTIONS(783), + [anon_sym_loop] = ACTIONS(783), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(783), + [anon_sym_if] = ACTIONS(783), + [anon_sym_match] = ACTIONS(783), + [anon_sym_LBRACE] = ACTIONS(783), + [anon_sym_DOT] = ACTIONS(783), + [anon_sym_DOT2] = ACTIONS(785), + [anon_sym_try] = ACTIONS(783), + [anon_sym_return] = ACTIONS(783), + [anon_sym_source] = ACTIONS(783), + [anon_sym_source_DASHenv] = ACTIONS(783), + [anon_sym_register] = ACTIONS(783), + [anon_sym_hide] = ACTIONS(783), + [anon_sym_hide_DASHenv] = ACTIONS(783), + [anon_sym_overlay] = ACTIONS(783), + [anon_sym_where] = ACTIONS(783), + [anon_sym_QMARK2] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(783), + [anon_sym_not] = ACTIONS(783), + [anon_sym_null] = ACTIONS(783), + [anon_sym_true] = ACTIONS(783), + [anon_sym_false] = ACTIONS(783), + [aux_sym__val_number_decimal_token1] = ACTIONS(783), + [aux_sym__val_number_token1] = ACTIONS(783), + [aux_sym__val_number_token2] = ACTIONS(783), + [aux_sym__val_number_token3] = ACTIONS(783), + [aux_sym__val_number_token4] = ACTIONS(783), + [aux_sym__val_number_token5] = ACTIONS(783), + [aux_sym__val_number_token6] = ACTIONS(783), + [anon_sym_0b] = ACTIONS(783), + [anon_sym_0o] = ACTIONS(783), + [anon_sym_0x] = ACTIONS(783), + [sym_val_date] = ACTIONS(783), + [anon_sym_DQUOTE] = ACTIONS(783), + [sym__str_single_quotes] = ACTIONS(783), + [sym__str_back_ticks] = ACTIONS(783), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(783), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(783), + [anon_sym_CARET] = ACTIONS(783), [anon_sym_POUND] = ACTIONS(105), }, [935] = { [sym_comment] = STATE(935), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(2446), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_err_GT] = ACTIONS(1419), - [anon_sym_out_GT] = ACTIONS(1419), - [anon_sym_e_GT] = ACTIONS(1419), - [anon_sym_o_GT] = ACTIONS(1419), - [anon_sym_err_PLUSout_GT] = ACTIONS(1419), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1419), - [anon_sym_o_PLUSe_GT] = ACTIONS(1419), - [anon_sym_e_PLUSo_GT] = ACTIONS(1419), - [aux_sym_unquoted_token1] = ACTIONS(1419), + [anon_sym_export] = ACTIONS(1081), + [anon_sym_alias] = ACTIONS(1081), + [anon_sym_let] = ACTIONS(1081), + [anon_sym_let_DASHenv] = ACTIONS(1081), + [anon_sym_mut] = ACTIONS(1081), + [anon_sym_const] = ACTIONS(1081), + [anon_sym_SEMI] = ACTIONS(1081), + [sym_cmd_identifier] = ACTIONS(1081), + [anon_sym_LF] = ACTIONS(1083), + [anon_sym_def] = ACTIONS(1081), + [anon_sym_export_DASHenv] = ACTIONS(1081), + [anon_sym_extern] = ACTIONS(1081), + [anon_sym_module] = ACTIONS(1081), + [anon_sym_use] = ACTIONS(1081), + [anon_sym_LBRACK] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_RPAREN] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1081), + [anon_sym_error] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1081), + [anon_sym_break] = ACTIONS(1081), + [anon_sym_continue] = ACTIONS(1081), + [anon_sym_for] = ACTIONS(1081), + [anon_sym_loop] = ACTIONS(1081), + [anon_sym_while] = ACTIONS(1081), + [anon_sym_do] = ACTIONS(1081), + [anon_sym_if] = ACTIONS(1081), + [anon_sym_match] = ACTIONS(1081), + [anon_sym_LBRACE] = ACTIONS(1081), + [anon_sym_RBRACE] = ACTIONS(1081), + [anon_sym_DOT] = ACTIONS(1081), + [anon_sym_try] = ACTIONS(1081), + [anon_sym_return] = ACTIONS(1081), + [anon_sym_source] = ACTIONS(1081), + [anon_sym_source_DASHenv] = ACTIONS(1081), + [anon_sym_register] = ACTIONS(1081), + [anon_sym_hide] = ACTIONS(1081), + [anon_sym_hide_DASHenv] = ACTIONS(1081), + [anon_sym_overlay] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(1081), + [anon_sym_where] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_not] = ACTIONS(1081), + [anon_sym_null] = ACTIONS(1081), + [anon_sym_true] = ACTIONS(1081), + [anon_sym_false] = ACTIONS(1081), + [aux_sym__val_number_decimal_token1] = ACTIONS(1081), + [aux_sym__val_number_token1] = ACTIONS(1081), + [aux_sym__val_number_token2] = ACTIONS(1081), + [aux_sym__val_number_token3] = ACTIONS(1081), + [aux_sym__val_number_token4] = ACTIONS(1081), + [aux_sym__val_number_token5] = ACTIONS(1081), + [aux_sym__val_number_token6] = ACTIONS(1081), + [anon_sym_0b] = ACTIONS(1081), + [anon_sym_0o] = ACTIONS(1081), + [anon_sym_0x] = ACTIONS(1081), + [sym_val_date] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym__str_single_quotes] = ACTIONS(1081), + [sym__str_back_ticks] = ACTIONS(1081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1081), + [anon_sym_CARET] = ACTIONS(1081), [anon_sym_POUND] = ACTIONS(105), }, [936] = { - [sym_expr_parenthesized] = STATE(2494), - [sym_val_range] = STATE(2642), - [sym__value] = STATE(2642), - [sym_val_nothing] = STATE(2692), - [sym_val_bool] = STATE(2692), - [sym_val_variable] = STATE(2495), - [sym__var] = STATE(2410), - [sym_val_number] = STATE(313), - [sym__val_number_decimal] = STATE(290), - [sym__val_number] = STATE(301), - [sym_val_duration] = STATE(2692), - [sym_val_filesize] = STATE(2692), - [sym_val_binary] = STATE(2692), - [sym_val_string] = STATE(2692), - [sym__str_double_quotes] = STATE(2698), - [sym_val_interpolated] = STATE(2692), - [sym__inter_single_quotes] = STATE(2684), - [sym__inter_double_quotes] = STATE(2683), - [sym_val_list] = STATE(2692), - [sym_val_record] = STATE(2692), - [sym_val_table] = STATE(2692), - [sym_val_closure] = STATE(2692), - [sym__cmd_arg] = STATE(2643), - [sym_redirection] = STATE(2644), - [sym__flag] = STATE(2645), - [sym_short_flag] = STATE(2646), - [sym_long_flag] = STATE(2646), - [sym_unquoted] = STATE(2647), [sym_comment] = STATE(936), - [aux_sym_command_repeat1] = STATE(938), - [ts_builtin_sym_end] = ACTIONS(2202), - [anon_sym_SEMI] = ACTIONS(2200), - [anon_sym_LF] = ACTIONS(2202), - [anon_sym_LBRACK] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_PIPE] = ACTIONS(2200), - [anon_sym_DOLLAR] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_DOT] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2418), - [anon_sym_null] = ACTIONS(2420), - [anon_sym_true] = ACTIONS(2422), - [anon_sym_false] = ACTIONS(2422), - [aux_sym__val_number_decimal_token1] = ACTIONS(2424), - [aux_sym__val_number_token1] = ACTIONS(2426), - [aux_sym__val_number_token2] = ACTIONS(2426), - [aux_sym__val_number_token3] = ACTIONS(2426), - [aux_sym__val_number_token4] = ACTIONS(2428), - [aux_sym__val_number_token5] = ACTIONS(2428), - [aux_sym__val_number_token6] = ACTIONS(2428), - [anon_sym_0b] = ACTIONS(2430), - [anon_sym_0o] = ACTIONS(2430), - [anon_sym_0x] = ACTIONS(2430), - [sym_val_date] = ACTIONS(2432), - [anon_sym_DQUOTE] = ACTIONS(2434), - [sym__str_single_quotes] = ACTIONS(2436), - [sym__str_back_ticks] = ACTIONS(2436), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2438), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2440), - [anon_sym_err_GT] = ACTIONS(2442), - [anon_sym_out_GT] = ACTIONS(2442), - [anon_sym_e_GT] = ACTIONS(2442), - [anon_sym_o_GT] = ACTIONS(2442), - [anon_sym_err_PLUSout_GT] = ACTIONS(2442), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2442), - [anon_sym_o_PLUSe_GT] = ACTIONS(2442), - [anon_sym_e_PLUSo_GT] = ACTIONS(2442), - [aux_sym_unquoted_token1] = ACTIONS(2444), + [anon_sym_export] = ACTIONS(2737), + [anon_sym_alias] = ACTIONS(2737), + [anon_sym_let] = ACTIONS(2737), + [anon_sym_let_DASHenv] = ACTIONS(2737), + [anon_sym_mut] = ACTIONS(2737), + [anon_sym_const] = ACTIONS(2737), + [anon_sym_SEMI] = ACTIONS(2737), + [sym_cmd_identifier] = ACTIONS(2737), + [anon_sym_LF] = ACTIONS(2739), + [anon_sym_def] = ACTIONS(2737), + [anon_sym_export_DASHenv] = ACTIONS(2737), + [anon_sym_extern] = ACTIONS(2737), + [anon_sym_module] = ACTIONS(2737), + [anon_sym_use] = ACTIONS(2737), + [anon_sym_LBRACK] = ACTIONS(2737), + [anon_sym_LPAREN] = ACTIONS(2737), + [anon_sym_RPAREN] = ACTIONS(2737), + [anon_sym_DOLLAR] = ACTIONS(2737), + [anon_sym_error] = ACTIONS(2737), + [anon_sym_DASH] = ACTIONS(2737), + [anon_sym_break] = ACTIONS(2737), + [anon_sym_continue] = ACTIONS(2737), + [anon_sym_for] = ACTIONS(2737), + [anon_sym_loop] = ACTIONS(2737), + [anon_sym_while] = ACTIONS(2737), + [anon_sym_do] = ACTIONS(2737), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_match] = ACTIONS(2737), + [anon_sym_LBRACE] = ACTIONS(2737), + [anon_sym_RBRACE] = ACTIONS(2737), + [anon_sym_DOT] = ACTIONS(2737), + [anon_sym_DOT2] = ACTIONS(2741), + [anon_sym_try] = ACTIONS(2737), + [anon_sym_return] = ACTIONS(2737), + [anon_sym_source] = ACTIONS(2737), + [anon_sym_source_DASHenv] = ACTIONS(2737), + [anon_sym_register] = ACTIONS(2737), + [anon_sym_hide] = ACTIONS(2737), + [anon_sym_hide_DASHenv] = ACTIONS(2737), + [anon_sym_overlay] = ACTIONS(2737), + [anon_sym_where] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2737), + [anon_sym_not] = ACTIONS(2737), + [anon_sym_null] = ACTIONS(2737), + [anon_sym_true] = ACTIONS(2737), + [anon_sym_false] = ACTIONS(2737), + [aux_sym__val_number_decimal_token1] = ACTIONS(2737), + [aux_sym__val_number_token1] = ACTIONS(2737), + [aux_sym__val_number_token2] = ACTIONS(2737), + [aux_sym__val_number_token3] = ACTIONS(2737), + [aux_sym__val_number_token4] = ACTIONS(2737), + [aux_sym__val_number_token5] = ACTIONS(2737), + [aux_sym__val_number_token6] = ACTIONS(2737), + [anon_sym_0b] = ACTIONS(2737), + [anon_sym_0o] = ACTIONS(2737), + [anon_sym_0x] = ACTIONS(2737), + [sym_val_date] = ACTIONS(2737), + [anon_sym_DQUOTE] = ACTIONS(2737), + [sym__str_single_quotes] = ACTIONS(2737), + [sym__str_back_ticks] = ACTIONS(2737), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2737), + [anon_sym_CARET] = ACTIONS(2737), [anon_sym_POUND] = ACTIONS(105), }, [937] = { - [sym_path] = STATE(1008), + [sym_block] = STATE(1025), [sym_comment] = STATE(937), - [aux_sym_cell_path_repeat1] = STATE(929), - [ts_builtin_sym_end] = ACTIONS(1409), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_SLASH_SLASH] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_bit_DASHshl] = ACTIONS(1407), - [anon_sym_bit_DASHshr] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_LT2] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_not_DASHin] = ACTIONS(1407), - [anon_sym_starts_DASHwith] = ACTIONS(1407), - [anon_sym_ends_DASHwith] = ACTIONS(1407), - [anon_sym_EQ_TILDE] = ACTIONS(1407), - [anon_sym_BANG_TILDE] = ACTIONS(1407), - [anon_sym_bit_DASHand] = ACTIONS(1407), - [anon_sym_bit_DASHxor] = ACTIONS(1407), - [anon_sym_bit_DASHor] = ACTIONS(1407), - [anon_sym_and] = ACTIONS(1407), - [anon_sym_xor] = ACTIONS(1407), - [anon_sym_or] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_err_GT] = ACTIONS(1407), - [anon_sym_out_GT] = ACTIONS(1407), - [anon_sym_e_GT] = ACTIONS(1407), - [anon_sym_o_GT] = ACTIONS(1407), - [anon_sym_err_PLUSout_GT] = ACTIONS(1407), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1407), - [anon_sym_o_PLUSe_GT] = ACTIONS(1407), - [anon_sym_e_PLUSo_GT] = ACTIONS(1407), - [aux_sym_unquoted_token1] = ACTIONS(1407), + [anon_sym_export] = ACTIONS(2743), + [anon_sym_alias] = ACTIONS(2743), + [anon_sym_let] = ACTIONS(2743), + [anon_sym_let_DASHenv] = ACTIONS(2743), + [anon_sym_mut] = ACTIONS(2743), + [anon_sym_const] = ACTIONS(2743), + [anon_sym_SEMI] = ACTIONS(2743), + [sym_cmd_identifier] = ACTIONS(2743), + [anon_sym_LF] = ACTIONS(2745), + [anon_sym_def] = ACTIONS(2743), + [anon_sym_export_DASHenv] = ACTIONS(2743), + [anon_sym_extern] = ACTIONS(2743), + [anon_sym_module] = ACTIONS(2743), + [anon_sym_use] = ACTIONS(2743), + [anon_sym_LBRACK] = ACTIONS(2743), + [anon_sym_LPAREN] = ACTIONS(2743), + [anon_sym_RPAREN] = ACTIONS(2743), + [anon_sym_DOLLAR] = ACTIONS(2743), + [anon_sym_error] = ACTIONS(2743), + [anon_sym_DASH] = ACTIONS(2743), + [anon_sym_break] = ACTIONS(2743), + [anon_sym_continue] = ACTIONS(2743), + [anon_sym_for] = ACTIONS(2743), + [anon_sym_loop] = ACTIONS(2743), + [anon_sym_while] = ACTIONS(2743), + [anon_sym_do] = ACTIONS(2743), + [anon_sym_if] = ACTIONS(2743), + [anon_sym_match] = ACTIONS(2743), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2743), + [anon_sym_DOT] = ACTIONS(2743), + [anon_sym_try] = ACTIONS(2743), + [anon_sym_return] = ACTIONS(2743), + [anon_sym_source] = ACTIONS(2743), + [anon_sym_source_DASHenv] = ACTIONS(2743), + [anon_sym_register] = ACTIONS(2743), + [anon_sym_hide] = ACTIONS(2743), + [anon_sym_hide_DASHenv] = ACTIONS(2743), + [anon_sym_overlay] = ACTIONS(2743), + [anon_sym_where] = ACTIONS(2743), + [anon_sym_PLUS] = ACTIONS(2743), + [anon_sym_not] = ACTIONS(2743), + [anon_sym_null] = ACTIONS(2743), + [anon_sym_true] = ACTIONS(2743), + [anon_sym_false] = ACTIONS(2743), + [aux_sym__val_number_decimal_token1] = ACTIONS(2743), + [aux_sym__val_number_token1] = ACTIONS(2743), + [aux_sym__val_number_token2] = ACTIONS(2743), + [aux_sym__val_number_token3] = ACTIONS(2743), + [aux_sym__val_number_token4] = ACTIONS(2743), + [aux_sym__val_number_token5] = ACTIONS(2743), + [aux_sym__val_number_token6] = ACTIONS(2743), + [anon_sym_0b] = ACTIONS(2743), + [anon_sym_0o] = ACTIONS(2743), + [anon_sym_0x] = ACTIONS(2743), + [sym_val_date] = ACTIONS(2743), + [anon_sym_DQUOTE] = ACTIONS(2743), + [sym__str_single_quotes] = ACTIONS(2743), + [sym__str_back_ticks] = ACTIONS(2743), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2743), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2743), + [anon_sym_CARET] = ACTIONS(2743), [anon_sym_POUND] = ACTIONS(105), }, [938] = { - [sym_expr_parenthesized] = STATE(2494), - [sym_val_range] = STATE(2642), - [sym__value] = STATE(2642), - [sym_val_nothing] = STATE(2692), - [sym_val_bool] = STATE(2692), - [sym_val_variable] = STATE(2495), - [sym__var] = STATE(2410), - [sym_val_number] = STATE(313), - [sym__val_number_decimal] = STATE(290), - [sym__val_number] = STATE(301), - [sym_val_duration] = STATE(2692), - [sym_val_filesize] = STATE(2692), - [sym_val_binary] = STATE(2692), - [sym_val_string] = STATE(2692), - [sym__str_double_quotes] = STATE(2698), - [sym_val_interpolated] = STATE(2692), - [sym__inter_single_quotes] = STATE(2684), - [sym__inter_double_quotes] = STATE(2683), - [sym_val_list] = STATE(2692), - [sym_val_record] = STATE(2692), - [sym_val_table] = STATE(2692), - [sym_val_closure] = STATE(2692), - [sym__cmd_arg] = STATE(2643), - [sym_redirection] = STATE(2644), - [sym__flag] = STATE(2645), - [sym_short_flag] = STATE(2646), - [sym_long_flag] = STATE(2646), - [sym_unquoted] = STATE(2647), + [sym_block] = STATE(1027), [sym_comment] = STATE(938), - [aux_sym_command_repeat1] = STATE(938), - [ts_builtin_sym_end] = ACTIONS(2309), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_LF] = ACTIONS(2309), - [anon_sym_LBRACK] = ACTIONS(2448), - [anon_sym_LPAREN] = ACTIONS(2451), - [anon_sym_PIPE] = ACTIONS(2307), - [anon_sym_DOLLAR] = ACTIONS(2454), - [anon_sym_DASH] = ACTIONS(2457), - [anon_sym_LBRACE] = ACTIONS(2460), - [anon_sym_DOT] = ACTIONS(2463), - [anon_sym_PLUS] = ACTIONS(2466), - [anon_sym_null] = ACTIONS(2469), - [anon_sym_true] = ACTIONS(2472), - [anon_sym_false] = ACTIONS(2472), - [aux_sym__val_number_decimal_token1] = ACTIONS(2475), - [aux_sym__val_number_token1] = ACTIONS(2478), - [aux_sym__val_number_token2] = ACTIONS(2478), - [aux_sym__val_number_token3] = ACTIONS(2478), - [aux_sym__val_number_token4] = ACTIONS(2481), - [aux_sym__val_number_token5] = ACTIONS(2481), - [aux_sym__val_number_token6] = ACTIONS(2481), - [anon_sym_0b] = ACTIONS(2484), - [anon_sym_0o] = ACTIONS(2484), - [anon_sym_0x] = ACTIONS(2484), - [sym_val_date] = ACTIONS(2487), - [anon_sym_DQUOTE] = ACTIONS(2490), - [sym__str_single_quotes] = ACTIONS(2493), - [sym__str_back_ticks] = ACTIONS(2493), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2496), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2499), - [anon_sym_err_GT] = ACTIONS(2502), - [anon_sym_out_GT] = ACTIONS(2502), - [anon_sym_e_GT] = ACTIONS(2502), - [anon_sym_o_GT] = ACTIONS(2502), - [anon_sym_err_PLUSout_GT] = ACTIONS(2502), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2502), - [anon_sym_o_PLUSe_GT] = ACTIONS(2502), - [anon_sym_e_PLUSo_GT] = ACTIONS(2502), - [aux_sym_unquoted_token1] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2743), + [anon_sym_alias] = ACTIONS(2743), + [anon_sym_let] = ACTIONS(2743), + [anon_sym_let_DASHenv] = ACTIONS(2743), + [anon_sym_mut] = ACTIONS(2743), + [anon_sym_const] = ACTIONS(2743), + [anon_sym_SEMI] = ACTIONS(2743), + [sym_cmd_identifier] = ACTIONS(2743), + [anon_sym_LF] = ACTIONS(2745), + [anon_sym_def] = ACTIONS(2743), + [anon_sym_export_DASHenv] = ACTIONS(2743), + [anon_sym_extern] = ACTIONS(2743), + [anon_sym_module] = ACTIONS(2743), + [anon_sym_use] = ACTIONS(2743), + [anon_sym_LBRACK] = ACTIONS(2743), + [anon_sym_LPAREN] = ACTIONS(2743), + [anon_sym_RPAREN] = ACTIONS(2743), + [anon_sym_DOLLAR] = ACTIONS(2743), + [anon_sym_error] = ACTIONS(2743), + [anon_sym_DASH] = ACTIONS(2743), + [anon_sym_break] = ACTIONS(2743), + [anon_sym_continue] = ACTIONS(2743), + [anon_sym_for] = ACTIONS(2743), + [anon_sym_loop] = ACTIONS(2743), + [anon_sym_while] = ACTIONS(2743), + [anon_sym_do] = ACTIONS(2743), + [anon_sym_if] = ACTIONS(2743), + [anon_sym_match] = ACTIONS(2743), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2743), + [anon_sym_DOT] = ACTIONS(2743), + [anon_sym_try] = ACTIONS(2743), + [anon_sym_return] = ACTIONS(2743), + [anon_sym_source] = ACTIONS(2743), + [anon_sym_source_DASHenv] = ACTIONS(2743), + [anon_sym_register] = ACTIONS(2743), + [anon_sym_hide] = ACTIONS(2743), + [anon_sym_hide_DASHenv] = ACTIONS(2743), + [anon_sym_overlay] = ACTIONS(2743), + [anon_sym_where] = ACTIONS(2743), + [anon_sym_PLUS] = ACTIONS(2743), + [anon_sym_not] = ACTIONS(2743), + [anon_sym_null] = ACTIONS(2743), + [anon_sym_true] = ACTIONS(2743), + [anon_sym_false] = ACTIONS(2743), + [aux_sym__val_number_decimal_token1] = ACTIONS(2743), + [aux_sym__val_number_token1] = ACTIONS(2743), + [aux_sym__val_number_token2] = ACTIONS(2743), + [aux_sym__val_number_token3] = ACTIONS(2743), + [aux_sym__val_number_token4] = ACTIONS(2743), + [aux_sym__val_number_token5] = ACTIONS(2743), + [aux_sym__val_number_token6] = ACTIONS(2743), + [anon_sym_0b] = ACTIONS(2743), + [anon_sym_0o] = ACTIONS(2743), + [anon_sym_0x] = ACTIONS(2743), + [sym_val_date] = ACTIONS(2743), + [anon_sym_DQUOTE] = ACTIONS(2743), + [sym__str_single_quotes] = ACTIONS(2743), + [sym__str_back_ticks] = ACTIONS(2743), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2743), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2743), + [anon_sym_CARET] = ACTIONS(2743), [anon_sym_POUND] = ACTIONS(105), }, [939] = { - [sym_cell_path] = STATE(1005), - [sym_path] = STATE(953), [sym_comment] = STATE(939), - [ts_builtin_sym_end] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_err_GT] = ACTIONS(1467), - [anon_sym_out_GT] = ACTIONS(1467), - [anon_sym_e_GT] = ACTIONS(1467), - [anon_sym_o_GT] = ACTIONS(1467), - [anon_sym_err_PLUSout_GT] = ACTIONS(1467), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1467), - [anon_sym_o_PLUSe_GT] = ACTIONS(1467), - [anon_sym_e_PLUSo_GT] = ACTIONS(1467), - [aux_sym_unquoted_token1] = ACTIONS(1467), + [ts_builtin_sym_end] = ACTIONS(847), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_DOT2] = ACTIONS(847), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_QMARK2] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [940] = { - [sym_cell_path] = STATE(1023), - [sym_path] = STATE(953), + [sym_block] = STATE(1038), [sym_comment] = STATE(940), - [ts_builtin_sym_end] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_PIPE] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2511), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_err_GT] = ACTIONS(1400), - [anon_sym_out_GT] = ACTIONS(1400), - [anon_sym_e_GT] = ACTIONS(1400), - [anon_sym_o_GT] = ACTIONS(1400), - [anon_sym_err_PLUSout_GT] = ACTIONS(1400), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1400), - [anon_sym_o_PLUSe_GT] = ACTIONS(1400), - [anon_sym_e_PLUSo_GT] = ACTIONS(1400), - [aux_sym_unquoted_token1] = ACTIONS(1400), + [anon_sym_export] = ACTIONS(2747), + [anon_sym_alias] = ACTIONS(2747), + [anon_sym_let] = ACTIONS(2747), + [anon_sym_let_DASHenv] = ACTIONS(2747), + [anon_sym_mut] = ACTIONS(2747), + [anon_sym_const] = ACTIONS(2747), + [anon_sym_SEMI] = ACTIONS(2747), + [sym_cmd_identifier] = ACTIONS(2747), + [anon_sym_LF] = ACTIONS(2749), + [anon_sym_def] = ACTIONS(2747), + [anon_sym_export_DASHenv] = ACTIONS(2747), + [anon_sym_extern] = ACTIONS(2747), + [anon_sym_module] = ACTIONS(2747), + [anon_sym_use] = ACTIONS(2747), + [anon_sym_LBRACK] = ACTIONS(2747), + [anon_sym_LPAREN] = ACTIONS(2747), + [anon_sym_RPAREN] = ACTIONS(2747), + [anon_sym_DOLLAR] = ACTIONS(2747), + [anon_sym_error] = ACTIONS(2747), + [anon_sym_DASH] = ACTIONS(2747), + [anon_sym_break] = ACTIONS(2747), + [anon_sym_continue] = ACTIONS(2747), + [anon_sym_for] = ACTIONS(2747), + [anon_sym_loop] = ACTIONS(2747), + [anon_sym_while] = ACTIONS(2747), + [anon_sym_do] = ACTIONS(2747), + [anon_sym_if] = ACTIONS(2747), + [anon_sym_match] = ACTIONS(2747), + [anon_sym_LBRACE] = ACTIONS(2751), + [anon_sym_RBRACE] = ACTIONS(2747), + [anon_sym_DOT] = ACTIONS(2747), + [anon_sym_try] = ACTIONS(2747), + [anon_sym_return] = ACTIONS(2747), + [anon_sym_source] = ACTIONS(2747), + [anon_sym_source_DASHenv] = ACTIONS(2747), + [anon_sym_register] = ACTIONS(2747), + [anon_sym_hide] = ACTIONS(2747), + [anon_sym_hide_DASHenv] = ACTIONS(2747), + [anon_sym_overlay] = ACTIONS(2747), + [anon_sym_where] = ACTIONS(2747), + [anon_sym_PLUS] = ACTIONS(2747), + [anon_sym_not] = ACTIONS(2747), + [anon_sym_null] = ACTIONS(2747), + [anon_sym_true] = ACTIONS(2747), + [anon_sym_false] = ACTIONS(2747), + [aux_sym__val_number_decimal_token1] = ACTIONS(2747), + [aux_sym__val_number_token1] = ACTIONS(2747), + [aux_sym__val_number_token2] = ACTIONS(2747), + [aux_sym__val_number_token3] = ACTIONS(2747), + [aux_sym__val_number_token4] = ACTIONS(2747), + [aux_sym__val_number_token5] = ACTIONS(2747), + [aux_sym__val_number_token6] = ACTIONS(2747), + [anon_sym_0b] = ACTIONS(2747), + [anon_sym_0o] = ACTIONS(2747), + [anon_sym_0x] = ACTIONS(2747), + [sym_val_date] = ACTIONS(2747), + [anon_sym_DQUOTE] = ACTIONS(2747), + [sym__str_single_quotes] = ACTIONS(2747), + [sym__str_back_ticks] = ACTIONS(2747), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2747), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2747), + [anon_sym_CARET] = ACTIONS(2747), [anon_sym_POUND] = ACTIONS(105), }, [941] = { [sym_comment] = STATE(941), - [ts_builtin_sym_end] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(2514), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(2516), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_err_GT] = ACTIONS(1445), - [anon_sym_out_GT] = ACTIONS(1445), - [anon_sym_e_GT] = ACTIONS(1445), - [anon_sym_o_GT] = ACTIONS(1445), - [anon_sym_err_PLUSout_GT] = ACTIONS(1445), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1445), - [anon_sym_o_PLUSe_GT] = ACTIONS(1445), - [anon_sym_e_PLUSo_GT] = ACTIONS(1445), - [aux_sym_unquoted_token1] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(2518), + [anon_sym_export] = ACTIONS(2501), + [anon_sym_alias] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_let_DASHenv] = ACTIONS(2501), + [anon_sym_mut] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_SEMI] = ACTIONS(2501), + [sym_cmd_identifier] = ACTIONS(2501), + [anon_sym_LF] = ACTIONS(2503), + [anon_sym_def] = ACTIONS(2501), + [anon_sym_export_DASHenv] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym_module] = ACTIONS(2501), + [anon_sym_use] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_RPAREN] = ACTIONS(2501), + [anon_sym_DOLLAR] = ACTIONS(2501), + [anon_sym_error] = ACTIONS(2501), + [anon_sym_DASH] = ACTIONS(2501), + [anon_sym_break] = ACTIONS(2501), + [anon_sym_continue] = ACTIONS(2501), + [anon_sym_for] = ACTIONS(2501), + [anon_sym_loop] = ACTIONS(2501), + [anon_sym_while] = ACTIONS(2501), + [anon_sym_do] = ACTIONS(2501), + [anon_sym_if] = ACTIONS(2501), + [anon_sym_match] = ACTIONS(2501), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2501), + [anon_sym_DOT] = ACTIONS(2501), + [anon_sym_try] = ACTIONS(2501), + [anon_sym_return] = ACTIONS(2501), + [anon_sym_source] = ACTIONS(2501), + [anon_sym_source_DASHenv] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_hide] = ACTIONS(2501), + [anon_sym_hide_DASHenv] = ACTIONS(2501), + [anon_sym_overlay] = ACTIONS(2501), + [anon_sym_where] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2501), + [anon_sym_not] = ACTIONS(2501), + [aux_sym__immediate_decimal_token2] = ACTIONS(2754), + [anon_sym_null] = ACTIONS(2501), + [anon_sym_true] = ACTIONS(2501), + [anon_sym_false] = ACTIONS(2501), + [aux_sym__val_number_decimal_token1] = ACTIONS(2501), + [aux_sym__val_number_token1] = ACTIONS(2501), + [aux_sym__val_number_token2] = ACTIONS(2501), + [aux_sym__val_number_token3] = ACTIONS(2501), + [aux_sym__val_number_token4] = ACTIONS(2501), + [aux_sym__val_number_token5] = ACTIONS(2501), + [aux_sym__val_number_token6] = ACTIONS(2501), + [anon_sym_0b] = ACTIONS(2501), + [anon_sym_0o] = ACTIONS(2501), + [anon_sym_0x] = ACTIONS(2501), + [sym_val_date] = ACTIONS(2501), + [anon_sym_DQUOTE] = ACTIONS(2501), + [sym__str_single_quotes] = ACTIONS(2501), + [sym__str_back_ticks] = ACTIONS(2501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2501), [anon_sym_POUND] = ACTIONS(105), }, [942] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2667), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(942), - [aux_sym__command_parenthesized_body_repeat1] = STATE(952), - [anon_sym_SEMI] = ACTIONS(2520), - [anon_sym_LF] = ACTIONS(2522), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2520), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [anon_sym_SEMI] = ACTIONS(935), + [sym_cmd_identifier] = ACTIONS(935), + [anon_sym_LF] = ACTIONS(937), + [anon_sym_def] = ACTIONS(935), + [anon_sym_export_DASHenv] = ACTIONS(935), + [anon_sym_extern] = ACTIONS(935), + [anon_sym_module] = ACTIONS(935), + [anon_sym_use] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_error] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_break] = ACTIONS(935), + [anon_sym_continue] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_loop] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_match] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_DOT] = ACTIONS(935), + [anon_sym_try] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_source] = ACTIONS(935), + [anon_sym_source_DASHenv] = ACTIONS(935), + [anon_sym_register] = ACTIONS(935), + [anon_sym_hide] = ACTIONS(935), + [anon_sym_hide_DASHenv] = ACTIONS(935), + [anon_sym_overlay] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(935), + [anon_sym_where] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_not] = ACTIONS(935), + [anon_sym_null] = ACTIONS(935), + [anon_sym_true] = ACTIONS(935), + [anon_sym_false] = ACTIONS(935), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_token1] = ACTIONS(935), + [aux_sym__val_number_token2] = ACTIONS(935), + [aux_sym__val_number_token3] = ACTIONS(935), + [aux_sym__val_number_token4] = ACTIONS(935), + [aux_sym__val_number_token5] = ACTIONS(935), + [aux_sym__val_number_token6] = ACTIONS(935), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(935), + [sym__str_single_quotes] = ACTIONS(935), + [sym__str_back_ticks] = ACTIONS(935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(935), + [anon_sym_CARET] = ACTIONS(935), [anon_sym_POUND] = ACTIONS(105), }, [943] = { [sym_comment] = STATE(943), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(2446), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_err_GT] = ACTIONS(1419), - [anon_sym_out_GT] = ACTIONS(1419), - [anon_sym_e_GT] = ACTIONS(1419), - [anon_sym_o_GT] = ACTIONS(1419), - [anon_sym_err_PLUSout_GT] = ACTIONS(1419), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1419), - [anon_sym_o_PLUSe_GT] = ACTIONS(1419), - [anon_sym_e_PLUSo_GT] = ACTIONS(1419), - [aux_sym_unquoted_token1] = ACTIONS(1419), + [anon_sym_export] = ACTIONS(1077), + [anon_sym_alias] = ACTIONS(1077), + [anon_sym_let] = ACTIONS(1077), + [anon_sym_let_DASHenv] = ACTIONS(1077), + [anon_sym_mut] = ACTIONS(1077), + [anon_sym_const] = ACTIONS(1077), + [anon_sym_SEMI] = ACTIONS(1077), + [sym_cmd_identifier] = ACTIONS(1077), + [anon_sym_LF] = ACTIONS(1079), + [anon_sym_def] = ACTIONS(1077), + [anon_sym_export_DASHenv] = ACTIONS(1077), + [anon_sym_extern] = ACTIONS(1077), + [anon_sym_module] = ACTIONS(1077), + [anon_sym_use] = ACTIONS(1077), + [anon_sym_LBRACK] = ACTIONS(1077), + [anon_sym_LPAREN] = ACTIONS(1077), + [anon_sym_RPAREN] = ACTIONS(1077), + [anon_sym_DOLLAR] = ACTIONS(1077), + [anon_sym_error] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_break] = ACTIONS(1077), + [anon_sym_continue] = ACTIONS(1077), + [anon_sym_for] = ACTIONS(1077), + [anon_sym_loop] = ACTIONS(1077), + [anon_sym_while] = ACTIONS(1077), + [anon_sym_do] = ACTIONS(1077), + [anon_sym_if] = ACTIONS(1077), + [anon_sym_match] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(1077), + [anon_sym_RBRACE] = ACTIONS(1077), + [anon_sym_DOT] = ACTIONS(1077), + [anon_sym_try] = ACTIONS(1077), + [anon_sym_return] = ACTIONS(1077), + [anon_sym_source] = ACTIONS(1077), + [anon_sym_source_DASHenv] = ACTIONS(1077), + [anon_sym_register] = ACTIONS(1077), + [anon_sym_hide] = ACTIONS(1077), + [anon_sym_hide_DASHenv] = ACTIONS(1077), + [anon_sym_overlay] = ACTIONS(1077), + [anon_sym_STAR] = ACTIONS(1077), + [anon_sym_where] = ACTIONS(1077), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_null] = ACTIONS(1077), + [anon_sym_true] = ACTIONS(1077), + [anon_sym_false] = ACTIONS(1077), + [aux_sym__val_number_decimal_token1] = ACTIONS(1077), + [aux_sym__val_number_token1] = ACTIONS(1077), + [aux_sym__val_number_token2] = ACTIONS(1077), + [aux_sym__val_number_token3] = ACTIONS(1077), + [aux_sym__val_number_token4] = ACTIONS(1077), + [aux_sym__val_number_token5] = ACTIONS(1077), + [aux_sym__val_number_token6] = ACTIONS(1077), + [anon_sym_0b] = ACTIONS(1077), + [anon_sym_0o] = ACTIONS(1077), + [anon_sym_0x] = ACTIONS(1077), + [sym_val_date] = ACTIONS(1077), + [anon_sym_DQUOTE] = ACTIONS(1077), + [sym__str_single_quotes] = ACTIONS(1077), + [sym__str_back_ticks] = ACTIONS(1077), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1077), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), [anon_sym_POUND] = ACTIONS(105), }, [944] = { - [sym__command_name] = STATE(1496), - [sym_scope_pattern] = STATE(1523), - [sym_wild_card] = STATE(1494), - [sym_command_list] = STATE(1493), - [sym_val_string] = STATE(1370), - [sym__str_double_quotes] = STATE(1382), [sym_comment] = STATE(944), - [ts_builtin_sym_end] = ACTIONS(2302), - [anon_sym_export] = ACTIONS(2300), - [anon_sym_alias] = ACTIONS(2300), - [anon_sym_let] = ACTIONS(2300), - [anon_sym_let_DASHenv] = ACTIONS(2300), - [anon_sym_mut] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_SEMI] = ACTIONS(2300), - [sym_cmd_identifier] = ACTIONS(2389), - [anon_sym_LF] = ACTIONS(2302), - [anon_sym_def] = ACTIONS(2300), - [anon_sym_export_DASHenv] = ACTIONS(2300), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym_module] = ACTIONS(2300), - [anon_sym_use] = ACTIONS(2300), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_LPAREN] = ACTIONS(2300), - [anon_sym_DOLLAR] = ACTIONS(2300), - [anon_sym_error] = ACTIONS(2300), - [anon_sym_DASH] = ACTIONS(2300), - [anon_sym_break] = ACTIONS(2300), - [anon_sym_continue] = ACTIONS(2300), - [anon_sym_for] = ACTIONS(2300), - [anon_sym_loop] = ACTIONS(2300), - [anon_sym_while] = ACTIONS(2300), - [anon_sym_do] = ACTIONS(2300), - [anon_sym_if] = ACTIONS(2300), - [anon_sym_match] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2300), - [anon_sym_DOT] = ACTIONS(2300), - [anon_sym_try] = ACTIONS(2300), - [anon_sym_return] = ACTIONS(2300), - [anon_sym_source] = ACTIONS(2300), - [anon_sym_source_DASHenv] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_hide] = ACTIONS(2300), - [anon_sym_hide_DASHenv] = ACTIONS(2300), - [anon_sym_overlay] = ACTIONS(2300), - [anon_sym_STAR] = ACTIONS(2393), - [anon_sym_where] = ACTIONS(2300), - [anon_sym_PLUS] = ACTIONS(2300), - [anon_sym_not] = ACTIONS(2300), - [anon_sym_null] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2300), - [anon_sym_false] = ACTIONS(2300), - [aux_sym__val_number_decimal_token1] = ACTIONS(2300), - [aux_sym__val_number_token1] = ACTIONS(2300), - [aux_sym__val_number_token2] = ACTIONS(2300), - [aux_sym__val_number_token3] = ACTIONS(2300), - [aux_sym__val_number_token4] = ACTIONS(2300), - [aux_sym__val_number_token5] = ACTIONS(2300), - [aux_sym__val_number_token6] = ACTIONS(2300), - [anon_sym_0b] = ACTIONS(2300), - [anon_sym_0o] = ACTIONS(2300), - [anon_sym_0x] = ACTIONS(2300), - [sym_val_date] = ACTIONS(2300), - [anon_sym_DQUOTE] = ACTIONS(2395), - [sym__str_single_quotes] = ACTIONS(2397), - [sym__str_back_ticks] = ACTIONS(2397), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2300), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2300), - [anon_sym_CARET] = ACTIONS(2300), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_RPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [aux_sym__immediate_decimal_token2] = ACTIONS(2480), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), [anon_sym_POUND] = ACTIONS(105), }, [945] = { - [sym_path] = STATE(1008), + [sym_val_record] = STATE(1157), [sym_comment] = STATE(945), - [aux_sym_cell_path_repeat1] = STATE(934), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_err_GT] = ACTIONS(1394), - [anon_sym_out_GT] = ACTIONS(1394), - [anon_sym_e_GT] = ACTIONS(1394), - [anon_sym_o_GT] = ACTIONS(1394), - [anon_sym_err_PLUSout_GT] = ACTIONS(1394), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1394), - [anon_sym_o_PLUSe_GT] = ACTIONS(1394), - [anon_sym_e_PLUSo_GT] = ACTIONS(1394), - [aux_sym_unquoted_token1] = ACTIONS(1394), + [anon_sym_export] = ACTIONS(2756), + [anon_sym_alias] = ACTIONS(2756), + [anon_sym_let] = ACTIONS(2756), + [anon_sym_let_DASHenv] = ACTIONS(2756), + [anon_sym_mut] = ACTIONS(2756), + [anon_sym_const] = ACTIONS(2756), + [anon_sym_SEMI] = ACTIONS(2756), + [sym_cmd_identifier] = ACTIONS(2756), + [anon_sym_LF] = ACTIONS(2758), + [anon_sym_def] = ACTIONS(2756), + [anon_sym_export_DASHenv] = ACTIONS(2756), + [anon_sym_extern] = ACTIONS(2756), + [anon_sym_module] = ACTIONS(2756), + [anon_sym_use] = ACTIONS(2756), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_LPAREN] = ACTIONS(2756), + [anon_sym_RPAREN] = ACTIONS(2756), + [anon_sym_DOLLAR] = ACTIONS(2756), + [anon_sym_error] = ACTIONS(2756), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_break] = ACTIONS(2756), + [anon_sym_continue] = ACTIONS(2756), + [anon_sym_for] = ACTIONS(2756), + [anon_sym_loop] = ACTIONS(2756), + [anon_sym_while] = ACTIONS(2756), + [anon_sym_do] = ACTIONS(2756), + [anon_sym_if] = ACTIONS(2756), + [anon_sym_match] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2756), + [anon_sym_RBRACE] = ACTIONS(2756), + [anon_sym_DOT] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(2756), + [anon_sym_return] = ACTIONS(2756), + [anon_sym_source] = ACTIONS(2756), + [anon_sym_source_DASHenv] = ACTIONS(2756), + [anon_sym_register] = ACTIONS(2756), + [anon_sym_hide] = ACTIONS(2756), + [anon_sym_hide_DASHenv] = ACTIONS(2756), + [anon_sym_overlay] = ACTIONS(2756), + [anon_sym_where] = ACTIONS(2756), + [anon_sym_PLUS] = ACTIONS(2756), + [anon_sym_not] = ACTIONS(2756), + [anon_sym_null] = ACTIONS(2756), + [anon_sym_true] = ACTIONS(2756), + [anon_sym_false] = ACTIONS(2756), + [aux_sym__val_number_decimal_token1] = ACTIONS(2756), + [aux_sym__val_number_token1] = ACTIONS(2756), + [aux_sym__val_number_token2] = ACTIONS(2756), + [aux_sym__val_number_token3] = ACTIONS(2756), + [aux_sym__val_number_token4] = ACTIONS(2756), + [aux_sym__val_number_token5] = ACTIONS(2756), + [aux_sym__val_number_token6] = ACTIONS(2756), + [anon_sym_0b] = ACTIONS(2756), + [anon_sym_0o] = ACTIONS(2756), + [anon_sym_0x] = ACTIONS(2756), + [sym_val_date] = ACTIONS(2756), + [anon_sym_DQUOTE] = ACTIONS(2756), + [sym__str_single_quotes] = ACTIONS(2756), + [sym__str_back_ticks] = ACTIONS(2756), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2756), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2756), + [anon_sym_CARET] = ACTIONS(2756), [anon_sym_POUND] = ACTIONS(105), }, [946] = { [sym_comment] = STATE(946), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(2524), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(2526), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(2524), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(2528), - [aux_sym_unquoted_token6] = ACTIONS(2530), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2328), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [947] = { - [sym_cell_path] = STATE(1129), - [sym_path] = STATE(945), [sym_comment] = STATE(947), - [ts_builtin_sym_end] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_LF] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_PIPE] = ACTIONS(1459), - [anon_sym_DOLLAR] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_STAR_STAR] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_mod] = ACTIONS(1459), - [anon_sym_SLASH_SLASH] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_bit_DASHshl] = ACTIONS(1459), - [anon_sym_bit_DASHshr] = ACTIONS(1459), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_LT2] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_not_DASHin] = ACTIONS(1459), - [anon_sym_starts_DASHwith] = ACTIONS(1459), - [anon_sym_ends_DASHwith] = ACTIONS(1459), - [anon_sym_EQ_TILDE] = ACTIONS(1459), - [anon_sym_BANG_TILDE] = ACTIONS(1459), - [anon_sym_bit_DASHand] = ACTIONS(1459), - [anon_sym_bit_DASHxor] = ACTIONS(1459), - [anon_sym_bit_DASHor] = ACTIONS(1459), - [anon_sym_and] = ACTIONS(1459), - [anon_sym_xor] = ACTIONS(1459), - [anon_sym_or] = ACTIONS(1459), - [anon_sym_null] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(1459), - [anon_sym_false] = ACTIONS(1459), - [aux_sym__val_number_decimal_token1] = ACTIONS(1459), - [aux_sym__val_number_token1] = ACTIONS(1459), - [aux_sym__val_number_token2] = ACTIONS(1459), - [aux_sym__val_number_token3] = ACTIONS(1459), - [aux_sym__val_number_token4] = ACTIONS(1459), - [aux_sym__val_number_token5] = ACTIONS(1459), - [aux_sym__val_number_token6] = ACTIONS(1459), - [anon_sym_0b] = ACTIONS(1459), - [anon_sym_0o] = ACTIONS(1459), - [anon_sym_0x] = ACTIONS(1459), - [sym_val_date] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym__str_single_quotes] = ACTIONS(1459), - [sym__str_back_ticks] = ACTIONS(1459), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1459), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1459), - [anon_sym_err_GT] = ACTIONS(1459), - [anon_sym_out_GT] = ACTIONS(1459), - [anon_sym_e_GT] = ACTIONS(1459), - [anon_sym_o_GT] = ACTIONS(1459), - [anon_sym_err_PLUSout_GT] = ACTIONS(1459), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1459), - [anon_sym_o_PLUSe_GT] = ACTIONS(1459), - [anon_sym_e_PLUSo_GT] = ACTIONS(1459), - [aux_sym_unquoted_token1] = ACTIONS(1459), + [anon_sym_export] = ACTIONS(2760), + [anon_sym_alias] = ACTIONS(2760), + [anon_sym_let] = ACTIONS(2760), + [anon_sym_let_DASHenv] = ACTIONS(2760), + [anon_sym_mut] = ACTIONS(2760), + [anon_sym_const] = ACTIONS(2760), + [anon_sym_SEMI] = ACTIONS(2760), + [sym_cmd_identifier] = ACTIONS(2760), + [anon_sym_LF] = ACTIONS(2762), + [anon_sym_def] = ACTIONS(2760), + [anon_sym_export_DASHenv] = ACTIONS(2760), + [anon_sym_extern] = ACTIONS(2760), + [anon_sym_module] = ACTIONS(2760), + [anon_sym_use] = ACTIONS(2760), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_LPAREN] = ACTIONS(2760), + [anon_sym_RPAREN] = ACTIONS(2760), + [anon_sym_DOLLAR] = ACTIONS(2760), + [anon_sym_error] = ACTIONS(2760), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_break] = ACTIONS(2760), + [anon_sym_continue] = ACTIONS(2760), + [anon_sym_for] = ACTIONS(2760), + [anon_sym_loop] = ACTIONS(2760), + [anon_sym_while] = ACTIONS(2760), + [anon_sym_do] = ACTIONS(2760), + [anon_sym_if] = ACTIONS(2760), + [anon_sym_match] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2760), + [anon_sym_RBRACE] = ACTIONS(2760), + [anon_sym_DOT] = ACTIONS(2760), + [anon_sym_try] = ACTIONS(2760), + [anon_sym_return] = ACTIONS(2760), + [anon_sym_source] = ACTIONS(2760), + [anon_sym_source_DASHenv] = ACTIONS(2760), + [anon_sym_register] = ACTIONS(2760), + [anon_sym_hide] = ACTIONS(2760), + [anon_sym_hide_DASHenv] = ACTIONS(2760), + [anon_sym_overlay] = ACTIONS(2760), + [anon_sym_as] = ACTIONS(2760), + [anon_sym_where] = ACTIONS(2760), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_not] = ACTIONS(2760), + [anon_sym_null] = ACTIONS(2760), + [anon_sym_true] = ACTIONS(2760), + [anon_sym_false] = ACTIONS(2760), + [aux_sym__val_number_decimal_token1] = ACTIONS(2760), + [aux_sym__val_number_token1] = ACTIONS(2760), + [aux_sym__val_number_token2] = ACTIONS(2760), + [aux_sym__val_number_token3] = ACTIONS(2760), + [aux_sym__val_number_token4] = ACTIONS(2760), + [aux_sym__val_number_token5] = ACTIONS(2760), + [aux_sym__val_number_token6] = ACTIONS(2760), + [anon_sym_0b] = ACTIONS(2760), + [anon_sym_0o] = ACTIONS(2760), + [anon_sym_0x] = ACTIONS(2760), + [sym_val_date] = ACTIONS(2760), + [anon_sym_DQUOTE] = ACTIONS(2760), + [sym__str_single_quotes] = ACTIONS(2760), + [sym__str_back_ticks] = ACTIONS(2760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2760), + [anon_sym_CARET] = ACTIONS(2760), [anon_sym_POUND] = ACTIONS(105), }, [948] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2667), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(948), - [aux_sym__command_parenthesized_body_repeat1] = STATE(950), - [anon_sym_SEMI] = ACTIONS(2532), - [anon_sym_LF] = ACTIONS(2534), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2532), - [anon_sym_PIPE] = ACTIONS(2532), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_RPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2484), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [949] = { - [sym__expression] = STATE(2751), - [sym_expr_unary] = STATE(1080), - [sym__expr_unary_minus] = STATE(1118), - [sym_expr_binary] = STATE(1080), - [sym__expr_binary_expression] = STATE(3587), - [sym_expr_parenthesized] = STATE(1051), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(1080), - [sym_val_nothing] = STATE(1112), - [sym_val_bool] = STATE(1112), - [sym_val_variable] = STATE(1012), - [sym__var] = STATE(940), - [sym_val_number] = STATE(136), - [sym__val_number_decimal] = STATE(122), - [sym__val_number] = STATE(137), - [sym_val_duration] = STATE(1112), - [sym_val_filesize] = STATE(1112), - [sym_val_binary] = STATE(1112), - [sym_val_string] = STATE(1112), - [sym__str_double_quotes] = STATE(1082), - [sym_val_interpolated] = STATE(1112), - [sym__inter_single_quotes] = STATE(1119), - [sym__inter_double_quotes] = STATE(1135), - [sym_val_list] = STATE(1112), - [sym_val_record] = STATE(1112), - [sym_val_table] = STATE(1112), - [sym_val_closure] = STATE(1112), - [sym_unquoted] = STATE(2753), + [sym_block] = STATE(1087), [sym_comment] = STATE(949), - [ts_builtin_sym_end] = ACTIONS(2260), - [anon_sym_SEMI] = ACTIONS(2258), - [anon_sym_LF] = ACTIONS(2260), - [anon_sym_LBRACK] = ACTIONS(2536), - [anon_sym_LPAREN] = ACTIONS(2538), - [anon_sym_PIPE] = ACTIONS(2258), - [anon_sym_DOLLAR] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2542), - [anon_sym_LBRACE] = ACTIONS(2544), - [anon_sym_DOT] = ACTIONS(2546), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_not] = ACTIONS(2550), - [anon_sym_null] = ACTIONS(2552), - [anon_sym_true] = ACTIONS(2554), - [anon_sym_false] = ACTIONS(2554), - [aux_sym__val_number_decimal_token1] = ACTIONS(2556), - [aux_sym__val_number_token1] = ACTIONS(2558), - [aux_sym__val_number_token2] = ACTIONS(2558), - [aux_sym__val_number_token3] = ACTIONS(2558), - [aux_sym__val_number_token4] = ACTIONS(2560), - [aux_sym__val_number_token5] = ACTIONS(2560), - [aux_sym__val_number_token6] = ACTIONS(2560), - [anon_sym_0b] = ACTIONS(2562), - [anon_sym_0o] = ACTIONS(2562), - [anon_sym_0x] = ACTIONS(2562), - [sym_val_date] = ACTIONS(2564), - [anon_sym_DQUOTE] = ACTIONS(2566), - [sym__str_single_quotes] = ACTIONS(2568), - [sym__str_back_ticks] = ACTIONS(2568), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2570), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2572), - [anon_sym_err_GT] = ACTIONS(2258), - [anon_sym_out_GT] = ACTIONS(2258), - [anon_sym_e_GT] = ACTIONS(2258), - [anon_sym_o_GT] = ACTIONS(2258), - [anon_sym_err_PLUSout_GT] = ACTIONS(2258), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2258), - [anon_sym_o_PLUSe_GT] = ACTIONS(2258), - [anon_sym_e_PLUSo_GT] = ACTIONS(2258), - [aux_sym_unquoted_token1] = ACTIONS(2444), + [anon_sym_export] = ACTIONS(2764), + [anon_sym_alias] = ACTIONS(2764), + [anon_sym_let] = ACTIONS(2764), + [anon_sym_let_DASHenv] = ACTIONS(2764), + [anon_sym_mut] = ACTIONS(2764), + [anon_sym_const] = ACTIONS(2764), + [anon_sym_SEMI] = ACTIONS(2764), + [sym_cmd_identifier] = ACTIONS(2764), + [anon_sym_LF] = ACTIONS(2766), + [anon_sym_def] = ACTIONS(2764), + [anon_sym_export_DASHenv] = ACTIONS(2764), + [anon_sym_extern] = ACTIONS(2764), + [anon_sym_module] = ACTIONS(2764), + [anon_sym_use] = ACTIONS(2764), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_LPAREN] = ACTIONS(2764), + [anon_sym_RPAREN] = ACTIONS(2764), + [anon_sym_DOLLAR] = ACTIONS(2764), + [anon_sym_error] = ACTIONS(2764), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_break] = ACTIONS(2764), + [anon_sym_continue] = ACTIONS(2764), + [anon_sym_for] = ACTIONS(2764), + [anon_sym_loop] = ACTIONS(2764), + [anon_sym_while] = ACTIONS(2764), + [anon_sym_do] = ACTIONS(2764), + [anon_sym_if] = ACTIONS(2764), + [anon_sym_match] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2768), + [anon_sym_RBRACE] = ACTIONS(2764), + [anon_sym_DOT] = ACTIONS(2764), + [anon_sym_try] = ACTIONS(2764), + [anon_sym_return] = ACTIONS(2764), + [anon_sym_source] = ACTIONS(2764), + [anon_sym_source_DASHenv] = ACTIONS(2764), + [anon_sym_register] = ACTIONS(2764), + [anon_sym_hide] = ACTIONS(2764), + [anon_sym_hide_DASHenv] = ACTIONS(2764), + [anon_sym_overlay] = ACTIONS(2764), + [anon_sym_where] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2764), + [anon_sym_not] = ACTIONS(2764), + [anon_sym_null] = ACTIONS(2764), + [anon_sym_true] = ACTIONS(2764), + [anon_sym_false] = ACTIONS(2764), + [aux_sym__val_number_decimal_token1] = ACTIONS(2764), + [aux_sym__val_number_token1] = ACTIONS(2764), + [aux_sym__val_number_token2] = ACTIONS(2764), + [aux_sym__val_number_token3] = ACTIONS(2764), + [aux_sym__val_number_token4] = ACTIONS(2764), + [aux_sym__val_number_token5] = ACTIONS(2764), + [aux_sym__val_number_token6] = ACTIONS(2764), + [anon_sym_0b] = ACTIONS(2764), + [anon_sym_0o] = ACTIONS(2764), + [anon_sym_0x] = ACTIONS(2764), + [sym_val_date] = ACTIONS(2764), + [anon_sym_DQUOTE] = ACTIONS(2764), + [sym__str_single_quotes] = ACTIONS(2764), + [sym__str_back_ticks] = ACTIONS(2764), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2764), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2764), + [anon_sym_CARET] = ACTIONS(2764), [anon_sym_POUND] = ACTIONS(105), }, [950] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2667), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(950), - [aux_sym__command_parenthesized_body_repeat1] = STATE(950), - [anon_sym_SEMI] = ACTIONS(2574), - [anon_sym_LF] = ACTIONS(2576), - [anon_sym_LBRACK] = ACTIONS(2579), - [anon_sym_LPAREN] = ACTIONS(2582), - [anon_sym_RPAREN] = ACTIONS(2574), - [anon_sym_PIPE] = ACTIONS(2574), - [anon_sym_DOLLAR] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2588), - [anon_sym_LBRACE] = ACTIONS(2591), - [anon_sym_DOT] = ACTIONS(2594), - [anon_sym_PLUS] = ACTIONS(2597), - [anon_sym_null] = ACTIONS(2600), - [anon_sym_true] = ACTIONS(2603), - [anon_sym_false] = ACTIONS(2603), - [aux_sym__val_number_decimal_token1] = ACTIONS(2606), - [aux_sym__val_number_token1] = ACTIONS(2609), - [aux_sym__val_number_token2] = ACTIONS(2609), - [aux_sym__val_number_token3] = ACTIONS(2609), - [aux_sym__val_number_token4] = ACTIONS(2612), - [aux_sym__val_number_token5] = ACTIONS(2612), - [aux_sym__val_number_token6] = ACTIONS(2612), - [anon_sym_0b] = ACTIONS(2615), - [anon_sym_0o] = ACTIONS(2615), - [anon_sym_0x] = ACTIONS(2615), - [sym_val_date] = ACTIONS(2618), - [anon_sym_DQUOTE] = ACTIONS(2621), - [sym__str_single_quotes] = ACTIONS(2624), - [sym__str_back_ticks] = ACTIONS(2624), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2627), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2630), - [anon_sym_err_GT] = ACTIONS(2633), - [anon_sym_out_GT] = ACTIONS(2633), - [anon_sym_e_GT] = ACTIONS(2633), - [anon_sym_o_GT] = ACTIONS(2633), - [anon_sym_err_PLUSout_GT] = ACTIONS(2633), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2633), - [anon_sym_o_PLUSe_GT] = ACTIONS(2633), - [anon_sym_e_PLUSo_GT] = ACTIONS(2633), - [aux_sym_unquoted_token1] = ACTIONS(2636), + [ts_builtin_sym_end] = ACTIONS(2519), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_alias] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_let_DASHenv] = ACTIONS(2517), + [anon_sym_mut] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2517), + [sym_cmd_identifier] = ACTIONS(2517), + [anon_sym_LF] = ACTIONS(2519), + [anon_sym_def] = ACTIONS(2517), + [anon_sym_export_DASHenv] = ACTIONS(2517), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_use] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2517), + [anon_sym_DOLLAR] = ACTIONS(2517), + [anon_sym_error] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_loop] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_match] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2517), + [anon_sym_DOT] = ACTIONS(2517), + [anon_sym_DOT2] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_source] = ACTIONS(2517), + [anon_sym_source_DASHenv] = ACTIONS(2517), + [anon_sym_register] = ACTIONS(2517), + [anon_sym_hide] = ACTIONS(2517), + [anon_sym_hide_DASHenv] = ACTIONS(2517), + [anon_sym_overlay] = ACTIONS(2517), + [anon_sym_where] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_not] = ACTIONS(2517), + [aux_sym__immediate_decimal_token2] = ACTIONS(2774), + [anon_sym_null] = ACTIONS(2517), + [anon_sym_true] = ACTIONS(2517), + [anon_sym_false] = ACTIONS(2517), + [aux_sym__val_number_decimal_token1] = ACTIONS(2517), + [aux_sym__val_number_token1] = ACTIONS(2517), + [aux_sym__val_number_token2] = ACTIONS(2517), + [aux_sym__val_number_token3] = ACTIONS(2517), + [aux_sym__val_number_token4] = ACTIONS(2517), + [aux_sym__val_number_token5] = ACTIONS(2517), + [aux_sym__val_number_token6] = ACTIONS(2517), + [anon_sym_0b] = ACTIONS(2517), + [anon_sym_0o] = ACTIONS(2517), + [anon_sym_0x] = ACTIONS(2517), + [sym_val_date] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2517), + [sym__str_single_quotes] = ACTIONS(2517), + [sym__str_back_ticks] = ACTIONS(2517), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2517), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2517), [anon_sym_POUND] = ACTIONS(105), }, [951] = { - [sym_cell_path] = STATE(1123), - [sym_path] = STATE(945), [sym_comment] = STATE(951), - [ts_builtin_sym_end] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym_LF] = ACTIONS(1457), - [anon_sym_LBRACK] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1455), - [anon_sym_PIPE] = ACTIONS(1455), - [anon_sym_DOLLAR] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1455), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_DOT] = ACTIONS(1455), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_STAR_STAR] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_SLASH] = ACTIONS(1455), - [anon_sym_mod] = ACTIONS(1455), - [anon_sym_SLASH_SLASH] = ACTIONS(1455), - [anon_sym_PLUS] = ACTIONS(1455), - [anon_sym_bit_DASHshl] = ACTIONS(1455), - [anon_sym_bit_DASHshr] = ACTIONS(1455), - [anon_sym_EQ_EQ] = ACTIONS(1455), - [anon_sym_BANG_EQ] = ACTIONS(1455), - [anon_sym_LT2] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1455), - [anon_sym_GT_EQ] = ACTIONS(1455), - [anon_sym_not_DASHin] = ACTIONS(1455), - [anon_sym_starts_DASHwith] = ACTIONS(1455), - [anon_sym_ends_DASHwith] = ACTIONS(1455), - [anon_sym_EQ_TILDE] = ACTIONS(1455), - [anon_sym_BANG_TILDE] = ACTIONS(1455), - [anon_sym_bit_DASHand] = ACTIONS(1455), - [anon_sym_bit_DASHxor] = ACTIONS(1455), - [anon_sym_bit_DASHor] = ACTIONS(1455), - [anon_sym_and] = ACTIONS(1455), - [anon_sym_xor] = ACTIONS(1455), - [anon_sym_or] = ACTIONS(1455), - [anon_sym_null] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1455), - [anon_sym_false] = ACTIONS(1455), - [aux_sym__val_number_decimal_token1] = ACTIONS(1455), - [aux_sym__val_number_token1] = ACTIONS(1455), - [aux_sym__val_number_token2] = ACTIONS(1455), - [aux_sym__val_number_token3] = ACTIONS(1455), - [aux_sym__val_number_token4] = ACTIONS(1455), - [aux_sym__val_number_token5] = ACTIONS(1455), - [aux_sym__val_number_token6] = ACTIONS(1455), - [anon_sym_0b] = ACTIONS(1455), - [anon_sym_0o] = ACTIONS(1455), - [anon_sym_0x] = ACTIONS(1455), - [sym_val_date] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym__str_single_quotes] = ACTIONS(1455), - [sym__str_back_ticks] = ACTIONS(1455), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1455), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1455), - [anon_sym_err_GT] = ACTIONS(1455), - [anon_sym_out_GT] = ACTIONS(1455), - [anon_sym_e_GT] = ACTIONS(1455), - [anon_sym_o_GT] = ACTIONS(1455), - [anon_sym_err_PLUSout_GT] = ACTIONS(1455), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1455), - [anon_sym_o_PLUSe_GT] = ACTIONS(1455), - [anon_sym_e_PLUSo_GT] = ACTIONS(1455), - [aux_sym_unquoted_token1] = ACTIONS(1455), + [ts_builtin_sym_end] = ACTIONS(2328), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2328), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2515), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [952] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2667), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(952), - [aux_sym__command_parenthesized_body_repeat1] = STATE(950), - [anon_sym_SEMI] = ACTIONS(2639), - [anon_sym_LF] = ACTIONS(2641), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2639), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), + [anon_sym_export] = ACTIONS(918), + [anon_sym_alias] = ACTIONS(918), + [anon_sym_let] = ACTIONS(918), + [anon_sym_let_DASHenv] = ACTIONS(918), + [anon_sym_mut] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [anon_sym_SEMI] = ACTIONS(918), + [sym_cmd_identifier] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_def] = ACTIONS(918), + [anon_sym_export_DASHenv] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym_module] = ACTIONS(918), + [anon_sym_use] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(918), + [anon_sym_error] = ACTIONS(918), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_match] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_DOT] = ACTIONS(918), + [anon_sym_DOT2] = ACTIONS(920), + [anon_sym_try] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_source] = ACTIONS(918), + [anon_sym_source_DASHenv] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_hide] = ACTIONS(918), + [anon_sym_hide_DASHenv] = ACTIONS(918), + [anon_sym_overlay] = ACTIONS(918), + [anon_sym_where] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_not] = ACTIONS(918), + [anon_sym_null] = ACTIONS(918), + [anon_sym_true] = ACTIONS(918), + [anon_sym_false] = ACTIONS(918), + [aux_sym__val_number_decimal_token1] = ACTIONS(918), + [aux_sym__val_number_token1] = ACTIONS(918), + [aux_sym__val_number_token2] = ACTIONS(918), + [aux_sym__val_number_token3] = ACTIONS(918), + [aux_sym__val_number_token4] = ACTIONS(918), + [aux_sym__val_number_token5] = ACTIONS(918), + [aux_sym__val_number_token6] = ACTIONS(918), + [anon_sym_0b] = ACTIONS(918), + [anon_sym_0o] = ACTIONS(918), + [anon_sym_0x] = ACTIONS(918), + [sym_val_date] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym__str_single_quotes] = ACTIONS(918), + [sym__str_back_ticks] = ACTIONS(918), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(918), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(918), + [anon_sym_CARET] = ACTIONS(918), [anon_sym_POUND] = ACTIONS(105), }, [953] = { - [sym_path] = STATE(1008), [sym_comment] = STATE(953), - [aux_sym_cell_path_repeat1] = STATE(937), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_STAR_STAR] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_mod] = ACTIONS(1394), - [anon_sym_SLASH_SLASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_bit_DASHshl] = ACTIONS(1394), - [anon_sym_bit_DASHshr] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1394), - [anon_sym_BANG_EQ] = ACTIONS(1394), - [anon_sym_LT2] = ACTIONS(1394), - [anon_sym_LT_EQ] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1394), - [anon_sym_not_DASHin] = ACTIONS(1394), - [anon_sym_starts_DASHwith] = ACTIONS(1394), - [anon_sym_ends_DASHwith] = ACTIONS(1394), - [anon_sym_EQ_TILDE] = ACTIONS(1394), - [anon_sym_BANG_TILDE] = ACTIONS(1394), - [anon_sym_bit_DASHand] = ACTIONS(1394), - [anon_sym_bit_DASHxor] = ACTIONS(1394), - [anon_sym_bit_DASHor] = ACTIONS(1394), - [anon_sym_and] = ACTIONS(1394), - [anon_sym_xor] = ACTIONS(1394), - [anon_sym_or] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_err_GT] = ACTIONS(1394), - [anon_sym_out_GT] = ACTIONS(1394), - [anon_sym_e_GT] = ACTIONS(1394), - [anon_sym_o_GT] = ACTIONS(1394), - [anon_sym_err_PLUSout_GT] = ACTIONS(1394), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1394), - [anon_sym_o_PLUSe_GT] = ACTIONS(1394), - [anon_sym_e_PLUSo_GT] = ACTIONS(1394), - [aux_sym_unquoted_token1] = ACTIONS(1394), + [anon_sym_export] = ACTIONS(2776), + [anon_sym_alias] = ACTIONS(2776), + [anon_sym_let] = ACTIONS(2776), + [anon_sym_let_DASHenv] = ACTIONS(2776), + [anon_sym_mut] = ACTIONS(2776), + [anon_sym_const] = ACTIONS(2776), + [anon_sym_SEMI] = ACTIONS(2776), + [sym_cmd_identifier] = ACTIONS(2776), + [anon_sym_LF] = ACTIONS(2778), + [anon_sym_def] = ACTIONS(2776), + [anon_sym_export_DASHenv] = ACTIONS(2776), + [anon_sym_extern] = ACTIONS(2776), + [anon_sym_module] = ACTIONS(2776), + [anon_sym_use] = ACTIONS(2776), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_LPAREN] = ACTIONS(2776), + [anon_sym_RPAREN] = ACTIONS(2776), + [anon_sym_PIPE] = ACTIONS(2776), + [anon_sym_DOLLAR] = ACTIONS(2776), + [anon_sym_error] = ACTIONS(2776), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_break] = ACTIONS(2776), + [anon_sym_continue] = ACTIONS(2776), + [anon_sym_for] = ACTIONS(2776), + [anon_sym_loop] = ACTIONS(2776), + [anon_sym_while] = ACTIONS(2776), + [anon_sym_do] = ACTIONS(2776), + [anon_sym_if] = ACTIONS(2776), + [anon_sym_match] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2776), + [anon_sym_RBRACE] = ACTIONS(2776), + [anon_sym_DOT] = ACTIONS(2776), + [anon_sym_try] = ACTIONS(2776), + [anon_sym_return] = ACTIONS(2776), + [anon_sym_source] = ACTIONS(2776), + [anon_sym_source_DASHenv] = ACTIONS(2776), + [anon_sym_register] = ACTIONS(2776), + [anon_sym_hide] = ACTIONS(2776), + [anon_sym_hide_DASHenv] = ACTIONS(2776), + [anon_sym_overlay] = ACTIONS(2776), + [anon_sym_where] = ACTIONS(2776), + [anon_sym_PLUS] = ACTIONS(2776), + [anon_sym_not] = ACTIONS(2776), + [anon_sym_null] = ACTIONS(2776), + [anon_sym_true] = ACTIONS(2776), + [anon_sym_false] = ACTIONS(2776), + [aux_sym__val_number_decimal_token1] = ACTIONS(2776), + [aux_sym__val_number_token1] = ACTIONS(2776), + [aux_sym__val_number_token2] = ACTIONS(2776), + [aux_sym__val_number_token3] = ACTIONS(2776), + [aux_sym__val_number_token4] = ACTIONS(2776), + [aux_sym__val_number_token5] = ACTIONS(2776), + [aux_sym__val_number_token6] = ACTIONS(2776), + [anon_sym_0b] = ACTIONS(2776), + [anon_sym_0o] = ACTIONS(2776), + [anon_sym_0x] = ACTIONS(2776), + [sym_val_date] = ACTIONS(2776), + [anon_sym_DQUOTE] = ACTIONS(2776), + [sym__str_single_quotes] = ACTIONS(2776), + [sym__str_back_ticks] = ACTIONS(2776), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2776), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2776), + [anon_sym_CARET] = ACTIONS(2776), [anon_sym_POUND] = ACTIONS(105), }, [954] = { - [sym_cell_path] = STATE(1115), - [sym_path] = STATE(945), [sym_comment] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_STAR_STAR] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_mod] = ACTIONS(1467), - [anon_sym_SLASH_SLASH] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_bit_DASHshl] = ACTIONS(1467), - [anon_sym_bit_DASHshr] = ACTIONS(1467), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_LT2] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_not_DASHin] = ACTIONS(1467), - [anon_sym_starts_DASHwith] = ACTIONS(1467), - [anon_sym_ends_DASHwith] = ACTIONS(1467), - [anon_sym_EQ_TILDE] = ACTIONS(1467), - [anon_sym_BANG_TILDE] = ACTIONS(1467), - [anon_sym_bit_DASHand] = ACTIONS(1467), - [anon_sym_bit_DASHxor] = ACTIONS(1467), - [anon_sym_bit_DASHor] = ACTIONS(1467), - [anon_sym_and] = ACTIONS(1467), - [anon_sym_xor] = ACTIONS(1467), - [anon_sym_or] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_err_GT] = ACTIONS(1467), - [anon_sym_out_GT] = ACTIONS(1467), - [anon_sym_e_GT] = ACTIONS(1467), - [anon_sym_o_GT] = ACTIONS(1467), - [anon_sym_err_PLUSout_GT] = ACTIONS(1467), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1467), - [anon_sym_o_PLUSe_GT] = ACTIONS(1467), - [anon_sym_e_PLUSo_GT] = ACTIONS(1467), - [aux_sym_unquoted_token1] = ACTIONS(1467), + [anon_sym_export] = ACTIONS(2780), + [anon_sym_alias] = ACTIONS(2780), + [anon_sym_let] = ACTIONS(2780), + [anon_sym_let_DASHenv] = ACTIONS(2780), + [anon_sym_mut] = ACTIONS(2780), + [anon_sym_const] = ACTIONS(2780), + [anon_sym_SEMI] = ACTIONS(2780), + [sym_cmd_identifier] = ACTIONS(2780), + [anon_sym_LF] = ACTIONS(2782), + [anon_sym_def] = ACTIONS(2780), + [anon_sym_export_DASHenv] = ACTIONS(2780), + [anon_sym_extern] = ACTIONS(2780), + [anon_sym_module] = ACTIONS(2780), + [anon_sym_use] = ACTIONS(2780), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_LPAREN] = ACTIONS(2780), + [anon_sym_RPAREN] = ACTIONS(2780), + [anon_sym_DOLLAR] = ACTIONS(2780), + [anon_sym_error] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_break] = ACTIONS(2780), + [anon_sym_continue] = ACTIONS(2780), + [anon_sym_for] = ACTIONS(2780), + [anon_sym_loop] = ACTIONS(2780), + [anon_sym_while] = ACTIONS(2780), + [anon_sym_do] = ACTIONS(2780), + [anon_sym_if] = ACTIONS(2780), + [anon_sym_match] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2780), + [anon_sym_RBRACE] = ACTIONS(2780), + [anon_sym_DOT] = ACTIONS(2780), + [anon_sym_try] = ACTIONS(2780), + [anon_sym_return] = ACTIONS(2780), + [anon_sym_source] = ACTIONS(2780), + [anon_sym_source_DASHenv] = ACTIONS(2780), + [anon_sym_register] = ACTIONS(2780), + [anon_sym_hide] = ACTIONS(2780), + [anon_sym_hide_DASHenv] = ACTIONS(2780), + [anon_sym_overlay] = ACTIONS(2780), + [anon_sym_as] = ACTIONS(2780), + [anon_sym_where] = ACTIONS(2780), + [anon_sym_PLUS] = ACTIONS(2780), + [anon_sym_not] = ACTIONS(2780), + [anon_sym_null] = ACTIONS(2780), + [anon_sym_true] = ACTIONS(2780), + [anon_sym_false] = ACTIONS(2780), + [aux_sym__val_number_decimal_token1] = ACTIONS(2780), + [aux_sym__val_number_token1] = ACTIONS(2780), + [aux_sym__val_number_token2] = ACTIONS(2780), + [aux_sym__val_number_token3] = ACTIONS(2780), + [aux_sym__val_number_token4] = ACTIONS(2780), + [aux_sym__val_number_token5] = ACTIONS(2780), + [aux_sym__val_number_token6] = ACTIONS(2780), + [anon_sym_0b] = ACTIONS(2780), + [anon_sym_0o] = ACTIONS(2780), + [anon_sym_0x] = ACTIONS(2780), + [sym_val_date] = ACTIONS(2780), + [anon_sym_DQUOTE] = ACTIONS(2780), + [sym__str_single_quotes] = ACTIONS(2780), + [sym__str_back_ticks] = ACTIONS(2780), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2780), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2780), + [anon_sym_CARET] = ACTIONS(2780), [anon_sym_POUND] = ACTIONS(105), }, [955] = { [sym_comment] = STATE(955), - [anon_sym_SEMI] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_err_GT] = ACTIONS(1437), - [anon_sym_out_GT] = ACTIONS(1437), - [anon_sym_e_GT] = ACTIONS(1437), - [anon_sym_o_GT] = ACTIONS(1437), - [anon_sym_err_PLUSout_GT] = ACTIONS(1437), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1437), - [anon_sym_o_PLUSe_GT] = ACTIONS(1437), - [anon_sym_e_PLUSo_GT] = ACTIONS(1437), - [aux_sym_unquoted_token1] = ACTIONS(1437), + [anon_sym_export] = ACTIONS(2784), + [anon_sym_alias] = ACTIONS(2784), + [anon_sym_let] = ACTIONS(2784), + [anon_sym_let_DASHenv] = ACTIONS(2784), + [anon_sym_mut] = ACTIONS(2784), + [anon_sym_const] = ACTIONS(2784), + [anon_sym_SEMI] = ACTIONS(2784), + [sym_cmd_identifier] = ACTIONS(2784), + [anon_sym_LF] = ACTIONS(2786), + [anon_sym_def] = ACTIONS(2784), + [anon_sym_export_DASHenv] = ACTIONS(2784), + [anon_sym_extern] = ACTIONS(2784), + [anon_sym_module] = ACTIONS(2784), + [anon_sym_use] = ACTIONS(2784), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_LPAREN] = ACTIONS(2784), + [anon_sym_RPAREN] = ACTIONS(2784), + [anon_sym_DOLLAR] = ACTIONS(2784), + [anon_sym_error] = ACTIONS(2784), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_break] = ACTIONS(2784), + [anon_sym_continue] = ACTIONS(2784), + [anon_sym_for] = ACTIONS(2784), + [anon_sym_loop] = ACTIONS(2784), + [anon_sym_while] = ACTIONS(2784), + [anon_sym_do] = ACTIONS(2784), + [anon_sym_if] = ACTIONS(2784), + [anon_sym_match] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2784), + [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_DOT2] = ACTIONS(2786), + [anon_sym_try] = ACTIONS(2784), + [anon_sym_return] = ACTIONS(2784), + [anon_sym_source] = ACTIONS(2784), + [anon_sym_source_DASHenv] = ACTIONS(2784), + [anon_sym_register] = ACTIONS(2784), + [anon_sym_hide] = ACTIONS(2784), + [anon_sym_hide_DASHenv] = ACTIONS(2784), + [anon_sym_overlay] = ACTIONS(2784), + [anon_sym_where] = ACTIONS(2784), + [anon_sym_PLUS] = ACTIONS(2784), + [anon_sym_not] = ACTIONS(2784), + [anon_sym_null] = ACTIONS(2784), + [anon_sym_true] = ACTIONS(2784), + [anon_sym_false] = ACTIONS(2784), + [aux_sym__val_number_decimal_token1] = ACTIONS(2784), + [aux_sym__val_number_token1] = ACTIONS(2784), + [aux_sym__val_number_token2] = ACTIONS(2784), + [aux_sym__val_number_token3] = ACTIONS(2784), + [aux_sym__val_number_token4] = ACTIONS(2784), + [aux_sym__val_number_token5] = ACTIONS(2784), + [aux_sym__val_number_token6] = ACTIONS(2784), + [anon_sym_0b] = ACTIONS(2784), + [anon_sym_0o] = ACTIONS(2784), + [anon_sym_0x] = ACTIONS(2784), + [sym_val_date] = ACTIONS(2784), + [anon_sym_DQUOTE] = ACTIONS(2784), + [sym__str_single_quotes] = ACTIONS(2784), + [sym__str_back_ticks] = ACTIONS(2784), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2784), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2784), + [anon_sym_CARET] = ACTIONS(2784), [anon_sym_POUND] = ACTIONS(105), }, [956] = { - [sym_cell_path] = STATE(1068), - [sym_path] = STATE(945), [sym_comment] = STATE(956), - [ts_builtin_sym_end] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_PIPE] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_GT] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1400), - [anon_sym_mod] = ACTIONS(1400), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_bit_DASHshl] = ACTIONS(1400), - [anon_sym_bit_DASHshr] = ACTIONS(1400), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1400), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1400), - [anon_sym_starts_DASHwith] = ACTIONS(1400), - [anon_sym_ends_DASHwith] = ACTIONS(1400), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1400), - [anon_sym_bit_DASHxor] = ACTIONS(1400), - [anon_sym_bit_DASHor] = ACTIONS(1400), - [anon_sym_and] = ACTIONS(1400), - [anon_sym_xor] = ACTIONS(1400), - [anon_sym_or] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_err_GT] = ACTIONS(1400), - [anon_sym_out_GT] = ACTIONS(1400), - [anon_sym_e_GT] = ACTIONS(1400), - [anon_sym_o_GT] = ACTIONS(1400), - [anon_sym_err_PLUSout_GT] = ACTIONS(1400), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1400), - [anon_sym_o_PLUSe_GT] = ACTIONS(1400), - [anon_sym_e_PLUSo_GT] = ACTIONS(1400), - [aux_sym_unquoted_token1] = ACTIONS(1400), + [ts_builtin_sym_end] = ACTIONS(2328), + [anon_sym_export] = ACTIONS(2326), + [anon_sym_alias] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_let_DASHenv] = ACTIONS(2326), + [anon_sym_mut] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2326), + [sym_cmd_identifier] = ACTIONS(2326), + [anon_sym_LF] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2326), + [anon_sym_export_DASHenv] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_module] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_LBRACK] = ACTIONS(2326), + [anon_sym_LPAREN] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2326), + [anon_sym_error] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_do] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_LBRACE] = ACTIONS(2326), + [anon_sym_DOT] = ACTIONS(2326), + [anon_sym_DOT2] = ACTIONS(2788), + [anon_sym_try] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_source] = ACTIONS(2326), + [anon_sym_source_DASHenv] = ACTIONS(2326), + [anon_sym_register] = ACTIONS(2326), + [anon_sym_hide] = ACTIONS(2326), + [anon_sym_hide_DASHenv] = ACTIONS(2326), + [anon_sym_overlay] = ACTIONS(2326), + [anon_sym_where] = ACTIONS(2326), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_not] = ACTIONS(2326), + [aux_sym__immediate_decimal_token2] = ACTIONS(2515), + [anon_sym_null] = ACTIONS(2326), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [aux_sym__val_number_decimal_token1] = ACTIONS(2326), + [aux_sym__val_number_token1] = ACTIONS(2326), + [aux_sym__val_number_token2] = ACTIONS(2326), + [aux_sym__val_number_token3] = ACTIONS(2326), + [aux_sym__val_number_token4] = ACTIONS(2326), + [aux_sym__val_number_token5] = ACTIONS(2326), + [aux_sym__val_number_token6] = ACTIONS(2326), + [anon_sym_0b] = ACTIONS(2326), + [anon_sym_0o] = ACTIONS(2326), + [anon_sym_0x] = ACTIONS(2326), + [sym_val_date] = ACTIONS(2326), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym__str_single_quotes] = ACTIONS(2326), + [sym__str_back_ticks] = ACTIONS(2326), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [957] = { - [sym_expr_parenthesized] = STATE(2494), - [sym_val_range] = STATE(2642), - [sym__value] = STATE(2642), - [sym_val_nothing] = STATE(2692), - [sym_val_bool] = STATE(2692), - [sym_val_variable] = STATE(2495), - [sym__var] = STATE(2410), - [sym_val_number] = STATE(313), - [sym__val_number_decimal] = STATE(290), - [sym__val_number] = STATE(301), - [sym_val_duration] = STATE(2692), - [sym_val_filesize] = STATE(2692), - [sym_val_binary] = STATE(2692), - [sym_val_string] = STATE(2692), - [sym__str_double_quotes] = STATE(2698), - [sym_val_interpolated] = STATE(2692), - [sym__inter_single_quotes] = STATE(2684), - [sym__inter_double_quotes] = STATE(2683), - [sym_val_list] = STATE(2692), - [sym_val_record] = STATE(2692), - [sym_val_table] = STATE(2692), - [sym_val_closure] = STATE(2692), - [sym__cmd_arg] = STATE(2643), - [sym_redirection] = STATE(2644), - [sym__flag] = STATE(2645), - [sym_short_flag] = STATE(2646), - [sym_long_flag] = STATE(2646), - [sym_unquoted] = STATE(2647), [sym_comment] = STATE(957), - [aux_sym_command_repeat1] = STATE(938), - [ts_builtin_sym_end] = ACTIONS(2376), - [anon_sym_SEMI] = ACTIONS(2374), - [anon_sym_LF] = ACTIONS(2376), - [anon_sym_LBRACK] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_PIPE] = ACTIONS(2374), - [anon_sym_DOLLAR] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2412), - [anon_sym_LBRACE] = ACTIONS(2414), - [anon_sym_DOT] = ACTIONS(2416), - [anon_sym_PLUS] = ACTIONS(2418), - [anon_sym_null] = ACTIONS(2420), - [anon_sym_true] = ACTIONS(2422), - [anon_sym_false] = ACTIONS(2422), - [aux_sym__val_number_decimal_token1] = ACTIONS(2424), - [aux_sym__val_number_token1] = ACTIONS(2426), - [aux_sym__val_number_token2] = ACTIONS(2426), - [aux_sym__val_number_token3] = ACTIONS(2426), - [aux_sym__val_number_token4] = ACTIONS(2428), - [aux_sym__val_number_token5] = ACTIONS(2428), - [aux_sym__val_number_token6] = ACTIONS(2428), - [anon_sym_0b] = ACTIONS(2430), - [anon_sym_0o] = ACTIONS(2430), - [anon_sym_0x] = ACTIONS(2430), - [sym_val_date] = ACTIONS(2432), - [anon_sym_DQUOTE] = ACTIONS(2434), - [sym__str_single_quotes] = ACTIONS(2436), - [sym__str_back_ticks] = ACTIONS(2436), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2438), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2440), - [anon_sym_err_GT] = ACTIONS(2442), - [anon_sym_out_GT] = ACTIONS(2442), - [anon_sym_e_GT] = ACTIONS(2442), - [anon_sym_o_GT] = ACTIONS(2442), - [anon_sym_err_PLUSout_GT] = ACTIONS(2442), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2442), - [anon_sym_o_PLUSe_GT] = ACTIONS(2442), - [anon_sym_e_PLUSo_GT] = ACTIONS(2442), - [aux_sym_unquoted_token1] = ACTIONS(2444), + [anon_sym_export] = ACTIONS(2501), + [anon_sym_alias] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_let_DASHenv] = ACTIONS(2501), + [anon_sym_mut] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_SEMI] = ACTIONS(2501), + [sym_cmd_identifier] = ACTIONS(2501), + [anon_sym_LF] = ACTIONS(2503), + [anon_sym_def] = ACTIONS(2501), + [anon_sym_export_DASHenv] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym_module] = ACTIONS(2501), + [anon_sym_use] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2501), + [anon_sym_RPAREN] = ACTIONS(2501), + [anon_sym_DOLLAR] = ACTIONS(2501), + [anon_sym_error] = ACTIONS(2501), + [anon_sym_DASH] = ACTIONS(2501), + [anon_sym_break] = ACTIONS(2501), + [anon_sym_continue] = ACTIONS(2501), + [anon_sym_for] = ACTIONS(2501), + [anon_sym_loop] = ACTIONS(2501), + [anon_sym_while] = ACTIONS(2501), + [anon_sym_do] = ACTIONS(2501), + [anon_sym_if] = ACTIONS(2501), + [anon_sym_match] = ACTIONS(2501), + [anon_sym_LBRACE] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2501), + [anon_sym_DOT] = ACTIONS(2501), + [anon_sym_DOT2] = ACTIONS(2503), + [anon_sym_try] = ACTIONS(2501), + [anon_sym_return] = ACTIONS(2501), + [anon_sym_source] = ACTIONS(2501), + [anon_sym_source_DASHenv] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_hide] = ACTIONS(2501), + [anon_sym_hide_DASHenv] = ACTIONS(2501), + [anon_sym_overlay] = ACTIONS(2501), + [anon_sym_where] = ACTIONS(2501), + [anon_sym_PLUS] = ACTIONS(2501), + [anon_sym_not] = ACTIONS(2501), + [anon_sym_null] = ACTIONS(2501), + [anon_sym_true] = ACTIONS(2501), + [anon_sym_false] = ACTIONS(2501), + [aux_sym__val_number_decimal_token1] = ACTIONS(2501), + [aux_sym__val_number_token1] = ACTIONS(2501), + [aux_sym__val_number_token2] = ACTIONS(2501), + [aux_sym__val_number_token3] = ACTIONS(2501), + [aux_sym__val_number_token4] = ACTIONS(2501), + [aux_sym__val_number_token5] = ACTIONS(2501), + [aux_sym__val_number_token6] = ACTIONS(2501), + [anon_sym_0b] = ACTIONS(2501), + [anon_sym_0o] = ACTIONS(2501), + [anon_sym_0x] = ACTIONS(2501), + [sym_val_date] = ACTIONS(2501), + [anon_sym_DQUOTE] = ACTIONS(2501), + [sym__str_single_quotes] = ACTIONS(2501), + [sym__str_back_ticks] = ACTIONS(2501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2501), + [anon_sym_CARET] = ACTIONS(2501), [anon_sym_POUND] = ACTIONS(105), }, [958] = { - [sym_cell_path] = STATE(1074), - [sym_path] = STATE(945), [sym_comment] = STATE(958), - [ts_builtin_sym_end] = ACTIONS(1480), - [anon_sym_SEMI] = ACTIONS(1478), - [anon_sym_LF] = ACTIONS(1480), - [anon_sym_LBRACK] = ACTIONS(1478), - [anon_sym_LPAREN] = ACTIONS(1478), - [anon_sym_PIPE] = ACTIONS(1478), - [anon_sym_DOLLAR] = ACTIONS(1478), - [anon_sym_GT] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_DOT] = ACTIONS(1478), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_STAR_STAR] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [anon_sym_SLASH] = ACTIONS(1478), - [anon_sym_mod] = ACTIONS(1478), - [anon_sym_SLASH_SLASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_bit_DASHshl] = ACTIONS(1478), - [anon_sym_bit_DASHshr] = ACTIONS(1478), - [anon_sym_EQ_EQ] = ACTIONS(1478), - [anon_sym_BANG_EQ] = ACTIONS(1478), - [anon_sym_LT2] = ACTIONS(1478), - [anon_sym_LT_EQ] = ACTIONS(1478), - [anon_sym_GT_EQ] = ACTIONS(1478), - [anon_sym_not_DASHin] = ACTIONS(1478), - [anon_sym_starts_DASHwith] = ACTIONS(1478), - [anon_sym_ends_DASHwith] = ACTIONS(1478), - [anon_sym_EQ_TILDE] = ACTIONS(1478), - [anon_sym_BANG_TILDE] = ACTIONS(1478), - [anon_sym_bit_DASHand] = ACTIONS(1478), - [anon_sym_bit_DASHxor] = ACTIONS(1478), - [anon_sym_bit_DASHor] = ACTIONS(1478), - [anon_sym_and] = ACTIONS(1478), - [anon_sym_xor] = ACTIONS(1478), - [anon_sym_or] = ACTIONS(1478), - [anon_sym_null] = ACTIONS(1478), - [anon_sym_true] = ACTIONS(1478), - [anon_sym_false] = ACTIONS(1478), - [aux_sym__val_number_decimal_token1] = ACTIONS(1478), - [aux_sym__val_number_token1] = ACTIONS(1478), - [aux_sym__val_number_token2] = ACTIONS(1478), - [aux_sym__val_number_token3] = ACTIONS(1478), - [aux_sym__val_number_token4] = ACTIONS(1478), - [aux_sym__val_number_token5] = ACTIONS(1478), - [aux_sym__val_number_token6] = ACTIONS(1478), - [anon_sym_0b] = ACTIONS(1478), - [anon_sym_0o] = ACTIONS(1478), - [anon_sym_0x] = ACTIONS(1478), - [sym_val_date] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [sym__str_single_quotes] = ACTIONS(1478), - [sym__str_back_ticks] = ACTIONS(1478), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1478), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1478), - [anon_sym_err_GT] = ACTIONS(1478), - [anon_sym_out_GT] = ACTIONS(1478), - [anon_sym_e_GT] = ACTIONS(1478), - [anon_sym_o_GT] = ACTIONS(1478), - [anon_sym_err_PLUSout_GT] = ACTIONS(1478), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1478), - [anon_sym_o_PLUSe_GT] = ACTIONS(1478), - [anon_sym_e_PLUSo_GT] = ACTIONS(1478), - [aux_sym_unquoted_token1] = ACTIONS(1478), + [anon_sym_export] = ACTIONS(2375), + [anon_sym_alias] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_let_DASHenv] = ACTIONS(2375), + [anon_sym_mut] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2375), + [sym_cmd_identifier] = ACTIONS(2375), + [anon_sym_LF] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2375), + [anon_sym_export_DASHenv] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_module] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_RPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_do] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_DOT] = ACTIONS(2375), + [anon_sym_DOT2] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_source] = ACTIONS(2375), + [anon_sym_source_DASHenv] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_hide] = ACTIONS(2375), + [anon_sym_hide_DASHenv] = ACTIONS(2375), + [anon_sym_overlay] = ACTIONS(2375), + [anon_sym_where] = ACTIONS(2375), + [anon_sym_PLUS] = ACTIONS(2375), + [anon_sym_not] = ACTIONS(2375), + [anon_sym_null] = ACTIONS(2375), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2375), + [aux_sym__val_number_token5] = ACTIONS(2375), + [aux_sym__val_number_token6] = ACTIONS(2375), + [anon_sym_0b] = ACTIONS(2375), + [anon_sym_0o] = ACTIONS(2375), + [anon_sym_0x] = ACTIONS(2375), + [sym_val_date] = ACTIONS(2375), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2375), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2375), + [anon_sym_CARET] = ACTIONS(2375), [anon_sym_POUND] = ACTIONS(105), }, [959] = { [sym_comment] = STATE(959), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_err_GT] = ACTIONS(1441), - [anon_sym_out_GT] = ACTIONS(1441), - [anon_sym_e_GT] = ACTIONS(1441), - [anon_sym_o_GT] = ACTIONS(1441), - [anon_sym_err_PLUSout_GT] = ACTIONS(1441), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1441), - [anon_sym_o_PLUSe_GT] = ACTIONS(1441), - [anon_sym_e_PLUSo_GT] = ACTIONS(1441), - [aux_sym_unquoted_token1] = ACTIONS(1441), + [anon_sym_export] = ACTIONS(914), + [anon_sym_alias] = ACTIONS(914), + [anon_sym_let] = ACTIONS(914), + [anon_sym_let_DASHenv] = ACTIONS(914), + [anon_sym_mut] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_SEMI] = ACTIONS(914), + [sym_cmd_identifier] = ACTIONS(914), + [anon_sym_LF] = ACTIONS(916), + [anon_sym_def] = ACTIONS(914), + [anon_sym_export_DASHenv] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym_module] = ACTIONS(914), + [anon_sym_use] = ACTIONS(914), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_RPAREN] = ACTIONS(914), + [anon_sym_DOLLAR] = ACTIONS(914), + [anon_sym_error] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_loop] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_match] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_DOT] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(916), + [anon_sym_try] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_source] = ACTIONS(914), + [anon_sym_source_DASHenv] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_hide] = ACTIONS(914), + [anon_sym_hide_DASHenv] = ACTIONS(914), + [anon_sym_overlay] = ACTIONS(914), + [anon_sym_where] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_not] = ACTIONS(914), + [anon_sym_null] = ACTIONS(914), + [anon_sym_true] = ACTIONS(914), + [anon_sym_false] = ACTIONS(914), + [aux_sym__val_number_decimal_token1] = ACTIONS(914), + [aux_sym__val_number_token1] = ACTIONS(914), + [aux_sym__val_number_token2] = ACTIONS(914), + [aux_sym__val_number_token3] = ACTIONS(914), + [aux_sym__val_number_token4] = ACTIONS(914), + [aux_sym__val_number_token5] = ACTIONS(914), + [aux_sym__val_number_token6] = ACTIONS(914), + [anon_sym_0b] = ACTIONS(914), + [anon_sym_0o] = ACTIONS(914), + [anon_sym_0x] = ACTIONS(914), + [sym_val_date] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(914), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(914), + [anon_sym_CARET] = ACTIONS(914), [anon_sym_POUND] = ACTIONS(105), }, [960] = { - [sym_cell_path] = STATE(1132), - [sym_path] = STATE(945), [sym_comment] = STATE(960), - [ts_builtin_sym_end] = ACTIONS(1476), - [anon_sym_SEMI] = ACTIONS(1474), - [anon_sym_LF] = ACTIONS(1476), - [anon_sym_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), - [anon_sym_PIPE] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), - [anon_sym_GT] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_in] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_STAR_STAR] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_SLASH] = ACTIONS(1474), - [anon_sym_mod] = ACTIONS(1474), - [anon_sym_SLASH_SLASH] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_bit_DASHshl] = ACTIONS(1474), - [anon_sym_bit_DASHshr] = ACTIONS(1474), - [anon_sym_EQ_EQ] = ACTIONS(1474), - [anon_sym_BANG_EQ] = ACTIONS(1474), - [anon_sym_LT2] = ACTIONS(1474), - [anon_sym_LT_EQ] = ACTIONS(1474), - [anon_sym_GT_EQ] = ACTIONS(1474), - [anon_sym_not_DASHin] = ACTIONS(1474), - [anon_sym_starts_DASHwith] = ACTIONS(1474), - [anon_sym_ends_DASHwith] = ACTIONS(1474), - [anon_sym_EQ_TILDE] = ACTIONS(1474), - [anon_sym_BANG_TILDE] = ACTIONS(1474), - [anon_sym_bit_DASHand] = ACTIONS(1474), - [anon_sym_bit_DASHxor] = ACTIONS(1474), - [anon_sym_bit_DASHor] = ACTIONS(1474), - [anon_sym_and] = ACTIONS(1474), - [anon_sym_xor] = ACTIONS(1474), - [anon_sym_or] = ACTIONS(1474), - [anon_sym_null] = ACTIONS(1474), - [anon_sym_true] = ACTIONS(1474), - [anon_sym_false] = ACTIONS(1474), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_token1] = ACTIONS(1474), - [aux_sym__val_number_token2] = ACTIONS(1474), - [aux_sym__val_number_token3] = ACTIONS(1474), - [aux_sym__val_number_token4] = ACTIONS(1474), - [aux_sym__val_number_token5] = ACTIONS(1474), - [aux_sym__val_number_token6] = ACTIONS(1474), - [anon_sym_0b] = ACTIONS(1474), - [anon_sym_0o] = ACTIONS(1474), - [anon_sym_0x] = ACTIONS(1474), - [sym_val_date] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [sym__str_single_quotes] = ACTIONS(1474), - [sym__str_back_ticks] = ACTIONS(1474), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1474), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1474), - [anon_sym_err_GT] = ACTIONS(1474), - [anon_sym_out_GT] = ACTIONS(1474), - [anon_sym_e_GT] = ACTIONS(1474), - [anon_sym_o_GT] = ACTIONS(1474), - [anon_sym_err_PLUSout_GT] = ACTIONS(1474), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1474), - [anon_sym_o_PLUSe_GT] = ACTIONS(1474), - [anon_sym_e_PLUSo_GT] = ACTIONS(1474), - [aux_sym_unquoted_token1] = ACTIONS(1474), + [ts_builtin_sym_end] = ACTIONS(2420), + [anon_sym_export] = ACTIONS(2416), + [anon_sym_alias] = ACTIONS(2416), + [anon_sym_let] = ACTIONS(2416), + [anon_sym_let_DASHenv] = ACTIONS(2416), + [anon_sym_mut] = ACTIONS(2416), + [anon_sym_const] = ACTIONS(2416), + [anon_sym_SEMI] = ACTIONS(2416), + [sym_cmd_identifier] = ACTIONS(2416), + [sym__long_flag_identifier] = ACTIONS(2791), + [anon_sym_LF] = ACTIONS(2420), + [anon_sym_def] = ACTIONS(2416), + [anon_sym_export_DASHenv] = ACTIONS(2416), + [anon_sym_extern] = ACTIONS(2416), + [anon_sym_module] = ACTIONS(2416), + [anon_sym_use] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LPAREN] = ACTIONS(2416), + [anon_sym_DOLLAR] = ACTIONS(2416), + [anon_sym_error] = ACTIONS(2416), + [anon_sym_DASH] = ACTIONS(2416), + [anon_sym_break] = ACTIONS(2416), + [anon_sym_continue] = ACTIONS(2416), + [anon_sym_for] = ACTIONS(2416), + [anon_sym_loop] = ACTIONS(2416), + [anon_sym_while] = ACTIONS(2416), + [anon_sym_do] = ACTIONS(2416), + [anon_sym_if] = ACTIONS(2416), + [anon_sym_match] = ACTIONS(2416), + [anon_sym_LBRACE] = ACTIONS(2416), + [anon_sym_DOT] = ACTIONS(2416), + [anon_sym_try] = ACTIONS(2416), + [anon_sym_return] = ACTIONS(2416), + [anon_sym_source] = ACTIONS(2416), + [anon_sym_source_DASHenv] = ACTIONS(2416), + [anon_sym_register] = ACTIONS(2416), + [anon_sym_hide] = ACTIONS(2416), + [anon_sym_hide_DASHenv] = ACTIONS(2416), + [anon_sym_overlay] = ACTIONS(2416), + [anon_sym_as] = ACTIONS(2416), + [anon_sym_where] = ACTIONS(2416), + [anon_sym_PLUS] = ACTIONS(2416), + [anon_sym_not] = ACTIONS(2416), + [anon_sym_null] = ACTIONS(2416), + [anon_sym_true] = ACTIONS(2416), + [anon_sym_false] = ACTIONS(2416), + [aux_sym__val_number_decimal_token1] = ACTIONS(2416), + [aux_sym__val_number_token1] = ACTIONS(2416), + [aux_sym__val_number_token2] = ACTIONS(2416), + [aux_sym__val_number_token3] = ACTIONS(2416), + [aux_sym__val_number_token4] = ACTIONS(2416), + [aux_sym__val_number_token5] = ACTIONS(2416), + [aux_sym__val_number_token6] = ACTIONS(2416), + [anon_sym_0b] = ACTIONS(2416), + [anon_sym_0o] = ACTIONS(2416), + [anon_sym_0x] = ACTIONS(2416), + [sym_val_date] = ACTIONS(2416), + [anon_sym_DQUOTE] = ACTIONS(2416), + [sym__str_single_quotes] = ACTIONS(2416), + [sym__str_back_ticks] = ACTIONS(2416), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2416), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2416), [anon_sym_POUND] = ACTIONS(105), }, [961] = { [sym_comment] = STATE(961), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(2643), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(2526), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(2643), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(2528), - [aux_sym_unquoted_token6] = ACTIONS(2530), + [anon_sym_export] = ACTIONS(845), + [anon_sym_alias] = ACTIONS(845), + [anon_sym_let] = ACTIONS(845), + [anon_sym_let_DASHenv] = ACTIONS(845), + [anon_sym_mut] = ACTIONS(845), + [anon_sym_const] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [sym_cmd_identifier] = ACTIONS(845), + [anon_sym_LF] = ACTIONS(847), + [anon_sym_def] = ACTIONS(845), + [anon_sym_export_DASHenv] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(845), + [anon_sym_module] = ACTIONS(845), + [anon_sym_use] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_DOLLAR] = ACTIONS(845), + [anon_sym_error] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_break] = ACTIONS(845), + [anon_sym_continue] = ACTIONS(845), + [anon_sym_for] = ACTIONS(845), + [anon_sym_loop] = ACTIONS(845), + [anon_sym_while] = ACTIONS(845), + [anon_sym_do] = ACTIONS(845), + [anon_sym_if] = ACTIONS(845), + [anon_sym_match] = ACTIONS(845), + [anon_sym_LBRACE] = ACTIONS(845), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_DOT] = ACTIONS(845), + [anon_sym_try] = ACTIONS(845), + [anon_sym_return] = ACTIONS(845), + [anon_sym_source] = ACTIONS(845), + [anon_sym_source_DASHenv] = ACTIONS(845), + [anon_sym_register] = ACTIONS(845), + [anon_sym_hide] = ACTIONS(845), + [anon_sym_hide_DASHenv] = ACTIONS(845), + [anon_sym_overlay] = ACTIONS(845), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_where] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_not] = ACTIONS(845), + [anon_sym_null] = ACTIONS(845), + [anon_sym_true] = ACTIONS(845), + [anon_sym_false] = ACTIONS(845), + [aux_sym__val_number_decimal_token1] = ACTIONS(845), + [aux_sym__val_number_token1] = ACTIONS(845), + [aux_sym__val_number_token2] = ACTIONS(845), + [aux_sym__val_number_token3] = ACTIONS(845), + [aux_sym__val_number_token4] = ACTIONS(845), + [aux_sym__val_number_token5] = ACTIONS(845), + [aux_sym__val_number_token6] = ACTIONS(845), + [anon_sym_0b] = ACTIONS(845), + [anon_sym_0o] = ACTIONS(845), + [anon_sym_0x] = ACTIONS(845), + [sym_val_date] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(845), + [sym__str_single_quotes] = ACTIONS(845), + [sym__str_back_ticks] = ACTIONS(845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(845), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(845), + [anon_sym_CARET] = ACTIONS(845), [anon_sym_POUND] = ACTIONS(105), }, [962] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2715), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), [sym_comment] = STATE(962), - [anon_sym_SEMI] = ACTIONS(2645), - [anon_sym_LF] = ACTIONS(2647), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2645), - [anon_sym_PIPE] = ACTIONS(2645), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), - [anon_sym_POUND] = ACTIONS(105), - }, - [963] = { - [sym_comment] = STATE(963), - [ts_builtin_sym_end] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_err_GT] = ACTIONS(1441), - [anon_sym_out_GT] = ACTIONS(1441), - [anon_sym_e_GT] = ACTIONS(1441), - [anon_sym_o_GT] = ACTIONS(1441), - [anon_sym_err_PLUSout_GT] = ACTIONS(1441), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1441), - [anon_sym_o_PLUSe_GT] = ACTIONS(1441), - [anon_sym_e_PLUSo_GT] = ACTIONS(1441), - [aux_sym_unquoted_token1] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(105), - }, - [964] = { - [sym_comment] = STATE(964), - [anon_sym_SEMI] = ACTIONS(1520), - [anon_sym_LF] = ACTIONS(1522), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_RPAREN] = ACTIONS(1520), - [anon_sym_PIPE] = ACTIONS(1520), - [anon_sym_DOLLAR] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_STAR_STAR] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_SLASH] = ACTIONS(1520), - [anon_sym_mod] = ACTIONS(1520), - [anon_sym_SLASH_SLASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_bit_DASHshl] = ACTIONS(1520), - [anon_sym_bit_DASHshr] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_LT2] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_not_DASHin] = ACTIONS(1520), - [anon_sym_starts_DASHwith] = ACTIONS(1520), - [anon_sym_ends_DASHwith] = ACTIONS(1520), - [anon_sym_EQ_TILDE] = ACTIONS(1520), - [anon_sym_BANG_TILDE] = ACTIONS(1520), - [anon_sym_bit_DASHand] = ACTIONS(1520), - [anon_sym_bit_DASHxor] = ACTIONS(1520), - [anon_sym_bit_DASHor] = ACTIONS(1520), - [anon_sym_and] = ACTIONS(1520), - [anon_sym_xor] = ACTIONS(1520), - [anon_sym_or] = ACTIONS(1520), - [anon_sym_null] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1520), - [anon_sym_false] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1520), - [aux_sym__val_number_token2] = ACTIONS(1520), - [aux_sym__val_number_token3] = ACTIONS(1520), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1520), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_0b] = ACTIONS(1520), - [anon_sym_0o] = ACTIONS(1520), - [anon_sym_0x] = ACTIONS(1520), - [sym_val_date] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1520), - [sym__str_single_quotes] = ACTIONS(1520), - [sym__str_back_ticks] = ACTIONS(1520), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1520), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1520), - [anon_sym_err_GT] = ACTIONS(1520), - [anon_sym_out_GT] = ACTIONS(1520), - [anon_sym_e_GT] = ACTIONS(1520), - [anon_sym_o_GT] = ACTIONS(1520), - [anon_sym_err_PLUSout_GT] = ACTIONS(1520), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1520), - [anon_sym_o_PLUSe_GT] = ACTIONS(1520), - [anon_sym_e_PLUSo_GT] = ACTIONS(1520), - [aux_sym_unquoted_token1] = ACTIONS(1520), - [anon_sym_POUND] = ACTIONS(105), - }, - [965] = { - [sym_comment] = STATE(965), - [ts_builtin_sym_end] = ACTIONS(1439), - [anon_sym_SEMI] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_err_GT] = ACTIONS(1437), - [anon_sym_out_GT] = ACTIONS(1437), - [anon_sym_e_GT] = ACTIONS(1437), - [anon_sym_o_GT] = ACTIONS(1437), - [anon_sym_err_PLUSout_GT] = ACTIONS(1437), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1437), - [anon_sym_o_PLUSe_GT] = ACTIONS(1437), - [anon_sym_e_PLUSo_GT] = ACTIONS(1437), - [aux_sym_unquoted_token1] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [966] = { - [sym_comment] = STATE(966), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_PIPE] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_err_GT] = ACTIONS(1375), - [anon_sym_out_GT] = ACTIONS(1375), - [anon_sym_e_GT] = ACTIONS(1375), - [anon_sym_o_GT] = ACTIONS(1375), - [anon_sym_err_PLUSout_GT] = ACTIONS(1375), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1375), - [anon_sym_o_PLUSe_GT] = ACTIONS(1375), - [anon_sym_e_PLUSo_GT] = ACTIONS(1375), - [aux_sym_unquoted_token1] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(2080), - [anon_sym_POUND] = ACTIONS(105), - }, - [967] = { - [sym_comment] = STATE(967), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_DOT2] = ACTIONS(2649), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_err_GT] = ACTIONS(1536), - [anon_sym_out_GT] = ACTIONS(1536), - [anon_sym_e_GT] = ACTIONS(1536), - [anon_sym_o_GT] = ACTIONS(1536), - [anon_sym_err_PLUSout_GT] = ACTIONS(1536), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1536), - [anon_sym_o_PLUSe_GT] = ACTIONS(1536), - [anon_sym_e_PLUSo_GT] = ACTIONS(1536), - [aux_sym_unquoted_token1] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(105), - }, - [968] = { - [sym_comment] = STATE(968), - [anon_sym_SEMI] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_RPAREN] = ACTIONS(1532), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_DOT2] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_err_GT] = ACTIONS(1532), - [anon_sym_out_GT] = ACTIONS(1532), - [anon_sym_e_GT] = ACTIONS(1532), - [anon_sym_o_GT] = ACTIONS(1532), - [anon_sym_err_PLUSout_GT] = ACTIONS(1532), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1532), - [anon_sym_o_PLUSe_GT] = ACTIONS(1532), - [anon_sym_e_PLUSo_GT] = ACTIONS(1532), - [aux_sym_unquoted_token1] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(105), - }, - [969] = { - [sym_ctrl_do] = STATE(4866), - [sym_ctrl_if] = STATE(4866), - [sym_ctrl_match] = STATE(4866), - [sym_ctrl_try] = STATE(4866), - [sym__expression] = STATE(4866), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_comment] = STATE(969), - [anon_sym_SEMI] = ACTIONS(2651), - [anon_sym_LF] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2655), - [anon_sym_LPAREN] = ACTIONS(2657), - [anon_sym_RPAREN] = ACTIONS(2651), - [anon_sym_PIPE] = ACTIONS(2651), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(2659), - [anon_sym_RBRACE] = ACTIONS(2651), - [anon_sym_DOT] = ACTIONS(2661), - [anon_sym_try] = ACTIONS(517), - [anon_sym_PLUS] = ACTIONS(2663), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(363), - [aux_sym__val_number_token2] = ACTIONS(363), - [aux_sym__val_number_token3] = ACTIONS(363), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(363), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(2665), - [anon_sym_DQUOTE] = ACTIONS(2667), - [sym__str_single_quotes] = ACTIONS(2669), - [sym__str_back_ticks] = ACTIONS(2669), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2671), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2673), - [anon_sym_POUND] = ACTIONS(105), - }, - [970] = { - [sym_comment] = STATE(970), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(2675), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(2677), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(2675), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(2679), - [aux_sym_unquoted_token6] = ACTIONS(2681), - [anon_sym_POUND] = ACTIONS(105), - }, - [971] = { - [sym_comment] = STATE(971), - [anon_sym_SEMI] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_err_GT] = ACTIONS(1545), - [anon_sym_out_GT] = ACTIONS(1545), - [anon_sym_e_GT] = ACTIONS(1545), - [anon_sym_o_GT] = ACTIONS(1545), - [anon_sym_err_PLUSout_GT] = ACTIONS(1545), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1545), - [anon_sym_o_PLUSe_GT] = ACTIONS(1545), - [anon_sym_e_PLUSo_GT] = ACTIONS(1545), - [aux_sym_unquoted_token1] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(2683), - [anon_sym_POUND] = ACTIONS(105), - }, - [972] = { - [sym__flag] = STATE(1249), - [sym_short_flag] = STATE(1232), - [sym_long_flag] = STATE(1232), - [sym_comment] = STATE(972), - [aux_sym_overlay_use_repeat1] = STATE(981), - [anon_sym_export] = ACTIONS(2685), - [anon_sym_alias] = ACTIONS(2685), - [anon_sym_let] = ACTIONS(2685), - [anon_sym_let_DASHenv] = ACTIONS(2685), - [anon_sym_mut] = ACTIONS(2685), - [anon_sym_const] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2685), - [sym_cmd_identifier] = ACTIONS(2685), - [anon_sym_LF] = ACTIONS(2687), - [anon_sym_def] = ACTIONS(2685), - [anon_sym_export_DASHenv] = ACTIONS(2685), - [anon_sym_extern] = ACTIONS(2685), - [anon_sym_module] = ACTIONS(2685), - [anon_sym_use] = ACTIONS(2685), - [anon_sym_LBRACK] = ACTIONS(2685), - [anon_sym_LPAREN] = ACTIONS(2685), - [anon_sym_RPAREN] = ACTIONS(2685), - [anon_sym_DOLLAR] = ACTIONS(2685), - [anon_sym_error] = ACTIONS(2685), - [anon_sym_DASH] = ACTIONS(2689), - [anon_sym_break] = ACTIONS(2685), - [anon_sym_continue] = ACTIONS(2685), - [anon_sym_for] = ACTIONS(2685), - [anon_sym_loop] = ACTIONS(2685), - [anon_sym_while] = ACTIONS(2685), - [anon_sym_do] = ACTIONS(2685), - [anon_sym_if] = ACTIONS(2685), - [anon_sym_match] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2685), - [anon_sym_RBRACE] = ACTIONS(2685), - [anon_sym_DOT] = ACTIONS(2685), - [anon_sym_try] = ACTIONS(2685), - [anon_sym_return] = ACTIONS(2685), - [anon_sym_source] = ACTIONS(2685), - [anon_sym_source_DASHenv] = ACTIONS(2685), - [anon_sym_register] = ACTIONS(2685), - [anon_sym_hide] = ACTIONS(2685), - [anon_sym_hide_DASHenv] = ACTIONS(2685), - [anon_sym_overlay] = ACTIONS(2685), - [anon_sym_as] = ACTIONS(2691), - [anon_sym_where] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2685), - [anon_sym_not] = ACTIONS(2685), - [anon_sym_null] = ACTIONS(2685), - [anon_sym_true] = ACTIONS(2685), - [anon_sym_false] = ACTIONS(2685), - [aux_sym__val_number_decimal_token1] = ACTIONS(2685), - [aux_sym__val_number_token1] = ACTIONS(2685), - [aux_sym__val_number_token2] = ACTIONS(2685), - [aux_sym__val_number_token3] = ACTIONS(2685), - [aux_sym__val_number_token4] = ACTIONS(2685), - [aux_sym__val_number_token5] = ACTIONS(2685), - [aux_sym__val_number_token6] = ACTIONS(2685), - [anon_sym_0b] = ACTIONS(2685), - [anon_sym_0o] = ACTIONS(2685), - [anon_sym_0x] = ACTIONS(2685), - [sym_val_date] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(2685), - [sym__str_single_quotes] = ACTIONS(2685), - [sym__str_back_ticks] = ACTIONS(2685), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2685), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2685), - [anon_sym_CARET] = ACTIONS(2685), - [anon_sym_POUND] = ACTIONS(105), - }, - [973] = { - [sym_comment] = STATE(973), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(2649), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), - }, - [974] = { - [sym_comment] = STATE(974), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_RPAREN] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_err_GT] = ACTIONS(1513), - [anon_sym_out_GT] = ACTIONS(1513), - [anon_sym_e_GT] = ACTIONS(1513), - [anon_sym_o_GT] = ACTIONS(1513), - [anon_sym_err_PLUSout_GT] = ACTIONS(1513), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1513), - [anon_sym_o_PLUSe_GT] = ACTIONS(1513), - [anon_sym_e_PLUSo_GT] = ACTIONS(1513), - [aux_sym_unquoted_token1] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(105), - }, - [975] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2715), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), - [sym_comment] = STATE(975), - [anon_sym_SEMI] = ACTIONS(2693), - [anon_sym_LF] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2693), - [anon_sym_PIPE] = ACTIONS(2693), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), - [anon_sym_POUND] = ACTIONS(105), - }, - [976] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2715), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), - [sym_comment] = STATE(976), - [anon_sym_SEMI] = ACTIONS(2697), - [anon_sym_LF] = ACTIONS(2699), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2697), - [anon_sym_PIPE] = ACTIONS(2697), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), - [anon_sym_POUND] = ACTIONS(105), - }, - [977] = { - [sym__flag] = STATE(1249), - [sym_short_flag] = STATE(1232), - [sym_long_flag] = STATE(1232), - [sym_comment] = STATE(977), - [aux_sym_overlay_use_repeat1] = STATE(984), - [anon_sym_export] = ACTIONS(2701), - [anon_sym_alias] = ACTIONS(2701), - [anon_sym_let] = ACTIONS(2701), - [anon_sym_let_DASHenv] = ACTIONS(2701), - [anon_sym_mut] = ACTIONS(2701), - [anon_sym_const] = ACTIONS(2701), - [anon_sym_SEMI] = ACTIONS(2701), - [sym_cmd_identifier] = ACTIONS(2701), - [anon_sym_LF] = ACTIONS(2703), - [anon_sym_def] = ACTIONS(2701), - [anon_sym_export_DASHenv] = ACTIONS(2701), - [anon_sym_extern] = ACTIONS(2701), - [anon_sym_module] = ACTIONS(2701), - [anon_sym_use] = ACTIONS(2701), - [anon_sym_LBRACK] = ACTIONS(2701), - [anon_sym_LPAREN] = ACTIONS(2701), - [anon_sym_RPAREN] = ACTIONS(2701), - [anon_sym_DOLLAR] = ACTIONS(2701), - [anon_sym_error] = ACTIONS(2701), - [anon_sym_DASH] = ACTIONS(2689), - [anon_sym_break] = ACTIONS(2701), - [anon_sym_continue] = ACTIONS(2701), - [anon_sym_for] = ACTIONS(2701), - [anon_sym_loop] = ACTIONS(2701), - [anon_sym_while] = ACTIONS(2701), - [anon_sym_do] = ACTIONS(2701), - [anon_sym_if] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2701), - [anon_sym_LBRACE] = ACTIONS(2701), - [anon_sym_RBRACE] = ACTIONS(2701), - [anon_sym_DOT] = ACTIONS(2701), - [anon_sym_try] = ACTIONS(2701), - [anon_sym_return] = ACTIONS(2701), - [anon_sym_source] = ACTIONS(2701), - [anon_sym_source_DASHenv] = ACTIONS(2701), - [anon_sym_register] = ACTIONS(2701), - [anon_sym_hide] = ACTIONS(2701), - [anon_sym_hide_DASHenv] = ACTIONS(2701), - [anon_sym_overlay] = ACTIONS(2701), - [anon_sym_as] = ACTIONS(2705), - [anon_sym_where] = ACTIONS(2701), - [anon_sym_PLUS] = ACTIONS(2701), - [anon_sym_not] = ACTIONS(2701), - [anon_sym_null] = ACTIONS(2701), - [anon_sym_true] = ACTIONS(2701), - [anon_sym_false] = ACTIONS(2701), - [aux_sym__val_number_decimal_token1] = ACTIONS(2701), - [aux_sym__val_number_token1] = ACTIONS(2701), - [aux_sym__val_number_token2] = ACTIONS(2701), - [aux_sym__val_number_token3] = ACTIONS(2701), - [aux_sym__val_number_token4] = ACTIONS(2701), - [aux_sym__val_number_token5] = ACTIONS(2701), - [aux_sym__val_number_token6] = ACTIONS(2701), - [anon_sym_0b] = ACTIONS(2701), - [anon_sym_0o] = ACTIONS(2701), - [anon_sym_0x] = ACTIONS(2701), - [sym_val_date] = ACTIONS(2701), - [anon_sym_DQUOTE] = ACTIONS(2701), - [sym__str_single_quotes] = ACTIONS(2701), - [sym__str_back_ticks] = ACTIONS(2701), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2701), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2701), - [anon_sym_CARET] = ACTIONS(2701), - [anon_sym_POUND] = ACTIONS(105), - }, - [978] = { - [sym_ctrl_do] = STATE(4866), - [sym_ctrl_if] = STATE(4866), - [sym_ctrl_match] = STATE(4866), - [sym_ctrl_try] = STATE(4866), - [sym__expression] = STATE(4866), - [sym_expr_unary] = STATE(3101), - [sym__expr_unary_minus] = STATE(3102), - [sym_expr_binary] = STATE(3101), - [sym__expr_binary_expression] = STATE(3513), - [sym_expr_parenthesized] = STATE(2981), - [sym_val_range] = STATE(2531), - [sym__value] = STATE(3101), - [sym_val_nothing] = STATE(3057), - [sym_val_bool] = STATE(3057), - [sym_val_variable] = STATE(3031), - [sym__var] = STATE(2915), - [sym_val_number] = STATE(430), - [sym__val_number_decimal] = STATE(374), - [sym__val_number] = STATE(389), - [sym_val_duration] = STATE(3057), - [sym_val_filesize] = STATE(3057), - [sym_val_binary] = STATE(3057), - [sym_val_string] = STATE(3057), - [sym__str_double_quotes] = STATE(3004), - [sym_val_interpolated] = STATE(3057), - [sym__inter_single_quotes] = STATE(3061), - [sym__inter_double_quotes] = STATE(3055), - [sym_val_list] = STATE(3057), - [sym_val_record] = STATE(3057), - [sym_val_table] = STATE(3057), - [sym_val_closure] = STATE(3057), - [sym_comment] = STATE(978), - [anon_sym_SEMI] = ACTIONS(2651), - [anon_sym_LF] = ACTIONS(2653), - [anon_sym_COLON] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2655), - [anon_sym_LPAREN] = ACTIONS(2657), - [anon_sym_PIPE] = ACTIONS(2651), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(497), - [anon_sym_do] = ACTIONS(509), - [anon_sym_if] = ACTIONS(511), - [anon_sym_match] = ACTIONS(513), - [anon_sym_LBRACE] = ACTIONS(2659), - [anon_sym_RBRACE] = ACTIONS(2651), - [anon_sym_DOT] = ACTIONS(2661), - [anon_sym_try] = ACTIONS(517), - [anon_sym_PLUS] = ACTIONS(2663), - [anon_sym_not] = ACTIONS(353), - [anon_sym_null] = ACTIONS(355), - [anon_sym_true] = ACTIONS(357), - [anon_sym_false] = ACTIONS(357), - [aux_sym__val_number_decimal_token1] = ACTIONS(359), - [aux_sym__val_number_token1] = ACTIONS(363), - [aux_sym__val_number_token2] = ACTIONS(363), - [aux_sym__val_number_token3] = ACTIONS(363), - [aux_sym__val_number_token4] = ACTIONS(363), - [aux_sym__val_number_token5] = ACTIONS(363), - [aux_sym__val_number_token6] = ACTIONS(363), - [anon_sym_0b] = ACTIONS(365), - [anon_sym_0o] = ACTIONS(365), - [anon_sym_0x] = ACTIONS(365), - [sym_val_date] = ACTIONS(2665), - [anon_sym_DQUOTE] = ACTIONS(2667), - [sym__str_single_quotes] = ACTIONS(2669), - [sym__str_back_ticks] = ACTIONS(2669), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2671), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2673), - [anon_sym_POUND] = ACTIONS(105), - }, - [979] = { - [sym_comment] = STATE(979), - [ts_builtin_sym_end] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(2707), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_err_GT] = ACTIONS(1419), - [anon_sym_out_GT] = ACTIONS(1419), - [anon_sym_e_GT] = ACTIONS(1419), - [anon_sym_o_GT] = ACTIONS(1419), - [anon_sym_err_PLUSout_GT] = ACTIONS(1419), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1419), - [anon_sym_o_PLUSe_GT] = ACTIONS(1419), - [anon_sym_e_PLUSo_GT] = ACTIONS(1419), - [aux_sym_unquoted_token1] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [980] = { - [sym__flag] = STATE(1249), - [sym_short_flag] = STATE(1232), - [sym_long_flag] = STATE(1232), - [sym_comment] = STATE(980), - [aux_sym_overlay_use_repeat1] = STATE(980), - [anon_sym_export] = ACTIONS(2709), - [anon_sym_alias] = ACTIONS(2709), - [anon_sym_let] = ACTIONS(2709), - [anon_sym_let_DASHenv] = ACTIONS(2709), - [anon_sym_mut] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2709), - [sym_cmd_identifier] = ACTIONS(2709), - [anon_sym_LF] = ACTIONS(2711), - [anon_sym_def] = ACTIONS(2709), - [anon_sym_export_DASHenv] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym_module] = ACTIONS(2709), - [anon_sym_use] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_LPAREN] = ACTIONS(2709), - [anon_sym_RPAREN] = ACTIONS(2709), - [anon_sym_DOLLAR] = ACTIONS(2709), - [anon_sym_error] = ACTIONS(2709), - [anon_sym_DASH] = ACTIONS(2713), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_loop] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_match] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2709), - [anon_sym_RBRACE] = ACTIONS(2709), - [anon_sym_DOT] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_source] = ACTIONS(2709), - [anon_sym_source_DASHenv] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_hide] = ACTIONS(2709), - [anon_sym_hide_DASHenv] = ACTIONS(2709), - [anon_sym_overlay] = ACTIONS(2709), - [anon_sym_as] = ACTIONS(2709), - [anon_sym_where] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_null] = ACTIONS(2709), - [anon_sym_true] = ACTIONS(2709), - [anon_sym_false] = ACTIONS(2709), - [aux_sym__val_number_decimal_token1] = ACTIONS(2709), - [aux_sym__val_number_token1] = ACTIONS(2709), - [aux_sym__val_number_token2] = ACTIONS(2709), - [aux_sym__val_number_token3] = ACTIONS(2709), - [aux_sym__val_number_token4] = ACTIONS(2709), - [aux_sym__val_number_token5] = ACTIONS(2709), - [aux_sym__val_number_token6] = ACTIONS(2709), - [anon_sym_0b] = ACTIONS(2709), - [anon_sym_0o] = ACTIONS(2709), - [anon_sym_0x] = ACTIONS(2709), - [sym_val_date] = ACTIONS(2709), - [anon_sym_DQUOTE] = ACTIONS(2709), - [sym__str_single_quotes] = ACTIONS(2709), - [sym__str_back_ticks] = ACTIONS(2709), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2709), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2709), - [anon_sym_CARET] = ACTIONS(2709), - [anon_sym_POUND] = ACTIONS(105), - }, - [981] = { - [sym__flag] = STATE(1249), - [sym_short_flag] = STATE(1232), - [sym_long_flag] = STATE(1232), - [sym_comment] = STATE(981), - [aux_sym_overlay_use_repeat1] = STATE(980), - [anon_sym_export] = ACTIONS(2716), - [anon_sym_alias] = ACTIONS(2716), - [anon_sym_let] = ACTIONS(2716), - [anon_sym_let_DASHenv] = ACTIONS(2716), - [anon_sym_mut] = ACTIONS(2716), - [anon_sym_const] = ACTIONS(2716), - [anon_sym_SEMI] = ACTIONS(2716), - [sym_cmd_identifier] = ACTIONS(2716), - [anon_sym_LF] = ACTIONS(2718), - [anon_sym_def] = ACTIONS(2716), - [anon_sym_export_DASHenv] = ACTIONS(2716), - [anon_sym_extern] = ACTIONS(2716), - [anon_sym_module] = ACTIONS(2716), - [anon_sym_use] = ACTIONS(2716), - [anon_sym_LBRACK] = ACTIONS(2716), - [anon_sym_LPAREN] = ACTIONS(2716), - [anon_sym_RPAREN] = ACTIONS(2716), - [anon_sym_DOLLAR] = ACTIONS(2716), - [anon_sym_error] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2716), - [anon_sym_break] = ACTIONS(2716), - [anon_sym_continue] = ACTIONS(2716), - [anon_sym_for] = ACTIONS(2716), - [anon_sym_loop] = ACTIONS(2716), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2716), - [anon_sym_if] = ACTIONS(2716), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_LBRACE] = ACTIONS(2716), - [anon_sym_RBRACE] = ACTIONS(2716), - [anon_sym_DOT] = ACTIONS(2716), - [anon_sym_try] = ACTIONS(2716), - [anon_sym_return] = ACTIONS(2716), - [anon_sym_source] = ACTIONS(2716), - [anon_sym_source_DASHenv] = ACTIONS(2716), - [anon_sym_register] = ACTIONS(2716), - [anon_sym_hide] = ACTIONS(2716), - [anon_sym_hide_DASHenv] = ACTIONS(2716), - [anon_sym_overlay] = ACTIONS(2716), - [anon_sym_as] = ACTIONS(2720), - [anon_sym_where] = ACTIONS(2716), - [anon_sym_PLUS] = ACTIONS(2716), - [anon_sym_not] = ACTIONS(2716), - [anon_sym_null] = ACTIONS(2716), - [anon_sym_true] = ACTIONS(2716), - [anon_sym_false] = ACTIONS(2716), - [aux_sym__val_number_decimal_token1] = ACTIONS(2716), - [aux_sym__val_number_token1] = ACTIONS(2716), - [aux_sym__val_number_token2] = ACTIONS(2716), - [aux_sym__val_number_token3] = ACTIONS(2716), - [aux_sym__val_number_token4] = ACTIONS(2716), - [aux_sym__val_number_token5] = ACTIONS(2716), - [aux_sym__val_number_token6] = ACTIONS(2716), - [anon_sym_0b] = ACTIONS(2716), - [anon_sym_0o] = ACTIONS(2716), - [anon_sym_0x] = ACTIONS(2716), - [sym_val_date] = ACTIONS(2716), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym__str_single_quotes] = ACTIONS(2716), - [sym__str_back_ticks] = ACTIONS(2716), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2716), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2716), - [anon_sym_CARET] = ACTIONS(2716), - [anon_sym_POUND] = ACTIONS(105), - }, - [982] = { - [sym_comment] = STATE(982), - [ts_builtin_sym_end] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(2707), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_SLASH] = ACTIONS(1419), - [anon_sym_mod] = ACTIONS(1419), - [anon_sym_SLASH_SLASH] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_bit_DASHshl] = ACTIONS(1419), - [anon_sym_bit_DASHshr] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_LT2] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_not_DASHin] = ACTIONS(1419), - [anon_sym_starts_DASHwith] = ACTIONS(1419), - [anon_sym_ends_DASHwith] = ACTIONS(1419), - [anon_sym_EQ_TILDE] = ACTIONS(1419), - [anon_sym_BANG_TILDE] = ACTIONS(1419), - [anon_sym_bit_DASHand] = ACTIONS(1419), - [anon_sym_bit_DASHxor] = ACTIONS(1419), - [anon_sym_bit_DASHor] = ACTIONS(1419), - [anon_sym_and] = ACTIONS(1419), - [anon_sym_xor] = ACTIONS(1419), - [anon_sym_or] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_err_GT] = ACTIONS(1419), - [anon_sym_out_GT] = ACTIONS(1419), - [anon_sym_e_GT] = ACTIONS(1419), - [anon_sym_o_GT] = ACTIONS(1419), - [anon_sym_err_PLUSout_GT] = ACTIONS(1419), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1419), - [anon_sym_o_PLUSe_GT] = ACTIONS(1419), - [anon_sym_e_PLUSo_GT] = ACTIONS(1419), - [aux_sym_unquoted_token1] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [983] = { - [sym_comment] = STATE(983), - [anon_sym_SEMI] = ACTIONS(1509), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_RPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1509), - [anon_sym_DOLLAR] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_STAR_STAR] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_mod] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_bit_DASHshl] = ACTIONS(1509), - [anon_sym_bit_DASHshr] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_LT2] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_not_DASHin] = ACTIONS(1509), - [anon_sym_starts_DASHwith] = ACTIONS(1509), - [anon_sym_ends_DASHwith] = ACTIONS(1509), - [anon_sym_EQ_TILDE] = ACTIONS(1509), - [anon_sym_BANG_TILDE] = ACTIONS(1509), - [anon_sym_bit_DASHand] = ACTIONS(1509), - [anon_sym_bit_DASHxor] = ACTIONS(1509), - [anon_sym_bit_DASHor] = ACTIONS(1509), - [anon_sym_and] = ACTIONS(1509), - [anon_sym_xor] = ACTIONS(1509), - [anon_sym_or] = ACTIONS(1509), - [anon_sym_null] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1509), - [anon_sym_false] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1509), - [aux_sym__val_number_token2] = ACTIONS(1509), - [aux_sym__val_number_token3] = ACTIONS(1509), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1509), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_0b] = ACTIONS(1509), - [anon_sym_0o] = ACTIONS(1509), - [anon_sym_0x] = ACTIONS(1509), - [sym_val_date] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1509), - [sym__str_single_quotes] = ACTIONS(1509), - [sym__str_back_ticks] = ACTIONS(1509), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1509), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1509), - [anon_sym_err_GT] = ACTIONS(1509), - [anon_sym_out_GT] = ACTIONS(1509), - [anon_sym_e_GT] = ACTIONS(1509), - [anon_sym_o_GT] = ACTIONS(1509), - [anon_sym_err_PLUSout_GT] = ACTIONS(1509), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1509), - [anon_sym_o_PLUSe_GT] = ACTIONS(1509), - [anon_sym_e_PLUSo_GT] = ACTIONS(1509), - [aux_sym_unquoted_token1] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(105), - }, - [984] = { - [sym__flag] = STATE(1249), - [sym_short_flag] = STATE(1232), - [sym_long_flag] = STATE(1232), - [sym_comment] = STATE(984), - [aux_sym_overlay_use_repeat1] = STATE(980), - [anon_sym_export] = ACTIONS(2722), - [anon_sym_alias] = ACTIONS(2722), - [anon_sym_let] = ACTIONS(2722), - [anon_sym_let_DASHenv] = ACTIONS(2722), - [anon_sym_mut] = ACTIONS(2722), - [anon_sym_const] = ACTIONS(2722), - [anon_sym_SEMI] = ACTIONS(2722), - [sym_cmd_identifier] = ACTIONS(2722), - [anon_sym_LF] = ACTIONS(2724), - [anon_sym_def] = ACTIONS(2722), - [anon_sym_export_DASHenv] = ACTIONS(2722), - [anon_sym_extern] = ACTIONS(2722), - [anon_sym_module] = ACTIONS(2722), - [anon_sym_use] = ACTIONS(2722), - [anon_sym_LBRACK] = ACTIONS(2722), - [anon_sym_LPAREN] = ACTIONS(2722), - [anon_sym_RPAREN] = ACTIONS(2722), - [anon_sym_DOLLAR] = ACTIONS(2722), - [anon_sym_error] = ACTIONS(2722), - [anon_sym_DASH] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2722), - [anon_sym_continue] = ACTIONS(2722), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_loop] = ACTIONS(2722), - [anon_sym_while] = ACTIONS(2722), - [anon_sym_do] = ACTIONS(2722), - [anon_sym_if] = ACTIONS(2722), - [anon_sym_match] = ACTIONS(2722), - [anon_sym_LBRACE] = ACTIONS(2722), - [anon_sym_RBRACE] = ACTIONS(2722), - [anon_sym_DOT] = ACTIONS(2722), - [anon_sym_try] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_source] = ACTIONS(2722), - [anon_sym_source_DASHenv] = ACTIONS(2722), - [anon_sym_register] = ACTIONS(2722), - [anon_sym_hide] = ACTIONS(2722), - [anon_sym_hide_DASHenv] = ACTIONS(2722), - [anon_sym_overlay] = ACTIONS(2722), - [anon_sym_as] = ACTIONS(2726), - [anon_sym_where] = ACTIONS(2722), - [anon_sym_PLUS] = ACTIONS(2722), - [anon_sym_not] = ACTIONS(2722), - [anon_sym_null] = ACTIONS(2722), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [aux_sym__val_number_decimal_token1] = ACTIONS(2722), - [aux_sym__val_number_token1] = ACTIONS(2722), - [aux_sym__val_number_token2] = ACTIONS(2722), - [aux_sym__val_number_token3] = ACTIONS(2722), - [aux_sym__val_number_token4] = ACTIONS(2722), - [aux_sym__val_number_token5] = ACTIONS(2722), - [aux_sym__val_number_token6] = ACTIONS(2722), - [anon_sym_0b] = ACTIONS(2722), - [anon_sym_0o] = ACTIONS(2722), - [anon_sym_0x] = ACTIONS(2722), - [sym_val_date] = ACTIONS(2722), - [anon_sym_DQUOTE] = ACTIONS(2722), - [sym__str_single_quotes] = ACTIONS(2722), - [sym__str_back_ticks] = ACTIONS(2722), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2722), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2722), - [anon_sym_CARET] = ACTIONS(2722), - [anon_sym_POUND] = ACTIONS(105), - }, - [985] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2715), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), - [sym_comment] = STATE(985), - [anon_sym_SEMI] = ACTIONS(2728), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2204), - [anon_sym_LPAREN] = ACTIONS(2206), - [anon_sym_RPAREN] = ACTIONS(2728), - [anon_sym_PIPE] = ACTIONS(2728), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(2212), - [anon_sym_DOT] = ACTIONS(2214), - [anon_sym_PLUS] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2218), - [anon_sym_true] = ACTIONS(2220), - [anon_sym_false] = ACTIONS(2220), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2226), - [aux_sym__val_number_token5] = ACTIONS(2226), - [aux_sym__val_number_token6] = ACTIONS(2226), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2232), - [sym__str_single_quotes] = ACTIONS(2234), - [sym__str_back_ticks] = ACTIONS(2234), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2236), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2238), - [anon_sym_err_GT] = ACTIONS(2240), - [anon_sym_out_GT] = ACTIONS(2240), - [anon_sym_e_GT] = ACTIONS(2240), - [anon_sym_o_GT] = ACTIONS(2240), - [anon_sym_err_PLUSout_GT] = ACTIONS(2240), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2240), - [anon_sym_o_PLUSe_GT] = ACTIONS(2240), - [anon_sym_e_PLUSo_GT] = ACTIONS(2240), - [aux_sym_unquoted_token1] = ACTIONS(2242), - [anon_sym_POUND] = ACTIONS(105), - }, - [986] = { - [sym_comment] = STATE(986), - [anon_sym_SEMI] = ACTIONS(1524), - [anon_sym_LF] = ACTIONS(1526), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_RPAREN] = ACTIONS(1524), - [anon_sym_PIPE] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_STAR_STAR] = ACTIONS(1524), - [anon_sym_PLUS_PLUS] = ACTIONS(1524), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_mod] = ACTIONS(1524), - [anon_sym_SLASH_SLASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_LT2] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_not_DASHin] = ACTIONS(1524), - [anon_sym_starts_DASHwith] = ACTIONS(1524), - [anon_sym_ends_DASHwith] = ACTIONS(1524), - [anon_sym_EQ_TILDE] = ACTIONS(1524), - [anon_sym_BANG_TILDE] = ACTIONS(1524), - [anon_sym_bit_DASHand] = ACTIONS(1524), - [anon_sym_bit_DASHxor] = ACTIONS(1524), - [anon_sym_bit_DASHor] = ACTIONS(1524), - [anon_sym_and] = ACTIONS(1524), - [anon_sym_xor] = ACTIONS(1524), - [anon_sym_or] = ACTIONS(1524), - [anon_sym_null] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1524), - [anon_sym_false] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1524), - [aux_sym__val_number_token2] = ACTIONS(1524), - [aux_sym__val_number_token3] = ACTIONS(1524), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1524), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_0b] = ACTIONS(1524), - [anon_sym_0o] = ACTIONS(1524), - [anon_sym_0x] = ACTIONS(1524), - [sym_val_date] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1524), - [sym__str_single_quotes] = ACTIONS(1524), - [sym__str_back_ticks] = ACTIONS(1524), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1524), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1524), - [anon_sym_err_GT] = ACTIONS(1524), - [anon_sym_out_GT] = ACTIONS(1524), - [anon_sym_e_GT] = ACTIONS(1524), - [anon_sym_o_GT] = ACTIONS(1524), - [anon_sym_err_PLUSout_GT] = ACTIONS(1524), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1524), - [anon_sym_o_PLUSe_GT] = ACTIONS(1524), - [anon_sym_e_PLUSo_GT] = ACTIONS(1524), - [aux_sym_unquoted_token1] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(105), - }, - [987] = { - [sym_comment] = STATE(987), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(2746), - [anon_sym_bit_DASHxor] = ACTIONS(2748), - [anon_sym_bit_DASHor] = ACTIONS(2750), - [anon_sym_and] = ACTIONS(2752), - [anon_sym_xor] = ACTIONS(2754), - [anon_sym_or] = ACTIONS(2756), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [988] = { - [sym_comment] = STATE(988), - [anon_sym_SEMI] = ACTIONS(1679), - [anon_sym_LF] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_LPAREN] = ACTIONS(1679), - [anon_sym_RPAREN] = ACTIONS(1679), - [anon_sym_PIPE] = ACTIONS(1679), - [anon_sym_DOLLAR] = ACTIONS(1679), - [anon_sym_GT] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_in] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1679), - [anon_sym_RBRACE] = ACTIONS(1679), - [anon_sym_DOT] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1679), - [anon_sym_STAR_STAR] = ACTIONS(1679), - [anon_sym_PLUS_PLUS] = ACTIONS(1679), - [anon_sym_SLASH] = ACTIONS(1679), - [anon_sym_mod] = ACTIONS(1679), - [anon_sym_SLASH_SLASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_bit_DASHshl] = ACTIONS(1679), - [anon_sym_bit_DASHshr] = ACTIONS(1679), - [anon_sym_EQ_EQ] = ACTIONS(1679), - [anon_sym_BANG_EQ] = ACTIONS(1679), - [anon_sym_LT2] = ACTIONS(1679), - [anon_sym_LT_EQ] = ACTIONS(1679), - [anon_sym_GT_EQ] = ACTIONS(1679), - [anon_sym_not_DASHin] = ACTIONS(1679), - [anon_sym_starts_DASHwith] = ACTIONS(1679), - [anon_sym_ends_DASHwith] = ACTIONS(1679), - [anon_sym_EQ_TILDE] = ACTIONS(1679), - [anon_sym_BANG_TILDE] = ACTIONS(1679), - [anon_sym_bit_DASHand] = ACTIONS(1679), - [anon_sym_bit_DASHxor] = ACTIONS(1679), - [anon_sym_bit_DASHor] = ACTIONS(1679), - [anon_sym_and] = ACTIONS(1679), - [anon_sym_xor] = ACTIONS(1679), - [anon_sym_or] = ACTIONS(1679), - [anon_sym_null] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1679), - [anon_sym_false] = ACTIONS(1679), - [aux_sym__val_number_decimal_token1] = ACTIONS(1679), - [aux_sym__val_number_token1] = ACTIONS(1679), - [aux_sym__val_number_token2] = ACTIONS(1679), - [aux_sym__val_number_token3] = ACTIONS(1679), - [aux_sym__val_number_token4] = ACTIONS(1679), - [aux_sym__val_number_token5] = ACTIONS(1679), - [aux_sym__val_number_token6] = ACTIONS(1679), - [anon_sym_0b] = ACTIONS(1679), - [anon_sym_0o] = ACTIONS(1679), - [anon_sym_0x] = ACTIONS(1679), - [sym_val_date] = ACTIONS(1679), - [anon_sym_DQUOTE] = ACTIONS(1679), - [sym__str_single_quotes] = ACTIONS(1679), - [sym__str_back_ticks] = ACTIONS(1679), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1679), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1679), - [anon_sym_err_GT] = ACTIONS(1679), - [anon_sym_out_GT] = ACTIONS(1679), - [anon_sym_e_GT] = ACTIONS(1679), - [anon_sym_o_GT] = ACTIONS(1679), - [anon_sym_err_PLUSout_GT] = ACTIONS(1679), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1679), - [anon_sym_o_PLUSe_GT] = ACTIONS(1679), - [anon_sym_e_PLUSo_GT] = ACTIONS(1679), - [aux_sym_unquoted_token1] = ACTIONS(1679), - [anon_sym_POUND] = ACTIONS(105), - }, - [989] = { - [sym_comment] = STATE(989), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(2758), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_DOT2] = ACTIONS(2677), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_EQ2] = ACTIONS(2758), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token4] = ACTIONS(2679), - [aux_sym_unquoted_token6] = ACTIONS(2681), - [anon_sym_POUND] = ACTIONS(105), - }, - [990] = { - [sym_comment] = STATE(990), - [anon_sym_SEMI] = ACTIONS(1637), - [anon_sym_LF] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_LPAREN] = ACTIONS(1637), - [anon_sym_RPAREN] = ACTIONS(1637), - [anon_sym_PIPE] = ACTIONS(1637), - [anon_sym_DOLLAR] = ACTIONS(1637), - [anon_sym_GT] = ACTIONS(1637), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_in] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1637), - [anon_sym_RBRACE] = ACTIONS(1637), - [anon_sym_DOT] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1637), - [anon_sym_STAR_STAR] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_SLASH] = ACTIONS(1637), - [anon_sym_mod] = ACTIONS(1637), - [anon_sym_SLASH_SLASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_bit_DASHshl] = ACTIONS(1637), - [anon_sym_bit_DASHshr] = ACTIONS(1637), - [anon_sym_EQ_EQ] = ACTIONS(1637), - [anon_sym_BANG_EQ] = ACTIONS(1637), - [anon_sym_LT2] = ACTIONS(1637), - [anon_sym_LT_EQ] = ACTIONS(1637), - [anon_sym_GT_EQ] = ACTIONS(1637), - [anon_sym_not_DASHin] = ACTIONS(1637), - [anon_sym_starts_DASHwith] = ACTIONS(1637), - [anon_sym_ends_DASHwith] = ACTIONS(1637), - [anon_sym_EQ_TILDE] = ACTIONS(1637), - [anon_sym_BANG_TILDE] = ACTIONS(1637), - [anon_sym_bit_DASHand] = ACTIONS(1637), - [anon_sym_bit_DASHxor] = ACTIONS(1637), - [anon_sym_bit_DASHor] = ACTIONS(1637), - [anon_sym_and] = ACTIONS(1637), - [anon_sym_xor] = ACTIONS(1637), - [anon_sym_or] = ACTIONS(1637), - [anon_sym_null] = ACTIONS(1637), - [anon_sym_true] = ACTIONS(1637), - [anon_sym_false] = ACTIONS(1637), - [aux_sym__val_number_decimal_token1] = ACTIONS(1637), - [aux_sym__val_number_token1] = ACTIONS(1637), - [aux_sym__val_number_token2] = ACTIONS(1637), - [aux_sym__val_number_token3] = ACTIONS(1637), - [aux_sym__val_number_token4] = ACTIONS(1637), - [aux_sym__val_number_token5] = ACTIONS(1637), - [aux_sym__val_number_token6] = ACTIONS(1637), - [anon_sym_0b] = ACTIONS(1637), - [anon_sym_0o] = ACTIONS(1637), - [anon_sym_0x] = ACTIONS(1637), - [sym_val_date] = ACTIONS(1637), - [anon_sym_DQUOTE] = ACTIONS(1637), - [sym__str_single_quotes] = ACTIONS(1637), - [sym__str_back_ticks] = ACTIONS(1637), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1637), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1637), - [anon_sym_err_GT] = ACTIONS(1637), - [anon_sym_out_GT] = ACTIONS(1637), - [anon_sym_e_GT] = ACTIONS(1637), - [anon_sym_o_GT] = ACTIONS(1637), - [anon_sym_err_PLUSout_GT] = ACTIONS(1637), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1637), - [anon_sym_o_PLUSe_GT] = ACTIONS(1637), - [anon_sym_e_PLUSo_GT] = ACTIONS(1637), - [aux_sym_unquoted_token1] = ACTIONS(1637), - [anon_sym_POUND] = ACTIONS(105), - }, - [991] = { - [sym_comment] = STATE(991), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_LF] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1663), - [anon_sym_LPAREN] = ACTIONS(1663), - [anon_sym_RPAREN] = ACTIONS(1663), - [anon_sym_PIPE] = ACTIONS(1663), - [anon_sym_DOLLAR] = ACTIONS(1663), - [anon_sym_GT] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1663), - [anon_sym_in] = ACTIONS(1663), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_RBRACE] = ACTIONS(1663), - [anon_sym_DOT] = ACTIONS(1663), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_STAR_STAR] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_SLASH] = ACTIONS(1663), - [anon_sym_mod] = ACTIONS(1663), - [anon_sym_SLASH_SLASH] = ACTIONS(1663), - [anon_sym_PLUS] = ACTIONS(1663), - [anon_sym_bit_DASHshl] = ACTIONS(1663), - [anon_sym_bit_DASHshr] = ACTIONS(1663), - [anon_sym_EQ_EQ] = ACTIONS(1663), - [anon_sym_BANG_EQ] = ACTIONS(1663), - [anon_sym_LT2] = ACTIONS(1663), - [anon_sym_LT_EQ] = ACTIONS(1663), - [anon_sym_GT_EQ] = ACTIONS(1663), - [anon_sym_not_DASHin] = ACTIONS(1663), - [anon_sym_starts_DASHwith] = ACTIONS(1663), - [anon_sym_ends_DASHwith] = ACTIONS(1663), - [anon_sym_EQ_TILDE] = ACTIONS(1663), - [anon_sym_BANG_TILDE] = ACTIONS(1663), - [anon_sym_bit_DASHand] = ACTIONS(1663), - [anon_sym_bit_DASHxor] = ACTIONS(1663), - [anon_sym_bit_DASHor] = ACTIONS(1663), - [anon_sym_and] = ACTIONS(1663), - [anon_sym_xor] = ACTIONS(1663), - [anon_sym_or] = ACTIONS(1663), - [anon_sym_null] = ACTIONS(1663), - [anon_sym_true] = ACTIONS(1663), - [anon_sym_false] = ACTIONS(1663), - [aux_sym__val_number_decimal_token1] = ACTIONS(1663), - [aux_sym__val_number_token1] = ACTIONS(1663), - [aux_sym__val_number_token2] = ACTIONS(1663), - [aux_sym__val_number_token3] = ACTIONS(1663), - [aux_sym__val_number_token4] = ACTIONS(1663), - [aux_sym__val_number_token5] = ACTIONS(1663), - [aux_sym__val_number_token6] = ACTIONS(1663), - [anon_sym_0b] = ACTIONS(1663), - [anon_sym_0o] = ACTIONS(1663), - [anon_sym_0x] = ACTIONS(1663), - [sym_val_date] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym__str_single_quotes] = ACTIONS(1663), - [sym__str_back_ticks] = ACTIONS(1663), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1663), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1663), - [anon_sym_err_GT] = ACTIONS(1663), - [anon_sym_out_GT] = ACTIONS(1663), - [anon_sym_e_GT] = ACTIONS(1663), - [anon_sym_o_GT] = ACTIONS(1663), - [anon_sym_err_PLUSout_GT] = ACTIONS(1663), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1663), - [anon_sym_o_PLUSe_GT] = ACTIONS(1663), - [anon_sym_e_PLUSo_GT] = ACTIONS(1663), - [aux_sym_unquoted_token1] = ACTIONS(1663), - [anon_sym_POUND] = ACTIONS(105), - }, - [992] = { - [sym_comment] = STATE(992), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_PIPE] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_mod] = ACTIONS(1375), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_bit_DASHshl] = ACTIONS(1375), - [anon_sym_bit_DASHshr] = ACTIONS(1375), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1375), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1375), - [anon_sym_starts_DASHwith] = ACTIONS(1375), - [anon_sym_ends_DASHwith] = ACTIONS(1375), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1375), - [anon_sym_bit_DASHxor] = ACTIONS(1375), - [anon_sym_bit_DASHor] = ACTIONS(1375), - [anon_sym_and] = ACTIONS(1375), - [anon_sym_xor] = ACTIONS(1375), - [anon_sym_or] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_err_GT] = ACTIONS(1375), - [anon_sym_out_GT] = ACTIONS(1375), - [anon_sym_e_GT] = ACTIONS(1375), - [anon_sym_o_GT] = ACTIONS(1375), - [anon_sym_err_PLUSout_GT] = ACTIONS(1375), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1375), - [anon_sym_o_PLUSe_GT] = ACTIONS(1375), - [anon_sym_e_PLUSo_GT] = ACTIONS(1375), - [aux_sym_unquoted_token1] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(2170), - [anon_sym_POUND] = ACTIONS(105), - }, - [993] = { - [sym_ctrl_do] = STATE(5086), - [sym_ctrl_if] = STATE(5086), - [sym_ctrl_match] = STATE(5086), - [sym_ctrl_try] = STATE(5086), - [sym__expression] = STATE(5086), - [sym_expr_unary] = STATE(3244), - [sym__expr_unary_minus] = STATE(3248), - [sym_expr_binary] = STATE(3244), - [sym__expr_binary_expression] = STATE(3553), - [sym_expr_parenthesized] = STATE(3074), - [sym_val_range] = STATE(2745), - [sym__value] = STATE(3244), - [sym_val_nothing] = STATE(3230), - [sym_val_bool] = STATE(3230), - [sym_val_variable] = STATE(3053), - [sym__var] = STATE(2955), - [sym_val_number] = STATE(451), - [sym__val_number_decimal] = STATE(408), - [sym__val_number] = STATE(422), - [sym_val_duration] = STATE(3230), - [sym_val_filesize] = STATE(3230), - [sym_val_binary] = STATE(3230), - [sym_val_string] = STATE(3230), - [sym__str_double_quotes] = STATE(3238), - [sym_val_interpolated] = STATE(3230), - [sym__inter_single_quotes] = STATE(3256), - [sym__inter_double_quotes] = STATE(3257), - [sym_val_list] = STATE(3230), - [sym_val_record] = STATE(3230), - [sym_val_table] = STATE(3230), - [sym_val_closure] = STATE(3230), - [sym_comment] = STATE(993), - [ts_builtin_sym_end] = ACTIONS(2653), - [anon_sym_SEMI] = ACTIONS(2651), - [anon_sym_LF] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2760), - [anon_sym_LPAREN] = ACTIONS(2762), - [anon_sym_PIPE] = ACTIONS(2651), - [anon_sym_DOLLAR] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_DOT] = ACTIONS(2766), - [anon_sym_try] = ACTIONS(61), - [anon_sym_PLUS] = ACTIONS(2768), - [anon_sym_not] = ACTIONS(79), - [anon_sym_null] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym__val_number_decimal_token1] = ACTIONS(85), - [aux_sym__val_number_token1] = ACTIONS(89), - [aux_sym__val_number_token2] = ACTIONS(89), - [aux_sym__val_number_token3] = ACTIONS(89), - [aux_sym__val_number_token4] = ACTIONS(89), - [aux_sym__val_number_token5] = ACTIONS(89), - [aux_sym__val_number_token6] = ACTIONS(89), - [anon_sym_0b] = ACTIONS(91), - [anon_sym_0o] = ACTIONS(91), - [anon_sym_0x] = ACTIONS(91), - [sym_val_date] = ACTIONS(2770), - [anon_sym_DQUOTE] = ACTIONS(2772), - [sym__str_single_quotes] = ACTIONS(2774), - [sym__str_back_ticks] = ACTIONS(2774), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2776), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2778), - [anon_sym_POUND] = ACTIONS(105), - }, - [994] = { - [sym_comment] = STATE(994), - [anon_sym_SEMI] = ACTIONS(1595), - [anon_sym_LF] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1595), - [anon_sym_RPAREN] = ACTIONS(1595), - [anon_sym_PIPE] = ACTIONS(1595), - [anon_sym_DOLLAR] = ACTIONS(1595), - [anon_sym_GT] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_in] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_RBRACE] = ACTIONS(1595), - [anon_sym_DOT] = ACTIONS(1595), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_STAR_STAR] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_SLASH] = ACTIONS(1595), - [anon_sym_mod] = ACTIONS(1595), - [anon_sym_SLASH_SLASH] = ACTIONS(1595), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_bit_DASHshl] = ACTIONS(1595), - [anon_sym_bit_DASHshr] = ACTIONS(1595), - [anon_sym_EQ_EQ] = ACTIONS(1595), - [anon_sym_BANG_EQ] = ACTIONS(1595), - [anon_sym_LT2] = ACTIONS(1595), - [anon_sym_LT_EQ] = ACTIONS(1595), - [anon_sym_GT_EQ] = ACTIONS(1595), - [anon_sym_not_DASHin] = ACTIONS(1595), - [anon_sym_starts_DASHwith] = ACTIONS(1595), - [anon_sym_ends_DASHwith] = ACTIONS(1595), - [anon_sym_EQ_TILDE] = ACTIONS(1595), - [anon_sym_BANG_TILDE] = ACTIONS(1595), - [anon_sym_bit_DASHand] = ACTIONS(1595), - [anon_sym_bit_DASHxor] = ACTIONS(1595), - [anon_sym_bit_DASHor] = ACTIONS(1595), - [anon_sym_and] = ACTIONS(1595), - [anon_sym_xor] = ACTIONS(1595), - [anon_sym_or] = ACTIONS(1595), - [anon_sym_null] = ACTIONS(1595), - [anon_sym_true] = ACTIONS(1595), - [anon_sym_false] = ACTIONS(1595), - [aux_sym__val_number_decimal_token1] = ACTIONS(1595), - [aux_sym__val_number_token1] = ACTIONS(1595), - [aux_sym__val_number_token2] = ACTIONS(1595), - [aux_sym__val_number_token3] = ACTIONS(1595), - [aux_sym__val_number_token4] = ACTIONS(1595), - [aux_sym__val_number_token5] = ACTIONS(1595), - [aux_sym__val_number_token6] = ACTIONS(1595), - [anon_sym_0b] = ACTIONS(1595), - [anon_sym_0o] = ACTIONS(1595), - [anon_sym_0x] = ACTIONS(1595), - [sym_val_date] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym__str_single_quotes] = ACTIONS(1595), - [sym__str_back_ticks] = ACTIONS(1595), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1595), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1595), - [anon_sym_err_GT] = ACTIONS(1595), - [anon_sym_out_GT] = ACTIONS(1595), - [anon_sym_e_GT] = ACTIONS(1595), - [anon_sym_o_GT] = ACTIONS(1595), - [anon_sym_err_PLUSout_GT] = ACTIONS(1595), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), - [anon_sym_o_PLUSe_GT] = ACTIONS(1595), - [anon_sym_e_PLUSo_GT] = ACTIONS(1595), - [aux_sym_unquoted_token1] = ACTIONS(1595), - [anon_sym_POUND] = ACTIONS(105), - }, - [995] = { - [sym_comment] = STATE(995), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_LF] = ACTIONS(1593), - [anon_sym_LBRACK] = ACTIONS(1591), - [anon_sym_LPAREN] = ACTIONS(1591), - [anon_sym_RPAREN] = ACTIONS(1591), - [anon_sym_PIPE] = ACTIONS(1591), - [anon_sym_DOLLAR] = ACTIONS(1591), - [anon_sym_GT] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1591), - [anon_sym_in] = ACTIONS(1591), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_RBRACE] = ACTIONS(1591), - [anon_sym_DOT] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_STAR_STAR] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_SLASH] = ACTIONS(1591), - [anon_sym_mod] = ACTIONS(1591), - [anon_sym_SLASH_SLASH] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1591), - [anon_sym_bit_DASHshl] = ACTIONS(1591), - [anon_sym_bit_DASHshr] = ACTIONS(1591), - [anon_sym_EQ_EQ] = ACTIONS(1591), - [anon_sym_BANG_EQ] = ACTIONS(1591), - [anon_sym_LT2] = ACTIONS(1591), - [anon_sym_LT_EQ] = ACTIONS(1591), - [anon_sym_GT_EQ] = ACTIONS(1591), - [anon_sym_not_DASHin] = ACTIONS(1591), - [anon_sym_starts_DASHwith] = ACTIONS(1591), - [anon_sym_ends_DASHwith] = ACTIONS(1591), - [anon_sym_EQ_TILDE] = ACTIONS(1591), - [anon_sym_BANG_TILDE] = ACTIONS(1591), - [anon_sym_bit_DASHand] = ACTIONS(1591), - [anon_sym_bit_DASHxor] = ACTIONS(1591), - [anon_sym_bit_DASHor] = ACTIONS(1591), - [anon_sym_and] = ACTIONS(1591), - [anon_sym_xor] = ACTIONS(1591), - [anon_sym_or] = ACTIONS(1591), - [anon_sym_null] = ACTIONS(1591), - [anon_sym_true] = ACTIONS(1591), - [anon_sym_false] = ACTIONS(1591), - [aux_sym__val_number_decimal_token1] = ACTIONS(1591), - [aux_sym__val_number_token1] = ACTIONS(1591), - [aux_sym__val_number_token2] = ACTIONS(1591), - [aux_sym__val_number_token3] = ACTIONS(1591), - [aux_sym__val_number_token4] = ACTIONS(1591), - [aux_sym__val_number_token5] = ACTIONS(1591), - [aux_sym__val_number_token6] = ACTIONS(1591), - [anon_sym_0b] = ACTIONS(1591), - [anon_sym_0o] = ACTIONS(1591), - [anon_sym_0x] = ACTIONS(1591), - [sym_val_date] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym__str_single_quotes] = ACTIONS(1591), - [sym__str_back_ticks] = ACTIONS(1591), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1591), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1591), - [anon_sym_err_GT] = ACTIONS(1591), - [anon_sym_out_GT] = ACTIONS(1591), - [anon_sym_e_GT] = ACTIONS(1591), - [anon_sym_o_GT] = ACTIONS(1591), - [anon_sym_err_PLUSout_GT] = ACTIONS(1591), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1591), - [anon_sym_o_PLUSe_GT] = ACTIONS(1591), - [anon_sym_e_PLUSo_GT] = ACTIONS(1591), - [aux_sym_unquoted_token1] = ACTIONS(1591), - [anon_sym_POUND] = ACTIONS(105), - }, - [996] = { - [sym_comment] = STATE(996), - [anon_sym_SEMI] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_err_GT] = ACTIONS(1545), - [anon_sym_out_GT] = ACTIONS(1545), - [anon_sym_e_GT] = ACTIONS(1545), - [anon_sym_o_GT] = ACTIONS(1545), - [anon_sym_err_PLUSout_GT] = ACTIONS(1545), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1545), - [anon_sym_o_PLUSe_GT] = ACTIONS(1545), - [anon_sym_e_PLUSo_GT] = ACTIONS(1545), - [aux_sym_unquoted_token1] = ACTIONS(1545), - [anon_sym_POUND] = ACTIONS(105), - }, - [997] = { - [sym__flag] = STATE(1456), - [sym_short_flag] = STATE(1277), - [sym_long_flag] = STATE(1277), - [sym_comment] = STATE(997), - [aux_sym_overlay_use_repeat1] = STATE(1015), - [ts_builtin_sym_end] = ACTIONS(2724), - [anon_sym_export] = ACTIONS(2722), - [anon_sym_alias] = ACTIONS(2722), - [anon_sym_let] = ACTIONS(2722), - [anon_sym_let_DASHenv] = ACTIONS(2722), - [anon_sym_mut] = ACTIONS(2722), - [anon_sym_const] = ACTIONS(2722), - [anon_sym_SEMI] = ACTIONS(2722), - [sym_cmd_identifier] = ACTIONS(2722), - [anon_sym_LF] = ACTIONS(2724), - [anon_sym_def] = ACTIONS(2722), - [anon_sym_export_DASHenv] = ACTIONS(2722), - [anon_sym_extern] = ACTIONS(2722), - [anon_sym_module] = ACTIONS(2722), - [anon_sym_use] = ACTIONS(2722), - [anon_sym_LBRACK] = ACTIONS(2722), - [anon_sym_LPAREN] = ACTIONS(2722), - [anon_sym_DOLLAR] = ACTIONS(2722), - [anon_sym_error] = ACTIONS(2722), - [anon_sym_DASH] = ACTIONS(2722), - [anon_sym_break] = ACTIONS(2722), - [anon_sym_continue] = ACTIONS(2722), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_loop] = ACTIONS(2722), - [anon_sym_while] = ACTIONS(2722), - [anon_sym_do] = ACTIONS(2722), - [anon_sym_if] = ACTIONS(2722), - [anon_sym_match] = ACTIONS(2722), - [anon_sym_LBRACE] = ACTIONS(2722), - [anon_sym_DOT] = ACTIONS(2722), - [anon_sym_try] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2722), - [anon_sym_source] = ACTIONS(2722), - [anon_sym_source_DASHenv] = ACTIONS(2722), - [anon_sym_register] = ACTIONS(2722), - [anon_sym_hide] = ACTIONS(2722), - [anon_sym_hide_DASHenv] = ACTIONS(2722), - [anon_sym_overlay] = ACTIONS(2722), - [anon_sym_as] = ACTIONS(2780), - [anon_sym_where] = ACTIONS(2722), - [anon_sym_PLUS] = ACTIONS(2722), - [anon_sym_not] = ACTIONS(2722), - [anon_sym_null] = ACTIONS(2722), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [aux_sym__val_number_decimal_token1] = ACTIONS(2722), - [aux_sym__val_number_token1] = ACTIONS(2722), - [aux_sym__val_number_token2] = ACTIONS(2722), - [aux_sym__val_number_token3] = ACTIONS(2722), - [aux_sym__val_number_token4] = ACTIONS(2722), - [aux_sym__val_number_token5] = ACTIONS(2722), - [aux_sym__val_number_token6] = ACTIONS(2722), - [anon_sym_0b] = ACTIONS(2722), - [anon_sym_0o] = ACTIONS(2722), - [anon_sym_0x] = ACTIONS(2722), - [sym_val_date] = ACTIONS(2722), - [anon_sym_DQUOTE] = ACTIONS(2722), - [sym__str_single_quotes] = ACTIONS(2722), - [sym__str_back_ticks] = ACTIONS(2722), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2722), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2722), - [anon_sym_CARET] = ACTIONS(2722), - [anon_sym_POUND] = ACTIONS(105), - }, - [998] = { - [sym_comment] = STATE(998), - [ts_builtin_sym_end] = ACTIONS(1522), - [anon_sym_SEMI] = ACTIONS(1520), - [anon_sym_LF] = ACTIONS(1522), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_PIPE] = ACTIONS(1520), - [anon_sym_DOLLAR] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_STAR_STAR] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_SLASH] = ACTIONS(1520), - [anon_sym_mod] = ACTIONS(1520), - [anon_sym_SLASH_SLASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_bit_DASHshl] = ACTIONS(1520), - [anon_sym_bit_DASHshr] = ACTIONS(1520), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_LT2] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_not_DASHin] = ACTIONS(1520), - [anon_sym_starts_DASHwith] = ACTIONS(1520), - [anon_sym_ends_DASHwith] = ACTIONS(1520), - [anon_sym_EQ_TILDE] = ACTIONS(1520), - [anon_sym_BANG_TILDE] = ACTIONS(1520), - [anon_sym_bit_DASHand] = ACTIONS(1520), - [anon_sym_bit_DASHxor] = ACTIONS(1520), - [anon_sym_bit_DASHor] = ACTIONS(1520), - [anon_sym_and] = ACTIONS(1520), - [anon_sym_xor] = ACTIONS(1520), - [anon_sym_or] = ACTIONS(1520), - [anon_sym_null] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1520), - [anon_sym_false] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1520), - [aux_sym__val_number_token2] = ACTIONS(1520), - [aux_sym__val_number_token3] = ACTIONS(1520), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1520), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_0b] = ACTIONS(1520), - [anon_sym_0o] = ACTIONS(1520), - [anon_sym_0x] = ACTIONS(1520), - [sym_val_date] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1520), - [sym__str_single_quotes] = ACTIONS(1520), - [sym__str_back_ticks] = ACTIONS(1520), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1520), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1520), - [anon_sym_err_GT] = ACTIONS(1520), - [anon_sym_out_GT] = ACTIONS(1520), - [anon_sym_e_GT] = ACTIONS(1520), - [anon_sym_o_GT] = ACTIONS(1520), - [anon_sym_err_PLUSout_GT] = ACTIONS(1520), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1520), - [anon_sym_o_PLUSe_GT] = ACTIONS(1520), - [anon_sym_e_PLUSo_GT] = ACTIONS(1520), - [aux_sym_unquoted_token1] = ACTIONS(1520), - [anon_sym_POUND] = ACTIONS(105), - }, - [999] = { - [sym__flag] = STATE(1456), - [sym_short_flag] = STATE(1277), - [sym_long_flag] = STATE(1277), - [sym_comment] = STATE(999), - [aux_sym_overlay_use_repeat1] = STATE(1064), - [ts_builtin_sym_end] = ACTIONS(2687), - [anon_sym_export] = ACTIONS(2685), - [anon_sym_alias] = ACTIONS(2685), - [anon_sym_let] = ACTIONS(2685), - [anon_sym_let_DASHenv] = ACTIONS(2685), - [anon_sym_mut] = ACTIONS(2685), - [anon_sym_const] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2685), - [sym_cmd_identifier] = ACTIONS(2685), - [anon_sym_LF] = ACTIONS(2687), - [anon_sym_def] = ACTIONS(2685), - [anon_sym_export_DASHenv] = ACTIONS(2685), - [anon_sym_extern] = ACTIONS(2685), - [anon_sym_module] = ACTIONS(2685), - [anon_sym_use] = ACTIONS(2685), - [anon_sym_LBRACK] = ACTIONS(2685), - [anon_sym_LPAREN] = ACTIONS(2685), - [anon_sym_DOLLAR] = ACTIONS(2685), - [anon_sym_error] = ACTIONS(2685), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_break] = ACTIONS(2685), - [anon_sym_continue] = ACTIONS(2685), - [anon_sym_for] = ACTIONS(2685), - [anon_sym_loop] = ACTIONS(2685), - [anon_sym_while] = ACTIONS(2685), - [anon_sym_do] = ACTIONS(2685), - [anon_sym_if] = ACTIONS(2685), - [anon_sym_match] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2685), - [anon_sym_DOT] = ACTIONS(2685), - [anon_sym_try] = ACTIONS(2685), - [anon_sym_return] = ACTIONS(2685), - [anon_sym_source] = ACTIONS(2685), - [anon_sym_source_DASHenv] = ACTIONS(2685), - [anon_sym_register] = ACTIONS(2685), - [anon_sym_hide] = ACTIONS(2685), - [anon_sym_hide_DASHenv] = ACTIONS(2685), - [anon_sym_overlay] = ACTIONS(2685), - [anon_sym_as] = ACTIONS(2784), - [anon_sym_where] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2685), - [anon_sym_not] = ACTIONS(2685), - [anon_sym_null] = ACTIONS(2685), - [anon_sym_true] = ACTIONS(2685), - [anon_sym_false] = ACTIONS(2685), - [aux_sym__val_number_decimal_token1] = ACTIONS(2685), - [aux_sym__val_number_token1] = ACTIONS(2685), - [aux_sym__val_number_token2] = ACTIONS(2685), - [aux_sym__val_number_token3] = ACTIONS(2685), - [aux_sym__val_number_token4] = ACTIONS(2685), - [aux_sym__val_number_token5] = ACTIONS(2685), - [aux_sym__val_number_token6] = ACTIONS(2685), - [anon_sym_0b] = ACTIONS(2685), - [anon_sym_0o] = ACTIONS(2685), - [anon_sym_0x] = ACTIONS(2685), - [sym_val_date] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(2685), - [sym__str_single_quotes] = ACTIONS(2685), - [sym__str_back_ticks] = ACTIONS(2685), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2685), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2685), - [anon_sym_CARET] = ACTIONS(2685), - [anon_sym_POUND] = ACTIONS(105), - }, - [1000] = { - [sym_comment] = STATE(1000), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_LF] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1599), - [anon_sym_in] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_STAR_STAR] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1599), - [anon_sym_SLASH_SLASH] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_bit_DASHshl] = ACTIONS(1599), - [anon_sym_bit_DASHshr] = ACTIONS(1599), - [anon_sym_EQ_EQ] = ACTIONS(1599), - [anon_sym_BANG_EQ] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1599), - [anon_sym_not_DASHin] = ACTIONS(1599), - [anon_sym_starts_DASHwith] = ACTIONS(1599), - [anon_sym_ends_DASHwith] = ACTIONS(1599), - [anon_sym_EQ_TILDE] = ACTIONS(1599), - [anon_sym_BANG_TILDE] = ACTIONS(1599), - [anon_sym_bit_DASHand] = ACTIONS(1599), - [anon_sym_bit_DASHxor] = ACTIONS(1599), - [anon_sym_bit_DASHor] = ACTIONS(1599), - [anon_sym_and] = ACTIONS(1599), - [anon_sym_xor] = ACTIONS(1599), - [anon_sym_or] = ACTIONS(1599), - [anon_sym_null] = ACTIONS(1599), - [anon_sym_true] = ACTIONS(1599), - [anon_sym_false] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [anon_sym_0b] = ACTIONS(1599), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1599), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1599), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(105), - }, - [1001] = { - [sym_comment] = STATE(1001), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1605), - [anon_sym_LBRACK] = ACTIONS(1603), - [anon_sym_LPAREN] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1603), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1603), - [anon_sym_DOT] = ACTIONS(1603), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_STAR_STAR] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_SLASH] = ACTIONS(1603), - [anon_sym_mod] = ACTIONS(1603), - [anon_sym_SLASH_SLASH] = ACTIONS(1603), - [anon_sym_PLUS] = ACTIONS(1603), - [anon_sym_bit_DASHshl] = ACTIONS(1603), - [anon_sym_bit_DASHshr] = ACTIONS(1603), - [anon_sym_EQ_EQ] = ACTIONS(1603), - [anon_sym_BANG_EQ] = ACTIONS(1603), - [anon_sym_LT2] = ACTIONS(1603), - [anon_sym_LT_EQ] = ACTIONS(1603), - [anon_sym_GT_EQ] = ACTIONS(1603), - [anon_sym_not_DASHin] = ACTIONS(1603), - [anon_sym_starts_DASHwith] = ACTIONS(1603), - [anon_sym_ends_DASHwith] = ACTIONS(1603), - [anon_sym_EQ_TILDE] = ACTIONS(1603), - [anon_sym_BANG_TILDE] = ACTIONS(1603), - [anon_sym_bit_DASHand] = ACTIONS(1603), - [anon_sym_bit_DASHxor] = ACTIONS(1603), - [anon_sym_bit_DASHor] = ACTIONS(1603), - [anon_sym_and] = ACTIONS(1603), - [anon_sym_xor] = ACTIONS(1603), - [anon_sym_or] = ACTIONS(1603), - [anon_sym_null] = ACTIONS(1603), - [anon_sym_true] = ACTIONS(1603), - [anon_sym_false] = ACTIONS(1603), - [aux_sym__val_number_decimal_token1] = ACTIONS(1603), - [aux_sym__val_number_token1] = ACTIONS(1603), - [aux_sym__val_number_token2] = ACTIONS(1603), - [aux_sym__val_number_token3] = ACTIONS(1603), - [aux_sym__val_number_token4] = ACTIONS(1603), - [aux_sym__val_number_token5] = ACTIONS(1603), - [aux_sym__val_number_token6] = ACTIONS(1603), - [anon_sym_0b] = ACTIONS(1603), - [anon_sym_0o] = ACTIONS(1603), - [anon_sym_0x] = ACTIONS(1603), - [sym_val_date] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym__str_single_quotes] = ACTIONS(1603), - [sym__str_back_ticks] = ACTIONS(1603), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1603), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1603), - [anon_sym_err_GT] = ACTIONS(1603), - [anon_sym_out_GT] = ACTIONS(1603), - [anon_sym_e_GT] = ACTIONS(1603), - [anon_sym_o_GT] = ACTIONS(1603), - [anon_sym_err_PLUSout_GT] = ACTIONS(1603), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1603), - [anon_sym_o_PLUSe_GT] = ACTIONS(1603), - [anon_sym_e_PLUSo_GT] = ACTIONS(1603), - [aux_sym_unquoted_token1] = ACTIONS(1603), - [anon_sym_POUND] = ACTIONS(105), - }, - [1002] = { - [sym_comment] = STATE(1002), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_err_GT] = ACTIONS(1441), - [anon_sym_out_GT] = ACTIONS(1441), - [anon_sym_e_GT] = ACTIONS(1441), - [anon_sym_o_GT] = ACTIONS(1441), - [anon_sym_err_PLUSout_GT] = ACTIONS(1441), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1441), - [anon_sym_o_PLUSe_GT] = ACTIONS(1441), - [anon_sym_e_PLUSo_GT] = ACTIONS(1441), - [aux_sym_unquoted_token1] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(105), - }, - [1003] = { - [sym_comment] = STATE(1003), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1004] = { - [sym_comment] = STATE(1004), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_LF] = ACTIONS(1661), - [anon_sym_LBRACK] = ACTIONS(1659), - [anon_sym_LPAREN] = ACTIONS(1659), - [anon_sym_RPAREN] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1659), - [anon_sym_DOLLAR] = ACTIONS(1659), - [anon_sym_GT] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1659), - [anon_sym_in] = ACTIONS(1659), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_RBRACE] = ACTIONS(1659), - [anon_sym_DOT] = ACTIONS(1659), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_STAR_STAR] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_SLASH] = ACTIONS(1659), - [anon_sym_mod] = ACTIONS(1659), - [anon_sym_SLASH_SLASH] = ACTIONS(1659), - [anon_sym_PLUS] = ACTIONS(1659), - [anon_sym_bit_DASHshl] = ACTIONS(1659), - [anon_sym_bit_DASHshr] = ACTIONS(1659), - [anon_sym_EQ_EQ] = ACTIONS(1659), - [anon_sym_BANG_EQ] = ACTIONS(1659), - [anon_sym_LT2] = ACTIONS(1659), - [anon_sym_LT_EQ] = ACTIONS(1659), - [anon_sym_GT_EQ] = ACTIONS(1659), - [anon_sym_not_DASHin] = ACTIONS(1659), - [anon_sym_starts_DASHwith] = ACTIONS(1659), - [anon_sym_ends_DASHwith] = ACTIONS(1659), - [anon_sym_EQ_TILDE] = ACTIONS(1659), - [anon_sym_BANG_TILDE] = ACTIONS(1659), - [anon_sym_bit_DASHand] = ACTIONS(1659), - [anon_sym_bit_DASHxor] = ACTIONS(1659), - [anon_sym_bit_DASHor] = ACTIONS(1659), - [anon_sym_and] = ACTIONS(1659), - [anon_sym_xor] = ACTIONS(1659), - [anon_sym_or] = ACTIONS(1659), - [anon_sym_null] = ACTIONS(1659), - [anon_sym_true] = ACTIONS(1659), - [anon_sym_false] = ACTIONS(1659), - [aux_sym__val_number_decimal_token1] = ACTIONS(1659), - [aux_sym__val_number_token1] = ACTIONS(1659), - [aux_sym__val_number_token2] = ACTIONS(1659), - [aux_sym__val_number_token3] = ACTIONS(1659), - [aux_sym__val_number_token4] = ACTIONS(1659), - [aux_sym__val_number_token5] = ACTIONS(1659), - [aux_sym__val_number_token6] = ACTIONS(1659), - [anon_sym_0b] = ACTIONS(1659), - [anon_sym_0o] = ACTIONS(1659), - [anon_sym_0x] = ACTIONS(1659), - [sym_val_date] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym__str_single_quotes] = ACTIONS(1659), - [sym__str_back_ticks] = ACTIONS(1659), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1659), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1659), - [anon_sym_err_GT] = ACTIONS(1659), - [anon_sym_out_GT] = ACTIONS(1659), - [anon_sym_e_GT] = ACTIONS(1659), - [anon_sym_o_GT] = ACTIONS(1659), - [anon_sym_err_PLUSout_GT] = ACTIONS(1659), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1659), - [anon_sym_o_PLUSe_GT] = ACTIONS(1659), - [anon_sym_e_PLUSo_GT] = ACTIONS(1659), - [aux_sym_unquoted_token1] = ACTIONS(1659), - [anon_sym_POUND] = ACTIONS(105), - }, - [1005] = { - [sym_comment] = STATE(1005), - [ts_builtin_sym_end] = ACTIONS(1534), - [anon_sym_SEMI] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_DOT2] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_err_GT] = ACTIONS(1532), - [anon_sym_out_GT] = ACTIONS(1532), - [anon_sym_e_GT] = ACTIONS(1532), - [anon_sym_o_GT] = ACTIONS(1532), - [anon_sym_err_PLUSout_GT] = ACTIONS(1532), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1532), - [anon_sym_o_PLUSe_GT] = ACTIONS(1532), - [anon_sym_e_PLUSo_GT] = ACTIONS(1532), - [aux_sym_unquoted_token1] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(105), - }, - [1006] = { - [sym_comment] = STATE(1006), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_err_GT] = ACTIONS(1445), - [anon_sym_out_GT] = ACTIONS(1445), - [anon_sym_e_GT] = ACTIONS(1445), - [anon_sym_o_GT] = ACTIONS(1445), - [anon_sym_err_PLUSout_GT] = ACTIONS(1445), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1445), - [anon_sym_o_PLUSe_GT] = ACTIONS(1445), - [anon_sym_e_PLUSo_GT] = ACTIONS(1445), - [aux_sym_unquoted_token1] = ACTIONS(1445), - [anon_sym_POUND] = ACTIONS(105), - }, - [1007] = { - [sym_comment] = STATE(1007), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_RPAREN] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_err_GT] = ACTIONS(1513), - [anon_sym_out_GT] = ACTIONS(1513), - [anon_sym_e_GT] = ACTIONS(1513), - [anon_sym_o_GT] = ACTIONS(1513), - [anon_sym_err_PLUSout_GT] = ACTIONS(1513), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1513), - [anon_sym_o_PLUSe_GT] = ACTIONS(1513), - [anon_sym_e_PLUSo_GT] = ACTIONS(1513), - [aux_sym_unquoted_token1] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(105), - }, - [1008] = { - [sym_comment] = STATE(1008), - [ts_builtin_sym_end] = ACTIONS(1526), - [anon_sym_SEMI] = ACTIONS(1524), - [anon_sym_LF] = ACTIONS(1526), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_PIPE] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1524), - [anon_sym_STAR_STAR] = ACTIONS(1524), - [anon_sym_PLUS_PLUS] = ACTIONS(1524), - [anon_sym_SLASH] = ACTIONS(1524), - [anon_sym_mod] = ACTIONS(1524), - [anon_sym_SLASH_SLASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_LT2] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_not_DASHin] = ACTIONS(1524), - [anon_sym_starts_DASHwith] = ACTIONS(1524), - [anon_sym_ends_DASHwith] = ACTIONS(1524), - [anon_sym_EQ_TILDE] = ACTIONS(1524), - [anon_sym_BANG_TILDE] = ACTIONS(1524), - [anon_sym_bit_DASHand] = ACTIONS(1524), - [anon_sym_bit_DASHxor] = ACTIONS(1524), - [anon_sym_bit_DASHor] = ACTIONS(1524), - [anon_sym_and] = ACTIONS(1524), - [anon_sym_xor] = ACTIONS(1524), - [anon_sym_or] = ACTIONS(1524), - [anon_sym_null] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1524), - [anon_sym_false] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1524), - [aux_sym__val_number_token2] = ACTIONS(1524), - [aux_sym__val_number_token3] = ACTIONS(1524), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1524), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_0b] = ACTIONS(1524), - [anon_sym_0o] = ACTIONS(1524), - [anon_sym_0x] = ACTIONS(1524), - [sym_val_date] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1524), - [sym__str_single_quotes] = ACTIONS(1524), - [sym__str_back_ticks] = ACTIONS(1524), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1524), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1524), - [anon_sym_err_GT] = ACTIONS(1524), - [anon_sym_out_GT] = ACTIONS(1524), - [anon_sym_e_GT] = ACTIONS(1524), - [anon_sym_o_GT] = ACTIONS(1524), - [anon_sym_err_PLUSout_GT] = ACTIONS(1524), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1524), - [anon_sym_o_PLUSe_GT] = ACTIONS(1524), - [anon_sym_e_PLUSo_GT] = ACTIONS(1524), - [aux_sym_unquoted_token1] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(105), - }, - [1009] = { - [sym_comment] = STATE(1009), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1010] = { - [sym_comment] = STATE(1010), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_LF] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1647), - [anon_sym_RPAREN] = ACTIONS(1647), - [anon_sym_PIPE] = ACTIONS(1647), - [anon_sym_DOLLAR] = ACTIONS(1647), - [anon_sym_GT] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1647), - [anon_sym_in] = ACTIONS(1647), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_RBRACE] = ACTIONS(1647), - [anon_sym_DOT] = ACTIONS(1647), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_STAR_STAR] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_SLASH] = ACTIONS(1647), - [anon_sym_mod] = ACTIONS(1647), - [anon_sym_SLASH_SLASH] = ACTIONS(1647), - [anon_sym_PLUS] = ACTIONS(1647), - [anon_sym_bit_DASHshl] = ACTIONS(1647), - [anon_sym_bit_DASHshr] = ACTIONS(1647), - [anon_sym_EQ_EQ] = ACTIONS(1647), - [anon_sym_BANG_EQ] = ACTIONS(1647), - [anon_sym_LT2] = ACTIONS(1647), - [anon_sym_LT_EQ] = ACTIONS(1647), - [anon_sym_GT_EQ] = ACTIONS(1647), - [anon_sym_not_DASHin] = ACTIONS(1647), - [anon_sym_starts_DASHwith] = ACTIONS(1647), - [anon_sym_ends_DASHwith] = ACTIONS(1647), - [anon_sym_EQ_TILDE] = ACTIONS(1647), - [anon_sym_BANG_TILDE] = ACTIONS(1647), - [anon_sym_bit_DASHand] = ACTIONS(1647), - [anon_sym_bit_DASHxor] = ACTIONS(1647), - [anon_sym_bit_DASHor] = ACTIONS(1647), - [anon_sym_and] = ACTIONS(1647), - [anon_sym_xor] = ACTIONS(1647), - [anon_sym_or] = ACTIONS(1647), - [anon_sym_null] = ACTIONS(1647), - [anon_sym_true] = ACTIONS(1647), - [anon_sym_false] = ACTIONS(1647), - [aux_sym__val_number_decimal_token1] = ACTIONS(1647), - [aux_sym__val_number_token1] = ACTIONS(1647), - [aux_sym__val_number_token2] = ACTIONS(1647), - [aux_sym__val_number_token3] = ACTIONS(1647), - [aux_sym__val_number_token4] = ACTIONS(1647), - [aux_sym__val_number_token5] = ACTIONS(1647), - [aux_sym__val_number_token6] = ACTIONS(1647), - [anon_sym_0b] = ACTIONS(1647), - [anon_sym_0o] = ACTIONS(1647), - [anon_sym_0x] = ACTIONS(1647), - [sym_val_date] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym__str_single_quotes] = ACTIONS(1647), - [sym__str_back_ticks] = ACTIONS(1647), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1647), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1647), - [anon_sym_err_GT] = ACTIONS(1647), - [anon_sym_out_GT] = ACTIONS(1647), - [anon_sym_e_GT] = ACTIONS(1647), - [anon_sym_o_GT] = ACTIONS(1647), - [anon_sym_err_PLUSout_GT] = ACTIONS(1647), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1647), - [anon_sym_o_PLUSe_GT] = ACTIONS(1647), - [anon_sym_e_PLUSo_GT] = ACTIONS(1647), - [aux_sym_unquoted_token1] = ACTIONS(1647), - [anon_sym_POUND] = ACTIONS(105), - }, - [1011] = { - [sym_comment] = STATE(1011), - [anon_sym_SEMI] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_RPAREN] = ACTIONS(1532), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_err_GT] = ACTIONS(1532), - [anon_sym_out_GT] = ACTIONS(1532), - [anon_sym_e_GT] = ACTIONS(1532), - [anon_sym_o_GT] = ACTIONS(1532), - [anon_sym_err_PLUSout_GT] = ACTIONS(1532), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1532), - [anon_sym_o_PLUSe_GT] = ACTIONS(1532), - [anon_sym_e_PLUSo_GT] = ACTIONS(1532), - [aux_sym_unquoted_token1] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(105), - }, - [1012] = { - [sym_comment] = STATE(1012), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), - }, - [1013] = { - [sym_comment] = STATE(1013), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_LF] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1611), - [anon_sym_LPAREN] = ACTIONS(1611), - [anon_sym_RPAREN] = ACTIONS(1611), - [anon_sym_PIPE] = ACTIONS(1611), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_GT] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1611), - [anon_sym_in] = ACTIONS(1611), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_RBRACE] = ACTIONS(1611), - [anon_sym_DOT] = ACTIONS(1611), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_STAR_STAR] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_SLASH] = ACTIONS(1611), - [anon_sym_mod] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(1611), - [anon_sym_PLUS] = ACTIONS(1611), - [anon_sym_bit_DASHshl] = ACTIONS(1611), - [anon_sym_bit_DASHshr] = ACTIONS(1611), - [anon_sym_EQ_EQ] = ACTIONS(1611), - [anon_sym_BANG_EQ] = ACTIONS(1611), - [anon_sym_LT2] = ACTIONS(1611), - [anon_sym_LT_EQ] = ACTIONS(1611), - [anon_sym_GT_EQ] = ACTIONS(1611), - [anon_sym_not_DASHin] = ACTIONS(1611), - [anon_sym_starts_DASHwith] = ACTIONS(1611), - [anon_sym_ends_DASHwith] = ACTIONS(1611), - [anon_sym_EQ_TILDE] = ACTIONS(1611), - [anon_sym_BANG_TILDE] = ACTIONS(1611), - [anon_sym_bit_DASHand] = ACTIONS(1611), - [anon_sym_bit_DASHxor] = ACTIONS(1611), - [anon_sym_bit_DASHor] = ACTIONS(1611), - [anon_sym_and] = ACTIONS(1611), - [anon_sym_xor] = ACTIONS(1611), - [anon_sym_or] = ACTIONS(1611), - [anon_sym_null] = ACTIONS(1611), - [anon_sym_true] = ACTIONS(1611), - [anon_sym_false] = ACTIONS(1611), - [aux_sym__val_number_decimal_token1] = ACTIONS(1611), - [aux_sym__val_number_token1] = ACTIONS(1611), - [aux_sym__val_number_token2] = ACTIONS(1611), - [aux_sym__val_number_token3] = ACTIONS(1611), - [aux_sym__val_number_token4] = ACTIONS(1611), - [aux_sym__val_number_token5] = ACTIONS(1611), - [aux_sym__val_number_token6] = ACTIONS(1611), - [anon_sym_0b] = ACTIONS(1611), - [anon_sym_0o] = ACTIONS(1611), - [anon_sym_0x] = ACTIONS(1611), - [sym_val_date] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym__str_single_quotes] = ACTIONS(1611), - [sym__str_back_ticks] = ACTIONS(1611), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1611), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1611), - [anon_sym_err_GT] = ACTIONS(1611), - [anon_sym_out_GT] = ACTIONS(1611), - [anon_sym_e_GT] = ACTIONS(1611), - [anon_sym_o_GT] = ACTIONS(1611), - [anon_sym_err_PLUSout_GT] = ACTIONS(1611), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1611), - [anon_sym_o_PLUSe_GT] = ACTIONS(1611), - [anon_sym_e_PLUSo_GT] = ACTIONS(1611), - [aux_sym_unquoted_token1] = ACTIONS(1611), - [anon_sym_POUND] = ACTIONS(105), - }, - [1014] = { - [sym_comment] = STATE(1014), - [anon_sym_SEMI] = ACTIONS(1633), - [anon_sym_LF] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_LPAREN] = ACTIONS(1633), - [anon_sym_RPAREN] = ACTIONS(1633), - [anon_sym_PIPE] = ACTIONS(1633), - [anon_sym_DOLLAR] = ACTIONS(1633), - [anon_sym_GT] = ACTIONS(1633), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_in] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1633), - [anon_sym_RBRACE] = ACTIONS(1633), - [anon_sym_DOT] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1633), - [anon_sym_STAR_STAR] = ACTIONS(1633), - [anon_sym_PLUS_PLUS] = ACTIONS(1633), - [anon_sym_SLASH] = ACTIONS(1633), - [anon_sym_mod] = ACTIONS(1633), - [anon_sym_SLASH_SLASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_bit_DASHshl] = ACTIONS(1633), - [anon_sym_bit_DASHshr] = ACTIONS(1633), - [anon_sym_EQ_EQ] = ACTIONS(1633), - [anon_sym_BANG_EQ] = ACTIONS(1633), - [anon_sym_LT2] = ACTIONS(1633), - [anon_sym_LT_EQ] = ACTIONS(1633), - [anon_sym_GT_EQ] = ACTIONS(1633), - [anon_sym_not_DASHin] = ACTIONS(1633), - [anon_sym_starts_DASHwith] = ACTIONS(1633), - [anon_sym_ends_DASHwith] = ACTIONS(1633), - [anon_sym_EQ_TILDE] = ACTIONS(1633), - [anon_sym_BANG_TILDE] = ACTIONS(1633), - [anon_sym_bit_DASHand] = ACTIONS(1633), - [anon_sym_bit_DASHxor] = ACTIONS(1633), - [anon_sym_bit_DASHor] = ACTIONS(1633), - [anon_sym_and] = ACTIONS(1633), - [anon_sym_xor] = ACTIONS(1633), - [anon_sym_or] = ACTIONS(1633), - [anon_sym_null] = ACTIONS(1633), - [anon_sym_true] = ACTIONS(1633), - [anon_sym_false] = ACTIONS(1633), - [aux_sym__val_number_decimal_token1] = ACTIONS(1633), - [aux_sym__val_number_token1] = ACTIONS(1633), - [aux_sym__val_number_token2] = ACTIONS(1633), - [aux_sym__val_number_token3] = ACTIONS(1633), - [aux_sym__val_number_token4] = ACTIONS(1633), - [aux_sym__val_number_token5] = ACTIONS(1633), - [aux_sym__val_number_token6] = ACTIONS(1633), - [anon_sym_0b] = ACTIONS(1633), - [anon_sym_0o] = ACTIONS(1633), - [anon_sym_0x] = ACTIONS(1633), - [sym_val_date] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(1633), - [sym__str_single_quotes] = ACTIONS(1633), - [sym__str_back_ticks] = ACTIONS(1633), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1633), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1633), - [anon_sym_err_GT] = ACTIONS(1633), - [anon_sym_out_GT] = ACTIONS(1633), - [anon_sym_e_GT] = ACTIONS(1633), - [anon_sym_o_GT] = ACTIONS(1633), - [anon_sym_err_PLUSout_GT] = ACTIONS(1633), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), - [anon_sym_o_PLUSe_GT] = ACTIONS(1633), - [anon_sym_e_PLUSo_GT] = ACTIONS(1633), - [aux_sym_unquoted_token1] = ACTIONS(1633), - [anon_sym_POUND] = ACTIONS(105), - }, - [1015] = { - [sym__flag] = STATE(1456), - [sym_short_flag] = STATE(1277), - [sym_long_flag] = STATE(1277), - [sym_comment] = STATE(1015), - [aux_sym_overlay_use_repeat1] = STATE(1015), - [ts_builtin_sym_end] = ACTIONS(2711), - [anon_sym_export] = ACTIONS(2709), - [anon_sym_alias] = ACTIONS(2709), - [anon_sym_let] = ACTIONS(2709), - [anon_sym_let_DASHenv] = ACTIONS(2709), - [anon_sym_mut] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2709), - [sym_cmd_identifier] = ACTIONS(2709), - [anon_sym_LF] = ACTIONS(2711), - [anon_sym_def] = ACTIONS(2709), - [anon_sym_export_DASHenv] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym_module] = ACTIONS(2709), - [anon_sym_use] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_LPAREN] = ACTIONS(2709), - [anon_sym_DOLLAR] = ACTIONS(2709), - [anon_sym_error] = ACTIONS(2709), - [anon_sym_DASH] = ACTIONS(2788), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_loop] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_match] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2709), - [anon_sym_DOT] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_source] = ACTIONS(2709), - [anon_sym_source_DASHenv] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_hide] = ACTIONS(2709), - [anon_sym_hide_DASHenv] = ACTIONS(2709), - [anon_sym_overlay] = ACTIONS(2709), - [anon_sym_as] = ACTIONS(2709), - [anon_sym_where] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_null] = ACTIONS(2709), - [anon_sym_true] = ACTIONS(2709), - [anon_sym_false] = ACTIONS(2709), - [aux_sym__val_number_decimal_token1] = ACTIONS(2709), - [aux_sym__val_number_token1] = ACTIONS(2709), - [aux_sym__val_number_token2] = ACTIONS(2709), - [aux_sym__val_number_token3] = ACTIONS(2709), - [aux_sym__val_number_token4] = ACTIONS(2709), - [aux_sym__val_number_token5] = ACTIONS(2709), - [aux_sym__val_number_token6] = ACTIONS(2709), - [anon_sym_0b] = ACTIONS(2709), - [anon_sym_0o] = ACTIONS(2709), - [anon_sym_0x] = ACTIONS(2709), - [sym_val_date] = ACTIONS(2709), - [anon_sym_DQUOTE] = ACTIONS(2709), - [sym__str_single_quotes] = ACTIONS(2709), - [sym__str_back_ticks] = ACTIONS(2709), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2709), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2709), - [anon_sym_CARET] = ACTIONS(2709), - [anon_sym_POUND] = ACTIONS(105), - }, - [1016] = { - [sym_comment] = STATE(1016), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1017] = { - [sym_comment] = STATE(1017), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_err_GT] = ACTIONS(1619), - [anon_sym_out_GT] = ACTIONS(1619), - [anon_sym_e_GT] = ACTIONS(1619), - [anon_sym_o_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(105), - }, - [1018] = { - [sym_comment] = STATE(1018), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(2746), - [anon_sym_bit_DASHxor] = ACTIONS(2748), - [anon_sym_bit_DASHor] = ACTIONS(2750), - [anon_sym_and] = ACTIONS(2752), - [anon_sym_xor] = ACTIONS(2754), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1019] = { - [sym_comment] = STATE(1019), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1020] = { - [sym_comment] = STATE(1020), - [ts_builtin_sym_end] = ACTIONS(1547), - [anon_sym_SEMI] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_err_GT] = ACTIONS(1545), - [anon_sym_out_GT] = ACTIONS(1545), - [anon_sym_e_GT] = ACTIONS(1545), - [anon_sym_o_GT] = ACTIONS(1545), - [anon_sym_err_PLUSout_GT] = ACTIONS(1545), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1545), - [anon_sym_o_PLUSe_GT] = ACTIONS(1545), - [anon_sym_e_PLUSo_GT] = ACTIONS(1545), - [aux_sym_unquoted_token1] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(2791), - [anon_sym_POUND] = ACTIONS(105), - }, - [1021] = { - [sym_comment] = STATE(1021), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_SLASH] = ACTIONS(1625), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1625), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT_EQ] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1625), - [anon_sym_out_GT] = ACTIONS(1625), - [anon_sym_e_GT] = ACTIONS(1625), - [anon_sym_o_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(105), - }, - [1022] = { - [sym_comment] = STATE(1022), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_LF] = ACTIONS(1653), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_LPAREN] = ACTIONS(1651), - [anon_sym_RPAREN] = ACTIONS(1651), - [anon_sym_PIPE] = ACTIONS(1651), - [anon_sym_DOLLAR] = ACTIONS(1651), - [anon_sym_GT] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1651), - [anon_sym_in] = ACTIONS(1651), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1651), - [anon_sym_DOT] = ACTIONS(1651), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_STAR_STAR] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_SLASH] = ACTIONS(1651), - [anon_sym_mod] = ACTIONS(1651), - [anon_sym_SLASH_SLASH] = ACTIONS(1651), - [anon_sym_PLUS] = ACTIONS(1651), - [anon_sym_bit_DASHshl] = ACTIONS(1651), - [anon_sym_bit_DASHshr] = ACTIONS(1651), - [anon_sym_EQ_EQ] = ACTIONS(1651), - [anon_sym_BANG_EQ] = ACTIONS(1651), - [anon_sym_LT2] = ACTIONS(1651), - [anon_sym_LT_EQ] = ACTIONS(1651), - [anon_sym_GT_EQ] = ACTIONS(1651), - [anon_sym_not_DASHin] = ACTIONS(1651), - [anon_sym_starts_DASHwith] = ACTIONS(1651), - [anon_sym_ends_DASHwith] = ACTIONS(1651), - [anon_sym_EQ_TILDE] = ACTIONS(1651), - [anon_sym_BANG_TILDE] = ACTIONS(1651), - [anon_sym_bit_DASHand] = ACTIONS(1651), - [anon_sym_bit_DASHxor] = ACTIONS(1651), - [anon_sym_bit_DASHor] = ACTIONS(1651), - [anon_sym_and] = ACTIONS(1651), - [anon_sym_xor] = ACTIONS(1651), - [anon_sym_or] = ACTIONS(1651), - [anon_sym_null] = ACTIONS(1651), - [anon_sym_true] = ACTIONS(1651), - [anon_sym_false] = ACTIONS(1651), - [aux_sym__val_number_decimal_token1] = ACTIONS(1651), - [aux_sym__val_number_token1] = ACTIONS(1651), - [aux_sym__val_number_token2] = ACTIONS(1651), - [aux_sym__val_number_token3] = ACTIONS(1651), - [aux_sym__val_number_token4] = ACTIONS(1651), - [aux_sym__val_number_token5] = ACTIONS(1651), - [aux_sym__val_number_token6] = ACTIONS(1651), - [anon_sym_0b] = ACTIONS(1651), - [anon_sym_0o] = ACTIONS(1651), - [anon_sym_0x] = ACTIONS(1651), - [sym_val_date] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym__str_single_quotes] = ACTIONS(1651), - [sym__str_back_ticks] = ACTIONS(1651), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1651), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1651), - [anon_sym_err_GT] = ACTIONS(1651), - [anon_sym_out_GT] = ACTIONS(1651), - [anon_sym_e_GT] = ACTIONS(1651), - [anon_sym_o_GT] = ACTIONS(1651), - [anon_sym_err_PLUSout_GT] = ACTIONS(1651), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1651), - [anon_sym_o_PLUSe_GT] = ACTIONS(1651), - [anon_sym_e_PLUSo_GT] = ACTIONS(1651), - [aux_sym_unquoted_token1] = ACTIONS(1651), - [anon_sym_POUND] = ACTIONS(105), - }, - [1023] = { - [sym_comment] = STATE(1023), - [ts_builtin_sym_end] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_err_GT] = ACTIONS(1513), - [anon_sym_out_GT] = ACTIONS(1513), - [anon_sym_e_GT] = ACTIONS(1513), - [anon_sym_o_GT] = ACTIONS(1513), - [anon_sym_err_PLUSout_GT] = ACTIONS(1513), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1513), - [anon_sym_o_PLUSe_GT] = ACTIONS(1513), - [anon_sym_e_PLUSo_GT] = ACTIONS(1513), - [aux_sym_unquoted_token1] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(105), - }, - [1024] = { - [sym__flag] = STATE(1456), - [sym_short_flag] = STATE(1277), - [sym_long_flag] = STATE(1277), - [sym_comment] = STATE(1024), - [aux_sym_overlay_use_repeat1] = STATE(997), - [ts_builtin_sym_end] = ACTIONS(2703), - [anon_sym_export] = ACTIONS(2701), - [anon_sym_alias] = ACTIONS(2701), - [anon_sym_let] = ACTIONS(2701), - [anon_sym_let_DASHenv] = ACTIONS(2701), - [anon_sym_mut] = ACTIONS(2701), - [anon_sym_const] = ACTIONS(2701), - [anon_sym_SEMI] = ACTIONS(2701), - [sym_cmd_identifier] = ACTIONS(2701), - [anon_sym_LF] = ACTIONS(2703), - [anon_sym_def] = ACTIONS(2701), - [anon_sym_export_DASHenv] = ACTIONS(2701), - [anon_sym_extern] = ACTIONS(2701), - [anon_sym_module] = ACTIONS(2701), - [anon_sym_use] = ACTIONS(2701), - [anon_sym_LBRACK] = ACTIONS(2701), - [anon_sym_LPAREN] = ACTIONS(2701), - [anon_sym_DOLLAR] = ACTIONS(2701), - [anon_sym_error] = ACTIONS(2701), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_break] = ACTIONS(2701), - [anon_sym_continue] = ACTIONS(2701), - [anon_sym_for] = ACTIONS(2701), - [anon_sym_loop] = ACTIONS(2701), - [anon_sym_while] = ACTIONS(2701), - [anon_sym_do] = ACTIONS(2701), - [anon_sym_if] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2701), - [anon_sym_LBRACE] = ACTIONS(2701), - [anon_sym_DOT] = ACTIONS(2701), - [anon_sym_try] = ACTIONS(2701), - [anon_sym_return] = ACTIONS(2701), - [anon_sym_source] = ACTIONS(2701), - [anon_sym_source_DASHenv] = ACTIONS(2701), - [anon_sym_register] = ACTIONS(2701), - [anon_sym_hide] = ACTIONS(2701), - [anon_sym_hide_DASHenv] = ACTIONS(2701), - [anon_sym_overlay] = ACTIONS(2701), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_where] = ACTIONS(2701), - [anon_sym_PLUS] = ACTIONS(2701), - [anon_sym_not] = ACTIONS(2701), - [anon_sym_null] = ACTIONS(2701), - [anon_sym_true] = ACTIONS(2701), - [anon_sym_false] = ACTIONS(2701), - [aux_sym__val_number_decimal_token1] = ACTIONS(2701), - [aux_sym__val_number_token1] = ACTIONS(2701), - [aux_sym__val_number_token2] = ACTIONS(2701), - [aux_sym__val_number_token3] = ACTIONS(2701), - [aux_sym__val_number_token4] = ACTIONS(2701), - [aux_sym__val_number_token5] = ACTIONS(2701), - [aux_sym__val_number_token6] = ACTIONS(2701), - [anon_sym_0b] = ACTIONS(2701), - [anon_sym_0o] = ACTIONS(2701), - [anon_sym_0x] = ACTIONS(2701), - [sym_val_date] = ACTIONS(2701), - [anon_sym_DQUOTE] = ACTIONS(2701), - [sym__str_single_quotes] = ACTIONS(2701), - [sym__str_back_ticks] = ACTIONS(2701), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2701), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2701), - [anon_sym_CARET] = ACTIONS(2701), - [anon_sym_POUND] = ACTIONS(105), - }, - [1025] = { - [sym_comment] = STATE(1025), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_err_GT] = ACTIONS(1619), - [anon_sym_out_GT] = ACTIONS(1619), - [anon_sym_e_GT] = ACTIONS(1619), - [anon_sym_o_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(105), - }, - [1026] = { - [sym_comment] = STATE(1026), - [anon_sym_SEMI] = ACTIONS(1607), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_LBRACK] = ACTIONS(1607), - [anon_sym_LPAREN] = ACTIONS(1607), - [anon_sym_RPAREN] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_GT] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1607), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_RBRACE] = ACTIONS(1607), - [anon_sym_DOT] = ACTIONS(1607), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_STAR_STAR] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_SLASH] = ACTIONS(1607), - [anon_sym_mod] = ACTIONS(1607), - [anon_sym_SLASH_SLASH] = ACTIONS(1607), - [anon_sym_PLUS] = ACTIONS(1607), - [anon_sym_bit_DASHshl] = ACTIONS(1607), - [anon_sym_bit_DASHshr] = ACTIONS(1607), - [anon_sym_EQ_EQ] = ACTIONS(1607), - [anon_sym_BANG_EQ] = ACTIONS(1607), - [anon_sym_LT2] = ACTIONS(1607), - [anon_sym_LT_EQ] = ACTIONS(1607), - [anon_sym_GT_EQ] = ACTIONS(1607), - [anon_sym_not_DASHin] = ACTIONS(1607), - [anon_sym_starts_DASHwith] = ACTIONS(1607), - [anon_sym_ends_DASHwith] = ACTIONS(1607), - [anon_sym_EQ_TILDE] = ACTIONS(1607), - [anon_sym_BANG_TILDE] = ACTIONS(1607), - [anon_sym_bit_DASHand] = ACTIONS(1607), - [anon_sym_bit_DASHxor] = ACTIONS(1607), - [anon_sym_bit_DASHor] = ACTIONS(1607), - [anon_sym_and] = ACTIONS(1607), - [anon_sym_xor] = ACTIONS(1607), - [anon_sym_or] = ACTIONS(1607), - [anon_sym_null] = ACTIONS(1607), - [anon_sym_true] = ACTIONS(1607), - [anon_sym_false] = ACTIONS(1607), - [aux_sym__val_number_decimal_token1] = ACTIONS(1607), - [aux_sym__val_number_token1] = ACTIONS(1607), - [aux_sym__val_number_token2] = ACTIONS(1607), - [aux_sym__val_number_token3] = ACTIONS(1607), - [aux_sym__val_number_token4] = ACTIONS(1607), - [aux_sym__val_number_token5] = ACTIONS(1607), - [aux_sym__val_number_token6] = ACTIONS(1607), - [anon_sym_0b] = ACTIONS(1607), - [anon_sym_0o] = ACTIONS(1607), - [anon_sym_0x] = ACTIONS(1607), - [sym_val_date] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym__str_single_quotes] = ACTIONS(1607), - [sym__str_back_ticks] = ACTIONS(1607), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1607), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1607), - [anon_sym_err_GT] = ACTIONS(1607), - [anon_sym_out_GT] = ACTIONS(1607), - [anon_sym_e_GT] = ACTIONS(1607), - [anon_sym_o_GT] = ACTIONS(1607), - [anon_sym_err_PLUSout_GT] = ACTIONS(1607), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1607), - [anon_sym_o_PLUSe_GT] = ACTIONS(1607), - [anon_sym_e_PLUSo_GT] = ACTIONS(1607), - [aux_sym_unquoted_token1] = ACTIONS(1607), - [anon_sym_POUND] = ACTIONS(105), - }, - [1027] = { - [sym_comment] = STATE(1027), - [anon_sym_SEMI] = ACTIONS(1687), - [anon_sym_LF] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_LPAREN] = ACTIONS(1687), - [anon_sym_RPAREN] = ACTIONS(1687), - [anon_sym_PIPE] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(1687), - [anon_sym_GT] = ACTIONS(1687), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_in] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_RBRACE] = ACTIONS(1687), - [anon_sym_DOT] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1687), - [anon_sym_STAR_STAR] = ACTIONS(1687), - [anon_sym_PLUS_PLUS] = ACTIONS(1687), - [anon_sym_SLASH] = ACTIONS(1687), - [anon_sym_mod] = ACTIONS(1687), - [anon_sym_SLASH_SLASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_bit_DASHshl] = ACTIONS(1687), - [anon_sym_bit_DASHshr] = ACTIONS(1687), - [anon_sym_EQ_EQ] = ACTIONS(1687), - [anon_sym_BANG_EQ] = ACTIONS(1687), - [anon_sym_LT2] = ACTIONS(1687), - [anon_sym_LT_EQ] = ACTIONS(1687), - [anon_sym_GT_EQ] = ACTIONS(1687), - [anon_sym_not_DASHin] = ACTIONS(1687), - [anon_sym_starts_DASHwith] = ACTIONS(1687), - [anon_sym_ends_DASHwith] = ACTIONS(1687), - [anon_sym_EQ_TILDE] = ACTIONS(1687), - [anon_sym_BANG_TILDE] = ACTIONS(1687), - [anon_sym_bit_DASHand] = ACTIONS(1687), - [anon_sym_bit_DASHxor] = ACTIONS(1687), - [anon_sym_bit_DASHor] = ACTIONS(1687), - [anon_sym_and] = ACTIONS(1687), - [anon_sym_xor] = ACTIONS(1687), - [anon_sym_or] = ACTIONS(1687), - [anon_sym_null] = ACTIONS(1687), - [anon_sym_true] = ACTIONS(1687), - [anon_sym_false] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1687), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1687), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_0b] = ACTIONS(1687), - [anon_sym_0o] = ACTIONS(1687), - [anon_sym_0x] = ACTIONS(1687), - [sym_val_date] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1687), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1687), - [anon_sym_err_GT] = ACTIONS(1687), - [anon_sym_out_GT] = ACTIONS(1687), - [anon_sym_e_GT] = ACTIONS(1687), - [anon_sym_o_GT] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT] = ACTIONS(1687), - [aux_sym_unquoted_token1] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(105), - }, - [1028] = { - [sym_comment] = STATE(1028), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_err_GT] = ACTIONS(1536), - [anon_sym_out_GT] = ACTIONS(1536), - [anon_sym_e_GT] = ACTIONS(1536), - [anon_sym_o_GT] = ACTIONS(1536), - [anon_sym_err_PLUSout_GT] = ACTIONS(1536), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1536), - [anon_sym_o_PLUSe_GT] = ACTIONS(1536), - [anon_sym_e_PLUSo_GT] = ACTIONS(1536), - [aux_sym_unquoted_token1] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(105), - }, - [1029] = { - [sym_comment] = STATE(1029), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_RPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), - }, - [1030] = { - [sym_comment] = STATE(1030), - [anon_sym_SEMI] = ACTIONS(1675), - [anon_sym_LF] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_LPAREN] = ACTIONS(1675), - [anon_sym_RPAREN] = ACTIONS(1675), - [anon_sym_PIPE] = ACTIONS(1675), - [anon_sym_DOLLAR] = ACTIONS(1675), - [anon_sym_GT] = ACTIONS(1675), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_in] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1675), - [anon_sym_RBRACE] = ACTIONS(1675), - [anon_sym_DOT] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1675), - [anon_sym_STAR_STAR] = ACTIONS(1675), - [anon_sym_PLUS_PLUS] = ACTIONS(1675), - [anon_sym_SLASH] = ACTIONS(1675), - [anon_sym_mod] = ACTIONS(1675), - [anon_sym_SLASH_SLASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_bit_DASHshl] = ACTIONS(1675), - [anon_sym_bit_DASHshr] = ACTIONS(1675), - [anon_sym_EQ_EQ] = ACTIONS(1675), - [anon_sym_BANG_EQ] = ACTIONS(1675), - [anon_sym_LT2] = ACTIONS(1675), - [anon_sym_LT_EQ] = ACTIONS(1675), - [anon_sym_GT_EQ] = ACTIONS(1675), - [anon_sym_not_DASHin] = ACTIONS(1675), - [anon_sym_starts_DASHwith] = ACTIONS(1675), - [anon_sym_ends_DASHwith] = ACTIONS(1675), - [anon_sym_EQ_TILDE] = ACTIONS(1675), - [anon_sym_BANG_TILDE] = ACTIONS(1675), - [anon_sym_bit_DASHand] = ACTIONS(1675), - [anon_sym_bit_DASHxor] = ACTIONS(1675), - [anon_sym_bit_DASHor] = ACTIONS(1675), - [anon_sym_and] = ACTIONS(1675), - [anon_sym_xor] = ACTIONS(1675), - [anon_sym_or] = ACTIONS(1675), - [anon_sym_null] = ACTIONS(1675), - [anon_sym_true] = ACTIONS(1675), - [anon_sym_false] = ACTIONS(1675), - [aux_sym__val_number_decimal_token1] = ACTIONS(1675), - [aux_sym__val_number_token1] = ACTIONS(1675), - [aux_sym__val_number_token2] = ACTIONS(1675), - [aux_sym__val_number_token3] = ACTIONS(1675), - [aux_sym__val_number_token4] = ACTIONS(1675), - [aux_sym__val_number_token5] = ACTIONS(1675), - [aux_sym__val_number_token6] = ACTIONS(1675), - [anon_sym_0b] = ACTIONS(1675), - [anon_sym_0o] = ACTIONS(1675), - [anon_sym_0x] = ACTIONS(1675), - [sym_val_date] = ACTIONS(1675), - [anon_sym_DQUOTE] = ACTIONS(1675), - [sym__str_single_quotes] = ACTIONS(1675), - [sym__str_back_ticks] = ACTIONS(1675), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1675), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1675), - [anon_sym_err_GT] = ACTIONS(1675), - [anon_sym_out_GT] = ACTIONS(1675), - [anon_sym_e_GT] = ACTIONS(1675), - [anon_sym_o_GT] = ACTIONS(1675), - [anon_sym_err_PLUSout_GT] = ACTIONS(1675), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1675), - [anon_sym_o_PLUSe_GT] = ACTIONS(1675), - [anon_sym_e_PLUSo_GT] = ACTIONS(1675), - [aux_sym_unquoted_token1] = ACTIONS(1675), - [anon_sym_POUND] = ACTIONS(105), - }, - [1031] = { - [sym_comment] = STATE(1031), - [anon_sym_SEMI] = ACTIONS(1691), - [anon_sym_LF] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1691), - [anon_sym_PIPE] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(1691), - [anon_sym_GT] = ACTIONS(1691), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_in] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_RBRACE] = ACTIONS(1691), - [anon_sym_DOT] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1691), - [anon_sym_STAR_STAR] = ACTIONS(1691), - [anon_sym_PLUS_PLUS] = ACTIONS(1691), - [anon_sym_SLASH] = ACTIONS(1691), - [anon_sym_mod] = ACTIONS(1691), - [anon_sym_SLASH_SLASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_bit_DASHshl] = ACTIONS(1691), - [anon_sym_bit_DASHshr] = ACTIONS(1691), - [anon_sym_EQ_EQ] = ACTIONS(1691), - [anon_sym_BANG_EQ] = ACTIONS(1691), - [anon_sym_LT2] = ACTIONS(1691), - [anon_sym_LT_EQ] = ACTIONS(1691), - [anon_sym_GT_EQ] = ACTIONS(1691), - [anon_sym_not_DASHin] = ACTIONS(1691), - [anon_sym_starts_DASHwith] = ACTIONS(1691), - [anon_sym_ends_DASHwith] = ACTIONS(1691), - [anon_sym_EQ_TILDE] = ACTIONS(1691), - [anon_sym_BANG_TILDE] = ACTIONS(1691), - [anon_sym_bit_DASHand] = ACTIONS(1691), - [anon_sym_bit_DASHxor] = ACTIONS(1691), - [anon_sym_bit_DASHor] = ACTIONS(1691), - [anon_sym_and] = ACTIONS(1691), - [anon_sym_xor] = ACTIONS(1691), - [anon_sym_or] = ACTIONS(1691), - [anon_sym_null] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1691), - [anon_sym_false] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1691), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1691), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_0b] = ACTIONS(1691), - [anon_sym_0o] = ACTIONS(1691), - [anon_sym_0x] = ACTIONS(1691), - [sym_val_date] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1691), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1691), - [anon_sym_err_GT] = ACTIONS(1691), - [anon_sym_out_GT] = ACTIONS(1691), - [anon_sym_e_GT] = ACTIONS(1691), - [anon_sym_o_GT] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT] = ACTIONS(1691), - [aux_sym_unquoted_token1] = ACTIONS(1691), - [anon_sym_POUND] = ACTIONS(105), - }, - [1032] = { - [sym_comment] = STATE(1032), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(2746), - [anon_sym_bit_DASHxor] = ACTIONS(2748), - [anon_sym_bit_DASHor] = ACTIONS(2750), - [anon_sym_and] = ACTIONS(2752), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1033] = { - [sym_comment] = STATE(1033), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_LF] = ACTIONS(1589), - [anon_sym_LBRACK] = ACTIONS(1587), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_RPAREN] = ACTIONS(1587), - [anon_sym_PIPE] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1587), - [anon_sym_GT] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1587), - [anon_sym_in] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_RBRACE] = ACTIONS(1587), - [anon_sym_DOT] = ACTIONS(1587), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_STAR_STAR] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_SLASH] = ACTIONS(1587), - [anon_sym_mod] = ACTIONS(1587), - [anon_sym_SLASH_SLASH] = ACTIONS(1587), - [anon_sym_PLUS] = ACTIONS(1587), - [anon_sym_bit_DASHshl] = ACTIONS(1587), - [anon_sym_bit_DASHshr] = ACTIONS(1587), - [anon_sym_EQ_EQ] = ACTIONS(1587), - [anon_sym_BANG_EQ] = ACTIONS(1587), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ] = ACTIONS(1587), - [anon_sym_GT_EQ] = ACTIONS(1587), - [anon_sym_not_DASHin] = ACTIONS(1587), - [anon_sym_starts_DASHwith] = ACTIONS(1587), - [anon_sym_ends_DASHwith] = ACTIONS(1587), - [anon_sym_EQ_TILDE] = ACTIONS(1587), - [anon_sym_BANG_TILDE] = ACTIONS(1587), - [anon_sym_bit_DASHand] = ACTIONS(1587), - [anon_sym_bit_DASHxor] = ACTIONS(1587), - [anon_sym_bit_DASHor] = ACTIONS(1587), - [anon_sym_and] = ACTIONS(1587), - [anon_sym_xor] = ACTIONS(1587), - [anon_sym_or] = ACTIONS(1587), - [anon_sym_null] = ACTIONS(1587), - [anon_sym_true] = ACTIONS(1587), - [anon_sym_false] = ACTIONS(1587), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1587), - [aux_sym__val_number_token2] = ACTIONS(1587), - [aux_sym__val_number_token3] = ACTIONS(1587), - [aux_sym__val_number_token4] = ACTIONS(1587), - [aux_sym__val_number_token5] = ACTIONS(1587), - [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym__str_single_quotes] = ACTIONS(1587), - [sym__str_back_ticks] = ACTIONS(1587), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1587), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1587), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [aux_sym_unquoted_token1] = ACTIONS(1587), - [anon_sym_POUND] = ACTIONS(105), - }, - [1034] = { - [sym_comment] = STATE(1034), - [anon_sym_SEMI] = ACTIONS(1641), - [anon_sym_LF] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_LPAREN] = ACTIONS(1641), - [anon_sym_RPAREN] = ACTIONS(1641), - [anon_sym_PIPE] = ACTIONS(1641), - [anon_sym_DOLLAR] = ACTIONS(1641), - [anon_sym_GT] = ACTIONS(1641), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_in] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1641), - [anon_sym_RBRACE] = ACTIONS(1641), - [anon_sym_DOT] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1641), - [anon_sym_STAR_STAR] = ACTIONS(1641), - [anon_sym_PLUS_PLUS] = ACTIONS(1641), - [anon_sym_SLASH] = ACTIONS(1641), - [anon_sym_mod] = ACTIONS(1641), - [anon_sym_SLASH_SLASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_bit_DASHshl] = ACTIONS(1641), - [anon_sym_bit_DASHshr] = ACTIONS(1641), - [anon_sym_EQ_EQ] = ACTIONS(1641), - [anon_sym_BANG_EQ] = ACTIONS(1641), - [anon_sym_LT2] = ACTIONS(1641), - [anon_sym_LT_EQ] = ACTIONS(1641), - [anon_sym_GT_EQ] = ACTIONS(1641), - [anon_sym_not_DASHin] = ACTIONS(1641), - [anon_sym_starts_DASHwith] = ACTIONS(1641), - [anon_sym_ends_DASHwith] = ACTIONS(1641), - [anon_sym_EQ_TILDE] = ACTIONS(1641), - [anon_sym_BANG_TILDE] = ACTIONS(1641), - [anon_sym_bit_DASHand] = ACTIONS(1641), - [anon_sym_bit_DASHxor] = ACTIONS(1641), - [anon_sym_bit_DASHor] = ACTIONS(1641), - [anon_sym_and] = ACTIONS(1641), - [anon_sym_xor] = ACTIONS(1641), - [anon_sym_or] = ACTIONS(1641), - [anon_sym_null] = ACTIONS(1641), - [anon_sym_true] = ACTIONS(1641), - [anon_sym_false] = ACTIONS(1641), - [aux_sym__val_number_decimal_token1] = ACTIONS(1641), - [aux_sym__val_number_token1] = ACTIONS(1641), - [aux_sym__val_number_token2] = ACTIONS(1641), - [aux_sym__val_number_token3] = ACTIONS(1641), - [aux_sym__val_number_token4] = ACTIONS(1641), - [aux_sym__val_number_token5] = ACTIONS(1641), - [aux_sym__val_number_token6] = ACTIONS(1641), - [anon_sym_0b] = ACTIONS(1641), - [anon_sym_0o] = ACTIONS(1641), - [anon_sym_0x] = ACTIONS(1641), - [sym_val_date] = ACTIONS(1641), - [anon_sym_DQUOTE] = ACTIONS(1641), - [sym__str_single_quotes] = ACTIONS(1641), - [sym__str_back_ticks] = ACTIONS(1641), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1641), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1641), - [anon_sym_err_GT] = ACTIONS(1641), - [anon_sym_out_GT] = ACTIONS(1641), - [anon_sym_e_GT] = ACTIONS(1641), - [anon_sym_o_GT] = ACTIONS(1641), - [anon_sym_err_PLUSout_GT] = ACTIONS(1641), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1641), - [anon_sym_o_PLUSe_GT] = ACTIONS(1641), - [anon_sym_e_PLUSo_GT] = ACTIONS(1641), - [aux_sym_unquoted_token1] = ACTIONS(1641), - [anon_sym_POUND] = ACTIONS(105), - }, - [1035] = { - [sym_comment] = STATE(1035), - [anon_sym_SEMI] = ACTIONS(1540), - [anon_sym_LF] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1540), - [anon_sym_RPAREN] = ACTIONS(1540), - [anon_sym_PIPE] = ACTIONS(1540), - [anon_sym_DOLLAR] = ACTIONS(1540), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1540), - [anon_sym_RBRACE] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1540), - [anon_sym_true] = ACTIONS(1540), - [anon_sym_false] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1540), - [aux_sym__val_number_token1] = ACTIONS(1540), - [aux_sym__val_number_token2] = ACTIONS(1540), - [aux_sym__val_number_token3] = ACTIONS(1540), - [aux_sym__val_number_token4] = ACTIONS(1540), - [aux_sym__val_number_token5] = ACTIONS(1540), - [aux_sym__val_number_token6] = ACTIONS(1540), - [anon_sym_0b] = ACTIONS(1540), - [anon_sym_0o] = ACTIONS(1540), - [anon_sym_0x] = ACTIONS(1540), - [sym_val_date] = ACTIONS(1540), - [anon_sym_DQUOTE] = ACTIONS(1540), - [sym__str_single_quotes] = ACTIONS(1540), - [sym__str_back_ticks] = ACTIONS(1540), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1540), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1540), - [anon_sym_err_GT] = ACTIONS(1540), - [anon_sym_out_GT] = ACTIONS(1540), - [anon_sym_e_GT] = ACTIONS(1540), - [anon_sym_o_GT] = ACTIONS(1540), - [anon_sym_err_PLUSout_GT] = ACTIONS(1540), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1540), - [anon_sym_o_PLUSe_GT] = ACTIONS(1540), - [anon_sym_e_PLUSo_GT] = ACTIONS(1540), - [aux_sym_unquoted_token1] = ACTIONS(1540), - [anon_sym_POUND] = ACTIONS(105), - }, - [1036] = { - [sym_comment] = STATE(1036), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1037] = { - [sym_comment] = STATE(1037), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_LF] = ACTIONS(1669), - [anon_sym_LBRACK] = ACTIONS(1667), - [anon_sym_LPAREN] = ACTIONS(1667), - [anon_sym_RPAREN] = ACTIONS(1667), - [anon_sym_PIPE] = ACTIONS(1667), - [anon_sym_DOLLAR] = ACTIONS(1667), - [anon_sym_GT] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1667), - [anon_sym_in] = ACTIONS(1667), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_RBRACE] = ACTIONS(1667), - [anon_sym_DOT] = ACTIONS(1667), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_STAR_STAR] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_SLASH] = ACTIONS(1667), - [anon_sym_mod] = ACTIONS(1667), - [anon_sym_SLASH_SLASH] = ACTIONS(1667), - [anon_sym_PLUS] = ACTIONS(1667), - [anon_sym_bit_DASHshl] = ACTIONS(1667), - [anon_sym_bit_DASHshr] = ACTIONS(1667), - [anon_sym_EQ_EQ] = ACTIONS(1667), - [anon_sym_BANG_EQ] = ACTIONS(1667), - [anon_sym_LT2] = ACTIONS(1667), - [anon_sym_LT_EQ] = ACTIONS(1667), - [anon_sym_GT_EQ] = ACTIONS(1667), - [anon_sym_not_DASHin] = ACTIONS(1667), - [anon_sym_starts_DASHwith] = ACTIONS(1667), - [anon_sym_ends_DASHwith] = ACTIONS(1667), - [anon_sym_EQ_TILDE] = ACTIONS(1667), - [anon_sym_BANG_TILDE] = ACTIONS(1667), - [anon_sym_bit_DASHand] = ACTIONS(1667), - [anon_sym_bit_DASHxor] = ACTIONS(1667), - [anon_sym_bit_DASHor] = ACTIONS(1667), - [anon_sym_and] = ACTIONS(1667), - [anon_sym_xor] = ACTIONS(1667), - [anon_sym_or] = ACTIONS(1667), - [anon_sym_null] = ACTIONS(1667), - [anon_sym_true] = ACTIONS(1667), - [anon_sym_false] = ACTIONS(1667), - [aux_sym__val_number_decimal_token1] = ACTIONS(1667), - [aux_sym__val_number_token1] = ACTIONS(1667), - [aux_sym__val_number_token2] = ACTIONS(1667), - [aux_sym__val_number_token3] = ACTIONS(1667), - [aux_sym__val_number_token4] = ACTIONS(1667), - [aux_sym__val_number_token5] = ACTIONS(1667), - [aux_sym__val_number_token6] = ACTIONS(1667), - [anon_sym_0b] = ACTIONS(1667), - [anon_sym_0o] = ACTIONS(1667), - [anon_sym_0x] = ACTIONS(1667), - [sym_val_date] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym__str_single_quotes] = ACTIONS(1667), - [sym__str_back_ticks] = ACTIONS(1667), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1667), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1667), - [anon_sym_err_GT] = ACTIONS(1667), - [anon_sym_out_GT] = ACTIONS(1667), - [anon_sym_e_GT] = ACTIONS(1667), - [anon_sym_o_GT] = ACTIONS(1667), - [anon_sym_err_PLUSout_GT] = ACTIONS(1667), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), - [anon_sym_o_PLUSe_GT] = ACTIONS(1667), - [anon_sym_e_PLUSo_GT] = ACTIONS(1667), - [aux_sym_unquoted_token1] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(105), - }, - [1038] = { - [sym_comment] = STATE(1038), - [anon_sym_SEMI] = ACTIONS(1683), - [anon_sym_LF] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_LPAREN] = ACTIONS(1683), - [anon_sym_RPAREN] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1683), - [anon_sym_DOLLAR] = ACTIONS(1683), - [anon_sym_GT] = ACTIONS(1683), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_in] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1683), - [anon_sym_RBRACE] = ACTIONS(1683), - [anon_sym_DOT] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1683), - [anon_sym_STAR_STAR] = ACTIONS(1683), - [anon_sym_PLUS_PLUS] = ACTIONS(1683), - [anon_sym_SLASH] = ACTIONS(1683), - [anon_sym_mod] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_bit_DASHshl] = ACTIONS(1683), - [anon_sym_bit_DASHshr] = ACTIONS(1683), - [anon_sym_EQ_EQ] = ACTIONS(1683), - [anon_sym_BANG_EQ] = ACTIONS(1683), - [anon_sym_LT2] = ACTIONS(1683), - [anon_sym_LT_EQ] = ACTIONS(1683), - [anon_sym_GT_EQ] = ACTIONS(1683), - [anon_sym_not_DASHin] = ACTIONS(1683), - [anon_sym_starts_DASHwith] = ACTIONS(1683), - [anon_sym_ends_DASHwith] = ACTIONS(1683), - [anon_sym_EQ_TILDE] = ACTIONS(1683), - [anon_sym_BANG_TILDE] = ACTIONS(1683), - [anon_sym_bit_DASHand] = ACTIONS(1683), - [anon_sym_bit_DASHxor] = ACTIONS(1683), - [anon_sym_bit_DASHor] = ACTIONS(1683), - [anon_sym_and] = ACTIONS(1683), - [anon_sym_xor] = ACTIONS(1683), - [anon_sym_or] = ACTIONS(1683), - [anon_sym_null] = ACTIONS(1683), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [aux_sym__val_number_decimal_token1] = ACTIONS(1683), - [aux_sym__val_number_token1] = ACTIONS(1683), - [aux_sym__val_number_token2] = ACTIONS(1683), - [aux_sym__val_number_token3] = ACTIONS(1683), - [aux_sym__val_number_token4] = ACTIONS(1683), - [aux_sym__val_number_token5] = ACTIONS(1683), - [aux_sym__val_number_token6] = ACTIONS(1683), - [anon_sym_0b] = ACTIONS(1683), - [anon_sym_0o] = ACTIONS(1683), - [anon_sym_0x] = ACTIONS(1683), - [sym_val_date] = ACTIONS(1683), - [anon_sym_DQUOTE] = ACTIONS(1683), - [sym__str_single_quotes] = ACTIONS(1683), - [sym__str_back_ticks] = ACTIONS(1683), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1683), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1683), - [anon_sym_err_GT] = ACTIONS(1683), - [anon_sym_out_GT] = ACTIONS(1683), - [anon_sym_e_GT] = ACTIONS(1683), - [anon_sym_o_GT] = ACTIONS(1683), - [anon_sym_err_PLUSout_GT] = ACTIONS(1683), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1683), - [anon_sym_o_PLUSe_GT] = ACTIONS(1683), - [anon_sym_e_PLUSo_GT] = ACTIONS(1683), - [aux_sym_unquoted_token1] = ACTIONS(1683), - [anon_sym_POUND] = ACTIONS(105), - }, - [1039] = { - [sym_comment] = STATE(1039), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_LF] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1671), - [anon_sym_RPAREN] = ACTIONS(1671), - [anon_sym_PIPE] = ACTIONS(1671), - [anon_sym_DOLLAR] = ACTIONS(1671), - [anon_sym_GT] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1671), - [anon_sym_in] = ACTIONS(1671), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_RBRACE] = ACTIONS(1671), - [anon_sym_DOT] = ACTIONS(1671), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_STAR_STAR] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_SLASH] = ACTIONS(1671), - [anon_sym_mod] = ACTIONS(1671), - [anon_sym_SLASH_SLASH] = ACTIONS(1671), - [anon_sym_PLUS] = ACTIONS(1671), - [anon_sym_bit_DASHshl] = ACTIONS(1671), - [anon_sym_bit_DASHshr] = ACTIONS(1671), - [anon_sym_EQ_EQ] = ACTIONS(1671), - [anon_sym_BANG_EQ] = ACTIONS(1671), - [anon_sym_LT2] = ACTIONS(1671), - [anon_sym_LT_EQ] = ACTIONS(1671), - [anon_sym_GT_EQ] = ACTIONS(1671), - [anon_sym_not_DASHin] = ACTIONS(1671), - [anon_sym_starts_DASHwith] = ACTIONS(1671), - [anon_sym_ends_DASHwith] = ACTIONS(1671), - [anon_sym_EQ_TILDE] = ACTIONS(1671), - [anon_sym_BANG_TILDE] = ACTIONS(1671), - [anon_sym_bit_DASHand] = ACTIONS(1671), - [anon_sym_bit_DASHxor] = ACTIONS(1671), - [anon_sym_bit_DASHor] = ACTIONS(1671), - [anon_sym_and] = ACTIONS(1671), - [anon_sym_xor] = ACTIONS(1671), - [anon_sym_or] = ACTIONS(1671), - [anon_sym_null] = ACTIONS(1671), - [anon_sym_true] = ACTIONS(1671), - [anon_sym_false] = ACTIONS(1671), - [aux_sym__val_number_decimal_token1] = ACTIONS(1671), - [aux_sym__val_number_token1] = ACTIONS(1671), - [aux_sym__val_number_token2] = ACTIONS(1671), - [aux_sym__val_number_token3] = ACTIONS(1671), - [aux_sym__val_number_token4] = ACTIONS(1671), - [aux_sym__val_number_token5] = ACTIONS(1671), - [aux_sym__val_number_token6] = ACTIONS(1671), - [anon_sym_0b] = ACTIONS(1671), - [anon_sym_0o] = ACTIONS(1671), - [anon_sym_0x] = ACTIONS(1671), - [sym_val_date] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym__str_single_quotes] = ACTIONS(1671), - [sym__str_back_ticks] = ACTIONS(1671), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1671), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1671), - [anon_sym_err_GT] = ACTIONS(1671), - [anon_sym_out_GT] = ACTIONS(1671), - [anon_sym_e_GT] = ACTIONS(1671), - [anon_sym_o_GT] = ACTIONS(1671), - [anon_sym_err_PLUSout_GT] = ACTIONS(1671), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1671), - [anon_sym_o_PLUSe_GT] = ACTIONS(1671), - [anon_sym_e_PLUSo_GT] = ACTIONS(1671), - [aux_sym_unquoted_token1] = ACTIONS(1671), - [anon_sym_POUND] = ACTIONS(105), - }, - [1040] = { - [sym_comment] = STATE(1040), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(2795), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(2797), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(2799), - [anon_sym_POUND] = ACTIONS(105), - }, - [1041] = { - [sym_comment] = STATE(1041), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1042] = { - [sym_comment] = STATE(1042), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(2746), - [anon_sym_bit_DASHxor] = ACTIONS(2748), - [anon_sym_bit_DASHor] = ACTIONS(2750), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1043] = { - [sym_comment] = STATE(1043), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1044] = { - [sym_comment] = STATE(1044), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(2746), - [anon_sym_bit_DASHxor] = ACTIONS(2748), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1045] = { - [sym_comment] = STATE(1045), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1046] = { - [sym_comment] = STATE(1046), - [anon_sym_SEMI] = ACTIONS(1629), - [anon_sym_LF] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_LPAREN] = ACTIONS(1629), - [anon_sym_RPAREN] = ACTIONS(1629), - [anon_sym_PIPE] = ACTIONS(1629), - [anon_sym_DOLLAR] = ACTIONS(1629), - [anon_sym_GT] = ACTIONS(1629), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_in] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1629), - [anon_sym_RBRACE] = ACTIONS(1629), - [anon_sym_DOT] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1629), - [anon_sym_STAR_STAR] = ACTIONS(1629), - [anon_sym_PLUS_PLUS] = ACTIONS(1629), - [anon_sym_SLASH] = ACTIONS(1629), - [anon_sym_mod] = ACTIONS(1629), - [anon_sym_SLASH_SLASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_bit_DASHshl] = ACTIONS(1629), - [anon_sym_bit_DASHshr] = ACTIONS(1629), - [anon_sym_EQ_EQ] = ACTIONS(1629), - [anon_sym_BANG_EQ] = ACTIONS(1629), - [anon_sym_LT2] = ACTIONS(1629), - [anon_sym_LT_EQ] = ACTIONS(1629), - [anon_sym_GT_EQ] = ACTIONS(1629), - [anon_sym_not_DASHin] = ACTIONS(1629), - [anon_sym_starts_DASHwith] = ACTIONS(1629), - [anon_sym_ends_DASHwith] = ACTIONS(1629), - [anon_sym_EQ_TILDE] = ACTIONS(1629), - [anon_sym_BANG_TILDE] = ACTIONS(1629), - [anon_sym_bit_DASHand] = ACTIONS(1629), - [anon_sym_bit_DASHxor] = ACTIONS(1629), - [anon_sym_bit_DASHor] = ACTIONS(1629), - [anon_sym_and] = ACTIONS(1629), - [anon_sym_xor] = ACTIONS(1629), - [anon_sym_or] = ACTIONS(1629), - [anon_sym_null] = ACTIONS(1629), - [anon_sym_true] = ACTIONS(1629), - [anon_sym_false] = ACTIONS(1629), - [aux_sym__val_number_decimal_token1] = ACTIONS(1629), - [aux_sym__val_number_token1] = ACTIONS(1629), - [aux_sym__val_number_token2] = ACTIONS(1629), - [aux_sym__val_number_token3] = ACTIONS(1629), - [aux_sym__val_number_token4] = ACTIONS(1629), - [aux_sym__val_number_token5] = ACTIONS(1629), - [aux_sym__val_number_token6] = ACTIONS(1629), - [anon_sym_0b] = ACTIONS(1629), - [anon_sym_0o] = ACTIONS(1629), - [anon_sym_0x] = ACTIONS(1629), - [sym_val_date] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym__str_single_quotes] = ACTIONS(1629), - [sym__str_back_ticks] = ACTIONS(1629), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), - [anon_sym_err_GT] = ACTIONS(1629), - [anon_sym_out_GT] = ACTIONS(1629), - [anon_sym_e_GT] = ACTIONS(1629), - [anon_sym_o_GT] = ACTIONS(1629), - [anon_sym_err_PLUSout_GT] = ACTIONS(1629), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1629), - [anon_sym_o_PLUSe_GT] = ACTIONS(1629), - [anon_sym_e_PLUSo_GT] = ACTIONS(1629), - [aux_sym_unquoted_token1] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(105), - }, - [1047] = { - [sym_comment] = STATE(1047), - [anon_sym_SEMI] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_err_GT] = ACTIONS(1437), - [anon_sym_out_GT] = ACTIONS(1437), - [anon_sym_e_GT] = ACTIONS(1437), - [anon_sym_o_GT] = ACTIONS(1437), - [anon_sym_err_PLUSout_GT] = ACTIONS(1437), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1437), - [anon_sym_o_PLUSe_GT] = ACTIONS(1437), - [anon_sym_e_PLUSo_GT] = ACTIONS(1437), - [aux_sym_unquoted_token1] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [1048] = { - [sym_comment] = STATE(1048), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(2746), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1049] = { - [sym_comment] = STATE(1049), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1050] = { - [sym_comment] = STATE(1050), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(2744), - [anon_sym_BANG_TILDE] = ACTIONS(2744), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1051] = { - [sym_comment] = STATE(1051), - [ts_builtin_sym_end] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_DOT2] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_err_GT] = ACTIONS(1536), - [anon_sym_out_GT] = ACTIONS(1536), - [anon_sym_e_GT] = ACTIONS(1536), - [anon_sym_o_GT] = ACTIONS(1536), - [anon_sym_err_PLUSout_GT] = ACTIONS(1536), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1536), - [anon_sym_o_PLUSe_GT] = ACTIONS(1536), - [anon_sym_e_PLUSo_GT] = ACTIONS(1536), - [aux_sym_unquoted_token1] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(105), - }, - [1052] = { - [sym_comment] = STATE(1052), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1053] = { - [sym_comment] = STATE(1053), - [ts_builtin_sym_end] = ACTIONS(1511), - [anon_sym_SEMI] = ACTIONS(1509), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1509), - [anon_sym_DOLLAR] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_STAR_STAR] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_mod] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_bit_DASHshl] = ACTIONS(1509), - [anon_sym_bit_DASHshr] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_LT2] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_not_DASHin] = ACTIONS(1509), - [anon_sym_starts_DASHwith] = ACTIONS(1509), - [anon_sym_ends_DASHwith] = ACTIONS(1509), - [anon_sym_EQ_TILDE] = ACTIONS(1509), - [anon_sym_BANG_TILDE] = ACTIONS(1509), - [anon_sym_bit_DASHand] = ACTIONS(1509), - [anon_sym_bit_DASHxor] = ACTIONS(1509), - [anon_sym_bit_DASHor] = ACTIONS(1509), - [anon_sym_and] = ACTIONS(1509), - [anon_sym_xor] = ACTIONS(1509), - [anon_sym_or] = ACTIONS(1509), - [anon_sym_null] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1509), - [anon_sym_false] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1509), - [aux_sym__val_number_token2] = ACTIONS(1509), - [aux_sym__val_number_token3] = ACTIONS(1509), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1509), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_0b] = ACTIONS(1509), - [anon_sym_0o] = ACTIONS(1509), - [anon_sym_0x] = ACTIONS(1509), - [sym_val_date] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1509), - [sym__str_single_quotes] = ACTIONS(1509), - [sym__str_back_ticks] = ACTIONS(1509), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1509), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1509), - [anon_sym_err_GT] = ACTIONS(1509), - [anon_sym_out_GT] = ACTIONS(1509), - [anon_sym_e_GT] = ACTIONS(1509), - [anon_sym_o_GT] = ACTIONS(1509), - [anon_sym_err_PLUSout_GT] = ACTIONS(1509), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1509), - [anon_sym_o_PLUSe_GT] = ACTIONS(1509), - [anon_sym_e_PLUSo_GT] = ACTIONS(1509), - [aux_sym_unquoted_token1] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(105), - }, - [1054] = { - [sym_comment] = STATE(1054), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1055] = { - [sym_comment] = STATE(1055), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1056] = { - [sym_comment] = STATE(1056), - [anon_sym_SEMI] = ACTIONS(1695), - [anon_sym_LF] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_LPAREN] = ACTIONS(1695), - [anon_sym_RPAREN] = ACTIONS(1695), - [anon_sym_PIPE] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(1695), - [anon_sym_GT] = ACTIONS(1695), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_in] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_RBRACE] = ACTIONS(1695), - [anon_sym_DOT] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1695), - [anon_sym_STAR_STAR] = ACTIONS(1695), - [anon_sym_PLUS_PLUS] = ACTIONS(1695), - [anon_sym_SLASH] = ACTIONS(1695), - [anon_sym_mod] = ACTIONS(1695), - [anon_sym_SLASH_SLASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_bit_DASHshl] = ACTIONS(1695), - [anon_sym_bit_DASHshr] = ACTIONS(1695), - [anon_sym_EQ_EQ] = ACTIONS(1695), - [anon_sym_BANG_EQ] = ACTIONS(1695), - [anon_sym_LT2] = ACTIONS(1695), - [anon_sym_LT_EQ] = ACTIONS(1695), - [anon_sym_GT_EQ] = ACTIONS(1695), - [anon_sym_not_DASHin] = ACTIONS(1695), - [anon_sym_starts_DASHwith] = ACTIONS(1695), - [anon_sym_ends_DASHwith] = ACTIONS(1695), - [anon_sym_EQ_TILDE] = ACTIONS(1695), - [anon_sym_BANG_TILDE] = ACTIONS(1695), - [anon_sym_bit_DASHand] = ACTIONS(1695), - [anon_sym_bit_DASHxor] = ACTIONS(1695), - [anon_sym_bit_DASHor] = ACTIONS(1695), - [anon_sym_and] = ACTIONS(1695), - [anon_sym_xor] = ACTIONS(1695), - [anon_sym_or] = ACTIONS(1695), - [anon_sym_null] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(1695), - [anon_sym_false] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1695), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1695), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_0b] = ACTIONS(1695), - [anon_sym_0o] = ACTIONS(1695), - [anon_sym_0x] = ACTIONS(1695), - [sym_val_date] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1695), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1695), - [anon_sym_err_GT] = ACTIONS(1695), - [anon_sym_out_GT] = ACTIONS(1695), - [anon_sym_e_GT] = ACTIONS(1695), - [anon_sym_o_GT] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT] = ACTIONS(1695), - [aux_sym_unquoted_token1] = ACTIONS(1695), - [anon_sym_POUND] = ACTIONS(105), - }, - [1057] = { - [sym_comment] = STATE(1057), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1058] = { - [sym_comment] = STATE(1058), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1059] = { - [sym_comment] = STATE(1059), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(1551), - [anon_sym_mod] = ACTIONS(1551), - [anon_sym_SLASH_SLASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1060] = { - [sym_comment] = STATE(1060), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1061] = { - [sym_comment] = STATE(1061), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1062] = { - [sym_comment] = STATE(1062), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_RPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1063] = { - [sym_comment] = STATE(1063), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_LF] = ACTIONS(1585), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(1583), - [anon_sym_GT] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_in] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_STAR_STAR] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_SLASH] = ACTIONS(1583), - [anon_sym_mod] = ACTIONS(1583), - [anon_sym_SLASH_SLASH] = ACTIONS(1583), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_bit_DASHshl] = ACTIONS(1583), - [anon_sym_bit_DASHshr] = ACTIONS(1583), - [anon_sym_EQ_EQ] = ACTIONS(1583), - [anon_sym_BANG_EQ] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1583), - [anon_sym_LT_EQ] = ACTIONS(1583), - [anon_sym_GT_EQ] = ACTIONS(1583), - [anon_sym_not_DASHin] = ACTIONS(1583), - [anon_sym_starts_DASHwith] = ACTIONS(1583), - [anon_sym_ends_DASHwith] = ACTIONS(1583), - [anon_sym_EQ_TILDE] = ACTIONS(1583), - [anon_sym_BANG_TILDE] = ACTIONS(1583), - [anon_sym_bit_DASHand] = ACTIONS(1583), - [anon_sym_bit_DASHxor] = ACTIONS(1583), - [anon_sym_bit_DASHor] = ACTIONS(1583), - [anon_sym_and] = ACTIONS(1583), - [anon_sym_xor] = ACTIONS(1583), - [anon_sym_or] = ACTIONS(1583), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1583), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1583), - [anon_sym_0o] = ACTIONS(1583), - [anon_sym_0x] = ACTIONS(1583), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_err_GT] = ACTIONS(1583), - [anon_sym_out_GT] = ACTIONS(1583), - [anon_sym_e_GT] = ACTIONS(1583), - [anon_sym_o_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT] = ACTIONS(1583), - [aux_sym_unquoted_token1] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(105), - }, - [1064] = { - [sym__flag] = STATE(1456), - [sym_short_flag] = STATE(1277), - [sym_long_flag] = STATE(1277), - [sym_comment] = STATE(1064), - [aux_sym_overlay_use_repeat1] = STATE(1015), - [ts_builtin_sym_end] = ACTIONS(2718), - [anon_sym_export] = ACTIONS(2716), - [anon_sym_alias] = ACTIONS(2716), - [anon_sym_let] = ACTIONS(2716), - [anon_sym_let_DASHenv] = ACTIONS(2716), - [anon_sym_mut] = ACTIONS(2716), - [anon_sym_const] = ACTIONS(2716), - [anon_sym_SEMI] = ACTIONS(2716), - [sym_cmd_identifier] = ACTIONS(2716), - [anon_sym_LF] = ACTIONS(2718), - [anon_sym_def] = ACTIONS(2716), - [anon_sym_export_DASHenv] = ACTIONS(2716), - [anon_sym_extern] = ACTIONS(2716), - [anon_sym_module] = ACTIONS(2716), - [anon_sym_use] = ACTIONS(2716), - [anon_sym_LBRACK] = ACTIONS(2716), - [anon_sym_LPAREN] = ACTIONS(2716), - [anon_sym_DOLLAR] = ACTIONS(2716), - [anon_sym_error] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2716), - [anon_sym_break] = ACTIONS(2716), - [anon_sym_continue] = ACTIONS(2716), - [anon_sym_for] = ACTIONS(2716), - [anon_sym_loop] = ACTIONS(2716), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_do] = ACTIONS(2716), - [anon_sym_if] = ACTIONS(2716), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_LBRACE] = ACTIONS(2716), - [anon_sym_DOT] = ACTIONS(2716), - [anon_sym_try] = ACTIONS(2716), - [anon_sym_return] = ACTIONS(2716), - [anon_sym_source] = ACTIONS(2716), - [anon_sym_source_DASHenv] = ACTIONS(2716), - [anon_sym_register] = ACTIONS(2716), - [anon_sym_hide] = ACTIONS(2716), - [anon_sym_hide_DASHenv] = ACTIONS(2716), - [anon_sym_overlay] = ACTIONS(2716), - [anon_sym_as] = ACTIONS(2801), - [anon_sym_where] = ACTIONS(2716), - [anon_sym_PLUS] = ACTIONS(2716), - [anon_sym_not] = ACTIONS(2716), - [anon_sym_null] = ACTIONS(2716), - [anon_sym_true] = ACTIONS(2716), - [anon_sym_false] = ACTIONS(2716), - [aux_sym__val_number_decimal_token1] = ACTIONS(2716), - [aux_sym__val_number_token1] = ACTIONS(2716), - [aux_sym__val_number_token2] = ACTIONS(2716), - [aux_sym__val_number_token3] = ACTIONS(2716), - [aux_sym__val_number_token4] = ACTIONS(2716), - [aux_sym__val_number_token5] = ACTIONS(2716), - [aux_sym__val_number_token6] = ACTIONS(2716), - [anon_sym_0b] = ACTIONS(2716), - [anon_sym_0o] = ACTIONS(2716), - [anon_sym_0x] = ACTIONS(2716), - [sym_val_date] = ACTIONS(2716), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym__str_single_quotes] = ACTIONS(2716), - [sym__str_back_ticks] = ACTIONS(2716), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2716), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2716), - [anon_sym_CARET] = ACTIONS(2716), - [anon_sym_POUND] = ACTIONS(105), - }, - [1065] = { - [sym_comment] = STATE(1065), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_LF] = ACTIONS(1657), - [anon_sym_LBRACK] = ACTIONS(1655), - [anon_sym_LPAREN] = ACTIONS(1655), - [anon_sym_RPAREN] = ACTIONS(1655), - [anon_sym_PIPE] = ACTIONS(1655), - [anon_sym_DOLLAR] = ACTIONS(1655), - [anon_sym_GT] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1655), - [anon_sym_in] = ACTIONS(1655), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_RBRACE] = ACTIONS(1655), - [anon_sym_DOT] = ACTIONS(1655), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_STAR_STAR] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_SLASH] = ACTIONS(1655), - [anon_sym_mod] = ACTIONS(1655), - [anon_sym_SLASH_SLASH] = ACTIONS(1655), - [anon_sym_PLUS] = ACTIONS(1655), - [anon_sym_bit_DASHshl] = ACTIONS(1655), - [anon_sym_bit_DASHshr] = ACTIONS(1655), - [anon_sym_EQ_EQ] = ACTIONS(1655), - [anon_sym_BANG_EQ] = ACTIONS(1655), - [anon_sym_LT2] = ACTIONS(1655), - [anon_sym_LT_EQ] = ACTIONS(1655), - [anon_sym_GT_EQ] = ACTIONS(1655), - [anon_sym_not_DASHin] = ACTIONS(1655), - [anon_sym_starts_DASHwith] = ACTIONS(1655), - [anon_sym_ends_DASHwith] = ACTIONS(1655), - [anon_sym_EQ_TILDE] = ACTIONS(1655), - [anon_sym_BANG_TILDE] = ACTIONS(1655), - [anon_sym_bit_DASHand] = ACTIONS(1655), - [anon_sym_bit_DASHxor] = ACTIONS(1655), - [anon_sym_bit_DASHor] = ACTIONS(1655), - [anon_sym_and] = ACTIONS(1655), - [anon_sym_xor] = ACTIONS(1655), - [anon_sym_or] = ACTIONS(1655), - [anon_sym_null] = ACTIONS(1655), - [anon_sym_true] = ACTIONS(1655), - [anon_sym_false] = ACTIONS(1655), - [aux_sym__val_number_decimal_token1] = ACTIONS(1655), - [aux_sym__val_number_token1] = ACTIONS(1655), - [aux_sym__val_number_token2] = ACTIONS(1655), - [aux_sym__val_number_token3] = ACTIONS(1655), - [aux_sym__val_number_token4] = ACTIONS(1655), - [aux_sym__val_number_token5] = ACTIONS(1655), - [aux_sym__val_number_token6] = ACTIONS(1655), - [anon_sym_0b] = ACTIONS(1655), - [anon_sym_0o] = ACTIONS(1655), - [anon_sym_0x] = ACTIONS(1655), - [sym_val_date] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym__str_single_quotes] = ACTIONS(1655), - [sym__str_back_ticks] = ACTIONS(1655), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1655), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1655), - [anon_sym_err_GT] = ACTIONS(1655), - [anon_sym_out_GT] = ACTIONS(1655), - [anon_sym_e_GT] = ACTIONS(1655), - [anon_sym_o_GT] = ACTIONS(1655), - [anon_sym_err_PLUSout_GT] = ACTIONS(1655), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1655), - [anon_sym_o_PLUSe_GT] = ACTIONS(1655), - [anon_sym_e_PLUSo_GT] = ACTIONS(1655), - [aux_sym_unquoted_token1] = ACTIONS(1655), - [anon_sym_POUND] = ACTIONS(105), - }, - [1066] = { - [sym_comment] = STATE(1066), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2736), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_STAR_STAR] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2738), - [anon_sym_mod] = ACTIONS(2738), - [anon_sym_SLASH_SLASH] = ACTIONS(2738), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_bit_DASHshl] = ACTIONS(2742), - [anon_sym_bit_DASHshr] = ACTIONS(2742), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT2] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_not_DASHin] = ACTIONS(2736), - [anon_sym_starts_DASHwith] = ACTIONS(2736), - [anon_sym_ends_DASHwith] = ACTIONS(2736), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1067] = { - [sym_comment] = STATE(1067), - [ts_builtin_sym_end] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_LF] = ACTIONS(1593), - [anon_sym_LBRACK] = ACTIONS(1591), - [anon_sym_LPAREN] = ACTIONS(1591), - [anon_sym_PIPE] = ACTIONS(1591), - [anon_sym_DOLLAR] = ACTIONS(1591), - [anon_sym_GT] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1591), - [anon_sym_in] = ACTIONS(1591), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_DOT] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_STAR_STAR] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_SLASH] = ACTIONS(1591), - [anon_sym_mod] = ACTIONS(1591), - [anon_sym_SLASH_SLASH] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1591), - [anon_sym_bit_DASHshl] = ACTIONS(1591), - [anon_sym_bit_DASHshr] = ACTIONS(1591), - [anon_sym_EQ_EQ] = ACTIONS(1591), - [anon_sym_BANG_EQ] = ACTIONS(1591), - [anon_sym_LT2] = ACTIONS(1591), - [anon_sym_LT_EQ] = ACTIONS(1591), - [anon_sym_GT_EQ] = ACTIONS(1591), - [anon_sym_not_DASHin] = ACTIONS(1591), - [anon_sym_starts_DASHwith] = ACTIONS(1591), - [anon_sym_ends_DASHwith] = ACTIONS(1591), - [anon_sym_EQ_TILDE] = ACTIONS(1591), - [anon_sym_BANG_TILDE] = ACTIONS(1591), - [anon_sym_bit_DASHand] = ACTIONS(1591), - [anon_sym_bit_DASHxor] = ACTIONS(1591), - [anon_sym_bit_DASHor] = ACTIONS(1591), - [anon_sym_and] = ACTIONS(1591), - [anon_sym_xor] = ACTIONS(1591), - [anon_sym_or] = ACTIONS(1591), - [anon_sym_null] = ACTIONS(1591), - [anon_sym_true] = ACTIONS(1591), - [anon_sym_false] = ACTIONS(1591), - [aux_sym__val_number_decimal_token1] = ACTIONS(1591), - [aux_sym__val_number_token1] = ACTIONS(1591), - [aux_sym__val_number_token2] = ACTIONS(1591), - [aux_sym__val_number_token3] = ACTIONS(1591), - [aux_sym__val_number_token4] = ACTIONS(1591), - [aux_sym__val_number_token5] = ACTIONS(1591), - [aux_sym__val_number_token6] = ACTIONS(1591), - [anon_sym_0b] = ACTIONS(1591), - [anon_sym_0o] = ACTIONS(1591), - [anon_sym_0x] = ACTIONS(1591), - [sym_val_date] = ACTIONS(1591), - [anon_sym_DQUOTE] = ACTIONS(1591), - [sym__str_single_quotes] = ACTIONS(1591), - [sym__str_back_ticks] = ACTIONS(1591), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1591), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1591), - [anon_sym_err_GT] = ACTIONS(1591), - [anon_sym_out_GT] = ACTIONS(1591), - [anon_sym_e_GT] = ACTIONS(1591), - [anon_sym_o_GT] = ACTIONS(1591), - [anon_sym_err_PLUSout_GT] = ACTIONS(1591), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1591), - [anon_sym_o_PLUSe_GT] = ACTIONS(1591), - [anon_sym_e_PLUSo_GT] = ACTIONS(1591), - [aux_sym_unquoted_token1] = ACTIONS(1591), - [anon_sym_POUND] = ACTIONS(105), - }, - [1068] = { - [sym_comment] = STATE(1068), - [ts_builtin_sym_end] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_STAR_STAR] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_mod] = ACTIONS(1513), - [anon_sym_SLASH_SLASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_bit_DASHshl] = ACTIONS(1513), - [anon_sym_bit_DASHshr] = ACTIONS(1513), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_LT2] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_not_DASHin] = ACTIONS(1513), - [anon_sym_starts_DASHwith] = ACTIONS(1513), - [anon_sym_ends_DASHwith] = ACTIONS(1513), - [anon_sym_EQ_TILDE] = ACTIONS(1513), - [anon_sym_BANG_TILDE] = ACTIONS(1513), - [anon_sym_bit_DASHand] = ACTIONS(1513), - [anon_sym_bit_DASHxor] = ACTIONS(1513), - [anon_sym_bit_DASHor] = ACTIONS(1513), - [anon_sym_and] = ACTIONS(1513), - [anon_sym_xor] = ACTIONS(1513), - [anon_sym_or] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_err_GT] = ACTIONS(1513), - [anon_sym_out_GT] = ACTIONS(1513), - [anon_sym_e_GT] = ACTIONS(1513), - [anon_sym_o_GT] = ACTIONS(1513), - [anon_sym_err_PLUSout_GT] = ACTIONS(1513), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1513), - [anon_sym_o_PLUSe_GT] = ACTIONS(1513), - [anon_sym_e_PLUSo_GT] = ACTIONS(1513), - [aux_sym_unquoted_token1] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(105), - }, - [1069] = { - [sym_comment] = STATE(1069), - [ts_builtin_sym_end] = ACTIONS(1631), - [anon_sym_SEMI] = ACTIONS(1629), - [anon_sym_LF] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_LPAREN] = ACTIONS(1629), - [anon_sym_PIPE] = ACTIONS(1629), - [anon_sym_DOLLAR] = ACTIONS(1629), - [anon_sym_GT] = ACTIONS(1629), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_in] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1629), - [anon_sym_DOT] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1629), - [anon_sym_STAR_STAR] = ACTIONS(1629), - [anon_sym_PLUS_PLUS] = ACTIONS(1629), - [anon_sym_SLASH] = ACTIONS(1629), - [anon_sym_mod] = ACTIONS(1629), - [anon_sym_SLASH_SLASH] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_bit_DASHshl] = ACTIONS(1629), - [anon_sym_bit_DASHshr] = ACTIONS(1629), - [anon_sym_EQ_EQ] = ACTIONS(1629), - [anon_sym_BANG_EQ] = ACTIONS(1629), - [anon_sym_LT2] = ACTIONS(1629), - [anon_sym_LT_EQ] = ACTIONS(1629), - [anon_sym_GT_EQ] = ACTIONS(1629), - [anon_sym_not_DASHin] = ACTIONS(1629), - [anon_sym_starts_DASHwith] = ACTIONS(1629), - [anon_sym_ends_DASHwith] = ACTIONS(1629), - [anon_sym_EQ_TILDE] = ACTIONS(1629), - [anon_sym_BANG_TILDE] = ACTIONS(1629), - [anon_sym_bit_DASHand] = ACTIONS(1629), - [anon_sym_bit_DASHxor] = ACTIONS(1629), - [anon_sym_bit_DASHor] = ACTIONS(1629), - [anon_sym_and] = ACTIONS(1629), - [anon_sym_xor] = ACTIONS(1629), - [anon_sym_or] = ACTIONS(1629), - [anon_sym_null] = ACTIONS(1629), - [anon_sym_true] = ACTIONS(1629), - [anon_sym_false] = ACTIONS(1629), - [aux_sym__val_number_decimal_token1] = ACTIONS(1629), - [aux_sym__val_number_token1] = ACTIONS(1629), - [aux_sym__val_number_token2] = ACTIONS(1629), - [aux_sym__val_number_token3] = ACTIONS(1629), - [aux_sym__val_number_token4] = ACTIONS(1629), - [aux_sym__val_number_token5] = ACTIONS(1629), - [aux_sym__val_number_token6] = ACTIONS(1629), - [anon_sym_0b] = ACTIONS(1629), - [anon_sym_0o] = ACTIONS(1629), - [anon_sym_0x] = ACTIONS(1629), - [sym_val_date] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym__str_single_quotes] = ACTIONS(1629), - [sym__str_back_ticks] = ACTIONS(1629), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), - [anon_sym_err_GT] = ACTIONS(1629), - [anon_sym_out_GT] = ACTIONS(1629), - [anon_sym_e_GT] = ACTIONS(1629), - [anon_sym_o_GT] = ACTIONS(1629), - [anon_sym_err_PLUSout_GT] = ACTIONS(1629), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1629), - [anon_sym_o_PLUSe_GT] = ACTIONS(1629), - [anon_sym_e_PLUSo_GT] = ACTIONS(1629), - [aux_sym_unquoted_token1] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(105), - }, - [1070] = { - [sym_comment] = STATE(1070), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1071] = { - [sym_path] = STATE(1233), - [sym_comment] = STATE(1071), - [aux_sym_cell_path_repeat1] = STATE(1071), - [anon_sym_export] = ACTIONS(1387), - [anon_sym_alias] = ACTIONS(1387), - [anon_sym_let] = ACTIONS(1387), - [anon_sym_let_DASHenv] = ACTIONS(1387), - [anon_sym_mut] = ACTIONS(1387), - [anon_sym_const] = ACTIONS(1387), - [anon_sym_SEMI] = ACTIONS(1387), - [sym_cmd_identifier] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_def] = ACTIONS(1387), - [anon_sym_export_DASHenv] = ACTIONS(1387), - [anon_sym_extern] = ACTIONS(1387), - [anon_sym_module] = ACTIONS(1387), - [anon_sym_use] = ACTIONS(1387), - [anon_sym_LBRACK] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_RPAREN] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_error] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_break] = ACTIONS(1387), - [anon_sym_continue] = ACTIONS(1387), - [anon_sym_for] = ACTIONS(1387), - [anon_sym_loop] = ACTIONS(1387), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(1387), - [anon_sym_if] = ACTIONS(1387), - [anon_sym_match] = ACTIONS(1387), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(2817), - [anon_sym_try] = ACTIONS(1387), - [anon_sym_return] = ACTIONS(1387), - [anon_sym_source] = ACTIONS(1387), - [anon_sym_source_DASHenv] = ACTIONS(1387), - [anon_sym_register] = ACTIONS(1387), - [anon_sym_hide] = ACTIONS(1387), - [anon_sym_hide_DASHenv] = ACTIONS(1387), - [anon_sym_overlay] = ACTIONS(1387), - [anon_sym_where] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_not] = ACTIONS(1387), - [anon_sym_null] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(1387), - [anon_sym_false] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_0b] = ACTIONS(1387), - [anon_sym_0o] = ACTIONS(1387), - [anon_sym_0x] = ACTIONS(1387), - [sym_val_date] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1387), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1387), - [anon_sym_CARET] = ACTIONS(1387), - [anon_sym_POUND] = ACTIONS(105), - }, - [1072] = { - [sym_comment] = STATE(1072), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1073] = { - [sym_comment] = STATE(1073), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1074] = { - [sym_comment] = STATE(1074), - [ts_builtin_sym_end] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1651), - [anon_sym_LF] = ACTIONS(1653), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_LPAREN] = ACTIONS(1651), - [anon_sym_PIPE] = ACTIONS(1651), - [anon_sym_DOLLAR] = ACTIONS(1651), - [anon_sym_GT] = ACTIONS(1651), - [anon_sym_DASH] = ACTIONS(1651), - [anon_sym_in] = ACTIONS(1651), - [anon_sym_LBRACE] = ACTIONS(1651), - [anon_sym_DOT] = ACTIONS(1651), - [anon_sym_STAR] = ACTIONS(1651), - [anon_sym_STAR_STAR] = ACTIONS(1651), - [anon_sym_PLUS_PLUS] = ACTIONS(1651), - [anon_sym_SLASH] = ACTIONS(1651), - [anon_sym_mod] = ACTIONS(1651), - [anon_sym_SLASH_SLASH] = ACTIONS(1651), - [anon_sym_PLUS] = ACTIONS(1651), - [anon_sym_bit_DASHshl] = ACTIONS(1651), - [anon_sym_bit_DASHshr] = ACTIONS(1651), - [anon_sym_EQ_EQ] = ACTIONS(1651), - [anon_sym_BANG_EQ] = ACTIONS(1651), - [anon_sym_LT2] = ACTIONS(1651), - [anon_sym_LT_EQ] = ACTIONS(1651), - [anon_sym_GT_EQ] = ACTIONS(1651), - [anon_sym_not_DASHin] = ACTIONS(1651), - [anon_sym_starts_DASHwith] = ACTIONS(1651), - [anon_sym_ends_DASHwith] = ACTIONS(1651), - [anon_sym_EQ_TILDE] = ACTIONS(1651), - [anon_sym_BANG_TILDE] = ACTIONS(1651), - [anon_sym_bit_DASHand] = ACTIONS(1651), - [anon_sym_bit_DASHxor] = ACTIONS(1651), - [anon_sym_bit_DASHor] = ACTIONS(1651), - [anon_sym_and] = ACTIONS(1651), - [anon_sym_xor] = ACTIONS(1651), - [anon_sym_or] = ACTIONS(1651), - [anon_sym_null] = ACTIONS(1651), - [anon_sym_true] = ACTIONS(1651), - [anon_sym_false] = ACTIONS(1651), - [aux_sym__val_number_decimal_token1] = ACTIONS(1651), - [aux_sym__val_number_token1] = ACTIONS(1651), - [aux_sym__val_number_token2] = ACTIONS(1651), - [aux_sym__val_number_token3] = ACTIONS(1651), - [aux_sym__val_number_token4] = ACTIONS(1651), - [aux_sym__val_number_token5] = ACTIONS(1651), - [aux_sym__val_number_token6] = ACTIONS(1651), - [anon_sym_0b] = ACTIONS(1651), - [anon_sym_0o] = ACTIONS(1651), - [anon_sym_0x] = ACTIONS(1651), - [sym_val_date] = ACTIONS(1651), - [anon_sym_DQUOTE] = ACTIONS(1651), - [sym__str_single_quotes] = ACTIONS(1651), - [sym__str_back_ticks] = ACTIONS(1651), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1651), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1651), - [anon_sym_err_GT] = ACTIONS(1651), - [anon_sym_out_GT] = ACTIONS(1651), - [anon_sym_e_GT] = ACTIONS(1651), - [anon_sym_o_GT] = ACTIONS(1651), - [anon_sym_err_PLUSout_GT] = ACTIONS(1651), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1651), - [anon_sym_o_PLUSe_GT] = ACTIONS(1651), - [anon_sym_e_PLUSo_GT] = ACTIONS(1651), - [aux_sym_unquoted_token1] = ACTIONS(1651), - [anon_sym_POUND] = ACTIONS(105), - }, - [1075] = { - [sym_comment] = STATE(1075), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1076] = { - [sym_comment] = STATE(1076), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1077] = { - [sym_comment] = STATE(1077), - [ts_builtin_sym_end] = ACTIONS(1439), - [anon_sym_SEMI] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_GT] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_PLUS_PLUS] = ACTIONS(1437), - [anon_sym_SLASH] = ACTIONS(1437), - [anon_sym_mod] = ACTIONS(1437), - [anon_sym_SLASH_SLASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_bit_DASHshl] = ACTIONS(1437), - [anon_sym_bit_DASHshr] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1437), - [anon_sym_LT2] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_not_DASHin] = ACTIONS(1437), - [anon_sym_starts_DASHwith] = ACTIONS(1437), - [anon_sym_ends_DASHwith] = ACTIONS(1437), - [anon_sym_EQ_TILDE] = ACTIONS(1437), - [anon_sym_BANG_TILDE] = ACTIONS(1437), - [anon_sym_bit_DASHand] = ACTIONS(1437), - [anon_sym_bit_DASHxor] = ACTIONS(1437), - [anon_sym_bit_DASHor] = ACTIONS(1437), - [anon_sym_and] = ACTIONS(1437), - [anon_sym_xor] = ACTIONS(1437), - [anon_sym_or] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_err_GT] = ACTIONS(1437), - [anon_sym_out_GT] = ACTIONS(1437), - [anon_sym_e_GT] = ACTIONS(1437), - [anon_sym_o_GT] = ACTIONS(1437), - [anon_sym_err_PLUSout_GT] = ACTIONS(1437), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1437), - [anon_sym_o_PLUSe_GT] = ACTIONS(1437), - [anon_sym_e_PLUSo_GT] = ACTIONS(1437), - [aux_sym_unquoted_token1] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [1078] = { - [sym_cell_path] = STATE(1281), - [sym_path] = STATE(1145), - [sym_comment] = STATE(1078), - [anon_sym_export] = ACTIONS(1463), - [anon_sym_alias] = ACTIONS(1463), - [anon_sym_let] = ACTIONS(1463), - [anon_sym_let_DASHenv] = ACTIONS(1463), - [anon_sym_mut] = ACTIONS(1463), - [anon_sym_const] = ACTIONS(1463), - [anon_sym_SEMI] = ACTIONS(1463), - [sym_cmd_identifier] = ACTIONS(1463), - [anon_sym_LF] = ACTIONS(1465), - [anon_sym_def] = ACTIONS(1463), - [anon_sym_export_DASHenv] = ACTIONS(1463), - [anon_sym_extern] = ACTIONS(1463), - [anon_sym_module] = ACTIONS(1463), - [anon_sym_use] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_RPAREN] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_error] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_break] = ACTIONS(1463), - [anon_sym_continue] = ACTIONS(1463), - [anon_sym_for] = ACTIONS(1463), - [anon_sym_loop] = ACTIONS(1463), - [anon_sym_while] = ACTIONS(1463), - [anon_sym_do] = ACTIONS(1463), - [anon_sym_if] = ACTIONS(1463), - [anon_sym_match] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1463), - [anon_sym_return] = ACTIONS(1463), - [anon_sym_source] = ACTIONS(1463), - [anon_sym_source_DASHenv] = ACTIONS(1463), - [anon_sym_register] = ACTIONS(1463), - [anon_sym_hide] = ACTIONS(1463), - [anon_sym_hide_DASHenv] = ACTIONS(1463), - [anon_sym_overlay] = ACTIONS(1463), - [anon_sym_where] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_not] = ACTIONS(1463), - [anon_sym_null] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1463), - [anon_sym_false] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1463), - [aux_sym__val_number_token2] = ACTIONS(1463), - [aux_sym__val_number_token3] = ACTIONS(1463), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_0b] = ACTIONS(1463), - [anon_sym_0o] = ACTIONS(1463), - [anon_sym_0x] = ACTIONS(1463), - [sym_val_date] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1463), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1463), - [anon_sym_CARET] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(105), - }, - [1079] = { - [sym_comment] = STATE(1079), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(2822), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1080] = { - [sym_comment] = STATE(1080), - [ts_builtin_sym_end] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_LF] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1536), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [aux_sym__val_number_decimal_token1] = ACTIONS(1536), - [aux_sym__val_number_token1] = ACTIONS(1536), - [aux_sym__val_number_token2] = ACTIONS(1536), - [aux_sym__val_number_token3] = ACTIONS(1536), - [aux_sym__val_number_token4] = ACTIONS(1536), - [aux_sym__val_number_token5] = ACTIONS(1536), - [aux_sym__val_number_token6] = ACTIONS(1536), - [anon_sym_0b] = ACTIONS(1536), - [anon_sym_0o] = ACTIONS(1536), - [anon_sym_0x] = ACTIONS(1536), - [sym_val_date] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym__str_single_quotes] = ACTIONS(1536), - [sym__str_back_ticks] = ACTIONS(1536), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), - [anon_sym_err_GT] = ACTIONS(1536), - [anon_sym_out_GT] = ACTIONS(1536), - [anon_sym_e_GT] = ACTIONS(1536), - [anon_sym_o_GT] = ACTIONS(1536), - [anon_sym_err_PLUSout_GT] = ACTIONS(1536), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1536), - [anon_sym_o_PLUSe_GT] = ACTIONS(1536), - [anon_sym_e_PLUSo_GT] = ACTIONS(1536), - [aux_sym_unquoted_token1] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(105), - }, - [1081] = { - [sym_comment] = STATE(1081), - [ts_builtin_sym_end] = ACTIONS(1661), - [anon_sym_SEMI] = ACTIONS(1659), - [anon_sym_LF] = ACTIONS(1661), - [anon_sym_LBRACK] = ACTIONS(1659), - [anon_sym_LPAREN] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1659), - [anon_sym_DOLLAR] = ACTIONS(1659), - [anon_sym_GT] = ACTIONS(1659), - [anon_sym_DASH] = ACTIONS(1659), - [anon_sym_in] = ACTIONS(1659), - [anon_sym_LBRACE] = ACTIONS(1659), - [anon_sym_DOT] = ACTIONS(1659), - [anon_sym_STAR] = ACTIONS(1659), - [anon_sym_STAR_STAR] = ACTIONS(1659), - [anon_sym_PLUS_PLUS] = ACTIONS(1659), - [anon_sym_SLASH] = ACTIONS(1659), - [anon_sym_mod] = ACTIONS(1659), - [anon_sym_SLASH_SLASH] = ACTIONS(1659), - [anon_sym_PLUS] = ACTIONS(1659), - [anon_sym_bit_DASHshl] = ACTIONS(1659), - [anon_sym_bit_DASHshr] = ACTIONS(1659), - [anon_sym_EQ_EQ] = ACTIONS(1659), - [anon_sym_BANG_EQ] = ACTIONS(1659), - [anon_sym_LT2] = ACTIONS(1659), - [anon_sym_LT_EQ] = ACTIONS(1659), - [anon_sym_GT_EQ] = ACTIONS(1659), - [anon_sym_not_DASHin] = ACTIONS(1659), - [anon_sym_starts_DASHwith] = ACTIONS(1659), - [anon_sym_ends_DASHwith] = ACTIONS(1659), - [anon_sym_EQ_TILDE] = ACTIONS(1659), - [anon_sym_BANG_TILDE] = ACTIONS(1659), - [anon_sym_bit_DASHand] = ACTIONS(1659), - [anon_sym_bit_DASHxor] = ACTIONS(1659), - [anon_sym_bit_DASHor] = ACTIONS(1659), - [anon_sym_and] = ACTIONS(1659), - [anon_sym_xor] = ACTIONS(1659), - [anon_sym_or] = ACTIONS(1659), - [anon_sym_null] = ACTIONS(1659), - [anon_sym_true] = ACTIONS(1659), - [anon_sym_false] = ACTIONS(1659), - [aux_sym__val_number_decimal_token1] = ACTIONS(1659), - [aux_sym__val_number_token1] = ACTIONS(1659), - [aux_sym__val_number_token2] = ACTIONS(1659), - [aux_sym__val_number_token3] = ACTIONS(1659), - [aux_sym__val_number_token4] = ACTIONS(1659), - [aux_sym__val_number_token5] = ACTIONS(1659), - [aux_sym__val_number_token6] = ACTIONS(1659), - [anon_sym_0b] = ACTIONS(1659), - [anon_sym_0o] = ACTIONS(1659), - [anon_sym_0x] = ACTIONS(1659), - [sym_val_date] = ACTIONS(1659), - [anon_sym_DQUOTE] = ACTIONS(1659), - [sym__str_single_quotes] = ACTIONS(1659), - [sym__str_back_ticks] = ACTIONS(1659), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1659), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1659), - [anon_sym_err_GT] = ACTIONS(1659), - [anon_sym_out_GT] = ACTIONS(1659), - [anon_sym_e_GT] = ACTIONS(1659), - [anon_sym_o_GT] = ACTIONS(1659), - [anon_sym_err_PLUSout_GT] = ACTIONS(1659), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1659), - [anon_sym_o_PLUSe_GT] = ACTIONS(1659), - [anon_sym_e_PLUSo_GT] = ACTIONS(1659), - [aux_sym_unquoted_token1] = ACTIONS(1659), - [anon_sym_POUND] = ACTIONS(105), - }, - [1082] = { - [sym_comment] = STATE(1082), - [ts_builtin_sym_end] = ACTIONS(1627), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_DOT] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_SLASH] = ACTIONS(1625), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1625), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT_EQ] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1625), - [anon_sym_out_GT] = ACTIONS(1625), - [anon_sym_e_GT] = ACTIONS(1625), - [anon_sym_o_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(105), - }, - [1083] = { - [sym_comment] = STATE(1083), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1084] = { - [sym_comment] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1085] = { - [sym_comment] = STATE(1085), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1086] = { - [sym_comment] = STATE(1086), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(2822), - [anon_sym_bit_DASHxor] = ACTIONS(2824), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1087] = { - [sym_comment] = STATE(1087), - [ts_builtin_sym_end] = ACTIONS(1605), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1605), - [anon_sym_LBRACK] = ACTIONS(1603), - [anon_sym_LPAREN] = ACTIONS(1603), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_DASH] = ACTIONS(1603), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_LBRACE] = ACTIONS(1603), - [anon_sym_DOT] = ACTIONS(1603), - [anon_sym_STAR] = ACTIONS(1603), - [anon_sym_STAR_STAR] = ACTIONS(1603), - [anon_sym_PLUS_PLUS] = ACTIONS(1603), - [anon_sym_SLASH] = ACTIONS(1603), - [anon_sym_mod] = ACTIONS(1603), - [anon_sym_SLASH_SLASH] = ACTIONS(1603), - [anon_sym_PLUS] = ACTIONS(1603), - [anon_sym_bit_DASHshl] = ACTIONS(1603), - [anon_sym_bit_DASHshr] = ACTIONS(1603), - [anon_sym_EQ_EQ] = ACTIONS(1603), - [anon_sym_BANG_EQ] = ACTIONS(1603), - [anon_sym_LT2] = ACTIONS(1603), - [anon_sym_LT_EQ] = ACTIONS(1603), - [anon_sym_GT_EQ] = ACTIONS(1603), - [anon_sym_not_DASHin] = ACTIONS(1603), - [anon_sym_starts_DASHwith] = ACTIONS(1603), - [anon_sym_ends_DASHwith] = ACTIONS(1603), - [anon_sym_EQ_TILDE] = ACTIONS(1603), - [anon_sym_BANG_TILDE] = ACTIONS(1603), - [anon_sym_bit_DASHand] = ACTIONS(1603), - [anon_sym_bit_DASHxor] = ACTIONS(1603), - [anon_sym_bit_DASHor] = ACTIONS(1603), - [anon_sym_and] = ACTIONS(1603), - [anon_sym_xor] = ACTIONS(1603), - [anon_sym_or] = ACTIONS(1603), - [anon_sym_null] = ACTIONS(1603), - [anon_sym_true] = ACTIONS(1603), - [anon_sym_false] = ACTIONS(1603), - [aux_sym__val_number_decimal_token1] = ACTIONS(1603), - [aux_sym__val_number_token1] = ACTIONS(1603), - [aux_sym__val_number_token2] = ACTIONS(1603), - [aux_sym__val_number_token3] = ACTIONS(1603), - [aux_sym__val_number_token4] = ACTIONS(1603), - [aux_sym__val_number_token5] = ACTIONS(1603), - [aux_sym__val_number_token6] = ACTIONS(1603), - [anon_sym_0b] = ACTIONS(1603), - [anon_sym_0o] = ACTIONS(1603), - [anon_sym_0x] = ACTIONS(1603), - [sym_val_date] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym__str_single_quotes] = ACTIONS(1603), - [sym__str_back_ticks] = ACTIONS(1603), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1603), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1603), - [anon_sym_err_GT] = ACTIONS(1603), - [anon_sym_out_GT] = ACTIONS(1603), - [anon_sym_e_GT] = ACTIONS(1603), - [anon_sym_o_GT] = ACTIONS(1603), - [anon_sym_err_PLUSout_GT] = ACTIONS(1603), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1603), - [anon_sym_o_PLUSe_GT] = ACTIONS(1603), - [anon_sym_e_PLUSo_GT] = ACTIONS(1603), - [aux_sym_unquoted_token1] = ACTIONS(1603), - [anon_sym_POUND] = ACTIONS(105), - }, - [1088] = { - [sym_comment] = STATE(1088), - [ts_builtin_sym_end] = ACTIONS(1585), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_LF] = ACTIONS(1585), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(1583), - [anon_sym_GT] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_in] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_STAR_STAR] = ACTIONS(1583), - [anon_sym_PLUS_PLUS] = ACTIONS(1583), - [anon_sym_SLASH] = ACTIONS(1583), - [anon_sym_mod] = ACTIONS(1583), - [anon_sym_SLASH_SLASH] = ACTIONS(1583), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_bit_DASHshl] = ACTIONS(1583), - [anon_sym_bit_DASHshr] = ACTIONS(1583), - [anon_sym_EQ_EQ] = ACTIONS(1583), - [anon_sym_BANG_EQ] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1583), - [anon_sym_LT_EQ] = ACTIONS(1583), - [anon_sym_GT_EQ] = ACTIONS(1583), - [anon_sym_not_DASHin] = ACTIONS(1583), - [anon_sym_starts_DASHwith] = ACTIONS(1583), - [anon_sym_ends_DASHwith] = ACTIONS(1583), - [anon_sym_EQ_TILDE] = ACTIONS(1583), - [anon_sym_BANG_TILDE] = ACTIONS(1583), - [anon_sym_bit_DASHand] = ACTIONS(1583), - [anon_sym_bit_DASHxor] = ACTIONS(1583), - [anon_sym_bit_DASHor] = ACTIONS(1583), - [anon_sym_and] = ACTIONS(1583), - [anon_sym_xor] = ACTIONS(1583), - [anon_sym_or] = ACTIONS(1583), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1583), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1583), - [anon_sym_0o] = ACTIONS(1583), - [anon_sym_0x] = ACTIONS(1583), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_err_GT] = ACTIONS(1583), - [anon_sym_out_GT] = ACTIONS(1583), - [anon_sym_e_GT] = ACTIONS(1583), - [anon_sym_o_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT] = ACTIONS(1583), - [aux_sym_unquoted_token1] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(105), - }, - [1089] = { - [sym_comment] = STATE(1089), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1090] = { - [sym_comment] = STATE(1090), - [ts_builtin_sym_end] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(2826), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(2797), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(2828), - [anon_sym_POUND] = ACTIONS(105), - }, - [1091] = { - [sym_path] = STATE(1233), - [sym_comment] = STATE(1091), - [aux_sym_cell_path_repeat1] = STATE(1146), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_RPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [1092] = { - [sym_comment] = STATE(1092), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_LF] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1599), - [anon_sym_in] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_STAR_STAR] = ACTIONS(1599), - [anon_sym_PLUS_PLUS] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1599), - [anon_sym_SLASH_SLASH] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_bit_DASHshl] = ACTIONS(1599), - [anon_sym_bit_DASHshr] = ACTIONS(1599), - [anon_sym_EQ_EQ] = ACTIONS(1599), - [anon_sym_BANG_EQ] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1599), - [anon_sym_not_DASHin] = ACTIONS(1599), - [anon_sym_starts_DASHwith] = ACTIONS(1599), - [anon_sym_ends_DASHwith] = ACTIONS(1599), - [anon_sym_EQ_TILDE] = ACTIONS(1599), - [anon_sym_BANG_TILDE] = ACTIONS(1599), - [anon_sym_bit_DASHand] = ACTIONS(1599), - [anon_sym_bit_DASHxor] = ACTIONS(1599), - [anon_sym_bit_DASHor] = ACTIONS(1599), - [anon_sym_and] = ACTIONS(1599), - [anon_sym_xor] = ACTIONS(1599), - [anon_sym_or] = ACTIONS(1599), - [anon_sym_null] = ACTIONS(1599), - [anon_sym_true] = ACTIONS(1599), - [anon_sym_false] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [anon_sym_0b] = ACTIONS(1599), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1599), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1599), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(105), - }, - [1093] = { - [sym_comment] = STATE(1093), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(2822), - [anon_sym_bit_DASHxor] = ACTIONS(2824), - [anon_sym_bit_DASHor] = ACTIONS(2830), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1094] = { - [sym_comment] = STATE(1094), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token1] = ACTIONS(2836), - [aux_sym__immediate_decimal_token2] = ACTIONS(2838), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1095] = { - [sym_comment] = STATE(1095), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1096] = { - [sym_comment] = STATE(1096), - [ts_builtin_sym_end] = ACTIONS(1673), - [anon_sym_SEMI] = ACTIONS(1671), - [anon_sym_LF] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1671), - [anon_sym_PIPE] = ACTIONS(1671), - [anon_sym_DOLLAR] = ACTIONS(1671), - [anon_sym_GT] = ACTIONS(1671), - [anon_sym_DASH] = ACTIONS(1671), - [anon_sym_in] = ACTIONS(1671), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_DOT] = ACTIONS(1671), - [anon_sym_STAR] = ACTIONS(1671), - [anon_sym_STAR_STAR] = ACTIONS(1671), - [anon_sym_PLUS_PLUS] = ACTIONS(1671), - [anon_sym_SLASH] = ACTIONS(1671), - [anon_sym_mod] = ACTIONS(1671), - [anon_sym_SLASH_SLASH] = ACTIONS(1671), - [anon_sym_PLUS] = ACTIONS(1671), - [anon_sym_bit_DASHshl] = ACTIONS(1671), - [anon_sym_bit_DASHshr] = ACTIONS(1671), - [anon_sym_EQ_EQ] = ACTIONS(1671), - [anon_sym_BANG_EQ] = ACTIONS(1671), - [anon_sym_LT2] = ACTIONS(1671), - [anon_sym_LT_EQ] = ACTIONS(1671), - [anon_sym_GT_EQ] = ACTIONS(1671), - [anon_sym_not_DASHin] = ACTIONS(1671), - [anon_sym_starts_DASHwith] = ACTIONS(1671), - [anon_sym_ends_DASHwith] = ACTIONS(1671), - [anon_sym_EQ_TILDE] = ACTIONS(1671), - [anon_sym_BANG_TILDE] = ACTIONS(1671), - [anon_sym_bit_DASHand] = ACTIONS(1671), - [anon_sym_bit_DASHxor] = ACTIONS(1671), - [anon_sym_bit_DASHor] = ACTIONS(1671), - [anon_sym_and] = ACTIONS(1671), - [anon_sym_xor] = ACTIONS(1671), - [anon_sym_or] = ACTIONS(1671), - [anon_sym_null] = ACTIONS(1671), - [anon_sym_true] = ACTIONS(1671), - [anon_sym_false] = ACTIONS(1671), - [aux_sym__val_number_decimal_token1] = ACTIONS(1671), - [aux_sym__val_number_token1] = ACTIONS(1671), - [aux_sym__val_number_token2] = ACTIONS(1671), - [aux_sym__val_number_token3] = ACTIONS(1671), - [aux_sym__val_number_token4] = ACTIONS(1671), - [aux_sym__val_number_token5] = ACTIONS(1671), - [aux_sym__val_number_token6] = ACTIONS(1671), - [anon_sym_0b] = ACTIONS(1671), - [anon_sym_0o] = ACTIONS(1671), - [anon_sym_0x] = ACTIONS(1671), - [sym_val_date] = ACTIONS(1671), - [anon_sym_DQUOTE] = ACTIONS(1671), - [sym__str_single_quotes] = ACTIONS(1671), - [sym__str_back_ticks] = ACTIONS(1671), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1671), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1671), - [anon_sym_err_GT] = ACTIONS(1671), - [anon_sym_out_GT] = ACTIONS(1671), - [anon_sym_e_GT] = ACTIONS(1671), - [anon_sym_o_GT] = ACTIONS(1671), - [anon_sym_err_PLUSout_GT] = ACTIONS(1671), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1671), - [anon_sym_o_PLUSe_GT] = ACTIONS(1671), - [anon_sym_e_PLUSo_GT] = ACTIONS(1671), - [aux_sym_unquoted_token1] = ACTIONS(1671), - [anon_sym_POUND] = ACTIONS(105), - }, - [1097] = { - [sym_comment] = STATE(1097), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1098] = { - [sym_comment] = STATE(1098), - [ts_builtin_sym_end] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1663), - [anon_sym_LF] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1663), - [anon_sym_LPAREN] = ACTIONS(1663), - [anon_sym_PIPE] = ACTIONS(1663), - [anon_sym_DOLLAR] = ACTIONS(1663), - [anon_sym_GT] = ACTIONS(1663), - [anon_sym_DASH] = ACTIONS(1663), - [anon_sym_in] = ACTIONS(1663), - [anon_sym_LBRACE] = ACTIONS(1663), - [anon_sym_DOT] = ACTIONS(1663), - [anon_sym_STAR] = ACTIONS(1663), - [anon_sym_STAR_STAR] = ACTIONS(1663), - [anon_sym_PLUS_PLUS] = ACTIONS(1663), - [anon_sym_SLASH] = ACTIONS(1663), - [anon_sym_mod] = ACTIONS(1663), - [anon_sym_SLASH_SLASH] = ACTIONS(1663), - [anon_sym_PLUS] = ACTIONS(1663), - [anon_sym_bit_DASHshl] = ACTIONS(1663), - [anon_sym_bit_DASHshr] = ACTIONS(1663), - [anon_sym_EQ_EQ] = ACTIONS(1663), - [anon_sym_BANG_EQ] = ACTIONS(1663), - [anon_sym_LT2] = ACTIONS(1663), - [anon_sym_LT_EQ] = ACTIONS(1663), - [anon_sym_GT_EQ] = ACTIONS(1663), - [anon_sym_not_DASHin] = ACTIONS(1663), - [anon_sym_starts_DASHwith] = ACTIONS(1663), - [anon_sym_ends_DASHwith] = ACTIONS(1663), - [anon_sym_EQ_TILDE] = ACTIONS(1663), - [anon_sym_BANG_TILDE] = ACTIONS(1663), - [anon_sym_bit_DASHand] = ACTIONS(1663), - [anon_sym_bit_DASHxor] = ACTIONS(1663), - [anon_sym_bit_DASHor] = ACTIONS(1663), - [anon_sym_and] = ACTIONS(1663), - [anon_sym_xor] = ACTIONS(1663), - [anon_sym_or] = ACTIONS(1663), - [anon_sym_null] = ACTIONS(1663), - [anon_sym_true] = ACTIONS(1663), - [anon_sym_false] = ACTIONS(1663), - [aux_sym__val_number_decimal_token1] = ACTIONS(1663), - [aux_sym__val_number_token1] = ACTIONS(1663), - [aux_sym__val_number_token2] = ACTIONS(1663), - [aux_sym__val_number_token3] = ACTIONS(1663), - [aux_sym__val_number_token4] = ACTIONS(1663), - [aux_sym__val_number_token5] = ACTIONS(1663), - [aux_sym__val_number_token6] = ACTIONS(1663), - [anon_sym_0b] = ACTIONS(1663), - [anon_sym_0o] = ACTIONS(1663), - [anon_sym_0x] = ACTIONS(1663), - [sym_val_date] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1663), - [sym__str_single_quotes] = ACTIONS(1663), - [sym__str_back_ticks] = ACTIONS(1663), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1663), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1663), - [anon_sym_err_GT] = ACTIONS(1663), - [anon_sym_out_GT] = ACTIONS(1663), - [anon_sym_e_GT] = ACTIONS(1663), - [anon_sym_o_GT] = ACTIONS(1663), - [anon_sym_err_PLUSout_GT] = ACTIONS(1663), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1663), - [anon_sym_o_PLUSe_GT] = ACTIONS(1663), - [anon_sym_e_PLUSo_GT] = ACTIONS(1663), - [aux_sym_unquoted_token1] = ACTIONS(1663), - [anon_sym_POUND] = ACTIONS(105), - }, - [1099] = { - [sym_comment] = STATE(1099), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1100] = { - [sym_comment] = STATE(1100), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(2822), - [anon_sym_bit_DASHxor] = ACTIONS(2824), - [anon_sym_bit_DASHor] = ACTIONS(2830), - [anon_sym_and] = ACTIONS(2840), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1101] = { - [sym_comment] = STATE(1101), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1102] = { - [sym_comment] = STATE(1102), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(2822), - [anon_sym_bit_DASHxor] = ACTIONS(2824), - [anon_sym_bit_DASHor] = ACTIONS(2830), - [anon_sym_and] = ACTIONS(2840), - [anon_sym_xor] = ACTIONS(2842), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1103] = { - [sym_comment] = STATE(1103), - [ts_builtin_sym_end] = ACTIONS(1685), - [anon_sym_SEMI] = ACTIONS(1683), - [anon_sym_LF] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1683), - [anon_sym_LPAREN] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1683), - [anon_sym_DOLLAR] = ACTIONS(1683), - [anon_sym_GT] = ACTIONS(1683), - [anon_sym_DASH] = ACTIONS(1683), - [anon_sym_in] = ACTIONS(1683), - [anon_sym_LBRACE] = ACTIONS(1683), - [anon_sym_DOT] = ACTIONS(1683), - [anon_sym_STAR] = ACTIONS(1683), - [anon_sym_STAR_STAR] = ACTIONS(1683), - [anon_sym_PLUS_PLUS] = ACTIONS(1683), - [anon_sym_SLASH] = ACTIONS(1683), - [anon_sym_mod] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(1683), - [anon_sym_PLUS] = ACTIONS(1683), - [anon_sym_bit_DASHshl] = ACTIONS(1683), - [anon_sym_bit_DASHshr] = ACTIONS(1683), - [anon_sym_EQ_EQ] = ACTIONS(1683), - [anon_sym_BANG_EQ] = ACTIONS(1683), - [anon_sym_LT2] = ACTIONS(1683), - [anon_sym_LT_EQ] = ACTIONS(1683), - [anon_sym_GT_EQ] = ACTIONS(1683), - [anon_sym_not_DASHin] = ACTIONS(1683), - [anon_sym_starts_DASHwith] = ACTIONS(1683), - [anon_sym_ends_DASHwith] = ACTIONS(1683), - [anon_sym_EQ_TILDE] = ACTIONS(1683), - [anon_sym_BANG_TILDE] = ACTIONS(1683), - [anon_sym_bit_DASHand] = ACTIONS(1683), - [anon_sym_bit_DASHxor] = ACTIONS(1683), - [anon_sym_bit_DASHor] = ACTIONS(1683), - [anon_sym_and] = ACTIONS(1683), - [anon_sym_xor] = ACTIONS(1683), - [anon_sym_or] = ACTIONS(1683), - [anon_sym_null] = ACTIONS(1683), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [aux_sym__val_number_decimal_token1] = ACTIONS(1683), - [aux_sym__val_number_token1] = ACTIONS(1683), - [aux_sym__val_number_token2] = ACTIONS(1683), - [aux_sym__val_number_token3] = ACTIONS(1683), - [aux_sym__val_number_token4] = ACTIONS(1683), - [aux_sym__val_number_token5] = ACTIONS(1683), - [aux_sym__val_number_token6] = ACTIONS(1683), - [anon_sym_0b] = ACTIONS(1683), - [anon_sym_0o] = ACTIONS(1683), - [anon_sym_0x] = ACTIONS(1683), - [sym_val_date] = ACTIONS(1683), - [anon_sym_DQUOTE] = ACTIONS(1683), - [sym__str_single_quotes] = ACTIONS(1683), - [sym__str_back_ticks] = ACTIONS(1683), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1683), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1683), - [anon_sym_err_GT] = ACTIONS(1683), - [anon_sym_out_GT] = ACTIONS(1683), - [anon_sym_e_GT] = ACTIONS(1683), - [anon_sym_o_GT] = ACTIONS(1683), - [anon_sym_err_PLUSout_GT] = ACTIONS(1683), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1683), - [anon_sym_o_PLUSe_GT] = ACTIONS(1683), - [anon_sym_e_PLUSo_GT] = ACTIONS(1683), - [aux_sym_unquoted_token1] = ACTIONS(1683), - [anon_sym_POUND] = ACTIONS(105), - }, - [1104] = { - [sym_comment] = STATE(1104), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1105] = { - [sym__match_pattern_record_variable] = STATE(2301), - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(1946), - [sym__var] = STATE(1684), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2301), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1105), - [aux_sym__match_pattern_record_repeat1] = STATE(1105), - [anon_sym_export] = ACTIONS(2844), - [anon_sym_alias] = ACTIONS(2844), - [anon_sym_let] = ACTIONS(2844), - [anon_sym_let_DASHenv] = ACTIONS(2844), - [anon_sym_mut] = ACTIONS(2844), - [anon_sym_const] = ACTIONS(2844), - [sym_cmd_identifier] = ACTIONS(2844), - [anon_sym_def] = ACTIONS(2844), - [anon_sym_export_DASHenv] = ACTIONS(2844), - [anon_sym_extern] = ACTIONS(2844), - [anon_sym_module] = ACTIONS(2844), - [anon_sym_use] = ACTIONS(2844), - [anon_sym_LPAREN] = ACTIONS(2847), - [anon_sym_DOLLAR] = ACTIONS(2850), - [anon_sym_error] = ACTIONS(2844), - [anon_sym_list] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2853), - [anon_sym_break] = ACTIONS(2844), - [anon_sym_continue] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_in] = ACTIONS(2844), - [anon_sym_loop] = ACTIONS(2844), - [anon_sym_make] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_RBRACE] = ACTIONS(2856), - [anon_sym_DOT] = ACTIONS(2858), - [anon_sym_try] = ACTIONS(2844), - [anon_sym_catch] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_source] = ACTIONS(2844), - [anon_sym_source_DASHenv] = ACTIONS(2844), - [anon_sym_register] = ACTIONS(2844), - [anon_sym_hide] = ACTIONS(2844), - [anon_sym_hide_DASHenv] = ACTIONS(2844), - [anon_sym_overlay] = ACTIONS(2844), - [anon_sym_new] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_PLUS] = ACTIONS(2861), - [aux_sym__val_number_decimal_token1] = ACTIONS(2864), - [aux_sym__val_number_token1] = ACTIONS(2867), - [aux_sym__val_number_token2] = ACTIONS(2867), - [aux_sym__val_number_token3] = ACTIONS(2867), - [aux_sym__val_number_token4] = ACTIONS(2870), - [aux_sym__val_number_token5] = ACTIONS(2867), - [aux_sym__val_number_token6] = ACTIONS(2870), - [anon_sym_DQUOTE] = ACTIONS(2873), - [sym__str_single_quotes] = ACTIONS(2876), - [sym__str_back_ticks] = ACTIONS(2876), - [aux_sym__record_key_token2] = ACTIONS(2879), - [anon_sym_POUND] = ACTIONS(3), - }, - [1106] = { - [sym__match_pattern_record_variable] = STATE(2301), - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(1946), - [sym__var] = STATE(1684), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2301), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1106), - [aux_sym__match_pattern_record_repeat1] = STATE(1105), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2888), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1107] = { - [sym_comment] = STATE(1107), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(2807), - [anon_sym_starts_DASHwith] = ACTIONS(2807), - [anon_sym_ends_DASHwith] = ACTIONS(2807), - [anon_sym_EQ_TILDE] = ACTIONS(2815), - [anon_sym_BANG_TILDE] = ACTIONS(2815), - [anon_sym_bit_DASHand] = ACTIONS(2822), - [anon_sym_bit_DASHxor] = ACTIONS(2824), - [anon_sym_bit_DASHor] = ACTIONS(2830), - [anon_sym_and] = ACTIONS(2840), - [anon_sym_xor] = ACTIONS(2842), - [anon_sym_or] = ACTIONS(2904), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1108] = { - [sym_cell_path] = STATE(1435), - [sym_path] = STATE(1145), - [sym_comment] = STATE(1108), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(105), - }, - [1109] = { - [sym_comment] = STATE(1109), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1110] = { - [sym_comment] = STATE(1110), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_RPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_DOT2] = ACTIONS(2908), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token1] = ACTIONS(2910), - [aux_sym__immediate_decimal_token2] = ACTIONS(2912), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1111] = { - [sym_comment] = STATE(1111), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1112] = { - [sym_comment] = STATE(1112), - [ts_builtin_sym_end] = ACTIONS(215), - [anon_sym_SEMI] = ACTIONS(213), - [anon_sym_LF] = ACTIONS(215), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_PIPE] = ACTIONS(213), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_GT] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_in] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_STAR_STAR] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_SLASH] = ACTIONS(213), - [anon_sym_mod] = ACTIONS(213), - [anon_sym_SLASH_SLASH] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(213), - [anon_sym_bit_DASHshl] = ACTIONS(213), - [anon_sym_bit_DASHshr] = ACTIONS(213), - [anon_sym_EQ_EQ] = ACTIONS(213), - [anon_sym_BANG_EQ] = ACTIONS(213), - [anon_sym_LT2] = ACTIONS(213), - [anon_sym_LT_EQ] = ACTIONS(213), - [anon_sym_GT_EQ] = ACTIONS(213), - [anon_sym_not_DASHin] = ACTIONS(213), - [anon_sym_starts_DASHwith] = ACTIONS(213), - [anon_sym_ends_DASHwith] = ACTIONS(213), - [anon_sym_EQ_TILDE] = ACTIONS(213), - [anon_sym_BANG_TILDE] = ACTIONS(213), - [anon_sym_bit_DASHand] = ACTIONS(213), - [anon_sym_bit_DASHxor] = ACTIONS(213), - [anon_sym_bit_DASHor] = ACTIONS(213), - [anon_sym_and] = ACTIONS(213), - [anon_sym_xor] = ACTIONS(213), - [anon_sym_or] = ACTIONS(213), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(213), - [anon_sym_false] = ACTIONS(213), - [aux_sym__val_number_decimal_token1] = ACTIONS(213), - [aux_sym__val_number_token1] = ACTIONS(213), - [aux_sym__val_number_token2] = ACTIONS(213), - [aux_sym__val_number_token3] = ACTIONS(213), - [aux_sym__val_number_token4] = ACTIONS(213), - [aux_sym__val_number_token5] = ACTIONS(213), - [aux_sym__val_number_token6] = ACTIONS(213), - [anon_sym_0b] = ACTIONS(213), - [anon_sym_0o] = ACTIONS(213), - [anon_sym_0x] = ACTIONS(213), - [sym_val_date] = ACTIONS(213), - [anon_sym_DQUOTE] = ACTIONS(213), - [sym__str_single_quotes] = ACTIONS(213), - [sym__str_back_ticks] = ACTIONS(213), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(213), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(213), - [anon_sym_err_GT] = ACTIONS(213), - [anon_sym_out_GT] = ACTIONS(213), - [anon_sym_e_GT] = ACTIONS(213), - [anon_sym_o_GT] = ACTIONS(213), - [anon_sym_err_PLUSout_GT] = ACTIONS(213), - [anon_sym_out_PLUSerr_GT] = ACTIONS(213), - [anon_sym_o_PLUSe_GT] = ACTIONS(213), - [anon_sym_e_PLUSo_GT] = ACTIONS(213), - [aux_sym_unquoted_token1] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(105), - }, - [1113] = { - [sym__match_pattern_record_variable] = STATE(2301), - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(1946), - [sym__var] = STATE(1684), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2301), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1113), - [aux_sym__match_pattern_record_repeat1] = STATE(1105), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2914), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1114] = { - [sym_comment] = STATE(1114), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1115] = { - [sym_comment] = STATE(1115), - [ts_builtin_sym_end] = ACTIONS(1534), - [anon_sym_SEMI] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_GT] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1532), - [anon_sym_STAR_STAR] = ACTIONS(1532), - [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_SLASH] = ACTIONS(1532), - [anon_sym_mod] = ACTIONS(1532), - [anon_sym_SLASH_SLASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_bit_DASHshl] = ACTIONS(1532), - [anon_sym_bit_DASHshr] = ACTIONS(1532), - [anon_sym_EQ_EQ] = ACTIONS(1532), - [anon_sym_BANG_EQ] = ACTIONS(1532), - [anon_sym_LT2] = ACTIONS(1532), - [anon_sym_LT_EQ] = ACTIONS(1532), - [anon_sym_GT_EQ] = ACTIONS(1532), - [anon_sym_not_DASHin] = ACTIONS(1532), - [anon_sym_starts_DASHwith] = ACTIONS(1532), - [anon_sym_ends_DASHwith] = ACTIONS(1532), - [anon_sym_EQ_TILDE] = ACTIONS(1532), - [anon_sym_BANG_TILDE] = ACTIONS(1532), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1532), - [anon_sym_bit_DASHor] = ACTIONS(1532), - [anon_sym_and] = ACTIONS(1532), - [anon_sym_xor] = ACTIONS(1532), - [anon_sym_or] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_err_GT] = ACTIONS(1532), - [anon_sym_out_GT] = ACTIONS(1532), - [anon_sym_e_GT] = ACTIONS(1532), - [anon_sym_o_GT] = ACTIONS(1532), - [anon_sym_err_PLUSout_GT] = ACTIONS(1532), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1532), - [anon_sym_o_PLUSe_GT] = ACTIONS(1532), - [anon_sym_e_PLUSo_GT] = ACTIONS(1532), - [aux_sym_unquoted_token1] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(105), - }, - [1116] = { - [sym_comment] = STATE(1116), - [ts_builtin_sym_end] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym_LF] = ACTIONS(1581), - [anon_sym_LBRACK] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1579), - [anon_sym_PIPE] = ACTIONS(1579), - [anon_sym_DOLLAR] = ACTIONS(1579), - [anon_sym_GT] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_in] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_DOT] = ACTIONS(1579), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_STAR_STAR] = ACTIONS(1579), - [anon_sym_PLUS_PLUS] = ACTIONS(1579), - [anon_sym_SLASH] = ACTIONS(1579), - [anon_sym_mod] = ACTIONS(1579), - [anon_sym_SLASH_SLASH] = ACTIONS(1579), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_bit_DASHshl] = ACTIONS(1579), - [anon_sym_bit_DASHshr] = ACTIONS(1579), - [anon_sym_EQ_EQ] = ACTIONS(1579), - [anon_sym_BANG_EQ] = ACTIONS(1579), - [anon_sym_LT2] = ACTIONS(1579), - [anon_sym_LT_EQ] = ACTIONS(1579), - [anon_sym_GT_EQ] = ACTIONS(1579), - [anon_sym_not_DASHin] = ACTIONS(1579), - [anon_sym_starts_DASHwith] = ACTIONS(1579), - [anon_sym_ends_DASHwith] = ACTIONS(1579), - [anon_sym_EQ_TILDE] = ACTIONS(1579), - [anon_sym_BANG_TILDE] = ACTIONS(1579), - [anon_sym_bit_DASHand] = ACTIONS(1579), - [anon_sym_bit_DASHxor] = ACTIONS(1579), - [anon_sym_bit_DASHor] = ACTIONS(1579), - [anon_sym_and] = ACTIONS(1579), - [anon_sym_xor] = ACTIONS(1579), - [anon_sym_or] = ACTIONS(1579), - [anon_sym_null] = ACTIONS(1579), - [anon_sym_true] = ACTIONS(1579), - [anon_sym_false] = ACTIONS(1579), - [aux_sym__val_number_decimal_token1] = ACTIONS(1579), - [aux_sym__val_number_token1] = ACTIONS(1579), - [aux_sym__val_number_token2] = ACTIONS(1579), - [aux_sym__val_number_token3] = ACTIONS(1579), - [aux_sym__val_number_token4] = ACTIONS(1579), - [aux_sym__val_number_token5] = ACTIONS(1579), - [aux_sym__val_number_token6] = ACTIONS(1579), - [anon_sym_0b] = ACTIONS(1579), - [anon_sym_0o] = ACTIONS(1579), - [anon_sym_0x] = ACTIONS(1579), - [sym_val_date] = ACTIONS(1579), - [anon_sym_DQUOTE] = ACTIONS(1579), - [sym__str_single_quotes] = ACTIONS(1579), - [sym__str_back_ticks] = ACTIONS(1579), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1579), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1579), - [anon_sym_err_GT] = ACTIONS(1579), - [anon_sym_out_GT] = ACTIONS(1579), - [anon_sym_e_GT] = ACTIONS(1579), - [anon_sym_o_GT] = ACTIONS(1579), - [anon_sym_err_PLUSout_GT] = ACTIONS(1579), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1579), - [anon_sym_o_PLUSe_GT] = ACTIONS(1579), - [anon_sym_e_PLUSo_GT] = ACTIONS(1579), - [aux_sym_unquoted_token1] = ACTIONS(1579), - [anon_sym_POUND] = ACTIONS(105), - }, - [1117] = { - [sym_comment] = STATE(1117), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(2916), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(2797), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(2918), - [anon_sym_POUND] = ACTIONS(105), - }, - [1118] = { - [sym_comment] = STATE(1118), - [ts_builtin_sym_end] = ACTIONS(1669), - [anon_sym_SEMI] = ACTIONS(1667), - [anon_sym_LF] = ACTIONS(1669), - [anon_sym_LBRACK] = ACTIONS(1667), - [anon_sym_LPAREN] = ACTIONS(1667), - [anon_sym_PIPE] = ACTIONS(1667), - [anon_sym_DOLLAR] = ACTIONS(1667), - [anon_sym_GT] = ACTIONS(1667), - [anon_sym_DASH] = ACTIONS(1667), - [anon_sym_in] = ACTIONS(1667), - [anon_sym_LBRACE] = ACTIONS(1667), - [anon_sym_DOT] = ACTIONS(1667), - [anon_sym_STAR] = ACTIONS(1667), - [anon_sym_STAR_STAR] = ACTIONS(1667), - [anon_sym_PLUS_PLUS] = ACTIONS(1667), - [anon_sym_SLASH] = ACTIONS(1667), - [anon_sym_mod] = ACTIONS(1667), - [anon_sym_SLASH_SLASH] = ACTIONS(1667), - [anon_sym_PLUS] = ACTIONS(1667), - [anon_sym_bit_DASHshl] = ACTIONS(1667), - [anon_sym_bit_DASHshr] = ACTIONS(1667), - [anon_sym_EQ_EQ] = ACTIONS(1667), - [anon_sym_BANG_EQ] = ACTIONS(1667), - [anon_sym_LT2] = ACTIONS(1667), - [anon_sym_LT_EQ] = ACTIONS(1667), - [anon_sym_GT_EQ] = ACTIONS(1667), - [anon_sym_not_DASHin] = ACTIONS(1667), - [anon_sym_starts_DASHwith] = ACTIONS(1667), - [anon_sym_ends_DASHwith] = ACTIONS(1667), - [anon_sym_EQ_TILDE] = ACTIONS(1667), - [anon_sym_BANG_TILDE] = ACTIONS(1667), - [anon_sym_bit_DASHand] = ACTIONS(1667), - [anon_sym_bit_DASHxor] = ACTIONS(1667), - [anon_sym_bit_DASHor] = ACTIONS(1667), - [anon_sym_and] = ACTIONS(1667), - [anon_sym_xor] = ACTIONS(1667), - [anon_sym_or] = ACTIONS(1667), - [anon_sym_null] = ACTIONS(1667), - [anon_sym_true] = ACTIONS(1667), - [anon_sym_false] = ACTIONS(1667), - [aux_sym__val_number_decimal_token1] = ACTIONS(1667), - [aux_sym__val_number_token1] = ACTIONS(1667), - [aux_sym__val_number_token2] = ACTIONS(1667), - [aux_sym__val_number_token3] = ACTIONS(1667), - [aux_sym__val_number_token4] = ACTIONS(1667), - [aux_sym__val_number_token5] = ACTIONS(1667), - [aux_sym__val_number_token6] = ACTIONS(1667), - [anon_sym_0b] = ACTIONS(1667), - [anon_sym_0o] = ACTIONS(1667), - [anon_sym_0x] = ACTIONS(1667), - [sym_val_date] = ACTIONS(1667), - [anon_sym_DQUOTE] = ACTIONS(1667), - [sym__str_single_quotes] = ACTIONS(1667), - [sym__str_back_ticks] = ACTIONS(1667), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1667), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1667), - [anon_sym_err_GT] = ACTIONS(1667), - [anon_sym_out_GT] = ACTIONS(1667), - [anon_sym_e_GT] = ACTIONS(1667), - [anon_sym_o_GT] = ACTIONS(1667), - [anon_sym_err_PLUSout_GT] = ACTIONS(1667), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), - [anon_sym_o_PLUSe_GT] = ACTIONS(1667), - [anon_sym_e_PLUSo_GT] = ACTIONS(1667), - [aux_sym_unquoted_token1] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(105), - }, - [1119] = { - [sym_comment] = STATE(1119), - [ts_builtin_sym_end] = ACTIONS(1621), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_err_GT] = ACTIONS(1619), - [anon_sym_out_GT] = ACTIONS(1619), - [anon_sym_e_GT] = ACTIONS(1619), - [anon_sym_o_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(105), - }, - [1120] = { - [sym_comment] = STATE(1120), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(2809), - [anon_sym_mod] = ACTIONS(2809), - [anon_sym_SLASH_SLASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_bit_DASHshl] = ACTIONS(2813), - [anon_sym_bit_DASHshr] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_LT2] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1121] = { - [sym__match_pattern_record_variable] = STATE(2301), - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(1946), - [sym__var] = STATE(1684), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2301), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1121), - [aux_sym__match_pattern_record_repeat1] = STATE(1106), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2920), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1122] = { - [sym_comment] = STATE(1122), - [ts_builtin_sym_end] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1595), - [anon_sym_LF] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1595), - [anon_sym_PIPE] = ACTIONS(1595), - [anon_sym_DOLLAR] = ACTIONS(1595), - [anon_sym_GT] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_in] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1595), - [anon_sym_DOT] = ACTIONS(1595), - [anon_sym_STAR] = ACTIONS(1595), - [anon_sym_STAR_STAR] = ACTIONS(1595), - [anon_sym_PLUS_PLUS] = ACTIONS(1595), - [anon_sym_SLASH] = ACTIONS(1595), - [anon_sym_mod] = ACTIONS(1595), - [anon_sym_SLASH_SLASH] = ACTIONS(1595), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_bit_DASHshl] = ACTIONS(1595), - [anon_sym_bit_DASHshr] = ACTIONS(1595), - [anon_sym_EQ_EQ] = ACTIONS(1595), - [anon_sym_BANG_EQ] = ACTIONS(1595), - [anon_sym_LT2] = ACTIONS(1595), - [anon_sym_LT_EQ] = ACTIONS(1595), - [anon_sym_GT_EQ] = ACTIONS(1595), - [anon_sym_not_DASHin] = ACTIONS(1595), - [anon_sym_starts_DASHwith] = ACTIONS(1595), - [anon_sym_ends_DASHwith] = ACTIONS(1595), - [anon_sym_EQ_TILDE] = ACTIONS(1595), - [anon_sym_BANG_TILDE] = ACTIONS(1595), - [anon_sym_bit_DASHand] = ACTIONS(1595), - [anon_sym_bit_DASHxor] = ACTIONS(1595), - [anon_sym_bit_DASHor] = ACTIONS(1595), - [anon_sym_and] = ACTIONS(1595), - [anon_sym_xor] = ACTIONS(1595), - [anon_sym_or] = ACTIONS(1595), - [anon_sym_null] = ACTIONS(1595), - [anon_sym_true] = ACTIONS(1595), - [anon_sym_false] = ACTIONS(1595), - [aux_sym__val_number_decimal_token1] = ACTIONS(1595), - [aux_sym__val_number_token1] = ACTIONS(1595), - [aux_sym__val_number_token2] = ACTIONS(1595), - [aux_sym__val_number_token3] = ACTIONS(1595), - [aux_sym__val_number_token4] = ACTIONS(1595), - [aux_sym__val_number_token5] = ACTIONS(1595), - [aux_sym__val_number_token6] = ACTIONS(1595), - [anon_sym_0b] = ACTIONS(1595), - [anon_sym_0o] = ACTIONS(1595), - [anon_sym_0x] = ACTIONS(1595), - [sym_val_date] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(1595), - [sym__str_single_quotes] = ACTIONS(1595), - [sym__str_back_ticks] = ACTIONS(1595), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1595), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1595), - [anon_sym_err_GT] = ACTIONS(1595), - [anon_sym_out_GT] = ACTIONS(1595), - [anon_sym_e_GT] = ACTIONS(1595), - [anon_sym_o_GT] = ACTIONS(1595), - [anon_sym_err_PLUSout_GT] = ACTIONS(1595), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), - [anon_sym_o_PLUSe_GT] = ACTIONS(1595), - [anon_sym_e_PLUSo_GT] = ACTIONS(1595), - [aux_sym_unquoted_token1] = ACTIONS(1595), - [anon_sym_POUND] = ACTIONS(105), - }, - [1123] = { - [sym_comment] = STATE(1123), - [ts_builtin_sym_end] = ACTIONS(1649), - [anon_sym_SEMI] = ACTIONS(1647), - [anon_sym_LF] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1647), - [anon_sym_PIPE] = ACTIONS(1647), - [anon_sym_DOLLAR] = ACTIONS(1647), - [anon_sym_GT] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1647), - [anon_sym_in] = ACTIONS(1647), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_DOT] = ACTIONS(1647), - [anon_sym_STAR] = ACTIONS(1647), - [anon_sym_STAR_STAR] = ACTIONS(1647), - [anon_sym_PLUS_PLUS] = ACTIONS(1647), - [anon_sym_SLASH] = ACTIONS(1647), - [anon_sym_mod] = ACTIONS(1647), - [anon_sym_SLASH_SLASH] = ACTIONS(1647), - [anon_sym_PLUS] = ACTIONS(1647), - [anon_sym_bit_DASHshl] = ACTIONS(1647), - [anon_sym_bit_DASHshr] = ACTIONS(1647), - [anon_sym_EQ_EQ] = ACTIONS(1647), - [anon_sym_BANG_EQ] = ACTIONS(1647), - [anon_sym_LT2] = ACTIONS(1647), - [anon_sym_LT_EQ] = ACTIONS(1647), - [anon_sym_GT_EQ] = ACTIONS(1647), - [anon_sym_not_DASHin] = ACTIONS(1647), - [anon_sym_starts_DASHwith] = ACTIONS(1647), - [anon_sym_ends_DASHwith] = ACTIONS(1647), - [anon_sym_EQ_TILDE] = ACTIONS(1647), - [anon_sym_BANG_TILDE] = ACTIONS(1647), - [anon_sym_bit_DASHand] = ACTIONS(1647), - [anon_sym_bit_DASHxor] = ACTIONS(1647), - [anon_sym_bit_DASHor] = ACTIONS(1647), - [anon_sym_and] = ACTIONS(1647), - [anon_sym_xor] = ACTIONS(1647), - [anon_sym_or] = ACTIONS(1647), - [anon_sym_null] = ACTIONS(1647), - [anon_sym_true] = ACTIONS(1647), - [anon_sym_false] = ACTIONS(1647), - [aux_sym__val_number_decimal_token1] = ACTIONS(1647), - [aux_sym__val_number_token1] = ACTIONS(1647), - [aux_sym__val_number_token2] = ACTIONS(1647), - [aux_sym__val_number_token3] = ACTIONS(1647), - [aux_sym__val_number_token4] = ACTIONS(1647), - [aux_sym__val_number_token5] = ACTIONS(1647), - [aux_sym__val_number_token6] = ACTIONS(1647), - [anon_sym_0b] = ACTIONS(1647), - [anon_sym_0o] = ACTIONS(1647), - [anon_sym_0x] = ACTIONS(1647), - [sym_val_date] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym__str_single_quotes] = ACTIONS(1647), - [sym__str_back_ticks] = ACTIONS(1647), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1647), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1647), - [anon_sym_err_GT] = ACTIONS(1647), - [anon_sym_out_GT] = ACTIONS(1647), - [anon_sym_e_GT] = ACTIONS(1647), - [anon_sym_o_GT] = ACTIONS(1647), - [anon_sym_err_PLUSout_GT] = ACTIONS(1647), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1647), - [anon_sym_o_PLUSe_GT] = ACTIONS(1647), - [anon_sym_e_PLUSo_GT] = ACTIONS(1647), - [aux_sym_unquoted_token1] = ACTIONS(1647), - [anon_sym_POUND] = ACTIONS(105), - }, - [1124] = { - [sym_comment] = STATE(1124), - [ts_builtin_sym_end] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1540), - [anon_sym_LF] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1540), - [anon_sym_PIPE] = ACTIONS(1540), - [anon_sym_DOLLAR] = ACTIONS(1540), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_bit_DASHshl] = ACTIONS(1540), - [anon_sym_bit_DASHshr] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1540), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1540), - [anon_sym_starts_DASHwith] = ACTIONS(1540), - [anon_sym_ends_DASHwith] = ACTIONS(1540), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1540), - [anon_sym_bit_DASHxor] = ACTIONS(1540), - [anon_sym_bit_DASHor] = ACTIONS(1540), - [anon_sym_and] = ACTIONS(1540), - [anon_sym_xor] = ACTIONS(1540), - [anon_sym_or] = ACTIONS(1540), - [anon_sym_null] = ACTIONS(1540), - [anon_sym_true] = ACTIONS(1540), - [anon_sym_false] = ACTIONS(1540), - [aux_sym__val_number_decimal_token1] = ACTIONS(1540), - [aux_sym__val_number_token1] = ACTIONS(1540), - [aux_sym__val_number_token2] = ACTIONS(1540), - [aux_sym__val_number_token3] = ACTIONS(1540), - [aux_sym__val_number_token4] = ACTIONS(1540), - [aux_sym__val_number_token5] = ACTIONS(1540), - [aux_sym__val_number_token6] = ACTIONS(1540), - [anon_sym_0b] = ACTIONS(1540), - [anon_sym_0o] = ACTIONS(1540), - [anon_sym_0x] = ACTIONS(1540), - [sym_val_date] = ACTIONS(1540), - [anon_sym_DQUOTE] = ACTIONS(1540), - [sym__str_single_quotes] = ACTIONS(1540), - [sym__str_back_ticks] = ACTIONS(1540), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1540), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1540), - [anon_sym_err_GT] = ACTIONS(1540), - [anon_sym_out_GT] = ACTIONS(1540), - [anon_sym_e_GT] = ACTIONS(1540), - [anon_sym_o_GT] = ACTIONS(1540), - [anon_sym_err_PLUSout_GT] = ACTIONS(1540), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1540), - [anon_sym_o_PLUSe_GT] = ACTIONS(1540), - [anon_sym_e_PLUSo_GT] = ACTIONS(1540), - [aux_sym_unquoted_token1] = ACTIONS(1540), - [anon_sym_POUND] = ACTIONS(105), - }, - [1125] = { - [sym_comment] = STATE(1125), - [ts_builtin_sym_end] = ACTIONS(1657), - [anon_sym_SEMI] = ACTIONS(1655), - [anon_sym_LF] = ACTIONS(1657), - [anon_sym_LBRACK] = ACTIONS(1655), - [anon_sym_LPAREN] = ACTIONS(1655), - [anon_sym_PIPE] = ACTIONS(1655), - [anon_sym_DOLLAR] = ACTIONS(1655), - [anon_sym_GT] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1655), - [anon_sym_in] = ACTIONS(1655), - [anon_sym_LBRACE] = ACTIONS(1655), - [anon_sym_DOT] = ACTIONS(1655), - [anon_sym_STAR] = ACTIONS(1655), - [anon_sym_STAR_STAR] = ACTIONS(1655), - [anon_sym_PLUS_PLUS] = ACTIONS(1655), - [anon_sym_SLASH] = ACTIONS(1655), - [anon_sym_mod] = ACTIONS(1655), - [anon_sym_SLASH_SLASH] = ACTIONS(1655), - [anon_sym_PLUS] = ACTIONS(1655), - [anon_sym_bit_DASHshl] = ACTIONS(1655), - [anon_sym_bit_DASHshr] = ACTIONS(1655), - [anon_sym_EQ_EQ] = ACTIONS(1655), - [anon_sym_BANG_EQ] = ACTIONS(1655), - [anon_sym_LT2] = ACTIONS(1655), - [anon_sym_LT_EQ] = ACTIONS(1655), - [anon_sym_GT_EQ] = ACTIONS(1655), - [anon_sym_not_DASHin] = ACTIONS(1655), - [anon_sym_starts_DASHwith] = ACTIONS(1655), - [anon_sym_ends_DASHwith] = ACTIONS(1655), - [anon_sym_EQ_TILDE] = ACTIONS(1655), - [anon_sym_BANG_TILDE] = ACTIONS(1655), - [anon_sym_bit_DASHand] = ACTIONS(1655), - [anon_sym_bit_DASHxor] = ACTIONS(1655), - [anon_sym_bit_DASHor] = ACTIONS(1655), - [anon_sym_and] = ACTIONS(1655), - [anon_sym_xor] = ACTIONS(1655), - [anon_sym_or] = ACTIONS(1655), - [anon_sym_null] = ACTIONS(1655), - [anon_sym_true] = ACTIONS(1655), - [anon_sym_false] = ACTIONS(1655), - [aux_sym__val_number_decimal_token1] = ACTIONS(1655), - [aux_sym__val_number_token1] = ACTIONS(1655), - [aux_sym__val_number_token2] = ACTIONS(1655), - [aux_sym__val_number_token3] = ACTIONS(1655), - [aux_sym__val_number_token4] = ACTIONS(1655), - [aux_sym__val_number_token5] = ACTIONS(1655), - [aux_sym__val_number_token6] = ACTIONS(1655), - [anon_sym_0b] = ACTIONS(1655), - [anon_sym_0o] = ACTIONS(1655), - [anon_sym_0x] = ACTIONS(1655), - [sym_val_date] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(1655), - [sym__str_single_quotes] = ACTIONS(1655), - [sym__str_back_ticks] = ACTIONS(1655), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1655), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1655), - [anon_sym_err_GT] = ACTIONS(1655), - [anon_sym_out_GT] = ACTIONS(1655), - [anon_sym_e_GT] = ACTIONS(1655), - [anon_sym_o_GT] = ACTIONS(1655), - [anon_sym_err_PLUSout_GT] = ACTIONS(1655), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1655), - [anon_sym_o_PLUSe_GT] = ACTIONS(1655), - [anon_sym_e_PLUSo_GT] = ACTIONS(1655), - [aux_sym_unquoted_token1] = ACTIONS(1655), - [anon_sym_POUND] = ACTIONS(105), - }, - [1126] = { - [sym_comment] = STATE(1126), - [ts_builtin_sym_end] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_bit_DASHshl] = ACTIONS(1445), - [anon_sym_bit_DASHshr] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_LT2] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_not_DASHin] = ACTIONS(1445), - [anon_sym_starts_DASHwith] = ACTIONS(1445), - [anon_sym_ends_DASHwith] = ACTIONS(1445), - [anon_sym_EQ_TILDE] = ACTIONS(1445), - [anon_sym_BANG_TILDE] = ACTIONS(1445), - [anon_sym_bit_DASHand] = ACTIONS(1445), - [anon_sym_bit_DASHxor] = ACTIONS(1445), - [anon_sym_bit_DASHor] = ACTIONS(1445), - [anon_sym_and] = ACTIONS(1445), - [anon_sym_xor] = ACTIONS(1445), - [anon_sym_or] = ACTIONS(1445), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_err_GT] = ACTIONS(1445), - [anon_sym_out_GT] = ACTIONS(1445), - [anon_sym_e_GT] = ACTIONS(1445), - [anon_sym_o_GT] = ACTIONS(1445), - [anon_sym_err_PLUSout_GT] = ACTIONS(1445), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1445), - [anon_sym_o_PLUSe_GT] = ACTIONS(1445), - [anon_sym_e_PLUSo_GT] = ACTIONS(1445), - [aux_sym_unquoted_token1] = ACTIONS(1445), - [anon_sym_POUND] = ACTIONS(105), - }, - [1127] = { - [sym_cell_path] = STATE(1322), - [sym_path] = STATE(1145), - [sym_comment] = STATE(1127), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_RPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [1128] = { - [sym_path] = STATE(1233), - [sym_comment] = STATE(1128), - [aux_sym_cell_path_repeat1] = STATE(1071), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [1129] = { - [sym_comment] = STATE(1129), - [ts_builtin_sym_end] = ACTIONS(1697), - [anon_sym_SEMI] = ACTIONS(1695), - [anon_sym_LF] = ACTIONS(1697), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_LPAREN] = ACTIONS(1695), - [anon_sym_PIPE] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(1695), - [anon_sym_GT] = ACTIONS(1695), - [anon_sym_DASH] = ACTIONS(1695), - [anon_sym_in] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_DOT] = ACTIONS(1695), - [anon_sym_STAR] = ACTIONS(1695), - [anon_sym_STAR_STAR] = ACTIONS(1695), - [anon_sym_PLUS_PLUS] = ACTIONS(1695), - [anon_sym_SLASH] = ACTIONS(1695), - [anon_sym_mod] = ACTIONS(1695), - [anon_sym_SLASH_SLASH] = ACTIONS(1695), - [anon_sym_PLUS] = ACTIONS(1695), - [anon_sym_bit_DASHshl] = ACTIONS(1695), - [anon_sym_bit_DASHshr] = ACTIONS(1695), - [anon_sym_EQ_EQ] = ACTIONS(1695), - [anon_sym_BANG_EQ] = ACTIONS(1695), - [anon_sym_LT2] = ACTIONS(1695), - [anon_sym_LT_EQ] = ACTIONS(1695), - [anon_sym_GT_EQ] = ACTIONS(1695), - [anon_sym_not_DASHin] = ACTIONS(1695), - [anon_sym_starts_DASHwith] = ACTIONS(1695), - [anon_sym_ends_DASHwith] = ACTIONS(1695), - [anon_sym_EQ_TILDE] = ACTIONS(1695), - [anon_sym_BANG_TILDE] = ACTIONS(1695), - [anon_sym_bit_DASHand] = ACTIONS(1695), - [anon_sym_bit_DASHxor] = ACTIONS(1695), - [anon_sym_bit_DASHor] = ACTIONS(1695), - [anon_sym_and] = ACTIONS(1695), - [anon_sym_xor] = ACTIONS(1695), - [anon_sym_or] = ACTIONS(1695), - [anon_sym_null] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(1695), - [anon_sym_false] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1695), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1695), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_0b] = ACTIONS(1695), - [anon_sym_0o] = ACTIONS(1695), - [anon_sym_0x] = ACTIONS(1695), - [sym_val_date] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1695), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1695), - [anon_sym_err_GT] = ACTIONS(1695), - [anon_sym_out_GT] = ACTIONS(1695), - [anon_sym_e_GT] = ACTIONS(1695), - [anon_sym_o_GT] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT] = ACTIONS(1695), - [aux_sym_unquoted_token1] = ACTIONS(1695), - [anon_sym_POUND] = ACTIONS(105), - }, - [1130] = { - [sym_comment] = STATE(1130), - [ts_builtin_sym_end] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_bit_DASHshl] = ACTIONS(1441), - [anon_sym_bit_DASHshr] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT2] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_not_DASHin] = ACTIONS(1441), - [anon_sym_starts_DASHwith] = ACTIONS(1441), - [anon_sym_ends_DASHwith] = ACTIONS(1441), - [anon_sym_EQ_TILDE] = ACTIONS(1441), - [anon_sym_BANG_TILDE] = ACTIONS(1441), - [anon_sym_bit_DASHand] = ACTIONS(1441), - [anon_sym_bit_DASHxor] = ACTIONS(1441), - [anon_sym_bit_DASHor] = ACTIONS(1441), - [anon_sym_and] = ACTIONS(1441), - [anon_sym_xor] = ACTIONS(1441), - [anon_sym_or] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_err_GT] = ACTIONS(1441), - [anon_sym_out_GT] = ACTIONS(1441), - [anon_sym_e_GT] = ACTIONS(1441), - [anon_sym_o_GT] = ACTIONS(1441), - [anon_sym_err_PLUSout_GT] = ACTIONS(1441), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1441), - [anon_sym_o_PLUSe_GT] = ACTIONS(1441), - [anon_sym_e_PLUSo_GT] = ACTIONS(1441), - [aux_sym_unquoted_token1] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(105), - }, - [1131] = { - [sym__match_pattern_record_variable] = STATE(2301), - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(1946), - [sym__var] = STATE(1684), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2301), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1131), - [aux_sym__match_pattern_record_repeat1] = STATE(1113), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2922), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1132] = { - [sym_comment] = STATE(1132), - [ts_builtin_sym_end] = ACTIONS(1639), - [anon_sym_SEMI] = ACTIONS(1637), - [anon_sym_LF] = ACTIONS(1639), - [anon_sym_LBRACK] = ACTIONS(1637), - [anon_sym_LPAREN] = ACTIONS(1637), - [anon_sym_PIPE] = ACTIONS(1637), - [anon_sym_DOLLAR] = ACTIONS(1637), - [anon_sym_GT] = ACTIONS(1637), - [anon_sym_DASH] = ACTIONS(1637), - [anon_sym_in] = ACTIONS(1637), - [anon_sym_LBRACE] = ACTIONS(1637), - [anon_sym_DOT] = ACTIONS(1637), - [anon_sym_STAR] = ACTIONS(1637), - [anon_sym_STAR_STAR] = ACTIONS(1637), - [anon_sym_PLUS_PLUS] = ACTIONS(1637), - [anon_sym_SLASH] = ACTIONS(1637), - [anon_sym_mod] = ACTIONS(1637), - [anon_sym_SLASH_SLASH] = ACTIONS(1637), - [anon_sym_PLUS] = ACTIONS(1637), - [anon_sym_bit_DASHshl] = ACTIONS(1637), - [anon_sym_bit_DASHshr] = ACTIONS(1637), - [anon_sym_EQ_EQ] = ACTIONS(1637), - [anon_sym_BANG_EQ] = ACTIONS(1637), - [anon_sym_LT2] = ACTIONS(1637), - [anon_sym_LT_EQ] = ACTIONS(1637), - [anon_sym_GT_EQ] = ACTIONS(1637), - [anon_sym_not_DASHin] = ACTIONS(1637), - [anon_sym_starts_DASHwith] = ACTIONS(1637), - [anon_sym_ends_DASHwith] = ACTIONS(1637), - [anon_sym_EQ_TILDE] = ACTIONS(1637), - [anon_sym_BANG_TILDE] = ACTIONS(1637), - [anon_sym_bit_DASHand] = ACTIONS(1637), - [anon_sym_bit_DASHxor] = ACTIONS(1637), - [anon_sym_bit_DASHor] = ACTIONS(1637), - [anon_sym_and] = ACTIONS(1637), - [anon_sym_xor] = ACTIONS(1637), - [anon_sym_or] = ACTIONS(1637), - [anon_sym_null] = ACTIONS(1637), - [anon_sym_true] = ACTIONS(1637), - [anon_sym_false] = ACTIONS(1637), - [aux_sym__val_number_decimal_token1] = ACTIONS(1637), - [aux_sym__val_number_token1] = ACTIONS(1637), - [aux_sym__val_number_token2] = ACTIONS(1637), - [aux_sym__val_number_token3] = ACTIONS(1637), - [aux_sym__val_number_token4] = ACTIONS(1637), - [aux_sym__val_number_token5] = ACTIONS(1637), - [aux_sym__val_number_token6] = ACTIONS(1637), - [anon_sym_0b] = ACTIONS(1637), - [anon_sym_0o] = ACTIONS(1637), - [anon_sym_0x] = ACTIONS(1637), - [sym_val_date] = ACTIONS(1637), - [anon_sym_DQUOTE] = ACTIONS(1637), - [sym__str_single_quotes] = ACTIONS(1637), - [sym__str_back_ticks] = ACTIONS(1637), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1637), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1637), - [anon_sym_err_GT] = ACTIONS(1637), - [anon_sym_out_GT] = ACTIONS(1637), - [anon_sym_e_GT] = ACTIONS(1637), - [anon_sym_o_GT] = ACTIONS(1637), - [anon_sym_err_PLUSout_GT] = ACTIONS(1637), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1637), - [anon_sym_o_PLUSe_GT] = ACTIONS(1637), - [anon_sym_e_PLUSo_GT] = ACTIONS(1637), - [aux_sym_unquoted_token1] = ACTIONS(1637), - [anon_sym_POUND] = ACTIONS(105), - }, - [1133] = { - [sym_comment] = STATE(1133), - [ts_builtin_sym_end] = ACTIONS(1589), - [anon_sym_SEMI] = ACTIONS(1587), - [anon_sym_LF] = ACTIONS(1589), - [anon_sym_LBRACK] = ACTIONS(1587), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_PIPE] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1587), - [anon_sym_GT] = ACTIONS(1587), - [anon_sym_DASH] = ACTIONS(1587), - [anon_sym_in] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1587), - [anon_sym_DOT] = ACTIONS(1587), - [anon_sym_STAR] = ACTIONS(1587), - [anon_sym_STAR_STAR] = ACTIONS(1587), - [anon_sym_PLUS_PLUS] = ACTIONS(1587), - [anon_sym_SLASH] = ACTIONS(1587), - [anon_sym_mod] = ACTIONS(1587), - [anon_sym_SLASH_SLASH] = ACTIONS(1587), - [anon_sym_PLUS] = ACTIONS(1587), - [anon_sym_bit_DASHshl] = ACTIONS(1587), - [anon_sym_bit_DASHshr] = ACTIONS(1587), - [anon_sym_EQ_EQ] = ACTIONS(1587), - [anon_sym_BANG_EQ] = ACTIONS(1587), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ] = ACTIONS(1587), - [anon_sym_GT_EQ] = ACTIONS(1587), - [anon_sym_not_DASHin] = ACTIONS(1587), - [anon_sym_starts_DASHwith] = ACTIONS(1587), - [anon_sym_ends_DASHwith] = ACTIONS(1587), - [anon_sym_EQ_TILDE] = ACTIONS(1587), - [anon_sym_BANG_TILDE] = ACTIONS(1587), - [anon_sym_bit_DASHand] = ACTIONS(1587), - [anon_sym_bit_DASHxor] = ACTIONS(1587), - [anon_sym_bit_DASHor] = ACTIONS(1587), - [anon_sym_and] = ACTIONS(1587), - [anon_sym_xor] = ACTIONS(1587), - [anon_sym_or] = ACTIONS(1587), - [anon_sym_null] = ACTIONS(1587), - [anon_sym_true] = ACTIONS(1587), - [anon_sym_false] = ACTIONS(1587), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1587), - [aux_sym__val_number_token2] = ACTIONS(1587), - [aux_sym__val_number_token3] = ACTIONS(1587), - [aux_sym__val_number_token4] = ACTIONS(1587), - [aux_sym__val_number_token5] = ACTIONS(1587), - [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1587), - [sym__str_single_quotes] = ACTIONS(1587), - [sym__str_back_ticks] = ACTIONS(1587), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1587), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1587), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [aux_sym_unquoted_token1] = ACTIONS(1587), - [anon_sym_POUND] = ACTIONS(105), - }, - [1134] = { - [sym_cell_path] = STATE(1416), - [sym_path] = STATE(1145), - [sym_comment] = STATE(1134), - [anon_sym_export] = ACTIONS(1431), - [anon_sym_alias] = ACTIONS(1431), - [anon_sym_let] = ACTIONS(1431), - [anon_sym_let_DASHenv] = ACTIONS(1431), - [anon_sym_mut] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [anon_sym_SEMI] = ACTIONS(1431), - [sym_cmd_identifier] = ACTIONS(1431), - [anon_sym_LF] = ACTIONS(1433), - [anon_sym_def] = ACTIONS(1431), - [anon_sym_export_DASHenv] = ACTIONS(1431), - [anon_sym_extern] = ACTIONS(1431), - [anon_sym_module] = ACTIONS(1431), - [anon_sym_use] = ACTIONS(1431), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_RPAREN] = ACTIONS(1431), - [anon_sym_DOLLAR] = ACTIONS(1431), - [anon_sym_error] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_break] = ACTIONS(1431), - [anon_sym_continue] = ACTIONS(1431), - [anon_sym_for] = ACTIONS(1431), - [anon_sym_loop] = ACTIONS(1431), - [anon_sym_while] = ACTIONS(1431), - [anon_sym_do] = ACTIONS(1431), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_match] = ACTIONS(1431), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1431), - [anon_sym_return] = ACTIONS(1431), - [anon_sym_source] = ACTIONS(1431), - [anon_sym_source_DASHenv] = ACTIONS(1431), - [anon_sym_register] = ACTIONS(1431), - [anon_sym_hide] = ACTIONS(1431), - [anon_sym_hide_DASHenv] = ACTIONS(1431), - [anon_sym_overlay] = ACTIONS(1431), - [anon_sym_where] = ACTIONS(1431), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [anon_sym_null] = ACTIONS(1431), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1431), - [aux_sym__val_number_token2] = ACTIONS(1431), - [aux_sym__val_number_token3] = ACTIONS(1431), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1431), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_0b] = ACTIONS(1431), - [anon_sym_0o] = ACTIONS(1431), - [anon_sym_0x] = ACTIONS(1431), - [sym_val_date] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym__str_single_quotes] = ACTIONS(1431), - [sym__str_back_ticks] = ACTIONS(1431), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1431), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1431), - [anon_sym_CARET] = ACTIONS(1431), - [anon_sym_POUND] = ACTIONS(105), - }, - [1135] = { - [sym_comment] = STATE(1135), - [ts_builtin_sym_end] = ACTIONS(1621), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1621), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_DASH] = ACTIONS(1619), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_DOT] = ACTIONS(1619), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_STAR_STAR] = ACTIONS(1619), - [anon_sym_PLUS_PLUS] = ACTIONS(1619), - [anon_sym_SLASH] = ACTIONS(1619), - [anon_sym_mod] = ACTIONS(1619), - [anon_sym_SLASH_SLASH] = ACTIONS(1619), - [anon_sym_PLUS] = ACTIONS(1619), - [anon_sym_bit_DASHshl] = ACTIONS(1619), - [anon_sym_bit_DASHshr] = ACTIONS(1619), - [anon_sym_EQ_EQ] = ACTIONS(1619), - [anon_sym_BANG_EQ] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1619), - [anon_sym_LT_EQ] = ACTIONS(1619), - [anon_sym_GT_EQ] = ACTIONS(1619), - [anon_sym_not_DASHin] = ACTIONS(1619), - [anon_sym_starts_DASHwith] = ACTIONS(1619), - [anon_sym_ends_DASHwith] = ACTIONS(1619), - [anon_sym_EQ_TILDE] = ACTIONS(1619), - [anon_sym_BANG_TILDE] = ACTIONS(1619), - [anon_sym_bit_DASHand] = ACTIONS(1619), - [anon_sym_bit_DASHxor] = ACTIONS(1619), - [anon_sym_bit_DASHor] = ACTIONS(1619), - [anon_sym_and] = ACTIONS(1619), - [anon_sym_xor] = ACTIONS(1619), - [anon_sym_or] = ACTIONS(1619), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1619), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1619), - [anon_sym_0o] = ACTIONS(1619), - [anon_sym_0x] = ACTIONS(1619), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_err_GT] = ACTIONS(1619), - [anon_sym_out_GT] = ACTIONS(1619), - [anon_sym_e_GT] = ACTIONS(1619), - [anon_sym_o_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(105), - }, - [1136] = { - [sym_comment] = STATE(1136), - [ts_builtin_sym_end] = ACTIONS(1643), - [anon_sym_SEMI] = ACTIONS(1641), - [anon_sym_LF] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_LPAREN] = ACTIONS(1641), - [anon_sym_PIPE] = ACTIONS(1641), - [anon_sym_DOLLAR] = ACTIONS(1641), - [anon_sym_GT] = ACTIONS(1641), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_in] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1641), - [anon_sym_DOT] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1641), - [anon_sym_STAR_STAR] = ACTIONS(1641), - [anon_sym_PLUS_PLUS] = ACTIONS(1641), - [anon_sym_SLASH] = ACTIONS(1641), - [anon_sym_mod] = ACTIONS(1641), - [anon_sym_SLASH_SLASH] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_bit_DASHshl] = ACTIONS(1641), - [anon_sym_bit_DASHshr] = ACTIONS(1641), - [anon_sym_EQ_EQ] = ACTIONS(1641), - [anon_sym_BANG_EQ] = ACTIONS(1641), - [anon_sym_LT2] = ACTIONS(1641), - [anon_sym_LT_EQ] = ACTIONS(1641), - [anon_sym_GT_EQ] = ACTIONS(1641), - [anon_sym_not_DASHin] = ACTIONS(1641), - [anon_sym_starts_DASHwith] = ACTIONS(1641), - [anon_sym_ends_DASHwith] = ACTIONS(1641), - [anon_sym_EQ_TILDE] = ACTIONS(1641), - [anon_sym_BANG_TILDE] = ACTIONS(1641), - [anon_sym_bit_DASHand] = ACTIONS(1641), - [anon_sym_bit_DASHxor] = ACTIONS(1641), - [anon_sym_bit_DASHor] = ACTIONS(1641), - [anon_sym_and] = ACTIONS(1641), - [anon_sym_xor] = ACTIONS(1641), - [anon_sym_or] = ACTIONS(1641), - [anon_sym_null] = ACTIONS(1641), - [anon_sym_true] = ACTIONS(1641), - [anon_sym_false] = ACTIONS(1641), - [aux_sym__val_number_decimal_token1] = ACTIONS(1641), - [aux_sym__val_number_token1] = ACTIONS(1641), - [aux_sym__val_number_token2] = ACTIONS(1641), - [aux_sym__val_number_token3] = ACTIONS(1641), - [aux_sym__val_number_token4] = ACTIONS(1641), - [aux_sym__val_number_token5] = ACTIONS(1641), - [aux_sym__val_number_token6] = ACTIONS(1641), - [anon_sym_0b] = ACTIONS(1641), - [anon_sym_0o] = ACTIONS(1641), - [anon_sym_0x] = ACTIONS(1641), - [sym_val_date] = ACTIONS(1641), - [anon_sym_DQUOTE] = ACTIONS(1641), - [sym__str_single_quotes] = ACTIONS(1641), - [sym__str_back_ticks] = ACTIONS(1641), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1641), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1641), - [anon_sym_err_GT] = ACTIONS(1641), - [anon_sym_out_GT] = ACTIONS(1641), - [anon_sym_e_GT] = ACTIONS(1641), - [anon_sym_o_GT] = ACTIONS(1641), - [anon_sym_err_PLUSout_GT] = ACTIONS(1641), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1641), - [anon_sym_o_PLUSe_GT] = ACTIONS(1641), - [anon_sym_e_PLUSo_GT] = ACTIONS(1641), - [aux_sym_unquoted_token1] = ACTIONS(1641), - [anon_sym_POUND] = ACTIONS(105), - }, - [1137] = { - [sym_comment] = STATE(1137), - [ts_builtin_sym_end] = ACTIONS(1689), - [anon_sym_SEMI] = ACTIONS(1687), - [anon_sym_LF] = ACTIONS(1689), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_LPAREN] = ACTIONS(1687), - [anon_sym_PIPE] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(1687), - [anon_sym_GT] = ACTIONS(1687), - [anon_sym_DASH] = ACTIONS(1687), - [anon_sym_in] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_DOT] = ACTIONS(1687), - [anon_sym_STAR] = ACTIONS(1687), - [anon_sym_STAR_STAR] = ACTIONS(1687), - [anon_sym_PLUS_PLUS] = ACTIONS(1687), - [anon_sym_SLASH] = ACTIONS(1687), - [anon_sym_mod] = ACTIONS(1687), - [anon_sym_SLASH_SLASH] = ACTIONS(1687), - [anon_sym_PLUS] = ACTIONS(1687), - [anon_sym_bit_DASHshl] = ACTIONS(1687), - [anon_sym_bit_DASHshr] = ACTIONS(1687), - [anon_sym_EQ_EQ] = ACTIONS(1687), - [anon_sym_BANG_EQ] = ACTIONS(1687), - [anon_sym_LT2] = ACTIONS(1687), - [anon_sym_LT_EQ] = ACTIONS(1687), - [anon_sym_GT_EQ] = ACTIONS(1687), - [anon_sym_not_DASHin] = ACTIONS(1687), - [anon_sym_starts_DASHwith] = ACTIONS(1687), - [anon_sym_ends_DASHwith] = ACTIONS(1687), - [anon_sym_EQ_TILDE] = ACTIONS(1687), - [anon_sym_BANG_TILDE] = ACTIONS(1687), - [anon_sym_bit_DASHand] = ACTIONS(1687), - [anon_sym_bit_DASHxor] = ACTIONS(1687), - [anon_sym_bit_DASHor] = ACTIONS(1687), - [anon_sym_and] = ACTIONS(1687), - [anon_sym_xor] = ACTIONS(1687), - [anon_sym_or] = ACTIONS(1687), - [anon_sym_null] = ACTIONS(1687), - [anon_sym_true] = ACTIONS(1687), - [anon_sym_false] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1687), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1687), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_0b] = ACTIONS(1687), - [anon_sym_0o] = ACTIONS(1687), - [anon_sym_0x] = ACTIONS(1687), - [sym_val_date] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1687), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1687), - [anon_sym_err_GT] = ACTIONS(1687), - [anon_sym_out_GT] = ACTIONS(1687), - [anon_sym_e_GT] = ACTIONS(1687), - [anon_sym_o_GT] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT] = ACTIONS(1687), - [aux_sym_unquoted_token1] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(105), - }, - [1138] = { - [sym_comment] = STATE(1138), - [ts_builtin_sym_end] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_DOLLAR] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_in] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1551), - [anon_sym_STAR_STAR] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_SLASH] = ACTIONS(1551), - [anon_sym_mod] = ACTIONS(1551), - [anon_sym_SLASH_SLASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_bit_DASHshl] = ACTIONS(1551), - [anon_sym_bit_DASHshr] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_LT2] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_not_DASHin] = ACTIONS(1551), - [anon_sym_starts_DASHwith] = ACTIONS(1551), - [anon_sym_ends_DASHwith] = ACTIONS(1551), - [anon_sym_EQ_TILDE] = ACTIONS(1551), - [anon_sym_BANG_TILDE] = ACTIONS(1551), - [anon_sym_bit_DASHand] = ACTIONS(1551), - [anon_sym_bit_DASHxor] = ACTIONS(1551), - [anon_sym_bit_DASHor] = ACTIONS(1551), - [anon_sym_and] = ACTIONS(1551), - [anon_sym_xor] = ACTIONS(1551), - [anon_sym_or] = ACTIONS(1551), - [anon_sym_null] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1551), - [anon_sym_false] = ACTIONS(1551), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_token1] = ACTIONS(1551), - [aux_sym__val_number_token2] = ACTIONS(1551), - [aux_sym__val_number_token3] = ACTIONS(1551), - [aux_sym__val_number_token4] = ACTIONS(1551), - [aux_sym__val_number_token5] = ACTIONS(1551), - [aux_sym__val_number_token6] = ACTIONS(1551), - [anon_sym_0b] = ACTIONS(1551), - [anon_sym_0o] = ACTIONS(1551), - [anon_sym_0x] = ACTIONS(1551), - [sym_val_date] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(1551), - [sym__str_single_quotes] = ACTIONS(1551), - [sym__str_back_ticks] = ACTIONS(1551), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1551), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1551), - [anon_sym_err_GT] = ACTIONS(1551), - [anon_sym_out_GT] = ACTIONS(1551), - [anon_sym_e_GT] = ACTIONS(1551), - [anon_sym_o_GT] = ACTIONS(1551), - [anon_sym_err_PLUSout_GT] = ACTIONS(1551), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1551), - [anon_sym_o_PLUSe_GT] = ACTIONS(1551), - [anon_sym_e_PLUSo_GT] = ACTIONS(1551), - [aux_sym_unquoted_token1] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(105), - }, - [1139] = { - [sym_comment] = STATE(1139), - [ts_builtin_sym_end] = ACTIONS(1677), - [anon_sym_SEMI] = ACTIONS(1675), - [anon_sym_LF] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_LPAREN] = ACTIONS(1675), - [anon_sym_PIPE] = ACTIONS(1675), - [anon_sym_DOLLAR] = ACTIONS(1675), - [anon_sym_GT] = ACTIONS(1675), - [anon_sym_DASH] = ACTIONS(1675), - [anon_sym_in] = ACTIONS(1675), - [anon_sym_LBRACE] = ACTIONS(1675), - [anon_sym_DOT] = ACTIONS(1675), - [anon_sym_STAR] = ACTIONS(1675), - [anon_sym_STAR_STAR] = ACTIONS(1675), - [anon_sym_PLUS_PLUS] = ACTIONS(1675), - [anon_sym_SLASH] = ACTIONS(1675), - [anon_sym_mod] = ACTIONS(1675), - [anon_sym_SLASH_SLASH] = ACTIONS(1675), - [anon_sym_PLUS] = ACTIONS(1675), - [anon_sym_bit_DASHshl] = ACTIONS(1675), - [anon_sym_bit_DASHshr] = ACTIONS(1675), - [anon_sym_EQ_EQ] = ACTIONS(1675), - [anon_sym_BANG_EQ] = ACTIONS(1675), - [anon_sym_LT2] = ACTIONS(1675), - [anon_sym_LT_EQ] = ACTIONS(1675), - [anon_sym_GT_EQ] = ACTIONS(1675), - [anon_sym_not_DASHin] = ACTIONS(1675), - [anon_sym_starts_DASHwith] = ACTIONS(1675), - [anon_sym_ends_DASHwith] = ACTIONS(1675), - [anon_sym_EQ_TILDE] = ACTIONS(1675), - [anon_sym_BANG_TILDE] = ACTIONS(1675), - [anon_sym_bit_DASHand] = ACTIONS(1675), - [anon_sym_bit_DASHxor] = ACTIONS(1675), - [anon_sym_bit_DASHor] = ACTIONS(1675), - [anon_sym_and] = ACTIONS(1675), - [anon_sym_xor] = ACTIONS(1675), - [anon_sym_or] = ACTIONS(1675), - [anon_sym_null] = ACTIONS(1675), - [anon_sym_true] = ACTIONS(1675), - [anon_sym_false] = ACTIONS(1675), - [aux_sym__val_number_decimal_token1] = ACTIONS(1675), - [aux_sym__val_number_token1] = ACTIONS(1675), - [aux_sym__val_number_token2] = ACTIONS(1675), - [aux_sym__val_number_token3] = ACTIONS(1675), - [aux_sym__val_number_token4] = ACTIONS(1675), - [aux_sym__val_number_token5] = ACTIONS(1675), - [aux_sym__val_number_token6] = ACTIONS(1675), - [anon_sym_0b] = ACTIONS(1675), - [anon_sym_0o] = ACTIONS(1675), - [anon_sym_0x] = ACTIONS(1675), - [sym_val_date] = ACTIONS(1675), - [anon_sym_DQUOTE] = ACTIONS(1675), - [sym__str_single_quotes] = ACTIONS(1675), - [sym__str_back_ticks] = ACTIONS(1675), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1675), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1675), - [anon_sym_err_GT] = ACTIONS(1675), - [anon_sym_out_GT] = ACTIONS(1675), - [anon_sym_e_GT] = ACTIONS(1675), - [anon_sym_o_GT] = ACTIONS(1675), - [anon_sym_err_PLUSout_GT] = ACTIONS(1675), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1675), - [anon_sym_o_PLUSe_GT] = ACTIONS(1675), - [anon_sym_e_PLUSo_GT] = ACTIONS(1675), - [aux_sym_unquoted_token1] = ACTIONS(1675), - [anon_sym_POUND] = ACTIONS(105), - }, - [1140] = { - [sym_cell_path] = STATE(1263), - [sym_path] = STATE(1091), - [sym_comment] = STATE(1140), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_RPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2924), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [1141] = { - [sym_comment] = STATE(1141), - [ts_builtin_sym_end] = ACTIONS(1693), - [anon_sym_SEMI] = ACTIONS(1691), - [anon_sym_LF] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_PIPE] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(1691), - [anon_sym_GT] = ACTIONS(1691), - [anon_sym_DASH] = ACTIONS(1691), - [anon_sym_in] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_DOT] = ACTIONS(1691), - [anon_sym_STAR] = ACTIONS(1691), - [anon_sym_STAR_STAR] = ACTIONS(1691), - [anon_sym_PLUS_PLUS] = ACTIONS(1691), - [anon_sym_SLASH] = ACTIONS(1691), - [anon_sym_mod] = ACTIONS(1691), - [anon_sym_SLASH_SLASH] = ACTIONS(1691), - [anon_sym_PLUS] = ACTIONS(1691), - [anon_sym_bit_DASHshl] = ACTIONS(1691), - [anon_sym_bit_DASHshr] = ACTIONS(1691), - [anon_sym_EQ_EQ] = ACTIONS(1691), - [anon_sym_BANG_EQ] = ACTIONS(1691), - [anon_sym_LT2] = ACTIONS(1691), - [anon_sym_LT_EQ] = ACTIONS(1691), - [anon_sym_GT_EQ] = ACTIONS(1691), - [anon_sym_not_DASHin] = ACTIONS(1691), - [anon_sym_starts_DASHwith] = ACTIONS(1691), - [anon_sym_ends_DASHwith] = ACTIONS(1691), - [anon_sym_EQ_TILDE] = ACTIONS(1691), - [anon_sym_BANG_TILDE] = ACTIONS(1691), - [anon_sym_bit_DASHand] = ACTIONS(1691), - [anon_sym_bit_DASHxor] = ACTIONS(1691), - [anon_sym_bit_DASHor] = ACTIONS(1691), - [anon_sym_and] = ACTIONS(1691), - [anon_sym_xor] = ACTIONS(1691), - [anon_sym_or] = ACTIONS(1691), - [anon_sym_null] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1691), - [anon_sym_false] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1691), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1691), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_0b] = ACTIONS(1691), - [anon_sym_0o] = ACTIONS(1691), - [anon_sym_0x] = ACTIONS(1691), - [sym_val_date] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1691), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1691), - [anon_sym_err_GT] = ACTIONS(1691), - [anon_sym_out_GT] = ACTIONS(1691), - [anon_sym_e_GT] = ACTIONS(1691), - [anon_sym_o_GT] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT] = ACTIONS(1691), - [aux_sym_unquoted_token1] = ACTIONS(1691), - [anon_sym_POUND] = ACTIONS(105), - }, - [1142] = { - [sym_comment] = STATE(1142), - [ts_builtin_sym_end] = ACTIONS(1609), - [anon_sym_SEMI] = ACTIONS(1607), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_LBRACK] = ACTIONS(1607), - [anon_sym_LPAREN] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_GT] = ACTIONS(1607), - [anon_sym_DASH] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1607), - [anon_sym_LBRACE] = ACTIONS(1607), - [anon_sym_DOT] = ACTIONS(1607), - [anon_sym_STAR] = ACTIONS(1607), - [anon_sym_STAR_STAR] = ACTIONS(1607), - [anon_sym_PLUS_PLUS] = ACTIONS(1607), - [anon_sym_SLASH] = ACTIONS(1607), - [anon_sym_mod] = ACTIONS(1607), - [anon_sym_SLASH_SLASH] = ACTIONS(1607), - [anon_sym_PLUS] = ACTIONS(1607), - [anon_sym_bit_DASHshl] = ACTIONS(1607), - [anon_sym_bit_DASHshr] = ACTIONS(1607), - [anon_sym_EQ_EQ] = ACTIONS(1607), - [anon_sym_BANG_EQ] = ACTIONS(1607), - [anon_sym_LT2] = ACTIONS(1607), - [anon_sym_LT_EQ] = ACTIONS(1607), - [anon_sym_GT_EQ] = ACTIONS(1607), - [anon_sym_not_DASHin] = ACTIONS(1607), - [anon_sym_starts_DASHwith] = ACTIONS(1607), - [anon_sym_ends_DASHwith] = ACTIONS(1607), - [anon_sym_EQ_TILDE] = ACTIONS(1607), - [anon_sym_BANG_TILDE] = ACTIONS(1607), - [anon_sym_bit_DASHand] = ACTIONS(1607), - [anon_sym_bit_DASHxor] = ACTIONS(1607), - [anon_sym_bit_DASHor] = ACTIONS(1607), - [anon_sym_and] = ACTIONS(1607), - [anon_sym_xor] = ACTIONS(1607), - [anon_sym_or] = ACTIONS(1607), - [anon_sym_null] = ACTIONS(1607), - [anon_sym_true] = ACTIONS(1607), - [anon_sym_false] = ACTIONS(1607), - [aux_sym__val_number_decimal_token1] = ACTIONS(1607), - [aux_sym__val_number_token1] = ACTIONS(1607), - [aux_sym__val_number_token2] = ACTIONS(1607), - [aux_sym__val_number_token3] = ACTIONS(1607), - [aux_sym__val_number_token4] = ACTIONS(1607), - [aux_sym__val_number_token5] = ACTIONS(1607), - [aux_sym__val_number_token6] = ACTIONS(1607), - [anon_sym_0b] = ACTIONS(1607), - [anon_sym_0o] = ACTIONS(1607), - [anon_sym_0x] = ACTIONS(1607), - [sym_val_date] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym__str_single_quotes] = ACTIONS(1607), - [sym__str_back_ticks] = ACTIONS(1607), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1607), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1607), - [anon_sym_err_GT] = ACTIONS(1607), - [anon_sym_out_GT] = ACTIONS(1607), - [anon_sym_e_GT] = ACTIONS(1607), - [anon_sym_o_GT] = ACTIONS(1607), - [anon_sym_err_PLUSout_GT] = ACTIONS(1607), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1607), - [anon_sym_o_PLUSe_GT] = ACTIONS(1607), - [anon_sym_e_PLUSo_GT] = ACTIONS(1607), - [aux_sym_unquoted_token1] = ACTIONS(1607), - [anon_sym_POUND] = ACTIONS(105), - }, - [1143] = { - [sym_comment] = STATE(1143), - [ts_builtin_sym_end] = ACTIONS(1613), - [anon_sym_SEMI] = ACTIONS(1611), - [anon_sym_LF] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1611), - [anon_sym_LPAREN] = ACTIONS(1611), - [anon_sym_PIPE] = ACTIONS(1611), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_GT] = ACTIONS(1611), - [anon_sym_DASH] = ACTIONS(1611), - [anon_sym_in] = ACTIONS(1611), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_DOT] = ACTIONS(1611), - [anon_sym_STAR] = ACTIONS(1611), - [anon_sym_STAR_STAR] = ACTIONS(1611), - [anon_sym_PLUS_PLUS] = ACTIONS(1611), - [anon_sym_SLASH] = ACTIONS(1611), - [anon_sym_mod] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(1611), - [anon_sym_PLUS] = ACTIONS(1611), - [anon_sym_bit_DASHshl] = ACTIONS(1611), - [anon_sym_bit_DASHshr] = ACTIONS(1611), - [anon_sym_EQ_EQ] = ACTIONS(1611), - [anon_sym_BANG_EQ] = ACTIONS(1611), - [anon_sym_LT2] = ACTIONS(1611), - [anon_sym_LT_EQ] = ACTIONS(1611), - [anon_sym_GT_EQ] = ACTIONS(1611), - [anon_sym_not_DASHin] = ACTIONS(1611), - [anon_sym_starts_DASHwith] = ACTIONS(1611), - [anon_sym_ends_DASHwith] = ACTIONS(1611), - [anon_sym_EQ_TILDE] = ACTIONS(1611), - [anon_sym_BANG_TILDE] = ACTIONS(1611), - [anon_sym_bit_DASHand] = ACTIONS(1611), - [anon_sym_bit_DASHxor] = ACTIONS(1611), - [anon_sym_bit_DASHor] = ACTIONS(1611), - [anon_sym_and] = ACTIONS(1611), - [anon_sym_xor] = ACTIONS(1611), - [anon_sym_or] = ACTIONS(1611), - [anon_sym_null] = ACTIONS(1611), - [anon_sym_true] = ACTIONS(1611), - [anon_sym_false] = ACTIONS(1611), - [aux_sym__val_number_decimal_token1] = ACTIONS(1611), - [aux_sym__val_number_token1] = ACTIONS(1611), - [aux_sym__val_number_token2] = ACTIONS(1611), - [aux_sym__val_number_token3] = ACTIONS(1611), - [aux_sym__val_number_token4] = ACTIONS(1611), - [aux_sym__val_number_token5] = ACTIONS(1611), - [aux_sym__val_number_token6] = ACTIONS(1611), - [anon_sym_0b] = ACTIONS(1611), - [anon_sym_0o] = ACTIONS(1611), - [anon_sym_0x] = ACTIONS(1611), - [sym_val_date] = ACTIONS(1611), - [anon_sym_DQUOTE] = ACTIONS(1611), - [sym__str_single_quotes] = ACTIONS(1611), - [sym__str_back_ticks] = ACTIONS(1611), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1611), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1611), - [anon_sym_err_GT] = ACTIONS(1611), - [anon_sym_out_GT] = ACTIONS(1611), - [anon_sym_e_GT] = ACTIONS(1611), - [anon_sym_o_GT] = ACTIONS(1611), - [anon_sym_err_PLUSout_GT] = ACTIONS(1611), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1611), - [anon_sym_o_PLUSe_GT] = ACTIONS(1611), - [anon_sym_e_PLUSo_GT] = ACTIONS(1611), - [aux_sym_unquoted_token1] = ACTIONS(1611), - [anon_sym_POUND] = ACTIONS(105), - }, - [1144] = { - [sym_comment] = STATE(1144), - [ts_builtin_sym_end] = ACTIONS(1635), - [anon_sym_SEMI] = ACTIONS(1633), - [anon_sym_LF] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1633), - [anon_sym_LPAREN] = ACTIONS(1633), - [anon_sym_PIPE] = ACTIONS(1633), - [anon_sym_DOLLAR] = ACTIONS(1633), - [anon_sym_GT] = ACTIONS(1633), - [anon_sym_DASH] = ACTIONS(1633), - [anon_sym_in] = ACTIONS(1633), - [anon_sym_LBRACE] = ACTIONS(1633), - [anon_sym_DOT] = ACTIONS(1633), - [anon_sym_STAR] = ACTIONS(1633), - [anon_sym_STAR_STAR] = ACTIONS(1633), - [anon_sym_PLUS_PLUS] = ACTIONS(1633), - [anon_sym_SLASH] = ACTIONS(1633), - [anon_sym_mod] = ACTIONS(1633), - [anon_sym_SLASH_SLASH] = ACTIONS(1633), - [anon_sym_PLUS] = ACTIONS(1633), - [anon_sym_bit_DASHshl] = ACTIONS(1633), - [anon_sym_bit_DASHshr] = ACTIONS(1633), - [anon_sym_EQ_EQ] = ACTIONS(1633), - [anon_sym_BANG_EQ] = ACTIONS(1633), - [anon_sym_LT2] = ACTIONS(1633), - [anon_sym_LT_EQ] = ACTIONS(1633), - [anon_sym_GT_EQ] = ACTIONS(1633), - [anon_sym_not_DASHin] = ACTIONS(1633), - [anon_sym_starts_DASHwith] = ACTIONS(1633), - [anon_sym_ends_DASHwith] = ACTIONS(1633), - [anon_sym_EQ_TILDE] = ACTIONS(1633), - [anon_sym_BANG_TILDE] = ACTIONS(1633), - [anon_sym_bit_DASHand] = ACTIONS(1633), - [anon_sym_bit_DASHxor] = ACTIONS(1633), - [anon_sym_bit_DASHor] = ACTIONS(1633), - [anon_sym_and] = ACTIONS(1633), - [anon_sym_xor] = ACTIONS(1633), - [anon_sym_or] = ACTIONS(1633), - [anon_sym_null] = ACTIONS(1633), - [anon_sym_true] = ACTIONS(1633), - [anon_sym_false] = ACTIONS(1633), - [aux_sym__val_number_decimal_token1] = ACTIONS(1633), - [aux_sym__val_number_token1] = ACTIONS(1633), - [aux_sym__val_number_token2] = ACTIONS(1633), - [aux_sym__val_number_token3] = ACTIONS(1633), - [aux_sym__val_number_token4] = ACTIONS(1633), - [aux_sym__val_number_token5] = ACTIONS(1633), - [aux_sym__val_number_token6] = ACTIONS(1633), - [anon_sym_0b] = ACTIONS(1633), - [anon_sym_0o] = ACTIONS(1633), - [anon_sym_0x] = ACTIONS(1633), - [sym_val_date] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(1633), - [sym__str_single_quotes] = ACTIONS(1633), - [sym__str_back_ticks] = ACTIONS(1633), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1633), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1633), - [anon_sym_err_GT] = ACTIONS(1633), - [anon_sym_out_GT] = ACTIONS(1633), - [anon_sym_e_GT] = ACTIONS(1633), - [anon_sym_o_GT] = ACTIONS(1633), - [anon_sym_err_PLUSout_GT] = ACTIONS(1633), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), - [anon_sym_o_PLUSe_GT] = ACTIONS(1633), - [anon_sym_e_PLUSo_GT] = ACTIONS(1633), - [aux_sym_unquoted_token1] = ACTIONS(1633), - [anon_sym_POUND] = ACTIONS(105), - }, - [1145] = { - [sym_path] = STATE(1233), - [sym_comment] = STATE(1145), - [aux_sym_cell_path_repeat1] = STATE(1128), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_RPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [1146] = { - [sym_path] = STATE(1233), - [sym_comment] = STATE(1146), - [aux_sym_cell_path_repeat1] = STATE(1071), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [1147] = { - [sym_cell_path] = STATE(1239), - [sym_path] = STATE(1091), - [sym_comment] = STATE(1147), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2927), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(105), - }, - [1148] = { - [sym_comment] = STATE(1148), - [ts_builtin_sym_end] = ACTIONS(1681), - [anon_sym_SEMI] = ACTIONS(1679), - [anon_sym_LF] = ACTIONS(1681), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_LPAREN] = ACTIONS(1679), - [anon_sym_PIPE] = ACTIONS(1679), - [anon_sym_DOLLAR] = ACTIONS(1679), - [anon_sym_GT] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1679), - [anon_sym_in] = ACTIONS(1679), - [anon_sym_LBRACE] = ACTIONS(1679), - [anon_sym_DOT] = ACTIONS(1679), - [anon_sym_STAR] = ACTIONS(1679), - [anon_sym_STAR_STAR] = ACTIONS(1679), - [anon_sym_PLUS_PLUS] = ACTIONS(1679), - [anon_sym_SLASH] = ACTIONS(1679), - [anon_sym_mod] = ACTIONS(1679), - [anon_sym_SLASH_SLASH] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(1679), - [anon_sym_bit_DASHshl] = ACTIONS(1679), - [anon_sym_bit_DASHshr] = ACTIONS(1679), - [anon_sym_EQ_EQ] = ACTIONS(1679), - [anon_sym_BANG_EQ] = ACTIONS(1679), - [anon_sym_LT2] = ACTIONS(1679), - [anon_sym_LT_EQ] = ACTIONS(1679), - [anon_sym_GT_EQ] = ACTIONS(1679), - [anon_sym_not_DASHin] = ACTIONS(1679), - [anon_sym_starts_DASHwith] = ACTIONS(1679), - [anon_sym_ends_DASHwith] = ACTIONS(1679), - [anon_sym_EQ_TILDE] = ACTIONS(1679), - [anon_sym_BANG_TILDE] = ACTIONS(1679), - [anon_sym_bit_DASHand] = ACTIONS(1679), - [anon_sym_bit_DASHxor] = ACTIONS(1679), - [anon_sym_bit_DASHor] = ACTIONS(1679), - [anon_sym_and] = ACTIONS(1679), - [anon_sym_xor] = ACTIONS(1679), - [anon_sym_or] = ACTIONS(1679), - [anon_sym_null] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1679), - [anon_sym_false] = ACTIONS(1679), - [aux_sym__val_number_decimal_token1] = ACTIONS(1679), - [aux_sym__val_number_token1] = ACTIONS(1679), - [aux_sym__val_number_token2] = ACTIONS(1679), - [aux_sym__val_number_token3] = ACTIONS(1679), - [aux_sym__val_number_token4] = ACTIONS(1679), - [aux_sym__val_number_token5] = ACTIONS(1679), - [aux_sym__val_number_token6] = ACTIONS(1679), - [anon_sym_0b] = ACTIONS(1679), - [anon_sym_0o] = ACTIONS(1679), - [anon_sym_0x] = ACTIONS(1679), - [sym_val_date] = ACTIONS(1679), - [anon_sym_DQUOTE] = ACTIONS(1679), - [sym__str_single_quotes] = ACTIONS(1679), - [sym__str_back_ticks] = ACTIONS(1679), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1679), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1679), - [anon_sym_err_GT] = ACTIONS(1679), - [anon_sym_out_GT] = ACTIONS(1679), - [anon_sym_e_GT] = ACTIONS(1679), - [anon_sym_o_GT] = ACTIONS(1679), - [anon_sym_err_PLUSout_GT] = ACTIONS(1679), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1679), - [anon_sym_o_PLUSe_GT] = ACTIONS(1679), - [anon_sym_e_PLUSo_GT] = ACTIONS(1679), - [aux_sym_unquoted_token1] = ACTIONS(1679), - [anon_sym_POUND] = ACTIONS(105), - }, - [1149] = { - [sym_comment] = STATE(1149), - [ts_builtin_sym_end] = ACTIONS(1547), - [anon_sym_SEMI] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_in] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_STAR_STAR] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_mod] = ACTIONS(1545), - [anon_sym_SLASH_SLASH] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_bit_DASHshl] = ACTIONS(1545), - [anon_sym_bit_DASHshr] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT2] = ACTIONS(1545), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_not_DASHin] = ACTIONS(1545), - [anon_sym_starts_DASHwith] = ACTIONS(1545), - [anon_sym_ends_DASHwith] = ACTIONS(1545), - [anon_sym_EQ_TILDE] = ACTIONS(1545), - [anon_sym_BANG_TILDE] = ACTIONS(1545), - [anon_sym_bit_DASHand] = ACTIONS(1545), - [anon_sym_bit_DASHxor] = ACTIONS(1545), - [anon_sym_bit_DASHor] = ACTIONS(1545), - [anon_sym_and] = ACTIONS(1545), - [anon_sym_xor] = ACTIONS(1545), - [anon_sym_or] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_err_GT] = ACTIONS(1545), - [anon_sym_out_GT] = ACTIONS(1545), - [anon_sym_e_GT] = ACTIONS(1545), - [anon_sym_o_GT] = ACTIONS(1545), - [anon_sym_err_PLUSout_GT] = ACTIONS(1545), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1545), - [anon_sym_o_PLUSe_GT] = ACTIONS(1545), - [anon_sym_e_PLUSo_GT] = ACTIONS(1545), - [aux_sym_unquoted_token1] = ACTIONS(1545), - [anon_sym_POUND] = ACTIONS(105), - }, - [1150] = { - [sym_comment] = STATE(1150), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2930), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(2932), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1151] = { - [sym_comment] = STATE(1151), - [anon_sym_export] = ACTIONS(2934), - [anon_sym_alias] = ACTIONS(2934), - [anon_sym_let] = ACTIONS(2934), - [anon_sym_let_DASHenv] = ACTIONS(2934), - [anon_sym_mut] = ACTIONS(2934), - [anon_sym_const] = ACTIONS(2934), - [anon_sym_SEMI] = ACTIONS(2934), - [sym_cmd_identifier] = ACTIONS(2934), - [anon_sym_LF] = ACTIONS(2936), - [anon_sym_def] = ACTIONS(2934), - [anon_sym_export_DASHenv] = ACTIONS(2934), - [anon_sym_extern] = ACTIONS(2934), - [anon_sym_module] = ACTIONS(2934), - [anon_sym_use] = ACTIONS(2934), - [anon_sym_LBRACK] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2934), - [anon_sym_RPAREN] = ACTIONS(2934), - [anon_sym_DOLLAR] = ACTIONS(2934), - [anon_sym_error] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_break] = ACTIONS(2934), - [anon_sym_continue] = ACTIONS(2934), - [anon_sym_for] = ACTIONS(2934), - [anon_sym_loop] = ACTIONS(2934), - [anon_sym_while] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_if] = ACTIONS(2934), - [anon_sym_match] = ACTIONS(2934), - [anon_sym_LBRACE] = ACTIONS(2934), - [anon_sym_RBRACE] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_DOT2] = ACTIONS(2938), - [anon_sym_try] = ACTIONS(2934), - [anon_sym_return] = ACTIONS(2934), - [anon_sym_source] = ACTIONS(2934), - [anon_sym_source_DASHenv] = ACTIONS(2934), - [anon_sym_register] = ACTIONS(2934), - [anon_sym_hide] = ACTIONS(2934), - [anon_sym_hide_DASHenv] = ACTIONS(2934), - [anon_sym_overlay] = ACTIONS(2934), - [anon_sym_where] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_not] = ACTIONS(2934), - [aux_sym__immediate_decimal_token2] = ACTIONS(2941), - [anon_sym_null] = ACTIONS(2934), - [anon_sym_true] = ACTIONS(2934), - [anon_sym_false] = ACTIONS(2934), - [aux_sym__val_number_decimal_token1] = ACTIONS(2934), - [aux_sym__val_number_token1] = ACTIONS(2934), - [aux_sym__val_number_token2] = ACTIONS(2934), - [aux_sym__val_number_token3] = ACTIONS(2934), - [aux_sym__val_number_token4] = ACTIONS(2934), - [aux_sym__val_number_token5] = ACTIONS(2934), - [aux_sym__val_number_token6] = ACTIONS(2934), - [anon_sym_0b] = ACTIONS(2934), - [anon_sym_0o] = ACTIONS(2934), - [anon_sym_0x] = ACTIONS(2934), - [sym_val_date] = ACTIONS(2934), - [anon_sym_DQUOTE] = ACTIONS(2934), - [sym__str_single_quotes] = ACTIONS(2934), - [sym__str_back_ticks] = ACTIONS(2934), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2934), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2934), - [anon_sym_CARET] = ACTIONS(2934), - [anon_sym_POUND] = ACTIONS(105), - }, - [1152] = { - [sym_path] = STATE(1421), - [sym_comment] = STATE(1152), - [aux_sym_cell_path_repeat1] = STATE(1155), - [ts_builtin_sym_end] = ACTIONS(1409), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [1153] = { - [sym_comment] = STATE(1153), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(2530), - [anon_sym_POUND] = ACTIONS(105), - }, - [1154] = { - [sym_cell_path] = STATE(1502), - [sym_path] = STATE(1177), - [sym_comment] = STATE(1154), - [ts_builtin_sym_end] = ACTIONS(1465), - [anon_sym_export] = ACTIONS(1463), - [anon_sym_alias] = ACTIONS(1463), - [anon_sym_let] = ACTIONS(1463), - [anon_sym_let_DASHenv] = ACTIONS(1463), - [anon_sym_mut] = ACTIONS(1463), - [anon_sym_const] = ACTIONS(1463), - [anon_sym_SEMI] = ACTIONS(1463), - [sym_cmd_identifier] = ACTIONS(1463), - [anon_sym_LF] = ACTIONS(1465), - [anon_sym_def] = ACTIONS(1463), - [anon_sym_export_DASHenv] = ACTIONS(1463), - [anon_sym_extern] = ACTIONS(1463), - [anon_sym_module] = ACTIONS(1463), - [anon_sym_use] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_error] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1463), - [anon_sym_break] = ACTIONS(1463), - [anon_sym_continue] = ACTIONS(1463), - [anon_sym_for] = ACTIONS(1463), - [anon_sym_loop] = ACTIONS(1463), - [anon_sym_while] = ACTIONS(1463), - [anon_sym_do] = ACTIONS(1463), - [anon_sym_if] = ACTIONS(1463), - [anon_sym_match] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1463), - [anon_sym_return] = ACTIONS(1463), - [anon_sym_source] = ACTIONS(1463), - [anon_sym_source_DASHenv] = ACTIONS(1463), - [anon_sym_register] = ACTIONS(1463), - [anon_sym_hide] = ACTIONS(1463), - [anon_sym_hide_DASHenv] = ACTIONS(1463), - [anon_sym_overlay] = ACTIONS(1463), - [anon_sym_where] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1463), - [anon_sym_not] = ACTIONS(1463), - [anon_sym_null] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1463), - [anon_sym_false] = ACTIONS(1463), - [aux_sym__val_number_decimal_token1] = ACTIONS(1463), - [aux_sym__val_number_token1] = ACTIONS(1463), - [aux_sym__val_number_token2] = ACTIONS(1463), - [aux_sym__val_number_token3] = ACTIONS(1463), - [aux_sym__val_number_token4] = ACTIONS(1463), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1463), - [anon_sym_0b] = ACTIONS(1463), - [anon_sym_0o] = ACTIONS(1463), - [anon_sym_0x] = ACTIONS(1463), - [sym_val_date] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1463), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1463), - [anon_sym_CARET] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(105), - }, - [1155] = { - [sym_path] = STATE(1421), - [sym_comment] = STATE(1155), - [aux_sym_cell_path_repeat1] = STATE(1155), - [ts_builtin_sym_end] = ACTIONS(1389), - [anon_sym_export] = ACTIONS(1387), - [anon_sym_alias] = ACTIONS(1387), - [anon_sym_let] = ACTIONS(1387), - [anon_sym_let_DASHenv] = ACTIONS(1387), - [anon_sym_mut] = ACTIONS(1387), - [anon_sym_const] = ACTIONS(1387), - [anon_sym_SEMI] = ACTIONS(1387), - [sym_cmd_identifier] = ACTIONS(1387), - [anon_sym_LF] = ACTIONS(1389), - [anon_sym_def] = ACTIONS(1387), - [anon_sym_export_DASHenv] = ACTIONS(1387), - [anon_sym_extern] = ACTIONS(1387), - [anon_sym_module] = ACTIONS(1387), - [anon_sym_use] = ACTIONS(1387), - [anon_sym_LBRACK] = ACTIONS(1387), - [anon_sym_LPAREN] = ACTIONS(1387), - [anon_sym_DOLLAR] = ACTIONS(1387), - [anon_sym_error] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1387), - [anon_sym_break] = ACTIONS(1387), - [anon_sym_continue] = ACTIONS(1387), - [anon_sym_for] = ACTIONS(1387), - [anon_sym_loop] = ACTIONS(1387), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(1387), - [anon_sym_if] = ACTIONS(1387), - [anon_sym_match] = ACTIONS(1387), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_DOT] = ACTIONS(1387), - [anon_sym_DOT2] = ACTIONS(2945), - [anon_sym_try] = ACTIONS(1387), - [anon_sym_return] = ACTIONS(1387), - [anon_sym_source] = ACTIONS(1387), - [anon_sym_source_DASHenv] = ACTIONS(1387), - [anon_sym_register] = ACTIONS(1387), - [anon_sym_hide] = ACTIONS(1387), - [anon_sym_hide_DASHenv] = ACTIONS(1387), - [anon_sym_overlay] = ACTIONS(1387), - [anon_sym_where] = ACTIONS(1387), - [anon_sym_PLUS] = ACTIONS(1387), - [anon_sym_not] = ACTIONS(1387), - [anon_sym_null] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(1387), - [anon_sym_false] = ACTIONS(1387), - [aux_sym__val_number_decimal_token1] = ACTIONS(1387), - [aux_sym__val_number_token1] = ACTIONS(1387), - [aux_sym__val_number_token2] = ACTIONS(1387), - [aux_sym__val_number_token3] = ACTIONS(1387), - [aux_sym__val_number_token4] = ACTIONS(1387), - [aux_sym__val_number_token5] = ACTIONS(1387), - [aux_sym__val_number_token6] = ACTIONS(1387), - [anon_sym_0b] = ACTIONS(1387), - [anon_sym_0o] = ACTIONS(1387), - [anon_sym_0x] = ACTIONS(1387), - [sym_val_date] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym__str_single_quotes] = ACTIONS(1387), - [sym__str_back_ticks] = ACTIONS(1387), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1387), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1387), - [anon_sym_CARET] = ACTIONS(1387), - [anon_sym_POUND] = ACTIONS(105), - }, - [1156] = { - [sym_comment] = STATE(1156), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [1157] = { - [sym_comment] = STATE(1157), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(105), - }, - [1158] = { - [sym_expr_parenthesized] = STATE(2284), - [sym__immediate_decimal] = STATE(2283), - [sym_val_variable] = STATE(2284), - [sym__var] = STATE(1684), - [sym_comment] = STATE(1158), - [anon_sym_export] = ACTIONS(2050), - [anon_sym_alias] = ACTIONS(2050), - [anon_sym_let] = ACTIONS(2050), - [anon_sym_let_DASHenv] = ACTIONS(2050), - [anon_sym_mut] = ACTIONS(2050), - [anon_sym_const] = ACTIONS(2050), - [sym_cmd_identifier] = ACTIONS(2050), - [anon_sym_def] = ACTIONS(2050), - [anon_sym_export_DASHenv] = ACTIONS(2050), - [anon_sym_extern] = ACTIONS(2050), - [anon_sym_module] = ACTIONS(2050), - [anon_sym_use] = ACTIONS(2050), - [anon_sym_COMMA] = ACTIONS(2052), - [anon_sym_LPAREN] = ACTIONS(2948), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(2050), - [anon_sym_list] = ACTIONS(2050), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_DASH] = ACTIONS(2050), - [anon_sym_break] = ACTIONS(2050), - [anon_sym_continue] = ACTIONS(2050), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_in] = ACTIONS(2050), - [anon_sym_loop] = ACTIONS(2050), - [anon_sym_make] = ACTIONS(2050), - [anon_sym_while] = ACTIONS(2050), - [anon_sym_do] = ACTIONS(2050), - [anon_sym_if] = ACTIONS(2050), - [anon_sym_else] = ACTIONS(2050), - [anon_sym_match] = ACTIONS(2050), - [anon_sym_RBRACE] = ACTIONS(2052), - [anon_sym_DOT] = ACTIONS(2050), - [anon_sym_DOT2] = ACTIONS(2952), - [anon_sym_try] = ACTIONS(2050), - [anon_sym_catch] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(2050), - [anon_sym_source] = ACTIONS(2050), - [anon_sym_source_DASHenv] = ACTIONS(2050), - [anon_sym_register] = ACTIONS(2050), - [anon_sym_hide] = ACTIONS(2050), - [anon_sym_hide_DASHenv] = ACTIONS(2050), - [anon_sym_overlay] = ACTIONS(2050), - [anon_sym_new] = ACTIONS(2050), - [anon_sym_as] = ACTIONS(2050), - [anon_sym_PLUS] = ACTIONS(2050), - [anon_sym_EQ2] = ACTIONS(2954), - [aux_sym__immediate_decimal_token1] = ACTIONS(2956), - [anon_sym_DASH2] = ACTIONS(2958), - [anon_sym_PLUS2] = ACTIONS(2960), - [aux_sym__val_number_decimal_token1] = ACTIONS(2050), - [aux_sym__val_number_token1] = ACTIONS(2052), - [aux_sym__val_number_token2] = ACTIONS(2052), - [aux_sym__val_number_token3] = ACTIONS(2052), - [aux_sym__val_number_token4] = ACTIONS(2050), - [aux_sym__val_number_token5] = ACTIONS(2052), - [aux_sym__val_number_token6] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2052), - [sym__str_single_quotes] = ACTIONS(2052), - [sym__str_back_ticks] = ACTIONS(2052), - [aux_sym__record_key_token2] = ACTIONS(2050), - [anon_sym_POUND] = ACTIONS(3), - }, - [1159] = { - [sym_comment] = STATE(1159), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(2962), - [anon_sym_POUND] = ACTIONS(105), - }, - [1160] = { - [sym_comment] = STATE(1160), - [ts_builtin_sym_end] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT2] = ACTIONS(2964), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [aux_sym__immediate_decimal_token1] = ACTIONS(2797), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [aux_sym_unquoted_token2] = ACTIONS(2966), - [anon_sym_POUND] = ACTIONS(105), - }, - [1161] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1161), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2970), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1162] = { - [sym_expr_parenthesized] = STATE(2287), - [sym__immediate_decimal] = STATE(2286), - [sym_val_variable] = STATE(2287), - [sym__var] = STATE(1684), - [sym_comment] = STATE(1162), - [anon_sym_export] = ACTIONS(2024), - [anon_sym_alias] = ACTIONS(2024), - [anon_sym_let] = ACTIONS(2024), - [anon_sym_let_DASHenv] = ACTIONS(2024), - [anon_sym_mut] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [sym_cmd_identifier] = ACTIONS(2024), - [anon_sym_def] = ACTIONS(2024), - [anon_sym_export_DASHenv] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym_module] = ACTIONS(2024), - [anon_sym_use] = ACTIONS(2024), - [anon_sym_COMMA] = ACTIONS(2026), - [anon_sym_LPAREN] = ACTIONS(2948), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(2024), - [anon_sym_list] = ACTIONS(2024), - [anon_sym_LT] = ACTIONS(2972), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_in] = ACTIONS(2024), - [anon_sym_loop] = ACTIONS(2024), - [anon_sym_make] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_else] = ACTIONS(2024), - [anon_sym_match] = ACTIONS(2024), - [anon_sym_RBRACE] = ACTIONS(2026), - [anon_sym_DOT] = ACTIONS(2024), - [anon_sym_DOT2] = ACTIONS(2952), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_catch] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_source] = ACTIONS(2024), - [anon_sym_source_DASHenv] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_hide] = ACTIONS(2024), - [anon_sym_hide_DASHenv] = ACTIONS(2024), - [anon_sym_overlay] = ACTIONS(2024), - [anon_sym_new] = ACTIONS(2024), - [anon_sym_as] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_EQ2] = ACTIONS(2974), - [aux_sym__immediate_decimal_token1] = ACTIONS(2956), - [anon_sym_DASH2] = ACTIONS(2958), - [anon_sym_PLUS2] = ACTIONS(2960), - [aux_sym__val_number_decimal_token1] = ACTIONS(2024), - [aux_sym__val_number_token1] = ACTIONS(2026), - [aux_sym__val_number_token2] = ACTIONS(2026), - [aux_sym__val_number_token3] = ACTIONS(2026), - [aux_sym__val_number_token4] = ACTIONS(2024), - [aux_sym__val_number_token5] = ACTIONS(2026), - [aux_sym__val_number_token6] = ACTIONS(2024), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym__str_single_quotes] = ACTIONS(2026), - [sym__str_back_ticks] = ACTIONS(2026), - [aux_sym__record_key_token2] = ACTIONS(2024), - [anon_sym_POUND] = ACTIONS(3), - }, - [1163] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1163), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2976), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1164] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1164), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2978), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1165] = { - [sym_comment] = STATE(1165), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_RPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_DOT2] = ACTIONS(2908), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token2] = ACTIONS(2912), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1166] = { - [sym_expr_parenthesized] = STATE(2291), - [sym__immediate_decimal] = STATE(2290), - [sym_val_variable] = STATE(2291), - [sym__var] = STATE(1684), - [sym_comment] = STATE(1166), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_COMMA] = ACTIONS(2006), - [anon_sym_LPAREN] = ACTIONS(2948), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_list] = ACTIONS(2004), - [anon_sym_LT] = ACTIONS(2980), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_in] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_make] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_else] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_RBRACE] = ACTIONS(2006), - [anon_sym_DOT] = ACTIONS(2004), - [anon_sym_DOT2] = ACTIONS(2952), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_catch] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2004), - [anon_sym_as] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_EQ2] = ACTIONS(2982), - [aux_sym__immediate_decimal_token1] = ACTIONS(2956), - [anon_sym_DASH2] = ACTIONS(2958), - [anon_sym_PLUS2] = ACTIONS(2960), - [aux_sym__val_number_decimal_token1] = ACTIONS(2004), - [aux_sym__val_number_token1] = ACTIONS(2006), - [aux_sym__val_number_token2] = ACTIONS(2006), - [aux_sym__val_number_token3] = ACTIONS(2006), - [aux_sym__val_number_token4] = ACTIONS(2004), - [aux_sym__val_number_token5] = ACTIONS(2006), - [aux_sym__val_number_token6] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2006), - [sym__str_single_quotes] = ACTIONS(2006), - [sym__str_back_ticks] = ACTIONS(2006), - [aux_sym__record_key_token2] = ACTIONS(2004), - [anon_sym_POUND] = ACTIONS(3), - }, - [1167] = { - [sym_path] = STATE(1421), - [sym_comment] = STATE(1167), - [aux_sym_cell_path_repeat1] = STATE(1155), - [ts_builtin_sym_end] = ACTIONS(1409), - [anon_sym_export] = ACTIONS(1407), - [anon_sym_alias] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_let_DASHenv] = ACTIONS(1407), - [anon_sym_mut] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1407), - [sym_cmd_identifier] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1409), - [anon_sym_def] = ACTIONS(1407), - [anon_sym_export_DASHenv] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_module] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_DOLLAR] = ACTIONS(1407), - [anon_sym_error] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_do] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_source] = ACTIONS(1407), - [anon_sym_source_DASHenv] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_hide] = ACTIONS(1407), - [anon_sym_hide_DASHenv] = ACTIONS(1407), - [anon_sym_overlay] = ACTIONS(1407), - [anon_sym_where] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_not] = ACTIONS(1407), - [anon_sym_null] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), - [aux_sym__val_number_decimal_token1] = ACTIONS(1407), - [aux_sym__val_number_token1] = ACTIONS(1407), - [aux_sym__val_number_token2] = ACTIONS(1407), - [aux_sym__val_number_token3] = ACTIONS(1407), - [aux_sym__val_number_token4] = ACTIONS(1407), - [aux_sym__val_number_token5] = ACTIONS(1407), - [aux_sym__val_number_token6] = ACTIONS(1407), - [anon_sym_0b] = ACTIONS(1407), - [anon_sym_0o] = ACTIONS(1407), - [anon_sym_0x] = ACTIONS(1407), - [sym_val_date] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym__str_single_quotes] = ACTIONS(1407), - [sym__str_back_ticks] = ACTIONS(1407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1407), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(105), - }, - [1168] = { - [sym_comment] = STATE(1168), - [anon_sym_export] = ACTIONS(2984), - [anon_sym_alias] = ACTIONS(2984), - [anon_sym_let] = ACTIONS(2984), - [anon_sym_let_DASHenv] = ACTIONS(2984), - [anon_sym_mut] = ACTIONS(2984), - [anon_sym_const] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2984), - [sym_cmd_identifier] = ACTIONS(2984), - [anon_sym_LF] = ACTIONS(2986), - [anon_sym_def] = ACTIONS(2984), - [anon_sym_export_DASHenv] = ACTIONS(2984), - [anon_sym_extern] = ACTIONS(2984), - [anon_sym_module] = ACTIONS(2984), - [anon_sym_use] = ACTIONS(2984), - [anon_sym_LBRACK] = ACTIONS(2984), - [anon_sym_LPAREN] = ACTIONS(2984), - [anon_sym_RPAREN] = ACTIONS(2984), - [anon_sym_DOLLAR] = ACTIONS(2984), - [anon_sym_error] = ACTIONS(2984), - [anon_sym_DASH] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_for] = ACTIONS(2984), - [anon_sym_loop] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_do] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_match] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(2984), - [anon_sym_RBRACE] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(2984), - [anon_sym_DOT2] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_source] = ACTIONS(2984), - [anon_sym_source_DASHenv] = ACTIONS(2984), - [anon_sym_register] = ACTIONS(2984), - [anon_sym_hide] = ACTIONS(2984), - [anon_sym_hide_DASHenv] = ACTIONS(2984), - [anon_sym_overlay] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_PLUS] = ACTIONS(2984), - [anon_sym_not] = ACTIONS(2984), - [aux_sym__immediate_decimal_token2] = ACTIONS(2988), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [aux_sym__val_number_decimal_token1] = ACTIONS(2984), - [aux_sym__val_number_token1] = ACTIONS(2984), - [aux_sym__val_number_token2] = ACTIONS(2984), - [aux_sym__val_number_token3] = ACTIONS(2984), - [aux_sym__val_number_token4] = ACTIONS(2984), - [aux_sym__val_number_token5] = ACTIONS(2984), - [aux_sym__val_number_token6] = ACTIONS(2984), - [anon_sym_0b] = ACTIONS(2984), - [anon_sym_0o] = ACTIONS(2984), - [anon_sym_0x] = ACTIONS(2984), - [sym_val_date] = ACTIONS(2984), - [anon_sym_DQUOTE] = ACTIONS(2984), - [sym__str_single_quotes] = ACTIONS(2984), - [sym__str_back_ticks] = ACTIONS(2984), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2984), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2984), - [anon_sym_CARET] = ACTIONS(2984), - [anon_sym_POUND] = ACTIONS(105), - }, - [1169] = { - [sym_comment] = STATE(1169), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2990), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(2838), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1170] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1170), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1171] = { - [sym_comment] = STATE(1171), - [ts_builtin_sym_end] = ACTIONS(2908), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_DOT2] = ACTIONS(2908), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token1] = ACTIONS(2995), - [aux_sym__immediate_decimal_token2] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1172] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1172), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1173] = { - [sym_cell_path] = STATE(1590), - [sym_path] = STATE(1177), - [sym_comment] = STATE(1173), - [ts_builtin_sym_end] = ACTIONS(1402), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [1174] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1174), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1175] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1175), - [aux_sym_val_record_repeat1] = STATE(1186), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3003), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1176] = { - [sym__match_pattern_expression] = STATE(3599), - [sym__match_pattern_value] = STATE(3590), - [sym__match_pattern_list] = STATE(3597), - [sym__match_pattern_rest] = STATE(6113), - [sym__match_pattern_ignore_rest] = STATE(6113), - [sym__match_pattern_record] = STATE(3595), - [sym__expr_unary_minus] = STATE(3465), - [sym_expr_parenthesized] = STATE(3399), - [sym_val_range] = STATE(3462), - [sym__value] = STATE(3439), - [sym_val_nothing] = STATE(3466), - [sym_val_bool] = STATE(3466), - [sym_val_variable] = STATE(3339), - [sym__var] = STATE(3192), - [sym_val_number] = STATE(503), - [sym__val_number_decimal] = STATE(484), - [sym__val_number] = STATE(511), - [sym_val_duration] = STATE(3466), - [sym_val_filesize] = STATE(3466), - [sym_val_binary] = STATE(3466), - [sym_val_string] = STATE(3466), - [sym__str_double_quotes] = STATE(3426), - [sym_val_interpolated] = STATE(3475), - [sym__inter_single_quotes] = STATE(3476), - [sym__inter_double_quotes] = STATE(3477), - [sym_val_list] = STATE(3301), - [sym__list_item_expression] = STATE(3438), - [sym__list_item_starts_with_sign] = STATE(3459), - [sym_val_record] = STATE(3475), - [sym_val_table] = STATE(3466), - [sym_val_closure] = STATE(3475), - [sym_short_flag] = STATE(3459), - [sym_long_flag] = STATE(3459), - [sym__unquoted_in_list] = STATE(3459), - [sym_comment] = STATE(1176), - [aux_sym__match_pattern_list_repeat1] = STATE(2303), - [aux_sym_val_list_repeat1] = STATE(1730), - [anon_sym_LBRACK] = ACTIONS(3005), - [anon_sym_RBRACK] = ACTIONS(3007), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym_DOLLAR] = ACTIONS(3011), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3019), - [anon_sym_null] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [aux_sym__val_number_decimal_token1] = ACTIONS(3025), - [aux_sym__val_number_token1] = ACTIONS(3027), - [aux_sym__val_number_token2] = ACTIONS(3027), - [aux_sym__val_number_token3] = ACTIONS(3027), - [aux_sym__val_number_token4] = ACTIONS(3029), - [aux_sym__val_number_token5] = ACTIONS(3029), - [aux_sym__val_number_token6] = ACTIONS(3029), - [anon_sym_0b] = ACTIONS(3031), - [anon_sym_0o] = ACTIONS(3031), - [anon_sym_0x] = ACTIONS(3031), - [sym_val_date] = ACTIONS(3033), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym__str_single_quotes] = ACTIONS(3037), - [sym__str_back_ticks] = ACTIONS(3037), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3039), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3041), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3043), - [anon_sym_POUND] = ACTIONS(3), - }, - [1177] = { - [sym_path] = STATE(1421), - [sym_comment] = STATE(1177), - [aux_sym_cell_path_repeat1] = STATE(1167), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [1178] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1178), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3045), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1179] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1179), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3047), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1180] = { - [sym_expr_parenthesized] = STATE(1956), - [sym__immediate_decimal] = STATE(1957), - [sym_val_variable] = STATE(1956), - [sym__var] = STATE(1717), - [sym_comment] = STATE(1180), - [anon_sym_export] = ACTIONS(2032), - [anon_sym_alias] = ACTIONS(2032), - [anon_sym_let] = ACTIONS(2032), - [anon_sym_let_DASHenv] = ACTIONS(2032), - [anon_sym_mut] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [sym_cmd_identifier] = ACTIONS(2032), - [anon_sym_def] = ACTIONS(2032), - [anon_sym_export_DASHenv] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym_module] = ACTIONS(2032), - [anon_sym_use] = ACTIONS(2032), - [anon_sym_COMMA] = ACTIONS(2034), - [anon_sym_LPAREN] = ACTIONS(3049), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(2032), - [anon_sym_list] = ACTIONS(2032), - [anon_sym_LT] = ACTIONS(3051), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_in] = ACTIONS(2032), - [anon_sym_loop] = ACTIONS(2032), - [anon_sym_make] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_else] = ACTIONS(2032), - [anon_sym_match] = ACTIONS(2032), - [anon_sym_RBRACE] = ACTIONS(2034), - [anon_sym_DOT] = ACTIONS(2032), - [anon_sym_DOT2] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_catch] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_source] = ACTIONS(2032), - [anon_sym_source_DASHenv] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_hide] = ACTIONS(2032), - [anon_sym_hide_DASHenv] = ACTIONS(2032), - [anon_sym_overlay] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2032), - [anon_sym_as] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_EQ2] = ACTIONS(3055), - [aux_sym__immediate_decimal_token1] = ACTIONS(3057), - [anon_sym_DASH2] = ACTIONS(3059), - [anon_sym_PLUS2] = ACTIONS(3061), - [aux_sym__val_number_decimal_token1] = ACTIONS(2032), - [aux_sym__val_number_token1] = ACTIONS(2034), - [aux_sym__val_number_token2] = ACTIONS(2034), - [aux_sym__val_number_token3] = ACTIONS(2034), - [aux_sym__val_number_token4] = ACTIONS(2032), - [aux_sym__val_number_token5] = ACTIONS(2034), - [aux_sym__val_number_token6] = ACTIONS(2032), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym__str_single_quotes] = ACTIONS(2034), - [sym__str_back_ticks] = ACTIONS(2034), - [aux_sym__record_key_token2] = ACTIONS(2032), - [anon_sym_POUND] = ACTIONS(3), - }, - [1181] = { - [sym__match_pattern_expression] = STATE(3599), - [sym__match_pattern_value] = STATE(3590), - [sym__match_pattern_list] = STATE(3597), - [sym__match_pattern_rest] = STATE(6113), - [sym__match_pattern_ignore_rest] = STATE(6113), - [sym__match_pattern_record] = STATE(3595), - [sym__expr_unary_minus] = STATE(3465), - [sym_expr_parenthesized] = STATE(3399), - [sym_val_range] = STATE(3462), - [sym__value] = STATE(3439), - [sym_val_nothing] = STATE(3466), - [sym_val_bool] = STATE(3466), - [sym_val_variable] = STATE(3339), - [sym__var] = STATE(3192), - [sym_val_number] = STATE(503), - [sym__val_number_decimal] = STATE(484), - [sym__val_number] = STATE(511), - [sym_val_duration] = STATE(3466), - [sym_val_filesize] = STATE(3466), - [sym_val_binary] = STATE(3466), - [sym_val_string] = STATE(3466), - [sym__str_double_quotes] = STATE(3426), - [sym_val_interpolated] = STATE(3475), - [sym__inter_single_quotes] = STATE(3476), - [sym__inter_double_quotes] = STATE(3477), - [sym_val_list] = STATE(3301), - [sym__list_item_expression] = STATE(3438), - [sym__list_item_starts_with_sign] = STATE(3459), - [sym_val_record] = STATE(3475), - [sym_val_table] = STATE(3466), - [sym_val_closure] = STATE(3475), - [sym_short_flag] = STATE(3459), - [sym_long_flag] = STATE(3459), - [sym__unquoted_in_list] = STATE(3459), - [sym_comment] = STATE(1181), - [aux_sym__match_pattern_list_repeat1] = STATE(2303), - [aux_sym_val_list_repeat1] = STATE(1710), - [anon_sym_LBRACK] = ACTIONS(3005), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym_DOLLAR] = ACTIONS(3011), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3019), - [anon_sym_null] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [aux_sym__val_number_decimal_token1] = ACTIONS(3025), - [aux_sym__val_number_token1] = ACTIONS(3027), - [aux_sym__val_number_token2] = ACTIONS(3027), - [aux_sym__val_number_token3] = ACTIONS(3027), - [aux_sym__val_number_token4] = ACTIONS(3029), - [aux_sym__val_number_token5] = ACTIONS(3029), - [aux_sym__val_number_token6] = ACTIONS(3029), - [anon_sym_0b] = ACTIONS(3031), - [anon_sym_0o] = ACTIONS(3031), - [anon_sym_0x] = ACTIONS(3031), - [sym_val_date] = ACTIONS(3033), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym__str_single_quotes] = ACTIONS(3037), - [sym__str_back_ticks] = ACTIONS(3037), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3039), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3041), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3043), - [anon_sym_POUND] = ACTIONS(3), - }, - [1182] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1182), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1183] = { - [sym_expr_parenthesized] = STATE(2280), - [sym__immediate_decimal] = STATE(2279), - [sym_val_variable] = STATE(2280), - [sym__var] = STATE(1684), - [sym_comment] = STATE(1183), - [anon_sym_export] = ACTIONS(2058), - [anon_sym_alias] = ACTIONS(2058), - [anon_sym_let] = ACTIONS(2058), - [anon_sym_let_DASHenv] = ACTIONS(2058), - [anon_sym_mut] = ACTIONS(2058), - [anon_sym_const] = ACTIONS(2058), - [sym_cmd_identifier] = ACTIONS(2058), - [anon_sym_def] = ACTIONS(2058), - [anon_sym_export_DASHenv] = ACTIONS(2058), - [anon_sym_extern] = ACTIONS(2058), - [anon_sym_module] = ACTIONS(2058), - [anon_sym_use] = ACTIONS(2058), - [anon_sym_COMMA] = ACTIONS(2060), - [anon_sym_LPAREN] = ACTIONS(2948), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(2058), - [anon_sym_list] = ACTIONS(2058), - [anon_sym_LT] = ACTIONS(3067), - [anon_sym_DASH] = ACTIONS(2058), - [anon_sym_break] = ACTIONS(2058), - [anon_sym_continue] = ACTIONS(2058), - [anon_sym_for] = ACTIONS(2058), - [anon_sym_in] = ACTIONS(2058), - [anon_sym_loop] = ACTIONS(2058), - [anon_sym_make] = ACTIONS(2058), - [anon_sym_while] = ACTIONS(2058), - [anon_sym_do] = ACTIONS(2058), - [anon_sym_if] = ACTIONS(2058), - [anon_sym_else] = ACTIONS(2058), - [anon_sym_match] = ACTIONS(2058), - [anon_sym_RBRACE] = ACTIONS(2060), - [anon_sym_DOT] = ACTIONS(2058), - [anon_sym_DOT2] = ACTIONS(2952), - [anon_sym_try] = ACTIONS(2058), - [anon_sym_catch] = ACTIONS(2058), - [anon_sym_return] = ACTIONS(2058), - [anon_sym_source] = ACTIONS(2058), - [anon_sym_source_DASHenv] = ACTIONS(2058), - [anon_sym_register] = ACTIONS(2058), - [anon_sym_hide] = ACTIONS(2058), - [anon_sym_hide_DASHenv] = ACTIONS(2058), - [anon_sym_overlay] = ACTIONS(2058), - [anon_sym_new] = ACTIONS(2058), - [anon_sym_as] = ACTIONS(2058), - [anon_sym_PLUS] = ACTIONS(2058), - [anon_sym_EQ2] = ACTIONS(3069), - [aux_sym__immediate_decimal_token1] = ACTIONS(2956), - [anon_sym_DASH2] = ACTIONS(2958), - [anon_sym_PLUS2] = ACTIONS(2960), - [aux_sym__val_number_decimal_token1] = ACTIONS(2058), - [aux_sym__val_number_token1] = ACTIONS(2060), - [aux_sym__val_number_token2] = ACTIONS(2060), - [aux_sym__val_number_token3] = ACTIONS(2060), - [aux_sym__val_number_token4] = ACTIONS(2058), - [aux_sym__val_number_token5] = ACTIONS(2060), - [aux_sym__val_number_token6] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2060), - [sym__str_single_quotes] = ACTIONS(2060), - [sym__str_back_ticks] = ACTIONS(2060), - [aux_sym__record_key_token2] = ACTIONS(2058), - [anon_sym_POUND] = ACTIONS(3), - }, - [1184] = { - [sym_cell_path] = STATE(1420), - [sym_path] = STATE(1201), - [sym_comment] = STATE(1184), - [ts_builtin_sym_end] = ACTIONS(1469), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(3071), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(105), - }, - [1185] = { - [sym_comment] = STATE(1185), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(3074), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [1186] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1186), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1187] = { - [sym_comment] = STATE(1187), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(3074), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [1188] = { - [sym_comment] = STATE(1188), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token1] = ACTIONS(3078), - [aux_sym__immediate_decimal_token2] = ACTIONS(2932), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1189] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1189), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(3080), - [anon_sym_alias] = ACTIONS(3080), - [anon_sym_let] = ACTIONS(3080), - [anon_sym_let_DASHenv] = ACTIONS(3080), - [anon_sym_mut] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [sym_cmd_identifier] = ACTIONS(3080), - [anon_sym_def] = ACTIONS(3080), - [anon_sym_export_DASHenv] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym_module] = ACTIONS(3080), - [anon_sym_use] = ACTIONS(3080), - [anon_sym_LPAREN] = ACTIONS(3083), - [anon_sym_DOLLAR] = ACTIONS(3086), - [anon_sym_error] = ACTIONS(3080), - [anon_sym_list] = ACTIONS(3080), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_break] = ACTIONS(3080), - [anon_sym_continue] = ACTIONS(3080), - [anon_sym_for] = ACTIONS(3080), - [anon_sym_in] = ACTIONS(3080), - [anon_sym_loop] = ACTIONS(3080), - [anon_sym_make] = ACTIONS(3080), - [anon_sym_while] = ACTIONS(3080), - [anon_sym_do] = ACTIONS(3080), - [anon_sym_if] = ACTIONS(3080), - [anon_sym_else] = ACTIONS(3080), - [anon_sym_match] = ACTIONS(3080), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_DOT] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3080), - [anon_sym_catch] = ACTIONS(3080), - [anon_sym_return] = ACTIONS(3080), - [anon_sym_source] = ACTIONS(3080), - [anon_sym_source_DASHenv] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_hide] = ACTIONS(3080), - [anon_sym_hide_DASHenv] = ACTIONS(3080), - [anon_sym_overlay] = ACTIONS(3080), - [anon_sym_new] = ACTIONS(3080), - [anon_sym_as] = ACTIONS(3080), - [anon_sym_PLUS] = ACTIONS(3097), - [aux_sym__val_number_decimal_token1] = ACTIONS(3100), - [aux_sym__val_number_token1] = ACTIONS(3103), - [aux_sym__val_number_token2] = ACTIONS(3103), - [aux_sym__val_number_token3] = ACTIONS(3103), - [aux_sym__val_number_token4] = ACTIONS(3106), - [aux_sym__val_number_token5] = ACTIONS(3103), - [aux_sym__val_number_token6] = ACTIONS(3106), - [anon_sym_DQUOTE] = ACTIONS(3109), - [sym__str_single_quotes] = ACTIONS(3112), - [sym__str_back_ticks] = ACTIONS(3112), - [aux_sym__record_key_token2] = ACTIONS(3115), - [anon_sym_POUND] = ACTIONS(3), - }, - [1190] = { - [sym_expr_parenthesized] = STATE(1954), - [sym__immediate_decimal] = STATE(1955), - [sym_val_variable] = STATE(1954), - [sym__var] = STATE(1717), - [sym_comment] = STATE(1190), - [anon_sym_export] = ACTIONS(2066), - [anon_sym_alias] = ACTIONS(2066), - [anon_sym_let] = ACTIONS(2066), - [anon_sym_let_DASHenv] = ACTIONS(2066), - [anon_sym_mut] = ACTIONS(2066), - [anon_sym_const] = ACTIONS(2066), - [sym_cmd_identifier] = ACTIONS(2066), - [anon_sym_def] = ACTIONS(2066), - [anon_sym_export_DASHenv] = ACTIONS(2066), - [anon_sym_extern] = ACTIONS(2066), - [anon_sym_module] = ACTIONS(2066), - [anon_sym_use] = ACTIONS(2066), - [anon_sym_COMMA] = ACTIONS(2068), - [anon_sym_LPAREN] = ACTIONS(3049), - [anon_sym_DOLLAR] = ACTIONS(2884), - [anon_sym_error] = ACTIONS(2066), - [anon_sym_list] = ACTIONS(2066), - [anon_sym_LT] = ACTIONS(3118), - [anon_sym_DASH] = ACTIONS(2066), - [anon_sym_break] = ACTIONS(2066), - [anon_sym_continue] = ACTIONS(2066), - [anon_sym_for] = ACTIONS(2066), - [anon_sym_in] = ACTIONS(2066), - [anon_sym_loop] = ACTIONS(2066), - [anon_sym_make] = ACTIONS(2066), - [anon_sym_while] = ACTIONS(2066), - [anon_sym_do] = ACTIONS(2066), - [anon_sym_if] = ACTIONS(2066), - [anon_sym_else] = ACTIONS(2066), - [anon_sym_match] = ACTIONS(2066), - [anon_sym_RBRACE] = ACTIONS(2068), - [anon_sym_DOT] = ACTIONS(2066), - [anon_sym_DOT2] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(2066), - [anon_sym_catch] = ACTIONS(2066), - [anon_sym_return] = ACTIONS(2066), - [anon_sym_source] = ACTIONS(2066), - [anon_sym_source_DASHenv] = ACTIONS(2066), - [anon_sym_register] = ACTIONS(2066), - [anon_sym_hide] = ACTIONS(2066), - [anon_sym_hide_DASHenv] = ACTIONS(2066), - [anon_sym_overlay] = ACTIONS(2066), - [anon_sym_new] = ACTIONS(2066), - [anon_sym_as] = ACTIONS(2066), - [anon_sym_PLUS] = ACTIONS(2066), - [anon_sym_EQ2] = ACTIONS(3120), - [aux_sym__immediate_decimal_token1] = ACTIONS(3057), - [anon_sym_DASH2] = ACTIONS(3059), - [anon_sym_PLUS2] = ACTIONS(3061), - [aux_sym__val_number_decimal_token1] = ACTIONS(2066), - [aux_sym__val_number_token1] = ACTIONS(2068), - [aux_sym__val_number_token2] = ACTIONS(2068), - [aux_sym__val_number_token3] = ACTIONS(2068), - [aux_sym__val_number_token4] = ACTIONS(2066), - [aux_sym__val_number_token5] = ACTIONS(2068), - [aux_sym__val_number_token6] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2068), - [sym__str_single_quotes] = ACTIONS(2068), - [sym__str_back_ticks] = ACTIONS(2068), - [aux_sym__record_key_token2] = ACTIONS(2066), - [anon_sym_POUND] = ACTIONS(3), - }, - [1191] = { - [sym_comment] = STATE(1191), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_RPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token1] = ACTIONS(3122), - [aux_sym__immediate_decimal_token2] = ACTIONS(3124), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1192] = { - [sym_cell_path] = STATE(1542), - [sym_path] = STATE(1177), - [sym_comment] = STATE(1192), - [ts_builtin_sym_end] = ACTIONS(1433), - [anon_sym_export] = ACTIONS(1431), - [anon_sym_alias] = ACTIONS(1431), - [anon_sym_let] = ACTIONS(1431), - [anon_sym_let_DASHenv] = ACTIONS(1431), - [anon_sym_mut] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [anon_sym_SEMI] = ACTIONS(1431), - [sym_cmd_identifier] = ACTIONS(1431), - [anon_sym_LF] = ACTIONS(1433), - [anon_sym_def] = ACTIONS(1431), - [anon_sym_export_DASHenv] = ACTIONS(1431), - [anon_sym_extern] = ACTIONS(1431), - [anon_sym_module] = ACTIONS(1431), - [anon_sym_use] = ACTIONS(1431), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_DOLLAR] = ACTIONS(1431), - [anon_sym_error] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_break] = ACTIONS(1431), - [anon_sym_continue] = ACTIONS(1431), - [anon_sym_for] = ACTIONS(1431), - [anon_sym_loop] = ACTIONS(1431), - [anon_sym_while] = ACTIONS(1431), - [anon_sym_do] = ACTIONS(1431), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_match] = ACTIONS(1431), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1431), - [anon_sym_return] = ACTIONS(1431), - [anon_sym_source] = ACTIONS(1431), - [anon_sym_source_DASHenv] = ACTIONS(1431), - [anon_sym_register] = ACTIONS(1431), - [anon_sym_hide] = ACTIONS(1431), - [anon_sym_hide_DASHenv] = ACTIONS(1431), - [anon_sym_overlay] = ACTIONS(1431), - [anon_sym_where] = ACTIONS(1431), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [anon_sym_null] = ACTIONS(1431), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [aux_sym__val_number_decimal_token1] = ACTIONS(1431), - [aux_sym__val_number_token1] = ACTIONS(1431), - [aux_sym__val_number_token2] = ACTIONS(1431), - [aux_sym__val_number_token3] = ACTIONS(1431), - [aux_sym__val_number_token4] = ACTIONS(1431), - [aux_sym__val_number_token5] = ACTIONS(1431), - [aux_sym__val_number_token6] = ACTIONS(1431), - [anon_sym_0b] = ACTIONS(1431), - [anon_sym_0o] = ACTIONS(1431), - [anon_sym_0x] = ACTIONS(1431), - [sym_val_date] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym__str_single_quotes] = ACTIONS(1431), - [sym__str_back_ticks] = ACTIONS(1431), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1431), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1431), - [anon_sym_CARET] = ACTIONS(1431), - [anon_sym_POUND] = ACTIONS(105), - }, - [1193] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1193), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3126), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1194] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1194), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3128), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1195] = { - [sym__terminator] = STATE(1279), - [sym_comment] = STATE(1195), - [aux_sym__block_body_repeat1] = STATE(1195), - [anon_sym_export] = ACTIONS(3130), - [anon_sym_alias] = ACTIONS(3130), - [anon_sym_let] = ACTIONS(3130), - [anon_sym_let_DASHenv] = ACTIONS(3130), - [anon_sym_mut] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [sym_cmd_identifier] = ACTIONS(3130), - [anon_sym_LF] = ACTIONS(3135), - [anon_sym_def] = ACTIONS(3130), - [anon_sym_export_DASHenv] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym_module] = ACTIONS(3130), - [anon_sym_use] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_LPAREN] = ACTIONS(3130), - [anon_sym_RPAREN] = ACTIONS(3130), - [anon_sym_DOLLAR] = ACTIONS(3130), - [anon_sym_error] = ACTIONS(3130), - [anon_sym_DASH] = ACTIONS(3130), - [anon_sym_break] = ACTIONS(3130), - [anon_sym_continue] = ACTIONS(3130), - [anon_sym_for] = ACTIONS(3130), - [anon_sym_loop] = ACTIONS(3130), - [anon_sym_while] = ACTIONS(3130), - [anon_sym_do] = ACTIONS(3130), - [anon_sym_if] = ACTIONS(3130), - [anon_sym_match] = ACTIONS(3130), - [anon_sym_LBRACE] = ACTIONS(3130), - [anon_sym_RBRACE] = ACTIONS(3130), - [anon_sym_DOT] = ACTIONS(3130), - [anon_sym_try] = ACTIONS(3130), - [anon_sym_return] = ACTIONS(3130), - [anon_sym_source] = ACTIONS(3130), - [anon_sym_source_DASHenv] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_hide] = ACTIONS(3130), - [anon_sym_hide_DASHenv] = ACTIONS(3130), - [anon_sym_overlay] = ACTIONS(3130), - [anon_sym_where] = ACTIONS(3130), - [anon_sym_PLUS] = ACTIONS(3130), - [anon_sym_not] = ACTIONS(3130), - [anon_sym_null] = ACTIONS(3130), - [anon_sym_true] = ACTIONS(3130), - [anon_sym_false] = ACTIONS(3130), - [aux_sym__val_number_decimal_token1] = ACTIONS(3130), - [aux_sym__val_number_token1] = ACTIONS(3130), - [aux_sym__val_number_token2] = ACTIONS(3130), - [aux_sym__val_number_token3] = ACTIONS(3130), - [aux_sym__val_number_token4] = ACTIONS(3130), - [aux_sym__val_number_token5] = ACTIONS(3130), - [aux_sym__val_number_token6] = ACTIONS(3130), - [anon_sym_0b] = ACTIONS(3130), - [anon_sym_0o] = ACTIONS(3130), - [anon_sym_0x] = ACTIONS(3130), - [sym_val_date] = ACTIONS(3130), - [anon_sym_DQUOTE] = ACTIONS(3130), - [sym__str_single_quotes] = ACTIONS(3130), - [sym__str_back_ticks] = ACTIONS(3130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3130), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3130), - [anon_sym_CARET] = ACTIONS(3130), - [anon_sym_POUND] = ACTIONS(105), - }, - [1196] = { - [sym_comment] = STATE(1196), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(2838), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1197] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1197), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1198] = { - [sym_comment] = STATE(1198), - [ts_builtin_sym_end] = ACTIONS(2834), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token1] = ACTIONS(3140), - [aux_sym__immediate_decimal_token2] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1199] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1199), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1200] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1200), - [aux_sym_val_record_repeat1] = STATE(1194), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1201] = { - [sym_path] = STATE(1421), - [sym_comment] = STATE(1201), - [aux_sym_cell_path_repeat1] = STATE(1152), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_export] = ACTIONS(1394), - [anon_sym_alias] = ACTIONS(1394), - [anon_sym_let] = ACTIONS(1394), - [anon_sym_let_DASHenv] = ACTIONS(1394), - [anon_sym_mut] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [sym_cmd_identifier] = ACTIONS(1394), - [anon_sym_LF] = ACTIONS(1396), - [anon_sym_def] = ACTIONS(1394), - [anon_sym_export_DASHenv] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym_module] = ACTIONS(1394), - [anon_sym_use] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [anon_sym_error] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_loop] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_match] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_source] = ACTIONS(1394), - [anon_sym_source_DASHenv] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_hide] = ACTIONS(1394), - [anon_sym_hide_DASHenv] = ACTIONS(1394), - [anon_sym_overlay] = ACTIONS(1394), - [anon_sym_where] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_not] = ACTIONS(1394), - [anon_sym_null] = ACTIONS(1394), - [anon_sym_true] = ACTIONS(1394), - [anon_sym_false] = ACTIONS(1394), - [aux_sym__val_number_decimal_token1] = ACTIONS(1394), - [aux_sym__val_number_token1] = ACTIONS(1394), - [aux_sym__val_number_token2] = ACTIONS(1394), - [aux_sym__val_number_token3] = ACTIONS(1394), - [aux_sym__val_number_token4] = ACTIONS(1394), - [aux_sym__val_number_token5] = ACTIONS(1394), - [aux_sym__val_number_token6] = ACTIONS(1394), - [anon_sym_0b] = ACTIONS(1394), - [anon_sym_0o] = ACTIONS(1394), - [anon_sym_0x] = ACTIONS(1394), - [sym_val_date] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [sym__str_single_quotes] = ACTIONS(1394), - [sym__str_back_ticks] = ACTIONS(1394), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_POUND] = ACTIONS(105), - }, - [1202] = { - [sym_expr_parenthesized] = STATE(5903), - [sym_val_variable] = STATE(5903), - [sym__var] = STATE(2688), - [sym_val_number] = STATE(5903), - [sym__val_number_decimal] = STATE(427), - [sym__val_number] = STATE(436), - [sym_val_string] = STATE(5903), - [sym__str_double_quotes] = STATE(2777), - [sym_record_entry] = STATE(2302), - [sym__record_key] = STATE(5871), - [sym_comment] = STATE(1202), - [aux_sym_val_record_repeat1] = STATE(1189), - [anon_sym_export] = ACTIONS(309), - [anon_sym_alias] = ACTIONS(309), - [anon_sym_let] = ACTIONS(309), - [anon_sym_let_DASHenv] = ACTIONS(309), - [anon_sym_mut] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [sym_cmd_identifier] = ACTIONS(309), - [anon_sym_def] = ACTIONS(309), - [anon_sym_export_DASHenv] = ACTIONS(309), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_module] = ACTIONS(309), - [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_DOLLAR] = ACTIONS(2968), - [anon_sym_error] = ACTIONS(309), - [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(309), - [anon_sym_for] = ACTIONS(309), - [anon_sym_in] = ACTIONS(309), - [anon_sym_loop] = ACTIONS(309), - [anon_sym_make] = ACTIONS(309), - [anon_sym_while] = ACTIONS(309), - [anon_sym_do] = ACTIONS(309), - [anon_sym_if] = ACTIONS(309), - [anon_sym_else] = ACTIONS(309), - [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(3148), - [anon_sym_DOT] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(309), - [anon_sym_catch] = ACTIONS(309), - [anon_sym_return] = ACTIONS(309), - [anon_sym_source] = ACTIONS(309), - [anon_sym_source_DASHenv] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_hide] = ACTIONS(309), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(309), - [anon_sym_new] = ACTIONS(309), - [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2892), - [aux_sym__val_number_decimal_token1] = ACTIONS(2894), - [aux_sym__val_number_token1] = ACTIONS(2896), - [aux_sym__val_number_token2] = ACTIONS(2896), - [aux_sym__val_number_token3] = ACTIONS(2896), - [aux_sym__val_number_token4] = ACTIONS(2898), - [aux_sym__val_number_token5] = ACTIONS(2896), - [aux_sym__val_number_token6] = ACTIONS(2898), - [anon_sym_DQUOTE] = ACTIONS(2900), - [sym__str_single_quotes] = ACTIONS(2902), - [sym__str_back_ticks] = ACTIONS(2902), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1203] = { - [sym_cell_path] = STATE(1457), - [sym_path] = STATE(1201), - [sym_comment] = STATE(1203), - [ts_builtin_sym_end] = ACTIONS(1402), - [anon_sym_export] = ACTIONS(1400), - [anon_sym_alias] = ACTIONS(1400), - [anon_sym_let] = ACTIONS(1400), - [anon_sym_let_DASHenv] = ACTIONS(1400), - [anon_sym_mut] = ACTIONS(1400), - [anon_sym_const] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [sym_cmd_identifier] = ACTIONS(1400), - [anon_sym_LF] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1400), - [anon_sym_export_DASHenv] = ACTIONS(1400), - [anon_sym_extern] = ACTIONS(1400), - [anon_sym_module] = ACTIONS(1400), - [anon_sym_use] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_break] = ACTIONS(1400), - [anon_sym_continue] = ACTIONS(1400), - [anon_sym_for] = ACTIONS(1400), - [anon_sym_loop] = ACTIONS(1400), - [anon_sym_while] = ACTIONS(1400), - [anon_sym_do] = ACTIONS(1400), - [anon_sym_if] = ACTIONS(1400), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1400), - [anon_sym_DOT2] = ACTIONS(3150), - [anon_sym_try] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(1400), - [anon_sym_source] = ACTIONS(1400), - [anon_sym_source_DASHenv] = ACTIONS(1400), - [anon_sym_register] = ACTIONS(1400), - [anon_sym_hide] = ACTIONS(1400), - [anon_sym_hide_DASHenv] = ACTIONS(1400), - [anon_sym_overlay] = ACTIONS(1400), - [anon_sym_where] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_not] = ACTIONS(1400), - [anon_sym_null] = ACTIONS(1400), - [anon_sym_true] = ACTIONS(1400), - [anon_sym_false] = ACTIONS(1400), - [aux_sym__val_number_decimal_token1] = ACTIONS(1400), - [aux_sym__val_number_token1] = ACTIONS(1400), - [aux_sym__val_number_token2] = ACTIONS(1400), - [aux_sym__val_number_token3] = ACTIONS(1400), - [aux_sym__val_number_token4] = ACTIONS(1400), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1400), - [anon_sym_0b] = ACTIONS(1400), - [anon_sym_0o] = ACTIONS(1400), - [anon_sym_0x] = ACTIONS(1400), - [sym_val_date] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1400), - [anon_sym_CARET] = ACTIONS(1400), - [anon_sym_POUND] = ACTIONS(105), - }, - [1204] = { - [sym_comment] = STATE(1204), - [anon_sym_export] = ACTIONS(3153), - [anon_sym_alias] = ACTIONS(3153), - [anon_sym_let] = ACTIONS(3153), - [anon_sym_let_DASHenv] = ACTIONS(3153), - [anon_sym_mut] = ACTIONS(3153), - [anon_sym_const] = ACTIONS(3153), - [anon_sym_SEMI] = ACTIONS(3153), - [sym_cmd_identifier] = ACTIONS(3153), - [sym__long_flag_identifier] = ACTIONS(3155), - [anon_sym_LF] = ACTIONS(3157), - [anon_sym_def] = ACTIONS(3153), - [anon_sym_export_DASHenv] = ACTIONS(3153), - [anon_sym_extern] = ACTIONS(3153), - [anon_sym_module] = ACTIONS(3153), - [anon_sym_use] = ACTIONS(3153), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_LPAREN] = ACTIONS(3153), - [anon_sym_RPAREN] = ACTIONS(3153), - [anon_sym_DOLLAR] = ACTIONS(3153), - [anon_sym_error] = ACTIONS(3153), - [anon_sym_DASH] = ACTIONS(3153), - [anon_sym_break] = ACTIONS(3153), - [anon_sym_continue] = ACTIONS(3153), - [anon_sym_for] = ACTIONS(3153), - [anon_sym_loop] = ACTIONS(3153), - [anon_sym_while] = ACTIONS(3153), - [anon_sym_do] = ACTIONS(3153), - [anon_sym_if] = ACTIONS(3153), - [anon_sym_match] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3153), - [anon_sym_RBRACE] = ACTIONS(3153), - [anon_sym_DOT] = ACTIONS(3153), - [anon_sym_try] = ACTIONS(3153), - [anon_sym_return] = ACTIONS(3153), - [anon_sym_source] = ACTIONS(3153), - [anon_sym_source_DASHenv] = ACTIONS(3153), - [anon_sym_register] = ACTIONS(3153), - [anon_sym_hide] = ACTIONS(3153), - [anon_sym_hide_DASHenv] = ACTIONS(3153), - [anon_sym_overlay] = ACTIONS(3153), - [anon_sym_as] = ACTIONS(3153), - [anon_sym_where] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3153), - [anon_sym_not] = ACTIONS(3153), - [anon_sym_null] = ACTIONS(3153), - [anon_sym_true] = ACTIONS(3153), - [anon_sym_false] = ACTIONS(3153), - [aux_sym__val_number_decimal_token1] = ACTIONS(3153), - [aux_sym__val_number_token1] = ACTIONS(3153), - [aux_sym__val_number_token2] = ACTIONS(3153), - [aux_sym__val_number_token3] = ACTIONS(3153), - [aux_sym__val_number_token4] = ACTIONS(3153), - [aux_sym__val_number_token5] = ACTIONS(3153), - [aux_sym__val_number_token6] = ACTIONS(3153), - [anon_sym_0b] = ACTIONS(3153), - [anon_sym_0o] = ACTIONS(3153), - [anon_sym_0x] = ACTIONS(3153), - [sym_val_date] = ACTIONS(3153), - [anon_sym_DQUOTE] = ACTIONS(3153), - [sym__str_single_quotes] = ACTIONS(3153), - [sym__str_back_ticks] = ACTIONS(3153), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3153), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3153), - [anon_sym_CARET] = ACTIONS(3153), - [anon_sym_POUND] = ACTIONS(105), - }, - [1205] = { - [sym_comment] = STATE(1205), - [anon_sym_export] = ACTIONS(2934), - [anon_sym_alias] = ACTIONS(2934), - [anon_sym_let] = ACTIONS(2934), - [anon_sym_let_DASHenv] = ACTIONS(2934), - [anon_sym_mut] = ACTIONS(2934), - [anon_sym_const] = ACTIONS(2934), - [anon_sym_SEMI] = ACTIONS(2934), - [sym_cmd_identifier] = ACTIONS(2934), - [anon_sym_LF] = ACTIONS(2936), - [anon_sym_def] = ACTIONS(2934), - [anon_sym_export_DASHenv] = ACTIONS(2934), - [anon_sym_extern] = ACTIONS(2934), - [anon_sym_module] = ACTIONS(2934), - [anon_sym_use] = ACTIONS(2934), - [anon_sym_LBRACK] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2934), - [anon_sym_RPAREN] = ACTIONS(2934), - [anon_sym_DOLLAR] = ACTIONS(2934), - [anon_sym_error] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_break] = ACTIONS(2934), - [anon_sym_continue] = ACTIONS(2934), - [anon_sym_for] = ACTIONS(2934), - [anon_sym_loop] = ACTIONS(2934), - [anon_sym_while] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_if] = ACTIONS(2934), - [anon_sym_match] = ACTIONS(2934), - [anon_sym_LBRACE] = ACTIONS(2934), - [anon_sym_RBRACE] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_DOT2] = ACTIONS(3159), - [anon_sym_try] = ACTIONS(2934), - [anon_sym_return] = ACTIONS(2934), - [anon_sym_source] = ACTIONS(2934), - [anon_sym_source_DASHenv] = ACTIONS(2934), - [anon_sym_register] = ACTIONS(2934), - [anon_sym_hide] = ACTIONS(2934), - [anon_sym_hide_DASHenv] = ACTIONS(2934), - [anon_sym_overlay] = ACTIONS(2934), - [anon_sym_where] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_not] = ACTIONS(2934), - [aux_sym__immediate_decimal_token2] = ACTIONS(3161), - [anon_sym_null] = ACTIONS(2934), - [anon_sym_true] = ACTIONS(2934), - [anon_sym_false] = ACTIONS(2934), - [aux_sym__val_number_decimal_token1] = ACTIONS(2934), - [aux_sym__val_number_token1] = ACTIONS(2934), - [aux_sym__val_number_token2] = ACTIONS(2934), - [aux_sym__val_number_token3] = ACTIONS(2934), - [aux_sym__val_number_token4] = ACTIONS(2934), - [aux_sym__val_number_token5] = ACTIONS(2934), - [aux_sym__val_number_token6] = ACTIONS(2934), - [anon_sym_0b] = ACTIONS(2934), - [anon_sym_0o] = ACTIONS(2934), - [anon_sym_0x] = ACTIONS(2934), - [sym_val_date] = ACTIONS(2934), - [anon_sym_DQUOTE] = ACTIONS(2934), - [sym__str_single_quotes] = ACTIONS(2934), - [sym__str_back_ticks] = ACTIONS(2934), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2934), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2934), - [anon_sym_CARET] = ACTIONS(2934), - [anon_sym_POUND] = ACTIONS(105), - }, - [1206] = { - [sym_cell_path] = STATE(1620), - [sym_path] = STATE(1177), - [sym_comment] = STATE(1206), - [ts_builtin_sym_end] = ACTIONS(1469), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_alias] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_let_DASHenv] = ACTIONS(1467), - [anon_sym_mut] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1467), - [sym_cmd_identifier] = ACTIONS(1467), - [anon_sym_LF] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1467), - [anon_sym_export_DASHenv] = ACTIONS(1467), - [anon_sym_extern] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_use] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_loop] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_match] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_source] = ACTIONS(1467), - [anon_sym_source_DASHenv] = ACTIONS(1467), - [anon_sym_register] = ACTIONS(1467), - [anon_sym_hide] = ACTIONS(1467), - [anon_sym_hide_DASHenv] = ACTIONS(1467), - [anon_sym_overlay] = ACTIONS(1467), - [anon_sym_where] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_not] = ACTIONS(1467), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1467), - [anon_sym_false] = ACTIONS(1467), - [aux_sym__val_number_decimal_token1] = ACTIONS(1467), - [aux_sym__val_number_token1] = ACTIONS(1467), - [aux_sym__val_number_token2] = ACTIONS(1467), - [aux_sym__val_number_token3] = ACTIONS(1467), - [aux_sym__val_number_token4] = ACTIONS(1467), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1467), - [anon_sym_0b] = ACTIONS(1467), - [anon_sym_0o] = ACTIONS(1467), - [anon_sym_0x] = ACTIONS(1467), - [sym_val_date] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1467), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(105), - }, - [1207] = { - [sym_comment] = STATE(1207), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(2530), - [anon_sym_POUND] = ACTIONS(105), - }, - [1208] = { - [sym_comment] = STATE(1208), - [anon_sym_export] = ACTIONS(1445), - [anon_sym_alias] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_let_DASHenv] = ACTIONS(1445), - [anon_sym_mut] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1445), - [sym_cmd_identifier] = ACTIONS(1445), - [anon_sym_LF] = ACTIONS(1447), - [anon_sym_def] = ACTIONS(1445), - [anon_sym_export_DASHenv] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_module] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(1445), - [anon_sym_error] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_try] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_source] = ACTIONS(1445), - [anon_sym_source_DASHenv] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_hide] = ACTIONS(1445), - [anon_sym_hide_DASHenv] = ACTIONS(1445), - [anon_sym_overlay] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_where] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_not] = ACTIONS(1445), - [anon_sym_null] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [aux_sym__val_number_decimal_token1] = ACTIONS(1445), - [aux_sym__val_number_token1] = ACTIONS(1445), - [aux_sym__val_number_token2] = ACTIONS(1445), - [aux_sym__val_number_token3] = ACTIONS(1445), - [aux_sym__val_number_token4] = ACTIONS(1445), - [aux_sym__val_number_token5] = ACTIONS(1445), - [aux_sym__val_number_token6] = ACTIONS(1445), - [anon_sym_0b] = ACTIONS(1445), - [anon_sym_0o] = ACTIONS(1445), - [anon_sym_0x] = ACTIONS(1445), - [sym_val_date] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [sym__str_single_quotes] = ACTIONS(1445), - [sym__str_back_ticks] = ACTIONS(1445), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1445), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [anon_sym_POUND] = ACTIONS(105), - }, - [1209] = { - [sym_comment] = STATE(1209), - [anon_sym_export] = ACTIONS(3163), - [anon_sym_alias] = ACTIONS(3163), - [anon_sym_let] = ACTIONS(3163), - [anon_sym_let_DASHenv] = ACTIONS(3163), - [anon_sym_mut] = ACTIONS(3163), - [anon_sym_const] = ACTIONS(3163), - [anon_sym_SEMI] = ACTIONS(3163), - [sym_cmd_identifier] = ACTIONS(3163), - [anon_sym_LF] = ACTIONS(3165), - [anon_sym_def] = ACTIONS(3163), - [anon_sym_export_DASHenv] = ACTIONS(3163), - [anon_sym_extern] = ACTIONS(3163), - [anon_sym_module] = ACTIONS(3163), - [anon_sym_use] = ACTIONS(3163), - [anon_sym_LBRACK] = ACTIONS(3163), - [anon_sym_LPAREN] = ACTIONS(3163), - [anon_sym_RPAREN] = ACTIONS(3163), - [anon_sym_DOLLAR] = ACTIONS(3163), - [anon_sym_error] = ACTIONS(3163), - [anon_sym_DASH] = ACTIONS(3163), - [anon_sym_break] = ACTIONS(3163), - [anon_sym_continue] = ACTIONS(3163), - [anon_sym_for] = ACTIONS(3163), - [anon_sym_loop] = ACTIONS(3163), - [anon_sym_while] = ACTIONS(3163), - [anon_sym_do] = ACTIONS(3163), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_match] = ACTIONS(3163), - [anon_sym_LBRACE] = ACTIONS(3163), - [anon_sym_RBRACE] = ACTIONS(3163), - [anon_sym_DOT] = ACTIONS(3163), - [anon_sym_DOT2] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3163), - [anon_sym_return] = ACTIONS(3163), - [anon_sym_source] = ACTIONS(3163), - [anon_sym_source_DASHenv] = ACTIONS(3163), - [anon_sym_register] = ACTIONS(3163), - [anon_sym_hide] = ACTIONS(3163), - [anon_sym_hide_DASHenv] = ACTIONS(3163), - [anon_sym_overlay] = ACTIONS(3163), - [anon_sym_where] = ACTIONS(3163), - [anon_sym_PLUS] = ACTIONS(3163), - [anon_sym_not] = ACTIONS(3163), - [anon_sym_null] = ACTIONS(3163), - [anon_sym_true] = ACTIONS(3163), - [anon_sym_false] = ACTIONS(3163), - [aux_sym__val_number_decimal_token1] = ACTIONS(3163), - [aux_sym__val_number_token1] = ACTIONS(3163), - [aux_sym__val_number_token2] = ACTIONS(3163), - [aux_sym__val_number_token3] = ACTIONS(3163), - [aux_sym__val_number_token4] = ACTIONS(3163), - [aux_sym__val_number_token5] = ACTIONS(3163), - [aux_sym__val_number_token6] = ACTIONS(3163), - [anon_sym_0b] = ACTIONS(3163), - [anon_sym_0o] = ACTIONS(3163), - [anon_sym_0x] = ACTIONS(3163), - [sym_val_date] = ACTIONS(3163), - [anon_sym_DQUOTE] = ACTIONS(3163), - [sym__str_single_quotes] = ACTIONS(3163), - [sym__str_back_ticks] = ACTIONS(3163), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3163), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3163), - [anon_sym_CARET] = ACTIONS(3163), - [anon_sym_POUND] = ACTIONS(105), - }, - [1210] = { - [sym_comment] = STATE(1210), - [ts_builtin_sym_end] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [1211] = { - [sym_comment] = STATE(1211), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1212] = { - [sym_comment] = STATE(1212), - [anon_sym_export] = ACTIONS(3171), - [anon_sym_alias] = ACTIONS(3171), - [anon_sym_let] = ACTIONS(3171), - [anon_sym_let_DASHenv] = ACTIONS(3171), - [anon_sym_mut] = ACTIONS(3171), - [anon_sym_const] = ACTIONS(3171), - [anon_sym_SEMI] = ACTIONS(3171), - [sym_cmd_identifier] = ACTIONS(3171), - [anon_sym_LF] = ACTIONS(3173), - [anon_sym_def] = ACTIONS(3171), - [anon_sym_export_DASHenv] = ACTIONS(3171), - [anon_sym_extern] = ACTIONS(3171), - [anon_sym_module] = ACTIONS(3171), - [anon_sym_use] = ACTIONS(3171), - [anon_sym_LBRACK] = ACTIONS(3171), - [anon_sym_LPAREN] = ACTIONS(3171), - [anon_sym_RPAREN] = ACTIONS(3171), - [anon_sym_DOLLAR] = ACTIONS(3171), - [anon_sym_error] = ACTIONS(3171), - [anon_sym_DASH] = ACTIONS(3171), - [anon_sym_break] = ACTIONS(3171), - [anon_sym_continue] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(3171), - [anon_sym_loop] = ACTIONS(3171), - [anon_sym_while] = ACTIONS(3171), - [anon_sym_do] = ACTIONS(3171), - [anon_sym_if] = ACTIONS(3171), - [anon_sym_match] = ACTIONS(3171), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_RBRACE] = ACTIONS(3171), - [anon_sym_DOT] = ACTIONS(3171), - [anon_sym_DOT2] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3171), - [anon_sym_return] = ACTIONS(3171), - [anon_sym_source] = ACTIONS(3171), - [anon_sym_source_DASHenv] = ACTIONS(3171), - [anon_sym_register] = ACTIONS(3171), - [anon_sym_hide] = ACTIONS(3171), - [anon_sym_hide_DASHenv] = ACTIONS(3171), - [anon_sym_overlay] = ACTIONS(3171), - [anon_sym_where] = ACTIONS(3171), - [anon_sym_PLUS] = ACTIONS(3171), - [anon_sym_not] = ACTIONS(3171), - [anon_sym_null] = ACTIONS(3171), - [anon_sym_true] = ACTIONS(3171), - [anon_sym_false] = ACTIONS(3171), - [aux_sym__val_number_decimal_token1] = ACTIONS(3171), - [aux_sym__val_number_token1] = ACTIONS(3171), - [aux_sym__val_number_token2] = ACTIONS(3171), - [aux_sym__val_number_token3] = ACTIONS(3171), - [aux_sym__val_number_token4] = ACTIONS(3171), - [aux_sym__val_number_token5] = ACTIONS(3171), - [aux_sym__val_number_token6] = ACTIONS(3171), - [anon_sym_0b] = ACTIONS(3171), - [anon_sym_0o] = ACTIONS(3171), - [anon_sym_0x] = ACTIONS(3171), - [sym_val_date] = ACTIONS(3171), - [anon_sym_DQUOTE] = ACTIONS(3171), - [sym__str_single_quotes] = ACTIONS(3171), - [sym__str_back_ticks] = ACTIONS(3171), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3171), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3171), - [anon_sym_CARET] = ACTIONS(3171), - [anon_sym_POUND] = ACTIONS(105), - }, - [1213] = { - [sym_comment] = STATE(1213), - [anon_sym_export] = ACTIONS(3177), - [anon_sym_alias] = ACTIONS(3177), - [anon_sym_let] = ACTIONS(3177), - [anon_sym_let_DASHenv] = ACTIONS(3177), - [anon_sym_mut] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3177), - [sym_cmd_identifier] = ACTIONS(3177), - [anon_sym_LF] = ACTIONS(3179), - [anon_sym_def] = ACTIONS(3177), - [anon_sym_export_DASHenv] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym_module] = ACTIONS(3177), - [anon_sym_use] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3177), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_PIPE] = ACTIONS(3177), - [anon_sym_DOLLAR] = ACTIONS(3177), - [anon_sym_error] = ACTIONS(3177), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_loop] = ACTIONS(3177), - [anon_sym_while] = ACTIONS(3177), - [anon_sym_do] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_match] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3177), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_DOT] = ACTIONS(3177), - [anon_sym_try] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_source] = ACTIONS(3177), - [anon_sym_source_DASHenv] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_hide] = ACTIONS(3177), - [anon_sym_hide_DASHenv] = ACTIONS(3177), - [anon_sym_overlay] = ACTIONS(3177), - [anon_sym_where] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_not] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3177), - [anon_sym_false] = ACTIONS(3177), - [aux_sym__val_number_decimal_token1] = ACTIONS(3177), - [aux_sym__val_number_token1] = ACTIONS(3177), - [aux_sym__val_number_token2] = ACTIONS(3177), - [aux_sym__val_number_token3] = ACTIONS(3177), - [aux_sym__val_number_token4] = ACTIONS(3177), - [aux_sym__val_number_token5] = ACTIONS(3177), - [aux_sym__val_number_token6] = ACTIONS(3177), - [anon_sym_0b] = ACTIONS(3177), - [anon_sym_0o] = ACTIONS(3177), - [anon_sym_0x] = ACTIONS(3177), - [sym_val_date] = ACTIONS(3177), - [anon_sym_DQUOTE] = ACTIONS(3177), - [sym__str_single_quotes] = ACTIONS(3177), - [sym__str_back_ticks] = ACTIONS(3177), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3177), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3177), - [anon_sym_CARET] = ACTIONS(3177), - [anon_sym_POUND] = ACTIONS(105), - }, - [1214] = { - [sym_comment] = STATE(1214), - [ts_builtin_sym_end] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1419), - [anon_sym_alias] = ACTIONS(1419), - [anon_sym_let] = ACTIONS(1419), - [anon_sym_let_DASHenv] = ACTIONS(1419), - [anon_sym_mut] = ACTIONS(1419), - [anon_sym_const] = ACTIONS(1419), - [anon_sym_SEMI] = ACTIONS(1419), - [sym_cmd_identifier] = ACTIONS(1419), - [anon_sym_LF] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1419), - [anon_sym_export_DASHenv] = ACTIONS(1419), - [anon_sym_extern] = ACTIONS(1419), - [anon_sym_module] = ACTIONS(1419), - [anon_sym_use] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_error] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1419), - [anon_sym_break] = ACTIONS(1419), - [anon_sym_continue] = ACTIONS(1419), - [anon_sym_for] = ACTIONS(1419), - [anon_sym_loop] = ACTIONS(1419), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1419), - [anon_sym_if] = ACTIONS(1419), - [anon_sym_match] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1419), - [anon_sym_DOT2] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1419), - [anon_sym_return] = ACTIONS(1419), - [anon_sym_source] = ACTIONS(1419), - [anon_sym_source_DASHenv] = ACTIONS(1419), - [anon_sym_register] = ACTIONS(1419), - [anon_sym_hide] = ACTIONS(1419), - [anon_sym_hide_DASHenv] = ACTIONS(1419), - [anon_sym_overlay] = ACTIONS(1419), - [anon_sym_where] = ACTIONS(1419), - [anon_sym_QMARK2] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(1419), - [anon_sym_not] = ACTIONS(1419), - [anon_sym_null] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1419), - [anon_sym_false] = ACTIONS(1419), - [aux_sym__val_number_decimal_token1] = ACTIONS(1419), - [aux_sym__val_number_token1] = ACTIONS(1419), - [aux_sym__val_number_token2] = ACTIONS(1419), - [aux_sym__val_number_token3] = ACTIONS(1419), - [aux_sym__val_number_token4] = ACTIONS(1419), - [aux_sym__val_number_token5] = ACTIONS(1419), - [aux_sym__val_number_token6] = ACTIONS(1419), - [anon_sym_0b] = ACTIONS(1419), - [anon_sym_0o] = ACTIONS(1419), - [anon_sym_0x] = ACTIONS(1419), - [sym_val_date] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1419), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1419), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(105), - }, - [1215] = { - [sym_comment] = STATE(1215), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(2962), - [anon_sym_POUND] = ACTIONS(105), - }, - [1216] = { - [sym_block] = STATE(1466), - [sym_comment] = STATE(1216), - [anon_sym_export] = ACTIONS(3181), - [anon_sym_alias] = ACTIONS(3181), - [anon_sym_let] = ACTIONS(3181), - [anon_sym_let_DASHenv] = ACTIONS(3181), - [anon_sym_mut] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3181), - [sym_cmd_identifier] = ACTIONS(3181), - [anon_sym_LF] = ACTIONS(3183), - [anon_sym_def] = ACTIONS(3181), - [anon_sym_export_DASHenv] = ACTIONS(3181), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym_module] = ACTIONS(3181), - [anon_sym_use] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_LPAREN] = ACTIONS(3181), - [anon_sym_RPAREN] = ACTIONS(3181), - [anon_sym_DOLLAR] = ACTIONS(3181), - [anon_sym_error] = ACTIONS(3181), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_loop] = ACTIONS(3181), - [anon_sym_while] = ACTIONS(3181), - [anon_sym_do] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_match] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_RBRACE] = ACTIONS(3181), - [anon_sym_DOT] = ACTIONS(3181), - [anon_sym_try] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_source] = ACTIONS(3181), - [anon_sym_source_DASHenv] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_hide] = ACTIONS(3181), - [anon_sym_hide_DASHenv] = ACTIONS(3181), - [anon_sym_overlay] = ACTIONS(3181), - [anon_sym_where] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_not] = ACTIONS(3181), - [anon_sym_null] = ACTIONS(3181), - [anon_sym_true] = ACTIONS(3181), - [anon_sym_false] = ACTIONS(3181), - [aux_sym__val_number_decimal_token1] = ACTIONS(3181), - [aux_sym__val_number_token1] = ACTIONS(3181), - [aux_sym__val_number_token2] = ACTIONS(3181), - [aux_sym__val_number_token3] = ACTIONS(3181), - [aux_sym__val_number_token4] = ACTIONS(3181), - [aux_sym__val_number_token5] = ACTIONS(3181), - [aux_sym__val_number_token6] = ACTIONS(3181), - [anon_sym_0b] = ACTIONS(3181), - [anon_sym_0o] = ACTIONS(3181), - [anon_sym_0x] = ACTIONS(3181), - [sym_val_date] = ACTIONS(3181), - [anon_sym_DQUOTE] = ACTIONS(3181), - [sym__str_single_quotes] = ACTIONS(3181), - [sym__str_back_ticks] = ACTIONS(3181), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3181), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3181), - [anon_sym_CARET] = ACTIONS(3181), - [anon_sym_POUND] = ACTIONS(105), - }, - [1217] = { - [sym_block] = STATE(1465), - [sym_comment] = STATE(1217), - [anon_sym_export] = ACTIONS(3181), - [anon_sym_alias] = ACTIONS(3181), - [anon_sym_let] = ACTIONS(3181), - [anon_sym_let_DASHenv] = ACTIONS(3181), - [anon_sym_mut] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3181), - [sym_cmd_identifier] = ACTIONS(3181), - [anon_sym_LF] = ACTIONS(3183), - [anon_sym_def] = ACTIONS(3181), - [anon_sym_export_DASHenv] = ACTIONS(3181), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym_module] = ACTIONS(3181), - [anon_sym_use] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_LPAREN] = ACTIONS(3181), - [anon_sym_RPAREN] = ACTIONS(3181), - [anon_sym_DOLLAR] = ACTIONS(3181), - [anon_sym_error] = ACTIONS(3181), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_loop] = ACTIONS(3181), - [anon_sym_while] = ACTIONS(3181), - [anon_sym_do] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_match] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_RBRACE] = ACTIONS(3181), - [anon_sym_DOT] = ACTIONS(3181), - [anon_sym_try] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_source] = ACTIONS(3181), - [anon_sym_source_DASHenv] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_hide] = ACTIONS(3181), - [anon_sym_hide_DASHenv] = ACTIONS(3181), - [anon_sym_overlay] = ACTIONS(3181), - [anon_sym_where] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_not] = ACTIONS(3181), - [anon_sym_null] = ACTIONS(3181), - [anon_sym_true] = ACTIONS(3181), - [anon_sym_false] = ACTIONS(3181), - [aux_sym__val_number_decimal_token1] = ACTIONS(3181), - [aux_sym__val_number_token1] = ACTIONS(3181), - [aux_sym__val_number_token2] = ACTIONS(3181), - [aux_sym__val_number_token3] = ACTIONS(3181), - [aux_sym__val_number_token4] = ACTIONS(3181), - [aux_sym__val_number_token5] = ACTIONS(3181), - [aux_sym__val_number_token6] = ACTIONS(3181), - [anon_sym_0b] = ACTIONS(3181), - [anon_sym_0o] = ACTIONS(3181), - [anon_sym_0x] = ACTIONS(3181), - [sym_val_date] = ACTIONS(3181), - [anon_sym_DQUOTE] = ACTIONS(3181), - [sym__str_single_quotes] = ACTIONS(3181), - [sym__str_back_ticks] = ACTIONS(3181), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3181), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3181), - [anon_sym_CARET] = ACTIONS(3181), - [anon_sym_POUND] = ACTIONS(105), - }, - [1218] = { - [sym_comment] = STATE(1218), - [ts_builtin_sym_end] = ACTIONS(2834), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(3187), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(3189), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1219] = { - [sym_comment] = STATE(1219), - [ts_builtin_sym_end] = ACTIONS(2834), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(3191), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1220] = { - [sym_comment] = STATE(1220), - [ts_builtin_sym_end] = ACTIONS(2936), - [anon_sym_export] = ACTIONS(2934), - [anon_sym_alias] = ACTIONS(2934), - [anon_sym_let] = ACTIONS(2934), - [anon_sym_let_DASHenv] = ACTIONS(2934), - [anon_sym_mut] = ACTIONS(2934), - [anon_sym_const] = ACTIONS(2934), - [anon_sym_SEMI] = ACTIONS(2934), - [sym_cmd_identifier] = ACTIONS(2934), - [anon_sym_LF] = ACTIONS(2936), - [anon_sym_def] = ACTIONS(2934), - [anon_sym_export_DASHenv] = ACTIONS(2934), - [anon_sym_extern] = ACTIONS(2934), - [anon_sym_module] = ACTIONS(2934), - [anon_sym_use] = ACTIONS(2934), - [anon_sym_LBRACK] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2934), - [anon_sym_DOLLAR] = ACTIONS(2934), - [anon_sym_error] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_break] = ACTIONS(2934), - [anon_sym_continue] = ACTIONS(2934), - [anon_sym_for] = ACTIONS(2934), - [anon_sym_loop] = ACTIONS(2934), - [anon_sym_while] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_if] = ACTIONS(2934), - [anon_sym_match] = ACTIONS(2934), - [anon_sym_LBRACE] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_DOT2] = ACTIONS(3194), - [anon_sym_try] = ACTIONS(2934), - [anon_sym_return] = ACTIONS(2934), - [anon_sym_source] = ACTIONS(2934), - [anon_sym_source_DASHenv] = ACTIONS(2934), - [anon_sym_register] = ACTIONS(2934), - [anon_sym_hide] = ACTIONS(2934), - [anon_sym_hide_DASHenv] = ACTIONS(2934), - [anon_sym_overlay] = ACTIONS(2934), - [anon_sym_where] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_not] = ACTIONS(2934), - [aux_sym__immediate_decimal_token2] = ACTIONS(3196), - [anon_sym_null] = ACTIONS(2934), - [anon_sym_true] = ACTIONS(2934), - [anon_sym_false] = ACTIONS(2934), - [aux_sym__val_number_decimal_token1] = ACTIONS(2934), - [aux_sym__val_number_token1] = ACTIONS(2934), - [aux_sym__val_number_token2] = ACTIONS(2934), - [aux_sym__val_number_token3] = ACTIONS(2934), - [aux_sym__val_number_token4] = ACTIONS(2934), - [aux_sym__val_number_token5] = ACTIONS(2934), - [aux_sym__val_number_token6] = ACTIONS(2934), - [anon_sym_0b] = ACTIONS(2934), - [anon_sym_0o] = ACTIONS(2934), - [anon_sym_0x] = ACTIONS(2934), - [sym_val_date] = ACTIONS(2934), - [anon_sym_DQUOTE] = ACTIONS(2934), - [sym__str_single_quotes] = ACTIONS(2934), - [sym__str_back_ticks] = ACTIONS(2934), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2934), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2934), - [anon_sym_CARET] = ACTIONS(2934), - [anon_sym_POUND] = ACTIONS(105), - }, - [1221] = { - [sym_comment] = STATE(1221), - [anon_sym_export] = ACTIONS(3198), - [anon_sym_alias] = ACTIONS(3198), - [anon_sym_let] = ACTIONS(3198), - [anon_sym_let_DASHenv] = ACTIONS(3198), - [anon_sym_mut] = ACTIONS(3198), - [anon_sym_const] = ACTIONS(3198), - [anon_sym_SEMI] = ACTIONS(3198), - [sym_cmd_identifier] = ACTIONS(3198), - [anon_sym_LF] = ACTIONS(3200), - [anon_sym_def] = ACTIONS(3198), - [anon_sym_export_DASHenv] = ACTIONS(3198), - [anon_sym_extern] = ACTIONS(3198), - [anon_sym_module] = ACTIONS(3198), - [anon_sym_use] = ACTIONS(3198), - [anon_sym_LBRACK] = ACTIONS(3198), - [anon_sym_LPAREN] = ACTIONS(3198), - [anon_sym_RPAREN] = ACTIONS(3198), - [anon_sym_DOLLAR] = ACTIONS(3198), - [anon_sym_error] = ACTIONS(3198), - [anon_sym_DASH] = ACTIONS(3198), - [anon_sym_break] = ACTIONS(3198), - [anon_sym_continue] = ACTIONS(3198), - [anon_sym_for] = ACTIONS(3198), - [anon_sym_loop] = ACTIONS(3198), - [anon_sym_while] = ACTIONS(3198), - [anon_sym_do] = ACTIONS(3198), - [anon_sym_if] = ACTIONS(3198), - [anon_sym_match] = ACTIONS(3198), - [anon_sym_LBRACE] = ACTIONS(3198), - [anon_sym_RBRACE] = ACTIONS(3198), - [anon_sym_DOT] = ACTIONS(3198), - [anon_sym_DOT2] = ACTIONS(3202), - [anon_sym_try] = ACTIONS(3198), - [anon_sym_return] = ACTIONS(3198), - [anon_sym_source] = ACTIONS(3198), - [anon_sym_source_DASHenv] = ACTIONS(3198), - [anon_sym_register] = ACTIONS(3198), - [anon_sym_hide] = ACTIONS(3198), - [anon_sym_hide_DASHenv] = ACTIONS(3198), - [anon_sym_overlay] = ACTIONS(3198), - [anon_sym_where] = ACTIONS(3198), - [anon_sym_PLUS] = ACTIONS(3198), - [anon_sym_not] = ACTIONS(3198), - [anon_sym_null] = ACTIONS(3198), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3198), - [aux_sym__val_number_token1] = ACTIONS(3198), - [aux_sym__val_number_token2] = ACTIONS(3198), - [aux_sym__val_number_token3] = ACTIONS(3198), - [aux_sym__val_number_token4] = ACTIONS(3198), - [aux_sym__val_number_token5] = ACTIONS(3198), - [aux_sym__val_number_token6] = ACTIONS(3198), - [anon_sym_0b] = ACTIONS(3198), - [anon_sym_0o] = ACTIONS(3198), - [anon_sym_0x] = ACTIONS(3198), - [sym_val_date] = ACTIONS(3198), - [anon_sym_DQUOTE] = ACTIONS(3198), - [sym__str_single_quotes] = ACTIONS(3198), - [sym__str_back_ticks] = ACTIONS(3198), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3198), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3198), - [anon_sym_CARET] = ACTIONS(3198), - [anon_sym_POUND] = ACTIONS(105), - }, - [1222] = { - [sym_comment] = STATE(1222), - [ts_builtin_sym_end] = ACTIONS(1547), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [aux_sym_unquoted_token5] = ACTIONS(3204), - [anon_sym_POUND] = ACTIONS(105), - }, - [1223] = { - [sym_comment] = STATE(1223), - [ts_builtin_sym_end] = ACTIONS(1439), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_DOT2] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_QMARK2] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [1224] = { - [sym_comment] = STATE(1224), - [anon_sym_export] = ACTIONS(3206), - [anon_sym_alias] = ACTIONS(3206), - [anon_sym_let] = ACTIONS(3206), - [anon_sym_let_DASHenv] = ACTIONS(3206), - [anon_sym_mut] = ACTIONS(3206), - [anon_sym_const] = ACTIONS(3206), - [anon_sym_SEMI] = ACTIONS(3206), - [sym_cmd_identifier] = ACTIONS(3206), - [anon_sym_LF] = ACTIONS(3208), - [anon_sym_def] = ACTIONS(3206), - [anon_sym_export_DASHenv] = ACTIONS(3206), - [anon_sym_extern] = ACTIONS(3206), - [anon_sym_module] = ACTIONS(3206), - [anon_sym_use] = ACTIONS(3206), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3206), - [anon_sym_RPAREN] = ACTIONS(3206), - [anon_sym_DOLLAR] = ACTIONS(3206), - [anon_sym_error] = ACTIONS(3206), - [anon_sym_DASH] = ACTIONS(3206), - [anon_sym_break] = ACTIONS(3206), - [anon_sym_continue] = ACTIONS(3206), - [anon_sym_for] = ACTIONS(3206), - [anon_sym_loop] = ACTIONS(3206), - [anon_sym_while] = ACTIONS(3206), - [anon_sym_do] = ACTIONS(3206), - [anon_sym_if] = ACTIONS(3206), - [anon_sym_match] = ACTIONS(3206), - [anon_sym_LBRACE] = ACTIONS(3206), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_DOT] = ACTIONS(3206), - [anon_sym_DOT2] = ACTIONS(3210), - [anon_sym_try] = ACTIONS(3206), - [anon_sym_return] = ACTIONS(3206), - [anon_sym_source] = ACTIONS(3206), - [anon_sym_source_DASHenv] = ACTIONS(3206), - [anon_sym_register] = ACTIONS(3206), - [anon_sym_hide] = ACTIONS(3206), - [anon_sym_hide_DASHenv] = ACTIONS(3206), - [anon_sym_overlay] = ACTIONS(3206), - [anon_sym_where] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3206), - [anon_sym_not] = ACTIONS(3206), - [anon_sym_null] = ACTIONS(3206), - [anon_sym_true] = ACTIONS(3206), - [anon_sym_false] = ACTIONS(3206), - [aux_sym__val_number_decimal_token1] = ACTIONS(3206), - [aux_sym__val_number_token1] = ACTIONS(3206), - [aux_sym__val_number_token2] = ACTIONS(3206), - [aux_sym__val_number_token3] = ACTIONS(3206), - [aux_sym__val_number_token4] = ACTIONS(3206), - [aux_sym__val_number_token5] = ACTIONS(3206), - [aux_sym__val_number_token6] = ACTIONS(3206), - [anon_sym_0b] = ACTIONS(3206), - [anon_sym_0o] = ACTIONS(3206), - [anon_sym_0x] = ACTIONS(3206), - [sym_val_date] = ACTIONS(3206), - [anon_sym_DQUOTE] = ACTIONS(3206), - [sym__str_single_quotes] = ACTIONS(3206), - [sym__str_back_ticks] = ACTIONS(3206), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3206), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3206), - [anon_sym_CARET] = ACTIONS(3206), - [anon_sym_POUND] = ACTIONS(105), - }, - [1225] = { - [sym_comment] = STATE(1225), - [anon_sym_export] = ACTIONS(3212), - [anon_sym_alias] = ACTIONS(3212), - [anon_sym_let] = ACTIONS(3212), - [anon_sym_let_DASHenv] = ACTIONS(3212), - [anon_sym_mut] = ACTIONS(3212), - [anon_sym_const] = ACTIONS(3212), - [anon_sym_SEMI] = ACTIONS(3212), - [sym_cmd_identifier] = ACTIONS(3212), - [anon_sym_LF] = ACTIONS(3214), - [anon_sym_def] = ACTIONS(3212), - [anon_sym_export_DASHenv] = ACTIONS(3212), - [anon_sym_extern] = ACTIONS(3212), - [anon_sym_module] = ACTIONS(3212), - [anon_sym_use] = ACTIONS(3212), - [anon_sym_LBRACK] = ACTIONS(3212), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_RPAREN] = ACTIONS(3212), - [anon_sym_DOLLAR] = ACTIONS(3212), - [anon_sym_error] = ACTIONS(3212), - [anon_sym_DASH] = ACTIONS(3212), - [anon_sym_break] = ACTIONS(3212), - [anon_sym_continue] = ACTIONS(3212), - [anon_sym_for] = ACTIONS(3212), - [anon_sym_loop] = ACTIONS(3212), - [anon_sym_while] = ACTIONS(3212), - [anon_sym_do] = ACTIONS(3212), - [anon_sym_if] = ACTIONS(3212), - [anon_sym_match] = ACTIONS(3212), - [anon_sym_LBRACE] = ACTIONS(3212), - [anon_sym_RBRACE] = ACTIONS(3212), - [anon_sym_DOT] = ACTIONS(3212), - [anon_sym_DOT2] = ACTIONS(3216), - [anon_sym_try] = ACTIONS(3212), - [anon_sym_return] = ACTIONS(3212), - [anon_sym_source] = ACTIONS(3212), - [anon_sym_source_DASHenv] = ACTIONS(3212), - [anon_sym_register] = ACTIONS(3212), - [anon_sym_hide] = ACTIONS(3212), - [anon_sym_hide_DASHenv] = ACTIONS(3212), - [anon_sym_overlay] = ACTIONS(3212), - [anon_sym_where] = ACTIONS(3212), - [anon_sym_PLUS] = ACTIONS(3212), - [anon_sym_not] = ACTIONS(3212), - [anon_sym_null] = ACTIONS(3212), - [anon_sym_true] = ACTIONS(3212), - [anon_sym_false] = ACTIONS(3212), - [aux_sym__val_number_decimal_token1] = ACTIONS(3212), - [aux_sym__val_number_token1] = ACTIONS(3212), - [aux_sym__val_number_token2] = ACTIONS(3212), - [aux_sym__val_number_token3] = ACTIONS(3212), - [aux_sym__val_number_token4] = ACTIONS(3212), - [aux_sym__val_number_token5] = ACTIONS(3212), - [aux_sym__val_number_token6] = ACTIONS(3212), - [anon_sym_0b] = ACTIONS(3212), - [anon_sym_0o] = ACTIONS(3212), - [anon_sym_0x] = ACTIONS(3212), - [sym_val_date] = ACTIONS(3212), - [anon_sym_DQUOTE] = ACTIONS(3212), - [sym__str_single_quotes] = ACTIONS(3212), - [sym__str_back_ticks] = ACTIONS(3212), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3212), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3212), - [anon_sym_CARET] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(105), - }, - [1226] = { - [sym_comment] = STATE(1226), - [anon_sym_export] = ACTIONS(3218), - [anon_sym_alias] = ACTIONS(3218), - [anon_sym_let] = ACTIONS(3218), - [anon_sym_let_DASHenv] = ACTIONS(3218), - [anon_sym_mut] = ACTIONS(3218), - [anon_sym_const] = ACTIONS(3218), - [anon_sym_SEMI] = ACTIONS(3218), - [sym_cmd_identifier] = ACTIONS(3218), - [anon_sym_LF] = ACTIONS(3220), - [anon_sym_def] = ACTIONS(3218), - [anon_sym_export_DASHenv] = ACTIONS(3218), - [anon_sym_extern] = ACTIONS(3218), - [anon_sym_module] = ACTIONS(3218), - [anon_sym_use] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_DOLLAR] = ACTIONS(3218), - [anon_sym_error] = ACTIONS(3218), - [anon_sym_DASH] = ACTIONS(3218), - [anon_sym_break] = ACTIONS(3218), - [anon_sym_continue] = ACTIONS(3218), - [anon_sym_for] = ACTIONS(3218), - [anon_sym_loop] = ACTIONS(3218), - [anon_sym_while] = ACTIONS(3218), - [anon_sym_do] = ACTIONS(3218), - [anon_sym_if] = ACTIONS(3218), - [anon_sym_match] = ACTIONS(3218), - [anon_sym_LBRACE] = ACTIONS(3218), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_DOT] = ACTIONS(3218), - [anon_sym_try] = ACTIONS(3218), - [anon_sym_return] = ACTIONS(3218), - [anon_sym_source] = ACTIONS(3218), - [anon_sym_source_DASHenv] = ACTIONS(3218), - [anon_sym_register] = ACTIONS(3218), - [anon_sym_hide] = ACTIONS(3218), - [anon_sym_hide_DASHenv] = ACTIONS(3218), - [anon_sym_overlay] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3218), - [anon_sym_where] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3218), - [anon_sym_not] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3218), - [anon_sym_false] = ACTIONS(3218), - [aux_sym__val_number_decimal_token1] = ACTIONS(3218), - [aux_sym__val_number_token1] = ACTIONS(3218), - [aux_sym__val_number_token2] = ACTIONS(3218), - [aux_sym__val_number_token3] = ACTIONS(3218), - [aux_sym__val_number_token4] = ACTIONS(3218), - [aux_sym__val_number_token5] = ACTIONS(3218), - [aux_sym__val_number_token6] = ACTIONS(3218), - [anon_sym_0b] = ACTIONS(3218), - [anon_sym_0o] = ACTIONS(3218), - [anon_sym_0x] = ACTIONS(3218), - [sym_val_date] = ACTIONS(3218), - [anon_sym_DQUOTE] = ACTIONS(3218), - [sym__str_single_quotes] = ACTIONS(3218), - [sym__str_back_ticks] = ACTIONS(3218), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3218), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3218), - [anon_sym_CARET] = ACTIONS(3218), - [anon_sym_POUND] = ACTIONS(105), - }, - [1227] = { - [sym_comment] = STATE(1227), - [ts_builtin_sym_end] = ACTIONS(2986), - [anon_sym_export] = ACTIONS(2984), - [anon_sym_alias] = ACTIONS(2984), - [anon_sym_let] = ACTIONS(2984), - [anon_sym_let_DASHenv] = ACTIONS(2984), - [anon_sym_mut] = ACTIONS(2984), - [anon_sym_const] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2984), - [sym_cmd_identifier] = ACTIONS(2984), - [anon_sym_LF] = ACTIONS(2986), - [anon_sym_def] = ACTIONS(2984), - [anon_sym_export_DASHenv] = ACTIONS(2984), - [anon_sym_extern] = ACTIONS(2984), - [anon_sym_module] = ACTIONS(2984), - [anon_sym_use] = ACTIONS(2984), - [anon_sym_LBRACK] = ACTIONS(2984), - [anon_sym_LPAREN] = ACTIONS(2984), - [anon_sym_DOLLAR] = ACTIONS(2984), - [anon_sym_error] = ACTIONS(2984), - [anon_sym_DASH] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_for] = ACTIONS(2984), - [anon_sym_loop] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_do] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_match] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(2984), - [anon_sym_DOT2] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_source] = ACTIONS(2984), - [anon_sym_source_DASHenv] = ACTIONS(2984), - [anon_sym_register] = ACTIONS(2984), - [anon_sym_hide] = ACTIONS(2984), - [anon_sym_hide_DASHenv] = ACTIONS(2984), - [anon_sym_overlay] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_PLUS] = ACTIONS(2984), - [anon_sym_not] = ACTIONS(2984), - [aux_sym__immediate_decimal_token2] = ACTIONS(3222), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [aux_sym__val_number_decimal_token1] = ACTIONS(2984), - [aux_sym__val_number_token1] = ACTIONS(2984), - [aux_sym__val_number_token2] = ACTIONS(2984), - [aux_sym__val_number_token3] = ACTIONS(2984), - [aux_sym__val_number_token4] = ACTIONS(2984), - [aux_sym__val_number_token5] = ACTIONS(2984), - [aux_sym__val_number_token6] = ACTIONS(2984), - [anon_sym_0b] = ACTIONS(2984), - [anon_sym_0o] = ACTIONS(2984), - [anon_sym_0x] = ACTIONS(2984), - [sym_val_date] = ACTIONS(2984), - [anon_sym_DQUOTE] = ACTIONS(2984), - [sym__str_single_quotes] = ACTIONS(2984), - [sym__str_back_ticks] = ACTIONS(2984), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2984), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2984), - [anon_sym_CARET] = ACTIONS(2984), - [anon_sym_POUND] = ACTIONS(105), - }, - [1228] = { - [sym_comment] = STATE(1228), - [anon_sym_export] = ACTIONS(3224), - [anon_sym_alias] = ACTIONS(3224), - [anon_sym_let] = ACTIONS(3224), - [anon_sym_let_DASHenv] = ACTIONS(3224), - [anon_sym_mut] = ACTIONS(3224), - [anon_sym_const] = ACTIONS(3224), - [anon_sym_SEMI] = ACTIONS(3224), - [sym_cmd_identifier] = ACTIONS(3224), - [anon_sym_LF] = ACTIONS(3226), - [anon_sym_def] = ACTIONS(3224), - [anon_sym_export_DASHenv] = ACTIONS(3224), - [anon_sym_extern] = ACTIONS(3224), - [anon_sym_module] = ACTIONS(3224), - [anon_sym_use] = ACTIONS(3224), - [anon_sym_LBRACK] = ACTIONS(3224), - [anon_sym_LPAREN] = ACTIONS(3224), - [anon_sym_RPAREN] = ACTIONS(3224), - [anon_sym_DOLLAR] = ACTIONS(3224), - [anon_sym_error] = ACTIONS(3224), - [anon_sym_DASH] = ACTIONS(3224), - [anon_sym_break] = ACTIONS(3224), - [anon_sym_continue] = ACTIONS(3224), - [anon_sym_for] = ACTIONS(3224), - [anon_sym_loop] = ACTIONS(3224), - [anon_sym_while] = ACTIONS(3224), - [anon_sym_do] = ACTIONS(3224), - [anon_sym_if] = ACTIONS(3224), - [anon_sym_match] = ACTIONS(3224), - [anon_sym_LBRACE] = ACTIONS(3224), - [anon_sym_RBRACE] = ACTIONS(3224), - [anon_sym_DOT] = ACTIONS(3224), - [anon_sym_try] = ACTIONS(3224), - [anon_sym_return] = ACTIONS(3224), - [anon_sym_source] = ACTIONS(3224), - [anon_sym_source_DASHenv] = ACTIONS(3224), - [anon_sym_register] = ACTIONS(3224), - [anon_sym_hide] = ACTIONS(3224), - [anon_sym_hide_DASHenv] = ACTIONS(3224), - [anon_sym_overlay] = ACTIONS(3224), - [anon_sym_STAR] = ACTIONS(3224), - [anon_sym_where] = ACTIONS(3224), - [anon_sym_PLUS] = ACTIONS(3224), - [anon_sym_not] = ACTIONS(3224), - [anon_sym_null] = ACTIONS(3224), - [anon_sym_true] = ACTIONS(3224), - [anon_sym_false] = ACTIONS(3224), - [aux_sym__val_number_decimal_token1] = ACTIONS(3224), - [aux_sym__val_number_token1] = ACTIONS(3224), - [aux_sym__val_number_token2] = ACTIONS(3224), - [aux_sym__val_number_token3] = ACTIONS(3224), - [aux_sym__val_number_token4] = ACTIONS(3224), - [aux_sym__val_number_token5] = ACTIONS(3224), - [aux_sym__val_number_token6] = ACTIONS(3224), - [anon_sym_0b] = ACTIONS(3224), - [anon_sym_0o] = ACTIONS(3224), - [anon_sym_0x] = ACTIONS(3224), - [sym_val_date] = ACTIONS(3224), - [anon_sym_DQUOTE] = ACTIONS(3224), - [sym__str_single_quotes] = ACTIONS(3224), - [sym__str_back_ticks] = ACTIONS(3224), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3224), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3224), - [anon_sym_CARET] = ACTIONS(3224), - [anon_sym_POUND] = ACTIONS(105), - }, - [1229] = { - [sym_comment] = STATE(1229), - [ts_builtin_sym_end] = ACTIONS(2908), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_DOT2] = ACTIONS(2908), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token2] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1230] = { - [sym_comment] = STATE(1230), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(105), - }, - [1231] = { - [sym_comment] = STATE(1231), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_RPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_DOT2] = ACTIONS(2908), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1232] = { - [sym_comment] = STATE(1232), - [anon_sym_export] = ACTIONS(3228), - [anon_sym_alias] = ACTIONS(3228), - [anon_sym_let] = ACTIONS(3228), - [anon_sym_let_DASHenv] = ACTIONS(3228), - [anon_sym_mut] = ACTIONS(3228), - [anon_sym_const] = ACTIONS(3228), - [anon_sym_SEMI] = ACTIONS(3228), - [sym_cmd_identifier] = ACTIONS(3228), - [anon_sym_LF] = ACTIONS(3230), - [anon_sym_def] = ACTIONS(3228), - [anon_sym_export_DASHenv] = ACTIONS(3228), - [anon_sym_extern] = ACTIONS(3228), - [anon_sym_module] = ACTIONS(3228), - [anon_sym_use] = ACTIONS(3228), - [anon_sym_LBRACK] = ACTIONS(3228), - [anon_sym_LPAREN] = ACTIONS(3228), - [anon_sym_RPAREN] = ACTIONS(3228), - [anon_sym_DOLLAR] = ACTIONS(3228), - [anon_sym_error] = ACTIONS(3228), - [anon_sym_DASH] = ACTIONS(3228), - [anon_sym_break] = ACTIONS(3228), - [anon_sym_continue] = ACTIONS(3228), - [anon_sym_for] = ACTIONS(3228), - [anon_sym_loop] = ACTIONS(3228), - [anon_sym_while] = ACTIONS(3228), - [anon_sym_do] = ACTIONS(3228), - [anon_sym_if] = ACTIONS(3228), - [anon_sym_match] = ACTIONS(3228), - [anon_sym_LBRACE] = ACTIONS(3228), - [anon_sym_RBRACE] = ACTIONS(3228), - [anon_sym_DOT] = ACTIONS(3228), - [anon_sym_try] = ACTIONS(3228), - [anon_sym_return] = ACTIONS(3228), - [anon_sym_source] = ACTIONS(3228), - [anon_sym_source_DASHenv] = ACTIONS(3228), - [anon_sym_register] = ACTIONS(3228), - [anon_sym_hide] = ACTIONS(3228), - [anon_sym_hide_DASHenv] = ACTIONS(3228), - [anon_sym_overlay] = ACTIONS(3228), - [anon_sym_as] = ACTIONS(3228), - [anon_sym_where] = ACTIONS(3228), - [anon_sym_PLUS] = ACTIONS(3228), - [anon_sym_not] = ACTIONS(3228), - [anon_sym_null] = ACTIONS(3228), - [anon_sym_true] = ACTIONS(3228), - [anon_sym_false] = ACTIONS(3228), - [aux_sym__val_number_decimal_token1] = ACTIONS(3228), - [aux_sym__val_number_token1] = ACTIONS(3228), - [aux_sym__val_number_token2] = ACTIONS(3228), - [aux_sym__val_number_token3] = ACTIONS(3228), - [aux_sym__val_number_token4] = ACTIONS(3228), - [aux_sym__val_number_token5] = ACTIONS(3228), - [aux_sym__val_number_token6] = ACTIONS(3228), - [anon_sym_0b] = ACTIONS(3228), - [anon_sym_0o] = ACTIONS(3228), - [anon_sym_0x] = ACTIONS(3228), - [sym_val_date] = ACTIONS(3228), - [anon_sym_DQUOTE] = ACTIONS(3228), - [sym__str_single_quotes] = ACTIONS(3228), - [sym__str_back_ticks] = ACTIONS(3228), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3228), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3228), - [anon_sym_CARET] = ACTIONS(3228), - [anon_sym_POUND] = ACTIONS(105), - }, - [1233] = { - [sym_comment] = STATE(1233), - [anon_sym_export] = ACTIONS(1524), - [anon_sym_alias] = ACTIONS(1524), - [anon_sym_let] = ACTIONS(1524), - [anon_sym_let_DASHenv] = ACTIONS(1524), - [anon_sym_mut] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1524), - [sym_cmd_identifier] = ACTIONS(1524), - [anon_sym_LF] = ACTIONS(1526), - [anon_sym_def] = ACTIONS(1524), - [anon_sym_export_DASHenv] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym_module] = ACTIONS(1524), - [anon_sym_use] = ACTIONS(1524), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_RPAREN] = ACTIONS(1524), - [anon_sym_DOLLAR] = ACTIONS(1524), - [anon_sym_error] = ACTIONS(1524), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_loop] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_match] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1524), - [anon_sym_DOT2] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_source] = ACTIONS(1524), - [anon_sym_source_DASHenv] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_hide] = ACTIONS(1524), - [anon_sym_hide_DASHenv] = ACTIONS(1524), - [anon_sym_overlay] = ACTIONS(1524), - [anon_sym_where] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_not] = ACTIONS(1524), - [anon_sym_null] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1524), - [anon_sym_false] = ACTIONS(1524), - [aux_sym__val_number_decimal_token1] = ACTIONS(1524), - [aux_sym__val_number_token1] = ACTIONS(1524), - [aux_sym__val_number_token2] = ACTIONS(1524), - [aux_sym__val_number_token3] = ACTIONS(1524), - [aux_sym__val_number_token4] = ACTIONS(1524), - [aux_sym__val_number_token5] = ACTIONS(1524), - [aux_sym__val_number_token6] = ACTIONS(1524), - [anon_sym_0b] = ACTIONS(1524), - [anon_sym_0o] = ACTIONS(1524), - [anon_sym_0x] = ACTIONS(1524), - [sym_val_date] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1524), - [sym__str_single_quotes] = ACTIONS(1524), - [sym__str_back_ticks] = ACTIONS(1524), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1524), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1524), - [anon_sym_CARET] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(105), - }, - [1234] = { - [sym_comment] = STATE(1234), - [anon_sym_export] = ACTIONS(3232), - [anon_sym_alias] = ACTIONS(3232), - [anon_sym_let] = ACTIONS(3232), - [anon_sym_let_DASHenv] = ACTIONS(3232), - [anon_sym_mut] = ACTIONS(3232), - [anon_sym_const] = ACTIONS(3232), - [anon_sym_SEMI] = ACTIONS(3232), - [sym_cmd_identifier] = ACTIONS(3232), - [anon_sym_LF] = ACTIONS(3234), - [anon_sym_def] = ACTIONS(3232), - [anon_sym_export_DASHenv] = ACTIONS(3232), - [anon_sym_extern] = ACTIONS(3232), - [anon_sym_module] = ACTIONS(3232), - [anon_sym_use] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3232), - [anon_sym_LPAREN] = ACTIONS(3232), - [anon_sym_RPAREN] = ACTIONS(3232), - [anon_sym_DOLLAR] = ACTIONS(3232), - [anon_sym_error] = ACTIONS(3232), - [anon_sym_DASH] = ACTIONS(3232), - [anon_sym_break] = ACTIONS(3232), - [anon_sym_continue] = ACTIONS(3232), - [anon_sym_for] = ACTIONS(3232), - [anon_sym_loop] = ACTIONS(3232), - [anon_sym_while] = ACTIONS(3232), - [anon_sym_do] = ACTIONS(3232), - [anon_sym_if] = ACTIONS(3232), - [anon_sym_match] = ACTIONS(3232), - [anon_sym_LBRACE] = ACTIONS(3232), - [anon_sym_RBRACE] = ACTIONS(3232), - [anon_sym_DOT] = ACTIONS(3232), - [anon_sym_try] = ACTIONS(3232), - [anon_sym_return] = ACTIONS(3232), - [anon_sym_source] = ACTIONS(3232), - [anon_sym_source_DASHenv] = ACTIONS(3232), - [anon_sym_register] = ACTIONS(3232), - [anon_sym_hide] = ACTIONS(3232), - [anon_sym_hide_DASHenv] = ACTIONS(3232), - [anon_sym_overlay] = ACTIONS(3232), - [anon_sym_as] = ACTIONS(3232), - [anon_sym_where] = ACTIONS(3232), - [anon_sym_PLUS] = ACTIONS(3232), - [anon_sym_not] = ACTIONS(3232), - [anon_sym_null] = ACTIONS(3232), - [anon_sym_true] = ACTIONS(3232), - [anon_sym_false] = ACTIONS(3232), - [aux_sym__val_number_decimal_token1] = ACTIONS(3232), - [aux_sym__val_number_token1] = ACTIONS(3232), - [aux_sym__val_number_token2] = ACTIONS(3232), - [aux_sym__val_number_token3] = ACTIONS(3232), - [aux_sym__val_number_token4] = ACTIONS(3232), - [aux_sym__val_number_token5] = ACTIONS(3232), - [aux_sym__val_number_token6] = ACTIONS(3232), - [anon_sym_0b] = ACTIONS(3232), - [anon_sym_0o] = ACTIONS(3232), - [anon_sym_0x] = ACTIONS(3232), - [sym_val_date] = ACTIONS(3232), - [anon_sym_DQUOTE] = ACTIONS(3232), - [sym__str_single_quotes] = ACTIONS(3232), - [sym__str_back_ticks] = ACTIONS(3232), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3232), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3232), - [anon_sym_CARET] = ACTIONS(3232), - [anon_sym_POUND] = ACTIONS(105), - }, - [1235] = { - [sym_comment] = STATE(1235), - [ts_builtin_sym_end] = ACTIONS(3157), - [anon_sym_export] = ACTIONS(3153), - [anon_sym_alias] = ACTIONS(3153), - [anon_sym_let] = ACTIONS(3153), - [anon_sym_let_DASHenv] = ACTIONS(3153), - [anon_sym_mut] = ACTIONS(3153), - [anon_sym_const] = ACTIONS(3153), - [anon_sym_SEMI] = ACTIONS(3153), - [sym_cmd_identifier] = ACTIONS(3153), - [sym__long_flag_identifier] = ACTIONS(3236), - [anon_sym_LF] = ACTIONS(3157), - [anon_sym_def] = ACTIONS(3153), - [anon_sym_export_DASHenv] = ACTIONS(3153), - [anon_sym_extern] = ACTIONS(3153), - [anon_sym_module] = ACTIONS(3153), - [anon_sym_use] = ACTIONS(3153), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_LPAREN] = ACTIONS(3153), - [anon_sym_DOLLAR] = ACTIONS(3153), - [anon_sym_error] = ACTIONS(3153), - [anon_sym_DASH] = ACTIONS(3153), - [anon_sym_break] = ACTIONS(3153), - [anon_sym_continue] = ACTIONS(3153), - [anon_sym_for] = ACTIONS(3153), - [anon_sym_loop] = ACTIONS(3153), - [anon_sym_while] = ACTIONS(3153), - [anon_sym_do] = ACTIONS(3153), - [anon_sym_if] = ACTIONS(3153), - [anon_sym_match] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3153), - [anon_sym_DOT] = ACTIONS(3153), - [anon_sym_try] = ACTIONS(3153), - [anon_sym_return] = ACTIONS(3153), - [anon_sym_source] = ACTIONS(3153), - [anon_sym_source_DASHenv] = ACTIONS(3153), - [anon_sym_register] = ACTIONS(3153), - [anon_sym_hide] = ACTIONS(3153), - [anon_sym_hide_DASHenv] = ACTIONS(3153), - [anon_sym_overlay] = ACTIONS(3153), - [anon_sym_as] = ACTIONS(3153), - [anon_sym_where] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3153), - [anon_sym_not] = ACTIONS(3153), - [anon_sym_null] = ACTIONS(3153), - [anon_sym_true] = ACTIONS(3153), - [anon_sym_false] = ACTIONS(3153), - [aux_sym__val_number_decimal_token1] = ACTIONS(3153), - [aux_sym__val_number_token1] = ACTIONS(3153), - [aux_sym__val_number_token2] = ACTIONS(3153), - [aux_sym__val_number_token3] = ACTIONS(3153), - [aux_sym__val_number_token4] = ACTIONS(3153), - [aux_sym__val_number_token5] = ACTIONS(3153), - [aux_sym__val_number_token6] = ACTIONS(3153), - [anon_sym_0b] = ACTIONS(3153), - [anon_sym_0o] = ACTIONS(3153), - [anon_sym_0x] = ACTIONS(3153), - [sym_val_date] = ACTIONS(3153), - [anon_sym_DQUOTE] = ACTIONS(3153), - [sym__str_single_quotes] = ACTIONS(3153), - [sym__str_back_ticks] = ACTIONS(3153), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3153), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3153), - [anon_sym_CARET] = ACTIONS(3153), - [anon_sym_POUND] = ACTIONS(105), - }, - [1236] = { - [sym_comment] = STATE(1236), - [anon_sym_export] = ACTIONS(1545), - [anon_sym_alias] = ACTIONS(1545), - [anon_sym_let] = ACTIONS(1545), - [anon_sym_let_DASHenv] = ACTIONS(1545), - [anon_sym_mut] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [sym_cmd_identifier] = ACTIONS(1545), - [anon_sym_LF] = ACTIONS(1547), - [anon_sym_def] = ACTIONS(1545), - [anon_sym_export_DASHenv] = ACTIONS(1545), - [anon_sym_extern] = ACTIONS(1545), - [anon_sym_module] = ACTIONS(1545), - [anon_sym_use] = ACTIONS(1545), - [anon_sym_LBRACK] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_error] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1545), - [anon_sym_for] = ACTIONS(1545), - [anon_sym_loop] = ACTIONS(1545), - [anon_sym_while] = ACTIONS(1545), - [anon_sym_do] = ACTIONS(1545), - [anon_sym_if] = ACTIONS(1545), - [anon_sym_match] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_try] = ACTIONS(1545), - [anon_sym_return] = ACTIONS(1545), - [anon_sym_source] = ACTIONS(1545), - [anon_sym_source_DASHenv] = ACTIONS(1545), - [anon_sym_register] = ACTIONS(1545), - [anon_sym_hide] = ACTIONS(1545), - [anon_sym_hide_DASHenv] = ACTIONS(1545), - [anon_sym_overlay] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_where] = ACTIONS(1545), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_not] = ACTIONS(1545), - [anon_sym_null] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), - [aux_sym__val_number_decimal_token1] = ACTIONS(1545), - [aux_sym__val_number_token1] = ACTIONS(1545), - [aux_sym__val_number_token2] = ACTIONS(1545), - [aux_sym__val_number_token3] = ACTIONS(1545), - [aux_sym__val_number_token4] = ACTIONS(1545), - [aux_sym__val_number_token5] = ACTIONS(1545), - [aux_sym__val_number_token6] = ACTIONS(1545), - [anon_sym_0b] = ACTIONS(1545), - [anon_sym_0o] = ACTIONS(1545), - [anon_sym_0x] = ACTIONS(1545), - [sym_val_date] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym__str_single_quotes] = ACTIONS(1545), - [sym__str_back_ticks] = ACTIONS(1545), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1545), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [anon_sym_POUND] = ACTIONS(105), - }, - [1237] = { - [sym_comment] = STATE(1237), - [anon_sym_export] = ACTIONS(3238), - [anon_sym_alias] = ACTIONS(3238), - [anon_sym_let] = ACTIONS(3238), - [anon_sym_let_DASHenv] = ACTIONS(3238), - [anon_sym_mut] = ACTIONS(3238), - [anon_sym_const] = ACTIONS(3238), - [anon_sym_SEMI] = ACTIONS(3238), - [sym_cmd_identifier] = ACTIONS(3238), - [anon_sym_LF] = ACTIONS(3240), - [anon_sym_def] = ACTIONS(3238), - [anon_sym_export_DASHenv] = ACTIONS(3238), - [anon_sym_extern] = ACTIONS(3238), - [anon_sym_module] = ACTIONS(3238), - [anon_sym_use] = ACTIONS(3238), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_DOLLAR] = ACTIONS(3238), - [anon_sym_error] = ACTIONS(3238), - [anon_sym_DASH] = ACTIONS(3238), - [anon_sym_break] = ACTIONS(3238), - [anon_sym_continue] = ACTIONS(3238), - [anon_sym_for] = ACTIONS(3238), - [anon_sym_loop] = ACTIONS(3238), - [anon_sym_while] = ACTIONS(3238), - [anon_sym_do] = ACTIONS(3238), - [anon_sym_if] = ACTIONS(3238), - [anon_sym_match] = ACTIONS(3238), - [anon_sym_LBRACE] = ACTIONS(3238), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_DOT] = ACTIONS(3238), - [anon_sym_DOT2] = ACTIONS(3242), - [anon_sym_try] = ACTIONS(3238), - [anon_sym_return] = ACTIONS(3238), - [anon_sym_source] = ACTIONS(3238), - [anon_sym_source_DASHenv] = ACTIONS(3238), - [anon_sym_register] = ACTIONS(3238), - [anon_sym_hide] = ACTIONS(3238), - [anon_sym_hide_DASHenv] = ACTIONS(3238), - [anon_sym_overlay] = ACTIONS(3238), - [anon_sym_where] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3238), - [anon_sym_not] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3238), - [anon_sym_false] = ACTIONS(3238), - [aux_sym__val_number_decimal_token1] = ACTIONS(3238), - [aux_sym__val_number_token1] = ACTIONS(3238), - [aux_sym__val_number_token2] = ACTIONS(3238), - [aux_sym__val_number_token3] = ACTIONS(3238), - [aux_sym__val_number_token4] = ACTIONS(3238), - [aux_sym__val_number_token5] = ACTIONS(3238), - [aux_sym__val_number_token6] = ACTIONS(3238), - [anon_sym_0b] = ACTIONS(3238), - [anon_sym_0o] = ACTIONS(3238), - [anon_sym_0x] = ACTIONS(3238), - [sym_val_date] = ACTIONS(3238), - [anon_sym_DQUOTE] = ACTIONS(3238), - [sym__str_single_quotes] = ACTIONS(3238), - [sym__str_back_ticks] = ACTIONS(3238), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3238), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3238), - [anon_sym_CARET] = ACTIONS(3238), - [anon_sym_POUND] = ACTIONS(105), - }, - [1238] = { - [sym_comment] = STATE(1238), - [ts_builtin_sym_end] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1441), - [anon_sym_alias] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_let_DASHenv] = ACTIONS(1441), - [anon_sym_mut] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [sym_cmd_identifier] = ACTIONS(1441), - [anon_sym_LF] = ACTIONS(1443), - [anon_sym_def] = ACTIONS(1441), - [anon_sym_export_DASHenv] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_module] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(1441), - [anon_sym_error] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_source] = ACTIONS(1441), - [anon_sym_source_DASHenv] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_hide] = ACTIONS(1441), - [anon_sym_hide_DASHenv] = ACTIONS(1441), - [anon_sym_overlay] = ACTIONS(1441), - [anon_sym_where] = ACTIONS(1441), - [anon_sym_QMARK2] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_not] = ACTIONS(1441), - [anon_sym_null] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [aux_sym__val_number_decimal_token1] = ACTIONS(1441), - [aux_sym__val_number_token1] = ACTIONS(1441), - [aux_sym__val_number_token2] = ACTIONS(1441), - [aux_sym__val_number_token3] = ACTIONS(1441), - [aux_sym__val_number_token4] = ACTIONS(1441), - [aux_sym__val_number_token5] = ACTIONS(1441), - [aux_sym__val_number_token6] = ACTIONS(1441), - [anon_sym_0b] = ACTIONS(1441), - [anon_sym_0o] = ACTIONS(1441), - [anon_sym_0x] = ACTIONS(1441), - [sym_val_date] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [sym__str_single_quotes] = ACTIONS(1441), - [sym__str_back_ticks] = ACTIONS(1441), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1441), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(105), - }, - [1239] = { - [sym_comment] = STATE(1239), - [anon_sym_export] = ACTIONS(1532), - [anon_sym_alias] = ACTIONS(1532), - [anon_sym_let] = ACTIONS(1532), - [anon_sym_let_DASHenv] = ACTIONS(1532), - [anon_sym_mut] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1532), - [sym_cmd_identifier] = ACTIONS(1532), - [anon_sym_LF] = ACTIONS(1534), - [anon_sym_def] = ACTIONS(1532), - [anon_sym_export_DASHenv] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym_module] = ACTIONS(1532), - [anon_sym_use] = ACTIONS(1532), - [anon_sym_LBRACK] = ACTIONS(1532), - [anon_sym_LPAREN] = ACTIONS(1532), - [anon_sym_RPAREN] = ACTIONS(1532), - [anon_sym_DOLLAR] = ACTIONS(1532), - [anon_sym_error] = ACTIONS(1532), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_loop] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_match] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1532), - [anon_sym_DOT] = ACTIONS(1532), - [anon_sym_DOT2] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_source] = ACTIONS(1532), - [anon_sym_source_DASHenv] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_hide] = ACTIONS(1532), - [anon_sym_hide_DASHenv] = ACTIONS(1532), - [anon_sym_overlay] = ACTIONS(1532), - [anon_sym_where] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_not] = ACTIONS(1532), - [anon_sym_null] = ACTIONS(1532), - [anon_sym_true] = ACTIONS(1532), - [anon_sym_false] = ACTIONS(1532), - [aux_sym__val_number_decimal_token1] = ACTIONS(1532), - [aux_sym__val_number_token1] = ACTIONS(1532), - [aux_sym__val_number_token2] = ACTIONS(1532), - [aux_sym__val_number_token3] = ACTIONS(1532), - [aux_sym__val_number_token4] = ACTIONS(1532), - [aux_sym__val_number_token5] = ACTIONS(1532), - [aux_sym__val_number_token6] = ACTIONS(1532), - [anon_sym_0b] = ACTIONS(1532), - [anon_sym_0o] = ACTIONS(1532), - [anon_sym_0x] = ACTIONS(1532), - [sym_val_date] = ACTIONS(1532), - [anon_sym_DQUOTE] = ACTIONS(1532), - [sym__str_single_quotes] = ACTIONS(1532), - [sym__str_back_ticks] = ACTIONS(1532), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1532), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1532), - [anon_sym_POUND] = ACTIONS(105), - }, - [1240] = { - [sym_val_record] = STATE(1482), - [sym_comment] = STATE(1240), - [anon_sym_export] = ACTIONS(3244), - [anon_sym_alias] = ACTIONS(3244), - [anon_sym_let] = ACTIONS(3244), - [anon_sym_let_DASHenv] = ACTIONS(3244), - [anon_sym_mut] = ACTIONS(3244), - [anon_sym_const] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3244), - [sym_cmd_identifier] = ACTIONS(3244), - [anon_sym_LF] = ACTIONS(3246), - [anon_sym_def] = ACTIONS(3244), - [anon_sym_export_DASHenv] = ACTIONS(3244), - [anon_sym_extern] = ACTIONS(3244), - [anon_sym_module] = ACTIONS(3244), - [anon_sym_use] = ACTIONS(3244), - [anon_sym_LBRACK] = ACTIONS(3244), - [anon_sym_LPAREN] = ACTIONS(3244), - [anon_sym_RPAREN] = ACTIONS(3244), - [anon_sym_DOLLAR] = ACTIONS(3244), - [anon_sym_error] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_for] = ACTIONS(3244), - [anon_sym_loop] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_do] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_match] = ACTIONS(3244), - [anon_sym_LBRACE] = ACTIONS(3244), - [anon_sym_RBRACE] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_source] = ACTIONS(3244), - [anon_sym_source_DASHenv] = ACTIONS(3244), - [anon_sym_register] = ACTIONS(3244), - [anon_sym_hide] = ACTIONS(3244), - [anon_sym_hide_DASHenv] = ACTIONS(3244), - [anon_sym_overlay] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3244), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_not] = ACTIONS(3244), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [aux_sym__val_number_decimal_token1] = ACTIONS(3244), - [aux_sym__val_number_token1] = ACTIONS(3244), - [aux_sym__val_number_token2] = ACTIONS(3244), - [aux_sym__val_number_token3] = ACTIONS(3244), - [aux_sym__val_number_token4] = ACTIONS(3244), - [aux_sym__val_number_token5] = ACTIONS(3244), - [aux_sym__val_number_token6] = ACTIONS(3244), - [anon_sym_0b] = ACTIONS(3244), - [anon_sym_0o] = ACTIONS(3244), - [anon_sym_0x] = ACTIONS(3244), - [sym_val_date] = ACTIONS(3244), - [anon_sym_DQUOTE] = ACTIONS(3244), - [sym__str_single_quotes] = ACTIONS(3244), - [sym__str_back_ticks] = ACTIONS(3244), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3244), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3244), - [anon_sym_CARET] = ACTIONS(3244), - [anon_sym_POUND] = ACTIONS(105), - }, - [1241] = { - [sym_comment] = STATE(1241), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_alias] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_let_DASHenv] = ACTIONS(1509), - [anon_sym_mut] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1509), - [sym_cmd_identifier] = ACTIONS(1509), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_def] = ACTIONS(1509), - [anon_sym_export_DASHenv] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_use] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_RPAREN] = ACTIONS(1509), - [anon_sym_DOLLAR] = ACTIONS(1509), - [anon_sym_error] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_loop] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_match] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT2] = ACTIONS(1511), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_source] = ACTIONS(1509), - [anon_sym_source_DASHenv] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_hide] = ACTIONS(1509), - [anon_sym_hide_DASHenv] = ACTIONS(1509), - [anon_sym_overlay] = ACTIONS(1509), - [anon_sym_where] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_not] = ACTIONS(1509), - [anon_sym_null] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1509), - [anon_sym_false] = ACTIONS(1509), - [aux_sym__val_number_decimal_token1] = ACTIONS(1509), - [aux_sym__val_number_token1] = ACTIONS(1509), - [aux_sym__val_number_token2] = ACTIONS(1509), - [aux_sym__val_number_token3] = ACTIONS(1509), - [aux_sym__val_number_token4] = ACTIONS(1509), - [aux_sym__val_number_token5] = ACTIONS(1509), - [aux_sym__val_number_token6] = ACTIONS(1509), - [anon_sym_0b] = ACTIONS(1509), - [anon_sym_0o] = ACTIONS(1509), - [anon_sym_0x] = ACTIONS(1509), - [sym_val_date] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(1509), - [sym__str_single_quotes] = ACTIONS(1509), - [sym__str_back_ticks] = ACTIONS(1509), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1509), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1509), - [anon_sym_CARET] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(105), - }, - [1242] = { - [sym_val_record] = STATE(1487), - [sym_comment] = STATE(1242), - [anon_sym_export] = ACTIONS(3248), - [anon_sym_alias] = ACTIONS(3248), - [anon_sym_let] = ACTIONS(3248), - [anon_sym_let_DASHenv] = ACTIONS(3248), - [anon_sym_mut] = ACTIONS(3248), - [anon_sym_const] = ACTIONS(3248), - [anon_sym_SEMI] = ACTIONS(3248), - [sym_cmd_identifier] = ACTIONS(3248), - [anon_sym_LF] = ACTIONS(3250), - [anon_sym_def] = ACTIONS(3248), - [anon_sym_export_DASHenv] = ACTIONS(3248), - [anon_sym_extern] = ACTIONS(3248), - [anon_sym_module] = ACTIONS(3248), - [anon_sym_use] = ACTIONS(3248), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3248), - [anon_sym_RPAREN] = ACTIONS(3248), - [anon_sym_DOLLAR] = ACTIONS(3248), - [anon_sym_error] = ACTIONS(3248), - [anon_sym_DASH] = ACTIONS(3248), - [anon_sym_break] = ACTIONS(3248), - [anon_sym_continue] = ACTIONS(3248), - [anon_sym_for] = ACTIONS(3248), - [anon_sym_loop] = ACTIONS(3248), - [anon_sym_while] = ACTIONS(3248), - [anon_sym_do] = ACTIONS(3248), - [anon_sym_if] = ACTIONS(3248), - [anon_sym_match] = ACTIONS(3248), - [anon_sym_LBRACE] = ACTIONS(3248), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_DOT] = ACTIONS(3248), - [anon_sym_try] = ACTIONS(3248), - [anon_sym_return] = ACTIONS(3248), - [anon_sym_source] = ACTIONS(3248), - [anon_sym_source_DASHenv] = ACTIONS(3248), - [anon_sym_register] = ACTIONS(3248), - [anon_sym_hide] = ACTIONS(3248), - [anon_sym_hide_DASHenv] = ACTIONS(3248), - [anon_sym_overlay] = ACTIONS(3248), - [anon_sym_where] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3248), - [anon_sym_not] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3248), - [anon_sym_false] = ACTIONS(3248), - [aux_sym__val_number_decimal_token1] = ACTIONS(3248), - [aux_sym__val_number_token1] = ACTIONS(3248), - [aux_sym__val_number_token2] = ACTIONS(3248), - [aux_sym__val_number_token3] = ACTIONS(3248), - [aux_sym__val_number_token4] = ACTIONS(3248), - [aux_sym__val_number_token5] = ACTIONS(3248), - [aux_sym__val_number_token6] = ACTIONS(3248), - [anon_sym_0b] = ACTIONS(3248), - [anon_sym_0o] = ACTIONS(3248), - [anon_sym_0x] = ACTIONS(3248), - [sym_val_date] = ACTIONS(3248), - [anon_sym_DQUOTE] = ACTIONS(3248), - [sym__str_single_quotes] = ACTIONS(3248), - [sym__str_back_ticks] = ACTIONS(3248), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3248), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3248), - [anon_sym_CARET] = ACTIONS(3248), - [anon_sym_POUND] = ACTIONS(105), - }, - [1243] = { - [sym_block] = STATE(1300), - [sym_comment] = STATE(1243), - [anon_sym_export] = ACTIONS(3252), - [anon_sym_alias] = ACTIONS(3252), - [anon_sym_let] = ACTIONS(3252), - [anon_sym_let_DASHenv] = ACTIONS(3252), - [anon_sym_mut] = ACTIONS(3252), - [anon_sym_const] = ACTIONS(3252), - [anon_sym_SEMI] = ACTIONS(3252), - [sym_cmd_identifier] = ACTIONS(3252), - [anon_sym_LF] = ACTIONS(3254), - [anon_sym_def] = ACTIONS(3252), - [anon_sym_export_DASHenv] = ACTIONS(3252), - [anon_sym_extern] = ACTIONS(3252), - [anon_sym_module] = ACTIONS(3252), - [anon_sym_use] = ACTIONS(3252), - [anon_sym_LBRACK] = ACTIONS(3252), - [anon_sym_LPAREN] = ACTIONS(3252), - [anon_sym_RPAREN] = ACTIONS(3252), - [anon_sym_DOLLAR] = ACTIONS(3252), - [anon_sym_error] = ACTIONS(3252), - [anon_sym_DASH] = ACTIONS(3252), - [anon_sym_break] = ACTIONS(3252), - [anon_sym_continue] = ACTIONS(3252), - [anon_sym_for] = ACTIONS(3252), - [anon_sym_loop] = ACTIONS(3252), - [anon_sym_while] = ACTIONS(3252), - [anon_sym_do] = ACTIONS(3252), - [anon_sym_if] = ACTIONS(3252), - [anon_sym_match] = ACTIONS(3252), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_RBRACE] = ACTIONS(3252), - [anon_sym_DOT] = ACTIONS(3252), - [anon_sym_try] = ACTIONS(3252), - [anon_sym_return] = ACTIONS(3252), - [anon_sym_source] = ACTIONS(3252), - [anon_sym_source_DASHenv] = ACTIONS(3252), - [anon_sym_register] = ACTIONS(3252), - [anon_sym_hide] = ACTIONS(3252), - [anon_sym_hide_DASHenv] = ACTIONS(3252), - [anon_sym_overlay] = ACTIONS(3252), - [anon_sym_where] = ACTIONS(3252), - [anon_sym_PLUS] = ACTIONS(3252), - [anon_sym_not] = ACTIONS(3252), - [anon_sym_null] = ACTIONS(3252), - [anon_sym_true] = ACTIONS(3252), - [anon_sym_false] = ACTIONS(3252), - [aux_sym__val_number_decimal_token1] = ACTIONS(3252), - [aux_sym__val_number_token1] = ACTIONS(3252), - [aux_sym__val_number_token2] = ACTIONS(3252), - [aux_sym__val_number_token3] = ACTIONS(3252), - [aux_sym__val_number_token4] = ACTIONS(3252), - [aux_sym__val_number_token5] = ACTIONS(3252), - [aux_sym__val_number_token6] = ACTIONS(3252), - [anon_sym_0b] = ACTIONS(3252), - [anon_sym_0o] = ACTIONS(3252), - [anon_sym_0x] = ACTIONS(3252), - [sym_val_date] = ACTIONS(3252), - [anon_sym_DQUOTE] = ACTIONS(3252), - [sym__str_single_quotes] = ACTIONS(3252), - [sym__str_back_ticks] = ACTIONS(3252), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3252), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3252), - [anon_sym_CARET] = ACTIONS(3252), - [anon_sym_POUND] = ACTIONS(105), - }, - [1244] = { - [sym_comment] = STATE(1244), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(2932), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1245] = { - [sym_comment] = STATE(1245), - [anon_sym_export] = ACTIONS(2984), - [anon_sym_alias] = ACTIONS(2984), - [anon_sym_let] = ACTIONS(2984), - [anon_sym_let_DASHenv] = ACTIONS(2984), - [anon_sym_mut] = ACTIONS(2984), - [anon_sym_const] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2984), - [sym_cmd_identifier] = ACTIONS(2984), - [anon_sym_LF] = ACTIONS(2986), - [anon_sym_def] = ACTIONS(2984), - [anon_sym_export_DASHenv] = ACTIONS(2984), - [anon_sym_extern] = ACTIONS(2984), - [anon_sym_module] = ACTIONS(2984), - [anon_sym_use] = ACTIONS(2984), - [anon_sym_LBRACK] = ACTIONS(2984), - [anon_sym_LPAREN] = ACTIONS(2984), - [anon_sym_RPAREN] = ACTIONS(2984), - [anon_sym_DOLLAR] = ACTIONS(2984), - [anon_sym_error] = ACTIONS(2984), - [anon_sym_DASH] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_for] = ACTIONS(2984), - [anon_sym_loop] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_do] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_match] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(2984), - [anon_sym_RBRACE] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(2984), - [anon_sym_DOT2] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_source] = ACTIONS(2984), - [anon_sym_source_DASHenv] = ACTIONS(2984), - [anon_sym_register] = ACTIONS(2984), - [anon_sym_hide] = ACTIONS(2984), - [anon_sym_hide_DASHenv] = ACTIONS(2984), - [anon_sym_overlay] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_PLUS] = ACTIONS(2984), - [anon_sym_not] = ACTIONS(2984), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [aux_sym__val_number_decimal_token1] = ACTIONS(2984), - [aux_sym__val_number_token1] = ACTIONS(2984), - [aux_sym__val_number_token2] = ACTIONS(2984), - [aux_sym__val_number_token3] = ACTIONS(2984), - [aux_sym__val_number_token4] = ACTIONS(2984), - [aux_sym__val_number_token5] = ACTIONS(2984), - [aux_sym__val_number_token6] = ACTIONS(2984), - [anon_sym_0b] = ACTIONS(2984), - [anon_sym_0o] = ACTIONS(2984), - [anon_sym_0x] = ACTIONS(2984), - [sym_val_date] = ACTIONS(2984), - [anon_sym_DQUOTE] = ACTIONS(2984), - [sym__str_single_quotes] = ACTIONS(2984), - [sym__str_back_ticks] = ACTIONS(2984), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2984), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2984), - [anon_sym_CARET] = ACTIONS(2984), - [anon_sym_POUND] = ACTIONS(105), - }, - [1246] = { - [sym_comment] = STATE(1246), - [anon_sym_export] = ACTIONS(1625), - [anon_sym_alias] = ACTIONS(1625), - [anon_sym_let] = ACTIONS(1625), - [anon_sym_let_DASHenv] = ACTIONS(1625), - [anon_sym_mut] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [sym_cmd_identifier] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_def] = ACTIONS(1625), - [anon_sym_export_DASHenv] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym_module] = ACTIONS(1625), - [anon_sym_use] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_loop] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_match] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_source] = ACTIONS(1625), - [anon_sym_source_DASHenv] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_hide] = ACTIONS(1625), - [anon_sym_hide_DASHenv] = ACTIONS(1625), - [anon_sym_overlay] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1625), - [anon_sym_where] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_not] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_CARET] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(105), - }, - [1247] = { - [sym_comment] = STATE(1247), - [anon_sym_export] = ACTIONS(3256), - [anon_sym_alias] = ACTIONS(3256), - [anon_sym_let] = ACTIONS(3256), - [anon_sym_let_DASHenv] = ACTIONS(3256), - [anon_sym_mut] = ACTIONS(3256), - [anon_sym_const] = ACTIONS(3256), - [anon_sym_SEMI] = ACTIONS(3256), - [sym_cmd_identifier] = ACTIONS(3256), - [anon_sym_LF] = ACTIONS(3258), - [anon_sym_def] = ACTIONS(3256), - [anon_sym_export_DASHenv] = ACTIONS(3256), - [anon_sym_extern] = ACTIONS(3256), - [anon_sym_module] = ACTIONS(3256), - [anon_sym_use] = ACTIONS(3256), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_DOLLAR] = ACTIONS(3256), - [anon_sym_error] = ACTIONS(3256), - [anon_sym_DASH] = ACTIONS(3256), - [anon_sym_break] = ACTIONS(3256), - [anon_sym_continue] = ACTIONS(3256), - [anon_sym_for] = ACTIONS(3256), - [anon_sym_loop] = ACTIONS(3256), - [anon_sym_while] = ACTIONS(3256), - [anon_sym_do] = ACTIONS(3256), - [anon_sym_if] = ACTIONS(3256), - [anon_sym_match] = ACTIONS(3256), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_DOT] = ACTIONS(3256), - [anon_sym_DOT2] = ACTIONS(3258), - [anon_sym_try] = ACTIONS(3256), - [anon_sym_return] = ACTIONS(3256), - [anon_sym_source] = ACTIONS(3256), - [anon_sym_source_DASHenv] = ACTIONS(3256), - [anon_sym_register] = ACTIONS(3256), - [anon_sym_hide] = ACTIONS(3256), - [anon_sym_hide_DASHenv] = ACTIONS(3256), - [anon_sym_overlay] = ACTIONS(3256), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3256), - [anon_sym_not] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3256), - [anon_sym_false] = ACTIONS(3256), - [aux_sym__val_number_decimal_token1] = ACTIONS(3256), - [aux_sym__val_number_token1] = ACTIONS(3256), - [aux_sym__val_number_token2] = ACTIONS(3256), - [aux_sym__val_number_token3] = ACTIONS(3256), - [aux_sym__val_number_token4] = ACTIONS(3256), - [aux_sym__val_number_token5] = ACTIONS(3256), - [aux_sym__val_number_token6] = ACTIONS(3256), - [anon_sym_0b] = ACTIONS(3256), - [anon_sym_0o] = ACTIONS(3256), - [anon_sym_0x] = ACTIONS(3256), - [sym_val_date] = ACTIONS(3256), - [anon_sym_DQUOTE] = ACTIONS(3256), - [sym__str_single_quotes] = ACTIONS(3256), - [sym__str_back_ticks] = ACTIONS(3256), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3256), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3256), - [anon_sym_CARET] = ACTIONS(3256), - [anon_sym_POUND] = ACTIONS(105), - }, - [1248] = { - [sym_block] = STATE(1299), - [sym_comment] = STATE(1248), - [anon_sym_export] = ACTIONS(3252), - [anon_sym_alias] = ACTIONS(3252), - [anon_sym_let] = ACTIONS(3252), - [anon_sym_let_DASHenv] = ACTIONS(3252), - [anon_sym_mut] = ACTIONS(3252), - [anon_sym_const] = ACTIONS(3252), - [anon_sym_SEMI] = ACTIONS(3252), - [sym_cmd_identifier] = ACTIONS(3252), - [anon_sym_LF] = ACTIONS(3254), - [anon_sym_def] = ACTIONS(3252), - [anon_sym_export_DASHenv] = ACTIONS(3252), - [anon_sym_extern] = ACTIONS(3252), - [anon_sym_module] = ACTIONS(3252), - [anon_sym_use] = ACTIONS(3252), - [anon_sym_LBRACK] = ACTIONS(3252), - [anon_sym_LPAREN] = ACTIONS(3252), - [anon_sym_RPAREN] = ACTIONS(3252), - [anon_sym_DOLLAR] = ACTIONS(3252), - [anon_sym_error] = ACTIONS(3252), - [anon_sym_DASH] = ACTIONS(3252), - [anon_sym_break] = ACTIONS(3252), - [anon_sym_continue] = ACTIONS(3252), - [anon_sym_for] = ACTIONS(3252), - [anon_sym_loop] = ACTIONS(3252), - [anon_sym_while] = ACTIONS(3252), - [anon_sym_do] = ACTIONS(3252), - [anon_sym_if] = ACTIONS(3252), - [anon_sym_match] = ACTIONS(3252), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_RBRACE] = ACTIONS(3252), - [anon_sym_DOT] = ACTIONS(3252), - [anon_sym_try] = ACTIONS(3252), - [anon_sym_return] = ACTIONS(3252), - [anon_sym_source] = ACTIONS(3252), - [anon_sym_source_DASHenv] = ACTIONS(3252), - [anon_sym_register] = ACTIONS(3252), - [anon_sym_hide] = ACTIONS(3252), - [anon_sym_hide_DASHenv] = ACTIONS(3252), - [anon_sym_overlay] = ACTIONS(3252), - [anon_sym_where] = ACTIONS(3252), - [anon_sym_PLUS] = ACTIONS(3252), - [anon_sym_not] = ACTIONS(3252), - [anon_sym_null] = ACTIONS(3252), - [anon_sym_true] = ACTIONS(3252), - [anon_sym_false] = ACTIONS(3252), - [aux_sym__val_number_decimal_token1] = ACTIONS(3252), - [aux_sym__val_number_token1] = ACTIONS(3252), - [aux_sym__val_number_token2] = ACTIONS(3252), - [aux_sym__val_number_token3] = ACTIONS(3252), - [aux_sym__val_number_token4] = ACTIONS(3252), - [aux_sym__val_number_token5] = ACTIONS(3252), - [aux_sym__val_number_token6] = ACTIONS(3252), - [anon_sym_0b] = ACTIONS(3252), - [anon_sym_0o] = ACTIONS(3252), - [anon_sym_0x] = ACTIONS(3252), - [sym_val_date] = ACTIONS(3252), - [anon_sym_DQUOTE] = ACTIONS(3252), - [sym__str_single_quotes] = ACTIONS(3252), - [sym__str_back_ticks] = ACTIONS(3252), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3252), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3252), - [anon_sym_CARET] = ACTIONS(3252), - [anon_sym_POUND] = ACTIONS(105), - }, - [1249] = { - [sym_comment] = STATE(1249), - [anon_sym_export] = ACTIONS(3260), - [anon_sym_alias] = ACTIONS(3260), - [anon_sym_let] = ACTIONS(3260), - [anon_sym_let_DASHenv] = ACTIONS(3260), - [anon_sym_mut] = ACTIONS(3260), - [anon_sym_const] = ACTIONS(3260), - [anon_sym_SEMI] = ACTIONS(3260), - [sym_cmd_identifier] = ACTIONS(3260), - [anon_sym_LF] = ACTIONS(3262), - [anon_sym_def] = ACTIONS(3260), - [anon_sym_export_DASHenv] = ACTIONS(3260), - [anon_sym_extern] = ACTIONS(3260), - [anon_sym_module] = ACTIONS(3260), - [anon_sym_use] = ACTIONS(3260), - [anon_sym_LBRACK] = ACTIONS(3260), - [anon_sym_LPAREN] = ACTIONS(3260), - [anon_sym_RPAREN] = ACTIONS(3260), - [anon_sym_DOLLAR] = ACTIONS(3260), - [anon_sym_error] = ACTIONS(3260), - [anon_sym_DASH] = ACTIONS(3260), - [anon_sym_break] = ACTIONS(3260), - [anon_sym_continue] = ACTIONS(3260), - [anon_sym_for] = ACTIONS(3260), - [anon_sym_loop] = ACTIONS(3260), - [anon_sym_while] = ACTIONS(3260), - [anon_sym_do] = ACTIONS(3260), - [anon_sym_if] = ACTIONS(3260), - [anon_sym_match] = ACTIONS(3260), - [anon_sym_LBRACE] = ACTIONS(3260), - [anon_sym_RBRACE] = ACTIONS(3260), - [anon_sym_DOT] = ACTIONS(3260), - [anon_sym_try] = ACTIONS(3260), - [anon_sym_return] = ACTIONS(3260), - [anon_sym_source] = ACTIONS(3260), - [anon_sym_source_DASHenv] = ACTIONS(3260), - [anon_sym_register] = ACTIONS(3260), - [anon_sym_hide] = ACTIONS(3260), - [anon_sym_hide_DASHenv] = ACTIONS(3260), - [anon_sym_overlay] = ACTIONS(3260), - [anon_sym_as] = ACTIONS(3260), - [anon_sym_where] = ACTIONS(3260), - [anon_sym_PLUS] = ACTIONS(3260), - [anon_sym_not] = ACTIONS(3260), - [anon_sym_null] = ACTIONS(3260), - [anon_sym_true] = ACTIONS(3260), - [anon_sym_false] = ACTIONS(3260), - [aux_sym__val_number_decimal_token1] = ACTIONS(3260), - [aux_sym__val_number_token1] = ACTIONS(3260), - [aux_sym__val_number_token2] = ACTIONS(3260), - [aux_sym__val_number_token3] = ACTIONS(3260), - [aux_sym__val_number_token4] = ACTIONS(3260), - [aux_sym__val_number_token5] = ACTIONS(3260), - [aux_sym__val_number_token6] = ACTIONS(3260), - [anon_sym_0b] = ACTIONS(3260), - [anon_sym_0o] = ACTIONS(3260), - [anon_sym_0x] = ACTIONS(3260), - [sym_val_date] = ACTIONS(3260), - [anon_sym_DQUOTE] = ACTIONS(3260), - [sym__str_single_quotes] = ACTIONS(3260), - [sym__str_back_ticks] = ACTIONS(3260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3260), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3260), - [anon_sym_CARET] = ACTIONS(3260), - [anon_sym_POUND] = ACTIONS(105), - }, - [1250] = { - [sym_block] = STATE(1469), - [sym_comment] = STATE(1250), - [anon_sym_export] = ACTIONS(3264), - [anon_sym_alias] = ACTIONS(3264), - [anon_sym_let] = ACTIONS(3264), - [anon_sym_let_DASHenv] = ACTIONS(3264), - [anon_sym_mut] = ACTIONS(3264), - [anon_sym_const] = ACTIONS(3264), - [anon_sym_SEMI] = ACTIONS(3264), - [sym_cmd_identifier] = ACTIONS(3264), - [anon_sym_LF] = ACTIONS(3266), - [anon_sym_def] = ACTIONS(3264), - [anon_sym_export_DASHenv] = ACTIONS(3264), - [anon_sym_extern] = ACTIONS(3264), - [anon_sym_module] = ACTIONS(3264), - [anon_sym_use] = ACTIONS(3264), - [anon_sym_LBRACK] = ACTIONS(3264), - [anon_sym_LPAREN] = ACTIONS(3264), - [anon_sym_RPAREN] = ACTIONS(3264), - [anon_sym_DOLLAR] = ACTIONS(3264), - [anon_sym_error] = ACTIONS(3264), - [anon_sym_DASH] = ACTIONS(3264), - [anon_sym_break] = ACTIONS(3264), - [anon_sym_continue] = ACTIONS(3264), - [anon_sym_for] = ACTIONS(3264), - [anon_sym_loop] = ACTIONS(3264), - [anon_sym_while] = ACTIONS(3264), - [anon_sym_do] = ACTIONS(3264), - [anon_sym_if] = ACTIONS(3264), - [anon_sym_match] = ACTIONS(3264), - [anon_sym_LBRACE] = ACTIONS(3268), - [anon_sym_RBRACE] = ACTIONS(3264), - [anon_sym_DOT] = ACTIONS(3264), - [anon_sym_try] = ACTIONS(3264), - [anon_sym_return] = ACTIONS(3264), - [anon_sym_source] = ACTIONS(3264), - [anon_sym_source_DASHenv] = ACTIONS(3264), - [anon_sym_register] = ACTIONS(3264), - [anon_sym_hide] = ACTIONS(3264), - [anon_sym_hide_DASHenv] = ACTIONS(3264), - [anon_sym_overlay] = ACTIONS(3264), - [anon_sym_where] = ACTIONS(3264), - [anon_sym_PLUS] = ACTIONS(3264), - [anon_sym_not] = ACTIONS(3264), - [anon_sym_null] = ACTIONS(3264), - [anon_sym_true] = ACTIONS(3264), - [anon_sym_false] = ACTIONS(3264), - [aux_sym__val_number_decimal_token1] = ACTIONS(3264), - [aux_sym__val_number_token1] = ACTIONS(3264), - [aux_sym__val_number_token2] = ACTIONS(3264), - [aux_sym__val_number_token3] = ACTIONS(3264), - [aux_sym__val_number_token4] = ACTIONS(3264), - [aux_sym__val_number_token5] = ACTIONS(3264), - [aux_sym__val_number_token6] = ACTIONS(3264), - [anon_sym_0b] = ACTIONS(3264), - [anon_sym_0o] = ACTIONS(3264), - [anon_sym_0x] = ACTIONS(3264), - [sym_val_date] = ACTIONS(3264), - [anon_sym_DQUOTE] = ACTIONS(3264), - [sym__str_single_quotes] = ACTIONS(3264), - [sym__str_back_ticks] = ACTIONS(3264), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3264), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3264), - [anon_sym_CARET] = ACTIONS(3264), - [anon_sym_POUND] = ACTIONS(105), - }, - [1251] = { - [sym_comment] = STATE(1251), - [anon_sym_export] = ACTIONS(3271), - [anon_sym_alias] = ACTIONS(3271), - [anon_sym_let] = ACTIONS(3271), - [anon_sym_let_DASHenv] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_SEMI] = ACTIONS(3271), - [sym_cmd_identifier] = ACTIONS(3271), - [anon_sym_LF] = ACTIONS(3273), - [anon_sym_def] = ACTIONS(3271), - [anon_sym_export_DASHenv] = ACTIONS(3271), - [anon_sym_extern] = ACTIONS(3271), - [anon_sym_module] = ACTIONS(3271), - [anon_sym_use] = ACTIONS(3271), - [anon_sym_LBRACK] = ACTIONS(3271), - [anon_sym_LPAREN] = ACTIONS(3271), - [anon_sym_RPAREN] = ACTIONS(3271), - [anon_sym_DOLLAR] = ACTIONS(3271), - [anon_sym_error] = ACTIONS(3271), - [anon_sym_DASH] = ACTIONS(3271), - [anon_sym_break] = ACTIONS(3271), - [anon_sym_continue] = ACTIONS(3271), - [anon_sym_for] = ACTIONS(3271), - [anon_sym_loop] = ACTIONS(3271), - [anon_sym_while] = ACTIONS(3271), - [anon_sym_do] = ACTIONS(3271), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_RBRACE] = ACTIONS(3271), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_try] = ACTIONS(3271), - [anon_sym_return] = ACTIONS(3271), - [anon_sym_source] = ACTIONS(3271), - [anon_sym_source_DASHenv] = ACTIONS(3271), - [anon_sym_register] = ACTIONS(3271), - [anon_sym_hide] = ACTIONS(3271), - [anon_sym_hide_DASHenv] = ACTIONS(3271), - [anon_sym_overlay] = ACTIONS(3271), - [anon_sym_as] = ACTIONS(3271), - [anon_sym_where] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3271), - [anon_sym_not] = ACTIONS(3271), - [anon_sym_null] = ACTIONS(3271), - [anon_sym_true] = ACTIONS(3271), - [anon_sym_false] = ACTIONS(3271), - [aux_sym__val_number_decimal_token1] = ACTIONS(3271), - [aux_sym__val_number_token1] = ACTIONS(3271), - [aux_sym__val_number_token2] = ACTIONS(3271), - [aux_sym__val_number_token3] = ACTIONS(3271), - [aux_sym__val_number_token4] = ACTIONS(3271), - [aux_sym__val_number_token5] = ACTIONS(3271), - [aux_sym__val_number_token6] = ACTIONS(3271), - [anon_sym_0b] = ACTIONS(3271), - [anon_sym_0o] = ACTIONS(3271), - [anon_sym_0x] = ACTIONS(3271), - [sym_val_date] = ACTIONS(3271), - [anon_sym_DQUOTE] = ACTIONS(3271), - [sym__str_single_quotes] = ACTIONS(3271), - [sym__str_back_ticks] = ACTIONS(3271), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3271), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3271), - [anon_sym_CARET] = ACTIONS(3271), - [anon_sym_POUND] = ACTIONS(105), - }, - [1252] = { - [sym_comment] = STATE(1252), - [ts_builtin_sym_end] = ACTIONS(2936), - [anon_sym_export] = ACTIONS(2934), - [anon_sym_alias] = ACTIONS(2934), - [anon_sym_let] = ACTIONS(2934), - [anon_sym_let_DASHenv] = ACTIONS(2934), - [anon_sym_mut] = ACTIONS(2934), - [anon_sym_const] = ACTIONS(2934), - [anon_sym_SEMI] = ACTIONS(2934), - [sym_cmd_identifier] = ACTIONS(2934), - [anon_sym_LF] = ACTIONS(2936), - [anon_sym_def] = ACTIONS(2934), - [anon_sym_export_DASHenv] = ACTIONS(2934), - [anon_sym_extern] = ACTIONS(2934), - [anon_sym_module] = ACTIONS(2934), - [anon_sym_use] = ACTIONS(2934), - [anon_sym_LBRACK] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2934), - [anon_sym_DOLLAR] = ACTIONS(2934), - [anon_sym_error] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_break] = ACTIONS(2934), - [anon_sym_continue] = ACTIONS(2934), - [anon_sym_for] = ACTIONS(2934), - [anon_sym_loop] = ACTIONS(2934), - [anon_sym_while] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_if] = ACTIONS(2934), - [anon_sym_match] = ACTIONS(2934), - [anon_sym_LBRACE] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_DOT2] = ACTIONS(3275), - [anon_sym_try] = ACTIONS(2934), - [anon_sym_return] = ACTIONS(2934), - [anon_sym_source] = ACTIONS(2934), - [anon_sym_source_DASHenv] = ACTIONS(2934), - [anon_sym_register] = ACTIONS(2934), - [anon_sym_hide] = ACTIONS(2934), - [anon_sym_hide_DASHenv] = ACTIONS(2934), - [anon_sym_overlay] = ACTIONS(2934), - [anon_sym_where] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_not] = ACTIONS(2934), - [aux_sym__immediate_decimal_token2] = ACTIONS(3278), - [anon_sym_null] = ACTIONS(2934), - [anon_sym_true] = ACTIONS(2934), - [anon_sym_false] = ACTIONS(2934), - [aux_sym__val_number_decimal_token1] = ACTIONS(2934), - [aux_sym__val_number_token1] = ACTIONS(2934), - [aux_sym__val_number_token2] = ACTIONS(2934), - [aux_sym__val_number_token3] = ACTIONS(2934), - [aux_sym__val_number_token4] = ACTIONS(2934), - [aux_sym__val_number_token5] = ACTIONS(2934), - [aux_sym__val_number_token6] = ACTIONS(2934), - [anon_sym_0b] = ACTIONS(2934), - [anon_sym_0o] = ACTIONS(2934), - [anon_sym_0x] = ACTIONS(2934), - [sym_val_date] = ACTIONS(2934), - [anon_sym_DQUOTE] = ACTIONS(2934), - [sym__str_single_quotes] = ACTIONS(2934), - [sym__str_back_ticks] = ACTIONS(2934), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2934), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2934), - [anon_sym_CARET] = ACTIONS(2934), - [anon_sym_POUND] = ACTIONS(105), - }, - [1253] = { - [sym_comment] = STATE(1253), - [ts_builtin_sym_end] = ACTIONS(2834), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token1] = ACTIONS(3280), - [aux_sym__immediate_decimal_token2] = ACTIONS(3189), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1254] = { - [sym_comment] = STATE(1254), - [ts_builtin_sym_end] = ACTIONS(1377), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_alias] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_let_DASHenv] = ACTIONS(1375), - [anon_sym_mut] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1375), - [sym_cmd_identifier] = ACTIONS(1375), - [anon_sym_LF] = ACTIONS(1377), - [anon_sym_def] = ACTIONS(1375), - [anon_sym_export_DASHenv] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_use] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_loop] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_match] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_source] = ACTIONS(1375), - [anon_sym_source_DASHenv] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_hide] = ACTIONS(1375), - [anon_sym_hide_DASHenv] = ACTIONS(1375), - [anon_sym_overlay] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_where] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_not] = ACTIONS(1375), - [anon_sym_null] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(1375), - [anon_sym_false] = ACTIONS(1375), - [aux_sym__val_number_decimal_token1] = ACTIONS(1375), - [aux_sym__val_number_token1] = ACTIONS(1375), - [aux_sym__val_number_token2] = ACTIONS(1375), - [aux_sym__val_number_token3] = ACTIONS(1375), - [aux_sym__val_number_token4] = ACTIONS(1375), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1375), - [anon_sym_0b] = ACTIONS(1375), - [anon_sym_0o] = ACTIONS(1375), - [anon_sym_0x] = ACTIONS(1375), - [sym_val_date] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1375), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1375), - [aux_sym_unquoted_token3] = ACTIONS(2681), - [anon_sym_POUND] = ACTIONS(105), - }, - [1255] = { - [sym_comment] = STATE(1255), - [anon_sym_export] = ACTIONS(1520), - [anon_sym_alias] = ACTIONS(1520), - [anon_sym_let] = ACTIONS(1520), - [anon_sym_let_DASHenv] = ACTIONS(1520), - [anon_sym_mut] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1520), - [sym_cmd_identifier] = ACTIONS(1520), - [anon_sym_LF] = ACTIONS(1522), - [anon_sym_def] = ACTIONS(1520), - [anon_sym_export_DASHenv] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym_module] = ACTIONS(1520), - [anon_sym_use] = ACTIONS(1520), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_RPAREN] = ACTIONS(1520), - [anon_sym_DOLLAR] = ACTIONS(1520), - [anon_sym_error] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_loop] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_match] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_DOT2] = ACTIONS(1522), - [anon_sym_try] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_source] = ACTIONS(1520), - [anon_sym_source_DASHenv] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_hide] = ACTIONS(1520), - [anon_sym_hide_DASHenv] = ACTIONS(1520), - [anon_sym_overlay] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_not] = ACTIONS(1520), - [anon_sym_null] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1520), - [anon_sym_false] = ACTIONS(1520), - [aux_sym__val_number_decimal_token1] = ACTIONS(1520), - [aux_sym__val_number_token1] = ACTIONS(1520), - [aux_sym__val_number_token2] = ACTIONS(1520), - [aux_sym__val_number_token3] = ACTIONS(1520), - [aux_sym__val_number_token4] = ACTIONS(1520), - [aux_sym__val_number_token5] = ACTIONS(1520), - [aux_sym__val_number_token6] = ACTIONS(1520), - [anon_sym_0b] = ACTIONS(1520), - [anon_sym_0o] = ACTIONS(1520), - [anon_sym_0x] = ACTIONS(1520), - [sym_val_date] = ACTIONS(1520), - [anon_sym_DQUOTE] = ACTIONS(1520), - [sym__str_single_quotes] = ACTIONS(1520), - [sym__str_back_ticks] = ACTIONS(1520), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1520), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1520), - [anon_sym_CARET] = ACTIONS(1520), - [anon_sym_POUND] = ACTIONS(105), - }, - [1256] = { - [sym_comment] = STATE(1256), - [ts_builtin_sym_end] = ACTIONS(2908), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token1] = ACTIONS(3282), - [aux_sym__immediate_decimal_token2] = ACTIONS(3284), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1257] = { - [sym_comment] = STATE(1257), - [anon_sym_export] = ACTIONS(1641), - [anon_sym_alias] = ACTIONS(1641), - [anon_sym_let] = ACTIONS(1641), - [anon_sym_let_DASHenv] = ACTIONS(1641), - [anon_sym_mut] = ACTIONS(1641), - [anon_sym_const] = ACTIONS(1641), - [anon_sym_SEMI] = ACTIONS(1641), - [sym_cmd_identifier] = ACTIONS(1641), - [anon_sym_LF] = ACTIONS(1643), - [anon_sym_def] = ACTIONS(1641), - [anon_sym_export_DASHenv] = ACTIONS(1641), - [anon_sym_extern] = ACTIONS(1641), - [anon_sym_module] = ACTIONS(1641), - [anon_sym_use] = ACTIONS(1641), - [anon_sym_LBRACK] = ACTIONS(1641), - [anon_sym_LPAREN] = ACTIONS(1641), - [anon_sym_RPAREN] = ACTIONS(1641), - [anon_sym_DOLLAR] = ACTIONS(1641), - [anon_sym_error] = ACTIONS(1641), - [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_break] = ACTIONS(1641), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_for] = ACTIONS(1641), - [anon_sym_loop] = ACTIONS(1641), - [anon_sym_while] = ACTIONS(1641), - [anon_sym_do] = ACTIONS(1641), - [anon_sym_if] = ACTIONS(1641), - [anon_sym_match] = ACTIONS(1641), - [anon_sym_LBRACE] = ACTIONS(1641), - [anon_sym_RBRACE] = ACTIONS(1641), - [anon_sym_DOT] = ACTIONS(1641), - [anon_sym_try] = ACTIONS(1641), - [anon_sym_return] = ACTIONS(1641), - [anon_sym_source] = ACTIONS(1641), - [anon_sym_source_DASHenv] = ACTIONS(1641), - [anon_sym_register] = ACTIONS(1641), - [anon_sym_hide] = ACTIONS(1641), - [anon_sym_hide_DASHenv] = ACTIONS(1641), - [anon_sym_overlay] = ACTIONS(1641), - [anon_sym_STAR] = ACTIONS(1641), - [anon_sym_where] = ACTIONS(1641), - [anon_sym_PLUS] = ACTIONS(1641), - [anon_sym_not] = ACTIONS(1641), - [anon_sym_null] = ACTIONS(1641), - [anon_sym_true] = ACTIONS(1641), - [anon_sym_false] = ACTIONS(1641), - [aux_sym__val_number_decimal_token1] = ACTIONS(1641), - [aux_sym__val_number_token1] = ACTIONS(1641), - [aux_sym__val_number_token2] = ACTIONS(1641), - [aux_sym__val_number_token3] = ACTIONS(1641), - [aux_sym__val_number_token4] = ACTIONS(1641), - [aux_sym__val_number_token5] = ACTIONS(1641), - [aux_sym__val_number_token6] = ACTIONS(1641), - [anon_sym_0b] = ACTIONS(1641), - [anon_sym_0o] = ACTIONS(1641), - [anon_sym_0x] = ACTIONS(1641), - [sym_val_date] = ACTIONS(1641), - [anon_sym_DQUOTE] = ACTIONS(1641), - [sym__str_single_quotes] = ACTIONS(1641), - [sym__str_back_ticks] = ACTIONS(1641), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1641), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1641), - [anon_sym_CARET] = ACTIONS(1641), - [anon_sym_POUND] = ACTIONS(105), - }, - [1258] = { - [sym_comment] = STATE(1258), - [anon_sym_export] = ACTIONS(3286), - [anon_sym_alias] = ACTIONS(3286), - [anon_sym_let] = ACTIONS(3286), - [anon_sym_let_DASHenv] = ACTIONS(3286), - [anon_sym_mut] = ACTIONS(3286), - [anon_sym_const] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3286), - [sym_cmd_identifier] = ACTIONS(3286), - [anon_sym_LF] = ACTIONS(3288), - [anon_sym_def] = ACTIONS(3286), - [anon_sym_export_DASHenv] = ACTIONS(3286), - [anon_sym_extern] = ACTIONS(3286), - [anon_sym_module] = ACTIONS(3286), - [anon_sym_use] = ACTIONS(3286), - [anon_sym_LBRACK] = ACTIONS(3286), - [anon_sym_LPAREN] = ACTIONS(3286), - [anon_sym_RPAREN] = ACTIONS(3286), - [anon_sym_PIPE] = ACTIONS(3286), - [anon_sym_DOLLAR] = ACTIONS(3286), - [anon_sym_error] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_for] = ACTIONS(3286), - [anon_sym_loop] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_do] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_match] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3286), - [anon_sym_RBRACE] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_source] = ACTIONS(3286), - [anon_sym_source_DASHenv] = ACTIONS(3286), - [anon_sym_register] = ACTIONS(3286), - [anon_sym_hide] = ACTIONS(3286), - [anon_sym_hide_DASHenv] = ACTIONS(3286), - [anon_sym_overlay] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_not] = ACTIONS(3286), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [aux_sym__val_number_decimal_token1] = ACTIONS(3286), - [aux_sym__val_number_token1] = ACTIONS(3286), - [aux_sym__val_number_token2] = ACTIONS(3286), - [aux_sym__val_number_token3] = ACTIONS(3286), - [aux_sym__val_number_token4] = ACTIONS(3286), - [aux_sym__val_number_token5] = ACTIONS(3286), - [aux_sym__val_number_token6] = ACTIONS(3286), - [anon_sym_0b] = ACTIONS(3286), - [anon_sym_0o] = ACTIONS(3286), - [anon_sym_0x] = ACTIONS(3286), - [sym_val_date] = ACTIONS(3286), - [anon_sym_DQUOTE] = ACTIONS(3286), - [sym__str_single_quotes] = ACTIONS(3286), - [sym__str_back_ticks] = ACTIONS(3286), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3286), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3286), - [anon_sym_CARET] = ACTIONS(3286), - [anon_sym_POUND] = ACTIONS(105), - }, - [1259] = { - [sym_comment] = STATE(1259), - [anon_sym_export] = ACTIONS(1437), - [anon_sym_alias] = ACTIONS(1437), - [anon_sym_let] = ACTIONS(1437), - [anon_sym_let_DASHenv] = ACTIONS(1437), - [anon_sym_mut] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1437), - [sym_cmd_identifier] = ACTIONS(1437), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_def] = ACTIONS(1437), - [anon_sym_export_DASHenv] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym_module] = ACTIONS(1437), - [anon_sym_use] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1437), - [anon_sym_LPAREN] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1437), - [anon_sym_error] = ACTIONS(1437), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_loop] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_match] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1437), - [anon_sym_DOT] = ACTIONS(1437), - [anon_sym_try] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_source] = ACTIONS(1437), - [anon_sym_source_DASHenv] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_hide] = ACTIONS(1437), - [anon_sym_hide_DASHenv] = ACTIONS(1437), - [anon_sym_overlay] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1437), - [anon_sym_where] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_not] = ACTIONS(1437), - [anon_sym_null] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1437), - [anon_sym_false] = ACTIONS(1437), - [aux_sym__val_number_decimal_token1] = ACTIONS(1437), - [aux_sym__val_number_token1] = ACTIONS(1437), - [aux_sym__val_number_token2] = ACTIONS(1437), - [aux_sym__val_number_token3] = ACTIONS(1437), - [aux_sym__val_number_token4] = ACTIONS(1437), - [aux_sym__val_number_token5] = ACTIONS(1437), - [aux_sym__val_number_token6] = ACTIONS(1437), - [anon_sym_0b] = ACTIONS(1437), - [anon_sym_0o] = ACTIONS(1437), - [anon_sym_0x] = ACTIONS(1437), - [sym_val_date] = ACTIONS(1437), - [anon_sym_DQUOTE] = ACTIONS(1437), - [sym__str_single_quotes] = ACTIONS(1437), - [sym__str_back_ticks] = ACTIONS(1437), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1437), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1437), - [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(105), - }, - [1260] = { - [sym_comment] = STATE(1260), - [anon_sym_export] = ACTIONS(2906), - [anon_sym_alias] = ACTIONS(2906), - [anon_sym_let] = ACTIONS(2906), - [anon_sym_let_DASHenv] = ACTIONS(2906), - [anon_sym_mut] = ACTIONS(2906), - [anon_sym_const] = ACTIONS(2906), - [anon_sym_SEMI] = ACTIONS(2906), - [sym_cmd_identifier] = ACTIONS(2906), - [anon_sym_LF] = ACTIONS(2908), - [anon_sym_def] = ACTIONS(2906), - [anon_sym_export_DASHenv] = ACTIONS(2906), - [anon_sym_extern] = ACTIONS(2906), - [anon_sym_module] = ACTIONS(2906), - [anon_sym_use] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_RPAREN] = ACTIONS(2906), - [anon_sym_DOLLAR] = ACTIONS(2906), - [anon_sym_error] = ACTIONS(2906), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_break] = ACTIONS(2906), - [anon_sym_continue] = ACTIONS(2906), - [anon_sym_for] = ACTIONS(2906), - [anon_sym_loop] = ACTIONS(2906), - [anon_sym_while] = ACTIONS(2906), - [anon_sym_do] = ACTIONS(2906), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_match] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2906), - [anon_sym_DOT] = ACTIONS(2906), - [anon_sym_try] = ACTIONS(2906), - [anon_sym_return] = ACTIONS(2906), - [anon_sym_source] = ACTIONS(2906), - [anon_sym_source_DASHenv] = ACTIONS(2906), - [anon_sym_register] = ACTIONS(2906), - [anon_sym_hide] = ACTIONS(2906), - [anon_sym_hide_DASHenv] = ACTIONS(2906), - [anon_sym_overlay] = ACTIONS(2906), - [anon_sym_where] = ACTIONS(2906), - [anon_sym_PLUS] = ACTIONS(2906), - [anon_sym_not] = ACTIONS(2906), - [aux_sym__immediate_decimal_token2] = ACTIONS(3124), - [anon_sym_null] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2906), - [anon_sym_false] = ACTIONS(2906), - [aux_sym__val_number_decimal_token1] = ACTIONS(2906), - [aux_sym__val_number_token1] = ACTIONS(2906), - [aux_sym__val_number_token2] = ACTIONS(2906), - [aux_sym__val_number_token3] = ACTIONS(2906), - [aux_sym__val_number_token4] = ACTIONS(2906), - [aux_sym__val_number_token5] = ACTIONS(2906), - [aux_sym__val_number_token6] = ACTIONS(2906), - [anon_sym_0b] = ACTIONS(2906), - [anon_sym_0o] = ACTIONS(2906), - [anon_sym_0x] = ACTIONS(2906), - [sym_val_date] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2906), - [sym__str_single_quotes] = ACTIONS(2906), - [sym__str_back_ticks] = ACTIONS(2906), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2906), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2906), - [anon_sym_CARET] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(105), - }, - [1261] = { - [sym_comment] = STATE(1261), - [ts_builtin_sym_end] = ACTIONS(2834), - [anon_sym_export] = ACTIONS(2832), - [anon_sym_alias] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_let_DASHenv] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [sym_cmd_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2834), - [anon_sym_def] = ACTIONS(2832), - [anon_sym_export_DASHenv] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_module] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_DOLLAR] = ACTIONS(2832), - [anon_sym_error] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_do] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_DOT2] = ACTIONS(2834), - [anon_sym_try] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_source] = ACTIONS(2832), - [anon_sym_source_DASHenv] = ACTIONS(2832), - [anon_sym_register] = ACTIONS(2832), - [anon_sym_hide] = ACTIONS(2832), - [anon_sym_hide_DASHenv] = ACTIONS(2832), - [anon_sym_overlay] = ACTIONS(2832), - [anon_sym_where] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_not] = ACTIONS(2832), - [aux_sym__immediate_decimal_token2] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(2832), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [aux_sym__val_number_decimal_token1] = ACTIONS(2832), - [aux_sym__val_number_token1] = ACTIONS(2832), - [aux_sym__val_number_token2] = ACTIONS(2832), - [aux_sym__val_number_token3] = ACTIONS(2832), - [aux_sym__val_number_token4] = ACTIONS(2832), - [aux_sym__val_number_token5] = ACTIONS(2832), - [aux_sym__val_number_token6] = ACTIONS(2832), - [anon_sym_0b] = ACTIONS(2832), - [anon_sym_0o] = ACTIONS(2832), - [anon_sym_0x] = ACTIONS(2832), - [sym_val_date] = ACTIONS(2832), - [anon_sym_DQUOTE] = ACTIONS(2832), - [sym__str_single_quotes] = ACTIONS(2832), - [sym__str_back_ticks] = ACTIONS(2832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(105), - }, - [1262] = { - [sym_comment] = STATE(1262), - [anon_sym_export] = ACTIONS(1583), - [anon_sym_alias] = ACTIONS(1583), - [anon_sym_let] = ACTIONS(1583), - [anon_sym_let_DASHenv] = ACTIONS(1583), - [anon_sym_mut] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [sym_cmd_identifier] = ACTIONS(1583), - [anon_sym_LF] = ACTIONS(1585), - [anon_sym_def] = ACTIONS(1583), - [anon_sym_export_DASHenv] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_module] = ACTIONS(1583), - [anon_sym_use] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(1583), - [anon_sym_error] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_loop] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_match] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(1583), - [anon_sym_try] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_source] = ACTIONS(1583), - [anon_sym_source_DASHenv] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_hide] = ACTIONS(1583), - [anon_sym_hide_DASHenv] = ACTIONS(1583), - [anon_sym_overlay] = ACTIONS(1583), - [anon_sym_STAR] = ACTIONS(1583), - [anon_sym_where] = ACTIONS(1583), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_not] = ACTIONS(1583), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1583), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1583), - [anon_sym_0o] = ACTIONS(1583), - [anon_sym_0x] = ACTIONS(1583), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_CARET] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(105), - }, - [1263] = { - [sym_comment] = STATE(1263), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_alias] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_let_DASHenv] = ACTIONS(1513), - [anon_sym_mut] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1513), - [sym_cmd_identifier] = ACTIONS(1513), - [anon_sym_LF] = ACTIONS(1515), - [anon_sym_def] = ACTIONS(1513), - [anon_sym_export_DASHenv] = ACTIONS(1513), - [anon_sym_extern] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_use] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_RPAREN] = ACTIONS(1513), - [anon_sym_DOLLAR] = ACTIONS(1513), - [anon_sym_error] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_loop] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_match] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1513), - [anon_sym_DOT2] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_source] = ACTIONS(1513), - [anon_sym_source_DASHenv] = ACTIONS(1513), - [anon_sym_register] = ACTIONS(1513), - [anon_sym_hide] = ACTIONS(1513), - [anon_sym_hide_DASHenv] = ACTIONS(1513), - [anon_sym_overlay] = ACTIONS(1513), - [anon_sym_where] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_not] = ACTIONS(1513), - [anon_sym_null] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1513), - [anon_sym_false] = ACTIONS(1513), - [aux_sym__val_number_decimal_token1] = ACTIONS(1513), - [aux_sym__val_number_token1] = ACTIONS(1513), - [aux_sym__val_number_token2] = ACTIONS(1513), - [aux_sym__val_number_token3] = ACTIONS(1513), - [aux_sym__val_number_token4] = ACTIONS(1513), - [aux_sym__val_number_token5] = ACTIONS(1513), - [aux_sym__val_number_token6] = ACTIONS(1513), - [anon_sym_0b] = ACTIONS(1513), - [anon_sym_0o] = ACTIONS(1513), - [anon_sym_0x] = ACTIONS(1513), - [sym_val_date] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(1513), - [sym__str_single_quotes] = ACTIONS(1513), - [sym__str_back_ticks] = ACTIONS(1513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1513), - [anon_sym_CARET] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(105), - }, - [1264] = { - [sym_comment] = STATE(1264), - [anon_sym_export] = ACTIONS(1629), - [anon_sym_alias] = ACTIONS(1629), - [anon_sym_let] = ACTIONS(1629), - [anon_sym_let_DASHenv] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(1629), - [anon_sym_const] = ACTIONS(1629), - [anon_sym_SEMI] = ACTIONS(1629), - [sym_cmd_identifier] = ACTIONS(1629), - [anon_sym_LF] = ACTIONS(1631), - [anon_sym_def] = ACTIONS(1629), - [anon_sym_export_DASHenv] = ACTIONS(1629), - [anon_sym_extern] = ACTIONS(1629), - [anon_sym_module] = ACTIONS(1629), - [anon_sym_use] = ACTIONS(1629), - [anon_sym_LBRACK] = ACTIONS(1629), - [anon_sym_LPAREN] = ACTIONS(1629), - [anon_sym_RPAREN] = ACTIONS(1629), - [anon_sym_DOLLAR] = ACTIONS(1629), - [anon_sym_error] = ACTIONS(1629), - [anon_sym_DASH] = ACTIONS(1629), - [anon_sym_break] = ACTIONS(1629), - [anon_sym_continue] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1629), - [anon_sym_loop] = ACTIONS(1629), - [anon_sym_while] = ACTIONS(1629), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_if] = ACTIONS(1629), - [anon_sym_match] = ACTIONS(1629), - [anon_sym_LBRACE] = ACTIONS(1629), - [anon_sym_RBRACE] = ACTIONS(1629), - [anon_sym_DOT] = ACTIONS(1629), - [anon_sym_try] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1629), - [anon_sym_source] = ACTIONS(1629), - [anon_sym_source_DASHenv] = ACTIONS(1629), - [anon_sym_register] = ACTIONS(1629), - [anon_sym_hide] = ACTIONS(1629), - [anon_sym_hide_DASHenv] = ACTIONS(1629), - [anon_sym_overlay] = ACTIONS(1629), - [anon_sym_STAR] = ACTIONS(1629), - [anon_sym_where] = ACTIONS(1629), - [anon_sym_PLUS] = ACTIONS(1629), - [anon_sym_not] = ACTIONS(1629), - [anon_sym_null] = ACTIONS(1629), - [anon_sym_true] = ACTIONS(1629), - [anon_sym_false] = ACTIONS(1629), - [aux_sym__val_number_decimal_token1] = ACTIONS(1629), - [aux_sym__val_number_token1] = ACTIONS(1629), - [aux_sym__val_number_token2] = ACTIONS(1629), - [aux_sym__val_number_token3] = ACTIONS(1629), - [aux_sym__val_number_token4] = ACTIONS(1629), - [aux_sym__val_number_token5] = ACTIONS(1629), - [aux_sym__val_number_token6] = ACTIONS(1629), - [anon_sym_0b] = ACTIONS(1629), - [anon_sym_0o] = ACTIONS(1629), - [anon_sym_0x] = ACTIONS(1629), - [sym_val_date] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym__str_single_quotes] = ACTIONS(1629), - [sym__str_back_ticks] = ACTIONS(1629), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), - [anon_sym_CARET] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(105), - }, - [1265] = { - [sym_expr_parenthesized] = STATE(2434), - [sym_val_range] = STATE(2537), - [sym__value] = STATE(2537), - [sym_val_nothing] = STATE(2527), - [sym_val_bool] = STATE(2527), - [sym_val_variable] = STATE(2475), - [sym__var] = STATE(2366), - [sym_val_number] = STATE(296), - [sym__val_number_decimal] = STATE(280), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2527), - [sym_val_filesize] = STATE(2527), - [sym_val_binary] = STATE(2527), - [sym_val_string] = STATE(2527), - [sym__str_double_quotes] = STATE(2489), - [sym_val_interpolated] = STATE(2527), - [sym__inter_single_quotes] = STATE(2525), - [sym__inter_double_quotes] = STATE(2524), - [sym_val_list] = STATE(2527), - [sym_val_record] = STATE(2527), - [sym_val_table] = STATE(2527), - [sym_val_closure] = STATE(2527), - [sym__cmd_arg] = STATE(2715), - [sym_redirection] = STATE(2522), - [sym__flag] = STATE(2521), - [sym_short_flag] = STATE(2535), - [sym_long_flag] = STATE(2535), - [sym_unquoted] = STATE(2519), - [sym_comment] = STATE(1265), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3292), - [anon_sym_DOLLAR] = ACTIONS(2208), - [anon_sym_DASH] = ACTIONS(2210), - [anon_sym_LBRACE] = ACTIONS(3294), - [anon_sym_DOT] = ACTIONS(3296), - [anon_sym_PLUS] = ACTIONS(3298), - [anon_sym_null] = ACTIONS(3300), - [anon_sym_true] = ACTIONS(3302), - [anon_sym_false] = ACTIONS(3302), - [aux_sym__val_number_decimal_token1] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(3304), - [aux_sym__val_number_token2] = ACTIONS(3304), - [aux_sym__val_number_token3] = ACTIONS(3304), - [aux_sym__val_number_token4] = ACTIONS(3306), - [aux_sym__val_number_token5] = ACTIONS(3306), - [aux_sym__val_number_token6] = ACTIONS(3306), - [anon_sym_0b] = ACTIONS(2228), - [anon_sym_0o] = ACTIONS(2228), - [anon_sym_0x] = ACTIONS(2228), - [sym_val_date] = ACTIONS(3308), - [anon_sym_DQUOTE] = ACTIONS(3310), - [sym__str_single_quotes] = ACTIONS(3312), - [sym__str_back_ticks] = ACTIONS(3312), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3314), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3316), - [anon_sym_err_GT] = ACTIONS(3318), - [anon_sym_out_GT] = ACTIONS(3318), - [anon_sym_e_GT] = ACTIONS(3318), - [anon_sym_o_GT] = ACTIONS(3318), - [anon_sym_err_PLUSout_GT] = ACTIONS(3318), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3318), - [anon_sym_o_PLUSe_GT] = ACTIONS(3318), - [anon_sym_e_PLUSo_GT] = ACTIONS(3318), - [aux_sym_unquoted_token1] = ACTIONS(2242), - [anon_sym_POUND] = ACTIONS(3), - }, - [1266] = { - [sym_comment] = STATE(1266), - [anon_sym_export] = ACTIONS(2984), - [anon_sym_alias] = ACTIONS(2984), - [anon_sym_let] = ACTIONS(2984), - [anon_sym_let_DASHenv] = ACTIONS(2984), - [anon_sym_mut] = ACTIONS(2984), - [anon_sym_const] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2984), - [sym_cmd_identifier] = ACTIONS(2984), - [anon_sym_LF] = ACTIONS(2986), - [anon_sym_def] = ACTIONS(2984), - [anon_sym_export_DASHenv] = ACTIONS(2984), - [anon_sym_extern] = ACTIONS(2984), - [anon_sym_module] = ACTIONS(2984), - [anon_sym_use] = ACTIONS(2984), - [anon_sym_LBRACK] = ACTIONS(2984), - [anon_sym_LPAREN] = ACTIONS(2984), - [anon_sym_RPAREN] = ACTIONS(2984), - [anon_sym_DOLLAR] = ACTIONS(2984), - [anon_sym_error] = ACTIONS(2984), - [anon_sym_DASH] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_for] = ACTIONS(2984), - [anon_sym_loop] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_do] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_match] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(2984), - [anon_sym_RBRACE] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_source] = ACTIONS(2984), - [anon_sym_source_DASHenv] = ACTIONS(2984), - [anon_sym_register] = ACTIONS(2984), - [anon_sym_hide] = ACTIONS(2984), - [anon_sym_hide_DASHenv] = ACTIONS(2984), - [anon_sym_overlay] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_PLUS] = ACTIONS(2984), - [anon_sym_not] = ACTIONS(2984), - [aux_sym__immediate_decimal_token2] = ACTIONS(3320), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [aux_sym__val_number_decimal_token1] = ACTIONS(2984), - [aux_sym__val_number_token1] = ACTIONS(2984), - [aux_sym__val_number_token2] = ACTIONS(2984), - [aux_sym__val_number_token3] = ACTIONS(2984), - [aux_sym__val_number_token4] = ACTIONS(2984), - [aux_sym__val_number_token5] = ACTIONS(2984), - [aux_sym__val_number_token6] = ACTIONS(2984), - [anon_sym_0b] = ACTIONS(2984), - [anon_sym_0o] = ACTIONS(2984), - [anon_sym_0x] = ACTIONS(2984), - [sym_val_date] = ACTIONS(2984), - [anon_sym_DQUOTE] = ACTIONS(2984), - [sym__str_single_quotes] = ACTIONS(2984), - [sym__str_back_ticks] = ACTIONS(2984), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2984), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2984), - [anon_sym_CARET] = ACTIONS(2984), - [anon_sym_POUND] = ACTIONS(105), - }, - [1267] = { - [sym_block] = STATE(1290), - [sym_comment] = STATE(1267), - [anon_sym_export] = ACTIONS(3322), - [anon_sym_alias] = ACTIONS(3322), - [anon_sym_let] = ACTIONS(3322), - [anon_sym_let_DASHenv] = ACTIONS(3322), - [anon_sym_mut] = ACTIONS(3322), - [anon_sym_const] = ACTIONS(3322), - [anon_sym_SEMI] = ACTIONS(3322), - [sym_cmd_identifier] = ACTIONS(3322), - [anon_sym_LF] = ACTIONS(3324), - [anon_sym_def] = ACTIONS(3322), - [anon_sym_export_DASHenv] = ACTIONS(3322), - [anon_sym_extern] = ACTIONS(3322), - [anon_sym_module] = ACTIONS(3322), - [anon_sym_use] = ACTIONS(3322), - [anon_sym_LBRACK] = ACTIONS(3322), - [anon_sym_LPAREN] = ACTIONS(3322), - [anon_sym_RPAREN] = ACTIONS(3322), - [anon_sym_DOLLAR] = ACTIONS(3322), - [anon_sym_error] = ACTIONS(3322), - [anon_sym_DASH] = ACTIONS(3322), - [anon_sym_break] = ACTIONS(3322), - [anon_sym_continue] = ACTIONS(3322), - [anon_sym_for] = ACTIONS(3322), - [anon_sym_loop] = ACTIONS(3322), - [anon_sym_while] = ACTIONS(3322), - [anon_sym_do] = ACTIONS(3322), - [anon_sym_if] = ACTIONS(3322), - [anon_sym_match] = ACTIONS(3322), - [anon_sym_LBRACE] = ACTIONS(3326), - [anon_sym_RBRACE] = ACTIONS(3322), - [anon_sym_DOT] = ACTIONS(3322), - [anon_sym_try] = ACTIONS(3322), - [anon_sym_return] = ACTIONS(3322), - [anon_sym_source] = ACTIONS(3322), - [anon_sym_source_DASHenv] = ACTIONS(3322), - [anon_sym_register] = ACTIONS(3322), - [anon_sym_hide] = ACTIONS(3322), - [anon_sym_hide_DASHenv] = ACTIONS(3322), - [anon_sym_overlay] = ACTIONS(3322), - [anon_sym_where] = ACTIONS(3322), - [anon_sym_PLUS] = ACTIONS(3322), - [anon_sym_not] = ACTIONS(3322), - [anon_sym_null] = ACTIONS(3322), - [anon_sym_true] = ACTIONS(3322), - [anon_sym_false] = ACTIONS(3322), - [aux_sym__val_number_decimal_token1] = ACTIONS(3322), - [aux_sym__val_number_token1] = ACTIONS(3322), - [aux_sym__val_number_token2] = ACTIONS(3322), - [aux_sym__val_number_token3] = ACTIONS(3322), - [aux_sym__val_number_token4] = ACTIONS(3322), - [aux_sym__val_number_token5] = ACTIONS(3322), - [aux_sym__val_number_token6] = ACTIONS(3322), - [anon_sym_0b] = ACTIONS(3322), - [anon_sym_0o] = ACTIONS(3322), - [anon_sym_0x] = ACTIONS(3322), - [sym_val_date] = ACTIONS(3322), - [anon_sym_DQUOTE] = ACTIONS(3322), - [sym__str_single_quotes] = ACTIONS(3322), - [sym__str_back_ticks] = ACTIONS(3322), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3322), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3322), - [anon_sym_CARET] = ACTIONS(3322), + [anon_sym_export] = ACTIONS(885), + [anon_sym_alias] = ACTIONS(885), + [anon_sym_let] = ACTIONS(885), + [anon_sym_let_DASHenv] = ACTIONS(885), + [anon_sym_mut] = ACTIONS(885), + [anon_sym_const] = ACTIONS(885), + [anon_sym_SEMI] = ACTIONS(885), + [sym_cmd_identifier] = ACTIONS(885), + [anon_sym_LF] = ACTIONS(887), + [anon_sym_def] = ACTIONS(885), + [anon_sym_export_DASHenv] = ACTIONS(885), + [anon_sym_extern] = ACTIONS(885), + [anon_sym_module] = ACTIONS(885), + [anon_sym_use] = ACTIONS(885), + [anon_sym_LBRACK] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(885), + [anon_sym_RPAREN] = ACTIONS(885), + [anon_sym_DOLLAR] = ACTIONS(885), + [anon_sym_error] = ACTIONS(885), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_break] = ACTIONS(885), + [anon_sym_continue] = ACTIONS(885), + [anon_sym_for] = ACTIONS(885), + [anon_sym_loop] = ACTIONS(885), + [anon_sym_while] = ACTIONS(885), + [anon_sym_do] = ACTIONS(885), + [anon_sym_if] = ACTIONS(885), + [anon_sym_match] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_DOT] = ACTIONS(885), + [anon_sym_DOT2] = ACTIONS(887), + [anon_sym_try] = ACTIONS(885), + [anon_sym_return] = ACTIONS(885), + [anon_sym_source] = ACTIONS(885), + [anon_sym_source_DASHenv] = ACTIONS(885), + [anon_sym_register] = ACTIONS(885), + [anon_sym_hide] = ACTIONS(885), + [anon_sym_hide_DASHenv] = ACTIONS(885), + [anon_sym_overlay] = ACTIONS(885), + [anon_sym_where] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_not] = ACTIONS(885), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(885), + [anon_sym_false] = ACTIONS(885), + [aux_sym__val_number_decimal_token1] = ACTIONS(885), + [aux_sym__val_number_token1] = ACTIONS(885), + [aux_sym__val_number_token2] = ACTIONS(885), + [aux_sym__val_number_token3] = ACTIONS(885), + [aux_sym__val_number_token4] = ACTIONS(885), + [aux_sym__val_number_token5] = ACTIONS(885), + [aux_sym__val_number_token6] = ACTIONS(885), + [anon_sym_0b] = ACTIONS(885), + [anon_sym_0o] = ACTIONS(885), + [anon_sym_0x] = ACTIONS(885), + [sym_val_date] = ACTIONS(885), + [anon_sym_DQUOTE] = ACTIONS(885), + [sym__str_single_quotes] = ACTIONS(885), + [sym__str_back_ticks] = ACTIONS(885), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(885), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(885), + [anon_sym_CARET] = ACTIONS(885), [anon_sym_POUND] = ACTIONS(105), }, }; @@ -200776,11 +128740,11 @@ static const uint16_t ts_small_parse_table[] = { [0] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3331), 1, + ACTIONS(2795), 1, anon_sym_LF, - STATE(1268), 1, + STATE(963), 1, sym_comment, - ACTIONS(3329), 61, + ACTIONS(2793), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200845,13 +128809,11 @@ static const uint16_t ts_small_parse_table[] = { [73] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1269), 1, - sym_comment, - ACTIONS(3258), 3, - ts_builtin_sym_end, + ACTIONS(2799), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3256), 59, + STATE(964), 1, + sym_comment, + ACTIONS(2797), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200867,6 +128829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -200879,6 +128842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -200914,13 +128878,12 @@ static const uint16_t ts_small_parse_table[] = { [146] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1270), 1, + STATE(965), 1, sym_comment, - ACTIONS(2834), 3, + ACTIONS(1087), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 59, + ACTIONS(1085), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200957,6 +128920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -200983,13 +128947,11 @@ static const uint16_t ts_small_parse_table[] = { [219] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1271), 1, - sym_comment, - ACTIONS(2986), 3, - ts_builtin_sym_end, + ACTIONS(2803), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2984), 59, + STATE(966), 1, + sym_comment, + ACTIONS(2801), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201005,6 +128967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -201017,6 +128980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201052,11 +129016,11 @@ static const uint16_t ts_small_parse_table[] = { [292] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3335), 1, + ACTIONS(2803), 1, anon_sym_LF, - STATE(1272), 1, + STATE(967), 1, sym_comment, - ACTIONS(3333), 61, + ACTIONS(2801), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201118,19 +129082,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [365] = 6, + [365] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3337), 1, - anon_sym_LBRACE, - STATE(1273), 1, - sym_comment, - STATE(1608), 1, - sym_block, - ACTIONS(3183), 2, - ts_builtin_sym_end, + ACTIONS(2807), 1, anon_sym_LF, - ACTIONS(3181), 58, + STATE(968), 1, + sym_comment, + ACTIONS(2805), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201146,6 +129105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -201157,6 +129117,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201189,21 +129151,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [442] = 4, + [438] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3341), 1, + ACTIONS(2811), 1, + anon_sym_SEMI, + ACTIONS(2814), 1, anon_sym_LF, - STATE(1274), 1, + STATE(969), 1, sym_comment, - ACTIONS(3339), 61, + ACTIONS(2817), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2809), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -201212,7 +129178,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -201225,7 +129190,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201261,13 +129225,11 @@ static const uint16_t ts_small_parse_table[] = { [515] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1275), 1, - sym_comment, - ACTIONS(2908), 3, - ts_builtin_sym_end, + ACTIONS(2807), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2906), 59, + STATE(970), 1, + sym_comment, + ACTIONS(2805), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201283,6 +129245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -201295,6 +129258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201327,19 +129291,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [588] = 6, + [588] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3337), 1, - anon_sym_LBRACE, - STATE(1276), 1, + ACTIONS(2667), 1, + aux_sym_unquoted_token5, + STATE(971), 1, sym_comment, - STATE(1609), 1, - sym_block, - ACTIONS(3183), 2, + ACTIONS(937), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3181), 58, + ACTIONS(935), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201366,6 +129328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201398,15 +129361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [665] = 4, + [663] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1277), 1, - sym_comment, - ACTIONS(3230), 2, - ts_builtin_sym_end, + ACTIONS(2821), 1, anon_sym_LF, - ACTIONS(3228), 60, + STATE(972), 1, + sym_comment, + ACTIONS(2819), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201422,6 +129384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -201434,6 +129397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201443,7 +129407,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_as, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -201467,14 +129430,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [738] = 4, + [736] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3345), 1, + ACTIONS(943), 1, anon_sym_LF, - STATE(1278), 1, + STATE(973), 1, sym_comment, - ACTIONS(3343), 61, + ACTIONS(941), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201536,14 +129499,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [811] = 4, + [809] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3349), 1, + ACTIONS(2825), 1, anon_sym_LF, - STATE(1279), 1, + STATE(974), 1, sym_comment, - ACTIONS(3347), 61, + ACTIONS(2823), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201605,14 +129568,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [884] = 4, + [882] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3353), 1, + ACTIONS(2829), 1, anon_sym_LF, - STATE(1280), 1, + STATE(975), 1, sym_comment, - ACTIONS(3351), 61, + ACTIONS(2827), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201674,14 +129637,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [957] = 4, + [955] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1681), 1, + ACTIONS(2833), 1, anon_sym_LF, - STATE(1281), 1, + STATE(976), 1, sym_comment, - ACTIONS(1679), 61, + ACTIONS(2831), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201743,26 +129706,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1030] = 7, + [1028] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1195), 1, - aux_sym__block_body_repeat1, - STATE(1279), 1, - sym__terminator, - STATE(1282), 1, + ACTIONS(2645), 1, + aux_sym__immediate_decimal_token2, + STATE(977), 1, sym_comment, - ACTIONS(3355), 58, + ACTIONS(2328), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2326), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -201815,14 +129776,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1109] = 4, + [1103] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1538), 1, + ACTIONS(2837), 1, anon_sym_LF, - STATE(1283), 1, + STATE(978), 1, sym_comment, - ACTIONS(1536), 61, + ACTIONS(2835), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201884,15 +129845,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1182] = 4, + [1176] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1284), 1, - sym_comment, - ACTIONS(3273), 2, - ts_builtin_sym_end, + ACTIONS(2841), 1, anon_sym_LF, - ACTIONS(3271), 60, + STATE(979), 1, + sym_comment, + ACTIONS(2839), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201908,6 +129868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -201920,6 +129881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -201929,7 +129891,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_as, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -201953,85 +129914,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1255] = 6, + [1249] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3363), 1, - anon_sym_SEMI, - ACTIONS(3366), 1, - anon_sym_LF, - STATE(1285), 1, - sym_comment, - ACTIONS(3369), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3361), 58, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, anon_sym_LBRACK, + ACTIONS(2164), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, + ACTIONS(2166), 1, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, + ACTIONS(2170), 1, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2845), 1, + anon_sym_LF, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + STATE(980), 1, + sym_comment, + STATE(1045), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4074), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2843), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [1332] = 4, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [1392] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3373), 1, + ACTIONS(2853), 1, anon_sym_LF, - STATE(1286), 1, + STATE(981), 1, sym_comment, - ACTIONS(3371), 61, + ACTIONS(2851), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202093,14 +130087,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1405] = 4, + [1465] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3377), 1, + ACTIONS(2857), 1, anon_sym_LF, - STATE(1287), 1, + STATE(982), 1, sym_comment, - ACTIONS(3375), 61, + ACTIONS(2855), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202162,45 +130156,278 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1478] = 4, + [1538] = 39, ACTIONS(105), 1, anon_sym_POUND, - STATE(1288), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2845), 1, + anon_sym_LF, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + STATE(983), 1, sym_comment, - ACTIONS(3288), 2, - ts_builtin_sym_end, + STATE(1046), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4074), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2843), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [1681] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2845), 1, anon_sym_LF, - ACTIONS(3286), 60, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + STATE(984), 1, + sym_comment, + STATE(1048), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4074), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2843), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [1824] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(985), 1, + sym_comment, + STATE(1388), 1, + sym__var, + STATE(1997), 1, + sym__immediate_decimal, + STATE(2001), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1581), 9, + anon_sym_COMMA, + anon_sym_RBRACE, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1579), 43, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_error, + anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, + anon_sym_else, anon_sym_match, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, + anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -202208,68 +130435,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_where, + anon_sym_new, + anon_sym_as, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [1915] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(986), 1, + sym_comment, + STATE(1388), 1, + sym__var, + STATE(1993), 1, + sym__immediate_decimal, + STATE(1996), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1626), 9, + anon_sym_COMMA, + anon_sym_RBRACE, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [1551] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3381), 1, - anon_sym_LF, - STATE(1289), 1, - sym_comment, - ACTIONS(3379), 61, + ACTIONS(1624), 43, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR, anon_sym_error, + anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, + anon_sym_else, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, + anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -202277,37 +130513,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_where, + anon_sym_new, + anon_sym_as, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [1624] = 4, + aux_sym__record_key_token2, + [2006] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3385), 1, - anon_sym_LF, - STATE(1290), 1, + ACTIONS(2859), 1, + anon_sym_DOT2, + STATE(987), 1, sym_comment, - ACTIONS(3383), 61, + ACTIONS(2671), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2669), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202323,7 +130546,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -202336,7 +130558,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -202369,14 +130590,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1697] = 4, + [2081] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3389), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(2863), 1, anon_sym_LF, - STATE(1291), 1, + STATE(988), 1, + sym_comment, + STATE(1133), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4072), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2861), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [2224] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2867), 1, + anon_sym_LF, + STATE(989), 1, sym_comment, - ACTIONS(3387), 61, + ACTIONS(2865), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202438,17 +130763,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1770] = 5, + [2297] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(1292), 1, + ACTIONS(2869), 1, + anon_sym_DOT2, + STATE(990), 1, sym_comment, - STATE(1490), 1, - sym_val_record, - ACTIONS(3250), 2, + ACTIONS(2677), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3248), 59, + ACTIONS(2675), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202508,46 +130833,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1845] = 5, - ACTIONS(105), 1, + [2372] = 13, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1293), 1, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(991), 1, sym_comment, - STATE(1520), 1, - sym_val_record, - ACTIONS(3246), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3244), 59, + STATE(1388), 1, + sym__var, + STATE(1923), 1, + sym__immediate_decimal, + STATE(1992), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1612), 9, + anon_sym_COMMA, + anon_sym_RBRACE, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1610), 43, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_error, + anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, + anon_sym_else, anon_sym_match, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, + anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -202555,38 +130904,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_where, + anon_sym_new, + anon_sym_as, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [2463] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(992), 1, + sym_comment, + STATE(1388), 1, + sym__var, + STATE(1844), 1, + sym__immediate_decimal, + STATE(1880), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1596), 9, + anon_sym_COMMA, + anon_sym_RBRACE, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [1920] = 4, + ACTIONS(1594), 43, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [2554] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1294), 1, + STATE(993), 1, sym_comment, - ACTIONS(1547), 2, + ACTIONS(943), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1545), 60, + anon_sym_DOT2, + ACTIONS(941), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202623,7 +131035,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -202647,14 +131058,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1993] = 4, + [2627] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3393), 1, - anon_sym_LF, - STATE(1295), 1, + ACTIONS(2871), 1, + anon_sym_DOT2, + STATE(994), 1, sym_comment, - ACTIONS(3391), 61, + ACTIONS(2687), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2685), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202670,7 +131084,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -202683,7 +131096,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -202716,14 +131128,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2066] = 4, + [2702] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3397), 1, - anon_sym_LF, - STATE(1296), 1, + ACTIONS(2873), 1, + anon_sym_DOT2, + STATE(995), 1, sym_comment, - ACTIONS(3395), 61, + ACTIONS(2693), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2691), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202739,7 +131154,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -202752,7 +131166,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -202785,14 +131198,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2139] = 4, + [2777] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3401), 1, + ACTIONS(2877), 1, anon_sym_LF, - STATE(1297), 1, + STATE(996), 1, sym_comment, - ACTIONS(3399), 61, + ACTIONS(2875), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202854,14 +131267,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2212] = 4, + [2850] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3393), 1, + ACTIONS(2881), 1, anon_sym_LF, - STATE(1298), 1, + STATE(997), 1, sym_comment, - ACTIONS(3391), 61, + ACTIONS(2879), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202923,14 +131336,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2285] = 4, + [2923] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3405), 1, - anon_sym_LF, - STATE(1299), 1, + ACTIONS(2883), 1, + anon_sym_LBRACE, + STATE(998), 1, sym_comment, - ACTIONS(3403), 61, + STATE(1277), 1, + sym_block, + ACTIONS(2699), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2697), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202946,7 +131364,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -202958,8 +131375,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -202992,14 +131407,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2358] = 4, + [3000] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3405), 1, + ACTIONS(2887), 1, anon_sym_LF, - STATE(1300), 1, + STATE(999), 1, sym_comment, - ACTIONS(3403), 61, + ACTIONS(2885), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203061,24 +131476,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2431] = 5, + [3073] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3204), 1, - aux_sym_unquoted_token5, - STATE(1301), 1, - sym_comment, - ACTIONS(1547), 2, - ts_builtin_sym_end, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(1545), 59, + STATE(1000), 1, + sym_comment, + STATE(1063), 1, + aux_sym__block_body_repeat1, + STATE(1152), 1, + sym__terminator, + ACTIONS(2889), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -203131,15 +131548,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2506] = 4, + [3152] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1302), 1, + STATE(1001), 1, sym_comment, - ACTIONS(3234), 2, + ACTIONS(2328), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3232), 60, + anon_sym_DOT2, + ACTIONS(2326), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203176,7 +131594,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_as, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -203200,14 +131617,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2579] = 4, + [3225] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3409), 1, + ACTIONS(2897), 1, anon_sym_LF, - STATE(1303), 1, + STATE(1002), 1, sym_comment, - ACTIONS(3407), 61, + ACTIONS(2895), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203269,14 +131686,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2652] = 4, + [3298] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3413), 1, + ACTIONS(2901), 1, anon_sym_LF, - STATE(1304), 1, + STATE(1003), 1, sym_comment, - ACTIONS(3411), 61, + ACTIONS(2899), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203338,14 +131755,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2725] = 4, + [3371] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3417), 1, + ACTIONS(2905), 1, anon_sym_LF, - STATE(1305), 1, + STATE(1004), 1, sym_comment, - ACTIONS(3415), 61, + ACTIONS(2903), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203407,14 +131824,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2798] = 4, + [3444] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3421), 1, + ACTIONS(2909), 1, anon_sym_LF, - STATE(1306), 1, + STATE(1005), 1, sym_comment, - ACTIONS(3419), 61, + ACTIONS(2907), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203476,14 +131893,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2871] = 4, + [3517] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3425), 1, - anon_sym_LF, - STATE(1307), 1, + ACTIONS(2911), 1, + anon_sym_DOT2, + STATE(1006), 1, sym_comment, - ACTIONS(3423), 61, + ACTIONS(2663), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2661), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203499,7 +131919,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -203512,7 +131931,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -203545,14 +131963,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2944] = 4, + [3592] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3429), 1, - anon_sym_LF, - STATE(1308), 1, + STATE(1007), 1, sym_comment, - ACTIONS(3427), 61, + ACTIONS(799), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(797), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203568,7 +131987,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -203581,7 +131999,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -203591,6 +132008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -203614,14 +132032,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3017] = 4, + [3665] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3433), 1, + ACTIONS(2915), 1, anon_sym_LF, - STATE(1309), 1, + STATE(1008), 1, sym_comment, - ACTIONS(3431), 61, + ACTIONS(2913), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203683,14 +132101,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3090] = 4, + [3738] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3425), 1, + ACTIONS(2919), 1, anon_sym_LF, - STATE(1310), 1, + STATE(1009), 1, sym_comment, - ACTIONS(3423), 61, + ACTIONS(2917), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203752,15 +132170,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3163] = 4, + [3811] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1311), 1, - sym_comment, - ACTIONS(1631), 2, - ts_builtin_sym_end, + ACTIONS(2923), 1, anon_sym_LF, - ACTIONS(1629), 60, + STATE(1010), 1, + sym_comment, + ACTIONS(2921), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203776,6 +132193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -203788,6 +132206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -203797,7 +132216,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -203821,17 +132239,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3236] = 5, + [3884] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3435), 1, - anon_sym_DOT2, - STATE(1312), 1, - sym_comment, - ACTIONS(3240), 2, - ts_builtin_sym_end, + ACTIONS(2927), 1, anon_sym_LF, - ACTIONS(3238), 59, + STATE(1011), 1, + sym_comment, + ACTIONS(2925), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203847,6 +132262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -203859,6 +132275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -203891,14 +132308,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3311] = 4, + [3957] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3439), 1, + ACTIONS(2931), 1, anon_sym_LF, - STATE(1313), 1, + STATE(1012), 1, sym_comment, - ACTIONS(3437), 61, + ACTIONS(2929), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203960,17 +132377,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3384] = 5, + [4030] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3441), 1, - anon_sym_DOT2, - STATE(1314), 1, - sym_comment, - ACTIONS(3165), 2, - ts_builtin_sym_end, + ACTIONS(2935), 1, anon_sym_LF, - ACTIONS(3163), 59, + STATE(1013), 1, + sym_comment, + ACTIONS(2933), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203986,6 +132400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -203998,6 +132413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -204030,118 +132446,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3459] = 39, + [4103] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(2939), 1, + anon_sym_LF, + STATE(1014), 1, + sym_comment, + ACTIONS(2937), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2657), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - ACTIONS(2663), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, anon_sym_PLUS, - ACTIONS(2665), 1, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - ACTIONS(2667), 1, anon_sym_DQUOTE, - ACTIONS(2671), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3445), 1, + anon_sym_CARET, + [4176] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2943), 1, anon_sym_LF, - ACTIONS(3447), 1, + STATE(1015), 1, + sym_comment, + ACTIONS(2941), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3449), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1315), 1, - sym_comment, - STATE(1345), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4128), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3443), 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [4249] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1016), 1, + sym_comment, + ACTIONS(2633), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2631), 60, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_STAR, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [3602] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [4322] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3453), 1, + ACTIONS(2947), 1, anon_sym_LF, - STATE(1316), 1, + STATE(1017), 1, sym_comment, - ACTIONS(3451), 61, + ACTIONS(2945), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204203,14 +132722,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3675] = 4, + [4395] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3457), 1, - anon_sym_LF, - STATE(1317), 1, + STATE(1018), 1, sym_comment, - ACTIONS(3455), 61, + ACTIONS(2637), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2635), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204226,7 +132746,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -204239,7 +132758,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -204249,6 +132767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -204272,222 +132791,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3748] = 39, + [4468] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3445), 1, + ACTIONS(2951), 1, anon_sym_LF, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1318), 1, - sym_comment, - STATE(1483), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4128), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3443), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [3891] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3445), 1, - anon_sym_LF, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1319), 1, - sym_comment, - STATE(1480), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4128), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3443), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [4034] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3461), 1, - anon_sym_LF, - STATE(1320), 1, + STATE(1019), 1, sym_comment, - ACTIONS(3459), 61, + ACTIONS(2949), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204549,14 +132860,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4107] = 4, + [4541] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3465), 1, - anon_sym_LF, - STATE(1321), 1, + ACTIONS(2883), 1, + anon_sym_LBRACE, + STATE(1020), 1, sym_comment, - ACTIONS(3463), 61, + STATE(1275), 1, + sym_block, + ACTIONS(2699), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2697), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204572,7 +132888,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -204584,8 +132899,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -204618,14 +132931,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4180] = 4, + [4618] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1515), 1, + ACTIONS(2955), 1, anon_sym_LF, - STATE(1322), 1, + STATE(1021), 1, sym_comment, - ACTIONS(1513), 61, + ACTIONS(2953), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204687,16 +133000,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4253] = 4, + [4691] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1323), 1, + STATE(1022), 1, sym_comment, - ACTIONS(1522), 3, + ACTIONS(2659), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1520), 59, + ACTIONS(2657), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204712,6 +133024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -204756,14 +133069,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4326] = 4, + [4764] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3457), 1, + ACTIONS(2959), 1, anon_sym_LF, - STATE(1324), 1, + STATE(1023), 1, sym_comment, - ACTIONS(3455), 61, + ACTIONS(2957), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204825,14 +133138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4399] = 4, + [4837] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3469), 1, + ACTIONS(2959), 1, anon_sym_LF, - STATE(1325), 1, + STATE(1024), 1, sym_comment, - ACTIONS(3467), 61, + ACTIONS(2957), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204894,14 +133207,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4472] = 4, + [4910] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3473), 1, + ACTIONS(2963), 1, anon_sym_LF, - STATE(1326), 1, + STATE(1025), 1, sym_comment, - ACTIONS(3471), 61, + ACTIONS(2961), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204963,83 +133276,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4545] = 4, + [4983] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3477), 1, - anon_sym_LF, - STATE(1327), 1, + ACTIONS(2965), 1, + anon_sym_DOT2, + STATE(1026), 1, sym_comment, - ACTIONS(3475), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [4618] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3481), 1, + ACTIONS(2739), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(1328), 1, - sym_comment, - ACTIONS(3479), 61, + ACTIONS(2737), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205055,7 +133302,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -205068,7 +133314,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -205101,326 +133346,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4691] = 39, + [5058] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3485), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1329), 1, - sym_comment, - STATE(1408), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4125), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3483), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [4834] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3485), 1, + ACTIONS(2963), 1, anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1330), 1, + STATE(1027), 1, sym_comment, - STATE(1407), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4125), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3483), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [4977] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3485), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1331), 1, - sym_comment, - STATE(1393), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4125), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3483), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [5120] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3489), 1, - anon_sym_LF, - STATE(1332), 1, - sym_comment, - ACTIONS(3487), 61, + ACTIONS(2961), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205482,14 +133415,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5193] = 4, + [5131] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3493), 1, + ACTIONS(2969), 1, anon_sym_LF, - STATE(1333), 1, + STATE(1028), 1, sym_comment, - ACTIONS(3491), 61, + ACTIONS(2967), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205551,118 +133484,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5266] = 39, + [5204] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3485), 1, + ACTIONS(2973), 1, anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1334), 1, + STATE(1029), 1, sym_comment, - STATE(1375), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4125), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3483), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [5409] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3497), 1, - anon_sym_LF, - STATE(1335), 1, - sym_comment, - ACTIONS(3495), 61, + ACTIONS(2971), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205724,118 +133553,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5482] = 39, + [5277] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3485), 1, - anon_sym_LF, - ACTIONS(3499), 1, - anon_sym_DASH, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1336), 1, + STATE(1030), 1, sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4122), 1, - sym__flag, - STATE(4125), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3483), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [5625] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3503), 1, + ACTIONS(1075), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(1337), 1, - sym_comment, - ACTIONS(3501), 61, + ACTIONS(1073), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205851,7 +133577,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -205864,7 +133589,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -205874,6 +133598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -205897,14 +133622,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5698] = 4, + [5350] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3507), 1, + ACTIONS(2977), 1, anon_sym_LF, - STATE(1338), 1, + STATE(1031), 1, sym_comment, - ACTIONS(3505), 61, + ACTIONS(2975), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205966,14 +133691,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5771] = 4, + [5423] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3511), 1, + ACTIONS(2981), 1, anon_sym_LF, - STATE(1339), 1, + STATE(1032), 1, sym_comment, - ACTIONS(3509), 61, + ACTIONS(2979), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206035,14 +133760,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5844] = 4, + [5496] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3497), 1, + ACTIONS(2985), 1, anon_sym_LF, - STATE(1340), 1, + STATE(1033), 1, sym_comment, - ACTIONS(3495), 61, + ACTIONS(2983), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206104,14 +133829,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5917] = 4, + [5569] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3515), 1, + ACTIONS(2989), 1, anon_sym_LF, - STATE(1341), 1, + STATE(1034), 1, sym_comment, - ACTIONS(3513), 61, + ACTIONS(2987), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206173,14 +133898,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5990] = 4, + [5642] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3519), 1, + ACTIONS(2989), 1, anon_sym_LF, - STATE(1342), 1, + STATE(1035), 1, sym_comment, - ACTIONS(3517), 61, + ACTIONS(2987), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206242,14 +133967,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6063] = 4, + [5715] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3523), 1, + ACTIONS(2959), 1, anon_sym_LF, - STATE(1343), 1, + STATE(1036), 1, sym_comment, - ACTIONS(3521), 61, + ACTIONS(2957), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206311,14 +134036,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6136] = 4, + [5788] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3527), 1, + ACTIONS(2993), 1, anon_sym_LF, - STATE(1344), 1, + STATE(1037), 1, sym_comment, - ACTIONS(3525), 61, + ACTIONS(2991), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206380,118 +134105,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6209] = 39, + [5861] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3531), 1, + ACTIONS(2997), 1, anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1336), 1, - sym__flag, - STATE(1345), 1, + STATE(1038), 1, sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4106), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3529), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [6352] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3535), 1, - anon_sym_LF, - STATE(1346), 1, - sym_comment, - ACTIONS(3533), 61, + ACTIONS(2995), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206553,19 +134174,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6425] = 6, + [5934] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3539), 1, + ACTIONS(3001), 1, anon_sym_SEMI, - ACTIONS(3542), 1, + ACTIONS(3004), 1, anon_sym_LF, - STATE(1347), 1, + STATE(1039), 1, sym_comment, - ACTIONS(3545), 2, + ACTIONS(3007), 2, anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(3537), 58, + ACTIONS(2999), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206624,25 +134245,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6502] = 6, + [6011] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3549), 1, - anon_sym_SEMI, - ACTIONS(3552), 1, + ACTIONS(2959), 1, anon_sym_LF, - STATE(1348), 1, + STATE(1040), 1, sym_comment, - ACTIONS(3555), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3547), 58, + ACTIONS(2957), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -206651,6 +134268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -206663,6 +134281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -206695,14 +134314,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6579] = 4, + [6084] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3523), 1, + ACTIONS(3011), 1, anon_sym_LF, - STATE(1349), 1, + STATE(1041), 1, sym_comment, - ACTIONS(3521), 61, + ACTIONS(3009), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206764,14 +134383,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6652] = 4, + [6157] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3559), 1, - anon_sym_LF, - STATE(1350), 1, + STATE(1042), 1, sym_comment, - ACTIONS(3557), 61, + ACTIONS(887), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(885), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206787,7 +134408,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -206800,7 +134420,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -206833,14 +134452,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6725] = 4, + [6230] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3563), 1, + ACTIONS(3015), 1, anon_sym_LF, - STATE(1351), 1, + STATE(1043), 1, sym_comment, - ACTIONS(3561), 61, + ACTIONS(3013), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206902,14 +134521,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6798] = 4, + [6303] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, - anon_sym_LF, - STATE(1352), 1, + ACTIONS(2651), 1, + aux_sym__immediate_decimal_token2, + STATE(1044), 1, sym_comment, - ACTIONS(2832), 61, + ACTIONS(2377), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2375), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206925,7 +134547,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -206938,7 +134559,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -206971,21 +134591,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6871] = 4, + [6378] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3567), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3019), 1, anon_sym_LF, - STATE(1353), 1, + STATE(1045), 1, + sym_comment, + STATE(1116), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4060), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3017), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [6521] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3019), 1, + anon_sym_LF, + STATE(1046), 1, + sym_comment, + STATE(1117), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4060), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3017), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [6664] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3023), 1, + anon_sym_SEMI, + ACTIONS(3026), 1, + anon_sym_LF, + STATE(1047), 1, sym_comment, - ACTIONS(3565), 61, + ACTIONS(3029), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(3021), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -206994,7 +134826,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -207007,7 +134838,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -207040,14 +134870,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6944] = 4, + [6741] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3571), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3019), 1, anon_sym_LF, - STATE(1354), 1, + STATE(1048), 1, + sym_comment, + STATE(1118), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4060), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3017), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [6884] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3019), 1, + anon_sym_LF, + STATE(1049), 1, + sym_comment, + STATE(1119), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4060), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3017), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [7027] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3033), 1, + anon_sym_LF, + STATE(1050), 1, sym_comment, - ACTIONS(3569), 61, + ACTIONS(3031), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207109,14 +135147,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7017] = 4, + [7100] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3381), 1, + ACTIONS(3037), 1, anon_sym_LF, - STATE(1355), 1, + STATE(1051), 1, sym_comment, - ACTIONS(3379), 61, + ACTIONS(3035), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207178,70 +135216,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7090] = 13, - ACTIONS(3), 1, + [7173] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1356), 1, + ACTIONS(3039), 1, + aux_sym__immediate_decimal_token2, + STATE(1052), 1, sym_comment, - STATE(1684), 1, - sym__var, - STATE(2263), 1, - sym__immediate_decimal, - STATE(2264), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2134), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2132), 43, + ACTIONS(2503), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2501), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -207249,21 +135263,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [7181] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [7248] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3575), 1, + ACTIONS(3043), 1, anon_sym_LF, - STATE(1357), 1, + STATE(1053), 1, sym_comment, - ACTIONS(3573), 61, + ACTIONS(3041), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207325,31 +135355,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7254] = 13, + [7321] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(2956), 1, + ACTIONS(2410), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, + ACTIONS(2412), 1, anon_sym_DASH2, - ACTIONS(2960), 1, + ACTIONS(2414), 1, anon_sym_PLUS2, - STATE(1358), 1, + STATE(1054), 1, sym_comment, - STATE(1684), 1, + STATE(1388), 1, sym__var, - STATE(2216), 1, + STATE(1713), 1, sym__immediate_decimal, - STATE(2212), 2, + STATE(1714), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2162), 9, + ACTIONS(1600), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -207359,7 +135389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2160), 43, + ACTIONS(1598), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207403,31 +135433,100 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [7345] = 13, + [7412] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3047), 1, + anon_sym_LF, + STATE(1055), 1, + sym_comment, + ACTIONS(3045), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [7485] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(2956), 1, + ACTIONS(2410), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, + ACTIONS(2412), 1, anon_sym_DASH2, - ACTIONS(2960), 1, + ACTIONS(2414), 1, anon_sym_PLUS2, - STATE(1359), 1, + STATE(1056), 1, sym_comment, - STATE(1684), 1, + STATE(1388), 1, sym__var, - STATE(2265), 1, + STATE(1708), 1, sym__immediate_decimal, - STATE(2266), 2, + STATE(1709), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2182), 9, + ACTIONS(1592), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -207437,7 +135536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2180), 43, + ACTIONS(1590), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207481,15 +135580,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [7436] = 4, + [7576] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1360), 1, + STATE(1057), 1, sym_comment, - ACTIONS(1585), 2, + ACTIONS(858), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1583), 60, + ACTIONS(856), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207550,14 +135649,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7509] = 4, + [7649] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3579), 1, + ACTIONS(3051), 1, anon_sym_LF, - STATE(1361), 1, + STATE(1058), 1, sym_comment, - ACTIONS(3577), 61, + ACTIONS(3049), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207619,14 +135718,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7582] = 4, + [7722] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3583), 1, + ACTIONS(3055), 1, anon_sym_LF, - STATE(1362), 1, + STATE(1059), 1, sym_comment, - ACTIONS(3581), 61, + ACTIONS(3053), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207688,21 +135787,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7655] = 4, + [7795] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3583), 1, + ACTIONS(3059), 1, + anon_sym_SEMI, + ACTIONS(3062), 1, anon_sym_LF, - STATE(1363), 1, + STATE(1060), 1, sym_comment, - ACTIONS(3581), 61, + ACTIONS(3065), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(3057), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -207711,7 +135814,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -207724,7 +135826,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -207757,14 +135858,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7728] = 4, + [7872] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(1061), 1, + sym_comment, + STATE(1388), 1, + sym__var, + STATE(1693), 1, + sym__immediate_decimal, + STATE(1692), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1588), 9, + anon_sym_COMMA, + anon_sym_RBRACE, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1586), 43, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [7963] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3381), 1, + ACTIONS(3069), 1, anon_sym_LF, - STATE(1364), 1, + STATE(1062), 1, sym_comment, - ACTIONS(3379), 61, + ACTIONS(3067), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207826,118 +136005,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7801] = 39, + [8036] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + STATE(894), 1, + aux_sym__block_body_repeat1, + STATE(1063), 1, + sym_comment, + STATE(1152), 1, + sym__terminator, + ACTIONS(3071), 58, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2657), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3449), 1, anon_sym_DOT, - ACTIONS(3499), 1, - anon_sym_DASH, - ACTIONS(3587), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1365), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4104), 1, - sym__flag, - STATE(4105), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3585), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [7944] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [8115] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2908), 1, + ACTIONS(3075), 1, anon_sym_LF, - STATE(1366), 1, + STATE(1064), 1, sym_comment, - ACTIONS(2906), 61, + ACTIONS(3073), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207999,19 +136146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8017] = 6, + [8188] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3589), 1, - anon_sym_LBRACE, - STATE(1367), 1, - sym_comment, - STATE(1555), 1, - sym_block, - ACTIONS(3324), 2, - ts_builtin_sym_end, + ACTIONS(3079), 1, anon_sym_LF, - ACTIONS(3322), 58, + STATE(1065), 1, + sym_comment, + ACTIONS(3077), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208027,6 +136169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -208038,6 +136181,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -208070,70 +136215,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8094] = 13, - ACTIONS(3), 1, + [8261] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1368), 1, + ACTIONS(3083), 1, + anon_sym_LF, + STATE(1066), 1, sym_comment, - STATE(1684), 1, - sym__var, - STATE(2223), 1, - sym__immediate_decimal, - STATE(2218), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2174), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2172), 43, + ACTIONS(3081), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -208141,22 +136261,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [8185] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [8334] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1369), 1, + STATE(1067), 1, sym_comment, - ACTIONS(3226), 2, + ACTIONS(916), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3224), 60, + anon_sym_DOT2, + ACTIONS(914), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208193,7 +136330,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -208217,15 +136353,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8258] = 4, + [8407] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1370), 1, - sym_comment, - ACTIONS(3220), 2, - ts_builtin_sym_end, + ACTIONS(3087), 1, anon_sym_LF, - ACTIONS(3218), 60, + STATE(1068), 1, + sym_comment, + ACTIONS(3085), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208241,6 +136376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -208253,6 +136389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -208262,7 +136399,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -208286,14 +136422,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8331] = 4, + [8480] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3381), 1, + ACTIONS(3091), 1, anon_sym_LF, - STATE(1371), 1, + STATE(1069), 1, sym_comment, - ACTIONS(3379), 61, + ACTIONS(3089), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208355,17 +136491,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8404] = 5, + [8553] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3592), 1, - anon_sym_DOT2, - STATE(1372), 1, + STATE(1070), 1, sym_comment, - ACTIONS(3214), 2, + ACTIONS(937), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3212), 59, + ACTIONS(935), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208402,6 +136536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -208425,17 +136560,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8479] = 5, + [8626] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3594), 1, - anon_sym_DOT2, - STATE(1373), 1, - sym_comment, - ACTIONS(3208), 2, - ts_builtin_sym_end, + ACTIONS(3095), 1, anon_sym_LF, - ACTIONS(3206), 59, + STATE(1071), 1, + sym_comment, + ACTIONS(3093), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208451,6 +136583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -208463,6 +136596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -208495,14 +136629,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8554] = 4, + [8699] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3598), 1, + ACTIONS(3099), 1, anon_sym_LF, - STATE(1374), 1, + STATE(1072), 1, sym_comment, - ACTIONS(3596), 61, + ACTIONS(3097), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208564,118 +136698,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8627] = 39, + [8772] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(3103), 1, + anon_sym_LF, + STATE(1073), 1, + sym_comment, + ACTIONS(3101), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2657), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3449), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(3499), 1, - anon_sym_DASH, - ACTIONS(3602), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1375), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4119), 1, - sym__flag, - STATE(4120), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3600), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [8770] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [8845] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2986), 1, + ACTIONS(3107), 1, anon_sym_LF, - STATE(1376), 1, + STATE(1074), 1, sym_comment, - ACTIONS(2984), 61, + ACTIONS(3105), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208737,70 +136836,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8843] = 13, - ACTIONS(3), 1, + [8918] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1377), 1, + STATE(1075), 1, sym_comment, - STATE(1684), 1, - sym__var, - STATE(2267), 1, - sym__immediate_decimal, - STATE(2268), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2146), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2144), 43, + ACTIONS(2655), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2653), 60, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -208808,21 +136881,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [8934] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [8991] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3606), 1, + ACTIONS(3111), 1, anon_sym_LF, - STATE(1378), 1, + STATE(1076), 1, sym_comment, - ACTIONS(3604), 61, + ACTIONS(3109), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208884,15 +136974,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9007] = 4, + [9064] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1379), 1, - sym_comment, - ACTIONS(1447), 2, - ts_builtin_sym_end, + ACTIONS(3115), 1, anon_sym_LF, - ACTIONS(1445), 60, + STATE(1077), 1, + sym_comment, + ACTIONS(3113), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208908,6 +136997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -208920,6 +137010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -208929,7 +137020,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -208953,223 +137043,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9080] = 39, + [9137] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3610), 1, + ACTIONS(3119), 1, anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1365), 1, - sym__flag, - STATE(1380), 1, + STATE(1078), 1, sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4099), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3608), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [9223] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3499), 1, - anon_sym_DASH, - ACTIONS(3610), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1381), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4098), 1, - sym__flag, - STATE(4099), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3608), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [9366] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1382), 1, - sym_comment, - ACTIONS(1627), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1625), 60, + ACTIONS(3117), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209185,6 +137066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -209197,6 +137079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -209206,7 +137089,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -209230,70 +137112,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9439] = 13, - ACTIONS(3), 1, + [9210] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1383), 1, + ACTIONS(3123), 1, + anon_sym_LF, + STATE(1079), 1, sym_comment, - STATE(1684), 1, - sym__var, - STATE(2225), 1, - sym__immediate_decimal, - STATE(2224), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2130), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2128), 43, + ACTIONS(3121), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -209301,21 +137158,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [9530] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [9283] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3614), 1, + ACTIONS(3127), 1, anon_sym_LF, - STATE(1384), 1, + STATE(1080), 1, sym_comment, - ACTIONS(3612), 61, + ACTIONS(3125), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209377,19 +137250,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9603] = 6, + [9356] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3337), 1, - anon_sym_LBRACE, - STATE(1385), 1, - sym_comment, - STATE(1576), 1, - sym_block, - ACTIONS(3254), 2, - ts_builtin_sym_end, + ACTIONS(3131), 1, anon_sym_LF, - ACTIONS(3252), 58, + STATE(1081), 1, + sym_comment, + ACTIONS(3129), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209405,6 +137273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -209416,6 +137285,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -209448,14 +137319,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9680] = 4, + [9429] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3618), 1, + ACTIONS(3135), 1, anon_sym_LF, - STATE(1386), 1, + STATE(1082), 1, sym_comment, - ACTIONS(3616), 61, + ACTIONS(3133), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209517,14 +137388,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9753] = 4, + [9502] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3622), 1, + ACTIONS(3139), 1, anon_sym_LF, - STATE(1387), 1, + STATE(1083), 1, sym_comment, - ACTIONS(3620), 61, + ACTIONS(3137), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209586,70 +137457,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9826] = 13, - ACTIONS(3), 1, + [9575] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1388), 1, + ACTIONS(3143), 1, + anon_sym_LF, + STATE(1084), 1, sym_comment, - STATE(1684), 1, - sym__var, - STATE(2238), 1, - sym__immediate_decimal, - STATE(2228), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2142), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2140), 43, + ACTIONS(3141), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -209657,24 +137503,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [9917] = 5, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [9648] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3624), 1, - anon_sym_DOT2, - STATE(1389), 1, - sym_comment, - ACTIONS(3200), 2, - ts_builtin_sym_end, + ACTIONS(3147), 1, anon_sym_LF, - ACTIONS(3198), 59, + STATE(1085), 1, + sym_comment, + ACTIONS(3145), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209690,6 +137549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -209702,6 +137562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -209734,14 +137595,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9992] = 4, + [9721] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3628), 1, + ACTIONS(3151), 1, anon_sym_LF, - STATE(1390), 1, + STATE(1086), 1, sym_comment, - ACTIONS(3626), 61, + ACTIONS(3149), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209803,17 +137664,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10065] = 5, + [9794] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DOT2, - STATE(1391), 1, - sym_comment, - ACTIONS(3173), 2, - ts_builtin_sym_end, + ACTIONS(3155), 1, anon_sym_LF, - ACTIONS(3171), 59, + STATE(1087), 1, + sym_comment, + ACTIONS(3153), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209829,6 +137687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -209841,6 +137700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -209873,14 +137733,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10140] = 4, + [9867] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3634), 1, + ACTIONS(3159), 1, anon_sym_LF, - STATE(1392), 1, + STATE(1088), 1, sym_comment, - ACTIONS(3632), 61, + ACTIONS(3157), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209942,121 +137802,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10213] = 39, + [9940] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, + ACTIONS(3161), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3602), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1393), 1, - sym_comment, - STATE(1443), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4120), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3600), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [10356] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3636), 1, - aux_sym__immediate_decimal_token2, - STATE(1394), 1, + STATE(1089), 1, sym_comment, - ACTIONS(2986), 2, + STATE(1253), 1, + sym_block, + ACTIONS(2749), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2984), 59, + ACTIONS(2747), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210083,7 +137841,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -210116,45 +137873,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10431] = 4, - ACTIONS(105), 1, + [10017] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3640), 1, - anon_sym_LF, - STATE(1395), 1, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(1090), 1, sym_comment, - ACTIONS(3638), 61, + STATE(1388), 1, + sym__var, + STATE(1695), 1, + sym__immediate_decimal, + STATE(1694), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1572), 9, + anon_sym_COMMA, + anon_sym_RBRACE, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1570), 43, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR, anon_sym_error, + anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, + anon_sym_else, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, + anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -210162,37 +137944,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_where, + anon_sym_new, + anon_sym_as, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [10504] = 4, + aux_sym__record_key_token2, + [10108] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3644), 1, + ACTIONS(3166), 1, anon_sym_LF, - STATE(1396), 1, + STATE(1091), 1, sym_comment, - ACTIONS(3642), 61, + ACTIONS(3164), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210254,17 +138020,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10577] = 5, + [10181] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3284), 1, - aux_sym__immediate_decimal_token2, - STATE(1397), 1, - sym_comment, - ACTIONS(2908), 2, - ts_builtin_sym_end, + ACTIONS(3170), 1, anon_sym_LF, - ACTIONS(2906), 59, + STATE(1092), 1, + sym_comment, + ACTIONS(3168), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210280,6 +138043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -210292,6 +138056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -210324,14 +138089,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10652] = 4, + [10254] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3648), 1, + ACTIONS(3174), 1, anon_sym_LF, - STATE(1398), 1, + STATE(1093), 1, sym_comment, - ACTIONS(3646), 61, + ACTIONS(3172), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210393,45 +138158,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10725] = 4, - ACTIONS(105), 1, + [10327] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3652), 1, - anon_sym_LF, - STATE(1399), 1, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(1094), 1, sym_comment, - ACTIONS(3650), 61, + STATE(1388), 1, + sym__var, + STATE(1700), 1, + sym__immediate_decimal, + STATE(1697), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1568), 9, + anon_sym_COMMA, + anon_sym_RBRACE, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1566), 43, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR, anon_sym_error, + anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, + anon_sym_else, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, + anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -210439,37 +138229,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_where, + anon_sym_new, + anon_sym_as, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [10418] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(2410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2412), 1, + anon_sym_DASH2, + ACTIONS(2414), 1, + anon_sym_PLUS2, + STATE(1095), 1, + sym_comment, + STATE(1388), 1, + sym__var, + STATE(1704), 1, + sym__immediate_decimal, + STATE(1701), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1564), 9, + anon_sym_COMMA, + anon_sym_RBRACE, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [10798] = 4, + ACTIONS(1562), 43, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [10509] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3656), 1, + ACTIONS(3178), 1, anon_sym_LF, - STATE(1400), 1, + STATE(1096), 1, sym_comment, - ACTIONS(3654), 61, + ACTIONS(3176), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210531,26 +138383,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10871] = 7, + [10582] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, + ACTIONS(3182), 1, anon_sym_LF, - STATE(1279), 1, - sym__terminator, - STATE(1401), 1, + STATE(1097), 1, sym_comment, - STATE(1438), 1, - aux_sym__block_body_repeat1, - ACTIONS(3658), 58, + ACTIONS(3180), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -210559,6 +138406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -210571,6 +138419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -210603,14 +138452,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10950] = 4, + [10655] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3258), 1, + ACTIONS(3186), 1, anon_sym_LF, - STATE(1402), 1, + STATE(1098), 1, sym_comment, - ACTIONS(3256), 61, + ACTIONS(3184), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210672,70 +138521,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11023] = 13, - ACTIONS(3), 1, + [10728] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1403), 1, + ACTIONS(3190), 1, + anon_sym_LF, + STATE(1099), 1, sym_comment, - STATE(1684), 1, - sym__var, - STATE(2269), 1, - sym__immediate_decimal, - STATE(2270), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2138), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2136), 43, + ACTIONS(3188), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -210743,21 +138567,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [11114] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [10801] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3662), 1, + ACTIONS(1095), 1, anon_sym_LF, - STATE(1404), 1, + STATE(1100), 1, sym_comment, - ACTIONS(3660), 61, + ACTIONS(1093), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210819,14 +138659,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11187] = 4, + [10874] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3194), 1, anon_sym_LF, - STATE(1405), 1, + STATE(1101), 1, sym_comment, - ACTIONS(3664), 61, + ACTIONS(3192), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210888,326 +138728,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11260] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3670), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1406), 1, - sym_comment, - STATE(1488), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4124), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3668), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [11403] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3602), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1407), 1, - sym_comment, - STATE(1442), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4120), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3600), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [11546] = 39, + [10947] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3602), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1408), 1, - sym_comment, - STATE(1441), 1, - sym__flag, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4120), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3600), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [11689] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3674), 1, + ACTIONS(3198), 1, anon_sym_LF, - STATE(1409), 1, + STATE(1102), 1, sym_comment, - ACTIONS(3672), 61, + ACTIONS(3196), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211269,14 +138797,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11762] = 4, + [11020] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3678), 1, + ACTIONS(3198), 1, anon_sym_LF, - STATE(1410), 1, + STATE(1103), 1, sym_comment, - ACTIONS(3676), 61, + ACTIONS(3196), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211338,14 +138866,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11835] = 4, + [11093] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3682), 1, + ACTIONS(3202), 1, anon_sym_LF, - STATE(1411), 1, + STATE(1104), 1, sym_comment, - ACTIONS(3680), 61, + ACTIONS(3200), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211407,14 +138935,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11908] = 4, + [11166] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3686), 1, + ACTIONS(3202), 1, anon_sym_LF, - STATE(1412), 1, + STATE(1105), 1, sym_comment, - ACTIONS(3684), 61, + ACTIONS(3200), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211476,14 +139004,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11981] = 4, + [11239] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3690), 1, - anon_sym_LF, - STATE(1413), 1, + STATE(1106), 1, sym_comment, - ACTIONS(3688), 61, + ACTIONS(2762), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2760), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211499,7 +139028,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -211512,7 +139040,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -211522,6 +139049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_as, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -211545,17 +139073,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12054] = 5, + [11312] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3189), 1, - aux_sym__immediate_decimal_token2, - STATE(1414), 1, + STATE(1107), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(1079), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2832), 59, + ACTIONS(1077), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211592,6 +139118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -211615,31 +139142,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12129] = 13, + [11385] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3198), 1, + anon_sym_LF, + STATE(1108), 1, + sym_comment, + ACTIONS(3196), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [11458] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3198), 1, + anon_sym_LF, + STATE(1109), 1, + sym_comment, + ACTIONS(3196), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [11531] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(2956), 1, + ACTIONS(2410), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, + ACTIONS(2412), 1, anon_sym_DASH2, - ACTIONS(2960), 1, + ACTIONS(2414), 1, anon_sym_PLUS2, - STATE(1415), 1, + STATE(1110), 1, sym_comment, - STATE(1684), 1, + STATE(1388), 1, sym__var, - STATE(2271), 1, + STATE(1706), 1, sym__immediate_decimal, - STATE(2272), 2, + STATE(1705), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2150), 9, + ACTIONS(1560), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -211649,7 +139314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2148), 43, + ACTIONS(1558), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211693,14 +139358,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [12220] = 4, + [11622] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1657), 1, + ACTIONS(3206), 1, anon_sym_LF, - STATE(1416), 1, + STATE(1111), 1, sym_comment, - ACTIONS(1655), 61, + ACTIONS(3204), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211762,14 +139427,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12293] = 4, + [11695] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3694), 1, + ACTIONS(3210), 1, anon_sym_LF, - STATE(1417), 1, + STATE(1112), 1, sym_comment, - ACTIONS(3692), 61, + ACTIONS(3208), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211831,14 +139496,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12366] = 4, + [11768] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3698), 1, + ACTIONS(3210), 1, anon_sym_LF, - STATE(1418), 1, + STATE(1113), 1, + sym_comment, + ACTIONS(3208), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [11841] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3214), 1, + anon_sym_LF, + STATE(1114), 1, sym_comment, - ACTIONS(3696), 61, + ACTIONS(3212), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211900,31 +139634,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12439] = 13, + [11914] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(2956), 1, + ACTIONS(2410), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, + ACTIONS(2412), 1, anon_sym_DASH2, - ACTIONS(2960), 1, + ACTIONS(2414), 1, anon_sym_PLUS2, - STATE(1419), 1, + STATE(1115), 1, sym_comment, - STATE(1684), 1, + STATE(1388), 1, sym__var, - STATE(2273), 1, + STATE(1723), 1, sym__immediate_decimal, - STATE(2274), 2, + STATE(1722), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2154), 9, + ACTIONS(1604), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -211934,7 +139668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2152), 43, + ACTIONS(1602), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211978,16 +139712,534 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [12530] = 4, + [12005] = 39, ACTIONS(105), 1, anon_sym_POUND, - STATE(1420), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3218), 1, + anon_sym_LF, + ACTIONS(3220), 1, + anon_sym_DASH, + STATE(1116), 1, sym_comment, - ACTIONS(1534), 3, - ts_builtin_sym_end, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4088), 1, + sym__expression, + STATE(4102), 1, + sym__flag, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3216), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [12148] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3218), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1532), 59, + STATE(1117), 1, + sym_comment, + STATE(1155), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4088), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3216), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [12291] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3218), 1, + anon_sym_LF, + STATE(1118), 1, + sym_comment, + STATE(1156), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4088), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3216), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [12434] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3218), 1, + anon_sym_LF, + STATE(1119), 1, + sym_comment, + STATE(1159), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4088), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3216), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [12577] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3218), 1, + anon_sym_LF, + STATE(1120), 1, + sym_comment, + STATE(1160), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4088), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3216), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [12720] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3224), 1, + anon_sym_LF, + STATE(1121), 1, + sym_comment, + ACTIONS(3222), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212003,6 +140255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -212015,6 +140268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212047,16 +140301,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12603] = 4, + [12793] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1421), 1, + STATE(1122), 1, sym_comment, - ACTIONS(1526), 3, + ACTIONS(847), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 59, + ACTIONS(845), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212093,6 +140346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -212116,19 +140370,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12676] = 6, + [12866] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3700), 1, - anon_sym_LBRACE, - STATE(1422), 1, - sym_comment, - STATE(1498), 1, - sym_block, - ACTIONS(3266), 2, - ts_builtin_sym_end, + ACTIONS(3228), 1, anon_sym_LF, - ACTIONS(3264), 58, + STATE(1123), 1, + sym_comment, + ACTIONS(3226), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212144,6 +140393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -212155,6 +140405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212187,14 +140439,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12753] = 4, + [12939] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3705), 1, - anon_sym_LF, - STATE(1423), 1, + STATE(1124), 1, sym_comment, - ACTIONS(3703), 61, + ACTIONS(2778), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2776), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212210,7 +140463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -212223,7 +140476,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212256,14 +140508,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12826] = 4, + [13012] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3709), 1, + ACTIONS(3232), 1, anon_sym_LF, - STATE(1424), 1, + STATE(1125), 1, sym_comment, - ACTIONS(3707), 61, + ACTIONS(3230), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212325,14 +140577,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12899] = 4, + [13085] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3713), 1, + ACTIONS(3236), 1, anon_sym_LF, - STATE(1425), 1, + STATE(1126), 1, sym_comment, - ACTIONS(3711), 61, + ACTIONS(3234), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212394,14 +140646,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12972] = 4, + [13158] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3717), 1, + ACTIONS(1091), 1, anon_sym_LF, - STATE(1426), 1, + STATE(1127), 1, sym_comment, - ACTIONS(3715), 61, + ACTIONS(1089), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212463,16 +140715,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13045] = 4, + [13231] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1427), 1, + ACTIONS(3238), 1, + anon_sym_LBRACE, + STATE(1128), 1, sym_comment, - ACTIONS(1511), 3, + STATE(1292), 1, + sym_block, + ACTIONS(2766), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1509), 59, + ACTIONS(2764), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212499,7 +140754,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212532,14 +140786,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13118] = 4, + [13308] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3721), 1, - anon_sym_LF, - STATE(1428), 1, + ACTIONS(2121), 1, + aux_sym_unquoted_token3, + STATE(1129), 1, sym_comment, - ACTIONS(3719), 61, + ACTIONS(699), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(697), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212555,7 +140812,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -212568,7 +140824,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212601,14 +140856,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13191] = 4, + [13383] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3725), 1, - anon_sym_LF, - STATE(1429), 1, + ACTIONS(2883), 1, + anon_sym_LBRACE, + STATE(1130), 1, sym_comment, - ACTIONS(3723), 61, + STATE(1245), 1, + sym_block, + ACTIONS(2745), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2743), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212624,7 +140884,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -212636,8 +140895,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212670,14 +140927,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13264] = 4, + [13460] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3729), 1, - anon_sym_LF, - STATE(1430), 1, + ACTIONS(2883), 1, + anon_sym_LBRACE, + STATE(1131), 1, sym_comment, - ACTIONS(3727), 61, + STATE(1258), 1, + sym_block, + ACTIONS(2745), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2743), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212693,7 +140955,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -212705,8 +140966,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -212739,92 +140998,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13337] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1431), 1, - sym_comment, - STATE(1684), 1, - sym__var, - STATE(2275), 1, - sym__immediate_decimal, - STATE(2276), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2158), 9, - anon_sym_COMMA, - anon_sym_RBRACE, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2156), 43, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [13428] = 4, + [13537] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3733), 1, + ACTIONS(3243), 1, anon_sym_LF, - STATE(1432), 1, + STATE(1132), 1, sym_comment, - ACTIONS(3731), 61, + ACTIONS(3241), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212886,70 +141067,253 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13501] = 13, - ACTIONS(3), 1, + [13610] = 39, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(2956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2958), 1, - anon_sym_DASH2, - ACTIONS(2960), 1, - anon_sym_PLUS2, - STATE(1433), 1, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3247), 1, + anon_sym_LF, + STATE(980), 1, + sym__flag, + STATE(1133), 1, sym_comment, - STATE(1684), 1, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, sym__var, - STATE(2277), 1, - sym__immediate_decimal, - STATE(2278), 2, - sym_expr_parenthesized, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, sym_val_variable, - ACTIONS(2178), 9, - anon_sym_COMMA, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4066), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3245), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, + ACTIONS(193), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [13753] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3247), 1, + anon_sym_LF, + STATE(983), 1, + sym__flag, + STATE(1134), 1, + sym_comment, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4066), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2176), 43, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3245), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [13896] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2786), 1, + anon_sym_LF, + STATE(1135), 1, + sym_comment, + ACTIONS(2784), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, anon_sym_error, - anon_sym_list, anon_sym_DASH, anon_sym_break, anon_sym_continue, anon_sym_for, - anon_sym_in, anon_sym_loop, - anon_sym_make, anon_sym_while, anon_sym_do, anon_sym_if, - anon_sym_else, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -212957,32 +141321,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [13592] = 6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [13969] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_SEMI, - ACTIONS(3740), 1, + ACTIONS(2503), 1, anon_sym_LF, - STATE(1434), 1, + STATE(1136), 1, sym_comment, - ACTIONS(3743), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3735), 58, + ACTIONS(2501), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -212991,6 +141367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -213003,6 +141380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -213035,14 +141413,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13669] = 4, + [14042] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1534), 1, + ACTIONS(3251), 1, anon_sym_LF, - STATE(1435), 1, + STATE(1137), 1, sym_comment, - ACTIONS(1532), 61, + ACTIONS(3249), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213104,14 +141482,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13742] = 4, + [14115] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3747), 1, + ACTIONS(3251), 1, anon_sym_LF, - STATE(1436), 1, + STATE(1138), 1, sym_comment, - ACTIONS(3745), 61, + ACTIONS(3249), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213173,14 +141551,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13815] = 4, + [14188] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3751), 1, + ACTIONS(887), 1, anon_sym_LF, - STATE(1437), 1, + STATE(1139), 1, sym_comment, - ACTIONS(3749), 61, + ACTIONS(885), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213242,26 +141620,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13888] = 7, + [14261] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1195), 1, - aux_sym__block_body_repeat1, - STATE(1279), 1, - sym__terminator, - STATE(1438), 1, + STATE(1140), 1, sym_comment, - ACTIONS(3753), 58, + ACTIONS(1083), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1081), 60, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -213291,6 +141665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -213314,14 +141689,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13967] = 4, + [14334] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3757), 1, - anon_sym_LF, - STATE(1439), 1, + STATE(1141), 1, sym_comment, - ACTIONS(3755), 61, + ACTIONS(920), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(918), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213337,7 +141714,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -213350,7 +141726,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -213383,14 +141758,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14040] = 4, + [14407] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3761), 1, + ACTIONS(3255), 1, anon_sym_LF, - STATE(1440), 1, + STATE(1142), 1, sym_comment, - ACTIONS(3759), 61, + ACTIONS(3253), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213452,326 +141827,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14113] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3765), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1380), 1, - sym__flag, - STATE(1441), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4088), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3763), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [14256] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, - anon_sym_DASH, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3765), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1381), 1, - sym__flag, - STATE(1442), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4088), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3763), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [14399] = 39, + [14480] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3449), 1, - anon_sym_DOT, - ACTIONS(3499), 1, - anon_sym_DASH, - ACTIONS(3765), 1, + ACTIONS(3255), 1, anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1443), 1, + STATE(1143), 1, sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4088), 1, - sym__expression, - STATE(4112), 1, - sym__flag, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3763), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [14542] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3769), 1, - anon_sym_LF, - STATE(1444), 1, - sym_comment, - ACTIONS(3767), 61, + ACTIONS(3253), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213833,15 +141896,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14615] = 4, + [14553] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1445), 1, + STATE(1144), 1, sym_comment, - ACTIONS(1443), 2, + ACTIONS(862), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1441), 60, + anon_sym_DOT2, + ACTIONS(860), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213878,7 +141942,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -213902,14 +141965,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14688] = 4, + [14626] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3773), 1, + ACTIONS(3259), 1, anon_sym_LF, - STATE(1446), 1, + STATE(1145), 1, sym_comment, - ACTIONS(3771), 61, + ACTIONS(3257), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213971,14 +142034,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14761] = 4, + [14699] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3777), 1, + ACTIONS(3263), 1, anon_sym_LF, - STATE(1447), 1, + STATE(1146), 1, sym_comment, - ACTIONS(3775), 61, + ACTIONS(3261), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214040,14 +142103,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14834] = 4, + [14772] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3781), 1, + ACTIONS(3267), 1, anon_sym_LF, - STATE(1448), 1, + STATE(1147), 1, sym_comment, - ACTIONS(3779), 61, + ACTIONS(3265), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214109,14 +142172,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14907] = 4, + [14845] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3785), 1, - anon_sym_LF, - STATE(1449), 1, + STATE(1148), 1, sym_comment, - ACTIONS(3783), 61, + STATE(1194), 1, + sym_val_record, + ACTIONS(2758), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2756), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214132,7 +142198,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -214145,7 +142210,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -214178,14 +142242,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14980] = 4, + [14920] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3789), 1, - anon_sym_LF, - STATE(1450), 1, + STATE(1149), 1, sym_comment, - ACTIONS(3787), 61, + STATE(1197), 1, + sym_val_record, + ACTIONS(2629), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2627), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214201,7 +142268,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -214214,7 +142280,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -214247,14 +142312,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15053] = 4, + [14995] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3789), 1, + ACTIONS(3267), 1, anon_sym_LF, - STATE(1451), 1, + STATE(1150), 1, sym_comment, - ACTIONS(3787), 61, + ACTIONS(3265), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214316,24 +142381,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15126] = 5, + [15068] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2681), 1, - aux_sym_unquoted_token3, - STATE(1452), 1, - sym_comment, - ACTIONS(1377), 2, - ts_builtin_sym_end, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(1375), 59, + STATE(894), 1, + aux_sym__block_body_repeat1, + STATE(1151), 1, + sym_comment, + STATE(1152), 1, + sym__terminator, + ACTIONS(3269), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -214386,14 +142453,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15201] = 4, + [15147] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3793), 1, + ACTIONS(3273), 1, anon_sym_LF, - STATE(1453), 1, + STATE(1152), 1, sym_comment, - ACTIONS(3791), 61, + ACTIONS(3271), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214455,14 +142522,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15274] = 4, + [15220] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3797), 1, + ACTIONS(3277), 1, anon_sym_LF, - STATE(1454), 1, + STATE(1153), 1, sym_comment, - ACTIONS(3795), 61, + ACTIONS(3275), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214524,14 +142591,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15347] = 4, + [15293] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3801), 1, + ACTIONS(2377), 1, anon_sym_LF, - STATE(1455), 1, + STATE(1154), 1, sym_comment, - ACTIONS(3799), 61, + ACTIONS(2375), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214593,85 +142660,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15420] = 4, + [15366] = 39, ACTIONS(105), 1, anon_sym_POUND, - STATE(1456), 1, - sym_comment, - ACTIONS(3262), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3260), 60, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, anon_sym_LBRACK, + ACTIONS(2164), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, + ACTIONS(2166), 1, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_as, - anon_sym_where, + ACTIONS(2170), 1, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3220), 1, + anon_sym_DASH, + ACTIONS(3281), 1, + anon_sym_LF, + STATE(1155), 1, + sym_comment, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4095), 1, + sym__flag, + STATE(4096), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3279), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [15509] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, sym_val_date, + ACTIONS(2174), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2178), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [15493] = 4, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3281), 1, + anon_sym_LF, + STATE(1156), 1, + sym_comment, + STATE(1168), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4096), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3279), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [15652] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1457), 1, - sym_comment, - ACTIONS(1515), 3, - ts_builtin_sym_end, + ACTIONS(3285), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1513), 59, + STATE(1157), 1, + sym_comment, + ACTIONS(3283), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214687,6 +142891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -214699,6 +142904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -214731,26 +142937,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15566] = 7, + [15725] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, + ACTIONS(3289), 1, anon_sym_LF, - STATE(1279), 1, - sym__terminator, - STATE(1282), 1, - aux_sym__block_body_repeat1, - STATE(1458), 1, + STATE(1158), 1, sym_comment, - ACTIONS(3803), 58, + ACTIONS(3287), 61, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -214759,6 +142960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -214771,6 +142973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -214803,99 +143006,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15645] = 39, + [15798] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(2162), 1, anon_sym_LBRACK, - ACTIONS(2657), 1, + ACTIONS(2164), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, + ACTIONS(2166), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, + ACTIONS(2170), 1, anon_sym_PLUS, - ACTIONS(2665), 1, + ACTIONS(2172), 1, sym_val_date, - ACTIONS(2667), 1, + ACTIONS(2174), 1, anon_sym_DQUOTE, - ACTIONS(2671), 1, + ACTIONS(2178), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, + ACTIONS(2180), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, + ACTIONS(2847), 1, anon_sym_DASH, - ACTIONS(3449), 1, + ACTIONS(2849), 1, anon_sym_DOT, - ACTIONS(3531), 1, + ACTIONS(3281), 1, anon_sym_LF, - STATE(389), 1, + STATE(1159), 1, + sym_comment, + STATE(1170), 1, + sym__flag, + STATE(2578), 1, sym__val_number, - STATE(419), 1, + STATE(2787), 1, + sym__var, + STATE(2790), 1, sym__val_number_decimal, - STATE(430), 1, + STATE(2856), 1, sym_val_number, - STATE(1330), 1, - sym__flag, - STATE(1459), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, + STATE(2900), 1, sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4106), 1, + STATE(4096), 1, sym__expression, - STATE(4471), 1, + STATE(4418), 1, sym_val_range, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, + ACTIONS(2176), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3209), 2, + STATE(3132), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3094), 3, + STATE(3078), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3529), 4, + ACTIONS(3279), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(363), 6, + ACTIONS(193), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -214907,226 +143110,118 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [15788] = 4, + [15941] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3807), 1, - anon_sym_LF, - STATE(1460), 1, - sym_comment, - ACTIONS(3805), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, anon_sym_LBRACK, + ACTIONS(2164), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, + ACTIONS(2166), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, + ACTIONS(2170), 1, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(2172), 1, sym_val_date, + ACTIONS(2174), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2178), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [15861] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3811), 1, - anon_sym_LF, - STATE(1461), 1, - sym_comment, - ACTIONS(3809), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_error, + ACTIONS(2847), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(2849), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, + ACTIONS(3281), 1, + anon_sym_LF, + STATE(1160), 1, + sym_comment, + STATE(1172), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4096), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [15934] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3815), 1, - anon_sym_LF, - STATE(1462), 1, - sym_comment, - ACTIONS(3813), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3279), 4, anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(193), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [16007] = 6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [16084] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3337), 1, - anon_sym_LBRACE, - STATE(1463), 1, - sym_comment, - STATE(1575), 1, - sym_block, - ACTIONS(3254), 2, - ts_builtin_sym_end, + ACTIONS(2328), 1, anon_sym_LF, - ACTIONS(3252), 58, + STATE(1161), 1, + sym_comment, + ACTIONS(2326), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215142,6 +143237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -215153,6 +143249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -215185,14 +143283,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16084] = 4, + [16157] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3815), 1, + ACTIONS(3293), 1, anon_sym_LF, - STATE(1464), 1, + STATE(1162), 1, sym_comment, - ACTIONS(3813), 61, + ACTIONS(3291), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215254,14 +143352,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16157] = 4, + [16230] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3819), 1, + ACTIONS(924), 1, anon_sym_LF, - STATE(1465), 1, + STATE(1163), 1, sym_comment, - ACTIONS(3817), 61, + ACTIONS(922), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215323,14 +143421,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16230] = 4, + [16303] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3819), 1, + ACTIONS(3297), 1, anon_sym_LF, - STATE(1466), 1, + STATE(1164), 1, sym_comment, - ACTIONS(3817), 61, + ACTIONS(3295), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215392,15 +143490,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16303] = 4, + [16376] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1467), 1, - sym_comment, - ACTIONS(1643), 2, - ts_builtin_sym_end, + ACTIONS(3301), 1, anon_sym_LF, - ACTIONS(1641), 60, + STATE(1165), 1, + sym_comment, + ACTIONS(3299), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215416,6 +143513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -215428,6 +143526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -215437,7 +143536,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -215461,14 +143559,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16376] = 4, + [16449] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3823), 1, + ACTIONS(3301), 1, anon_sym_LF, - STATE(1468), 1, + STATE(1166), 1, sym_comment, - ACTIONS(3821), 61, + ACTIONS(3299), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215530,14 +143628,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16449] = 4, + [16522] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3827), 1, + ACTIONS(3305), 1, anon_sym_LF, - STATE(1469), 1, + STATE(1167), 1, sym_comment, - ACTIONS(3825), 61, + ACTIONS(3303), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215599,14 +143697,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16522] = 4, + [16595] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3823), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3220), 1, + anon_sym_DASH, + ACTIONS(3309), 1, anon_sym_LF, - STATE(1470), 1, + STATE(1168), 1, + sym_comment, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4105), 1, + sym__expression, + STATE(4108), 1, + sym__flag, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3307), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [16738] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3313), 1, + anon_sym_LF, + STATE(1169), 1, sym_comment, - ACTIONS(3821), 61, + ACTIONS(3311), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215668,14 +143870,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16595] = 4, + [16811] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3831), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3309), 1, anon_sym_LF, - STATE(1471), 1, + STATE(1170), 1, + sym_comment, + STATE(1175), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4105), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3307), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [16954] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1171), 1, sym_comment, - ACTIONS(3829), 61, + ACTIONS(2786), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2784), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215691,7 +143999,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -215704,7 +144011,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -215737,14 +144043,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16668] = 4, + [17027] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3835), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3309), 1, anon_sym_LF, - STATE(1472), 1, + STATE(1172), 1, + sym_comment, + STATE(1176), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4105), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3307), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [17170] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3317), 1, + anon_sym_LF, + STATE(1173), 1, sym_comment, - ACTIONS(3833), 61, + ACTIONS(3315), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215806,14 +144216,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16741] = 4, + [17243] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3839), 1, - anon_sym_LF, - STATE(1473), 1, + STATE(1174), 1, sym_comment, - ACTIONS(3837), 61, + ACTIONS(2503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2501), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215829,7 +144241,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -215842,7 +144253,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -215875,14 +144285,224 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16814] = 4, + [17316] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3843), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3220), 1, + anon_sym_DASH, + ACTIONS(3321), 1, anon_sym_LF, - STATE(1474), 1, + STATE(1175), 1, + sym_comment, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4090), 1, + sym__expression, + STATE(4097), 1, + sym__flag, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3319), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [17459] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2847), 1, + anon_sym_DASH, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3321), 1, + anon_sym_LF, + STATE(1176), 1, + sym_comment, + STATE(1179), 1, + sym__flag, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4090), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3132), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3319), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [17602] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1177), 1, sym_comment, - ACTIONS(3841), 61, + ACTIONS(2377), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2375), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215898,7 +144518,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -215911,7 +144530,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -215944,14 +144562,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16887] = 4, + [17675] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3847), 1, - anon_sym_LF, - STATE(1475), 1, + STATE(1178), 1, sym_comment, - ACTIONS(3845), 61, + ACTIONS(2683), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2681), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215967,7 +144586,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -215980,7 +144598,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -215990,6 +144607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_as, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -216013,14 +144631,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16960] = 4, + [17748] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3815), 1, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + anon_sym_LBRACK, + ACTIONS(2164), 1, + anon_sym_LPAREN, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(2170), 1, + anon_sym_PLUS, + ACTIONS(2172), 1, + sym_val_date, + ACTIONS(2174), 1, + anon_sym_DQUOTE, + ACTIONS(2178), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2180), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2849), 1, + anon_sym_DOT, + ACTIONS(3220), 1, + anon_sym_DASH, + ACTIONS(3325), 1, anon_sym_LF, - STATE(1476), 1, + STATE(1179), 1, + sym_comment, + STATE(2578), 1, + sym__val_number, + STATE(2787), 1, + sym__var, + STATE(2790), 1, + sym__val_number_decimal, + STATE(2856), 1, + sym_val_number, + STATE(2900), 1, + sym_val_variable, + STATE(2925), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4080), 1, + sym__flag, + STATE(4104), 1, + sym__expression, + STATE(4418), 1, + sym_val_range, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2176), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3078), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3323), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(193), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [17891] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1180), 1, sym_comment, - ACTIONS(3813), 61, + ACTIONS(2782), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2780), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216036,7 +144759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216049,7 +144771,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -216059,6 +144780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, + anon_sym_as, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -216082,22 +144804,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17033] = 4, + [17964] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(1477), 1, - sym_comment, - ACTIONS(3179), 2, - ts_builtin_sym_end, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(3177), 60, + STATE(1151), 1, + aux_sym__block_body_repeat1, + STATE(1152), 1, + sym__terminator, + STATE(1181), 1, + sym_comment, + ACTIONS(3327), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -216106,7 +144832,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216151,14 +144876,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17106] = 4, + [18043] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3815), 1, + ACTIONS(3331), 1, anon_sym_LF, - STATE(1478), 1, + STATE(1182), 1, sym_comment, - ACTIONS(3813), 61, + ACTIONS(3329), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216220,14 +144945,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17179] = 4, + [18116] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3851), 1, + ACTIONS(3335), 1, anon_sym_LF, - STATE(1479), 1, + STATE(1183), 1, sym_comment, - ACTIONS(3849), 61, + ACTIONS(3333), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216289,118 +145014,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17252] = 39, + [18189] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(3339), 1, + anon_sym_LF, + STATE(1184), 1, + sym_comment, + ACTIONS(3337), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2657), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3449), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(3531), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1331), 1, - sym__flag, - STATE(1480), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4106), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3529), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [17395] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [18262] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_LF, - STATE(1481), 1, + STATE(1185), 1, sym_comment, - ACTIONS(3853), 61, + ACTIONS(3151), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3149), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216416,7 +145107,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216429,7 +145119,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -216462,14 +145151,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17468] = 4, + [18334] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3859), 1, - anon_sym_LF, - STATE(1482), 1, + STATE(1186), 1, sym_comment, - ACTIONS(3857), 61, + ACTIONS(3166), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3164), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216485,7 +145175,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216498,7 +145187,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -216531,119 +145219,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17541] = 39, + [18406] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2655), 1, + STATE(1187), 1, + sym_comment, + ACTIONS(2905), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2903), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2657), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, - anon_sym_LBRACE, - ACTIONS(2663), 1, - anon_sym_PLUS, - ACTIONS(2665), 1, - sym_val_date, - ACTIONS(2667), 1, - anon_sym_DQUOTE, - ACTIONS(2671), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3449), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, anon_sym_DOT, - ACTIONS(3531), 1, - anon_sym_LF, - STATE(389), 1, - sym__val_number, - STATE(419), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1334), 1, - sym__flag, - STATE(1483), 1, - sym_comment, - STATE(2915), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, - sym_expr_parenthesized, - STATE(3008), 1, - sym_val_variable, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4106), 1, - sym__expression, - STATE(4471), 1, - sym_val_range, - ACTIONS(357), 2, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3209), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3094), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3529), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [17684] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [18478] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1484), 1, + STATE(1188), 1, sym_comment, - ACTIONS(1439), 2, + ACTIONS(2901), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1437), 60, + ACTIONS(2899), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216680,7 +145332,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide, anon_sym_hide_DASHenv, anon_sym_overlay, - anon_sym_STAR, anon_sym_where, anon_sym_PLUS, anon_sym_not, @@ -216704,14 +145355,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17757] = 4, + [18550] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3863), 1, - anon_sym_LF, - STATE(1485), 1, + STATE(1189), 1, sym_comment, - ACTIONS(3861), 61, + ACTIONS(2897), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2895), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216727,7 +145379,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216740,7 +145391,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -216773,14 +145423,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17830] = 4, + [18622] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3867), 1, - anon_sym_LF, - STATE(1486), 1, + STATE(1190), 1, sym_comment, - ACTIONS(3865), 61, + ACTIONS(2795), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2793), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216796,7 +145447,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216809,7 +145459,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -216842,14 +145491,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17903] = 4, + [18694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3871), 1, - anon_sym_LF, - STATE(1487), 1, + STATE(1191), 1, sym_comment, - ACTIONS(3869), 61, + ACTIONS(2867), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2865), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216865,7 +145515,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -216878,7 +145527,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_try, anon_sym_return, @@ -216911,99 +145559,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17976] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [18766] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(2237), 1, anon_sym_LBRACK, - ACTIONS(2657), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, + ACTIONS(2241), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, + ACTIONS(2245), 1, anon_sym_PLUS, - ACTIONS(2665), 1, + ACTIONS(2247), 1, sym_val_date, - ACTIONS(2667), 1, + ACTIONS(2249), 1, anon_sym_DQUOTE, - ACTIONS(2671), 1, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, + ACTIONS(3341), 1, anon_sym_DASH, - ACTIONS(3449), 1, + ACTIONS(3343), 1, anon_sym_DOT, - ACTIONS(3875), 1, - anon_sym_LF, - STATE(389), 1, + STATE(1192), 1, + sym_comment, + STATE(1323), 1, + sym__flag, + STATE(2776), 1, sym__val_number, - STATE(419), 1, + STATE(2839), 1, sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1315), 1, - sym__flag, - STATE(1488), 1, - sym_comment, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, sym_expr_parenthesized, - STATE(3008), 1, + STATE(3052), 1, sym_val_variable, - STATE(3055), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4139), 1, + STATE(4123), 1, sym__expression, - STATE(4471), 1, + STATE(4504), 1, sym_val_range, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, + ACTIONS(2251), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3209), 2, + ACTIONS(3017), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3019), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3094), 3, + STATE(3205), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3873), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + ACTIONS(89), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -217015,99 +145662,98 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18119] = 39, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [18908] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1828), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(2655), 1, + ACTIONS(2237), 1, anon_sym_LBRACK, - ACTIONS(2657), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2659), 1, + ACTIONS(2241), 1, anon_sym_LBRACE, - ACTIONS(2663), 1, + ACTIONS(2245), 1, anon_sym_PLUS, - ACTIONS(2665), 1, + ACTIONS(2247), 1, sym_val_date, - ACTIONS(2667), 1, + ACTIONS(2249), 1, anon_sym_DQUOTE, - ACTIONS(2671), 1, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2673), 1, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3447), 1, + ACTIONS(3341), 1, anon_sym_DASH, - ACTIONS(3449), 1, + ACTIONS(3343), 1, anon_sym_DOT, - ACTIONS(3875), 1, - anon_sym_LF, - STATE(389), 1, + STATE(1193), 1, + sym_comment, + STATE(1320), 1, + sym__flag, + STATE(2776), 1, sym__val_number, - STATE(419), 1, + STATE(2839), 1, sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(1318), 1, - sym__flag, - STATE(1489), 1, - sym_comment, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3006), 1, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, sym_expr_parenthesized, - STATE(3008), 1, + STATE(3052), 1, sym_val_variable, - STATE(3055), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4139), 1, + STATE(4123), 1, sym__expression, - STATE(4471), 1, + STATE(4504), 1, sym_val_range, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2669), 2, + ACTIONS(2251), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3209), 2, + ACTIONS(3017), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3019), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3094), 3, + STATE(3205), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3873), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(363), 6, + ACTIONS(89), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -217119,15 +145765,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18262] = 4, + [19050] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1490), 1, + STATE(1194), 1, sym_comment, - ACTIONS(3871), 2, + ACTIONS(3285), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3869), 59, + ACTIONS(3283), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217187,15 +145833,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18334] = 4, + [19122] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1491), 1, + STATE(1195), 1, sym_comment, - ACTIONS(3461), 2, + ACTIONS(3251), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3459), 59, + ACTIONS(3249), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217255,15 +145901,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18406] = 4, + [19194] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1492), 1, + STATE(1196), 1, sym_comment, - ACTIONS(3481), 2, + ACTIONS(3251), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3479), 59, + ACTIONS(3249), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217323,15 +145969,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18478] = 4, + [19266] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1493), 1, + STATE(1197), 1, sym_comment, - ACTIONS(3847), 2, + ACTIONS(3289), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3845), 59, + ACTIONS(3287), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217391,15 +146037,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18550] = 4, + [19338] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1494), 1, + STATE(1198), 1, sym_comment, - ACTIONS(3843), 2, + ACTIONS(3313), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3841), 59, + ACTIONS(3311), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217459,15 +146105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18622] = 4, + [19410] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1495), 1, + STATE(1199), 1, sym_comment, - ACTIONS(3839), 2, + ACTIONS(3055), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3837), 59, + ACTIONS(3053), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217527,32 +146173,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18694] = 4, + [19482] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1496), 1, - sym_comment, - ACTIONS(3835), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3833), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, anon_sym_LBRACK, + ACTIONS(2239), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1200), 1, + sym_comment, + STATE(1201), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4123), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3017), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3019), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [19624] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1201), 1, + sym_comment, + STATE(1228), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4188), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [19766] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1202), 1, + sym_comment, + ACTIONS(2909), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2907), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, anon_sym_break, anon_sym_continue, @@ -217595,22 +146447,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18766] = 4, + [19838] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1497), 1, - sym_comment, - ACTIONS(3831), 2, - ts_builtin_sym_end, + ACTIONS(3347), 1, + anon_sym_SEMI, + ACTIONS(3350), 1, anon_sym_LF, - ACTIONS(3829), 59, + ACTIONS(3353), 1, + anon_sym_RPAREN, + STATE(1203), 1, + sym_comment, + ACTIONS(3345), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -217663,15 +146517,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18838] = 4, + [19914] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1498), 1, + STATE(1204), 1, sym_comment, - ACTIONS(3827), 2, + ACTIONS(943), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3825), 59, + ACTIONS(941), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217731,15 +146585,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18910] = 4, + [19986] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1499), 1, + STATE(1205), 1, sym_comment, - ACTIONS(2986), 2, + ACTIONS(1095), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2984), 59, + ACTIONS(1093), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217799,15 +146653,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18982] = 4, + [20058] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1500), 1, + STATE(1206), 1, sym_comment, - ACTIONS(3503), 2, + ACTIONS(2837), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3501), 59, + ACTIONS(2835), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217867,22 +146721,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19054] = 4, + [20130] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1501), 1, - sym_comment, - ACTIONS(3507), 2, - ts_builtin_sym_end, + ACTIONS(3023), 1, + anon_sym_SEMI, + ACTIONS(3026), 1, anon_sym_LF, - ACTIONS(3505), 59, + ACTIONS(3355), 1, + ts_builtin_sym_end, + STATE(1207), 1, + sym_comment, + ACTIONS(3021), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [20206] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3001), 1, anon_sym_SEMI, + ACTIONS(3004), 1, + anon_sym_LF, + ACTIONS(3357), 1, + ts_builtin_sym_end, + STATE(1208), 1, + sym_comment, + ACTIONS(2999), 58, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -217935,15 +146861,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19126] = 4, + [20282] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1502), 1, + STATE(1209), 1, sym_comment, - ACTIONS(1681), 2, + ACTIONS(2993), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1679), 59, + ACTIONS(2991), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218003,15 +146929,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19198] = 4, + [20354] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1503), 1, + STATE(1210), 1, sym_comment, - ACTIONS(3793), 2, + ACTIONS(2915), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3791), 59, + ACTIONS(2913), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218071,15 +146997,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19270] = 4, + [20426] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1504), 1, + STATE(1211), 1, sym_comment, - ACTIONS(3511), 2, + ACTIONS(3331), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3509), 59, + ACTIONS(3329), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218139,24 +147065,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19342] = 6, + [20498] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3879), 1, - anon_sym_SEMI, - ACTIONS(3882), 1, - anon_sym_LF, - ACTIONS(3885), 1, - anon_sym_RPAREN, - STATE(1505), 1, + STATE(1212), 1, sym_comment, - ACTIONS(3877), 58, + ACTIONS(3255), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3253), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -218209,15 +147133,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19418] = 4, + [20570] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1506), 1, + STATE(1213), 1, sym_comment, - ACTIONS(3341), 2, + ACTIONS(3255), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3339), 59, + ACTIONS(3253), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218277,15 +147201,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19490] = 4, + [20642] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1507), 1, + STATE(1214), 1, sym_comment, - ACTIONS(3477), 2, + ACTIONS(3259), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3475), 59, + ACTIONS(3257), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218345,15 +147269,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19562] = 4, + [20714] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1508), 1, + STATE(1215), 1, sym_comment, - ACTIONS(3855), 2, + ACTIONS(2919), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3853), 59, + ACTIONS(2917), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218413,221 +147337,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19634] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1509), 1, - sym_comment, - STATE(1652), 1, - sym__flag, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4179), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3529), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3531), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [19776] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1510), 1, - sym_comment, - STATE(1653), 1, - sym__flag, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4179), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3529), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3531), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [19918] = 4, + [20786] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1511), 1, + STATE(1216), 1, sym_comment, - ACTIONS(3863), 2, + ACTIONS(3263), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3861), 59, + ACTIONS(3261), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218687,221 +147405,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19990] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1512), 1, - sym_comment, - STATE(1601), 1, - sym__flag, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4163), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3873), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3875), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [20132] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1513), 1, - sym_comment, - STATE(1602), 1, - sym__flag, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4163), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3873), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3875), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [20274] = 4, + [20858] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1514), 1, + STATE(1217), 1, sym_comment, - ACTIONS(3515), 2, + ACTIONS(3267), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3513), 59, + ACTIONS(3265), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218961,15 +147473,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20346] = 4, + [20930] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1515), 1, + STATE(1218), 1, sym_comment, - ACTIONS(3535), 2, + ACTIONS(2923), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3533), 59, + ACTIONS(2921), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219029,15 +147541,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20418] = 4, + [21002] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1516), 1, + STATE(1219), 1, sym_comment, - ACTIONS(3397), 2, + ACTIONS(3267), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3395), 59, + ACTIONS(3265), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219097,15 +147609,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20490] = 4, + [21074] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1517), 1, + STATE(1220), 1, sym_comment, - ACTIONS(3401), 2, + ACTIONS(2927), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3399), 59, + ACTIONS(2925), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219165,15 +147677,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20562] = 4, + [21146] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1518), 1, + STATE(1221), 1, sym_comment, - ACTIONS(3527), 2, + ACTIONS(3011), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3525), 59, + ACTIONS(3009), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219233,118 +147745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20634] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1519), 1, - sym_comment, - STATE(1654), 1, - sym__flag, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4179), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3529), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3531), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [20776] = 4, + [21218] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1520), 1, + STATE(1222), 1, sym_comment, - ACTIONS(3859), 2, + ACTIONS(2985), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3857), 59, + ACTIONS(2983), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219404,118 +147813,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20848] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1521), 1, - sym_comment, - STATE(1573), 1, - sym__flag, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4179), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3529), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3531), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [20990] = 4, + [21290] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1522), 1, + STATE(1223), 1, sym_comment, - ACTIONS(3801), 2, + ACTIONS(2841), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3799), 59, + ACTIONS(2839), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219575,15 +147881,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21062] = 4, + [21362] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1523), 1, + STATE(1224), 1, sym_comment, - ACTIONS(3811), 2, + ACTIONS(3190), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3809), 59, + ACTIONS(3188), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219643,15 +147949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21134] = 4, + [21434] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1524), 1, + STATE(1225), 1, sym_comment, - ACTIONS(3473), 2, + ACTIONS(2981), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3471), 59, + ACTIONS(2979), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219711,15 +148017,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21206] = 4, + [21506] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1525), 1, + STATE(1226), 1, sym_comment, - ACTIONS(3797), 2, + ACTIONS(3335), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3795), 59, + ACTIONS(3333), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219779,143 +148085,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21278] = 4, + [21578] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1526), 1, - sym_comment, - ACTIONS(3469), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3467), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, anon_sym_LBRACK, + ACTIONS(2239), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, + ACTIONS(2241), 1, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, + ACTIONS(2245), 1, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(2247), 1, sym_val_date, + ACTIONS(2249), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [21350] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1527), 1, - sym_comment, - ACTIONS(3575), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3573), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, + ACTIONS(3343), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, + ACTIONS(3359), 1, + anon_sym_DASH, + STATE(1227), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4156), 1, + sym__expression, + STATE(4157), 1, + sym__flag, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3279), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3281), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [21422] = 39, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [21720] = 39, ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, @@ -219924,71 +148197,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(2760), 1, + ACTIONS(2237), 1, anon_sym_LBRACK, - ACTIONS(2762), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2764), 1, + ACTIONS(2241), 1, anon_sym_LBRACE, - ACTIONS(2768), 1, + ACTIONS(2245), 1, anon_sym_PLUS, - ACTIONS(2770), 1, + ACTIONS(2247), 1, sym_val_date, - ACTIONS(2772), 1, + ACTIONS(2249), 1, anon_sym_DQUOTE, - ACTIONS(2776), 1, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3889), 1, - anon_sym_DOT, - ACTIONS(3891), 1, + ACTIONS(3341), 1, anon_sym_DASH, - STATE(422), 1, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1228), 1, + sym_comment, + STATE(1281), 1, + sym__flag, + STATE(2776), 1, sym__val_number, - STATE(431), 1, + STATE(2839), 1, sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1528), 1, - sym_comment, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3069), 1, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, sym_expr_parenthesized, - STATE(3080), 1, + STATE(3052), 1, sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4141), 1, - sym__flag, - STATE(4215), 1, + STATE(4156), 1, sym__expression, - STATE(4590), 1, + STATE(4504), 1, sym_val_range, ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 2, + ACTIONS(2251), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3585), 2, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3587), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(3231), 2, sym_short_flag, sym_long_flag, ACTIONS(91), 3, @@ -220006,7 +148279,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -220018,75 +148291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21564] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1529), 1, - sym_comment, - ACTIONS(3465), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3463), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [21636] = 39, + [21862] = 39, ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, @@ -220095,71 +148300,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(2760), 1, + ACTIONS(2237), 1, anon_sym_LBRACK, - ACTIONS(2762), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2764), 1, + ACTIONS(2241), 1, anon_sym_LBRACE, - ACTIONS(2768), 1, + ACTIONS(2245), 1, anon_sym_PLUS, - ACTIONS(2770), 1, + ACTIONS(2247), 1, sym_val_date, - ACTIONS(2772), 1, + ACTIONS(2249), 1, anon_sym_DQUOTE, - ACTIONS(2776), 1, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, + ACTIONS(3341), 1, anon_sym_DASH, - ACTIONS(3889), 1, + ACTIONS(3343), 1, anon_sym_DOT, - STATE(422), 1, + STATE(1229), 1, + sym_comment, + STATE(1282), 1, + sym__flag, + STATE(2776), 1, sym__val_number, - STATE(431), 1, + STATE(2839), 1, sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1528), 1, - sym__flag, - STATE(1530), 1, - sym_comment, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3069), 1, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, sym_expr_parenthesized, - STATE(3080), 1, + STATE(3052), 1, sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4219), 1, + STATE(4156), 1, sym__expression, - STATE(4590), 1, + STATE(4504), 1, sym_val_range, ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 2, + ACTIONS(2251), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3608), 2, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3610), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3282), 2, + STATE(3231), 2, sym_short_flag, sym_long_flag, ACTIONS(91), 3, @@ -220177,7 +148382,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -220189,7 +148394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21778] = 39, + [22004] = 39, ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, @@ -220198,71 +148403,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(2760), 1, + ACTIONS(2237), 1, anon_sym_LBRACK, - ACTIONS(2762), 1, + ACTIONS(2239), 1, anon_sym_LPAREN, - ACTIONS(2764), 1, + ACTIONS(2241), 1, anon_sym_LBRACE, - ACTIONS(2768), 1, + ACTIONS(2245), 1, anon_sym_PLUS, - ACTIONS(2770), 1, + ACTIONS(2247), 1, sym_val_date, - ACTIONS(2772), 1, + ACTIONS(2249), 1, anon_sym_DQUOTE, - ACTIONS(2776), 1, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3889), 1, - anon_sym_DOT, - ACTIONS(3891), 1, + ACTIONS(3341), 1, anon_sym_DASH, - STATE(422), 1, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1230), 1, + sym_comment, + STATE(1283), 1, + sym__flag, + STATE(2776), 1, sym__val_number, - STATE(431), 1, + STATE(2839), 1, sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1531), 1, - sym_comment, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3069), 1, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, sym_expr_parenthesized, - STATE(3080), 1, + STATE(3052), 1, sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4218), 1, - sym__flag, - STATE(4219), 1, + STATE(4156), 1, sym__expression, - STATE(4590), 1, + STATE(4504), 1, sym_val_range, ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 2, + ACTIONS(2251), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3608), 2, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3610), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(3231), 2, sym_short_flag, sym_long_flag, ACTIONS(91), 3, @@ -220280,7 +148485,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -220292,15 +148497,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21920] = 4, + [22146] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1532), 1, + STATE(1231), 1, sym_comment, - ACTIONS(3851), 2, + ACTIONS(2959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3849), 59, + ACTIONS(2957), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220360,24 +148565,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21992] = 6, + [22218] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3539), 1, - anon_sym_SEMI, - ACTIONS(3542), 1, - anon_sym_LF, - ACTIONS(3893), 1, - ts_builtin_sym_end, - STATE(1533), 1, + STATE(1232), 1, sym_comment, - ACTIONS(3537), 58, + ACTIONS(2959), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2957), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -220430,15 +148633,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22068] = 4, + [22290] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1534), 1, + STATE(1233), 1, sym_comment, - ACTIONS(3648), 2, + ACTIONS(2989), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3646), 59, + ACTIONS(2987), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220498,24 +148701,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22140] = 6, + [22362] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3549), 1, - anon_sym_SEMI, - ACTIONS(3552), 1, - anon_sym_LF, - ACTIONS(3895), 1, - ts_builtin_sym_end, - STATE(1535), 1, + STATE(1234), 1, sym_comment, - ACTIONS(3547), 58, + ACTIONS(2989), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2987), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -220568,24 +148769,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22216] = 6, + [22434] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_SEMI, - ACTIONS(3740), 1, - anon_sym_LF, - ACTIONS(3897), 1, - ts_builtin_sym_end, - STATE(1536), 1, + STATE(1235), 1, sym_comment, - ACTIONS(3735), 58, + ACTIONS(2881), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2879), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -220638,15 +148837,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22292] = 4, + [22506] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1537), 1, + STATE(1236), 1, sym_comment, - ACTIONS(3258), 2, + ACTIONS(2853), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3256), 59, + ACTIONS(2851), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220706,324 +148905,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22364] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [22578] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, + STATE(1237), 1, + sym_comment, + ACTIONS(2877), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2875), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2762), 1, anon_sym_LPAREN, - ACTIONS(2764), 1, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - ACTIONS(2768), 1, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, anon_sym_PLUS, - ACTIONS(2770), 1, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - ACTIONS(2772), 1, anon_sym_DQUOTE, - ACTIONS(2776), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1530), 1, - sym__flag, - STATE(1538), 1, + anon_sym_CARET, + [22650] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1238), 1, sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4210), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [22506] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1531), 1, - sym__flag, - STATE(1539), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4210), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(2931), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [22648] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3889), 1, - anon_sym_DOT, - ACTIONS(3891), 1, - anon_sym_DASH, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1540), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4209), 1, - sym__flag, - STATE(4210), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [22790] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1541), 1, - sym_comment, - ACTIONS(3559), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3557), 59, + ACTIONS(2929), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221083,15 +149041,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22862] = 4, + [22722] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1542), 1, + STATE(1239), 1, sym_comment, - ACTIONS(1657), 2, + ACTIONS(2857), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1655), 59, + ACTIONS(2855), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221151,15 +149109,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22934] = 4, + [22794] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1543), 1, + STATE(1240), 1, sym_comment, - ACTIONS(3785), 2, + ACTIONS(3186), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3783), 59, + ACTIONS(3184), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221219,15 +149177,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23006] = 4, + [22866] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1544), 1, + STATE(1241), 1, sym_comment, - ACTIONS(3789), 2, + ACTIONS(2935), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3787), 59, + ACTIONS(2933), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221287,15 +149245,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23078] = 4, + [22938] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1545), 1, + STATE(1242), 1, sym_comment, - ACTIONS(3567), 2, + ACTIONS(2939), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3565), 59, + ACTIONS(2937), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221355,15 +149313,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23150] = 4, + [23010] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1546), 1, + STATE(1243), 1, sym_comment, - ACTIONS(3571), 2, + ACTIONS(2943), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3569), 59, + ACTIONS(2941), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221423,22 +149381,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23222] = 4, + [23082] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1547), 1, - sym_comment, - ACTIONS(3579), 2, - ts_builtin_sym_end, + ACTIONS(2811), 1, + anon_sym_SEMI, + ACTIONS(2814), 1, anon_sym_LF, - ACTIONS(3577), 59, + ACTIONS(3361), 1, + ts_builtin_sym_end, + STATE(1244), 1, + sym_comment, + ACTIONS(2809), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -221491,15 +149451,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23294] = 4, + [23158] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1548), 1, + STATE(1245), 1, sym_comment, - ACTIONS(3789), 2, + ACTIONS(2963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3787), 59, + ACTIONS(2961), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221559,15 +149519,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23366] = 4, + [23230] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1549), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1246), 1, + sym_comment, + STATE(1324), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4181), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2861), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2863), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [23372] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1247), 1, sym_comment, - ACTIONS(3807), 2, + ACTIONS(924), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3805), 59, + ACTIONS(922), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221627,15 +149690,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23438] = 4, + [23444] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1550), 1, + STATE(1248), 1, sym_comment, - ACTIONS(3598), 2, + ACTIONS(3277), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3596), 59, + ACTIONS(3275), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221695,24 +149758,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23510] = 6, + [23516] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3363), 1, - anon_sym_SEMI, - ACTIONS(3366), 1, - anon_sym_LF, - ACTIONS(3899), 1, - ts_builtin_sym_end, - STATE(1551), 1, + STATE(1249), 1, sym_comment, - ACTIONS(3361), 58, + ACTIONS(3182), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3180), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -221765,15 +149826,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23586] = 4, + [23588] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1552), 1, + STATE(1250), 1, sym_comment, - ACTIONS(3606), 2, + ACTIONS(3079), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3604), 59, + ACTIONS(3077), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221833,22 +149894,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23658] = 4, + [23660] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1553), 1, - sym_comment, - ACTIONS(3614), 2, - ts_builtin_sym_end, + ACTIONS(3059), 1, + anon_sym_SEMI, + ACTIONS(3062), 1, anon_sym_LF, - ACTIONS(3612), 59, + ACTIONS(3363), 1, + ts_builtin_sym_end, + STATE(1251), 1, + sym_comment, + ACTIONS(3057), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -221901,15 +149964,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23730] = 4, + [23736] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1554), 1, + STATE(1252), 1, sym_comment, - ACTIONS(3867), 2, + ACTIONS(3293), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3865), 59, + ACTIONS(3291), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221969,15 +150032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23802] = 4, + [23808] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1555), 1, + STATE(1253), 1, sym_comment, - ACTIONS(3385), 2, + ACTIONS(2997), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3383), 59, + ACTIONS(2995), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222037,15 +150100,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23874] = 4, + [23880] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1556), 1, + STATE(1254), 1, sym_comment, - ACTIONS(3389), 2, + ACTIONS(2947), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3387), 59, + ACTIONS(2945), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222105,15 +150168,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23946] = 4, + [23952] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1557), 1, + STATE(1255), 1, sym_comment, - ACTIONS(3331), 2, + ACTIONS(3047), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3329), 59, + ACTIONS(3045), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222173,15 +150236,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24018] = 4, + [24024] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1558), 1, + STATE(1256), 1, sym_comment, - ACTIONS(3618), 2, + ACTIONS(2887), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3616), 59, + ACTIONS(2885), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222241,15 +150304,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24090] = 4, + [24096] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1559), 1, + STATE(1257), 1, sym_comment, - ACTIONS(3373), 2, + ACTIONS(3178), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3371), 59, + ACTIONS(3176), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222309,15 +150372,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24162] = 4, + [24168] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1560), 1, + STATE(1258), 1, sym_comment, - ACTIONS(3815), 2, + ACTIONS(2963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3813), 59, + ACTIONS(2961), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222377,15 +150440,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24234] = 4, + [24240] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1561), 1, + STATE(1259), 1, sym_comment, - ACTIONS(3815), 2, + ACTIONS(2328), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3813), 59, + ACTIONS(2326), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222445,219 +150508,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24306] = 4, + [24312] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1562), 1, - sym_comment, - ACTIONS(3823), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3821), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, anon_sym_LBRACK, + ACTIONS(2239), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, + ACTIONS(2241), 1, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, + ACTIONS(2245), 1, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(2247), 1, sym_val_date, + ACTIONS(2249), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2253), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [24378] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1563), 1, - sym_comment, - ACTIONS(3823), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3821), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, + ACTIONS(3341), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, + ACTIONS(3343), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, + STATE(1260), 1, + sym_comment, + STATE(1306), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4153), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(2251), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [24450] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1564), 1, - sym_comment, - ACTIONS(3622), 2, + ACTIONS(3245), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3247), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3620), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [24522] = 4, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [24454] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1565), 1, + STATE(1261), 1, sym_comment, - ACTIONS(3634), 2, + ACTIONS(3228), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3632), 59, + ACTIONS(3226), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222717,15 +150679,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24594] = 4, + [24526] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1566), 1, + STATE(1262), 1, sym_comment, - ACTIONS(3393), 2, + ACTIONS(3224), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3391), 59, + ACTIONS(3222), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222785,15 +150747,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24666] = 4, + [24598] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1567), 1, + STATE(1263), 1, sym_comment, - ACTIONS(3393), 2, + ACTIONS(2959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3391), 59, + ACTIONS(2957), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222853,324 +150815,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24738] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [24670] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1538), 1, - sym__flag, - STATE(1568), 1, + STATE(1264), 1, sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4204), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3600), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3602), 2, + ACTIONS(2959), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [24880] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1539), 1, - sym__flag, - STATE(1569), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4204), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3600), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3602), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [25022] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1540), 1, - sym__flag, - STATE(1570), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4204), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3600), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3602), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [25164] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1571), 1, - sym_comment, - ACTIONS(3698), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3696), 59, + ACTIONS(2957), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223230,221 +150883,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25236] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3889), 1, - anon_sym_DOT, - ACTIONS(3891), 1, - anon_sym_DASH, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1572), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4203), 1, - sym__flag, - STATE(4204), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3600), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3602), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [25378] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [24742] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3889), 1, - anon_sym_DOT, - ACTIONS(3891), 1, - anon_sym_DASH, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1573), 1, + STATE(1265), 1, sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4151), 1, - sym__flag, - STATE(4206), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3483), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3485), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [25520] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1574), 1, - sym_comment, - ACTIONS(3694), 2, + ACTIONS(1091), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3692), 59, + ACTIONS(1089), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223504,15 +150951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25592] = 4, + [24814] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1575), 1, + STATE(1266), 1, sym_comment, - ACTIONS(3405), 2, + ACTIONS(3194), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3403), 59, + ACTIONS(3192), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223572,15 +151019,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25664] = 4, + [24886] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1576), 1, + STATE(1267), 1, sym_comment, - ACTIONS(3405), 2, + ACTIONS(3174), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3403), 59, + ACTIONS(3172), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223640,15 +151087,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25736] = 4, + [24958] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1577), 1, + STATE(1268), 1, sym_comment, - ACTIONS(3409), 2, + ACTIONS(2803), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3407), 59, + ACTIONS(2801), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223708,15 +151155,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25808] = 4, + [25030] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1578), 1, + STATE(1269), 1, sym_comment, - ACTIONS(3497), 2, + ACTIONS(2803), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3495), 59, + ACTIONS(2801), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223776,15 +151223,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25880] = 4, + [25102] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1579), 1, + STATE(1270), 1, sym_comment, - ACTIONS(3497), 2, + ACTIONS(2951), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3495), 59, + ACTIONS(2949), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223844,15 +151291,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25952] = 4, + [25174] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1580), 1, + STATE(1271), 1, sym_comment, - ACTIONS(3493), 2, + ACTIONS(3297), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3491), 59, + ACTIONS(3295), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223912,15 +151359,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26024] = 4, + [25246] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1581), 1, + STATE(1272), 1, sym_comment, - ACTIONS(3489), 2, + ACTIONS(3301), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3487), 59, + ACTIONS(3299), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223980,15 +151427,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26096] = 4, + [25318] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1582), 1, + STATE(1273), 1, sym_comment, - ACTIONS(3457), 2, + ACTIONS(3301), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3455), 59, + ACTIONS(3299), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224048,15 +151495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26168] = 4, + [25390] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1583), 1, + STATE(1274), 1, sym_comment, - ACTIONS(3457), 2, + ACTIONS(3305), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3455), 59, + ACTIONS(3303), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224116,15 +151563,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26240] = 4, + [25462] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1584), 1, + STATE(1275), 1, sym_comment, - ACTIONS(3433), 2, + ACTIONS(2807), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3431), 59, + ACTIONS(2805), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224184,15 +151631,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26312] = 4, + [25534] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1585), 1, + STATE(1276), 1, sym_comment, - ACTIONS(3640), 2, + ACTIONS(3170), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3638), 59, + ACTIONS(3168), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224252,15 +151699,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26384] = 4, + [25606] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1586), 1, + STATE(1277), 1, sym_comment, - ACTIONS(3690), 2, + ACTIONS(2807), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3688), 59, + ACTIONS(2805), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224320,15 +151767,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26456] = 4, + [25678] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1587), 1, + STATE(1278), 1, sym_comment, - ACTIONS(3686), 2, + ACTIONS(2821), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3684), 59, + ACTIONS(2819), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224388,15 +151835,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26528] = 4, + [25750] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1588), 1, + STATE(1279), 1, sym_comment, - ACTIONS(3381), 2, + ACTIONS(2955), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3379), 59, + ACTIONS(2953), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224456,24 +151903,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26600] = 6, + [25822] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3903), 1, - anon_sym_SEMI, - ACTIONS(3906), 1, - anon_sym_LF, - ACTIONS(3909), 1, - anon_sym_RPAREN, - STATE(1589), 1, + STATE(1280), 1, sym_comment, - ACTIONS(3901), 58, + ACTIONS(2969), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2967), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -224526,15 +151971,427 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26676] = 4, + [25894] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1590), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3343), 1, + anon_sym_DOT, + ACTIONS(3359), 1, + anon_sym_DASH, + STATE(1281), 1, sym_comment, - ACTIONS(1515), 2, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4137), 1, + sym__expression, + STATE(4142), 1, + sym__flag, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3307), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3309), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1513), 59, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [26036] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1282), 1, + sym_comment, + STATE(1310), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4137), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3307), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [26178] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1283), 1, + sym_comment, + STATE(1311), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4137), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3307), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [26320] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1284), 1, + sym_comment, + STATE(1316), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4123), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3017), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3019), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [26462] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1285), 1, + sym_comment, + ACTIONS(3159), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3157), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224594,15 +152451,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26748] = 4, + [26534] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1591), 1, + STATE(1286), 1, sym_comment, - ACTIONS(3381), 2, + ACTIONS(2973), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3379), 59, + ACTIONS(2971), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224662,15 +152519,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26820] = 4, + [26606] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1592), 1, + STATE(1287), 1, sym_comment, - ACTIONS(3421), 2, + ACTIONS(2977), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3419), 59, + ACTIONS(2975), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224730,15 +152587,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26892] = 4, + [26678] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1593), 1, + STATE(1288), 1, sym_comment, - ACTIONS(3413), 2, + ACTIONS(2377), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3411), 59, + ACTIONS(2375), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224798,15 +152655,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26964] = 4, + [26750] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1594), 1, + STATE(1289), 1, sym_comment, - ACTIONS(3439), 2, + ACTIONS(3015), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3437), 59, + ACTIONS(3013), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224866,22 +152723,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27036] = 4, + [26822] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1595), 1, - sym_comment, - ACTIONS(3453), 2, - ts_builtin_sym_end, + ACTIONS(3367), 1, + anon_sym_SEMI, + ACTIONS(3370), 1, anon_sym_LF, - ACTIONS(3451), 59, + ACTIONS(3373), 1, + anon_sym_RPAREN, + STATE(1290), 1, + sym_comment, + ACTIONS(3365), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -224934,15 +152793,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27108] = 4, + [26898] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1596), 1, + STATE(1291), 1, sym_comment, - ACTIONS(3583), 2, + ACTIONS(3107), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3581), 59, + ACTIONS(3105), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225002,15 +152861,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27180] = 4, + [26970] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1597), 1, + STATE(1292), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(3155), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3626), 59, + ACTIONS(3153), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225070,15 +152929,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27252] = 4, + [27042] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1598), 1, + STATE(1293), 1, sym_comment, - ACTIONS(3429), 2, + ACTIONS(887), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3427), 59, + ACTIONS(885), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225138,15 +152997,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27324] = 4, + [27114] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1599), 1, + STATE(1294), 1, sym_comment, - ACTIONS(3425), 2, + ACTIONS(3147), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3423), 59, + ACTIONS(3145), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225206,22 +153065,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27396] = 4, + [27186] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1600), 1, - sym_comment, - ACTIONS(3425), 2, - ts_builtin_sym_end, + ACTIONS(3377), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, anon_sym_LF, - ACTIONS(3423), 59, + ACTIONS(3383), 1, + anon_sym_RPAREN, + STATE(1295), 1, + sym_comment, + ACTIONS(3375), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -225274,228 +153135,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27468] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [27262] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1521), 1, - sym__flag, - STATE(1601), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4185), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3443), 2, + ACTIONS(3387), 1, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3445), 2, - ts_builtin_sym_end, + ACTIONS(3390), 1, anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [27610] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1519), 1, - sym__flag, - STATE(1602), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4185), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3443), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3445), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [27752] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1603), 1, + ACTIONS(3393), 1, + anon_sym_RPAREN, + STATE(1296), 1, sym_comment, - ACTIONS(3583), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3581), 59, + ACTIONS(3385), 58, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -225548,118 +153205,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27824] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [27338] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1510), 1, - sym__flag, - STATE(1604), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4185), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3443), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3445), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [27966] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1605), 1, + STATE(1297), 1, sym_comment, - ACTIONS(3644), 2, + ACTIONS(3143), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3642), 59, + ACTIONS(3141), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225719,15 +153273,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28038] = 4, + [27410] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1606), 1, + STATE(1298), 1, sym_comment, - ACTIONS(1538), 2, + ACTIONS(3139), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1536), 59, + ACTIONS(3137), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225787,15 +153341,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28110] = 4, + [27482] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1607), 1, + STATE(1299), 1, sym_comment, - ACTIONS(3652), 2, + ACTIONS(2825), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3650), 59, + ACTIONS(2823), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225855,15 +153409,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28182] = 4, + [27554] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1608), 1, + STATE(1300), 1, sym_comment, - ACTIONS(3819), 2, + ACTIONS(3135), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3817), 59, + ACTIONS(3133), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225923,15 +153477,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28254] = 4, + [27626] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1609), 1, + STATE(1301), 1, sym_comment, - ACTIONS(3819), 2, + ACTIONS(3131), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3817), 59, + ACTIONS(3129), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -225991,15 +153545,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28326] = 4, + [27698] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1610), 1, + STATE(1302), 1, sym_comment, - ACTIONS(3815), 2, + ACTIONS(3127), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3813), 59, + ACTIONS(3125), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226059,15 +153613,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28398] = 4, + [27770] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1611), 1, + STATE(1303), 1, sym_comment, - ACTIONS(3815), 2, + ACTIONS(3123), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3813), 59, + ACTIONS(3121), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226127,15 +153681,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28470] = 4, + [27842] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1612), 1, + STATE(1304), 1, sym_comment, - ACTIONS(3656), 2, + ACTIONS(3317), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3654), 59, + ACTIONS(3315), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226195,15 +153749,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28542] = 4, + [27914] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1613), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1192), 1, + sym__flag, + STATE(1305), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4198), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2843), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2845), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [28056] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1193), 1, + sym__flag, + STATE(1306), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4198), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2843), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2845), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [28198] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1307), 1, sym_comment, - ACTIONS(3381), 2, + ACTIONS(3037), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3379), 59, + ACTIONS(3035), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226263,15 +154023,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28614] = 4, + [28270] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1614), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1200), 1, + sym__flag, + STATE(1308), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4198), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2843), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2845), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [28412] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1309), 1, sym_comment, - ACTIONS(3381), 2, + ACTIONS(3043), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3379), 59, + ACTIONS(3041), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226331,15 +154194,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28686] = 4, + [28484] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1615), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3343), 1, + anon_sym_DOT, + ACTIONS(3359), 1, + anon_sym_DASH, + STATE(1310), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4121), 1, + sym__flag, + STATE(4124), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3319), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3321), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [28626] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1311), 1, + sym_comment, + STATE(1317), 1, + sym__flag, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4124), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3319), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3321), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [28768] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1312), 1, sym_comment, - ACTIONS(2908), 2, + ACTIONS(2503), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2906), 59, + ACTIONS(2501), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226399,15 +154468,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28758] = 4, + [28840] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1616), 1, + STATE(1313), 1, sym_comment, - ACTIONS(3563), 2, + ACTIONS(3119), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3561), 59, + ACTIONS(3117), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226467,15 +154536,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28830] = 4, + [28912] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1617), 1, + STATE(1314), 1, sym_comment, - ACTIONS(3781), 2, + ACTIONS(3115), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3779), 59, + ACTIONS(3113), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226535,15 +154604,324 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28902] = 4, + [28984] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1618), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1230), 1, + sym__flag, + STATE(1315), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4188), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [29126] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1229), 1, + sym__flag, + STATE(1316), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4188), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [29268] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3343), 1, + anon_sym_DOT, + ACTIONS(3359), 1, + anon_sym_DASH, + STATE(1317), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4113), 1, + sym__expression, + STATE(4129), 1, + sym__flag, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3323), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3325), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [29410] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1318), 1, sym_comment, - ACTIONS(3523), 2, + ACTIONS(3236), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3521), 59, + ACTIONS(3234), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226603,15 +154981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28974] = 4, + [29482] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1619), 1, + STATE(1319), 1, sym_comment, - ACTIONS(3523), 2, + ACTIONS(3111), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3521), 59, + ACTIONS(3109), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226671,15 +155049,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29046] = 4, + [29554] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - STATE(1620), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1227), 1, + sym__flag, + STATE(1320), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4188), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [29696] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1321), 1, sym_comment, - ACTIONS(1534), 2, + ACTIONS(3339), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1532), 59, + ACTIONS(3337), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226739,15 +155220,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29118] = 4, + [29768] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1621), 1, + STATE(1322), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(2799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3775), 59, + ACTIONS(2797), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226807,24 +155288,228 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29190] = 6, + [29840] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3913), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3343), 1, + anon_sym_DOT, + ACTIONS(3359), 1, + anon_sym_DASH, + STATE(1323), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4185), 1, + sym__flag, + STATE(4188), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3216), 2, anon_sym_SEMI, - ACTIONS(3916), 1, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3919), 1, - anon_sym_RPAREN, - STATE(1622), 1, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [29982] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + anon_sym_LBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2245), 1, + anon_sym_PLUS, + ACTIONS(2247), 1, + sym_val_date, + ACTIONS(2249), 1, + anon_sym_DQUOTE, + ACTIONS(2253), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2255), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3341), 1, + anon_sym_DASH, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1305), 1, + sym__flag, + STATE(1324), 1, + sym_comment, + STATE(2776), 1, + sym__val_number, + STATE(2839), 1, + sym__val_number_decimal, + STATE(2841), 1, + sym__var, + STATE(2955), 1, + sym_val_number, + STATE(3018), 1, + sym_expr_parenthesized, + STATE(3052), 1, + sym_val_variable, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(4153), 1, + sym__expression, + STATE(4504), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2251), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3245), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3247), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3231), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3205), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(89), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [30124] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1325), 1, sym_comment, - ACTIONS(3911), 58, + ACTIONS(3198), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3196), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -226877,15 +155562,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29266] = 4, + [30196] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1623), 1, + STATE(1326), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3198), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3771), 59, + ACTIONS(3196), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226945,24 +155630,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29338] = 6, + [30268] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3923), 1, - anon_sym_SEMI, - ACTIONS(3926), 1, - anon_sym_LF, - ACTIONS(3929), 1, - anon_sym_RPAREN, - STATE(1624), 1, + STATE(1327), 1, sym_comment, - ACTIONS(3921), 58, + ACTIONS(3033), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3031), 59, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, + anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, @@ -227015,15 +155698,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29414] = 4, + [30340] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1625), 1, + STATE(1328), 1, sym_comment, - ACTIONS(3666), 2, + ACTIONS(2786), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3664), 59, + ACTIONS(2784), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227083,15 +155766,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29486] = 4, + [30412] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1626), 1, + STATE(1329), 1, sym_comment, - ACTIONS(3674), 2, + ACTIONS(3103), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3672), 59, + ACTIONS(3101), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227151,15 +155834,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29558] = 4, + [30484] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1627), 1, + STATE(1330), 1, sym_comment, - ACTIONS(3519), 2, + ACTIONS(3051), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3517), 59, + ACTIONS(3049), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227219,15 +155902,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29630] = 4, + [30556] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1628), 1, + STATE(1331), 1, sym_comment, - ACTIONS(3417), 2, + ACTIONS(3232), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3415), 59, + ACTIONS(3230), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227287,15 +155970,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29702] = 4, + [30628] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1629), 1, + STATE(1332), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3202), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3767), 59, + ACTIONS(3200), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227355,15 +156038,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29774] = 4, + [30700] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1630), 1, + STATE(1333), 1, sym_comment, - ACTIONS(3761), 2, + ACTIONS(3243), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3759), 59, + ACTIONS(3241), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227423,15 +156106,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29846] = 4, + [30772] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1631), 1, + STATE(1334), 1, sym_comment, - ACTIONS(3757), 2, + ACTIONS(2833), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3755), 59, + ACTIONS(2831), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227491,15 +156174,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29918] = 4, + [30844] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1632), 1, + STATE(1335), 1, sym_comment, - ACTIONS(3751), 2, + ACTIONS(3214), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3749), 59, + ACTIONS(3212), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227559,15 +156242,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29990] = 4, + [30916] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1633), 1, + STATE(1336), 1, sym_comment, - ACTIONS(3747), 2, + ACTIONS(3202), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3745), 59, + ACTIONS(3200), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227627,15 +156310,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30062] = 4, + [30988] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1634), 1, + STATE(1337), 1, sym_comment, - ACTIONS(3733), 2, + ACTIONS(3210), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3731), 59, + ACTIONS(3208), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227695,15 +156378,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30134] = 4, + [31060] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1635), 1, + STATE(1338), 1, sym_comment, - ACTIONS(3729), 2, + ACTIONS(2829), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3727), 59, + ACTIONS(2827), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227763,15 +156446,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30206] = 4, + [31132] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1636), 1, + STATE(1339), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3069), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3723), 59, + ACTIONS(3067), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227831,15 +156514,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30278] = 4, + [31204] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1637), 1, + STATE(1340), 1, sym_comment, - ACTIONS(3353), 2, + ACTIONS(3210), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3351), 59, + ACTIONS(3208), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227899,15 +156582,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30350] = 4, + [31276] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1638), 1, + STATE(1341), 1, sym_comment, - ACTIONS(3335), 2, + ACTIONS(3206), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3333), 59, + ACTIONS(3204), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227967,15 +156650,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30422] = 4, + [31348] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1639), 1, + STATE(1342), 1, sym_comment, - ACTIONS(3721), 2, + ACTIONS(3099), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3719), 59, + ACTIONS(3097), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228035,118 +156718,219 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30494] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [31420] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, + STATE(1343), 1, + sym_comment, + ACTIONS(3075), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3073), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2762), 1, anon_sym_LPAREN, - ACTIONS(2764), 1, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - ACTIONS(2768), 1, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, anon_sym_PLUS, - ACTIONS(2770), 1, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - ACTIONS(2772), 1, anon_sym_DQUOTE, - ACTIONS(2776), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, + anon_sym_CARET, + [31492] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1344), 1, + sym_comment, + ACTIONS(3095), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3093), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3889), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1512), 1, - sym__flag, - STATE(1640), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4190), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2774), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3668), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3670), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [31564] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1345), 1, + sym_comment, + ACTIONS(3091), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, + ACTIONS(3089), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + anon_sym_SEMI, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [30636] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [31636] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1641), 1, + STATE(1346), 1, sym_comment, - ACTIONS(3662), 2, + ACTIONS(3087), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3660), 59, + ACTIONS(3085), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228206,15 +156990,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30708] = 4, + [31708] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1642), 1, + STATE(1347), 1, sym_comment, - ACTIONS(3717), 2, + ACTIONS(3198), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3715), 59, + ACTIONS(3196), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228274,15 +157058,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30780] = 4, + [31780] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1643), 1, + STATE(1348), 1, sym_comment, - ACTIONS(3345), 2, + ACTIONS(3198), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3343), 59, + ACTIONS(3196), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228342,15 +157126,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30852] = 4, + [31852] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1644), 1, + STATE(1349), 1, sym_comment, - ACTIONS(3377), 2, + ACTIONS(3083), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3375), 59, + ACTIONS(3081), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228410,15 +157194,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30924] = 4, + [31924] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1645), 1, - sym_comment, - ACTIONS(3713), 2, - ts_builtin_sym_end, + ACTIONS(3395), 1, anon_sym_LF, - ACTIONS(3711), 59, + STATE(1350), 1, + sym_comment, + ACTIONS(3375), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228478,15 +157261,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30996] = 4, + [31995] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1646), 1, - sym_comment, - ACTIONS(3709), 2, - ts_builtin_sym_end, + ACTIONS(3399), 1, anon_sym_LF, - ACTIONS(3707), 59, + STATE(1351), 1, + sym_comment, + ACTIONS(3397), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228546,15 +157328,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31068] = 4, - ACTIONS(105), 1, + [32066] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1647), 1, + ACTIONS(3401), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3403), 1, + aux_sym__immediate_decimal_token2, + STATE(1352), 1, sym_comment, - ACTIONS(3705), 2, - ts_builtin_sym_end, + ACTIONS(647), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(649), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [32141] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3407), 1, anon_sym_LF, - ACTIONS(3703), 59, + STATE(1353), 1, + sym_comment, + ACTIONS(3405), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228614,15 +157464,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31140] = 4, + [32212] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1648), 1, - sym_comment, - ACTIONS(3682), 2, - ts_builtin_sym_end, + ACTIONS(3411), 1, anon_sym_LF, - ACTIONS(3680), 59, + STATE(1354), 1, + sym_comment, + ACTIONS(3409), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228682,15 +157531,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31212] = 4, + [32283] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1649), 1, - sym_comment, - ACTIONS(2834), 2, - ts_builtin_sym_end, + ACTIONS(3413), 1, anon_sym_LF, - ACTIONS(2832), 59, + STATE(1355), 1, + sym_comment, + ACTIONS(3385), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228750,15 +157598,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31284] = 4, + [32354] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1650), 1, - sym_comment, - ACTIONS(3678), 2, - ts_builtin_sym_end, + ACTIONS(3415), 1, anon_sym_LF, - ACTIONS(3676), 59, + STATE(1356), 1, + sym_comment, + ACTIONS(3345), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -228818,426 +157665,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31356] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1568), 1, - sym__flag, - STATE(1651), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4206), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3483), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3485), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [31498] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1569), 1, - sym__flag, - STATE(1652), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4206), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3483), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3485), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [31640] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1570), 1, - sym__flag, - STATE(1653), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4206), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3483), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3485), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [31782] = 39, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(2760), 1, - anon_sym_LBRACK, - ACTIONS(2762), 1, - anon_sym_LPAREN, - ACTIONS(2764), 1, - anon_sym_LBRACE, - ACTIONS(2768), 1, - anon_sym_PLUS, - ACTIONS(2770), 1, - sym_val_date, - ACTIONS(2772), 1, - anon_sym_DQUOTE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2778), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3887), 1, - anon_sym_DASH, - ACTIONS(3889), 1, - anon_sym_DOT, - STATE(422), 1, - sym__val_number, - STATE(431), 1, - sym__val_number_decimal, - STATE(451), 1, - sym_val_number, - STATE(1572), 1, - sym__flag, - STATE(1654), 1, - sym_comment, - STATE(2955), 1, - sym__var, - STATE(3069), 1, - sym_expr_parenthesized, - STATE(3080), 1, - sym_val_variable, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(4206), 1, - sym__expression, - STATE(4590), 1, - sym_val_range, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2774), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3483), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3485), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3282), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3205), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [31924] = 4, + [32425] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3933), 1, + ACTIONS(3419), 1, anon_sym_LF, - STATE(1655), 1, + STATE(1357), 1, sym_comment, - ACTIONS(3931), 59, + ACTIONS(3417), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229297,14 +157732,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31995] = 4, + [32496] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3937), 1, + ACTIONS(3423), 1, anon_sym_LF, - STATE(1656), 1, + STATE(1358), 1, sym_comment, - ACTIONS(3935), 59, + ACTIONS(3421), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229364,14 +157799,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32066] = 4, + [32567] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3939), 1, + ACTIONS(3427), 1, anon_sym_LF, - STATE(1657), 1, + STATE(1359), 1, sym_comment, - ACTIONS(3361), 59, + ACTIONS(3425), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229431,14 +157866,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32137] = 4, + [32638] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3943), 1, + ACTIONS(3429), 1, anon_sym_LF, - STATE(1658), 1, + STATE(1360), 1, sym_comment, - ACTIONS(3941), 59, + ACTIONS(3021), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229498,14 +157933,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32208] = 4, + [32709] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3431), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3433), 1, + aux_sym__immediate_decimal_token2, + STATE(1361), 1, + sym_comment, + ACTIONS(655), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(657), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [32784] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3947), 1, + ACTIONS(3435), 1, anon_sym_LF, - STATE(1659), 1, + STATE(1362), 1, sym_comment, - ACTIONS(3945), 59, + ACTIONS(2809), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229565,14 +158069,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32279] = 4, + [32855] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3951), 1, + ACTIONS(3439), 1, anon_sym_LF, - STATE(1660), 1, + STATE(1363), 1, sym_comment, - ACTIONS(3949), 59, + ACTIONS(3437), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229632,14 +158136,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32350] = 4, + [32926] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3955), 1, + ACTIONS(3443), 1, anon_sym_LF, - STATE(1661), 1, + STATE(1364), 1, sym_comment, - ACTIONS(3953), 59, + ACTIONS(3441), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229699,14 +158203,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32421] = 4, + [32997] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3957), 1, + ACTIONS(3447), 1, anon_sym_LF, - STATE(1662), 1, + STATE(1365), 1, sym_comment, - ACTIONS(3877), 59, + ACTIONS(3445), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229766,14 +158270,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32492] = 4, + [33068] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3961), 1, + ACTIONS(3451), 1, anon_sym_LF, - STATE(1663), 1, + STATE(1366), 1, sym_comment, - ACTIONS(3959), 59, + ACTIONS(3449), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229833,148 +158337,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32563] = 4, + [33139] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3965), 1, - anon_sym_LF, - STATE(1664), 1, - sym_comment, - ACTIONS(3963), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [32634] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3969), 1, - anon_sym_LF, - STATE(1665), 1, - sym_comment, - ACTIONS(3967), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [32705] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3973), 1, + ACTIONS(3453), 1, anon_sym_LF, - STATE(1666), 1, + STATE(1367), 1, sym_comment, - ACTIONS(3971), 59, + ACTIONS(3057), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230034,14 +158404,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32776] = 4, + [33210] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3977), 1, + ACTIONS(3457), 1, anon_sym_LF, - STATE(1667), 1, + STATE(1368), 1, sym_comment, - ACTIONS(3975), 59, + ACTIONS(3455), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230101,14 +158471,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32847] = 4, + [33281] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3979), 1, + ACTIONS(3461), 1, anon_sym_LF, - STATE(1668), 1, + STATE(1369), 1, sym_comment, - ACTIONS(3537), 59, + ACTIONS(3459), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230168,14 +158538,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32918] = 4, + [33352] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3981), 1, + ACTIONS(3463), 1, anon_sym_LF, - STATE(1669), 1, + STATE(1370), 1, sym_comment, - ACTIONS(3921), 59, + ACTIONS(2999), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230235,14 +158605,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32989] = 4, + [33423] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3983), 1, + ACTIONS(3467), 1, anon_sym_LF, - STATE(1670), 1, + STATE(1371), 1, sym_comment, - ACTIONS(3547), 59, + ACTIONS(3465), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230302,14 +158672,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33060] = 4, + [33494] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3987), 1, + ACTIONS(3471), 1, anon_sym_LF, - STATE(1671), 1, + STATE(1372), 1, sym_comment, - ACTIONS(3985), 59, + ACTIONS(3469), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230369,14 +158739,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33131] = 4, + [33565] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3991), 1, + ACTIONS(3475), 1, anon_sym_LF, - STATE(1672), 1, + STATE(1373), 1, sym_comment, - ACTIONS(3989), 59, + ACTIONS(3473), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230436,14 +158806,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33202] = 4, + [33636] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3993), 1, + ACTIONS(3479), 1, anon_sym_LF, - STATE(1673), 1, + STATE(1374), 1, sym_comment, - ACTIONS(3901), 59, + ACTIONS(3477), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230503,14 +158873,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33273] = 4, + [33707] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3995), 1, + ACTIONS(3483), 1, anon_sym_LF, - STATE(1674), 1, + STATE(1375), 1, sym_comment, - ACTIONS(3735), 59, + ACTIONS(3481), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230570,14 +158940,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33344] = 4, + [33778] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3999), 1, + ACTIONS(3487), 1, anon_sym_LF, - STATE(1675), 1, + STATE(1376), 1, sym_comment, - ACTIONS(3997), 59, + ACTIONS(3485), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230637,14 +159007,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33415] = 4, + [33849] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4001), 1, + ACTIONS(3489), 1, anon_sym_LF, - STATE(1676), 1, + STATE(1377), 1, sym_comment, - ACTIONS(3911), 59, + ACTIONS(3365), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -230704,66 +159074,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33486] = 4, - ACTIONS(105), 1, + [33920] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4005), 1, - anon_sym_LF, - STATE(1677), 1, + STATE(1378), 1, sym_comment, - ACTIONS(4003), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + ACTIONS(3491), 17, + ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, anon_sym_LBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, @@ -230771,29 +159097,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33557] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(4009), 1, - anon_sym_LF, - STATE(1678), 1, - sym_comment, - ACTIONS(4007), 59, + ACTIONS(3493), 42, anon_sym_export, anon_sym_alias, anon_sym_let, anon_sym_let_DASHenv, anon_sym_mut, anon_sym_const, - anon_sym_SEMI, sym_cmd_identifier, anon_sym_def, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -230805,8 +159121,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, anon_sym_try, anon_sym_return, anon_sym_source, @@ -230816,243 +159130,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide_DASHenv, anon_sym_overlay, anon_sym_where, - anon_sym_PLUS, anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [33628] = 4, - ACTIONS(105), 1, + [33990] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4013), 1, - anon_sym_LF, - STATE(1679), 1, + ACTIONS(3495), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3497), 1, + aux_sym__immediate_decimal_token2, + STATE(1379), 1, sym_comment, - ACTIONS(4011), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, + ACTIONS(647), 15, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, + anon_sym_in, + anon_sym__, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [33699] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(4017), 1, - anon_sym_LF, - STATE(1680), 1, - sym_comment, - ACTIONS(4015), 59, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - anon_sym_SEMI, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, + aux_sym_unquoted_token1, + ACTIONS(649), 42, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [33770] = 4, + [34064] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1681), 1, - sym_comment, - ACTIONS(4019), 17, - ts_builtin_sym_end, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(4021), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [33840] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4025), 1, - anon_sym_DOT2, - ACTIONS(4027), 1, - aux_sym_unquoted_token4, - ACTIONS(4029), 1, - aux_sym_unquoted_token6, - STATE(1682), 1, + ACTIONS(3499), 1, + aux_sym__immediate_decimal_token2, + STATE(1380), 1, sym_comment, - ACTIONS(4023), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 14, + ACTIONS(684), 16, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -231063,17 +159226,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1377), 40, + aux_sym_unquoted_token6, + ACTIONS(686), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -231104,158 +159270,497 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [33918] = 7, + [34136] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4031), 1, + ACTIONS(3503), 1, anon_sym_DOT2, - STATE(1683), 1, + ACTIONS(3505), 1, + aux_sym_unquoted_token4, + ACTIONS(3507), 1, + aux_sym_unquoted_token6, + STATE(1381), 1, sym_comment, - STATE(1687), 1, - aux_sym_cell_path_repeat1, - STATE(1928), 1, - sym_path, - ACTIONS(1409), 13, - anon_sym_COLON, + ACTIONS(3501), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(699), 40, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [34214] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3509), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3511), 1, + aux_sym__immediate_decimal_token2, + STATE(1382), 1, + sym_comment, + ACTIONS(655), 15, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(657), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1407), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + [34288] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3513), 1, + anon_sym_DOT2, + ACTIONS(3516), 1, + aux_sym__immediate_decimal_token2, + STATE(1383), 1, + sym_comment, + ACTIONS(671), 16, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + anon_sym__, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(673), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [33993] = 7, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [34362] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4031), 1, + ACTIONS(3403), 1, + aux_sym__immediate_decimal_token2, + STATE(1384), 1, + sym_comment, + ACTIONS(647), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(649), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT2, - STATE(1684), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [34434] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3433), 1, + aux_sym__immediate_decimal_token2, + STATE(1385), 1, sym_comment, - STATE(1685), 1, - sym_path, - STATE(1945), 1, - sym_cell_path, - ACTIONS(1402), 13, - anon_sym_COLON, + ACTIONS(655), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(657), 42, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [34506] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3433), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(3518), 1, + anon_sym_DOT2, + STATE(1386), 1, + sym_comment, + ACTIONS(655), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(657), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1400), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + [34580] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3497), 1, + aux_sym__immediate_decimal_token2, + STATE(1387), 1, + sym_comment, + ACTIONS(647), 15, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + anon_sym__, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(649), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [34068] = 7, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [34651] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4031), 1, + ACTIONS(3521), 1, anon_sym_DOT2, - STATE(1683), 1, - aux_sym_cell_path_repeat1, - STATE(1685), 1, + STATE(1388), 1, sym_comment, - STATE(1928), 1, + STATE(1394), 1, sym_path, - ACTIONS(1396), 13, + STATE(1678), 1, + sym_cell_path, + ACTIONS(717), 13, anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, @@ -231269,7 +159774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1394), 42, + ACTIONS(715), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -231312,12 +159817,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [34143] = 4, + [34726] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1686), 1, + STATE(1389), 1, sym_comment, - ACTIONS(4035), 16, + ACTIONS(3525), 16, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -231334,7 +159839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(4033), 42, + ACTIONS(3523), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -231377,17 +159882,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [34212] = 6, + [34795] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4037), 1, + STATE(1390), 1, + sym_comment, + ACTIONS(684), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(686), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT2, - STATE(1928), 1, - sym_path, - STATE(1687), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [34864] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3521), 1, + anon_sym_DOT2, + STATE(1391), 1, sym_comment, + STATE(1397), 1, aux_sym_cell_path_repeat1, - ACTIONS(1389), 13, + STATE(1553), 1, + sym_path, + ACTIONS(735), 13, anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, @@ -231401,7 +159972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1387), 42, + ACTIONS(733), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -231444,82 +160015,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [34285] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1688), 1, - sym_comment, - ACTIONS(4042), 16, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(4040), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [34354] = 6, + [34939] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4044), 1, - anon_sym_DOT2, - STATE(1940), 1, - sym_path, - STATE(1689), 2, + ACTIONS(3527), 1, + aux_sym__immediate_decimal_token2, + STATE(1392), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 14, + ACTIONS(684), 15, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -231530,17 +160033,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1389), 40, + ACTIONS(686), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -231571,119 +160076,89 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [34426] = 37, + [35010] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, + STATE(1393), 1, + sym_comment, + ACTIONS(655), 16, + anon_sym_GT, anon_sym_DASH, - ACTIONS(3019), 1, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(657), 42, anon_sym_LBRACK, - ACTIONS(4049), 1, - anon_sym_RBRACK, - ACTIONS(4051), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1690), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [34560] = 7, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35079] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4057), 1, + ACTIONS(3521), 1, anon_sym_DOT2, - STATE(1691), 1, + STATE(1391), 1, + aux_sym_cell_path_repeat1, + STATE(1394), 1, sym_comment, - STATE(1707), 1, + STATE(1553), 1, sym_path, - STATE(1947), 1, - sym_cell_path, - ACTIONS(1469), 12, + ACTIONS(747), 13, + anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -231696,7 +160171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1467), 42, + ACTIONS(745), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -231739,115 +160214,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [34634] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, - anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4060), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1692), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3029), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [34768] = 7, + [35154] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, + ACTIONS(3529), 1, anon_sym_DOT2, - STATE(1689), 1, - aux_sym_cell_path_repeat1, - STATE(1693), 1, + ACTIONS(3532), 1, + aux_sym__immediate_decimal_token2, + STATE(1395), 1, sym_comment, - STATE(1940), 1, - sym_path, - ACTIONS(1407), 14, + ACTIONS(671), 15, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -231858,11 +160234,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1409), 40, + ACTIONS(673), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -231899,120 +160276,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [34842] = 38, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, - anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4064), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1694), 1, - sym_comment, - STATE(1696), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3358), 1, - sym_val_list, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3029), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 10, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_record, - sym_val_table, - sym_val_closure, - [34978] = 7, + [35227] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, + ACTIONS(3534), 1, anon_sym_DOT2, - STATE(1695), 1, + ACTIONS(3536), 1, + aux_sym_unquoted_token6, + STATE(1396), 1, sym_comment, - STATE(1708), 1, - sym_path, - STATE(2248), 1, - sym_cell_path, - ACTIONS(1455), 14, + ACTIONS(737), 15, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -232023,11 +160301,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1457), 40, + ACTIONS(739), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -232064,122 +160343,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [35052] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, - anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4066), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1696), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3029), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [35186] = 6, + [35300] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4068), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4070), 1, - aux_sym__immediate_decimal_token2, - STATE(1697), 1, + ACTIONS(3538), 1, + anon_sym_DOT2, + STATE(1553), 1, + sym_path, + STATE(1397), 2, sym_comment, - ACTIONS(2908), 13, + aux_sym_cell_path_repeat1, + ACTIONS(762), 13, + anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, - anon_sym_DOT2, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -232188,7 +160372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2906), 42, + ACTIONS(760), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -232231,92 +160415,422 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [35258] = 37, + [35373] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + STATE(1398), 1, + sym_comment, + ACTIONS(3543), 16, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(3039), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + anon_sym_CARET, + ACTIONS(3541), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [35442] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1399), 1, + sym_comment, + ACTIONS(775), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(777), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35511] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3511), 1, + aux_sym__immediate_decimal_token2, + STATE(1400), 1, + sym_comment, + ACTIONS(655), 15, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(657), 42, anon_sym_LBRACK, - ACTIONS(4051), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4053), 1, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35582] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3511), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(3545), 1, + anon_sym_DOT2, + STATE(1401), 1, + sym_comment, + ACTIONS(655), 15, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, anon_sym_DOT, - ACTIONS(4055), 1, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(657), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, - ACTIONS(4072), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1698), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35655] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1402), 1, sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, + ACTIONS(647), 16, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + ACTIONS(649), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35724] = 39, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3560), 1, + anon_sym_DOT, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + STATE(1403), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2982), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3200), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4513), 1, + sym_val_range, + STATE(5860), 1, + sym__expression, + STATE(5861), 1, + sym_unquoted, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, + STATE(3161), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -232328,94 +160842,159 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35392] = 38, + [35862] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1404), 1, + sym_comment, + STATE(1421), 1, + sym_path, + STATE(1858), 1, + sym_cell_path, + ACTIONS(822), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(824), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35936] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3588), 1, + anon_sym_RBRACK, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4074), 1, - anon_sym_RBRACK, - STATE(484), 1, + STATE(1405), 1, + sym_comment, + STATE(1416), 1, + aux_sym_val_list_repeat1, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1692), 1, - aux_sym_val_list_repeat1, - STATE(1699), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3385), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -232423,95 +161002,96 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [35528] = 37, + [36070] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(4082), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(4096), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1700), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3596), 1, + anon_sym_RBRACK, + STATE(1406), 1, sym_comment, - STATE(2079), 1, - sym__flag, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3195), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3474), 1, sym__inter_single_quotes, - STATE(3255), 1, + STATE(3476), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4435), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - STATE(3604), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -232523,189 +161103,160 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35662] = 37, + [36204] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4082), 1, + ACTIONS(3598), 1, + anon_sym_DOT2, + STATE(1655), 1, + sym_path, + STATE(1407), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(760), 14, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, + anon_sym_in, + anon_sym__, anon_sym_DOT, - ACTIONS(4088), 1, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1701), 1, - sym_comment, - STATE(2077), 1, - sym__flag, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4436), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - STATE(3604), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4098), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + aux_sym_unquoted_token1, + ACTIONS(762), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [35796] = 37, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [36276] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4106), 1, + ACTIONS(3601), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1702), 1, + STATE(1408), 1, sym_comment, - STATE(1753), 1, + STATE(1440), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3321), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -232713,98 +161264,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [35930] = 38, + [36412] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4108), 1, + ACTIONS(3603), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1409), 1, + sym_comment, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1698), 1, - aux_sym_val_list_repeat1, - STATE(1703), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3380), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -232812,95 +161360,98 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [36066] = 37, + [36546] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(4082), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(4096), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1704), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3605), 1, + anon_sym_RBRACK, + STATE(1409), 1, + aux_sym_val_list_repeat1, + STATE(1410), 1, sym_comment, - STATE(2026), 1, - sym__flag, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3195), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3314), 1, + sym_val_list, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3474), 1, sym__inter_single_quotes, - STATE(3255), 1, + STATE(3476), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4326), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - STATE(3604), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -232908,96 +161459,97 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [36200] = 37, + [36682] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4110), 1, + ACTIONS(3607), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1705), 1, + STATE(1411), 1, sym_comment, - STATE(1730), 1, + STATE(1417), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3317), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -233005,86 +161557,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [36334] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1706), 1, - sym_comment, - ACTIONS(1439), 15, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_QMARK2, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1437), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [36402] = 7, + [36818] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4031), 1, + ACTIONS(3521), 1, anon_sym_DOT2, - STATE(1707), 1, + STATE(1412), 1, sym_comment, - STATE(1713), 1, + STATE(1457), 1, aux_sym_cell_path_repeat1, - STATE(1928), 1, + STATE(1553), 1, sym_path, - ACTIONS(1396), 12, + ACTIONS(747), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -233097,7 +161584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1394), 42, + ACTIONS(745), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -233140,18 +161627,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [36476] = 7, + [36892] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, + ACTIONS(3584), 1, anon_sym_DOT2, - STATE(1693), 1, - aux_sym_cell_path_repeat1, - STATE(1708), 1, + STATE(1413), 1, sym_comment, - STATE(1940), 1, + STATE(1421), 1, sym_path, - ACTIONS(1394), 14, + STATE(1762), 1, + sym_cell_path, + ACTIONS(837), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -233166,7 +161653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1396), 40, + ACTIONS(839), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -233207,94 +161694,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [36550] = 38, + [36966] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(3609), 1, + anon_sym_DOT2, + STATE(1412), 1, + sym_path, + STATE(1414), 1, + sym_comment, + STATE(1667), 1, + sym_cell_path, + ACTIONS(832), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4112), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1709), 1, - sym_comment, - STATE(1710), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(830), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [37040] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, + anon_sym_PLUS, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2470), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3612), 1, + anon_sym_RBRACK, + STATE(1406), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(1415), 1, + sym_comment, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3301), 1, - sym_val_list, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3319), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -233305,92 +161859,189 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36686] = 37, + [37176] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4114), 1, + ACTIONS(3614), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1416), 1, + sym_comment, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1710), 1, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, + sym__inter_double_quotes, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, + sym__value, + ACTIONS(2456), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(2458), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [37310] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, + anon_sym_PLUS, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2470), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3616), 1, + anon_sym_RBRACK, + STATE(1417), 1, sym_comment, - STATE(1753), 1, + STATE(1422), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -233402,18 +162053,18 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36820] = 7, + [37444] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4116), 1, + ACTIONS(3584), 1, anon_sym_DOT2, - ACTIONS(4118), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4120), 1, - aux_sym_unquoted_token2, - STATE(1711), 1, + STATE(1418), 1, sym_comment, - ACTIONS(1445), 14, + STATE(1465), 1, + aux_sym_cell_path_repeat1, + STATE(1655), 1, + sym_path, + ACTIONS(745), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -233428,7 +162079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1447), 40, + ACTIONS(747), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -233469,83 +162120,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [36894] = 7, + [37518] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1708), 1, - sym_path, - STATE(1712), 1, - sym_comment, - STATE(2140), 1, - sym_cell_path, - ACTIONS(1459), 14, - anon_sym_GT, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(2448), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1461), 40, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2470), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(3590), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3618), 1, + anon_sym_RBRACK, + STATE(1419), 1, + sym_comment, + STATE(1468), 1, + aux_sym_val_list_repeat1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, + sym__var, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3318), 1, + sym_val_list, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, + sym__inter_double_quotes, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, + sym__value, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [36968] = 6, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 10, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_record, + sym_val_table, + sym_val_closure, + [37654] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1687), 1, - aux_sym_cell_path_repeat1, - STATE(1713), 1, + ACTIONS(3620), 1, + anon_sym_QMARK2, + STATE(1420), 1, sym_comment, - STATE(1928), 1, - sym_path, - ACTIONS(1409), 13, + ACTIONS(785), 14, + anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -233559,7 +162240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1407), 42, + ACTIONS(783), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -233602,94 +162283,158 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [37040] = 38, + [37724] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1421), 1, + sym_comment, + STATE(1448), 1, + aux_sym_cell_path_repeat1, + STATE(1655), 1, + sym_path, + ACTIONS(745), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(747), 40, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [37798] = 36, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3622), 1, + anon_sym_LBRACK, + ACTIONS(3625), 1, + anon_sym_RBRACK, + ACTIONS(3627), 1, + anon_sym_LPAREN, + ACTIONS(3630), 1, + anon_sym_DOLLAR, + ACTIONS(3633), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(3636), 1, + anon_sym_LBRACE, + ACTIONS(3639), 1, + anon_sym_DOT, + ACTIONS(3642), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(3645), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(3651), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(3663), 1, + sym_val_date, + ACTIONS(3666), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(3672), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(3675), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(3678), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4122), 1, - anon_sym_RBRACK, - STATE(484), 1, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1714), 1, - sym_comment, - STATE(1737), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3370), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(3648), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(3669), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(1422), 2, + sym_comment, + aux_sym_val_list_repeat1, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(3654), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(3657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(3660), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -233697,97 +162442,98 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [37176] = 38, + [37930] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4124), 1, + ACTIONS(3681), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1715), 1, + STATE(1423), 1, sym_comment, - STATE(1718), 1, + STATE(1424), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3337), 1, + STATE(3276), 1, sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -233798,92 +162544,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37312] = 37, + [38066] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(4082), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(4096), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1716), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3683), 1, + anon_sym_RBRACK, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1424), 1, sym_comment, - STATE(2032), 1, - sym__flag, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3195), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3474), 1, sym__inter_single_quotes, - STATE(3255), 1, + STATE(3476), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4336), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - STATE(3604), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -233895,22 +162641,20 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37446] = 7, + [38200] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4126), 1, - anon_sym_DOT2, - STATE(1707), 1, - sym_path, - STATE(1717), 1, + ACTIONS(3620), 1, + anon_sym_QMARK2, + STATE(1425), 1, sym_comment, - STATE(1951), 1, - sym_cell_path, - ACTIONS(1402), 12, + ACTIONS(785), 14, + anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -233919,7 +162663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1400), 42, + ACTIONS(783), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -233962,92 +162706,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [37520] = 37, + [38270] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4129), 1, + ACTIONS(3685), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1718), 1, + STATE(1426), 1, sym_comment, - STATE(1753), 1, + STATE(1441), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3322), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -234055,87 +162801,112 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [37654] = 7, + [38406] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1719), 1, - sym_comment, - STATE(1720), 1, - aux_sym_cell_path_repeat1, - STATE(1940), 1, - sym_path, - ACTIONS(1394), 14, - anon_sym_GT, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(2448), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1396), 40, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2470), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(3590), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3687), 1, + anon_sym_RBRACK, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1427), 1, + sym_comment, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, + sym__var, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, + sym__inter_double_quotes, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, + sym__value, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [37728] = 6, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [38540] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1689), 1, - aux_sym_cell_path_repeat1, - STATE(1720), 1, + STATE(1428), 1, sym_comment, - STATE(1940), 1, - sym_path, - ACTIONS(1407), 14, + ACTIONS(655), 15, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -234146,11 +162917,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1409), 41, + ACTIONS(657), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -234188,232 +162960,196 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [37800] = 7, + [38608] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4131), 1, - anon_sym_DOT2, - STATE(1719), 1, - sym_path, - STATE(1721), 1, - sym_comment, - STATE(1950), 1, - sym_cell_path, - ACTIONS(1400), 14, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1402), 40, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3552), 1, anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(3576), 1, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [37874] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1708), 1, - sym_path, - STATE(1722), 1, - sym_comment, - STATE(1974), 1, - sym_cell_path, - ACTIONS(1400), 14, - anon_sym_GT, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3689), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, + ACTIONS(3691), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(3693), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, + STATE(1429), 1, + sym_comment, + STATE(1841), 1, + sym__flag, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4427), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + STATE(3562), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1402), 40, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + STATE(3473), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [37948] = 38, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [38742] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4134), 1, + ACTIONS(3697), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1430), 1, + sym_comment, + STATE(1431), 1, + aux_sym_val_list_repeat1, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1702), 1, - aux_sym_val_list_repeat1, - STATE(1723), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3379), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3292), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -234424,161 +163160,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38084] = 7, + [38878] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1708), 1, - sym_path, - STATE(1724), 1, - sym_comment, - STATE(2080), 1, - sym_cell_path, - ACTIONS(1478), 14, - anon_sym_GT, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(2448), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1480), 40, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2470), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(3590), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [38158] = 38, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, - anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4136), 1, + ACTIONS(3699), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1431), 1, + sym_comment, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1725), 1, - sym_comment, - STATE(1726), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3344), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -234586,95 +163253,98 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [38294] = 37, + [39012] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4138), 1, + ACTIONS(3701), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1726), 1, + STATE(1432), 1, sym_comment, - STATE(1753), 1, + STATE(1433), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3311), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -234682,98 +163352,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [38428] = 38, + [39148] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4140), 1, + ACTIONS(3703), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1433), 1, + sym_comment, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1727), 1, - sym_comment, - STATE(1741), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3367), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -234781,21 +163448,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [38564] = 7, + [39282] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, + STATE(1434), 1, + sym_comment, + ACTIONS(858), 15, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT2, - STATE(1708), 1, + anon_sym_QMARK2, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(856), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [39350] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1421), 1, sym_path, - STATE(1728), 1, + STATE(1435), 1, sym_comment, - STATE(2131), 1, + STATE(1720), 1, sym_cell_path, - ACTIONS(1463), 14, + ACTIONS(830), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -234810,7 +163542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1465), 40, + ACTIONS(832), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -234851,258 +163583,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [38638] = 7, + [39424] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4031), 1, + ACTIONS(3584), 1, anon_sym_DOT2, - STATE(1685), 1, + STATE(1421), 1, sym_path, - STATE(1729), 1, + STATE(1436), 1, sym_comment, - STATE(2084), 1, + STATE(1858), 1, sym_cell_path, - ACTIONS(1469), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1467), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, + ACTIONS(822), 5, + anon_sym_GT, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [38712] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT2, + ACTIONS(3708), 9, anon_sym_DASH, - ACTIONS(3019), 1, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(3705), 19, anon_sym_LBRACK, - ACTIONS(4051), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4142), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1730), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, + anon_sym_RBRACE, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [38846] = 39, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(824), 21, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [39502] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(4146), 1, + ACTIONS(3689), 1, anon_sym_DASH, - ACTIONS(4148), 1, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(476), 1, - sym__val_number_decimal, - STATE(1731), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1437), 1, sym_comment, - STATE(2777), 1, + STATE(1845), 1, + sym__flag, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3253), 1, + STATE(3272), 1, sym_val_variable, - STATE(3254), 1, + STATE(3275), 1, sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5869), 1, + STATE(4425), 1, sym__expression, - STATE(5870), 1, - sym_unquoted, - ACTIONS(2902), 2, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, + STATE(3562), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3258), 3, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, sym__value, - STATE(3129), 11, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -235114,18 +163749,18 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38984] = 7, + [39636] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4154), 1, + ACTIONS(3584), 1, anon_sym_DOT2, - STATE(1719), 1, + STATE(1421), 1, sym_path, - STATE(1732), 1, + STATE(1438), 1, sym_comment, - STATE(1944), 1, + STATE(1751), 1, sym_cell_path, - ACTIONS(1467), 14, + ACTIONS(789), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -235140,7 +163775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1469), 40, + ACTIONS(791), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -235181,18 +163816,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [39058] = 7, + [39710] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, + ACTIONS(3711), 1, anon_sym_DOT2, - STATE(1708), 1, + STATE(1418), 1, sym_path, - STATE(1733), 1, + STATE(1439), 1, sym_comment, - STATE(2037), 1, + STATE(1680), 1, sym_cell_path, - ACTIONS(1467), 14, + ACTIONS(830), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -235207,7 +163842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1469), 40, + ACTIONS(832), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -235248,157 +163883,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [39132] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4157), 1, - anon_sym_QMARK2, - STATE(1734), 1, - sym_comment, - ACTIONS(1421), 14, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1419), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [39202] = 37, + [39784] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4159), 1, + ACTIONS(3714), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1440), 1, + sym_comment, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1735), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -235410,157 +163980,189 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39336] = 5, + [39918] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4157), 1, - anon_sym_QMARK2, - STATE(1736), 1, - sym_comment, - ACTIONS(1421), 14, - anon_sym_COLON, - anon_sym_COMMA, + ACTIONS(2438), 1, anon_sym_LPAREN, + ACTIONS(2440), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(2464), 1, anon_sym_DQUOTE, + ACTIONS(2468), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2470), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3716), 1, + anon_sym_RBRACK, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1441), 1, + sym_comment, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, + sym__var, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, + sym__inter_double_quotes, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1419), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + STATE(3475), 2, + sym_val_range, + sym__value, + ACTIONS(2456), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(2458), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [39406] = 37, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [40052] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4161), 1, + ACTIONS(3718), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1442), 1, + sym_comment, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1737), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -235572,83 +164174,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39540] = 7, + [40186] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1708), 1, - sym_path, - STATE(1738), 1, + ACTIONS(3720), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3722), 1, + aux_sym__immediate_decimal_token2, + STATE(1443), 1, sym_comment, - STATE(2074), 1, - sym_cell_path, - ACTIONS(1431), 14, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1433), 40, - anon_sym_LBRACK, + ACTIONS(2377), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_DOT2, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [39614] = 6, + ACTIONS(2375), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [40258] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4163), 1, + ACTIONS(3724), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4165), 1, + ACTIONS(3726), 1, aux_sym__immediate_decimal_token2, - STATE(1739), 1, + STATE(1444), 1, sym_comment, - ACTIONS(2834), 13, + ACTIONS(2328), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -235662,7 +164263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2832), 42, + ACTIONS(2326), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -235705,189 +164306,161 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [39686] = 37, + [40330] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4082), 1, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1421), 1, + sym_path, + STATE(1445), 1, + sym_comment, + STATE(1792), 1, + sym_cell_path, + ACTIONS(826), 14, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, + anon_sym_in, + anon_sym__, anon_sym_DOT, - ACTIONS(4088), 1, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1740), 1, - sym_comment, - STATE(2297), 1, - sym__flag, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4341), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - STATE(3604), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4098), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + aux_sym_unquoted_token1, + ACTIONS(828), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [39820] = 37, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [40404] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4167), 1, + ACTIONS(3728), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1741), 1, + STATE(1446), 1, sym_comment, - STATE(1753), 1, + STATE(1470), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3313), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -235895,98 +164468,97 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [39954] = 38, + [40540] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4169), 1, + ACTIONS(3730), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1690), 1, + STATE(1442), 1, aux_sym_val_list_repeat1, - STATE(1742), 1, + STATE(1447), 1, sym_comment, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3371), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3267), 1, sym_val_list, - STATE(3415), 1, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -235997,272 +164569,144 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40090] = 38, + [40676] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(3013), 1, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1407), 1, + aux_sym_cell_path_repeat1, + STATE(1448), 1, + sym_comment, + STATE(1655), 1, + sym_path, + ACTIONS(733), 14, + anon_sym_GT, anon_sym_DASH, - ACTIONS(3019), 1, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4171), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1743), 1, - sym_comment, - STATE(1744), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3368), 1, - sym_val_list, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3029), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3031), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 10, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_record, - sym_val_table, - sym_val_closure, - [40226] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, + aux_sym_unquoted_token1, + ACTIONS(735), 40, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, - anon_sym_PLUS, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, - anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4173), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1744), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(3023), 2, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(3027), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [40360] = 37, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [40750] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4082), 1, - anon_sym_DASH, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1745), 1, + ACTIONS(3689), 1, + anon_sym_DASH, + ACTIONS(3691), 1, + anon_sym_DOT, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1449), 1, sym_comment, - STATE(2000), 1, + STATE(1777), 1, sym__flag, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, + STATE(3272), 1, sym_val_variable, - STATE(3381), 1, + STATE(3275), 1, sym_expr_parenthesized, - STATE(3556), 1, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4338), 1, + STATE(4316), 1, sym__expression, - STATE(4782), 1, + STATE(4513), 1, sym_val_range, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(3604), 2, + STATE(3562), 2, sym_short_flag, sym_long_flag, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -236270,14 +164714,14 @@ static const uint16_t ts_small_parse_table[] = { sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2896), 6, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -236289,12 +164733,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40494] = 4, + [40884] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1746), 1, + STATE(1450), 1, sym_comment, - ACTIONS(1443), 15, + ACTIONS(847), 15, anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, @@ -236310,7 +164754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1441), 42, + ACTIONS(845), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -236353,94 +164797,158 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [40562] = 38, + [40952] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + STATE(1451), 1, + sym_comment, + ACTIONS(647), 15, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(649), 42, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [41020] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4175), 1, + ACTIONS(3732), 1, anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1747), 1, + STATE(1452), 1, sym_comment, - STATE(1748), 1, + STATE(1455), 1, aux_sym_val_list_repeat1, - STATE(3192), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3320), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3369), 1, - sym_val_list, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, + STATE(3316), 1, + sym_val_list, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 10, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -236451,92 +164959,256 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40698] = 37, + [41156] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1421), 1, + sym_path, + STATE(1453), 1, + sym_comment, + STATE(1760), 1, + sym_cell_path, + ACTIONS(715), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(717), 40, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [41230] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3689), 1, anon_sym_DASH, - ACTIONS(3019), 1, + ACTIONS(3691), 1, + anon_sym_DOT, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1454), 1, + sym_comment, + STATE(1836), 1, + sym__flag, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4385), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + STATE(3562), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3473), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [41364] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3025), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, + ACTIONS(3586), 1, anon_sym_LBRACK, - ACTIONS(4051), 1, + ACTIONS(3590), 1, anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4055), 1, + ACTIONS(3594), 1, sym_val_date, - ACTIONS(4177), 1, + ACTIONS(3734), 1, anon_sym_RBRACK, - STATE(484), 1, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1455), 1, + sym_comment, + STATE(2992), 1, sym__val_number_decimal, - STATE(507), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(1748), 1, - sym_comment, - STATE(1753), 1, - aux_sym_val_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3320), 1, + STATE(3273), 1, sym_expr_parenthesized, - STATE(3415), 1, + STATE(3281), 1, sym_val_variable, STATE(3426), 1, sym__str_double_quotes, - STATE(3438), 1, + STATE(3466), 1, sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3472), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, + STATE(3474), 1, + sym__inter_single_quotes, + STATE(3476), 1, + sym__expr_unary_minus, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, + STATE(3475), 2, sym_val_range, sym__value, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3432), 4, + STATE(3465), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3475), 11, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -236548,40 +165220,56 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40832] = 9, + [41498] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1708), 1, - sym_path, - STATE(1749), 1, + STATE(1456), 1, sym_comment, - STATE(2074), 1, - sym_cell_path, - ACTIONS(1431), 5, + ACTIONS(684), 15, anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(4182), 9, anon_sym_DASH, + anon_sym_in, anon_sym__, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(4179), 19, + ACTIONS(686), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, anon_sym_true, anon_sym_false, @@ -236591,11 +165279,110 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1433), 21, + [41566] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1397), 1, + aux_sym_cell_path_repeat1, + STATE(1457), 1, + sym_comment, + STATE(1553), 1, + sym_path, + ACTIONS(735), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(733), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [41638] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3584), 1, + anon_sym_DOT2, + STATE(1421), 1, + sym_path, + STATE(1458), 1, + sym_comment, + STATE(1778), 1, + sym_cell_path, + ACTIONS(815), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(817), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -236617,115 +165404,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [40910] = 37, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [41712] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + STATE(1459), 1, + sym_comment, + ACTIONS(775), 15, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(777), 42, anon_sym_LBRACK, - ACTIONS(4078), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4082), 1, - anon_sym_DASH, - ACTIONS(4084), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1750), 1, - sym_comment, - STATE(2011), 1, - sym__flag, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4321), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - STATE(3604), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4098), 3, + [41780] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3736), 1, + anon_sym_DOT2, + STATE(1460), 1, + sym_comment, + ACTIONS(737), 15, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + aux_sym_unquoted_token1, + ACTIONS(739), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [41044] = 7, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [41850] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4062), 1, + ACTIONS(3584), 1, anon_sym_DOT2, - STATE(1708), 1, + STATE(1421), 1, sym_path, - STATE(1751), 1, + STATE(1461), 1, sym_comment, - STATE(2157), 1, + STATE(1718), 1, sym_cell_path, - ACTIONS(1474), 14, + ACTIONS(852), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -236740,7 +165572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1476), 40, + ACTIONS(854), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -236781,94 +165613,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [41118] = 38, + [41924] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(3011), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(3013), 1, - anon_sym_DASH, - ACTIONS(3019), 1, - anon_sym_PLUS, - ACTIONS(3021), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(3025), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3039), 1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3041), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4051), 1, - anon_sym_LBRACE, - ACTIONS(4053), 1, + ACTIONS(3689), 1, + anon_sym_DASH, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4055), 1, - sym_val_date, - ACTIONS(4185), 1, - anon_sym_RBRACK, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(1735), 1, - aux_sym_val_list_repeat1, - STATE(1752), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1462), 1, sym_comment, - STATE(3192), 1, - sym__var, - STATE(3318), 1, - sym_val_list, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, + STATE(1717), 1, + sym__flag, + STATE(2634), 1, sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, + STATE(3200), 1, sym__inter_double_quotes, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4319), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3439), 2, - sym_val_range, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + STATE(3562), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3473), 3, + sym_expr_unary, + sym_expr_binary, sym__value, - ACTIONS(3027), 3, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3029), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 10, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -236876,176 +165706,148 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [41254] = 36, + [42058] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4187), 1, - anon_sym_LBRACK, - ACTIONS(4190), 1, - anon_sym_RBRACK, - ACTIONS(4192), 1, + ACTIONS(3738), 1, + anon_sym_DOT2, + STATE(1412), 1, + sym_path, + STATE(1463), 1, + sym_comment, + STATE(1658), 1, + sym_cell_path, + ACTIONS(717), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4195), 1, anon_sym_DOLLAR, - ACTIONS(4198), 1, - anon_sym_DASH, - ACTIONS(4201), 1, - anon_sym_LBRACE, - ACTIONS(4204), 1, - anon_sym_DOT, - ACTIONS(4207), 1, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(4210), 1, - anon_sym_null, - ACTIONS(4216), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4228), 1, - sym_val_date, - ACTIONS(4231), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4237), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4240), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4243), 1, - aux_sym__unquoted_in_list_token1, - STATE(484), 1, - sym__val_number_decimal, - STATE(507), 1, - sym_val_number, - STATE(511), 1, - sym__val_number, - STATE(3192), 1, - sym__var, - STATE(3320), 1, - sym_expr_parenthesized, - STATE(3415), 1, - sym_val_variable, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3438), 1, - sym__list_item_expression, - STATE(3445), 1, - sym__expr_unary_minus, - STATE(3476), 1, - sym__inter_single_quotes, - STATE(3477), 1, - sym__inter_double_quotes, - ACTIONS(4213), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4234), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(1753), 2, - sym_comment, - aux_sym_val_list_repeat1, - STATE(3439), 2, - sym_val_range, - sym__value, - ACTIONS(4219), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4222), 3, + ACTIONS(715), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4225), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3432), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3475), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [41386] = 37, + aux_sym__record_key_token2, + [42132] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4082), 1, - anon_sym_DASH, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(1754), 1, + ACTIONS(3689), 1, + anon_sym_DASH, + ACTIONS(3691), 1, + anon_sym_DOT, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1464), 1, sym_comment, - STATE(2025), 1, + STATE(1770), 1, sym__flag, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, + STATE(3272), 1, sym_val_variable, - STATE(3381), 1, + STATE(3275), 1, sym_expr_parenthesized, - STATE(3556), 1, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4325), 1, + STATE(4402), 1, sym__expression, - STATE(4782), 1, + STATE(4513), 1, sym_val_range, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(3604), 2, + STATE(3562), 2, sym_short_flag, sym_long_flag, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -237053,14 +165855,14 @@ static const uint16_t ts_small_parse_table[] = { sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2896), 6, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237072,189 +165874,290 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [41520] = 38, + [42266] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + STATE(1407), 1, + aux_sym_cell_path_repeat1, + STATE(1465), 1, + sym_comment, + STATE(1655), 1, + sym_path, + ACTIONS(733), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(735), 41, anon_sym_LBRACK, - ACTIONS(301), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(329), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(333), 1, - anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [42338] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3741), 1, + anon_sym_DOT2, + STATE(1418), 1, + sym_path, + STATE(1466), 1, + sym_comment, + STATE(1676), 1, + sym_cell_path, + ACTIONS(715), 14, + anon_sym_GT, anon_sym_DASH, - ACTIONS(531), 1, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1828), 1, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(717), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1755), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, - sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, - sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4780), 1, - sym__expression, - STATE(4783), 1, - sym__where_predicate, - ACTIONS(357), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(371), 2, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + [42412] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3536), 1, + aux_sym_unquoted_token6, + STATE(1467), 1, + sym_comment, + ACTIONS(737), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(361), 4, + aux_sym_unquoted_token1, + ACTIONS(739), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [41655] = 38, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [42482] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(333), 1, - anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, + anon_sym_PLUS, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1756), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, + anon_sym_DOT, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3744), 1, + anon_sym_RBRACK, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1468), 1, sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(2981), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, sym_expr_parenthesized, - STATE(2993), 1, + STATE(3281), 1, sym_val_variable, - STATE(3004), 1, + STATE(3426), 1, sym__str_double_quotes, - STATE(3055), 1, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3474), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3476), 1, sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4619), 1, - sym__expression, - STATE(4621), 1, - sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3101), 3, - sym_expr_unary, - sym_expr_binary, + STATE(3475), 2, + sym_val_range, sym__value, - ACTIONS(361), 4, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, - STATE(3057), 11, + aux_sym__val_number_token6, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237266,92 +166169,159 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [41790] = 38, + [42616] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3746), 1, + anon_sym_DOT2, + ACTIONS(3748), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3750), 1, + aux_sym_unquoted_token2, + STATE(1469), 1, + sym_comment, + ACTIONS(797), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(799), 40, anon_sym_LBRACK, - ACTIONS(4078), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [42690] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(4096), 1, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4148), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(476), 1, - sym__val_number_decimal, - STATE(1757), 1, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3752), 1, + anon_sym_RBRACK, + STATE(1422), 1, + aux_sym_val_list_repeat1, + STATE(1470), 1, sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2992), 1, + sym__val_number_decimal, + STATE(3104), 1, sym__var, - STATE(3195), 1, + STATE(3243), 1, + sym_val_number, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3474), 1, sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, + STATE(3476), 1, sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5895), 1, - sym_unquoted, - STATE(5896), 1, - sym__expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, + sym__value, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(2458), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - STATE(3129), 11, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237363,92 +166333,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [41925] = 38, + [42824] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(3689), 1, anon_sym_DASH, - ACTIONS(4148), 1, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(476), 1, - sym__val_number_decimal, - STATE(1758), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1471), 1, sym_comment, - STATE(2777), 1, + STATE(1850), 1, + sym__flag, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3253), 1, + STATE(3272), 1, sym_val_variable, - STATE(3254), 1, + STATE(3275), 1, sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5869), 1, + STATE(4335), 1, sym__expression, - STATE(5870), 1, - sym_unquoted, - ACTIONS(2902), 2, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, + STATE(3562), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3258), 3, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, sym__value, - STATE(3129), 11, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237460,92 +166430,94 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42060] = 38, + [42958] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(2440), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, + ACTIONS(2442), 1, + anon_sym_DASH, + ACTIONS(2448), 1, anon_sym_PLUS, - ACTIONS(4096), 1, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2454), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2468), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(2470), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4248), 1, - sym_identifier, - ACTIONS(4250), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3586), 1, + anon_sym_LBRACK, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(3592), 1, anon_sym_DOT, - ACTIONS(4252), 1, - anon_sym_not, - ACTIONS(4254), 1, - anon_sym_null, - STATE(436), 1, - sym__val_number, - STATE(448), 1, + ACTIONS(3594), 1, + sym_val_date, + ACTIONS(3754), 1, + anon_sym_RBRACK, + STATE(1427), 1, + aux_sym_val_list_repeat1, + STATE(1472), 1, + sym_comment, + STATE(2992), 1, sym__val_number_decimal, - STATE(471), 1, + STATE(3104), 1, + sym__var, + STATE(3243), 1, sym_val_number, - STATE(1759), 1, - sym_comment, - STATE(2777), 1, + STATE(3265), 1, + sym__val_number, + STATE(3273), 1, + sym_expr_parenthesized, + STATE(3281), 1, + sym_val_variable, + STATE(3285), 1, + sym_val_list, + STATE(3426), 1, sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, + STATE(3466), 1, + sym__list_item_expression, + STATE(3472), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3474), 1, sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, + STATE(3476), 1, sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5562), 1, - sym__expression, - ACTIONS(2898), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4256), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3475), 2, + sym_val_range, sym__value, - ACTIONS(2896), 4, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(2458), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, - STATE(3129), 11, + aux_sym__val_number_token6, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3465), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3477), 10, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237553,96 +166525,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [42195] = 38, + [43094] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(59), 1, - anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4258), 1, - sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1760), 1, + ACTIONS(3689), 1, + anon_sym_DASH, + ACTIONS(3691), 1, + anon_sym_DOT, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + STATE(1473), 1, sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, - sym__var, - STATE(3043), 1, - sym_val_variable, - STATE(3074), 1, - sym_expr_parenthesized, - STATE(3238), 1, + STATE(1707), 1, + sym__flag, + STATE(2634), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, sym__expr_binary_expression, - STATE(5253), 1, - sym__where_predicate, - STATE(5254), 1, + STATE(4323), 1, sym__expression, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(89), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(97), 2, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + STATE(3562), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, - STATE(3230), 11, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237654,7 +166625,74 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42330] = 38, + [43228] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3521), 1, + anon_sym_DOT2, + STATE(1394), 1, + sym_path, + STATE(1474), 1, + sym_comment, + STATE(1691), 1, + sym_cell_path, + ACTIONS(832), 12, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(830), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [43302] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -237683,40 +166721,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1475), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1761), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5255), 1, - sym__where_predicate, - STATE(5256), 1, + STATE(5123), 1, sym__expression, + STATE(5124), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -237730,7 +166768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -237739,7 +166777,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237751,92 +166789,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42465] = 38, + [43437] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1762), 1, + STATE(1476), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4738), 1, + STATE(4600), 1, sym__expression, - STATE(4739), 1, + STATE(4601), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237848,92 +166886,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42600] = 38, + [43572] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1477), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1763), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4729), 1, + STATE(4992), 1, sym__expression, - STATE(4730), 1, + STATE(5000), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -237945,92 +166983,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42735] = 38, + [43707] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(3726), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(3760), 1, + anon_sym_DOT2, + STATE(1478), 1, + sym_comment, + ACTIONS(2328), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(333), 1, - anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2326), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [43778] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, + anon_sym_DOT, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1479), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1764), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4719), 1, + STATE(4994), 1, sym__expression, - STATE(4724), 1, + STATE(4995), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238042,92 +167145,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42870] = 38, + [43913] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1480), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1765), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4712), 1, + STATE(5008), 1, sym__expression, - STATE(4716), 1, + STATE(5009), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238139,92 +167242,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43005] = 38, + [44048] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(3560), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1766), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + STATE(1481), 1, sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2982), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4849), 1, + STATE(4513), 1, + sym_val_range, + STATE(5881), 1, + sym_unquoted, + STATE(5882), 1, sym__expression, - STATE(4852), 1, - sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(2281), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3572), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238236,7 +167339,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43140] = 38, + [44183] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238265,40 +167368,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1482), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1767), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5257), 1, - sym__where_predicate, - STATE(5258), 1, + STATE(4983), 1, sym__expression, + STATE(4985), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238312,7 +167415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238321,7 +167424,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238333,7 +167436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43275] = 38, + [44318] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238362,40 +167465,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1483), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1768), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5259), 1, - sym__where_predicate, - STATE(5260), 1, + STATE(5010), 1, sym__expression, + STATE(5011), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238409,7 +167512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238418,7 +167521,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238430,7 +167533,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43410] = 38, + [44453] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238459,40 +167562,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1484), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1769), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5262), 1, - sym__where_predicate, - STATE(5263), 1, + STATE(5012), 1, sym__expression, + STATE(5013), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238506,7 +167609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238515,7 +167618,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238527,7 +167630,72 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43545] = 38, + [44588] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3763), 1, + anon_sym_DOT2, + ACTIONS(3766), 1, + aux_sym__immediate_decimal_token2, + STATE(1485), 1, + sym_comment, + ACTIONS(2519), 12, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2517), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [44659] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238556,40 +167724,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1486), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1770), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5264), 1, - sym__where_predicate, - STATE(5265), 1, + STATE(5160), 1, sym__expression, + STATE(5161), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238603,7 +167771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238612,7 +167780,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238624,7 +167792,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43680] = 38, + [44794] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238653,40 +167821,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1487), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1771), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5266), 1, - sym__where_predicate, - STATE(5267), 1, + STATE(5157), 1, sym__expression, + STATE(5159), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238700,7 +167868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238709,7 +167877,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238721,7 +167889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43815] = 38, + [44929] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238750,40 +167918,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1488), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1772), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5268), 1, - sym__where_predicate, - STATE(5269), 1, + STATE(5147), 1, sym__expression, + STATE(5150), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238797,7 +167965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238806,7 +167974,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238818,7 +167986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43950] = 38, + [45064] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238847,40 +168015,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1489), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1773), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5270), 1, - sym__where_predicate, - STATE(5271), 1, + STATE(5142), 1, sym__expression, + STATE(5146), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238894,7 +168062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238903,7 +168071,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -238915,7 +168083,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44085] = 38, + [45199] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -238944,40 +168112,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1490), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1774), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5274), 1, - sym__where_predicate, - STATE(5277), 1, + STATE(5131), 1, sym__expression, + STATE(5134), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -238991,7 +168159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239000,7 +168168,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239012,7 +168180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44220] = 38, + [45334] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239041,40 +168209,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1491), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1775), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5278), 1, - sym__where_predicate, - STATE(5279), 1, + STATE(5114), 1, sym__expression, + STATE(5122), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239088,7 +168256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239097,7 +168265,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239109,7 +168277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44355] = 38, + [45469] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239138,40 +168306,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1492), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1776), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5280), 1, - sym__where_predicate, - STATE(5281), 1, + STATE(5111), 1, sym__expression, + STATE(5113), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239185,7 +168353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239194,7 +168362,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239206,7 +168374,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44490] = 38, + [45604] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239235,40 +168403,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1493), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1777), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5282), 1, - sym__where_predicate, - STATE(5284), 1, + STATE(4996), 1, sym__expression, + STATE(4997), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239282,7 +168450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239291,7 +168459,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239303,7 +168471,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44625] = 38, + [45739] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239332,40 +168500,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1494), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1778), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5285), 1, - sym__where_predicate, - STATE(5286), 1, + STATE(5105), 1, sym__expression, + STATE(5106), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239379,7 +168547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239388,7 +168556,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239400,7 +168568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44760] = 38, + [45874] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239429,40 +168597,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1495), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1779), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5287), 1, - sym__where_predicate, - STATE(5288), 1, + STATE(5103), 1, sym__expression, + STATE(5104), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239476,7 +168644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239485,7 +168653,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239497,92 +168665,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44895] = 38, + [46009] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1496), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1780), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4533), 1, + STATE(5089), 1, sym__expression, - STATE(4537), 1, + STATE(5100), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239594,7 +168762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45030] = 38, + [46144] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239623,40 +168791,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1497), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1781), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5289), 1, - sym__where_predicate, - STATE(5294), 1, + STATE(5086), 1, sym__expression, + STATE(5088), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239670,7 +168838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239679,7 +168847,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239691,7 +168859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45165] = 38, + [46279] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -239720,40 +168888,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1498), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1782), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5301), 1, - sym__where_predicate, - STATE(5302), 1, + STATE(5079), 1, sym__expression, + STATE(5085), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -239767,7 +168935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239776,7 +168944,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239788,92 +168956,91 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45300] = 38, + [46414] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(3770), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(3772), 1, + anon_sym_DOLLAR, + ACTIONS(3774), 1, + anon_sym_DASH, + ACTIONS(3776), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(3778), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(3780), 1, + anon_sym_PLUS, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(3788), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, + STATE(1460), 1, sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1783), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(1466), 1, sym__var, - STATE(2981), 1, + STATE(1499), 1, + sym_comment, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1666), 1, sym_expr_parenthesized, - STATE(2993), 1, + STATE(1668), 1, sym_val_variable, - STATE(3004), 1, + STATE(1768), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(3499), 1, sym__expr_binary_expression, - STATE(4538), 1, + STATE(3553), 1, + sym_val_range, + STATE(3555), 1, + sym__match_expression, + STATE(3558), 1, sym__expression, - STATE(4540), 1, - sym__where_predicate, - ACTIONS(357), 2, + STATE(3559), 1, + sym_block, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(3798), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(1847), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(3790), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, - STATE(3057), 11, + aux_sym__val_number_token6, + STATE(1846), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239885,92 +169052,91 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45435] = 38, + [46547] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(333), 1, - anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1784), 1, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(3806), 1, + anon_sym_LBRACE, + ACTIONS(3808), 1, + anon_sym_DOT, + STATE(1500), 1, sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, + STATE(3491), 1, sym__expr_binary_expression, - STATE(4544), 1, + STATE(3558), 1, sym__expression, - STATE(4545), 1, - sym__where_predicate, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(363), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(371), 2, + STATE(3559), 1, + sym_block, + STATE(4513), 1, + sym_val_range, + STATE(5526), 1, + sym__match_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, - STATE(3057), 11, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -239982,7 +169148,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45570] = 38, + [46680] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240011,40 +169177,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1501), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1785), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5307), 1, - sym__where_predicate, - STATE(5308), 1, + STATE(5075), 1, sym__expression, + STATE(5076), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240058,7 +169224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240067,7 +169233,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240079,7 +169245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45705] = 38, + [46815] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240108,40 +169274,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1502), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1786), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5309), 1, - sym__where_predicate, - STATE(5310), 1, + STATE(5071), 1, sym__expression, + STATE(5074), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240155,7 +169321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240164,7 +169330,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240176,7 +169342,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45840] = 38, + [46950] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240205,40 +169371,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1503), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1787), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5312), 1, - sym__where_predicate, - STATE(5313), 1, + STATE(5063), 1, sym__expression, + STATE(5070), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240252,7 +169418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240261,7 +169427,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240273,92 +169439,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45975] = 38, + [47085] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1504), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1788), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4546), 1, + STATE(5057), 1, sym__expression, - STATE(4662), 1, + STATE(5059), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240370,7 +169536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46110] = 38, + [47220] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240399,40 +169565,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1505), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1789), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5314), 1, - sym__where_predicate, - STATE(5315), 1, + STATE(5016), 1, sym__expression, + STATE(5017), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240446,7 +169612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240455,7 +169621,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240467,92 +169633,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46245] = 38, + [47355] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1506), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1790), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4553), 1, + STATE(5032), 1, sym__expression, - STATE(4554), 1, + STATE(5040), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240564,92 +169730,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46380] = 38, + [47490] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1507), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1791), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4555), 1, + STATE(4999), 1, sym__expression, - STATE(4557), 1, + STATE(5004), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240661,7 +169827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46515] = 38, + [47625] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240690,40 +169856,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1508), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1792), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5316), 1, - sym__where_predicate, - STATE(5317), 1, + STATE(4982), 1, sym__expression, + STATE(4984), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240737,7 +169903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240746,7 +169912,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240758,7 +169924,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46650] = 38, + [47760] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240787,40 +169953,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1509), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1793), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5321), 1, - sym__where_predicate, - STATE(5322), 1, + STATE(4974), 1, sym__expression, + STATE(4981), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240834,7 +170000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240843,7 +170009,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240855,92 +170021,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46785] = 38, + [47895] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1510), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1794), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4558), 1, + STATE(4955), 1, sym__expression, - STATE(4560), 1, + STATE(4959), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -240952,92 +170118,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46920] = 38, + [48030] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1511), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1795), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4563), 1, + STATE(4987), 1, sym__expression, - STATE(4569), 1, + STATE(4990), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241049,92 +170215,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47055] = 38, + [48165] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1512), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1796), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4570), 1, + STATE(4924), 1, sym__expression, - STATE(4588), 1, + STATE(4950), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241146,92 +170312,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47190] = 38, + [48300] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1513), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1797), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4592), 1, + STATE(4946), 1, sym__expression, - STATE(4603), 1, + STATE(4947), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241243,92 +170409,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47325] = 38, + [48435] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1514), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1798), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4605), 1, + STATE(4940), 1, sym__expression, - STATE(4606), 1, + STATE(4941), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241340,92 +170506,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47460] = 38, + [48570] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1799), 1, + STATE(1515), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4524), 1, + STATE(4873), 1, sym__expression, - STATE(4525), 1, + STATE(4874), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241437,92 +170603,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47595] = 38, + [48705] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1800), 1, + STATE(1516), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4522), 1, + STATE(4871), 1, sym__expression, - STATE(4523), 1, + STATE(4872), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241534,92 +170700,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47730] = 38, + [48840] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1801), 1, + STATE(1517), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4520), 1, + STATE(4869), 1, sym__expression, - STATE(4521), 1, + STATE(4895), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241631,92 +170797,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47865] = 38, + [48975] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1802), 1, + STATE(1518), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4516), 1, + STATE(4867), 1, sym__expression, - STATE(4517), 1, + STATE(4868), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241728,92 +170894,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48000] = 38, + [49110] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1519), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1803), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4514), 1, + STATE(4928), 1, sym__expression, - STATE(4515), 1, + STATE(4934), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241825,92 +170991,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48135] = 38, + [49245] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1804), 1, + STATE(1520), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4510), 1, + STATE(4864), 1, sym__expression, - STATE(4512), 1, + STATE(4866), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -241922,92 +171088,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48270] = 38, + [49380] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1805), 1, + STATE(1521), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4507), 1, - sym__expression, - STATE(4509), 1, + STATE(4861), 1, sym__where_predicate, - ACTIONS(357), 2, + STATE(4862), 1, + sym__expression, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242019,92 +171185,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48405] = 38, + [49515] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1806), 1, + STATE(1522), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4504), 1, - sym__expression, - STATE(4506), 1, + STATE(4716), 1, sym__where_predicate, - ACTIONS(357), 2, + STATE(4859), 1, + sym__expression, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242116,92 +171282,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48540] = 38, + [49650] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1807), 1, + STATE(1523), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4551), 1, - sym__where_predicate, - STATE(4578), 1, + STATE(4856), 1, sym__expression, - ACTIONS(357), 2, + STATE(4857), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242213,92 +171379,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48675] = 38, + [49785] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1808), 1, + STATE(1524), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4618), 1, - sym__where_predicate, - STATE(4632), 1, + STATE(4848), 1, sym__expression, - ACTIONS(357), 2, + STATE(4854), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242310,92 +171476,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48810] = 38, + [49920] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1809), 1, + STATE(1525), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4637), 1, - sym__where_predicate, - STATE(4655), 1, + STATE(4841), 1, sym__expression, - ACTIONS(357), 2, + STATE(4870), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242407,92 +171573,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48945] = 38, + [50055] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1810), 1, + STATE(1526), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4659), 1, + STATE(4834), 1, sym__expression, - STATE(4762), 1, + STATE(4840), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242504,92 +171670,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49080] = 38, + [50190] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1811), 1, + STATE(1527), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4661), 1, - sym__where_predicate, - STATE(4680), 1, + STATE(4832), 1, sym__expression, - ACTIONS(357), 2, + STATE(4833), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242601,92 +171767,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49215] = 38, + [50325] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1812), 1, + STATE(1528), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4611), 1, + STATE(4828), 1, sym__expression, - STATE(4612), 1, + STATE(4831), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242698,92 +171864,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49350] = 38, + [50460] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1529), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1813), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4613), 1, - sym__expression, - STATE(4617), 1, + STATE(4926), 1, sym__where_predicate, - ACTIONS(357), 2, + STATE(5281), 1, + sym__expression, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242795,92 +171961,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49485] = 38, + [50595] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1814), 1, + STATE(1530), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5324), 1, - sym__where_predicate, - STATE(5325), 1, + STATE(4825), 1, sym__expression, - ACTIONS(83), 2, + STATE(4826), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242892,92 +172058,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49620] = 38, + [50730] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1815), 1, + STATE(1531), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5326), 1, + STATE(4823), 1, sym__expression, - STATE(5331), 1, + STATE(4824), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -242989,92 +172155,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49755] = 38, + [50865] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1816), 1, + STATE(1532), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5216), 1, + STATE(4819), 1, sym__expression, - STATE(5330), 1, + STATE(4822), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243086,92 +172252,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49890] = 38, + [51000] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1817), 1, + STATE(1533), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4705), 1, + STATE(4817), 1, sym__expression, - STATE(4711), 1, + STATE(4818), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243183,92 +172349,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50025] = 38, + [51135] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1818), 1, + STATE(1534), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4703), 1, + STATE(4815), 1, sym__expression, - STATE(4704), 1, + STATE(4816), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243280,92 +172446,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50160] = 38, + [51270] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1819), 1, + STATE(1535), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4846), 1, + STATE(4813), 1, sym__expression, - STATE(4848), 1, + STATE(4814), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243377,92 +172543,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50295] = 38, + [51405] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1820), 1, + STATE(1536), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4844), 1, + STATE(4810), 1, sym__expression, - STATE(4845), 1, + STATE(4811), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243474,92 +172640,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50430] = 38, + [51540] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1821), 1, + STATE(1537), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4853), 1, + STATE(4805), 1, sym__expression, - STATE(4854), 1, + STATE(4807), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243571,92 +172737,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50565] = 38, + [51675] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1822), 1, + STATE(1538), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4841), 1, + STATE(4802), 1, sym__expression, - STATE(4843), 1, + STATE(4803), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243668,92 +172834,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50700] = 38, + [51810] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1823), 1, + STATE(1539), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4701), 1, - sym__where_predicate, - STATE(4840), 1, + STATE(4796), 1, sym__expression, - ACTIONS(357), 2, + STATE(4798), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243765,92 +172931,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50835] = 38, + [51945] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1824), 1, + STATE(1540), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, - sym__var, - STATE(3043), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5198), 1, + STATE(4785), 1, sym__expression, - STATE(5201), 1, + STATE(4792), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243862,92 +173028,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50970] = 38, + [52080] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1825), 1, + STATE(1541), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5192), 1, + STATE(4782), 1, sym__expression, - STATE(5197), 1, + STATE(4784), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -243959,92 +173125,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51105] = 38, + [52215] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1826), 1, + STATE(1542), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5066), 1, - sym__where_predicate, - STATE(5189), 1, + STATE(4775), 1, sym__expression, - ACTIONS(83), 2, + STATE(4780), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244056,7 +173222,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51240] = 38, + [52350] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244085,39 +173251,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1543), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1827), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5184), 1, + STATE(4998), 1, sym__expression, - STATE(5188), 1, + STATE(5094), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -244132,7 +173298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244141,7 +173307,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244153,92 +173319,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51375] = 38, + [52485] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1828), 1, + STATE(1544), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5182), 1, + STATE(4705), 1, sym__expression, - STATE(5183), 1, + STATE(4706), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244250,92 +173416,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51510] = 38, + [52620] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(3560), 1, anon_sym_DOT, - ACTIONS(77), 1, + ACTIONS(3562), 1, anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4258), 1, - sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1829), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + STATE(1545), 1, sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(3043), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2982), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(3074), 1, + STATE(3156), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, sym__expr_binary_expression, - STATE(5178), 1, + STATE(4513), 1, + sym_val_range, + STATE(5860), 1, sym__expression, - STATE(5179), 1, - sym__where_predicate, - ACTIONS(83), 2, + STATE(5861), 1, + sym_unquoted, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(2281), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3572), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244347,7 +173513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51645] = 38, + [52755] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244376,40 +173542,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1546), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1830), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5176), 1, - sym__where_predicate, - STATE(5235), 1, + STATE(5018), 1, sym__expression, + STATE(5019), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -244423,7 +173589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244432,7 +173598,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244444,92 +173610,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51780] = 38, + [52890] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1831), 1, + STATE(1547), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5171), 1, + STATE(4703), 1, sym__expression, - STATE(5172), 1, + STATE(4704), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244541,92 +173707,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51915] = 38, + [53025] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1832), 1, + STATE(1548), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5161), 1, + STATE(4700), 1, sym__expression, - STATE(5163), 1, + STATE(4701), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244638,92 +173804,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52050] = 38, + [53160] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1833), 1, + STATE(1549), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5156), 1, + STATE(4694), 1, sym__expression, - STATE(5159), 1, + STATE(4699), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244735,92 +173901,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52185] = 38, + [53295] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1834), 1, + STATE(1550), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5154), 1, + STATE(4685), 1, sym__expression, - STATE(5155), 1, + STATE(4692), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244832,7 +173998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52320] = 38, + [53430] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244861,39 +174027,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1551), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1835), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5149), 1, + STATE(5022), 1, sym__expression, - STATE(5151), 1, + STATE(5023), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -244908,7 +174074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244917,7 +174083,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -244929,92 +174095,218 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52455] = 38, + [53565] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + STATE(1552), 1, + sym_comment, + ACTIONS(862), 14, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(860), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(59), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_DOT, - ACTIONS(77), 1, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [53632] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1553), 1, + sym_comment, + ACTIONS(916), 14, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, - ACTIONS(79), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(914), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [53699] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, + anon_sym_DOT, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1836), 1, + STATE(1554), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5133), 1, + STATE(4533), 1, sym__expression, - STATE(5139), 1, + STATE(4534), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245026,155 +174318,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52590] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1837), 1, - sym_comment, - ACTIONS(1437), 14, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1439), 42, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [52657] = 38, + [53834] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1838), 1, + STATE(1555), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4690), 1, - sym__where_predicate, - STATE(4706), 1, + STATE(4679), 1, sym__expression, - ACTIONS(357), 2, + STATE(4683), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245186,92 +174415,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52792] = 38, + [53969] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1839), 1, + STATE(1556), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4720), 1, - sym__where_predicate, - STATE(4721), 1, + STATE(4536), 1, sym__expression, - ACTIONS(357), 2, + STATE(4537), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245283,92 +174512,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52927] = 38, + [54104] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1840), 1, + STATE(1557), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4734), 1, + STATE(4539), 1, sym__where_predicate, - STATE(4749), 1, + STATE(4584), 1, sym__expression, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245380,92 +174609,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53062] = 38, + [54239] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1841), 1, + STATE(1558), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4811), 1, - sym__where_predicate, - STATE(4821), 1, + STATE(4544), 1, sym__expression, - ACTIONS(357), 2, + STATE(4546), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245477,92 +174706,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53197] = 38, + [54374] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3810), 1, + sym_filesize_unit, + ACTIONS(3812), 1, + sym_duration_unit, + STATE(1559), 1, + sym_comment, + ACTIONS(868), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(870), 41, anon_sym_LBRACK, - ACTIONS(301), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(329), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(333), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(353), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [54445] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, + anon_sym_DOT, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1842), 1, + STATE(1560), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4526), 1, - sym__where_predicate, - STATE(4850), 1, + STATE(4675), 1, sym__expression, - ACTIONS(357), 2, + STATE(4678), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245574,92 +174868,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53332] = 38, + [54580] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3814), 1, + anon_sym_DOT2, + ACTIONS(3816), 1, + aux_sym__immediate_decimal_token2, + STATE(1561), 1, + sym_comment, + ACTIONS(2519), 12, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2517), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [54651] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1843), 1, + STATE(1562), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4867), 1, - sym__where_predicate, - STATE(4870), 1, + STATE(4548), 1, sym__expression, - ACTIONS(357), 2, + STATE(4550), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245671,92 +175030,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53467] = 38, + [54786] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1844), 1, + STATE(1563), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4878), 1, - sym__where_predicate, - STATE(4879), 1, + STATE(4556), 1, sym__expression, - ACTIONS(357), 2, + STATE(4557), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245768,92 +175127,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53602] = 38, + [54921] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1845), 1, + STATE(1564), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4904), 1, + STATE(4562), 1, sym__expression, - STATE(4906), 1, + STATE(4563), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245865,92 +175224,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53737] = 38, + [55056] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1846), 1, + STATE(1565), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4895), 1, + STATE(4565), 1, sym__expression, - STATE(4897), 1, + STATE(4569), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -245962,92 +175321,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53872] = 38, + [55191] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1847), 1, + STATE(1566), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4889), 1, + STATE(4574), 1, sym__expression, - STATE(4890), 1, + STATE(4579), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246059,92 +175418,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54007] = 38, + [55326] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1848), 1, + STATE(1567), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4824), 1, + STATE(4581), 1, sym__expression, - STATE(4825), 1, + STATE(4638), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246156,92 +175515,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54142] = 38, + [55461] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1849), 1, + STATE(1568), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4815), 1, + STATE(4586), 1, sym__expression, - STATE(4816), 1, + STATE(4588), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246253,92 +175612,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54277] = 38, + [55596] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1850), 1, + STATE(1569), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4801), 1, + STATE(4590), 1, sym__expression, - STATE(4809), 1, + STATE(4591), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246350,92 +175709,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54412] = 38, + [55731] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1851), 1, + STATE(1570), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4837), 1, + STATE(4593), 1, sym__expression, - STATE(4839), 1, + STATE(4594), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246447,155 +175806,219 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54547] = 4, + [55866] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1852), 1, + ACTIONS(3726), 1, + aux_sym__immediate_decimal_token2, + STATE(1571), 1, sym_comment, - ACTIONS(1441), 14, - anon_sym_GT, + ACTIONS(2328), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2326), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1443), 42, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [55935] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1572), 1, + sym_comment, + ACTIONS(920), 14, + anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [54614] = 38, + ACTIONS(918), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [56002] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(333), 1, - anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(3808), 1, + anon_sym_DOT, + ACTIONS(3818), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1853), 1, + ACTIONS(3820), 1, + anon_sym_not, + ACTIONS(3822), 1, + anon_sym_null, + STATE(1573), 1, sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4818), 1, + STATE(4513), 1, + sym_val_range, + STATE(5610), 1, sym__expression, - STATE(4820), 1, - sym__where_predicate, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(363), 2, + ACTIONS(2283), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(3824), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(2281), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246607,92 +176030,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54749] = 38, + [56137] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1854), 1, + STATE(1574), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5131), 1, + STATE(4672), 1, sym__expression, - STATE(5132), 1, + STATE(4673), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246704,92 +176127,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54884] = 38, + [56272] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1855), 1, + STATE(1575), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5122), 1, + STATE(4667), 1, sym__expression, - STATE(5124), 1, + STATE(4671), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246801,7 +176224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55019] = 38, + [56407] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -246830,39 +176253,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1576), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1856), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5113), 1, + STATE(5209), 1, sym__expression, - STATE(5120), 1, + STATE(5211), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -246877,7 +176300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -246886,7 +176309,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246898,92 +176321,156 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55154] = 38, + [56542] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(3722), 1, + aux_sym__immediate_decimal_token2, + STATE(1577), 1, + sym_comment, + ACTIONS(2377), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(59), 1, - anon_sym_DOT, - ACTIONS(77), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4258), 1, - sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1857), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, - sym__var, - STATE(3043), 1, - sym_val_variable, - STATE(3074), 1, - sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2375), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [56611] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, + anon_sym_DOT, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(3758), 1, + sym_identifier, + STATE(1578), 1, + sym_comment, + STATE(2409), 1, + sym_val_range, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, + sym_val_variable, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5106), 1, + STATE(4597), 1, sym__expression, - STATE(5107), 1, + STATE(4598), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -246995,92 +176482,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55289] = 38, + [56746] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1858), 1, + STATE(1579), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4799), 1, - sym__expression, - STATE(4855), 1, + STATE(4532), 1, sym__where_predicate, - ACTIONS(357), 2, + STATE(4599), 1, + sym__expression, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247092,7 +176579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55424] = 38, + [56881] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -247121,39 +176608,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1580), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1859), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5104), 1, + STATE(5003), 1, sym__expression, - STATE(5105), 1, + STATE(5006), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -247168,7 +176655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -247177,7 +176664,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247189,92 +176676,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55559] = 38, + [57016] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1860), 1, + STATE(1581), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4742), 1, + STATE(4602), 1, sym__expression, - STATE(4748), 1, + STATE(4603), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247286,92 +176773,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55694] = 38, + [57151] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1861), 1, + STATE(1582), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4623), 1, + STATE(4605), 1, sym__expression, - STATE(4625), 1, + STATE(4606), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247383,92 +176870,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55829] = 38, + [57286] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1862), 1, + STATE(1583), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4497), 1, - sym__where_predicate, - STATE(4641), 1, + STATE(4607), 1, sym__expression, - ACTIONS(357), 2, + STATE(4610), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247480,92 +176967,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55964] = 38, + [57421] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1863), 1, + STATE(1584), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4634), 1, + STATE(4612), 1, sym__expression, - STATE(4635), 1, + STATE(4614), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247577,92 +177064,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56099] = 38, + [57556] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1864), 1, + STATE(1585), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5099), 1, + STATE(4616), 1, sym__expression, - STATE(5103), 1, + STATE(4617), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247674,92 +177161,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56234] = 38, + [57691] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1865), 1, + STATE(1586), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4642), 1, + STATE(4619), 1, sym__expression, - STATE(4643), 1, + STATE(4620), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247771,92 +177258,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56369] = 38, + [57826] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1866), 1, + STATE(1587), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4644), 1, + STATE(4621), 1, sym__expression, - STATE(4647), 1, + STATE(4623), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247868,92 +177355,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56504] = 38, + [57961] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1867), 1, + STATE(1588), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5090), 1, + STATE(4625), 1, sym__expression, - STATE(5094), 1, + STATE(4626), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -247965,92 +177452,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56639] = 38, + [58096] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1868), 1, + STATE(1589), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4650), 1, + STATE(4627), 1, sym__expression, - STATE(4651), 1, + STATE(4628), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248062,92 +177549,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56774] = 38, + [58231] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1869), 1, + STATE(1590), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4667), 1, - sym__where_predicate, - STATE(4800), 1, + STATE(4629), 1, sym__expression, - ACTIONS(357), 2, + STATE(4632), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248159,189 +177646,156 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56909] = 38, + [58366] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(3826), 1, + aux_sym__immediate_decimal_token2, + STATE(1591), 1, + sym_comment, + ACTIONS(2503), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(59), 1, - anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, - sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1870), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, - sym__var, - STATE(3043), 1, - sym_val_variable, - STATE(3074), 1, - sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - STATE(3553), 1, - sym__expr_binary_expression, - STATE(5088), 1, - sym__expression, - STATE(5089), 1, - sym__where_predicate, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(89), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3244), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(87), 4, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [57044] = 38, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2501), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [58435] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1871), 1, + STATE(1592), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4672), 1, + STATE(4708), 1, sym__expression, - STATE(4675), 1, + STATE(4710), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248353,92 +177807,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57179] = 38, + [58570] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1872), 1, + STATE(1593), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4676), 1, + STATE(4711), 1, sym__expression, - STATE(4684), 1, + STATE(4714), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248450,286 +177904,283 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57314] = 38, + [58705] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + STATE(1594), 1, + sym_comment, + ACTIONS(905), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(907), 42, anon_sym_LBRACK, - ACTIONS(301), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(329), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(333), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1873), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, - sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, - sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4685), 1, - sym__expression, - STATE(4687), 1, - sym__where_predicate, - ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(371), 2, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + [58772] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1595), 1, + sym_comment, + ACTIONS(737), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(361), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [57449] = 38, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(299), 1, + aux_sym_unquoted_token1, + ACTIONS(739), 42, anon_sym_LBRACK, - ACTIONS(301), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(329), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(333), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - anon_sym_null, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4246), 1, - sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1874), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, - sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, - sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3513), 1, - sym__expr_binary_expression, - STATE(4688), 1, - sym__expression, - STATE(4689), 1, - sym__where_predicate, - ACTIONS(357), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(371), 2, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3101), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(361), 4, + [58839] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3828), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3830), 1, + aux_sym__immediate_decimal_token2, + STATE(1596), 1, + sym_comment, + ACTIONS(2328), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [57584] = 38, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2326), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [58910] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1597), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1875), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4692), 1, + STATE(5325), 1, sym__expression, - STATE(4694), 1, + STATE(5331), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248741,7 +178192,72 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57719] = 38, + [59045] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3832), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(3834), 1, + aux_sym__immediate_decimal_token2, + STATE(1598), 1, + sym_comment, + ACTIONS(2377), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2375), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [59116] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -248770,39 +178286,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1599), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1876), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5085), 1, + STATE(5316), 1, sym__expression, - STATE(5087), 1, + STATE(5324), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -248817,7 +178333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -248826,7 +178342,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248838,92 +178354,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57854] = 38, + [59251] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1600), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1877), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4790), 1, + STATE(5306), 1, sym__expression, - STATE(4791), 1, + STATE(5314), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -248935,7 +178451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57989] = 38, + [59386] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -248964,39 +178480,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1601), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1878), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5082), 1, + STATE(5291), 1, sym__expression, - STATE(5084), 1, + STATE(5298), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -249011,7 +178527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -249020,7 +178536,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249032,92 +178548,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58124] = 38, + [59521] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1879), 1, + STATE(1602), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5075), 1, - sym__where_predicate, - STATE(5173), 1, + STATE(4636), 1, sym__expression, - ACTIONS(83), 2, + STATE(4717), 1, + sym__where_predicate, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249129,7 +178645,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58259] = 38, + [59656] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -249158,39 +178674,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1603), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1880), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5072), 1, + STATE(5289), 1, sym__expression, - STATE(5074), 1, + STATE(5290), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -249205,7 +178721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -249214,7 +178730,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249226,7 +178742,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58394] = 38, + [59791] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -249255,39 +178771,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1604), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1881), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5070), 1, + STATE(5287), 1, sym__expression, - STATE(5071), 1, + STATE(5288), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -249302,7 +178818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -249311,7 +178827,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249323,92 +178839,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58529] = 38, + [59926] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1882), 1, + STATE(1605), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4788), 1, + STATE(4493), 1, sym__expression, - STATE(4789), 1, + STATE(4718), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249420,92 +178936,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58664] = 38, + [60061] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1606), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1883), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4778), 1, + STATE(4918), 1, sym__expression, - STATE(4779), 1, + STATE(5277), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249517,155 +179033,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58799] = 5, + [60196] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4260), 1, - aux_sym__immediate_decimal_token2, - STATE(1884), 1, - sym_comment, - ACTIONS(2986), 13, - anon_sym_COMMA, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2984), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(39), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [58868] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4090), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4262), 1, - anon_sym_DASH, - ACTIONS(4264), 1, - anon_sym_LBRACE, - ACTIONS(4266), 1, - anon_sym_DOT, - ACTIONS(4268), 1, - anon_sym_PLUS, - ACTIONS(4270), 1, - aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(1885), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(3756), 1, + sym_identifier, + STATE(1607), 1, sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, + sym_val_number, + STATE(2771), 1, + sym__val_number_decimal, + STATE(2776), 1, + sym__val_number, + STATE(2841), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3253), 1, + STATE(2994), 1, sym_val_variable, - STATE(3254), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3255), 1, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3566), 1, - sym__expression, - STATE(3567), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(3568), 1, - sym_block, - STATE(4782), 1, - sym_val_range, - STATE(5551), 1, - sym__match_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(5058), 1, + sym__expression, + STATE(5061), 1, + sym__where_predicate, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, + ACTIONS(89), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(97), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3258), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2896), 6, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3129), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249677,91 +179130,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59001] = 37, + [60331] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4274), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(4276), 1, - anon_sym_DOLLAR, - ACTIONS(4278), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(4280), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4282), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(4284), 1, + ACTIONS(77), 1, anon_sym_PLUS, - ACTIONS(4286), 1, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(4292), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4298), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4300), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - STATE(255), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(3756), 1, + sym_identifier, + STATE(1608), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, + sym_val_number, + STATE(2771), 1, sym__val_number_decimal, - STATE(261), 1, + STATE(2776), 1, sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1721), 1, + STATE(2841), 1, sym__var, - STATE(1886), 1, - sym_comment, - STATE(1948), 1, - sym_expr_parenthesized, - STATE(1949), 1, + STATE(2994), 1, sym_val_variable, - STATE(1984), 1, - sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(2167), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3557), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(3559), 1, - sym_val_range, - STATE(3562), 1, - sym__match_expression, - STATE(3566), 1, + STATE(5055), 1, sym__expression, - STATE(3568), 1, - sym_block, - ACTIONS(4290), 2, + STATE(5056), 1, + sym__where_predicate, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(4302), 2, + ACTIONS(89), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4296), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2009), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(4294), 6, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2007), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249773,92 +179227,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59134] = 38, + [60466] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1609), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1887), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4772), 1, + STATE(5053), 1, sym__expression, - STATE(4776), 1, + STATE(5054), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249870,92 +179324,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59269] = 38, + [60601] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1610), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1888), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4766), 1, + STATE(5261), 1, sym__expression, - STATE(4769), 1, + STATE(5262), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -249967,7 +179421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59404] = 38, + [60736] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -249996,39 +179450,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1611), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1889), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5034), 1, + STATE(5252), 1, sym__expression, - STATE(5039), 1, + STATE(5255), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250043,7 +179497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250052,7 +179506,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250064,7 +179518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59539] = 38, + [60871] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250093,39 +179547,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1612), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1890), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5029), 1, + STATE(5247), 1, sym__expression, - STATE(5030), 1, + STATE(5248), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250140,7 +179594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250149,7 +179603,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250161,7 +179615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59674] = 38, + [61006] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250190,39 +179644,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1613), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1891), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5027), 1, + STATE(5238), 1, sym__expression, - STATE(5028), 1, + STATE(5240), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250237,7 +179691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250246,7 +179700,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250258,7 +179712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59809] = 38, + [61141] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250287,39 +179741,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1614), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1892), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5023), 1, + STATE(5051), 1, sym__expression, - STATE(5024), 1, + STATE(5052), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250334,7 +179788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250343,7 +179797,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250355,7 +179809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59944] = 38, + [61276] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250384,39 +179838,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1615), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1893), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5019), 1, + STATE(5224), 1, sym__expression, - STATE(5021), 1, + STATE(5230), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250431,7 +179885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250440,7 +179894,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250452,7 +179906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60079] = 38, + [61411] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250481,39 +179935,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1616), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1894), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5016), 1, + STATE(5217), 1, sym__expression, - STATE(5017), 1, + STATE(5218), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250528,7 +179982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250537,7 +179991,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250549,7 +180003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60214] = 38, + [61546] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250578,39 +180032,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1617), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1895), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5014), 1, + STATE(5049), 1, sym__expression, - STATE(5015), 1, + STATE(5050), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250625,7 +180079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250634,7 +180088,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250646,7 +180100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60349] = 38, + [61681] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250675,39 +180129,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1618), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1896), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5011), 1, + STATE(5047), 1, sym__expression, - STATE(5013), 1, + STATE(5048), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250722,7 +180176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250731,7 +180185,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250743,71 +180197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60484] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4070), 1, - aux_sym__immediate_decimal_token2, - STATE(1897), 1, - sym_comment, - ACTIONS(2908), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2906), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [60553] = 38, + [61816] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -250836,39 +180226,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1619), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1898), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5005), 1, + STATE(5045), 1, sym__expression, - STATE(5008), 1, + STATE(5046), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -250883,7 +180273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -250892,7 +180282,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -250904,92 +180294,155 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60688] = 38, + [61951] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + STATE(1620), 1, + sym_comment, + ACTIONS(845), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(847), 42, anon_sym_LBRACK, - ACTIONS(33), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(59), 1, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [62018] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1899), 1, + STATE(1621), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4941), 1, + STATE(4719), 1, sym__expression, - STATE(5004), 1, + STATE(4720), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251001,7 +180454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60823] = 38, + [62153] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -251030,39 +180483,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1622), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1900), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(5002), 1, + STATE(5043), 1, sym__expression, - STATE(5003), 1, + STATE(5044), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -251077,7 +180530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -251086,7 +180539,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251098,92 +180551,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60958] = 38, + [62288] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1901), 1, + STATE(1623), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(5000), 1, + STATE(4721), 1, sym__expression, - STATE(5001), 1, + STATE(4722), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251195,7 +180648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61093] = 38, + [62423] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -251224,39 +180677,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1624), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1902), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4999), 1, + STATE(5037), 1, sym__expression, - STATE(5061), 1, + STATE(5041), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -251271,7 +180724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -251280,7 +180733,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251292,92 +180745,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61228] = 38, + [62558] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1625), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1903), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4763), 1, + STATE(4993), 1, sym__expression, - STATE(4765), 1, + STATE(5036), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251389,7 +180842,70 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61363] = 38, + [62693] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1626), 1, + sym_comment, + ACTIONS(856), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(858), 42, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [62760] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -251418,39 +180934,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1627), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1904), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4997), 1, + STATE(5034), 1, sym__expression, - STATE(4998), 1, + STATE(5035), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -251465,7 +180981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -251474,7 +180990,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251486,7 +181002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61498] = 38, + [62895] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -251515,39 +181031,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1628), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1905), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4993), 1, + STATE(5027), 1, sym__expression, - STATE(4994), 1, + STATE(5028), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -251562,7 +181078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -251571,7 +181087,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251583,92 +181099,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61633] = 38, + [63030] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1906), 1, + STATE(1629), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4989), 1, + STATE(4637), 1, sym__expression, - STATE(4991), 1, + STATE(4732), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251680,7 +181196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61768] = 38, + [63165] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -251709,39 +181225,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1630), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1907), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4987), 1, + STATE(5024), 1, sym__expression, - STATE(4988), 1, + STATE(5025), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -251756,7 +181272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -251765,7 +181281,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251777,92 +181293,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61903] = 38, + [63300] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1908), 1, + STATE(1631), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4978), 1, + STATE(4645), 1, sym__expression, - STATE(4986), 1, + STATE(4647), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251874,92 +181390,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62038] = 38, + [63435] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1909), 1, + STATE(1632), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4969), 1, + STATE(4728), 1, sym__expression, - STATE(4972), 1, + STATE(4729), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -251971,92 +181487,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62173] = 38, + [63570] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(3830), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(3836), 1, + anon_sym_DOT2, + STATE(1633), 1, + sym_comment, + ACTIONS(2328), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2326), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, - ACTIONS(57), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [63641] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1910), 1, + STATE(1634), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4967), 1, + STATE(4731), 1, sym__expression, - STATE(4968), 1, + STATE(4846), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252068,92 +181649,156 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62308] = 38, + [63776] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3838), 1, + anon_sym_QMARK2, + STATE(1635), 1, + sym_comment, + ACTIONS(783), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(785), 41, anon_sym_LBRACK, - ACTIONS(33), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(59), 1, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [63845] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(81), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(85), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(381), 1, - sym_val_number, - STATE(408), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(1911), 1, + STATE(1636), 1, sym_comment, - STATE(2745), 1, + STATE(2409), 1, sym_val_range, - STATE(2955), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(3043), 1, + STATE(2920), 1, sym_val_variable, - STATE(3074), 1, + STATE(2921), 1, sym_expr_parenthesized, - STATE(3238), 1, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4964), 1, + STATE(4652), 1, sym__expression, - STATE(4965), 1, + STATE(4656), 1, sym__where_predicate, - ACTIONS(83), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252165,68 +181810,132 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62443] = 38, + [63980] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(3838), 1, + anon_sym_QMARK2, + STATE(1637), 1, + sym_comment, + ACTIONS(783), 14, + anon_sym_GT, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(59), 1, + anon_sym_in, + anon_sym__, anon_sym_DOT, - ACTIONS(77), 1, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - anon_sym_null, - ACTIONS(85), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(785), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [64049] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, + anon_sym_DOT, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1638), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1912), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4956), 1, + STATE(5125), 1, sym__expression, - STATE(4959), 1, + STATE(5126), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -252241,7 +181950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -252250,7 +181959,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252262,7 +181971,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62578] = 38, + [64184] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -252291,39 +182000,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1639), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1913), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4947), 1, + STATE(5132), 1, sym__expression, - STATE(4955), 1, + STATE(5133), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -252338,7 +182047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -252347,7 +182056,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252359,7 +182068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62713] = 38, + [64319] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -252388,39 +182097,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1640), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1914), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4951), 1, + STATE(5135), 1, sym__expression, - STATE(4952), 1, + STATE(5145), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -252435,7 +182144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -252444,7 +182153,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252456,7 +182165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62848] = 38, + [64454] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -252485,39 +182194,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1641), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1915), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4931), 1, + STATE(5151), 1, sym__expression, - STATE(4948), 1, + STATE(5152), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -252532,7 +182241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -252541,7 +182250,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252553,7 +182262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62983] = 38, + [64589] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -252582,40 +182291,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(381), 1, + STATE(1642), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(408), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(1916), 1, - sym_comment, - STATE(2745), 1, - sym_val_range, - STATE(2955), 1, + STATE(2841), 1, sym__var, - STATE(3043), 1, + STATE(2994), 1, sym_val_variable, - STATE(3074), 1, + STATE(3001), 1, sym_expr_parenthesized, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3553), 1, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4919), 1, - sym__where_predicate, - STATE(4920), 1, + STATE(5153), 1, sym__expression, + STATE(5156), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -252629,7 +182338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3244), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -252638,7 +182347,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3230), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252650,92 +182359,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63118] = 38, + [64724] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(131), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(163), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(183), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(185), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, + ACTIONS(267), 1, anon_sym_DASH, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3758), 1, sym_identifier, - STATE(350), 1, - sym_val_number, - STATE(374), 1, - sym__val_number_decimal, - STATE(389), 1, - sym__val_number, - STATE(1917), 1, + STATE(1643), 1, sym_comment, - STATE(2531), 1, + STATE(2409), 1, sym_val_range, - STATE(2915), 1, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2920), 1, sym_val_variable, - STATE(3004), 1, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3102), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, sym__expr_binary_expression, - STATE(4758), 1, + STATE(4664), 1, sym__expression, - STATE(4760), 1, + STATE(4665), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(187), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(2986), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3073), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -252747,414 +182456,286 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63253] = 6, + [64859] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4308), 1, - anon_sym_DOT2, - ACTIONS(4310), 1, - aux_sym__immediate_decimal_token2, - STATE(1918), 1, - sym_comment, - ACTIONS(2834), 12, - anon_sym_COMMA, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2832), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(39), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(101), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(3756), 1, + sym_identifier, + STATE(1644), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, + sym_val_number, + STATE(2771), 1, + sym__val_number_decimal, + STATE(2776), 1, + sym__val_number, + STATE(2841), 1, + sym__var, + STATE(2994), 1, + sym_val_variable, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(5158), 1, + sym__expression, + STATE(5163), 1, + sym__where_predicate, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [63324] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4165), 1, - aux_sym__immediate_decimal_token2, - STATE(1919), 1, - sym_comment, - ACTIONS(2834), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2832), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [63393] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4312), 1, - anon_sym_QMARK2, - STATE(1920), 1, - sym_comment, - ACTIONS(1419), 14, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1421), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + STATE(3207), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [63462] = 5, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [64994] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4312), 1, - anon_sym_QMARK2, - STATE(1921), 1, - sym_comment, - ACTIONS(1419), 14, - anon_sym_GT, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(77), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1421), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(101), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1232), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, + ACTIONS(3756), 1, + sym_identifier, + STATE(1645), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, + sym_val_number, + STATE(2771), 1, + sym__val_number_decimal, + STATE(2776), 1, + sym__val_number, + STATE(2841), 1, + sym__var, + STATE(2994), 1, + sym_val_variable, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(5164), 1, + sym__expression, + STATE(5166), 1, + sym__where_predicate, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, + ACTIONS(89), 2, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - [63531] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4314), 1, - anon_sym_DOT2, - ACTIONS(4316), 1, - aux_sym__immediate_decimal_token2, - STATE(1922), 1, - sym_comment, - ACTIONS(2936), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_PLUS, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3207), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [63602] = 38, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [65129] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1646), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1923), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4755), 1, + STATE(5168), 1, sym__expression, - STATE(4757), 1, + STATE(5179), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -253166,222 +182747,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63737] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4318), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4320), 1, - aux_sym__immediate_decimal_token2, - STATE(1924), 1, - sym_comment, - ACTIONS(2908), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2906), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [63808] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4310), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(4322), 1, - aux_sym__immediate_decimal_token1, - STATE(1925), 1, - sym_comment, - ACTIONS(2834), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2832), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [63879] = 38, + [65264] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(333), 1, + ACTIONS(59), 1, anon_sym_DOT, - ACTIONS(353), 1, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(355), 1, + ACTIONS(81), 1, anon_sym_null, - ACTIONS(359), 1, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(497), 1, - anon_sym_DASH, - ACTIONS(531), 1, - anon_sym_PLUS, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(4246), 1, + ACTIONS(3756), 1, sym_identifier, - STATE(350), 1, + STATE(1647), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, sym_val_number, - STATE(374), 1, + STATE(2771), 1, sym__val_number_decimal, - STATE(389), 1, + STATE(2776), 1, sym__val_number, - STATE(1926), 1, - sym_comment, - STATE(2531), 1, - sym_val_range, - STATE(2915), 1, + STATE(2841), 1, sym__var, - STATE(2981), 1, - sym_expr_parenthesized, - STATE(2993), 1, + STATE(2994), 1, sym_val_variable, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3513), 1, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, sym__expr_binary_expression, - STATE(4750), 1, + STATE(5186), 1, sym__expression, - STATE(4752), 1, + STATE(5189), 1, sym__where_predicate, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(363), 2, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3101), 3, + STATE(3207), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3057), 11, + STATE(3217), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -253393,399 +182844,758 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64014] = 4, + [65399] = 38, ACTIONS(3), 1, anon_sym_POUND, - STATE(1927), 1, - sym_comment, - ACTIONS(1522), 14, - anon_sym_COLON, - anon_sym_COMMA, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1520), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(39), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(101), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(3756), 1, + sym_identifier, + STATE(1648), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, + sym_val_number, + STATE(2771), 1, + sym__val_number_decimal, + STATE(2776), 1, + sym__val_number, + STATE(2841), 1, + sym__var, + STATE(2994), 1, + sym_val_variable, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(5193), 1, + sym__expression, + STATE(5194), 1, + sym__where_predicate, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64081] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1928), 1, - sym_comment, - ACTIONS(1526), 14, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, + ACTIONS(97), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3207), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1524), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [65534] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(59), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(77), 1, + anon_sym_PLUS, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(101), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(3756), 1, + sym_identifier, + STATE(1649), 1, + sym_comment, + STATE(2564), 1, + sym_val_range, + STATE(2587), 1, + sym_val_number, + STATE(2771), 1, + sym__val_number_decimal, + STATE(2776), 1, + sym__val_number, + STATE(2841), 1, + sym__var, + STATE(2994), 1, + sym_val_variable, + STATE(3001), 1, + sym_expr_parenthesized, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, + sym__expr_unary_minus, + STATE(3219), 1, + sym__str_double_quotes, + STATE(3549), 1, + sym__expr_binary_expression, + STATE(5195), 1, + sym__expression, + STATE(5207), 1, + sym__where_predicate, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64148] = 4, + ACTIONS(97), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3207), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(87), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3217), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [65669] = 38, ACTIONS(3), 1, anon_sym_POUND, - STATE(1929), 1, - sym_comment, - ACTIONS(1511), 14, - anon_sym_COLON, - anon_sym_COMMA, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, + anon_sym_DOT, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, anon_sym_PLUS, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(3758), 1, + sym_identifier, + STATE(1650), 1, + sym_comment, + STATE(2409), 1, + sym_val_range, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, + sym_val_variable, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4761), 1, + sym__expression, + STATE(4764), 1, + sym__where_predicate, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(193), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(201), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2986), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1509), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [65804] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(3758), 1, + sym_identifier, + STATE(1651), 1, + sym_comment, + STATE(2409), 1, + sym_val_range, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, + sym_val_variable, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4759), 1, + sym__expression, + STATE(4760), 1, + sym__where_predicate, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64215] = 6, + ACTIONS(201), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2986), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(191), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [65939] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4324), 1, - anon_sym_DOT2, - ACTIONS(4327), 1, - aux_sym__immediate_decimal_token2, - STATE(1930), 1, - sym_comment, - ACTIONS(2936), 12, - anon_sym_COMMA, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, + anon_sym_DOT, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, anon_sym_PLUS, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(3758), 1, + sym_identifier, + STATE(1652), 1, + sym_comment, + STATE(2409), 1, + sym_val_range, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, + sym_val_variable, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4757), 1, + sym__expression, + STATE(4758), 1, + sym__where_predicate, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(193), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(201), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2986), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [66074] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, + anon_sym_LPAREN, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, + anon_sym_PLUS, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(3758), 1, + sym_identifier, + STATE(1653), 1, + sym_comment, + STATE(2409), 1, + sym_val_range, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, + sym_val_variable, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4752), 1, + sym__expression, + STATE(4753), 1, + sym__where_predicate, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64286] = 6, + ACTIONS(201), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2986), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(191), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [66209] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4165), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(4329), 1, - anon_sym_DOT2, - STATE(1931), 1, - sym_comment, - ACTIONS(2834), 12, - anon_sym_COMMA, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(131), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(163), 1, + anon_sym_DOT, + ACTIONS(183), 1, + anon_sym_not, + ACTIONS(185), 1, + anon_sym_null, + ACTIONS(189), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(267), 1, + anon_sym_DASH, + ACTIONS(301), 1, anon_sym_PLUS, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(3758), 1, + sym_identifier, + STATE(1654), 1, + sym_comment, + STATE(2409), 1, + sym_val_range, + STATE(2459), 1, + sym_val_number, + STATE(2578), 1, + sym__val_number, + STATE(2630), 1, + sym__val_number_decimal, + STATE(2787), 1, + sym__var, + STATE(2920), 1, + sym_val_variable, + STATE(2921), 1, + sym_expr_parenthesized, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + STATE(3520), 1, + sym__expr_binary_expression, + STATE(4742), 1, + sym__expression, + STATE(4744), 1, + sym__where_predicate, + ACTIONS(187), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(193), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(201), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2986), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2832), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + STATE(3073), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [66344] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1655), 1, + sym_comment, + ACTIONS(914), 14, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, + anon_sym__, anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64357] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1932), 1, - sym_comment, - ACTIONS(2834), 13, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(916), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2832), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64423] = 5, + [66410] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4332), 1, - aux_sym_unquoted_token5, - STATE(1933), 1, + STATE(1656), 1, sym_comment, - ACTIONS(1545), 13, + ACTIONS(918), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym__, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -253795,14 +183605,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1547), 41, + ACTIONS(920), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -253837,74 +183647,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [64491] = 4, + [66476] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1934), 1, + STATE(1657), 1, sym_comment, - ACTIONS(3258), 13, + ACTIONS(860), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(862), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3256), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64557] = 4, + [66542] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1935), 1, + STATE(1658), 1, sym_comment, - ACTIONS(2908), 13, + ACTIONS(887), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -253918,7 +183728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2906), 42, + ACTIONS(885), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -253961,17 +183771,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [64623] = 4, + [66608] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1936), 1, + ACTIONS(3840), 1, + anon_sym_DOT2, + STATE(1659), 1, sym_comment, - ACTIONS(2986), 13, + ACTIONS(2671), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, - anon_sym_DOT2, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -253980,7 +183791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2984), 42, + ACTIONS(2669), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -254023,145 +183834,366 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [64689] = 5, - ACTIONS(3), 1, + [66676] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4334), 1, - aux_sym__immediate_decimal_token2, - STATE(1937), 1, + ACTIONS(3507), 1, + aux_sym_unquoted_token3, + STATE(1660), 1, sym_comment, - ACTIONS(2986), 13, - anon_sym_COMMA, + ACTIONS(699), 7, + anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2984), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(697), 47, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64757] = 5, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + aux_sym_unquoted_token1, + [66744] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4320), 1, - aux_sym__immediate_decimal_token2, - STATE(1938), 1, - sym_comment, - ACTIONS(2908), 13, - anon_sym_COMMA, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3552), 1, anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3693), 1, anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2906), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(3808), 1, + anon_sym_DOT, + ACTIONS(3818), 1, + sym_identifier, + ACTIONS(3820), 1, + anon_sym_not, + ACTIONS(3822), 1, + anon_sym_null, + STATE(1661), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, + sym_val_variable, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4513), 1, + sym_val_range, + STATE(5610), 1, + sym__expression, + ACTIONS(2283), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3824), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3161), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [66876] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3842), 1, + sym_cmd_identifier, + ACTIONS(3844), 1, + anon_sym_LBRACK, + ACTIONS(3846), 1, + anon_sym_LPAREN, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3850), 1, + anon_sym_DASH, + ACTIONS(3852), 1, + anon_sym_LBRACE, + ACTIONS(3854), 1, + anon_sym_DOT, + ACTIONS(3856), 1, + anon_sym_PLUS, + ACTIONS(3858), 1, + anon_sym_not, + ACTIONS(3860), 1, + anon_sym_null, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3872), 1, + sym_val_date, + ACTIONS(3874), 1, + anon_sym_DQUOTE, + ACTIONS(3878), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3880), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(399), 1, + sym__val_number_decimal, + STATE(411), 1, + sym__var, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(423), 1, + sym_val_variable, + STATE(424), 1, + sym_expr_parenthesized, + STATE(439), 1, + sym__str_double_quotes, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, + sym__inter_double_quotes, + STATE(442), 1, + sym__inter_single_quotes, + STATE(1662), 1, + sym_comment, + STATE(1728), 1, + sym_val_range, + STATE(1787), 1, + sym__expression, + STATE(3560), 1, + sym__expr_binary_expression, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3868), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [64825] = 5, + ACTIONS(3876), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3870), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(443), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3866), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(457), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [67008] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4310), 1, - aux_sym__immediate_decimal_token2, - STATE(1939), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(3808), 1, + anon_sym_DOT, + ACTIONS(3820), 1, + anon_sym_not, + ACTIONS(3822), 1, + anon_sym_null, + ACTIONS(3882), 1, + sym_identifier, + STATE(1663), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, + sym_val_variable, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4513), 1, + sym_val_range, + STATE(5615), 1, + sym__expression, + ACTIONS(2283), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3824), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3161), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [67140] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3884), 1, + anon_sym_DOT2, + STATE(1664), 1, sym_comment, - ACTIONS(2834), 13, + ACTIONS(2677), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -254170,7 +184202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2832), 41, + ACTIONS(2675), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -254197,6 +184229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_else, anon_sym_match, + anon_sym_DOT, anon_sym_try, anon_sym_catch, anon_sym_return, @@ -254212,117 +184245,131 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [64893] = 4, + [67208] = 36, ACTIONS(3), 1, anon_sym_POUND, - STATE(1940), 1, - sym_comment, - ACTIONS(1524), 14, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1526), 41, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(3550), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3552), 1, anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(3808), 1, + anon_sym_DOT, + STATE(1665), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, + sym_val_variable, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4513), 1, + sym_val_range, + STATE(5611), 1, + sym__expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3161), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [64959] = 4, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [67338] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(1941), 1, + ACTIONS(3886), 1, + anon_sym_DOT2, + STATE(1666), 1, sym_comment, - ACTIONS(1509), 14, - anon_sym_GT, + ACTIONS(928), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(926), 5, + anon_sym_GT, anon_sym_in, - anon_sym__, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, anon_sym_LT2, + ACTIONS(922), 7, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1511), 41, + ACTIONS(924), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_null, anon_sym_true, anon_sym_false, @@ -254336,34 +184383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65025] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1942), 1, - sym_comment, - ACTIONS(1520), 14, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1522), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + ACTIONS(1007), 21, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -254385,88 +184405,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [65091] = 5, - ACTIONS(105), 1, + [67412] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4029), 1, - aux_sym_unquoted_token3, - STATE(1943), 1, + STATE(1667), 1, sym_comment, - ACTIONS(1377), 7, - anon_sym_LBRACK, + ACTIONS(943), 13, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_DOLLAR, anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1375), 47, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_GT, + ACTIONS(941), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_DOT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - aux_sym_unquoted_token1, - [65159] = 4, + aux_sym__record_key_token2, + [67478] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1944), 1, + ACTIONS(3886), 1, + anon_sym_DOT2, + STATE(1668), 1, sym_comment, - ACTIONS(1532), 14, + ACTIONS(868), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -254481,14 +184489,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1534), 41, + ACTIONS(870), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -254523,18 +184530,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65225] = 4, + [67546] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1945), 1, + STATE(1669), 1, sym_comment, - ACTIONS(1515), 14, - anon_sym_COLON, + ACTIONS(2786), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -254543,7 +184549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1513), 41, + ACTIONS(2784), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -254570,6 +184576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_else, anon_sym_match, + anon_sym_DOT, anon_sym_try, anon_sym_catch, anon_sym_return, @@ -254585,16 +184592,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65291] = 6, + [67612] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4336), 1, - anon_sym_COLON, - ACTIONS(4338), 1, - anon_sym_COMMA, - STATE(1946), 1, + ACTIONS(3830), 1, + aux_sym__immediate_decimal_token2, + STATE(1670), 1, sym_comment, - ACTIONS(4340), 12, + ACTIONS(2328), 13, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -254607,7 +184613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1492), 41, + ACTIONS(2326), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -254649,12 +184655,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65361] = 4, + [67680] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1947), 1, + STATE(1671), 1, sym_comment, - ACTIONS(1534), 13, + ACTIONS(2503), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -254668,7 +184674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1532), 42, + ACTIONS(2501), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -254711,141 +184717,262 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65427] = 8, + [67746] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4342), 1, - anon_sym_DOT2, - STATE(1948), 1, + STATE(1672), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_DASH, + ACTIONS(2377), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, - ACTIONS(1540), 5, - anon_sym_GT, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2375), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(1536), 7, - anon_sym__, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1538), 19, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [67812] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3834), 1, + aux_sym__immediate_decimal_token2, + STATE(1673), 1, + sym_comment, + ACTIONS(2377), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_DOT, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1623), 21, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [65501] = 5, + ACTIONS(2375), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [67880] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4342), 1, - anon_sym_DOT2, - STATE(1949), 1, + STATE(1674), 1, sym_comment, - ACTIONS(213), 14, - anon_sym_GT, + ACTIONS(2328), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2326), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(215), 40, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [67946] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3888), 1, + anon_sym_DOT2, + STATE(1675), 1, + sym_comment, + ACTIONS(2739), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65569] = 4, + ACTIONS(2737), 42, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_DOT, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [68014] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1950), 1, + STATE(1676), 1, sym_comment, - ACTIONS(1513), 14, + ACTIONS(885), 14, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -254860,7 +184987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1515), 41, + ACTIONS(887), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -254902,17 +185029,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65635] = 4, + [68080] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1951), 1, + ACTIONS(3890), 1, + aux_sym__immediate_decimal_token2, + STATE(1677), 1, sym_comment, - ACTIONS(1515), 13, + ACTIONS(2503), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -254921,7 +185050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1513), 42, + ACTIONS(2501), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -254948,7 +185077,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_else, anon_sym_match, - anon_sym_DOT, anon_sym_try, anon_sym_catch, anon_sym_return, @@ -254964,18 +185092,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65701] = 5, + [68148] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4344), 1, - anon_sym_DOT2, - STATE(1952), 1, + STATE(1678), 1, sym_comment, - ACTIONS(3240), 12, + ACTIONS(887), 14, + anon_sym_COLON, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -254984,7 +185112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3238), 42, + ACTIONS(885), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -255011,7 +185139,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_else, anon_sym_match, - anon_sym_DOT, anon_sym_try, anon_sym_catch, anon_sym_return, @@ -255027,18 +185154,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65769] = 5, + [68214] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4346), 1, - anon_sym_DOT2, - STATE(1953), 1, - sym_comment, - ACTIONS(3165), 12, + ACTIONS(3892), 1, + anon_sym_COLON, + ACTIONS(3894), 1, anon_sym_COMMA, + STATE(1679), 1, + sym_comment, + ACTIONS(3896), 12, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, @@ -255047,7 +185176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3163), 42, + ACTIONS(864), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -255074,7 +185203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_else, anon_sym_match, - anon_sym_DOT, anon_sym_try, anon_sym_catch, anon_sym_return, @@ -255090,77 +185218,139 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65837] = 5, + [68284] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4348), 1, - anon_sym_DOT2, - STATE(1954), 1, + STATE(1680), 1, sym_comment, - ACTIONS(3214), 12, + ACTIONS(941), 14, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(943), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PLUS, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3212), 42, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + [68350] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3898), 1, + aux_sym_unquoted_token5, + STATE(1681), 1, + sym_comment, + ACTIONS(935), 13, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_DOT, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(937), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [65905] = 5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [68418] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4350), 1, + ACTIONS(3900), 1, anon_sym_DOT2, - STATE(1955), 1, + STATE(1682), 1, sym_comment, - ACTIONS(3208), 12, + ACTIONS(2663), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -255173,7 +185363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3206), 42, + ACTIONS(2661), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -255216,14 +185406,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65973] = 5, + [68486] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4352), 1, + ACTIONS(3902), 1, anon_sym_DOT2, - STATE(1956), 1, + STATE(1683), 1, sym_comment, - ACTIONS(3200), 12, + ACTIONS(2693), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -255236,7 +185426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3198), 42, + ACTIONS(2691), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -255279,14 +185469,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66041] = 5, + [68554] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4354), 1, + ACTIONS(3904), 1, anon_sym_DOT2, - STATE(1957), 1, + STATE(1684), 1, sym_comment, - ACTIONS(3173), 12, + ACTIONS(2687), 12, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -255299,7 +185489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3171), 42, + ACTIONS(2685), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -255342,90 +185532,90 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66109] = 37, + [68622] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4356), 1, - sym_cmd_identifier, - ACTIONS(4358), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4362), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4364), 1, - anon_sym_DASH, - ACTIONS(4366), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4368), 1, - anon_sym_DOT, - ACTIONS(4370), 1, - anon_sym_PLUS, - ACTIONS(4372), 1, - anon_sym_not, - ACTIONS(4374), 1, - anon_sym_null, - ACTIONS(4378), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4386), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - STATE(82), 1, - sym__val_number_decimal, - STATE(84), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(3808), 1, + anon_sym_DOT, + ACTIONS(3820), 1, + anon_sym_not, + ACTIONS(3822), 1, + anon_sym_null, + ACTIONS(3906), 1, + sym_identifier, + STATE(1685), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(85), 1, + STATE(2909), 1, sym_val_number, - STATE(746), 1, - sym__var, - STATE(760), 1, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(767), 1, + STATE(3156), 1, sym_expr_parenthesized, - STATE(792), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(1958), 1, - sym_comment, - STATE(1980), 1, - sym__expression, - STATE(1988), 1, - sym_val_range, - STATE(3518), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, sym__expr_binary_expression, - ACTIONS(4376), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4382), 2, + STATE(4513), 1, + sym_val_range, + STATE(5580), 1, + sym__expression, + ACTIONS(2283), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(4390), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4384), 3, + ACTIONS(3824), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(819), 3, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(4380), 4, + ACTIONS(2281), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(818), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -255437,184 +185627,90 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [66241] = 37, + [68754] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3846), 1, anon_sym_LPAREN, - ACTIONS(4362), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4364), 1, + ACTIONS(3850), 1, anon_sym_DASH, - ACTIONS(4366), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4368), 1, + ACTIONS(3854), 1, anon_sym_DOT, - ACTIONS(4370), 1, + ACTIONS(3856), 1, anon_sym_PLUS, - ACTIONS(4372), 1, + ACTIONS(3858), 1, anon_sym_not, - ACTIONS(4374), 1, + ACTIONS(3860), 1, anon_sym_null, - ACTIONS(4378), 1, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4386), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4388), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4396), 1, + ACTIONS(3908), 1, sym_cmd_identifier, - STATE(82), 1, + STATE(399), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(411), 1, + sym__var, + STATE(415), 1, sym__val_number, - STATE(85), 1, + STATE(416), 1, sym_val_number, - STATE(746), 1, - sym__var, - STATE(760), 1, + STATE(423), 1, sym_val_variable, - STATE(767), 1, + STATE(424), 1, sym_expr_parenthesized, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, + STATE(439), 1, sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(1959), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(1686), 1, sym_comment, - STATE(1976), 1, - sym__expression, - STATE(1988), 1, + STATE(1728), 1, sym_val_range, - STATE(3518), 1, + STATE(1769), 1, + sym__expression, + STATE(3560), 1, sym__expr_binary_expression, - ACTIONS(4376), 2, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - ACTIONS(4382), 2, + ACTIONS(3868), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4384), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(819), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4380), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(818), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [66373] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4250), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(1960), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5564), 1, - sym__expression, - ACTIONS(2902), 2, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3258), 3, + STATE(443), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2896), 6, + ACTIONS(3866), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3129), 11, + STATE(457), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -255626,523 +185722,116 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [66503] = 37, + [68886] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4248), 1, - sym_identifier, - ACTIONS(4250), 1, - anon_sym_DOT, - ACTIONS(4252), 1, - anon_sym_not, - ACTIONS(4254), 1, - anon_sym_null, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(1961), 1, + STATE(1687), 1, sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5562), 1, - sym__expression, - ACTIONS(2898), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4256), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [66635] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(2786), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4250), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4252), 1, - anon_sym_not, - ACTIONS(4254), 1, - anon_sym_null, - ACTIONS(4398), 1, - sym_identifier, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(1962), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5622), 1, - sym__expression, - ACTIONS(2898), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4256), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [66767] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, anon_sym_PLUS, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4250), 1, - anon_sym_DOT, - ACTIONS(4252), 1, - anon_sym_not, - ACTIONS(4254), 1, - anon_sym_null, - ACTIONS(4400), 1, - sym_identifier, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(1963), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5609), 1, - sym__expression, - ACTIONS(2898), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4256), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [66899] = 35, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4262), 1, - anon_sym_DASH, - ACTIONS(4268), 1, - anon_sym_PLUS, - ACTIONS(4270), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4402), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(494), 1, - sym__val_number_decimal, - STATE(1964), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3322), 1, - sym_val_variable, - STATE(3335), 1, - sym_expr_parenthesized, - STATE(3589), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(6002), 1, - sym__expression, - ACTIONS(2902), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [67026] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4358), 1, - anon_sym_LBRACK, - ACTIONS(4362), 1, - anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(2784), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, - ACTIONS(4408), 1, - anon_sym_DOT, - ACTIONS(4410), 1, - anon_sym_PLUS, - ACTIONS(4412), 1, - anon_sym_not, - ACTIONS(4414), 1, - anon_sym_null, - ACTIONS(4418), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, - aux_sym_unquoted_token1, - STATE(77), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, - sym__var, - STATE(777), 1, - sym__expr_binary_expression, - STATE(778), 1, - sym_unquoted, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, - sym__inter_double_quotes, - STATE(1965), 1, - sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4420), 3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(818), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [67151] = 16, + aux_sym__record_key_token2, + [68951] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4428), 1, + ACTIONS(3914), 1, anon_sym_in, - ACTIONS(4444), 1, + ACTIONS(3930), 1, anon_sym_bit_DASHand, - ACTIONS(4446), 1, + ACTIONS(3932), 1, anon_sym_bit_DASHxor, - STATE(1966), 1, + STATE(1688), 1, sym_comment, - ACTIONS(4424), 2, + ACTIONS(3910), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(4426), 2, + ACTIONS(3912), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4430), 2, + ACTIONS(3916), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4432), 2, + ACTIONS(3918), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, + ACTIONS(3920), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, + ACTIONS(3922), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(4442), 2, + ACTIONS(3928), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(4440), 3, + ACTIONS(3926), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(4438), 4, + ACTIONS(3924), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 6, + ACTIONS(961), 6, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1553), 24, + ACTIONS(963), 24, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -256167,496 +185856,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [67240] = 15, + [69040] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - ACTIONS(4444), 1, - anon_sym_bit_DASHand, - STATE(1967), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 25, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67327] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - STATE(1968), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, + ACTIONS(3940), 1, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3944), 1, anon_sym_DOT, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67412] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1969), 1, - sym_comment, - ACTIONS(4426), 2, - anon_sym_DASH, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(1551), 9, - anon_sym_GT, - anon_sym_in, - anon_sym__, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 35, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67487] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1970), 1, - sym_comment, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3954), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 39, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(3962), 1, sym_val_date, + ACTIONS(3964), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67554] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1971), 1, - sym_comment, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 11, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(1553), 37, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, + STATE(1689), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2663), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2843), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - [67625] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - STATE(1972), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 28, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67708] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1973), 1, - sym_comment, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 9, - anon_sym_GT, - anon_sym_in, - anon_sym__, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 37, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67781] = 4, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [69165] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(1974), 1, + STATE(1690), 1, sym_comment, - ACTIONS(1513), 13, + ACTIONS(1023), 5, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym__, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, anon_sym_LT2, + ACTIONS(3977), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_PLUS, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1515), 41, + ACTIONS(3974), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -256664,27 +185975,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_null, anon_sym_true, anon_sym_false, @@ -256698,50 +185988,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [67846] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1975), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, + ACTIONS(1025), 21, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(4438), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 7, - anon_sym_in, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 31, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -256753,27 +186010,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67925] = 5, + [69234] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4450), 1, - anon_sym_COMMA, - STATE(1976), 1, + STATE(1691), 1, sym_comment, - ACTIONS(4452), 12, + ACTIONS(943), 13, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -256786,7 +186029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4448), 41, + ACTIONS(941), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -256828,14 +186071,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [67992] = 5, + [69299] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4456), 1, - anon_sym_COMMA, - STATE(1977), 1, + STATE(1692), 1, sym_comment, - ACTIONS(4458), 12, + ACTIONS(2943), 13, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -256848,7 +186090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4454), 41, + ACTIONS(2941), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -256890,198 +186132,196 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [68059] = 35, + [69364] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, - anon_sym_LBRACK, - ACTIONS(4462), 1, + STATE(1693), 1, + sym_comment, + ACTIONS(2939), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4464), 1, anon_sym_DOLLAR, - ACTIONS(4466), 1, - anon_sym_DASH, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4470), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4472), 1, anon_sym_PLUS, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4480), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4486), 1, - sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(321), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(1978), 1, - sym_comment, - STATE(2559), 1, - sym__var, - STATE(2758), 1, - sym_val_variable, - STATE(2759), 1, - sym_expr_parenthesized, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(3531), 1, - sym__expr_binary_expression, - STATE(3996), 1, - sym__expression, - STATE(4036), 1, - sym_val_range, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2852), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4482), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2937), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(2855), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [68186] = 35, + aux_sym__record_key_token2, + [69429] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, - anon_sym_LBRACK, - ACTIONS(4498), 1, + STATE(1694), 1, + sym_comment, + ACTIONS(2935), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4500), 1, anon_sym_DOLLAR, - ACTIONS(4502), 1, - anon_sym_DASH, - ACTIONS(4504), 1, - anon_sym_LBRACE, - ACTIONS(4506), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4508), 1, anon_sym_PLUS, - ACTIONS(4510), 1, - anon_sym_not, - ACTIONS(4512), 1, - anon_sym_null, - ACTIONS(4516), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4522), 1, - sym_val_date, - ACTIONS(4524), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4528), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(30), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(521), 1, - sym__var, - STATE(569), 1, - sym_val_variable, - STATE(575), 1, - sym_expr_parenthesized, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, - sym__expr_unary_minus, - STATE(1283), 1, - sym_val_range, - STATE(1286), 1, - sym__expression, - STATE(1979), 1, - sym_comment, - STATE(3540), 1, - sym__expr_binary_expression, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4520), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(646), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4518), 6, + ACTIONS(2933), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [69494] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1695), 1, + sym_comment, + ACTIONS(2931), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2929), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(631), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [68313] = 5, + aux_sym__record_key_token2, + [69559] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4534), 1, - anon_sym_COMMA, - STATE(1980), 1, + STATE(1696), 1, sym_comment, - ACTIONS(4536), 12, + ACTIONS(3178), 13, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -257094,7 +186334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4532), 41, + ACTIONS(3176), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -257136,104 +186376,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [68380] = 35, + [69624] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + STATE(1697), 1, + sym_comment, + ACTIONS(2927), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4250), 1, + anon_sym_RBRACE, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(1981), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5606), 1, - sym__expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2925), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [68507] = 4, + aux_sym__record_key_token2, + [69689] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1982), 1, + STATE(1698), 1, sym_comment, - ACTIONS(1683), 13, + ACTIONS(1055), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -257247,7 +186456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1685), 41, + ACTIONS(1057), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -257289,443 +186498,439 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [68572] = 37, + [69754] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + STATE(1699), 1, + sym_comment, + ACTIONS(3182), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4538), 1, - anon_sym_LBRACK, - ACTIONS(4540), 1, - anon_sym_RBRACK, - ACTIONS(4542), 1, anon_sym_DOLLAR, - ACTIONS(4544), 1, - anon_sym_DASH, - ACTIONS(4546), 1, - anon_sym_LBRACE, - ACTIONS(4548), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4550), 1, anon_sym_PLUS, - ACTIONS(4552), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4556), 1, - sym_val_date, - STATE(506), 1, - sym__val_number_decimal, - STATE(511), 1, - sym__val_number, - STATE(513), 1, - sym_val_number, - STATE(1983), 1, - sym_comment, - STATE(2304), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3574), 1, - sym_expr_parenthesized, - STATE(3586), 1, - sym_val_variable, - STATE(3594), 1, - sym__expr_unary_minus, - STATE(3595), 1, - sym__match_pattern_record, - STATE(3597), 1, - sym__match_pattern_list, - STATE(3599), 1, - sym__match_pattern_expression, - STATE(6174), 1, - sym_val_list, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3590), 2, - sym__match_pattern_value, - sym_val_range, - STATE(6175), 2, - sym__match_pattern_rest, - sym__match_pattern_ignore_rest, - ACTIONS(3027), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4554), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3180), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(3600), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3603), 7, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_table, - [68703] = 4, + aux_sym__record_key_token2, + [69819] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1984), 1, + STATE(1700), 1, sym_comment, - ACTIONS(1625), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1627), 41, - anon_sym_LBRACK, + ACTIONS(2923), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [68768] = 37, + ACTIONS(2921), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [69884] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + STATE(1701), 1, + sym_comment, + ACTIONS(2919), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4538), 1, - anon_sym_LBRACK, - ACTIONS(4542), 1, anon_sym_DOLLAR, - ACTIONS(4544), 1, - anon_sym_DASH, - ACTIONS(4546), 1, - anon_sym_LBRACE, - ACTIONS(4548), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4550), 1, anon_sym_PLUS, - ACTIONS(4552), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4556), 1, - sym_val_date, - ACTIONS(4558), 1, - anon_sym_RBRACK, - STATE(506), 1, - sym__val_number_decimal, - STATE(511), 1, - sym__val_number, - STATE(513), 1, - sym_val_number, - STATE(1985), 1, - sym_comment, - STATE(2303), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3192), 1, - sym__var, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3574), 1, - sym_expr_parenthesized, - STATE(3586), 1, - sym_val_variable, - STATE(3594), 1, - sym__expr_unary_minus, - STATE(3595), 1, - sym__match_pattern_record, - STATE(3597), 1, - sym__match_pattern_list, - STATE(3599), 1, - sym__match_pattern_expression, - STATE(5897), 1, - sym_val_list, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3590), 2, - sym__match_pattern_value, - sym_val_range, - STATE(6113), 2, - sym__match_pattern_rest, - sym__match_pattern_ignore_rest, - ACTIONS(3027), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4554), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2917), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(3600), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3603), 7, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_table, - [68899] = 34, + aux_sym__record_key_token2, + [69949] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, - anon_sym_LBRACK, - ACTIONS(4562), 1, + STATE(1702), 1, + sym_comment, + ACTIONS(3186), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4564), 1, - anon_sym_LBRACE, - ACTIONS(4566), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4568), 1, anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, - sym_val_date, - ACTIONS(4582), 1, - anon_sym_DQUOTE, - ACTIONS(4586), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, - aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, - sym__var, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1114), 1, - sym_unquoted, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1120), 1, - sym__expr_binary_expression, - STATE(1135), 1, - sym__inter_double_quotes, - STATE(1986), 1, - sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3184), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(1124), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1112), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [69024] = 34, + aux_sym__record_key_token2, + [70014] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, + STATE(1703), 1, + sym_comment, + ACTIONS(3037), 13, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2542), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3035), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, - ACTIONS(2556), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, - anon_sym_LBRACK, - ACTIONS(4562), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [70079] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1704), 1, + sym_comment, + ACTIONS(2915), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4564), 1, - anon_sym_LBRACE, - ACTIONS(4566), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4568), 1, anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, - sym_val_date, - ACTIONS(4582), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4586), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, - aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, - sym__var, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1109), 1, - sym_unquoted, - STATE(1111), 1, - sym__expr_binary_expression, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, - sym__inter_double_quotes, - STATE(1987), 1, - sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(2913), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [70144] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1705), 1, + sym_comment, + ACTIONS(2909), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2907), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(1124), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1112), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [69149] = 4, + aux_sym__record_key_token2, + [70209] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1988), 1, + STATE(1706), 1, sym_comment, - ACTIONS(1538), 13, + ACTIONS(2905), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -257739,7 +186944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1536), 41, + ACTIONS(2903), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -257781,87 +186986,87 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [69214] = 35, + [70274] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4462), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4466), 1, - anon_sym_DASH, - ACTIONS(4468), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4470), 1, - anon_sym_DOT, - ACTIONS(4472), 1, - anon_sym_PLUS, - ACTIONS(4474), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4480), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4486), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - STATE(321), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(1989), 1, + ACTIONS(3691), 1, + anon_sym_DOT, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1707), 1, sym_comment, - STATE(2559), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(2758), 1, - sym_val_variable, - STATE(2759), 1, - sym_expr_parenthesized, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(3511), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, sym__expr_binary_expression, - STATE(3996), 1, + STATE(4334), 1, sym__expression, - STATE(4036), 1, + STATE(4513), 1, sym_val_range, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4484), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2852), 3, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(4482), 6, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2855), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -257873,85 +187078,207 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69341] = 34, + [70401] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, + STATE(1708), 1, + sym_comment, + ACTIONS(2947), 13, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2542), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2945), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, - ACTIONS(2556), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, - anon_sym_LBRACK, - ACTIONS(4562), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [70466] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1709), 1, + sym_comment, + ACTIONS(2951), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4564), 1, - anon_sym_LBRACE, - ACTIONS(4566), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4568), 1, anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2949), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [70531] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3844), 1, + anon_sym_LBRACK, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3852), 1, + anon_sym_LBRACE, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(3980), 1, + anon_sym_LPAREN, + ACTIONS(3982), 1, + anon_sym_DASH, + ACTIONS(3984), 1, + anon_sym_DOT, + ACTIONS(3986), 1, + anon_sym_PLUS, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(127), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, + STATE(409), 1, sym__var, - STATE(1082), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(439), 1, sym__str_double_quotes, - STATE(1095), 1, - sym_unquoted, - STATE(1097), 1, - sym__expr_binary_expression, - STATE(1118), 1, + STATE(440), 1, sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, + STATE(441), 1, sym__inter_double_quotes, - STATE(1990), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(463), 1, + sym__expr_binary_expression, + STATE(488), 1, + sym_unquoted, + STATE(1710), 1, sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3870), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -257964,85 +187291,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69466] = 34, + [70656] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4562), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4568), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4570), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4572), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, + STATE(1711), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, sym_val_number, - STATE(137), 1, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, sym__val_number, - STATE(956), 1, - sym__var, - STATE(1076), 1, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2670), 1, sym_unquoted, - STATE(1082), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, sym__str_double_quotes, - STATE(1085), 1, + STATE(2842), 1, sym__expr_binary_expression, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, - sym__inter_double_quotes, - STATE(1991), 1, - sym_comment, - ACTIONS(4574), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -258055,146 +187382,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69591] = 4, + [70781] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1992), 1, - sym_comment, - ACTIONS(1445), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1447), 41, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [69656] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2266), 1, - anon_sym_DOLLAR, - ACTIONS(2268), 1, - anon_sym_DASH, - ACTIONS(2282), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, - anon_sym_LBRACK, - ACTIONS(4594), 1, - anon_sym_LPAREN, - ACTIONS(4596), 1, - anon_sym_LBRACE, - ACTIONS(4598), 1, - anon_sym_DOT, - ACTIONS(4600), 1, - anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(114), 1, + ACTIONS(4000), 1, + anon_sym_DASH, + ACTIONS(4002), 1, + anon_sym_DOT, + ACTIONS(4004), 1, + anon_sym_PLUS, + ACTIONS(4006), 1, + aux_sym__val_number_decimal_token1, + STATE(1712), 1, + sym_comment, + STATE(2322), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(2334), 1, sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, - sym__str_double_quotes, - STATE(1025), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(1060), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2715), 1, sym_unquoted, - STATE(1061), 1, + STATE(2773), 1, sym__expr_binary_expression, - STATE(1993), 1, - sym_comment, - ACTIONS(4606), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -258207,176 +187473,268 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69781] = 34, + [70906] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, - anon_sym_LBRACK, - ACTIONS(4562), 1, + STATE(1713), 1, + sym_comment, + ACTIONS(2955), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4564), 1, - anon_sym_LBRACE, - ACTIONS(4566), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4568), 1, anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, - sym_val_date, - ACTIONS(4582), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4586), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, - aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, - sym__var, - STATE(1075), 1, - sym_unquoted, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, - sym__inter_double_quotes, - STATE(1138), 1, - sym__expr_binary_expression, - STATE(1994), 1, - sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(2953), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [70971] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1714), 1, + sym_comment, + ACTIONS(2969), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2967), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(1124), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1112), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [69906] = 34, + aux_sym__record_key_token2, + [71036] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, + STATE(1715), 1, + sym_comment, + ACTIONS(2973), 13, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2542), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2971), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, - ACTIONS(2556), 1, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [71101] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4562), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, - anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4572), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, + ACTIONS(4010), 1, + anon_sym_DASH, + ACTIONS(4012), 1, + anon_sym_DOT, + ACTIONS(4014), 1, + anon_sym_PLUS, + ACTIONS(4016), 1, + aux_sym__val_number_decimal_token1, + STATE(1716), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, sym_val_number, - STATE(137), 1, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, sym__val_number, - STATE(956), 1, - sym__var, - STATE(1072), 1, - sym_unquoted, - STATE(1073), 1, - sym__expr_binary_expression, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(1135), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - STATE(1995), 1, - sym_comment, - ACTIONS(4574), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2723), 1, + sym_unquoted, + STATE(2815), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -258389,88 +187747,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70031] = 34, + [71226] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4562), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, - anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4572), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4582), 1, - anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, - aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, - sym__var, - STATE(1070), 1, - sym__expr_binary_expression, - STATE(1082), 1, + ACTIONS(3691), 1, + anon_sym_DOT, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1717), 1, + sym_comment, + STATE(2634), 1, sym__str_double_quotes, - STATE(1083), 1, - sym_unquoted, - STATE(1118), 1, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(1996), 1, - sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4332), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4576), 3, + STATE(3473), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1112), 12, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -258480,176 +187839,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70156] = 34, + [71353] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, + STATE(1718), 1, + sym_comment, + ACTIONS(949), 13, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2556), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(951), 41, anon_sym_LBRACK, - ACTIONS(4562), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4564), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4566), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4580), 1, - sym_val_date, - ACTIONS(4582), 1, - anon_sym_DQUOTE, - ACTIONS(4586), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, - aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, - sym__var, - STATE(1079), 1, - sym__expr_binary_expression, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1084), 1, - sym_unquoted, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, - sym__inter_double_quotes, - STATE(1997), 1, - sym_comment, - ACTIONS(4574), 2, anon_sym_true, anon_sym_false, - ACTIONS(4584), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1112), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [70281] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [71418] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4562), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4568), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4570), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4572), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, + STATE(1719), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, sym_val_number, - STATE(137), 1, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, sym__val_number, - STATE(956), 1, - sym__var, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1086), 1, - sym__expr_binary_expression, - STATE(1089), 1, - sym_unquoted, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(1135), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2676), 1, + sym_unquoted, + STATE(2683), 1, sym__inter_double_quotes, - STATE(1998), 1, - sym_comment, - ACTIONS(4574), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2837), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -258662,85 +187991,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70406] = 34, + [71543] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, + STATE(1720), 1, + sym_comment, + ACTIONS(941), 13, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2556), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(943), 41, anon_sym_LBRACK, - ACTIONS(4562), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4564), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4566), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [71608] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3768), 1, + anon_sym_LBRACK, + ACTIONS(3772), 1, + anon_sym_DOLLAR, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4572), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(4020), 1, + anon_sym_LPAREN, + ACTIONS(4022), 1, + anon_sym_DASH, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, + anon_sym_DOT, + ACTIONS(4028), 1, + anon_sym_PLUS, + ACTIONS(4030), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(127), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(136), 1, + STATE(1453), 1, + sym__var, + STATE(1559), 1, sym_val_number, - STATE(137), 1, + STATE(1594), 1, sym__val_number, - STATE(956), 1, - sym__var, - STATE(1082), 1, + STATE(1721), 1, + sym_comment, + STATE(1768), 1, sym__str_double_quotes, - STATE(1093), 1, - sym__expr_binary_expression, - STATE(1099), 1, - sym_unquoted, - STATE(1118), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(1119), 1, + STATE(1848), 1, sym__inter_single_quotes, - STATE(1135), 1, + STATE(1849), 1, sym__inter_double_quotes, + STATE(1897), 1, + sym__expr_binary_expression, STATE(1999), 1, - sym_comment, - ACTIONS(4574), 2, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3798), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3792), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -258753,106 +188143,74 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70531] = 35, + [71733] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + STATE(1722), 1, + sym_comment, + ACTIONS(2901), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4088), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(2000), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4437), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2899), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [70658] = 5, + aux_sym__record_key_token2, + [71798] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4626), 1, - anon_sym_COMMA, - STATE(2001), 1, + STATE(1723), 1, sym_comment, - ACTIONS(4628), 12, + ACTIONS(2897), 13, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -258865,7 +188223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4624), 41, + ACTIONS(2895), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -258907,85 +188265,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [70725] = 34, + [71863] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4562), 1, - anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, - anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(3980), 1, + anon_sym_LPAREN, + ACTIONS(3982), 1, + anon_sym_DASH, + ACTIONS(3984), 1, + anon_sym_DOT, + ACTIONS(3986), 1, + anon_sym_PLUS, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(127), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, + STATE(409), 1, sym__var, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1100), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(437), 1, sym__expr_binary_expression, - STATE(1101), 1, - sym_unquoted, - STATE(1118), 1, + STATE(439), 1, + sym__str_double_quotes, + STATE(440), 1, sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, + STATE(441), 1, sym__inter_double_quotes, - STATE(2002), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(446), 1, + sym_unquoted, + STATE(1724), 1, sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3870), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -258998,85 +188356,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70850] = 34, + [71988] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4562), 1, - anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, - anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4582), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4586), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, + ACTIONS(3980), 1, + anon_sym_LPAREN, + ACTIONS(3982), 1, + anon_sym_DASH, + ACTIONS(3984), 1, + anon_sym_DOT, + ACTIONS(3986), 1, + anon_sym_PLUS, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(127), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, + STATE(409), 1, sym__var, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1102), 1, - sym__expr_binary_expression, - STATE(1104), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(434), 1, sym_unquoted, - STATE(1118), 1, + STATE(436), 1, + sym__expr_binary_expression, + STATE(439), 1, + sym__str_double_quotes, + STATE(440), 1, sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, + STATE(441), 1, sym__inter_double_quotes, - STATE(2003), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(1725), 1, sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2562), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4576), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(3870), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -259089,177 +188447,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70975] = 35, + [72113] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4462), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4464), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4466), 1, - anon_sym_DASH, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4470), 1, - anon_sym_DOT, - ACTIONS(4472), 1, - anon_sym_PLUS, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4480), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - STATE(321), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2004), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, + anon_sym_DASH, + ACTIONS(4012), 1, + anon_sym_DOT, + ACTIONS(4014), 1, + anon_sym_PLUS, + ACTIONS(4016), 1, + aux_sym__val_number_decimal_token1, + STATE(1726), 1, sym_comment, - STATE(2559), 1, + STATE(2334), 1, sym__var, - STATE(2758), 1, - sym_val_variable, - STATE(2759), 1, - sym_expr_parenthesized, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(3577), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2717), 1, + sym_unquoted, + STATE(2878), 1, sym__expr_binary_expression, - STATE(3996), 1, - sym__expression, - STATE(4036), 1, - sym_val_range, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2852), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4482), 6, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2855), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [71102] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2540), 1, - anon_sym_DOLLAR, - ACTIONS(2542), 1, - anon_sym_DASH, - ACTIONS(2556), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4560), 1, - anon_sym_LBRACK, - ACTIONS(4562), 1, - anon_sym_LPAREN, - ACTIONS(4564), 1, - anon_sym_LBRACE, - ACTIONS(4566), 1, - anon_sym_DOT, - ACTIONS(4568), 1, - anon_sym_PLUS, - ACTIONS(4570), 1, - anon_sym_not, - ACTIONS(4572), 1, - anon_sym_null, - ACTIONS(4580), 1, - sym_val_date, - ACTIONS(4582), 1, - anon_sym_DQUOTE, - ACTIONS(4586), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4588), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4590), 1, - aux_sym_unquoted_token1, - STATE(127), 1, - sym__val_number_decimal, - STATE(136), 1, - sym_val_number, - STATE(137), 1, - sym__val_number, - STATE(956), 1, - sym__var, - STATE(1082), 1, - sym__str_double_quotes, - STATE(1107), 1, - sym__expr_binary_expression, - STATE(1116), 1, - sym_unquoted, - STATE(1118), 1, - sym__expr_unary_minus, - STATE(1119), 1, - sym__inter_single_quotes, - STATE(1135), 1, - sym__inter_double_quotes, - STATE(2005), 1, - sym_comment, - ACTIONS(4574), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4584), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2562), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4576), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4578), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1124), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1112), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -259272,73 +188538,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71227] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2006), 1, - sym_comment, - ACTIONS(1671), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1673), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [71292] = 4, + [72238] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2007), 1, + STATE(1727), 1, sym_comment, - ACTIONS(213), 13, + ACTIONS(845), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -259352,7 +188557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(215), 41, + ACTIONS(847), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -259394,12 +188599,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [71357] = 4, + [72303] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2008), 1, + STATE(1728), 1, sym_comment, - ACTIONS(3258), 13, + ACTIONS(924), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -259413,7 +188618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3256), 41, + ACTIONS(922), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -259455,212 +188660,148 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [71422] = 7, + [72368] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2009), 1, + STATE(1729), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1540), 5, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(1536), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1538), 20, - anon_sym_LBRACK, + ACTIONS(2977), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1623), 21, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [71493] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2010), 1, - sym_comment, - ACTIONS(1619), 13, - anon_sym_GT, + ACTIONS(2975), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1621), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [71558] = 35, + aux_sym__record_key_token2, + [72433] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, anon_sym_DASH, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(2011), 1, + ACTIONS(3808), 1, + anon_sym_DOT, + STATE(1730), 1, sym_comment, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2964), 1, + sym__val_number_decimal, + STATE(3151), 1, sym_val_variable, - STATE(3381), 1, + STATE(3156), 1, sym_expr_parenthesized, - STATE(3556), 1, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3545), 1, sym__expr_binary_expression, - STATE(4330), 1, - sym__expression, - STATE(4782), 1, + STATE(4513), 1, sym_val_range, - ACTIONS(2902), 2, + STATE(5564), 1, + sym__expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3473), 3, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2896), 6, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(3209), 11, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -259672,85 +188813,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71685] = 34, + [72560] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4638), 1, + ACTIONS(3988), 1, anon_sym_not, - ACTIONS(4640), 1, + ACTIONS(3990), 1, anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2012), 1, - sym_comment, - STATE(2903), 1, + STATE(409), 1, sym__var, - STATE(3004), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(439), 1, sym__str_double_quotes, - STATE(3055), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(442), 1, sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3120), 1, - sym__expr_binary_expression, - STATE(3121), 1, + STATE(444), 1, sym_unquoted, - ACTIONS(371), 2, + STATE(445), 1, + sym__expr_binary_expression, + STATE(1731), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -259763,85 +188904,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71810] = 34, + [72685] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4638), 1, + ACTIONS(3988), 1, anon_sym_not, - ACTIONS(4640), 1, + ACTIONS(3990), 1, anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2013), 1, - sym_comment, - STATE(2903), 1, + STATE(409), 1, sym__var, - STATE(3004), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(439), 1, sym__str_double_quotes, - STATE(3055), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(442), 1, sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3112), 1, - sym__expr_binary_expression, - STATE(3117), 1, + STATE(447), 1, sym_unquoted, - ACTIONS(371), 2, + STATE(449), 1, + sym__expr_binary_expression, + STATE(1732), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -259854,85 +188995,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71935] = 34, + [72810] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, - anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2014), 1, + STATE(1733), 1, sym_comment, - STATE(2903), 1, + STATE(2334), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3108), 1, - sym__expr_binary_expression, - STATE(3109), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2716), 1, sym_unquoted, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, + STATE(2883), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -259945,85 +189086,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72060] = 34, + [72935] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, - anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2015), 1, + STATE(1734), 1, sym_comment, - STATE(2903), 1, + STATE(2334), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3102), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3106), 1, - sym__expr_binary_expression, - STATE(3107), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2725), 1, sym_unquoted, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, + STATE(2877), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -260036,85 +189177,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72185] = 34, + [73060] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3848), 1, + anon_sym_DOLLAR, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4638), 1, + ACTIONS(3988), 1, anon_sym_not, - ACTIONS(4640), 1, + ACTIONS(3990), 1, anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2016), 1, - sym_comment, - STATE(2903), 1, + STATE(409), 1, sym__var, - STATE(3004), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(439), 1, sym__str_double_quotes, - STATE(3055), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(3061), 1, + STATE(442), 1, sym__inter_single_quotes, - STATE(3102), 1, - sym__expr_unary_minus, - STATE(3103), 1, - sym__expr_binary_expression, - STATE(3104), 1, + STATE(452), 1, sym_unquoted, - ACTIONS(371), 2, + STATE(458), 1, + sym__expr_binary_expression, + STATE(1735), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -260127,267 +189268,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72310] = 34, + [73185] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, - anon_sym_LPAREN, - ACTIONS(4632), 1, + STATE(1736), 1, + sym_comment, + ACTIONS(856), 13, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4634), 1, - anon_sym_DOT, - ACTIONS(4636), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2017), 1, - sym_comment, - STATE(2903), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3098), 1, - sym__expr_binary_expression, - STATE(3099), 1, - sym_unquoted, - STATE(3102), 1, - sym__expr_unary_minus, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(361), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3126), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3057), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [72435] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(299), 1, + aux_sym_unquoted_token1, + ACTIONS(858), 41, anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4632), 1, - anon_sym_DASH, - ACTIONS(4634), 1, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4636), 1, - anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4644), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2018), 1, - sym_comment, - STATE(2903), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3095), 1, - sym__expr_binary_expression, - STATE(3097), 1, - sym_unquoted, - STATE(3102), 1, - sym__expr_unary_minus, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4646), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3057), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [72560] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [73250] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4638), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4640), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(3954), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2019), 1, + STATE(1737), 1, sym_comment, - STATE(2903), 1, + STATE(2334), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3035), 1, - sym__expr_binary_expression, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3093), 1, - sym_unquoted, - STATE(3102), 1, + STATE(2640), 1, sym__expr_unary_minus, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, + STATE(2681), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2836), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -260400,267 +189420,390 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72685] = 34, + [73375] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(367), 1, - sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + STATE(1738), 1, + sym_comment, + ACTIONS(3015), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4632), 1, - anon_sym_DASH, - ACTIONS(4634), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4636), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2020), 1, - sym_comment, - STATE(2903), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3091), 1, - sym__expr_binary_expression, - STATE(3092), 1, - sym_unquoted, - STATE(3102), 1, - sym__expr_unary_minus, - ACTIONS(371), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3013), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [73440] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1739), 1, + sym_comment, + ACTIONS(1045), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1047), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4646), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3057), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [72810] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [73505] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + STATE(1740), 1, + sym_comment, + ACTIONS(1041), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1043), 41, anon_sym_LBRACK, - ACTIONS(329), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(367), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [73570] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1741), 1, + sym_comment, + ACTIONS(3107), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4632), 1, - anon_sym_DASH, - ACTIONS(4634), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4636), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2021), 1, - sym_comment, - STATE(2903), 1, - sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, - sym__inter_single_quotes, - STATE(3086), 1, - sym__expr_binary_expression, - STATE(3090), 1, - sym_unquoted, - STATE(3102), 1, - sym__expr_unary_minus, - ACTIONS(371), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3105), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [73635] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1742), 1, + sym_comment, + ACTIONS(1031), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1033), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4646), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3057), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [72935] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [73700] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3772), 1, + anon_sym_DOLLAR, + ACTIONS(3782), 1, + anon_sym_not, + ACTIONS(3784), 1, + anon_sym_null, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(430), 1, + STATE(1453), 1, + sym__var, + STATE(1559), 1, sym_val_number, - STATE(2022), 1, + STATE(1594), 1, + sym__val_number, + STATE(1743), 1, sym_comment, - STATE(2903), 1, - sym__var, - STATE(3004), 1, + STATE(1768), 1, sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, + STATE(1782), 1, + sym__expr_unary_minus, + STATE(1848), 1, sym__inter_single_quotes, - STATE(3083), 1, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1895), 1, sym__expr_binary_expression, - STATE(3084), 1, + STATE(2002), 1, sym_unquoted, - STATE(3102), 1, - sym__expr_unary_minus, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -260673,88 +189816,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73060] = 34, + [73825] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, + ACTIONS(4036), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(4038), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(4040), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(4042), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(4044), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2023), 1, + STATE(1744), 1, sym_comment, - STATE(2903), 1, + STATE(2379), 1, + sym__val_number_decimal, + STATE(2398), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3036), 1, - sym__expr_binary_expression, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2622), 1, + sym_expr_parenthesized, + STATE(2625), 1, + sym_val_variable, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3082), 1, - sym_unquoted, - STATE(3102), 1, + STATE(2640), 1, sym__expr_unary_minus, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(3516), 1, + sym__expr_binary_expression, + STATE(3962), 1, + sym__expression, + STATE(3973), 1, + sym_val_range, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3126), 4, + STATE(2688), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3057), 12, + ACTIONS(3956), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2690), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -260764,85 +189908,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73185] = 34, + [73952] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1745), 1, + sym_comment, + ACTIONS(3111), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3109), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [74017] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(367), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(369), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(4630), 1, - anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4634), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4636), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4638), 1, - anon_sym_not, - ACTIONS(4640), 1, - anon_sym_null, - ACTIONS(4644), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4648), 1, - aux_sym_unquoted_token1, - STATE(389), 1, - sym__val_number, - STATE(393), 1, - sym__val_number_decimal, - STATE(430), 1, - sym_val_number, - STATE(2024), 1, + STATE(1746), 1, sym_comment, - STATE(2903), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(3004), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym__inter_double_quotes, - STATE(3061), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3079), 1, - sym_unquoted, - STATE(3102), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3128), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2725), 1, + sym_unquoted, + STATE(2765), 1, sym__expr_binary_expression, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4642), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4646), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3126), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3057), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -260855,181 +190060,210 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73310] = 35, + [74142] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + STATE(1747), 1, + sym_comment, + ACTIONS(1023), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1025), 41, anon_sym_LBRACK, - ACTIONS(4078), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(2025), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, - sym__expr_binary_expression, - STATE(4322), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [73437] = 35, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [74207] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + STATE(1748), 1, + sym_comment, + ACTIONS(3043), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4088), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3041), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [74272] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, anon_sym_DASH, - STATE(436), 1, + ACTIONS(4050), 1, + anon_sym_DOT, + ACTIONS(4052), 1, + anon_sym_PLUS, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1749), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2026), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2757), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, + STATE(2998), 1, sym__expr_binary_expression, - STATE(4323), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, + STATE(2999), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(2996), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3073), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -261039,85 +190273,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73564] = 34, + [74397] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3796), 1, + anon_sym_DQUOTE, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + ACTIONS(4034), 1, + aux_sym_unquoted_token1, + STATE(1396), 1, sym__val_number_decimal, - STATE(2027), 1, - sym_comment, - STATE(2688), 1, + STATE(1453), 1, sym__var, - STATE(2777), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1750), 1, + sym_comment, + STATE(1768), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3242), 1, - sym_unquoted, - STATE(3255), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3430), 1, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1894), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(2003), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -261130,12 +190364,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73689] = 4, + [74522] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2028), 1, + STATE(1751), 1, sym_comment, - ACTIONS(1619), 13, + ACTIONS(1063), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -261149,7 +190383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1621), 41, + ACTIONS(1065), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -261191,85 +190425,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [73754] = 34, + [74587] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1752), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2029), 1, - sym_comment, - STATE(2688), 1, + STATE(2757), 1, sym__var, - STATE(2777), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3241), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3427), 1, + STATE(3000), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3002), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -261282,89 +190516,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73879] = 35, + [74712] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4462), 1, - anon_sym_LPAREN, - ACTIONS(4464), 1, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4466), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4470), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4472), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4474), 1, + ACTIONS(4054), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4056), 1, anon_sym_null, - ACTIONS(4480), 1, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4486), 1, - sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(321), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2030), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1753), 1, sym_comment, - STATE(2559), 1, + STATE(2578), 1, + sym__val_number, + STATE(2734), 1, + sym__val_number_decimal, + STATE(2757), 1, sym__var, - STATE(2758), 1, - sym_val_variable, - STATE(2759), 1, - sym_expr_parenthesized, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(3550), 1, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3003), 1, sym__expr_binary_expression, - STATE(3996), 1, - sym__expression, - STATE(4036), 1, - sym_val_range, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(3004), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2852), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4482), 6, + ACTIONS(4058), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2855), 11, + STATE(2996), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3073), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -261374,85 +190607,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74006] = 34, + [74837] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3796), 1, + anon_sym_DQUOTE, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + ACTIONS(4034), 1, + aux_sym_unquoted_token1, + STATE(1396), 1, sym__val_number_decimal, - STATE(2031), 1, - sym_comment, - STATE(2688), 1, + STATE(1453), 1, sym__var, - STATE(2777), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1754), 1, + sym_comment, + STATE(1768), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3240), 1, - sym_unquoted, - STATE(3255), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3423), 1, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1893), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(2006), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -261465,89 +190698,149 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74131] = 35, + [74962] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + STATE(1755), 1, + sym_comment, + ACTIONS(3033), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4076), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3031), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [75027] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, - sym__val_number_decimal, - STATE(2032), 1, + ACTIONS(4012), 1, + anon_sym_DOT, + ACTIONS(4014), 1, + anon_sym_PLUS, + ACTIONS(4016), 1, + aux_sym__val_number_decimal_token1, + STATE(1756), 1, sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2334), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2715), 1, + sym_unquoted, + STATE(2888), 1, sym__expr_binary_expression, - STATE(4327), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -261557,89 +190850,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74258] = 35, + [75152] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4250), 1, + ACTIONS(4012), 1, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(448), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2033), 1, + ACTIONS(4014), 1, + anon_sym_PLUS, + ACTIONS(4016), 1, + aux_sym__val_number_decimal_token1, + STATE(1757), 1, sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2334), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3253), 1, - sym_val_variable, - STATE(3254), 1, - sym_expr_parenthesized, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3556), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2713), 1, + sym_unquoted, + STATE(2879), 1, sym__expr_binary_expression, - STATE(4782), 1, - sym_val_range, - STATE(5564), 1, - sym__expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3258), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -261649,85 +190941,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74385] = 34, + [75277] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3796), 1, + anon_sym_DQUOTE, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + ACTIONS(4034), 1, + aux_sym_unquoted_token1, + STATE(1396), 1, sym__val_number_decimal, - STATE(2034), 1, - sym_comment, - STATE(2688), 1, + STATE(1453), 1, sym__var, - STATE(2777), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1758), 1, + sym_comment, + STATE(1768), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3239), 1, - sym_unquoted, - STATE(3255), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3431), 1, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1892), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(2008), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -261740,85 +191032,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74510] = 34, + [75402] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, - sym__val_number_decimal, - STATE(2035), 1, + STATE(1759), 1, sym_comment, - STATE(2688), 1, + STATE(2334), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3236), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3435), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2712), 1, + sym_unquoted, + STATE(2868), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -261831,85 +191123,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74635] = 34, + [75527] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + STATE(1760), 1, + sym_comment, + ACTIONS(885), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(887), 41, anon_sym_LBRACK, - ACTIONS(4080), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4084), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [75592] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3768), 1, + anon_sym_LBRACK, + ACTIONS(3772), 1, + anon_sym_DOLLAR, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3796), 1, + anon_sym_DQUOTE, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + ACTIONS(4034), 1, + aux_sym_unquoted_token1, + STATE(1396), 1, sym__val_number_decimal, - STATE(2036), 1, - sym_comment, - STATE(2688), 1, + STATE(1453), 1, sym__var, - STATE(2777), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1761), 1, + sym_comment, + STATE(1768), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3235), 1, - sym_unquoted, - STATE(3255), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3440), 1, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1891), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(2022), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -261922,12 +191275,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74760] = 4, + [75717] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2037), 1, + STATE(1762), 1, sym_comment, - ACTIONS(1532), 13, + ACTIONS(1069), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -261941,7 +191294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1534), 41, + ACTIONS(1071), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -261983,85 +191336,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [74825] = 34, + [75782] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(358), 1, + STATE(1453), 1, + sym__var, + STATE(1559), 1, sym_val_number, - STATE(2038), 1, + STATE(1594), 1, + sym__val_number, + STATE(1763), 1, sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2832), 1, - sym_unquoted, - STATE(2839), 1, + STATE(1768), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(1782), 1, + sym__expr_unary_minus, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, sym__inter_double_quotes, - STATE(2932), 1, + STATE(1890), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(2021), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3798), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262074,85 +191427,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74950] = 34, + [75907] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(358), 1, + STATE(1453), 1, + sym__var, + STATE(1559), 1, sym_val_number, - STATE(2039), 1, + STATE(1594), 1, + sym__val_number, + STATE(1764), 1, sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2813), 1, - sym_unquoted, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, + STATE(1768), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(1782), 1, + sym__expr_unary_minus, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, sym__inter_double_quotes, - STATE(2938), 1, + STATE(1889), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(2020), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3798), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262165,85 +191518,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75075] = 34, + [76032] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1765), 1, + sym_comment, + ACTIONS(3051), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3049), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [76097] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2040), 1, + STATE(1766), 1, sym_comment, - STATE(2503), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2809), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2939), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2723), 1, + sym_unquoted, + STATE(2767), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262256,85 +191670,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75200] = 34, + [76222] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, - anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, - anon_sym_DASH, - ACTIONS(4666), 1, - anon_sym_DOT, - ACTIONS(4668), 1, - anon_sym_PLUS, - ACTIONS(4670), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2041), 1, - sym_comment, - STATE(2503), 1, + STATE(623), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2802), 1, - sym_unquoted, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, sym__inter_double_quotes, - STATE(2941), 1, + STATE(818), 1, + sym_unquoted, + STATE(819), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1767), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262347,12 +191761,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75325] = 4, + [76347] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2042), 1, + STATE(1768), 1, sym_comment, - ACTIONS(1437), 13, + ACTIONS(1085), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -262366,7 +191780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1439), 41, + ACTIONS(1087), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -262408,85 +191822,301 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75390] = 34, + [76412] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(4100), 1, + anon_sym_COMMA, + STATE(1769), 1, + sym_comment, + ACTIONS(4102), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4076), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4098), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [76479] = 35, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4652), 1, - anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1770), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(471), 1, + STATE(2909), 1, sym_val_number, - STATE(485), 1, + STATE(3128), 1, sym__val_number_decimal, - STATE(2043), 1, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4380), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3473), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [76606] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4106), 1, + anon_sym_COMMA, + STATE(1771), 1, sym_comment, - STATE(2688), 1, + ACTIONS(4108), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4104), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [76673] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(197), 1, + sym_val_date, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(205), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, + anon_sym_DASH, + ACTIONS(4050), 1, + anon_sym_DOT, + ACTIONS(4052), 1, + anon_sym_PLUS, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1772), 1, + sym_comment, + STATE(2578), 1, + sym__val_number, + STATE(2734), 1, + sym__val_number_decimal, + STATE(2757), 1, sym__var, - STATE(2777), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3234), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3441), 1, + STATE(3006), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3007), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262499,12 +192129,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75515] = 4, + [76798] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2044), 1, + STATE(1773), 1, sym_comment, - ACTIONS(1545), 13, + ACTIONS(797), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -262518,7 +192148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1547), 41, + ACTIONS(799), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -262560,85 +192190,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75580] = 34, + [76863] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(358), 1, + STATE(1453), 1, + sym__var, + STATE(1559), 1, sym_val_number, - STATE(2045), 1, + STATE(1594), 1, + sym__val_number, + STATE(1688), 1, + sym__expr_binary_expression, + STATE(1768), 1, + sym__str_double_quotes, + STATE(1774), 1, sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2843), 1, - sym_unquoted, - STATE(2850), 1, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, sym__inter_double_quotes, - STATE(2942), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(2019), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3798), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262651,85 +192281,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75705] = 34, + [76988] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2046), 1, + STATE(1775), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2841), 1, - sym_unquoted, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2943), 1, + STATE(2689), 1, + sym_unquoted, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2854), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262742,85 +192372,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75830] = 34, + [77113] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2047), 1, + STATE(1776), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2797), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2681), 1, + sym_unquoted, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2944), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2844), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -262833,88 +192463,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [75955] = 34, + [77238] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, - anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2048), 1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1777), 1, sym_comment, - STATE(2503), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2807), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2940), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(4317), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(2855), 12, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -262924,85 +192555,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76080] = 34, + [77365] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + STATE(1778), 1, + sym_comment, + ACTIONS(1019), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1021), 41, anon_sym_LBRACK, - ACTIONS(4464), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4468), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4486), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [77430] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, + ACTIONS(4064), 1, aux_sym_unquoted_token1, - STATE(353), 1, + STATE(1779), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(355), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2049), 1, - sym_comment, - STATE(2503), 1, + STATE(2757), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2966), 1, + sym__expr_binary_expression, + STATE(2983), 1, sym__expr_unary_minus, - STATE(2818), 1, + STATE(3010), 1, sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, sym__inter_double_quotes, - STATE(2948), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4058), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263015,85 +192707,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76205] = 34, + [77555] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2050), 1, + STATE(1780), 1, sym_comment, - STATE(2503), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2821), 1, - sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2952), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2713), 1, + sym_unquoted, + STATE(2775), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263106,88 +192798,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76330] = 34, + [77680] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4036), 1, anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(4038), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4040), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4042), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4044), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2051), 1, + STATE(1781), 1, sym_comment, - STATE(2503), 1, + STATE(2379), 1, + sym__val_number_decimal, + STATE(2398), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2622), 1, + sym_expr_parenthesized, + STATE(2625), 1, + sym_val_variable, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2822), 1, - sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2960), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(3506), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(3962), 1, + sym__expression, + STATE(3973), 1, + sym_val_range, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2688), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(2855), 12, + ACTIONS(3956), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2690), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -263197,75 +192890,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76455] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2052), 1, - sym_comment, - ACTIONS(1663), 5, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(4679), 8, - anon_sym_DASH, - anon_sym__, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(4676), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1665), 21, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [76524] = 4, + [77807] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2053), 1, + STATE(1782), 1, sym_comment, - ACTIONS(1441), 13, + ACTIONS(1059), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -263279,7 +192909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1443), 41, + ACTIONS(1061), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -263321,85 +192951,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76589] = 34, + [77872] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2054), 1, + STATE(1783), 1, sym_comment, - STATE(2503), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2829), 1, - sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2961), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2717), 1, + sym_unquoted, + STATE(2769), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263412,85 +193042,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76714] = 34, + [77997] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4682), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1784), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2055), 1, - sym_comment, - STATE(2503), 1, + STATE(2757), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, sym__expr_unary_minus, - STATE(2832), 1, + STATE(3011), 1, + sym__expr_binary_expression, + STATE(3012), 1, sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, sym__inter_double_quotes, - STATE(3000), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4058), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263503,85 +193133,177 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76839] = 34, + [78122] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4652), 1, - anon_sym_DASH, - ACTIONS(4654), 1, - anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(3808), 1, + anon_sym_DOT, + STATE(1785), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(471), 1, + STATE(2909), 1, sym_val_number, - STATE(485), 1, + STATE(2964), 1, sym__val_number_decimal, - STATE(2056), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(3151), 1, + sym_val_variable, + STATE(3156), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3224), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3443), 1, + STATE(3545), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(4513), 1, + sym_val_range, + STATE(5611), 1, + sym__expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3161), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [78249] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, + anon_sym_DASH, + ACTIONS(4012), 1, + anon_sym_DOT, + ACTIONS(4014), 1, + anon_sym_PLUS, + ACTIONS(4016), 1, + aux_sym__val_number_decimal_token1, + STATE(1786), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2676), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2830), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263594,85 +193316,331 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76964] = 34, + [78374] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4112), 1, + anon_sym_COMMA, + STATE(1787), 1, + sym_comment, + ACTIONS(4114), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4110), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [78441] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4118), 1, + anon_sym_COMMA, + STATE(1788), 1, + sym_comment, + ACTIONS(4120), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4116), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [78508] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1789), 1, + sym_comment, + ACTIONS(3069), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3067), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [78573] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1790), 1, + sym_comment, + ACTIONS(2503), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2501), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [78638] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3944), 1, + anon_sym_DOT, + ACTIONS(3946), 1, + anon_sym_PLUS, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, - anon_sym_DOT, - ACTIONS(4686), 1, - anon_sym_PLUS, - ACTIONS(4688), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, - sym__val_number_decimal, - STATE(2057), 1, + STATE(1791), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2813), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2998), 1, + STATE(2689), 1, + sym_unquoted, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2823), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263685,12 +193653,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77089] = 4, + [78763] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2058), 1, + STATE(1792), 1, sym_comment, - ACTIONS(1641), 13, + ACTIONS(1093), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -263704,7 +193672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1643), 41, + ACTIONS(1095), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -263746,85 +193714,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77154] = 34, + [78828] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + STATE(1793), 1, + sym_comment, + ACTIONS(953), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(955), 41, anon_sym_LBRACK, - ACTIONS(4464), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4468), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4486), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(4488), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [78893] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4682), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3954), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, - sym__val_number_decimal, - STATE(2059), 1, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + STATE(1794), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2809), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2997), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2712), 1, + sym_unquoted, + STATE(2817), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -263837,88 +193866,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77279] = 34, + [79018] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4124), 1, + anon_sym_LPAREN, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4128), 1, + anon_sym_DASH, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4132), 1, + anon_sym_DOT, + ACTIONS(4134), 1, + anon_sym_PLUS, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4142), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4150), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, - anon_sym_DOT, - ACTIONS(4686), 1, - anon_sym_PLUS, - ACTIONS(4688), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, + STATE(152), 1, sym__val_number_decimal, - STATE(2060), 1, - sym_comment, - STATE(2503), 1, + STATE(162), 1, sym__var, - STATE(2785), 1, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(222), 1, + sym_expr_parenthesized, + STATE(226), 1, + sym_val_variable, + STATE(255), 1, sym__inter_single_quotes, - STATE(2807), 1, - sym_unquoted, - STATE(2815), 1, + STATE(256), 1, + sym__inter_double_quotes, + STATE(294), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(305), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2982), 1, + STATE(1065), 1, + sym__expression, + STATE(1163), 1, + sym_val_range, + STATE(1795), 1, + sym_comment, + STATE(3557), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4152), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4146), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2851), 4, + STATE(308), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(2855), 12, + ACTIONS(4144), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(249), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -263928,85 +193958,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77404] = 34, + [79145] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, - sym__val_number_decimal, - STATE(2061), 1, + STATE(1796), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2802), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2985), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2725), 1, + sym_unquoted, + STATE(2918), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -264019,85 +194049,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77529] = 34, + [79270] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, - sym__val_number_decimal, - STATE(2062), 1, + STATE(1797), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, sym__str_double_quotes, - STATE(2843), 1, + STATE(2723), 1, sym_unquoted, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2984), 1, + STATE(2917), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -264110,449 +194140,362 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77654] = 34, + [79395] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(4168), 1, + anon_sym_LBRACK, + ACTIONS(4170), 1, + anon_sym_RBRACK, + ACTIONS(4172), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(4174), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4176), 1, + anon_sym_LBRACE, + ACTIONS(4178), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4180), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4182), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, + ACTIONS(4186), 1, + sym_val_date, + STATE(1798), 1, + sym_comment, + STATE(2036), 1, + aux_sym__match_pattern_list_repeat1, + STATE(3104), 1, + sym__var, + STATE(3257), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(3265), 1, sym__val_number, - STATE(451), 1, + STATE(3391), 1, sym_val_number, - STATE(2063), 1, - sym_comment, - STATE(2935), 1, - sym__var, - STATE(3202), 1, - sym_unquoted, - STATE(3211), 1, - sym__expr_binary_expression, - STATE(3238), 1, + STATE(3426), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(3546), 1, + sym_val_variable, + STATE(3547), 1, + sym_expr_parenthesized, + STATE(3565), 1, + sym__match_pattern_expression, + STATE(3571), 1, + sym__match_pattern_list, + STATE(3572), 1, + sym__match_pattern_record, + STATE(3573), 1, sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(5888), 1, + sym_val_list, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3570), 2, + sym__match_pattern_value, + sym_val_range, + STATE(6089), 2, + sym__match_pattern_rest, + sym__match_pattern_ignore_rest, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4184), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3230), 12, + STATE(3563), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3569), 7, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, sym_val_table, - sym_val_closure, - [77779] = 18, + [79526] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - ACTIONS(4444), 1, - anon_sym_bit_DASHand, - ACTIONS(4446), 1, - anon_sym_bit_DASHxor, - ACTIONS(4712), 1, - anon_sym_bit_DASHor, - ACTIONS(4714), 1, - anon_sym_and, - STATE(2064), 1, + STATE(1799), 1, sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 22, - anon_sym_LBRACK, + ACTIONS(3075), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77872] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2065), 1, - sym_comment, - ACTIONS(1583), 13, - anon_sym_GT, + ACTIONS(3073), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1585), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [77937] = 19, + aux_sym__record_key_token2, + [79591] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - ACTIONS(4444), 1, - anon_sym_bit_DASHand, - ACTIONS(4446), 1, - anon_sym_bit_DASHxor, - ACTIONS(4712), 1, - anon_sym_bit_DASHor, - ACTIONS(4714), 1, - anon_sym_and, - ACTIONS(4716), 1, - anon_sym_xor, - STATE(2066), 1, + STATE(1800), 1, sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 21, - anon_sym_LBRACK, + ACTIONS(3083), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78032] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2067), 1, - sym_comment, - ACTIONS(1629), 13, - anon_sym_GT, + ACTIONS(3081), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1631), 41, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [79656] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1801), 1, + sym_comment, + ACTIONS(3087), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78097] = 34, + ACTIONS(3085), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [79721] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4700), 1, + ACTIONS(4054), 1, anon_sym_not, - ACTIONS(4702), 1, + ACTIONS(4056), 1, anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, + ACTIONS(4064), 1, aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2068), 1, + STATE(1802), 1, sym_comment, - STATE(2935), 1, + STATE(2578), 1, + sym__val_number, + STATE(2734), 1, + sym__val_number_decimal, + STATE(2757), 1, sym__var, - STATE(3199), 1, - sym_unquoted, - STATE(3201), 1, - sym__expr_binary_expression, - STATE(3238), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3017), 1, + sym__expr_binary_expression, + STATE(3020), 1, + sym_unquoted, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3072), 1, sym__inter_double_quotes, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4704), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -264565,85 +194508,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78222] = 34, + [79846] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1803), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2069), 1, - sym_comment, - STATE(2688), 1, + STATE(2757), 1, sym__var, - STATE(2777), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3233), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3418), 1, + STATE(3021), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3023), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -264656,176 +194599,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78347] = 34, + [79971] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + STATE(1804), 1, + sym_comment, + ACTIONS(3091), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4652), 1, - anon_sym_DASH, - ACTIONS(4654), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4656), 1, anon_sym_PLUS, - ACTIONS(4658), 1, - aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, - sym__val_number_decimal, - STATE(2070), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3231), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3449), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4660), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3089), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [78472] = 34, + aux_sym__record_key_token2, + [80036] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1805), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2071), 1, - sym_comment, - STATE(2688), 1, + STATE(2757), 1, sym__var, - STATE(2777), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3229), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3450), 1, + STATE(3026), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3030), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -264838,85 +194751,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78597] = 34, + [80161] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + STATE(1806), 1, + sym_comment, + ACTIONS(3190), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4076), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3188), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [80226] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1807), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2072), 1, - sym_comment, - STATE(2688), 1, + STATE(2757), 1, sym__var, - STATE(2777), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3226), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3451), 1, + STATE(3043), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3044), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -264929,85 +194903,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78722] = 34, + [80351] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + STATE(1808), 1, + sym_comment, + ACTIONS(3095), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4076), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3093), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [80416] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4652), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4654), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4656), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4658), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1809), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(485), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2073), 1, - sym_comment, - STATE(2688), 1, + STATE(2757), 1, sym__var, - STATE(2777), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3225), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3467), 1, + STATE(3045), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3047), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4660), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -265020,223 +195055,207 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78847] = 4, + [80541] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2074), 1, + STATE(1810), 1, sym_comment, - ACTIONS(1655), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1657), 41, - anon_sym_LBRACK, + ACTIONS(3099), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78912] = 20, + ACTIONS(3097), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [80606] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - ACTIONS(4444), 1, - anon_sym_bit_DASHand, - ACTIONS(4446), 1, - anon_sym_bit_DASHxor, - ACTIONS(4712), 1, - anon_sym_bit_DASHor, - ACTIONS(4714), 1, - anon_sym_and, - ACTIONS(4716), 1, - anon_sym_xor, - ACTIONS(4718), 1, - anon_sym_or, - STATE(2075), 1, + STATE(1811), 1, sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 20, - anon_sym_LBRACK, + ACTIONS(3103), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79009] = 34, + ACTIONS(3101), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [80671] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2076), 1, + STATE(1812), 1, sym_comment, - STATE(2935), 1, + STATE(2334), 1, sym__var, - STATE(3191), 1, - sym_unquoted, - STATE(3198), 1, - sym__expr_binary_expression, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2721), 1, + sym_unquoted, + STATE(2916), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -265249,89 +195268,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79134] = 35, + [80796] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, anon_sym_DASH, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, + ACTIONS(4192), 1, + anon_sym_DOT, + ACTIONS(4194), 1, + anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, sym__val_number_decimal, - STATE(2077), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(172), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, sym__inter_single_quotes, - STATE(3255), 1, + STATE(256), 1, + sym__inter_double_quotes, + STATE(294), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, + STATE(297), 1, sym__expr_binary_expression, - STATE(4339), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(298), 1, + sym_unquoted, + STATE(305), 1, + sym__str_double_quotes, + STATE(1813), 1, + sym_comment, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -265341,85 +195359,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79261] = 34, + [80921] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(129), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(159), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(197), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(199), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4046), 1, anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(4048), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4050), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4052), 1, anon_sym_PLUS, - ACTIONS(4700), 1, + ACTIONS(4054), 1, anon_sym_not, - ACTIONS(4702), 1, + ACTIONS(4056), 1, anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4060), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, + ACTIONS(4064), 1, aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2078), 1, + STATE(1814), 1, sym_comment, - STATE(2935), 1, + STATE(2578), 1, + sym__val_number, + STATE(2734), 1, + sym__val_number_decimal, + STATE(2757), 1, sym__var, - STATE(3188), 1, - sym_unquoted, - STATE(3189), 1, - sym__expr_binary_expression, - STATE(3238), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(3051), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(3055), 1, + sym__expr_binary_expression, + STATE(3056), 1, + sym_unquoted, + STATE(3072), 1, sym__inter_double_quotes, - ACTIONS(97), 2, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4704), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(195), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(2996), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(3073), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -265432,89 +195450,149 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79386] = 35, + [81046] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4078), 1, + STATE(1815), 1, + sym_comment, + ACTIONS(2377), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4080), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4086), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4088), 1, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2375), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [81111] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(129), 1, + anon_sym_LBRACK, + ACTIONS(159), 1, + anon_sym_LBRACE, + ACTIONS(197), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(203), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(205), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(4046), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, anon_sym_DASH, - STATE(436), 1, + ACTIONS(4050), 1, + anon_sym_DOT, + ACTIONS(4052), 1, + anon_sym_PLUS, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(4056), 1, + anon_sym_null, + ACTIONS(4060), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4064), 1, + aux_sym_unquoted_token1, + STATE(1816), 1, + sym_comment, + STATE(2578), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(502), 1, + STATE(2734), 1, sym__val_number_decimal, - STATE(2079), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2757), 1, sym__var, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3255), 1, + STATE(2856), 1, + sym_val_number, + STATE(2963), 1, + sym__str_double_quotes, + STATE(2983), 1, sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, + STATE(3031), 1, sym__expr_binary_expression, - STATE(4340), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, + STATE(3035), 1, + sym_unquoted, + STATE(3051), 1, + sym__inter_single_quotes, + STATE(3072), 1, + sym__inter_double_quotes, + ACTIONS(201), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4058), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + ACTIONS(191), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(195), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4062), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(2996), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3073), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -265524,146 +195602,176 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79513] = 4, + [81236] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2080), 1, - sym_comment, - ACTIONS(1651), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1653), 41, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, anon_sym_null, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, + anon_sym_DASH, + ACTIONS(4160), 1, + anon_sym_DOT, + ACTIONS(4162), 1, + anon_sym_PLUS, + ACTIONS(4164), 1, + aux_sym__val_number_decimal_token1, + STATE(1817), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2717), 1, + sym_unquoted, + STATE(2904), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [79578] = 34, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [81361] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2081), 1, + STATE(1818), 1, sym_comment, - STATE(2935), 1, + STATE(2334), 1, sym__var, - STATE(3186), 1, - sym_unquoted, - STATE(3187), 1, - sym__expr_binary_expression, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2716), 1, + sym_unquoted, + STATE(2902), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -265676,85 +195784,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79703] = 34, + [81486] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2082), 1, + STATE(1819), 1, sym_comment, - STATE(2935), 1, + STATE(2334), 1, sym__var, - STATE(3183), 1, - sym_unquoted, - STATE(3185), 1, - sym__expr_binary_expression, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2670), 1, + sym_unquoted, + STATE(2683), 1, sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2820), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -265767,207 +195875,179 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79828] = 4, + [81611] = 37, ACTIONS(3), 1, anon_sym_POUND, - STATE(2083), 1, - sym_comment, - ACTIONS(2986), 13, - anon_sym_COMMA, + ACTIONS(2438), 1, anon_sym_LPAREN, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(4168), 1, + anon_sym_LBRACK, + ACTIONS(4172), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4174), 1, + anon_sym_DASH, + ACTIONS(4176), 1, + anon_sym_LBRACE, + ACTIONS(4178), 1, anon_sym_DOT, + ACTIONS(4180), 1, anon_sym_PLUS, + ACTIONS(4182), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4186), 1, + sym_val_date, + ACTIONS(4202), 1, + anon_sym_RBRACK, + STATE(1820), 1, + sym_comment, + STATE(2024), 1, + aux_sym__match_pattern_list_repeat1, + STATE(3104), 1, + sym__var, + STATE(3257), 1, + sym__val_number_decimal, + STATE(3265), 1, + sym__val_number, + STATE(3391), 1, + sym_val_number, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3546), 1, + sym_val_variable, + STATE(3547), 1, + sym_expr_parenthesized, + STATE(3565), 1, + sym__match_pattern_expression, + STATE(3571), 1, + sym__match_pattern_list, + STATE(3572), 1, + sym__match_pattern_record, + STATE(3573), 1, + sym__expr_unary_minus, + STATE(6164), 1, + sym_val_list, + ACTIONS(2452), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3570), 2, + sym__match_pattern_value, + sym_val_range, + STATE(6165), 2, + sym__match_pattern_rest, + sym__match_pattern_ignore_rest, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2984), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4184), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [79893] = 4, + STATE(3563), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3569), 7, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_table, + [81742] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2084), 1, - sym_comment, - ACTIONS(1534), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1986), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1532), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(1988), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(2002), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [79958] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(4066), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, + ACTIONS(4068), 1, anon_sym_LPAREN, - ACTIONS(4724), 1, - anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + ACTIONS(4072), 1, anon_sym_DOT, - ACTIONS(4732), 1, + ACTIONS(4074), 1, anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - STATE(43), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, + STATE(623), 1, sym__var, - STATE(663), 1, - sym__inter_single_quotes, STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, + sym__str_double_quotes, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, sym__inter_double_quotes, - STATE(678), 1, - sym__expr_unary_minus, - STATE(694), 1, - sym__expr_binary_expression, - STATE(696), 1, + STATE(793), 1, sym_unquoted, - STATE(711), 1, - sym__str_double_quotes, - STATE(2085), 1, + STATE(796), 1, + sym__expr_binary_expression, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1821), 1, sym_comment, - ACTIONS(4738), 2, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(2008), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4082), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4746), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(693), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -265980,146 +196060,176 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80083] = 4, + [81867] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2086), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, + ACTIONS(1986), 1, + anon_sym_DOLLAR, + ACTIONS(1988), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2002), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, + ACTIONS(4066), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4068), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4070), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4072), 1, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, + anon_sym_not, + ACTIONS(4078), 1, anon_sym_null, + ACTIONS(4086), 1, + sym_val_date, + ACTIONS(4088), 1, + anon_sym_DQUOTE, + ACTIONS(4092), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4094), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4096), 1, + aux_sym_unquoted_token1, + STATE(593), 1, + sym__val_number_decimal, + STATE(623), 1, + sym__var, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, + sym__str_double_quotes, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, + sym__inter_double_quotes, + STATE(789), 1, + sym_unquoted, + STATE(829), 1, + sym__expr_unary_minus, + STATE(830), 1, + sym__expr_binary_expression, + STATE(1822), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, + ACTIONS(4090), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2008), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4082), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80148] = 34, + STATE(799), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(775), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [81992] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(3772), 1, + anon_sym_DOLLAR, + ACTIONS(3782), 1, + anon_sym_not, + ACTIONS(3784), 1, + anon_sym_null, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(4022), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4028), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(412), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2087), 1, - sym_comment, - STATE(2935), 1, + STATE(1453), 1, sym__var, - STATE(3181), 1, - sym_unquoted, - STATE(3182), 1, - sym__expr_binary_expression, - STATE(3238), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1768), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3256), 1, + STATE(1823), 1, + sym_comment, + STATE(1848), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(1849), 1, sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(1886), 1, + sym__expr_binary_expression, + STATE(2014), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -266132,85 +196242,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80273] = 34, + [82117] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2088), 1, + STATE(1824), 1, sym_comment, - STATE(2935), 1, + STATE(2334), 1, sym__var, - STATE(3177), 1, - sym_unquoted, - STATE(3180), 1, - sym__expr_binary_expression, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2715), 1, + sym_unquoted, + STATE(2901), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -266223,85 +196333,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80398] = 34, + [82242] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(43), 1, + ACTIONS(4000), 1, + anon_sym_DASH, + ACTIONS(4002), 1, + anon_sym_DOT, + ACTIONS(4004), 1, + anon_sym_PLUS, + ACTIONS(4006), 1, + aux_sym__val_number_decimal_token1, + STATE(1825), 1, + sym_comment, + STATE(2322), 1, sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, + STATE(2334), 1, sym__var, - STATE(663), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(698), 1, - sym__expr_binary_expression, - STATE(700), 1, - sym_unquoted, - STATE(711), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, sym__str_double_quotes, - STATE(2089), 1, - sym_comment, - ACTIONS(4738), 2, + STATE(2721), 1, + sym_unquoted, + STATE(2768), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + ACTIONS(4008), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -266314,634 +196424,419 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80523] = 4, + [82367] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2090), 1, + STATE(1826), 1, sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, + ACTIONS(2799), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [80588] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2091), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, + ACTIONS(2797), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80653] = 4, + aux_sym__record_key_token2, + [82432] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2092), 1, - sym_comment, - ACTIONS(1633), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1635), 41, + ACTIONS(3768), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(3772), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3782), 1, + anon_sym_not, + ACTIONS(3784), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(3794), 1, sym_val_date, + ACTIONS(3796), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80718] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2093), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, + ACTIONS(3800), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3802), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4020), 1, + anon_sym_LPAREN, + ACTIONS(4022), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, + anon_sym_DOT, + ACTIONS(4028), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(4030), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, + STATE(1396), 1, + sym__val_number_decimal, + STATE(1453), 1, + sym__var, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1768), 1, + sym__str_double_quotes, + STATE(1782), 1, + sym__expr_unary_minus, + STATE(1827), 1, + sym_comment, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1887), 1, + sym__expr_binary_expression, + STATE(2018), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80783] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2094), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80848] = 4, + STATE(1995), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1846), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [82557] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2095), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, + ACTIONS(1986), 1, + anon_sym_DOLLAR, + ACTIONS(1988), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2002), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, + ACTIONS(4066), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4068), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4070), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4072), 1, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, + anon_sym_not, + ACTIONS(4078), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(4086), 1, sym_val_date, + ACTIONS(4088), 1, anon_sym_DQUOTE, + ACTIONS(4092), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4094), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4096), 1, + aux_sym_unquoted_token1, + STATE(593), 1, + sym__val_number_decimal, + STATE(623), 1, + sym__var, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, + sym__str_double_quotes, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, + sym__inter_double_quotes, + STATE(825), 1, + sym_unquoted, + STATE(829), 1, + sym__expr_unary_minus, + STATE(837), 1, + sym__expr_binary_expression, + STATE(1828), 1, + sym_comment, + ACTIONS(4080), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - [80913] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2096), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(4082), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80978] = 4, + STATE(799), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(775), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [82682] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2097), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, + ACTIONS(1986), 1, + anon_sym_DOLLAR, + ACTIONS(1988), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2002), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, + ACTIONS(4066), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4068), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4070), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4072), 1, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, + anon_sym_not, + ACTIONS(4078), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(4086), 1, sym_val_date, + ACTIONS(4088), 1, anon_sym_DQUOTE, + ACTIONS(4092), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4094), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4096), 1, + aux_sym_unquoted_token1, + STATE(593), 1, + sym__val_number_decimal, + STATE(623), 1, + sym__var, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, + sym__str_double_quotes, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, + sym__inter_double_quotes, + STATE(820), 1, + sym_unquoted, + STATE(824), 1, + sym__expr_binary_expression, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1829), 1, + sym_comment, + ACTIONS(4080), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - [81043] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2098), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(4082), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [81108] = 34, + STATE(799), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(775), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [82807] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4694), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4700), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4702), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(3954), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2099), 1, + STATE(1830), 1, sym_comment, - STATE(2935), 1, + STATE(2334), 1, sym__var, - STATE(3174), 1, - sym_unquoted, - STATE(3176), 1, - sym__expr_binary_expression, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3257), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2713), 1, + sym_unquoted, + STATE(2814), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4708), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3230), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -266954,207 +196849,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81233] = 4, + [82932] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2100), 1, + STATE(1831), 1, sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, + ACTIONS(2328), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [81298] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2101), 1, - sym_comment, - ACTIONS(1579), 13, - anon_sym_GT, + ACTIONS(2326), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1581), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [81363] = 34, + aux_sym__record_key_token2, + [82997] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4088), 1, + anon_sym_DQUOTE, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(2102), 1, - sym_comment, - STATE(2688), 1, + STATE(623), 1, sym__var, - STATE(2777), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(787), 1, sym__inter_single_quotes, - STATE(3242), 1, + STATE(788), 1, + sym__inter_double_quotes, + STATE(813), 1, sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3501), 1, + STATE(816), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1832), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4090), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -267167,85 +197001,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81488] = 34, + [83122] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4760), 1, + ACTIONS(4206), 1, + anon_sym_DASH, + ACTIONS(4208), 1, anon_sym_DOT, - STATE(436), 1, + ACTIONS(4210), 1, + anon_sym_PLUS, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1833), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, + STATE(2786), 1, sym__val_number_decimal, - STATE(2103), 1, - sym_comment, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, + STATE(2955), 1, + sym_val_number, + STATE(3177), 1, + sym_unquoted, + STATE(3181), 1, + sym__expr_binary_expression, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3241), 1, - sym_unquoted, - STATE(3255), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3499), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3219), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4216), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -267258,85 +197092,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81613] = 34, + [83247] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4760), 1, + ACTIONS(4226), 1, + anon_sym_DASH, + ACTIONS(4228), 1, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2104), 1, + ACTIONS(4230), 1, + anon_sym_PLUS, + ACTIONS(4232), 1, + aux_sym__val_number_decimal_token1, + STATE(1834), 1, sym_comment, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3240), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3102), 1, sym_unquoted, - STATE(3255), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3497), 1, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3333), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -267349,85 +197183,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81738] = 34, + [83372] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3768), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3772), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3796), 1, + anon_sym_DQUOTE, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4020), 1, anon_sym_LPAREN, - ACTIONS(4760), 1, + ACTIONS(4022), 1, + anon_sym_DASH, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, + ACTIONS(4028), 1, + anon_sym_PLUS, + ACTIONS(4030), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4034), 1, + aux_sym_unquoted_token1, + STATE(1396), 1, sym__val_number_decimal, - STATE(2105), 1, - sym_comment, - STATE(2688), 1, + STATE(1453), 1, sym__var, - STATE(2777), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1768), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3239), 1, - sym_unquoted, - STATE(3255), 1, + STATE(1782), 1, sym__expr_unary_minus, - STATE(3495), 1, + STATE(1835), 1, + sym_comment, + STATE(1848), 1, + sym__inter_single_quotes, + STATE(1849), 1, + sym__inter_double_quotes, + STATE(1884), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(2013), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3798), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(4032), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -267440,179 +197274,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81863] = 34, + [83497] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, + ACTIONS(3691), 1, anon_sym_DOT, - STATE(436), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1836), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(471), 1, + STATE(2909), 1, sym_val_number, - STATE(479), 1, + STATE(3128), 1, sym__val_number_decimal, - STATE(2106), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3236), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3493), 1, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(4428), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3243), 4, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [81988] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2107), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3235), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3491), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -267622,85 +197366,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82113] = 34, + [83624] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4088), 1, + anon_sym_DQUOTE, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(2108), 1, - sym_comment, - STATE(2688), 1, + STATE(623), 1, sym__var, - STATE(2777), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(787), 1, sym__inter_single_quotes, - STATE(3234), 1, + STATE(788), 1, + sym__inter_double_quotes, + STATE(810), 1, sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3489), 1, + STATE(812), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1837), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4090), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -267713,725 +197457,272 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82238] = 34, + [83749] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + STATE(1838), 1, + sym_comment, + ACTIONS(3115), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4760), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2109), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3224), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3487), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [82363] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2110), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3233), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3484), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(3113), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [82488] = 34, + aux_sym__record_key_token2, + [83814] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + STATE(1839), 1, + sym_comment, + ACTIONS(3119), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4760), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2111), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3231), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3482), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [82613] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, - anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2112), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3229), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3480), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, + ACTIONS(3117), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [82738] = 34, + aux_sym__record_key_token2, + [83879] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, - anon_sym_LBRACE, - ACTIONS(4088), 1, + STATE(1840), 1, + sym_comment, + ACTIONS(1035), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4096), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, - sym_val_date, - ACTIONS(4102), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1037), 41, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4760), 1, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - STATE(436), 1, - sym__val_number, - STATE(471), 1, - sym_val_number, - STATE(479), 1, - sym__val_number_decimal, - STATE(2113), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3226), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3478), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [82863] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [83944] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, - anon_sym_DASH, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4760), 1, + ACTIONS(3691), 1, anon_sym_DOT, - STATE(436), 1, + ACTIONS(3693), 1, + anon_sym_PLUS, + ACTIONS(3695), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1841), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(471), 1, + STATE(2909), 1, sym_val_number, - STATE(479), 1, + STATE(3128), 1, sym__val_number_decimal, - STATE(2114), 1, - sym_comment, - STATE(2688), 1, - sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3225), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3474), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4150), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3243), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3129), 12, - sym_val_nothing, - sym_val_bool, + STATE(3272), 1, sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [82988] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, - anon_sym_DASH, - ACTIONS(4696), 1, - anon_sym_DOT, - ACTIONS(4698), 1, - anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2115), 1, - sym_comment, - STATE(2935), 1, - sym__var, - STATE(3166), 1, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, sym__expr_binary_expression, - STATE(3172), 1, - sym_unquoted, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - ACTIONS(97), 2, + STATE(4393), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4704), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3212), 4, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3230), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [83113] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4720), 1, - anon_sym_LBRACK, - ACTIONS(4722), 1, - anon_sym_LPAREN, - ACTIONS(4724), 1, - anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, - anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, - anon_sym_not, - ACTIONS(4736), 1, - anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, - sym_val_date, - ACTIONS(4750), 1, - anon_sym_DQUOTE, - ACTIONS(4754), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, - aux_sym_unquoted_token1, - STATE(43), 1, - sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, - sym__var, - STATE(663), 1, - sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, - sym__expr_unary_minus, - STATE(703), 1, - sym__expr_binary_expression, - STATE(705), 1, - sym_unquoted, - STATE(711), 1, - sym__str_double_quotes, - STATE(2116), 1, - sym_comment, - ACTIONS(4738), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4752), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(2281), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4746), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(693), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(655), 12, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -268441,12 +197732,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83238] = 4, + [84071] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2117), 1, + STATE(1842), 1, sym_comment, - ACTIONS(1579), 13, + ACTIONS(969), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -268460,7 +197751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1581), 41, + ACTIONS(971), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -268502,12 +197793,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [83303] = 4, + [84136] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2118), 1, + STATE(1843), 1, sym_comment, - ACTIONS(1579), 13, + ACTIONS(975), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -268521,7 +197812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1581), 41, + ACTIONS(977), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -268563,88 +197854,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [83368] = 34, + [84201] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + STATE(1844), 1, + sym_comment, + ACTIONS(3123), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3121), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [84266] = 35, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(93), 1, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, - anon_sym_DASH, - ACTIONS(4696), 1, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4698), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2119), 1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1845), 1, sym_comment, - STATE(2935), 1, - sym__var, - STATE(3170), 1, - sym_unquoted, - STATE(3171), 1, - sym__expr_binary_expression, - STATE(3238), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(3248), 1, + STATE(2714), 1, + sym__var, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3128), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, + STATE(3200), 1, sym__inter_double_quotes, - ACTIONS(97), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, + sym__expr_binary_expression, + STATE(4429), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4704), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4708), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3212), 4, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3230), 12, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -268654,12 +198007,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83493] = 4, + [84393] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2120), 1, + STATE(1846), 1, sym_comment, - ACTIONS(1540), 13, + ACTIONS(868), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -268673,7 +198026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1623), 41, + ACTIONS(870), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -268715,361 +198068,275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [83558] = 34, + [84458] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + STATE(1847), 1, + sym_comment, + ACTIONS(928), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(926), 5, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT2, + ACTIONS(922), 6, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(924), 20, anon_sym_LBRACK, - ACTIONS(4722), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4724), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, - anon_sym_not, - ACTIONS(4736), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, - sym_val_date, - ACTIONS(4750), 1, - anon_sym_DQUOTE, - ACTIONS(4754), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, - aux_sym_unquoted_token1, - STATE(43), 1, - sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, - sym__var, - STATE(663), 1, - sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, - sym__expr_unary_minus, - STATE(706), 1, - sym__expr_binary_expression, - STATE(708), 1, - sym_unquoted, - STATE(711), 1, - sym__str_double_quotes, - STATE(2121), 1, - sym_comment, - ACTIONS(4738), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4742), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4746), 3, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1007), 21, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [84529] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1848), 1, + sym_comment, + ACTIONS(991), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(655), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [83683] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, + aux_sym_unquoted_token1, + ACTIONS(993), 41, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(93), 1, - sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4694), 1, - anon_sym_DASH, - ACTIONS(4696), 1, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4698), 1, - anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4706), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, - aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2122), 1, - sym_comment, - STATE(2935), 1, - sym__var, - STATE(3167), 1, - sym_unquoted, - STATE(3169), 1, - sym__expr_binary_expression, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4708), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3230), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [83808] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(93), 1, sym_val_date, - ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(4692), 1, - anon_sym_LPAREN, - ACTIONS(4694), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [84594] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1849), 1, + sym_comment, + ACTIONS(991), 13, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4696), 1, - anon_sym_DOT, - ACTIONS(4698), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4700), 1, - anon_sym_not, - ACTIONS(4702), 1, - anon_sym_null, - ACTIONS(4706), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4710), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, aux_sym_unquoted_token1, - STATE(412), 1, - sym__val_number_decimal, - STATE(422), 1, - sym__val_number, - STATE(451), 1, - sym_val_number, - STATE(2123), 1, - sym_comment, - STATE(2935), 1, - sym__var, - STATE(3138), 1, - sym__expr_binary_expression, - STATE(3164), 1, - sym_unquoted, - STATE(3238), 1, - sym__str_double_quotes, - STATE(3248), 1, - sym__expr_unary_minus, - STATE(3256), 1, - sym__inter_single_quotes, - STATE(3257), 1, - sym__inter_double_quotes, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4704), 2, + ACTIONS(993), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4708), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3212), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3230), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [83933] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [84659] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(3691), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, + ACTIONS(3804), 1, + anon_sym_DASH, + STATE(1850), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(358), 1, + STATE(2909), 1, sym_val_number, - STATE(385), 1, + STATE(3128), 1, sym__val_number_decimal, - STATE(2124), 1, - sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2841), 1, - sym_unquoted, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2983), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3272), 1, + sym_val_variable, + STATE(3275), 1, + sym_expr_parenthesized, + STATE(3545), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(4359), 1, + sym__expression, + STATE(4513), 1, + sym_val_range, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3473), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(2855), 12, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -269079,89 +198346,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84058] = 35, + [84786] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4724), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4728), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4734), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4748), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4762), 1, - anon_sym_LPAREN, - ACTIONS(4764), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4010), 1, anon_sym_DASH, - ACTIONS(4766), 1, + ACTIONS(4012), 1, anon_sym_DOT, - ACTIONS(4768), 1, + ACTIONS(4014), 1, anon_sym_PLUS, - ACTIONS(4770), 1, + ACTIONS(4016), 1, aux_sym__val_number_decimal_token1, - STATE(51), 1, + STATE(1851), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(2546), 1, sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(545), 1, - sym__var, - STATE(599), 1, - sym_expr_parenthesized, - STATE(606), 1, - sym_val_variable, - STATE(663), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(711), 1, + STATE(2663), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, sym__str_double_quotes, - STATE(1559), 1, - sym__expression, - STATE(1606), 1, - sym_val_range, - STATE(2125), 1, - sym_comment, - STATE(3537), 1, + STATE(2822), 1, sym__expr_binary_expression, - ACTIONS(4738), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4746), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(667), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4742), 6, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4018), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(655), 11, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -269171,85 +198437,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84185] = 34, + [84911] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, - sym__val_number_decimal, - STATE(2126), 1, + STATE(1852), 1, sym_comment, - STATE(2503), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2797), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2988), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2712), 1, + sym_unquoted, + STATE(2778), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -269262,85 +198528,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84310] = 34, + [85036] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + STATE(1853), 1, + sym_comment, + ACTIONS(987), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(989), 41, anon_sym_LBRACK, - ACTIONS(4722), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4724), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [85101] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3768), 1, + anon_sym_LBRACK, + ACTIONS(3772), 1, + anon_sym_DOLLAR, + ACTIONS(3782), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3784), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(3794), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(3796), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3800), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3802), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(4020), 1, + anon_sym_LPAREN, + ACTIONS(4022), 1, + anon_sym_DASH, + ACTIONS(4024), 1, + anon_sym_LBRACE, + ACTIONS(4026), 1, + anon_sym_DOT, + ACTIONS(4028), 1, + anon_sym_PLUS, + ACTIONS(4030), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4034), 1, aux_sym_unquoted_token1, - STATE(43), 1, + STATE(1396), 1, sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, + STATE(1453), 1, sym__var, - STATE(663), 1, + STATE(1559), 1, + sym_val_number, + STATE(1594), 1, + sym__val_number, + STATE(1768), 1, + sym__str_double_quotes, + STATE(1782), 1, + sym__expr_unary_minus, + STATE(1848), 1, sym__inter_single_quotes, - STATE(664), 1, + STATE(1849), 1, sym__inter_double_quotes, - STATE(670), 1, - sym_unquoted, - STATE(673), 1, - sym__expr_binary_expression, - STATE(678), 1, - sym__expr_unary_minus, - STATE(711), 1, - sym__str_double_quotes, - STATE(2127), 1, + STATE(1854), 1, sym_comment, - ACTIONS(4738), 2, + STATE(1878), 1, + sym__expr_binary_expression, + STATE(2012), 1, + sym_unquoted, + ACTIONS(3786), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(3798), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(3790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(3792), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + ACTIONS(4032), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(1995), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(1846), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -269353,88 +198680,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84435] = 34, + [85226] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, - anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, - aux_sym_unquoted_token1, - STATE(43), 1, + ACTIONS(4036), 1, + anon_sym_LPAREN, + ACTIONS(4038), 1, + anon_sym_DASH, + ACTIONS(4040), 1, + anon_sym_DOT, + ACTIONS(4042), 1, + anon_sym_PLUS, + ACTIONS(4044), 1, + aux_sym__val_number_decimal_token1, + STATE(1855), 1, + sym_comment, + STATE(2379), 1, sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, + STATE(2398), 1, sym__var, - STATE(656), 1, - sym_unquoted, - STATE(658), 1, - sym__expr_binary_expression, - STATE(663), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2622), 1, + sym_expr_parenthesized, + STATE(2625), 1, + sym_val_variable, + STATE(2636), 1, sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(711), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, sym__str_double_quotes, - STATE(2128), 1, - sym_comment, - ACTIONS(4738), 2, + STATE(3551), 1, + sym__expr_binary_expression, + STATE(3962), 1, + sym__expression, + STATE(3973), 1, + sym_val_range, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + STATE(2688), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(655), 12, + ACTIONS(3956), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2690), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -269444,85 +198772,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84560] = 34, + [85353] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, - anon_sym_LBRACK, - ACTIONS(4722), 1, - anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + ACTIONS(4072), 1, anon_sym_DOT, - ACTIONS(4732), 1, + ACTIONS(4074), 1, anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - STATE(43), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, + STATE(623), 1, sym__var, - STATE(663), 1, - sym__inter_single_quotes, STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, + sym__str_double_quotes, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, sym__inter_double_quotes, - STATE(678), 1, - sym__expr_unary_minus, - STATE(687), 1, - sym__expr_binary_expression, - STATE(707), 1, + STATE(806), 1, sym_unquoted, - STATE(711), 1, - sym__str_double_quotes, - STATE(2129), 1, + STATE(809), 1, + sym__expr_binary_expression, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1856), 1, sym_comment, - ACTIONS(4738), 2, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(2008), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4082), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4746), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(693), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -269535,12 +198863,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84685] = 4, + [85478] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2130), 1, + STATE(1857), 1, sym_comment, - ACTIONS(1587), 13, + ACTIONS(995), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -269554,7 +198882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1589), 41, + ACTIONS(997), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -269596,12 +198924,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [84750] = 4, + [85543] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2131), 1, + STATE(1858), 1, sym_comment, - ACTIONS(1679), 13, + ACTIONS(1089), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -269615,7 +198943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1681), 41, + ACTIONS(1091), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -269657,85 +198985,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [84815] = 34, + [85608] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, - anon_sym_LBRACK, - ACTIONS(4722), 1, - anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, + ACTIONS(1988), 1, anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + ACTIONS(4072), 1, anon_sym_DOT, - ACTIONS(4732), 1, + ACTIONS(4074), 1, anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - STATE(43), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, + STATE(623), 1, sym__var, - STATE(663), 1, - sym__inter_single_quotes, STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(763), 1, + sym_unquoted, + STATE(776), 1, + sym__str_double_quotes, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, sym__inter_double_quotes, - STATE(678), 1, - sym__expr_unary_minus, - STATE(710), 1, + STATE(804), 1, sym__expr_binary_expression, - STATE(711), 1, - sym__str_double_quotes, - STATE(712), 1, - sym_unquoted, - STATE(2132), 1, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1859), 1, sym_comment, - ACTIONS(4738), 2, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(2008), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4082), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4746), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(693), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -269748,146 +199076,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84940] = 4, + [85733] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2133), 1, - sym_comment, - ACTIONS(3353), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1986), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3351), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(1988), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(2002), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [85005] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4066), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, - anon_sym_DOT, - ACTIONS(4686), 1, - anon_sym_PLUS, - ACTIONS(4688), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(2134), 1, - sym_comment, - STATE(2503), 1, + STATE(623), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2800), 1, - sym_unquoted, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, sym__inter_double_quotes, - STATE(3017), 1, + STATE(792), 1, + sym_unquoted, + STATE(795), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1860), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -269900,85 +199167,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85130] = 34, + [85858] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, - anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, - anon_sym_DOT, - ACTIONS(4686), 1, - anon_sym_PLUS, - ACTIONS(4688), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(2135), 1, - sym_comment, - STATE(2503), 1, + STATE(623), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2818), 1, - sym_unquoted, - STATE(2839), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(776), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2989), 1, + STATE(785), 1, + sym_unquoted, + STATE(786), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, + sym__inter_double_quotes, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1861), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -269991,85 +199258,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85255] = 34, + [85983] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, - anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, - sym_val_date, - ACTIONS(4488), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, + anon_sym_LBRACE, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, + anon_sym_not, + ACTIONS(4078), 1, + anon_sym_null, + ACTIONS(4086), 1, + sym_val_date, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, - anon_sym_DOT, - ACTIONS(4686), 1, - anon_sym_PLUS, - ACTIONS(4688), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(2136), 1, - sym_comment, - STATE(2503), 1, + STATE(623), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2821), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(772), 1, sym_unquoted, - STATE(2839), 1, + STATE(776), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2990), 1, + STATE(784), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, + sym__inter_double_quotes, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1862), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270082,85 +199349,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85380] = 34, + [86108] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, - anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(1988), 1, + anon_sym_DASH, + ACTIONS(2002), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4066), 1, + anon_sym_LBRACK, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4070), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4072), 1, + anon_sym_DOT, + ACTIONS(4074), 1, + anon_sym_PLUS, + ACTIONS(4076), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4078), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4086), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4088), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4092), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4094), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(4096), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, - anon_sym_DASH, - ACTIONS(4684), 1, - anon_sym_DOT, - ACTIONS(4686), 1, - anon_sym_PLUS, - ACTIONS(4688), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, + STATE(593), 1, sym__val_number_decimal, - STATE(2137), 1, - sym_comment, - STATE(2503), 1, + STATE(623), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2822), 1, + STATE(664), 1, + sym_val_number, + STATE(666), 1, + sym__val_number, + STATE(770), 1, sym_unquoted, - STATE(2839), 1, + STATE(771), 1, + sym__expr_binary_expression, + STATE(776), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(787), 1, + sym__inter_single_quotes, + STATE(788), 1, sym__inter_double_quotes, - STATE(2991), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(829), 1, + sym__expr_unary_minus, + STATE(1863), 1, + sym_comment, + ACTIONS(4080), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(2008), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4082), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4084), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(799), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(775), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270173,85 +199440,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85505] = 34, + [86233] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4682), 1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4684), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4686), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4688), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(385), 1, - sym__val_number_decimal, - STATE(2138), 1, + STATE(1864), 1, sym_comment, - STATE(2503), 1, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2829), 1, - sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2992), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2713), 1, + sym_unquoted, + STATE(2898), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4690), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270264,85 +199531,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85630] = 34, + [86358] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1865), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2075), 1, - sym__expr_binary_expression, - STATE(2086), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3116), 1, sym_unquoted, - STATE(2139), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3423), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270355,207 +199622,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85755] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2140), 1, - sym_comment, - ACTIONS(1695), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1697), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85820] = 4, + [86483] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2141), 1, - sym_comment, - ACTIONS(1675), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1677), 41, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85885] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, - anon_sym_LBRACK, - ACTIONS(4276), 1, - anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4300), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, - anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1866), 1, + sym_comment, + STATE(2334), 1, sym__var, - STATE(1984), 1, - sym__str_double_quotes, - STATE(2010), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2028), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2066), 1, - sym__expr_binary_expression, - STATE(2090), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2712), 1, sym_unquoted, - STATE(2142), 1, - sym_comment, - STATE(2167), 1, - sym__expr_unary_minus, - ACTIONS(4290), 2, + STATE(2897), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4302), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270568,146 +199713,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86010] = 4, + [86608] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2143), 1, - sym_comment, - ACTIONS(1687), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1689), 41, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86075] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, - anon_sym_LBRACK, - ACTIONS(4276), 1, - anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4300), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, - anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1867), 1, + sym_comment, + STATE(2334), 1, sym__var, - STATE(1984), 1, - sym__str_double_quotes, - STATE(2010), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2028), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2663), 1, + sym_unquoted, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2064), 1, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2906), 1, sym__expr_binary_expression, - STATE(2091), 1, - sym_unquoted, - STATE(2144), 1, - sym_comment, - STATE(2167), 1, - sym__expr_unary_minus, - ACTIONS(4290), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4302), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270720,146 +199804,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86200] = 4, + [86733] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2145), 1, - sym_comment, - ACTIONS(1611), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1613), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86265] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1868), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2093), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3115), 1, sym_unquoted, - STATE(2146), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2232), 1, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3424), 1, sym__expr_binary_expression, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -270872,146 +199895,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86390] = 4, + [86858] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2147), 1, - sym_comment, - ACTIONS(1607), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1609), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86455] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1869), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1966), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2094), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3113), 1, sym_unquoted, - STATE(2148), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3428), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271024,85 +199986,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86580] = 34, + [86983] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1870), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1967), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2095), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3111), 1, sym_unquoted, - STATE(2149), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3430), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271115,85 +200077,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86705] = 34, + [87108] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1871), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1968), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2096), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3103), 1, sym_unquoted, - STATE(2150), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3446), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271206,146 +200168,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86830] = 4, + [87233] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2151), 1, - sym_comment, - ACTIONS(1595), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1597), 41, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86895] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, - anon_sym_LBRACK, - ACTIONS(4276), 1, - anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4300), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, - anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1872), 1, + sym_comment, + STATE(2334), 1, sym__var, - STATE(1969), 1, - sym__expr_binary_expression, - STATE(1984), 1, - sym__str_double_quotes, - STATE(2010), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2028), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2097), 1, + STATE(2689), 1, sym_unquoted, - STATE(2152), 1, - sym_comment, - STATE(2167), 1, - sym__expr_unary_minus, - ACTIONS(4290), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2927), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4302), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271358,85 +200259,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87020] = 34, + [87358] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1873), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1970), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2098), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3102), 1, sym_unquoted, - STATE(2153), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3437), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271449,85 +200350,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87145] = 34, + [87483] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1874), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1971), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2100), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3082), 1, sym_unquoted, - STATE(2154), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3439), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271540,146 +200441,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87270] = 4, + [87608] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2155), 1, - sym_comment, - ACTIONS(3335), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3333), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [87335] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, - anon_sym_LBRACK, - ACTIONS(4276), 1, - anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1875), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1972), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2101), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3083), 1, sym_unquoted, - STATE(2156), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3443), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -271692,149 +200532,180 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87460] = 4, + [87733] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2157), 1, - sym_comment, - ACTIONS(1637), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1639), 41, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, anon_sym_null, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, + anon_sym_DASH, + ACTIONS(4160), 1, + anon_sym_DOT, + ACTIONS(4162), 1, + anon_sym_PLUS, + ACTIONS(4164), 1, + aux_sym__val_number_decimal_token1, + STATE(1876), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2670), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2911), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [87525] = 34, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [87858] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, + ACTIONS(4248), 1, anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, + ACTIONS(4252), 1, anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + ACTIONS(4256), 1, anon_sym_DOT, - ACTIONS(4732), 1, + ACTIONS(4258), 1, anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4740), 1, + ACTIONS(4266), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, - aux_sym_unquoted_token1, - STATE(43), 1, + STATE(204), 1, + sym__var, + STATE(213), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(229), 1, sym__val_number, - STATE(56), 1, + STATE(234), 1, sym_val_number, - STATE(555), 1, - sym__var, - STATE(663), 1, - sym__inter_single_quotes, - STATE(664), 1, + STATE(246), 1, + sym_val_variable, + STATE(276), 1, + sym_expr_parenthesized, + STATE(314), 1, sym__inter_double_quotes, - STATE(678), 1, + STATE(331), 1, sym__expr_unary_minus, - STATE(680), 1, - sym_unquoted, - STATE(695), 1, - sym__expr_binary_expression, - STATE(711), 1, + STATE(335), 1, sym__str_double_quotes, - STATE(2158), 1, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1247), 1, + sym_val_range, + STATE(1250), 1, + sym__expression, + STATE(1877), 1, sym_comment, - ACTIONS(4738), 2, + STATE(3493), 1, + sym__expr_binary_expression, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + STATE(360), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(655), 12, + ACTIONS(4268), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(365), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -271844,134 +200715,180 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87650] = 4, + [87985] = 20, ACTIONS(3), 1, anon_sym_POUND, - STATE(2159), 1, + ACTIONS(3914), 1, + anon_sym_in, + ACTIONS(3930), 1, + anon_sym_bit_DASHand, + ACTIONS(3932), 1, + anon_sym_bit_DASHxor, + ACTIONS(4282), 1, + anon_sym_bit_DASHor, + ACTIONS(4284), 1, + anon_sym_and, + ACTIONS(4286), 1, + anon_sym_xor, + ACTIONS(4288), 1, + anon_sym_or, + STATE(1878), 1, sym_comment, - ACTIONS(2908), 13, + ACTIONS(3910), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 6, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 20, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2906), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [87715] = 4, + [88082] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2160), 1, - sym_comment, - ACTIONS(3345), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4236), 1, + anon_sym_DASH, + ACTIONS(4238), 1, anon_sym_DOT, + ACTIONS(4240), 1, anon_sym_PLUS, + ACTIONS(4242), 1, + aux_sym__val_number_decimal_token1, + STATE(1879), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3084), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3445), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3343), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4244), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [87780] = 4, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [88207] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2161), 1, + STATE(1880), 1, sym_comment, - ACTIONS(3377), 13, + ACTIONS(3127), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -271985,7 +200902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3375), 41, + ACTIONS(3125), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -272027,85 +200944,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [87845] = 34, + [88272] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, - anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4750), 1, - anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - STATE(43), 1, - sym__val_number_decimal, - STATE(55), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4236), 1, + anon_sym_DASH, + ACTIONS(4238), 1, + anon_sym_DOT, + ACTIONS(4240), 1, + anon_sym_PLUS, + ACTIONS(4242), 1, + aux_sym__val_number_decimal_token1, + STATE(1881), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, sym__val_number, - STATE(56), 1, + STATE(2909), 1, sym_val_number, - STATE(555), 1, - sym__var, - STATE(657), 1, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3085), 1, sym_unquoted, - STATE(659), 1, - sym__expr_binary_expression, - STATE(663), 1, - sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(711), 1, - sym__str_double_quotes, - STATE(2162), 1, - sym_comment, - ACTIONS(4738), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4752), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3467), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + ACTIONS(4244), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272118,85 +201035,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87970] = 34, + [88397] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, - anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4750), 1, - anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - STATE(43), 1, - sym__val_number_decimal, - STATE(55), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4236), 1, + anon_sym_DASH, + ACTIONS(4238), 1, + anon_sym_DOT, + ACTIONS(4240), 1, + anon_sym_PLUS, + ACTIONS(4242), 1, + aux_sym__val_number_decimal_token1, + STATE(1882), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, sym__val_number, - STATE(56), 1, + STATE(2909), 1, sym_val_number, - STATE(555), 1, - sym__var, - STATE(663), 1, - sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3086), 1, + sym_unquoted, + STATE(3159), 1, sym__expr_unary_minus, - STATE(685), 1, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3463), 1, sym__expr_binary_expression, - STATE(702), 1, - sym_unquoted, - STATE(711), 1, - sym__str_double_quotes, - STATE(2163), 1, - sym_comment, - ACTIONS(4738), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + ACTIONS(4244), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272209,146 +201126,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88095] = 4, + [88522] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2164), 1, - sym_comment, - ACTIONS(1663), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1665), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [88160] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4276), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4286), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4300), 1, - anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1883), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(1973), 1, - sym__expr_binary_expression, - STATE(1984), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2010), 1, - sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2117), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3087), 1, sym_unquoted, - STATE(2165), 1, - sym_comment, - STATE(2167), 1, + STATE(3159), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4302), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3462), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272361,85 +201217,161 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88285] = 34, + [88647] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(3914), 1, + anon_sym_in, + ACTIONS(3930), 1, + anon_sym_bit_DASHand, + ACTIONS(3932), 1, + anon_sym_bit_DASHxor, + ACTIONS(4282), 1, + anon_sym_bit_DASHor, + ACTIONS(4284), 1, + anon_sym_and, + ACTIONS(4286), 1, + anon_sym_xor, + STATE(1884), 1, + sym_comment, + ACTIONS(3910), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 6, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 21, anon_sym_LBRACK, - ACTIONS(4276), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4286), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [88742] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4288), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4298), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4300), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4304), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4306), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4772), 1, - anon_sym_LPAREN, - ACTIONS(4774), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, anon_sym_DASH, - ACTIONS(4776), 1, - anon_sym_LBRACE, - ACTIONS(4778), 1, + ACTIONS(4160), 1, anon_sym_DOT, - ACTIONS(4780), 1, + ACTIONS(4162), 1, anon_sym_PLUS, - ACTIONS(4782), 1, + ACTIONS(4164), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4786), 1, - aux_sym_unquoted_token1, - STATE(248), 1, - sym__val_number_decimal, - STATE(261), 1, - sym__val_number, - STATE(262), 1, - sym_val_number, - STATE(1722), 1, + STATE(1885), 1, + sym_comment, + STATE(2334), 1, sym__var, - STATE(1975), 1, - sym__expr_binary_expression, - STATE(1984), 1, - sym__str_double_quotes, - STATE(2010), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2028), 1, - sym__inter_double_quotes, - STATE(2118), 1, - sym_unquoted, - STATE(2166), 1, - sym_comment, - STATE(2167), 1, + STATE(2640), 1, sym__expr_unary_minus, - ACTIONS(4290), 2, + STATE(2676), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2890), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4302), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4294), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4296), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4784), 3, + ACTIONS(4166), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2120), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2007), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272452,26 +201384,59 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88410] = 4, + [88867] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(2167), 1, + ACTIONS(3914), 1, + anon_sym_in, + ACTIONS(3930), 1, + anon_sym_bit_DASHand, + ACTIONS(3932), 1, + anon_sym_bit_DASHxor, + ACTIONS(4282), 1, + anon_sym_bit_DASHor, + ACTIONS(4284), 1, + anon_sym_and, + STATE(1886), 1, sym_comment, - ACTIONS(1667), 13, + ACTIONS(3910), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, anon_sym_DASH, - anon_sym_in, - anon_sym__, + anon_sym_PLUS, + ACTIONS(3916), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 6, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1669), 41, + ACTIONS(963), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -272479,24 +201444,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [88960] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3914), 1, + anon_sym_in, + ACTIONS(3930), 1, + anon_sym_bit_DASHand, + ACTIONS(3932), 1, + anon_sym_bit_DASHxor, + ACTIONS(4282), 1, + anon_sym_bit_DASHor, + STATE(1887), 1, + sym_comment, + ACTIONS(3910), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, + ACTIONS(961), 6, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_and, anon_sym_xor, anon_sym_or, @@ -272513,85 +201533,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [88475] = 34, + [89051] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4722), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4724), 1, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, - anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4736), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4750), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(43), 1, + ACTIONS(4010), 1, + anon_sym_DASH, + ACTIONS(4012), 1, + anon_sym_DOT, + ACTIONS(4014), 1, + anon_sym_PLUS, + ACTIONS(4016), 1, + aux_sym__val_number_decimal_token1, + STATE(1888), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2439), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(2546), 1, sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, - sym__var, - STATE(663), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(684), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2721), 1, sym_unquoted, - STATE(691), 1, + STATE(2882), 1, sym__expr_binary_expression, - STATE(711), 1, - sym__str_double_quotes, - STATE(2168), 1, - sym_comment, - ACTIONS(4738), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4746), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, + ACTIONS(4018), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(655), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272604,26 +201624,53 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88600] = 4, + [89176] = 15, ACTIONS(3), 1, anon_sym_POUND, - STATE(2169), 1, + ACTIONS(3914), 1, + anon_sym_in, + ACTIONS(3930), 1, + anon_sym_bit_DASHand, + STATE(1889), 1, sym_comment, - ACTIONS(1591), 13, + ACTIONS(3910), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, anon_sym_DASH, - anon_sym_in, - anon_sym__, + anon_sym_PLUS, + ACTIONS(3916), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 6, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1593), 41, + ACTIONS(963), 25, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -272631,22 +201678,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, @@ -272665,26 +201696,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [88665] = 4, + [89263] = 14, ACTIONS(3), 1, anon_sym_POUND, - STATE(2170), 1, + ACTIONS(3914), 1, + anon_sym_in, + STATE(1890), 1, sym_comment, - ACTIONS(1599), 13, + ACTIONS(3910), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, anon_sym_DASH, - anon_sym_in, - anon_sym__, + anon_sym_PLUS, + ACTIONS(3916), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 6, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1601), 41, + ACTIONS(963), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -272692,21 +201748,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, @@ -272726,176 +201767,412 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [88730] = 34, + [89348] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4720), 1, + STATE(1891), 1, + sym_comment, + ACTIONS(3912), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(961), 9, + anon_sym_GT, + anon_sym_in, + anon_sym__, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 35, anon_sym_LBRACK, - ACTIONS(4722), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4724), 1, anon_sym_DOLLAR, - ACTIONS(4726), 1, - anon_sym_DASH, - ACTIONS(4728), 1, anon_sym_LBRACE, - ACTIONS(4730), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4732), 1, - anon_sym_PLUS, - ACTIONS(4734), 1, - anon_sym_not, - ACTIONS(4736), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4740), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4748), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(4750), 1, anon_sym_DQUOTE, - ACTIONS(4754), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4756), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4758), 1, - aux_sym_unquoted_token1, - STATE(43), 1, - sym__val_number_decimal, - STATE(55), 1, - sym__val_number, - STATE(56), 1, - sym_val_number, - STATE(555), 1, - sym__var, - STATE(663), 1, - sym__inter_single_quotes, - STATE(664), 1, - sym__inter_double_quotes, - STATE(678), 1, - sym__expr_unary_minus, - STATE(679), 1, - sym_unquoted, - STATE(681), 1, - sym__expr_binary_expression, - STATE(711), 1, - sym__str_double_quotes, - STATE(2171), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [89423] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1892), 1, sym_comment, - ACTIONS(4738), 2, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 39, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(4752), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4742), 3, + [89490] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1893), 1, + sym_comment, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 11, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 37, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4744), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4746), 3, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [89561] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3914), 1, + anon_sym_in, + STATE(1894), 1, + sym_comment, + ACTIONS(3910), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3926), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 6, + anon_sym__, + aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(693), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(655), 12, - sym_val_nothing, - sym_val_bool, - sym_val_variable, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [88855] = 34, + aux_sym_unquoted_token1, + ACTIONS(963), 28, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [89644] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, - anon_sym_DOLLAR, - ACTIONS(2268), 1, + STATE(1895), 1, + sym_comment, + ACTIONS(3912), 2, anon_sym_DASH, - ACTIONS(2282), 1, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 9, + anon_sym_GT, + anon_sym_in, + anon_sym__, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 37, anon_sym_LBRACK, - ACTIONS(4594), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4596), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4598), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4600), 1, - anon_sym_PLUS, - ACTIONS(4602), 1, - anon_sym_not, - ACTIONS(4604), 1, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4612), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(4614), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [89717] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, + anon_sym_LPAREN, + ACTIONS(4206), 1, + anon_sym_DASH, + ACTIONS(4208), 1, + anon_sym_DOT, + ACTIONS(4210), 1, + anon_sym_PLUS, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4222), 1, aux_sym_unquoted_token1, - STATE(114), 1, - sym__val_number_decimal, - STATE(132), 1, + STATE(1896), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(1017), 1, + STATE(2955), 1, + sym_val_number, + STATE(3081), 1, + sym_unquoted, + STATE(3172), 1, + sym__expr_binary_expression, + STATE(3187), 1, sym__inter_double_quotes, - STATE(1021), 1, - sym__str_double_quotes, - STATE(1025), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(1036), 1, - sym__expr_binary_expression, - STATE(1037), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(1054), 1, - sym_unquoted, - STATE(2172), 1, - sym_comment, - ACTIONS(4606), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4616), 2, + STATE(3219), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272908,85 +202185,153 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88980] = 34, + [89842] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + STATE(1897), 1, + sym_comment, + ACTIONS(3910), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3912), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 7, + anon_sym_in, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(963), 31, anon_sym_LBRACK, - ACTIONS(4464), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4468), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4486), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(4488), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [89921] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4236), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4238), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4240), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4242), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2173), 1, + STATE(1898), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2832), 1, - sym_unquoted, - STATE(2839), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2978), 1, + sym__val_number_decimal, + STATE(3088), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2888), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3470), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4244), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -272999,85 +202344,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89105] = 34, + [90046] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, - anon_sym_DOLLAR, - ACTIONS(2268), 1, + STATE(1899), 1, + sym_comment, + ACTIONS(935), 13, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2282), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(937), 41, anon_sym_LBRACK, - ACTIONS(4594), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4596), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4598), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4600), 1, - anon_sym_PLUS, - ACTIONS(4602), 1, - anon_sym_not, - ACTIONS(4604), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4612), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(4614), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [90111] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, + anon_sym_LPAREN, + ACTIONS(4206), 1, + anon_sym_DASH, + ACTIONS(4208), 1, + anon_sym_DOT, + ACTIONS(4210), 1, + anon_sym_PLUS, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4222), 1, aux_sym_unquoted_token1, - STATE(114), 1, - sym__val_number_decimal, - STATE(132), 1, + STATE(1900), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(1003), 1, + STATE(2955), 1, + sym_val_number, + STATE(3101), 1, sym_unquoted, - STATE(1017), 1, + STATE(3118), 1, + sym__expr_binary_expression, + STATE(3187), 1, sym__inter_double_quotes, - STATE(1021), 1, - sym__str_double_quotes, - STATE(1025), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(1055), 1, - sym__expr_binary_expression, - STATE(2174), 1, - sym_comment, - ACTIONS(4606), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4616), 2, + STATE(3219), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273090,85 +202496,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89230] = 34, + [90236] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2175), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1901), 1, sym_comment, - STATE(2503), 1, + STATE(2776), 1, + sym__val_number, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2813), 1, + STATE(2955), 1, + sym_val_number, + STATE(3126), 1, + sym__expr_binary_expression, + STATE(3153), 1, sym_unquoted, - STATE(2815), 1, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2887), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273181,85 +202587,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89355] = 34, + [90361] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, - anon_sym_DOLLAR, - ACTIONS(2268), 1, - anon_sym_DASH, - ACTIONS(2282), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(1902), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, sym__val_number_decimal, - STATE(132), 1, + STATE(2546), 1, sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, - sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, - sym__str_double_quotes, - STATE(1025), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(1062), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2725), 1, sym_unquoted, - STATE(1066), 1, + STATE(2880), 1, sym__expr_binary_expression, - STATE(2176), 1, - sym_comment, - ACTIONS(4606), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273272,85 +202678,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89480] = 34, + [90486] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2177), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1903), 1, sym_comment, - STATE(2503), 1, + STATE(2776), 1, + sym__val_number, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2809), 1, + STATE(2955), 1, + sym_val_number, + STATE(3119), 1, + sym__expr_binary_expression, + STATE(3127), 1, sym_unquoted, - STATE(2815), 1, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2886), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273363,85 +202769,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89605] = 34, + [90611] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2178), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1904), 1, sym_comment, - STATE(2503), 1, + STATE(2776), 1, + sym__val_number, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2807), 1, + STATE(2955), 1, + sym_val_number, + STATE(3135), 1, sym_unquoted, - STATE(2815), 1, + STATE(3136), 1, + sym__expr_binary_expression, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, + sym__inter_single_quotes, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2875), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273454,85 +202860,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89730] = 34, + [90736] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2179), 1, + STATE(1905), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2802), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3116), 1, sym_unquoted, - STATE(2815), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2872), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3310), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273545,85 +202951,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89855] = 34, + [90861] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, - anon_sym_DOLLAR, - ACTIONS(2268), 1, - anon_sym_DASH, - ACTIONS(2282), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(3936), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(3944), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(3946), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(1906), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, sym__val_number_decimal, - STATE(132), 1, + STATE(2546), 1, sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, - sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, - sym__str_double_quotes, - STATE(1025), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(1052), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2723), 1, sym_unquoted, - STATE(1057), 1, + STATE(2859), 1, sym__expr_binary_expression, - STATE(2180), 1, - sym_comment, - ACTIONS(4606), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273636,146 +203042,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89980] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2181), 1, - sym_comment, - ACTIONS(1603), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1605), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [90045] = 34, + [90986] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, + ACTIONS(3998), 1, + aux_sym_unquoted_token1, + STATE(383), 1, sym__val_number_decimal, - STATE(353), 1, + STATE(409), 1, + sym__var, + STATE(415), 1, sym__val_number, - STATE(358), 1, + STATE(416), 1, sym_val_number, - STATE(2182), 1, - sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, + STATE(432), 1, + sym__expr_binary_expression, + STATE(439), 1, sym__str_double_quotes, - STATE(2843), 1, - sym_unquoted, - STATE(2850), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(2869), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(442), 1, + sym__inter_single_quotes, + STATE(470), 1, + sym_unquoted, + STATE(1907), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273788,85 +203133,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90170] = 34, + [91111] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, - anon_sym_DOLLAR, - ACTIONS(2268), 1, - anon_sym_DASH, - ACTIONS(2282), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, - anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, - anon_sym_DOT, - ACTIONS(4600), 1, - anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4614), 1, - anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - STATE(114), 1, - sym__val_number_decimal, - STATE(132), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, + anon_sym_DASH, + ACTIONS(4228), 1, + anon_sym_DOT, + ACTIONS(4230), 1, + anon_sym_PLUS, + ACTIONS(4232), 1, + aux_sym__val_number_decimal_token1, + STATE(1908), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, sym__val_number, - STATE(134), 1, + STATE(2909), 1, sym_val_number, - STATE(923), 1, - sym__var, - STATE(1017), 1, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3115), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(1021), 1, - sym__str_double_quotes, - STATE(1025), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(1037), 1, - sym__expr_unary_minus, - STATE(1058), 1, - sym_unquoted, - STATE(1059), 1, + STATE(3325), 1, sym__expr_binary_expression, - STATE(2183), 1, - sym_comment, - ACTIONS(4606), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273879,85 +203224,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90295] = 34, + [91236] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4788), 1, - anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, anon_sym_DOT, - ACTIONS(4792), 1, - anon_sym_PLUS, - ACTIONS(4794), 1, - aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2184), 1, + STATE(1909), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2841), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3116), 1, sym_unquoted, - STATE(2850), 1, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2892), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3438), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -273970,85 +203315,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90420] = 34, + [91361] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(1686), 1, + anon_sym_DASH, + ACTIONS(1700), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4292), 1, + anon_sym_LBRACK, + ACTIONS(4294), 1, + anon_sym_LPAREN, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(4298), 1, + anon_sym_DOT, + ACTIONS(4300), 1, + anon_sym_PLUS, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4314), 1, + anon_sym_DQUOTE, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4798), 1, - anon_sym_DASH, - ACTIONS(4800), 1, - anon_sym_DOT, - ACTIONS(4802), 1, - anon_sym_PLUS, - ACTIONS(4804), 1, - aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2185), 1, - sym_comment, - STATE(2688), 1, + STATE(603), 1, sym__var, - STATE(2777), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(3225), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(729), 1, sym_unquoted, - STATE(3255), 1, + STATE(735), 1, sym__expr_unary_minus, - STATE(3345), 1, + STATE(756), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(1910), 1, + sym_comment, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4316), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4308), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274061,85 +203406,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90545] = 34, + [91486] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2186), 1, + STATE(1911), 1, sym_comment, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3226), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3113), 1, sym_unquoted, - STATE(3255), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3346), 1, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3327), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274152,85 +203497,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90670] = 34, + [91611] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4788), 1, - anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, anon_sym_DOT, - ACTIONS(4792), 1, - anon_sym_PLUS, - ACTIONS(4794), 1, - aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2187), 1, + STATE(1912), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2797), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3115), 1, sym_unquoted, - STATE(2815), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2914), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3411), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274243,85 +203588,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90795] = 34, + [91736] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2188), 1, + STATE(1913), 1, sym_comment, - STATE(2503), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2785), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(2800), 1, - sym_unquoted, - STATE(2815), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2870), 1, + STATE(2689), 1, + sym_unquoted, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2779), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274334,85 +203679,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90920] = 34, + [91861] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2189), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1914), 1, sym_comment, - STATE(2503), 1, + STATE(2776), 1, + sym__val_number, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(2785), 1, + STATE(2955), 1, + sym_val_number, + STATE(3099), 1, + sym__expr_binary_expression, + STATE(3138), 1, + sym_unquoted, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2818), 1, - sym_unquoted, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2871), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274425,85 +203770,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91045] = 34, + [91986] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, + ACTIONS(3998), 1, + aux_sym_unquoted_token1, + STATE(383), 1, sym__val_number_decimal, - STATE(353), 1, + STATE(409), 1, + sym__var, + STATE(415), 1, sym__val_number, - STATE(358), 1, + STATE(416), 1, sym_val_number, - STATE(2190), 1, - sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2821), 1, - sym_unquoted, - STATE(2839), 1, + STATE(439), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(2873), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(473), 1, + sym_unquoted, + STATE(475), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(1915), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274516,85 +203861,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91170] = 34, + [92111] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, + ACTIONS(3998), 1, + aux_sym_unquoted_token1, + STATE(383), 1, sym__val_number_decimal, - STATE(353), 1, + STATE(409), 1, + sym__var, + STATE(415), 1, sym__val_number, - STATE(358), 1, + STATE(416), 1, sym_val_number, - STATE(2191), 1, - sym_comment, - STATE(2503), 1, - sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2822), 1, - sym_unquoted, - STATE(2839), 1, + STATE(439), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(2877), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(476), 1, + sym_unquoted, + STATE(479), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(1916), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274607,85 +203952,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91295] = 34, + [92236] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1917), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(466), 1, + STATE(2786), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2192), 1, - sym_comment, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, + STATE(2955), 1, + sym_val_number, + STATE(3142), 1, + sym_unquoted, + STATE(3147), 1, + sym__expr_binary_expression, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3229), 1, - sym_unquoted, - STATE(3255), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3347), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3219), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4216), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274698,85 +204043,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91420] = 34, + [92361] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3944), 1, + anon_sym_DOT, + ACTIONS(3946), 1, + anon_sym_PLUS, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4798), 1, - anon_sym_DASH, - ACTIONS(4800), 1, - anon_sym_DOT, - ACTIONS(4802), 1, - anon_sym_PLUS, - ACTIONS(4804), 1, - aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2193), 1, + STATE(1918), 1, sym_comment, - STATE(2688), 1, + STATE(2334), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3231), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3349), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2721), 1, + sym_unquoted, + STATE(2857), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274789,85 +204134,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91545] = 34, + [92486] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2194), 1, + STATE(1919), 1, sym_comment, - STATE(2688), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3233), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3350), 1, + STATE(2681), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2780), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274880,85 +204225,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91670] = 34, + [92611] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3874), 1, + anon_sym_DQUOTE, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, + ACTIONS(3998), 1, + aux_sym_unquoted_token1, + STATE(383), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2195), 1, - sym_comment, - STATE(2688), 1, + STATE(409), 1, sym__var, - STATE(2777), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(439), 1, sym__str_double_quotes, - STATE(3195), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(442), 1, sym__inter_single_quotes, - STATE(3224), 1, - sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3352), 1, + STATE(491), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(492), 1, + sym_unquoted, + STATE(1920), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -274971,85 +204316,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91795] = 34, + [92736] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + STATE(1921), 1, + sym_comment, + ACTIONS(1073), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1075), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(4076), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [92801] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2196), 1, + STATE(1922), 1, sym_comment, - STATE(2688), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3234), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3353), 1, + STATE(2676), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2781), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275062,85 +204468,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91920] = 34, + [92926] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + STATE(1923), 1, + sym_comment, + ACTIONS(3131), 13, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, - ACTIONS(4076), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3129), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [92991] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, - sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2197), 1, + STATE(1924), 1, sym_comment, - STATE(2688), 1, + STATE(2322), 1, + sym__val_number_decimal, + STATE(2334), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(3235), 1, - sym_unquoted, - STATE(3255), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3354), 1, + STATE(2670), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2782), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275153,85 +204620,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92045] = 34, + [93116] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4788), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4790), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4792), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4794), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(330), 1, - sym__val_number_decimal, - STATE(353), 1, - sym__val_number, - STATE(358), 1, - sym_val_number, - STATE(2198), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1925), 1, sym_comment, - STATE(2503), 1, + STATE(2776), 1, + sym__val_number, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(2785), 1, + STATE(2955), 1, + sym_val_number, + STATE(3148), 1, + sym_unquoted, + STATE(3152), 1, + sym__expr_binary_expression, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2829), 1, - sym_unquoted, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2879), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4796), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275244,85 +204711,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92170] = 34, + [93241] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, - anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1926), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(466), 1, + STATE(2786), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2199), 1, - sym_comment, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, + STATE(2955), 1, + sym_val_number, + STATE(3155), 1, + sym_unquoted, + STATE(3163), 1, + sym__expr_binary_expression, + STATE(3187), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(3197), 1, sym__inter_single_quotes, - STATE(3236), 1, - sym_unquoted, - STATE(3255), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3355), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, + STATE(3219), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(4216), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275335,85 +204802,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92295] = 34, + [93366] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4664), 1, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4666), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4670), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - STATE(353), 1, - sym__val_number, - STATE(355), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2200), 1, + STATE(1927), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2800), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3111), 1, sym_unquoted, - STATE(2815), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2947), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3329), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4672), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275426,85 +204893,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92420] = 34, + [93491] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4808), 1, - anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, anon_sym_DOT, - ACTIONS(4812), 1, - anon_sym_PLUS, - ACTIONS(4814), 1, - aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2201), 1, + STATE(1928), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2813), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3113), 1, sym_unquoted, - STATE(2815), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2974), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3433), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275517,85 +204984,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92545] = 34, + [93616] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2202), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2809), 1, - sym_unquoted, - STATE(2815), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, + sym__inter_double_quotes, + STATE(331), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(335), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2929), 1, + STATE(346), 1, + sym__inter_single_quotes, + STATE(359), 1, + sym_unquoted, + STATE(368), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(1929), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275608,85 +205075,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92670] = 34, + [93741] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4274), 1, + anon_sym_DQUOTE, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2203), 1, - sym_comment, - STATE(2688), 1, + STATE(199), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, sym__inter_double_quotes, - STATE(3200), 1, + STATE(331), 1, + sym__expr_unary_minus, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, sym__inter_single_quotes, - STATE(3239), 1, + STATE(356), 1, sym_unquoted, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3356), 1, + STATE(358), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(1930), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(4276), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275699,85 +205166,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92795] = 34, + [93866] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2204), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2807), 1, - sym_unquoted, - STATE(2815), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, + sym__inter_double_quotes, + STATE(331), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(335), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2928), 1, + STATE(346), 1, + sym__inter_single_quotes, + STATE(353), 1, + sym_unquoted, + STATE(355), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(1931), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275790,85 +205257,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92920] = 34, + [93991] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4274), 1, + anon_sym_DQUOTE, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2205), 1, - sym_comment, - STATE(2688), 1, + STATE(199), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3240), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(311), 1, sym_unquoted, - STATE(3255), 1, + STATE(314), 1, + sym__inter_double_quotes, + STATE(331), 1, sym__expr_unary_minus, - STATE(3357), 1, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, + sym__inter_single_quotes, + STATE(352), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(1932), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(4276), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275881,85 +205348,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93045] = 34, + [94116] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2206), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2802), 1, - sym_unquoted, - STATE(2815), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, + sym__inter_double_quotes, + STATE(331), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(335), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2925), 1, + STATE(346), 1, + sym__inter_single_quotes, + STATE(348), 1, + sym_unquoted, + STATE(350), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(1933), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -275972,85 +205439,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93170] = 34, + [94241] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2207), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, + sym__inter_double_quotes, + STATE(331), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(335), 1, sym__str_double_quotes, - STATE(2843), 1, + STATE(339), 1, sym_unquoted, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2936), 1, + STATE(345), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1934), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276063,85 +205530,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93295] = 34, + [94366] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4274), 1, + anon_sym_DQUOTE, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2208), 1, - sym_comment, - STATE(2688), 1, + STATE(199), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3241), 1, - sym_unquoted, - STATE(3255), 1, + STATE(331), 1, sym__expr_unary_minus, - STATE(3359), 1, + STATE(335), 1, + sym__str_double_quotes, + STATE(337), 1, sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(342), 1, + sym_unquoted, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1935), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(4276), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276154,85 +205621,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93420] = 34, + [94491] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4080), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4090), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4100), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(4274), 1, + anon_sym_DQUOTE, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4650), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4798), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4800), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4802), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4804), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(436), 1, - sym__val_number, - STATE(466), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(471), 1, - sym_val_number, - STATE(2209), 1, - sym_comment, - STATE(2688), 1, + STATE(199), 1, sym__var, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3195), 1, - sym__inter_double_quotes, - STATE(3200), 1, - sym__inter_single_quotes, - STATE(3242), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(312), 1, + sym__expr_binary_expression, + STATE(313), 1, sym_unquoted, - STATE(3255), 1, + STATE(314), 1, + sym__inter_double_quotes, + STATE(331), 1, sym__expr_unary_minus, - STATE(3361), 1, - sym__expr_binary_expression, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1936), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(2896), 3, + ACTIONS(4276), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4098), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4806), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3243), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3129), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276245,85 +205712,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93545] = 34, + [94616] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2210), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2832), 1, - sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, sym__inter_double_quotes, - STATE(2922), 1, + STATE(315), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(316), 1, + sym_unquoted, + STATE(331), 1, + sym__expr_unary_minus, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1937), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276336,85 +205803,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93670] = 34, + [94741] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2211), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2841), 1, - sym_unquoted, - STATE(2850), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, sym__inter_double_quotes, - STATE(2946), 1, + STATE(317), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(318), 1, + sym_unquoted, + STATE(331), 1, + sym__expr_unary_minus, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1938), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276427,146 +205894,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93795] = 4, + [94866] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2212), 1, - sym_comment, - ACTIONS(3429), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3427), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [93860] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2213), 1, + STATE(1939), 1, sym_comment, - STATE(2503), 1, + STATE(2440), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2797), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3103), 1, sym_unquoted, - STATE(2815), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2926), 1, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3331), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276579,85 +205985,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93985] = 34, + [94991] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2214), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2800), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, + sym__inter_double_quotes, + STATE(319), 1, + sym__expr_binary_expression, + STATE(320), 1, sym_unquoted, - STATE(2815), 1, + STATE(331), 1, sym__expr_unary_minus, - STATE(2839), 1, + STATE(335), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2930), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1940), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276670,85 +206076,176 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94110] = 34, + [95116] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, + anon_sym_DOT, + STATE(1941), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3111), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3431), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3572), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [95241] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1942), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(354), 1, + STATE(2786), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2215), 1, - sym_comment, - STATE(2503), 1, + STATE(2840), 1, sym__var, - STATE(2785), 1, + STATE(2955), 1, + sym_val_number, + STATE(3164), 1, + sym_unquoted, + STATE(3165), 1, + sym__expr_binary_expression, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2818), 1, - sym_unquoted, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2945), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276761,146 +206258,176 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94235] = 4, + [95366] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2216), 1, - sym_comment, - ACTIONS(3433), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4246), 1, + anon_sym_LBRACK, + ACTIONS(4250), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4254), 1, + anon_sym_LBRACE, + ACTIONS(4260), 1, + anon_sym_not, + ACTIONS(4262), 1, + anon_sym_null, + ACTIONS(4272), 1, + sym_val_date, + ACTIONS(4274), 1, + anon_sym_DQUOTE, + ACTIONS(4278), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4280), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4324), 1, + anon_sym_LPAREN, + ACTIONS(4326), 1, + anon_sym_DASH, + ACTIONS(4328), 1, anon_sym_DOT, + ACTIONS(4330), 1, anon_sym_PLUS, + ACTIONS(4332), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, + sym__val_number_decimal, + STATE(199), 1, + sym__var, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, + sym__inter_double_quotes, + STATE(322), 1, + sym__expr_binary_expression, + STATE(323), 1, + sym_unquoted, + STATE(331), 1, + sym__expr_unary_minus, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1943), 1, + sym_comment, + ACTIONS(4264), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4276), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3431), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4270), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4334), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [94300] = 34, + STATE(370), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(365), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [95491] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(4246), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4250), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(4254), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4260), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4262), 1, anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(4272), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(4274), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(4278), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(4280), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(4326), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(4328), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(4330), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4332), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(4336), 1, + aux_sym_unquoted_token1, + STATE(178), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2217), 1, - sym_comment, - STATE(2503), 1, + STATE(199), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2821), 1, - sym_unquoted, - STATE(2839), 1, - sym__str_double_quotes, - STATE(2850), 1, + STATE(229), 1, + sym__val_number, + STATE(234), 1, + sym_val_number, + STATE(314), 1, sym__inter_double_quotes, - STATE(2962), 1, + STATE(324), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, + STATE(325), 1, + sym_unquoted, + STATE(331), 1, + sym__expr_unary_minus, + STATE(335), 1, + sym__str_double_quotes, + STATE(346), 1, + sym__inter_single_quotes, + STATE(1944), 1, + sym_comment, + ACTIONS(4264), 2, anon_sym_true, anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(4276), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4268), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(4270), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4334), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(370), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(365), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -276913,207 +206440,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94425] = 4, + [95616] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2218), 1, - sym_comment, - ACTIONS(3461), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(101), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1232), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4204), 1, + anon_sym_LPAREN, + ACTIONS(4206), 1, + anon_sym_DASH, + ACTIONS(4208), 1, anon_sym_DOT, + ACTIONS(4210), 1, anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3459), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [94490] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2219), 1, - sym_comment, - ACTIONS(2834), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2832), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [94555] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4460), 1, - anon_sym_LBRACK, - ACTIONS(4464), 1, - anon_sym_DOLLAR, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4474), 1, + ACTIONS(4212), 1, anon_sym_not, - ACTIONS(4476), 1, + ACTIONS(4214), 1, anon_sym_null, - ACTIONS(4486), 1, - sym_val_date, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(4492), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, - anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, - anon_sym_DASH, - ACTIONS(4810), 1, - anon_sym_DOT, - ACTIONS(4812), 1, - anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, + ACTIONS(4222), 1, + aux_sym_unquoted_token1, + STATE(1945), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(354), 1, + STATE(2786), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2220), 1, - sym_comment, - STATE(2503), 1, + STATE(2840), 1, sym__var, - STATE(2785), 1, + STATE(2955), 1, + sym_val_number, + STATE(3169), 1, + sym_unquoted, + STATE(3171), 1, + sym__expr_binary_expression, + STATE(3187), 1, + sym__inter_double_quotes, + STATE(3197), 1, sym__inter_single_quotes, - STATE(2815), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2822), 1, - sym_unquoted, - STATE(2839), 1, + STATE(3219), 1, sym__str_double_quotes, - STATE(2850), 1, - sym__inter_double_quotes, - STATE(2968), 1, - sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277126,85 +206531,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94680] = 34, + [95741] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4460), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4468), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(4476), 1, - anon_sym_null, - ACTIONS(4486), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4488), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4492), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4494), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4662), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4674), 1, - aux_sym_unquoted_token1, - ACTIONS(4808), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4810), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4812), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4814), 1, + ACTIONS(3988), 1, + anon_sym_not, + ACTIONS(3990), 1, + anon_sym_null, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - STATE(353), 1, - sym__val_number, - STATE(354), 1, + ACTIONS(3998), 1, + aux_sym_unquoted_token1, + STATE(383), 1, sym__val_number_decimal, - STATE(358), 1, - sym_val_number, - STATE(2221), 1, - sym_comment, - STATE(2503), 1, + STATE(409), 1, sym__var, - STATE(2785), 1, - sym__inter_single_quotes, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(2829), 1, - sym_unquoted, - STATE(2839), 1, + STATE(415), 1, + sym__val_number, + STATE(416), 1, + sym_val_number, + STATE(439), 1, sym__str_double_quotes, - STATE(2850), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(2971), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(489), 1, sym__expr_binary_expression, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4490), 2, + STATE(490), 1, + sym_unquoted, + STATE(1946), 1, + sym_comment, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4482), 3, + ACTIONS(3992), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4484), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4816), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2851), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2855), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277217,85 +206622,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94805] = 34, + [95866] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4386), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4388), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(3988), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(3990), 1, anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(409), 1, + sym__var, + STATE(415), 1, sym__val_number, - STATE(85), 1, + STATE(416), 1, sym_val_number, - STATE(741), 1, - sym__var, - STATE(779), 1, - sym__expr_binary_expression, - STATE(781), 1, - sym_unquoted, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, + STATE(439), 1, sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(440), 1, + sym__expr_unary_minus, + STATE(441), 1, sym__inter_double_quotes, - STATE(2222), 1, + STATE(442), 1, + sym__inter_single_quotes, + STATE(483), 1, + sym_unquoted, + STATE(493), 1, + sym__expr_binary_expression, + STATE(1947), 1, sym_comment, - ACTIONS(4390), 2, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277308,268 +206713,176 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94930] = 4, + [95991] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2223), 1, - sym_comment, - ACTIONS(3465), 13, - anon_sym_COMMA, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3944), 1, anon_sym_DOT, + ACTIONS(3946), 1, anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + STATE(1948), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2717), 1, + sym_unquoted, + STATE(2845), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3463), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [94995] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2224), 1, - sym_comment, - ACTIONS(3469), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3467), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3958), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [95060] = 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [96116] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2225), 1, - sym_comment, - ACTIONS(3473), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1684), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3471), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(1686), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [95125] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, - anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4406), 1, - anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(4296), 1, + anon_sym_LBRACE, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4418), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(4312), 1, + sym_val_date, + ACTIONS(4314), 1, + anon_sym_DQUOTE, + ACTIONS(4318), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4320), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(603), 1, sym__var, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(830), 1, - sym__expr_binary_expression, - STATE(831), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(832), 1, + STATE(709), 1, sym__inter_double_quotes, - STATE(834), 1, + STATE(735), 1, + sym__expr_unary_minus, + STATE(742), 1, + sym__expr_binary_expression, + STATE(743), 1, sym_unquoted, - STATE(2226), 1, + STATE(1949), 1, sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(4316), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4308), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277582,85 +206895,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [95250] = 34, + [96241] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, - anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(1700), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4292), 1, + anon_sym_LBRACK, + ACTIONS(4294), 1, + anon_sym_LPAREN, + ACTIONS(4296), 1, + anon_sym_LBRACE, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4418), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(4312), 1, + sym_val_date, + ACTIONS(4314), 1, + anon_sym_DQUOTE, + ACTIONS(4318), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4320), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(603), 1, sym__var, - STATE(776), 1, - sym__expr_binary_expression, - STATE(792), 1, - sym__expr_unary_minus, - STATE(796), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(686), 1, sym_unquoted, - STATE(814), 1, + STATE(699), 1, sym__str_double_quotes, - STATE(831), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(832), 1, + STATE(709), 1, sym__inter_double_quotes, - STATE(2227), 1, + STATE(735), 1, + sym__expr_unary_minus, + STATE(745), 1, + sym__expr_binary_expression, + STATE(1950), 1, sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(4316), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4308), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277673,146 +206986,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [95375] = 4, + [96366] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2228), 1, - sym_comment, - ACTIONS(3477), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1684), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3475), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(1686), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [95440] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, - anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4406), 1, - anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(4296), 1, + anon_sym_LBRACE, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4418), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(4312), 1, + sym_val_date, + ACTIONS(4314), 1, + anon_sym_DQUOTE, + ACTIONS(4318), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4320), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(603), 1, sym__var, - STATE(782), 1, - sym_unquoted, - STATE(783), 1, - sym__expr_binary_expression, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(831), 1, + STATE(701), 1, + sym__expr_binary_expression, + STATE(707), 1, sym__inter_single_quotes, - STATE(832), 1, + STATE(709), 1, sym__inter_double_quotes, - STATE(2229), 1, + STATE(720), 1, + sym_unquoted, + STATE(735), 1, + sym__expr_unary_minus, + STATE(1951), 1, sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(4316), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4308), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277825,85 +207077,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [95565] = 34, + [96491] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(3556), 1, anon_sym_DASH, - ACTIONS(4408), 1, - anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - STATE(77), 1, - sym__val_number_decimal, - STATE(84), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, + anon_sym_DOT, + STATE(1952), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, sym__val_number, - STATE(85), 1, + STATE(2909), 1, sym_val_number, - STATE(741), 1, - sym__var, - STATE(785), 1, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3103), 1, sym_unquoted, - STATE(786), 1, - sym__expr_binary_expression, - STATE(792), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2230), 1, - sym_comment, - ACTIONS(4390), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3429), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4384), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -277916,85 +207168,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [95690] = 34, + [96616] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(3556), 1, anon_sym_DASH, - ACTIONS(4408), 1, - anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - STATE(77), 1, - sym__val_number_decimal, - STATE(84), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, + anon_sym_DOT, + STATE(1953), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, sym__val_number, - STATE(85), 1, + STATE(2909), 1, sym_val_number, - STATE(741), 1, - sym__var, - STATE(773), 1, - sym__expr_binary_expression, - STATE(788), 1, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3102), 1, sym_unquoted, - STATE(792), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2231), 1, - sym_comment, - ACTIONS(4390), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3427), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4384), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278007,159 +207259,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [95815] = 17, + [96741] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4428), 1, - anon_sym_in, - ACTIONS(4444), 1, - anon_sym_bit_DASHand, - ACTIONS(4446), 1, - anon_sym_bit_DASHxor, - ACTIONS(4712), 1, - anon_sym_bit_DASHor, - STATE(2232), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4440), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 6, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1553), 23, + ACTIONS(3934), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, + ACTIONS(3942), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, + ACTIONS(3962), 1, sym_val_date, + ACTIONS(3964), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [95906] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4358), 1, - anon_sym_LBRACK, - ACTIONS(4362), 1, - anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4412), 1, - anon_sym_not, - ACTIONS(4414), 1, - anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, - aux_sym_unquoted_token1, - STATE(77), 1, + STATE(1954), 1, + sym_comment, + STATE(2322), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(2334), 1, sym__var, - STATE(792), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, sym__expr_unary_minus, - STATE(793), 1, + STATE(2663), 1, sym_unquoted, - STATE(794), 1, - sym__expr_binary_expression, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2233), 1, - sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2783), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278172,88 +207350,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96031] = 34, + [96866] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4386), 1, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, - anon_sym_DASH, - ACTIONS(4408), 1, - anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(3693), 1, anon_sym_PLUS, - ACTIONS(4412), 1, - anon_sym_not, - ACTIONS(4414), 1, - anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(3695), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, - aux_sym_unquoted_token1, - STATE(77), 1, - sym__val_number_decimal, - STATE(84), 1, + ACTIONS(3804), 1, + anon_sym_DASH, + ACTIONS(4338), 1, + anon_sym_DOT, + STATE(1955), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(2870), 1, sym__val_number, - STATE(85), 1, + STATE(2909), 1, sym_val_number, - STATE(741), 1, - sym__var, - STATE(772), 1, - sym_unquoted, - STATE(792), 1, + STATE(3157), 1, + sym__val_number_decimal, + STATE(3159), 1, sym__expr_unary_minus, - STATE(811), 1, - sym__expr_binary_expression, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, + STATE(3200), 1, sym__inter_double_quotes, - STATE(2234), 1, - sym_comment, - ACTIONS(4390), 2, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3274), 1, + sym_expr_parenthesized, + STATE(3290), 1, + sym_val_variable, + STATE(3514), 1, + sym__expr_binary_expression, + STATE(4513), 1, + sym_val_range, + STATE(6021), 1, + sym__expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(791), 4, + STATE(3161), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(818), 12, + ACTIONS(2281), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3209), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -278263,85 +207442,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96156] = 34, + [96993] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, - anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(1700), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4292), 1, + anon_sym_LBRACK, + ACTIONS(4294), 1, + anon_sym_LPAREN, + ACTIONS(4296), 1, + anon_sym_LBRACE, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4418), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(4312), 1, + sym_val_date, + ACTIONS(4314), 1, + anon_sym_DQUOTE, + ACTIONS(4318), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4320), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(603), 1, sym__var, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(828), 1, - sym_unquoted, - STATE(829), 1, - sym__expr_binary_expression, - STATE(831), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(832), 1, + STATE(709), 1, sym__inter_double_quotes, - STATE(2235), 1, + STATE(725), 1, + sym__expr_binary_expression, + STATE(735), 1, + sym__expr_unary_minus, + STATE(746), 1, + sym_unquoted, + STATE(1956), 1, sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(4316), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4308), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278354,85 +207533,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96281] = 34, + [97118] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, - anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, - anon_sym_LBRACE, - ACTIONS(4386), 1, - sym_val_date, - ACTIONS(4388), 1, - anon_sym_DQUOTE, - ACTIONS(4392), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(1700), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4292), 1, + anon_sym_LBRACK, + ACTIONS(4294), 1, + anon_sym_LPAREN, + ACTIONS(4296), 1, + anon_sym_LBRACE, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4418), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(4312), 1, + sym_val_date, + ACTIONS(4314), 1, + anon_sym_DQUOTE, + ACTIONS(4318), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4320), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(603), 1, sym__var, - STATE(792), 1, - sym__expr_unary_minus, - STATE(814), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(821), 1, - sym__expr_binary_expression, - STATE(826), 1, - sym_unquoted, - STATE(831), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(832), 1, + STATE(709), 1, sym__inter_double_quotes, - STATE(2236), 1, + STATE(735), 1, + sym__expr_unary_minus, + STATE(755), 1, + sym__expr_binary_expression, + STATE(759), 1, + sym_unquoted, + STATE(1957), 1, sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(4316), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4308), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278445,85 +207624,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96406] = 34, + [97243] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4386), 1, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4388), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, - anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4000), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(4002), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(4004), 1, anon_sym_PLUS, - ACTIONS(4412), 1, - anon_sym_not, - ACTIONS(4414), 1, - anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(4006), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, - aux_sym_unquoted_token1, - STATE(77), 1, + STATE(1958), 1, + sym_comment, + STATE(2322), 1, sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(741), 1, + STATE(2334), 1, sym__var, - STATE(792), 1, - sym__expr_unary_minus, - STATE(803), 1, - sym__expr_binary_expression, - STATE(812), 1, - sym_unquoted, - STATE(814), 1, - sym__str_double_quotes, - STATE(831), 1, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, sym__inter_single_quotes, - STATE(832), 1, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, sym__inter_double_quotes, - STATE(2237), 1, - sym_comment, - ACTIONS(4390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4416), 2, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2716), 1, + sym_unquoted, + STATE(2770), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(4008), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278536,146 +207715,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96531] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2238), 1, - sym_comment, - ACTIONS(3481), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3479), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [96596] = 34, + [97368] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4358), 1, + ACTIONS(3844), 1, anon_sym_LBRACK, - ACTIONS(4362), 1, + ACTIONS(3848), 1, anon_sym_DOLLAR, - ACTIONS(4366), 1, + ACTIONS(3852), 1, anon_sym_LBRACE, - ACTIONS(4386), 1, + ACTIONS(3872), 1, sym_val_date, - ACTIONS(4388), 1, + ACTIONS(3874), 1, anon_sym_DQUOTE, - ACTIONS(4392), 1, + ACTIONS(3878), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4394), 1, + ACTIONS(3880), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4404), 1, + ACTIONS(3980), 1, anon_sym_LPAREN, - ACTIONS(4406), 1, + ACTIONS(3982), 1, anon_sym_DASH, - ACTIONS(4408), 1, + ACTIONS(3984), 1, anon_sym_DOT, - ACTIONS(4410), 1, + ACTIONS(3986), 1, anon_sym_PLUS, - ACTIONS(4412), 1, + ACTIONS(3988), 1, anon_sym_not, - ACTIONS(4414), 1, + ACTIONS(3990), 1, anon_sym_null, - ACTIONS(4418), 1, + ACTIONS(3994), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4422), 1, + ACTIONS(3998), 1, aux_sym_unquoted_token1, - STATE(77), 1, + STATE(383), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(409), 1, + sym__var, + STATE(415), 1, sym__val_number, - STATE(85), 1, + STATE(416), 1, sym_val_number, - STATE(741), 1, - sym__var, - STATE(792), 1, + STATE(439), 1, + sym__str_double_quotes, + STATE(440), 1, sym__expr_unary_minus, - STATE(800), 1, + STATE(441), 1, + sym__inter_double_quotes, + STATE(442), 1, + sym__inter_single_quotes, + STATE(454), 1, sym__expr_binary_expression, - STATE(814), 1, - sym__str_double_quotes, - STATE(815), 1, + STATE(461), 1, sym_unquoted, - STATE(831), 1, - sym__inter_single_quotes, - STATE(832), 1, - sym__inter_double_quotes, - STATE(2239), 1, + STATE(1959), 1, sym_comment, - ACTIONS(4390), 2, + ACTIONS(3876), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4416), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - ACTIONS(4380), 3, + ACTIONS(3866), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4384), 3, + ACTIONS(3870), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4420), 3, + ACTIONS(3996), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(791), 4, + STATE(469), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(818), 12, + STATE(457), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278688,85 +207806,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96721] = 34, + [97493] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(696), 1, + sym_unquoted, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1037), 1, - sym__expr_unary_minus, - STATE(1049), 1, - sym_unquoted, - STATE(1050), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(710), 1, sym__expr_binary_expression, - STATE(2240), 1, + STATE(735), 1, + sym__expr_unary_minus, + STATE(1960), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278779,85 +207897,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96846] = 34, + [97618] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(694), 1, + sym_unquoted, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1037), 1, - sym__expr_unary_minus, - STATE(1045), 1, - sym_unquoted, - STATE(1048), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(726), 1, sym__expr_binary_expression, - STATE(2241), 1, + STATE(735), 1, + sym__expr_unary_minus, + STATE(1961), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -278870,329 +207988,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [96971] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2242), 1, - sym_comment, - ACTIONS(3503), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3501), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [97036] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2243), 1, - sym_comment, - ACTIONS(3507), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3505), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [97101] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2244), 1, - sym_comment, - ACTIONS(3511), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3509), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [97166] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2245), 1, - sym_comment, - ACTIONS(3515), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3513), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [97231] = 34, + [97743] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(735), 1, sym__expr_unary_minus, - STATE(1043), 1, + STATE(753), 1, sym_unquoted, - STATE(1044), 1, + STATE(758), 1, sym__expr_binary_expression, - STATE(2246), 1, + STATE(1962), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279205,85 +208079,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [97356] = 34, + [97868] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1037), 1, - sym__expr_unary_minus, - STATE(1041), 1, + STATE(708), 1, sym_unquoted, - STATE(1042), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(732), 1, sym__expr_binary_expression, - STATE(2247), 1, + STATE(735), 1, + sym__expr_unary_minus, + STATE(1963), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279296,146 +208170,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [97481] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2248), 1, - sym_comment, - ACTIONS(1647), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1649), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [97546] = 34, + [97993] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1019), 1, - sym_unquoted, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1032), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(715), 1, sym__expr_binary_expression, - STATE(1037), 1, + STATE(722), 1, + sym_unquoted, + STATE(735), 1, sym__expr_unary_minus, - STATE(2249), 1, + STATE(1964), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279448,85 +208261,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [97671] = 34, + [98118] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(1016), 1, - sym_unquoted, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1018), 1, - sym__expr_binary_expression, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(723), 1, + sym__expr_binary_expression, + STATE(724), 1, + sym_unquoted, + STATE(735), 1, sym__expr_unary_minus, - STATE(2250), 1, + STATE(1965), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279539,85 +208352,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [97796] = 34, + [98243] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(1684), 1, anon_sym_DOLLAR, - ACTIONS(2268), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(2282), 1, + ACTIONS(1700), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4592), 1, + ACTIONS(4292), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, + ACTIONS(4294), 1, anon_sym_LPAREN, - ACTIONS(4596), 1, + ACTIONS(4296), 1, anon_sym_LBRACE, - ACTIONS(4598), 1, + ACTIONS(4298), 1, anon_sym_DOT, - ACTIONS(4600), 1, + ACTIONS(4300), 1, anon_sym_PLUS, - ACTIONS(4602), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(4604), 1, + ACTIONS(4304), 1, anon_sym_null, - ACTIONS(4612), 1, + ACTIONS(4312), 1, sym_val_date, - ACTIONS(4614), 1, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(4618), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4620), 1, + ACTIONS(4320), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4622), 1, + ACTIONS(4322), 1, aux_sym_unquoted_token1, - STATE(114), 1, + STATE(566), 1, sym__val_number_decimal, - STATE(132), 1, - sym__val_number, - STATE(134), 1, - sym_val_number, - STATE(923), 1, + STATE(603), 1, sym__var, - STATE(987), 1, - sym__expr_binary_expression, - STATE(1009), 1, - sym_unquoted, - STATE(1017), 1, - sym__inter_double_quotes, - STATE(1021), 1, + STATE(640), 1, + sym_val_number, + STATE(641), 1, + sym__val_number, + STATE(699), 1, sym__str_double_quotes, - STATE(1025), 1, + STATE(707), 1, sym__inter_single_quotes, - STATE(1037), 1, + STATE(709), 1, + sym__inter_double_quotes, + STATE(735), 1, sym__expr_unary_minus, - STATE(2251), 1, + STATE(737), 1, + sym_unquoted, + STATE(760), 1, + sym__expr_binary_expression, + STATE(1966), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - ACTIONS(4616), 2, + ACTIONS(4316), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2288), 3, + ACTIONS(1706), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4608), 3, + ACTIONS(4308), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4610), 3, + ACTIONS(4310), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1035), 4, + STATE(741), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(1029), 12, + STATE(682), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279630,268 +208443,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [97921] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2252), 1, - sym_comment, - ACTIONS(3579), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3577), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [97986] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2253), 1, - sym_comment, - ACTIONS(3598), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3596), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [98051] = 4, + [98368] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2254), 1, - sym_comment, - ACTIONS(1691), 13, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1693), 41, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [98116] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4524), 1, - anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, - aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(533), 1, + STATE(1967), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(597), 1, - sym__expr_binary_expression, - STATE(598), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3082), 1, sym_unquoted, - STATE(603), 1, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(607), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, - sym__expr_unary_minus, - STATE(2255), 1, - sym_comment, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, + STATE(3338), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279904,85 +208534,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98241] = 34, + [98493] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(3934), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(3944), 1, + anon_sym_DOT, + ACTIONS(3946), 1, + anon_sym_PLUS, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, - anon_sym_LPAREN, - ACTIONS(4820), 1, - anon_sym_DASH, - ACTIONS(4822), 1, - anon_sym_DOT, - ACTIONS(4824), 1, - anon_sym_PLUS, - ACTIONS(4826), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(3972), 1, aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, + STATE(1968), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, sym_val_number, - STATE(49), 1, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(578), 1, - sym__expr_binary_expression, - STATE(595), 1, - sym_unquoted, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, + STATE(2636), 1, sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(2256), 1, - sym_comment, - ACTIONS(4514), 2, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2716), 1, + sym_unquoted, + STATE(2828), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(3956), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(3958), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(2690), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -279995,85 +208625,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98366] = 34, + [98618] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, - anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, - anon_sym_not, - ACTIONS(4512), 1, - anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(93), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(4204), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4206), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4208), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4210), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4212), 1, + anon_sym_not, + ACTIONS(4214), 1, + anon_sym_null, + ACTIONS(4218), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(4222), 1, aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, + STATE(1969), 1, + sym_comment, + STATE(2776), 1, sym__val_number, - STATE(533), 1, + STATE(2786), 1, + sym__val_number_decimal, + STATE(2840), 1, sym__var, - STATE(589), 1, - sym__expr_binary_expression, - STATE(592), 1, + STATE(2955), 1, + sym_val_number, + STATE(3185), 1, sym_unquoted, - STATE(603), 1, + STATE(3187), 1, sym__inter_double_quotes, - STATE(607), 1, + STATE(3194), 1, + sym__expr_binary_expression, + STATE(3197), 1, sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(2257), 1, - sym_comment, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, + STATE(3219), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(4216), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4220), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(3206), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(3217), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -280086,85 +208716,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98491] = 34, + [98743] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(4150), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(4188), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4190), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4192), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4194), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4196), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(4200), 1, aux_sym_unquoted_token1, - STATE(27), 1, + STATE(138), 1, sym__val_number_decimal, - STATE(47), 1, + STATE(172), 1, + sym__var, + STATE(202), 1, sym_val_number, - STATE(49), 1, + STATE(206), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(582), 1, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(262), 1, sym_unquoted, - STATE(587), 1, + STATE(263), 1, sym__expr_binary_expression, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, + STATE(294), 1, sym__expr_unary_minus, - STATE(2258), 1, + STATE(305), 1, + sym__str_double_quotes, + STATE(1970), 1, sym_comment, - ACTIONS(4514), 2, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(4152), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(4146), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4198), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(264), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(249), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -280177,85 +208807,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98616] = 34, + [98868] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(4150), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(4188), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4190), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4192), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4194), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4196), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(4200), 1, aux_sym_unquoted_token1, - STATE(27), 1, + STATE(138), 1, sym__val_number_decimal, - STATE(47), 1, + STATE(172), 1, + sym__var, + STATE(202), 1, sym_val_number, - STATE(49), 1, + STATE(206), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(580), 1, - sym__expr_binary_expression, - STATE(581), 1, + STATE(254), 1, sym_unquoted, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, + STATE(255), 1, sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, + STATE(256), 1, + sym__inter_double_quotes, + STATE(258), 1, + sym__expr_binary_expression, + STATE(294), 1, sym__expr_unary_minus, - STATE(2259), 1, + STATE(305), 1, + sym__str_double_quotes, + STATE(1971), 1, sym_comment, - ACTIONS(4514), 2, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(4152), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(4146), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4198), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(264), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(249), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -280268,85 +208898,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98741] = 34, + [98993] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(4150), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(4188), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4190), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4192), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4194), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4196), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(4200), 1, aux_sym_unquoted_token1, - STATE(27), 1, + STATE(138), 1, sym__val_number_decimal, - STATE(47), 1, + STATE(172), 1, + sym__var, + STATE(202), 1, sym_val_number, - STATE(49), 1, + STATE(206), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(602), 1, + STATE(244), 1, sym_unquoted, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(616), 1, + STATE(251), 1, sym__expr_binary_expression, - STATE(628), 1, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(294), 1, sym__expr_unary_minus, - STATE(2260), 1, + STATE(305), 1, + sym__str_double_quotes, + STATE(1972), 1, sym_comment, - ACTIONS(4514), 2, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(4152), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(4146), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4198), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(264), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(249), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -280359,85 +208989,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98866] = 34, + [99118] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(4150), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(4188), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4190), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4192), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4194), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4196), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(4200), 1, aux_sym_unquoted_token1, - STATE(27), 1, + STATE(138), 1, sym__val_number_decimal, - STATE(47), 1, + STATE(172), 1, + sym__var, + STATE(202), 1, sym_val_number, - STATE(49), 1, + STATE(206), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(618), 1, + STATE(241), 1, + sym_unquoted, + STATE(243), 1, sym__expr_binary_expression, - STATE(628), 1, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(294), 1, sym__expr_unary_minus, - STATE(639), 1, - sym_unquoted, - STATE(2261), 1, + STATE(305), 1, + sym__str_double_quotes, + STATE(1973), 1, sym_comment, - ACTIONS(4514), 2, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(4152), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(4146), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4198), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(264), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(249), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -280450,85 +209080,85 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [98991] = 34, + [99243] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(4122), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(4126), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(4130), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(4136), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(4138), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(4148), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(4150), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(4154), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(4156), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(4188), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4190), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4192), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4194), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4196), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(4200), 1, aux_sym_unquoted_token1, - STATE(27), 1, + STATE(138), 1, sym__val_number_decimal, - STATE(47), 1, + STATE(172), 1, + sym__var, + STATE(202), 1, sym_val_number, - STATE(49), 1, + STATE(206), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(601), 1, - sym__expr_binary_expression, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, + STATE(255), 1, sym__inter_single_quotes, - STATE(608), 1, + STATE(256), 1, + sym__inter_double_quotes, + STATE(270), 1, sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, + STATE(294), 1, sym__expr_unary_minus, - STATE(2262), 1, + STATE(301), 1, + sym__expr_binary_expression, + STATE(305), 1, + sym__str_double_quotes, + STATE(1974), 1, sym_comment, - ACTIONS(4514), 2, + ACTIONS(4140), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(4152), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(4146), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4198), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(264), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(249), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -280541,1183 +209171,1269 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [99116] = 4, + [99368] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2263), 1, - sym_comment, - ACTIONS(3781), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, anon_sym_DOT, + ACTIONS(4194), 1, anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(267), 1, + sym__expr_binary_expression, + STATE(268), 1, + sym_unquoted, + STATE(294), 1, + sym__expr_unary_minus, + STATE(305), 1, + sym__str_double_quotes, + STATE(1975), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3779), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99181] = 4, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [99493] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2264), 1, - sym_comment, - ACTIONS(3777), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, anon_sym_DOT, + ACTIONS(4194), 1, anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(269), 1, + sym__expr_binary_expression, + STATE(271), 1, + sym_unquoted, + STATE(294), 1, + sym__expr_unary_minus, + STATE(305), 1, + sym__str_double_quotes, + STATE(1976), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3775), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99246] = 4, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [99618] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2265), 1, - sym_comment, - ACTIONS(3773), 13, - anon_sym_COMMA, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3936), 1, anon_sym_LPAREN, + ACTIONS(3938), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3940), 1, + anon_sym_DASH, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3944), 1, anon_sym_DOT, + ACTIONS(3946), 1, anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3954), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + STATE(1977), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2530), 1, + sym__val_number_decimal, + STATE(2546), 1, + sym__val_number, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2715), 1, + sym_unquoted, + STATE(2819), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3771), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3956), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3958), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99311] = 4, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [99743] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2266), 1, + STATE(1978), 1, sym_comment, - ACTIONS(3769), 13, + ACTIONS(1077), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1079), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3767), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99376] = 4, + [99808] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2267), 1, - sym_comment, - ACTIONS(3761), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, + anon_sym_DASH, + ACTIONS(4228), 1, anon_sym_DOT, + ACTIONS(4230), 1, anon_sym_PLUS, + ACTIONS(4232), 1, + aux_sym__val_number_decimal_token1, + STATE(1979), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3083), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3344), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3759), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4234), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99441] = 4, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [99933] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2268), 1, - sym_comment, - ACTIONS(3757), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, anon_sym_DOT, + ACTIONS(4194), 1, anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(277), 1, + sym__expr_binary_expression, + STATE(278), 1, + sym_unquoted, + STATE(294), 1, + sym__expr_unary_minus, + STATE(305), 1, + sym__str_double_quotes, + STATE(1980), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3755), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99506] = 4, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100058] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2269), 1, - sym_comment, - ACTIONS(3751), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, anon_sym_DOT, + ACTIONS(4194), 1, anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(279), 1, + sym__expr_binary_expression, + STATE(281), 1, + sym_unquoted, + STATE(294), 1, + sym__expr_unary_minus, + STATE(305), 1, + sym__str_double_quotes, + STATE(1981), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3749), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99571] = 4, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100183] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2270), 1, - sym_comment, - ACTIONS(3747), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, anon_sym_DOT, + ACTIONS(4194), 1, anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(283), 1, + sym__expr_binary_expression, + STATE(284), 1, + sym_unquoted, + STATE(294), 1, + sym__expr_unary_minus, + STATE(305), 1, + sym__str_double_quotes, + STATE(1982), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3745), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99636] = 4, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100308] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2271), 1, - sym_comment, - ACTIONS(3733), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, anon_sym_DOT, + ACTIONS(4194), 1, anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(289), 1, + sym__expr_binary_expression, + STATE(290), 1, + sym_unquoted, + STATE(294), 1, + sym__expr_unary_minus, + STATE(305), 1, + sym__str_double_quotes, + STATE(1983), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100433] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3731), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99701] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2272), 1, - sym_comment, - ACTIONS(3729), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, + anon_sym_DASH, + ACTIONS(4228), 1, anon_sym_DOT, + ACTIONS(4230), 1, anon_sym_PLUS, + ACTIONS(4232), 1, + aux_sym__val_number_decimal_token1, + STATE(1984), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3084), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3364), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3727), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4234), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99766] = 4, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100558] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2273), 1, + STATE(1985), 1, sym_comment, - ACTIONS(3725), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3723), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(1081), 13, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99831] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2274), 1, - sym_comment, - ACTIONS(3721), 13, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1083), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3719), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99896] = 4, + [100623] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2275), 1, - sym_comment, - ACTIONS(3717), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3715), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [99961] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2276), 1, - sym_comment, - ACTIONS(3713), 13, - anon_sym_COMMA, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4290), 1, anon_sym_DOT, - anon_sym_PLUS, + STATE(1986), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3088), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3409), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3711), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3572), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [100026] = 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100748] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2277), 1, - sym_comment, - ACTIONS(3709), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3707), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [100091] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2278), 1, - sym_comment, - ACTIONS(3705), 13, - anon_sym_COMMA, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4290), 1, anon_sym_DOT, - anon_sym_PLUS, + STATE(1987), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3087), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3389), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3703), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3572), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [100156] = 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [100873] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2279), 1, + STATE(1988), 1, sym_comment, - ACTIONS(3682), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3680), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(999), 13, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [100221] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2280), 1, - sym_comment, - ACTIONS(3678), 13, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1001), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3676), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [100286] = 34, + [100938] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4524), 1, - anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, - aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(533), 1, + STATE(1989), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(600), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3085), 1, sym_unquoted, - STATE(603), 1, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(607), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, - sym__expr_unary_minus, - STATE(644), 1, + STATE(3373), 1, sym__expr_binary_expression, - STATE(2281), 1, - sym_comment, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -281730,88 +210446,150 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [100411] = 34, + [101063] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + STATE(1990), 1, + sym_comment, + ACTIONS(1015), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1017), 41, anon_sym_LBRACK, - ACTIONS(4500), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4504), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101128] = 35, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(3950), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(3962), 1, sym_val_date, - ACTIONS(4524), 1, + ACTIONS(3964), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(3968), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(3970), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(4036), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, + ACTIONS(4038), 1, anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4040), 1, anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(4042), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(4044), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, - aux_sym_unquoted_token1, - STATE(27), 1, + STATE(1991), 1, + sym_comment, + STATE(2379), 1, sym__val_number_decimal, - STATE(47), 1, + STATE(2398), 1, + sym__var, + STATE(2436), 1, sym_val_number, - STATE(49), 1, + STATE(2546), 1, sym__val_number, - STATE(533), 1, - sym__var, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, + STATE(2622), 1, + sym_expr_parenthesized, + STATE(2625), 1, + sym_val_variable, + STATE(2636), 1, sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(640), 1, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(3550), 1, sym__expr_binary_expression, - STATE(642), 1, - sym_unquoted, - STATE(2282), 1, - sym_comment, - ACTIONS(4514), 2, + STATE(3962), 1, + sym__expression, + STATE(3973), 1, + sym_val_range, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(3966), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4520), 3, + ACTIONS(3960), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4828), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(605), 4, + STATE(2688), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(631), 12, + ACTIONS(3956), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2690), 11, sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -281821,12 +210599,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [100536] = 4, + [101255] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2283), 1, + STATE(1992), 1, sym_comment, - ACTIONS(3674), 13, + ACTIONS(3135), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -281840,7 +210618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3672), 41, + ACTIONS(3133), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -281882,12 +210660,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [100601] = 4, + [101320] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2284), 1, + STATE(1993), 1, sym_comment, - ACTIONS(3666), 13, + ACTIONS(3139), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -281901,7 +210679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3664), 41, + ACTIONS(3137), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -281943,12 +210721,103 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [100666] = 4, + [101385] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2285), 1, + ACTIONS(3934), 1, + anon_sym_LBRACK, + ACTIONS(3936), 1, + anon_sym_LPAREN, + ACTIONS(3938), 1, + anon_sym_DOLLAR, + ACTIONS(3942), 1, + anon_sym_LBRACE, + ACTIONS(3948), 1, + anon_sym_not, + ACTIONS(3950), 1, + anon_sym_null, + ACTIONS(3962), 1, + sym_val_date, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(3968), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3970), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3972), 1, + aux_sym_unquoted_token1, + ACTIONS(4158), 1, + anon_sym_DASH, + ACTIONS(4160), 1, + anon_sym_DOT, + ACTIONS(4162), 1, + anon_sym_PLUS, + ACTIONS(4164), 1, + aux_sym__val_number_decimal_token1, + STATE(1994), 1, + sym_comment, + STATE(2334), 1, + sym__var, + STATE(2436), 1, + sym_val_number, + STATE(2546), 1, + sym__val_number, + STATE(2632), 1, + sym__val_number_decimal, + STATE(2636), 1, + sym__inter_single_quotes, + STATE(2640), 1, + sym__expr_unary_minus, + STATE(2681), 1, + sym_unquoted, + STATE(2683), 1, + sym__inter_double_quotes, + STATE(2711), 1, + sym__str_double_quotes, + STATE(2892), 1, + sym__expr_binary_expression, + ACTIONS(3952), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3966), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3956), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3960), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4166), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2661), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2690), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [101510] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1995), 1, sym_comment, - ACTIONS(1659), 13, + ACTIONS(926), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -281962,7 +210831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1661), 41, + ACTIONS(1007), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -282004,12 +210873,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [100731] = 4, + [101575] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2286), 1, + STATE(1996), 1, sym_comment, - ACTIONS(3656), 13, + ACTIONS(3143), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -282023,7 +210892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3654), 41, + ACTIONS(3141), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -282065,12 +210934,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [100796] = 4, + [101640] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2287), 1, + STATE(1997), 1, sym_comment, - ACTIONS(3652), 13, + ACTIONS(3147), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -282084,7 +210953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3650), 41, + ACTIONS(3145), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -282126,85 +210995,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [100861] = 34, + [101705] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4524), 1, - anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, - anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4290), 1, anon_sym_DOT, - ACTIONS(4824), 1, - anon_sym_PLUS, - ACTIONS(4826), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, - aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(533), 1, + STATE(1998), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, - sym__inter_single_quotes, - STATE(612), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(628), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3082), 1, + sym_unquoted, + STATE(3159), 1, sym__expr_unary_minus, - STATE(632), 1, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3425), 1, sym__expr_binary_expression, - STATE(633), 1, - sym_unquoted, - STATE(2288), 1, - sym_comment, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -282217,85 +211086,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [100986] = 34, + [101830] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, - anon_sym_LBRACK, - ACTIONS(4500), 1, - anon_sym_DOLLAR, - ACTIONS(4504), 1, + STATE(1999), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4510), 1, - anon_sym_not, - ACTIONS(4512), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_null, - ACTIONS(4522), 1, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, - ACTIONS(4524), 1, anon_sym_DQUOTE, - ACTIONS(4528), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, - anon_sym_LPAREN, - ACTIONS(4820), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [101895] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, anon_sym_DASH, - ACTIONS(4822), 1, - anon_sym_DOT, - ACTIONS(4824), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, anon_sym_PLUS, - ACTIONS(4826), 1, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(533), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, + anon_sym_DOT, + STATE(2000), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(603), 1, - sym__inter_double_quotes, - STATE(607), 1, - sym__inter_single_quotes, - STATE(612), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(614), 1, - sym__expr_binary_expression, - STATE(619), 1, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3086), 1, sym_unquoted, - STATE(628), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(2289), 1, - sym_comment, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3413), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -282308,12 +211238,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [101111] = 4, + [102020] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2290), 1, + STATE(2001), 1, sym_comment, - ACTIONS(3644), 13, + ACTIONS(3151), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -282327,7 +211257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3642), 41, + ACTIONS(3149), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -282369,146 +211299,207 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [101176] = 4, + [102085] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2291), 1, + STATE(2002), 1, sym_comment, - ACTIONS(3640), 13, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3638), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + [102150] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2003), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101241] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [102215] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4496), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4504), 1, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4510), 1, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4512), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4522), 1, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4524), 1, - anon_sym_DQUOTE, - ACTIONS(4528), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4530), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4818), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - ACTIONS(4820), 1, - anon_sym_DASH, - ACTIONS(4822), 1, + ACTIONS(4290), 1, anon_sym_DOT, - ACTIONS(4824), 1, - anon_sym_PLUS, - ACTIONS(4826), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4830), 1, - aux_sym_unquoted_token1, - STATE(27), 1, - sym__val_number_decimal, - STATE(47), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(533), 1, + STATE(2004), 1, + sym_comment, + STATE(2440), 1, sym__var, - STATE(603), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3085), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, sym__inter_double_quotes, - STATE(607), 1, + STATE(3203), 1, sym__inter_single_quotes, - STATE(609), 1, + STATE(3415), 1, sym__expr_binary_expression, - STATE(611), 1, - sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(628), 1, - sym__expr_unary_minus, - STATE(2292), 1, - sym_comment, - ACTIONS(4514), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4526), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4518), 3, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4520), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4828), 3, + ACTIONS(3572), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(605), 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(631), 12, + STATE(3209), 12, sym_val_nothing, sym_val_bool, sym_val_variable, @@ -282521,333 +211512,362 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [101366] = 4, + [102340] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2293), 1, - sym_comment, - ACTIONS(3634), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3556), 1, + anon_sym_DASH, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, anon_sym_PLUS, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3570), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4290), 1, + anon_sym_DOT, + STATE(2005), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3084), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3417), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3632), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3572), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101431] = 4, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [102465] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2294), 1, + STATE(2006), 1, sym_comment, - ACTIONS(3606), 13, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3604), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101496] = 4, + [102530] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2295), 1, + STATE(2007), 1, sym_comment, - ACTIONS(3622), 13, + ACTIONS(1003), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1005), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3620), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101561] = 4, + [102595] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2296), 1, + STATE(2008), 1, sym_comment, - ACTIONS(3618), 13, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3616), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101626] = 35, + [102660] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(4076), 1, + ACTIONS(3550), 1, anon_sym_LBRACK, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4084), 1, + ACTIONS(3558), 1, anon_sym_LBRACE, - ACTIONS(4086), 1, - anon_sym_DOT, - ACTIONS(4088), 1, - anon_sym_PLUS, - ACTIONS(4090), 1, + ACTIONS(3564), 1, anon_sym_not, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4096), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4100), 1, + ACTIONS(3576), 1, sym_val_date, - ACTIONS(4102), 1, + ACTIONS(3578), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4104), 1, + ACTIONS(3580), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4146), 1, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, anon_sym_DASH, - STATE(436), 1, + ACTIONS(4228), 1, + anon_sym_DOT, + ACTIONS(4230), 1, + anon_sym_PLUS, + ACTIONS(4232), 1, + aux_sym__val_number_decimal_token1, + STATE(2009), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, sym__val_number, - STATE(471), 1, + STATE(2909), 1, sym_val_number, - STATE(502), 1, + STATE(2923), 1, sym__val_number_decimal, - STATE(2297), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(3195), 1, - sym__inter_double_quotes, + STATE(3086), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, sym__inter_single_quotes, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3333), 1, - sym_val_variable, - STATE(3381), 1, - sym_expr_parenthesized, - STATE(3556), 1, + STATE(3379), 1, sym__expr_binary_expression, - STATE(4415), 1, - sym__expression, - STATE(4782), 1, - sym_val_range, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3473), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2896), 6, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3129), 11, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -282857,290 +211877,925 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [101753] = 4, + [102785] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2298), 1, - sym_comment, - ACTIONS(3331), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, + ACTIONS(2285), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3329), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3556), 1, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3562), 1, + anon_sym_PLUS, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3570), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101818] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2299), 1, - sym_comment, - ACTIONS(3614), 13, - anon_sym_COMMA, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4290), 1, anon_sym_DOT, - anon_sym_PLUS, + STATE(2010), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(3069), 1, + sym__val_number_decimal, + STATE(3083), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3419), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3612), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(3572), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [101883] = 40, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [102910] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, - anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, - anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, anon_sym_DASH, - ACTIONS(4836), 1, - anon_sym_LBRACE, - ACTIONS(4838), 1, - anon_sym_RBRACE, - ACTIONS(4840), 1, - anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4228), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4230), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4232), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, - sym_val_date, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2300), 1, + STATE(2011), 1, sym_comment, - STATE(2305), 1, - aux_sym_ctrl_match_repeat1, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, + STATE(2440), 1, sym__var, - STATE(3598), 1, - sym_match_arm, - STATE(4743), 1, - sym__match_pattern, - STATE(5116), 1, - sym_expr_parenthesized, - STATE(5118), 1, - sym_val_variable, - STATE(5488), 1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3087), 1, sym_unquoted, - STATE(5489), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(5500), 1, - sym__match_pattern_record, - STATE(5507), 1, - sym__match_pattern_list, - STATE(5513), 1, - sym__match_pattern_expression, - STATE(6140), 1, - sym_default_arm, - STATE(6160), 1, - sym_match_pattern, - ACTIONS(2902), 2, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3387), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(2281), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4234), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, sym_val_table, - [102019] = 4, + sym_val_closure, + [103035] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2301), 1, + STATE(2012), 1, sym_comment, - ACTIONS(4856), 12, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4854), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, + [103100] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2013), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [102083] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103165] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2302), 1, + STATE(2014), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103230] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4126), 1, + anon_sym_DOLLAR, + ACTIONS(4130), 1, + anon_sym_LBRACE, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(4138), 1, + anon_sym_null, + ACTIONS(4148), 1, + sym_val_date, + ACTIONS(4150), 1, + anon_sym_DQUOTE, + ACTIONS(4154), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4156), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4188), 1, + anon_sym_LPAREN, + ACTIONS(4190), 1, + anon_sym_DASH, + ACTIONS(4192), 1, + anon_sym_DOT, + ACTIONS(4194), 1, + anon_sym_PLUS, + ACTIONS(4196), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4200), 1, + aux_sym_unquoted_token1, + STATE(138), 1, + sym__val_number_decimal, + STATE(172), 1, + sym__var, + STATE(202), 1, + sym_val_number, + STATE(206), 1, + sym__val_number, + STATE(255), 1, + sym__inter_single_quotes, + STATE(256), 1, + sym__inter_double_quotes, + STATE(292), 1, + sym__expr_binary_expression, + STATE(294), 1, + sym__expr_unary_minus, + STATE(296), 1, + sym_unquoted, + STATE(305), 1, + sym__str_double_quotes, + STATE(2015), 1, + sym_comment, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4152), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4144), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4146), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4198), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(264), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(249), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [103355] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3550), 1, + anon_sym_LBRACK, + ACTIONS(3554), 1, + anon_sym_DOLLAR, + ACTIONS(3558), 1, + anon_sym_LBRACE, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3576), 1, + sym_val_date, + ACTIONS(3578), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3580), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, + anon_sym_DASH, + ACTIONS(4228), 1, + anon_sym_DOT, + ACTIONS(4230), 1, + anon_sym_PLUS, + ACTIONS(4232), 1, + aux_sym__val_number_decimal_token1, + STATE(2016), 1, + sym_comment, + STATE(2440), 1, + sym__var, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2870), 1, + sym__val_number, + STATE(2909), 1, + sym_val_number, + STATE(2923), 1, + sym__val_number_decimal, + STATE(3088), 1, + sym_unquoted, + STATE(3159), 1, + sym__expr_unary_minus, + STATE(3200), 1, + sym__inter_double_quotes, + STATE(3203), 1, + sym__inter_single_quotes, + STATE(3386), 1, + sym__expr_binary_expression, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2281), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4234), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3117), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3209), 12, + sym_val_nothing, + sym_val_bool, + sym_val_variable, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [103480] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2017), 1, + sym_comment, + ACTIONS(1009), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1011), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103545] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2018), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103610] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2019), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103675] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2020), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103740] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2021), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103805] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2022), 1, + sym_comment, + ACTIONS(957), 13, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(959), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103870] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2023), 1, sym_comment, - ACTIONS(4860), 12, + ACTIONS(4342), 12, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -283153,7 +212808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4858), 41, + ACTIONS(4340), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -283195,185 +212850,92 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [102147] = 37, + [103934] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3009), 1, + ACTIONS(2438), 1, anon_sym_LPAREN, - ACTIONS(3021), 1, + ACTIONS(2450), 1, anon_sym_null, - ACTIONS(3035), 1, + ACTIONS(2464), 1, anon_sym_DQUOTE, - ACTIONS(3043), 1, + ACTIONS(2472), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4542), 1, + ACTIONS(4172), 1, anon_sym_DOLLAR, - ACTIONS(4544), 1, + ACTIONS(4174), 1, anon_sym_DASH, - ACTIONS(4546), 1, + ACTIONS(4176), 1, anon_sym_LBRACE, - ACTIONS(4548), 1, + ACTIONS(4178), 1, anon_sym_DOT, - ACTIONS(4550), 1, + ACTIONS(4180), 1, anon_sym_PLUS, - ACTIONS(4552), 1, + ACTIONS(4182), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4556), 1, + ACTIONS(4186), 1, sym_val_date, - ACTIONS(4862), 1, + ACTIONS(4344), 1, anon_sym_LBRACK, - ACTIONS(4864), 1, + ACTIONS(4346), 1, anon_sym_RBRACK, - STATE(506), 1, - sym__val_number_decimal, - STATE(511), 1, - sym__val_number, - STATE(513), 1, - sym_val_number, - STATE(2303), 1, + STATE(2024), 1, sym_comment, - STATE(2321), 1, + STATE(2044), 1, aux_sym__match_pattern_list_repeat1, - STATE(3192), 1, + STATE(3104), 1, sym__var, - STATE(3426), 1, - sym__str_double_quotes, - STATE(3574), 1, - sym_expr_parenthesized, - STATE(3586), 1, - sym_val_variable, - STATE(3594), 1, - sym__expr_unary_minus, - STATE(3595), 1, - sym__match_pattern_record, - STATE(3597), 1, - sym__match_pattern_list, - STATE(3599), 1, - sym__match_pattern_expression, - STATE(6086), 1, - sym__match_pattern_ignore_rest, - STATE(6088), 1, - sym__match_pattern_rest, - ACTIONS(3023), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3037), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3590), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(3027), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3031), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4554), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3600), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3603), 7, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_table, - [102277] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3009), 1, - anon_sym_LPAREN, - ACTIONS(3021), 1, - anon_sym_null, - ACTIONS(3035), 1, - anon_sym_DQUOTE, - ACTIONS(3043), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4542), 1, - anon_sym_DOLLAR, - ACTIONS(4544), 1, - anon_sym_DASH, - ACTIONS(4546), 1, - anon_sym_LBRACE, - ACTIONS(4548), 1, - anon_sym_DOT, - ACTIONS(4550), 1, - anon_sym_PLUS, - ACTIONS(4552), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4556), 1, - sym_val_date, - ACTIONS(4862), 1, - anon_sym_LBRACK, - ACTIONS(4866), 1, - anon_sym_RBRACK, - STATE(506), 1, + STATE(3257), 1, sym__val_number_decimal, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(513), 1, + STATE(3391), 1, sym_val_number, - STATE(2304), 1, - sym_comment, - STATE(2321), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3192), 1, - sym__var, STATE(3426), 1, sym__str_double_quotes, - STATE(3574), 1, - sym_expr_parenthesized, - STATE(3586), 1, + STATE(3546), 1, sym_val_variable, - STATE(3594), 1, - sym__expr_unary_minus, - STATE(3595), 1, - sym__match_pattern_record, - STATE(3597), 1, - sym__match_pattern_list, - STATE(3599), 1, + STATE(3547), 1, + sym_expr_parenthesized, + STATE(3565), 1, sym__match_pattern_expression, - STATE(6037), 1, + STATE(3571), 1, + sym__match_pattern_list, + STATE(3572), 1, + sym__match_pattern_record, + STATE(3573), 1, + sym__expr_unary_minus, + STATE(6022), 1, sym__match_pattern_ignore_rest, - STATE(6039), 1, + STATE(6024), 1, sym__match_pattern_rest, - ACTIONS(3023), 2, + ACTIONS(2452), 2, anon_sym_true, anon_sym_false, - ACTIONS(3037), 2, + ACTIONS(2466), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3590), 2, + STATE(3570), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(3027), 3, + ACTIONS(2456), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3031), 3, + ACTIONS(2460), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4554), 3, + ACTIONS(4184), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3600), 4, + STATE(3563), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3603), 7, + STATE(3569), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -283381,95 +212943,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [102407] = 40, + [104064] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4354), 1, + anon_sym_RBRACE, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4868), 1, - anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2305), 1, + STATE(2025), 1, sym_comment, - STATE(2319), 1, + STATE(2029), 1, aux_sym_ctrl_match_repeat1, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6160), 1, - sym_match_pattern, - STATE(6169), 1, + STATE(6090), 1, sym_default_arm, - ACTIONS(2902), 2, + STATE(6097), 1, + sym_match_pattern, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -283477,95 +213039,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [102543] = 40, + [104200] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4870), 1, + ACTIONS(4370), 1, anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2306), 1, + STATE(2026), 1, sym_comment, - STATE(2310), 1, + STATE(2027), 1, aux_sym_ctrl_match_repeat1, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6128), 1, - sym_default_arm, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - ACTIONS(2902), 2, + STATE(6141), 1, + sym_default_arm, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -283573,95 +213135,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [102679] = 40, + [104336] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4872), 1, + ACTIONS(4372), 1, anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2307), 1, + STATE(2027), 1, sym_comment, - STATE(2314), 1, + STATE(2041), 1, aux_sym_ctrl_match_repeat1, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6125), 1, - sym_default_arm, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - ACTIONS(2902), 2, + STATE(6160), 1, + sym_default_arm, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -283669,12 +213231,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [102815] = 4, + [104472] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2308), 1, + STATE(2028), 1, sym_comment, - ACTIONS(4876), 12, + ACTIONS(4376), 12, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -283687,7 +213249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4874), 41, + ACTIONS(4374), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -283729,95 +213291,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [102879] = 40, + [104536] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4878), 1, + ACTIONS(4378), 1, anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2309), 1, + STATE(2029), 1, sym_comment, - STATE(2319), 1, + STATE(2041), 1, aux_sym_ctrl_match_repeat1, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - STATE(6173), 1, + STATE(6161), 1, sym_default_arm, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -283825,95 +213387,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [103015] = 40, + [104672] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4880), 1, + ACTIONS(4380), 1, anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2310), 1, + STATE(2030), 1, sym_comment, - STATE(2319), 1, + STATE(2033), 1, aux_sym_ctrl_match_repeat1, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6110), 1, - sym_default_arm, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - ACTIONS(2902), 2, + STATE(6108), 1, + sym_default_arm, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -283921,12 +213483,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [103151] = 4, + [104808] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2311), 1, + STATE(2031), 1, sym_comment, - ACTIONS(4884), 12, + ACTIONS(4384), 12, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -283939,7 +213501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4882), 41, + ACTIONS(4382), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -283981,215 +213543,191 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [103215] = 4, + [104872] = 40, ACTIONS(3), 1, anon_sym_POUND, - STATE(2312), 1, - sym_comment, - ACTIONS(4888), 12, - anon_sym_LPAREN, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(2396), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4348), 1, + anon_sym_LBRACK, + ACTIONS(4350), 1, + anon_sym_DASH, + ACTIONS(4352), 1, + anon_sym_LBRACE, + ACTIONS(4356), 1, + anon_sym__, + ACTIONS(4358), 1, anon_sym_DOT, + ACTIONS(4360), 1, anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4886), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [103279] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2313), 1, - sym_comment, - ACTIONS(4892), 12, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4368), 1, + sym_val_date, + ACTIONS(4386), 1, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, + STATE(2032), 1, + sym_comment, + STATE(2034), 1, + aux_sym_ctrl_match_repeat1, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(3561), 1, + sym_match_arm, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, + sym__match_pattern, + STATE(5242), 1, + sym_expr_parenthesized, + STATE(5246), 1, + sym_val_variable, + STATE(5393), 1, + sym_unquoted, + STATE(5405), 1, + sym__expr_unary_minus, + STATE(5433), 1, + sym__match_pattern_record, + STATE(5435), 1, + sym__match_pattern_list, + STATE(5439), 1, + sym__match_pattern_expression, + STATE(6097), 1, + sym_match_pattern, + STATE(6105), 1, + sym_default_arm, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + STATE(5436), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token5, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4890), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_error, - anon_sym_list, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_make, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_try, - anon_sym_catch, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_new, - anon_sym_as, - aux_sym__val_number_decimal_token1, + ACTIONS(4366), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [103343] = 40, + STATE(5466), 7, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_table, + [105008] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4894), 1, + ACTIONS(4388), 1, anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2314), 1, + STATE(2033), 1, sym_comment, - STATE(2319), 1, + STATE(2041), 1, aux_sym_ctrl_match_repeat1, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6105), 1, + STATE(6087), 1, sym_default_arm, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -284197,95 +213735,95 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [103479] = 40, + [105144] = 40, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(3552), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(3566), 1, anon_sym_null, - ACTIONS(4152), 1, + ACTIONS(3582), 1, aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4348), 1, anon_sym_LBRACK, - ACTIONS(4834), 1, + ACTIONS(4350), 1, anon_sym_DASH, - ACTIONS(4836), 1, + ACTIONS(4352), 1, anon_sym_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4356), 1, anon_sym__, - ACTIONS(4842), 1, + ACTIONS(4358), 1, anon_sym_DOT, - ACTIONS(4844), 1, + ACTIONS(4360), 1, anon_sym_PLUS, - ACTIONS(4846), 1, + ACTIONS(4362), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4852), 1, + ACTIONS(4368), 1, sym_val_date, - ACTIONS(4896), 1, + ACTIONS(4390), 1, anon_sym_RBRACE, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2309), 1, - aux_sym_ctrl_match_repeat1, - STATE(2315), 1, + STATE(2034), 1, sym_comment, - STATE(2777), 1, + STATE(2041), 1, + aux_sym_ctrl_match_repeat1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6057), 1, + STATE(6083), 1, sym_default_arm, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4094), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4098), 3, + ACTIONS(3574), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4848), 3, + ACTIONS(4364), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4850), 3, + ACTIONS(4366), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -284293,12 +213831,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [103615] = 4, + [105280] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2316), 1, + STATE(2035), 1, sym_comment, - ACTIONS(4901), 12, + ACTIONS(4394), 12, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -284311,7 +213849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4898), 41, + ACTIONS(4392), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -284353,12 +213891,105 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [103679] = 4, + [105344] = 37, ACTIONS(3), 1, anon_sym_POUND, - STATE(2317), 1, + ACTIONS(2438), 1, + anon_sym_LPAREN, + ACTIONS(2450), 1, + anon_sym_null, + ACTIONS(2464), 1, + anon_sym_DQUOTE, + ACTIONS(2472), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(4172), 1, + anon_sym_DOLLAR, + ACTIONS(4174), 1, + anon_sym_DASH, + ACTIONS(4176), 1, + anon_sym_LBRACE, + ACTIONS(4178), 1, + anon_sym_DOT, + ACTIONS(4180), 1, + anon_sym_PLUS, + ACTIONS(4182), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4186), 1, + sym_val_date, + ACTIONS(4344), 1, + anon_sym_LBRACK, + ACTIONS(4396), 1, + anon_sym_RBRACK, + STATE(2036), 1, + sym_comment, + STATE(2044), 1, + aux_sym__match_pattern_list_repeat1, + STATE(3104), 1, + sym__var, + STATE(3257), 1, + sym__val_number_decimal, + STATE(3265), 1, + sym__val_number, + STATE(3391), 1, + sym_val_number, + STATE(3426), 1, + sym__str_double_quotes, + STATE(3546), 1, + sym_val_variable, + STATE(3547), 1, + sym_expr_parenthesized, + STATE(3565), 1, + sym__match_pattern_expression, + STATE(3571), 1, + sym__match_pattern_list, + STATE(3572), 1, + sym__match_pattern_record, + STATE(3573), 1, + sym__expr_unary_minus, + STATE(6062), 1, + sym__match_pattern_ignore_rest, + STATE(6064), 1, + sym__match_pattern_rest, + ACTIONS(2452), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2466), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3570), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(2456), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(2460), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4184), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3563), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3569), 7, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_table, + [105474] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2037), 1, sym_comment, - ACTIONS(4906), 12, + ACTIONS(4400), 12, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_RBRACE, @@ -284371,7 +214002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4904), 41, + ACTIONS(4398), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -284413,164 +214044,272 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [103743] = 17, - ACTIONS(105), 1, + [105538] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1377), 1, - anon_sym_LF, - ACTIONS(2208), 1, - anon_sym_DOLLAR, - ACTIONS(4908), 1, - anon_sym_LPAREN, - ACTIONS(4910), 1, - anon_sym_LT, - ACTIONS(4912), 1, - anon_sym_DOT2, - ACTIONS(4914), 1, - anon_sym_EQ2, - ACTIONS(4916), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4918), 1, - anon_sym_DASH2, - ACTIONS(4920), 1, - anon_sym_PLUS2, - ACTIONS(4922), 1, - aux_sym_unquoted_token4, - ACTIONS(4924), 1, - aux_sym_unquoted_token6, - STATE(2318), 1, + STATE(2038), 1, sym_comment, - STATE(2366), 1, - sym__var, - STATE(2481), 1, - sym__immediate_decimal, - STATE(2479), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1375), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_LBRACE, + ACTIONS(4404), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4402), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [105602] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2039), 1, + sym_comment, + ACTIONS(4409), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4406), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, + aux_sym__record_key_token2, + [105666] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2040), 1, + sym_comment, + ACTIONS(4414), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [103832] = 38, + ACTIONS(4412), 41, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_error, + anon_sym_list, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_make, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_else, + anon_sym_match, + anon_sym_try, + anon_sym_catch, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_new, + anon_sym_as, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [105730] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4926), 1, + ACTIONS(4416), 1, anon_sym_LBRACK, - ACTIONS(4929), 1, + ACTIONS(4419), 1, anon_sym_LPAREN, - ACTIONS(4932), 1, + ACTIONS(4422), 1, anon_sym_DOLLAR, - ACTIONS(4935), 1, + ACTIONS(4425), 1, anon_sym_DASH, - ACTIONS(4938), 1, + ACTIONS(4428), 1, anon_sym_LBRACE, - ACTIONS(4941), 1, + ACTIONS(4431), 1, anon_sym_RBRACE, - ACTIONS(4943), 1, + ACTIONS(4433), 1, anon_sym__, - ACTIONS(4945), 1, + ACTIONS(4435), 1, anon_sym_DOT, - ACTIONS(4948), 1, + ACTIONS(4438), 1, anon_sym_PLUS, - ACTIONS(4951), 1, + ACTIONS(4441), 1, anon_sym_null, - ACTIONS(4957), 1, + ACTIONS(4447), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4969), 1, + ACTIONS(4459), 1, sym_val_date, - ACTIONS(4972), 1, + ACTIONS(4462), 1, anon_sym_DQUOTE, - ACTIONS(4978), 1, + ACTIONS(4468), 1, aux_sym_unquoted_token1, - STATE(735), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3598), 1, + STATE(3561), 1, sym_match_arm, - STATE(4743), 1, + STATE(4225), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(4713), 1, sym__match_pattern, - STATE(5116), 1, + STATE(5242), 1, sym_expr_parenthesized, - STATE(5118), 1, + STATE(5246), 1, sym_val_variable, - STATE(5488), 1, + STATE(5393), 1, sym_unquoted, - STATE(5489), 1, + STATE(5405), 1, sym__expr_unary_minus, - STATE(5500), 1, + STATE(5433), 1, sym__match_pattern_record, - STATE(5507), 1, + STATE(5435), 1, sym__match_pattern_list, - STATE(5513), 1, + STATE(5439), 1, sym__match_pattern_expression, - STATE(6160), 1, + STATE(6097), 1, sym_match_pattern, - ACTIONS(4954), 2, + ACTIONS(4444), 2, anon_sym_true, anon_sym_false, - ACTIONS(4975), 2, + ACTIONS(4465), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(2319), 2, + STATE(2041), 2, sym_comment, aux_sym_ctrl_match_repeat1, - STATE(5512), 2, + STATE(5436), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4960), 3, + ACTIONS(4450), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4963), 3, + ACTIONS(4453), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4966), 3, + ACTIONS(4456), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(5471), 7, + STATE(5466), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -284578,42 +214317,114 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [103963] = 17, + [105861] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(699), 1, + anon_sym_LF, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(4981), 1, + ACTIONS(4471), 1, anon_sym_LPAREN, - ACTIONS(4983), 1, + ACTIONS(4473), 1, anon_sym_LT, - ACTIONS(4985), 1, + ACTIONS(4475), 1, anon_sym_DOT2, - ACTIONS(4987), 1, + ACTIONS(4477), 1, anon_sym_EQ2, - ACTIONS(4989), 1, + ACTIONS(4479), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4991), 1, + ACTIONS(4481), 1, anon_sym_DASH2, - ACTIONS(4993), 1, + ACTIONS(4483), 1, anon_sym_PLUS2, - ACTIONS(4995), 1, + ACTIONS(4485), 1, aux_sym_unquoted_token4, - ACTIONS(4997), 1, + ACTIONS(4487), 1, aux_sym_unquoted_token6, - STATE(2320), 1, + STATE(2042), 1, sym_comment, - STATE(2410), 1, + STATE(2118), 1, sym__var, - STATE(2485), 1, + STATE(2197), 1, + sym__immediate_decimal, + STATE(2212), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(697), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [105950] = 17, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1914), 1, + anon_sym_DOLLAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4491), 1, + anon_sym_LT, + ACTIONS(4493), 1, + anon_sym_DOT2, + ACTIONS(4495), 1, + anon_sym_EQ2, + ACTIONS(4497), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4499), 1, + anon_sym_DASH2, + ACTIONS(4501), 1, + anon_sym_PLUS2, + ACTIONS(4503), 1, + aux_sym_unquoted_token4, + ACTIONS(4505), 1, + aux_sym_unquoted_token6, + STATE(2043), 1, + sym_comment, + STATE(2150), 1, + sym__var, + STATE(2400), 1, sym__immediate_decimal, - ACTIONS(1377), 2, + ACTIONS(699), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2486), 2, + STATE(2266), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1375), 35, + ACTIONS(697), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -284649,87 +214460,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104051] = 34, + [106038] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4999), 1, + ACTIONS(4507), 1, anon_sym_LBRACK, - ACTIONS(5002), 1, + ACTIONS(4510), 1, anon_sym_RBRACK, - ACTIONS(5004), 1, + ACTIONS(4512), 1, anon_sym_LPAREN, - ACTIONS(5007), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR, - ACTIONS(5010), 1, + ACTIONS(4518), 1, anon_sym_DASH, - ACTIONS(5013), 1, + ACTIONS(4521), 1, anon_sym_LBRACE, - ACTIONS(5016), 1, + ACTIONS(4524), 1, anon_sym_DOT, - ACTIONS(5019), 1, + ACTIONS(4527), 1, anon_sym_PLUS, - ACTIONS(5022), 1, + ACTIONS(4530), 1, anon_sym_null, - ACTIONS(5028), 1, + ACTIONS(4536), 1, aux_sym__val_number_decimal_token1, - ACTIONS(5040), 1, + ACTIONS(4548), 1, sym_val_date, - ACTIONS(5043), 1, + ACTIONS(4551), 1, anon_sym_DQUOTE, - ACTIONS(5049), 1, + ACTIONS(4557), 1, aux_sym__unquoted_in_list_token1, - STATE(506), 1, + STATE(3104), 1, + sym__var, + STATE(3257), 1, sym__val_number_decimal, - STATE(511), 1, + STATE(3265), 1, sym__val_number, - STATE(513), 1, + STATE(3391), 1, sym_val_number, - STATE(3192), 1, - sym__var, STATE(3426), 1, sym__str_double_quotes, - STATE(3574), 1, - sym_expr_parenthesized, - STATE(3586), 1, + STATE(3546), 1, sym_val_variable, - STATE(3594), 1, - sym__expr_unary_minus, - STATE(3595), 1, - sym__match_pattern_record, - STATE(3597), 1, - sym__match_pattern_list, - STATE(3599), 1, + STATE(3547), 1, + sym_expr_parenthesized, + STATE(3565), 1, sym__match_pattern_expression, - ACTIONS(5025), 2, + STATE(3571), 1, + sym__match_pattern_list, + STATE(3572), 1, + sym__match_pattern_record, + STATE(3573), 1, + sym__expr_unary_minus, + ACTIONS(4533), 2, anon_sym_true, anon_sym_false, - ACTIONS(5046), 2, + ACTIONS(4554), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(2321), 2, + STATE(2044), 2, sym_comment, aux_sym__match_pattern_list_repeat1, - STATE(3590), 2, + STATE(3570), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(5031), 3, + ACTIONS(4539), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(5034), 3, + ACTIONS(4542), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(5037), 3, + ACTIONS(4545), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3600), 4, + STATE(3563), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3603), 7, + STATE(3569), 7, sym_val_nothing, sym_val_bool, sym_val_duration, @@ -284737,37 +214548,37 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_table, - [104173] = 15, + [106160] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2052), 1, + ACTIONS(1414), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5054), 1, + ACTIONS(4562), 1, anon_sym_LT, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5058), 1, + ACTIONS(4566), 1, anon_sym_EQ2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2322), 1, + STATE(2045), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2595), 1, + STATE(2286), 1, sym__immediate_decimal, - STATE(2593), 2, + STATE(2285), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2050), 37, + ACTIONS(1412), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -284805,37 +214616,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104256] = 15, + [106243] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2060), 1, + ACTIONS(1468), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4471), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(5060), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4481), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4483), 1, anon_sym_PLUS2, - ACTIONS(5066), 1, + ACTIONS(4574), 1, anon_sym_LT, - ACTIONS(5068), 1, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(4578), 1, anon_sym_EQ2, - STATE(2323), 1, + ACTIONS(4580), 1, + aux_sym__immediate_decimal_token1, + STATE(2046), 1, sym_comment, - STATE(2369), 1, + STATE(2118), 1, sym__var, - STATE(2597), 1, + STATE(2220), 1, sym__immediate_decimal, - STATE(2596), 2, + STATE(2187), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2058), 37, + ACTIONS(1466), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -284873,37 +214684,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104339] = 15, + [106326] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2026), 1, + ACTIONS(1434), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4471), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4479), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4481), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4483), 1, anon_sym_PLUS2, - ACTIONS(5070), 1, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(4582), 1, anon_sym_LT, - ACTIONS(5072), 1, + ACTIONS(4584), 1, anon_sym_EQ2, - STATE(2324), 1, + STATE(2047), 1, sym_comment, - STATE(2369), 1, + STATE(2118), 1, sym__var, - STATE(2592), 1, + STATE(2188), 1, sym__immediate_decimal, - STATE(2591), 2, + STATE(2189), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2024), 37, + ACTIONS(1432), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -284941,37 +214752,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104422] = 15, + [106409] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2068), 1, + ACTIONS(1460), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(4908), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(4916), 1, + ACTIONS(4564), 1, + anon_sym_DOT2, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4918), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(4920), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - ACTIONS(5074), 1, + ACTIONS(4586), 1, anon_sym_LT, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(5078), 1, + ACTIONS(4588), 1, anon_sym_EQ2, - STATE(2325), 1, + STATE(2048), 1, sym_comment, - STATE(2366), 1, + STATE(2110), 1, sym__var, - STATE(2437), 1, + STATE(2288), 1, sym__immediate_decimal, - STATE(2432), 2, + STATE(2287), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2066), 37, + ACTIONS(1458), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285009,37 +214820,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104505] = 15, + [106492] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2034), 1, + ACTIONS(1452), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(4908), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(4918), 1, + ACTIONS(4564), 1, + anon_sym_DOT2, + ACTIONS(4568), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(4920), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(5080), 1, + ACTIONS(4590), 1, anon_sym_LT, - ACTIONS(5082), 1, + ACTIONS(4592), 1, anon_sym_EQ2, - ACTIONS(5084), 1, - aux_sym__immediate_decimal_token1, - STATE(2326), 1, + STATE(2049), 1, sym_comment, - STATE(2366), 1, + STATE(2110), 1, sym__var, - STATE(2439), 1, + STATE(2291), 1, sym__immediate_decimal, - STATE(2438), 2, + STATE(2290), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2032), 37, + ACTIONS(1450), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285077,37 +214888,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104588] = 15, + [106575] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2006), 1, + ACTIONS(1476), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - ACTIONS(5086), 1, + ACTIONS(4594), 1, anon_sym_LT, - ACTIONS(5088), 1, + ACTIONS(4596), 1, anon_sym_EQ2, - STATE(2327), 1, + STATE(2050), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2590), 1, + STATE(2283), 1, sym__immediate_decimal, - STATE(2589), 2, + STATE(2282), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2004), 37, + ACTIONS(1474), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285145,42 +214956,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104671] = 14, + [106658] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1547), 1, - anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4497), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4499), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4501), 1, anon_sym_PLUS2, - ACTIONS(5090), 1, - aux_sym_unquoted_token5, - STATE(2328), 1, + ACTIONS(4598), 1, + anon_sym_LT, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(4602), 1, + anon_sym_EQ2, + STATE(2051), 1, sym_comment, - STATE(2369), 1, + STATE(2150), 1, sym__var, - STATE(2554), 1, + STATE(2386), 1, sym__immediate_decimal, - STATE(2553), 2, + ACTIONS(1434), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2382), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1545), 37, + ACTIONS(1432), 35, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -285211,38 +215023,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104751] = 15, + [106740] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5094), 1, + ACTIONS(4606), 1, anon_sym_LT, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5098), 1, + ACTIONS(4610), 1, anon_sym_EQ2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2329), 1, + STATE(2052), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2730), 1, + STATE(2513), 1, sym__immediate_decimal, - ACTIONS(2060), 2, + ACTIONS(1452), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2733), 2, + STATE(2521), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2058), 35, + ACTIONS(1450), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -285278,38 +215090,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104833] = 15, + [106822] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, - anon_sym_DOT2, - ACTIONS(5100), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4499), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4501), 1, anon_sym_PLUS2, - ACTIONS(5106), 1, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(4618), 1, anon_sym_LT, - ACTIONS(5108), 1, + ACTIONS(4620), 1, anon_sym_EQ2, - STATE(2330), 1, + ACTIONS(4622), 1, + aux_sym__immediate_decimal_token1, + STATE(2053), 1, sym_comment, - STATE(2395), 1, + STATE(2150), 1, sym__var, - STATE(2743), 1, + STATE(2391), 1, sym__immediate_decimal, - ACTIONS(2006), 2, + ACTIONS(1468), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2749), 2, + STATE(2387), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2004), 35, + ACTIONS(1466), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -285345,35 +215157,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104915] = 14, + [106904] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1547), 1, + ACTIONS(937), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - ACTIONS(5090), 1, + ACTIONS(4624), 1, aux_sym_unquoted_token5, - STATE(2331), 1, + STATE(2054), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2549), 1, + STATE(2367), 1, sym__immediate_decimal, - STATE(2548), 2, + STATE(2368), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1545), 37, + ACTIONS(935), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285411,38 +215223,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104995] = 15, + [106984] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - ACTIONS(5110), 1, + ACTIONS(4626), 1, anon_sym_LT, - ACTIONS(5112), 1, + ACTIONS(4628), 1, anon_sym_EQ2, - STATE(2332), 1, + STATE(2055), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2739), 1, + STATE(2514), 1, sym__immediate_decimal, - ACTIONS(2026), 2, + ACTIONS(1476), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2729), 2, + STATE(2515), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2024), 35, + ACTIONS(1474), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -285478,43 +215290,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105077] = 15, + [107066] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(937), 1, + anon_sym_LF, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - ACTIONS(5114), 1, - anon_sym_LT, - ACTIONS(5116), 1, - anon_sym_EQ2, - STATE(2333), 1, + ACTIONS(4624), 1, + aux_sym_unquoted_token5, + STATE(2056), 1, sym_comment, - STATE(2395), 1, + STATE(2110), 1, sym__var, - STATE(2735), 1, + STATE(2370), 1, sym__immediate_decimal, - ACTIONS(2052), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2737), 2, + STATE(2371), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2050), 35, + ACTIONS(935), 37, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -285545,38 +215356,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105159] = 15, + [107146] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(4981), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(4989), 1, + ACTIONS(4608), 1, + anon_sym_DOT2, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4991), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(4993), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - ACTIONS(5118), 1, + ACTIONS(4630), 1, anon_sym_LT, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(5122), 1, + ACTIONS(4632), 1, anon_sym_EQ2, - STATE(2334), 1, + STATE(2057), 1, sym_comment, - STATE(2410), 1, + STATE(2144), 1, sym__var, - STATE(2510), 1, + STATE(2506), 1, sym__immediate_decimal, - ACTIONS(2068), 2, + ACTIONS(1460), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2513), 2, + STATE(2507), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2066), 35, + ACTIONS(1458), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -285612,38 +215423,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105241] = 15, + [107228] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(4981), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(4991), 1, + ACTIONS(4608), 1, + anon_sym_DOT2, + ACTIONS(4612), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(4993), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(5124), 1, + ACTIONS(4634), 1, anon_sym_LT, - ACTIONS(5126), 1, + ACTIONS(4636), 1, anon_sym_EQ2, - ACTIONS(5128), 1, - aux_sym__immediate_decimal_token1, - STATE(2335), 1, + STATE(2058), 1, sym_comment, - STATE(2410), 1, + STATE(2144), 1, sym__var, STATE(2508), 1, sym__immediate_decimal, - ACTIONS(2034), 2, + ACTIONS(1414), 2, ts_builtin_sym_end, anon_sym_LF, STATE(2509), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2032), 35, + ACTIONS(1412), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -285679,36 +215490,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105323] = 14, + [107310] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - ACTIONS(5130), 1, + ACTIONS(4638), 1, aux_sym_unquoted_token5, - STATE(2336), 1, + STATE(2059), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2671), 1, + STATE(2520), 1, sym__immediate_decimal, - ACTIONS(1547), 2, + ACTIONS(937), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2673), 2, + STATE(2528), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1545), 35, + ACTIONS(935), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -285744,33 +215555,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105402] = 13, + [107389] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2138), 1, + ACTIONS(1560), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2337), 1, + STATE(2060), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2612), 1, + STATE(2305), 1, sym__immediate_decimal, - STATE(2610), 2, + STATE(2304), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2136), 37, + ACTIONS(1558), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285808,33 +215619,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105479] = 13, + [107466] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2134), 1, + ACTIONS(1572), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2338), 1, + STATE(2061), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2622), 1, + STATE(2299), 1, sym__immediate_decimal, - STATE(2618), 2, + STATE(2298), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2132), 37, + ACTIONS(1570), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285872,33 +215683,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105556] = 13, + [107543] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2162), 1, + ACTIONS(1588), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2339), 1, + STATE(2062), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2563), 1, + STATE(2297), 1, sym__immediate_decimal, - STATE(2562), 2, + STATE(2296), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2160), 37, + ACTIONS(1586), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -285936,33 +215747,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105633] = 13, + [107620] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2146), 1, + ACTIONS(1592), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2340), 1, + STATE(2063), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2614), 1, + STATE(2295), 1, sym__immediate_decimal, - STATE(2613), 2, + STATE(2294), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2144), 37, + ACTIONS(1590), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286000,33 +215811,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105710] = 13, + [107697] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2150), 1, + ACTIONS(1626), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2341), 1, + STATE(2064), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2608), 1, + STATE(2324), 1, sym__immediate_decimal, - STATE(2607), 2, + STATE(2326), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2148), 37, + ACTIONS(1624), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286064,98 +215875,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105787] = 14, + [107774] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, - anon_sym_DOLLAR, - ACTIONS(5092), 1, - anon_sym_LPAREN, - ACTIONS(5096), 1, - anon_sym_DOT2, - ACTIONS(5100), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, - anon_sym_DASH2, - ACTIONS(5104), 1, - anon_sym_PLUS2, - ACTIONS(5130), 1, - aux_sym_unquoted_token5, - STATE(2342), 1, - sym_comment, - STATE(2395), 1, - sym__var, - STATE(2677), 1, - sym__immediate_decimal, - ACTIONS(1547), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2678), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1545), 35, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [105866] = 13, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2154), 1, + ACTIONS(1604), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2343), 1, + STATE(2065), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2606), 1, + STATE(2307), 1, sym__immediate_decimal, - STATE(2603), 2, + STATE(2306), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2152), 37, + ACTIONS(1602), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286193,40 +215939,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105943] = 13, + [107851] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2158), 1, - anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2344), 1, + ACTIONS(4638), 1, + aux_sym_unquoted_token5, + STATE(2066), 1, sym_comment, - STATE(2369), 1, + STATE(2144), 1, sym__var, - STATE(2602), 1, + STATE(2531), 1, sym__immediate_decimal, - STATE(2601), 2, + ACTIONS(937), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2541), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2156), 37, + ACTIONS(935), 35, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -286257,33 +216004,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106020] = 13, + [107930] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2174), 1, + ACTIONS(1568), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2345), 1, + STATE(2067), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2627), 1, + STATE(2301), 1, sym__immediate_decimal, - STATE(2564), 2, + STATE(2300), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2172), 37, + ACTIONS(1566), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286321,33 +216068,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106097] = 13, + [108007] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2182), 1, + ACTIONS(1596), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2346), 1, + STATE(2068), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2617), 1, + STATE(2258), 1, sym__immediate_decimal, - STATE(2616), 2, + STATE(2257), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2180), 37, + ACTIONS(1594), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286385,33 +216132,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106174] = 13, + [108084] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2130), 1, + ACTIONS(1612), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2347), 1, + STATE(2069), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2482), 1, + STATE(2363), 1, sym__immediate_decimal, - STATE(2566), 2, + STATE(2323), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2128), 37, + ACTIONS(1610), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286449,33 +216196,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106251] = 13, + [108161] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2178), 1, + ACTIONS(1564), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2348), 1, + STATE(2070), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2600), 1, + STATE(2303), 1, sym__immediate_decimal, - STATE(2599), 2, + STATE(2302), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2176), 37, + ACTIONS(1562), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286513,33 +216260,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106328] = 13, + [108238] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2142), 1, + ACTIONS(1600), 1, anon_sym_LF, - ACTIONS(2208), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5052), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5056), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5060), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5062), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5064), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2349), 1, + STATE(2071), 1, sym_comment, - STATE(2369), 1, + STATE(2110), 1, sym__var, - STATE(2568), 1, + STATE(2293), 1, sym__immediate_decimal, - STATE(2567), 2, + STATE(2292), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2140), 37, + ACTIONS(1598), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -286577,102 +216324,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106405] = 13, + [108315] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, - anon_sym_DOLLAR, - ACTIONS(5092), 1, - anon_sym_LPAREN, - ACTIONS(5096), 1, - anon_sym_DOT2, - ACTIONS(5100), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, - anon_sym_DASH2, - ACTIONS(5104), 1, - anon_sym_PLUS2, - STATE(2350), 1, - sym_comment, - STATE(2395), 1, - sym__var, - STATE(2720), 1, - sym__immediate_decimal, - ACTIONS(2146), 2, - ts_builtin_sym_end, + ACTIONS(1581), 1, anon_sym_LF, - STATE(2710), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2144), 35, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [106481] = 13, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4560), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4568), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4570), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4572), 1, anon_sym_PLUS2, - STATE(2351), 1, + STATE(2072), 1, sym_comment, - STATE(2395), 1, + STATE(2110), 1, sym__var, - STATE(2657), 1, + STATE(2330), 1, sym__immediate_decimal, - ACTIONS(2130), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2655), 2, + STATE(2331), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2128), 35, + ACTIONS(1579), 37, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -286703,34 +216388,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106557] = 13, + [108392] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2352), 1, + STATE(2073), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2721), 1, + STATE(2489), 1, sym__immediate_decimal, - ACTIONS(2154), 2, + ACTIONS(1588), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2723), 2, + STATE(2490), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2152), 35, + ACTIONS(1586), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -286766,34 +216451,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106633] = 13, + [108468] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2353), 1, + STATE(2074), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2725), 1, + STATE(2480), 1, sym__immediate_decimal, - ACTIONS(2158), 2, + ACTIONS(1560), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2708), 2, + STATE(2481), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2156), 35, + ACTIONS(1558), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -286829,34 +216514,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106709] = 13, + [108544] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2354), 1, + STATE(2075), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2659), 1, + STATE(2485), 1, sym__immediate_decimal, - ACTIONS(2142), 2, + ACTIONS(1568), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2658), 2, + STATE(2486), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2140), 35, + ACTIONS(1566), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -286892,34 +216577,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106785] = 13, + [108620] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2355), 1, + STATE(2076), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2701), 1, + STATE(2482), 1, sym__immediate_decimal, - ACTIONS(2134), 2, + ACTIONS(1564), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2702), 2, + STATE(2483), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2132), 35, + ACTIONS(1562), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -286955,34 +216640,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106861] = 13, + [108696] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2356), 1, + STATE(2077), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2727), 1, + STATE(2477), 1, sym__immediate_decimal, - ACTIONS(2178), 2, + ACTIONS(1604), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2666), 2, + STATE(2478), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2176), 35, + ACTIONS(1602), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -287018,34 +216703,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106937] = 13, + [108772] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2357), 1, + STATE(2078), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2716), 1, + STATE(2533), 1, sym__immediate_decimal, - ACTIONS(2150), 2, + ACTIONS(1596), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2718), 2, + STATE(2532), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2148), 35, + ACTIONS(1594), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -287081,118 +216766,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107013] = 34, - ACTIONS(3), 1, + [108848] = 13, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(2968), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(4078), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, - anon_sym_null, - ACTIONS(4152), 1, - aux_sym_unquoted_token1, - ACTIONS(4832), 1, + ACTIONS(4608), 1, + anon_sym_DOT2, + ACTIONS(4612), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4614), 1, + anon_sym_DASH2, + ACTIONS(4616), 1, + anon_sym_PLUS2, + STATE(2079), 1, + sym_comment, + STATE(2144), 1, + sym__var, + STATE(2529), 1, + sym__immediate_decimal, + ACTIONS(1612), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2527), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1610), 35, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(4836), 1, - anon_sym_LBRACE, - ACTIONS(4852), 1, - sym_val_date, - ACTIONS(5132), 1, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(5134), 1, + anon_sym_LBRACE, anon_sym_DOT, - ACTIONS(5136), 1, anon_sym_PLUS, - ACTIONS(5138), 1, - aux_sym__val_number_decimal_token1, - STATE(750), 1, - sym__val_number_decimal, - STATE(763), 1, - sym__val_number, - STATE(765), 1, - sym_val_number, - STATE(2358), 1, - sym_comment, - STATE(2777), 1, - sym__str_double_quotes, - STATE(2865), 1, - sym__var, - STATE(5459), 1, - sym_val_variable, - STATE(5460), 1, - sym_expr_parenthesized, - STATE(5488), 1, - sym_unquoted, - STATE(5489), 1, - sym__expr_unary_minus, - STATE(5500), 1, - sym__match_pattern_record, - STATE(5507), 1, - sym__match_pattern_list, - STATE(5513), 1, - sym__match_pattern_expression, - STATE(5553), 1, - sym__match_pattern, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4094), 2, + anon_sym_null, anon_sym_true, anon_sym_false, - STATE(5512), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(4098), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4848), 3, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(5140), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(5471), 7, - sym_val_nothing, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_table, - [107131] = 13, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [108924] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2359), 1, + STATE(2080), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2654), 1, + STATE(2431), 1, sym__immediate_decimal, - ACTIONS(2174), 2, + ACTIONS(1626), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2661), 2, + STATE(2511), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2172), 35, + ACTIONS(1624), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -287228,34 +216892,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107207] = 13, + [109000] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2360), 1, + STATE(2081), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2649), 1, + STATE(2510), 1, sym__immediate_decimal, - ACTIONS(2162), 2, + ACTIONS(1581), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2648), 2, + STATE(2500), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2160), 35, + ACTIONS(1579), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -287291,34 +216955,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107283] = 13, + [109076] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2361), 1, + STATE(2082), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2711), 1, + STATE(2487), 1, sym__immediate_decimal, - ACTIONS(2138), 2, + ACTIONS(1572), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2712), 2, + STATE(2488), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2136), 35, + ACTIONS(1570), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -287354,34 +217018,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107359] = 13, + [109152] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2410), 1, + ACTIONS(1914), 1, anon_sym_DOLLAR, - ACTIONS(5092), 1, + ACTIONS(4604), 1, anon_sym_LPAREN, - ACTIONS(5096), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(5100), 1, + ACTIONS(4612), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5102), 1, + ACTIONS(4614), 1, anon_sym_DASH2, - ACTIONS(5104), 1, + ACTIONS(4616), 1, anon_sym_PLUS2, - STATE(2362), 1, + STATE(2083), 1, sym_comment, - STATE(2395), 1, + STATE(2144), 1, sym__var, - STATE(2703), 1, + STATE(2493), 1, sym__immediate_decimal, - ACTIONS(2182), 2, + ACTIONS(1600), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2704), 2, + STATE(2456), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2180), 35, + ACTIONS(1598), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -287417,29 +217081,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107435] = 7, + [109228] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(3552), 1, + anon_sym_LPAREN, + ACTIONS(3566), 1, + anon_sym_null, + ACTIONS(3582), 1, + aux_sym_unquoted_token1, + ACTIONS(4348), 1, + anon_sym_LBRACK, + ACTIONS(4352), 1, + anon_sym_LBRACE, + ACTIONS(4368), 1, + sym_val_date, + ACTIONS(4640), 1, + anon_sym_DASH, + ACTIONS(4642), 1, + anon_sym_DOT, + ACTIONS(4644), 1, + anon_sym_PLUS, + ACTIONS(4646), 1, + aux_sym__val_number_decimal_token1, + STATE(2084), 1, + sym_comment, + STATE(2634), 1, + sym__str_double_quotes, + STATE(2714), 1, + sym__var, + STATE(4491), 1, + sym__val_number_decimal, + STATE(4570), 1, + sym__val_number, + STATE(4670), 1, + sym_val_number, + STATE(5341), 1, + sym_val_variable, + STATE(5343), 1, + sym_expr_parenthesized, + STATE(5393), 1, + sym_unquoted, + STATE(5405), 1, + sym__expr_unary_minus, + STATE(5433), 1, + sym__match_pattern_record, + STATE(5435), 1, + sym__match_pattern_list, + STATE(5439), 1, + sym__match_pattern_expression, + STATE(5530), 1, + sym__match_pattern, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3568), 2, + anon_sym_true, + anon_sym_false, + STATE(5436), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(3574), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4364), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4648), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(5466), 7, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_table, + [109346] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1465), 1, - anon_sym_LF, - ACTIONS(5142), 1, + ACTIONS(1914), 1, + anon_sym_DOLLAR, + ACTIONS(4604), 1, + anon_sym_LPAREN, + ACTIONS(4608), 1, anon_sym_DOT2, - STATE(2363), 1, + ACTIONS(4612), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4614), 1, + anon_sym_DASH2, + ACTIONS(4616), 1, + anon_sym_PLUS2, + STATE(2085), 1, sym_comment, - STATE(2364), 1, - sym_path, - STATE(2492), 1, - sym_cell_path, - ACTIONS(1463), 39, + STATE(2144), 1, + sym__var, + STATE(2491), 1, + sym__immediate_decimal, + ACTIONS(1592), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2492), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1590), 35, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -287470,20 +217228,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107495] = 7, + [109422] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1396), 1, + ACTIONS(4650), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4652), 1, + aux_sym__immediate_decimal_token2, + STATE(2086), 1, + sym_comment, + ACTIONS(657), 2, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_comment, - STATE(2374), 1, - aux_sym_cell_path_repeat1, - STATE(2446), 1, - sym_path, - ACTIONS(1394), 39, + ACTIONS(655), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287505,6 +217262,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287523,73 +217282,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107555] = 7, + aux_sym_unquoted_token6, + [109483] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1402), 1, - anon_sym_LF, - ACTIONS(5144), 1, - anon_sym_DOT2, - STATE(2365), 1, + ACTIONS(4654), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4656), 1, + aux_sym__immediate_decimal_token2, + STATE(2087), 1, sym_comment, - STATE(2367), 1, - sym_path, - STATE(2429), 1, - sym_cell_path, - ACTIONS(1400), 39, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [107615] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1402), 1, + ACTIONS(649), 2, anon_sym_LF, - ACTIONS(5147), 1, anon_sym_DOT2, - STATE(2366), 1, - sym_comment, - STATE(2384), 1, - sym_path, - STATE(2465), 1, - sym_cell_path, - ACTIONS(1400), 39, + ACTIONS(647), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287611,6 +217317,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287629,82 +217337,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107675] = 7, + aux_sym_unquoted_token6, + [109544] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1396), 1, - anon_sym_LF, - ACTIONS(5150), 1, - anon_sym_DOT2, - STATE(2367), 1, + ACTIONS(4658), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4660), 1, + aux_sym__immediate_decimal_token2, + STATE(2088), 1, sym_comment, - STATE(2381), 1, - aux_sym_cell_path_repeat1, - STATE(2458), 1, - sym_path, - ACTIONS(1394), 39, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [107735] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1480), 1, + ACTIONS(649), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2368), 1, - sym_comment, - STATE(2484), 1, - sym_cell_path, - ACTIONS(1478), 39, + ACTIONS(647), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -287717,6 +217371,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287735,29 +217391,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107795] = 7, + aux_sym_unquoted_token6, + [109604] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1402), 1, + ACTIONS(4662), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4664), 1, + aux_sym__immediate_decimal_token2, + STATE(2089), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2369), 1, - sym_comment, - STATE(2585), 1, - sym_cell_path, - ACTIONS(1400), 39, + ACTIONS(655), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -287770,6 +217425,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287788,20 +217445,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107855] = 7, + aux_sym_unquoted_token6, + [109664] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1461), 1, + ACTIONS(673), 1, anon_sym_LF, - ACTIONS(5142), 1, + ACTIONS(4666), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2370), 1, + ACTIONS(4669), 1, + aux_sym__immediate_decimal_token2, + STATE(2090), 1, sym_comment, - STATE(2488), 1, - sym_cell_path, - ACTIONS(1459), 39, + ACTIONS(671), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287823,6 +217479,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287841,20 +217499,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107915] = 7, + aux_sym_unquoted_token6, + [109724] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1447), 1, + ACTIONS(4652), 1, + aux_sym__immediate_decimal_token2, + STATE(2091), 1, + sym_comment, + ACTIONS(657), 2, anon_sym_LF, - ACTIONS(2246), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5152), 1, anon_sym_DOT2, - ACTIONS(5154), 1, - aux_sym_unquoted_token2, - STATE(2371), 1, - sym_comment, - ACTIONS(1445), 39, + ACTIONS(655), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287876,6 +217532,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287894,20 +217552,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107975] = 7, + aux_sym_unquoted_token6, + [109782] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1457), 1, + ACTIONS(657), 1, anon_sym_LF, - ACTIONS(5142), 1, + ACTIONS(4652), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4671), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2372), 1, + STATE(2092), 1, sym_comment, - STATE(2493), 1, - sym_cell_path, - ACTIONS(1455), 39, + ACTIONS(655), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287929,6 +217586,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -287947,20 +217606,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108035] = 7, + aux_sym_unquoted_token6, + [109842] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1433), 1, + ACTIONS(4674), 1, + aux_sym__immediate_decimal_token2, + STATE(2093), 1, + sym_comment, + ACTIONS(686), 2, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2373), 1, - sym_comment, - STATE(2504), 1, - sym_cell_path, - ACTIONS(1431), 39, + ACTIONS(684), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287982,6 +217639,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288000,20 +217659,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108095] = 7, + aux_sym_unquoted_token6, + [109900] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1409), 1, + ACTIONS(4656), 1, + aux_sym__immediate_decimal_token2, + STATE(2094), 1, + sym_comment, + ACTIONS(649), 2, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2374), 1, - sym_comment, - STATE(2383), 1, - aux_sym_cell_path_repeat1, - STATE(2446), 1, - sym_path, - ACTIONS(1407), 39, + ACTIONS(647), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288035,6 +217692,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288053,29 +217712,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108155] = 7, + aux_sym_unquoted_token6, + [109958] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1476), 1, + ACTIONS(4664), 1, + aux_sym__immediate_decimal_token2, + STATE(2095), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2375), 1, - sym_comment, - STATE(2507), 1, - sym_cell_path, - ACTIONS(1474), 39, + ACTIONS(655), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288088,6 +217744,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288106,72 +217764,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108215] = 6, + aux_sym_unquoted_token6, + [110015] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1389), 1, - anon_sym_LF, - ACTIONS(5156), 1, + ACTIONS(4664), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4676), 1, anon_sym_DOT2, - STATE(2458), 1, - sym_path, - STATE(2376), 2, + STATE(2096), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 39, - anon_sym_EQ, + ACTIONS(657), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(655), 40, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [108273] = 7, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + aux_sym_unquoted_token6, + [110074] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1447), 1, + STATE(2097), 1, + sym_comment, + ACTIONS(657), 2, anon_sym_LF, - ACTIONS(5152), 1, anon_sym_DOT2, - ACTIONS(5154), 1, - aux_sym_unquoted_token2, - ACTIONS(5159), 1, - aux_sym__immediate_decimal_token1, - STATE(2377), 1, - sym_comment, - ACTIONS(1445), 39, + ACTIONS(655), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288193,6 +217848,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288211,19 +217868,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108333] = 6, + aux_sym_unquoted_token6, + [110129] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2378), 1, + STATE(2098), 1, sym_comment, - STATE(2383), 1, - aux_sym_cell_path_repeat1, - STATE(2446), 1, - sym_path, - ACTIONS(1409), 2, + ACTIONS(686), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1407), 39, + ACTIONS(684), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288245,6 +217899,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288263,28 +217919,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108391] = 6, + aux_sym_unquoted_token6, + [110184] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5161), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5163), 1, + ACTIONS(4679), 1, + anon_sym_DOT2, + ACTIONS(4682), 1, aux_sym__immediate_decimal_token2, - STATE(2379), 1, + STATE(2099), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(673), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 39, + ACTIONS(671), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288297,6 +217952,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288315,28 +217972,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108449] = 6, + aux_sym_unquoted_token6, + [110243] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5165), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5167), 1, + ACTIONS(4684), 1, aux_sym__immediate_decimal_token2, - STATE(2380), 1, + STATE(2100), 1, sym_comment, - ACTIONS(2908), 2, + ACTIONS(686), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2906), 39, + ACTIONS(684), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288349,6 +218004,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288367,72 +218024,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108507] = 6, + aux_sym_unquoted_token6, + [110300] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2376), 1, - aux_sym_cell_path_repeat1, - STATE(2381), 1, - sym_comment, - STATE(2458), 1, - sym_path, - ACTIONS(1409), 2, + ACTIONS(739), 1, anon_sym_LF, + ACTIONS(1606), 1, anon_sym_DOT2, - ACTIONS(1407), 39, - anon_sym_EQ, + ACTIONS(1608), 1, + aux_sym_unquoted_token6, + STATE(2101), 1, + sym_comment, + ACTIONS(737), 41, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [108565] = 7, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [110359] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1469), 1, + STATE(2102), 1, + sym_comment, + ACTIONS(777), 2, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2364), 1, - sym_path, - STATE(2382), 1, - sym_comment, - STATE(2523), 1, - sym_cell_path, - ACTIONS(1467), 39, + ACTIONS(775), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288454,6 +218108,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288472,28 +218128,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108625] = 6, + aux_sym_unquoted_token6, + [110414] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1389), 1, + ACTIONS(4660), 1, + aux_sym__immediate_decimal_token2, + STATE(2103), 1, + sym_comment, + ACTIONS(649), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5169), 1, anon_sym_DOT2, - STATE(2446), 1, - sym_path, - STATE(2383), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 39, + ACTIONS(647), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288506,6 +218160,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288524,20 +218180,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108683] = 7, + aux_sym_unquoted_token6, + [110471] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1396), 1, + STATE(2104), 1, + sym_comment, + ACTIONS(649), 2, anon_sym_LF, - ACTIONS(5142), 1, anon_sym_DOT2, - STATE(2378), 1, - aux_sym_cell_path_repeat1, - STATE(2384), 1, - sym_comment, - STATE(2446), 1, - sym_path, - ACTIONS(1394), 39, + ACTIONS(647), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288559,6 +218211,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288577,20 +218231,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108743] = 7, + aux_sym_unquoted_token6, + [110526] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1469), 1, + ACTIONS(854), 1, anon_sym_LF, - ACTIONS(5172), 1, + ACTIONS(4686), 1, anon_sym_DOT2, - STATE(2384), 1, - sym_path, - STATE(2385), 1, + STATE(2105), 1, sym_comment, - STATE(2444), 1, + STATE(2122), 1, + sym_path, + STATE(2429), 1, sym_cell_path, - ACTIONS(1467), 39, + ACTIONS(852), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288630,28 +218285,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108803] = 7, + [110586] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(762), 1, + anon_sym_LF, + ACTIONS(4688), 1, anon_sym_DOT2, - STATE(2386), 1, - sym_comment, - STATE(2387), 1, + STATE(2190), 1, sym_path, - STATE(2641), 1, - sym_cell_path, - ACTIONS(1476), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1474), 37, + STATE(2106), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(760), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288682,21 +218337,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108862] = 7, + [110644] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(762), 1, + anon_sym_LF, + ACTIONS(4691), 1, anon_sym_DOT2, - STATE(2387), 1, + STATE(2251), 1, + sym_path, + STATE(2107), 2, sym_comment, - STATE(2401), 1, aux_sym_cell_path_repeat1, - STATE(2541), 1, - sym_path, - ACTIONS(1396), 2, + ACTIONS(760), 39, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [110702] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2108), 1, + sym_comment, + ACTIONS(649), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1394), 37, + anon_sym_DOT2, + ACTIONS(647), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288716,6 +218418,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -288734,28 +218438,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108921] = 7, + aux_sym_unquoted_token6, + [110756] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2516), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5177), 1, + ACTIONS(832), 1, + anon_sym_LF, + ACTIONS(4694), 1, anon_sym_DOT2, - ACTIONS(5179), 1, - aux_sym_unquoted_token2, - STATE(2388), 1, + STATE(2109), 1, sym_comment, - ACTIONS(1447), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1445), 37, + STATE(2114), 1, + sym_path, + STATE(2230), 1, + sym_cell_path, + ACTIONS(830), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288786,126 +218492,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108980] = 4, + [110816] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2389), 1, - sym_comment, - ACTIONS(1439), 2, + ACTIONS(717), 1, anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - ACTIONS(1437), 40, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [109033] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2390), 1, + STATE(2110), 1, sym_comment, - ACTIONS(1443), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1441), 40, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [109086] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5175), 1, - anon_sym_DOT2, - STATE(2387), 1, + STATE(2122), 1, sym_path, - STATE(2391), 1, - sym_comment, - STATE(2752), 1, + STATE(2402), 1, sym_cell_path, - ACTIONS(1480), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1478), 37, + ACTIONS(715), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -288936,18 +218545,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109145] = 6, + [110876] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, + ACTIONS(828), 1, anon_sym_LF, - ACTIONS(5181), 1, + ACTIONS(4686), 1, anon_sym_DOT2, - ACTIONS(5183), 1, - aux_sym__immediate_decimal_token2, - STATE(2392), 1, + STATE(2111), 1, sym_comment, - ACTIONS(2934), 39, + STATE(2122), 1, + sym_path, + STATE(2417), 1, + sym_cell_path, + ACTIONS(826), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288987,71 +218598,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109202] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5185), 1, - anon_sym_DOT2, - STATE(2628), 1, - sym_path, - STATE(2393), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1389), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [109259] = 6, + [110936] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5188), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5190), 1, - aux_sym__immediate_decimal_token2, - STATE(2394), 1, + STATE(2112), 1, sym_comment, - ACTIONS(2908), 3, + ACTIONS(657), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2906), 37, + ACTIONS(655), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289071,6 +218627,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -289089,28 +218647,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109316] = 7, + aux_sym_unquoted_token6, + [110990] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(839), 1, + anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - STATE(2387), 1, - sym_path, - STATE(2395), 1, + STATE(2113), 1, sym_comment, - STATE(2668), 1, + STATE(2122), 1, + sym_path, + STATE(2401), 1, sym_cell_path, - ACTIONS(1402), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1400), 37, + ACTIONS(837), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289141,28 +218701,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109375] = 7, + [111050] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(747), 1, + anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - STATE(2387), 1, - sym_path, - STATE(2396), 1, + STATE(2114), 1, sym_comment, - STATE(2676), 1, - sym_cell_path, - ACTIONS(1465), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1463), 37, + STATE(2127), 1, + aux_sym_cell_path_repeat1, + STATE(2190), 1, + sym_path, + ACTIONS(745), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289193,28 +218754,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109434] = 7, + [111110] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, - anon_sym_DOT2, - STATE(2397), 1, + ACTIONS(4697), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4699), 1, + aux_sym__immediate_decimal_token2, + STATE(2115), 1, sym_comment, - STATE(2424), 1, - aux_sym_cell_path_repeat1, - STATE(2541), 1, - sym_path, - ACTIONS(1396), 2, - ts_builtin_sym_end, + ACTIONS(2328), 2, anon_sym_LF, - ACTIONS(1394), 37, + anon_sym_DOT2, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289245,92 +218806,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109493] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5194), 1, - anon_sym_RBRACK, - ACTIONS(5196), 1, - anon_sym_LPAREN, - ACTIONS(5198), 1, - anon_sym_LT, - ACTIONS(5202), 1, - anon_sym_DOT2, - ACTIONS(5204), 1, - anon_sym_DOLLAR2, - ACTIONS(5206), 1, - anon_sym_EQ2, - ACTIONS(5208), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5210), 1, - anon_sym_DASH2, - ACTIONS(5212), 1, - anon_sym_PLUS2, - ACTIONS(5214), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token7, - STATE(2398), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3407), 1, - sym__immediate_decimal, - STATE(3408), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5200), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5192), 18, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [109576] = 7, + [111168] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(791), 1, + anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - STATE(2387), 1, - sym_path, - STATE(2399), 1, + STATE(2116), 1, sym_comment, - STATE(2682), 1, + STATE(2122), 1, + sym_path, + STATE(2406), 1, sym_cell_path, - ACTIONS(1469), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1467), 37, + ACTIONS(789), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289361,80 +218859,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109635] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2393), 1, - aux_sym_cell_path_repeat1, - STATE(2400), 1, - sym_comment, - STATE(2628), 1, - sym_path, - ACTIONS(1407), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1409), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [109694] = 7, + [111228] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(832), 1, + anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - STATE(2401), 1, + STATE(2117), 1, sym_comment, - STATE(2417), 1, - aux_sym_cell_path_repeat1, - STATE(2541), 1, + STATE(2122), 1, sym_path, - ACTIONS(1409), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1407), 37, + STATE(2374), 1, + sym_cell_path, + ACTIONS(830), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289465,67 +218912,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109753] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2402), 1, - sym_comment, - ACTIONS(1437), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1439), 36, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [109806] = 6, + [111288] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, + ACTIONS(717), 1, anon_sym_LF, - ACTIONS(5220), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5222), 1, - aux_sym__immediate_decimal_token2, - STATE(2403), 1, + ACTIONS(4701), 1, + anon_sym_DOT2, + STATE(2114), 1, + sym_path, + STATE(2118), 1, sym_comment, - ACTIONS(2832), 39, + STATE(2208), 1, + sym_cell_path, + ACTIONS(715), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289565,26 +218965,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109863] = 5, + [111348] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5224), 1, - aux_sym__immediate_decimal_token2, - STATE(2404), 1, + ACTIONS(1734), 1, + anon_sym_DOT2, + ACTIONS(1736), 1, + aux_sym_unquoted_token6, + STATE(2119), 1, sym_comment, - ACTIONS(2986), 2, + ACTIONS(739), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2984), 39, + ACTIONS(737), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289597,6 +218997,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -289615,17 +219017,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109918] = 5, + [111406] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5226), 1, - anon_sym_QMARK2, - STATE(2405), 1, - sym_comment, - ACTIONS(1421), 2, + ACTIONS(747), 1, anon_sym_LF, + ACTIONS(4704), 1, anon_sym_DOT2, - ACTIONS(1419), 39, + STATE(2120), 1, + sym_comment, + STATE(2132), 1, + aux_sym_cell_path_repeat1, + STATE(2251), 1, + sym_path, + ACTIONS(745), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -289665,68 +219070,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109973] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2908), 1, - anon_sym_LF, - ACTIONS(5228), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5230), 1, - aux_sym__immediate_decimal_token2, - STATE(2406), 1, - sym_comment, - ACTIONS(2906), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [110030] = 5, + [111466] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5226), 1, - anon_sym_QMARK2, - STATE(2407), 1, - sym_comment, - ACTIONS(1421), 2, + ACTIONS(717), 1, anon_sym_LF, + ACTIONS(4706), 1, anon_sym_DOT2, - ACTIONS(1419), 39, + STATE(2120), 1, + sym_path, + STATE(2121), 1, + sym_comment, + STATE(2199), 1, + sym_cell_path, + ACTIONS(715), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -289766,17 +219123,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [110085] = 5, + [111526] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5163), 1, - aux_sym__immediate_decimal_token2, - STATE(2408), 1, - sym_comment, - ACTIONS(2834), 2, + ACTIONS(747), 1, anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - ACTIONS(2832), 39, + STATE(2122), 1, + sym_comment, + STATE(2131), 1, + aux_sym_cell_path_repeat1, + STATE(2190), 1, + sym_path, + ACTIONS(745), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289816,17 +219176,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110140] = 5, + [111586] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5232), 1, - anon_sym_QMARK2, - STATE(2409), 1, + ACTIONS(4709), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4711), 1, + aux_sym__immediate_decimal_token2, + STATE(2123), 1, sym_comment, - ACTIONS(1421), 2, + ACTIONS(2377), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1419), 39, + ACTIONS(2375), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289866,28 +219228,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110195] = 7, + [111644] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5234), 1, + ACTIONS(799), 1, + anon_sym_LF, + ACTIONS(4713), 1, anon_sym_DOT2, - STATE(2397), 1, - sym_path, - STATE(2410), 1, + ACTIONS(4715), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4717), 1, + aux_sym_unquoted_token2, + STATE(2124), 1, sym_comment, - STATE(2556), 1, - sym_cell_path, - ACTIONS(1402), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1400), 37, + ACTIONS(797), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289918,28 +219281,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110254] = 7, + [111704] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5177), 1, + ACTIONS(824), 1, + anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - ACTIONS(5179), 1, - aux_sym_unquoted_token2, - ACTIONS(5237), 1, - aux_sym__immediate_decimal_token1, - STATE(2411), 1, + STATE(2122), 1, + sym_path, + STATE(2125), 1, sym_comment, - ACTIONS(1447), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1445), 37, + STATE(2328), 1, + sym_cell_path, + ACTIONS(822), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -289970,28 +219334,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110313] = 7, + [111764] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5239), 1, - anon_sym_DOT2, - STATE(2397), 1, - sym_path, - STATE(2412), 1, - sym_comment, - STATE(2621), 1, - sym_cell_path, - ACTIONS(1469), 2, - ts_builtin_sym_end, + ACTIONS(739), 1, anon_sym_LF, - ACTIONS(1467), 37, + ACTIONS(1608), 1, + aux_sym_unquoted_token6, + STATE(2126), 1, + sym_comment, + ACTIONS(737), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290004,6 +219365,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -290022,28 +219385,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110372] = 7, + [111820] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, - anon_sym_DOT2, - STATE(2387), 1, - sym_path, - STATE(2413), 1, + STATE(2106), 1, + aux_sym_cell_path_repeat1, + STATE(2127), 1, sym_comment, - STATE(2674), 1, - sym_cell_path, - ACTIONS(1457), 2, - ts_builtin_sym_end, + STATE(2190), 1, + sym_path, + ACTIONS(735), 2, anon_sym_LF, - ACTIONS(1455), 37, + anon_sym_DOT2, + ACTIONS(733), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290074,26 +219437,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110431] = 5, + [111878] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5232), 1, - anon_sym_QMARK2, - STATE(2414), 1, + STATE(2128), 1, sym_comment, - ACTIONS(1421), 2, + ACTIONS(686), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1419), 39, + ACTIONS(684), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290106,6 +219466,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -290124,17 +219486,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110486] = 5, + aux_sym_unquoted_token6, + [111932] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5167), 1, - aux_sym__immediate_decimal_token2, - STATE(2415), 1, - sym_comment, - ACTIONS(2908), 2, + ACTIONS(817), 1, anon_sym_LF, + ACTIONS(4686), 1, anon_sym_DOT2, - ACTIONS(2906), 39, + STATE(2122), 1, + sym_path, + STATE(2129), 1, + sym_comment, + STATE(2340), 1, + sym_cell_path, + ACTIONS(815), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290174,15 +219540,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110541] = 4, + [111992] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2416), 1, - sym_comment, - ACTIONS(1443), 2, + ACTIONS(799), 1, anon_sym_LF, + ACTIONS(1834), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4713), 1, anon_sym_DOT2, - ACTIONS(1441), 40, + ACTIONS(4717), 1, + aux_sym_unquoted_token2, + STATE(2130), 1, + sym_comment, + ACTIONS(797), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290193,7 +219564,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -290223,27 +219593,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110594] = 6, + [112052] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5242), 1, - anon_sym_DOT2, - STATE(2541), 1, - sym_path, - ACTIONS(1389), 2, - ts_builtin_sym_end, + ACTIONS(735), 1, anon_sym_LF, - STATE(2417), 2, - sym_comment, + ACTIONS(4686), 1, + anon_sym_DOT2, + STATE(2106), 1, aux_sym_cell_path_repeat1, - ACTIONS(1387), 37, + STATE(2131), 1, + sym_comment, + STATE(2190), 1, + sym_path, + ACTIONS(733), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290274,27 +219646,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110651] = 6, + [112112] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, + STATE(2107), 1, + aux_sym_cell_path_repeat1, + STATE(2132), 1, + sym_comment, + STATE(2251), 1, + sym_path, + ACTIONS(735), 2, anon_sym_LF, - ACTIONS(5222), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5245), 1, anon_sym_DOT2, - STATE(2418), 1, + ACTIONS(733), 39, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [112170] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2133), 1, sym_comment, - ACTIONS(2832), 39, + ACTIONS(777), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(775), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290307,6 +219727,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -290325,20 +219747,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110708] = 6, + aux_sym_unquoted_token6, + [112224] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5247), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5249), 1, - aux_sym__immediate_decimal_token2, - STATE(2419), 1, - sym_comment, - ACTIONS(2834), 3, + ACTIONS(4719), 1, + anon_sym_DOT2, + STATE(2408), 1, + sym_path, + ACTIONS(762), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 37, + STATE(2134), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(760), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290376,28 +219799,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110765] = 7, + [112281] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, - anon_sym_DOT2, - STATE(2387), 1, - sym_path, - STATE(2420), 1, + ACTIONS(4722), 1, + anon_sym_QMARK2, + STATE(2135), 1, sym_comment, - STATE(2650), 1, - sym_cell_path, - ACTIONS(1461), 2, - ts_builtin_sym_end, + ACTIONS(785), 2, anon_sym_LF, - ACTIONS(1459), 37, + anon_sym_DOT2, + ACTIONS(783), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290428,27 +219849,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110824] = 6, + [112336] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, + ACTIONS(4724), 1, + anon_sym_QMARK2, + STATE(2136), 1, + sym_comment, + ACTIONS(785), 2, anon_sym_LF, - ACTIONS(5251), 1, anon_sym_DOT2, - ACTIONS(5255), 1, - aux_sym__immediate_decimal_token2, - STATE(2421), 1, + ACTIONS(783), 39, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [112391] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2137), 1, + sym_comment, + STATE(2157), 1, + aux_sym_cell_path_repeat1, + STATE(2318), 1, + sym_path, + ACTIONS(733), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(735), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [112450] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2138), 1, sym_comment, - ACTIONS(2934), 39, + STATE(2162), 1, + sym_path, + STATE(2498), 1, + sym_cell_path, + ACTIONS(832), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(830), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290479,27 +220003,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110881] = 6, + [112509] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LF, - ACTIONS(5257), 1, + ACTIONS(4728), 1, anon_sym_DOT2, - ACTIONS(5260), 1, - aux_sym__immediate_decimal_token2, - STATE(2422), 1, + STATE(2139), 1, sym_comment, - ACTIONS(2934), 39, + STATE(2162), 1, + sym_path, + STATE(2437), 1, + sym_cell_path, + ACTIONS(791), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(789), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -290530,18 +220055,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110938] = 6, + [112568] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, + STATE(2140), 1, + sym_comment, + ACTIONS(858), 2, anon_sym_LF, - ACTIONS(5163), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5262), 1, anon_sym_DOT2, - STATE(2423), 1, - sym_comment, - ACTIONS(2832), 39, + ACTIONS(856), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290552,6 +220074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -290581,28 +220104,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110995] = 6, + [112621] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2417), 1, - aux_sym_cell_path_repeat1, - STATE(2424), 1, + STATE(2141), 1, sym_comment, - STATE(2541), 1, - sym_path, - ACTIONS(1409), 3, - ts_builtin_sym_end, + ACTIONS(847), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1407), 37, + ACTIONS(845), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -290632,73 +220153,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111052] = 7, + [112674] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(4732), 1, + anon_sym_RBRACK, + ACTIONS(4734), 1, + anon_sym_LPAREN, + ACTIONS(4736), 1, + anon_sym_LT, + ACTIONS(4740), 1, anon_sym_DOT2, - STATE(2400), 1, - aux_sym_cell_path_repeat1, - STATE(2425), 1, + ACTIONS(4742), 1, + anon_sym_DOLLAR2, + ACTIONS(4744), 1, + anon_sym_EQ2, + ACTIONS(4746), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4748), 1, + anon_sym_DASH2, + ACTIONS(4750), 1, + anon_sym_PLUS2, + ACTIONS(4752), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token7, + STATE(2142), 1, sym_comment, - STATE(2628), 1, - sym_path, - ACTIONS(1394), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, + STATE(3104), 1, + sym__var, + STATE(3302), 1, + sym__immediate_decimal, + STATE(3301), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(4738), 8, + anon_sym_DASH, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1396), 33, - anon_sym_SEMI, - anon_sym_COLON, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(4730), 18, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [111111] = 7, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [112757] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5175), 1, + ACTIONS(4756), 1, anon_sym_DOT2, - STATE(2387), 1, - sym_path, - STATE(2426), 1, + ACTIONS(4758), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4760), 1, + aux_sym_unquoted_token2, + STATE(2143), 1, sym_comment, - STATE(2637), 1, - sym_cell_path, - ACTIONS(1433), 2, + ACTIONS(799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1431), 37, + ACTIONS(797), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290736,75 +220269,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111170] = 4, - ACTIONS(3), 1, + [112816] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2427), 1, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2144), 1, sym_comment, - ACTIONS(1441), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1443), 36, + STATE(2162), 1, + sym_path, + STATE(2523), 1, + sym_cell_path, + ACTIONS(717), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(715), 37, anon_sym_SEMI, - anon_sym_COLON, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [111223] = 4, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [112875] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2428), 1, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2134), 1, + aux_sym_cell_path_repeat1, + STATE(2145), 1, sym_comment, - ACTIONS(1439), 2, + STATE(2408), 1, + sym_path, + ACTIONS(735), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 40, + ACTIONS(733), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -290834,63 +220373,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111276] = 4, + [112934] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2429), 1, - sym_comment, - ACTIONS(1515), 2, + ACTIONS(907), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1513), 39, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [111328] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2430), 1, + STATE(2146), 1, sym_comment, - ACTIONS(3258), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3256), 39, + ACTIONS(905), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290912,6 +220402,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -290930,43 +220422,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111380] = 6, - ACTIONS(105), 1, + [112987] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5265), 1, - anon_sym_DOT2, - STATE(2734), 1, - sym_path, - ACTIONS(1389), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2431), 2, + ACTIONS(4762), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4764), 1, + aux_sym__immediate_decimal_token2, + STATE(2147), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(655), 15, + sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(657), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -290977,19 +220473,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [111436] = 5, + [113044] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3214), 1, + ACTIONS(870), 1, anon_sym_LF, - ACTIONS(5268), 1, - anon_sym_DOT2, - STATE(2432), 1, + ACTIONS(4766), 1, + sym_filesize_unit, + ACTIONS(4768), 1, + sym_duration_unit, + STATE(2148), 1, sym_comment, - ACTIONS(3212), 39, + ACTIONS(868), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291029,19 +220524,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111490] = 6, + [113101] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5270), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5272), 1, - aux_sym__immediate_decimal_token2, - STATE(2433), 1, + ACTIONS(1736), 1, + aux_sym_unquoted_token6, + STATE(2149), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(739), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2832), 37, + ACTIONS(737), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291061,6 +220554,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -291079,25 +220574,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111546] = 5, + [113156] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2649), 1, + ACTIONS(4770), 1, anon_sym_DOT2, - ACTIONS(5276), 1, - anon_sym_LF, - STATE(2434), 1, + STATE(2150), 1, sym_comment, - ACTIONS(5274), 39, + STATE(2164), 1, + sym_path, + STATE(2335), 1, + sym_cell_path, + ACTIONS(717), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(715), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291128,73 +220626,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111600] = 4, + [113215] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2435), 1, + ACTIONS(4773), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4775), 1, + aux_sym__immediate_decimal_token2, + STATE(2151), 1, sym_comment, - ACTIONS(1522), 2, + ACTIONS(2377), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1520), 39, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [111652] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2908), 1, - anon_sym_LF, - ACTIONS(5230), 1, - aux_sym__immediate_decimal_token2, - STATE(2436), 1, - sym_comment, - ACTIONS(2906), 39, + ACTIONS(2375), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291225,16 +220677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111706] = 5, + [113272] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3208), 1, + ACTIONS(4777), 1, + aux_sym__immediate_decimal_token2, + STATE(2152), 1, + sym_comment, + ACTIONS(2503), 2, anon_sym_LF, - ACTIONS(5278), 1, anon_sym_DOT2, - STATE(2437), 1, - sym_comment, - ACTIONS(3206), 39, + ACTIONS(2501), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291274,16 +220727,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111760] = 5, + [113327] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3200), 1, + ACTIONS(739), 1, anon_sym_LF, - ACTIONS(5280), 1, - anon_sym_DOT2, - STATE(2438), 1, + STATE(2153), 1, sym_comment, - ACTIONS(3198), 39, + ACTIONS(737), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291305,6 +220756,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -291323,25 +220776,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111814] = 5, + [113380] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3173), 1, + STATE(2154), 1, + sym_comment, + ACTIONS(847), 2, anon_sym_LF, - ACTIONS(5282), 1, anon_sym_DOT2, - STATE(2439), 1, + ACTIONS(845), 40, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [113433] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2155), 1, sym_comment, - ACTIONS(3171), 39, + STATE(2162), 1, + sym_path, + STATE(2494), 1, + sym_cell_path, + ACTIONS(839), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(837), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291372,21 +220877,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111868] = 5, - ACTIONS(3), 1, + [113492] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5284), 1, + STATE(2156), 1, + sym_comment, + ACTIONS(858), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(856), 40, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_QMARK2, - STATE(2440), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [113545] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4779), 1, + anon_sym_DOT2, + STATE(2318), 1, + sym_path, + STATE(2157), 2, sym_comment, - ACTIONS(1419), 6, + aux_sym_cell_path_repeat1, + ACTIONS(760), 6, anon_sym_EQ, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1421), 34, + ACTIONS(762), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, @@ -291399,7 +220956,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -291421,26 +220977,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [111922] = 6, + [113602] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5286), 1, - anon_sym_DOT2, - ACTIONS(5288), 1, + ACTIONS(2377), 1, + anon_sym_LF, + ACTIONS(4782), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4784), 1, aux_sym__immediate_decimal_token2, - STATE(2441), 1, + STATE(2158), 1, sym_comment, - ACTIONS(2936), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2934), 37, + ACTIONS(2375), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291471,73 +221028,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111978] = 4, + [113659] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2442), 1, + ACTIONS(4724), 1, + anon_sym_QMARK2, + STATE(2159), 1, sym_comment, - ACTIONS(1522), 2, + ACTIONS(785), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1520), 39, + ACTIONS(783), 39, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [112030] = 5, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [113714] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5290), 1, - aux_sym__immediate_decimal_token2, - STATE(2443), 1, - sym_comment, - ACTIONS(2986), 3, - ts_builtin_sym_end, + ACTIONS(2328), 1, anon_sym_LF, + ACTIONS(4699), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4786), 1, anon_sym_DOT2, - ACTIONS(2984), 37, + STATE(2160), 1, + sym_comment, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291568,15 +221129,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112084] = 4, + [113771] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2444), 1, - sym_comment, - ACTIONS(1534), 2, + ACTIONS(2519), 1, anon_sym_LF, + ACTIONS(4789), 1, anon_sym_DOT2, - ACTIONS(1532), 39, + ACTIONS(4792), 1, + aux_sym__immediate_decimal_token2, + STATE(2161), 1, + sym_comment, + ACTIONS(2517), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291616,24 +221180,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112136] = 4, + [113828] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2445), 1, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2145), 1, + aux_sym_cell_path_repeat1, + STATE(2162), 1, sym_comment, - ACTIONS(2908), 2, + STATE(2408), 1, + sym_path, + ACTIONS(747), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2906), 39, + ACTIONS(745), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291664,24 +221232,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112188] = 4, + [113887] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4794), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4796), 1, + aux_sym__immediate_decimal_token2, + STATE(2163), 1, + sym_comment, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [113944] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2446), 1, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2164), 1, sym_comment, - ACTIONS(1526), 2, + STATE(2174), 1, + aux_sym_cell_path_repeat1, + STATE(2408), 1, + sym_path, + ACTIONS(747), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 39, + ACTIONS(745), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291712,26 +221335,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112240] = 6, - ACTIONS(105), 1, + [114003] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5292), 1, + ACTIONS(4798), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4800), 1, + aux_sym__immediate_decimal_token2, + STATE(2165), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_DOT2, - ACTIONS(5296), 1, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [114060] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4711), 1, aux_sym__immediate_decimal_token2, - STATE(2447), 1, + STATE(2166), 1, sym_comment, - ACTIONS(2936), 2, - ts_builtin_sym_end, + ACTIONS(2377), 2, anon_sym_LF, - ACTIONS(2934), 37, + anon_sym_DOT2, + ACTIONS(2375), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291762,16 +221436,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112296] = 5, + [114115] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1377), 1, + ACTIONS(2328), 1, anon_sym_LF, - ACTIONS(4924), 1, - aux_sym_unquoted_token3, - STATE(2448), 1, + ACTIONS(4802), 1, + anon_sym_DOT2, + ACTIONS(4804), 1, + aux_sym__immediate_decimal_token2, + STATE(2167), 1, sym_comment, - ACTIONS(1375), 39, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291811,16 +221487,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112350] = 5, + [114172] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, + ACTIONS(2328), 1, anon_sym_LF, - ACTIONS(5222), 1, + ACTIONS(4804), 1, aux_sym__immediate_decimal_token2, - STATE(2449), 1, + ACTIONS(4806), 1, + aux_sym__immediate_decimal_token1, + STATE(2168), 1, sym_comment, - ACTIONS(2832), 39, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291860,24 +221538,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112404] = 4, + [114229] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2450), 1, + ACTIONS(2099), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4756), 1, + anon_sym_DOT2, + ACTIONS(4760), 1, + aux_sym_unquoted_token2, + STATE(2169), 1, sym_comment, - ACTIONS(2986), 2, + ACTIONS(799), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2984), 39, + ACTIONS(797), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -291908,16 +221590,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112456] = 4, + [114288] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2451), 1, + ACTIONS(4728), 1, + anon_sym_DOT2, + STATE(2162), 1, + sym_path, + STATE(2170), 1, sym_comment, - ACTIONS(1443), 3, + STATE(2479), 1, + sym_cell_path, + ACTIONS(817), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1441), 38, + ACTIONS(815), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291926,7 +221613,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -291956,16 +221642,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112508] = 5, + [114347] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, + ACTIONS(2519), 1, anon_sym_LF, - ACTIONS(5298), 1, + ACTIONS(4808), 1, anon_sym_DOT2, - STATE(2452), 1, + ACTIONS(4812), 1, + aux_sym__immediate_decimal_token2, + STATE(2171), 1, sym_comment, - ACTIONS(2832), 39, + ACTIONS(2517), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292005,19 +221693,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112562] = 6, + [114404] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2172), 1, + sym_comment, + ACTIONS(845), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(847), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [114457] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5272), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5301), 1, + ACTIONS(4728), 1, anon_sym_DOT2, - STATE(2453), 1, + STATE(2162), 1, + sym_path, + STATE(2173), 1, sym_comment, - ACTIONS(2834), 2, + STATE(2430), 1, + sym_cell_path, + ACTIONS(828), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2832), 37, + ACTIONS(826), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292055,24 +221794,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112618] = 4, + [114516] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2454), 1, + STATE(2134), 1, + aux_sym_cell_path_repeat1, + STATE(2174), 1, sym_comment, - ACTIONS(2834), 2, + STATE(2408), 1, + sym_path, + ACTIONS(735), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2832), 39, + ACTIONS(733), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -292103,77 +221845,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112670] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5303), 1, - anon_sym_RBRACK, - ACTIONS(5311), 1, - anon_sym_list, - STATE(2902), 1, - sym__one_type, - STATE(6116), 1, - sym__type_annotation, - ACTIONS(5308), 2, - anon_sym_table, - anon_sym_record, - STATE(2455), 2, - sym_comment, - aux_sym__multiple_types_repeat1, - STATE(2605), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5305), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [112732] = 7, + [114573] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token6, - STATE(2456), 1, + ACTIONS(4814), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4816), 1, + aux_sym__immediate_decimal_token2, + STATE(2175), 1, sym_comment, - ACTIONS(5314), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(5316), 2, - anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(1375), 12, + ACTIONS(647), 15, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -292182,11 +221868,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1377), 24, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(649), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -292207,181 +221896,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [112790] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5320), 1, - anon_sym_RBRACK, - ACTIONS(5326), 1, - anon_sym_list, - STATE(2457), 1, - sym_comment, - STATE(2473), 1, - aux_sym__multiple_types_repeat1, - STATE(2902), 1, - sym__one_type, - STATE(6116), 1, - sym__type_annotation, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(2605), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [112854] = 4, + [114630] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2458), 1, + ACTIONS(4699), 1, + aux_sym__immediate_decimal_token2, + STATE(2176), 1, sym_comment, - ACTIONS(1526), 2, + ACTIONS(2328), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1524), 39, - anon_sym_EQ, + ACTIONS(2326), 39, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [112906] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(5196), 1, - anon_sym_LPAREN, - ACTIONS(5198), 1, - anon_sym_LT, - ACTIONS(5202), 1, - anon_sym_DOT2, - ACTIONS(5206), 1, - anon_sym_EQ2, - ACTIONS(5208), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5210), 1, - anon_sym_DASH2, - ACTIONS(5212), 1, - anon_sym_PLUS2, - ACTIONS(5214), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token7, - STATE(2459), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3407), 1, - sym__immediate_decimal, - STATE(3408), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5200), 8, anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5192), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [112984] = 5, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [114685] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5190), 1, - aux_sym__immediate_decimal_token2, - STATE(2460), 1, + ACTIONS(4818), 1, + anon_sym_DOT2, + STATE(2164), 1, + sym_path, + STATE(2177), 1, sym_comment, - ACTIONS(2908), 3, + STATE(2261), 1, + sym_cell_path, + ACTIONS(832), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2906), 37, + ACTIONS(830), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292419,70 +221998,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113038] = 7, + [114744] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5328), 1, + ACTIONS(4728), 1, anon_sym_DOT2, - STATE(2461), 1, - sym_comment, - STATE(2470), 1, - aux_sym_cell_path_repeat1, - STATE(2734), 1, + STATE(2162), 1, sym_path, - ACTIONS(1396), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1394), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [113096] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5249), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5330), 1, - anon_sym_DOT2, - STATE(2462), 1, + STATE(2178), 1, sym_comment, - ACTIONS(2834), 2, + STATE(2560), 1, + sym_cell_path, + ACTIONS(854), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2832), 37, + ACTIONS(852), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292520,112 +222050,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113152] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5284), 1, - anon_sym_QMARK2, - STATE(2463), 1, - sym_comment, - ACTIONS(1419), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1421), 34, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [113206] = 4, + [114803] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2464), 1, - sym_comment, - ACTIONS(1511), 2, + ACTIONS(2519), 1, anon_sym_LF, + ACTIONS(4821), 1, anon_sym_DOT2, - ACTIONS(1509), 39, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [113258] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2465), 1, + ACTIONS(4823), 1, + aux_sym__immediate_decimal_token2, + STATE(2179), 1, sym_comment, - ACTIONS(1515), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1513), 39, + ACTIONS(2517), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292665,126 +222101,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113310] = 7, + [114860] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5333), 1, + ACTIONS(4728), 1, anon_sym_DOT2, - STATE(2461), 1, + STATE(2162), 1, sym_path, - STATE(2466), 1, + STATE(2180), 1, sym_comment, - STATE(2728), 1, + STATE(2505), 1, sym_cell_path, - ACTIONS(1402), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1400), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [113368] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5336), 1, - anon_sym_DOT2, - ACTIONS(5339), 1, - aux_sym__immediate_decimal_token2, - STATE(2467), 1, - sym_comment, - ACTIONS(2936), 2, + ACTIONS(824), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2934), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [113424] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3157), 1, - anon_sym_LF, - ACTIONS(5341), 1, - sym__long_flag_identifier, - STATE(2468), 1, - sym_comment, - ACTIONS(3153), 39, + ACTIONS(822), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -292815,18 +222153,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113478] = 5, + [114919] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5343), 1, - anon_sym_QMARK2, - STATE(2469), 1, + ACTIONS(4825), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4827), 1, + aux_sym__immediate_decimal_token2, + STATE(2181), 1, sym_comment, - ACTIONS(1421), 3, + ACTIONS(2328), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1419), 37, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292864,43 +222204,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113532] = 6, - ACTIONS(105), 1, + [114976] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2431), 1, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2137), 1, aux_sym_cell_path_repeat1, - STATE(2470), 1, + STATE(2182), 1, sym_comment, - STATE(2734), 1, + STATE(2318), 1, sym_path, - ACTIONS(1409), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1407), 36, + ACTIONS(745), 6, anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(747), 33, anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -292914,65 +222256,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [113588] = 6, - ACTIONS(105), 1, + [115035] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5345), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5347), 1, - aux_sym__immediate_decimal_token2, - STATE(2471), 1, + STATE(2183), 1, sym_comment, - ACTIONS(2908), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2906), 37, + ACTIONS(856), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(858), 36, anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_in, + anon_sym_if, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [113644] = 4, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [115088] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2472), 1, + ACTIONS(4722), 1, + anon_sym_QMARK2, + STATE(2184), 1, sym_comment, - ACTIONS(1511), 2, + ACTIONS(785), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1509), 39, + ACTIONS(783), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293012,29 +222355,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113696] = 10, + [115143] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - ACTIONS(5349), 1, + ACTIONS(4800), 1, + aux_sym__immediate_decimal_token2, + STATE(2185), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 24, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_RBRACK, - STATE(2455), 1, - aux_sym__multiple_types_repeat1, - STATE(2473), 1, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [115197] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4829), 1, + anon_sym_RBRACK, + ACTIONS(4835), 1, + anon_sym_list, + STATE(2186), 1, sym_comment, - STATE(2902), 1, + STATE(2194), 1, + aux_sym__multiple_types_repeat1, + STATE(2808), 1, sym__one_type, - STATE(6116), 1, + STATE(6094), 1, sym__type_annotation, - ACTIONS(5324), 2, + ACTIONS(4833), 2, anon_sym_table, anon_sym_record, - STATE(2605), 3, + STATE(2315), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(5322), 31, + ACTIONS(4831), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -293066,25 +222458,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [113760] = 5, + [115261] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5343), 1, - anon_sym_QMARK2, - STATE(2474), 1, - sym_comment, - ACTIONS(1421), 3, - ts_builtin_sym_end, + ACTIONS(2687), 1, anon_sym_LF, + ACTIONS(4837), 1, anon_sym_DOT2, - ACTIONS(1419), 37, + STATE(2187), 1, + sym_comment, + ACTIONS(2685), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -293115,16 +222507,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113814] = 5, + [115315] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(2677), 1, anon_sym_LF, - ACTIONS(2649), 1, + ACTIONS(4839), 1, anon_sym_DOT2, - STATE(2475), 1, + STATE(2188), 1, sym_comment, - ACTIONS(213), 39, + ACTIONS(2675), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293164,70 +222556,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113868] = 10, - ACTIONS(3), 1, + [115369] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - ACTIONS(5351), 1, - anon_sym_LBRACK, - STATE(2476), 1, + ACTIONS(2671), 1, + anon_sym_LF, + ACTIONS(4841), 1, + anon_sym_DOT2, + STATE(2189), 1, sym_comment, - STATE(6201), 1, - sym__type_annotation, - STATE(6203), 1, - sym__multiple_types, - STATE(6204), 1, - sym__one_type, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(2605), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [113932] = 5, + ACTIONS(2669), 39, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [115423] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2986), 1, - anon_sym_LF, - ACTIONS(5353), 1, - aux_sym__immediate_decimal_token2, - STATE(2477), 1, + STATE(2190), 1, sym_comment, - ACTIONS(2984), 39, + ACTIONS(916), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(914), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293267,16 +222653,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113986] = 4, + [115475] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2478), 1, + STATE(2191), 1, sym_comment, - ACTIONS(1439), 3, + ACTIONS(739), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 38, + ACTIONS(737), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293285,7 +222670,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -293297,6 +222681,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -293315,16 +222701,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114038] = 5, + [115527] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3240), 1, + ACTIONS(2377), 1, anon_sym_LF, - ACTIONS(5355), 1, - anon_sym_DOT2, - STATE(2479), 1, + ACTIONS(4784), 1, + aux_sym__immediate_decimal_token2, + STATE(2192), 1, sym_comment, - ACTIONS(3238), 39, + ACTIONS(2375), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293364,18 +222750,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114092] = 5, + [115581] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4843), 1, + anon_sym_RBRACK, + ACTIONS(4851), 1, + anon_sym_list, + STATE(2808), 1, + sym__one_type, + STATE(6094), 1, + sym__type_annotation, + ACTIONS(4848), 2, + anon_sym_table, + anon_sym_record, + STATE(2193), 2, + sym_comment, + aux_sym__multiple_types_repeat1, + STATE(2315), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4845), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [115643] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + ACTIONS(4854), 1, + anon_sym_RBRACK, + STATE(2193), 1, + aux_sym__multiple_types_repeat1, + STATE(2194), 1, + sym_comment, + STATE(2808), 1, + sym__one_type, + STATE(6094), 1, + sym__type_annotation, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(2315), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [115707] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5249), 1, - aux_sym__immediate_decimal_token2, - STATE(2480), 1, + STATE(2195), 1, sym_comment, - ACTIONS(2834), 3, + ACTIONS(858), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2832), 37, + ACTIONS(856), 38, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293384,6 +222875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -293413,26 +222905,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114146] = 5, + [115759] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3165), 1, + STATE(2196), 1, + sym_comment, + ACTIONS(847), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5357), 1, anon_sym_DOT2, - STATE(2481), 1, - sym_comment, - ACTIONS(3163), 39, + ACTIONS(845), 38, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -293462,14 +222953,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114200] = 4, + [115811] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3473), 1, + ACTIONS(2663), 1, anon_sym_LF, - STATE(2482), 1, + ACTIONS(4856), 1, + anon_sym_DOT2, + STATE(2197), 1, sym_comment, - ACTIONS(3471), 39, + ACTIONS(2661), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293509,14 +223002,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114251] = 4, + [115865] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4858), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4860), 1, + aux_sym__immediate_decimal_token2, + STATE(2198), 1, + sym_comment, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [115921] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1673), 1, + STATE(2199), 1, + sym_comment, + ACTIONS(887), 2, anon_sym_LF, - STATE(2483), 1, + anon_sym_DOT2, + ACTIONS(885), 39, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [115973] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(699), 1, + anon_sym_LF, + ACTIONS(4487), 1, + aux_sym_unquoted_token3, + STATE(2200), 1, sym_comment, - ACTIONS(1671), 39, + ACTIONS(697), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293556,14 +223149,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114302] = 4, + [116027] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4862), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4864), 1, + aux_sym__immediate_decimal_token2, + STATE(2201), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [116083] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(870), 1, anon_sym_LF, - STATE(2484), 1, + ACTIONS(2131), 1, + anon_sym_DOT2, + STATE(2202), 1, sym_comment, - ACTIONS(1651), 39, + ACTIONS(868), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293603,24 +223248,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114353] = 5, + [116137] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5359), 1, - anon_sym_DOT2, - STATE(2485), 1, + STATE(2203), 1, sym_comment, - ACTIONS(3165), 2, - ts_builtin_sym_end, + ACTIONS(2328), 2, anon_sym_LF, - ACTIONS(3163), 37, + anon_sym_DOT2, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -293651,17 +223296,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114406] = 5, + [116189] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5361), 1, - anon_sym_DOT2, - STATE(2486), 1, + ACTIONS(4866), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4868), 1, + aux_sym__immediate_decimal_token2, + STATE(2204), 1, sym_comment, - ACTIONS(3240), 2, + ACTIONS(2377), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3238), 37, + ACTIONS(2375), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293699,40 +223346,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114459] = 4, - ACTIONS(105), 1, + [116245] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2487), 1, - sym_comment, - ACTIONS(1439), 3, - ts_builtin_sym_end, - anon_sym_LF, + ACTIONS(4764), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4870), 1, anon_sym_DOT2, - ACTIONS(1437), 37, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, + STATE(2205), 1, + sym_comment, + ACTIONS(655), 14, + sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_QMARK2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(657), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [116301] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4873), 1, + anon_sym_DOT2, + ACTIONS(4876), 1, + aux_sym__immediate_decimal_token2, + STATE(2206), 1, + sym_comment, + ACTIONS(671), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(673), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -293743,17 +223446,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + [116357] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4878), 1, + aux_sym__immediate_decimal_token2, + STATE(2207), 1, + sym_comment, + ACTIONS(684), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - [114510] = 4, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(686), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [116411] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1697), 1, - anon_sym_LF, - STATE(2488), 1, + STATE(2208), 1, sym_comment, - ACTIONS(1695), 39, + ACTIONS(887), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(885), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293793,23 +223543,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114561] = 4, + [116463] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1627), 1, + STATE(2209), 1, + sym_comment, + ACTIONS(920), 2, anon_sym_LF, - STATE(2489), 1, + anon_sym_DOT2, + ACTIONS(918), 39, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [116515] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4827), 1, + aux_sym__immediate_decimal_token2, + STATE(2210), 1, sym_comment, - ACTIONS(1625), 39, + ACTIONS(2328), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -293840,14 +223640,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114612] = 4, + [116569] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1693), 1, + ACTIONS(4880), 1, + anon_sym_DOT2, + STATE(2211), 1, + sym_comment, + STATE(2214), 1, + sym_path, + STATE(2535), 1, + sym_cell_path, + ACTIONS(717), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2490), 1, + ACTIONS(715), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [116627] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2739), 1, + anon_sym_LF, + ACTIONS(4883), 1, + anon_sym_DOT2, + STATE(2212), 1, sym_comment, - ACTIONS(1691), 39, + ACTIONS(2737), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293887,16 +223740,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114663] = 4, + [116681] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2491), 1, - sym_comment, - ACTIONS(1443), 3, + ACTIONS(4885), 1, + anon_sym_DOT2, + STATE(2559), 1, + sym_path, + ACTIONS(762), 2, ts_builtin_sym_end, anon_sym_LF, + STATE(2213), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(760), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [116737] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4888), 1, anon_sym_DOT2, - ACTIONS(1441), 37, + STATE(2214), 1, + sym_comment, + STATE(2254), 1, + aux_sym_cell_path_repeat1, + STATE(2559), 1, + sym_path, + ACTIONS(747), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(745), 36, anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, @@ -293909,7 +223817,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PLUS_PLUS_EQ, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -293934,14 +223841,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [114714] = 4, + [116795] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1681), 1, + ACTIONS(2420), 1, anon_sym_LF, - STATE(2492), 1, + ACTIONS(4890), 1, + sym__long_flag_identifier, + STATE(2215), 1, sym_comment, - ACTIONS(1679), 39, + ACTIONS(2416), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293981,23 +223890,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114765] = 4, + [116849] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1649), 1, - anon_sym_LF, - STATE(2493), 1, + ACTIONS(4892), 1, + anon_sym_DOT2, + ACTIONS(4896), 1, + aux_sym__immediate_decimal_token2, + STATE(2216), 1, sym_comment, - ACTIONS(1647), 39, + ACTIONS(2519), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2517), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294028,17 +223940,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114816] = 5, + [116905] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_DOT2, - STATE(2494), 1, + ACTIONS(4898), 1, + aux_sym__immediate_decimal_token2, + STATE(2217), 1, sym_comment, - ACTIONS(5276), 2, + ACTIONS(2503), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5274), 37, + anon_sym_DOT2, + ACTIONS(2501), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294076,17 +223989,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114869] = 5, + [116959] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_DOT2, - STATE(2495), 1, + ACTIONS(4900), 1, + anon_sym_QMARK2, + STATE(2218), 1, sym_comment, - ACTIONS(215), 2, + ACTIONS(785), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(213), 37, + anon_sym_DOT2, + ACTIONS(783), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294124,23 +224038,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114922] = 4, + [117013] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5365), 1, - anon_sym_LF, - STATE(2496), 1, + ACTIONS(4900), 1, + anon_sym_QMARK2, + STATE(2219), 1, sym_comment, - ACTIONS(5363), 39, + ACTIONS(785), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(783), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294171,14 +224087,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114973] = 4, + [117067] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1605), 1, + ACTIONS(2693), 1, anon_sym_LF, - STATE(2497), 1, + ACTIONS(4902), 1, + anon_sym_DOT2, + STATE(2220), 1, sym_comment, - ACTIONS(1603), 39, + ACTIONS(2691), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294218,23 +224136,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115024] = 4, + [117121] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4796), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4904), 1, + anon_sym_DOT2, + STATE(2221), 1, + sym_comment, + ACTIONS(655), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [117177] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1601), 1, - anon_sym_LF, - STATE(2498), 1, + ACTIONS(4907), 1, + anon_sym_DOT2, + ACTIONS(4909), 1, + aux_sym__immediate_decimal_token2, + STATE(2222), 1, sym_comment, - ACTIONS(1599), 39, + ACTIONS(2519), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2517), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294265,23 +224236,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115075] = 4, + [117233] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1593), 1, - anon_sym_LF, - STATE(2499), 1, + ACTIONS(4911), 1, + anon_sym_DOT2, + ACTIONS(4914), 1, + aux_sym__immediate_decimal_token2, + STATE(2223), 1, sym_comment, - ACTIONS(1591), 39, - anon_sym_SEMI, + ACTIONS(2519), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2517), 37, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294312,14 +224286,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115126] = 4, + [117289] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5369), 1, - anon_sym_LF, - STATE(2500), 1, + STATE(2224), 1, sym_comment, - ACTIONS(5367), 39, + ACTIONS(2377), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2375), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294359,18 +224334,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115177] = 7, + [117341] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - STATE(2501), 1, + ACTIONS(4919), 1, + aux_sym__immediate_decimal_token2, + STATE(2225), 1, sym_comment, - STATE(2598), 1, - sym_path, - STATE(2791), 1, - sym_cell_path, - ACTIONS(1431), 12, + ACTIONS(671), 15, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -294383,7 +224356,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1433), 25, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [117397] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4816), 1, + aux_sym__immediate_decimal_token2, + STATE(2226), 1, + sym_comment, + ACTIONS(647), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(649), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -294409,14 +224433,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [115234] = 4, + [117451] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1665), 1, + ACTIONS(4827), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4921), 1, + anon_sym_DOT2, + STATE(2227), 1, + sym_comment, + ACTIONS(2328), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2502), 1, + ACTIONS(2326), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [117507] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2228), 1, sym_comment, - ACTIONS(1663), 39, + ACTIONS(862), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(860), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294456,22 +224531,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115285] = 7, + [117559] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2503), 1, + ACTIONS(4924), 1, + aux_sym__immediate_decimal_token2, + STATE(2229), 1, sym_comment, - STATE(2598), 1, - sym_path, - STATE(2784), 1, - sym_cell_path, - ACTIONS(1400), 12, + ACTIONS(684), 16, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -294480,12 +224552,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1402), 25, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 24, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -294506,14 +224580,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [115342] = 4, + [117613] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1657), 1, - anon_sym_LF, - STATE(2504), 1, + STATE(2230), 1, sym_comment, - ACTIONS(1655), 39, + ACTIONS(943), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(941), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294553,23 +224628,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115393] = 4, + [117665] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2505), 1, - sym_comment, - ACTIONS(2834), 3, - ts_builtin_sym_end, + ACTIONS(2503), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 37, + ACTIONS(4926), 1, + aux_sym__immediate_decimal_token2, + STATE(2231), 1, + sym_comment, + ACTIONS(2501), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294600,22 +224677,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115444] = 7, + [117719] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2506), 1, + ACTIONS(4796), 1, + aux_sym__immediate_decimal_token2, + STATE(2232), 1, sym_comment, - STATE(2623), 1, - aux_sym_cell_path_repeat1, - STATE(2783), 1, - sym_path, - ACTIONS(1407), 12, + ACTIONS(655), 16, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -294624,12 +224698,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1409), 25, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 24, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -294650,14 +224726,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [115501] = 4, + [117773] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1639), 1, + ACTIONS(2131), 1, + anon_sym_DOT2, + ACTIONS(4930), 1, anon_sym_LF, - STATE(2507), 1, + STATE(2233), 1, sym_comment, - ACTIONS(1637), 39, + ACTIONS(4928), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294697,17 +224775,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115552] = 5, - ACTIONS(105), 1, + [117827] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + ACTIONS(4932), 1, + anon_sym_LBRACK, + STATE(2234), 1, + sym_comment, + STATE(6191), 1, + sym__type_annotation, + STATE(6192), 1, + sym__multiple_types, + STATE(6193), 1, + sym__one_type, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(2315), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [117891] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5373), 1, + ACTIONS(4934), 1, + anon_sym_QMARK2, + STATE(2235), 1, + sym_comment, + ACTIONS(783), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(785), 34, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT2, - STATE(2508), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [117945] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4936), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4938), 1, + aux_sym__immediate_decimal_token2, + STATE(2236), 1, sym_comment, - ACTIONS(3173), 2, + ACTIONS(2328), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3171), 37, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294745,17 +224928,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115605] = 5, + [118001] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5375), 1, - anon_sym_DOT2, - STATE(2509), 1, + STATE(2237), 1, sym_comment, - ACTIONS(3200), 2, + ACTIONS(907), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3198), 37, + ACTIONS(905), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294775,6 +224956,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -294793,24 +224976,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115658] = 5, + [118053] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5377), 1, + ACTIONS(2328), 1, + anon_sym_LF, + ACTIONS(4940), 1, anon_sym_DOT2, - STATE(2510), 1, + STATE(2238), 1, sym_comment, - ACTIONS(3208), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3206), 37, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294841,23 +225025,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115711] = 4, + [118107] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1609), 1, - anon_sym_LF, - STATE(2511), 1, + ACTIONS(4943), 1, + sym_filesize_unit, + ACTIONS(4945), 1, + sym_duration_unit, + STATE(2239), 1, sym_comment, - ACTIONS(1607), 39, + ACTIONS(870), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(868), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -294888,14 +225075,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115762] = 4, + [118163] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1613), 1, - anon_sym_LF, - STATE(2512), 1, + STATE(2240), 1, sym_comment, - ACTIONS(1611), 39, + ACTIONS(2503), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2501), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294935,62 +225123,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115813] = 5, - ACTIONS(105), 1, + [118215] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5379), 1, - anon_sym_DOT2, - STATE(2513), 1, + ACTIONS(4947), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4949), 1, + aux_sym__immediate_decimal_token2, + STATE(2241), 1, sym_comment, - ACTIONS(3214), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3212), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 23, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [118271] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4951), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4953), 1, + aux_sym__immediate_decimal_token2, + STATE(2242), 1, + sym_comment, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [115866] = 4, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [118327] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1689), 1, + ACTIONS(2328), 1, anon_sym_LF, - STATE(2514), 1, + ACTIONS(4804), 1, + aux_sym__immediate_decimal_token2, + STATE(2243), 1, sym_comment, - ACTIONS(1687), 39, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295030,23 +225272,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115917] = 4, + [118381] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4934), 1, + anon_sym_QMARK2, + STATE(2244), 1, + sym_comment, + ACTIONS(783), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(785), 34, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [118435] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1677), 1, - anon_sym_LF, - STATE(2515), 1, + ACTIONS(4775), 1, + aux_sym__immediate_decimal_token2, + STATE(2245), 1, sym_comment, - ACTIONS(1675), 39, + ACTIONS(2377), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2375), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -295077,18 +225370,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115968] = 7, + [118489] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2516), 1, + ACTIONS(4959), 1, + aux_sym_unquoted_token6, + STATE(2246), 1, sym_comment, - STATE(2598), 1, - sym_path, - STATE(2840), 1, - sym_cell_path, - ACTIONS(1463), 12, + ACTIONS(4955), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(4957), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(697), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -295101,12 +225396,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1465), 25, + ACTIONS(699), 24, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -295127,23 +225421,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [116025] = 4, + [118547] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1443), 1, - anon_sym_LF, - STATE(2517), 1, + ACTIONS(4938), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4961), 1, + anon_sym_DOT2, + STATE(2247), 1, sym_comment, - ACTIONS(1441), 39, + ACTIONS(2328), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -295174,14 +225471,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116076] = 4, + [118603] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1635), 1, - anon_sym_LF, - STATE(2518), 1, + STATE(2248), 1, sym_comment, - ACTIONS(1633), 39, + ACTIONS(920), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(918), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295221,79 +225519,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116127] = 4, - ACTIONS(105), 1, + [118655] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5383), 1, - anon_sym_LF, - STATE(2519), 1, + ACTIONS(4764), 1, + aux_sym__immediate_decimal_token2, + STATE(2249), 1, sym_comment, - ACTIONS(5381), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + ACTIONS(655), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(657), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [118709] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(4734), 1, + anon_sym_LPAREN, + ACTIONS(4736), 1, + anon_sym_LT, + ACTIONS(4740), 1, + anon_sym_DOT2, + ACTIONS(4744), 1, + anon_sym_EQ2, + ACTIONS(4746), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4748), 1, + anon_sym_DASH2, + ACTIONS(4750), 1, + anon_sym_PLUS2, + ACTIONS(4752), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token7, + STATE(2250), 1, + sym_comment, + STATE(3104), 1, + sym__var, + STATE(3302), 1, + sym__immediate_decimal, + STATE(3301), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(4738), 8, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(4730), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [116178] = 7, + [118787] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + STATE(2251), 1, + sym_comment, + ACTIONS(916), 2, anon_sym_LF, - ACTIONS(1276), 1, - anon_sym_COLON, - ACTIONS(1501), 1, anon_sym_DOT2, - STATE(2520), 1, - sym_comment, - ACTIONS(1494), 6, + ACTIONS(914), 39, anon_sym_EQ, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PLUS_PLUS_EQ, - ACTIONS(213), 31, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [118839] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2252), 1, + sym_comment, + ACTIONS(862), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(860), 39, + anon_sym_EQ, anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -295318,14 +225725,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [116235] = 4, + [118891] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5387), 1, - anon_sym_LF, - STATE(2521), 1, + STATE(2253), 1, sym_comment, - ACTIONS(5385), 39, + ACTIONS(2786), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2784), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295365,14 +225773,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116286] = 4, + [118943] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5391), 1, + STATE(2213), 1, + aux_sym_cell_path_repeat1, + STATE(2254), 1, + sym_comment, + STATE(2559), 1, + sym_path, + ACTIONS(735), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(2522), 1, + anon_sym_DOT2, + ACTIONS(733), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [118999] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2255), 1, + sym_comment, + STATE(2267), 1, + aux_sym_cell_path_repeat1, + STATE(2605), 1, + sym_path, + ACTIONS(733), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(735), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [119056] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(993), 1, + anon_sym_LF, + STATE(2256), 1, sym_comment, - ACTIONS(5389), 39, + ACTIONS(991), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295412,14 +225920,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116337] = 4, + [119107] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1534), 1, + ACTIONS(3127), 1, anon_sym_LF, - STATE(2523), 1, + STATE(2257), 1, sym_comment, - ACTIONS(1532), 39, + ACTIONS(3125), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295459,14 +225967,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116388] = 4, + [119158] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(3123), 1, anon_sym_LF, - STATE(2524), 1, + STATE(2258), 1, sym_comment, - ACTIONS(1619), 39, + ACTIONS(3121), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295506,23 +226014,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116439] = 4, + [119209] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1621), 1, - anon_sym_LF, - STATE(2525), 1, + STATE(2259), 1, sym_comment, - ACTIONS(1619), 39, + ACTIONS(862), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(860), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -295553,23 +226061,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116490] = 4, + [119260] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5395), 1, - anon_sym_LF, - STATE(2526), 1, + STATE(2260), 1, sym_comment, - ACTIONS(5393), 39, + ACTIONS(2503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2501), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -295600,23 +226108,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116541] = 4, + [119311] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, - anon_sym_LF, - STATE(2527), 1, + STATE(2261), 1, sym_comment, - ACTIONS(213), 39, + ACTIONS(943), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(941), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -295647,14 +226155,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116592] = 4, + [119362] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1685), 1, + ACTIONS(3119), 1, anon_sym_LF, - STATE(2528), 1, + STATE(2262), 1, sym_comment, - ACTIONS(1683), 39, + ACTIONS(3117), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295694,14 +226202,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116643] = 4, + [119413] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1631), 1, + ACTIONS(3115), 1, anon_sym_LF, - STATE(2529), 1, + STATE(2263), 1, sym_comment, - ACTIONS(1629), 39, + ACTIONS(3113), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295741,63 +226249,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116694] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(215), 1, - anon_sym_LF, - ACTIONS(1501), 1, - anon_sym_DOT2, - STATE(2530), 1, - sym_comment, - ACTIONS(1494), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - ACTIONS(213), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [116749] = 4, + [119464] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1538), 1, + ACTIONS(3111), 1, anon_sym_LF, - STATE(2531), 1, + STATE(2264), 1, sym_comment, - ACTIONS(1536), 39, + ACTIONS(3109), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295837,35 +226296,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116800] = 6, + [119515] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5399), 1, + ACTIONS(2799), 1, anon_sym_LF, - ACTIONS(5401), 1, - anon_sym_PIPE, - STATE(2532), 1, + STATE(2265), 1, sym_comment, - STATE(2588), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5397), 37, - sym_cmd_identifier, + ACTIONS(2797), 39, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -295885,24 +226334,33 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [116855] = 4, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [119566] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1439), 1, - anon_sym_LF, - STATE(2533), 1, + ACTIONS(4965), 1, + anon_sym_DOT2, + STATE(2266), 1, sym_comment, - ACTIONS(1437), 39, + ACTIONS(2739), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2737), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -295933,63 +226391,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116906] = 6, - ACTIONS(105), 1, + [119619] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(5405), 1, - anon_sym_LF, - STATE(2534), 1, + ACTIONS(4967), 1, + anon_sym_DOT2, + STATE(2605), 1, + sym_path, + STATE(2267), 2, sym_comment, - STATE(2588), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5403), 37, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_LPAREN, + aux_sym_cell_path_repeat1, + ACTIONS(760), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(762), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [119674] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2268), 1, + sym_comment, + ACTIONS(655), 15, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [116961] = 4, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(657), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [119725] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3230), 1, + ACTIONS(2655), 1, anon_sym_LF, - STATE(2535), 1, + STATE(2269), 1, sym_comment, - ACTIONS(3228), 39, + ACTIONS(2653), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296029,23 +226534,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117012] = 4, + [119776] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2536), 1, - sym_comment, - ACTIONS(1511), 3, - ts_builtin_sym_end, + ACTIONS(1047), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1509), 37, + STATE(2270), 1, + sym_comment, + ACTIONS(1045), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296076,14 +226581,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117063] = 4, + [119827] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5276), 1, + ACTIONS(858), 1, anon_sym_LF, - STATE(2537), 1, + STATE(2271), 1, sym_comment, - ACTIONS(5274), 39, + ACTIONS(856), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296123,24 +226628,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117114] = 5, + [119878] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5407), 1, - sym__long_flag_identifier, - STATE(2538), 1, - sym_comment, - ACTIONS(3157), 2, - ts_builtin_sym_end, + ACTIONS(3103), 1, anon_sym_LF, - ACTIONS(3153), 37, + STATE(2272), 1, + sym_comment, + ACTIONS(3101), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296171,24 +226675,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117167] = 5, + [119929] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4997), 1, - aux_sym_unquoted_token3, - STATE(2539), 1, - sym_comment, - ACTIONS(1377), 2, - ts_builtin_sym_end, + ACTIONS(3099), 1, anon_sym_LF, - ACTIONS(1375), 37, + STATE(2273), 1, + sym_comment, + ACTIONS(3097), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296219,23 +226722,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117220] = 4, + [119980] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2540), 1, - sym_comment, - ACTIONS(3258), 3, - ts_builtin_sym_end, + ACTIONS(3095), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3256), 37, + STATE(2274), 1, + sym_comment, + ACTIONS(3093), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296266,23 +226769,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117271] = 4, + [120031] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2541), 1, - sym_comment, - ACTIONS(1526), 3, - ts_builtin_sym_end, + ACTIONS(3091), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 37, + STATE(2275), 1, + sym_comment, + ACTIONS(3089), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296313,14 +226816,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117322] = 4, + [120082] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1589), 1, + ACTIONS(3087), 1, anon_sym_LF, - STATE(2542), 1, + STATE(2276), 1, sym_comment, - ACTIONS(1587), 39, + ACTIONS(3085), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296360,24 +226863,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117373] = 5, + [120133] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5409), 1, - aux_sym__immediate_decimal_token2, - STATE(2543), 1, - sym_comment, - ACTIONS(2986), 2, - ts_builtin_sym_end, + ACTIONS(3083), 1, anon_sym_LF, - ACTIONS(2984), 37, + STATE(2277), 1, + sym_comment, + ACTIONS(3081), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296408,14 +226910,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117426] = 4, + [120184] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, + ACTIONS(3075), 1, anon_sym_LF, - STATE(2544), 1, + STATE(2278), 1, sym_comment, - ACTIONS(2832), 39, + ACTIONS(3073), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296455,64 +226957,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117477] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2545), 1, - sym_comment, - STATE(2598), 1, - sym_path, - STATE(2789), 1, - sym_cell_path, - ACTIONS(1478), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1480), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [117534] = 4, + [120235] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(3069), 1, anon_sym_LF, - STATE(2546), 1, + STATE(2279), 1, sym_comment, - ACTIONS(1583), 39, + ACTIONS(3067), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296552,18 +227004,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117585] = 6, + [120286] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(5413), 1, + ACTIONS(4972), 1, anon_sym_LF, - STATE(2547), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + STATE(2280), 1, sym_comment, - STATE(2588), 1, + STATE(2309), 1, aux_sym_pipe_element_repeat1, - ACTIONS(5411), 37, + ACTIONS(4970), 37, sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296601,25 +227053,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [117640] = 4, + [120341] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3353), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(4978), 1, anon_sym_LF, - STATE(2548), 1, + STATE(2281), 1, sym_comment, - ACTIONS(3351), 39, - anon_sym_SEMI, + STATE(2309), 1, + aux_sym_pipe_element_repeat1, + ACTIONS(4976), 37, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -296639,23 +227101,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [117691] = 4, + anon_sym_CARET, + [120396] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3335), 1, + ACTIONS(3051), 1, anon_sym_LF, - STATE(2549), 1, + STATE(2282), 1, sym_comment, - ACTIONS(3333), 39, + ACTIONS(3049), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296695,84 +227149,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117742] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2550), 1, - sym_comment, - STATE(2623), 1, - aux_sym_cell_path_repeat1, - STATE(2783), 1, - sym_path, - ACTIONS(1407), 13, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT2, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1409), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [117797] = 6, + [120447] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(5417), 1, + ACTIONS(3033), 1, anon_sym_LF, - STATE(2551), 1, + STATE(2283), 1, sym_comment, - STATE(2588), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5415), 37, - sym_cmd_identifier, + ACTIONS(3031), 39, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -296792,19 +227187,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [117852] = 6, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [120498] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(5421), 1, + ACTIONS(4982), 1, anon_sym_LF, - STATE(2552), 1, + STATE(2284), 1, sym_comment, - STATE(2588), 1, + STATE(2309), 1, aux_sym_pipe_element_repeat1, - ACTIONS(5419), 37, + ACTIONS(4980), 37, sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296842,14 +227245,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [117907] = 4, + [120553] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3345), 1, + ACTIONS(3043), 1, anon_sym_LF, - STATE(2553), 1, + STATE(2285), 1, sym_comment, - ACTIONS(3343), 39, + ACTIONS(3041), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296889,14 +227292,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117958] = 4, + [120604] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3377), 1, + ACTIONS(3037), 1, anon_sym_LF, - STATE(2554), 1, + STATE(2286), 1, sym_comment, - ACTIONS(3375), 39, + ACTIONS(3035), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296936,23 +227339,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118009] = 4, + [120655] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2555), 1, - sym_comment, - ACTIONS(2986), 3, - ts_builtin_sym_end, + ACTIONS(3107), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2984), 37, + STATE(2287), 1, + sym_comment, + ACTIONS(3105), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -296983,23 +227386,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118060] = 4, + [120706] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2556), 1, - sym_comment, - ACTIONS(1515), 3, - ts_builtin_sym_end, + ACTIONS(3015), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1513), 37, + STATE(2288), 1, + sym_comment, + ACTIONS(3013), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -297030,122 +227433,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118111] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2550), 1, - aux_sym_cell_path_repeat1, - STATE(2557), 1, - sym_comment, - STATE(2783), 1, - sym_path, - ACTIONS(1394), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1396), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [118168] = 7, + [120757] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token6, - STATE(2558), 1, + STATE(2289), 1, sym_comment, - ACTIONS(5316), 2, - anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(5423), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 12, + ACTIONS(647), 15, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1377), 23, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [118225] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5425), 1, anon_sym_DOT2, - STATE(2557), 1, - sym_path, - STATE(2559), 1, - sym_comment, - STATE(2784), 1, - sym_cell_path, - ACTIONS(1400), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -297154,7 +227452,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1402), 25, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(649), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -297180,24 +227480,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [118282] = 5, + [120808] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5347), 1, - aux_sym__immediate_decimal_token2, - STATE(2560), 1, - sym_comment, - ACTIONS(2908), 2, - ts_builtin_sym_end, + ACTIONS(2977), 1, anon_sym_LF, - ACTIONS(2906), 37, + STATE(2290), 1, + sym_comment, + ACTIONS(2975), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -297228,76 +227527,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118335] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5194), 1, - anon_sym_RBRACK, - ACTIONS(5196), 1, - anon_sym_LPAREN, - ACTIONS(5198), 1, - anon_sym_LT, - ACTIONS(5202), 1, - anon_sym_DOT2, - ACTIONS(5206), 1, - anon_sym_EQ2, - ACTIONS(5208), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5210), 1, - anon_sym_DASH2, - ACTIONS(5212), 1, - anon_sym_PLUS2, - ACTIONS(5214), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token7, - ACTIONS(5428), 1, - anon_sym_DOLLAR2, - STATE(2561), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3407), 1, - sym__immediate_decimal, - STATE(3408), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5200), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5192), 16, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [118416] = 4, + [120859] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3429), 1, + ACTIONS(2973), 1, anon_sym_LF, - STATE(2562), 1, + STATE(2291), 1, sym_comment, - ACTIONS(3427), 39, + ACTIONS(2971), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297337,14 +227574,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118467] = 4, + [120910] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3433), 1, + ACTIONS(2969), 1, anon_sym_LF, - STATE(2563), 1, + STATE(2292), 1, sym_comment, - ACTIONS(3431), 39, + ACTIONS(2967), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297384,14 +227621,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118518] = 4, + [120961] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3461), 1, + ACTIONS(2955), 1, anon_sym_LF, - STATE(2564), 1, + STATE(2293), 1, sym_comment, - ACTIONS(3459), 39, + ACTIONS(2953), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297431,23 +227668,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118569] = 4, + [121012] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2565), 1, - sym_comment, - ACTIONS(1522), 3, - ts_builtin_sym_end, + ACTIONS(2951), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1520), 37, + STATE(2294), 1, + sym_comment, + ACTIONS(2949), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -297478,14 +227715,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118620] = 4, + [121063] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3469), 1, + ACTIONS(2947), 1, anon_sym_LF, - STATE(2566), 1, + STATE(2295), 1, sym_comment, - ACTIONS(3467), 39, + ACTIONS(2945), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297525,14 +227762,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118671] = 4, + [121114] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3477), 1, + ACTIONS(2943), 1, anon_sym_LF, - STATE(2567), 1, + STATE(2296), 1, sym_comment, - ACTIONS(3475), 39, + ACTIONS(2941), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297572,14 +227809,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118722] = 4, + [121165] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3481), 1, + ACTIONS(2939), 1, anon_sym_LF, - STATE(2568), 1, + STATE(2297), 1, sym_comment, - ACTIONS(3479), 39, + ACTIONS(2937), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297619,14 +227856,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118773] = 4, + [121216] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3503), 1, + ACTIONS(2935), 1, anon_sym_LF, - STATE(2569), 1, + STATE(2298), 1, sym_comment, - ACTIONS(3501), 39, + ACTIONS(2933), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297666,14 +227903,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118824] = 4, + [121267] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1643), 1, + ACTIONS(2931), 1, anon_sym_LF, - STATE(2570), 1, + STATE(2299), 1, sym_comment, - ACTIONS(1641), 39, + ACTIONS(2929), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297713,64 +227950,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118875] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2571), 1, - sym_comment, - STATE(2598), 1, - sym_path, - STATE(2830), 1, - sym_cell_path, - ACTIONS(1455), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1457), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [118932] = 4, + [121318] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3507), 1, + ACTIONS(2927), 1, anon_sym_LF, - STATE(2572), 1, + STATE(2300), 1, sym_comment, - ACTIONS(3505), 39, + ACTIONS(2925), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297810,14 +227997,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118983] = 4, + [121369] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3511), 1, + ACTIONS(2923), 1, anon_sym_LF, - STATE(2573), 1, + STATE(2301), 1, sym_comment, - ACTIONS(3509), 39, + ACTIONS(2921), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297857,14 +228044,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119034] = 4, + [121420] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3515), 1, + ACTIONS(2919), 1, anon_sym_LF, - STATE(2574), 1, + STATE(2302), 1, sym_comment, - ACTIONS(3513), 39, + ACTIONS(2917), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297904,111 +228091,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119085] = 4, - ACTIONS(3), 1, + [121471] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2575), 1, + ACTIONS(2915), 1, + anon_sym_LF, + STATE(2303), 1, sym_comment, - ACTIONS(1520), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1522), 34, + ACTIONS(2913), 39, anon_sym_SEMI, - anon_sym_COLON, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [119136] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2576), 1, - sym_comment, - STATE(2598), 1, - sym_path, - STATE(2837), 1, - sym_cell_path, - ACTIONS(1474), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1476), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [119193] = 4, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [121522] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3579), 1, + ACTIONS(2909), 1, anon_sym_LF, - STATE(2577), 1, + STATE(2304), 1, sym_comment, - ACTIONS(3577), 39, + ACTIONS(2907), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298048,14 +228185,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119244] = 4, + [121573] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3598), 1, + ACTIONS(2905), 1, anon_sym_LF, - STATE(2578), 1, + STATE(2305), 1, sym_comment, - ACTIONS(3596), 39, + ACTIONS(2903), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298095,14 +228232,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119295] = 4, + [121624] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3606), 1, + ACTIONS(2901), 1, anon_sym_LF, - STATE(2579), 1, + STATE(2306), 1, sym_comment, - ACTIONS(3604), 39, + ACTIONS(2899), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298142,14 +228279,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119346] = 4, + [121675] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3614), 1, + ACTIONS(2897), 1, anon_sym_LF, - STATE(2580), 1, + STATE(2307), 1, sym_comment, - ACTIONS(3612), 39, + ACTIONS(2895), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298189,22 +228326,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119397] = 7, + [121726] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2581), 1, + STATE(2308), 1, sym_comment, - STATE(2598), 1, - sym_path, - STATE(2780), 1, - sym_cell_path, - ACTIONS(1467), 12, + ACTIONS(684), 15, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -298213,7 +228345,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1469), 25, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(686), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -298239,25 +228373,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [119454] = 4, + [121777] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3331), 1, + ACTIONS(4986), 1, anon_sym_LF, - STATE(2582), 1, + ACTIONS(4989), 1, + anon_sym_PIPE, + STATE(2309), 2, sym_comment, - ACTIONS(3329), 39, - anon_sym_SEMI, + aux_sym_pipe_element_repeat1, + ACTIONS(4984), 37, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -298277,33 +228420,72 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [119505] = 5, + anon_sym_CARET, + [121830] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5272), 1, - aux_sym__immediate_decimal_token2, - STATE(2583), 1, + ACTIONS(4992), 1, + anon_sym_QMARK2, + STATE(2310), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(785), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2832), 37, + anon_sym_DOT2, + ACTIONS(783), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [121883] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1043), 1, + anon_sym_LF, + STATE(2311), 1, + sym_comment, + ACTIONS(1041), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -298334,61 +228516,365 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119558] = 4, + [121934] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3618), 1, - anon_sym_LF, - STATE(2584), 1, + ACTIONS(4994), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4996), 1, + aux_sym__immediate_decimal_token2, + STATE(2312), 1, sym_comment, - ACTIONS(3616), 39, + ACTIONS(649), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 36, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [121989] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2313), 1, + sym_comment, + STATE(2317), 1, + sym_path, + STATE(2687), 1, + sym_cell_path, + ACTIONS(837), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(839), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [122046] = 19, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(4732), 1, + anon_sym_RBRACK, + ACTIONS(4734), 1, + anon_sym_LPAREN, + ACTIONS(4736), 1, + anon_sym_LT, + ACTIONS(4740), 1, + anon_sym_DOT2, + ACTIONS(4744), 1, + anon_sym_EQ2, + ACTIONS(4746), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4748), 1, + anon_sym_DASH2, + ACTIONS(4750), 1, + anon_sym_PLUS2, + ACTIONS(4752), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token7, + ACTIONS(4998), 1, + anon_sym_DOLLAR2, + STATE(2314), 1, + sym_comment, + STATE(3104), 1, + sym__var, + STATE(3302), 1, + sym__immediate_decimal, + STATE(3301), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(4738), 8, + anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(4730), 16, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [119609] = 4, + [122127] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2315), 1, + sym_comment, + ACTIONS(5000), 40, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_AT, + anon_sym_LBRACE, + [122176] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2316), 1, + sym_comment, + ACTIONS(775), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(777), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [122227] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2255), 1, + aux_sym_cell_path_repeat1, + STATE(2317), 1, + sym_comment, + STATE(2605), 1, + sym_path, + ACTIONS(745), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(747), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [122284] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2318), 1, + sym_comment, + ACTIONS(914), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(916), 34, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [122335] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1515), 1, + ACTIONS(799), 1, anon_sym_LF, - STATE(2585), 1, + STATE(2319), 1, sym_comment, - ACTIONS(1513), 39, + ACTIONS(797), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298428,14 +228914,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119660] = 4, + [122386] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3622), 1, + ACTIONS(1033), 1, anon_sym_LF, - STATE(2586), 1, + STATE(2320), 1, sym_comment, - ACTIONS(3620), 39, + ACTIONS(1031), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298475,14 +228961,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119711] = 4, + [122437] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3634), 1, + ACTIONS(1025), 1, anon_sym_LF, - STATE(2587), 1, + STATE(2321), 1, sym_comment, - ACTIONS(3632), 39, + ACTIONS(1023), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298522,62 +229008,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119762] = 5, - ACTIONS(105), 1, + [122488] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5432), 1, - anon_sym_LF, - ACTIONS(5435), 1, - anon_sym_PIPE, - STATE(2588), 2, + ACTIONS(5002), 1, + anon_sym_DOT2, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2322), 1, sym_comment, - aux_sym_pipe_element_repeat1, - ACTIONS(5430), 37, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [119815] = 4, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [122543] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3640), 1, + ACTIONS(3135), 1, anon_sym_LF, - STATE(2589), 1, + STATE(2323), 1, sym_comment, - ACTIONS(3638), 39, + ACTIONS(3133), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298617,14 +229104,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119866] = 4, + [122594] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3644), 1, + ACTIONS(3139), 1, anon_sym_LF, - STATE(2590), 1, + STATE(2324), 1, sym_comment, - ACTIONS(3642), 39, + ACTIONS(3137), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298664,14 +229151,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119917] = 4, + [122645] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2325), 1, + sym_comment, + STATE(2362), 1, + aux_sym_cell_path_repeat1, + STATE(2605), 1, + sym_path, + ACTIONS(745), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(747), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [122702] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3652), 1, + ACTIONS(3143), 1, anon_sym_LF, - STATE(2591), 1, + STATE(2326), 1, sym_comment, - ACTIONS(3650), 39, + ACTIONS(3141), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298711,14 +229248,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119968] = 4, + [122753] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4959), 1, + aux_sym_unquoted_token6, + STATE(2327), 1, + sym_comment, + ACTIONS(4957), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(5006), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(699), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [122810] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3656), 1, + ACTIONS(1091), 1, anon_sym_LF, - STATE(2592), 1, + STATE(2328), 1, sym_comment, - ACTIONS(3654), 39, + ACTIONS(1089), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298758,61 +229345,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120019] = 4, + [122861] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LF, - STATE(2593), 1, + ACTIONS(4992), 1, + anon_sym_QMARK2, + STATE(2329), 1, sym_comment, - ACTIONS(3664), 39, + ACTIONS(785), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(783), 36, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [120070] = 4, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [122914] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1547), 1, + ACTIONS(3147), 1, anon_sym_LF, - STATE(2594), 1, + STATE(2330), 1, sym_comment, - ACTIONS(1545), 39, + ACTIONS(3145), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298852,14 +229440,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120121] = 4, + [122965] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3674), 1, + ACTIONS(3151), 1, anon_sym_LF, - STATE(2595), 1, + STATE(2331), 1, sym_comment, - ACTIONS(3672), 39, + ACTIONS(3149), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298899,23 +229487,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120172] = 4, + [123016] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3678), 1, - anon_sym_LF, - STATE(2596), 1, + ACTIONS(4505), 1, + aux_sym_unquoted_token3, + STATE(2332), 1, sym_comment, - ACTIONS(3676), 39, + ACTIONS(699), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(697), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -298946,14 +229535,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120223] = 4, + [123069] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3682), 1, + ACTIONS(971), 1, anon_sym_LF, - STATE(2597), 1, + STATE(2333), 1, sym_comment, - ACTIONS(3680), 39, + ACTIONS(969), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -298993,18 +229582,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120274] = 7, + [123120] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, + ACTIONS(4963), 1, anon_sym_DOT2, - STATE(2506), 1, - aux_sym_cell_path_repeat1, - STATE(2598), 1, - sym_comment, - STATE(2783), 1, + STATE(2317), 1, sym_path, - ACTIONS(1394), 12, + STATE(2334), 1, + sym_comment, + STATE(2584), 1, + sym_cell_path, + ACTIONS(715), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299017,7 +229606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1396), 25, + ACTIONS(717), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299043,23 +229632,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [120331] = 4, + [123177] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3705), 1, - anon_sym_LF, - STATE(2599), 1, + STATE(2335), 1, sym_comment, - ACTIONS(3703), 39, + ACTIONS(887), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(885), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -299090,14 +229679,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120382] = 4, + [123228] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3709), 1, + ACTIONS(955), 1, anon_sym_LF, - STATE(2600), 1, + STATE(2336), 1, sym_comment, - ACTIONS(3707), 39, + ACTIONS(953), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299137,23 +229726,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120433] = 4, + [123279] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3713), 1, - anon_sym_LF, - STATE(2601), 1, + ACTIONS(5008), 1, + sym__long_flag_identifier, + STATE(2337), 1, sym_comment, - ACTIONS(3711), 39, + ACTIONS(2420), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2416), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -299184,14 +229774,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120484] = 4, + [123332] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3717), 1, + ACTIONS(2762), 1, anon_sym_LF, - STATE(2602), 1, + STATE(2338), 1, sym_comment, - ACTIONS(3715), 39, + ACTIONS(2760), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299231,14 +229821,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120535] = 4, + [123383] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2317), 1, + sym_path, + STATE(2339), 1, + sym_comment, + STATE(2686), 1, + sym_cell_path, + ACTIONS(789), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(791), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [123440] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3721), 1, + ACTIONS(1021), 1, anon_sym_LF, - STATE(2603), 1, + STATE(2340), 1, sym_comment, - ACTIONS(3719), 39, + ACTIONS(1019), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299278,14 +229918,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120586] = 4, + [123491] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3234), 1, + ACTIONS(1017), 1, anon_sym_LF, - STATE(2604), 1, + STATE(2341), 1, sym_comment, - ACTIONS(3232), 39, + ACTIONS(1015), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299325,69 +229965,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120637] = 3, - ACTIONS(3), 1, + [123542] = 6, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2605), 1, + ACTIONS(5010), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5012), 1, + aux_sym__immediate_decimal_token2, + STATE(2342), 1, sym_comment, - ACTIONS(5438), 40, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_AT, - anon_sym_LBRACE, - [120686] = 4, + ACTIONS(657), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [123597] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3725), 1, - anon_sym_LF, - STATE(2606), 1, + ACTIONS(4940), 1, + anon_sym_DOT2, + STATE(2343), 1, sym_comment, - ACTIONS(3723), 39, + ACTIONS(2328), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -299418,14 +230062,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120737] = 4, + [123650] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3729), 1, + ACTIONS(1011), 1, anon_sym_LF, - STATE(2607), 1, + STATE(2344), 1, sym_comment, - ACTIONS(3727), 39, + ACTIONS(1009), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299465,14 +230109,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120788] = 4, + [123701] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3733), 1, + ACTIONS(2328), 1, anon_sym_LF, - STATE(2608), 1, + STATE(2345), 1, sym_comment, - ACTIONS(3731), 39, + ACTIONS(2326), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299512,23 +230156,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120839] = 4, + [123752] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2908), 1, + STATE(2346), 1, + sym_comment, + ACTIONS(920), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(2609), 1, + anon_sym_DOT2, + ACTIONS(918), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [123803] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2347), 1, sym_comment, - ACTIONS(2906), 39, + ACTIONS(2786), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2784), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -299559,14 +230250,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120890] = 4, + [123854] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3747), 1, + ACTIONS(1005), 1, anon_sym_LF, - STATE(2610), 1, + STATE(2348), 1, sym_comment, - ACTIONS(3745), 39, + ACTIONS(1003), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299606,23 +230297,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120941] = 4, + [123905] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2611), 1, - sym_comment, - ACTIONS(2908), 3, - ts_builtin_sym_end, + ACTIONS(2782), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2906), 37, + STATE(2349), 1, + sym_comment, + ACTIONS(2780), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -299653,14 +230344,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120992] = 4, + [123956] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3751), 1, + ACTIONS(1001), 1, anon_sym_LF, - STATE(2612), 1, + STATE(2350), 1, sym_comment, - ACTIONS(3749), 39, + ACTIONS(999), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299700,14 +230391,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121043] = 4, + [124007] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3757), 1, + ACTIONS(2377), 1, anon_sym_LF, - STATE(2613), 1, + STATE(2351), 1, sym_comment, - ACTIONS(3755), 39, + ACTIONS(2375), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -299747,23 +230438,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121094] = 4, + [124058] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3761), 1, - anon_sym_LF, - STATE(2614), 1, + STATE(2352), 1, sym_comment, - ACTIONS(3759), 39, + ACTIONS(2328), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -299794,18 +230485,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121145] = 7, + [124109] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2353), 1, + sym_comment, + ACTIONS(858), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(856), 37, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [124160] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5440), 1, + ACTIONS(4860), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5014), 1, anon_sym_DOT2, - STATE(2557), 1, - sym_path, - STATE(2615), 1, + STATE(2354), 1, sym_comment, - STATE(2780), 1, - sym_cell_path, - ACTIONS(1467), 12, + ACTIONS(655), 15, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299818,12 +230554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1469), 25, - anon_sym_COLON, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -299844,72 +230581,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [121202] = 4, + [124215] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3769), 1, - anon_sym_LF, - STATE(2616), 1, - sym_comment, - ACTIONS(3767), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(4974), 1, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121253] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3773), 1, + ACTIONS(5019), 1, anon_sym_LF, - STATE(2617), 1, + STATE(2309), 1, + aux_sym_pipe_element_repeat1, + STATE(2355), 1, sym_comment, - ACTIONS(3771), 39, - anon_sym_SEMI, + ACTIONS(5017), 37, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -299929,34 +230629,36 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121304] = 4, + anon_sym_CARET, + [124270] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3777), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(5023), 1, anon_sym_LF, - STATE(2618), 1, + STATE(2309), 1, + aux_sym_pipe_element_repeat1, + STATE(2356), 1, sym_comment, - ACTIONS(3775), 39, - anon_sym_SEMI, + ACTIONS(5021), 37, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -299976,23 +230678,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121355] = 4, + anon_sym_CARET, + [124325] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2986), 1, + ACTIONS(2503), 1, anon_sym_LF, - STATE(2619), 1, + STATE(2357), 1, sym_comment, - ACTIONS(2984), 39, + ACTIONS(2501), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -300032,20 +230726,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121406] = 7, + [124376] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token6, - STATE(2620), 1, - sym_comment, - ACTIONS(5316), 2, + ACTIONS(5025), 1, anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(5443), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 12, + ACTIONS(5028), 1, + aux_sym__immediate_decimal_token2, + STATE(2358), 1, + sym_comment, + ACTIONS(671), 15, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300058,10 +230748,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1377), 23, - anon_sym_COLON, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 23, anon_sym_COMMA, - anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -300082,115 +230775,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [121463] = 4, + [124431] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2621), 1, + STATE(2359), 1, sym_comment, - ACTIONS(1534), 3, + ACTIONS(847), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1532), 37, + ACTIONS(845), 37, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121514] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3781), 1, - anon_sym_LF, - STATE(2622), 1, - sym_comment, - ACTIONS(3779), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121565] = 6, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [124482] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5445), 1, - anon_sym_DOT2, - STATE(2783), 1, - sym_path, - STATE(2623), 2, + ACTIONS(5030), 1, + aux_sym__immediate_decimal_token2, + STATE(2360), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 12, + ACTIONS(684), 16, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -300199,12 +230843,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1389), 25, - anon_sym_COLON, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 23, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -300225,62 +230870,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [121620] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5298), 1, - anon_sym_DOT2, - STATE(2624), 1, - sym_comment, - ACTIONS(2834), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2832), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121673] = 4, + [124535] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1447), 1, + ACTIONS(997), 1, anon_sym_LF, - STATE(2625), 1, + STATE(2361), 1, sym_comment, - ACTIONS(1445), 39, + ACTIONS(995), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -300320,61 +230917,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121724] = 4, - ACTIONS(105), 1, + [124586] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3258), 1, - anon_sym_LF, - STATE(2626), 1, + STATE(2267), 1, + aux_sym_cell_path_repeat1, + STATE(2362), 1, sym_comment, - ACTIONS(3256), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + STATE(2605), 1, + sym_path, + ACTIONS(733), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(735), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [121775] = 4, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [124641] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3465), 1, + ACTIONS(3131), 1, anon_sym_LF, - STATE(2627), 1, + STATE(2363), 1, sym_comment, - ACTIONS(3463), 39, + ACTIONS(3129), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -300414,40 +231013,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121826] = 4, - ACTIONS(3), 1, + [124692] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2628), 1, + ACTIONS(870), 1, + anon_sym_LF, + ACTIONS(872), 1, + anon_sym_COLON, + ACTIONS(879), 1, + anon_sym_DOT2, + STATE(2364), 1, sym_comment, - ACTIONS(1524), 6, + ACTIONS(866), 6, anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1526), 34, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + ACTIONS(868), 31, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -300461,22 +231063,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [121877] = 7, + [124749] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5371), 1, - anon_sym_DOT2, - STATE(2598), 1, - sym_path, - STATE(2629), 1, + ACTIONS(4864), 1, + aux_sym__immediate_decimal_token2, + STATE(2365), 1, sym_comment, - STATE(2827), 1, - sym_cell_path, - ACTIONS(1459), 12, + ACTIONS(647), 16, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -300485,12 +231084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1461), 25, - anon_sym_COLON, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 23, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -300511,14 +231111,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [121934] = 4, + [124802] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3273), 1, + ACTIONS(2786), 1, anon_sym_LF, - STATE(2630), 1, + STATE(2366), 1, sym_comment, - ACTIONS(3271), 39, + ACTIONS(2784), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -300558,251 +231158,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121985] = 5, + [124853] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5448), 1, - anon_sym_QMARK2, - STATE(2631), 1, - sym_comment, - ACTIONS(1421), 3, - ts_builtin_sym_end, + ACTIONS(3178), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1419), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [122038] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5448), 1, - anon_sym_QMARK2, - STATE(2632), 1, + STATE(2367), 1, sym_comment, - ACTIONS(1421), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1419), 36, - anon_sym_EQ, + ACTIONS(3176), 39, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [122091] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5452), 1, - anon_sym_LT, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5456), 1, - anon_sym_EQ2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2633), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3313), 1, - sym__immediate_decimal, - STATE(3314), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2004), 8, anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2006), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [122163] = 15, - ACTIONS(3), 1, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [124904] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - ACTIONS(5464), 1, - anon_sym_LT, - ACTIONS(5466), 1, - anon_sym_EQ2, - STATE(2634), 1, + ACTIONS(3182), 1, + anon_sym_LF, + STATE(2368), 1, sym_comment, - STATE(3193), 1, - sym__var, - STATE(3309), 1, - sym__immediate_decimal, - STATE(3311), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2024), 8, + ACTIONS(3180), 39, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2026), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [122235] = 6, - ACTIONS(105), 1, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [124955] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5470), 1, - anon_sym_DOT2, - STATE(2635), 1, + ACTIONS(4860), 1, + aux_sym__immediate_decimal_token2, + STATE(2369), 1, sym_comment, - ACTIONS(215), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5468), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - ACTIONS(213), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(655), 16, + sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -300813,25 +231300,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [122289] = 4, + [125008] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2636), 1, - sym_comment, - ACTIONS(1665), 2, - ts_builtin_sym_end, + ACTIONS(3186), 1, anon_sym_LF, - ACTIONS(1663), 37, + STATE(2370), 1, + sym_comment, + ACTIONS(3184), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -300862,22 +231347,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122339] = 4, + [125059] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2637), 1, - sym_comment, - ACTIONS(1657), 2, - ts_builtin_sym_end, + ACTIONS(3190), 1, anon_sym_LF, - ACTIONS(1655), 37, + STATE(2371), 1, + sym_comment, + ACTIONS(3188), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -300908,18 +231394,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122389] = 7, + [125110] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5472), 1, - anon_sym_DOT2, - ACTIONS(5474), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5476), 1, - aux_sym_unquoted_token2, - STATE(2638), 1, + ACTIONS(4959), 1, + aux_sym_unquoted_token6, + STATE(2372), 1, sym_comment, - ACTIONS(1445), 12, + ACTIONS(4957), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(5032), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300932,11 +231420,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1447), 24, + ACTIONS(699), 23, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -300957,22 +231444,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [122445] = 4, + [125167] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2639), 1, - sym_comment, - ACTIONS(1447), 2, - ts_builtin_sym_end, + ACTIONS(993), 1, anon_sym_LF, - ACTIONS(1445), 37, + STATE(2373), 1, + sym_comment, + ACTIONS(991), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301003,32 +231491,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122495] = 4, + [125218] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5478), 1, + ACTIONS(943), 1, anon_sym_LF, - STATE(2640), 1, + STATE(2374), 1, sym_comment, - ACTIONS(5430), 38, - sym_cmd_identifier, + ACTIONS(941), 39, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -301048,23 +231529,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [122545] = 4, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [125269] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2641), 1, - sym_comment, - ACTIONS(1639), 2, - ts_builtin_sym_end, + ACTIONS(5036), 1, anon_sym_LF, - ACTIONS(1637), 37, + STATE(2375), 1, + sym_comment, + ACTIONS(5034), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301095,22 +231585,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122595] = 4, + [125320] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2642), 1, - sym_comment, - ACTIONS(5276), 2, - ts_builtin_sym_end, + ACTIONS(5040), 1, anon_sym_LF, - ACTIONS(5274), 37, + STATE(2376), 1, + sym_comment, + ACTIONS(5038), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301141,22 +231632,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122645] = 4, - ACTIONS(105), 1, + [125371] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2643), 1, + ACTIONS(5042), 1, + anon_sym_DOT2, + STATE(2325), 1, + sym_path, + STATE(2377), 1, sym_comment, - ACTIONS(5395), 2, - ts_builtin_sym_end, + STATE(2611), 1, + sym_cell_path, + ACTIONS(830), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(832), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [125428] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2317), 1, + sym_path, + STATE(2378), 1, + sym_comment, + STATE(2660), 1, + sym_cell_path, + ACTIONS(826), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(828), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [125485] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5045), 1, + anon_sym_DOT2, + STATE(2379), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [125538] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2317), 1, + sym_path, + STATE(2380), 1, + sym_comment, + STATE(2732), 1, + sym_cell_path, + ACTIONS(822), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(824), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [125595] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1083), 1, anon_sym_LF, - ACTIONS(5393), 37, + STATE(2381), 1, + sym_comment, + ACTIONS(1081), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301187,15 +231877,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122695] = 4, + [125646] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2644), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2382), 1, sym_comment, - ACTIONS(5391), 2, + ACTIONS(2671), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5389), 37, + ACTIONS(2669), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301233,15 +231925,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122745] = 4, + [125699] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2645), 1, + STATE(2383), 1, sym_comment, - ACTIONS(5387), 2, + ACTIONS(2377), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5385), 37, + anon_sym_DOT2, + ACTIONS(2375), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301279,15 +231972,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122795] = 4, + [125750] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2646), 1, + ACTIONS(2196), 1, + anon_sym_DOT2, + STATE(2384), 1, sym_comment, - ACTIONS(3230), 2, + ACTIONS(4930), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3228), 37, + ACTIONS(4928), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301325,15 +232020,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122845] = 4, + [125803] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2647), 1, + ACTIONS(2196), 1, + anon_sym_DOT2, + STATE(2385), 1, sym_comment, - ACTIONS(5383), 2, + ACTIONS(870), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5381), 37, + ACTIONS(868), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301371,15 +232068,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122895] = 4, + [125856] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2648), 1, + ACTIONS(5049), 1, + anon_sym_DOT2, + STATE(2386), 1, sym_comment, - ACTIONS(3429), 2, + ACTIONS(2677), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3427), 37, + ACTIONS(2675), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301417,15 +232116,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122945] = 4, + [125909] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2649), 1, + ACTIONS(5051), 1, + anon_sym_DOT2, + STATE(2387), 1, sym_comment, - ACTIONS(3433), 2, + ACTIONS(2687), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3431), 37, + ACTIONS(2685), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301463,15 +232164,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122995] = 4, + [125962] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2650), 1, + ACTIONS(5053), 1, + aux_sym__immediate_decimal_token2, + STATE(2388), 1, sym_comment, - ACTIONS(1697), 2, + ACTIONS(2503), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1695), 37, + ACTIONS(2501), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301509,39 +232212,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123045] = 4, - ACTIONS(105), 1, + [126015] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2651), 1, + ACTIONS(5055), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5057), 1, + aux_sym__immediate_decimal_token2, + STATE(2389), 1, sym_comment, - ACTIONS(1511), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1509), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(647), 16, + sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -301552,20 +232261,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [123095] = 4, + [126070] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2652), 1, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2317), 1, + sym_path, + STATE(2390), 1, sym_comment, - ACTIONS(1441), 13, + STATE(2724), 1, + sym_cell_path, + ACTIONS(852), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -301574,7 +232285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1443), 26, + ACTIONS(854), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301583,7 +232294,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -301601,15 +232311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [123145] = 4, + [126127] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2653), 1, + ACTIONS(5059), 1, + anon_sym_DOT2, + STATE(2391), 1, sym_comment, - ACTIONS(1609), 2, + ACTIONS(2693), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1607), 37, + ACTIONS(2691), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -301647,22 +232359,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123195] = 4, + [126180] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2654), 1, - sym_comment, - ACTIONS(3465), 2, - ts_builtin_sym_end, + ACTIONS(1087), 1, anon_sym_LF, - ACTIONS(3463), 37, + STATE(2392), 1, + sym_comment, + ACTIONS(1085), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301693,68 +232406,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123245] = 4, - ACTIONS(105), 1, + [126231] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2655), 1, + ACTIONS(4953), 1, + aux_sym__immediate_decimal_token2, + STATE(2393), 1, sym_comment, - ACTIONS(3469), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3467), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [123295] = 4, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [126284] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2656), 1, - sym_comment, - ACTIONS(1613), 2, - ts_builtin_sym_end, + ACTIONS(1079), 1, anon_sym_LF, - ACTIONS(1611), 37, + STATE(2394), 1, + sym_comment, + ACTIONS(1077), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301785,22 +232501,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123345] = 4, - ACTIONS(105), 1, + [126335] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2657), 1, + ACTIONS(5061), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5063), 1, + aux_sym__immediate_decimal_token2, + STATE(2395), 1, sym_comment, - ACTIONS(3473), 2, - ts_builtin_sym_end, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [126390] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(870), 1, anon_sym_LF, - ACTIONS(3471), 37, + STATE(2396), 1, + sym_comment, + ACTIONS(868), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301831,22 +232597,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123395] = 4, + [126441] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2658), 1, - sym_comment, - ACTIONS(3477), 2, - ts_builtin_sym_end, + ACTIONS(977), 1, anon_sym_LF, - ACTIONS(3475), 37, + STATE(2397), 1, + sym_comment, + ACTIONS(975), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -301877,63 +232644,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123445] = 4, - ACTIONS(105), 1, + [126492] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2659), 1, + ACTIONS(5065), 1, + anon_sym_DOT2, + STATE(2325), 1, + sym_path, + STATE(2398), 1, sym_comment, - ACTIONS(3481), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3479), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, + STATE(2584), 1, + sym_cell_path, + ACTIONS(715), 12, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [123495] = 4, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(717), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [126549] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2660), 1, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2317), 1, + sym_path, + STATE(2399), 1, sym_comment, - ACTIONS(1437), 13, + STATE(2611), 1, + sym_cell_path, + ACTIONS(830), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -301942,7 +232718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1439), 26, + ACTIONS(832), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301951,7 +232727,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -301969,15 +232744,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [123545] = 4, + [126606] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2661), 1, + ACTIONS(5068), 1, + anon_sym_DOT2, + STATE(2400), 1, sym_comment, - ACTIONS(3461), 2, + ACTIONS(2663), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3459), 37, + ACTIONS(2661), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -302015,22 +232792,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123595] = 4, + [126659] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2662), 1, - sym_comment, - ACTIONS(1601), 2, - ts_builtin_sym_end, + ACTIONS(1071), 1, anon_sym_LF, - ACTIONS(1599), 37, + STATE(2401), 1, + sym_comment, + ACTIONS(1069), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302061,22 +232839,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123645] = 4, + [126710] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2663), 1, - sym_comment, - ACTIONS(1689), 2, - ts_builtin_sym_end, + ACTIONS(887), 1, anon_sym_LF, - ACTIONS(1687), 37, + STATE(2402), 1, + sym_comment, + ACTIONS(885), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302107,22 +232886,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123695] = 4, - ACTIONS(105), 1, + [126761] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2664), 1, + ACTIONS(4949), 1, + aux_sym__immediate_decimal_token2, + STATE(2403), 1, sym_comment, - ACTIONS(1585), 2, - ts_builtin_sym_end, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [126814] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(847), 1, anon_sym_LF, - ACTIONS(1583), 37, + STATE(2404), 1, + sym_comment, + ACTIONS(845), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302153,15 +232981,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123745] = 4, + [126865] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2665), 1, + ACTIONS(4868), 1, + aux_sym__immediate_decimal_token2, + STATE(2405), 1, sym_comment, - ACTIONS(1677), 2, + ACTIONS(2377), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1675), 37, + ACTIONS(2375), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -302199,22 +233029,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123795] = 4, + [126918] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2666), 1, - sym_comment, - ACTIONS(3705), 2, - ts_builtin_sym_end, + ACTIONS(1065), 1, anon_sym_LF, - ACTIONS(3703), 37, + STATE(2406), 1, + sym_comment, + ACTIONS(1063), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302245,14 +233076,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123845] = 4, + [126969] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5482), 1, + ACTIONS(937), 1, anon_sym_LF, - STATE(2667), 1, + STATE(2407), 1, sym_comment, - ACTIONS(5480), 38, + ACTIONS(935), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -302261,6 +233092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302291,15 +233123,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123895] = 4, + [127020] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2668), 1, + STATE(2408), 1, sym_comment, - ACTIONS(1515), 2, + ACTIONS(916), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1513), 37, + anon_sym_DOT2, + ACTIONS(914), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -302337,79 +233170,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123945] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5196), 1, - anon_sym_LPAREN, - ACTIONS(5210), 1, - anon_sym_DASH2, - ACTIONS(5212), 1, - anon_sym_PLUS2, - ACTIONS(5484), 1, - anon_sym_LT, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(5488), 1, - anon_sym_EQ2, - ACTIONS(5490), 1, - aux_sym__immediate_decimal_token1, - STATE(2669), 1, - sym_comment, - STATE(3192), 1, - sym__var, - STATE(3396), 1, - sym__immediate_decimal, - STATE(3397), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2032), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2034), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [124017] = 4, + [127071] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2670), 1, - sym_comment, - ACTIONS(1605), 2, - ts_builtin_sym_end, + ACTIONS(924), 1, anon_sym_LF, - ACTIONS(1603), 37, + STATE(2409), 1, + sym_comment, + ACTIONS(922), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302440,22 +233217,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124067] = 4, + [127122] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2671), 1, - sym_comment, - ACTIONS(3377), 2, - ts_builtin_sym_end, + ACTIONS(5072), 1, anon_sym_LF, - ACTIONS(3375), 37, + STATE(2410), 1, + sym_comment, + ACTIONS(5070), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302486,20 +233264,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124117] = 7, + [127173] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token6, - STATE(2672), 1, + ACTIONS(5074), 1, + aux_sym__immediate_decimal_token2, + STATE(2411), 1, sym_comment, - ACTIONS(5316), 2, + ACTIONS(684), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(5492), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 12, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [127226] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + anon_sym_DOT2, + STATE(2317), 1, + sym_path, + STATE(2412), 1, + sym_comment, + STATE(2645), 1, + sym_cell_path, + ACTIONS(815), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -302512,8 +233336,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1377), 22, + ACTIONS(817), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -302535,22 +233362,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [124173] = 4, - ACTIONS(105), 1, + [127283] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2673), 1, + STATE(2413), 1, sym_comment, - ACTIONS(3345), 2, - ts_builtin_sym_end, + ACTIONS(775), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [127334] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1057), 1, anon_sym_LF, - ACTIONS(3343), 37, + STATE(2414), 1, + sym_comment, + ACTIONS(1055), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302581,22 +233456,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124223] = 4, - ACTIONS(105), 1, + [127385] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2674), 1, + STATE(2415), 1, sym_comment, - ACTIONS(1649), 2, - ts_builtin_sym_end, + ACTIONS(684), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [127436] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2416), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [127487] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1095), 1, anon_sym_LF, - ACTIONS(1647), 37, + STATE(2417), 1, + sym_comment, + ACTIONS(1093), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302627,68 +233597,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124273] = 4, + [127538] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2675), 1, - sym_comment, - ACTIONS(1589), 2, - ts_builtin_sym_end, + ACTIONS(870), 1, anon_sym_LF, - ACTIONS(1587), 37, + ACTIONS(879), 1, + anon_sym_DOT2, + STATE(2418), 1, + sym_comment, + ACTIONS(866), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + ACTIONS(868), 32, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [124323] = 4, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [127593] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2676), 1, - sym_comment, - ACTIONS(1681), 2, - ts_builtin_sym_end, + ACTIONS(1075), 1, anon_sym_LF, - ACTIONS(1679), 37, + STATE(2419), 1, + sym_comment, + ACTIONS(1073), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302719,61 +233693,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124373] = 4, - ACTIONS(105), 1, + [127644] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2677), 1, + STATE(2420), 1, sym_comment, - ACTIONS(3335), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3333), 37, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [127695] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2421), 1, + sym_comment, + ACTIONS(918), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(920), 34, anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_in, + anon_sym_if, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [124423] = 4, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [127746] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2678), 1, + ACTIONS(4938), 1, + aux_sym__immediate_decimal_token2, + STATE(2422), 1, sym_comment, - ACTIONS(3353), 2, + ACTIONS(2328), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3351), 37, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -302811,22 +233835,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124473] = 4, + [127799] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2679), 1, - sym_comment, - ACTIONS(1635), 2, - ts_builtin_sym_end, + ACTIONS(5078), 1, anon_sym_LF, - ACTIONS(1633), 37, + STATE(2423), 1, + sym_comment, + ACTIONS(5076), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302857,22 +233882,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124523] = 4, + [127850] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2680), 1, - sym_comment, - ACTIONS(3515), 2, - ts_builtin_sym_end, + ACTIONS(5082), 1, anon_sym_LF, - ACTIONS(3513), 37, + STATE(2424), 1, + sym_comment, + ACTIONS(5080), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302903,22 +233929,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124573] = 4, + [127901] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2681), 1, - sym_comment, - ACTIONS(1593), 2, - ts_builtin_sym_end, + ACTIONS(5086), 1, anon_sym_LF, - ACTIONS(1591), 37, + STATE(2425), 1, + sym_comment, + ACTIONS(5084), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302949,22 +233976,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124623] = 4, - ACTIONS(105), 1, + [127952] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2682), 1, + ACTIONS(5088), 1, + anon_sym_DOT2, + ACTIONS(5091), 1, + aux_sym__immediate_decimal_token2, + STATE(2426), 1, sym_comment, - ACTIONS(1534), 2, - ts_builtin_sym_end, + ACTIONS(671), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [128007] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4953), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5093), 1, + anon_sym_DOT2, + STATE(2427), 1, + sym_comment, + ACTIONS(655), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [128062] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4930), 1, anon_sym_LF, - ACTIONS(1532), 37, + STATE(2428), 1, + sym_comment, + ACTIONS(4928), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -302995,22 +234121,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124673] = 4, + [128113] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2683), 1, - sym_comment, - ACTIONS(1621), 2, - ts_builtin_sym_end, + ACTIONS(951), 1, anon_sym_LF, - ACTIONS(1619), 37, + STATE(2429), 1, + sym_comment, + ACTIONS(949), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -303041,15 +234168,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124723] = 4, + [128164] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2684), 1, + STATE(2430), 1, sym_comment, - ACTIONS(1621), 2, + ACTIONS(1095), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1619), 37, + ACTIONS(1093), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303087,15 +234214,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124773] = 4, + [128214] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2685), 1, + STATE(2431), 1, sym_comment, - ACTIONS(2986), 2, + ACTIONS(3139), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2984), 37, + ACTIONS(3137), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303133,65 +234260,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124823] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - ACTIONS(5494), 1, - anon_sym_GT, - STATE(2686), 1, - sym_comment, - STATE(5982), 1, - sym__all_type, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(4331), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [124881] = 4, + [128264] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2687), 1, + STATE(2432), 1, sym_comment, - ACTIONS(3234), 2, + ACTIONS(5082), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3232), 37, + ACTIONS(5080), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303229,64 +234306,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124931] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2688), 1, - sym_comment, - STATE(2795), 1, - sym_cell_path, - ACTIONS(1400), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1402), 30, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [124987] = 4, + [128314] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2689), 1, + STATE(2433), 1, sym_comment, - ACTIONS(3258), 2, + ACTIONS(5078), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3256), 37, + ACTIONS(5076), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303324,15 +234352,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125037] = 4, + [128364] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2690), 1, + STATE(2434), 1, sym_comment, - ACTIONS(1547), 2, + ACTIONS(2328), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1545), 37, + ACTIONS(2326), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303370,15 +234398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125087] = 4, + [128414] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2691), 1, + STATE(2435), 1, sym_comment, - ACTIONS(3511), 2, + ACTIONS(1057), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3509), 37, + ACTIONS(1055), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303416,15 +234444,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125137] = 4, + [128464] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5096), 1, + sym_filesize_unit, + ACTIONS(5098), 1, + sym_duration_unit, + STATE(2436), 1, + sym_comment, + ACTIONS(868), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(870), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [128518] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2692), 1, + STATE(2437), 1, sym_comment, - ACTIONS(215), 2, + ACTIONS(1065), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(213), 37, + ACTIONS(1063), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303462,15 +234538,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125187] = 4, + [128568] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2438), 1, + sym_comment, + ACTIONS(775), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [128618] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5002), 1, + anon_sym_DOT2, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2439), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [128672] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2440), 1, + sym_comment, + STATE(2709), 1, + sym_cell_path, + ACTIONS(715), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(717), 30, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [128728] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2693), 1, + STATE(2441), 1, sym_comment, - ACTIONS(1685), 2, + ACTIONS(2655), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1683), 37, + ACTIONS(2653), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303508,15 +234727,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125237] = 4, + [128778] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2694), 1, + STATE(2442), 1, sym_comment, - ACTIONS(1673), 2, + ACTIONS(5072), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1671), 37, + ACTIONS(5070), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303554,107 +234773,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125287] = 4, - ACTIONS(105), 1, + [128828] = 15, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5498), 1, - anon_sym_LF, - STATE(2695), 1, - sym_comment, - ACTIONS(5496), 38, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + ACTIONS(2440), 1, anon_sym_DOLLAR, + ACTIONS(4734), 1, + anon_sym_LPAREN, + ACTIONS(4746), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4748), 1, + anon_sym_DASH2, + ACTIONS(4750), 1, + anon_sym_PLUS2, + ACTIONS(5100), 1, + anon_sym_LT, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(5104), 1, + anon_sym_EQ2, + STATE(2443), 1, + sym_comment, + STATE(3104), 1, + sym__var, + STATE(3278), 1, + sym__immediate_decimal, + STATE(3277), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1432), 8, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [125337] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2696), 1, - sym_comment, - ACTIONS(3507), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3505), 37, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token1, + ACTIONS(1434), 19, anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [125387] = 4, + [128900] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2697), 1, + STATE(2444), 1, sym_comment, - ACTIONS(3503), 2, + ACTIONS(2377), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3501), 37, + ACTIONS(2375), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303692,15 +234876,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125437] = 4, + [128950] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2698), 1, + STATE(2445), 1, sym_comment, - ACTIONS(1627), 2, + ACTIONS(1075), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1625), 37, + ACTIONS(1073), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303738,15 +234922,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125487] = 4, + [129000] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2446), 1, + sym_comment, + ACTIONS(684), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [129050] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2447), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [129100] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2699), 1, + STATE(2448), 1, sym_comment, - ACTIONS(2908), 2, + ACTIONS(5086), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2906), 37, + ACTIONS(5084), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303784,14 +235060,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125537] = 5, + [129150] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5500), 1, - anon_sym_QMARK2, - STATE(2700), 1, + ACTIONS(4835), 1, + anon_sym_list, + ACTIONS(5106), 1, + anon_sym_GT, + STATE(2449), 1, + sym_comment, + STATE(6049), 1, + sym__all_type, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(4378), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [129208] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5063), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5108), 1, + anon_sym_DOT2, + STATE(2450), 1, + sym_comment, + ACTIONS(655), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [129262] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2451), 1, sym_comment, - ACTIONS(1419), 13, + ACTIONS(655), 16, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -303805,11 +235177,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1421), 25, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -303831,15 +235204,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [125589] = 4, + [129312] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2701), 1, + STATE(2452), 1, sym_comment, - ACTIONS(3781), 2, + ACTIONS(997), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3779), 37, + ACTIONS(995), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303877,15 +235250,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125639] = 4, + [129362] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2702), 1, + STATE(2453), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(870), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3775), 37, + ACTIONS(868), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303923,15 +235296,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125689] = 4, - ACTIONS(105), 1, + [129412] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2703), 1, + ACTIONS(5063), 1, + aux_sym__immediate_decimal_token2, + STATE(2454), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [129464] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5057), 1, + aux_sym__immediate_decimal_token2, + STATE(2455), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [129516] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2456), 1, + sym_comment, + ACTIONS(2969), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3771), 37, + ACTIONS(2967), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -303969,15 +235436,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125739] = 4, + [129566] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2704), 1, + STATE(2457), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(862), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3767), 37, + anon_sym_DOT2, + ACTIONS(860), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [129616] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2458), 1, + sym_comment, + ACTIONS(2503), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2501), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304015,15 +235528,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125789] = 4, + [129666] = 23, ACTIONS(105), 1, anon_sym_POUND, - STATE(2705), 1, + ACTIONS(5113), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + ACTIONS(5125), 1, + anon_sym_QMARK2, + ACTIONS(5133), 1, + anon_sym_bit_DASHand, + ACTIONS(5135), 1, + anon_sym_bit_DASHxor, + ACTIONS(5137), 1, + anon_sym_bit_DASHor, + ACTIONS(5139), 1, + anon_sym_and, + ACTIONS(5141), 1, + anon_sym_xor, + ACTIONS(5143), 1, + anon_sym_or, + ACTIONS(5145), 1, + sym_filesize_unit, + ACTIONS(5147), 1, + sym_duration_unit, + STATE(2459), 1, sym_comment, - ACTIONS(1643), 2, + STATE(2803), 1, + sym_path, + STATE(3042), 1, + sym_cell_path, + ACTIONS(5117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5127), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5129), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5131), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5111), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5123), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [129754] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2460), 1, + sym_comment, + ACTIONS(1001), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1641), 37, + ACTIONS(999), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304061,72 +235639,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125839] = 15, - ACTIONS(3), 1, + [129804] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5196), 1, - anon_sym_LPAREN, - ACTIONS(5208), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5210), 1, - anon_sym_DASH2, - ACTIONS(5212), 1, - anon_sym_PLUS2, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(5502), 1, - anon_sym_LT, - ACTIONS(5504), 1, - anon_sym_EQ2, - STATE(2706), 1, + STATE(2461), 1, sym_comment, - STATE(3192), 1, - sym__var, - STATE(3398), 1, - sym__immediate_decimal, - STATE(3389), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2066), 8, + ACTIONS(4930), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(4928), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2068), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [125911] = 4, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [129854] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2707), 1, + STATE(2462), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1005), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1629), 37, + ACTIONS(1003), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304164,15 +235731,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125961] = 4, + [129904] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2708), 1, + STATE(2463), 1, sym_comment, - ACTIONS(3713), 2, + ACTIONS(977), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3711), 37, + ACTIONS(975), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304210,74 +235777,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126011] = 17, - ACTIONS(3), 1, + [129954] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4542), 1, - anon_sym_DOLLAR, - ACTIONS(5196), 1, - anon_sym_LPAREN, - ACTIONS(5198), 1, - anon_sym_LT, - ACTIONS(5202), 1, - anon_sym_DOT2, - ACTIONS(5206), 1, - anon_sym_EQ2, - ACTIONS(5208), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5210), 1, - anon_sym_DASH2, - ACTIONS(5212), 1, - anon_sym_PLUS2, - ACTIONS(5214), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token7, - STATE(2709), 1, + STATE(2464), 1, sym_comment, - STATE(3192), 1, - sym__var, - STATE(3407), 1, - sym__immediate_decimal, - STATE(3408), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5200), 8, + ACTIONS(971), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(969), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5192), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [126087] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [130004] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2710), 1, + STATE(2465), 1, sym_comment, - ACTIONS(3757), 2, + ACTIONS(993), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3755), 37, + ACTIONS(991), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304315,15 +235869,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126137] = 4, + [130054] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5149), 1, + aux_sym__immediate_decimal_token2, + STATE(2466), 1, + sym_comment, + ACTIONS(684), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [130106] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2467), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [130158] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2711), 1, + STATE(2468), 1, sym_comment, - ACTIONS(3751), 2, + ACTIONS(1011), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3749), 37, + ACTIONS(1009), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304361,15 +236009,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126187] = 4, + [130208] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2712), 1, + STATE(2469), 1, sym_comment, - ACTIONS(3747), 2, + ACTIONS(2786), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3745), 37, + ACTIONS(2784), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304407,65 +236055,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126237] = 8, + [130258] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - ACTIONS(5506), 1, - anon_sym_GT, - STATE(2713), 1, + ACTIONS(5151), 1, + anon_sym_DOT2, + ACTIONS(5153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5155), 1, + aux_sym_unquoted_token2, + STATE(2470), 1, sym_comment, - STATE(6067), 1, - sym__all_type, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(4331), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [126295] = 4, + ACTIONS(797), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(799), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [130314] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2714), 1, + STATE(2471), 1, sym_comment, - ACTIONS(1443), 2, + ACTIONS(799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1441), 37, + ACTIONS(797), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304503,18 +236150,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126345] = 4, + [130364] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5510), 1, - anon_sym_LF, - STATE(2715), 1, + STATE(2472), 1, sym_comment, - ACTIONS(5508), 38, + ACTIONS(1017), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1015), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, @@ -304549,15 +236196,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126395] = 4, + [130414] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2716), 1, + STATE(2473), 1, sym_comment, - ACTIONS(3733), 2, + ACTIONS(847), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3731), 37, + ACTIONS(845), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304595,28 +236242,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126445] = 4, + [130464] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5157), 1, + anon_sym_DOT2, + ACTIONS(5160), 1, + aux_sym__immediate_decimal_token2, + STATE(2474), 1, + sym_comment, + ACTIONS(671), 15, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [130518] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2717), 1, + ACTIONS(5162), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5164), 1, + aux_sym__immediate_decimal_token2, + STATE(2475), 1, sym_comment, - ACTIONS(1522), 3, - ts_builtin_sym_end, + ACTIONS(649), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1520), 36, - anon_sym_EQ, + ACTIONS(647), 35, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -304641,15 +236335,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [126495] = 4, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [130572] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + ACTIONS(5166), 1, + anon_sym_GT, + STATE(2476), 1, + sym_comment, + STATE(6071), 1, + sym__all_type, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(4378), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [130630] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2718), 1, + STATE(2477), 1, sym_comment, - ACTIONS(3729), 2, + ACTIONS(2897), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3727), 37, + ACTIONS(2895), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304687,15 +236434,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126545] = 4, + [130680] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2719), 1, + STATE(2478), 1, sym_comment, - ACTIONS(3579), 2, + ACTIONS(2901), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3577), 37, + ACTIONS(2899), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304733,15 +236480,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126595] = 4, + [130730] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2720), 1, + STATE(2479), 1, sym_comment, - ACTIONS(3761), 2, + ACTIONS(1021), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3759), 37, + ACTIONS(1019), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304779,15 +236526,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126645] = 4, + [130780] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2721), 1, + STATE(2480), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(2905), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3723), 37, + ACTIONS(2903), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304825,15 +236572,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126695] = 4, + [130830] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2722), 1, + STATE(2481), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(2909), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2832), 37, + ACTIONS(2907), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304871,15 +236618,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126745] = 4, + [130880] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2723), 1, + STATE(2482), 1, sym_comment, - ACTIONS(3721), 2, + ACTIONS(2915), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3719), 37, + ACTIONS(2913), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304917,15 +236664,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126795] = 4, + [130930] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2724), 1, + STATE(2483), 1, sym_comment, - ACTIONS(3598), 2, + ACTIONS(2919), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3596), 37, + ACTIONS(2917), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -304963,61 +236710,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126845] = 4, - ACTIONS(105), 1, + [130980] = 17, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2725), 1, - sym_comment, - ACTIONS(3717), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3715), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + ACTIONS(4172), 1, anon_sym_DOLLAR, + ACTIONS(4734), 1, + anon_sym_LPAREN, + ACTIONS(4736), 1, + anon_sym_LT, + ACTIONS(4740), 1, + anon_sym_DOT2, + ACTIONS(4744), 1, + anon_sym_EQ2, + ACTIONS(4746), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4748), 1, + anon_sym_DASH2, + ACTIONS(4750), 1, + anon_sym_PLUS2, + ACTIONS(4752), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token7, + STATE(2484), 1, + sym_comment, + STATE(3104), 1, + sym__var, + STATE(3302), 1, + sym__immediate_decimal, + STATE(3301), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(4738), 8, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(4730), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [126895] = 4, + [131056] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2726), 1, + STATE(2485), 1, sym_comment, - ACTIONS(3606), 2, + ACTIONS(2923), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3604), 37, + ACTIONS(2921), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305055,15 +236815,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126945] = 4, + [131106] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2727), 1, + STATE(2486), 1, sym_comment, - ACTIONS(3709), 2, + ACTIONS(2927), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3707), 37, + ACTIONS(2925), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305101,61 +236861,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126995] = 4, + [131156] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2728), 1, - sym_comment, - ACTIONS(1515), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1513), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [127045] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2729), 1, + STATE(2487), 1, sym_comment, - ACTIONS(3652), 2, + ACTIONS(2931), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3650), 37, + ACTIONS(2929), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305193,15 +236907,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127095] = 4, + [131206] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2730), 1, + STATE(2488), 1, sym_comment, - ACTIONS(3682), 2, + ACTIONS(2935), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3680), 37, + ACTIONS(2933), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305239,15 +236953,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127145] = 4, + [131256] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2731), 1, + STATE(2489), 1, sym_comment, - ACTIONS(3614), 2, + ACTIONS(2939), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3612), 37, + ACTIONS(2937), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305285,15 +236999,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127195] = 4, + [131306] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2732), 1, + STATE(2490), 1, sym_comment, - ACTIONS(3331), 2, + ACTIONS(2943), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3329), 37, + ACTIONS(2941), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305331,15 +237045,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127245] = 4, + [131356] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2733), 1, + STATE(2491), 1, sym_comment, - ACTIONS(3678), 2, + ACTIONS(2947), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3676), 37, + ACTIONS(2945), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305377,61 +237091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127295] = 4, + [131406] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2734), 1, - sym_comment, - ACTIONS(1526), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [127345] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2735), 1, + STATE(2492), 1, sym_comment, - ACTIONS(3674), 2, + ACTIONS(2951), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3672), 37, + ACTIONS(2949), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305469,15 +237137,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127395] = 4, + [131456] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2736), 1, + STATE(2493), 1, sym_comment, - ACTIONS(1693), 2, + ACTIONS(2955), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1691), 37, + ACTIONS(2953), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305515,15 +237183,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127445] = 4, + [131506] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2737), 1, + STATE(2494), 1, sym_comment, - ACTIONS(3666), 2, + ACTIONS(1071), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3664), 37, + ACTIONS(1069), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305561,15 +237229,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127495] = 4, + [131556] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2495), 1, + sym_comment, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [131606] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2496), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [131656] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2497), 1, + sym_comment, + ACTIONS(684), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [131706] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2738), 1, + STATE(2498), 1, sym_comment, - ACTIONS(3618), 2, + ACTIONS(943), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3616), 37, + ACTIONS(941), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305607,15 +237413,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127545] = 4, + [131756] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2499), 1, + sym_comment, + ACTIONS(775), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [131806] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2739), 1, + STATE(2500), 1, sym_comment, - ACTIONS(3656), 2, + ACTIONS(3151), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3654), 37, + ACTIONS(3149), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305653,24 +237505,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127595] = 4, + [131856] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2740), 1, - sym_comment, - ACTIONS(1439), 2, - ts_builtin_sym_end, + ACTIONS(5170), 1, anon_sym_LF, - ACTIONS(1437), 37, - anon_sym_SEMI, + STATE(2501), 1, + sym_comment, + ACTIONS(5168), 38, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_where, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -305690,80 +237550,13 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - [127645] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - ACTIONS(5512), 1, - anon_sym_LT, - ACTIONS(5514), 1, - anon_sym_EQ2, - STATE(2741), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3304), 1, - sym__immediate_decimal, - STATE(3300), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2058), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2060), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [127717] = 5, + anon_sym_CARET, + [131906] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5500), 1, - anon_sym_QMARK2, - STATE(2742), 1, + STATE(2502), 1, sym_comment, - ACTIONS(1419), 13, + ACTIONS(856), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -305777,7 +237570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1421), 25, + ACTIONS(858), 26, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -305786,6 +237579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -305803,15 +237597,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [127769] = 4, + [131956] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2743), 1, + STATE(2503), 1, sym_comment, - ACTIONS(3644), 2, + ACTIONS(993), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3642), 37, + ACTIONS(991), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305849,72 +237643,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127819] = 15, - ACTIONS(3), 1, + [132006] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - ACTIONS(5516), 1, - anon_sym_LT, - ACTIONS(5518), 1, - anon_sym_EQ2, - STATE(2744), 1, + STATE(2504), 1, sym_comment, - STATE(3193), 1, - sym__var, - STATE(3299), 1, - sym__immediate_decimal, - STATE(3303), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2050), 8, + ACTIONS(920), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(918), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_DOT, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2052), 19, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [132056] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2505), 1, + sym_comment, + ACTIONS(1091), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1089), 37, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [127891] = 4, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132106] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2745), 1, + STATE(2506), 1, sym_comment, - ACTIONS(1538), 2, + ACTIONS(3015), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1536), 37, + ACTIONS(3013), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305952,15 +237781,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127941] = 4, + [132156] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2746), 1, + STATE(2507), 1, sym_comment, - ACTIONS(3273), 2, + ACTIONS(3107), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3271), 37, + ACTIONS(3105), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305998,15 +237827,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [127991] = 4, + [132206] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2747), 1, + STATE(2508), 1, sym_comment, - ACTIONS(3622), 2, + ACTIONS(3037), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3620), 37, + ACTIONS(3035), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -306044,15 +237873,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [128041] = 4, + [132256] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2748), 1, + STATE(2509), 1, sym_comment, - ACTIONS(3634), 2, + ACTIONS(3043), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3632), 37, + ACTIONS(3041), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -306090,15 +237919,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [128091] = 4, + [132306] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2749), 1, + STATE(2510), 1, sym_comment, - ACTIONS(3640), 2, + ACTIONS(3147), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3638), 37, + ACTIONS(3145), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -306136,65 +237965,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [128141] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - ACTIONS(5520), 1, - anon_sym_GT, - STATE(2750), 1, - sym_comment, - STATE(6091), 1, - sym__all_type, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(4331), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [128199] = 4, + [132356] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2751), 1, + STATE(2511), 1, sym_comment, - ACTIONS(5369), 2, + ACTIONS(3143), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5367), 37, + ACTIONS(3141), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -306232,15 +238011,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [128249] = 4, + [132406] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2752), 1, + ACTIONS(673), 1, + anon_sym_LF, + ACTIONS(5172), 1, + anon_sym_DOT2, + ACTIONS(5175), 1, + aux_sym__immediate_decimal_token2, + STATE(2512), 1, + sym_comment, + ACTIONS(671), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [132460] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2513), 1, sym_comment, - ACTIONS(1653), 2, + ACTIONS(2973), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1651), 37, + ACTIONS(2971), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -306278,15 +238105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [128299] = 4, + [132510] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2753), 1, + STATE(2514), 1, sym_comment, - ACTIONS(5365), 2, + ACTIONS(3033), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5363), 37, + ACTIONS(3031), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -306324,967 +238151,9276 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [128349] = 15, - ACTIONS(3), 1, + [132560] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5522), 1, + STATE(2515), 1, + sym_comment, + ACTIONS(3051), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3049), 37, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(5524), 1, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(5526), 1, - anon_sym_LT, - ACTIONS(5528), 1, - anon_sym_DOT2, - ACTIONS(5530), 1, - anon_sym_EQ2, - ACTIONS(5532), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5534), 1, - anon_sym_DASH2, - ACTIONS(5536), 1, - anon_sym_PLUS2, - STATE(2754), 1, - sym_comment, - STATE(3289), 1, - sym__var, - STATE(3428), 1, - sym__immediate_decimal, - STATE(3420), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2032), 9, anon_sym_DASH, - anon_sym__, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2034), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [128420] = 5, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132610] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5542), 1, - anon_sym_PIPE, - STATE(2755), 1, + STATE(2516), 1, sym_comment, - ACTIONS(5540), 16, + ACTIONS(3069), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3067), 37, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5538), 21, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [128471] = 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132660] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1377), 1, - anon_sym_LF, - ACTIONS(5546), 1, - anon_sym_DOT2, - ACTIONS(5548), 1, - aux_sym_unquoted_token4, - ACTIONS(5550), 1, - aux_sym_unquoted_token6, - STATE(2756), 1, + STATE(2517), 1, sym_comment, - ACTIONS(5544), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 32, + ACTIONS(3075), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3073), 37, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [128528] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - STATE(2757), 1, - sym_comment, - STATE(5452), 1, - sym__type_annotation, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(2605), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [128583] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5552), 1, - anon_sym_DOT2, - STATE(2758), 1, - sym_comment, - ACTIONS(213), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(215), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [128634] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1536), 1, - sym_identifier, - ACTIONS(1542), 1, - anon_sym_DASH, - ACTIONS(5552), 1, - anon_sym_DOT2, - STATE(2759), 1, - sym_comment, - ACTIONS(1538), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - ACTIONS(1540), 10, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1623), 17, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [128691] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2760), 1, - sym_comment, - STATE(2894), 1, - sym_cell_path, - ACTIONS(1467), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1469), 30, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [128746] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5528), 1, - anon_sym_DOT2, - ACTIONS(5532), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5534), 1, - anon_sym_DASH2, - ACTIONS(5536), 1, - anon_sym_PLUS2, - ACTIONS(5554), 1, - anon_sym_LT, - ACTIONS(5556), 1, - anon_sym_EQ2, - STATE(2761), 1, - sym_comment, - STATE(3289), 1, - sym__var, - STATE(3447), 1, - sym__immediate_decimal, - STATE(3468), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2066), 9, - anon_sym_DASH, - anon_sym__, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2068), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [128817] = 15, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132710] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5560), 1, - anon_sym_LT, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5564), 1, - anon_sym_EQ2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2762), 1, + STATE(2518), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3572), 1, - sym__immediate_decimal, - STATE(3571), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2058), 9, + ACTIONS(3083), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3081), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2060), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [128888] = 15, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132760] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - ACTIONS(5572), 1, - anon_sym_LT, - ACTIONS(5574), 1, - anon_sym_EQ2, - STATE(2763), 1, + STATE(2519), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3541), 1, - sym__immediate_decimal, - STATE(3536), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2050), 9, + ACTIONS(3087), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3085), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2052), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [128959] = 5, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132810] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5542), 1, - anon_sym_PIPE, - STATE(2764), 1, + STATE(2520), 1, sym_comment, - ACTIONS(5578), 16, + ACTIONS(3178), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3176), 37, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5576), 21, - sym_cmd_identifier, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132860] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2521), 1, + sym_comment, + ACTIONS(2977), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2975), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [129010] = 5, - ACTIONS(3), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132910] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5542), 1, - anon_sym_PIPE, - STATE(2765), 1, + STATE(2522), 1, sym_comment, - ACTIONS(5582), 16, + ACTIONS(3091), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3089), 37, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5580), 21, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [132960] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2523), 1, + sym_comment, + ACTIONS(887), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(885), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [129061] = 5, - ACTIONS(3), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133010] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5542), 1, + STATE(2524), 1, + sym_comment, + ACTIONS(3095), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3093), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - STATE(2766), 1, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133060] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2525), 1, sym_comment, - ACTIONS(5586), 16, + ACTIONS(3099), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3097), 37, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5584), 21, - sym_cmd_identifier, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133110] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2526), 1, + sym_comment, + ACTIONS(3103), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3101), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [129112] = 7, - ACTIONS(3), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133160] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5592), 1, - anon_sym_list, - STATE(2767), 1, + STATE(2527), 1, sym_comment, - STATE(2824), 1, - sym__type_annotation, - ACTIONS(5590), 2, - anon_sym_table, - anon_sym_record, - STATE(2605), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5588), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [129167] = 7, - ACTIONS(3), 1, + ACTIONS(3135), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3133), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133210] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - STATE(2768), 1, + STATE(2528), 1, sym_comment, - STATE(4423), 1, - sym__all_type, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(4331), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [129222] = 7, - ACTIONS(3), 1, + ACTIONS(3182), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3180), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133260] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - STATE(2769), 1, + STATE(2529), 1, sym_comment, - STATE(4424), 1, - sym__all_type, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(4331), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [129277] = 15, + ACTIONS(3131), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3129), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133310] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, + ACTIONS(5002), 1, anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - ACTIONS(5594), 1, - anon_sym_LT, - ACTIONS(5596), 1, - anon_sym_EQ2, - STATE(2770), 1, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2530), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3528), 1, - sym__immediate_decimal, - STATE(3525), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2004), 9, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym__, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [133364] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2531), 1, + sym_comment, + ACTIONS(3186), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3184), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2006), 17, + [133414] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2532), 1, + sym_comment, + ACTIONS(3127), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3125), 37, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [129348] = 15, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133464] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5524), 1, + STATE(2533), 1, + sym_comment, + ACTIONS(3123), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3121), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(5558), 1, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133514] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2534), 1, + sym_comment, + ACTIONS(1079), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1077), 37, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(5562), 1, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133564] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2535), 1, + sym_comment, + ACTIONS(887), 3, + ts_builtin_sym_end, + anon_sym_LF, anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - ACTIONS(5598), 1, - anon_sym_LT, - ACTIONS(5600), 1, - anon_sym_EQ2, - STATE(2771), 1, + ACTIONS(885), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [133614] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(657), 1, + anon_sym_LF, + ACTIONS(5012), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5177), 1, + anon_sym_DOT2, + STATE(2536), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3532), 1, - sym__immediate_decimal, - STATE(3576), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2024), 9, + ACTIONS(655), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym__, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [133668] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5180), 1, + aux_sym__immediate_decimal_token2, + STATE(2537), 1, + sym_comment, + ACTIONS(686), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [133720] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5012), 1, + aux_sym__immediate_decimal_token2, + STATE(2538), 1, + sym_comment, + ACTIONS(657), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [133772] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2539), 1, + sym_comment, + ACTIONS(1025), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1023), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133822] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2540), 1, + sym_comment, + ACTIONS(955), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(953), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2026), 17, + [133872] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2541), 1, + sym_comment, + ACTIONS(3190), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3188), 37, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [129419] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [133922] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5542), 1, + STATE(2542), 1, + sym_comment, + ACTIONS(845), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(847), 26, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - STATE(2772), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [133972] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2543), 1, sym_comment, - ACTIONS(5604), 16, + ACTIONS(1033), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1031), 37, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5602), 21, - sym_cmd_identifier, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134022] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2544), 1, + sym_comment, + ACTIONS(1043), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1041), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [129470] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134072] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2545), 1, + sym_comment, + ACTIONS(1047), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1045), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134122] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2546), 1, + sym_comment, + ACTIONS(905), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(907), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [134172] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5182), 1, + anon_sym_QMARK2, + STATE(2547), 1, + sym_comment, + ACTIONS(783), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(785), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [134224] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5182), 1, + anon_sym_QMARK2, + STATE(2548), 1, + sym_comment, + ACTIONS(783), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(785), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [134276] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5184), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5186), 1, + aux_sym__immediate_decimal_token2, + STATE(2549), 1, + sym_comment, + ACTIONS(657), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [134330] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2550), 1, + sym_comment, + ACTIONS(1083), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1081), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134380] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2551), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [134430] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2552), 1, + sym_comment, + ACTIONS(2782), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2780), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134480] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5190), 1, + anon_sym_LF, + STATE(2553), 1, + sym_comment, + ACTIONS(5188), 38, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134530] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2554), 1, + sym_comment, + ACTIONS(937), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(935), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134580] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2555), 1, + sym_comment, + ACTIONS(2762), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2760), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134630] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + ACTIONS(5192), 1, + anon_sym_GT, + STATE(2556), 1, + sym_comment, + STATE(5971), 1, + sym__all_type, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(4378), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [134688] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4996), 1, + aux_sym__immediate_decimal_token2, + STATE(2557), 1, + sym_comment, + ACTIONS(649), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [134740] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(4734), 1, + anon_sym_LPAREN, + ACTIONS(4748), 1, + anon_sym_DASH2, + ACTIONS(4750), 1, + anon_sym_PLUS2, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(5194), 1, + anon_sym_LT, + ACTIONS(5196), 1, + anon_sym_EQ2, + ACTIONS(5198), 1, + aux_sym__immediate_decimal_token1, + STATE(2558), 1, + sym_comment, + STATE(3104), 1, + sym__var, + STATE(3286), 1, + sym__immediate_decimal, + STATE(3280), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1466), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1468), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [134812] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2559), 1, + sym_comment, + ACTIONS(916), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(914), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [134862] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2560), 1, + sym_comment, + ACTIONS(951), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(949), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [134912] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5200), 1, + anon_sym_LF, + STATE(2561), 1, + sym_comment, + ACTIONS(4984), 38, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [134962] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5204), 1, + anon_sym_LF, + STATE(2562), 1, + sym_comment, + ACTIONS(5202), 38, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135012] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5208), 1, + anon_sym_DOT2, + STATE(2563), 1, + sym_comment, + ACTIONS(870), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5206), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + ACTIONS(868), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [135066] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2564), 1, + sym_comment, + ACTIONS(924), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(922), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135116] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2565), 1, + sym_comment, + ACTIONS(858), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(856), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135166] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4959), 1, + aux_sym_unquoted_token6, + STATE(2566), 1, + sym_comment, + ACTIONS(4957), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(5210), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(699), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [135222] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2567), 1, + sym_comment, + ACTIONS(1087), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1085), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135272] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5214), 1, + anon_sym_LT, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5218), 1, + anon_sym_EQ2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2568), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3385), 1, + sym__immediate_decimal, + STATE(3380), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1450), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1452), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [135344] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + ACTIONS(5226), 1, + anon_sym_LT, + ACTIONS(5228), 1, + anon_sym_EQ2, + STATE(2569), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3268), 1, + sym__immediate_decimal, + STATE(3374), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1458), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1460), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [135416] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + ACTIONS(5230), 1, + anon_sym_LT, + ACTIONS(5232), 1, + anon_sym_EQ2, + STATE(2570), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3370), 1, + sym__immediate_decimal, + STATE(3368), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1412), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1414), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [135488] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + ACTIONS(5234), 1, + anon_sym_LT, + ACTIONS(5236), 1, + anon_sym_EQ2, + STATE(2571), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3367), 1, + sym__immediate_decimal, + STATE(3362), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1474), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1476), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [135560] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2572), 1, + sym_comment, + ACTIONS(5036), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5034), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135610] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2573), 1, + sym_comment, + ACTIONS(2799), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2797), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135660] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2574), 1, + sym_comment, + ACTIONS(3111), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3109), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135710] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2575), 1, + sym_comment, + ACTIONS(3115), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3113), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135760] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2576), 1, + sym_comment, + ACTIONS(3119), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3117), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135810] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2577), 1, + sym_comment, + ACTIONS(5040), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5038), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + [135860] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2578), 1, + sym_comment, + ACTIONS(907), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(905), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [135909] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2579), 1, + sym_comment, + ACTIONS(777), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(775), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [135958] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5242), 1, + anon_sym_list, + STATE(2580), 1, + sym_comment, + STATE(3845), 1, + sym__type_annotation, + ACTIONS(5240), 2, + anon_sym_table, + anon_sym_record, + STATE(3897), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5238), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [136013] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5244), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5246), 1, + aux_sym__immediate_decimal_token2, + STATE(2581), 1, + sym_comment, + ACTIONS(647), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(649), 30, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [136066] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5186), 1, + aux_sym__immediate_decimal_token2, + STATE(2582), 1, + sym_comment, + ACTIONS(657), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [136117] = 8, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(699), 1, + anon_sym_LF, + ACTIONS(5250), 1, + anon_sym_DOT2, + ACTIONS(5252), 1, + aux_sym_unquoted_token4, + ACTIONS(5254), 1, + aux_sym_unquoted_token6, + STATE(2583), 1, + sym_comment, + ACTIONS(5248), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [136174] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2584), 1, + sym_comment, + ACTIONS(885), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(887), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136223] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5256), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5258), 1, + aux_sym__immediate_decimal_token2, + STATE(2585), 1, + sym_comment, + ACTIONS(655), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(657), 30, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [136276] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5260), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5262), 1, + aux_sym__immediate_decimal_token2, + STATE(2586), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [136329] = 23, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5270), 1, + anon_sym_DOT2, + ACTIONS(5274), 1, + anon_sym_QMARK2, + ACTIONS(5282), 1, + anon_sym_bit_DASHand, + ACTIONS(5284), 1, + anon_sym_bit_DASHxor, + ACTIONS(5286), 1, + anon_sym_bit_DASHor, + ACTIONS(5288), 1, + anon_sym_and, + ACTIONS(5290), 1, + anon_sym_xor, + ACTIONS(5292), 1, + anon_sym_or, + ACTIONS(5294), 1, + sym_filesize_unit, + ACTIONS(5296), 1, + sym_duration_unit, + STATE(2587), 1, + sym_comment, + STATE(2885), 1, + sym_path, + STATE(3204), 1, + sym_cell_path, + ACTIONS(5111), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5113), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5266), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5276), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5278), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5280), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5268), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5272), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5264), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [136416] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2588), 1, + sym_comment, + STATE(2739), 1, + sym_cell_path, + ACTIONS(830), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(832), 30, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [136471] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5164), 1, + aux_sym__immediate_decimal_token2, + STATE(2589), 1, + sym_comment, + ACTIONS(649), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [136522] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2590), 1, + sym_comment, + ACTIONS(775), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136571] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + STATE(2591), 1, + sym_comment, + STATE(4356), 1, + sym__all_type, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(4378), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [136626] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2592), 1, + sym_comment, + ACTIONS(649), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [136675] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2593), 1, + sym_comment, + ACTIONS(684), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136724] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5298), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5300), 1, + aux_sym__immediate_decimal_token2, + STATE(2594), 1, + sym_comment, + ACTIONS(649), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [136777] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2595), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136828] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5302), 1, + anon_sym_DOT2, + ACTIONS(5304), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5306), 1, + aux_sym_unquoted_token2, + STATE(2596), 1, + sym_comment, + ACTIONS(797), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(799), 23, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136883] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2597), 1, + sym_comment, + ACTIONS(860), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(862), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136932] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + STATE(2598), 1, + sym_comment, + STATE(4351), 1, + sym__all_type, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(4378), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [136987] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2599), 1, + sym_comment, + ACTIONS(647), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [137036] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2600), 1, + sym_comment, + ACTIONS(655), 16, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [137085] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5308), 1, + anon_sym_LPAREN, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5312), 1, + anon_sym_LT, + ACTIONS(5314), 1, + anon_sym_DOT2, + ACTIONS(5316), 1, + anon_sym_EQ2, + ACTIONS(5318), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5320), 1, + anon_sym_DASH2, + ACTIONS(5322), 1, + anon_sym_PLUS2, + STATE(2601), 1, + sym_comment, + STATE(3227), 1, + sym__var, + STATE(3456), 1, + sym__immediate_decimal, + STATE(3452), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1466), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1468), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [137156] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2602), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [137207] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5328), 1, + anon_sym_PIPE, + STATE(2603), 1, + sym_comment, + ACTIONS(5326), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5324), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [137258] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5328), 1, + anon_sym_PIPE, + STATE(2604), 1, + sym_comment, + ACTIONS(5332), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5330), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [137309] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2605), 1, + sym_comment, + ACTIONS(914), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(916), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [137358] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + STATE(2606), 1, + sym_comment, + STATE(2697), 1, + sym__type_annotation, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(2315), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [137413] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5328), 1, + anon_sym_PIPE, + STATE(2607), 1, + sym_comment, + ACTIONS(5336), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5334), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [137464] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5342), 1, + anon_sym_list, + STATE(2608), 1, + sym_comment, + STATE(2697), 1, + sym__type_annotation, + ACTIONS(5340), 2, + anon_sym_table, + anon_sym_record, + STATE(2315), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5338), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [137519] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + ACTIONS(5348), 1, + aux_sym__unquoted_in_list_token6, + STATE(2609), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3359), 1, + sym__immediate_decimal, + STATE(3366), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5346), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(5344), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [137588] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + ACTIONS(5348), 1, + aux_sym__unquoted_in_list_token6, + STATE(2610), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3376), 1, + sym__immediate_decimal, + STATE(3378), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5346), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(5344), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [137657] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2611), 1, + sym_comment, + ACTIONS(941), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(943), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [137706] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5352), 1, + anon_sym_LT, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5356), 1, + anon_sym_EQ2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2612), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3525), 1, + sym__immediate_decimal, + STATE(3524), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1450), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1452), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [137777] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2613), 1, + sym_comment, + ACTIONS(686), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [137826] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2614), 1, + sym_comment, + ACTIONS(657), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [137875] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5308), 1, + anon_sym_LPAREN, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5314), 1, + anon_sym_DOT2, + ACTIONS(5318), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5320), 1, + anon_sym_DASH2, + ACTIONS(5322), 1, + anon_sym_PLUS2, + ACTIONS(5364), 1, + anon_sym_LT, + ACTIONS(5366), 1, + anon_sym_EQ2, + STATE(2615), 1, + sym_comment, + STATE(3227), 1, + sym__var, + STATE(3450), 1, + sym__immediate_decimal, + STATE(3436), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1432), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1434), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [137946] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + ACTIONS(5368), 1, + anon_sym_LT, + ACTIONS(5370), 1, + anon_sym_EQ2, + STATE(2616), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3522), 1, + sym__immediate_decimal, + STATE(3521), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1458), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1460), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [138017] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2617), 1, + sym_comment, + ACTIONS(918), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(920), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [138066] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5372), 1, + anon_sym_DOT2, + ACTIONS(5374), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5376), 1, + aux_sym_unquoted_token2, + STATE(2618), 1, + sym_comment, + ACTIONS(797), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(799), 23, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [138121] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + ACTIONS(5378), 1, + anon_sym_LT, + ACTIONS(5380), 1, + anon_sym_EQ2, + STATE(2619), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3513), 1, + sym__immediate_decimal, + STATE(3512), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1412), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1414), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [138192] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + ACTIONS(5382), 1, + anon_sym_LT, + ACTIONS(5384), 1, + anon_sym_EQ2, + STATE(2620), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3511), 1, + sym__immediate_decimal, + STATE(3510), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1474), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1476), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [138263] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5328), 1, + anon_sym_PIPE, + STATE(2621), 1, + sym_comment, + ACTIONS(5388), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5386), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [138314] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(922), 1, + sym_identifier, + ACTIONS(928), 1, + anon_sym_DASH, + ACTIONS(5390), 1, + anon_sym_DOT2, + STATE(2622), 1, + sym_comment, + ACTIONS(924), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + ACTIONS(926), 10, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1007), 17, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [138371] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2623), 1, + sym_comment, + ACTIONS(739), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(737), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [138420] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5328), 1, + anon_sym_PIPE, + STATE(2624), 1, + sym_comment, + ACTIONS(5394), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5392), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [138471] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5390), 1, + anon_sym_DOT2, + STATE(2625), 1, + sym_comment, + ACTIONS(868), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(870), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [138522] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5396), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5398), 1, + aux_sym__immediate_decimal_token2, + STATE(2626), 1, + sym_comment, + ACTIONS(649), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [138575] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5400), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5402), 1, + aux_sym__immediate_decimal_token2, + STATE(2627), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [138628] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4835), 1, + anon_sym_list, + STATE(2628), 1, + sym_comment, + STATE(5383), 1, + sym__type_annotation, + ACTIONS(4833), 2, + anon_sym_table, + anon_sym_record, + STATE(2315), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(4831), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [138683] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5404), 1, + aux_sym__immediate_decimal_token2, + STATE(2629), 1, + sym_comment, + ACTIONS(686), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [138734] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(739), 1, + anon_sym_LF, + ACTIONS(5406), 1, + anon_sym_DOT2, + STATE(2630), 1, + sym_comment, + ACTIONS(737), 36, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [138785] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(673), 1, + anon_sym_LF, + ACTIONS(5408), 1, + anon_sym_DOT2, + ACTIONS(5411), 1, + aux_sym__immediate_decimal_token2, + STATE(2631), 1, + sym_comment, + ACTIONS(671), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [138838] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5002), 1, + anon_sym_DOT2, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2632), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [138891] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(657), 1, + anon_sym_LF, + ACTIONS(5186), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5413), 1, + anon_sym_DOT2, + STATE(2633), 1, + sym_comment, + ACTIONS(655), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [138944] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2634), 1, + sym_comment, + ACTIONS(1085), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1087), 32, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [138993] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2635), 1, + sym_comment, + ACTIONS(975), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(977), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139041] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2636), 1, + sym_comment, + ACTIONS(991), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(993), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139089] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5416), 1, + aux_sym_unquoted_token5, + STATE(2637), 1, + sym_comment, + ACTIONS(935), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(937), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139139] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2638), 1, + sym_comment, + ACTIONS(5420), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5418), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [139187] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2639), 1, + sym_comment, + ACTIONS(1003), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1005), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139235] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2640), 1, + sym_comment, + ACTIONS(1059), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1061), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139283] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5402), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5422), 1, + anon_sym_DOT2, + STATE(2641), 1, + sym_comment, + ACTIONS(657), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(655), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [139335] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2642), 1, + sym_comment, + ACTIONS(1009), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1011), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139383] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2643), 1, + sym_comment, + STATE(2926), 1, + sym_cell_path, + ACTIONS(837), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(839), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [139437] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2644), 1, + sym_comment, + ACTIONS(649), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [139485] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2645), 1, + sym_comment, + ACTIONS(1019), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1021), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139533] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2646), 1, + sym_comment, + ACTIONS(1035), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1037), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139581] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2647), 1, + sym_comment, + ACTIONS(1023), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1025), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139629] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2648), 1, + sym_comment, + ACTIONS(1081), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1083), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139677] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2649), 1, + sym_comment, + ACTIONS(1077), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1079), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139725] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2650), 1, + sym_comment, + ACTIONS(777), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(775), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [139773] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2651), 1, + sym_comment, + ACTIONS(1073), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1075), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139821] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2652), 1, + sym_comment, + ACTIONS(1031), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1033), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139869] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2653), 1, + sym_comment, + ACTIONS(1041), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1043), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139917] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2654), 1, + sym_comment, + ACTIONS(1045), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1047), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [139965] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5402), 1, + aux_sym__immediate_decimal_token2, + STATE(2655), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [140015] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2656), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3351), 1, + sym__immediate_decimal, + STATE(3353), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1579), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1581), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140081] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2657), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3340), 1, + sym__immediate_decimal, + STATE(3350), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1624), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1626), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140147] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2658), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3335), 1, + sym__immediate_decimal, + STATE(3339), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1610), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1612), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140213] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5004), 1, + aux_sym_unquoted_token6, + STATE(2659), 1, + sym_comment, + ACTIONS(737), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(739), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140263] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2660), 1, + sym_comment, + ACTIONS(1093), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1095), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140311] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2661), 1, + sym_comment, + ACTIONS(926), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1007), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140359] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2662), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3282), 1, + sym__immediate_decimal, + STATE(3334), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1594), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1596), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140425] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2663), 1, + sym_comment, + ACTIONS(957), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(959), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140473] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2664), 1, + sym_comment, + ACTIONS(686), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [140521] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2665), 1, + sym_comment, + ACTIONS(999), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1001), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140569] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2666), 1, + sym_comment, + ACTIONS(1055), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1057), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140617] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2667), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3377), 1, + sym__immediate_decimal, + STATE(3384), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1598), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1600), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140683] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2668), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3348), 1, + sym__immediate_decimal, + STATE(3372), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1590), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1592), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140749] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2669), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3336), 1, + sym__immediate_decimal, + STATE(3342), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1586), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1588), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140815] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2670), 1, + sym_comment, + ACTIONS(957), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(959), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [140863] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5425), 1, + aux_sym__immediate_decimal_token2, + STATE(2671), 1, + sym_comment, + ACTIONS(684), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(686), 30, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [140913] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2672), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3330), 1, + sym__immediate_decimal, + STATE(3332), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1570), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1572), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [140979] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5429), 1, + anon_sym_LT, + STATE(2673), 1, + sym_comment, + ACTIONS(5427), 36, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [141027] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2674), 1, + sym_comment, + STATE(2696), 1, + aux_sym_cell_path_repeat1, + STATE(2850), 1, + sym_path, + ACTIONS(735), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(733), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [141079] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5431), 1, + anon_sym_LT, + STATE(2675), 1, + sym_comment, + ACTIONS(5427), 36, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [141127] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2676), 1, + sym_comment, + ACTIONS(957), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(959), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141175] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2677), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3326), 1, + sym__immediate_decimal, + STATE(3328), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1566), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1568), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [141241] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2678), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3315), 1, + sym__immediate_decimal, + STATE(3323), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1562), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1564), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [141307] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2679), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3307), 1, + sym__immediate_decimal, + STATE(3309), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1558), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1560), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [141373] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2440), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5222), 1, + anon_sym_DASH2, + ACTIONS(5224), 1, + anon_sym_PLUS2, + STATE(2680), 1, + sym_comment, + STATE(3079), 1, + sym__var, + STATE(3305), 1, + sym__immediate_decimal, + STATE(3306), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1602), 8, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(1604), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [141439] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2681), 1, + sym_comment, + ACTIONS(957), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(959), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141487] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2682), 1, + sym_comment, + ACTIONS(995), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(997), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141535] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2683), 1, + sym_comment, + ACTIONS(991), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(993), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141583] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2684), 1, + sym_comment, + ACTIONS(953), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(955), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141631] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5398), 1, + aux_sym__immediate_decimal_token2, + STATE(2685), 1, + sym_comment, + ACTIONS(649), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [141681] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2686), 1, + sym_comment, + ACTIONS(1063), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1065), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141729] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2687), 1, + sym_comment, + ACTIONS(1069), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1071), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141777] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(922), 1, + sym_identifier, + ACTIONS(928), 1, + anon_sym_DASH, + STATE(2688), 1, + sym_comment, + ACTIONS(924), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + ACTIONS(926), 10, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1007), 17, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141831] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2689), 1, + sym_comment, + ACTIONS(957), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(959), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141879] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2690), 1, + sym_comment, + ACTIONS(868), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(870), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141927] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2157), 1, + aux_sym_cell_path_repeat1, + STATE(2318), 1, + sym_path, + STATE(2691), 1, + sym_comment, + ACTIONS(733), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(735), 30, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [141979] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2692), 1, + sym_comment, + ACTIONS(969), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(971), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [142027] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(747), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2674), 1, + aux_sym_cell_path_repeat1, + STATE(2693), 1, + sym_comment, + STATE(2850), 1, + sym_path, + ACTIONS(745), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142081] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2694), 1, + sym_comment, + ACTIONS(1015), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1017), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [142129] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2695), 1, + sym_comment, + STATE(2919), 1, + sym_cell_path, + ACTIONS(789), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(791), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142183] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(762), 1, + anon_sym_LF, + ACTIONS(5433), 1, + anon_sym_DOT2, + STATE(2850), 1, + sym_path, + STATE(2696), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(760), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142235] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2697), 1, + sym_comment, + ACTIONS(5436), 37, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + [142281] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5438), 1, + anon_sym_DOT2, + ACTIONS(5441), 1, + aux_sym__immediate_decimal_token2, + STATE(2698), 1, + sym_comment, + ACTIONS(673), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(671), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [142333] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5443), 1, + aux_sym__immediate_decimal_token2, + STATE(2699), 1, + sym_comment, + ACTIONS(686), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [142383] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2318), 1, + sym_path, + STATE(2691), 1, + aux_sym_cell_path_repeat1, + STATE(2700), 1, + sym_comment, + ACTIONS(745), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(747), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142437] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2701), 1, + sym_comment, + ACTIONS(987), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(989), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [142485] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2702), 1, + sym_comment, + ACTIONS(935), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(937), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [142533] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2703), 1, + sym_comment, + ACTIONS(860), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(862), 31, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142581] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4959), 1, + aux_sym_unquoted_token3, + STATE(2704), 1, + sym_comment, + ACTIONS(699), 2, + anon_sym_RBRACK, + anon_sym_RPAREN, + ACTIONS(697), 34, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142631] = 8, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5447), 1, + anon_sym_DOT2, + ACTIONS(5449), 1, + aux_sym_unquoted_token4, + ACTIONS(5451), 1, + aux_sym_unquoted_token6, + STATE(2705), 1, + sym_comment, + ACTIONS(699), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5445), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142687] = 21, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5113), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + ACTIONS(5125), 1, + anon_sym_QMARK2, + ACTIONS(5133), 1, + anon_sym_bit_DASHand, + ACTIONS(5135), 1, + anon_sym_bit_DASHxor, + ACTIONS(5137), 1, + anon_sym_bit_DASHor, + ACTIONS(5139), 1, + anon_sym_and, + ACTIONS(5141), 1, + anon_sym_xor, + ACTIONS(5143), 1, + anon_sym_or, + STATE(2706), 1, + sym_comment, + STATE(2803), 1, + sym_path, + STATE(3042), 1, + sym_cell_path, + ACTIONS(5117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5127), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5129), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5131), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5111), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5123), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [142769] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5453), 1, + anon_sym_DOT2, + STATE(2700), 1, + sym_path, + STATE(2707), 1, + sym_comment, + STATE(2739), 1, + sym_cell_path, + ACTIONS(830), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(832), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142823] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5456), 1, + aux_sym__immediate_decimal_token2, + STATE(2708), 1, + sym_comment, + ACTIONS(686), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [142873] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2709), 1, + sym_comment, + ACTIONS(885), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(887), 31, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [142921] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2710), 1, + sym_comment, + ACTIONS(797), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(799), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [142969] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2711), 1, + sym_comment, + ACTIONS(1085), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1087), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [143017] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2773), 1, + STATE(2712), 1, sym_comment, - ACTIONS(1509), 13, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -307293,7 +247429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1511), 25, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307319,18 +247455,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129519] = 7, + [143065] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5606), 1, - anon_sym_DOT2, - ACTIONS(5608), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5610), 1, - aux_sym_unquoted_token2, - STATE(2774), 1, + STATE(2713), 1, sym_comment, - ACTIONS(1445), 12, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -307343,10 +247473,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1447), 23, + ACTIONS(959), 25, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -307367,133 +247499,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129574] = 14, + [143113] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - ACTIONS(5616), 1, - aux_sym__unquoted_in_list_token6, - STATE(2775), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3402), 1, - sym__immediate_decimal, - STATE(3404), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5614), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5612), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [129643] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - ACTIONS(5616), 1, - aux_sym__unquoted_in_list_token6, - STATE(2776), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3405), 1, - sym__immediate_decimal, - STATE(3406), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5614), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5612), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [129712] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2777), 1, + STATE(2700), 1, + sym_path, + STATE(2709), 1, + sym_cell_path, + STATE(2714), 1, sym_comment, - ACTIONS(1625), 6, - anon_sym_EQ, + ACTIONS(715), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1627), 32, - anon_sym_COLON, - anon_sym_LBRACK, + ACTIONS(717), 29, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_in, @@ -307522,18 +247546,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [129761] = 7, + [143167] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5618), 1, - anon_sym_DOT2, - ACTIONS(5620), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5622), 1, - aux_sym_unquoted_token2, - STATE(2778), 1, + STATE(2715), 1, sym_comment, - ACTIONS(1445), 12, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -307546,9 +247564,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1447), 23, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -307570,65 +247590,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129816] = 7, + [143215] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5628), 1, - anon_sym_list, - STATE(2779), 1, - sym_comment, - STATE(3819), 1, - sym__type_annotation, - ACTIONS(5626), 2, - anon_sym_table, - anon_sym_record, - STATE(3915), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5624), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [129871] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2780), 1, + STATE(2716), 1, sym_comment, - ACTIONS(1532), 13, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -307637,7 +247608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1534), 25, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307663,17 +247634,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129920] = 4, + [143263] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2781), 1, + STATE(2717), 1, sym_comment, - ACTIONS(1520), 13, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -307682,7 +247652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1522), 25, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307708,84 +247678,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129969] = 7, - ACTIONS(3), 1, + [143311] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5326), 1, - anon_sym_list, - STATE(2782), 1, + ACTIONS(832), 1, + anon_sym_LF, + ACTIONS(5461), 1, + anon_sym_DOT2, + STATE(2693), 1, + sym_path, + STATE(2718), 1, sym_comment, - STATE(2824), 1, - sym__type_annotation, - ACTIONS(5324), 2, - anon_sym_table, - anon_sym_record, - STATE(2605), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5322), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [130024] = 4, - ACTIONS(3), 1, + STATE(2825), 1, + sym_cell_path, + ACTIONS(830), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [143365] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2783), 1, + ACTIONS(5300), 1, + aux_sym__immediate_decimal_token2, + STATE(2719), 1, sym_comment, - ACTIONS(1524), 13, - sym_identifier, + ACTIONS(649), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1526), 25, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [143415] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5258), 1, + aux_sym__immediate_decimal_token2, + STATE(2720), 1, + sym_comment, + ACTIONS(655), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(657), 30, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -307801,17 +247811,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130073] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [143465] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2784), 1, + STATE(2721), 1, sym_comment, - ACTIONS(1513), 13, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -307820,7 +247833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1515), 25, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307846,12 +247859,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130122] = 4, + [143513] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5262), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5464), 1, + anon_sym_DOT2, + STATE(2722), 1, + sym_comment, + ACTIONS(657), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(655), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [143565] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2785), 1, + STATE(2723), 1, sym_comment, - ACTIONS(1619), 12, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -307864,7 +247923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1621), 25, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307890,12 +247949,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130170] = 4, + [143613] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2786), 1, + STATE(2724), 1, sym_comment, - ACTIONS(1659), 12, + ACTIONS(949), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -307908,7 +247967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1661), 25, + ACTIONS(951), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307934,12 +247993,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130218] = 4, + [143661] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2787), 1, + STATE(2725), 1, sym_comment, - ACTIONS(1595), 12, + ACTIONS(957), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -307952,7 +248011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1597), 25, + ACTIONS(959), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -307978,24 +248037,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130266] = 8, + [143709] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5632), 1, + STATE(2726), 1, + sym_comment, + ACTIONS(657), 2, + anon_sym_LF, anon_sym_DOT2, - ACTIONS(5634), 1, - aux_sym_unquoted_token4, - ACTIONS(5636), 1, + ACTIONS(655), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, aux_sym_unquoted_token6, - STATE(2788), 1, + [143757] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2727), 1, + sym_comment, + ACTIONS(5469), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(5467), 21, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [143805] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5471), 1, + anon_sym_DOT2, + ACTIONS(5474), 1, + aux_sym__immediate_decimal_token2, + STATE(2728), 1, sym_comment, - ACTIONS(1377), 2, + ACTIONS(673), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5630), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 30, + ACTIONS(671), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [143857] = 21, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5121), 1, + anon_sym_DOT2, + ACTIONS(5478), 1, + anon_sym_LF, + ACTIONS(5488), 1, + anon_sym_QMARK2, + ACTIONS(5496), 1, + anon_sym_bit_DASHand, + ACTIONS(5498), 1, + anon_sym_bit_DASHxor, + ACTIONS(5500), 1, + anon_sym_bit_DASHor, + ACTIONS(5502), 1, + anon_sym_and, + ACTIONS(5504), 1, + anon_sym_xor, + ACTIONS(5506), 1, + anon_sym_or, + STATE(2729), 1, + sym_comment, + STATE(2803), 1, + sym_path, + STATE(2968), 1, + sym_cell_path, + ACTIONS(5482), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5490), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5492), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5494), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5476), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5484), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5486), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5480), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [143939] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5262), 1, + aux_sym__immediate_decimal_token2, + STATE(2730), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 33, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -308026,12 +248274,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [130322] = 4, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [143989] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2789), 1, + ACTIONS(5246), 1, + aux_sym__immediate_decimal_token2, + STATE(2731), 1, + sym_comment, + ACTIONS(647), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(649), 30, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [144039] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2732), 1, sym_comment, - ACTIONS(1651), 12, + ACTIONS(1089), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -308044,7 +248340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1653), 25, + ACTIONS(1091), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -308070,12 +248366,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130370] = 4, + [144087] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2790), 1, + ACTIONS(5508), 1, + anon_sym_DOT2, + ACTIONS(5510), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5512), 1, + aux_sym_unquoted_token2, + STATE(2733), 1, sym_comment, - ACTIONS(1629), 12, + ACTIONS(797), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -308088,11 +248390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1631), 25, - anon_sym_COLON, + ACTIONS(799), 22, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -308114,40 +248413,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130418] = 4, - ACTIONS(3), 1, + [144141] = 6, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2791), 1, + ACTIONS(739), 1, + anon_sym_LF, + ACTIONS(5514), 1, + anon_sym_DOT2, + ACTIONS(5516), 1, + aux_sym_unquoted_token6, + STATE(2734), 1, sym_comment, - ACTIONS(1655), 12, - sym_identifier, + ACTIONS(737), 34, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1657), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + sym_filesize_unit, + sym_duration_unit, + [144193] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(791), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2735), 1, + sym_comment, + STATE(2803), 1, + sym_path, + STATE(3009), 1, + sym_cell_path, + ACTIONS(789), 32, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [144246] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2736), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3507), 1, + sym__immediate_decimal, + STATE(3509), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1579), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1581), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [144311] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2737), 1, + sym_comment, + ACTIONS(858), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(856), 34, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -308158,19 +248597,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130466] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [144358] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2792), 1, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2738), 1, sym_comment, - ACTIONS(1509), 6, - anon_sym_EQ, + STATE(3229), 1, + sym__var, + STATE(3502), 1, + sym__immediate_decimal, + STATE(3504), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1624), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1626), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [144423] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2739), 1, + sym_comment, + ACTIONS(941), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1511), 31, + ACTIONS(943), 31, anon_sym_COLON, anon_sym_COMMA, anon_sym_PIPE, @@ -308202,40 +248695,299 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [130514] = 4, + [144470] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2793), 1, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2740), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3543), 1, + sym__immediate_decimal, + STATE(3496), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1610), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1612), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [144535] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2741), 1, + sym_comment, + STATE(3229), 1, + sym__var, + STATE(3527), 1, + sym__immediate_decimal, + STATE(3526), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1598), 9, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + anon_sym_PLUS, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1600), 17, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [144600] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4959), 1, + aux_sym_unquoted_token3, + STATE(2742), 1, sym_comment, - ACTIONS(1687), 12, + ACTIONS(697), 35, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1689), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + [144647] = 20, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5121), 1, + anon_sym_DOT2, + ACTIONS(5520), 1, + anon_sym_LF, + ACTIONS(5536), 1, + anon_sym_bit_DASHand, + ACTIONS(5538), 1, + anon_sym_bit_DASHxor, + ACTIONS(5540), 1, + anon_sym_bit_DASHor, + ACTIONS(5542), 1, + anon_sym_and, + ACTIONS(5544), 1, + anon_sym_xor, + ACTIONS(5546), 1, + anon_sym_or, + STATE(2743), 1, + sym_comment, + STATE(2803), 1, + sym_path, + STATE(3077), 1, + sym_cell_path, + ACTIONS(5524), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5530), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5532), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5534), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5518), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_RBRACE, + ACTIONS(5526), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5528), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5522), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [144726] = 20, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5121), 1, + anon_sym_DOT2, + ACTIONS(5550), 1, + anon_sym_LF, + ACTIONS(5566), 1, + anon_sym_bit_DASHand, + ACTIONS(5568), 1, + anon_sym_bit_DASHxor, + ACTIONS(5570), 1, + anon_sym_bit_DASHor, + ACTIONS(5572), 1, + anon_sym_and, + ACTIONS(5574), 1, + anon_sym_xor, + ACTIONS(5576), 1, + anon_sym_or, + STATE(2744), 1, + sym_comment, + STATE(2803), 1, + sym_path, + STATE(3029), 1, + sym_cell_path, + ACTIONS(5554), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5560), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5562), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5564), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5548), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5556), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5558), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5552), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [144805] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2745), 1, + sym_comment, + ACTIONS(739), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(737), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -308246,26 +248998,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130562] = 5, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [144852] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token3, - STATE(2794), 1, + ACTIONS(799), 1, + anon_sym_LF, + ACTIONS(5578), 1, + anon_sym_DOT2, + ACTIONS(5580), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5582), 1, + aux_sym_unquoted_token2, + STATE(2746), 1, sym_comment, - ACTIONS(1377), 2, - anon_sym_RBRACK, + ACTIONS(797), 32, + anon_sym_SEMI, anon_sym_RPAREN, - ACTIONS(1375), 34, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DOLLAR, + anon_sym_PIPE, anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -308291,37 +249049,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [130612] = 4, - ACTIONS(3), 1, + [144905] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2795), 1, + ACTIONS(854), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2747), 1, sym_comment, - ACTIONS(1513), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1515), 31, - anon_sym_COLON, - anon_sym_COMMA, + STATE(2803), 1, + sym_path, + STATE(3041), 1, + sym_cell_path, + ACTIONS(852), 32, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -308335,44 +249095,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [130660] = 13, + [144958] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(5458), 1, + ACTIONS(5358), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, + ACTIONS(5360), 1, anon_sym_DASH2, - ACTIONS(5462), 1, + ACTIONS(5362), 1, anon_sym_PLUS2, - STATE(2796), 1, + STATE(2748), 1, sym_comment, - STATE(3193), 1, + STATE(3229), 1, sym__var, - STATE(3375), 1, + STATE(3529), 1, sym__immediate_decimal, - STATE(3376), 2, + STATE(3528), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2140), 8, + ACTIONS(1590), 9, anon_sym_DASH, + anon_sym__, anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2142), 19, + aux_sym_unquoted_token1, + ACTIONS(1592), 17, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, @@ -308386,90 +249147,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [130726] = 4, + [145023] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2797), 1, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2749), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, - anon_sym_GT, + STATE(3229), 1, + sym__var, + STATE(3531), 1, + sym__immediate_decimal, + STATE(3530), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1586), 9, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1588), 17, + anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [130774] = 13, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [145088] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(5458), 1, + ACTIONS(5358), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, + ACTIONS(5360), 1, anon_sym_DASH2, - ACTIONS(5462), 1, + ACTIONS(5362), 1, anon_sym_PLUS2, - STATE(2798), 1, + STATE(2750), 1, sym_comment, - STATE(3193), 1, + STATE(3229), 1, sym__var, - STATE(3377), 1, + STATE(3533), 1, sym__immediate_decimal, - STATE(3378), 2, + STATE(3532), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2128), 8, + ACTIONS(1570), 9, anon_sym_DASH, + anon_sym__, anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2130), 19, + aux_sym_unquoted_token1, + ACTIONS(1572), 17, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, @@ -308483,31 +249251,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [130840] = 7, + [145153] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5638), 1, + ACTIONS(5258), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5584), 1, anon_sym_DOT2, - STATE(2799), 1, + STATE(2751), 1, sym_comment, - STATE(2836), 1, - sym_path, - STATE(2894), 1, - sym_cell_path, - ACTIONS(1467), 5, + ACTIONS(655), 6, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1469), 29, + sym_filesize_unit, + ACTIONS(657), 28, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -308532,79 +249295,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [130894] = 4, + sym_duration_unit, + [145204] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2800), 1, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2752), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, - anon_sym_GT, + STATE(3229), 1, + sym__var, + STATE(3535), 1, + sym__immediate_decimal, + STATE(3534), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1566), 9, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1568), 17, + anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [130942] = 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [145269] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2801), 1, + STATE(2753), 1, sym_comment, - ACTIONS(1607), 12, - sym_identifier, + ACTIONS(647), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1609), 25, + sym_filesize_unit, + ACTIONS(649), 30, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -308620,40 +249387,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130990] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [145316] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2802), 1, + ACTIONS(828), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2754), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, + STATE(2803), 1, + sym_path, + STATE(3037), 1, + sym_cell_path, + ACTIONS(826), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -308664,88 +249434,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131038] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [145369] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2803), 1, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(5358), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5360), 1, + anon_sym_DASH2, + ACTIONS(5362), 1, + anon_sym_PLUS2, + STATE(2755), 1, sym_comment, - ACTIONS(1583), 12, - sym_identifier, - anon_sym_GT, + STATE(3229), 1, + sym__var, + STATE(3537), 1, + sym__immediate_decimal, + STATE(3536), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1562), 9, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1585), 25, - anon_sym_COLON, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(1564), 17, + anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [131086] = 13, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [145434] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(5458), 1, + ACTIONS(5358), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, + ACTIONS(5360), 1, anon_sym_DASH2, - ACTIONS(5462), 1, + ACTIONS(5362), 1, anon_sym_PLUS2, - STATE(2804), 1, + STATE(2756), 1, sym_comment, - STATE(3193), 1, + STATE(3229), 1, sym__var, - STATE(3382), 1, + STATE(3539), 1, sym__immediate_decimal, - STATE(3383), 2, + STATE(3538), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2172), 8, + ACTIONS(1558), 9, anon_sym_DASH, + anon_sym__, anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2174), 19, + aux_sym_unquoted_token1, + ACTIONS(1560), 17, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, @@ -308759,45 +249541,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [131152] = 7, - ACTIONS(3), 1, + [145499] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5641), 1, + ACTIONS(717), 1, + anon_sym_LF, + ACTIONS(5121), 1, anon_sym_DOT2, - ACTIONS(5643), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5645), 1, - aux_sym_unquoted_token2, - STATE(2805), 1, + STATE(2757), 1, sym_comment, - ACTIONS(1445), 12, - sym_identifier, + STATE(2803), 1, + sym_path, + STATE(2914), 1, + sym_cell_path, + ACTIONS(715), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1447), 22, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -308808,44 +249584,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131206] = 13, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [145552] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(5458), 1, + ACTIONS(5358), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, + ACTIONS(5360), 1, anon_sym_DASH2, - ACTIONS(5462), 1, + ACTIONS(5362), 1, anon_sym_PLUS2, - STATE(2806), 1, + STATE(2758), 1, sym_comment, - STATE(3193), 1, + STATE(3229), 1, sym__var, - STATE(3384), 1, + STATE(3541), 1, sym__immediate_decimal, - STATE(3388), 2, + STATE(3540), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2160), 8, + ACTIONS(1602), 9, anon_sym_DASH, + anon_sym__, anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2162), 19, + aux_sym_unquoted_token1, + ACTIONS(1604), 17, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, @@ -308859,74 +249639,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [131272] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2807), 1, - sym_comment, - ACTIONS(1579), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [131320] = 6, + [145617] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2808), 1, + STATE(2759), 1, sym_comment, - STATE(2828), 1, - aux_sym_cell_path_repeat1, - STATE(2965), 1, - sym_path, - ACTIONS(1409), 2, + ACTIONS(686), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1407), 33, + ACTIONS(684), 33, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -308951,35 +249680,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [131372] = 4, + sym_filesize_unit, + sym_duration_unit, + [145664] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2809), 1, + ACTIONS(5587), 1, + anon_sym_DOT2, + ACTIONS(5590), 1, + aux_sym__immediate_decimal_token2, + STATE(2760), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, + ACTIONS(671), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, + sym_filesize_unit, + ACTIONS(673), 28, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -308995,84 +249723,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131420] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2810), 1, - sym_comment, - ACTIONS(5649), 16, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5647), 21, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [131468] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2811), 1, - sym_comment, - ACTIONS(1603), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1605), 25, + sym_duration_unit, + [145715] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2761), 1, + sym_comment, + ACTIONS(847), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(845), 34, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -309083,56 +249767,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131516] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5653), 1, - anon_sym_LT, - STATE(2812), 1, - sym_comment, - ACTIONS(5651), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [131564] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [145762] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2813), 1, + ACTIONS(5416), 1, + aux_sym_unquoted_token5, + STATE(2762), 1, sym_comment, - ACTIONS(1579), 12, + ACTIONS(935), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -309145,11 +249790,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1581), 25, + ACTIONS(937), 23, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -309171,14 +249814,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131612] = 4, + [145811] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5655), 1, - anon_sym_LT, - STATE(2814), 1, + STATE(2763), 1, sym_comment, - ACTIONS(5651), 36, + ACTIONS(5427), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -309215,40 +249856,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [131660] = 4, - ACTIONS(3), 1, + [145856] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2815), 1, + STATE(2764), 1, sym_comment, - ACTIONS(1667), 12, - sym_identifier, + ACTIONS(657), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1669), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -309259,87 +249893,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131708] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [145903] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2816), 1, - sym_comment, - STATE(3005), 1, - sym_cell_path, - ACTIONS(1459), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1461), 29, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(5596), 1, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, + ACTIONS(5602), 1, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(5612), 1, anon_sym_bit_DASHand, + ACTIONS(5614), 1, anon_sym_bit_DASHxor, + ACTIONS(5616), 1, anon_sym_bit_DASHor, + ACTIONS(5618), 1, anon_sym_and, + ACTIONS(5620), 1, anon_sym_xor, + ACTIONS(5622), 1, anon_sym_or, - [131762] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2817), 1, + STATE(2765), 1, sym_comment, - ACTIONS(1641), 12, - sym_identifier, + ACTIONS(5592), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5610), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1643), 25, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + [145982] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(824), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2766), 1, + sym_comment, + STATE(2803), 1, + sym_path, + STATE(3058), 1, + sym_cell_path, + ACTIONS(822), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -309350,189 +250001,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131810] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [146035] = 19, ACTIONS(3), 1, anon_sym_POUND, - STATE(2818), 1, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5612), 1, + anon_sym_bit_DASHand, + ACTIONS(5614), 1, + anon_sym_bit_DASHxor, + ACTIONS(5616), 1, + anon_sym_bit_DASHor, + ACTIONS(5618), 1, + anon_sym_and, + ACTIONS(5620), 1, + anon_sym_xor, + STATE(2767), 1, sym_comment, - ACTIONS(1579), 12, + ACTIONS(961), 2, sym_identifier, + anon_sym_or, + ACTIONS(5592), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5610), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [131858] = 21, - ACTIONS(105), 1, + [146112] = 18, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1075), 1, - anon_sym_LF, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(1087), 1, - anon_sym_QMARK2, - ACTIONS(1095), 1, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5612), 1, anon_sym_bit_DASHand, - ACTIONS(1097), 1, + ACTIONS(5614), 1, anon_sym_bit_DASHxor, - ACTIONS(1099), 1, + ACTIONS(5616), 1, anon_sym_bit_DASHor, - ACTIONS(1101), 1, + ACTIONS(5618), 1, anon_sym_and, - ACTIONS(1103), 1, - anon_sym_xor, - ACTIONS(1105), 1, - anon_sym_or, - STATE(2819), 1, + STATE(2768), 1, sym_comment, - STATE(2912), 1, - sym_path, - STATE(3124), 1, - sym_cell_path, - ACTIONS(1079), 2, + ACTIONS(5592), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1089), 2, + ACTIONS(5600), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1091), 2, + ACTIONS(5604), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1093), 2, + ACTIONS(5610), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1073), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1081), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1085), 4, + ACTIONS(961), 3, + sym_identifier, + anon_sym_xor, + anon_sym_or, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1077), 6, - anon_sym_GT, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5606), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [131940] = 4, + ACTIONS(963), 7, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [146187] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2820), 1, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5612), 1, + anon_sym_bit_DASHand, + ACTIONS(5614), 1, + anon_sym_bit_DASHxor, + ACTIONS(5616), 1, + anon_sym_bit_DASHor, + STATE(2769), 1, sym_comment, - ACTIONS(1599), 12, - sym_identifier, + ACTIONS(5592), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5610), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1601), 25, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, + [146260] = 16, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(5612), 1, anon_sym_bit_DASHand, + ACTIONS(5614), 1, anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [131988] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2821), 1, + STATE(2770), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, + ACTIONS(5592), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5610), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1581), 25, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_bit_DASHor, + [146331] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5624), 1, + anon_sym_DOT2, + STATE(2771), 1, + sym_comment, + ACTIONS(739), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(737), 33, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -309543,40 +250269,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132036] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [146380] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2822), 1, + ACTIONS(735), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2696), 1, + aux_sym_cell_path_repeat1, + STATE(2772), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, + STATE(2850), 1, + sym_path, + ACTIONS(733), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -309587,59 +250317,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132084] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [146433] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2823), 1, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5612), 1, + anon_sym_bit_DASHand, + STATE(2773), 1, sym_comment, - STATE(3009), 1, - sym_cell_path, - ACTIONS(1478), 5, + ACTIONS(5592), 2, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1480), 29, - anon_sym_COMMA, - anon_sym_PIPE, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(5600), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5604), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5610), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5598), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5608), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(961), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 9, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [132138] = 3, + [146502] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(2824), 1, + STATE(2774), 1, sym_comment, - ACTIONS(5657), 37, + ACTIONS(5626), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -309676,130 +250416,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - anon_sym_LBRACE, - [132184] = 5, + [146547] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5659), 1, - aux_sym_unquoted_token5, - STATE(2825), 1, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + STATE(2775), 1, sym_comment, - ACTIONS(1545), 12, - sym_identifier, + ACTIONS(5592), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1547), 24, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + ACTIONS(5600), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, + ACTIONS(5604), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(5610), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [132234] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2826), 1, - sym_comment, - ACTIONS(1611), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1613), 25, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 10, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132282] = 4, - ACTIONS(3), 1, + [146614] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2827), 1, + STATE(2776), 1, sym_comment, - ACTIONS(1695), 12, - sym_identifier, + ACTIONS(907), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(905), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1697), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -309810,21 +250507,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132330] = 6, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [146661] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1389), 1, + ACTIONS(817), 1, anon_sym_LF, - ACTIONS(5661), 1, + ACTIONS(5121), 1, anon_sym_DOT2, - STATE(2965), 1, - sym_path, - STATE(2828), 2, + STATE(2777), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 33, + STATE(2803), 1, + sym_path, + STATE(3062), 1, + sym_cell_path, + ACTIONS(815), 32, anon_sym_SEMI, - anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, @@ -309856,38 +250558,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132382] = 4, + [146714] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(2829), 1, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + STATE(2778), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, - anon_sym_GT, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, + ACTIONS(961), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1581), 25, + ACTIONS(963), 19, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -309900,12 +250606,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132430] = 4, + [146771] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2830), 1, + STATE(2779), 1, sym_comment, - ACTIONS(1647), 12, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -309918,17 +250627,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1649), 25, + ACTIONS(963), 22, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -309944,35 +250650,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132478] = 6, + [146820] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2393), 1, - aux_sym_cell_path_repeat1, - STATE(2628), 1, - sym_path, - STATE(2831), 1, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + STATE(2780), 1, sym_comment, - ACTIONS(1407), 5, - anon_sym_GT, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, + ACTIONS(961), 9, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1409), 30, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 21, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -309987,39 +250696,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + [146873] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5596), 1, + anon_sym_in, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + STATE(2781), 1, + sym_comment, + ACTIONS(5592), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5598), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5608), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - [132530] = 4, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 12, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [146938] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2832), 1, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + STATE(2782), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, - anon_sym_GT, + ACTIONS(5594), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, + ACTIONS(961), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1581), 25, + ACTIONS(963), 21, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -310034,103 +250795,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132578] = 21, - ACTIONS(105), 1, + [146993] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(5666), 1, - anon_sym_LF, - ACTIONS(5676), 1, - anon_sym_QMARK2, - ACTIONS(5684), 1, - anon_sym_bit_DASHand, - ACTIONS(5686), 1, - anon_sym_bit_DASHxor, - ACTIONS(5688), 1, - anon_sym_bit_DASHor, - ACTIONS(5690), 1, - anon_sym_and, - ACTIONS(5692), 1, - anon_sym_xor, - ACTIONS(5694), 1, - anon_sym_or, - STATE(2833), 1, + ACTIONS(5602), 1, + anon_sym_SLASH_SLASH, + STATE(2783), 1, sym_comment, - STATE(2912), 1, - sym_path, - STATE(3123), 1, - sym_cell_path, - ACTIONS(5670), 2, + ACTIONS(5592), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5594), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5678), 2, + ACTIONS(5600), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5680), 2, + ACTIONS(5604), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5682), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5664), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5672), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5674), 4, + ACTIONS(5598), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5668), 6, - anon_sym_GT, + ACTIONS(5606), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [132660] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2834), 1, - sym_comment, - ACTIONS(1691), 12, + ACTIONS(961), 5, sym_identifier, - anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1693), 25, + ACTIONS(963), 15, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -310139,12 +250845,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132708] = 4, + [147054] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2835), 1, + ACTIONS(5416), 1, + aux_sym_unquoted_token5, + STATE(2784), 1, sym_comment, - ACTIONS(1545), 12, + ACTIONS(935), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -310157,12 +250865,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1547), 25, - anon_sym_COLON, + ACTIONS(937), 23, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, @@ -310183,40 +250889,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132756] = 7, - ACTIONS(3), 1, + [147103] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2628), 1, - sym_path, - STATE(2831), 1, - aux_sym_cell_path_repeat1, - STATE(2836), 1, + ACTIONS(739), 1, + anon_sym_LF, + ACTIONS(5516), 1, + aux_sym_unquoted_token6, + STATE(2785), 1, sym_comment, - ACTIONS(1394), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1396), 29, - anon_sym_COMMA, + ACTIONS(737), 34, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310230,40 +250931,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132810] = 4, - ACTIONS(3), 1, + sym_filesize_unit, + sym_duration_unit, + [147152] = 6, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2837), 1, + ACTIONS(5628), 1, + anon_sym_DOT2, + ACTIONS(5630), 1, + aux_sym_unquoted_token6, + STATE(2786), 1, sym_comment, - ACTIONS(1637), 12, - sym_identifier, + ACTIONS(739), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(737), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1639), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310274,40 +250973,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132858] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [147203] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2838), 1, + ACTIONS(717), 1, + anon_sym_LF, + ACTIONS(5632), 1, + anon_sym_DOT2, + STATE(2693), 1, + sym_path, + STATE(2787), 1, sym_comment, - ACTIONS(1587), 12, - sym_identifier, + STATE(2914), 1, + sym_cell_path, + ACTIONS(715), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1589), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310318,40 +251021,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132906] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [147256] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2839), 1, + STATE(2788), 1, sym_comment, - ACTIONS(1625), 12, - sym_identifier, + ACTIONS(649), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1627), 25, - anon_sym_COLON, - anon_sym_COMMA, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [147303] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4959), 1, + aux_sym_unquoted_token3, + STATE(2789), 1, + sym_comment, + ACTIONS(699), 2, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(697), 33, + sym_identifier, + anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310362,40 +251108,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132954] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [147352] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2840), 1, + ACTIONS(739), 1, + anon_sym_LF, + ACTIONS(5635), 1, + anon_sym_DOT2, + STATE(2790), 1, sym_comment, - ACTIONS(1679), 12, - sym_identifier, + ACTIONS(737), 34, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1681), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310406,40 +251150,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133002] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [147401] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2841), 1, + STATE(2791), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, + ACTIONS(686), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(684), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310450,20 +251192,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133050] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [147448] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1469), 1, + ACTIONS(5637), 1, + anon_sym_QMARK2, + STATE(2792), 1, + sym_comment, + ACTIONS(785), 2, anon_sym_LF, - ACTIONS(5696), 1, anon_sym_DOT2, - STATE(2842), 1, - sym_comment, - STATE(2844), 1, - sym_path, - STATE(2959), 1, - sym_cell_path, - ACTIONS(1467), 33, + ACTIONS(783), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -310497,35 +251242,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [133104] = 4, + [147497] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2843), 1, + STATE(2793), 1, sym_comment, - ACTIONS(1579), 12, - sym_identifier, + ACTIONS(655), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1581), 25, + sym_filesize_unit, + ACTIONS(657), 30, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -310541,20 +251281,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133152] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [147544] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(1396), 1, - anon_sym_LF, - STATE(2808), 1, - aux_sym_cell_path_repeat1, - STATE(2844), 1, + ACTIONS(5637), 1, + anon_sym_QMARK2, + STATE(2794), 1, sym_comment, - STATE(2965), 1, - sym_path, - ACTIONS(1394), 33, + ACTIONS(785), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(783), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -310588,93 +251329,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [133206] = 13, - ACTIONS(3), 1, + [147593] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(839), 1, + anon_sym_LF, + ACTIONS(5121), 1, anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2845), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3336), 1, - sym__immediate_decimal, - STATE(3331), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2132), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2134), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [133272] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2846), 1, + STATE(2795), 1, sym_comment, - ACTIONS(1633), 12, - sym_identifier, + STATE(2803), 1, + sym_path, + STATE(2993), 1, + sym_cell_path, + ACTIONS(837), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1635), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310685,35 +251372,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133320] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [147646] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2847), 1, + ACTIONS(5639), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5641), 1, + aux_sym__immediate_decimal_token2, + STATE(2796), 1, sym_comment, - ACTIONS(1445), 12, - sym_identifier, + ACTIONS(647), 7, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1447), 25, - anon_sym_COLON, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 27, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -310729,146 +251416,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133368] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2848), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3330), 1, - sym__immediate_decimal, - STATE(3329), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2180), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2182), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [133434] = 13, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [147697] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(832), 1, + anon_sym_LF, + ACTIONS(5121), 1, anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2849), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3328), 1, - sym__immediate_decimal, - STATE(3327), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2144), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2146), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [133500] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2850), 1, + STATE(2797), 1, sym_comment, - ACTIONS(1619), 12, - sym_identifier, + STATE(2803), 1, + sym_path, + STATE(2825), 1, + sym_cell_path, + ACTIONS(830), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1621), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310879,87 +251463,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133548] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [147750] = 21, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2851), 1, - sym_comment, - ACTIONS(1540), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(5270), 1, + anon_sym_DOT2, + ACTIONS(5651), 1, + anon_sym_QMARK2, + ACTIONS(5659), 1, + anon_sym_bit_DASHand, + ACTIONS(5661), 1, + anon_sym_bit_DASHxor, + ACTIONS(5663), 1, + anon_sym_bit_DASHor, + ACTIONS(5665), 1, anon_sym_and, + ACTIONS(5667), 1, anon_sym_xor, + ACTIONS(5669), 1, anon_sym_or, - ACTIONS(1623), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(2798), 1, + sym_comment, + STATE(2885), 1, + sym_path, + STATE(3201), 1, + sym_cell_path, + ACTIONS(5476), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + ACTIONS(5478), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5645), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5653), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, + ACTIONS(5655), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5657), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5647), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5649), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5643), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [133596] = 7, - ACTIONS(3), 1, + [147831] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1536), 1, - sym_identifier, - ACTIONS(1542), 1, - anon_sym_DASH, - STATE(2852), 1, + STATE(2799), 1, sym_comment, - ACTIONS(1538), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(649), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(647), 33, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - ACTIONS(1540), 10, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1623), 17, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -310970,88 +251564,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133650] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2853), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3326), 1, - sym__immediate_decimal, - STATE(3324), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2136), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2138), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [133716] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [147878] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2854), 1, + STATE(2800), 1, sym_comment, - ACTIONS(1675), 12, - sym_identifier, + ACTIONS(775), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1677), 25, + sym_filesize_unit, + ACTIONS(777), 30, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -311067,40 +251608,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133764] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [147925] = 21, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2855), 1, + ACTIONS(5270), 1, + anon_sym_DOT2, + ACTIONS(5274), 1, + anon_sym_QMARK2, + ACTIONS(5282), 1, + anon_sym_bit_DASHand, + ACTIONS(5284), 1, + anon_sym_bit_DASHxor, + ACTIONS(5286), 1, + anon_sym_bit_DASHor, + ACTIONS(5288), 1, + anon_sym_and, + ACTIONS(5290), 1, + anon_sym_xor, + ACTIONS(5292), 1, + anon_sym_or, + STATE(2801), 1, sym_comment, - ACTIONS(213), 12, - sym_identifier, - anon_sym_GT, + STATE(2885), 1, + sym_path, + STATE(3204), 1, + sym_cell_path, + ACTIONS(5111), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5113), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5266), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5276), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5278), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5280), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5268), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, + anon_sym_SLASH_SLASH, + ACTIONS(5264), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(215), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [148006] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2802), 1, + sym_comment, + ACTIONS(657), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(655), 33, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -311111,40 +251710,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133812] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [148053] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2856), 1, + ACTIONS(747), 1, + anon_sym_LF, + ACTIONS(5121), 1, + anon_sym_DOT2, + STATE(2772), 1, + aux_sym_cell_path_repeat1, + STATE(2803), 1, sym_comment, - ACTIONS(1683), 12, - sym_identifier, + STATE(2850), 1, + sym_path, + ACTIONS(745), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1685), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -311155,35 +251758,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133860] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [148106] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2857), 1, + STATE(2804), 1, sym_comment, - ACTIONS(1671), 12, - sym_identifier, + ACTIONS(684), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1673), 25, + sym_filesize_unit, + ACTIONS(686), 30, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -311199,44 +251800,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133908] = 13, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [148153] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(5458), 1, + ACTIONS(5358), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, + ACTIONS(5360), 1, anon_sym_DASH2, - ACTIONS(5462), 1, + ACTIONS(5362), 1, anon_sym_PLUS2, - STATE(2858), 1, + STATE(2805), 1, sym_comment, - STATE(3193), 1, + STATE(3229), 1, sym__var, - STATE(3323), 1, + STATE(3492), 1, sym__immediate_decimal, - STATE(3321), 2, + STATE(3494), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2148), 8, + ACTIONS(1594), 9, anon_sym_DASH, + anon_sym__, anon_sym_DOT, anon_sym_PLUS, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2150), 19, + aux_sym_unquoted_token1, + ACTIONS(1596), 17, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_null, anon_sym_true, anon_sym_false, @@ -311250,37 +251856,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [133974] = 4, + [148218] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2859), 1, + ACTIONS(5671), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5673), 1, + aux_sym__immediate_decimal_token2, + STATE(2806), 1, sym_comment, - ACTIONS(1663), 12, - sym_identifier, + ACTIONS(655), 7, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1665), 25, - anon_sym_COLON, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 27, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -311296,93 +251897,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134022] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2860), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3316), 1, - sym__immediate_decimal, - STATE(3315), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2152), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2154), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [134088] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [148269] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2861), 1, + STATE(2807), 1, sym_comment, - ACTIONS(1591), 12, - sym_identifier, + ACTIONS(777), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(775), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1593), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -311393,190 +251939,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134136] = 13, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [148316] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2862), 1, - sym_comment, - STATE(3193), 1, - sym__var, - STATE(3312), 1, - sym__immediate_decimal, - STATE(3308), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2156), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2158), 19, - anon_sym_LBRACK, + ACTIONS(5675), 1, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [134202] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3011), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(5458), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5460), 1, - anon_sym_DASH2, - ACTIONS(5462), 1, - anon_sym_PLUS2, - STATE(2863), 1, + STATE(2808), 1, sym_comment, - STATE(3193), 1, - sym__var, - STATE(3307), 1, - sym__immediate_decimal, - STATE(3306), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2176), 8, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2178), 19, - anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(5677), 35, anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [134268] = 4, - ACTIONS(3), 1, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [148363] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2864), 1, + STATE(2809), 1, sym_comment, - ACTIONS(5701), 16, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(5699), 21, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [134316] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5703), 1, + ACTIONS(777), 3, + ts_builtin_sym_end, + anon_sym_LF, anon_sym_DOT2, - STATE(2795), 1, - sym_cell_path, - STATE(2836), 1, - sym_path, - STATE(2865), 1, - sym_comment, - ACTIONS(1400), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1402), 29, - anon_sym_COMMA, + ACTIONS(775), 33, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -311590,64 +252027,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [134370] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2866), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3546), 1, - sym__immediate_decimal, - STATE(3529), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2172), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2174), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [134435] = 3, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token6, + [148410] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(2867), 1, + STATE(2810), 1, sym_comment, - ACTIONS(5651), 36, + ACTIONS(5679), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -311684,192 +252072,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [134480] = 13, + [148455] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2868), 1, + STATE(2811), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3551), 1, - sym__immediate_decimal, - STATE(3570), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2136), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2138), 17, - anon_sym_LBRACK, + ACTIONS(5681), 36, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [134545] = 15, + anon_sym_RBRACK, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [148500] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5710), 1, - anon_sym_in, - ACTIONS(5716), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5726), 1, - anon_sym_bit_DASHand, - STATE(2869), 1, + STATE(2812), 1, sym_comment, - ACTIONS(5706), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5708), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5714), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5724), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5712), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5722), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5720), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 9, - anon_sym_COLON, + ACTIONS(5683), 36, anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [134614] = 5, - ACTIONS(3), 1, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [148545] = 6, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2870), 1, + STATE(2813), 1, sym_comment, - ACTIONS(5714), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 12, - sym_identifier, + STATE(2824), 1, + aux_sym_cell_path_repeat1, + STATE(3048), 1, + sym_path, + ACTIONS(735), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(733), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 22, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [134663] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5716), 1, - anon_sym_SLASH_SLASH, - STATE(2871), 1, - sym_comment, - ACTIONS(5714), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5712), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 9, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 21, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -311880,236 +252197,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134716] = 16, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5710), 1, - anon_sym_in, - ACTIONS(5716), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5726), 1, - anon_sym_bit_DASHand, - ACTIONS(5728), 1, - anon_sym_bit_DASHxor, - STATE(2872), 1, - sym_comment, - ACTIONS(5706), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5708), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5714), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5724), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5712), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5722), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5720), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_bit_DASHor, - [134787] = 13, + [148595] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5710), 1, + ACTIONS(5689), 1, anon_sym_in, - ACTIONS(5716), 1, + ACTIONS(5695), 1, anon_sym_SLASH_SLASH, - STATE(2873), 1, + STATE(2814), 1, sym_comment, - ACTIONS(5706), 2, + ACTIONS(5685), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5708), 2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, + ACTIONS(5697), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5712), 3, + ACTIONS(5703), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5722), 3, + ACTIONS(5701), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5720), 4, + ACTIONS(5699), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 12, - anon_sym_COLON, + ACTIONS(963), 9, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134852] = 7, - ACTIONS(105), 1, + [148661] = 19, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(1461), 1, - anon_sym_LF, - STATE(2874), 1, - sym_comment, - STATE(2912), 1, - sym_path, - STATE(3063), 1, - sym_cell_path, - ACTIONS(1459), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(5709), 1, anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(5725), 1, anon_sym_bit_DASHand, + ACTIONS(5727), 1, anon_sym_bit_DASHxor, + ACTIONS(5729), 1, anon_sym_bit_DASHor, + ACTIONS(5731), 1, anon_sym_and, + ACTIONS(5733), 1, anon_sym_xor, - anon_sym_or, - [134905] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5710), 1, - anon_sym_in, - ACTIONS(5716), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5726), 1, - anon_sym_bit_DASHand, - ACTIONS(5728), 1, - anon_sym_bit_DASHxor, - ACTIONS(5730), 1, - anon_sym_bit_DASHor, - STATE(2875), 1, + STATE(2815), 1, sym_comment, - ACTIONS(5706), 2, + ACTIONS(961), 2, + sym_identifier, + anon_sym_or, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5708), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5724), 2, + ACTIONS(5723), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5712), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5722), 3, + ACTIONS(5721), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5720), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 7, + ACTIONS(963), 6, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [134978] = 7, + [148737] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1447), 1, - anon_sym_LF, - ACTIONS(5732), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - ACTIONS(5734), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5736), 1, - aux_sym_unquoted_token2, - STATE(2876), 1, + STATE(2816), 1, sym_comment, - ACTIONS(1445), 32, + STATE(2885), 1, + sym_path, + STATE(3149), 1, + sym_cell_path, + ACTIONS(854), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(852), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -312135,24 +252354,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135031] = 8, + [148789] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5716), 1, + ACTIONS(5695), 1, anon_sym_SLASH_SLASH, - STATE(2877), 1, + STATE(2817), 1, sym_comment, - ACTIONS(5708), 2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5712), 3, + ACTIONS(5697), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 7, + ACTIONS(961), 7, sym_identifier, anon_sym_GT, anon_sym_in, @@ -312160,16 +252382,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 21, - anon_sym_COLON, + ACTIONS(963), 18, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -312182,133 +252401,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [135086] = 7, + [148845] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(1409), 1, + ACTIONS(717), 1, anon_sym_LF, - STATE(2828), 1, - aux_sym_cell_path_repeat1, - STATE(2878), 1, + ACTIONS(5735), 1, + anon_sym_DOT2, + STATE(2818), 1, sym_comment, - STATE(2965), 1, + STATE(2849), 1, sym_path, - ACTIONS(1407), 32, + STATE(3129), 1, + sym_cell_path, + ACTIONS(715), 31, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [135139] = 11, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [148897] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5716), 1, + ACTIONS(5689), 1, + anon_sym_in, + ACTIONS(5695), 1, anon_sym_SLASH_SLASH, - STATE(2879), 1, + ACTIONS(5737), 1, + anon_sym_bit_DASHand, + STATE(2819), 1, sym_comment, - ACTIONS(5706), 2, + ACTIONS(5685), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5708), 2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, + ACTIONS(5697), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5712), 3, + ACTIONS(5703), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5720), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 5, + ACTIONS(5701), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, sym_identifier, - anon_sym_in, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 15, - anon_sym_COLON, + ACTIONS(5699), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 8, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [135200] = 5, - ACTIONS(105), 1, + [148965] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5738), 1, - anon_sym_QMARK2, - STATE(2880), 1, + ACTIONS(5715), 1, + anon_sym_SLASH_SLASH, + STATE(2820), 1, sym_comment, - ACTIONS(1421), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1419), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(5707), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5711), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(961), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 20, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -312319,174 +252545,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [135249] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2881), 1, - sym_comment, - ACTIONS(5740), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [135294] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2882), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3563), 1, - sym__immediate_decimal, - STATE(3543), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2180), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2182), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [135359] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2883), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3526), 1, - sym__immediate_decimal, - STATE(3547), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2132), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2134), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [135424] = 4, + [149019] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2884), 1, + ACTIONS(5270), 1, + anon_sym_DOT2, + STATE(2821), 1, sym_comment, - ACTIONS(1443), 2, + STATE(2885), 1, + sym_path, + STATE(3106), 1, + sym_cell_path, + ACTIONS(839), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1441), 34, + ACTIONS(837), 30, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -312511,243 +252590,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135471] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2885), 1, - sym_comment, - ACTIONS(5742), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [135516] = 18, + [149071] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5710), 1, - anon_sym_in, - ACTIONS(5716), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - ACTIONS(5726), 1, - anon_sym_bit_DASHand, - ACTIONS(5728), 1, - anon_sym_bit_DASHxor, - ACTIONS(5730), 1, - anon_sym_bit_DASHor, - ACTIONS(5744), 1, - anon_sym_and, - STATE(2886), 1, + STATE(2822), 1, sym_comment, - ACTIONS(5706), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5708), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5724), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1551), 3, - sym_identifier, - anon_sym_xor, - anon_sym_or, - ACTIONS(5712), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5722), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5720), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 7, + ACTIONS(961), 5, + sym_identifier, + anon_sym_in, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 14, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [135591] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5710), 1, - anon_sym_in, - ACTIONS(5716), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5726), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(5728), 1, anon_sym_bit_DASHxor, - ACTIONS(5730), 1, anon_sym_bit_DASHor, - ACTIONS(5744), 1, - anon_sym_and, - ACTIONS(5746), 1, - anon_sym_xor, - STATE(2887), 1, + [149131] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2823), 1, sym_comment, - ACTIONS(1551), 2, + ACTIONS(5693), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 12, sym_identifier, - anon_sym_or, - ACTIONS(5706), 2, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5708), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5714), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5724), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5712), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5722), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5720), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 7, - anon_sym_COLON, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 21, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [135668] = 20, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1551), 1, - sym_identifier, - ACTIONS(5710), 1, - anon_sym_in, - ACTIONS(5716), 1, anon_sym_SLASH_SLASH, - ACTIONS(5726), 1, - anon_sym_bit_DASHand, - ACTIONS(5728), 1, - anon_sym_bit_DASHxor, - ACTIONS(5730), 1, - anon_sym_bit_DASHor, - ACTIONS(5744), 1, - anon_sym_and, - ACTIONS(5746), 1, - anon_sym_xor, - ACTIONS(5748), 1, - anon_sym_or, - STATE(2888), 1, - sym_comment, - ACTIONS(5706), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5708), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5714), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5724), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5712), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5722), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5720), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 7, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [135747] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [149179] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1083), 1, + ACTIONS(5739), 1, anon_sym_DOT2, - ACTIONS(1433), 1, + STATE(3048), 1, + sym_path, + ACTIONS(762), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2889), 1, + STATE(2824), 2, sym_comment, - STATE(2912), 1, - sym_path, - STATE(3037), 1, - sym_cell_path, - ACTIONS(1431), 32, + aux_sym_cell_path_repeat1, + ACTIONS(760), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -312773,17 +252726,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135800] = 5, + [149229] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5738), 1, - anon_sym_QMARK2, - STATE(2890), 1, + STATE(2825), 1, sym_comment, - ACTIONS(1421), 2, + ACTIONS(943), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1419), 33, + ACTIONS(941), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -312817,27 +252768,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135849] = 7, + [149275] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5673), 1, + aux_sym__immediate_decimal_token2, + STATE(2826), 1, + sym_comment, + ACTIONS(655), 7, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [149323] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1083), 1, + ACTIONS(5742), 1, anon_sym_DOT2, - ACTIONS(1457), 1, - anon_sym_LF, - STATE(2891), 1, + STATE(2827), 1, sym_comment, - STATE(2912), 1, + STATE(2861), 1, sym_path, STATE(3049), 1, sym_cell_path, - ACTIONS(1455), 32, + ACTIONS(832), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(830), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -312863,132 +252856,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135902] = 14, + [149375] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5710), 1, + ACTIONS(5689), 1, anon_sym_in, - ACTIONS(5716), 1, + ACTIONS(5695), 1, anon_sym_SLASH_SLASH, - STATE(2892), 1, + ACTIONS(5737), 1, + anon_sym_bit_DASHand, + ACTIONS(5745), 1, + anon_sym_bit_DASHxor, + STATE(2828), 1, sym_comment, - ACTIONS(5706), 2, + ACTIONS(5685), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5708), 2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, + ACTIONS(5697), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5724), 2, + ACTIONS(5703), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5712), 3, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5722), 3, + ACTIONS(5701), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5720), 4, + ACTIONS(5699), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 10, - anon_sym_COLON, + ACTIONS(963), 7, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_bit_DASHor, + [149445] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5270), 1, + anon_sym_DOT2, + STATE(2829), 1, + sym_comment, + STATE(2885), 1, + sym_path, + STATE(3198), 1, + sym_cell_path, + ACTIONS(824), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(822), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [135969] = 13, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [149497] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2893), 1, + ACTIONS(5709), 1, + anon_sym_in, + ACTIONS(5715), 1, + anon_sym_SLASH_SLASH, + STATE(2830), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3527), 1, - sym__immediate_decimal, - STATE(3520), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2160), 9, + ACTIONS(5705), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5707), 2, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2162), 17, - anon_sym_LBRACK, + ACTIONS(5713), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5717), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5711), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5721), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5719), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 11, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [136034] = 4, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [149561] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2894), 1, + ACTIONS(5641), 1, + aux_sym__immediate_decimal_token2, + STATE(2831), 1, sym_comment, - ACTIONS(1532), 5, + ACTIONS(647), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1534), 31, - anon_sym_COLON, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 27, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -313011,129 +253048,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136081] = 13, + sym_duration_unit, + [149609] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, + ACTIONS(5747), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2895), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3544), 1, - sym__immediate_decimal, - STATE(3545), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2144), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2146), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [136146] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2896), 1, - sym_comment, - ACTIONS(5750), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [136191] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5659), 1, - aux_sym_unquoted_token5, - STATE(2897), 1, + ACTIONS(5749), 1, + aux_sym__immediate_decimal_token2, + STATE(2832), 1, sym_comment, - ACTIONS(1545), 12, - sym_identifier, + ACTIONS(647), 7, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1547), 23, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -313149,69 +253089,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [136240] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2898), 1, - sym_comment, - ACTIONS(5752), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [136285] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [149659] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1083), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - ACTIONS(1465), 1, - anon_sym_LF, - STATE(2899), 1, + STATE(2833), 1, sym_comment, - STATE(2912), 1, + STATE(2885), 1, sym_path, - STATE(3051), 1, + STATE(3208), 1, sym_cell_path, - ACTIONS(1463), 32, + ACTIONS(828), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(826), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -313237,85 +253138,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136338] = 21, + [149711] = 20, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - ACTIONS(1163), 1, - anon_sym_QMARK2, - ACTIONS(1171), 1, + ACTIONS(5765), 1, anon_sym_bit_DASHand, - ACTIONS(1173), 1, + ACTIONS(5767), 1, anon_sym_bit_DASHxor, - ACTIONS(1175), 1, + ACTIONS(5769), 1, anon_sym_bit_DASHor, - ACTIONS(1177), 1, + ACTIONS(5771), 1, anon_sym_and, - ACTIONS(1179), 1, + ACTIONS(5773), 1, anon_sym_xor, - ACTIONS(1181), 1, + ACTIONS(5775), 1, anon_sym_or, - STATE(2900), 1, + STATE(2834), 1, sym_comment, - STATE(2976), 1, + STATE(2885), 1, sym_path, - STATE(3218), 1, + STATE(3150), 1, sym_cell_path, - ACTIONS(1073), 2, + ACTIONS(5518), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1075), 2, + ACTIONS(5520), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1155), 2, + ACTIONS(5753), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1165), 2, + ACTIONS(5759), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1167), 2, + ACTIONS(5761), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1169), 2, + ACTIONS(5763), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1157), 4, + ACTIONS(5755), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1161), 4, + ACTIONS(5757), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1153), 6, + ACTIONS(5751), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [136419] = 4, + [149789] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2901), 1, - sym_comment, - ACTIONS(1439), 2, + ACTIONS(870), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 34, - anon_sym_SEMI, + ACTIONS(872), 1, anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(5145), 1, + sym_filesize_unit, + ACTIONS(5147), 1, + sym_duration_unit, + STATE(2835), 1, + sym_comment, + ACTIONS(868), 31, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -313340,70 +253241,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136466] = 4, + [149841] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5754), 1, + ACTIONS(5695), 1, + anon_sym_SLASH_SLASH, + STATE(2836), 1, + sym_comment, + ACTIONS(5693), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5691), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(961), 9, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 20, anon_sym_COMMA, - STATE(2902), 1, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [149893] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5689), 1, + anon_sym_in, + ACTIONS(5695), 1, + anon_sym_SLASH_SLASH, + STATE(2837), 1, sym_comment, - ACTIONS(5756), 35, + ACTIONS(5685), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5687), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5693), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5697), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5691), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5701), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5699), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 11, + anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [136513] = 7, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [149957] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5777), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5779), 1, + aux_sym__immediate_decimal_token2, + STATE(2838), 1, + sym_comment, + ACTIONS(655), 7, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [150007] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1083), 1, + ACTIONS(5781), 1, anon_sym_DOT2, - ACTIONS(1402), 1, + STATE(2839), 1, + sym_comment, + ACTIONS(739), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2903), 1, + ACTIONS(737), 32, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_filesize_unit, + sym_duration_unit, + [150055] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5270), 1, + anon_sym_DOT2, + STATE(2840), 1, sym_comment, - STATE(2912), 1, + STATE(2885), 1, sym_path, - STATE(2986), 1, + STATE(2974), 1, sym_cell_path, - ACTIONS(1400), 32, + ACTIONS(717), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(715), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -313429,37 +253469,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136566] = 5, + [150107] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token3, - STATE(2904), 1, + ACTIONS(5783), 1, + anon_sym_DOT2, + STATE(2841), 1, sym_comment, - ACTIONS(1377), 2, - anon_sym_RBRACK, - anon_sym_RPAREN, - ACTIONS(1375), 33, + STATE(2861), 1, + sym_path, + STATE(2974), 1, + sym_cell_path, + ACTIONS(717), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(715), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [150159] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5695), 1, + anon_sym_SLASH_SLASH, + STATE(2842), 1, + sym_comment, + ACTIONS(5687), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5693), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5691), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(961), 7, sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 20, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, - anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [150213] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5695), 1, + anon_sym_SLASH_SLASH, + STATE(2843), 1, + sym_comment, + ACTIONS(5685), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5687), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5697), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5691), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, + ACTIONS(5699), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 5, + sym_identifier, + anon_sym_in, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 14, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [150273] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, + STATE(2844), 1, + sym_comment, + ACTIONS(5713), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5711), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(961), 9, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 20, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -313470,154 +253654,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + [150325] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5689), 1, + anon_sym_in, + ACTIONS(5695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5737), 1, + anon_sym_bit_DASHand, + ACTIONS(5745), 1, + anon_sym_bit_DASHxor, + ACTIONS(5786), 1, + anon_sym_bit_DASHor, + STATE(2845), 1, + sym_comment, + ACTIONS(5685), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5687), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5693), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5697), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5703), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5691), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5701), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - [136615] = 21, + ACTIONS(5699), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 6, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [150397] = 20, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - ACTIONS(5766), 1, - anon_sym_QMARK2, - ACTIONS(5774), 1, + ACTIONS(5802), 1, anon_sym_bit_DASHand, - ACTIONS(5776), 1, + ACTIONS(5804), 1, anon_sym_bit_DASHxor, - ACTIONS(5778), 1, + ACTIONS(5806), 1, anon_sym_bit_DASHor, - ACTIONS(5780), 1, + ACTIONS(5808), 1, anon_sym_and, - ACTIONS(5782), 1, + ACTIONS(5810), 1, anon_sym_xor, - ACTIONS(5784), 1, + ACTIONS(5812), 1, anon_sym_or, - STATE(2905), 1, + STATE(2846), 1, sym_comment, - STATE(2976), 1, + STATE(2885), 1, sym_path, - STATE(3173), 1, + STATE(3096), 1, sym_cell_path, - ACTIONS(5664), 2, + ACTIONS(5548), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(5666), 2, + ACTIONS(5550), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5760), 2, + ACTIONS(5790), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5768), 2, + ACTIONS(5796), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5770), 2, + ACTIONS(5798), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5772), 2, + ACTIONS(5800), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5762), 4, + ACTIONS(5792), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5764), 4, + ACTIONS(5794), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5758), 6, + ACTIONS(5788), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [136696] = 13, + [150475] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2906), 1, + STATE(2847), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3560), 1, - sym__immediate_decimal, - STATE(3555), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2128), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2130), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [136761] = 7, - ACTIONS(105), 1, + ACTIONS(5814), 35, + anon_sym_RBRACK, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [150519] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(1480), 1, - anon_sym_LF, - STATE(2907), 1, + ACTIONS(5816), 1, + aux_sym__immediate_decimal_token2, + STATE(2848), 1, sym_comment, - STATE(2912), 1, - sym_path, - STATE(3064), 1, - sym_cell_path, - ACTIONS(1478), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(684), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -313631,144 +253850,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136814] = 13, - ACTIONS(3), 1, + sym_duration_unit, + [150567] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, + ACTIONS(747), 1, + anon_sym_LF, + ACTIONS(5735), 1, anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2908), 1, + STATE(2849), 1, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3578), 1, - sym__immediate_decimal, - STATE(3588), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2148), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2150), 17, + STATE(2867), 1, + aux_sym_cell_path_repeat1, + STATE(3076), 1, + sym_path, + ACTIONS(745), 31, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [136879] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2909), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3538), 1, - sym__immediate_decimal, - STATE(3565), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2140), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2142), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [136944] = 5, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [150619] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5659), 1, - aux_sym_unquoted_token5, - STATE(2910), 1, + STATE(2850), 1, sym_comment, - ACTIONS(1545), 12, - sym_identifier, + ACTIONS(916), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(914), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1547), 23, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -313779,39 +253935,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [136993] = 7, - ACTIONS(105), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [150665] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1083), 1, + ACTIONS(5818), 1, anon_sym_DOT2, - ACTIONS(1476), 1, - anon_sym_LF, - STATE(2911), 1, + ACTIONS(5821), 1, + aux_sym__immediate_decimal_token2, + STATE(2851), 1, sym_comment, - STATE(2912), 1, - sym_path, - STATE(3041), 1, - sym_cell_path, - ACTIONS(1474), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(671), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 26, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -313825,39 +253981,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137046] = 7, - ACTIONS(105), 1, + sym_duration_unit, + [150715] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1083), 1, + ACTIONS(5673), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5823), 1, anon_sym_DOT2, - ACTIONS(1396), 1, - anon_sym_LF, - STATE(2878), 1, - aux_sym_cell_path_repeat1, - STATE(2912), 1, + STATE(2852), 1, sym_comment, - STATE(2965), 1, - sym_path, - ACTIONS(1394), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(655), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -313871,94 +254025,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137099] = 13, - ACTIONS(3), 1, + sym_duration_unit, + [150765] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, + ACTIONS(762), 1, + anon_sym_LF, + ACTIONS(5826), 1, anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2913), 1, + STATE(3076), 1, + sym_path, + STATE(2853), 2, sym_comment, - STATE(3287), 1, - sym__var, - STATE(3585), 1, - sym__immediate_decimal, - STATE(3584), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2152), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2154), 17, + aux_sym_cell_path_repeat1, + ACTIONS(760), 31, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [137164] = 9, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [150815] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5716), 1, - anon_sym_SLASH_SLASH, - STATE(2914), 1, + STATE(2854), 1, sym_comment, - ACTIONS(5708), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5714), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5718), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5712), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1551), 7, + ACTIONS(961), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 19, + ACTIONS(963), 21, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -313971,27 +254113,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [137221] = 7, + [150863] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1402), 1, - anon_sym_LF, - ACTIONS(5786), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - STATE(2844), 1, - sym_path, - STATE(2915), 1, + STATE(2824), 1, + aux_sym_cell_path_repeat1, + STATE(2855), 1, sym_comment, - STATE(2986), 1, - sym_cell_path, - ACTIONS(1400), 32, + STATE(3048), 1, + sym_path, + ACTIONS(735), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(733), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -314017,24 +254158,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137274] = 4, + [150915] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token3, - STATE(2916), 1, + ACTIONS(870), 1, + anon_sym_LF, + ACTIONS(5145), 1, + sym_filesize_unit, + ACTIONS(5147), 1, + sym_duration_unit, + STATE(2856), 1, sym_comment, - ACTIONS(1375), 35, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, + ACTIONS(868), 32, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -314060,261 +254202,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137321] = 20, - ACTIONS(105), 1, + [150965] = 18, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(5791), 1, - anon_sym_LF, - ACTIONS(5807), 1, + ACTIONS(5689), 1, + anon_sym_in, + ACTIONS(5695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5737), 1, anon_sym_bit_DASHand, - ACTIONS(5809), 1, + ACTIONS(5745), 1, anon_sym_bit_DASHxor, - ACTIONS(5811), 1, + ACTIONS(5786), 1, anon_sym_bit_DASHor, - ACTIONS(5813), 1, + ACTIONS(5829), 1, anon_sym_and, - ACTIONS(5815), 1, - anon_sym_xor, - ACTIONS(5817), 1, - anon_sym_or, - STATE(2912), 1, - sym_path, - STATE(2917), 1, + STATE(2857), 1, sym_comment, - STATE(3125), 1, - sym_cell_path, - ACTIONS(5795), 2, + ACTIONS(5685), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5801), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5803), 2, + ACTIONS(5697), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5805), 2, + ACTIONS(5703), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5789), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5797), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5799), 4, + ACTIONS(961), 3, + sym_identifier, + anon_sym_xor, + anon_sym_or, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5793), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [137400] = 20, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(5821), 1, - anon_sym_LF, - ACTIONS(5837), 1, - anon_sym_bit_DASHand, - ACTIONS(5839), 1, - anon_sym_bit_DASHxor, - ACTIONS(5841), 1, - anon_sym_bit_DASHor, - ACTIONS(5843), 1, - anon_sym_and, - ACTIONS(5845), 1, - anon_sym_xor, - ACTIONS(5847), 1, - anon_sym_or, - STATE(2912), 1, - sym_path, - STATE(2918), 1, - sym_comment, - STATE(3076), 1, - sym_cell_path, - ACTIONS(5825), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5831), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5833), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5835), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5819), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5827), 4, - anon_sym_in, + ACTIONS(5701), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5829), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5823), 6, - anon_sym_GT, + ACTIONS(5699), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [137479] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2919), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3583), 1, - sym__immediate_decimal, - STATE(3582), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2156), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2158), 17, - anon_sym_LBRACK, + ACTIONS(963), 6, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [137544] = 13, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [151039] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(5566), 1, + ACTIONS(5831), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5568), 1, - anon_sym_DASH2, - ACTIONS(5570), 1, - anon_sym_PLUS2, - STATE(2920), 1, - sym_comment, - STATE(3287), 1, - sym__var, - STATE(3581), 1, - sym__immediate_decimal, - STATE(3580), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2176), 9, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2178), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [137609] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1083), 1, - anon_sym_DOT2, - ACTIONS(1469), 1, - anon_sym_LF, - STATE(2912), 1, - sym_path, - STATE(2921), 1, + ACTIONS(5833), 1, + aux_sym__immediate_decimal_token2, + STATE(2858), 1, sym_comment, - STATE(2959), 1, - sym_cell_path, - ACTIONS(1467), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(655), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -314328,79 +254301,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137662] = 20, + sym_duration_unit, + [151089] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1551), 1, - sym_identifier, - ACTIONS(5853), 1, + ACTIONS(5689), 1, anon_sym_in, - ACTIONS(5859), 1, + ACTIONS(5695), 1, anon_sym_SLASH_SLASH, - ACTIONS(5869), 1, + ACTIONS(5737), 1, anon_sym_bit_DASHand, - ACTIONS(5871), 1, + ACTIONS(5745), 1, anon_sym_bit_DASHxor, - ACTIONS(5873), 1, + ACTIONS(5786), 1, anon_sym_bit_DASHor, - ACTIONS(5875), 1, + ACTIONS(5829), 1, anon_sym_and, - ACTIONS(5877), 1, + ACTIONS(5835), 1, anon_sym_xor, - ACTIONS(5879), 1, - anon_sym_or, - STATE(2922), 1, + STATE(2859), 1, sym_comment, - ACTIONS(5849), 2, + ACTIONS(961), 2, + sym_identifier, + anon_sym_or, + ACTIONS(5685), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5851), 2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5857), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, + ACTIONS(5697), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5867), 2, + ACTIONS(5703), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5855), 3, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5865), 3, + ACTIONS(5701), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5863), 4, + ACTIONS(5699), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COLON, + ACTIONS(963), 6, anon_sym_COMMA, - anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [137740] = 7, + [151165] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5837), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5839), 1, + aux_sym__immediate_decimal_token2, + STATE(2860), 1, + sym_comment, + ACTIONS(647), 7, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [151215] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - STATE(2923), 1, + STATE(2813), 1, + aux_sym_cell_path_repeat1, + STATE(2861), 1, sym_comment, - STATE(2976), 1, + STATE(3048), 1, sym_path, - STATE(3203), 1, - sym_cell_path, - ACTIONS(1480), 2, + ACTIONS(747), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1478), 30, + ACTIONS(745), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314431,21 +254448,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137792] = 7, + [151267] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, + ACTIONS(5270), 1, anon_sym_DOT2, - STATE(2924), 1, + STATE(2862), 1, sym_comment, - STATE(2976), 1, + STATE(2885), 1, sym_path, - STATE(3221), 1, + STATE(3210), 1, sym_cell_path, - ACTIONS(1433), 2, + ACTIONS(791), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1431), 30, + ACTIONS(789), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314476,95 +254493,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137844] = 16, + [151319] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5853), 1, - anon_sym_in, - ACTIONS(5859), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5869), 1, - anon_sym_bit_DASHand, - ACTIONS(5871), 1, - anon_sym_bit_DASHxor, - STATE(2925), 1, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2863), 1, sym_comment, - ACTIONS(5849), 2, + STATE(3168), 1, + sym_cell_path, + ACTIONS(852), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5851), 2, + ACTIONS(854), 27, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5857), 2, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5867), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5855), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5865), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5863), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 7, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_bit_DASHor, - [137914] = 9, + [151371] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5859), 1, - anon_sym_SLASH_SLASH, - STATE(2926), 1, + ACTIONS(5416), 1, + aux_sym_unquoted_token5, + STATE(2864), 1, sym_comment, - ACTIONS(5851), 2, + ACTIONS(935), 12, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5857), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5855), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, + anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 18, - anon_sym_COLON, + ACTIONS(937), 22, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -314577,24 +254581,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [137970] = 7, + [151419] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, + ACTIONS(4726), 1, anon_sym_DOT2, - STATE(2425), 1, + STATE(2182), 1, sym_path, - STATE(2927), 1, + STATE(2865), 1, sym_comment, - STATE(3161), 1, + STATE(3166), 1, sym_cell_path, - ACTIONS(1463), 5, + ACTIONS(826), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1465), 27, + ACTIONS(828), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -314622,148 +254626,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138022] = 17, - ACTIONS(3), 1, + [151471] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5853), 1, - anon_sym_in, - ACTIONS(5859), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5869), 1, - anon_sym_bit_DASHand, - ACTIONS(5871), 1, - anon_sym_bit_DASHxor, - ACTIONS(5873), 1, - anon_sym_bit_DASHor, - STATE(2928), 1, + ACTIONS(5270), 1, + anon_sym_DOT2, + STATE(2866), 1, sym_comment, - ACTIONS(5849), 2, + STATE(2885), 1, + sym_path, + STATE(3137), 1, + sym_cell_path, + ACTIONS(817), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(815), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5851), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5857), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5867), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5855), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5865), 3, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5863), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COLON, - anon_sym_COMMA, + [151523] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(735), 1, + anon_sym_LF, + ACTIONS(5735), 1, + anon_sym_DOT2, + STATE(2853), 1, + aux_sym_cell_path_repeat1, + STATE(2867), 1, + sym_comment, + STATE(3076), 1, + sym_path, + ACTIONS(733), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [138094] = 18, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [151575] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5853), 1, - anon_sym_in, - ACTIONS(5859), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - ACTIONS(5869), 1, - anon_sym_bit_DASHand, - ACTIONS(5871), 1, - anon_sym_bit_DASHxor, - ACTIONS(5873), 1, - anon_sym_bit_DASHor, - ACTIONS(5875), 1, - anon_sym_and, - STATE(2929), 1, + STATE(2868), 1, sym_comment, - ACTIONS(5849), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5851), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5857), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5867), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1551), 3, - sym_identifier, - anon_sym_xor, - anon_sym_or, - ACTIONS(5855), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5865), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5863), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [138168] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2930), 1, - sym_comment, - ACTIONS(5857), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 12, + ACTIONS(961), 7, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 21, + ACTIONS(963), 18, anon_sym_COLON, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -314776,24 +254763,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [138216] = 7, + [151631] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2931), 1, + STATE(2869), 1, sym_comment, - STATE(3157), 1, - sym_cell_path, - ACTIONS(1455), 5, + ACTIONS(737), 6, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1457), 27, + sym_filesize_unit, + ACTIONS(739), 29, + anon_sym_COLON, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -314821,79 +254804,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138268] = 20, + sym_duration_unit, + [151677] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1551), 1, - sym_identifier, - ACTIONS(5885), 1, - anon_sym_in, - ACTIONS(5891), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5901), 1, - anon_sym_bit_DASHand, - ACTIONS(5903), 1, - anon_sym_bit_DASHxor, - ACTIONS(5905), 1, - anon_sym_bit_DASHor, - ACTIONS(5907), 1, - anon_sym_and, - ACTIONS(5909), 1, - anon_sym_xor, - ACTIONS(5911), 1, - anon_sym_or, - STATE(2932), 1, + STATE(2870), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(905), 6, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5883), 2, + sym_filesize_unit, + ACTIONS(907), 29, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5889), 2, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5899), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5887), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5897), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5895), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [138346] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [151723] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2933), 1, + ACTIONS(5630), 1, + aux_sym_unquoted_token6, + STATE(2871), 1, sym_comment, - STATE(2976), 1, - sym_path, - STATE(3204), 1, - sym_cell_path, - ACTIONS(1457), 2, + ACTIONS(739), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1455), 30, + ACTIONS(737), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314924,34 +254888,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138398] = 5, + sym_filesize_unit, + sym_duration_unit, + [151771] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5659), 1, - aux_sym_unquoted_token5, - STATE(2934), 1, + ACTIONS(5843), 1, + anon_sym_DOT2, + ACTIONS(5845), 1, + aux_sym_unquoted_token4, + ACTIONS(5847), 1, + aux_sym_unquoted_token6, + STATE(2872), 1, sym_comment, - ACTIONS(1545), 12, - sym_identifier, + ACTIONS(5841), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1547), 22, + ACTIONS(699), 25, anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -314967,21 +254933,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [138446] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [151825] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, + ACTIONS(5849), 1, anon_sym_DOT2, - STATE(2935), 1, + ACTIONS(5851), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5853), 1, + aux_sym_unquoted_token2, + STATE(2873), 1, sym_comment, - STATE(2976), 1, - sym_path, - STATE(3118), 1, - sym_cell_path, - ACTIONS(1402), 2, + ACTIONS(799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1400), 30, + ACTIONS(797), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -315012,77 +254981,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138498] = 15, + [151877] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5853), 1, - anon_sym_in, - ACTIONS(5859), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5869), 1, - anon_sym_bit_DASHand, - STATE(2936), 1, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2874), 1, sym_comment, - ACTIONS(5849), 2, + STATE(3184), 1, + sym_cell_path, + ACTIONS(815), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5851), 2, + ACTIONS(817), 27, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5857), 2, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5867), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5855), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5865), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5863), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [138566] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [151929] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5913), 1, - anon_sym_DOT2, - STATE(2937), 1, + ACTIONS(4959), 1, + aux_sym_unquoted_token3, + STATE(2875), 1, sym_comment, - STATE(2956), 1, - sym_path, - STATE(3081), 1, - sym_cell_path, - ACTIONS(1469), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1467), 30, - anon_sym_SEMI, + ACTIONS(697), 34, + sym_identifier, + anon_sym_COMMA, anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, @@ -315110,370 +255068,305 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138618] = 19, + [151975] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, - anon_sym_in, - ACTIONS(5891), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5901), 1, - anon_sym_bit_DASHand, - ACTIONS(5903), 1, - anon_sym_bit_DASHxor, - ACTIONS(5905), 1, - anon_sym_bit_DASHor, - ACTIONS(5907), 1, - anon_sym_and, - ACTIONS(5909), 1, - anon_sym_xor, - STATE(2938), 1, + ACTIONS(5855), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5857), 1, + aux_sym__immediate_decimal_token2, + STATE(2876), 1, sym_comment, - ACTIONS(1551), 2, - sym_identifier, - anon_sym_or, - ACTIONS(5881), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5883), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5889), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5899), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5887), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5897), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5895), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(655), 10, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [138694] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5885), 1, - anon_sym_in, - ACTIONS(5891), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5901), 1, - anon_sym_bit_DASHand, - ACTIONS(5903), 1, - anon_sym_bit_DASHxor, - ACTIONS(5905), 1, - anon_sym_bit_DASHor, - ACTIONS(5907), 1, - anon_sym_and, - STATE(2939), 1, - sym_comment, - ACTIONS(5881), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5883), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5889), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5899), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1551), 3, - sym_identifier, - anon_sym_xor, - anon_sym_or, - ACTIONS(5887), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5897), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5895), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 6, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 23, + anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [138768] = 17, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [152025] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(5709), 1, anon_sym_in, - ACTIONS(5891), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - ACTIONS(5901), 1, + ACTIONS(5725), 1, anon_sym_bit_DASHand, - ACTIONS(5903), 1, + ACTIONS(5727), 1, anon_sym_bit_DASHxor, - ACTIONS(5905), 1, + ACTIONS(5729), 1, anon_sym_bit_DASHor, - STATE(2940), 1, + ACTIONS(5731), 1, + anon_sym_and, + ACTIONS(5733), 1, + anon_sym_xor, + ACTIONS(5859), 1, + anon_sym_or, + STATE(2877), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5883), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5899), 2, + ACTIONS(5723), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5887), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5897), 3, + ACTIONS(5721), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5895), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 6, + ACTIONS(963), 6, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [138840] = 16, + [152103] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(5709), 1, anon_sym_in, - ACTIONS(5891), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - ACTIONS(5901), 1, + ACTIONS(5725), 1, anon_sym_bit_DASHand, - ACTIONS(5903), 1, + ACTIONS(5727), 1, anon_sym_bit_DASHxor, - STATE(2941), 1, + ACTIONS(5729), 1, + anon_sym_bit_DASHor, + STATE(2878), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5883), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5899), 2, + ACTIONS(5723), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5887), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5897), 3, + ACTIONS(5721), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5895), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 7, + ACTIONS(963), 6, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHor, - [138910] = 15, + [152175] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(5709), 1, anon_sym_in, - ACTIONS(5891), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - ACTIONS(5901), 1, - anon_sym_bit_DASHand, - STATE(2942), 1, + STATE(2879), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5883), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5899), 2, + ACTIONS(5723), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5887), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5897), 3, + ACTIONS(5721), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5895), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 8, + ACTIONS(963), 9, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [138978] = 14, + [152241] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(5689), 1, anon_sym_in, - ACTIONS(5891), 1, + ACTIONS(5695), 1, anon_sym_SLASH_SLASH, - STATE(2943), 1, + ACTIONS(5737), 1, + anon_sym_bit_DASHand, + ACTIONS(5745), 1, + anon_sym_bit_DASHxor, + ACTIONS(5786), 1, + anon_sym_bit_DASHor, + ACTIONS(5829), 1, + anon_sym_and, + ACTIONS(5835), 1, + anon_sym_xor, + ACTIONS(5861), 1, + anon_sym_or, + STATE(2880), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(5685), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5883), 2, + ACTIONS(5687), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5693), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + ACTIONS(5697), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5899), 2, + ACTIONS(5703), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5887), 3, + ACTIONS(5691), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5897), 3, + ACTIONS(5701), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5895), 4, + ACTIONS(5699), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 9, + ACTIONS(963), 6, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [139044] = 9, - ACTIONS(3), 1, + [152319] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5891), 1, - anon_sym_SLASH_SLASH, - STATE(2944), 1, + ACTIONS(5270), 1, + anon_sym_DOT2, + STATE(2881), 1, sym_comment, - ACTIONS(5883), 2, + STATE(2885), 1, + sym_path, + STATE(3049), 1, + sym_cell_path, + ACTIONS(832), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(830), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5889), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5887), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 18, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -315484,131 +255377,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139100] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [152371] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5859), 1, + ACTIONS(5709), 1, + anon_sym_in, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - STATE(2945), 1, + ACTIONS(5725), 1, + anon_sym_bit_DASHand, + ACTIONS(5727), 1, + anon_sym_bit_DASHxor, + ACTIONS(5729), 1, + anon_sym_bit_DASHor, + ACTIONS(5731), 1, + anon_sym_and, + STATE(2882), 1, sym_comment, - ACTIONS(5857), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5855), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1551), 9, - sym_identifier, + ACTIONS(5705), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5707), 2, anon_sym_DASH, - anon_sym_in, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, + ACTIONS(5713), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5717), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5723), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(961), 3, + sym_identifier, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 20, + ACTIONS(5711), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5721), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5719), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 6, anon_sym_COLON, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [139152] = 14, + [152445] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5853), 1, + ACTIONS(5709), 1, anon_sym_in, - ACTIONS(5859), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - STATE(2946), 1, + ACTIONS(5725), 1, + anon_sym_bit_DASHand, + ACTIONS(5727), 1, + anon_sym_bit_DASHxor, + STATE(2883), 1, sym_comment, - ACTIONS(5849), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5851), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5857), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5867), 2, + ACTIONS(5723), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5855), 3, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5865), 3, + ACTIONS(5721), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5863), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 9, + ACTIONS(963), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139218] = 5, + [152515] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2947), 1, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2884), 1, sym_comment, - ACTIONS(5889), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 12, - sym_identifier, + STATE(3183), 1, + sym_cell_path, + ACTIONS(822), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 21, + ACTIONS(824), 27, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -315624,41 +255532,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139266] = 7, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [152567] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5891), 1, - anon_sym_SLASH_SLASH, - STATE(2948), 1, + ACTIONS(5270), 1, + anon_sym_DOT2, + STATE(2855), 1, + aux_sym_cell_path_repeat1, + STATE(2885), 1, sym_comment, - ACTIONS(5889), 2, + STATE(3048), 1, + sym_path, + ACTIONS(747), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(745), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5887), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 9, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 20, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -315669,64 +255577,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139318] = 3, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [152619] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2949), 1, + ACTIONS(5863), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5865), 1, + aux_sym__immediate_decimal_token2, + STATE(2886), 1, sym_comment, - ACTIONS(5916), 35, + ACTIONS(647), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(649), 23, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [139362] = 4, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [152669] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym_unquoted_token3, - STATE(2950), 1, + STATE(2887), 1, sym_comment, - ACTIONS(1375), 34, - sym_identifier, - anon_sym_COMMA, + ACTIONS(920), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(918), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -315752,147 +255666,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139408] = 20, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - ACTIONS(5932), 1, - anon_sym_bit_DASHand, - ACTIONS(5934), 1, - anon_sym_bit_DASHxor, - ACTIONS(5936), 1, - anon_sym_bit_DASHor, - ACTIONS(5938), 1, - anon_sym_and, - ACTIONS(5940), 1, - anon_sym_xor, - ACTIONS(5942), 1, - anon_sym_or, - STATE(2951), 1, - sym_comment, - STATE(2976), 1, - sym_path, - STATE(3133), 1, - sym_cell_path, - ACTIONS(5789), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5791), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5920), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5926), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5928), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5930), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5922), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5924), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5918), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [139486] = 13, + [152715] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(5709), 1, anon_sym_in, - ACTIONS(5891), 1, + ACTIONS(5715), 1, anon_sym_SLASH_SLASH, - STATE(2952), 1, + ACTIONS(5725), 1, + anon_sym_bit_DASHand, + STATE(2888), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5883), 2, + ACTIONS(5707), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5887), 3, + ACTIONS(5723), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5711), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5897), 3, + ACTIONS(5721), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5895), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 11, + ACTIONS(963), 8, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139550] = 7, - ACTIONS(105), 1, + [152783] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5944), 1, - anon_sym_DOT2, - ACTIONS(5946), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5948), 1, - aux_sym_unquoted_token2, - STATE(2953), 1, + STATE(2889), 1, sym_comment, - ACTIONS(1447), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1445), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(684), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -315906,83 +255759,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139602] = 7, + sym_duration_unit, + [152828] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2954), 1, + ACTIONS(5871), 1, + anon_sym_in, + ACTIONS(5877), 1, + anon_sym_SLASH_SLASH, + STATE(2890), 1, sym_comment, - STATE(3160), 1, - sym_cell_path, - ACTIONS(1474), 5, + ACTIONS(5867), 2, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1476), 27, - anon_sym_COMMA, + ACTIONS(5869), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5873), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5883), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(963), 10, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [139654] = 7, + [152891] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5950), 1, - anon_sym_DOT2, - STATE(2955), 1, + STATE(2891), 1, sym_comment, - STATE(2956), 1, - sym_path, - STATE(3118), 1, - sym_cell_path, - ACTIONS(1402), 2, - ts_builtin_sym_end, + ACTIONS(858), 2, anon_sym_LF, - ACTIONS(1400), 30, + anon_sym_DOT2, + ACTIONS(856), 32, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [152936] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5877), 1, + anon_sym_SLASH_SLASH, + STATE(2892), 1, + sym_comment, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5873), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(961), 9, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 19, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -315993,41 +255895,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [139706] = 7, + [152987] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2956), 1, + STATE(2893), 1, sym_comment, - STATE(2963), 1, - aux_sym_cell_path_repeat1, - STATE(3042), 1, - sym_path, - ACTIONS(1396), 2, - ts_builtin_sym_end, + ACTIONS(847), 2, anon_sym_LF, - ACTIONS(1394), 30, + anon_sym_DOT2, + ACTIONS(845), 32, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [153032] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2894), 1, + sym_comment, + ACTIONS(995), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(997), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -316041,31 +255977,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139758] = 8, + [153077] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5955), 1, - anon_sym_DOT2, - ACTIONS(5957), 1, - aux_sym_unquoted_token4, - ACTIONS(5959), 1, - aux_sym_unquoted_token6, - STATE(2957), 1, + STATE(2895), 1, sym_comment, - ACTIONS(5953), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 5, + ACTIONS(969), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1377), 25, + ACTIONS(971), 29, anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -316087,80 +256018,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139812] = 7, - ACTIONS(105), 1, + [153122] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2958), 1, + STATE(2896), 1, sym_comment, - STATE(2976), 1, - sym_path, - STATE(3152), 1, - sym_cell_path, - ACTIONS(1461), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1459), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(975), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [139864] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2959), 1, - sym_comment, - ACTIONS(1534), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1532), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(977), 29, + anon_sym_COMMA, anon_sym_PIPE, - anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -316174,24 +256059,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139910] = 8, + [153167] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5891), 1, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - STATE(2960), 1, + STATE(2897), 1, sym_comment, - ACTIONS(5883), 2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5887), 3, + ACTIONS(5879), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 7, + ACTIONS(961), 7, sym_identifier, anon_sym_GT, anon_sym_in, @@ -316199,15 +256087,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 20, + ACTIONS(963), 17, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -316220,174 +256105,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139964] = 11, + [153222] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5891), 1, + ACTIONS(5871), 1, + anon_sym_in, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - STATE(2961), 1, + STATE(2898), 1, sym_comment, - ACTIONS(5881), 2, + ACTIONS(5867), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5883), 2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5889), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5893), 2, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5887), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5895), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 5, - sym_identifier, - anon_sym_in, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 14, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(5885), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [140024] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5853), 1, - anon_sym_in, - ACTIONS(5859), 1, - anon_sym_SLASH_SLASH, - STATE(2962), 1, - sym_comment, - ACTIONS(5849), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5851), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5857), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5855), 3, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5865), 3, + ACTIONS(5883), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, + ACTIONS(961), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5863), 4, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 11, - anon_sym_COLON, + ACTIONS(963), 8, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [140088] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2963), 1, - sym_comment, - STATE(2978), 1, - aux_sym_cell_path_repeat1, - STATE(3042), 1, - sym_path, - ACTIONS(1409), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1407), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [140138] = 7, + [153287] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, + ACTIONS(5887), 1, anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(2964), 1, + ACTIONS(5890), 1, + aux_sym__immediate_decimal_token2, + STATE(2899), 1, sym_comment, - STATE(3215), 1, - sym_cell_path, - ACTIONS(1431), 5, + ACTIONS(671), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1433), 27, - anon_sym_COMMA, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 25, anon_sym_DASH, anon_sym_in, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -316409,17 +256198,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140190] = 4, + sym_duration_unit, + [153336] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2965), 1, - sym_comment, - ACTIONS(1526), 2, + ACTIONS(870), 1, anon_sym_LF, + ACTIONS(5892), 1, anon_sym_DOT2, - ACTIONS(1524), 33, + STATE(2900), 1, + sym_comment, + ACTIONS(868), 32, anon_sym_SEMI, - anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, @@ -316451,87 +256241,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140236] = 20, - ACTIONS(105), 1, + [153383] = 15, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - ACTIONS(5975), 1, + ACTIONS(5871), 1, + anon_sym_in, + ACTIONS(5877), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5894), 1, anon_sym_bit_DASHand, - ACTIONS(5977), 1, - anon_sym_bit_DASHxor, - ACTIONS(5979), 1, - anon_sym_bit_DASHor, - ACTIONS(5981), 1, - anon_sym_and, - ACTIONS(5983), 1, - anon_sym_xor, - ACTIONS(5985), 1, - anon_sym_or, - STATE(2966), 1, + STATE(2901), 1, sym_comment, - STATE(2976), 1, - sym_path, - STATE(3135), 1, - sym_cell_path, - ACTIONS(5819), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5821), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5963), 2, + ACTIONS(5867), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5969), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5971), 2, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5973), 2, + ACTIONS(5885), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5965), 4, - anon_sym_in, + ACTIONS(5873), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5883), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5967), 4, + ACTIONS(961), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5881), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 7, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [153450] = 16, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5871), 1, + anon_sym_in, + ACTIONS(5877), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5894), 1, + anon_sym_bit_DASHand, + ACTIONS(5896), 1, + anon_sym_bit_DASHxor, + STATE(2902), 1, + sym_comment, + ACTIONS(5867), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5869), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5875), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5879), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5885), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5961), 6, - anon_sym_GT, + ACTIONS(5883), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [140314] = 7, + ACTIONS(963), 6, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHor, + [153519] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1409), 1, - anon_sym_LF, - ACTIONS(5987), 1, + ACTIONS(5898), 1, anon_sym_DOT2, - STATE(2967), 1, + STATE(3124), 1, + sym_path, + ACTIONS(762), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2903), 2, sym_comment, - STATE(2977), 1, aux_sym_cell_path_repeat1, - STATE(3077), 1, - sym_path, - ACTIONS(1407), 31, + ACTIONS(760), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_not, @@ -316554,72 +256389,76 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [140366] = 8, + [153568] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5859), 1, + ACTIONS(5871), 1, + anon_sym_in, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - STATE(2968), 1, + ACTIONS(5894), 1, + anon_sym_bit_DASHand, + ACTIONS(5896), 1, + anon_sym_bit_DASHxor, + ACTIONS(5901), 1, + anon_sym_bit_DASHor, + STATE(2904), 1, sym_comment, - ACTIONS(5851), 2, + ACTIONS(5867), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5857), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5855), 3, + ACTIONS(5879), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5885), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1551), 7, + ACTIONS(5883), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 4, sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 20, - anon_sym_COLON, + ACTIONS(5881), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 5, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [140420] = 7, + [153639] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2969), 1, + STATE(2905), 1, sym_comment, - STATE(2976), 1, - sym_path, - STATE(3145), 1, - sym_cell_path, - ACTIONS(1465), 2, - ts_builtin_sym_end, + ACTIONS(862), 2, anon_sym_LF, - ACTIONS(1463), 30, + anon_sym_DOT2, + ACTIONS(860), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -316645,87 +256484,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140472] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1396), 1, - anon_sym_LF, - ACTIONS(5987), 1, - anon_sym_DOT2, - STATE(2967), 1, - aux_sym_cell_path_repeat1, - STATE(2970), 1, - sym_comment, - STATE(3077), 1, - sym_path, - ACTIONS(1394), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [140524] = 11, + [153684] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5859), 1, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - STATE(2971), 1, + STATE(2906), 1, sym_comment, - ACTIONS(5849), 2, + ACTIONS(5867), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5851), 2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5857), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5855), 3, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5863), 4, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 5, + ACTIONS(961), 5, sym_identifier, anon_sym_in, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 14, - anon_sym_COLON, + ACTIONS(963), 13, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, @@ -316739,38 +256532,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [140584] = 7, + [153743] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1159), 1, + ACTIONS(5903), 1, anon_sym_DOT2, - STATE(2972), 1, + STATE(2907), 1, sym_comment, - STATE(2978), 1, - aux_sym_cell_path_repeat1, - STATE(3042), 1, + STATE(2932), 1, sym_path, - ACTIONS(1409), 2, + STATE(3249), 1, + sym_cell_path, + ACTIONS(717), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1407), 30, + ACTIONS(715), 29, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [153794] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2908), 1, + sym_comment, + ACTIONS(1055), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1057), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -316784,35 +256617,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140636] = 4, - ACTIONS(105), 1, + [153839] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2973), 1, + ACTIONS(5905), 1, + sym_filesize_unit, + ACTIONS(5907), 1, + sym_duration_unit, + STATE(2909), 1, sym_comment, - ACTIONS(1522), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1520), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(868), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(870), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -316826,95 +256660,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140682] = 19, + [153888] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5853), 1, - anon_sym_in, - ACTIONS(5859), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5869), 1, - anon_sym_bit_DASHand, - ACTIONS(5871), 1, - anon_sym_bit_DASHxor, - ACTIONS(5873), 1, - anon_sym_bit_DASHor, - ACTIONS(5875), 1, - anon_sym_and, - ACTIONS(5877), 1, - anon_sym_xor, - STATE(2974), 1, + ACTIONS(5909), 1, + aux_sym__immediate_decimal_token2, + STATE(2910), 1, sym_comment, - ACTIONS(1551), 2, - sym_identifier, - anon_sym_or, - ACTIONS(5849), 2, + ACTIONS(684), 7, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5851), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5857), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5861), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5867), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5855), 3, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5865), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5863), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [140758] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2975), 1, - sym_comment, - STATE(2976), 1, - sym_path, - STATE(3260), 1, - sym_cell_path, - ACTIONS(1476), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1474), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 26, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -316928,38 +256701,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140810] = 7, - ACTIONS(105), 1, + sym_duration_unit, + [153935] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2972), 1, - aux_sym_cell_path_repeat1, - STATE(2976), 1, + ACTIONS(5877), 1, + anon_sym_SLASH_SLASH, + STATE(2911), 1, sym_comment, - STATE(3042), 1, - sym_path, - ACTIONS(1396), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1394), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(5869), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5873), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(961), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(963), 19, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -316970,84 +256747,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [140862] = 6, - ACTIONS(105), 1, + [153988] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1389), 1, - anon_sym_LF, - ACTIONS(5989), 1, - anon_sym_DOT2, - STATE(3077), 1, - sym_path, - STATE(2977), 2, + ACTIONS(5865), 1, + aux_sym__immediate_decimal_token2, + STATE(2912), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(647), 10, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(649), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [140912] = 6, - ACTIONS(105), 1, + [154035] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5992), 1, - anon_sym_DOT2, - STATE(3042), 1, - sym_path, - ACTIONS(1389), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2978), 2, + STATE(2913), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(935), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(937), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -317061,71 +256830,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140962] = 7, + [154080] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1402), 1, + STATE(2914), 1, + sym_comment, + ACTIONS(887), 2, anon_sym_LF, - ACTIONS(5987), 1, anon_sym_DOT2, - STATE(2970), 1, - sym_path, - STATE(2979), 1, - sym_comment, - STATE(3190), 1, - sym_cell_path, - ACTIONS(1400), 31, + ACTIONS(885), 32, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [141014] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1159), 1, - anon_sym_DOT2, - STATE(2976), 1, - sym_path, - STATE(2980), 1, - sym_comment, - STATE(3081), 1, - sym_cell_path, - ACTIONS(1469), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1467), 30, - anon_sym_SEMI, - anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -317151,24 +256871,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141066] = 6, + [154125] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1501), 1, - anon_sym_DOT2, - ACTIONS(1538), 1, + ACTIONS(870), 1, anon_sym_LF, - STATE(2981), 1, + ACTIONS(879), 1, + anon_sym_DOT2, + STATE(2915), 1, sym_comment, - ACTIONS(1536), 4, + ACTIONS(868), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1540), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -317194,232 +256913,288 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141115] = 17, + [154172] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, + ACTIONS(5871), 1, anon_sym_in, - ACTIONS(6005), 1, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - ACTIONS(6015), 1, + ACTIONS(5894), 1, anon_sym_bit_DASHand, - ACTIONS(6017), 1, + ACTIONS(5896), 1, anon_sym_bit_DASHxor, - ACTIONS(6019), 1, + ACTIONS(5901), 1, anon_sym_bit_DASHor, - STATE(2982), 1, + ACTIONS(5911), 1, + anon_sym_and, + STATE(2916), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(5867), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5997), 2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6003), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + ACTIONS(5885), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6001), 3, + ACTIONS(961), 3, + sym_identifier, + anon_sym_xor, + anon_sym_or, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(6011), 3, + ACTIONS(5883), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6009), 4, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 5, + ACTIONS(963), 5, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [141186] = 14, + [154245] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, + ACTIONS(5871), 1, anon_sym_in, - ACTIONS(6005), 1, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - STATE(2983), 1, + ACTIONS(5894), 1, + anon_sym_bit_DASHand, + ACTIONS(5896), 1, + anon_sym_bit_DASHxor, + ACTIONS(5901), 1, + anon_sym_bit_DASHor, + ACTIONS(5911), 1, + anon_sym_and, + ACTIONS(5913), 1, + anon_sym_xor, + STATE(2917), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(961), 2, + sym_identifier, + anon_sym_or, + ACTIONS(5867), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5997), 2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6003), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + ACTIONS(5885), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6001), 3, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(6011), 3, + ACTIONS(5883), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6009), 4, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 8, + ACTIONS(963), 5, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [141251] = 15, + [154320] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, + ACTIONS(961), 1, + sym_identifier, + ACTIONS(5871), 1, anon_sym_in, - ACTIONS(6005), 1, + ACTIONS(5877), 1, anon_sym_SLASH_SLASH, - ACTIONS(6015), 1, + ACTIONS(5894), 1, anon_sym_bit_DASHand, - STATE(2984), 1, + ACTIONS(5896), 1, + anon_sym_bit_DASHxor, + ACTIONS(5901), 1, + anon_sym_bit_DASHor, + ACTIONS(5911), 1, + anon_sym_and, + ACTIONS(5913), 1, + anon_sym_xor, + ACTIONS(5915), 1, + anon_sym_or, + STATE(2918), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(5867), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5997), 2, + ACTIONS(5869), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6003), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + ACTIONS(5879), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + ACTIONS(5885), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6001), 3, + ACTIONS(5873), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(6011), 3, + ACTIONS(5883), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6009), 4, + ACTIONS(5881), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 7, + ACTIONS(963), 5, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [141318] = 16, + [154397] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, + STATE(2919), 1, + sym_comment, + ACTIONS(1063), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1065), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_in, - ACTIONS(6005), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6015), 1, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(6017), 1, anon_sym_bit_DASHxor, - STATE(2985), 1, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [154442] = 18, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(879), 1, + anon_sym_DOT2, + ACTIONS(5113), 1, + anon_sym_LF, + ACTIONS(5133), 1, + anon_sym_bit_DASHand, + ACTIONS(5135), 1, + anon_sym_bit_DASHxor, + ACTIONS(5137), 1, + anon_sym_bit_DASHor, + ACTIONS(5139), 1, + anon_sym_and, + ACTIONS(5141), 1, + anon_sym_xor, + ACTIONS(5143), 1, + anon_sym_or, + STATE(2920), 1, sym_comment, - ACTIONS(5995), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5997), 2, + ACTIONS(5117), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6003), 2, + ACTIONS(5127), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + ACTIONS(5129), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + ACTIONS(5131), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6001), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(6011), 3, + ACTIONS(5111), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5119), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6009), 4, + ACTIONS(5123), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5115), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_bit_DASHor, - [141387] = 4, + [154515] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2986), 1, - sym_comment, - ACTIONS(1515), 2, - anon_sym_LF, + ACTIONS(879), 1, anon_sym_DOT2, - ACTIONS(1513), 32, + ACTIONS(924), 1, + anon_sym_LF, + STATE(2921), 1, + sym_comment, + ACTIONS(922), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(926), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -317445,26 +257220,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141432] = 4, + [154564] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2987), 1, + ACTIONS(5779), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5917), 1, + anon_sym_DOT2, + STATE(2922), 1, sym_comment, - ACTIONS(1583), 5, + ACTIONS(655), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1585), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 25, anon_sym_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -317486,40 +257262,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141477] = 9, + sym_duration_unit, + [154613] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6005), 1, - anon_sym_SLASH_SLASH, - STATE(2988), 1, + ACTIONS(5920), 1, + anon_sym_DOT2, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(2923), 1, sym_comment, - ACTIONS(5997), 2, - anon_sym_DASH, + ACTIONS(737), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6003), 2, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 26, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6001), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1551), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 17, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -317532,40 +257302,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [141532] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [154662] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6005), 1, - anon_sym_SLASH_SLASH, - STATE(2989), 1, + ACTIONS(5779), 1, + aux_sym__immediate_decimal_token2, + STATE(2924), 1, sym_comment, - ACTIONS(6003), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6001), 3, + ACTIONS(655), 7, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1551), 9, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_PLUS, anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 19, - anon_sym_COMMA, + sym_duration_unit, + [154709] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(924), 1, + anon_sym_LF, + ACTIONS(928), 1, + anon_sym_DASH, + ACTIONS(5892), 1, + anon_sym_DOT2, + STATE(2925), 1, + sym_comment, + ACTIONS(922), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_RBRACE, + ACTIONS(926), 27, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -317576,87 +257389,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [141583] = 13, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [154760] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, - anon_sym_in, - ACTIONS(6005), 1, - anon_sym_SLASH_SLASH, - STATE(2990), 1, + STATE(2926), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(1069), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5997), 2, + ACTIONS(1071), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6003), 2, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6001), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(6011), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1551), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6009), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 10, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [141646] = 8, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [154805] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6005), 1, - anon_sym_SLASH_SLASH, - STATE(2991), 1, + STATE(2927), 1, sym_comment, - ACTIONS(5997), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6003), 2, + ACTIONS(5875), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6001), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1551), 7, + ACTIONS(961), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1553), 19, + ACTIONS(963), 20, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -317671,46 +257475,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [141699] = 11, - ACTIONS(3), 1, + [154852] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6005), 1, - anon_sym_SLASH_SLASH, - STATE(2992), 1, + ACTIONS(872), 1, + anon_sym_COLON, + ACTIONS(879), 1, + anon_sym_DOT2, + ACTIONS(924), 1, + anon_sym_LF, + STATE(2928), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(922), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(926), 28, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5997), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6003), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6001), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(6009), 4, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 5, - sym_identifier, - anon_sym_in, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 13, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -317719,72 +257516,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [141758] = 18, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1075), 1, - anon_sym_LF, - ACTIONS(1095), 1, - anon_sym_bit_DASHand, - ACTIONS(1097), 1, - anon_sym_bit_DASHxor, - ACTIONS(1099), 1, - anon_sym_bit_DASHor, - ACTIONS(1101), 1, anon_sym_and, - ACTIONS(1103), 1, anon_sym_xor, - ACTIONS(1105), 1, anon_sym_or, - ACTIONS(1501), 1, + [154903] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5843), 1, anon_sym_DOT2, - STATE(2993), 1, + ACTIONS(5845), 1, + aux_sym_unquoted_token4, + ACTIONS(5847), 1, + aux_sym_unquoted_token6, + STATE(2929), 1, sym_comment, - ACTIONS(1079), 2, - anon_sym_DASH, + ACTIONS(5924), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1089), 2, + anon_sym_LT2, + ACTIONS(699), 24, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1091), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1093), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1073), 4, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [154956] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2930), 1, + sym_comment, + ACTIONS(858), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(856), 31, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1081), 4, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1085), 4, anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1077), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [141831] = 5, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [155001] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6021), 1, + ACTIONS(5926), 1, anon_sym_QMARK2, - STATE(2994), 1, + STATE(2931), 1, sym_comment, - ACTIONS(1421), 2, + ACTIONS(785), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1419), 31, + ACTIONS(783), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -317816,21 +257647,21 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [141878] = 7, + [155048] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6023), 1, + ACTIONS(5903), 1, anon_sym_DOT2, - STATE(2995), 1, + STATE(2932), 1, sym_comment, - STATE(3014), 1, + STATE(2962), 1, aux_sym_cell_path_repeat1, - STATE(3147), 1, + STATE(3124), 1, sym_path, - ACTIONS(1409), 2, + ACTIONS(747), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1407), 29, + ACTIONS(745), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -317860,34 +257691,76 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [141929] = 4, + [155099] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2996), 1, + ACTIONS(5926), 1, + anon_sym_QMARK2, + STATE(2933), 1, sym_comment, - ACTIONS(1511), 2, + ACTIONS(785), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1509), 32, + ACTIONS(783), 31, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155146] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2934), 1, + sym_comment, + ACTIONS(1073), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1075), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -317901,137 +257774,442 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141974] = 18, + [155191] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5928), 1, + aux_sym__immediate_decimal_token2, + STATE(2935), 1, + sym_comment, + ACTIONS(684), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(686), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155238] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, + STATE(2936), 1, + sym_comment, + ACTIONS(987), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(989), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_in, - ACTIONS(6005), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6015), 1, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(6017), 1, anon_sym_bit_DASHxor, - ACTIONS(6019), 1, anon_sym_bit_DASHor, - ACTIONS(6025), 1, anon_sym_and, - STATE(2997), 1, + anon_sym_xor, + anon_sym_or, + [155283] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2937), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(1077), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5997), 2, + ACTIONS(1079), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6003), 2, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1551), 3, - sym_identifier, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(6001), 3, + [155328] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5843), 1, + anon_sym_DOT2, + ACTIONS(5845), 1, + aux_sym_unquoted_token4, + ACTIONS(5847), 1, + aux_sym_unquoted_token6, + STATE(2938), 1, + sym_comment, + ACTIONS(5930), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(697), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(699), 24, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, - ACTIONS(6011), 3, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6009), 4, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [155381] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2939), 1, + sym_comment, + ACTIONS(1009), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1011), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 5, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [155426] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2940), 1, + sym_comment, + ACTIONS(1015), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1017), 29, anon_sym_COMMA, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [142047] = 19, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [155471] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5999), 1, + STATE(2941), 1, + sym_comment, + ACTIONS(1081), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1083), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_in, - ACTIONS(6005), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6015), 1, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(6017), 1, anon_sym_bit_DASHxor, - ACTIONS(6019), 1, anon_sym_bit_DASHor, - ACTIONS(6025), 1, anon_sym_and, - ACTIONS(6027), 1, anon_sym_xor, - STATE(2998), 1, - sym_comment, - ACTIONS(1551), 2, - sym_identifier, anon_sym_or, - ACTIONS(5995), 2, + [155516] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5749), 1, + aux_sym__immediate_decimal_token2, + STATE(2942), 1, + sym_comment, + ACTIONS(647), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5997), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 26, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6003), 2, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6001), 3, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [155563] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2943), 1, + sym_comment, + ACTIONS(655), 7, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, - ACTIONS(6011), 3, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6009), 4, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [155608] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(937), 1, + anon_sym_LF, + ACTIONS(5932), 1, + aux_sym_unquoted_token5, + STATE(2944), 1, + sym_comment, + ACTIONS(935), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 5, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [142122] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [155655] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2999), 1, + STATE(2945), 1, sym_comment, - ACTIONS(1629), 5, + ACTIONS(647), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1631), 29, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 27, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -318053,73 +258231,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142167] = 20, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1551), 1, - sym_identifier, - ACTIONS(5999), 1, - anon_sym_in, - ACTIONS(6005), 1, - anon_sym_SLASH_SLASH, - ACTIONS(6015), 1, - anon_sym_bit_DASHand, - ACTIONS(6017), 1, - anon_sym_bit_DASHxor, - ACTIONS(6019), 1, - anon_sym_bit_DASHor, - ACTIONS(6025), 1, - anon_sym_and, - ACTIONS(6027), 1, - anon_sym_xor, - ACTIONS(6029), 1, - anon_sym_or, - STATE(3000), 1, - sym_comment, - ACTIONS(5995), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5997), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6003), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6007), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6013), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6001), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(6011), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6009), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 5, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [142244] = 4, + sym_duration_unit, + [155700] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3001), 1, + STATE(2946), 1, sym_comment, - ACTIONS(1439), 3, + ACTIONS(847), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1437), 31, + ACTIONS(845), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318151,26 +258273,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142289] = 4, + [155745] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3002), 1, + ACTIONS(5934), 1, + anon_sym_DOT2, + ACTIONS(5937), 1, + aux_sym__immediate_decimal_token2, + STATE(2947), 1, + sym_comment, + ACTIONS(671), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(673), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155794] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2948), 1, sym_comment, - ACTIONS(1659), 5, + ACTIONS(775), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1661), 29, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 27, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -318192,26 +258356,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142334] = 4, + sym_duration_unit, + [155839] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3003), 1, + ACTIONS(5833), 1, + aux_sym__immediate_decimal_token2, + STATE(2949), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(655), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1447), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -318233,22 +258398,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142379] = 4, + sym_duration_unit, + [155886] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1627), 1, - anon_sym_LF, - STATE(3004), 1, + ACTIONS(5939), 1, + anon_sym_QMARK2, + STATE(2950), 1, sym_comment, - ACTIONS(1625), 33, + ACTIONS(785), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(783), 30, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -318274,26 +258441,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142424] = 4, + [155933] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3005), 1, + ACTIONS(5839), 1, + aux_sym__immediate_decimal_token2, + STATE(2951), 1, sym_comment, - ACTIONS(1695), 5, + ACTIONS(647), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1697), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 26, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -318315,37 +258482,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142469] = 7, - ACTIONS(105), 1, + sym_duration_unit, + [155980] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1538), 1, - anon_sym_LF, - ACTIONS(1542), 1, - anon_sym_DASH, - ACTIONS(6031), 1, - anon_sym_DOT2, - STATE(3006), 1, + ACTIONS(5941), 1, + aux_sym__immediate_decimal_token2, + STATE(2952), 1, sym_comment, - ACTIONS(1536), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1540), 27, + ACTIONS(684), 7, anon_sym_GT, - anon_sym_in, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -318359,34 +258524,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142520] = 4, + sym_duration_unit, + [156027] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3007), 1, + ACTIONS(5943), 1, + anon_sym_DOT2, + ACTIONS(5946), 1, + aux_sym__immediate_decimal_token2, + STATE(2953), 1, sym_comment, - ACTIONS(1633), 5, + ACTIONS(671), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1635), 29, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 25, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [156076] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5857), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5948), 1, + anon_sym_DOT2, + STATE(2954), 1, + sym_comment, + ACTIONS(655), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 22, + anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [156125] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5294), 1, + sym_filesize_unit, + ACTIONS(5296), 1, + sym_duration_unit, + STATE(2955), 1, + sym_comment, + ACTIONS(870), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(868), 30, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -318400,23 +258654,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142565] = 5, + [156174] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(5939), 1, + anon_sym_QMARK2, + STATE(2956), 1, + sym_comment, + ACTIONS(785), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6031), 1, anon_sym_DOT2, - STATE(3008), 1, - sym_comment, - ACTIONS(213), 32, + ACTIONS(783), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -318442,25 +258696,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142612] = 4, + [156221] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3009), 1, + ACTIONS(5833), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5951), 1, + anon_sym_DOT2, + STATE(2957), 1, sym_comment, - ACTIONS(1651), 5, + ACTIONS(655), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1653), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 25, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -318483,23 +258738,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142657] = 4, - ACTIONS(105), 1, + sym_duration_unit, + [156270] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3010), 1, + ACTIONS(5857), 1, + aux_sym__immediate_decimal_token2, + STATE(2958), 1, sym_comment, - ACTIONS(1443), 3, - ts_builtin_sym_end, - anon_sym_LF, + ACTIONS(655), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_DOT2, - ACTIONS(1441), 31, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [156317] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(699), 1, + anon_sym_LF, + ACTIONS(5254), 1, + aux_sym_unquoted_token3, + STATE(2959), 1, + sym_comment, + ACTIONS(697), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -318524,18 +258823,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142702] = 4, + [156364] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3011), 1, + STATE(2960), 1, sym_comment, - ACTIONS(1691), 5, + ACTIONS(1031), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1693), 29, + ACTIONS(1033), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -318565,14 +258864,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142747] = 4, + [156409] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, + ACTIONS(2659), 1, anon_sym_LF, - STATE(3012), 1, + STATE(2961), 1, sym_comment, - ACTIONS(3177), 33, + ACTIONS(2657), 33, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -318606,23 +258905,66 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [142792] = 5, + [156454] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6033), 1, - anon_sym_QMARK2, - STATE(3013), 1, + ACTIONS(5903), 1, + anon_sym_DOT2, + STATE(2903), 1, + aux_sym_cell_path_repeat1, + STATE(2962), 1, sym_comment, - ACTIONS(1421), 3, + STATE(3124), 1, + sym_path, + ACTIONS(735), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1419), 30, + ACTIONS(733), 29, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [156505] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1087), 1, + anon_sym_LF, + STATE(2963), 1, + sym_comment, + ACTIONS(1085), 33, anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -318648,66 +258990,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142839] = 6, - ACTIONS(105), 1, + [156550] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6035), 1, + ACTIONS(5954), 1, anon_sym_DOT2, - STATE(3147), 1, - sym_path, - ACTIONS(1389), 2, - ts_builtin_sym_end, + STATE(2964), 1, + sym_comment, + ACTIONS(737), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [156597] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2965), 1, + sym_comment, + ACTIONS(797), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(799), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [156642] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(963), 1, anon_sym_LF, - STATE(3014), 2, + STATE(2966), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 29, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 30, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [142888] = 5, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [156688] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6033), 1, - anon_sym_QMARK2, - STATE(3015), 1, - sym_comment, - ACTIONS(1421), 3, - ts_builtin_sym_end, + ACTIONS(989), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1419), 30, + STATE(2967), 1, + sym_comment, + ACTIONS(987), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -318733,29 +259154,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142935] = 7, + [156732] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6023), 1, - anon_sym_DOT2, - STATE(3016), 1, + ACTIONS(5520), 1, + anon_sym_LF, + ACTIONS(5536), 1, + anon_sym_bit_DASHand, + ACTIONS(5538), 1, + anon_sym_bit_DASHxor, + ACTIONS(5540), 1, + anon_sym_bit_DASHor, + ACTIONS(5542), 1, + anon_sym_and, + ACTIONS(5544), 1, + anon_sym_xor, + ACTIONS(5546), 1, + anon_sym_or, + STATE(2968), 1, sym_comment, - STATE(3028), 1, - sym_path, - STATE(3273), 1, - sym_cell_path, - ACTIONS(1402), 2, + ACTIONS(5524), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5530), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5532), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5534), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5518), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5526), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5528), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5522), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [156802] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2969), 1, + sym_comment, + ACTIONS(2659), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1400), 29, + ACTIONS(2657), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_else, anon_sym_LBRACE, anon_sym_DOT, + anon_sym_catch, anon_sym_PLUS, anon_sym_not, anon_sym_null, @@ -318777,33 +259247,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [142986] = 5, + [156846] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3017), 1, + STATE(2970), 1, sym_comment, - ACTIONS(6003), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 12, - sym_identifier, + ACTIONS(647), 7, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1553), 20, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_DOT2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -318819,26 +259283,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [143033] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [156890] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3018), 1, + STATE(2971), 1, sym_comment, - ACTIONS(1641), 5, + ACTIONS(647), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1643), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 26, anon_sym_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -318860,16 +259326,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143078] = 5, + sym_duration_unit, + [156934] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1377), 1, + ACTIONS(1037), 1, anon_sym_LF, - ACTIONS(5550), 1, - aux_sym_unquoted_token3, - STATE(3019), 1, + STATE(2972), 1, sym_comment, - ACTIONS(1375), 32, + ACTIONS(1035), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -318902,30 +259367,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143125] = 8, + [156978] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5955), 1, - anon_sym_DOT2, - ACTIONS(5957), 1, - aux_sym_unquoted_token4, - ACTIONS(5959), 1, - aux_sym_unquoted_token6, - STATE(3020), 1, + STATE(2973), 1, sym_comment, - ACTIONS(6038), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 5, + ACTIONS(684), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1377), 24, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 26, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -318947,34 +259406,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143178] = 4, - ACTIONS(3), 1, + sym_duration_unit, + [157022] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3021), 1, + STATE(2974), 1, sym_comment, - ACTIONS(1591), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1593), 29, - anon_sym_COMMA, + ACTIONS(887), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(885), 30, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -318988,26 +259447,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143223] = 4, + [157066] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3022), 1, + STATE(2975), 1, sym_comment, - ACTIONS(1671), 5, + ACTIONS(655), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1673), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, anon_sym_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -319029,25 +259486,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143268] = 4, - ACTIONS(3), 1, + sym_duration_unit, + [157110] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3023), 1, + STATE(2976), 1, sym_comment, - ACTIONS(1683), 5, + ACTIONS(862), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(860), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, - ACTIONS(1685), 29, - anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [157154] = 17, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5113), 1, + anon_sym_LF, + ACTIONS(5133), 1, + anon_sym_bit_DASHand, + ACTIONS(5135), 1, + anon_sym_bit_DASHxor, + ACTIONS(5137), 1, + anon_sym_bit_DASHor, + ACTIONS(5139), 1, + anon_sym_and, + ACTIONS(5141), 1, + anon_sym_xor, + ACTIONS(5143), 1, + anon_sym_or, + STATE(2977), 1, + sym_comment, + ACTIONS(5117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5127), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5129), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5131), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5111), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5123), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [157224] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5920), 1, + anon_sym_DOT2, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(2978), 1, + sym_comment, + ACTIONS(737), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 25, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -319070,113 +259621,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143313] = 5, - ACTIONS(105), 1, + sym_duration_unit, + [157272] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6021), 1, - anon_sym_QMARK2, - STATE(3024), 1, - sym_comment, - ACTIONS(1421), 2, - anon_sym_LF, + ACTIONS(5958), 1, anon_sym_DOT2, - ACTIONS(1419), 31, + STATE(2979), 1, + sym_comment, + STATE(3040), 1, + aux_sym_cell_path_repeat1, + STATE(3246), 1, + sym_path, + ACTIONS(733), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(735), 22, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [143360] = 4, + [157322] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3025), 1, - sym_comment, - ACTIONS(1443), 2, + ACTIONS(799), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1441), 32, + STATE(2980), 1, + sym_comment, + ACTIONS(797), 32, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_QMARK2, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [143405] = 8, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [157366] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5955), 1, - anon_sym_DOT2, - ACTIONS(5957), 1, - aux_sym_unquoted_token4, - ACTIONS(5959), 1, - aux_sym_unquoted_token6, - STATE(3026), 1, + STATE(2981), 1, sym_comment, - ACTIONS(6040), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1375), 5, + ACTIONS(775), 7, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1377), 24, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 26, anon_sym_DASH, anon_sym_in, anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -319198,34 +259744,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143458] = 4, + sym_duration_unit, + [157410] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3027), 1, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + ACTIONS(5960), 1, + anon_sym_DOT2, + STATE(2982), 1, sym_comment, - ACTIONS(1545), 5, + ACTIONS(737), 6, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1547), 29, - anon_sym_COMMA, - anon_sym_PIPE, + sym_filesize_unit, + ACTIONS(739), 25, anon_sym_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_duration_unit, + [157458] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1061), 1, + anon_sym_LF, + STATE(2983), 1, + sym_comment, + ACTIONS(1059), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -319239,21 +259827,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143503] = 7, + [157502] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6023), 1, - anon_sym_DOT2, - STATE(2995), 1, - aux_sym_cell_path_repeat1, - STATE(3028), 1, + ACTIONS(5962), 1, + anon_sym_QMARK2, + STATE(2984), 1, sym_comment, - STATE(3147), 1, - sym_path, - ACTIONS(1396), 2, + ACTIONS(785), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1394), 29, + anon_sym_DOT2, + ACTIONS(783), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -319283,26 +259868,26 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [143554] = 4, + [157548] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(3029), 1, + ACTIONS(5962), 1, + anon_sym_QMARK2, + STATE(2985), 1, sym_comment, - ACTIONS(1439), 2, + ACTIONS(785), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1437), 32, + ACTIONS(783), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_not, anon_sym_null, @@ -319324,22 +259909,19 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [143599] = 7, + [157594] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1276), 1, - anon_sym_COLON, - ACTIONS(1501), 1, - anon_sym_DOT2, - ACTIONS(1538), 1, + ACTIONS(924), 1, anon_sym_LF, - STATE(3030), 1, + STATE(2986), 1, sym_comment, - ACTIONS(1536), 3, + ACTIONS(922), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(1540), 28, + ACTIONS(926), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -319368,35 +259950,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143650] = 5, + [157640] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + STATE(2987), 1, + sym_comment, + ACTIONS(862), 2, anon_sym_LF, - ACTIONS(1501), 1, anon_sym_DOT2, - STATE(3031), 1, - sym_comment, - ACTIONS(213), 32, + ACTIONS(860), 31, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [157684] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(2988), 1, + sym_comment, + STATE(3183), 1, + sym_cell_path, + ACTIONS(3705), 2, + anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(822), 5, + anon_sym_GT, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(824), 23, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [157736] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(2989), 1, + sym_comment, + ACTIONS(737), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 26, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -319410,16 +260074,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143697] = 5, + sym_duration_unit, + [157782] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1547), 1, + ACTIONS(937), 1, anon_sym_LF, - ACTIONS(6042), 1, - aux_sym_unquoted_token5, - STATE(3032), 1, + STATE(2990), 1, sym_comment, - ACTIONS(1545), 32, + ACTIONS(935), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -319452,34 +260115,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143744] = 4, + [157826] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3033), 1, + ACTIONS(5964), 1, + anon_sym_DOT2, + ACTIONS(5966), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5968), 1, + aux_sym_unquoted_token2, + STATE(2991), 1, sym_comment, - ACTIONS(1611), 5, + ACTIONS(797), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1613), 29, + ACTIONS(799), 25, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [157876] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5970), 1, + anon_sym_DOT2, + ACTIONS(5972), 1, + aux_sym__unquoted_in_list_token7, + STATE(2992), 1, + sym_comment, + ACTIONS(737), 9, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(739), 22, + anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [157924] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1071), 1, + anon_sym_LF, + STATE(2993), 1, + sym_comment, + ACTIONS(1069), 32, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -319493,121 +260240,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143789] = 4, - ACTIONS(3), 1, + [157968] = 18, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3034), 1, - sym_comment, - ACTIONS(1607), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1609), 29, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(5208), 1, + anon_sym_DOT2, + ACTIONS(5282), 1, anon_sym_bit_DASHand, + ACTIONS(5284), 1, anon_sym_bit_DASHxor, + ACTIONS(5286), 1, anon_sym_bit_DASHor, + ACTIONS(5288), 1, anon_sym_and, + ACTIONS(5290), 1, anon_sym_xor, + ACTIONS(5292), 1, anon_sym_or, - [143834] = 8, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - STATE(3035), 1, + STATE(2994), 1, sym_comment, - ACTIONS(6044), 2, + ACTIONS(5111), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5113), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5266), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6048), 2, + ACTIONS(5276), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, + ACTIONS(5278), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6046), 4, + ACTIONS(5280), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5268), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5272), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1551), 22, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(5264), 6, anon_sym_GT, - anon_sym_in, - anon_sym_RBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [143886] = 7, - ACTIONS(105), 1, + [158040] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - STATE(3036), 1, + STATE(2995), 1, sym_comment, - ACTIONS(6044), 2, - anon_sym_DASH, + ACTIONS(684), 7, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6048), 2, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 26, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1551), 24, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_in, - anon_sym_RBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -319621,14 +260333,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143936] = 4, + sym_duration_unit, + [158084] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1657), 1, + ACTIONS(1007), 1, anon_sym_LF, - STATE(3037), 1, + STATE(2996), 1, sym_comment, - ACTIONS(1655), 32, + ACTIONS(926), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -319661,35 +260374,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143980] = 4, - ACTIONS(105), 1, + [158128] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1593), 1, - anon_sym_LF, - STATE(3038), 1, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(2997), 1, sym_comment, - ACTIONS(1591), 32, + STATE(3024), 1, + sym_path, + STATE(3295), 1, + sym_cell_path, + ACTIONS(817), 3, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(5977), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(5974), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [158180] = 9, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(963), 1, + anon_sym_LF, + STATE(2998), 1, + sym_comment, + ACTIONS(5956), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5982), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5986), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5980), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(961), 16, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_in, + anon_sym_RBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -319701,14 +260463,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144024] = 4, + [158234] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1601), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3039), 1, + STATE(2999), 1, sym_comment, - ACTIONS(1599), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -319741,28 +260503,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144068] = 4, + [158278] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1605), 1, + ACTIONS(963), 1, anon_sym_LF, - STATE(3040), 1, + STATE(3000), 1, sym_comment, - ACTIONS(1603), 32, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5982), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 24, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -319781,21 +260546,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144112] = 4, + [158328] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1639), 1, - anon_sym_LF, - STATE(3041), 1, + ACTIONS(5208), 1, + anon_sym_DOT2, + STATE(3001), 1, sym_comment, - ACTIONS(1637), 32, + ACTIONS(922), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, + ACTIONS(924), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(926), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -319821,21 +260588,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144156] = 4, + [158376] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3042), 1, - sym_comment, - ACTIONS(1526), 3, - ts_builtin_sym_end, + ACTIONS(959), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 30, + STATE(3002), 1, + sym_comment, + ACTIONS(957), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -319861,68 +260628,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144200] = 18, + [158420] = 10, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1171), 1, - anon_sym_bit_DASHand, - ACTIONS(1173), 1, - anon_sym_bit_DASHxor, - ACTIONS(1175), 1, - anon_sym_bit_DASHor, - ACTIONS(1177), 1, - anon_sym_and, - ACTIONS(1179), 1, - anon_sym_xor, - ACTIONS(1181), 1, - anon_sym_or, - ACTIONS(5470), 1, - anon_sym_DOT2, - STATE(3043), 1, - sym_comment, - ACTIONS(1073), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1075), 2, - ts_builtin_sym_end, + ACTIONS(963), 1, anon_sym_LF, - ACTIONS(1155), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1165), 2, + STATE(3003), 1, + sym_comment, + ACTIONS(5956), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1167), 2, + ACTIONS(5982), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5986), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1169), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1157), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1161), 4, + ACTIONS(5984), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1153), 6, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5980), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [144272] = 4, + ACTIONS(961), 12, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [158476] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1609), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3044), 1, + STATE(3004), 1, sym_comment, - ACTIONS(1607), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -319955,27 +260714,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144316] = 4, + [158520] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1613), 1, + ACTIONS(2420), 1, anon_sym_LF, - STATE(3045), 1, + ACTIONS(5990), 1, + sym__long_flag_identifier, + STATE(3005), 1, sym_comment, - ACTIONS(1611), 32, + ACTIONS(2416), 31, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [158566] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(963), 1, + anon_sym_LF, + STATE(3006), 1, + sym_comment, + ACTIONS(5956), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5984), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(961), 26, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -319995,14 +260797,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144360] = 4, + [158614] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1689), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3046), 1, + STATE(3007), 1, sym_comment, - ACTIONS(1687), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320035,14 +260837,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144404] = 4, + [158658] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3008), 1, + sym_comment, + ACTIONS(775), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(777), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [158702] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1065), 1, anon_sym_LF, - STATE(3047), 1, + STATE(3009), 1, sym_comment, - ACTIONS(1583), 32, + ACTIONS(1063), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320075,14 +260917,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144448] = 4, + [158746] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1677), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3048), 1, + STATE(3010), 1, sym_comment, - ACTIONS(1675), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320115,30 +260957,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144492] = 4, + [158790] = 8, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1649), 1, + ACTIONS(963), 1, anon_sym_LF, - STATE(3049), 1, + STATE(3011), 1, sym_comment, - ACTIONS(1647), 32, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5982), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5986), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 22, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -320155,14 +261001,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144536] = 4, + [158842] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1589), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3050), 1, + STATE(3012), 1, sym_comment, - ACTIONS(1587), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320195,14 +261041,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144580] = 4, + [158886] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1681), 1, + ACTIONS(1047), 1, anon_sym_LF, - STATE(3051), 1, + STATE(3013), 1, sym_comment, - ACTIONS(1679), 32, + ACTIONS(1045), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320235,16 +261081,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144624] = 4, + [158930] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1635), 1, + ACTIONS(870), 1, anon_sym_LF, - STATE(3052), 1, + ACTIONS(872), 1, + anon_sym_COLON, + STATE(3014), 1, sym_comment, - ACTIONS(1633), 32, + ACTIONS(868), 31, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, @@ -320275,17 +261122,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144668] = 5, + [158976] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5470), 1, - anon_sym_DOT2, - STATE(3053), 1, + STATE(3015), 1, sym_comment, - ACTIONS(215), 2, + ACTIONS(920), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(213), 30, + anon_sym_DOT2, + ACTIONS(918), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -320316,33 +261162,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144714] = 4, - ACTIONS(105), 1, + [159020] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1631), 1, - anon_sym_LF, - STATE(3054), 1, + STATE(3016), 1, sym_comment, - ACTIONS(1629), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(655), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 26, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -320356,61 +261201,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144758] = 4, + sym_duration_unit, + [159064] = 11, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(963), 1, anon_sym_LF, - STATE(3055), 1, + STATE(3017), 1, sym_comment, - ACTIONS(1619), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + ACTIONS(5956), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5982), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5986), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5980), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(961), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [144802] = 4, + [159122] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1693), 1, - anon_sym_LF, - STATE(3056), 1, + ACTIONS(928), 1, + anon_sym_DASH, + ACTIONS(5994), 1, + anon_sym_DOT2, + STATE(3018), 1, sym_comment, - ACTIONS(1691), 32, + ACTIONS(922), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, + ACTIONS(924), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(926), 27, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -320436,14 +261292,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144846] = 4, + [159172] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(1075), 1, anon_sym_LF, - STATE(3057), 1, + STATE(3019), 1, sym_comment, - ACTIONS(213), 32, + ACTIONS(1073), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320476,14 +261332,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144890] = 4, + [159216] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1685), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3058), 1, + STATE(3020), 1, sym_comment, - ACTIONS(1683), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320516,73 +261372,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144934] = 4, + [159260] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1673), 1, + ACTIONS(963), 1, anon_sym_LF, - STATE(3059), 1, + ACTIONS(5996), 1, + anon_sym_bit_DASHand, + STATE(3021), 1, sym_comment, - ACTIONS(1671), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + ACTIONS(5956), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5982), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5986), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5980), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(961), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [144978] = 4, - ACTIONS(105), 1, + [159320] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3060), 1, + STATE(3022), 1, sym_comment, - ACTIONS(1522), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1520), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(775), 7, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 26, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -320596,14 +261459,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145022] = 4, + sym_duration_unit, + [159364] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3061), 1, + STATE(3023), 1, sym_comment, - ACTIONS(1619), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320636,14 +261500,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145066] = 4, + [159408] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(2979), 1, + aux_sym_cell_path_repeat1, + STATE(3024), 1, + sym_comment, + STATE(3246), 1, + sym_path, + ACTIONS(745), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(747), 22, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [159458] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1661), 1, + ACTIONS(1057), 1, anon_sym_LF, - STATE(3062), 1, + STATE(3025), 1, sym_comment, - ACTIONS(1659), 32, + ACTIONS(1055), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320676,54 +261583,198 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145110] = 4, + [159502] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1697), 1, + ACTIONS(963), 1, anon_sym_LF, - STATE(3063), 1, + ACTIONS(5996), 1, + anon_sym_bit_DASHand, + ACTIONS(5998), 1, + anon_sym_bit_DASHxor, + STATE(3026), 1, sym_comment, - ACTIONS(1695), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + ACTIONS(5956), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5982), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5986), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5980), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(961), 8, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [159564] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6000), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6002), 1, + aux_sym__immediate_decimal_token2, + STATE(3027), 1, + sym_comment, + ACTIONS(655), 9, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [159612] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3028), 1, + sym_comment, + ACTIONS(858), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(856), 30, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [159656] = 17, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(6006), 1, + anon_sym_LF, + ACTIONS(6022), 1, anon_sym_bit_DASHand, + ACTIONS(6024), 1, anon_sym_bit_DASHxor, + ACTIONS(6026), 1, anon_sym_bit_DASHor, + ACTIONS(6028), 1, anon_sym_and, + ACTIONS(6030), 1, anon_sym_xor, + ACTIONS(6032), 1, anon_sym_or, - [145154] = 4, + STATE(3029), 1, + sym_comment, + ACTIONS(6010), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6016), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6018), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6020), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6004), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(6012), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6014), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6008), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [159726] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3064), 1, + STATE(3030), 1, sym_comment, - ACTIONS(1651), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320756,76 +261807,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145198] = 7, - ACTIONS(3), 1, + [159770] = 14, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3065), 1, + ACTIONS(963), 1, + anon_sym_LF, + ACTIONS(5996), 1, + anon_sym_bit_DASHand, + ACTIONS(5998), 1, + anon_sym_bit_DASHxor, + ACTIONS(6034), 1, + anon_sym_bit_DASHor, + STATE(3031), 1, sym_comment, - STATE(3085), 1, - sym_path, - STATE(3387), 1, - sym_cell_path, - ACTIONS(1455), 8, - anon_sym_DOLLAR, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5982), 2, anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1457), 22, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [145248] = 7, + ACTIONS(5986), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5980), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [159834] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3066), 1, + ACTIONS(6036), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6038), 1, + aux_sym__immediate_decimal_token2, + STATE(3032), 1, sym_comment, - STATE(3085), 1, - sym_path, - STATE(3362), 1, - sym_cell_path, - ACTIONS(1474), 8, - anon_sym_DOLLAR, + ACTIONS(647), 9, anon_sym_DASH, anon_sym_DOT, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1476), 22, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token7, + ACTIONS(649), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -320836,28 +261894,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [145298] = 5, + [159882] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, - anon_sym_LF, - ACTIONS(1276), 1, - anon_sym_COLON, - STATE(3067), 1, + ACTIONS(6040), 1, + aux_sym_unquoted_token5, + STATE(3033), 1, sym_comment, - ACTIONS(213), 31, + ACTIONS(937), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(935), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -320883,14 +261940,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145344] = 4, + [159928] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1665), 1, + ACTIONS(1079), 1, anon_sym_LF, - STATE(3068), 1, + STATE(3034), 1, sym_comment, - ACTIONS(1663), 32, + ACTIONS(1077), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -320923,24 +261980,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145388] = 7, + [159972] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1542), 1, - anon_sym_DASH, - ACTIONS(6054), 1, - anon_sym_DOT2, - STATE(3069), 1, + ACTIONS(959), 1, + anon_sym_LF, + STATE(3035), 1, sym_comment, - ACTIONS(1536), 2, + ACTIONS(957), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1538), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1540), 27, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -320966,66 +262020,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145438] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3157), 1, - anon_sym_LF, - ACTIONS(6056), 1, - sym__long_flag_identifier, - STATE(3070), 1, - sym_comment, - ACTIONS(3153), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [145484] = 4, + [160016] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3071), 1, + STATE(3036), 1, sym_comment, - ACTIONS(1511), 2, + ACTIONS(847), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1509), 31, + ACTIONS(845), 30, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_not, anon_sym_null, @@ -321047,22 +262060,21 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [145528] = 5, + [160060] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6058), 1, - aux_sym_unquoted_token5, - STATE(3072), 1, - sym_comment, - ACTIONS(1547), 2, - ts_builtin_sym_end, + ACTIONS(1095), 1, anon_sym_LF, - ACTIONS(1545), 30, + STATE(3037), 1, + sym_comment, + ACTIONS(1093), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -321088,65 +262100,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145574] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6060), 1, - anon_sym_DOT2, - STATE(3292), 1, - sym_path, - STATE(3073), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1389), 22, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [145622] = 6, + [160104] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5470), 1, - anon_sym_DOT2, - STATE(3074), 1, + ACTIONS(955), 1, + anon_sym_LF, + STATE(3038), 1, sym_comment, - ACTIONS(1536), 2, + ACTIONS(953), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1538), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1540), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -321172,36 +262140,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145670] = 8, + [160148] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3075), 1, + STATE(3039), 1, sym_comment, - STATE(3085), 1, - sym_path, - STATE(3362), 1, - sym_cell_path, - ACTIONS(1476), 3, - anon_sym_SEMI, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6066), 8, + ACTIONS(684), 10, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6063), 19, + aux_sym__unquoted_in_list_token7, + ACTIONS(686), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -321212,199 +262173,214 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [145722] = 17, - ACTIONS(105), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [160192] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6071), 1, - anon_sym_LF, - ACTIONS(6087), 1, - anon_sym_bit_DASHand, - ACTIONS(6089), 1, - anon_sym_bit_DASHxor, - ACTIONS(6091), 1, - anon_sym_bit_DASHor, - ACTIONS(6093), 1, - anon_sym_and, - ACTIONS(6095), 1, - anon_sym_xor, - ACTIONS(6097), 1, - anon_sym_or, - STATE(3076), 1, + ACTIONS(6042), 1, + anon_sym_DOT2, + STATE(3246), 1, + sym_path, + STATE(3040), 2, sym_comment, - ACTIONS(6075), 2, + aux_sym_cell_path_repeat1, + ACTIONS(760), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6081), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6083), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6085), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6069), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(6077), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6079), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6073), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [145792] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3077), 1, - sym_comment, - ACTIONS(1526), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 31, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(762), 22, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [145836] = 4, + [160240] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3078), 1, - sym_comment, - ACTIONS(1522), 2, + ACTIONS(951), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1520), 31, + STATE(3041), 1, + sym_comment, + ACTIONS(949), 32, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [145880] = 4, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [160284] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(5550), 1, anon_sym_LF, - STATE(3079), 1, + ACTIONS(5566), 1, + anon_sym_bit_DASHand, + ACTIONS(5568), 1, + anon_sym_bit_DASHxor, + ACTIONS(5570), 1, + anon_sym_bit_DASHor, + ACTIONS(5572), 1, + anon_sym_and, + ACTIONS(5574), 1, + anon_sym_xor, + ACTIONS(5576), 1, + anon_sym_or, + STATE(3042), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(5554), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5560), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5562), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5564), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5548), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, + ACTIONS(5556), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5558), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(5552), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [160354] = 15, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(963), 1, + anon_sym_LF, + ACTIONS(5996), 1, anon_sym_bit_DASHand, + ACTIONS(5998), 1, anon_sym_bit_DASHxor, + ACTIONS(6034), 1, anon_sym_bit_DASHor, + ACTIONS(6045), 1, anon_sym_and, + STATE(3043), 1, + sym_comment, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5982), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5986), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_xor, anon_sym_or, - [145924] = 5, + ACTIONS(5980), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [160420] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6054), 1, - anon_sym_DOT2, - STATE(3080), 1, - sym_comment, - ACTIONS(215), 2, - ts_builtin_sym_end, + ACTIONS(959), 1, anon_sym_LF, - ACTIONS(213), 30, + STATE(3044), 1, + sym_comment, + ACTIONS(957), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -321430,21 +262406,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145970] = 4, + [160464] = 16, ACTIONS(105), 1, anon_sym_POUND, - STATE(3081), 1, + ACTIONS(963), 1, + anon_sym_LF, + ACTIONS(5996), 1, + anon_sym_bit_DASHand, + ACTIONS(5998), 1, + anon_sym_bit_DASHxor, + ACTIONS(6034), 1, + anon_sym_bit_DASHor, + ACTIONS(6045), 1, + anon_sym_and, + ACTIONS(6047), 1, + anon_sym_xor, + STATE(3045), 1, sym_comment, - ACTIONS(1534), 3, - ts_builtin_sym_end, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5982), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5986), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(961), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_or, + ACTIONS(5980), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [160532] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1083), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1532), 30, + STATE(3046), 1, + sym_comment, + ACTIONS(1081), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -321470,14 +262498,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146014] = 4, + [160576] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(959), 1, anon_sym_LF, - STATE(3082), 1, + STATE(3047), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -321510,44 +262538,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146058] = 10, + [160620] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - STATE(3083), 1, + STATE(3048), 1, sym_comment, - ACTIONS(6044), 2, + ACTIONS(916), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(914), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6048), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6046), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6099), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 12, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -321556,21 +262578,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146114] = 4, + [160664] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, - anon_sym_LF, - STATE(3084), 1, + STATE(3049), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(943), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(941), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -321596,18 +262618,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146158] = 7, + [160708] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, + ACTIONS(5958), 1, anon_sym_DOT2, - STATE(3085), 1, - sym_comment, - STATE(3116), 1, - aux_sym_cell_path_repeat1, - STATE(3292), 1, + STATE(3024), 1, sym_path, - ACTIONS(1394), 8, + STATE(3050), 1, + sym_comment, + STATE(3295), 1, + sym_cell_path, + ACTIONS(815), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -321616,7 +262638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1396), 22, + ACTIONS(817), 22, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, @@ -321639,22 +262661,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [146208] = 6, + [160758] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1553), 1, + ACTIONS(993), 1, anon_sym_LF, - STATE(3086), 1, + STATE(3051), 1, sym_comment, - ACTIONS(6048), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 26, + ACTIONS(991), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -321662,6 +262676,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -321681,101 +262701,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146256] = 4, + [160802] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(3087), 1, - sym_comment, - ACTIONS(1439), 3, - ts_builtin_sym_end, - anon_sym_LF, + ACTIONS(5994), 1, anon_sym_DOT2, - ACTIONS(1437), 30, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [146300] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3088), 1, + STATE(3052), 1, sym_comment, - ACTIONS(1443), 3, + ACTIONS(870), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1441), 30, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [146344] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1643), 1, - anon_sym_LF, - STATE(3089), 1, - sym_comment, - ACTIONS(1641), 32, + ACTIONS(868), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -321801,14 +262742,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146388] = 4, + [160848] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(1043), 1, anon_sym_LF, - STATE(3090), 1, + STATE(3053), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(1041), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -321841,17 +262782,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146432] = 5, + [160892] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1553), 1, + ACTIONS(1033), 1, anon_sym_LF, - STATE(3091), 1, + STATE(3054), 1, sym_comment, - ACTIONS(6048), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 30, + ACTIONS(1031), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -321860,6 +262798,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, @@ -321882,14 +262822,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146478] = 4, + [160936] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(963), 1, anon_sym_LF, - STATE(3092), 1, + ACTIONS(5996), 1, + anon_sym_bit_DASHand, + ACTIONS(5998), 1, + anon_sym_bit_DASHxor, + ACTIONS(6034), 1, + anon_sym_bit_DASHor, + ACTIONS(6045), 1, + anon_sym_and, + ACTIONS(6047), 1, + anon_sym_xor, + ACTIONS(6049), 1, + anon_sym_or, + STATE(3055), 1, + sym_comment, + ACTIONS(5956), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5982), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5986), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5992), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(961), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5984), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5988), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5980), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [161006] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(959), 1, + anon_sym_LF, + STATE(3056), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(957), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -321922,14 +262915,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146522] = 4, + [161050] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(1025), 1, anon_sym_LF, - STATE(3093), 1, + STATE(3057), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(1023), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -321962,23 +262955,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146566] = 6, + [161094] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1538), 1, + ACTIONS(1091), 1, anon_sym_LF, - ACTIONS(1542), 1, - anon_sym_DASH, - STATE(3094), 1, + STATE(3058), 1, sym_comment, - ACTIONS(1536), 4, + ACTIONS(1089), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1540), 27, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -322004,84 +262995,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146614] = 11, - ACTIONS(105), 1, + [161138] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - STATE(3095), 1, + STATE(3059), 1, sym_comment, - ACTIONS(6044), 2, + ACTIONS(647), 10, + anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(649), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, - ACTIONS(6048), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6099), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [146672] = 8, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [161182] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, + ACTIONS(5958), 1, anon_sym_DOT2, - STATE(2425), 1, + STATE(3024), 1, sym_path, - STATE(3096), 1, + STATE(3060), 1, sym_comment, - STATE(3215), 1, + STATE(3361), 1, sym_cell_path, - ACTIONS(4179), 2, + ACTIONS(852), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(854), 22, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(1431), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1433), 23, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [161232] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5451), 1, + aux_sym_unquoted_token3, + STATE(3061), 1, + sym_comment, + ACTIONS(699), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(697), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -322095,14 +263119,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146724] = 4, + [161278] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(1021), 1, anon_sym_LF, - STATE(3097), 1, + STATE(3062), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(1019), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -322135,62 +263159,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146768] = 12, + [161322] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1553), 1, + ACTIONS(1017), 1, anon_sym_LF, - ACTIONS(6105), 1, - anon_sym_bit_DASHand, - STATE(3098), 1, + STATE(3063), 1, sym_comment, - ACTIONS(6044), 2, + ACTIONS(1015), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6048), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6046), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6099), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [146828] = 4, + [161366] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(1011), 1, anon_sym_LF, - STATE(3099), 1, + STATE(3064), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(1009), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -322223,36 +263239,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146872] = 7, - ACTIONS(3), 1, + [161410] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6107), 1, - anon_sym_DOT2, - ACTIONS(6109), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6111), 1, - aux_sym_unquoted_token2, - STATE(3100), 1, + ACTIONS(1005), 1, + anon_sym_LF, + STATE(3065), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(1003), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1447), 25, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -322266,22 +263279,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146922] = 5, + [161454] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1538), 1, + ACTIONS(1001), 1, anon_sym_LF, - STATE(3101), 1, + STATE(3066), 1, sym_comment, - ACTIONS(1536), 4, + ACTIONS(999), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1540), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -322307,14 +263319,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146968] = 4, + [161498] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3067), 1, + sym_comment, + ACTIONS(655), 10, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [161542] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1669), 1, + ACTIONS(997), 1, anon_sym_LF, - STATE(3102), 1, + STATE(3068), 1, sym_comment, - ACTIONS(1667), 32, + ACTIONS(995), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -322347,70 +263399,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147012] = 13, - ACTIONS(105), 1, + [161586] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - ACTIONS(6105), 1, - anon_sym_bit_DASHand, - ACTIONS(6113), 1, - anon_sym_bit_DASHxor, - STATE(3103), 1, + ACTIONS(5920), 1, + anon_sym_DOT2, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(3069), 1, sym_comment, - ACTIONS(6044), 2, - anon_sym_DASH, + ACTIONS(737), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6048), 2, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 25, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6099), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 8, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [147074] = 4, + sym_duration_unit, + [161634] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, - anon_sym_LF, - STATE(3104), 1, + STATE(3070), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(920), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(918), 31, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [161678] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5208), 1, + anon_sym_DOT2, + STATE(3071), 1, + sym_comment, + ACTIONS(870), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(868), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -322436,14 +263522,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147118] = 4, + [161724] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1547), 1, + ACTIONS(993), 1, anon_sym_LF, - STATE(3105), 1, + STATE(3072), 1, sym_comment, - ACTIONS(1545), 32, + ACTIONS(991), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -322476,64 +263562,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147162] = 14, + [161768] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1553), 1, + ACTIONS(870), 1, anon_sym_LF, - ACTIONS(6105), 1, - anon_sym_bit_DASHand, - ACTIONS(6113), 1, - anon_sym_bit_DASHxor, - ACTIONS(6115), 1, - anon_sym_bit_DASHor, - STATE(3106), 1, + STATE(3073), 1, sym_comment, - ACTIONS(6044), 2, + ACTIONS(868), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6048), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6046), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6099), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [147226] = 4, + [161812] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(977), 1, anon_sym_LF, - STATE(3107), 1, + STATE(3074), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(975), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -322566,65 +263642,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147270] = 15, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - ACTIONS(6105), 1, - anon_sym_bit_DASHand, - ACTIONS(6113), 1, - anon_sym_bit_DASHxor, - ACTIONS(6115), 1, - anon_sym_bit_DASHor, - ACTIONS(6117), 1, - anon_sym_and, - STATE(3108), 1, - sym_comment, - ACTIONS(6044), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6048), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1551), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_xor, - anon_sym_or, - ACTIONS(6099), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [147336] = 4, + [161856] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, + ACTIONS(971), 1, anon_sym_LF, - STATE(3109), 1, + STATE(3075), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(969), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -322657,66 +263682,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147380] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6119), 1, - anon_sym_QMARK2, - STATE(3110), 1, - sym_comment, - ACTIONS(1421), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1419), 29, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [147426] = 5, + [161900] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6119), 1, - anon_sym_QMARK2, - STATE(3111), 1, + STATE(3076), 1, sym_comment, - ACTIONS(1421), 3, - ts_builtin_sym_end, + ACTIONS(916), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1419), 29, + ACTIONS(914), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_not, @@ -322739,126 +263722,76 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [147472] = 16, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - ACTIONS(6105), 1, - anon_sym_bit_DASHand, - ACTIONS(6113), 1, - anon_sym_bit_DASHxor, - ACTIONS(6115), 1, - anon_sym_bit_DASHor, - ACTIONS(6117), 1, - anon_sym_and, - ACTIONS(6121), 1, - anon_sym_xor, - STATE(3112), 1, - sym_comment, - ACTIONS(6044), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6048), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1551), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_or, - ACTIONS(6099), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [147540] = 17, + [161944] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1075), 1, + ACTIONS(6053), 1, anon_sym_LF, - ACTIONS(1095), 1, + ACTIONS(6069), 1, anon_sym_bit_DASHand, - ACTIONS(1097), 1, + ACTIONS(6071), 1, anon_sym_bit_DASHxor, - ACTIONS(1099), 1, + ACTIONS(6073), 1, anon_sym_bit_DASHor, - ACTIONS(1101), 1, + ACTIONS(6075), 1, anon_sym_and, - ACTIONS(1103), 1, + ACTIONS(6077), 1, anon_sym_xor, - ACTIONS(1105), 1, + ACTIONS(6079), 1, anon_sym_or, - STATE(3113), 1, + STATE(3077), 1, sym_comment, - ACTIONS(1079), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1089), 2, + ACTIONS(6063), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1091), 2, + ACTIONS(6065), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1093), 2, + ACTIONS(6067), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1073), 4, + ACTIONS(6051), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(1081), 4, + ACTIONS(6059), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1085), 4, + ACTIONS(6061), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1077), 6, + ACTIONS(6055), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [147610] = 4, + [162014] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1597), 1, + ACTIONS(924), 1, anon_sym_LF, - STATE(3114), 1, + ACTIONS(928), 1, + anon_sym_DASH, + STATE(3078), 1, sym_comment, - ACTIONS(1595), 32, + ACTIONS(922), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(926), 27, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -322884,58 +263817,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147654] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3115), 1, - sym_comment, - ACTIONS(3179), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3177), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_else, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_catch, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [147698] = 7, + [162062] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, + ACTIONS(5958), 1, anon_sym_DOT2, - STATE(3073), 1, - aux_sym_cell_path_repeat1, - STATE(3116), 1, - sym_comment, - STATE(3292), 1, + STATE(3024), 1, sym_path, - ACTIONS(1407), 8, + STATE(3079), 1, + sym_comment, + STATE(3404), 1, + sym_cell_path, + ACTIONS(715), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -322944,8 +263837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1409), 22, - anon_sym_SEMI, + ACTIONS(717), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322967,194 +263859,60 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [147748] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1581), 1, - anon_sym_LF, - STATE(3117), 1, - sym_comment, - ACTIONS(1579), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [147792] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3118), 1, - sym_comment, - ACTIONS(1515), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1513), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [147836] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3119), 1, - sym_comment, - ACTIONS(1511), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1509), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [147880] = 17, - ACTIONS(105), 1, + [162111] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - ACTIONS(6105), 1, - anon_sym_bit_DASHand, - ACTIONS(6113), 1, - anon_sym_bit_DASHxor, - ACTIONS(6115), 1, - anon_sym_bit_DASHor, - ACTIONS(6117), 1, - anon_sym_and, - ACTIONS(6121), 1, - anon_sym_xor, - ACTIONS(6123), 1, - anon_sym_or, - STATE(3120), 1, + ACTIONS(6038), 1, + aux_sym__immediate_decimal_token2, + STATE(3080), 1, sym_comment, - ACTIONS(6044), 2, + ACTIONS(647), 9, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6048), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6103), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1551), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6101), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6099), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [147950] = 4, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(649), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [162156] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1581), 1, - anon_sym_LF, - STATE(3121), 1, + STATE(3081), 1, sym_comment, - ACTIONS(1579), 32, + ACTIONS(959), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(957), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -323180,33 +263938,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147994] = 4, - ACTIONS(105), 1, + [162199] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1447), 1, - anon_sym_LF, - STATE(3122), 1, + STATE(3082), 1, sym_comment, - ACTIONS(1445), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(957), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -323220,192 +263977,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148038] = 17, - ACTIONS(105), 1, + [162242] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5791), 1, - anon_sym_LF, - ACTIONS(5807), 1, - anon_sym_bit_DASHand, - ACTIONS(5809), 1, - anon_sym_bit_DASHxor, - ACTIONS(5811), 1, - anon_sym_bit_DASHor, - ACTIONS(5813), 1, - anon_sym_and, - ACTIONS(5815), 1, - anon_sym_xor, - ACTIONS(5817), 1, - anon_sym_or, - STATE(3123), 1, + STATE(3083), 1, sym_comment, - ACTIONS(5795), 2, - anon_sym_DASH, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(5801), 2, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5803), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5805), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5789), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5797), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5799), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5793), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [148108] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5821), 1, - anon_sym_LF, - ACTIONS(5837), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(5839), 1, anon_sym_bit_DASHxor, - ACTIONS(5841), 1, anon_sym_bit_DASHor, - ACTIONS(5843), 1, anon_sym_and, - ACTIONS(5845), 1, anon_sym_xor, - ACTIONS(5847), 1, anon_sym_or, - STATE(3124), 1, + [162285] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3084), 1, sym_comment, - ACTIONS(5825), 2, - anon_sym_DASH, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(5831), 2, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5833), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5835), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5819), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5827), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5829), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5823), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [148178] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6127), 1, - anon_sym_LF, - ACTIONS(6143), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(6145), 1, anon_sym_bit_DASHxor, - ACTIONS(6147), 1, anon_sym_bit_DASHor, - ACTIONS(6149), 1, anon_sym_and, - ACTIONS(6151), 1, anon_sym_xor, - ACTIONS(6153), 1, anon_sym_or, - STATE(3125), 1, + [162328] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3085), 1, sym_comment, - ACTIONS(6131), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6137), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6139), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6141), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6125), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(6133), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6135), 4, + ACTIONS(957), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6129), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_PLUS, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [148248] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1623), 1, - anon_sym_LF, - STATE(3126), 1, - sym_comment, - ACTIONS(1540), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(959), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -323419,34 +264094,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148292] = 5, - ACTIONS(105), 1, + [162371] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5636), 1, - aux_sym_unquoted_token3, - STATE(3127), 1, + STATE(3086), 1, sym_comment, - ACTIONS(1377), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1375), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(957), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -323460,40 +264133,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148338] = 9, - ACTIONS(105), 1, + [162414] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LF, - STATE(3128), 1, + STATE(3087), 1, sym_comment, - ACTIONS(6044), 2, - anon_sym_DASH, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6048), 2, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6050), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6046), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6099), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 16, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_in, - anon_sym_RBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -323505,18 +264172,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148392] = 4, + [162457] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3129), 1, + STATE(3088), 1, sym_comment, - ACTIONS(213), 5, + ACTIONS(957), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(215), 27, + ACTIONS(959), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -323544,15 +264211,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148435] = 4, + [162500] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3130), 1, + STATE(3089), 1, sym_comment, - ACTIONS(1605), 2, + ACTIONS(1011), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1603), 30, + ACTIONS(1009), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -323583,18 +264250,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148478] = 7, + [162543] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2782), 1, + anon_sym_LF, + STATE(3090), 1, + sym_comment, + ACTIONS(2780), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [162586] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, + ACTIONS(5958), 1, anon_sym_DOT2, - STATE(3085), 1, + STATE(3024), 1, sym_path, - STATE(3131), 1, + STATE(3091), 1, sym_comment, - STATE(3470), 1, + STATE(3435), 1, sym_cell_path, - ACTIONS(1467), 8, + ACTIONS(789), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -323603,7 +264309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1469), 21, + ACTIONS(791), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323625,32 +264331,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [148527] = 4, - ACTIONS(3), 1, + [162635] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3132), 1, + STATE(3092), 1, sym_comment, - ACTIONS(1663), 5, + ACTIONS(1083), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1081), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1665), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -323664,87 +264370,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148570] = 17, - ACTIONS(105), 1, + [162678] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6169), 1, - anon_sym_bit_DASHand, - ACTIONS(6171), 1, - anon_sym_bit_DASHxor, - ACTIONS(6173), 1, - anon_sym_bit_DASHor, - ACTIONS(6175), 1, - anon_sym_and, - ACTIONS(6177), 1, - anon_sym_xor, - ACTIONS(6179), 1, - anon_sym_or, - STATE(3133), 1, + ACTIONS(6081), 1, + anon_sym_DOT2, + ACTIONS(6083), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6085), 1, + aux_sym_unquoted_token2, + STATE(3093), 1, sym_comment, - ACTIONS(6125), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(6127), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6157), 2, - anon_sym_DASH, + ACTIONS(797), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6163), 2, + anon_sym_LT2, + ACTIONS(799), 24, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6165), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6167), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6159), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6161), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6155), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [148639] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [162727] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6181), 1, + STATE(3094), 1, + sym_comment, + ACTIONS(845), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(847), 24, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_DOT2, - ACTIONS(6183), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6185), 1, - aux_sym_unquoted_token2, - STATE(3134), 1, + anon_sym_QMARK2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [162770] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3095), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(1005), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1003), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1447), 24, anon_sym_DASH, anon_sym_in, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -323758,112 +264490,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148688] = 17, + [162813] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6201), 1, + ACTIONS(6101), 1, anon_sym_bit_DASHand, - ACTIONS(6203), 1, + ACTIONS(6103), 1, anon_sym_bit_DASHxor, - ACTIONS(6205), 1, + ACTIONS(6105), 1, anon_sym_bit_DASHor, - ACTIONS(6207), 1, + ACTIONS(6107), 1, anon_sym_and, - ACTIONS(6209), 1, + ACTIONS(6109), 1, anon_sym_xor, - ACTIONS(6211), 1, + ACTIONS(6111), 1, anon_sym_or, - STATE(3135), 1, + STATE(3096), 1, sym_comment, - ACTIONS(6069), 2, + ACTIONS(6004), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(6071), 2, + ACTIONS(6006), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6189), 2, + ACTIONS(6089), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6195), 2, + ACTIONS(6095), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6197), 2, + ACTIONS(6097), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6199), 2, + ACTIONS(6099), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6191), 4, + ACTIONS(6091), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6193), 4, + ACTIONS(6093), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6187), 6, + ACTIONS(6087), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [148757] = 4, + [162882] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3136), 1, + STATE(3097), 1, sym_comment, - ACTIONS(1522), 3, + ACTIONS(1079), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1520), 29, + ACTIONS(1077), 30, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [162925] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6113), 1, + aux_sym__immediate_decimal_token2, + STATE(3098), 1, + sym_comment, + ACTIONS(2326), 8, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2328), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [148800] = 8, + [162970] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(6129), 1, + anon_sym_bit_DASHand, + STATE(3099), 1, + sym_comment, + ACTIONS(963), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6123), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6127), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6121), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 7, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163029] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, + ACTIONS(5958), 1, anon_sym_DOT2, - STATE(3085), 1, + STATE(3024), 1, sym_path, - STATE(3137), 1, + STATE(3100), 1, sym_comment, - STATE(3486), 1, + STATE(3434), 1, sym_cell_path, - ACTIONS(1433), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6216), 8, + ACTIONS(837), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -323872,7 +264688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6213), 19, + ACTIONS(839), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323892,70 +264708,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [148851] = 17, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [163078] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6233), 1, - anon_sym_bit_DASHand, - ACTIONS(6235), 1, - anon_sym_bit_DASHxor, - ACTIONS(6237), 1, - anon_sym_bit_DASHor, - ACTIONS(6239), 1, - anon_sym_and, - ACTIONS(6241), 1, - anon_sym_xor, - ACTIONS(6243), 1, - anon_sym_or, - STATE(3138), 1, + STATE(3101), 1, sym_comment, - ACTIONS(1551), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1553), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6221), 2, + ACTIONS(957), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6227), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6231), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6223), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6225), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [148920] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163121] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3139), 1, + STATE(3102), 1, sym_comment, - ACTIONS(1599), 5, + ACTIONS(957), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1601), 27, + ACTIONS(959), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -323983,18 +264788,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148963] = 4, + [163164] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3140), 1, + STATE(3103), 1, sym_comment, - ACTIONS(1603), 5, + ACTIONS(957), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1605), 27, + ACTIONS(959), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -324022,14 +264827,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149006] = 5, + [163207] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6245), 1, - anon_sym_QMARK2, - STATE(3141), 1, + ACTIONS(6131), 1, + anon_sym_DOT2, + STATE(3104), 1, sym_comment, - ACTIONS(1419), 8, + STATE(3188), 1, + sym_path, + STATE(3363), 1, + sym_cell_path, + ACTIONS(715), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -324038,14 +264847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1421), 23, - anon_sym_SEMI, + ACTIONS(717), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -324062,96 +264869,132 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149051] = 5, - ACTIONS(3), 1, + [163256] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6245), 1, - anon_sym_QMARK2, - STATE(3142), 1, + ACTIONS(955), 1, + anon_sym_LF, + STATE(3105), 1, sym_comment, - ACTIONS(1419), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1421), 23, + ACTIONS(953), 31, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT2, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149096] = 6, - ACTIONS(3), 1, + [163299] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3073), 1, - aux_sym_cell_path_repeat1, - STATE(3143), 1, + STATE(3106), 1, sym_comment, - STATE(3292), 1, - sym_path, - ACTIONS(1407), 8, - anon_sym_DOLLAR, + ACTIONS(1071), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1069), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1409), 22, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163342] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(6136), 1, + anon_sym_LF, + STATE(3107), 1, + sym_comment, + ACTIONS(6134), 31, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT2, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149143] = 4, + [163385] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3144), 1, + STATE(3108), 1, sym_comment, - ACTIONS(1693), 2, + ACTIONS(989), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1691), 30, + ACTIONS(987), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -324182,15 +265025,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149186] = 4, + [163428] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3145), 1, + STATE(3109), 1, sym_comment, - ACTIONS(1681), 2, + ACTIONS(1075), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1679), 30, + ACTIONS(1073), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -324221,62 +265064,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149229] = 4, + [163471] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6249), 1, - anon_sym_LF, - STATE(3146), 1, + STATE(3110), 1, sym_comment, - ACTIONS(6247), 31, + ACTIONS(1057), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1055), 30, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163514] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3111), 1, + sym_comment, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, anon_sym_DASH, + anon_sym_in, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [149272] = 4, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163557] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3147), 1, - sym_comment, - ACTIONS(1526), 3, - ts_builtin_sym_end, + ACTIONS(3974), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1524), 29, + STATE(3112), 1, + sym_comment, + ACTIONS(3977), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_not, @@ -324299,14 +265181,53 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149315] = 4, + [163600] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3113), 1, + sym_comment, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163643] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6253), 1, + ACTIONS(6140), 1, anon_sym_LF, - STATE(3148), 1, + STATE(3114), 1, sym_comment, - ACTIONS(6251), 31, + ACTIONS(6138), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -324338,54 +265259,232 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149358] = 4, + [163686] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3115), 1, + sym_comment, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163729] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3116), 1, + sym_comment, + ACTIONS(957), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(959), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163772] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3117), 1, + sym_comment, + ACTIONS(926), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1007), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163815] = 16, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3273), 1, - anon_sym_LF, - STATE(3149), 1, + ACTIONS(6129), 1, + anon_sym_bit_DASHand, + ACTIONS(6142), 1, + anon_sym_bit_DASHxor, + ACTIONS(6144), 1, + anon_sym_bit_DASHor, + ACTIONS(6146), 1, + anon_sym_and, + ACTIONS(6148), 1, + anon_sym_xor, + STATE(3118), 1, sym_comment, - ACTIONS(3271), 31, + ACTIONS(963), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6123), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6127), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(961), 3, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_or, + ACTIONS(6119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6121), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [163882] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(6129), 1, + anon_sym_bit_DASHand, + ACTIONS(6142), 1, + anon_sym_bit_DASHxor, + ACTIONS(6144), 1, + anon_sym_bit_DASHor, + STATE(3119), 1, + sym_comment, + ACTIONS(963), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6117), 2, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [149401] = 4, + ACTIONS(6123), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6127), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6121), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 5, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(6115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [163945] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3150), 1, + STATE(3120), 1, sym_comment, - ACTIONS(1589), 2, + ACTIONS(1001), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1587), 30, + ACTIONS(999), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -324416,35 +265515,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149444] = 7, - ACTIONS(3), 1, + [163988] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6255), 1, - anon_sym_DOT2, - ACTIONS(6257), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6259), 1, - aux_sym_unquoted_token2, - STATE(3151), 1, + STATE(3121), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(937), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(935), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1447), 24, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -324458,32 +265554,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149493] = 4, - ACTIONS(105), 1, + [164031] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3152), 1, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(3122), 1, sym_comment, - ACTIONS(1697), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1695), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(737), 6, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 25, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -324497,52 +265593,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149536] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6261), 1, - sym__long_flag_identifier, - STATE(3153), 1, - sym_comment, - ACTIONS(3157), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3153), 29, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [149581] = 4, + sym_duration_unit, + [164076] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3154), 1, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(3024), 1, + sym_path, + STATE(3123), 1, sym_comment, - ACTIONS(1437), 8, + STATE(3396), 1, + sym_cell_path, + ACTIONS(826), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -324551,15 +265614,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1439), 24, - anon_sym_SEMI, + ACTIONS(828), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -324576,23 +265636,23 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149624] = 4, + [164125] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4676), 1, - anon_sym_LF, - STATE(3155), 1, + STATE(3124), 1, sym_comment, - ACTIONS(4679), 31, + ACTIONS(916), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(914), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_not, @@ -324615,189 +265675,122 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149667] = 4, - ACTIONS(3), 1, + [164168] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3156), 1, + ACTIONS(6150), 1, + sym__long_flag_identifier, + STATE(3125), 1, sym_comment, - ACTIONS(1441), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1443), 24, + ACTIONS(2420), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2416), 29, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT2, - anon_sym_QMARK2, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149710] = 4, - ACTIONS(3), 1, + [164213] = 15, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3157), 1, + ACTIONS(6129), 1, + anon_sym_bit_DASHand, + ACTIONS(6142), 1, + anon_sym_bit_DASHxor, + ACTIONS(6144), 1, + anon_sym_bit_DASHor, + ACTIONS(6146), 1, + anon_sym_and, + STATE(3126), 1, sym_comment, - ACTIONS(1647), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1649), 27, - anon_sym_COMMA, + ACTIONS(963), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6117), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(6125), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(6127), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, + ACTIONS(961), 4, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_xor, anon_sym_or, - [149753] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3158), 1, - sym_comment, - ACTIONS(1587), 5, - anon_sym_GT, + ACTIONS(6119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6121), 4, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1589), 27, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(6115), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [149796] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6263), 1, - aux_sym__immediate_decimal_token2, - STATE(3159), 1, - sym_comment, - ACTIONS(2832), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 23, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [149841] = 4, - ACTIONS(3), 1, + [164278] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3160), 1, + STATE(3127), 1, sym_comment, - ACTIONS(1637), 5, + ACTIONS(959), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(957), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1639), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -324811,24 +265804,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149884] = 4, + [164321] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3161), 1, + ACTIONS(6152), 1, + anon_sym_DOT2, + STATE(3128), 1, sym_comment, - ACTIONS(1679), 5, + ACTIONS(737), 6, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1681), 27, - anon_sym_COMMA, + sym_filesize_unit, + ACTIONS(739), 25, anon_sym_DASH, anon_sym_in, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -324850,57 +265843,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149927] = 7, - ACTIONS(3), 1, + sym_duration_unit, + [164366] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3143), 1, - aux_sym_cell_path_repeat1, - STATE(3162), 1, + ACTIONS(887), 1, + anon_sym_LF, + STATE(3129), 1, sym_comment, - STATE(3292), 1, - sym_path, - ACTIONS(1394), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1396), 21, + ACTIONS(885), 31, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149976] = 4, + [164409] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3163), 1, + STATE(3130), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(997), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1629), 30, + ACTIONS(995), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -324931,55 +265922,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150019] = 4, + [164452] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3164), 1, + STATE(3131), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(862), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + anon_sym_DOT2, + ACTIONS(860), 29, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [150062] = 6, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [164495] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2655), 1, + anon_sym_LF, + STATE(3132), 1, + sym_comment, + ACTIONS(2653), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [164538] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6263), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6265), 1, - aux_sym__immediate_decimal_token1, - STATE(3165), 1, + ACTIONS(6154), 1, + anon_sym_DOT2, + STATE(3133), 1, sym_comment, - ACTIONS(2832), 8, + STATE(3188), 1, + sym_path, + STATE(3262), 1, + sym_cell_path, + ACTIONS(830), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -324988,13 +266020,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 22, + ACTIONS(832), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -325011,64 +266042,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [150109] = 14, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6233), 1, - anon_sym_bit_DASHand, - ACTIONS(6235), 1, - anon_sym_bit_DASHxor, - ACTIONS(6237), 1, - anon_sym_bit_DASHor, - STATE(3166), 1, - sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6227), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6231), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6223), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6225), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 5, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6219), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [150172] = 4, + [164587] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3167), 1, + STATE(3134), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(797), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325099,15 +266081,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150215] = 4, + [164630] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3168), 1, + STATE(3135), 1, sym_comment, - ACTIONS(1585), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1583), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325138,66 +266120,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150258] = 16, + [164673] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6233), 1, + ACTIONS(6129), 1, anon_sym_bit_DASHand, - ACTIONS(6235), 1, + ACTIONS(6142), 1, anon_sym_bit_DASHxor, - ACTIONS(6237), 1, - anon_sym_bit_DASHor, - ACTIONS(6239), 1, - anon_sym_and, - ACTIONS(6241), 1, - anon_sym_xor, - STATE(3169), 1, + STATE(3136), 1, sym_comment, - ACTIONS(1553), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6221), 2, + ACTIONS(6117), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6227), 2, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, + ACTIONS(6125), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6231), 2, + ACTIONS(6127), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1551), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_or, - ACTIONS(6223), 4, + ACTIONS(6119), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6225), 4, + ACTIONS(6121), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, + ACTIONS(961), 6, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(6115), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [150325] = 4, + [164734] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3170), 1, + STATE(3137), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(1021), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(1019), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325228,65 +266207,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150368] = 15, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6233), 1, - anon_sym_bit_DASHand, - ACTIONS(6235), 1, - anon_sym_bit_DASHxor, - ACTIONS(6237), 1, - anon_sym_bit_DASHor, - ACTIONS(6239), 1, - anon_sym_and, - STATE(3171), 1, - sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6227), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6231), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1551), 4, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_xor, - anon_sym_or, - ACTIONS(6223), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6225), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [150433] = 4, + [164777] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3172), 1, + STATE(3138), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325317,67 +266246,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150476] = 17, - ACTIONS(105), 1, + [164820] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5932), 1, - anon_sym_bit_DASHand, - ACTIONS(5934), 1, - anon_sym_bit_DASHxor, - ACTIONS(5936), 1, - anon_sym_bit_DASHor, - ACTIONS(5938), 1, - anon_sym_and, - ACTIONS(5940), 1, - anon_sym_xor, - ACTIONS(5942), 1, - anon_sym_or, - STATE(3173), 1, + ACTIONS(6157), 1, + aux_sym__immediate_decimal_token2, + STATE(3139), 1, sym_comment, - ACTIONS(5789), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5791), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5920), 2, + ACTIONS(2501), 8, + anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2503), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, - ACTIONS(5926), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5928), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5930), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5922), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5924), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5918), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [150545] = 4, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [164865] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3174), 1, + STATE(3140), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(1017), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(1015), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325408,18 +266325,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150588] = 4, + [164908] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3175), 1, + STATE(3141), 1, sym_comment, - ACTIONS(1687), 5, + ACTIONS(1035), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1689), 27, + ACTIONS(1037), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -325447,63 +266364,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150631] = 13, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6233), 1, - anon_sym_bit_DASHand, - ACTIONS(6235), 1, - anon_sym_bit_DASHxor, - STATE(3176), 1, - sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6227), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6231), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6223), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6225), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 6, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6219), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [150692] = 4, + [164951] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3177), 1, + STATE(3142), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325534,140 +266403,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150735] = 4, - ACTIONS(105), 1, + [164994] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3178), 1, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(3024), 1, + sym_path, + STATE(3143), 1, sym_comment, - ACTIONS(1643), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1641), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + STATE(3432), 1, + sym_cell_path, + ACTIONS(830), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(832), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [150778] = 4, - ACTIONS(105), 1, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [165043] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3234), 1, - anon_sym_LF, - STATE(3179), 1, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(3024), 1, + sym_path, + STATE(3144), 1, sym_comment, - ACTIONS(3232), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(3448), 1, + sym_cell_path, + ACTIONS(822), 8, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(824), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [165092] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6002), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6159), 1, + anon_sym_DOT2, + STATE(3145), 1, + sym_comment, + ACTIONS(655), 9, + anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [165139] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6162), 1, + anon_sym_DOT2, + ACTIONS(6165), 1, + aux_sym__immediate_decimal_token2, + STATE(3146), 1, + sym_comment, + ACTIONS(671), 9, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(673), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [150821] = 12, + [165186] = 11, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6233), 1, - anon_sym_bit_DASHand, - STATE(3180), 1, + STATE(3147), 1, sym_comment, - ACTIONS(1553), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6221), 2, + ACTIONS(6117), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6227), 2, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, + ACTIONS(6125), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6231), 2, + ACTIONS(6127), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6223), 4, + ACTIONS(6119), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6225), 4, + ACTIONS(6121), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, + ACTIONS(6115), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 7, + ACTIONS(961), 8, anon_sym_SEMI, anon_sym_PIPE, + anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [150880] = 4, + [165243] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3181), 1, + STATE(3148), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325698,61 +266654,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150923] = 11, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3182), 1, - sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6227), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6231), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6223), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6225), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1551), 8, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [150980] = 4, + [165286] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3183), 1, + STATE(3149), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(951), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(949), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -325783,193 +266693,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151023] = 4, - ACTIONS(3), 1, + [165329] = 17, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3184), 1, - sym_comment, - ACTIONS(1675), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1677), 27, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(6181), 1, anon_sym_bit_DASHand, + ACTIONS(6183), 1, anon_sym_bit_DASHxor, + ACTIONS(6185), 1, anon_sym_bit_DASHor, + ACTIONS(6187), 1, anon_sym_and, + ACTIONS(6189), 1, anon_sym_xor, + ACTIONS(6191), 1, anon_sym_or, - [151066] = 8, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3185), 1, + STATE(3150), 1, sym_comment, - ACTIONS(1553), 2, + ACTIONS(6051), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(6053), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6221), 2, + ACTIONS(6169), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6227), 2, + ACTIONS(6175), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, + ACTIONS(6177), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6225), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 20, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(6179), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6171), 4, anon_sym_in, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [151117] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3186), 1, - sym_comment, - ACTIONS(1581), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1579), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, + ACTIONS(6173), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(6167), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [151160] = 5, - ACTIONS(105), 1, + [165398] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3187), 1, + ACTIONS(6193), 1, + anon_sym_DOT2, + STATE(3151), 1, sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6227), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 28, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(868), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [151205] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3188), 1, - sym_comment, - ACTIONS(1581), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1579), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(870), 26, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -325983,31 +266785,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151248] = 6, + [165443] = 8, ACTIONS(105), 1, anon_sym_POUND, - STATE(3189), 1, + STATE(3152), 1, sym_comment, - ACTIONS(1553), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6227), 2, + ACTIONS(6117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6225), 4, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6121), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1551), 24, + ACTIONS(961), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -326022,56 +266826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, - anon_sym_xor, - anon_sym_or, - [151295] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1515), 1, - anon_sym_LF, - STATE(3190), 1, - sym_comment, - ACTIONS(1513), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [151338] = 4, + anon_sym_xor, + anon_sym_or, + [165494] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3191), 1, + STATE(3153), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -326102,74 +266867,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151381] = 7, + [165537] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6267), 1, - anon_sym_DOT2, - STATE(3162), 1, - sym_path, - STATE(3192), 1, + ACTIONS(6195), 1, + aux_sym__immediate_decimal_token2, + STATE(3154), 1, sym_comment, - STATE(3409), 1, - sym_cell_path, - ACTIONS(1400), 8, - anon_sym_DOLLAR, + ACTIONS(684), 9, anon_sym_DASH, anon_sym_DOT, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1402), 21, + aux_sym__unquoted_in_list_token7, + ACTIONS(686), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [151430] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3193), 1, - sym_comment, - STATE(3479), 1, - sym_cell_path, - ACTIONS(1400), 8, anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1402), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -326180,21 +266902,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [151479] = 4, + [165582] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3194), 1, + STATE(3155), 1, sym_comment, - ACTIONS(1661), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1659), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -326225,24 +266946,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151522] = 4, + [165625] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3195), 1, + ACTIONS(6193), 1, + anon_sym_DOT2, + STATE(3156), 1, sym_comment, - ACTIONS(1619), 5, + ACTIONS(924), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(926), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1621), 27, - anon_sym_COMMA, + ACTIONS(1007), 23, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -326264,32 +266987,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151565] = 4, - ACTIONS(105), 1, + [165672] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3196), 1, + ACTIONS(6197), 1, + anon_sym_DOT2, + STATE(3157), 1, sym_comment, - ACTIONS(1547), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1545), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(737), 6, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_filesize_unit, + ACTIONS(739), 25, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -326303,32 +267026,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151608] = 7, + sym_duration_unit, + [165717] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3197), 1, + ACTIONS(5972), 1, + aux_sym__unquoted_in_list_token7, + STATE(3158), 1, sym_comment, - STATE(3448), 1, - sym_cell_path, - ACTIONS(1478), 8, + ACTIONS(737), 8, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, + sym_filesize_unit, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1480), 21, + ACTIONS(739), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -326339,49 +267060,126 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [151657] = 10, - ACTIONS(105), 1, + [165762] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3198), 1, + STATE(3159), 1, sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, + ACTIONS(1059), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6227), 2, + anon_sym_LT2, + ACTIONS(1061), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6223), 4, - anon_sym_in, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6225), 4, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [165805] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6203), 1, + anon_sym_DOT2, + ACTIONS(6205), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6207), 1, + aux_sym__unquoted_in_list_token2, + STATE(3160), 1, + sym_comment, + ACTIONS(6201), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6199), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [165854] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3161), 1, + sym_comment, + ACTIONS(924), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + ACTIONS(926), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1007), 23, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 10, - anon_sym_SEMI, - anon_sym_PIPE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -326390,23 +267188,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151712] = 4, + [165899] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(3024), 1, + sym_path, + STATE(3162), 1, + sym_comment, + STATE(3469), 1, + sym_cell_path, + ACTIONS(824), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6212), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6209), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [165950] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(3199), 1, + STATE(3163), 1, sym_comment, - ACTIONS(1581), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1579), 30, + ACTIONS(6123), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 28, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, @@ -326429,32 +267271,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151755] = 4, - ACTIONS(3), 1, + [165995] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3200), 1, + STATE(3164), 1, sym_comment, - ACTIONS(1619), 5, + ACTIONS(959), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(957), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1621), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -326468,30 +267310,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151798] = 7, + [166038] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(3201), 1, + STATE(3165), 1, sym_comment, - ACTIONS(1553), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6227), 2, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6225), 4, + ACTIONS(6121), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1551), 22, + ACTIONS(961), 24, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -326510,32 +267351,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151847] = 4, - ACTIONS(105), 1, + [166085] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3202), 1, + STATE(3166), 1, sym_comment, - ACTIONS(1581), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1579), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1093), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1095), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -326549,32 +267390,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151890] = 4, - ACTIONS(105), 1, + [166128] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3203), 1, + STATE(3167), 1, sym_comment, - ACTIONS(1653), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1651), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(953), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(955), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -326588,32 +267429,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151933] = 4, - ACTIONS(105), 1, + [166171] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3204), 1, + STATE(3168), 1, sym_comment, - ACTIONS(1649), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1647), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(949), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(951), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -326627,21 +267468,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151976] = 6, + [166214] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1542), 1, - anon_sym_DASH, - STATE(3205), 1, + STATE(3169), 1, sym_comment, - ACTIONS(1536), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1538), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1540), 27, + ACTIONS(957), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_STAR_STAR, @@ -326668,57 +267507,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152023] = 4, - ACTIONS(105), 1, + [166257] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3206), 1, + STATE(3170), 1, sym_comment, - ACTIONS(1511), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1509), 29, + ACTIONS(856), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(858), 24, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152066] = 7, + [166300] = 10, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3171), 1, + sym_comment, + ACTIONS(963), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6123), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6121), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(961), 10, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [166355] = 17, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(6129), 1, + anon_sym_bit_DASHand, + ACTIONS(6142), 1, + anon_sym_bit_DASHxor, + ACTIONS(6144), 1, + anon_sym_bit_DASHor, + ACTIONS(6146), 1, + anon_sym_and, + ACTIONS(6148), 1, + anon_sym_xor, + ACTIONS(6215), 1, + anon_sym_or, + STATE(3172), 1, + sym_comment, + ACTIONS(961), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(963), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6117), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6123), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6127), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6119), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6121), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6115), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [166424] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6274), 1, - anon_sym_DOT2, - ACTIONS(6276), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6278), 1, - aux_sym__unquoted_in_list_token2, - STATE(3207), 1, + STATE(3040), 1, + aux_sym_cell_path_repeat1, + STATE(3173), 1, sym_comment, - ACTIONS(6272), 8, + STATE(3246), 1, + sym_path, + ACTIONS(733), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -326727,12 +267661,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6270), 21, + ACTIONS(735), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -326749,18 +267684,53 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152115] = 7, + [166471] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3174), 1, + sym_comment, + ACTIONS(1037), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1035), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [166514] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6276), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6278), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(6280), 1, - anon_sym_DOT2, - STATE(3208), 1, + ACTIONS(6217), 1, + anon_sym_QMARK2, + STATE(3175), 1, sym_comment, - ACTIONS(6272), 8, + ACTIONS(783), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -326769,12 +267739,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6270), 21, + ACTIONS(785), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -326791,54 +267763,55 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152164] = 4, - ACTIONS(105), 1, + [166559] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3230), 1, - anon_sym_LF, - STATE(3209), 1, + ACTIONS(6217), 1, + anon_sym_QMARK2, + STATE(3176), 1, sym_comment, - ACTIONS(3228), 31, + ACTIONS(783), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(785), 23, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152207] = 4, + [166604] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3210), 1, + STATE(3177), 1, sym_comment, - ACTIONS(1447), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1445), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -326869,39 +267842,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152250] = 9, - ACTIONS(105), 1, + [166647] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3211), 1, + STATE(3178), 1, sym_comment, - ACTIONS(1553), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6221), 2, - anon_sym_DASH, + ACTIONS(1045), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(6227), 2, + anon_sym_LT2, + ACTIONS(1047), 27, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6229), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6225), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6219), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1551), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -326913,32 +267881,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152303] = 4, + [166690] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3212), 1, - sym_comment, - ACTIONS(1623), 2, - ts_builtin_sym_end, + ACTIONS(2762), 1, anon_sym_LF, - ACTIONS(1540), 30, + STATE(3179), 1, + sym_comment, + ACTIONS(2760), 31, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [166733] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3180), 1, + sym_comment, + ACTIONS(1041), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1043), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -326952,27 +267959,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152346] = 4, + [166776] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(3213), 1, + STATE(3181), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1633), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(6117), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6121), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(961), 22, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_in, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -326991,58 +268001,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152389] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6282), 1, - aux_sym__immediate_decimal_token2, - STATE(3214), 1, - sym_comment, - ACTIONS(2906), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2908), 23, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [152434] = 4, + [166825] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3215), 1, + STATE(3182), 1, sym_comment, - ACTIONS(1655), 5, + ACTIONS(1023), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1657), 27, + ACTIONS(1025), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -327070,32 +268040,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152477] = 4, - ACTIONS(105), 1, + [166868] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3216), 1, + STATE(3183), 1, sym_comment, - ACTIONS(1601), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1599), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1089), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1091), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -327109,32 +268079,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152520] = 4, - ACTIONS(105), 1, + [166911] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3217), 1, + STATE(3184), 1, sym_comment, - ACTIONS(1593), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1591), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1019), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1021), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -327148,67 +268118,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152563] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5975), 1, - anon_sym_bit_DASHand, - ACTIONS(5977), 1, - anon_sym_bit_DASHxor, - ACTIONS(5979), 1, - anon_sym_bit_DASHor, - ACTIONS(5981), 1, - anon_sym_and, - ACTIONS(5983), 1, - anon_sym_xor, - ACTIONS(5985), 1, - anon_sym_or, - STATE(3218), 1, - sym_comment, - ACTIONS(5819), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5821), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5963), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5969), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5971), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5973), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5965), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5967), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5961), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [152632] = 4, + [166954] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3219), 1, + STATE(3185), 1, sym_comment, - ACTIONS(1597), 2, + ACTIONS(959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1595), 30, + ACTIONS(957), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -327239,54 +268157,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152675] = 4, + [166997] = 17, ACTIONS(105), 1, anon_sym_POUND, - STATE(3220), 1, + ACTIONS(5282), 1, + anon_sym_bit_DASHand, + ACTIONS(5284), 1, + anon_sym_bit_DASHxor, + ACTIONS(5286), 1, + anon_sym_bit_DASHor, + ACTIONS(5288), 1, + anon_sym_and, + ACTIONS(5290), 1, + anon_sym_xor, + ACTIONS(5292), 1, + anon_sym_or, + STATE(3186), 1, sym_comment, - ACTIONS(1665), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1663), 30, + ACTIONS(5111), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(5113), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5266), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5276), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5278), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5280), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5268), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5272), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(5264), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [152718] = 4, + [167066] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3221), 1, + STATE(3187), 1, sym_comment, - ACTIONS(1657), 2, + ACTIONS(993), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1655), 30, + ACTIONS(991), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -327317,59 +268248,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152761] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6282), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6284), 1, - aux_sym__immediate_decimal_token1, - STATE(3222), 1, - sym_comment, - ACTIONS(2906), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2908), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [152808] = 7, + [167109] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, + ACTIONS(5958), 1, anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3223), 1, + STATE(3173), 1, + aux_sym_cell_path_repeat1, + STATE(3188), 1, sym_comment, - STATE(3452), 1, - sym_cell_path, - ACTIONS(1459), 8, + STATE(3246), 1, + sym_path, + ACTIONS(745), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -327378,7 +268268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1461), 21, + ACTIONS(747), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327400,18 +268290,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152857] = 4, + [167158] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3224), 1, + STATE(3189), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(1003), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1581), 27, + ACTIONS(1005), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -327439,62 +268329,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152900] = 4, + [167201] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3225), 1, + ACTIONS(6002), 1, + aux_sym__immediate_decimal_token2, + STATE(3190), 1, sym_comment, - ACTIONS(1579), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, + ACTIONS(655), 9, anon_sym_DASH, - anon_sym_in, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [152943] = 4, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [167246] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3226), 1, + ACTIONS(6219), 1, + anon_sym_DOT2, + ACTIONS(6221), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6223), 1, + aux_sym_unquoted_token2, + STATE(3191), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(797), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, + ACTIONS(799), 24, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -327517,71 +268411,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152986] = 4, - ACTIONS(105), 1, + [167295] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3227), 1, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(3192), 1, sym_comment, - ACTIONS(1673), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1671), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(737), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [153029] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3228), 1, - sym_comment, - ACTIONS(1685), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1683), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + sym_filesize_unit, + ACTIONS(739), 25, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -327595,73 +268450,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153072] = 4, + sym_duration_unit, + [167340] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3229), 1, + ACTIONS(6113), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6225), 1, + aux_sym__immediate_decimal_token1, + STATE(3193), 1, sym_comment, - ACTIONS(1579), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, + ACTIONS(2326), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2328), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [153115] = 4, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [167387] = 9, ACTIONS(105), 1, anon_sym_POUND, - STATE(3230), 1, + STATE(3194), 1, sym_comment, - ACTIONS(215), 2, + ACTIONS(963), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(213), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(6117), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(6123), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6125), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6121), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(6115), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(961), 14, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -327673,18 +268536,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153158] = 4, + [167440] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3231), 1, + STATE(3195), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(999), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1581), 27, + ACTIONS(1001), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -327712,71 +268575,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153201] = 4, - ACTIONS(105), 1, + [167483] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1589), 1, - anon_sym_LF, - STATE(3232), 1, + ACTIONS(6205), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6207), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(6227), 1, + anon_sym_DOT2, + STATE(3196), 1, sym_comment, - ACTIONS(1587), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6201), 8, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6199), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [153244] = 4, - ACTIONS(3), 1, + [167532] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3233), 1, + STATE(3197), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(993), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(991), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -327790,32 +268656,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153287] = 4, - ACTIONS(3), 1, + [167575] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3234), 1, + STATE(3198), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(1091), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1089), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -327829,32 +268695,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153330] = 4, - ACTIONS(3), 1, + [167618] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3235), 1, + STATE(3199), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(1025), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1023), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -327868,18 +268734,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153373] = 4, + [167661] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3236), 1, + STATE(3200), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(991), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1581), 27, + ACTIONS(993), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -327907,67 +268773,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153416] = 17, + [167704] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1171), 1, + ACTIONS(5765), 1, anon_sym_bit_DASHand, - ACTIONS(1173), 1, + ACTIONS(5767), 1, anon_sym_bit_DASHxor, - ACTIONS(1175), 1, + ACTIONS(5769), 1, anon_sym_bit_DASHor, - ACTIONS(1177), 1, + ACTIONS(5771), 1, anon_sym_and, - ACTIONS(1179), 1, + ACTIONS(5773), 1, anon_sym_xor, - ACTIONS(1181), 1, + ACTIONS(5775), 1, anon_sym_or, - STATE(3237), 1, + STATE(3201), 1, sym_comment, - ACTIONS(1073), 2, + ACTIONS(5518), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1075), 2, + ACTIONS(5520), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1155), 2, + ACTIONS(5753), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1165), 2, + ACTIONS(5759), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1167), 2, + ACTIONS(5761), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1169), 2, + ACTIONS(5763), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1157), 4, + ACTIONS(5755), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1161), 4, + ACTIONS(5757), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1153), 6, + ACTIONS(5751), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [153485] = 4, + [167773] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3238), 1, + STATE(3202), 1, sym_comment, - ACTIONS(1627), 2, + ACTIONS(1061), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1625), 30, + ACTIONS(1059), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -327998,18 +268864,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153528] = 4, + [167816] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3239), 1, + STATE(3203), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(991), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1581), 27, + ACTIONS(993), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -328037,71 +268903,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153571] = 4, - ACTIONS(3), 1, + [167859] = 17, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3240), 1, + ACTIONS(5802), 1, + anon_sym_bit_DASHand, + ACTIONS(5804), 1, + anon_sym_bit_DASHxor, + ACTIONS(5806), 1, + anon_sym_bit_DASHor, + ACTIONS(5808), 1, + anon_sym_and, + ACTIONS(5810), 1, + anon_sym_xor, + ACTIONS(5812), 1, + anon_sym_or, + STATE(3204), 1, sym_comment, - ACTIONS(1579), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, + ACTIONS(5548), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5550), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5790), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(5796), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5798), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5800), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5792), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [153614] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3241), 1, - sym_comment, - ACTIONS(1579), 5, - anon_sym_GT, + ACTIONS(5794), 4, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5788), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [167928] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(928), 1, anon_sym_DASH, + STATE(3205), 1, + sym_comment, + ACTIONS(922), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(924), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(926), 27, + anon_sym_GT, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -328115,32 +268996,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153657] = 4, - ACTIONS(3), 1, + [167975] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3242), 1, + STATE(3206), 1, sym_comment, - ACTIONS(1579), 5, + ACTIONS(1007), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(926), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1581), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -328154,32 +269035,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153700] = 4, - ACTIONS(3), 1, + [168018] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3243), 1, + STATE(3207), 1, sym_comment, - ACTIONS(1540), 5, + ACTIONS(922), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(924), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(926), 28, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1623), 27, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -328193,18 +269075,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153743] = 5, + [168063] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3244), 1, + STATE(3208), 1, sym_comment, - ACTIONS(1536), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1538), 2, + ACTIONS(1095), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1540), 28, + ACTIONS(1093), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -328233,74 +269114,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153788] = 7, + [168106] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3245), 1, - sym_comment, - STATE(3460), 1, - sym_cell_path, - ACTIONS(1463), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1465), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [153837] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3246), 1, + STATE(3209), 1, sym_comment, - ACTIONS(1677), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1675), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(868), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(870), 27, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -328314,57 +269153,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153880] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6286), 1, - anon_sym_DOT2, - STATE(3162), 1, - sym_path, - STATE(3247), 1, - sym_comment, - STATE(3267), 1, - sym_cell_path, - ACTIONS(1467), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1469), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [153929] = 4, + [168149] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3248), 1, + STATE(3210), 1, sym_comment, - ACTIONS(1669), 2, + ACTIONS(1065), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1667), 30, + ACTIONS(1063), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328395,97 +269192,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153972] = 5, - ACTIONS(3), 1, + [168192] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6289), 1, - aux_sym__immediate_decimal_token2, - STATE(3249), 1, + STATE(3211), 1, sym_comment, - ACTIONS(2984), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2986), 23, + ACTIONS(920), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(918), 29, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154017] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3250), 1, - sym_comment, - ACTIONS(1595), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1597), 27, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [154060] = 7, + [168235] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3251), 1, + ACTIONS(6229), 1, + aux_sym__immediate_decimal_token2, + STATE(3212), 1, sym_comment, - STATE(3496), 1, - sym_cell_path, - ACTIONS(1431), 8, + ACTIONS(2375), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -328494,12 +269247,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1433), 21, + ACTIONS(2377), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -328516,15 +269271,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154109] = 4, + [168280] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3252), 1, + STATE(3213), 1, sym_comment, - ACTIONS(1689), 2, + ACTIONS(1047), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1687), 30, + ACTIONS(1045), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328555,113 +269310,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154152] = 5, - ACTIONS(3), 1, + [168323] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6291), 1, - anon_sym_DOT2, - STATE(3253), 1, + STATE(3214), 1, sym_comment, - ACTIONS(213), 5, + ACTIONS(971), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(969), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(215), 26, - anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [154197] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6291), 1, - anon_sym_DOT2, - STATE(3254), 1, - sym_comment, - ACTIONS(1538), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1540), 5, - anon_sym_GT, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1623), 23, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [154244] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3255), 1, - sym_comment, - ACTIONS(1667), 5, - anon_sym_GT, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1669), 27, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -328675,15 +269349,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154287] = 4, + [168366] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3256), 1, + STATE(3215), 1, sym_comment, - ACTIONS(1621), 2, + ACTIONS(977), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1619), 30, + ACTIONS(975), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328714,15 +269388,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154330] = 4, + [168409] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3257), 1, + STATE(3216), 1, sym_comment, - ACTIONS(1621), 2, + ACTIONS(1043), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1619), 30, + ACTIONS(1041), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328753,33 +269427,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154373] = 5, - ACTIONS(3), 1, + [168452] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3258), 1, + STATE(3217), 1, sym_comment, - ACTIONS(1538), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - ACTIONS(1540), 5, + ACTIONS(870), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(868), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1623), 23, anon_sym_DASH, anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -328793,15 +269466,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154418] = 4, + [168495] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3259), 1, + STATE(3218), 1, sym_comment, - ACTIONS(1613), 2, + ACTIONS(1033), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1611), 30, + ACTIONS(1031), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328832,15 +269505,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154461] = 4, + [168538] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3260), 1, + STATE(3219), 1, sym_comment, - ACTIONS(1639), 2, + ACTIONS(1087), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1637), 30, + ACTIONS(1085), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328871,15 +269544,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154504] = 4, + [168581] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3261), 1, + STATE(3220), 1, sym_comment, - ACTIONS(1609), 2, + ACTIONS(955), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1607), 30, + ACTIONS(953), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -328910,67 +269583,620 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154547] = 4, + [168624] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6229), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6231), 1, + aux_sym__immediate_decimal_token1, + STATE(3221), 1, + sym_comment, + ACTIONS(2375), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2377), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [168671] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3222), 1, + sym_comment, + ACTIONS(775), 9, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(777), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [168713] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3223), 1, + sym_comment, + ACTIONS(647), 9, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(649), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [168755] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DOT2, + STATE(3224), 1, + sym_comment, + STATE(3254), 1, + sym_path, + STATE(3455), 1, + sym_cell_path, + ACTIONS(830), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(832), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [168803] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6236), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6238), 1, + aux_sym__immediate_decimal_token2, + STATE(3225), 1, + sym_comment, + ACTIONS(2326), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2328), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [168849] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3226), 1, + sym_comment, + ACTIONS(2375), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2377), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [168891] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6240), 1, + anon_sym_DOT2, + STATE(3227), 1, + sym_comment, + STATE(3254), 1, + sym_path, + STATE(3416), 1, + sym_cell_path, + ACTIONS(715), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(717), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [168939] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3228), 1, + sym_comment, + STATE(3241), 1, + aux_sym_cell_path_repeat1, + STATE(3464), 1, + sym_path, + ACTIONS(733), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(735), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [168985] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6243), 1, + anon_sym_DOT2, + STATE(3229), 1, + sym_comment, + STATE(3248), 1, + sym_path, + STATE(3482), 1, + sym_cell_path, + ACTIONS(715), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(717), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [169033] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6243), 1, + anon_sym_DOT2, + STATE(3230), 1, + sym_comment, + STATE(3241), 1, + aux_sym_cell_path_repeat1, + STATE(3464), 1, + sym_path, + ACTIONS(733), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(735), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [169081] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3262), 1, + STATE(3231), 1, sym_comment, - ACTIONS(4676), 2, + ACTIONS(2655), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(4679), 29, + ACTIONS(2653), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [169123] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6245), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6247), 1, + aux_sym__immediate_decimal_token2, + STATE(3232), 1, + sym_comment, + ACTIONS(2375), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2377), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [169169] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6249), 1, + anon_sym_DOT2, + ACTIONS(6253), 1, + aux_sym__immediate_decimal_token2, + STATE(3233), 1, + sym_comment, + ACTIONS(2517), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2519), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [169215] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3234), 1, + sym_comment, + ACTIONS(655), 9, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(657), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [169257] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6255), 1, + anon_sym_DOT2, + ACTIONS(6258), 1, + aux_sym__immediate_decimal_token2, + STATE(3235), 1, + sym_comment, + ACTIONS(2517), 8, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2519), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154589] = 6, + [169303] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6293), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6295), 1, - aux_sym__immediate_decimal_token2, - STATE(3263), 1, + STATE(3236), 1, sym_comment, - ACTIONS(2906), 8, + ACTIONS(2784), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2908), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(2786), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, @@ -328988,12 +270214,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154635] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [169345] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3264), 1, + ACTIONS(6113), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6260), 1, + anon_sym_DOT2, + STATE(3237), 1, sym_comment, - ACTIONS(2984), 8, + ACTIONS(2326), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329002,14 +270234,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2986), 23, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329026,12 +270256,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154677] = 4, + [169391] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3265), 1, + STATE(3238), 1, sym_comment, - ACTIONS(3256), 8, + ACTIONS(2501), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329040,7 +270270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3258), 23, + ACTIONS(2503), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -329064,34 +270294,26 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154719] = 8, + [169433] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1476), 1, - anon_sym_SEMI, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(3266), 1, + STATE(3239), 1, sym_comment, - STATE(3362), 1, - sym_cell_path, - ACTIONS(6299), 7, + ACTIONS(737), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6297), 20, + ACTIONS(739), 24, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329102,16 +270324,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154769] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [169475] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3267), 1, + STATE(3240), 1, sym_comment, - ACTIONS(1532), 8, + ACTIONS(918), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329120,13 +270346,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1534), 23, + ACTIONS(920), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, @@ -329144,104 +270370,108 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154811] = 4, - ACTIONS(105), 1, + [169517] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3268), 1, + ACTIONS(6263), 1, + anon_sym_DOT2, + STATE(3464), 1, + sym_path, + STATE(3241), 2, sym_comment, - ACTIONS(6253), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6251), 29, - anon_sym_SEMI, + aux_sym_cell_path_repeat1, + ACTIONS(760), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(762), 20, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [154853] = 4, - ACTIONS(105), 1, + [169563] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3269), 1, + STATE(3242), 1, sym_comment, - ACTIONS(6249), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6247), 29, - anon_sym_SEMI, + ACTIONS(684), 9, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token7, + ACTIONS(686), 22, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [154895] = 4, + [169605] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3270), 1, + ACTIONS(6266), 1, + sym_filesize_unit, + ACTIONS(6268), 1, + sym_duration_unit, + STATE(3243), 1, sym_comment, - ACTIONS(2906), 8, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2908), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329258,18 +270488,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154937] = 7, + [169651] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6301), 1, + ACTIONS(6243), 1, anon_sym_DOT2, - STATE(3271), 1, + STATE(3244), 1, sym_comment, - STATE(3288), 1, - aux_sym_cell_path_repeat1, - STATE(3419), 1, + STATE(3248), 1, sym_path, - ACTIONS(1394), 8, + STATE(3548), 1, + sym_cell_path, + ACTIONS(830), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329278,7 +270508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1396), 20, + ACTIONS(832), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329299,32 +270529,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154985] = 5, - ACTIONS(105), 1, + [169699] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1377), 1, - anon_sym_RBRACE, - ACTIONS(5959), 1, - aux_sym_unquoted_token3, - STATE(3272), 1, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + STATE(3245), 1, sym_comment, - ACTIONS(1375), 29, - anon_sym_COMMA, + ACTIONS(935), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(937), 25, + anon_sym_COMMA, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -329338,15 +270568,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [155029] = 4, + [169743] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3246), 1, + sym_comment, + ACTIONS(914), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(916), 23, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [169785] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3273), 1, + STATE(3247), 1, sym_comment, - ACTIONS(1515), 2, + ACTIONS(2762), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1513), 29, + ACTIONS(2760), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -329376,15 +270644,56 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155071] = 4, + [169827] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6243), 1, + anon_sym_DOT2, + STATE(3230), 1, + aux_sym_cell_path_repeat1, + STATE(3248), 1, + sym_comment, + STATE(3464), 1, + sym_path, + ACTIONS(745), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(747), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [169875] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3274), 1, + STATE(3249), 1, sym_comment, - ACTIONS(3273), 2, + ACTIONS(887), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3271), 29, + ACTIONS(885), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -329414,56 +270723,54 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155113] = 6, - ACTIONS(3), 1, + [169917] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6303), 1, - anon_sym_DOT2, - ACTIONS(6305), 1, - aux_sym__immediate_decimal_token2, - STATE(3275), 1, + STATE(3250), 1, sym_comment, - ACTIONS(2934), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2936), 21, + ACTIONS(2782), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2780), 29, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155159] = 6, + [169959] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6307), 1, + ACTIONS(6272), 1, anon_sym_DOT2, - ACTIONS(6311), 1, + ACTIONS(6274), 1, aux_sym__immediate_decimal_token2, - STATE(3276), 1, + STATE(3251), 1, sym_comment, - ACTIONS(2934), 8, + ACTIONS(2517), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329472,7 +270779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2936), 21, + ACTIONS(2519), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -329494,15 +270801,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155205] = 4, + [170005] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3277), 1, + STATE(3252), 1, sym_comment, - ACTIONS(1589), 2, + ACTIONS(6140), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1587), 29, + ACTIONS(6138), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -329532,55 +270839,56 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155247] = 4, - ACTIONS(3), 1, + [170047] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3278), 1, + STATE(3253), 1, sym_comment, - ACTIONS(1520), 8, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1522), 23, + ACTIONS(6136), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6134), 29, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155289] = 6, + [170089] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6313), 1, + ACTIONS(6243), 1, anon_sym_DOT2, - STATE(3419), 1, - sym_path, - STATE(3279), 2, - sym_comment, + STATE(3228), 1, aux_sym_cell_path_repeat1, - ACTIONS(1387), 8, + STATE(3254), 1, + sym_comment, + STATE(3464), 1, + sym_path, + ACTIONS(745), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329589,7 +270897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1389), 20, + ACTIONS(747), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329610,15 +270918,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155335] = 4, + [170137] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6266), 1, + sym_filesize_unit, + ACTIONS(6268), 1, + sym_duration_unit, + STATE(3255), 1, + sym_comment, + ACTIONS(870), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6279), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6276), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [170185] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3280), 1, + STATE(3256), 1, sym_comment, - ACTIONS(3234), 2, + ACTIONS(955), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3232), 29, + ACTIONS(953), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -329648,16 +270997,56 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155377] = 6, + [170227] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6316), 1, + ACTIONS(5970), 1, anon_sym_DOT2, - ACTIONS(6319), 1, + ACTIONS(5972), 1, + aux_sym__unquoted_in_list_token7, + STATE(3257), 1, + sym_comment, + ACTIONS(737), 8, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(739), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [170273] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6238), 1, aux_sym__immediate_decimal_token2, - STATE(3281), 1, + ACTIONS(6282), 1, + anon_sym_DOT2, + STATE(3258), 1, sym_comment, - ACTIONS(2934), 8, + ACTIONS(2326), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329666,7 +271055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2936), 21, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -329688,15 +271077,57 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155423] = 4, + [170319] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(817), 1, + anon_sym_SEMI, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(3259), 1, + sym_comment, + STATE(3295), 1, + sym_cell_path, + ACTIONS(6286), 7, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6284), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [170369] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3282), 1, + STATE(3260), 1, sym_comment, - ACTIONS(3230), 2, + ACTIONS(3974), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3228), 29, + ACTIONS(3977), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -329726,16 +271157,51 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155465] = 6, + [170411] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(699), 1, + anon_sym_RBRACE, + ACTIONS(5847), 1, + aux_sym_unquoted_token3, + STATE(3261), 1, + sym_comment, + ACTIONS(697), 29, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [170455] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6321), 1, - anon_sym_DOT2, - ACTIONS(6323), 1, - aux_sym__immediate_decimal_token2, - STATE(3283), 1, + STATE(3262), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(941), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329744,12 +271210,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 21, + ACTIONS(943), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329766,30 +271234,106 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155511] = 6, + [170497] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6263), 1, + ACTIONS(6288), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6290), 1, aux_sym__immediate_decimal_token2, - ACTIONS(6325), 1, - anon_sym_DOT2, - STATE(3284), 1, + STATE(3263), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(2326), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(2328), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [170543] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6292), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6294), 1, + aux_sym__immediate_decimal_token2, + STATE(3264), 1, + sym_comment, + ACTIONS(2375), 8, anon_sym_DASH, + anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(2377), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [170589] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3265), 1, + sym_comment, + ACTIONS(905), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 21, + ACTIONS(907), 24, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329800,18 +271344,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155557] = 4, + [170631] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3285), 1, + STATE(3266), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(2326), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -329820,7 +271366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 23, + ACTIONS(2328), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -329844,33 +271390,65 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155599] = 7, + [170673] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6301), 1, - anon_sym_DOT2, - STATE(3279), 1, - aux_sym_cell_path_repeat1, - STATE(3286), 1, + ACTIONS(6296), 1, + anon_sym_SEMI, + STATE(3267), 1, sym_comment, - STATE(3419), 1, - sym_path, - ACTIONS(1407), 8, + ACTIONS(868), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1409), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [170716] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3268), 1, + sym_comment, + ACTIONS(3013), 7, anon_sym_DOLLAR, + anon_sym_DASH, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(3015), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329885,18 +271463,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155647] = 7, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [170757] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6301), 1, + ACTIONS(6298), 1, anon_sym_DOT2, - STATE(3287), 1, + ACTIONS(6300), 1, + aux_sym__immediate_decimal_token2, + STATE(3269), 1, sym_comment, - STATE(3294), 1, - sym_path, - STATE(3516), 1, - sym_cell_path, - ACTIONS(1400), 8, + ACTIONS(2326), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329905,7 +271483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1402), 20, + ACTIONS(2328), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329926,16 +271504,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155695] = 6, + [170802] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3279), 1, - aux_sym_cell_path_repeat1, - STATE(3288), 1, + ACTIONS(6290), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6302), 1, + anon_sym_DOT2, + STATE(3270), 1, sym_comment, - STATE(3419), 1, - sym_path, - ACTIONS(1407), 8, + ACTIONS(2326), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329944,14 +271522,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1409), 21, + ACTIONS(2328), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -329966,33 +271543,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155741] = 7, + [170847] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6328), 1, + ACTIONS(6305), 1, anon_sym_DOT2, + ACTIONS(6307), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6309), 1, + aux_sym__unquoted_in_list_token2, STATE(3271), 1, - sym_path, - STATE(3289), 1, sym_comment, - STATE(3444), 1, - sym_cell_path, - ACTIONS(1400), 8, + ACTIONS(6201), 7, anon_sym_DASH, - anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1402), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6199), 20, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330007,32 +271583,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155789] = 6, + [170894] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6331), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6333), 1, - aux_sym__immediate_decimal_token2, - STATE(3290), 1, + ACTIONS(6311), 1, + anon_sym_DOT2, + STATE(3272), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(868), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(870), 24, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [170937] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6317), 1, + anon_sym_DOT2, + STATE(3273), 1, + sym_comment, + ACTIONS(6315), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2834), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6313), 21, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [170980] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(924), 1, + anon_sym_EQ_GT, + ACTIONS(6319), 1, + anon_sym_DOT2, + STATE(3274), 1, + sym_comment, + ACTIONS(926), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1007), 23, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [171025] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(924), 1, + anon_sym_LBRACE, + ACTIONS(6311), 1, anon_sym_DOT2, + ACTIONS(6321), 1, + anon_sym_DASH, + STATE(3275), 1, + sym_comment, + ACTIONS(926), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1007), 22, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [171072] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6324), 1, + anon_sym_SEMI, + STATE(3276), 1, + sym_comment, + ACTIONS(868), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(870), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330047,33 +271774,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155835] = 7, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [171115] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6301), 1, + ACTIONS(6326), 1, anon_sym_DOT2, - STATE(3291), 1, + STATE(3277), 1, sym_comment, - STATE(3294), 1, - sym_path, - STATE(3530), 1, - sym_cell_path, - ACTIONS(1467), 8, + ACTIONS(2669), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1469), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(2671), 21, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330088,12 +271812,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155883] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [171158] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3292), 1, + ACTIONS(6328), 1, + anon_sym_DOT2, + STATE(3278), 1, sym_comment, - ACTIONS(1524), 8, + ACTIONS(2675), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -330102,14 +271830,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1526), 23, - anon_sym_SEMI, + ACTIONS(2677), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330126,18 +271852,16 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155925] = 7, + [171201] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6335), 1, + ACTIONS(6330), 1, anon_sym_DOT2, - STATE(3271), 1, - sym_path, - STATE(3293), 1, + ACTIONS(6333), 1, + aux_sym__immediate_decimal_token2, + STATE(3279), 1, sym_comment, - STATE(3434), 1, - sym_cell_path, - ACTIONS(1467), 8, + ACTIONS(2517), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -330146,7 +271870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1469), 20, + ACTIONS(2519), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330167,33 +271891,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155973] = 7, + [171246] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6301), 1, + ACTIONS(6335), 1, anon_sym_DOT2, - STATE(3286), 1, - aux_sym_cell_path_repeat1, - STATE(3294), 1, + STATE(3280), 1, sym_comment, - STATE(3419), 1, - sym_path, - ACTIONS(1394), 8, + ACTIONS(2685), 8, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1396), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(2687), 21, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [171289] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6317), 1, + anon_sym_DOT2, + STATE(3281), 1, + sym_comment, + ACTIONS(868), 8, anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(870), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330208,16 +271965,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [156021] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [171332] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6323), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6338), 1, - aux_sym__immediate_decimal_token1, - STATE(3295), 1, + STATE(3282), 1, sym_comment, - ACTIONS(2832), 7, + ACTIONS(3121), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330225,12 +271980,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 22, + ACTIONS(3123), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -330248,55 +272004,92 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156067] = 5, + [171373] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - STATE(3296), 1, + ACTIONS(6307), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6309), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(6337), 1, + anon_sym_DOT2, + STATE(3283), 1, sym_comment, - ACTIONS(1545), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1547), 25, + ACTIONS(6201), 7, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6199), 20, + anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [171420] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5972), 1, + aux_sym__unquoted_in_list_token7, + STATE(3284), 1, + sym_comment, + ACTIONS(737), 7, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [156111] = 6, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(739), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [171463] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6342), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6344), 1, - aux_sym__immediate_decimal_token2, - STATE(3297), 1, + ACTIONS(6339), 1, + anon_sym_SEMI, + STATE(3285), 1, sym_comment, - ACTIONS(2906), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330304,7 +272097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2908), 22, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330327,27 +272120,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156157] = 4, + [171506] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3298), 1, + ACTIONS(6341), 1, + anon_sym_DOT2, + STATE(3286), 1, sym_comment, - ACTIONS(3616), 7, + ACTIONS(2691), 8, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3618), 23, + ACTIONS(2693), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330364,27 +272158,108 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156198] = 4, + [171549] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(699), 1, + anon_sym_LBRACE, + ACTIONS(5847), 1, + aux_sym_unquoted_token3, + STATE(3287), 1, + sym_comment, + ACTIONS(697), 28, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [171592] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3299), 1, + ACTIONS(6343), 1, + anon_sym_QMARK2, + STATE(3288), 1, + sym_comment, + ACTIONS(783), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(785), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [171635] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(3024), 1, + sym_path, + STATE(3289), 1, sym_comment, - ACTIONS(3672), 7, - anon_sym_DOLLAR, + STATE(3575), 1, + sym_cell_path, + ACTIONS(6347), 7, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3674), 23, + ACTIONS(6345), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330399,14 +272274,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [156239] = 4, + [171682] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3300), 1, + ACTIONS(6319), 1, + anon_sym_DOT2, + STATE(3290), 1, + sym_comment, + ACTIONS(868), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(870), 24, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [171725] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + STATE(3291), 1, + sym_comment, + ACTIONS(935), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(937), 24, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [171768] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6349), 1, + anon_sym_SEMI, + STATE(3292), 1, sym_comment, - ACTIONS(3676), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330414,13 +272365,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3678), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -330438,22 +272388,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156280] = 5, + [171811] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_SEMI, - STATE(3301), 1, + ACTIONS(6351), 1, + sym__long_flag_identifier, + STATE(3293), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2416), 12, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(2420), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330461,29 +272416,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156323] = 5, + [171854] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6348), 1, - aux_sym__immediate_decimal_token2, - STATE(3302), 1, + ACTIONS(6343), 1, + anon_sym_QMARK2, + STATE(3294), 1, sym_comment, - ACTIONS(2984), 8, + ACTIONS(783), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -330492,7 +272442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2986), 21, + ACTIONS(785), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330514,12 +272464,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [156366] = 4, + [171897] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3303), 1, + STATE(3295), 1, sym_comment, - ACTIONS(3664), 7, + ACTIONS(1019), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330527,13 +272477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3666), 23, + ACTIONS(1021), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -330551,49 +272501,50 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156407] = 4, - ACTIONS(3), 1, + [171938] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3304), 1, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token3, + STATE(3296), 1, sym_comment, - ACTIONS(3680), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3682), 23, + ACTIONS(4730), 10, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4738), 19, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [156448] = 4, + aux_sym__unquoted_in_list_token1, + [171981] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3305), 1, + STATE(3297), 1, sym_comment, - ACTIONS(3577), 7, + ACTIONS(2797), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330601,7 +272552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3579), 23, + ACTIONS(2799), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330625,12 +272576,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156489] = 4, + [172022] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3306), 1, + STATE(3298), 1, sym_comment, - ACTIONS(3703), 7, + ACTIONS(3109), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330638,7 +272589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3705), 23, + ACTIONS(3111), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330662,12 +272613,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156530] = 4, + [172063] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3307), 1, + STATE(3299), 1, sym_comment, - ACTIONS(3707), 7, + ACTIONS(3113), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330675,7 +272626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3709), 23, + ACTIONS(3115), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330699,12 +272650,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156571] = 4, + [172104] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3308), 1, + STATE(3300), 1, sym_comment, - ACTIONS(3711), 7, + ACTIONS(3117), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330712,7 +272663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3713), 23, + ACTIONS(3119), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330736,27 +272687,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156612] = 4, + [172145] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3309), 1, + ACTIONS(6353), 1, + anon_sym_DOT2, + STATE(3301), 1, sym_comment, - ACTIONS(3654), 7, + ACTIONS(2737), 8, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3656), 23, + ACTIONS(2739), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330773,28 +272725,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156653] = 5, + [172188] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6323), 1, - aux_sym__immediate_decimal_token2, - STATE(3310), 1, + ACTIONS(6355), 1, + anon_sym_DOT2, + STATE(3302), 1, sym_comment, - ACTIONS(2832), 7, + ACTIONS(2661), 8, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 22, + ACTIONS(2663), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330811,27 +272763,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156696] = 4, + [172231] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3311), 1, + STATE(3303), 1, sym_comment, - ACTIONS(3650), 7, - anon_sym_DOLLAR, + ACTIONS(856), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3652), 23, + aux_sym_unquoted_token1, + ACTIONS(858), 22, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330846,29 +272800,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [156737] = 4, + [172272] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3312), 1, + ACTIONS(6357), 1, + anon_sym_DOT2, + ACTIONS(6359), 1, + aux_sym__immediate_decimal_token2, + STATE(3304), 1, sym_comment, - ACTIONS(3715), 7, - anon_sym_DOLLAR, + ACTIONS(2517), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3717), 23, + aux_sym_unquoted_token1, + ACTIONS(2519), 20, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -330883,14 +272839,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [156778] = 4, + [172317] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3313), 1, + STATE(3305), 1, sym_comment, - ACTIONS(3642), 7, + ACTIONS(2895), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330898,7 +272852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3644), 23, + ACTIONS(2897), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330922,12 +272876,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156819] = 4, + [172358] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3314), 1, + STATE(3306), 1, sym_comment, - ACTIONS(3638), 7, + ACTIONS(2899), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330935,7 +272889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3640), 23, + ACTIONS(2901), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330959,12 +272913,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156860] = 4, + [172399] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3315), 1, + STATE(3307), 1, sym_comment, - ACTIONS(3719), 7, + ACTIONS(2903), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -330972,7 +272926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3721), 23, + ACTIONS(2905), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330996,24 +272950,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156901] = 4, + [172440] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3316), 1, + ACTIONS(6361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6363), 1, + aux_sym__immediate_decimal_token2, + STATE(3308), 1, sym_comment, - ACTIONS(3723), 7, - anon_sym_DOLLAR, + ACTIONS(2375), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3725), 23, + aux_sym_unquoted_token1, + ACTIONS(2377), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, @@ -331031,14 +272989,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [156942] = 4, + [172485] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3317), 1, + STATE(3309), 1, sym_comment, - ACTIONS(3632), 7, + ACTIONS(2907), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331046,7 +273002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3634), 23, + ACTIONS(2909), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331070,14 +273026,58 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156983] = 5, + [172526] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6367), 1, + anon_sym_DASH, + ACTIONS(6375), 1, + anon_sym_PLUS, + STATE(3310), 1, + sym_comment, + ACTIONS(6365), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6379), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 14, + anon_sym_COMMA, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [172581] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6350), 1, + ACTIONS(6381), 1, anon_sym_SEMI, - STATE(3318), 1, + STATE(3311), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331085,7 +273085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331108,27 +273108,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157026] = 4, + [172624] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3319), 1, + ACTIONS(5958), 1, + anon_sym_DOT2, + STATE(3024), 1, + sym_path, + STATE(3312), 1, sym_comment, - ACTIONS(3620), 7, - anon_sym_DOLLAR, + STATE(3574), 1, + sym_cell_path, + ACTIONS(6385), 7, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3622), 23, + ACTIONS(6383), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -331143,30 +273148,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [157067] = 5, + [172671] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6356), 1, - anon_sym_DOT2, - STATE(3320), 1, + ACTIONS(6387), 1, + anon_sym_SEMI, + STATE(3313), 1, sym_comment, - ACTIONS(6354), 8, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6352), 21, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -331183,12 +273186,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157110] = 4, + [172714] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3321), 1, + ACTIONS(6389), 1, + anon_sym_SEMI, + STATE(3314), 1, sym_comment, - ACTIONS(3727), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331196,13 +273201,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3729), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331220,50 +273224,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157151] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6358), 1, - anon_sym_DOT2, - STATE(3322), 1, - sym_comment, - ACTIONS(213), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(215), 24, - anon_sym_DASH, - anon_sym_in, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [157194] = 4, + [172757] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3323), 1, + STATE(3315), 1, sym_comment, - ACTIONS(3731), 7, + ACTIONS(2913), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331271,7 +273237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3733), 23, + ACTIONS(2915), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331295,12 +273261,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157235] = 4, + [172798] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3324), 1, + ACTIONS(6391), 1, + anon_sym_SEMI, + STATE(3316), 1, sym_comment, - ACTIONS(3745), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331308,13 +273276,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3747), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331332,12 +273299,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157276] = 4, + [172841] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3325), 1, + ACTIONS(6393), 1, + anon_sym_SEMI, + STATE(3317), 1, sym_comment, - ACTIONS(3329), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331345,13 +273314,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3331), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331369,12 +273337,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157317] = 4, + [172884] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3326), 1, + ACTIONS(6395), 1, + anon_sym_SEMI, + STATE(3318), 1, sym_comment, - ACTIONS(3749), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331382,13 +273352,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3751), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331406,12 +273375,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157358] = 4, + [172927] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3327), 1, + ACTIONS(6397), 1, + anon_sym_SEMI, + STATE(3319), 1, sym_comment, - ACTIONS(3755), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331419,13 +273390,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3757), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331443,27 +273413,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157399] = 4, + [172970] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3328), 1, + STATE(3320), 1, sym_comment, - ACTIONS(3759), 7, - anon_sym_DOLLAR, + ACTIONS(845), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3761), 23, + aux_sym_unquoted_token1, + ACTIONS(847), 22, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -331478,14 +273450,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [157440] = 4, + [173011] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3329), 1, + ACTIONS(6399), 1, + anon_sym_SEMI, + STATE(3321), 1, sym_comment, - ACTIONS(3767), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331493,13 +273465,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3769), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331517,12 +273488,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157481] = 4, + [173054] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3330), 1, + ACTIONS(6401), 1, + anon_sym_SEMI, + STATE(3322), 1, sym_comment, - ACTIONS(3771), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331530,13 +273503,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3773), 23, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331554,12 +273526,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157522] = 4, + [173097] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3331), 1, + STATE(3323), 1, sym_comment, - ACTIONS(3775), 7, + ACTIONS(2917), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331567,7 +273539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3777), 23, + ACTIONS(2919), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331591,27 +273563,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157563] = 4, + [173138] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3332), 1, + ACTIONS(4940), 1, + anon_sym_DOT2, + STATE(3324), 1, sym_comment, - ACTIONS(3612), 7, + ACTIONS(2326), 8, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3614), 23, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -331628,27 +273601,31 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157604] = 5, + [173181] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6360), 1, - anon_sym_DOT2, - STATE(3333), 1, + ACTIONS(6367), 1, + anon_sym_DASH, + ACTIONS(6375), 1, + anon_sym_PLUS, + STATE(3325), 1, sym_comment, - ACTIONS(213), 5, + ACTIONS(961), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(215), 24, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(6371), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(963), 20, + anon_sym_COMMA, + anon_sym_in, + anon_sym_RBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -331666,12 +273643,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [157647] = 4, + [173232] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3334), 1, + STATE(3326), 1, sym_comment, - ACTIONS(3604), 7, + ACTIONS(2921), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331679,7 +273656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3606), 23, + ACTIONS(2923), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331703,37 +273680,43 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157688] = 6, + [173273] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1538), 1, - anon_sym_EQ_GT, - ACTIONS(6358), 1, - anon_sym_DOT2, - STATE(3335), 1, + ACTIONS(6367), 1, + anon_sym_DASH, + ACTIONS(6375), 1, + anon_sym_PLUS, + STATE(3327), 1, sym_comment, - ACTIONS(1540), 5, + ACTIONS(6365), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1623), 23, - anon_sym_DASH, - anon_sym_in, + ACTIONS(6371), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6379), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + ACTIONS(963), 10, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -331742,12 +273725,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [157733] = 4, + [173330] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3336), 1, + STATE(3328), 1, sym_comment, - ACTIONS(3779), 7, + ACTIONS(2925), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331755,7 +273738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3781), 23, + ACTIONS(2927), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331779,14 +273762,52 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157774] = 5, + [173371] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6362), 1, - anon_sym_SEMI, - STATE(3337), 1, + STATE(3329), 1, + sym_comment, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 3, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(963), 21, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [173418] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3330), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2929), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331794,12 +273815,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(2931), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -331817,12 +273839,50 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157817] = 4, + [173459] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3338), 1, + STATE(3331), 1, + sym_comment, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(963), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [173502] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3332), 1, sym_comment, - ACTIONS(3596), 7, + ACTIONS(2933), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331830,7 +273890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3598), 23, + ACTIONS(2935), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331854,89 +273914,55 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157858] = 6, + [173543] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6356), 1, - anon_sym_DOT2, - STATE(3339), 1, - sym_comment, - ACTIONS(215), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1364), 8, - anon_sym_DOLLAR, + ACTIONS(6367), 1, anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1361), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(6375), 1, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [157903] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token3, - STATE(3340), 1, + STATE(3333), 1, sym_comment, - ACTIONS(5192), 10, - anon_sym_LBRACK, + ACTIONS(961), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(963), 18, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(5200), 19, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - aux_sym__unquoted_in_list_token1, - [157946] = 4, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [173596] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3341), 1, + STATE(3334), 1, sym_comment, - ACTIONS(3513), 7, + ACTIONS(3125), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331944,7 +273970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3515), 23, + ACTIONS(3127), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -331968,12 +273994,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157987] = 4, + [173637] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3342), 1, + STATE(3335), 1, sym_comment, - ACTIONS(3509), 7, + ACTIONS(3129), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -331981,7 +274007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3511), 23, + ACTIONS(3131), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -332005,14 +274031,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158028] = 5, + [173678] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6344), 1, - aux_sym__immediate_decimal_token2, - STATE(3343), 1, + STATE(3336), 1, sym_comment, - ACTIONS(2906), 7, + ACTIONS(2937), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -332020,12 +274044,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2908), 22, + ACTIONS(2939), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -332043,14 +274068,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158071] = 5, + [173719] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6364), 1, - anon_sym_SEMI, - STATE(3344), 1, + ACTIONS(6238), 1, + aux_sym__immediate_decimal_token2, + STATE(3337), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2326), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -332058,7 +274083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(2328), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -332081,183 +274106,73 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158114] = 19, + [173762] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6368), 1, + ACTIONS(6367), 1, anon_sym_DASH, - ACTIONS(6378), 1, + ACTIONS(6375), 1, anon_sym_PLUS, - ACTIONS(6386), 1, - anon_sym_bit_DASHand, - ACTIONS(6388), 1, - anon_sym_bit_DASHxor, - ACTIONS(6390), 1, - anon_sym_bit_DASHor, - ACTIONS(6392), 1, - anon_sym_and, - ACTIONS(6394), 1, - anon_sym_xor, - ACTIONS(6396), 1, - anon_sym_or, - STATE(3345), 1, + STATE(3338), 1, sym_comment, - ACTIONS(1553), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(6366), 2, + ACTIONS(6365), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6372), 2, + ACTIONS(6369), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6374), 2, + ACTIONS(6371), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, + ACTIONS(6373), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, + ACTIONS(6377), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6384), 2, + ACTIONS(6405), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, + ACTIONS(6379), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [158185] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - ACTIONS(6386), 1, - anon_sym_bit_DASHand, - ACTIONS(6388), 1, - anon_sym_bit_DASHxor, - ACTIONS(6390), 1, - anon_sym_bit_DASHor, - ACTIONS(6392), 1, - anon_sym_and, - ACTIONS(6394), 1, - anon_sym_xor, - STATE(3346), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1553), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_or, - ACTIONS(6370), 4, + ACTIONS(6403), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [158254] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - ACTIONS(6386), 1, + ACTIONS(963), 8, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_bit_DASHand, - ACTIONS(6388), 1, anon_sym_bit_DASHxor, - ACTIONS(6390), 1, anon_sym_bit_DASHor, - ACTIONS(6392), 1, anon_sym_and, - STATE(3347), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1553), 4, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_xor, anon_sym_or, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [158321] = 5, + [173821] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6333), 1, - aux_sym__immediate_decimal_token2, - STATE(3348), 1, + STATE(3339), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(3133), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2834), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(3135), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -332272,109 +274187,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [158364] = 16, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - ACTIONS(6386), 1, - anon_sym_bit_DASHand, - ACTIONS(6388), 1, - anon_sym_bit_DASHxor, - ACTIONS(6390), 1, - anon_sym_bit_DASHor, - STATE(3349), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158429] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - ACTIONS(6386), 1, - anon_sym_bit_DASHand, - ACTIONS(6388), 1, - anon_sym_bit_DASHxor, - STATE(3350), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158492] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [173862] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3351), 1, + STATE(3340), 1, sym_comment, - ACTIONS(3505), 7, + ACTIONS(3137), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -332382,7 +274202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3507), 23, + ACTIONS(3139), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -332406,203 +274226,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158533] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - ACTIONS(6386), 1, - anon_sym_bit_DASHand, - STATE(3352), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 7, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158594] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - STATE(3353), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 8, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158653] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - STATE(3354), 1, - sym_comment, - ACTIONS(1551), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(1553), 18, - anon_sym_COMMA, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158706] = 5, + [173903] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3355), 1, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + STATE(3341), 1, sym_comment, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 5, + ACTIONS(935), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1553), 23, - anon_sym_COMMA, + ACTIONS(937), 24, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158749] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3356), 1, - sym_comment, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1551), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1553), 21, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -332620,59 +274264,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [158796] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - STATE(3357), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 10, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158853] = 5, + [173946] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6398), 1, - anon_sym_SEMI, - STATE(3358), 1, + STATE(3342), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2941), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -332680,12 +274277,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(2943), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -332703,69 +274301,22 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158896] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - STATE(3359), 1, - sym_comment, - ACTIONS(1551), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1553), 20, - anon_sym_COMMA, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [158947] = 5, + [173987] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6400), 1, - sym__long_flag_identifier, - STATE(3360), 1, + ACTIONS(6247), 1, + aux_sym__immediate_decimal_token2, + STATE(3343), 1, sym_comment, - ACTIONS(3153), 12, + ACTIONS(2375), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3157), 17, + ACTIONS(2377), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -332773,140 +274324,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158990] = 11, + [174030] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6368), 1, + ACTIONS(6367), 1, anon_sym_DASH, - ACTIONS(6378), 1, + ACTIONS(6375), 1, anon_sym_PLUS, - STATE(3361), 1, + ACTIONS(6407), 1, + anon_sym_bit_DASHand, + STATE(3344), 1, sym_comment, - ACTIONS(6366), 2, + ACTIONS(6365), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6372), 2, + ACTIONS(6369), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6374), 2, + ACTIONS(6371), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, + ACTIONS(6373), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, + ACTIONS(6377), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 14, - anon_sym_COMMA, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(6405), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [159045] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3362), 1, - sym_comment, - ACTIONS(1637), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1639), 23, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [159086] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5959), 1, - aux_sym_unquoted_token3, - STATE(3363), 1, - sym_comment, - ACTIONS(1375), 29, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_EQ_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(6379), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(963), 7, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [159127] = 4, + [174091] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3364), 1, + STATE(3345), 1, sym_comment, - ACTIONS(3501), 7, + ACTIONS(3101), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -332914,7 +274399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3503), 23, + ACTIONS(3103), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -332938,14 +274423,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159168] = 5, + [174132] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6402), 1, + ACTIONS(6409), 1, aux_sym__immediate_decimal_token2, - STATE(3365), 1, + STATE(3346), 1, sym_comment, - ACTIONS(2984), 7, + ACTIONS(2501), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -332953,7 +274438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2986), 22, + ACTIONS(2503), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -332976,52 +274461,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159211] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1377), 1, - anon_sym_LBRACE, - ACTIONS(5959), 1, - aux_sym_unquoted_token3, - STATE(3366), 1, - sym_comment, - ACTIONS(1375), 28, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [159254] = 5, + [174175] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6404), 1, - anon_sym_SEMI, - STATE(3367), 1, + STATE(3347), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3097), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333029,12 +274474,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3099), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -333052,14 +274498,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159297] = 5, + [174216] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6406), 1, - anon_sym_SEMI, - STATE(3368), 1, + STATE(3348), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2945), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333067,12 +274511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(2947), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -333090,14 +274535,51 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159340] = 5, + [174257] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6408), 1, - anon_sym_SEMI, - STATE(3369), 1, + ACTIONS(6300), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6411), 1, + aux_sym__immediate_decimal_token1, + STATE(3349), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2326), 7, + anon_sym_DASH, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(2328), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [174302] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3350), 1, + sym_comment, + ACTIONS(3141), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333105,12 +274587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3143), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -333128,14 +274611,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159383] = 5, + [174343] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6410), 1, - anon_sym_SEMI, - STATE(3370), 1, + STATE(3351), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3145), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333143,12 +274624,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3147), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -333166,14 +274648,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159426] = 5, + [174384] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6412), 1, - anon_sym_SEMI, - STATE(3371), 1, + STATE(3352), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3093), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333181,12 +274661,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3095), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -333204,32 +274685,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159469] = 7, + [174425] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3372), 1, + STATE(3353), 1, sym_comment, - STATE(3602), 1, - sym_cell_path, - ACTIONS(6416), 7, + ACTIONS(3149), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6414), 20, + ACTIONS(3151), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -333244,28 +274720,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159516] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [174466] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5298), 1, - anon_sym_DOT2, - STATE(3373), 1, + STATE(3354), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(3089), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 21, + ACTIONS(3091), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -333282,28 +274759,24 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159559] = 6, + [174507] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6418), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6420), 1, - aux_sym__immediate_decimal_token2, - STATE(3374), 1, + STATE(3355), 1, sym_comment, - ACTIONS(2832), 7, + ACTIONS(3085), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2834), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(3087), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, @@ -333321,12 +274794,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159604] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [174548] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5847), 1, + aux_sym_unquoted_token3, + STATE(3356), 1, + sym_comment, + ACTIONS(697), 29, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [174589] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3375), 1, + STATE(3357), 1, sym_comment, - ACTIONS(3479), 7, + ACTIONS(3081), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333334,7 +274846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3481), 23, + ACTIONS(3083), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333358,12 +274870,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159645] = 4, + [174630] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3376), 1, + STATE(3358), 1, sym_comment, - ACTIONS(3475), 7, + ACTIONS(3073), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333371,7 +274883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3477), 23, + ACTIONS(3075), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333395,12 +274907,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159686] = 4, + [174671] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3377), 1, + STATE(3359), 1, sym_comment, - ACTIONS(3471), 7, + ACTIONS(3176), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333408,7 +274920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3473), 23, + ACTIONS(3178), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333432,12 +274944,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159727] = 4, + [174712] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3378), 1, + STATE(3360), 1, sym_comment, - ACTIONS(3467), 7, + ACTIONS(3067), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333445,7 +274957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3469), 23, + ACTIONS(3069), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333469,14 +274981,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159768] = 5, + [174753] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6422), 1, - anon_sym_SEMI, - STATE(3379), 1, + STATE(3361), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(949), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333484,7 +274994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(951), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333507,14 +275018,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159811] = 5, + [174794] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6424), 1, - anon_sym_SEMI, - STATE(3380), 1, + STATE(3362), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3049), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333522,12 +275031,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3051), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -333545,52 +275055,136 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159854] = 7, + [174835] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1538), 1, + STATE(3363), 1, + sym_comment, + ACTIONS(885), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(887), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - ACTIONS(6360), 1, anon_sym_DOT2, - ACTIONS(6426), 1, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [174876] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6367), 1, anon_sym_DASH, - STATE(3381), 1, + ACTIONS(6375), 1, + anon_sym_PLUS, + ACTIONS(6407), 1, + anon_sym_bit_DASHand, + ACTIONS(6413), 1, + anon_sym_bit_DASHxor, + STATE(3364), 1, sym_comment, - ACTIONS(1540), 5, + ACTIONS(6365), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1623), 22, - anon_sym_in, + ACTIONS(6371), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6405), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6379), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, + ACTIONS(963), 6, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [159901] = 4, + [174939] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3382), 1, + ACTIONS(6317), 1, + anon_sym_DOT2, + STATE(3365), 1, + sym_comment, + ACTIONS(870), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6279), 8, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(6276), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [174984] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3366), 1, sym_comment, - ACTIONS(3463), 7, + ACTIONS(3180), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333598,7 +275192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3465), 23, + ACTIONS(3182), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333622,12 +275216,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159942] = 4, + [175025] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3383), 1, + STATE(3367), 1, sym_comment, - ACTIONS(3459), 7, + ACTIONS(3031), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333635,7 +275229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3461), 23, + ACTIONS(3033), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333659,12 +275253,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159983] = 4, + [175066] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3384), 1, + STATE(3368), 1, sym_comment, - ACTIONS(3431), 7, + ACTIONS(3041), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333672,7 +275266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3433), 23, + ACTIONS(3043), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333696,28 +275290,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160024] = 5, + [175107] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6429), 1, - anon_sym_SEMI, - STATE(3385), 1, + STATE(3369), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(860), 8, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(862), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -333734,28 +275327,24 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160067] = 6, + [175148] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6431), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6433), 1, - aux_sym__immediate_decimal_token2, - STATE(3386), 1, + STATE(3370), 1, sym_comment, - ACTIONS(2906), 7, + ACTIONS(3035), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2908), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(3037), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, @@ -333773,27 +275362,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160112] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [175189] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3387), 1, + ACTIONS(6317), 1, + anon_sym_DOT2, + STATE(3371), 1, sym_comment, - ACTIONS(1647), 7, + ACTIONS(6313), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6418), 8, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1649), 23, - anon_sym_SEMI, + ACTIONS(6415), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -333808,14 +275403,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [160153] = 4, + [175234] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3388), 1, + STATE(3372), 1, sym_comment, - ACTIONS(3427), 7, + ACTIONS(2949), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -333823,7 +275416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3429), 23, + ACTIONS(2951), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -333847,28 +275440,76 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160194] = 5, + [175275] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6435), 1, - anon_sym_DOT2, - STATE(3389), 1, + ACTIONS(6367), 1, + anon_sym_DASH, + ACTIONS(6375), 1, + anon_sym_PLUS, + ACTIONS(6407), 1, + anon_sym_bit_DASHand, + ACTIONS(6413), 1, + anon_sym_bit_DASHxor, + ACTIONS(6421), 1, + anon_sym_bit_DASHor, + STATE(3373), 1, sym_comment, - ACTIONS(3212), 8, + ACTIONS(6365), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6405), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6379), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(963), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [175340] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3374), 1, + sym_comment, + ACTIONS(3105), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3214), 21, + ACTIONS(3107), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -333885,21 +275526,21 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160237] = 5, + [175381] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3390), 1, + STATE(3375), 1, sym_comment, - ACTIONS(4676), 2, + ACTIONS(3974), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1663), 5, + ACTIONS(1023), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1665), 23, + ACTIONS(1025), 23, anon_sym_DASH, anon_sym_in, anon_sym_STAR_STAR, @@ -333923,31 +275564,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [160280] = 6, + [175424] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6437), 1, - anon_sym_DOT2, - ACTIONS(6439), 1, - aux_sym__immediate_decimal_token2, - STATE(3391), 1, + STATE(3376), 1, sym_comment, - ACTIONS(2934), 8, + ACTIONS(3184), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2936), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(3186), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -333962,30 +275599,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160325] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [175465] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6441), 1, - anon_sym_QMARK2, - STATE(3392), 1, + STATE(3377), 1, sym_comment, - ACTIONS(1419), 8, + ACTIONS(2953), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1421), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(2955), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334000,32 +275636,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160368] = 7, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [175506] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6052), 1, - anon_sym_DOT2, - STATE(3085), 1, - sym_path, - STATE(3393), 1, + STATE(3378), 1, sym_comment, - STATE(3606), 1, - sym_cell_path, - ACTIONS(6445), 7, + ACTIONS(3188), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6443), 20, + ACTIONS(3190), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334040,30 +275673,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160415] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [175547] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6441), 1, - anon_sym_QMARK2, - STATE(3394), 1, + ACTIONS(6367), 1, + anon_sym_DASH, + ACTIONS(6375), 1, + anon_sym_PLUS, + ACTIONS(6407), 1, + anon_sym_bit_DASHand, + ACTIONS(6413), 1, + anon_sym_bit_DASHxor, + ACTIONS(6421), 1, + anon_sym_bit_DASHor, + ACTIONS(6423), 1, + anon_sym_and, + STATE(3379), 1, + sym_comment, + ACTIONS(6365), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6405), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(963), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_xor, + anon_sym_or, + ACTIONS(6379), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [175614] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3380), 1, sym_comment, - ACTIONS(1419), 8, + ACTIONS(2975), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1421), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(2977), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334078,16 +275760,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160458] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [175655] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6420), 1, + ACTIONS(6290), 1, aux_sym__immediate_decimal_token2, - ACTIONS(6447), 1, - anon_sym_DOT2, - STATE(3395), 1, + STATE(3381), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(2326), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -334096,13 +275778,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2834), 20, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334117,28 +275800,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160503] = 5, + [175698] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6449), 1, - anon_sym_DOT2, - STATE(3396), 1, + ACTIONS(6294), 1, + aux_sym__immediate_decimal_token2, + STATE(3382), 1, sym_comment, - ACTIONS(3171), 8, - anon_sym_DOLLAR, + ACTIONS(2375), 8, anon_sym_DASH, + anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3173), 21, + aux_sym_unquoted_token1, + ACTIONS(2377), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334153,30 +275838,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [160546] = 5, + [175741] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6451), 1, - anon_sym_DOT2, - STATE(3397), 1, + ACTIONS(6425), 1, + aux_sym__immediate_decimal_token2, + STATE(3383), 1, sym_comment, - ACTIONS(3198), 8, - anon_sym_DOLLAR, + ACTIONS(2501), 8, anon_sym_DASH, + anon_sym__, anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3200), 21, + aux_sym_unquoted_token1, + ACTIONS(2503), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334191,30 +275876,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [160589] = 5, + [175784] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6453), 1, - anon_sym_DOT2, - STATE(3398), 1, + STATE(3384), 1, sym_comment, - ACTIONS(3206), 8, + ACTIONS(2967), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3208), 21, + ACTIONS(2969), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334231,31 +275913,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160632] = 6, + [175825] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6356), 1, - anon_sym_DOT2, - STATE(3399), 1, + STATE(3385), 1, sym_comment, - ACTIONS(6352), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6458), 8, + ACTIONS(2971), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6455), 19, + ACTIONS(2973), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334270,54 +275948,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160677] = 7, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [175866] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6461), 1, - anon_sym_DOT2, - ACTIONS(6463), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6465), 1, - aux_sym__unquoted_in_list_token2, - STATE(3400), 1, - sym_comment, - ACTIONS(6272), 7, + ACTIONS(6367), 1, anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6270), 20, - anon_sym_LBRACK, + ACTIONS(6375), 1, + anon_sym_PLUS, + ACTIONS(6407), 1, + anon_sym_bit_DASHand, + ACTIONS(6413), 1, + anon_sym_bit_DASHxor, + ACTIONS(6421), 1, + anon_sym_bit_DASHor, + ACTIONS(6423), 1, + anon_sym_and, + ACTIONS(6427), 1, + anon_sym_xor, + ACTIONS(6429), 1, + anon_sym_or, + STATE(3386), 1, + sym_comment, + ACTIONS(963), 2, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(6365), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6405), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6379), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [175937] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6367), 1, + anon_sym_DASH, + ACTIONS(6375), 1, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [160724] = 5, + ACTIONS(6407), 1, + anon_sym_bit_DASHand, + ACTIONS(6413), 1, + anon_sym_bit_DASHxor, + ACTIONS(6421), 1, + anon_sym_bit_DASHor, + ACTIONS(6423), 1, + anon_sym_and, + ACTIONS(6427), 1, + anon_sym_xor, + STATE(3387), 1, + sym_comment, + ACTIONS(6365), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6369), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6371), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6373), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6377), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6405), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(963), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_or, + ACTIONS(6379), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6403), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [176006] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6295), 1, - aux_sym__immediate_decimal_token2, - STATE(3401), 1, + STATE(3388), 1, sym_comment, - ACTIONS(2906), 8, + ACTIONS(2375), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -334326,7 +276067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2908), 21, + ACTIONS(2377), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -334348,64 +276089,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160767] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3402), 1, - sym_comment, - ACTIONS(3375), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(3377), 23, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [160808] = 4, + [176046] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3403), 1, + ACTIONS(6433), 1, + anon_sym_DASH, + ACTIONS(6443), 1, + anon_sym_PLUS, + ACTIONS(6451), 1, + anon_sym_bit_DASHand, + ACTIONS(6453), 1, + anon_sym_bit_DASHxor, + ACTIONS(6455), 1, + anon_sym_bit_DASHor, + ACTIONS(6457), 1, + anon_sym_and, + ACTIONS(6459), 1, + anon_sym_xor, + STATE(3389), 1, + sym_comment, + ACTIONS(963), 2, + anon_sym_LBRACE, + anon_sym_or, + ACTIONS(6431), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6437), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6445), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6449), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6435), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6447), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [176114] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3390), 1, sym_comment, - ACTIONS(1509), 8, + ACTIONS(6463), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1511), 22, + ACTIONS(6461), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334422,26 +276175,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160849] = 4, + [176154] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3404), 1, + ACTIONS(6266), 1, + sym_filesize_unit, + ACTIONS(6268), 1, + sym_duration_unit, + STATE(3391), 1, sym_comment, - ACTIONS(3343), 7, - anon_sym_DOLLAR, + ACTIONS(6467), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3345), 23, + ACTIONS(6465), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -334457,14 +276213,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [160890] = 4, + [176198] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3405), 1, + STATE(3392), 1, sym_comment, - ACTIONS(3333), 7, + ACTIONS(2760), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -334472,13 +276226,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3335), 23, + ACTIONS(2762), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -334496,12 +276249,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160931] = 4, + [176238] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3406), 1, + STATE(3393), 1, sym_comment, - ACTIONS(3351), 7, + ACTIONS(1055), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -334509,13 +276262,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3353), 23, + ACTIONS(1057), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -334533,28 +276285,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160972] = 5, + [176278] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6467), 1, - anon_sym_DOT2, - STATE(3407), 1, + STATE(3394), 1, sym_comment, - ACTIONS(3163), 8, + ACTIONS(870), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6279), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3165), 21, + ACTIONS(6276), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334569,30 +276322,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [161015] = 5, + [176320] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6469), 1, - anon_sym_DOT2, - STATE(3408), 1, + STATE(3395), 1, sym_comment, - ACTIONS(3238), 8, + ACTIONS(6475), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6472), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3240), 21, + ACTIONS(6469), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334607,29 +276359,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [161058] = 4, + [176362] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3409), 1, + STATE(3396), 1, sym_comment, - ACTIONS(1513), 8, + ACTIONS(1093), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1515), 22, + ACTIONS(1095), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334646,32 +276395,26 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161099] = 7, + [176402] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6463), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6465), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(6471), 1, - anon_sym_DOT2, - STATE(3410), 1, + STATE(3397), 1, sym_comment, - ACTIONS(6272), 7, + ACTIONS(953), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6270), 20, + ACTIONS(955), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334686,50 +276429,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161146] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - STATE(3411), 1, - sym_comment, - ACTIONS(1545), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1547), 24, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [161189] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [176442] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3412), 1, + STATE(3398), 1, sym_comment, - ACTIONS(1437), 8, + ACTIONS(918), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -334738,7 +276445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1439), 22, + ACTIONS(920), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -334746,7 +276453,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334761,16 +276467,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161230] = 6, + [176482] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6473), 1, - anon_sym_DOT2, - ACTIONS(6476), 1, - aux_sym__immediate_decimal_token2, - STATE(3413), 1, + STATE(3399), 1, sym_comment, - ACTIONS(2934), 8, + ACTIONS(2784), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -334779,13 +276481,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2936), 20, + ACTIONS(2786), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334800,12 +276503,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161275] = 4, + [176522] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3414), 1, + STATE(3400), 1, sym_comment, - ACTIONS(1441), 8, + ACTIONS(2501), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -334814,7 +276517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1443), 22, + ACTIONS(2503), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -334822,7 +276525,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, - anon_sym_QMARK2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334837,28 +276539,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161316] = 5, + [176562] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6356), 1, - anon_sym_DOT2, - STATE(3415), 1, + STATE(3401), 1, sym_comment, - ACTIONS(213), 8, + ACTIONS(6313), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6418), 7, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 21, + ACTIONS(6415), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334873,33 +276576,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [161359] = 6, + [176604] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6333), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6478), 1, - anon_sym_DOT2, - STATE(3416), 1, + ACTIONS(6480), 1, + anon_sym_COMMA, + STATE(3402), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(6485), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6482), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2834), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6477), 19, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -334914,97 +276614,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161404] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - STATE(3417), 1, - sym_comment, - ACTIONS(1545), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1547), 24, - anon_sym_DASH, - anon_sym_in, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [161447] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6483), 1, - anon_sym_DASH, - ACTIONS(6493), 1, - anon_sym_PLUS, - ACTIONS(6501), 1, - anon_sym_bit_DASHand, - ACTIONS(6503), 1, - anon_sym_bit_DASHxor, - STATE(3418), 1, - sym_comment, - ACTIONS(6481), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6487), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6499), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6485), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6497), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 5, - anon_sym_EQ_GT, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [161509] = 4, + [176648] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3419), 1, + STATE(3403), 1, sym_comment, - ACTIONS(1524), 8, + ACTIONS(2326), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -335013,7 +276628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1526), 21, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -335035,29 +276650,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161549] = 5, + [176688] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6505), 1, - anon_sym_DOT2, - STATE(3420), 1, + STATE(3404), 1, sym_comment, - ACTIONS(3198), 8, + ACTIONS(885), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3200), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(887), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -335072,12 +276684,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161591] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [176728] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3421), 1, + STATE(3405), 1, sym_comment, - ACTIONS(1441), 7, + ACTIONS(987), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335085,7 +276699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1443), 22, + ACTIONS(989), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -335108,28 +276722,25 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161631] = 5, + [176768] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6433), 1, - aux_sym__immediate_decimal_token2, - STATE(3422), 1, + STATE(3406), 1, sym_comment, - ACTIONS(2906), 7, + ACTIONS(845), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2908), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(847), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -335145,56 +276756,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161673] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6483), 1, - anon_sym_DASH, - ACTIONS(6493), 1, - anon_sym_PLUS, - STATE(3423), 1, - sym_comment, - ACTIONS(6481), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6487), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6485), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6497), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 9, - anon_sym_EQ_GT, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [161729] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [176808] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3424), 1, + STATE(3407), 1, sym_comment, - ACTIONS(1437), 7, + ACTIONS(2784), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335202,7 +276771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1439), 22, + ACTIONS(2786), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -335225,12 +276794,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161769] = 4, + [176848] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3425), 1, + STATE(3408), 1, sym_comment, - ACTIONS(3256), 7, + ACTIONS(5346), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335238,7 +276807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3258), 22, + ACTIONS(5344), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -335261,12 +276830,63 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161809] = 4, + [176888] = 19, ACTIONS(3), 1, anon_sym_POUND, - STATE(3426), 1, + ACTIONS(963), 1, + anon_sym_LBRACE, + ACTIONS(6433), 1, + anon_sym_DASH, + ACTIONS(6443), 1, + anon_sym_PLUS, + ACTIONS(6451), 1, + anon_sym_bit_DASHand, + ACTIONS(6453), 1, + anon_sym_bit_DASHxor, + ACTIONS(6455), 1, + anon_sym_bit_DASHor, + ACTIONS(6457), 1, + anon_sym_and, + ACTIONS(6459), 1, + anon_sym_xor, + ACTIONS(6487), 1, + anon_sym_or, + STATE(3409), 1, + sym_comment, + ACTIONS(6431), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6437), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6445), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6449), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6435), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6447), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [176958] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3410), 1, sym_comment, - ACTIONS(1625), 7, + ACTIONS(2501), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335274,7 +276894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1627), 22, + ACTIONS(2503), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -335297,30 +276917,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161849] = 9, + [176998] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, + ACTIONS(6433), 1, anon_sym_DASH, - ACTIONS(6493), 1, + ACTIONS(6443), 1, anon_sym_PLUS, - STATE(3427), 1, + STATE(3411), 1, sym_comment, - ACTIONS(1551), 2, + ACTIONS(961), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(6439), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1553), 19, + ACTIONS(963), 19, anon_sym_in, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -335338,49 +276958,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [161899] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6507), 1, - anon_sym_DOT2, - STATE(3428), 1, - sym_comment, - ACTIONS(3171), 8, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3173), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [161941] = 4, + [177048] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3429), 1, + STATE(3412), 1, sym_comment, - ACTIONS(5614), 7, + ACTIONS(2375), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335388,7 +276971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(5612), 22, + ACTIONS(2377), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -335411,96 +276994,61 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161981] = 11, + [177088] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, + ACTIONS(6433), 1, anon_sym_DASH, - ACTIONS(6493), 1, + ACTIONS(6443), 1, anon_sym_PLUS, - STATE(3430), 1, + ACTIONS(6451), 1, + anon_sym_bit_DASHand, + ACTIONS(6453), 1, + anon_sym_bit_DASHxor, + ACTIONS(6455), 1, + anon_sym_bit_DASHor, + ACTIONS(6457), 1, + anon_sym_and, + STATE(3413), 1, sym_comment, - ACTIONS(6481), 2, + ACTIONS(6431), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(6439), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, + ACTIONS(6445), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6497), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 13, - anon_sym_in, - anon_sym_EQ_GT, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(6449), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, + ACTIONS(963), 3, + anon_sym_LBRACE, anon_sym_xor, anon_sym_or, - [162035] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3431), 1, - sym_comment, - ACTIONS(6487), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1553), 20, - anon_sym_DASH, + ACTIONS(6435), 4, anon_sym_in, - anon_sym_EQ_GT, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6447), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [162081] = 5, + [177154] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6511), 1, - anon_sym_COMMA, - STATE(3432), 1, + STATE(3414), 1, sym_comment, - ACTIONS(6513), 7, + ACTIONS(2326), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335508,8 +277056,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6509), 21, + ACTIONS(2328), 22, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -335530,49 +277079,60 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162123] = 5, + [177194] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6420), 1, - aux_sym__immediate_decimal_token2, - STATE(3433), 1, - sym_comment, - ACTIONS(2832), 7, + ACTIONS(6433), 1, anon_sym_DASH, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2834), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(6443), 1, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [162165] = 4, + ACTIONS(6451), 1, + anon_sym_bit_DASHand, + ACTIONS(6453), 1, + anon_sym_bit_DASHxor, + ACTIONS(6455), 1, + anon_sym_bit_DASHor, + STATE(3415), 1, + sym_comment, + ACTIONS(6431), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6437), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6445), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6449), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(963), 4, + anon_sym_LBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(6435), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6447), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [177258] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3434), 1, + STATE(3416), 1, sym_comment, - ACTIONS(1532), 8, + ACTIONS(885), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -335581,7 +277141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1534), 21, + ACTIONS(887), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -335603,62 +277163,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162205] = 5, + [177298] = 15, ACTIONS(3), 1, anon_sym_POUND, - STATE(3435), 1, + ACTIONS(6433), 1, + anon_sym_DASH, + ACTIONS(6443), 1, + anon_sym_PLUS, + ACTIONS(6451), 1, + anon_sym_bit_DASHand, + ACTIONS(6453), 1, + anon_sym_bit_DASHxor, + STATE(3417), 1, sym_comment, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 5, + ACTIONS(6431), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1553), 22, - anon_sym_DASH, - anon_sym_in, - anon_sym_EQ_GT, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(6445), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6449), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6435), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6447), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, + ACTIONS(963), 5, + anon_sym_LBRACE, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [162247] = 4, + [177360] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3436), 1, + ACTIONS(6489), 1, + aux_sym__immediate_decimal_token2, + STATE(3418), 1, sym_comment, - ACTIONS(6517), 7, - anon_sym_DOLLAR, + ACTIONS(2501), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6515), 22, + aux_sym_unquoted_token1, + ACTIONS(2503), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -335674,27 +277247,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [162287] = 4, + [177402] = 14, ACTIONS(3), 1, anon_sym_POUND, - STATE(3437), 1, + ACTIONS(6433), 1, + anon_sym_DASH, + ACTIONS(6443), 1, + anon_sym_PLUS, + ACTIONS(6451), 1, + anon_sym_bit_DASHand, + STATE(3419), 1, sym_comment, - ACTIONS(2832), 7, - anon_sym_DOLLAR, + ACTIONS(6431), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6437), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6445), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6449), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6435), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6447), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 6, + anon_sym_LBRACE, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [177462] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6363), 1, + aux_sym__immediate_decimal_token2, + STATE(3420), 1, + sym_comment, + ACTIONS(2375), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2834), 22, + aux_sym_unquoted_token1, + ACTIONS(2377), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -335710,16 +277330,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [162327] = 5, + [177504] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6521), 1, - anon_sym_COMMA, - STATE(3438), 1, + STATE(3421), 1, sym_comment, - ACTIONS(6523), 7, + ACTIONS(856), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335727,8 +277343,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6519), 21, + ACTIONS(858), 22, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -335749,25 +277366,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162369] = 4, + [177544] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3439), 1, + ACTIONS(6300), 1, + aux_sym__immediate_decimal_token2, + STATE(3422), 1, sym_comment, - ACTIONS(6354), 7, - anon_sym_DOLLAR, + ACTIONS(2326), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6352), 22, + aux_sym_unquoted_token1, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -335783,35 +277403,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [162409] = 10, + [177586] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, - anon_sym_DASH, ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, anon_sym_PLUS, - STATE(3440), 1, + STATE(3423), 1, sym_comment, - ACTIONS(1551), 2, + ACTIONS(6491), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(6495), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(6497), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(6499), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, + ACTIONS(6503), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1553), 17, + ACTIONS(6505), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 13, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [177640] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, + anon_sym_PLUS, + STATE(3424), 1, + sym_comment, + ACTIONS(961), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(963), 19, anon_sym_in, anon_sym_EQ_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -335827,57 +277487,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [162461] = 13, + [177690] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, + ACTIONS(6433), 1, anon_sym_DASH, - ACTIONS(6493), 1, + ACTIONS(6443), 1, anon_sym_PLUS, - STATE(3441), 1, + STATE(3425), 1, sym_comment, - ACTIONS(6481), 2, + ACTIONS(6431), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(6439), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, + ACTIONS(6445), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6499), 2, + ACTIONS(6449), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6485), 4, + ACTIONS(6435), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6497), 4, + ACTIONS(6447), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 7, - anon_sym_EQ_GT, + ACTIONS(963), 7, + anon_sym_LBRACE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [162519] = 4, + [177748] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3442), 1, + STATE(3426), 1, sym_comment, - ACTIONS(3232), 7, + ACTIONS(1085), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -335885,7 +277545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3234), 22, + ACTIONS(1087), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -335908,203 +277568,213 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162559] = 14, + [177788] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, + ACTIONS(6433), 1, anon_sym_DASH, - ACTIONS(6493), 1, + ACTIONS(6443), 1, anon_sym_PLUS, - ACTIONS(6501), 1, - anon_sym_bit_DASHand, - STATE(3443), 1, + STATE(3427), 1, sym_comment, - ACTIONS(6481), 2, + ACTIONS(961), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(6439), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, + ACTIONS(6445), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6499), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6485), 4, + ACTIONS(963), 17, anon_sym_in, + anon_sym_LBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6497), 4, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [177840] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, + anon_sym_PLUS, + STATE(3428), 1, + sym_comment, + ACTIONS(6491), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6503), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6505), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 6, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(963), 9, anon_sym_EQ_GT, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [162619] = 4, + [177896] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3444), 1, + STATE(3429), 1, sym_comment, - ACTIONS(1513), 8, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(1515), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [162659] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3445), 1, - sym_comment, - ACTIONS(6527), 7, - anon_sym_DOLLAR, + anon_sym_LT2, + ACTIONS(963), 22, anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6525), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, + anon_sym_in, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [162699] = 4, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [177938] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3446), 1, + STATE(3430), 1, sym_comment, - ACTIONS(6272), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6270), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 3, + anon_sym_GT, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [162739] = 5, + anon_sym_LT2, + ACTIONS(963), 20, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [177984] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6529), 1, - anon_sym_DOT2, - STATE(3447), 1, + STATE(3431), 1, sym_comment, - ACTIONS(3206), 8, + ACTIONS(6437), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(961), 3, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(963), 20, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3208), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + anon_sym_in, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [162781] = 4, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178030] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3448), 1, + STATE(3432), 1, sym_comment, - ACTIONS(1651), 7, + ACTIONS(941), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336112,7 +277782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1653), 22, + ACTIONS(943), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336135,159 +277805,56 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162821] = 16, + [178070] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, + ACTIONS(6433), 1, anon_sym_DASH, - ACTIONS(6493), 1, + ACTIONS(6443), 1, anon_sym_PLUS, - ACTIONS(6501), 1, - anon_sym_bit_DASHand, - ACTIONS(6503), 1, - anon_sym_bit_DASHxor, - ACTIONS(6531), 1, - anon_sym_bit_DASHor, - STATE(3449), 1, + STATE(3433), 1, sym_comment, - ACTIONS(6481), 2, + ACTIONS(6431), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(6439), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, + ACTIONS(6445), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6499), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1553), 4, - anon_sym_EQ_GT, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6485), 4, + ACTIONS(6435), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6497), 4, + ACTIONS(6447), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [162885] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6483), 1, - anon_sym_DASH, - ACTIONS(6493), 1, - anon_sym_PLUS, - ACTIONS(6501), 1, - anon_sym_bit_DASHand, - ACTIONS(6503), 1, - anon_sym_bit_DASHxor, - ACTIONS(6531), 1, - anon_sym_bit_DASHor, - ACTIONS(6533), 1, - anon_sym_and, - STATE(3450), 1, - sym_comment, - ACTIONS(6481), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6487), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6499), 2, + ACTIONS(963), 9, + anon_sym_LBRACE, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1553), 3, - anon_sym_EQ_GT, - anon_sym_xor, - anon_sym_or, - ACTIONS(6485), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6497), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [162951] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6483), 1, - anon_sym_DASH, - ACTIONS(6493), 1, - anon_sym_PLUS, - ACTIONS(6501), 1, anon_sym_bit_DASHand, - ACTIONS(6503), 1, anon_sym_bit_DASHxor, - ACTIONS(6531), 1, anon_sym_bit_DASHor, - ACTIONS(6533), 1, anon_sym_and, - ACTIONS(6535), 1, anon_sym_xor, - STATE(3451), 1, - sym_comment, - ACTIONS(1553), 2, - anon_sym_EQ_GT, - anon_sym_or, - ACTIONS(6481), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6487), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6499), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6485), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6497), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [163019] = 4, + anon_sym_or, + [178126] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3452), 1, + STATE(3434), 1, sym_comment, - ACTIONS(1695), 7, + ACTIONS(1069), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336295,7 +277862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1697), 22, + ACTIONS(1071), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336318,28 +277885,26 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163059] = 4, + [178166] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3453), 1, + STATE(3435), 1, sym_comment, - ACTIONS(2832), 8, + ACTIONS(1063), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2834), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(1065), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336354,12 +277919,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163099] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [178206] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3454), 1, + ACTIONS(6509), 1, + anon_sym_DOT2, + STATE(3436), 1, sym_comment, - ACTIONS(2906), 8, + ACTIONS(2669), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -336368,14 +277937,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2908), 21, + ACTIONS(2671), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336390,64 +277958,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163139] = 4, + [178248] = 10, ACTIONS(3), 1, anon_sym_POUND, - STATE(3455), 1, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, + anon_sym_PLUS, + STATE(3437), 1, sym_comment, - ACTIONS(2984), 8, + ACTIONS(961), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6503), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(963), 17, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178300] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6433), 1, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(2986), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(6443), 1, + anon_sym_PLUS, + STATE(3438), 1, + sym_comment, + ACTIONS(6431), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6437), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6439), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6441), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6445), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6447), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(963), 13, + anon_sym_in, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178354] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [163179] = 4, + STATE(3439), 1, + sym_comment, + ACTIONS(6491), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6503), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6511), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6505), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(963), 7, + anon_sym_EQ_GT, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178412] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3456), 1, + STATE(3440), 1, sym_comment, - ACTIONS(3256), 8, + ACTIONS(1045), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3258), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(1047), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336462,12 +278122,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163219] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [178452] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3457), 1, + STATE(3441), 1, sym_comment, - ACTIONS(1691), 7, + ACTIONS(1041), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336475,7 +278137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1693), 22, + ACTIONS(1043), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336498,12 +278160,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163259] = 4, + [178492] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3458), 1, + STATE(3442), 1, sym_comment, - ACTIONS(6539), 7, + ACTIONS(1031), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336511,7 +278173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6537), 22, + ACTIONS(1033), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336534,30 +278196,74 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163299] = 6, + [178532] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6544), 1, - anon_sym_COMMA, - STATE(3459), 1, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, + anon_sym_PLUS, + ACTIONS(6513), 1, + anon_sym_bit_DASHand, + STATE(3443), 1, sym_comment, - ACTIONS(6509), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6546), 7, - anon_sym_DOLLAR, + ACTIONS(6491), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6503), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6511), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6505), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(963), 6, + anon_sym_EQ_GT, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178592] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3444), 1, + sym_comment, + ACTIONS(860), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6541), 19, + aux_sym_unquoted_token1, + ACTIONS(862), 21, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336572,12 +278278,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163343] = 4, + [178632] = 15, ACTIONS(3), 1, anon_sym_POUND, - STATE(3460), 1, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, + anon_sym_PLUS, + ACTIONS(6513), 1, + anon_sym_bit_DASHand, + ACTIONS(6515), 1, + anon_sym_bit_DASHxor, + STATE(3445), 1, + sym_comment, + ACTIONS(6491), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6503), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6511), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6505), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(963), 5, + anon_sym_EQ_GT, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178694] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3446), 1, + sym_comment, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(961), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(963), 22, + anon_sym_DASH, + anon_sym_in, + anon_sym_EQ_GT, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [178736] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3447), 1, sym_comment, - ACTIONS(1679), 7, + ACTIONS(1023), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336585,7 +278375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1681), 22, + ACTIONS(1025), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336608,12 +278398,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163383] = 4, + [178776] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3461), 1, + STATE(3448), 1, sym_comment, - ACTIONS(1587), 7, + ACTIONS(1089), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336621,7 +278411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1589), 22, + ACTIONS(1091), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336644,15 +278434,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163423] = 5, + [178816] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3462), 1, + STATE(3449), 1, sym_comment, - ACTIONS(6352), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6458), 7, + ACTIONS(6519), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336660,7 +278447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6455), 20, + ACTIONS(6517), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336681,26 +278468,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163465] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [178856] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3463), 1, + ACTIONS(6521), 1, + anon_sym_DOT2, + STATE(3450), 1, sym_comment, - ACTIONS(2984), 7, - anon_sym_DOLLAR, + ACTIONS(2675), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(2986), 22, + aux_sym_unquoted_token1, + ACTIONS(2677), 20, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336715,14 +278507,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [163505] = 4, + [178898] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3464), 1, + STATE(3451), 1, sym_comment, - ACTIONS(2906), 7, + ACTIONS(6525), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336730,7 +278520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2908), 22, + ACTIONS(6523), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336753,29 +278543,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163545] = 5, + [178938] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3465), 1, + ACTIONS(6527), 1, + anon_sym_DOT2, + STATE(3452), 1, sym_comment, - ACTIONS(6525), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6552), 7, - anon_sym_DOLLAR, + ACTIONS(2685), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6549), 20, + aux_sym_unquoted_token1, + ACTIONS(2687), 20, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336790,15 +278580,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163587] = 5, + [178980] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3466), 1, + STATE(3453), 1, sym_comment, - ACTIONS(215), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1364), 7, + ACTIONS(6201), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -336806,7 +278593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1361), 20, + ACTIONS(6199), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -336827,80 +278614,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163629] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_EQ_GT, - ACTIONS(6483), 1, - anon_sym_DASH, - ACTIONS(6493), 1, - anon_sym_PLUS, - ACTIONS(6501), 1, - anon_sym_bit_DASHand, - ACTIONS(6503), 1, - anon_sym_bit_DASHxor, - ACTIONS(6531), 1, - anon_sym_bit_DASHor, - ACTIONS(6533), 1, - anon_sym_and, - ACTIONS(6535), 1, - anon_sym_xor, - ACTIONS(6555), 1, - anon_sym_or, - STATE(3467), 1, - sym_comment, - ACTIONS(6481), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6487), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6489), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6499), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6485), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6497), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [163699] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [179020] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6557), 1, - anon_sym_DOT2, - STATE(3468), 1, + STATE(3454), 1, sym_comment, - ACTIONS(3212), 8, + ACTIONS(6531), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3214), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6529), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336915,26 +278650,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163741] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [179060] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3469), 1, + STATE(3455), 1, sym_comment, - ACTIONS(6561), 7, - anon_sym_DOLLAR, + ACTIONS(941), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6559), 22, + aux_sym_unquoted_token1, + ACTIONS(943), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336949,28 +278688,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [163781] = 4, + [179100] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3470), 1, + ACTIONS(6533), 1, + anon_sym_DOT2, + STATE(3456), 1, sym_comment, - ACTIONS(1532), 7, - anon_sym_DOLLAR, + ACTIONS(2691), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1534), 22, + aux_sym_unquoted_token1, + ACTIONS(2693), 20, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -336985,14 +278725,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [163821] = 4, + [179142] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3471), 1, + STATE(3457), 1, sym_comment, - ACTIONS(1671), 7, + ACTIONS(2780), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337000,7 +278738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1673), 22, + ACTIONS(2782), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337023,12 +278761,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163861] = 4, + [179182] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3472), 1, + STATE(3458), 1, sym_comment, - ACTIONS(1683), 7, + ACTIONS(1015), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337036,7 +278774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1685), 22, + ACTIONS(1017), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337059,101 +278797,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163901] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1538), 1, - anon_sym_LBRACE, - ACTIONS(6426), 1, - anon_sym_DASH, - STATE(3473), 1, - sym_comment, - ACTIONS(1540), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1623), 22, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [163945] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1553), 1, - anon_sym_LBRACE, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - ACTIONS(6583), 1, - anon_sym_bit_DASHand, - ACTIONS(6585), 1, - anon_sym_bit_DASHxor, - ACTIONS(6587), 1, - anon_sym_bit_DASHor, - ACTIONS(6589), 1, - anon_sym_and, - ACTIONS(6591), 1, - anon_sym_xor, - ACTIONS(6593), 1, - anon_sym_or, - STATE(3474), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6581), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [164015] = 4, + [179222] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3475), 1, + STATE(3459), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(1009), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337161,7 +278810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(1011), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337184,12 +278833,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164055] = 4, + [179262] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3476), 1, + STATE(3460), 1, sym_comment, - ACTIONS(1619), 7, + ACTIONS(1003), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337197,7 +278846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1621), 22, + ACTIONS(1005), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337220,12 +278869,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164095] = 4, + [179302] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3477), 1, + STATE(3461), 1, sym_comment, - ACTIONS(1619), 7, + ACTIONS(999), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337233,7 +278882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1621), 22, + ACTIONS(1001), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337256,76 +278905,127 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164135] = 18, + [179342] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6565), 1, + ACTIONS(6493), 1, anon_sym_DASH, - ACTIONS(6575), 1, + ACTIONS(6501), 1, anon_sym_PLUS, - ACTIONS(6583), 1, + ACTIONS(6513), 1, anon_sym_bit_DASHand, - ACTIONS(6585), 1, + ACTIONS(6515), 1, anon_sym_bit_DASHxor, - ACTIONS(6587), 1, + ACTIONS(6535), 1, anon_sym_bit_DASHor, - ACTIONS(6589), 1, + ACTIONS(6537), 1, anon_sym_and, - ACTIONS(6591), 1, + ACTIONS(6539), 1, anon_sym_xor, - STATE(3478), 1, + STATE(3462), 1, sym_comment, - ACTIONS(1553), 2, - anon_sym_LBRACE, + ACTIONS(963), 2, + anon_sym_EQ_GT, anon_sym_or, - ACTIONS(6563), 2, + ACTIONS(6491), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6569), 2, + ACTIONS(6495), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6571), 2, + ACTIONS(6497), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, + ACTIONS(6499), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, + ACTIONS(6503), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6581), 2, + ACTIONS(6511), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6567), 4, + ACTIONS(6505), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6507), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6579), 4, + [179410] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6493), 1, + anon_sym_DASH, + ACTIONS(6501), 1, + anon_sym_PLUS, + ACTIONS(6513), 1, + anon_sym_bit_DASHand, + ACTIONS(6515), 1, + anon_sym_bit_DASHxor, + ACTIONS(6535), 1, + anon_sym_bit_DASHor, + ACTIONS(6537), 1, + anon_sym_and, + STATE(3463), 1, + sym_comment, + ACTIONS(6491), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6495), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6497), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6499), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6503), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6511), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(963), 3, + anon_sym_EQ_GT, + anon_sym_xor, + anon_sym_or, + ACTIONS(6505), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [164203] = 4, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [179476] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3479), 1, + STATE(3464), 1, sym_comment, - ACTIONS(1513), 7, - anon_sym_DOLLAR, + ACTIONS(914), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1515), 22, + aux_sym_unquoted_token1, + ACTIONS(916), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_DOT2, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -337340,63 +279040,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [164243] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - ACTIONS(6583), 1, - anon_sym_bit_DASHand, - ACTIONS(6585), 1, - anon_sym_bit_DASHxor, - ACTIONS(6587), 1, - anon_sym_bit_DASHor, - ACTIONS(6589), 1, - anon_sym_and, - STATE(3480), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6581), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1553), 3, - anon_sym_LBRACE, - anon_sym_xor, - anon_sym_or, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [164309] = 4, + [179516] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3481), 1, + ACTIONS(6541), 1, + anon_sym_COMMA, + STATE(3465), 1, sym_comment, - ACTIONS(1633), 7, + ACTIONS(6543), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337404,9 +279055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1635), 22, + ACTIONS(6485), 21, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -337427,77 +279077,27 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164349] = 16, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - ACTIONS(6583), 1, - anon_sym_bit_DASHand, - ACTIONS(6585), 1, - anon_sym_bit_DASHxor, - ACTIONS(6587), 1, - anon_sym_bit_DASHor, - STATE(3482), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6581), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1553), 4, - anon_sym_LBRACE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [164413] = 5, + [179558] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6595), 1, - anon_sym_DOT2, - STATE(3483), 1, + ACTIONS(6547), 1, + anon_sym_COMMA, + STATE(3466), 1, sym_comment, - ACTIONS(3163), 8, + ACTIONS(6549), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3165), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6545), 21, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -337512,59 +279112,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164455] = 15, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [179600] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6565), 1, + ACTIONS(6493), 1, anon_sym_DASH, - ACTIONS(6575), 1, + ACTIONS(6501), 1, anon_sym_PLUS, - ACTIONS(6583), 1, + ACTIONS(6513), 1, anon_sym_bit_DASHand, - ACTIONS(6585), 1, + ACTIONS(6515), 1, anon_sym_bit_DASHxor, - STATE(3484), 1, + ACTIONS(6535), 1, + anon_sym_bit_DASHor, + STATE(3467), 1, sym_comment, - ACTIONS(6563), 2, + ACTIONS(6491), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6569), 2, + ACTIONS(6495), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6571), 2, + ACTIONS(6497), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, + ACTIONS(6499), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, + ACTIONS(6503), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6581), 2, + ACTIONS(6511), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, + ACTIONS(963), 4, + anon_sym_EQ_GT, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(6505), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 5, - anon_sym_LBRACE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [164517] = 4, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [179664] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3485), 1, + STATE(3468), 1, sym_comment, - ACTIONS(6599), 7, + ACTIONS(995), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337572,7 +279175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6597), 22, + ACTIONS(997), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337595,15 +279198,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164557] = 5, + [179704] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3486), 1, + STATE(3469), 1, sym_comment, - ACTIONS(1657), 2, + ACTIONS(1091), 2, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(6604), 7, + ACTIONS(6554), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337611,7 +279214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6601), 20, + ACTIONS(6551), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337632,60 +279235,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164599] = 14, + [179746] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6565), 1, + ACTIONS(963), 1, + anon_sym_EQ_GT, + ACTIONS(6493), 1, anon_sym_DASH, - ACTIONS(6575), 1, + ACTIONS(6501), 1, anon_sym_PLUS, - ACTIONS(6583), 1, + ACTIONS(6513), 1, anon_sym_bit_DASHand, - STATE(3487), 1, + ACTIONS(6515), 1, + anon_sym_bit_DASHxor, + ACTIONS(6535), 1, + anon_sym_bit_DASHor, + ACTIONS(6537), 1, + anon_sym_and, + ACTIONS(6539), 1, + anon_sym_xor, + ACTIONS(6557), 1, + anon_sym_or, + STATE(3470), 1, sym_comment, - ACTIONS(6563), 2, + ACTIONS(6491), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6569), 2, + ACTIONS(6495), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6571), 2, + ACTIONS(6497), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, + ACTIONS(6499), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, + ACTIONS(6503), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6581), 2, + ACTIONS(6511), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, + ACTIONS(6505), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1553), 6, - anon_sym_LBRACE, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [164659] = 5, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [179816] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6607), 1, + ACTIONS(6559), 1, anon_sym_DOT2, - STATE(3488), 1, + STATE(3471), 1, sym_comment, - ACTIONS(3238), 8, + ACTIONS(2661), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -337694,7 +279302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3240), 20, + ACTIONS(2663), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -337715,57 +279323,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164701] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - STATE(3489), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6581), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 7, - anon_sym_LBRACE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [164759] = 4, + [179858] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3490), 1, + STATE(3472), 1, sym_comment, - ACTIONS(3271), 7, + ACTIONS(991), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337773,7 +279336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3273), 22, + ACTIONS(993), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337796,33 +279359,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164799] = 10, + [179898] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6565), 1, + ACTIONS(924), 1, + anon_sym_LBRACE, + ACTIONS(6321), 1, anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - STATE(3491), 1, + STATE(3473), 1, sym_comment, - ACTIONS(1551), 2, + ACTIONS(926), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6571), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1007), 22, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1553), 17, - anon_sym_in, - anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -337838,12 +279397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [164851] = 4, + [179942] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3492), 1, + STATE(3474), 1, sym_comment, - ACTIONS(1675), 7, + ACTIONS(991), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337851,7 +279410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1677), 22, + ACTIONS(993), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337874,49 +279433,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164891] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3493), 1, - sym_comment, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1551), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1553), 22, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [164933] = 4, + [179982] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3494), 1, + STATE(3475), 1, sym_comment, - ACTIONS(1663), 7, + ACTIONS(6315), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337924,7 +279446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1665), 22, + ACTIONS(6313), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -337947,51 +279469,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [164973] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3495), 1, - sym_comment, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1551), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1553), 20, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [165019] = 4, + [180022] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3496), 1, + STATE(3476), 1, sym_comment, - ACTIONS(1655), 7, + ACTIONS(6561), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -337999,7 +279482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1657), 22, + ACTIONS(6475), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -338022,56 +279505,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [165059] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - STATE(3497), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 9, - anon_sym_LBRACE, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [165115] = 4, + [180062] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3498), 1, + STATE(3477), 1, sym_comment, - ACTIONS(1687), 7, + ACTIONS(868), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -338079,7 +279518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1689), 22, + ACTIONS(870), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -338102,53 +279541,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [165155] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - STATE(3499), 1, - sym_comment, - ACTIONS(1551), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1553), 19, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [165205] = 4, + [180102] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3500), 1, + STATE(3478), 1, sym_comment, - ACTIONS(1607), 7, + ACTIONS(975), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -338156,7 +279554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1609), 22, + ACTIONS(977), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -338179,55 +279577,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [165245] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - STATE(3501), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1553), 13, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [165299] = 4, + [180142] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3502), 1, + STATE(3479), 1, sym_comment, - ACTIONS(1659), 7, + ACTIONS(969), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -338235,7 +279590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1661), 22, + ACTIONS(971), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -338258,29 +279613,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [165339] = 5, + [180182] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6609), 1, - aux_sym__immediate_decimal_token2, - STATE(3503), 1, + ACTIONS(6563), 1, + anon_sym_DOT2, + STATE(3480), 1, sym_comment, - ACTIONS(2984), 7, + ACTIONS(2737), 8, anon_sym_DASH, anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2986), 21, + ACTIONS(2739), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -338295,25 +279650,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165381] = 4, + [180224] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3504), 1, + ACTIONS(2297), 1, + anon_sym_PLUS, + ACTIONS(6565), 1, + anon_sym_DASH, + ACTIONS(6579), 1, + anon_sym_bit_DASHand, + ACTIONS(6581), 1, + anon_sym_bit_DASHxor, + ACTIONS(6583), 1, + anon_sym_bit_DASHor, + ACTIONS(6585), 1, + anon_sym_and, + ACTIONS(6587), 1, + anon_sym_xor, + ACTIONS(6589), 1, + anon_sym_or, + STATE(3481), 1, sym_comment, - ACTIONS(1603), 7, - anon_sym_DOLLAR, + ACTIONS(2295), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(2301), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6569), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6571), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6573), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6577), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6567), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6575), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [180291] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3482), 1, + sym_comment, + ACTIONS(885), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1605), 22, + aux_sym_unquoted_token1, + ACTIONS(887), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -338329,27 +279734,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [165421] = 4, + [180330] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3505), 1, + STATE(3483), 1, sym_comment, - ACTIONS(1611), 7, - anon_sym_DOLLAR, + ACTIONS(3097), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1613), 22, + aux_sym_unquoted_token1, + ACTIONS(3099), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -338365,27 +279769,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [165461] = 4, + [180369] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3506), 1, + STATE(3484), 1, sym_comment, - ACTIONS(1599), 7, - anon_sym_DOLLAR, + ACTIONS(3101), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1601), 22, + aux_sym_unquoted_token1, + ACTIONS(3103), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -338401,27 +279804,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [165501] = 4, + [180408] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3507), 1, + STATE(3485), 1, sym_comment, - ACTIONS(1591), 7, - anon_sym_DOLLAR, + ACTIONS(2375), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1593), 22, + aux_sym_unquoted_token1, + ACTIONS(2377), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -338437,30 +279839,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [165541] = 4, + [180447] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3508), 1, + STATE(3486), 1, sym_comment, - ACTIONS(1520), 8, + ACTIONS(2797), 7, anon_sym_DASH, anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1522), 21, + ACTIONS(2799), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -338475,28 +279874,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165581] = 4, + [180486] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3509), 1, + STATE(3487), 1, sym_comment, - ACTIONS(1509), 8, + ACTIONS(3109), 7, anon_sym_DASH, anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1511), 21, + ACTIONS(3111), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -338511,12 +279909,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165621] = 4, + [180525] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3510), 1, + STATE(3488), 1, sym_comment, - ACTIONS(3256), 7, + ACTIONS(3113), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -338524,7 +279922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3258), 21, + ACTIONS(3115), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -338546,61 +279944,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165660] = 18, + [180564] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5883), 1, - anon_sym_PLUS, - ACTIONS(5901), 1, - anon_sym_bit_DASHand, - ACTIONS(5903), 1, - anon_sym_bit_DASHxor, - ACTIONS(5905), 1, - anon_sym_bit_DASHor, - ACTIONS(6611), 1, - anon_sym_DASH, - ACTIONS(6613), 1, - anon_sym_and, - ACTIONS(6615), 1, - anon_sym_xor, - ACTIONS(6617), 1, - anon_sym_or, - STATE(3511), 1, - sym_comment, - ACTIONS(5881), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5887), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(5889), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5891), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5893), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5899), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5895), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5897), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - [165727] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3512), 1, + STATE(3489), 1, sym_comment, - ACTIONS(3604), 7, + ACTIONS(3117), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -338608,7 +279957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3606), 21, + ACTIONS(3119), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -338630,61 +279979,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165766] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6044), 1, - anon_sym_PLUS, - ACTIONS(6619), 1, - anon_sym_DASH, - ACTIONS(6633), 1, - anon_sym_bit_DASHand, - ACTIONS(6635), 1, - anon_sym_bit_DASHxor, - ACTIONS(6637), 1, - anon_sym_bit_DASHor, - ACTIONS(6639), 1, - anon_sym_and, - ACTIONS(6641), 1, - anon_sym_xor, - ACTIONS(6643), 1, - anon_sym_or, - STATE(3513), 1, - sym_comment, - ACTIONS(6046), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6099), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6623), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6625), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6627), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6631), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6621), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6629), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [165833] = 4, + [180603] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3514), 1, + STATE(3490), 1, sym_comment, - ACTIONS(3612), 7, + ACTIONS(2326), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -338692,7 +279992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3614), 21, + ACTIONS(2328), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -338714,61 +280014,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165872] = 18, + [180642] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - anon_sym_PLUS, - ACTIONS(6645), 1, + ACTIONS(6367), 1, anon_sym_DASH, - ACTIONS(6659), 1, + ACTIONS(6375), 1, + anon_sym_PLUS, + ACTIONS(6407), 1, anon_sym_bit_DASHand, - ACTIONS(6661), 1, + ACTIONS(6413), 1, anon_sym_bit_DASHxor, - ACTIONS(6663), 1, + ACTIONS(6421), 1, anon_sym_bit_DASHor, - ACTIONS(6665), 1, + ACTIONS(6423), 1, anon_sym_and, - ACTIONS(6667), 1, + ACTIONS(6427), 1, anon_sym_xor, - ACTIONS(6669), 1, + ACTIONS(6429), 1, anon_sym_or, - STATE(3515), 1, + STATE(3491), 1, sym_comment, - ACTIONS(2732), 2, + ACTIONS(6365), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2738), 2, + ACTIONS(6369), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6649), 2, + ACTIONS(6371), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6651), 2, + ACTIONS(6373), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6653), 2, + ACTIONS(6377), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6657), 2, + ACTIONS(6405), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6647), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6655), 4, + ACTIONS(6379), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [165939] = 4, + ACTIONS(6403), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [180709] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3516), 1, + STATE(3492), 1, sym_comment, - ACTIONS(1513), 7, + ACTIONS(3121), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -338776,7 +280076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1515), 21, + ACTIONS(3123), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -338798,97 +280098,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165978] = 5, + [180748] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6671), 1, - sym__long_flag_identifier, - STATE(3517), 1, - sym_comment, - ACTIONS(3153), 12, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_not, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(3157), 15, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [166019] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1798), 1, + ACTIONS(1099), 1, anon_sym_PLUS, - ACTIONS(6673), 1, + ACTIONS(6591), 1, anon_sym_DASH, - ACTIONS(6679), 1, + ACTIONS(6605), 1, anon_sym_bit_DASHand, - ACTIONS(6681), 1, + ACTIONS(6607), 1, anon_sym_bit_DASHxor, - ACTIONS(6683), 1, + ACTIONS(6609), 1, anon_sym_bit_DASHor, - ACTIONS(6685), 1, + ACTIONS(6611), 1, anon_sym_and, - ACTIONS(6687), 1, + ACTIONS(6613), 1, anon_sym_xor, - ACTIONS(6689), 1, + ACTIONS(6615), 1, anon_sym_or, - STATE(3518), 1, + STATE(3493), 1, sym_comment, - ACTIONS(1796), 2, + ACTIONS(1097), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(1802), 2, + ACTIONS(1103), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1804), 2, + ACTIONS(6595), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1806), 2, + ACTIONS(6597), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1812), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6677), 2, + ACTIONS(6599), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1810), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6675), 4, + ACTIONS(6603), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6593), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [166086] = 4, + ACTIONS(6601), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [180815] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3519), 1, + STATE(3494), 1, sym_comment, - ACTIONS(3329), 7, + ACTIONS(3125), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -338896,7 +280160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3331), 21, + ACTIONS(3127), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -338918,26 +280182,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166125] = 4, + [180854] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3520), 1, + STATE(3495), 1, sym_comment, - ACTIONS(3427), 7, + ACTIONS(6623), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6620), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3429), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6617), 19, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -338953,12 +280218,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166164] = 4, + [180895] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3521), 1, + STATE(3496), 1, sym_comment, - ACTIONS(3616), 7, + ACTIONS(3133), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -338966,7 +280231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3618), 21, + ACTIONS(3135), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -338988,12 +280253,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166203] = 4, + [180934] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3522), 1, + STATE(3497), 1, sym_comment, - ACTIONS(3620), 7, + ACTIONS(3093), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339001,7 +280266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3622), 21, + ACTIONS(3095), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339023,12 +280288,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166242] = 4, + [180973] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3523), 1, + STATE(3498), 1, sym_comment, - ACTIONS(3632), 7, + ACTIONS(3089), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339036,7 +280301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3634), 21, + ACTIONS(3091), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339058,47 +280323,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166281] = 4, + [181012] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3524), 1, - sym_comment, - ACTIONS(6693), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6691), 21, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, + ACTIONS(3912), 1, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [166320] = 4, + ACTIONS(3930), 1, + anon_sym_bit_DASHand, + ACTIONS(3932), 1, + anon_sym_bit_DASHxor, + ACTIONS(4282), 1, + anon_sym_bit_DASHor, + ACTIONS(4284), 1, + anon_sym_and, + ACTIONS(4286), 1, + anon_sym_xor, + ACTIONS(4288), 1, + anon_sym_or, + ACTIONS(6625), 1, + anon_sym_DASH, + STATE(3499), 1, + sym_comment, + ACTIONS(3910), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3916), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3920), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3922), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3928), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3924), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3926), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [181079] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3525), 1, + STATE(3500), 1, sym_comment, - ACTIONS(3638), 7, + ACTIONS(3085), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339106,7 +280385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3640), 21, + ACTIONS(3087), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339128,12 +280407,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166359] = 4, + [181118] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3526), 1, + STATE(3501), 1, sym_comment, - ACTIONS(3779), 7, + ACTIONS(3081), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339141,7 +280420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3781), 21, + ACTIONS(3083), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339163,12 +280442,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166398] = 4, + [181157] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3527), 1, + STATE(3502), 1, sym_comment, - ACTIONS(3431), 7, + ACTIONS(3137), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339176,7 +280455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3433), 21, + ACTIONS(3139), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339198,47 +280477,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166437] = 4, + [181196] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3528), 1, + ACTIONS(6627), 1, + sym__long_flag_identifier, + STATE(3503), 1, sym_comment, - ACTIONS(3642), 7, + ACTIONS(2416), 12, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, + anon_sym_not, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3644), 21, + ACTIONS(2420), 15, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166476] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [181237] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3529), 1, + STATE(3504), 1, sym_comment, - ACTIONS(3459), 7, + ACTIONS(3141), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339246,7 +280526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3461), 21, + ACTIONS(3143), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339268,12 +280548,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166515] = 4, + [181276] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3530), 1, + STATE(3505), 1, sym_comment, - ACTIONS(1532), 7, + ACTIONS(3073), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339281,7 +280561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1534), 21, + ACTIONS(3075), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339303,61 +280583,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166554] = 18, + [181315] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5851), 1, + ACTIONS(5707), 1, anon_sym_PLUS, - ACTIONS(5869), 1, + ACTIONS(5725), 1, anon_sym_bit_DASHand, - ACTIONS(5871), 1, + ACTIONS(5727), 1, anon_sym_bit_DASHxor, - ACTIONS(5873), 1, + ACTIONS(5729), 1, anon_sym_bit_DASHor, - ACTIONS(6695), 1, + ACTIONS(6629), 1, anon_sym_DASH, - ACTIONS(6697), 1, + ACTIONS(6631), 1, anon_sym_and, - ACTIONS(6699), 1, + ACTIONS(6633), 1, anon_sym_xor, - ACTIONS(6701), 1, + ACTIONS(6635), 1, anon_sym_or, - STATE(3531), 1, + STATE(3506), 1, sym_comment, - ACTIONS(5849), 2, + ACTIONS(5705), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5855), 2, + ACTIONS(5711), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5857), 2, + ACTIONS(5713), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5859), 2, + ACTIONS(5715), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5861), 2, + ACTIONS(5717), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5867), 2, + ACTIONS(5723), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5863), 4, + ACTIONS(5719), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5865), 4, + ACTIONS(5721), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [166621] = 4, + [181382] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3532), 1, + STATE(3507), 1, sym_comment, - ACTIONS(3654), 7, + ACTIONS(3145), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339365,7 +280645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3656), 21, + ACTIONS(3147), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339387,12 +280667,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166660] = 4, + [181421] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3533), 1, + STATE(3508), 1, sym_comment, - ACTIONS(2832), 7, + ACTIONS(3067), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339400,7 +280680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2834), 21, + ACTIONS(3069), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339422,12 +280702,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166699] = 4, + [181460] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3534), 1, + STATE(3509), 1, sym_comment, - ACTIONS(2906), 7, + ACTIONS(3149), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339435,7 +280715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2908), 21, + ACTIONS(3151), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339457,12 +280737,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166738] = 4, + [181499] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3535), 1, + STATE(3510), 1, sym_comment, - ACTIONS(2984), 7, + ACTIONS(3049), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339470,7 +280750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(2986), 21, + ACTIONS(3051), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339492,12 +280772,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166777] = 4, + [181538] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3536), 1, + STATE(3511), 1, sym_comment, - ACTIONS(3664), 7, + ACTIONS(3031), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339505,7 +280785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3666), 21, + ACTIONS(3033), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339527,61 +280807,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166816] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1699), 1, - anon_sym_PLUS, - ACTIONS(6703), 1, - anon_sym_DASH, - ACTIONS(6717), 1, - anon_sym_bit_DASHand, - ACTIONS(6719), 1, - anon_sym_bit_DASHxor, - ACTIONS(6721), 1, - anon_sym_bit_DASHor, - ACTIONS(6723), 1, - anon_sym_and, - ACTIONS(6725), 1, - anon_sym_xor, - ACTIONS(6727), 1, - anon_sym_or, - STATE(3537), 1, - sym_comment, - ACTIONS(1701), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1707), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6707), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6709), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6711), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6715), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6705), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6713), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [166883] = 4, + [181577] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3538), 1, + STATE(3512), 1, sym_comment, - ACTIONS(3479), 7, + ACTIONS(3041), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339589,7 +280820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3481), 21, + ACTIONS(3043), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339611,202 +280842,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166922] = 5, - ACTIONS(105), 1, + [181616] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token3, - STATE(3539), 1, + STATE(3513), 1, sym_comment, - ACTIONS(5192), 8, + ACTIONS(3035), 7, + anon_sym_DASH, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(3037), 21, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(5200), 19, anon_sym_DOLLAR, - anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, - aux_sym__unquoted_in_list_token1, - [166963] = 18, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [181655] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1557), 1, - anon_sym_PLUS, - ACTIONS(6729), 1, + ACTIONS(6493), 1, anon_sym_DASH, - ACTIONS(6743), 1, + ACTIONS(6501), 1, + anon_sym_PLUS, + ACTIONS(6513), 1, anon_sym_bit_DASHand, - ACTIONS(6745), 1, + ACTIONS(6515), 1, anon_sym_bit_DASHxor, - ACTIONS(6747), 1, + ACTIONS(6535), 1, anon_sym_bit_DASHor, - ACTIONS(6749), 1, + ACTIONS(6537), 1, anon_sym_and, - ACTIONS(6751), 1, + ACTIONS(6539), 1, anon_sym_xor, - ACTIONS(6753), 1, + ACTIONS(6557), 1, anon_sym_or, - STATE(3540), 1, + STATE(3514), 1, sym_comment, - ACTIONS(1555), 2, + ACTIONS(6491), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(1561), 2, + ACTIONS(6495), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6733), 2, + ACTIONS(6497), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6735), 2, + ACTIONS(6499), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6737), 2, + ACTIONS(6503), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6741), 2, + ACTIONS(6511), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6731), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6739), 4, + ACTIONS(6505), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [167030] = 4, - ACTIONS(3), 1, + ACTIONS(6507), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [181722] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3541), 1, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token3, + STATE(3515), 1, sym_comment, - ACTIONS(3672), 7, - anon_sym_DASH, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3674), 21, + ACTIONS(4730), 8, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167069] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3542), 1, - sym_comment, - ACTIONS(6757), 7, + ACTIONS(4738), 19, anon_sym_DOLLAR, anon_sym_DASH, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6755), 21, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [167108] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3543), 1, - sym_comment, - ACTIONS(3767), 7, - anon_sym_DASH, - anon_sym__, - aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3769), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [167147] = 4, + aux_sym__unquoted_in_list_token1, + [181763] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3544), 1, + ACTIONS(5594), 1, + anon_sym_PLUS, + ACTIONS(5612), 1, + anon_sym_bit_DASHand, + ACTIONS(5614), 1, + anon_sym_bit_DASHxor, + ACTIONS(5616), 1, + anon_sym_bit_DASHor, + ACTIONS(6637), 1, + anon_sym_DASH, + ACTIONS(6639), 1, + anon_sym_and, + ACTIONS(6641), 1, + anon_sym_xor, + ACTIONS(6643), 1, + anon_sym_or, + STATE(3516), 1, + sym_comment, + ACTIONS(5592), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5598), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(5600), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5602), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5604), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5610), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5606), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5608), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [181830] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3517), 1, sym_comment, - ACTIONS(3759), 7, + ACTIONS(3176), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339814,7 +281024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3761), 21, + ACTIONS(3178), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339836,26 +281046,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167186] = 4, + [181869] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3545), 1, + ACTIONS(2202), 1, + anon_sym_PLUS, + ACTIONS(6645), 1, + anon_sym_DASH, + ACTIONS(6659), 1, + anon_sym_bit_DASHand, + ACTIONS(6661), 1, + anon_sym_bit_DASHxor, + ACTIONS(6663), 1, + anon_sym_bit_DASHor, + ACTIONS(6665), 1, + anon_sym_and, + ACTIONS(6667), 1, + anon_sym_xor, + ACTIONS(6669), 1, + anon_sym_or, + STATE(3518), 1, sym_comment, - ACTIONS(3755), 7, + ACTIONS(2200), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(2206), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6649), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6651), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6653), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6657), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6647), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6655), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [181936] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3519), 1, + sym_comment, + ACTIONS(6673), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3757), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6671), 21, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -339871,12 +281128,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167225] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [181975] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3546), 1, + ACTIONS(5982), 1, + anon_sym_PLUS, + ACTIONS(6675), 1, + anon_sym_DASH, + ACTIONS(6689), 1, + anon_sym_bit_DASHand, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor, + ACTIONS(6693), 1, + anon_sym_bit_DASHor, + ACTIONS(6695), 1, + anon_sym_and, + ACTIONS(6697), 1, + anon_sym_xor, + ACTIONS(6699), 1, + anon_sym_or, + STATE(3520), 1, + sym_comment, + ACTIONS(5980), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5984), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6679), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6681), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6683), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6687), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6677), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6685), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [182042] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3521), 1, sym_comment, - ACTIONS(3463), 7, + ACTIONS(3105), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339884,7 +281192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3465), 21, + ACTIONS(3107), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339906,12 +281214,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167264] = 4, + [182081] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3547), 1, + STATE(3522), 1, sym_comment, - ACTIONS(3775), 7, + ACTIONS(3013), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339919,7 +281227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3777), 21, + ACTIONS(3015), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339941,12 +281249,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167303] = 4, + [182120] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3548), 1, + STATE(3523), 1, sym_comment, - ACTIONS(3596), 7, + ACTIONS(2784), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339954,7 +281262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3598), 21, + ACTIONS(2786), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -339976,12 +281284,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167342] = 4, + [182159] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3549), 1, + STATE(3524), 1, sym_comment, - ACTIONS(3351), 7, + ACTIONS(2975), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -339989,7 +281297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3353), 21, + ACTIONS(2977), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340011,61 +281319,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167381] = 18, + [182198] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5708), 1, - anon_sym_PLUS, - ACTIONS(5726), 1, - anon_sym_bit_DASHand, - ACTIONS(5728), 1, - anon_sym_bit_DASHxor, - ACTIONS(5730), 1, - anon_sym_bit_DASHor, - ACTIONS(6759), 1, - anon_sym_DASH, - ACTIONS(6761), 1, - anon_sym_and, - ACTIONS(6763), 1, - anon_sym_xor, - ACTIONS(6765), 1, - anon_sym_or, - STATE(3550), 1, - sym_comment, - ACTIONS(5706), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5712), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(5714), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5716), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5718), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5724), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5720), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5722), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - [167448] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3551), 1, + STATE(3525), 1, sym_comment, - ACTIONS(3749), 7, + ACTIONS(2971), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340073,7 +281332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3751), 21, + ACTIONS(2973), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340095,12 +281354,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167487] = 4, + [182237] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3552), 1, + STATE(3526), 1, sym_comment, - ACTIONS(3577), 7, + ACTIONS(2967), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340108,7 +281367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3579), 21, + ACTIONS(2969), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340130,61 +281389,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167526] = 18, + [182276] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6221), 1, - anon_sym_PLUS, - ACTIONS(6767), 1, - anon_sym_DASH, - ACTIONS(6781), 1, - anon_sym_bit_DASHand, - ACTIONS(6783), 1, - anon_sym_bit_DASHxor, - ACTIONS(6785), 1, - anon_sym_bit_DASHor, - ACTIONS(6787), 1, - anon_sym_and, - ACTIONS(6789), 1, - anon_sym_xor, - ACTIONS(6791), 1, - anon_sym_or, - STATE(3553), 1, - sym_comment, - ACTIONS(6219), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6225), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6771), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6773), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6775), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6779), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6769), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6777), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [167593] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3554), 1, + STATE(3527), 1, sym_comment, - ACTIONS(3333), 7, + ACTIONS(2953), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340192,7 +281402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3335), 21, + ACTIONS(2955), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340214,12 +281424,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167632] = 4, + [182315] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3555), 1, + STATE(3528), 1, sym_comment, - ACTIONS(3467), 7, + ACTIONS(2949), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340227,7 +281437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3469), 21, + ACTIONS(2951), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340249,110 +281459,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167671] = 18, + [182354] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6565), 1, - anon_sym_DASH, - ACTIONS(6575), 1, - anon_sym_PLUS, - ACTIONS(6583), 1, - anon_sym_bit_DASHand, - ACTIONS(6585), 1, - anon_sym_bit_DASHxor, - ACTIONS(6587), 1, - anon_sym_bit_DASHor, - ACTIONS(6589), 1, - anon_sym_and, - ACTIONS(6591), 1, - anon_sym_xor, - ACTIONS(6593), 1, - anon_sym_or, - STATE(3556), 1, - sym_comment, - ACTIONS(6563), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6569), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6571), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6573), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6577), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6581), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6567), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6579), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [167738] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4426), 1, - anon_sym_PLUS, - ACTIONS(4444), 1, - anon_sym_bit_DASHand, - ACTIONS(4446), 1, - anon_sym_bit_DASHxor, - ACTIONS(4712), 1, - anon_sym_bit_DASHor, - ACTIONS(4714), 1, - anon_sym_and, - ACTIONS(4716), 1, - anon_sym_xor, - ACTIONS(4718), 1, - anon_sym_or, - ACTIONS(6793), 1, - anon_sym_DASH, - STATE(3557), 1, - sym_comment, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4430), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4432), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4434), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4436), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4442), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4438), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4440), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - [167805] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3558), 1, + STATE(3529), 1, sym_comment, - ACTIONS(3343), 7, + ACTIONS(2945), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340360,7 +281472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3345), 21, + ACTIONS(2947), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340382,12 +281494,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167844] = 4, + [182393] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3559), 1, + STATE(3530), 1, sym_comment, - ACTIONS(1536), 7, + ACTIONS(2941), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340395,7 +281507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(1538), 21, + ACTIONS(2943), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340417,12 +281529,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167883] = 4, + [182432] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3560), 1, + STATE(3531), 1, sym_comment, - ACTIONS(3471), 7, + ACTIONS(2937), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340430,7 +281542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3473), 21, + ACTIONS(2939), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340452,12 +281564,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167922] = 4, + [182471] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3561), 1, + STATE(3532), 1, sym_comment, - ACTIONS(3501), 7, + ACTIONS(2933), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340465,7 +281577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3503), 21, + ACTIONS(2935), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340487,14 +281599,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167961] = 5, + [182510] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6797), 1, - anon_sym_COMMA, - STATE(3562), 1, + STATE(3533), 1, sym_comment, - ACTIONS(6799), 7, + ACTIONS(2929), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340502,8 +281612,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(6795), 20, + ACTIONS(2931), 21, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, @@ -340523,12 +281634,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168002] = 4, + [182549] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3563), 1, + STATE(3534), 1, sym_comment, - ACTIONS(3771), 7, + ACTIONS(2925), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340536,7 +281647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3773), 21, + ACTIONS(2927), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340558,12 +281669,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168041] = 4, + [182588] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3564), 1, + STATE(3535), 1, sym_comment, - ACTIONS(3375), 7, + ACTIONS(2921), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340571,7 +281682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3377), 21, + ACTIONS(2923), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340593,47 +281704,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168080] = 4, + [182627] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3565), 1, - sym_comment, - ACTIONS(3475), 7, - anon_sym_DASH, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3477), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [168119] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3566), 1, + STATE(3536), 1, sym_comment, - ACTIONS(6803), 7, + ACTIONS(2917), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340641,7 +281717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(6801), 21, + ACTIONS(2919), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340663,61 +281739,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168158] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6368), 1, - anon_sym_DASH, - ACTIONS(6378), 1, - anon_sym_PLUS, - ACTIONS(6386), 1, - anon_sym_bit_DASHand, - ACTIONS(6388), 1, - anon_sym_bit_DASHxor, - ACTIONS(6390), 1, - anon_sym_bit_DASHor, - ACTIONS(6392), 1, - anon_sym_and, - ACTIONS(6394), 1, - anon_sym_xor, - ACTIONS(6396), 1, - anon_sym_or, - STATE(3567), 1, - sym_comment, - ACTIONS(6366), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6372), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6374), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6376), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6380), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6384), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6370), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6382), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [168225] = 4, + [182666] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3568), 1, + STATE(3537), 1, sym_comment, - ACTIONS(6807), 7, + ACTIONS(2913), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340725,7 +281752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(6805), 21, + ACTIONS(2915), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340747,12 +281774,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168264] = 4, + [182705] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3569), 1, + STATE(3538), 1, sym_comment, - ACTIONS(3513), 7, + ACTIONS(2907), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340760,7 +281787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3515), 21, + ACTIONS(2909), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340782,12 +281809,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168303] = 4, + [182744] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3570), 1, + STATE(3539), 1, sym_comment, - ACTIONS(3745), 7, + ACTIONS(2903), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340795,7 +281822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3747), 21, + ACTIONS(2905), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340817,12 +281844,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168342] = 4, + [182783] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3571), 1, + STATE(3540), 1, sym_comment, - ACTIONS(3676), 7, + ACTIONS(2899), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340830,7 +281857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3678), 21, + ACTIONS(2901), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340852,12 +281879,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168381] = 4, + [182822] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3572), 1, + STATE(3541), 1, sym_comment, - ACTIONS(3680), 7, + ACTIONS(2895), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340865,7 +281892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3682), 21, + ACTIONS(2897), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340887,15 +281914,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168420] = 5, + [182861] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3573), 1, + STATE(3542), 1, sym_comment, - ACTIONS(6755), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6812), 7, + ACTIONS(6701), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -340903,7 +281927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6809), 19, + ACTIONS(6623), 21, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -340923,48 +281947,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168461] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6356), 1, - anon_sym_DOT2, - STATE(3574), 1, - sym_comment, - ACTIONS(6817), 7, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6815), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [168502] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [182900] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3575), 1, + STATE(3543), 1, sym_comment, - ACTIONS(3509), 7, + ACTIONS(3129), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -340972,7 +281962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3511), 21, + ACTIONS(3131), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -340994,12 +281984,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168541] = 4, + [182939] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3576), 1, + STATE(3544), 1, sym_comment, - ACTIONS(3650), 7, + ACTIONS(2501), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341007,7 +281997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3652), 21, + ACTIONS(2503), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341029,76 +282019,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168580] = 18, + [182978] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5997), 1, + ACTIONS(6433), 1, + anon_sym_DASH, + ACTIONS(6443), 1, anon_sym_PLUS, - ACTIONS(6015), 1, + ACTIONS(6451), 1, anon_sym_bit_DASHand, - ACTIONS(6017), 1, + ACTIONS(6453), 1, anon_sym_bit_DASHxor, - ACTIONS(6019), 1, + ACTIONS(6455), 1, anon_sym_bit_DASHor, - ACTIONS(6819), 1, - anon_sym_DASH, - ACTIONS(6821), 1, + ACTIONS(6457), 1, anon_sym_and, - ACTIONS(6823), 1, + ACTIONS(6459), 1, anon_sym_xor, - ACTIONS(6825), 1, + ACTIONS(6487), 1, anon_sym_or, - STATE(3577), 1, + STATE(3545), 1, sym_comment, - ACTIONS(5995), 2, + ACTIONS(6431), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6001), 2, + ACTIONS(6437), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6003), 2, + ACTIONS(6439), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6005), 2, + ACTIONS(6441), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6007), 2, + ACTIONS(6445), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6013), 2, + ACTIONS(6449), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6009), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6011), 4, + ACTIONS(6435), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [168647] = 4, + ACTIONS(6447), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [183045] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3578), 1, + ACTIONS(6317), 1, + anon_sym_DOT2, + STATE(3546), 1, sym_comment, - ACTIONS(3731), 7, + ACTIONS(6467), 7, anon_sym_DASH, - anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3733), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6465), 20, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -341113,27 +282104,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168686] = 4, + [183086] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3579), 1, + ACTIONS(6317), 1, + anon_sym_DOT2, + STATE(3547), 1, sym_comment, - ACTIONS(3505), 7, + ACTIONS(6705), 7, anon_sym_DASH, - anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(3507), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6703), 20, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, anon_sym_null, anon_sym_true, @@ -341148,12 +282140,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168725] = 4, + [183127] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3580), 1, + STATE(3548), 1, sym_comment, - ACTIONS(3703), 7, + ACTIONS(941), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341161,7 +282153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3705), 21, + ACTIONS(943), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341183,12 +282175,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168764] = 4, + [183166] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6117), 1, + anon_sym_PLUS, + ACTIONS(6707), 1, + anon_sym_DASH, + ACTIONS(6721), 1, + anon_sym_bit_DASHand, + ACTIONS(6723), 1, + anon_sym_bit_DASHxor, + ACTIONS(6725), 1, + anon_sym_bit_DASHor, + ACTIONS(6727), 1, + anon_sym_and, + ACTIONS(6729), 1, + anon_sym_xor, + ACTIONS(6731), 1, + anon_sym_or, + STATE(3549), 1, + sym_comment, + ACTIONS(6115), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6121), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6711), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6713), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6715), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6719), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6709), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6717), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [183233] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5687), 1, + anon_sym_PLUS, + ACTIONS(5737), 1, + anon_sym_bit_DASHand, + ACTIONS(5745), 1, + anon_sym_bit_DASHxor, + ACTIONS(5786), 1, + anon_sym_bit_DASHor, + ACTIONS(6733), 1, + anon_sym_DASH, + ACTIONS(6735), 1, + anon_sym_and, + ACTIONS(6737), 1, + anon_sym_xor, + ACTIONS(6739), 1, + anon_sym_or, + STATE(3550), 1, + sym_comment, + ACTIONS(5685), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5691), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(5693), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5695), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5697), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5703), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5699), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5701), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [183300] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5869), 1, + anon_sym_PLUS, + ACTIONS(5894), 1, + anon_sym_bit_DASHand, + ACTIONS(5896), 1, + anon_sym_bit_DASHxor, + ACTIONS(5901), 1, + anon_sym_bit_DASHor, + ACTIONS(6741), 1, + anon_sym_DASH, + ACTIONS(6743), 1, + anon_sym_and, + ACTIONS(6745), 1, + anon_sym_xor, + ACTIONS(6747), 1, + anon_sym_or, + STATE(3551), 1, + sym_comment, + ACTIONS(5867), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5873), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(5875), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5877), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5879), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5885), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5881), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5883), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [183367] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3581), 1, + STATE(3552), 1, sym_comment, - ACTIONS(3707), 7, + ACTIONS(3180), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341196,7 +282335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3709), 21, + ACTIONS(3182), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341218,12 +282357,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168803] = 4, + [183406] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3582), 1, + STATE(3553), 1, sym_comment, - ACTIONS(3711), 7, + ACTIONS(922), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341231,7 +282370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3713), 21, + ACTIONS(924), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341253,12 +282392,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168842] = 4, + [183445] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3583), 1, + STATE(3554), 1, sym_comment, - ACTIONS(3715), 7, + ACTIONS(3188), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341266,7 +282405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3717), 21, + ACTIONS(3190), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341288,12 +282427,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168881] = 4, + [183484] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3584), 1, + ACTIONS(6751), 1, + anon_sym_COMMA, + STATE(3555), 1, sym_comment, - ACTIONS(3719), 7, + ACTIONS(6753), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341301,9 +282442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3721), 21, + ACTIONS(6749), 20, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, @@ -341323,12 +282463,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168920] = 4, + [183525] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3585), 1, + STATE(3556), 1, sym_comment, - ACTIONS(3723), 7, + ACTIONS(3184), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341336,7 +282476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3725), 21, + ACTIONS(3186), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341358,97 +282498,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [168959] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6356), 1, - anon_sym_DOT2, - STATE(3586), 1, - sym_comment, - ACTIONS(1373), 7, - anon_sym_DASH, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1371), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [169000] = 18, + [183564] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2805), 1, + ACTIONS(981), 1, anon_sym_PLUS, - ACTIONS(6827), 1, + ACTIONS(6755), 1, anon_sym_DASH, - ACTIONS(6841), 1, + ACTIONS(6769), 1, anon_sym_bit_DASHand, - ACTIONS(6843), 1, + ACTIONS(6771), 1, anon_sym_bit_DASHxor, - ACTIONS(6845), 1, + ACTIONS(6773), 1, anon_sym_bit_DASHor, - ACTIONS(6847), 1, + ACTIONS(6775), 1, anon_sym_and, - ACTIONS(6849), 1, + ACTIONS(6777), 1, anon_sym_xor, - ACTIONS(6851), 1, + ACTIONS(6779), 1, anon_sym_or, - STATE(3587), 1, + STATE(3557), 1, sym_comment, - ACTIONS(2803), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(2809), 2, + ACTIONS(965), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6831), 2, + ACTIONS(979), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6759), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6833), 2, + ACTIONS(6761), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6835), 2, + ACTIONS(6763), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6839), 2, + ACTIONS(6767), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6829), 4, + ACTIONS(6757), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6837), 4, + ACTIONS(6765), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [169067] = 4, + [183631] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3588), 1, + STATE(3558), 1, sym_comment, - ACTIONS(3727), 7, + ACTIONS(6783), 7, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, @@ -341456,7 +282560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym_unquoted_token1, - ACTIONS(3729), 21, + ACTIONS(6781), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -341478,74 +282582,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169106] = 18, + [183670] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6483), 1, + STATE(3559), 1, + sym_comment, + ACTIONS(6787), 7, anon_sym_DASH, - ACTIONS(6493), 1, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym_unquoted_token1, + ACTIONS(6785), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(6501), 1, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [183709] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1202), 1, + anon_sym_PLUS, + ACTIONS(6789), 1, + anon_sym_DASH, + ACTIONS(6795), 1, anon_sym_bit_DASHand, - ACTIONS(6503), 1, + ACTIONS(6797), 1, anon_sym_bit_DASHxor, - ACTIONS(6531), 1, + ACTIONS(6799), 1, anon_sym_bit_DASHor, - ACTIONS(6533), 1, + ACTIONS(6801), 1, anon_sym_and, - ACTIONS(6535), 1, + ACTIONS(6803), 1, anon_sym_xor, - ACTIONS(6555), 1, + ACTIONS(6805), 1, anon_sym_or, - STATE(3589), 1, + STATE(3560), 1, sym_comment, - ACTIONS(6481), 2, + ACTIONS(1200), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6487), 2, + ACTIONS(1206), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6489), 2, + ACTIONS(1208), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6491), 2, + ACTIONS(1210), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6495), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6499), 2, + ACTIONS(1216), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6485), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6497), 4, + ACTIONS(6793), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1214), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [169173] = 4, + ACTIONS(6791), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [183776] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3590), 1, + STATE(3561), 1, sym_comment, - ACTIONS(6817), 6, + ACTIONS(6809), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6815), 21, + aux_sym_unquoted_token1, + ACTIONS(6807), 20, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -341561,27 +282700,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169211] = 4, + [183814] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3591), 1, + STATE(3562), 1, sym_comment, - ACTIONS(6299), 6, + ACTIONS(2653), 6, + anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6297), 21, + ACTIONS(2655), 21, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -341595,21 +282732,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169249] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [183852] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3592), 1, + ACTIONS(6813), 1, + anon_sym_COMMA, + STATE(3563), 1, sym_comment, - ACTIONS(6855), 6, + ACTIONS(6815), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6853), 21, + ACTIONS(6811), 20, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -341629,27 +282769,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169287] = 4, + [183892] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3593), 1, + STATE(3564), 1, sym_comment, - ACTIONS(6859), 7, + ACTIONS(2780), 6, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(6857), 20, + ACTIONS(2782), 21, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -341663,21 +282801,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169325] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [183930] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3594), 1, + ACTIONS(6819), 1, + anon_sym_COMMA, + STATE(3565), 1, sym_comment, - ACTIONS(6863), 6, + ACTIONS(6821), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6861), 21, + ACTIONS(6817), 20, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -341697,25 +282838,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169363] = 4, + [183970] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3595), 1, + STATE(3566), 1, sym_comment, - ACTIONS(6867), 6, + ACTIONS(6825), 7, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6865), 21, + aux_sym_unquoted_token1, + ACTIONS(6823), 20, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -341731,27 +282872,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169401] = 4, + [184008] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3596), 1, + STATE(3567), 1, sym_comment, - ACTIONS(6871), 6, + ACTIONS(2760), 6, + anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(6869), 21, + ACTIONS(2762), 21, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, + anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -341765,19 +282904,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169439] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [184046] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3597), 1, + STATE(3568), 1, sym_comment, - ACTIONS(6875), 6, + ACTIONS(6286), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6873), 21, + ACTIONS(6284), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -341799,25 +282940,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169477] = 4, + [184084] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3598), 1, + STATE(3569), 1, sym_comment, - ACTIONS(6879), 7, + ACTIONS(6467), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - aux_sym_unquoted_token1, - ACTIONS(6877), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6465), 21, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_null, @@ -341833,22 +282974,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169515] = 5, + [184122] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6883), 1, - anon_sym_COMMA, - STATE(3599), 1, + STATE(3570), 1, sym_comment, - ACTIONS(6885), 6, + ACTIONS(6705), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6881), 20, + ACTIONS(6703), 21, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -341868,22 +283008,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169555] = 5, + [184160] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6889), 1, - anon_sym_COMMA, - STATE(3600), 1, + STATE(3571), 1, sym_comment, - ACTIONS(6891), 6, + ACTIONS(6829), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6887), 20, + ACTIONS(6827), 21, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -341903,19 +283042,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169595] = 4, + [184198] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3601), 1, + STATE(3572), 1, sym_comment, - ACTIONS(6855), 6, + ACTIONS(6833), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6853), 21, + ACTIONS(6831), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -341937,19 +283076,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169633] = 4, + [184236] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3602), 1, + STATE(3573), 1, sym_comment, - ACTIONS(6895), 6, + ACTIONS(6837), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6893), 21, + ACTIONS(6835), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -341971,19 +283110,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169671] = 4, + [184274] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3603), 1, + STATE(3574), 1, sym_comment, - ACTIONS(1373), 6, + ACTIONS(6841), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1371), 21, + ACTIONS(6839), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -342005,25 +283144,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169709] = 4, + [184312] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3604), 1, + STATE(3575), 1, sym_comment, - ACTIONS(3228), 6, - anon_sym_DOLLAR, + ACTIONS(6845), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3230), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6843), 21, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -342037,27 +283178,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [169747] = 4, + [184350] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3605), 1, + STATE(3576), 1, sym_comment, - ACTIONS(3271), 6, - anon_sym_DOLLAR, + ACTIONS(6849), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3273), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6847), 21, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -342071,21 +283212,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [169785] = 4, + [184388] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3606), 1, + STATE(3577), 1, sym_comment, - ACTIONS(6899), 6, + ACTIONS(6853), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6897), 21, + ACTIONS(6851), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -342107,25 +283246,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169823] = 4, + [184426] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3607), 1, + STATE(3578), 1, sym_comment, - ACTIONS(3232), 6, - anon_sym_DOLLAR, + ACTIONS(6857), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3234), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6855), 21, anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, anon_sym_null, anon_sym_true, anon_sym_false, @@ -342139,21 +283280,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [169861] = 4, + [184464] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3608), 1, + STATE(3579), 1, sym_comment, - ACTIONS(6903), 6, + ACTIONS(6857), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6901), 21, + ACTIONS(6855), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -342175,19 +283314,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169899] = 4, + [184502] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3609), 1, + STATE(3580), 1, sym_comment, - ACTIONS(6907), 6, + ACTIONS(6861), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6905), 20, + ACTIONS(6859), 20, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -342208,19 +283347,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169936] = 4, + [184539] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3610), 1, + STATE(3581), 1, sym_comment, - ACTIONS(6911), 6, + ACTIONS(6865), 6, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6909), 20, + ACTIONS(6863), 20, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -342241,38 +283380,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [169973] = 15, + [184576] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6913), 1, + ACTIONS(6867), 1, anon_sym_LPAREN, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6917), 1, + ACTIONS(6871), 1, anon_sym_LT, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6921), 1, + ACTIONS(6875), 1, anon_sym_EQ2, - ACTIONS(6923), 1, + ACTIONS(6877), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6925), 1, + ACTIONS(6879), 1, anon_sym_DASH2, - ACTIONS(6927), 1, + ACTIONS(6881), 1, anon_sym_PLUS2, - STATE(3611), 1, + STATE(3582), 1, sym_comment, - STATE(3757), 1, + STATE(3759), 1, sym__var, - STATE(3894), 1, + STATE(3883), 1, sym__immediate_decimal, - ACTIONS(2066), 2, + ACTIONS(1432), 2, sym_identifier, anon_sym_DASH, - STATE(3890), 2, + STATE(3891), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2068), 7, + ACTIONS(1434), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342280,38 +283419,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170027] = 15, + [184630] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6931), 1, + ACTIONS(6885), 1, anon_sym_LT, - ACTIONS(6933), 1, + ACTIONS(6887), 1, anon_sym_EQ2, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3612), 1, + STATE(3583), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3971), 1, + STATE(3972), 1, sym__immediate_decimal, - ACTIONS(2004), 2, + ACTIONS(1474), 2, sym_identifier, anon_sym_DASH, - STATE(3970), 2, + STATE(3969), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2006), 7, + ACTIONS(1476), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342319,38 +283458,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170081] = 15, + [184684] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6913), 1, - anon_sym_LPAREN, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6923), 1, + ACTIONS(6883), 1, + anon_sym_LPAREN, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6925), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6927), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - ACTIONS(6941), 1, + ACTIONS(6895), 1, anon_sym_LT, - ACTIONS(6943), 1, + ACTIONS(6897), 1, anon_sym_EQ2, - STATE(3613), 1, + STATE(3584), 1, sym_comment, - STATE(3757), 1, + STATE(3772), 1, sym__var, - STATE(3897), 1, + STATE(4009), 1, sym__immediate_decimal, - ACTIONS(2032), 2, + ACTIONS(1450), 2, sym_identifier, anon_sym_DASH, - STATE(3895), 2, + STATE(4017), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2034), 7, + ACTIONS(1452), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342358,38 +283497,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170135] = 15, + [184738] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - ACTIONS(6945), 1, + ACTIONS(6899), 1, anon_sym_LT, - ACTIONS(6947), 1, + ACTIONS(6901), 1, anon_sym_EQ2, - STATE(3614), 1, + STATE(3585), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3977), 1, + STATE(4037), 1, sym__immediate_decimal, - ACTIONS(2058), 2, + ACTIONS(1458), 2, sym_identifier, anon_sym_DASH, - STATE(3976), 2, + STATE(4051), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2060), 7, + ACTIONS(1460), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342397,38 +283536,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170189] = 15, + [184792] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - ACTIONS(6949), 1, + ACTIONS(6903), 1, anon_sym_LT, - ACTIONS(6951), 1, + ACTIONS(6905), 1, anon_sym_EQ2, - STATE(3615), 1, + STATE(3586), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3975), 1, + STATE(3902), 1, sym__immediate_decimal, - ACTIONS(2050), 2, + ACTIONS(1412), 2, sym_identifier, anon_sym_DASH, - STATE(3974), 2, + STATE(3977), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2052), 7, + ACTIONS(1414), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342436,38 +283575,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170243] = 15, + [184846] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6867), 1, + anon_sym_LPAREN, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, - anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6877), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6879), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6881), 1, anon_sym_PLUS2, - ACTIONS(6953), 1, + ACTIONS(6907), 1, anon_sym_LT, - ACTIONS(6955), 1, + ACTIONS(6909), 1, anon_sym_EQ2, - STATE(3616), 1, + STATE(3587), 1, sym_comment, - STATE(3760), 1, + STATE(3759), 1, sym__var, - STATE(3973), 1, + STATE(3882), 1, sym__immediate_decimal, - ACTIONS(2024), 2, + ACTIONS(1466), 2, sym_identifier, anon_sym_DASH, - STATE(3972), 2, + STATE(3886), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2026), 7, + ACTIONS(1468), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342475,34 +283614,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170297] = 13, + [184900] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3617), 1, + STATE(3588), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3999), 1, + STATE(3978), 1, sym__immediate_decimal, - ACTIONS(2172), 2, + ACTIONS(1570), 2, sym_identifier, anon_sym_DASH, - STATE(4002), 2, + STATE(3903), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2174), 7, + ACTIONS(1572), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342510,34 +283649,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170345] = 13, + [184948] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3618), 1, + STATE(3589), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3990), 1, + STATE(4043), 1, sym__immediate_decimal, - ACTIONS(2148), 2, + ACTIONS(1624), 2, sym_identifier, anon_sym_DASH, - STATE(3989), 2, + STATE(4047), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2150), 7, + ACTIONS(1626), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342545,34 +283684,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170393] = 13, + [184996] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3619), 1, + STATE(3590), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3957), 1, + STATE(4033), 1, sym__immediate_decimal, - ACTIONS(2140), 2, + ACTIONS(1610), 2, sym_identifier, anon_sym_DASH, - STATE(3983), 2, + STATE(4036), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2142), 7, + ACTIONS(1612), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342580,34 +283719,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170441] = 13, + [185044] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3620), 1, + STATE(3591), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3985), 1, + STATE(3918), 1, sym__immediate_decimal, - ACTIONS(2128), 2, + ACTIONS(1602), 2, sym_identifier, anon_sym_DASH, - STATE(3997), 2, + STATE(3920), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2130), 7, + ACTIONS(1604), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342615,34 +283754,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170489] = 13, + [185092] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3621), 1, + STATE(3592), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(4005), 1, + STATE(3924), 1, sym__immediate_decimal, - ACTIONS(2132), 2, + ACTIONS(1558), 2, sym_identifier, anon_sym_DASH, - STATE(4004), 2, + STATE(3963), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2134), 7, + ACTIONS(1560), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342650,34 +283789,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170537] = 13, + [185140] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3622), 1, + STATE(3593), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(4000), 1, + STATE(3967), 1, sym__immediate_decimal, - ACTIONS(2180), 2, + ACTIONS(1562), 2, sym_identifier, anon_sym_DASH, - STATE(3998), 2, + STATE(3968), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2182), 7, + ACTIONS(1564), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342685,34 +283824,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170585] = 13, + [185188] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3623), 1, + STATE(3594), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(4007), 1, + STATE(4045), 1, sym__immediate_decimal, - ACTIONS(2160), 2, + ACTIONS(1579), 2, sym_identifier, anon_sym_DASH, - STATE(4011), 2, + STATE(3979), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2162), 7, + ACTIONS(1581), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342720,34 +283859,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170633] = 13, + [185236] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3624), 1, + STATE(3595), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3979), 1, + STATE(3971), 1, sym__immediate_decimal, - ACTIONS(2176), 2, + ACTIONS(1566), 2, sym_identifier, anon_sym_DASH, - STATE(3978), 2, + STATE(3974), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2178), 7, + ACTIONS(1568), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342755,34 +283894,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170681] = 13, + [185284] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3625), 1, + STATE(3596), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3981), 1, + STATE(3982), 1, sym__immediate_decimal, - ACTIONS(2156), 2, + ACTIONS(1586), 2, sym_identifier, anon_sym_DASH, - STATE(3980), 2, + STATE(3983), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2158), 7, + ACTIONS(1588), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342790,34 +283929,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170729] = 13, + [185332] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3626), 1, + STATE(3597), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3995), 1, + STATE(4019), 1, sym__immediate_decimal, - ACTIONS(2144), 2, + ACTIONS(1594), 2, sym_identifier, anon_sym_DASH, - STATE(3993), 2, + STATE(4029), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2146), 7, + ACTIONS(1596), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342825,34 +283964,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170777] = 13, + [185380] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3627), 1, + STATE(3598), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3992), 1, + STATE(3984), 1, sym__immediate_decimal, - ACTIONS(2136), 2, + ACTIONS(1590), 2, sym_identifier, anon_sym_DASH, - STATE(3991), 2, + STATE(3987), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2138), 7, + ACTIONS(1592), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342860,34 +283999,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170825] = 13, + [185428] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(6919), 1, + ACTIONS(6873), 1, anon_sym_DOT2, - ACTIONS(6929), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(6935), 1, + ACTIONS(6889), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6937), 1, + ACTIONS(6891), 1, anon_sym_DASH2, - ACTIONS(6939), 1, + ACTIONS(6893), 1, anon_sym_PLUS2, - STATE(3628), 1, + STATE(3599), 1, sym_comment, - STATE(3760), 1, + STATE(3772), 1, sym__var, - STATE(3988), 1, + STATE(3989), 1, sym__immediate_decimal, - ACTIONS(2152), 2, + ACTIONS(1598), 2, sym_identifier, anon_sym_DASH, - STATE(3987), 2, + STATE(4006), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2154), 7, + ACTIONS(1600), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -342895,104 +284034,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170873] = 14, + [185476] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2052), 1, + ACTIONS(1468), 1, anon_sym_LF, - ACTIONS(6957), 1, + ACTIONS(6911), 1, anon_sym_LPAREN, - ACTIONS(6959), 1, + ACTIONS(6913), 1, anon_sym_LT, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6963), 1, + ACTIONS(6917), 1, anon_sym_EQ2, - ACTIONS(6965), 1, + ACTIONS(6919), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2787), 1, sym__var, - STATE(3629), 1, + STATE(3600), 1, sym_comment, - STATE(4381), 1, + STATE(4238), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6921), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4379), 2, + STATE(4240), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2050), 5, + ACTIONS(1466), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [170922] = 14, + [185525] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2068), 1, + ACTIONS(1460), 1, anon_sym_LF, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6969), 1, + ACTIONS(6923), 1, anon_sym_LPAREN, - ACTIONS(6971), 1, + ACTIONS(6925), 1, anon_sym_LT, - ACTIONS(6973), 1, + ACTIONS(6927), 1, anon_sym_EQ2, - ACTIONS(6975), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2915), 1, + STATE(2757), 1, sym__var, - STATE(3630), 1, + STATE(3601), 1, sym_comment, - STATE(4281), 1, + STATE(4486), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4487), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1458), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [185574] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1230), 1, + anon_sym_DOLLAR, + ACTIONS(1452), 1, + anon_sym_LF, + ACTIONS(6915), 1, + anon_sym_DOT2, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6933), 1, + anon_sym_LT, + ACTIONS(6935), 1, + anon_sym_EQ2, + STATE(2757), 1, + sym__var, + STATE(3602), 1, + sym_comment, + STATE(4482), 1, sym__immediate_decimal, - ACTIONS(6977), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4282), 2, + STATE(4483), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2066), 5, + ACTIONS(1450), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [170971] = 16, + [185623] = 16, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(77), 1, anon_sym_PLUS, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(2768), 1, + ACTIONS(2245), 1, anon_sym_DASH, - ACTIONS(6979), 1, + ACTIONS(6937), 1, sym_identifier, - ACTIONS(6981), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(6983), 1, + ACTIONS(6941), 1, anon_sym_DOT, - STATE(409), 1, + STATE(2745), 1, sym__val_number_decimal, - STATE(422), 1, + STATE(2776), 1, sym__val_number, - STATE(2900), 1, + STATE(2801), 1, sym_val_number, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3237), 1, + STATE(3186), 1, sym_val_variable, - STATE(3631), 1, + STATE(3603), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, sym__where_predicate, ACTIONS(89), 2, aux_sym__val_number_token4, @@ -343002,260 +284176,351 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - [171024] = 14, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1828), 1, - anon_sym_DOLLAR, - ACTIONS(2026), 1, - anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, - anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6985), 1, - anon_sym_LT, - ACTIONS(6987), 1, - anon_sym_EQ2, - STATE(2903), 1, - sym__var, - STATE(3632), 1, - sym_comment, - STATE(4378), 1, - sym__immediate_decimal, - ACTIONS(6967), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4376), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2024), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [171073] = 14, + [185676] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2034), 1, + ACTIONS(1476), 1, anon_sym_LF, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6969), 1, + ACTIONS(6923), 1, anon_sym_LPAREN, - ACTIONS(6975), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6989), 1, + ACTIONS(6943), 1, anon_sym_LT, - ACTIONS(6991), 1, + ACTIONS(6945), 1, anon_sym_EQ2, - STATE(2915), 1, + STATE(2757), 1, sym__var, - STATE(3633), 1, + STATE(3604), 1, sym_comment, - STATE(4269), 1, + STATE(4492), 1, sym__immediate_decimal, - ACTIONS(6977), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4272), 2, + STATE(4397), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2032), 5, + ACTIONS(1474), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [171122] = 16, + [185725] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(359), 1, + ACTIONS(189), 1, aux_sym__val_number_decimal_token1, - ACTIONS(531), 1, + ACTIONS(301), 1, anon_sym_PLUS, - ACTIONS(2663), 1, + ACTIONS(2170), 1, anon_sym_DASH, - ACTIONS(6993), 1, + ACTIONS(6947), 1, sym_identifier, - ACTIONS(6995), 1, + ACTIONS(6949), 1, anon_sym_DOLLAR, - ACTIONS(6997), 1, + ACTIONS(6951), 1, anon_sym_DOT, - STATE(369), 1, - sym__val_number_decimal, - STATE(389), 1, + STATE(2578), 1, sym__val_number, - STATE(2819), 1, + STATE(2623), 1, + sym__val_number_decimal, + STATE(2706), 1, sym_val_number, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3113), 1, + STATE(2977), 1, sym_val_variable, - STATE(3634), 1, + STATE(3605), 1, sym_comment, - STATE(4864), 1, + STATE(4881), 1, sym__where_predicate, - ACTIONS(363), 2, + ACTIONS(193), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(361), 4, + ACTIONS(191), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - [171175] = 14, + [185778] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2060), 1, + ACTIONS(1434), 1, anon_sym_LF, - ACTIONS(6957), 1, + ACTIONS(6911), 1, anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6919), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6999), 1, + ACTIONS(6953), 1, anon_sym_LT, - ACTIONS(7001), 1, + ACTIONS(6955), 1, anon_sym_EQ2, - STATE(2903), 1, + STATE(2787), 1, sym__var, - STATE(3635), 1, + STATE(3606), 1, sym_comment, - STATE(4384), 1, + STATE(4241), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6921), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4383), 2, + STATE(4242), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2058), 5, + ACTIONS(1432), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [171224] = 14, + [185827] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2006), 1, + ACTIONS(1414), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7003), 1, + ACTIONS(6957), 1, anon_sym_LT, - ACTIONS(7005), 1, + ACTIONS(6959), 1, anon_sym_EQ2, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3636), 1, + STATE(3607), 1, sym_comment, - STATE(4375), 1, + STATE(4489), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4373), 2, + STATE(4490), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2004), 5, + ACTIONS(1412), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [171273] = 14, + [185876] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3608), 1, + sym_comment, + ACTIONS(845), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(847), 15, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [185904] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7007), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7009), 1, + ACTIONS(6963), 1, anon_sym_LT, - ACTIONS(7011), 1, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7013), 1, + ACTIONS(6967), 1, anon_sym_EQ2, - ACTIONS(7015), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2955), 1, + STATE(2840), 1, sym__var, - STATE(3637), 1, + STATE(3609), 1, sym_comment, - STATE(4484), 1, + STATE(4839), 1, sym__immediate_decimal, - ACTIONS(2068), 2, + ACTIONS(1414), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7017), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4481), 2, + STATE(4842), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2066), 3, + ACTIONS(1412), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [171321] = 14, + [185952] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(6961), 1, + anon_sym_LPAREN, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6969), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6973), 1, + anon_sym_LT, + ACTIONS(6975), 1, + anon_sym_EQ2, + STATE(2840), 1, + sym__var, + STATE(3610), 1, + sym_comment, + STATE(4800), 1, + sym__immediate_decimal, + ACTIONS(1452), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4801), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1450), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [186000] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(211), 1, + anon_sym_DOLLAR, + ACTIONS(1468), 1, + anon_sym_LF, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(6977), 1, anon_sym_LPAREN, - ACTIONS(7021), 1, + ACTIONS(6979), 1, anon_sym_LT, - ACTIONS(7023), 1, + ACTIONS(6981), 1, anon_sym_EQ2, - ACTIONS(7025), 1, + ACTIONS(6983), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(3611), 1, + sym_comment, + STATE(4150), 1, sym__var, - STATE(3638), 1, + STATE(4349), 1, + sym__immediate_decimal, + ACTIONS(6985), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4350), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1466), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186048] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(211), 1, + anon_sym_DOLLAR, + ACTIONS(1434), 1, + anon_sym_LF, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(6977), 1, + anon_sym_LPAREN, + ACTIONS(6983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6987), 1, + anon_sym_LT, + ACTIONS(6989), 1, + anon_sym_EQ2, + STATE(3612), 1, sym_comment, - STATE(4909), 1, + STATE(4150), 1, + sym__var, + STATE(4352), 1, + sym__immediate_decimal, + ACTIONS(6985), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4354), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1432), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186096] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6991), 1, + anon_sym_LPAREN, + ACTIONS(6993), 1, + anon_sym_LT, + ACTIONS(6995), 1, + anon_sym_EQ2, + ACTIONS(6997), 1, + aux_sym__immediate_decimal_token1, + STATE(2841), 1, + sym__var, + STATE(3613), 1, + sym_comment, + STATE(4382), 1, sym__immediate_decimal, - ACTIONS(2060), 2, + ACTIONS(1468), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6999), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4905), 2, + STATE(4391), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2058), 3, + ACTIONS(1466), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [171369] = 4, + [186144] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3639), 1, + STATE(3614), 1, sym_comment, - ACTIONS(1437), 2, + ACTIONS(856), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1439), 15, + ACTIONS(858), 15, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -343271,3611 +284536,3514 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [171397] = 14, + [186172] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2034), 1, + ACTIONS(1452), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7029), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7031), 1, + ACTIONS(7003), 1, anon_sym_LT, - ACTIONS(7033), 1, + ACTIONS(7005), 1, anon_sym_EQ2, - ACTIONS(7035), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(3640), 1, + STATE(2291), 1, + sym__immediate_decimal, + STATE(3615), 1, sym_comment, - STATE(4171), 1, + STATE(4197), 1, sym__var, - STATE(4468), 1, - sym__immediate_decimal, - ACTIONS(7037), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4467), 2, + STATE(2290), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2032), 4, + ACTIONS(1450), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [171445] = 14, + [186220] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, + ACTIONS(1460), 1, + anon_sym_LF, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(7001), 1, + anon_sym_LPAREN, + ACTIONS(7007), 1, + aux_sym__immediate_decimal_token1, ACTIONS(7011), 1, + anon_sym_LT, + ACTIONS(7013), 1, + anon_sym_EQ2, + STATE(2288), 1, + sym__immediate_decimal, + STATE(3616), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2287), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1458), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186268] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(211), 1, + anon_sym_DOLLAR, + ACTIONS(1414), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7039), 1, + ACTIONS(7015), 1, anon_sym_LT, - ACTIONS(7041), 1, + ACTIONS(7017), 1, anon_sym_EQ2, - STATE(2935), 1, + STATE(2286), 1, + sym__immediate_decimal, + STATE(3617), 1, + sym_comment, + STATE(4197), 1, sym__var, - STATE(3641), 1, + ACTIONS(7009), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2285), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1412), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186316] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(6961), 1, + anon_sym_LPAREN, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7019), 1, + anon_sym_LT, + ACTIONS(7021), 1, + anon_sym_EQ2, + STATE(2840), 1, + sym__var, + STATE(3618), 1, sym_comment, - STATE(4892), 1, + STATE(4847), 1, sym__immediate_decimal, - ACTIONS(2006), 2, + ACTIONS(1476), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4886), 2, + STATE(4849), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2004), 3, + ACTIONS(1474), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [171493] = 4, + [186364] = 15, ACTIONS(3), 1, anon_sym_POUND, - STATE(3642), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5845), 1, + aux_sym_unquoted_token4, + ACTIONS(5847), 1, + aux_sym_unquoted_token6, + ACTIONS(7023), 1, + anon_sym_LPAREN, + ACTIONS(7025), 1, + anon_sym_LT, + ACTIONS(7027), 1, + anon_sym_DOT2, + ACTIONS(7029), 1, + anon_sym_EQ2, + ACTIONS(7031), 1, + aux_sym__immediate_decimal_token1, + STATE(2714), 1, + sym__var, + STATE(3619), 1, + sym_comment, + STATE(4339), 1, + sym__immediate_decimal, + ACTIONS(7033), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4340), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(699), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [186414] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6991), 1, + anon_sym_LPAREN, + ACTIONS(6997), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7035), 1, + anon_sym_LT, + ACTIONS(7037), 1, + anon_sym_EQ2, + STATE(2841), 1, + sym__var, + STATE(3620), 1, sym_comment, - ACTIONS(1441), 2, + STATE(4406), 1, + sym__immediate_decimal, + ACTIONS(1434), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6999), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4474), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1432), 3, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_DASH, + [186462] = 14, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(211), 1, + anon_sym_DOLLAR, + ACTIONS(1476), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(1443), 15, - anon_sym_EQ, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(7001), 1, + anon_sym_LPAREN, + ACTIONS(7007), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7039), 1, + anon_sym_LT, + ACTIONS(7041), 1, + anon_sym_EQ2, + STATE(2283), 1, + sym__immediate_decimal, + STATE(3621), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2282), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1474), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_QMARK2, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [171521] = 14, + anon_sym_RBRACE, + [186510] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7007), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7011), 1, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7015), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, ACTIONS(7043), 1, anon_sym_LT, ACTIONS(7045), 1, anon_sym_EQ2, - STATE(2955), 1, + STATE(2840), 1, sym__var, - STATE(3643), 1, + STATE(3622), 1, sym_comment, - STATE(4487), 1, + STATE(4837), 1, + sym__immediate_decimal, + ACTIONS(1460), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4838), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1458), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [186558] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7049), 1, + anon_sym_LT, + ACTIONS(7051), 1, + anon_sym_EQ2, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + STATE(2514), 1, sym__immediate_decimal, - ACTIONS(2034), 2, + STATE(3623), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(1474), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1476), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7017), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4485), 2, + STATE(2515), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2032), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [171569] = 14, - ACTIONS(105), 1, + [186605] = 15, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2068), 1, - anon_sym_LF, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7029), 1, + ACTIONS(5845), 1, + aux_sym_unquoted_token4, + ACTIONS(5847), 1, + aux_sym_unquoted_token6, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(7035), 1, + ACTIONS(7027), 1, + anon_sym_DOT2, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7047), 1, + ACTIONS(7057), 1, anon_sym_LT, - ACTIONS(7049), 1, + ACTIONS(7059), 1, anon_sym_EQ2, - STATE(3644), 1, - sym_comment, - STATE(4171), 1, + STATE(2714), 1, sym__var, - STATE(4465), 1, + STATE(3624), 1, + sym_comment, + STATE(5410), 1, sym__immediate_decimal, - ACTIONS(7037), 2, + ACTIONS(699), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4463), 2, + STATE(5387), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2066), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [171617] = 14, - ACTIONS(105), 1, + [186654] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7063), 1, + anon_sym_DOT, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7071), 1, + anon_sym_DQUOTE, + ACTIONS(7075), 1, + aux_sym_unquoted_token1, + STATE(918), 1, + sym__str_double_quotes, + STATE(3625), 1, + sym_comment, + STATE(5592), 1, + sym__val_number_decimal, + ACTIONS(7073), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(576), 2, + sym_val_string, + sym_unquoted, + ACTIONS(7069), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [186701] = 14, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(2060), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7077), 1, anon_sym_LPAREN, - ACTIONS(7053), 1, + ACTIONS(7079), 1, anon_sym_LT, - ACTIONS(7055), 1, + ACTIONS(7081), 1, anon_sym_EQ2, - ACTIONS(7057), 1, + ACTIONS(7083), 1, aux_sym__immediate_decimal_token1, - STATE(2597), 1, - sym__immediate_decimal, - STATE(3645), 1, + STATE(3626), 1, sym_comment, - STATE(4148), 1, + STATE(4302), 1, sym__var, - ACTIONS(7059), 2, + STATE(4542), 1, + sym__immediate_decimal, + ACTIONS(1432), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1434), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7085), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2596), 2, + STATE(4522), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2058), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [171665] = 14, + [186748] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7077), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7083), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7061), 1, + ACTIONS(7087), 1, anon_sym_LT, - ACTIONS(7063), 1, + ACTIONS(7089), 1, anon_sym_EQ2, - STATE(2935), 1, - sym__var, - STATE(3646), 1, + STATE(3627), 1, sym_comment, - STATE(4896), 1, + STATE(4302), 1, + sym__var, + STATE(4552), 1, sym__immediate_decimal, - ACTIONS(2026), 2, + ACTIONS(1466), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1468), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(7085), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4894), 2, + STATE(4549), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2024), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [171713] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, + [186795] = 14, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(5957), 1, - aux_sym_unquoted_token4, - ACTIONS(5959), 1, - aux_sym_unquoted_token6, - ACTIONS(7065), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7067), 1, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7091), 1, anon_sym_LT, - ACTIONS(7069), 1, - anon_sym_DOT2, - ACTIONS(7071), 1, + ACTIONS(7093), 1, anon_sym_EQ2, - ACTIONS(7073), 1, - aux_sym__immediate_decimal_token1, - STATE(2865), 1, - sym__var, - STATE(3647), 1, - sym_comment, - STATE(4494), 1, + STATE(2513), 1, sym__immediate_decimal, - ACTIONS(7075), 2, + STATE(3628), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(1450), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1452), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4459), 2, + STATE(2521), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1377), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [171763] = 14, + [186842] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DOLLAR, - ACTIONS(2052), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7077), 1, + ACTIONS(7095), 1, anon_sym_LT, - ACTIONS(7079), 1, + ACTIONS(7097), 1, anon_sym_EQ2, - STATE(2595), 1, + STATE(2506), 1, sym__immediate_decimal, - STATE(3648), 1, + STATE(3629), 1, sym_comment, - STATE(4148), 1, + STATE(4239), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(1458), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1460), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2593), 2, + STATE(2507), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2050), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [171811] = 14, + [186889] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DOLLAR, - ACTIONS(2026), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7081), 1, + ACTIONS(7099), 1, anon_sym_LT, - ACTIONS(7083), 1, + ACTIONS(7101), 1, anon_sym_EQ2, - STATE(2592), 1, + STATE(2508), 1, sym__immediate_decimal, - STATE(3649), 1, + STATE(3630), 1, sym_comment, - STATE(4148), 1, + STATE(4239), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(1412), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1414), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2591), 2, + STATE(2509), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2024), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [171859] = 14, + [186936] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(1564), 1, + anon_sym_LF, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6923), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7085), 1, - anon_sym_LT, - ACTIONS(7087), 1, - anon_sym_EQ2, - STATE(2935), 1, + STATE(2757), 1, sym__var, - STATE(3650), 1, + STATE(3631), 1, sym_comment, - STATE(4903), 1, + STATE(4464), 1, sym__immediate_decimal, - ACTIONS(2052), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4900), 2, + STATE(4465), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2050), 3, + ACTIONS(1562), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [171907] = 14, + anon_sym_RBRACE, + [186979] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2006), 1, + ACTIONS(1626), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(6923), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7089), 1, - anon_sym_LT, - ACTIONS(7091), 1, - anon_sym_EQ2, - STATE(2590), 1, - sym__immediate_decimal, - STATE(3651), 1, - sym_comment, - STATE(4148), 1, + STATE(2757), 1, sym__var, - ACTIONS(7059), 2, + STATE(3632), 1, + sym_comment, + STATE(4415), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2589), 2, + STATE(4414), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2004), 4, + ACTIONS(1624), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [171955] = 12, + [187022] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2130), 1, + ACTIONS(1604), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3652), 1, + STATE(3633), 1, sym_comment, - STATE(4354), 1, + STATE(4453), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4348), 2, + STATE(4454), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2128), 5, + ACTIONS(1602), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [171998] = 12, + [187065] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2182), 1, + ACTIONS(1612), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3653), 1, + STATE(3634), 1, sym_comment, - STATE(4400), 1, + STATE(4422), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4399), 2, + STATE(4416), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2180), 5, + ACTIONS(1610), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172041] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7095), 1, - anon_sym_DOT, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7103), 1, - anon_sym_DQUOTE, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - STATE(1246), 1, - sym__str_double_quotes, - STATE(3654), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7105), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(920), 2, - sym_val_string, - sym_unquoted, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [172088] = 12, + [187108] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2162), 1, + ACTIONS(1596), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3655), 1, + STATE(3635), 1, sym_comment, - STATE(4344), 1, + STATE(4424), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4343), 2, + STATE(4423), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2160), 5, + ACTIONS(1594), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172131] = 12, + [187151] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2174), 1, + ACTIONS(1600), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3656), 1, + STATE(3636), 1, sym_comment, - STATE(4346), 1, + STATE(4480), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4345), 2, + STATE(4481), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2172), 5, + ACTIONS(1598), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172174] = 12, + [187194] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2142), 1, + ACTIONS(1592), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3657), 1, + STATE(3637), 1, sym_comment, - STATE(4410), 1, + STATE(4478), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4355), 2, + STATE(4479), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2140), 5, + ACTIONS(1590), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172217] = 12, + [187237] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2178), 1, + ACTIONS(1588), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3658), 1, + STATE(3638), 1, sym_comment, - STATE(4386), 1, + STATE(4476), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4385), 2, + STATE(4477), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2176), 5, + ACTIONS(1586), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172260] = 12, + [187280] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2158), 1, + ACTIONS(1572), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3659), 1, + STATE(3639), 1, sym_comment, - STATE(4388), 1, + STATE(4472), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4387), 2, + STATE(4475), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2156), 5, + ACTIONS(1570), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172303] = 12, + [187323] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2154), 1, + ACTIONS(1581), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3660), 1, + STATE(3640), 1, sym_comment, - STATE(4390), 1, + STATE(4413), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4389), 2, + STATE(4412), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2152), 5, + ACTIONS(1579), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172346] = 12, + [187366] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2150), 1, + ACTIONS(1568), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3661), 1, + STATE(3641), 1, sym_comment, - STATE(4392), 1, + STATE(4468), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4391), 2, + STATE(4470), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2148), 5, + ACTIONS(1566), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172389] = 12, + [187409] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1230), 1, anon_sym_DOLLAR, - ACTIONS(2138), 1, + ACTIONS(1560), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(6923), 1, + anon_sym_LPAREN, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2757), 1, sym__var, - STATE(3662), 1, + STATE(3642), 1, sym_comment, - STATE(4394), 1, + STATE(4461), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4393), 2, + STATE(4463), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2136), 5, + ACTIONS(1558), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [172432] = 12, + [187452] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2146), 1, + ACTIONS(1592), 1, anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, - ACTIONS(6961), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(7001), 1, + anon_sym_LPAREN, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, - sym__var, - STATE(3663), 1, - sym_comment, - STATE(4398), 1, + STATE(2295), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(3643), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4397), 2, + STATE(2294), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2144), 5, + ACTIONS(1590), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [172475] = 12, + [187494] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1828), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(2134), 1, - anon_sym_LF, - ACTIONS(6957), 1, - anon_sym_LPAREN, ACTIONS(6961), 1, - anon_sym_DOT2, + anon_sym_LPAREN, ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2903), 1, + STATE(2840), 1, sym__var, - STATE(3664), 1, + STATE(3644), 1, sym_comment, - STATE(4402), 1, + STATE(4734), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + ACTIONS(1568), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4401), 2, + STATE(4737), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2132), 5, + ACTIONS(1566), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [172518] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + [187536] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7109), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7111), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7103), 1, anon_sym_LT, - ACTIONS(7113), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7107), 1, anon_sym_EQ2, - ACTIONS(7115), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(3665), 1, - sym_comment, - STATE(4271), 1, + STATE(2440), 1, sym__var, - STATE(4556), 1, + STATE(3645), 1, + sym_comment, + STATE(4844), 1, sym__immediate_decimal, - ACTIONS(2032), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2034), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7117), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4552), 2, + STATE(4843), 2, sym_expr_parenthesized, sym_val_variable, - [172565] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + ACTIONS(1452), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [187580] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7109), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, ACTIONS(7115), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7119), 1, anon_sym_LT, - ACTIONS(7121), 1, + ACTIONS(7117), 1, anon_sym_EQ2, - STATE(3666), 1, - sym_comment, - STATE(4271), 1, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, sym__var, - STATE(4902), 1, + STATE(3385), 1, sym__immediate_decimal, - ACTIONS(2066), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2068), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7117), 2, + STATE(3646), 1, + sym_comment, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4501), 2, + STATE(3380), 2, sym_expr_parenthesized, sym_val_variable, - [172612] = 15, + ACTIONS(1452), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [187624] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(5957), 1, - aux_sym_unquoted_token4, - ACTIONS(5959), 1, - aux_sym_unquoted_token6, - ACTIONS(7065), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7069), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7073), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, ACTIONS(7123), 1, anon_sym_LT, ACTIONS(7125), 1, anon_sym_EQ2, - STATE(2865), 1, + STATE(2440), 1, sym__var, - STATE(3667), 1, + STATE(3647), 1, sym_comment, - STATE(5429), 1, + STATE(4836), 1, sym__immediate_decimal, - ACTIONS(1377), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7075), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5430), 2, + STATE(4835), 2, sym_expr_parenthesized, sym_val_variable, - [172661] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + ACTIONS(1460), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [187668] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7129), 1, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7127), 1, anon_sym_LT, - ACTIONS(7131), 1, + ACTIONS(7129), 1, anon_sym_EQ2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - STATE(2730), 1, + STATE(2440), 1, + sym__var, + STATE(3268), 1, sym__immediate_decimal, - STATE(3668), 1, + STATE(3648), 1, sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(2058), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2060), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2733), 2, + STATE(3374), 2, sym_expr_parenthesized, sym_val_variable, - [172708] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + ACTIONS(1460), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [187712] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7137), 1, + ACTIONS(7131), 1, anon_sym_LT, - ACTIONS(7139), 1, + ACTIONS(7133), 1, anon_sym_EQ2, - STATE(2735), 1, + STATE(2440), 1, + sym__var, + STATE(3370), 1, sym__immediate_decimal, - STATE(3669), 1, + STATE(3649), 1, sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(2050), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2052), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2737), 2, + STATE(3368), 2, sym_expr_parenthesized, sym_val_variable, - [172755] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + ACTIONS(1414), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [187756] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7141), 1, + ACTIONS(7135), 1, anon_sym_LT, - ACTIONS(7143), 1, + ACTIONS(7137), 1, anon_sym_EQ2, - STATE(2739), 1, - sym__immediate_decimal, - STATE(3670), 1, - sym_comment, - STATE(4263), 1, + STATE(2440), 1, sym__var, - ACTIONS(2024), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2026), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + STATE(3650), 1, + sym_comment, + STATE(4696), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2729), 2, + STATE(4690), 2, sym_expr_parenthesized, sym_val_variable, - [172802] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + ACTIONS(1414), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [187800] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7145), 1, + ACTIONS(7139), 1, anon_sym_LT, - ACTIONS(7147), 1, + ACTIONS(7141), 1, anon_sym_EQ2, - STATE(2743), 1, - sym__immediate_decimal, - STATE(3671), 1, - sym_comment, - STATE(4263), 1, + STATE(2440), 1, sym__var, - ACTIONS(2004), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2006), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + STATE(3651), 1, + sym_comment, + STATE(4689), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2749), 2, + STATE(4688), 2, sym_expr_parenthesized, sym_val_variable, - [172849] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1625), 1, - anon_sym_DASH, - STATE(3672), 1, - sym_comment, - ACTIONS(1627), 14, - anon_sym_EQ, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(1476), 3, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [172875] = 12, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_EQ_GT, + [187844] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2174), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2627), 1, + ACTIONS(7143), 1, + anon_sym_LT, + ACTIONS(7145), 1, + anon_sym_EQ2, + STATE(2440), 1, + sym__var, + STATE(3367), 1, sym__immediate_decimal, - STATE(3673), 1, + STATE(3652), 1, sym_comment, - STATE(4148), 1, - sym__var, - ACTIONS(7059), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2564), 2, + STATE(3362), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2172), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1476), 3, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - [172917] = 12, - ACTIONS(105), 1, + [187888] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2162), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7147), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7149), 1, + anon_sym_LT, + ACTIONS(7151), 1, + anon_sym_EQ2, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(2563), 1, - sym__immediate_decimal, - STATE(3674), 1, + STATE(3653), 1, sym_comment, - STATE(4148), 1, + STATE(4469), 1, sym__var, - ACTIONS(7059), 2, + STATE(5181), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2562), 2, + STATE(5182), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2160), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1468), 3, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - [172959] = 12, - ACTIONS(105), 1, + [187932] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2138), 1, - anon_sym_LF, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - STATE(2612), 1, - sym__immediate_decimal, - STATE(3675), 1, - sym_comment, - STATE(4148), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7157), 1, + anon_sym_LT, + ACTIONS(7159), 1, + anon_sym_EQ2, + STATE(2714), 1, sym__var, - ACTIONS(7059), 2, + STATE(3654), 1, + sym_comment, + STATE(5171), 1, + sym__immediate_decimal, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2610), 2, + STATE(5173), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2136), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1434), 3, anon_sym_PIPE, - anon_sym_RBRACE, - [173001] = 13, + anon_sym_if, + anon_sym_EQ_GT, + [187976] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7093), 1, + ACTIONS(7061), 1, anon_sym_DASH, - ACTIONS(7097), 1, + ACTIONS(7063), 1, + anon_sym_DOT, + ACTIONS(7065), 1, anon_sym_PLUS, - ACTIONS(7099), 1, + ACTIONS(7067), 1, aux_sym__val_number_decimal_token1, - ACTIONS(7149), 1, - anon_sym_DOT, - ACTIONS(7153), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7157), 1, + ACTIONS(7075), 1, aux_sym_unquoted_token1, - STATE(1382), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(3676), 1, + STATE(3655), 1, sym_comment, - STATE(5582), 1, + STATE(5592), 1, sym__val_number_decimal, - ACTIONS(7155), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(933), 2, + STATE(596), 2, sym_val_string, sym_unquoted, - ACTIONS(7151), 3, + ACTIONS(7069), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - [173045] = 13, - ACTIONS(3), 1, + [188020] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(1588), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7161), 1, - anon_sym_LT, - ACTIONS(7163), 1, - anon_sym_EQ2, - ACTIONS(7165), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3313), 1, + STATE(2297), 1, sym__immediate_decimal, - STATE(3677), 1, + STATE(3656), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3314), 2, + STATE(2296), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2006), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(1586), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [173089] = 13, - ACTIONS(3), 1, + [188062] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(1581), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7169), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7171), 1, - anon_sym_LT, - ACTIONS(7173), 1, - anon_sym_EQ2, - ACTIONS(7175), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(3678), 1, + STATE(2330), 1, + sym__immediate_decimal, + STATE(3657), 1, sym_comment, - STATE(4359), 1, + STATE(4197), 1, sym__var, - STATE(5187), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5199), 2, + STATE(2331), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2068), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(1579), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [173133] = 13, - ACTIONS(3), 1, + [188104] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(7065), 1, + ACTIONS(1626), 1, + anon_sym_LF, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7073), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7179), 1, - anon_sym_LT, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7183), 1, - anon_sym_EQ2, - STATE(2865), 1, - sym__var, - STATE(3679), 1, - sym_comment, - STATE(5169), 1, + STATE(2324), 1, sym__immediate_decimal, - ACTIONS(7075), 2, + STATE(3658), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5170), 2, + STATE(2326), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2068), 3, + ACTIONS(1624), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173177] = 12, + anon_sym_RBRACE, + [188146] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2142), 1, + ACTIONS(1596), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2568), 1, + STATE(2258), 1, sym__immediate_decimal, - STATE(3680), 1, + STATE(3659), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2567), 2, + STATE(2257), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2140), 4, + ACTIONS(1594), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [173219] = 13, + [188188] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7065), 1, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7185), 1, + ACTIONS(7161), 1, anon_sym_LT, - ACTIONS(7187), 1, + ACTIONS(7163), 1, anon_sym_EQ2, - ACTIONS(7189), 1, + ACTIONS(7165), 1, aux_sym__immediate_decimal_token1, - STATE(2865), 1, + STATE(2714), 1, sym__var, - STATE(3681), 1, + STATE(3660), 1, sym_comment, - STATE(5166), 1, + STATE(5165), 1, sym__immediate_decimal, - ACTIONS(7075), 2, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5168), 2, + STATE(5167), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2034), 3, + ACTIONS(1468), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [173263] = 12, + [188232] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2140), 1, - anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3682), 1, - sym_comment, - STATE(4636), 1, - sym__immediate_decimal, - ACTIONS(7193), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4631), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2142), 4, - anon_sym_PIPE, - anon_sym_if, + ACTIONS(699), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [173305] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2128), 1, - anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(5845), 1, + aux_sym_unquoted_token4, + ACTIONS(5847), 1, + aux_sym_unquoted_token6, + ACTIONS(7147), 1, + anon_sym_LPAREN, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3683), 1, + ACTIONS(7167), 1, + anon_sym_LT, + ACTIONS(7169), 1, + anon_sym_DOT2, + ACTIONS(7171), 1, + anon_sym_EQ2, + STATE(3661), 1, sym_comment, - STATE(4630), 1, + STATE(4469), 1, + sym__var, + STATE(5269), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4628), 2, + STATE(5320), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2130), 4, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [173347] = 12, - ACTIONS(3), 1, + [188280] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2172), 1, - anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(6961), 1, + anon_sym_LPAREN, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(3684), 1, + STATE(3662), 1, sym_comment, - STATE(4627), 1, + STATE(4750), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(1581), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4502), 2, + STATE(4749), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2174), 4, + ACTIONS(1579), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [173389] = 13, + anon_sym_DASH, + [188322] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7147), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7195), 1, + ACTIONS(7173), 1, anon_sym_LT, - ACTIONS(7197), 1, + ACTIONS(7175), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(3663), 1, + sym_comment, + STATE(4469), 1, sym__var, - STATE(3309), 1, + STATE(5190), 1, sym__immediate_decimal, - STATE(3685), 1, - sym_comment, - ACTIONS(7167), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3311), 2, + STATE(5192), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2026), 3, + ACTIONS(1434), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [173433] = 13, - ACTIONS(3), 1, + [188366] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7199), 1, - anon_sym_LT, - ACTIONS(7201), 1, - anon_sym_EQ2, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(3299), 1, - sym__immediate_decimal, - STATE(3686), 1, + STATE(3664), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4884), 1, + sym__immediate_decimal, + ACTIONS(1626), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3303), 2, + STATE(4755), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2052), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [173477] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2160), 1, + ACTIONS(1624), 3, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + [188408] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(6961), 1, + anon_sym_LPAREN, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(3687), 1, + STATE(3665), 1, sym_comment, - STATE(4503), 1, + STATE(4772), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(1612), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4508), 2, + STATE(4770), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2162), 4, + ACTIONS(1610), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [173519] = 13, + anon_sym_DASH, + [188450] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7177), 1, + anon_sym_DOT, + ACTIONS(7181), 1, + anon_sym_DQUOTE, + ACTIONS(7185), 1, + aux_sym_unquoted_token1, + STATE(965), 1, + sym__str_double_quotes, + STATE(3666), 1, + sym_comment, + STATE(5555), 1, + sym__val_number_decimal, + ACTIONS(7183), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(627), 2, + sym_val_string, + sym_unquoted, + ACTIONS(7179), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [188494] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(1085), 1, + anon_sym_DASH, + STATE(3667), 1, + sym_comment, + ACTIONS(1087), 14, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7159), 1, + anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [188520] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, + anon_sym_DOLLAR, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7203), 1, - anon_sym_LT, - ACTIONS(7205), 1, - anon_sym_EQ2, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(3304), 1, - sym__immediate_decimal, - STATE(3688), 1, + STATE(3668), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4779), 1, + sym__immediate_decimal, + ACTIONS(1596), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3300), 2, + STATE(4773), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2060), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [173563] = 12, + ACTIONS(1594), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [188562] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2182), 1, + ACTIONS(1600), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2617), 1, + STATE(2293), 1, sym__immediate_decimal, - STATE(3689), 1, + STATE(3669), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2616), 2, + STATE(2292), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2180), 4, + ACTIONS(1598), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [173605] = 12, + [188604] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2132), 1, + ACTIONS(1579), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3690), 1, + STATE(3670), 1, sym_comment, - STATE(4736), 1, + STATE(4510), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4733), 2, + STATE(4508), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2134), 4, + ACTIONS(1581), 4, anon_sym_PIPE, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [173647] = 12, + [188646] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(1624), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3691), 1, + STATE(3671), 1, sym_comment, - STATE(4527), 1, + STATE(4512), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4717), 2, + STATE(4511), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2182), 4, + ACTIONS(1626), 4, anon_sym_PIPE, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [173689] = 12, + [188688] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2144), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3692), 1, + STATE(3672), 1, sym_comment, - STATE(4715), 1, + STATE(4641), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4682), 2, + STATE(4503), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2146), 4, + ACTIONS(1612), 4, anon_sym_PIPE, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [173731] = 13, + [188730] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(1594), 1, + anon_sym_DASH, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7207), 1, - anon_sym_LT, - ACTIONS(7209), 1, - anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3693), 1, + STATE(3673), 1, sym_comment, - STATE(4610), 1, + STATE(4644), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4609), 2, + STATE(4642), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2060), 3, + ACTIONS(1596), 4, anon_sym_PIPE, anon_sym_if, + anon_sym_LBRACE, anon_sym_EQ_GT, - [173775] = 12, - ACTIONS(3), 1, + [188772] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2136), 1, - anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(1572), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7001), 1, + anon_sym_LPAREN, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3694), 1, - sym_comment, - STATE(4681), 1, + STATE(2299), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + STATE(3674), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4677), 2, + STATE(2298), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2138), 4, + ACTIONS(1570), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [173817] = 12, - ACTIONS(3), 1, + anon_sym_RBRACE, + [188814] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2148), 1, - anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(1568), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7001), 1, + anon_sym_LPAREN, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3695), 1, - sym_comment, - STATE(4670), 1, + STATE(2301), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + STATE(3675), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4668), 2, + STATE(2300), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2150), 4, + ACTIONS(1566), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [173859] = 13, - ACTIONS(3), 1, + anon_sym_RBRACE, + [188856] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(1564), 1, + anon_sym_LF, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7169), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7175), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7211), 1, - anon_sym_LT, - ACTIONS(7213), 1, - anon_sym_EQ2, - STATE(3696), 1, + STATE(2303), 1, + sym__immediate_decimal, + STATE(3676), 1, sym_comment, - STATE(4359), 1, + STATE(4197), 1, sym__var, - STATE(5185), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5186), 2, + STATE(2302), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2034), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(1562), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [173903] = 12, + [188898] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2152), 1, + ACTIONS(7061), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(7063), 1, + anon_sym_DOT, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7071), 1, + anon_sym_DQUOTE, + ACTIONS(7075), 1, + aux_sym_unquoted_token1, + STATE(918), 1, + sym__str_double_quotes, + STATE(3677), 1, + sym_comment, + STATE(5592), 1, + sym__val_number_decimal, + ACTIONS(7073), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(576), 2, + sym_val_string, + sym_unquoted, + ACTIONS(7069), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [188942] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(6961), 1, + anon_sym_LPAREN, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(3697), 1, + STATE(3678), 1, sym_comment, - STATE(4653), 1, + STATE(4791), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(1600), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4652), 2, + STATE(4799), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2154), 4, + ACTIONS(1598), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [173945] = 13, - ACTIONS(3), 1, + anon_sym_DASH, + [188984] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(6961), 1, + anon_sym_LPAREN, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7215), 1, - anon_sym_LT, - ACTIONS(7217), 1, - anon_sym_EQ2, - STATE(2688), 1, + STATE(2840), 1, sym__var, - STATE(3698), 1, + STATE(3679), 1, sym_comment, - STATE(4594), 1, + STATE(4788), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(1592), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4593), 2, + STATE(4789), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2006), 3, + ACTIONS(1590), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173989] = 12, + anon_sym_DASH, + [189026] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2156), 1, + ACTIONS(1598), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3699), 1, + STATE(3680), 1, sym_comment, - STATE(4649), 1, + STATE(4853), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4648), 2, + STATE(4851), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2158), 4, + ACTIONS(1600), 4, anon_sym_PIPE, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [174031] = 12, + [189068] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2176), 1, + ACTIONS(1590), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3700), 1, + STATE(3681), 1, sym_comment, - STATE(4633), 1, + STATE(4911), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4626), 2, + STATE(4909), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2178), 4, + ACTIONS(1592), 4, anon_sym_PIPE, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [174073] = 12, - ACTIONS(105), 1, + [189110] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1826), 1, - anon_sym_DOLLAR, - ACTIONS(7011), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, - aux_sym__immediate_decimal_token1, - STATE(2935), 1, - sym__var, - STATE(3701), 1, - sym_comment, - STATE(4802), 1, - sym__immediate_decimal, - ACTIONS(2134), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4804), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2132), 3, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1586), 1, anon_sym_DASH, - [174115] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3702), 1, + STATE(3682), 1, sym_comment, - STATE(4807), 1, + STATE(4912), 1, sym__immediate_decimal, - ACTIONS(2182), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4819), 2, + STATE(4913), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2180), 3, - anon_sym_SEMI, + ACTIONS(1588), 4, anon_sym_PIPE, - anon_sym_DASH, - [174157] = 12, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189152] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1570), 1, + anon_sym_DASH, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3703), 1, + STATE(3683), 1, sym_comment, - STATE(4832), 1, + STATE(4901), 1, sym__immediate_decimal, - ACTIONS(2146), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4834), 2, + STATE(4902), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2144), 3, - anon_sym_SEMI, + ACTIONS(1572), 4, anon_sym_PIPE, - anon_sym_DASH, - [174199] = 12, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189194] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1566), 1, + anon_sym_DASH, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3704), 1, + STATE(3684), 1, sym_comment, - STATE(4836), 1, + STATE(4794), 1, sym__immediate_decimal, - ACTIONS(2138), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4865), 2, + STATE(4804), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2136), 3, - anon_sym_SEMI, + ACTIONS(1568), 4, anon_sym_PIPE, - anon_sym_DASH, - [174241] = 12, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189236] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3705), 1, + STATE(3685), 1, sym_comment, - STATE(4871), 1, + STATE(4783), 1, sym__immediate_decimal, - ACTIONS(2150), 2, + ACTIONS(1588), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4881), 2, + STATE(4639), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2148), 3, + ACTIONS(1586), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [174283] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7095), 1, - anon_sym_DOT, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7103), 1, - anon_sym_DQUOTE, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - STATE(1246), 1, - sym__str_double_quotes, - STATE(3706), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7105), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(920), 2, - sym_val_string, - sym_unquoted, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [174327] = 13, + [189278] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7093), 1, + ACTIONS(1562), 1, anon_sym_DASH, - ACTIONS(7095), 1, - anon_sym_DOT, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7103), 1, - anon_sym_DQUOTE, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - STATE(1246), 1, - sym__str_double_quotes, - STATE(3707), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7105), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(893), 2, - sym_val_string, - sym_unquoted, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [174371] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2130), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7051), 1, - anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2482), 1, - sym__immediate_decimal, - STATE(3708), 1, - sym_comment, - STATE(4148), 1, + STATE(2440), 1, sym__var, - ACTIONS(7059), 2, + STATE(3686), 1, + sym_comment, + STATE(4748), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2566), 2, + STATE(4640), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2128), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1564), 4, anon_sym_PIPE, - anon_sym_RBRACE, - [174413] = 13, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189320] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(1558), 1, + anon_sym_DASH, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7219), 1, - anon_sym_LT, - ACTIONS(7221), 1, - anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3709), 1, + STATE(3687), 1, sym_comment, - STATE(4608), 1, + STATE(4735), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4602), 2, + STATE(4740), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2052), 3, + ACTIONS(1560), 4, anon_sym_PIPE, anon_sym_if, + anon_sym_LBRACE, anon_sym_EQ_GT, - [174457] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DOLLAR, - ACTIONS(2178), 1, - anon_sym_LF, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7051), 1, - anon_sym_LPAREN, - ACTIONS(7057), 1, - aux_sym__immediate_decimal_token1, - STATE(2600), 1, - sym__immediate_decimal, - STATE(3710), 1, - sym_comment, - STATE(4148), 1, - sym__var, - ACTIONS(7059), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2599), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2176), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [174499] = 13, + [189362] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7093), 1, + ACTIONS(1602), 1, anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7149), 1, - anon_sym_DOT, - ACTIONS(7153), 1, - anon_sym_DQUOTE, - ACTIONS(7157), 1, - aux_sym_unquoted_token1, - STATE(1382), 1, - sym__str_double_quotes, - STATE(3711), 1, - sym_comment, - STATE(5582), 1, - sym__val_number_decimal, - ACTIONS(7155), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(928), 2, - sym_val_string, - sym_unquoted, - ACTIONS(7151), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [174543] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3712), 1, + STATE(3688), 1, sym_comment, - STATE(4883), 1, + STATE(4709), 1, sym__immediate_decimal, - ACTIONS(2154), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4498), 2, + STATE(4712), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2152), 3, - anon_sym_SEMI, + ACTIONS(1604), 4, anon_sym_PIPE, - anon_sym_DASH, - [174585] = 12, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189404] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2158), 1, + ACTIONS(1560), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2602), 1, + STATE(2305), 1, sym__immediate_decimal, - STATE(3713), 1, + STATE(3689), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2601), 2, + STATE(2304), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2156), 4, + ACTIONS(1558), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [174627] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1377), 1, - anon_sym_LBRACE, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(5957), 1, - aux_sym_unquoted_token4, - ACTIONS(5959), 1, - aux_sym_unquoted_token6, - ACTIONS(7169), 1, - anon_sym_LPAREN, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7223), 1, - anon_sym_LT, - ACTIONS(7225), 1, - anon_sym_DOT2, - ACTIONS(7227), 1, - anon_sym_EQ2, - STATE(3714), 1, - sym_comment, - STATE(4359), 1, - sym__var, - STATE(5212), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(5206), 2, - sym_expr_parenthesized, - sym_val_variable, - [174675] = 12, + [189446] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3715), 1, + STATE(3690), 1, sym_comment, - STATE(4698), 1, + STATE(4738), 1, sym__immediate_decimal, - ACTIONS(2162), 2, + ACTIONS(1572), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4679), 2, + STATE(4778), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2160), 3, + ACTIONS(1570), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [174717] = 12, + [189488] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2154), 1, + ACTIONS(1604), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2606), 1, + STATE(2307), 1, sym__immediate_decimal, - STATE(3716), 1, + STATE(3691), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2603), 2, + STATE(2306), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2152), 4, + ACTIONS(1602), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [174759] = 12, + [189530] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(211), 1, anon_sym_DOLLAR, - ACTIONS(2150), 1, + ACTIONS(1612), 1, anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7051), 1, + ACTIONS(7001), 1, anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - STATE(2608), 1, + STATE(2363), 1, sym__immediate_decimal, - STATE(3717), 1, + STATE(3692), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2607), 2, + STATE(2323), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2148), 4, + ACTIONS(1610), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [174801] = 12, + [189572] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3718), 1, + STATE(3693), 1, sym_comment, - STATE(4916), 1, + STATE(4697), 1, sym__immediate_decimal, - ACTIONS(2158), 2, + ACTIONS(1604), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4915), 2, + STATE(4698), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2156), 3, + ACTIONS(1602), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [174843] = 12, + [189614] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3719), 1, + STATE(3694), 1, sym_comment, - STATE(4912), 1, + STATE(4723), 1, sym__immediate_decimal, - ACTIONS(2178), 2, + ACTIONS(1560), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4911), 2, + STATE(4724), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2176), 3, + ACTIONS(1558), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [174885] = 12, + [189656] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1232), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6961), 1, anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3720), 1, + STATE(3695), 1, sym_comment, - STATE(4732), 1, + STATE(4727), 1, sym__immediate_decimal, - ACTIONS(2174), 2, + ACTIONS(1564), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4714), 2, + STATE(4733), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2172), 3, + ACTIONS(1562), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [174927] = 12, - ACTIONS(105), 1, + [189698] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7177), 1, + anon_sym_DOT, + ACTIONS(7181), 1, + anon_sym_DQUOTE, + ACTIONS(7185), 1, + aux_sym_unquoted_token1, + STATE(965), 1, + sym__str_double_quotes, + STATE(3696), 1, + sym_comment, + STATE(5555), 1, + sym__val_number_decimal, + ACTIONS(7183), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(647), 2, + sym_val_string, + sym_unquoted, + ACTIONS(7179), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [189742] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(1458), 1, + anon_sym_DASH, + ACTIONS(1460), 1, + anon_sym_LBRACE, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + ACTIONS(7123), 1, + anon_sym_LT, + ACTIONS(7187), 1, + anon_sym_EQ2, + STATE(2440), 1, sym__var, - STATE(3721), 1, + STATE(3697), 1, sym_comment, - STATE(4744), 1, + STATE(4836), 1, sym__immediate_decimal, - ACTIONS(2130), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4741), 2, + STATE(4835), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2128), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [174969] = 12, - ACTIONS(105), 1, + [189787] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(1412), 1, + anon_sym_DASH, + ACTIONS(1414), 1, + anon_sym_LBRACE, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2134), 1, - anon_sym_LF, - ACTIONS(5076), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7051), 1, - anon_sym_LPAREN, - ACTIONS(7057), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2622), 1, - sym__immediate_decimal, - STATE(3722), 1, - sym_comment, - STATE(4148), 1, + ACTIONS(7135), 1, + anon_sym_LT, + ACTIONS(7189), 1, + anon_sym_EQ2, + STATE(2440), 1, sym__var, - ACTIONS(7059), 2, + STATE(3698), 1, + sym_comment, + STATE(4696), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2618), 2, + STATE(4690), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2132), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [175011] = 12, - ACTIONS(105), 1, + [189832] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1826), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7191), 1, + anon_sym_LT, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - anon_sym_LPAREN, - ACTIONS(7025), 1, + ACTIONS(7195), 1, + anon_sym_EQ2, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3723), 1, + STATE(3699), 1, sym_comment, - STATE(4759), 1, + STATE(4696), 1, sym__immediate_decimal, - ACTIONS(2142), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7027), 2, + ACTIONS(1414), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4753), 2, + STATE(4690), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2140), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [175053] = 13, + [189875] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7229), 1, + ACTIONS(7201), 1, anon_sym_LT, - ACTIONS(7231), 1, + ACTIONS(7203), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3724), 1, + STATE(3700), 1, sym_comment, - STATE(4600), 1, + STATE(4836), 1, sym__immediate_decimal, - ACTIONS(7193), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4597), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2026), 3, + ACTIONS(1460), 2, anon_sym_PIPE, - anon_sym_if, anon_sym_EQ_GT, - [175097] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DOLLAR, - ACTIONS(2146), 1, - anon_sym_LF, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7051), 1, - anon_sym_LPAREN, - ACTIONS(7057), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__immediate_decimal, - STATE(3725), 1, - sym_comment, - STATE(4148), 1, - sym__var, - ACTIONS(7059), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2613), 2, + STATE(4835), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2144), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [175139] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7235), 1, - anon_sym_EQ, - ACTIONS(7237), 1, - anon_sym_COLON, - ACTIONS(7239), 1, - anon_sym_COMMA, - ACTIONS(7241), 1, - anon_sym_LPAREN, - ACTIONS(7243), 1, - anon_sym_DASH, - STATE(3726), 1, - sym_comment, - STATE(3830), 1, - sym_flag_capsule, - STATE(3896), 1, - sym_param_value, - STATE(3982), 1, - sym_param_type, - ACTIONS(7233), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [175178] = 12, + [189918] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - ACTIONS(7181), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + ACTIONS(7205), 1, + anon_sym_LT, + ACTIONS(7207), 1, + anon_sym_EQ2, + STATE(2440), 1, sym__var, - STATE(3727), 1, + STATE(3701), 1, sym_comment, - STATE(4583), 1, + STATE(4844), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(1452), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4584), 2, + STATE(4843), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1547), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [175219] = 14, + [189961] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7245), 1, - sym_identifier, - ACTIONS(7250), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7075), 1, + aux_sym_unquoted_token1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7253), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7256), 1, - anon_sym_DASH_DASH, - ACTIONS(7259), 1, + ACTIONS(7211), 1, + anon_sym_DOT, + STATE(794), 1, + sym__var, + STATE(903), 1, + sym_unquoted, + STATE(945), 1, + sym_val_variable, + STATE(3702), 1, + sym_comment, + STATE(5592), 1, + sym__val_number_decimal, + ACTIONS(7069), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [190006] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7061), 1, anon_sym_DASH, - STATE(3726), 1, - sym_param_long_flag, - STATE(3828), 1, - sym__param_name, - STATE(3923), 1, - sym_param_short_flag, - STATE(3925), 1, - sym_param_opt, - STATE(3929), 1, - sym_param_rest, - STATE(4192), 1, - sym_parameter, - ACTIONS(7248), 2, - anon_sym_RBRACK, - anon_sym_RPAREN, - STATE(3728), 2, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7075), 1, + aux_sym_unquoted_token1, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(7211), 1, + anon_sym_DOT, + STATE(794), 1, + sym__var, + STATE(981), 1, + sym_unquoted, + STATE(982), 1, + sym_val_variable, + STATE(3703), 1, sym_comment, - aux_sym_parameter_parens_repeat1, - [175264] = 14, + STATE(5592), 1, + sym__val_number_decimal, + ACTIONS(7069), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [190051] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2058), 1, + ACTIONS(1466), 1, anon_sym_DASH, - ACTIONS(2060), 1, + ACTIONS(1468), 1, anon_sym_LBRACE, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7023), 1, + anon_sym_LPAREN, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7207), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7161), 1, anon_sym_LT, - ACTIONS(7262), 1, + ACTIONS(7213), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2714), 1, sym__var, - STATE(3729), 1, + STATE(3704), 1, sym_comment, - STATE(4610), 1, + STATE(5359), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4609), 2, + STATE(5373), 2, sym_expr_parenthesized, sym_val_variable, - [175309] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + [190096] = 12, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(7264), 1, - anon_sym_LT, - ACTIONS(7266), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7268), 1, - anon_sym_EQ2, - ACTIONS(7270), 1, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3730), 1, - sym_comment, - STATE(4594), 1, + STATE(2510), 1, sym__immediate_decimal, - ACTIONS(2006), 2, + STATE(3705), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(1579), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(1581), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4593), 2, + STATE(2500), 2, sym_expr_parenthesized, sym_val_variable, - [175352] = 12, + [190137] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2649), 1, + STATE(2431), 1, sym__immediate_decimal, - STATE(3731), 1, + STATE(3706), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2160), 2, + ACTIONS(1624), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2162), 2, + ACTIONS(1626), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2648), 2, + STATE(2511), 2, sym_expr_parenthesized, sym_val_variable, - [175393] = 14, + [190178] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2032), 1, - anon_sym_DASH, - ACTIONS(2034), 1, - anon_sym_LBRACE, - ACTIONS(2968), 1, + ACTIONS(7215), 1, + sym_identifier, + ACTIONS(7220), 1, anon_sym_DOLLAR, - ACTIONS(7065), 1, - anon_sym_LPAREN, - ACTIONS(7073), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7185), 1, - anon_sym_LT, - ACTIONS(7274), 1, - anon_sym_EQ2, - STATE(2865), 1, - sym__var, - STATE(3732), 1, + ACTIONS(7223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7226), 1, + anon_sym_DASH_DASH, + ACTIONS(7229), 1, + anon_sym_DASH, + STATE(3712), 1, + sym_param_long_flag, + STATE(3809), 1, + sym__param_name, + STATE(3876), 1, + sym_param_short_flag, + STATE(3877), 1, + sym_param_opt, + STATE(3878), 1, + sym_param_rest, + STATE(4193), 1, + sym_parameter, + ACTIONS(7218), 2, + anon_sym_RBRACK, + anon_sym_RPAREN, + STATE(3707), 2, sym_comment, - STATE(5366), 1, - sym__immediate_decimal, - ACTIONS(7075), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(5372), 2, - sym_expr_parenthesized, - sym_val_variable, - [175438] = 12, + aux_sym_parameter_parens_repeat1, + [190223] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2654), 1, + STATE(2529), 1, sym__immediate_decimal, - STATE(3733), 1, + STATE(3708), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2172), 2, + ACTIONS(1610), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2174), 2, + ACTIONS(1612), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2661), 2, + STATE(2527), 2, sym_expr_parenthesized, sym_val_variable, - [175479] = 12, + [190264] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2657), 1, + STATE(2533), 1, sym__immediate_decimal, - STATE(3734), 1, + STATE(3709), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2128), 2, + ACTIONS(1594), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2130), 2, + ACTIONS(1596), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2655), 2, + STATE(2532), 2, sym_expr_parenthesized, sym_val_variable, - [175520] = 13, + [190305] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7276), 1, - anon_sym_LT, - ACTIONS(7278), 1, - anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3735), 1, + STATE(3710), 1, sym_comment, - STATE(4600), 1, + STATE(4499), 1, sym__immediate_decimal, - ACTIONS(2026), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4597), 2, + STATE(4502), 2, sym_expr_parenthesized, sym_val_variable, - [175563] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7065), 1, - anon_sym_LPAREN, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7189), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7280), 1, - anon_sym_LT, - ACTIONS(7282), 1, - anon_sym_EQ2, - STATE(2865), 1, - sym__var, - STATE(3736), 1, - sym_comment, - STATE(5426), 1, - sym__immediate_decimal, - ACTIONS(2034), 2, + ACTIONS(937), 3, anon_sym_PIPE, + anon_sym_if, anon_sym_EQ_GT, - ACTIONS(7075), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(5425), 2, - sym_expr_parenthesized, - sym_val_variable, - [175606] = 14, + [190346] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2066), 1, - anon_sym_DASH, - ACTIONS(2068), 1, - anon_sym_LBRACE, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7065), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7073), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7179), 1, - anon_sym_LT, - ACTIONS(7181), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7284), 1, - anon_sym_EQ2, - STATE(2865), 1, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, sym__var, - STATE(3737), 1, + STATE(3711), 1, sym_comment, - STATE(5382), 1, + STATE(4497), 1, sym__immediate_decimal, - ACTIONS(7075), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5384), 2, + STATE(4498), 2, sym_expr_parenthesized, sym_val_variable, - [175651] = 13, + ACTIONS(937), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [190387] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(7234), 1, + anon_sym_EQ, + ACTIONS(7236), 1, + anon_sym_COLON, + ACTIONS(7238), 1, + anon_sym_COMMA, + ACTIONS(7240), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, - anon_sym_DOT2, - ACTIONS(7270), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7286), 1, - anon_sym_LT, - ACTIONS(7288), 1, - anon_sym_EQ2, - STATE(2688), 1, - sym__var, - STATE(3738), 1, + ACTIONS(7242), 1, + anon_sym_DASH, + STATE(3712), 1, sym_comment, - STATE(4608), 1, - sym__immediate_decimal, - ACTIONS(2052), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4602), 2, - sym_expr_parenthesized, - sym_val_variable, - [175694] = 12, + STATE(3834), 1, + sym_flag_capsule, + STATE(3890), 1, + sym_param_value, + STATE(4050), 1, + sym_param_type, + ACTIONS(7232), 6, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [190426] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2659), 1, + STATE(2493), 1, sym__immediate_decimal, - STATE(3739), 1, + STATE(3713), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2140), 2, + ACTIONS(1598), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2142), 2, + ACTIONS(1600), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2658), 2, - sym_expr_parenthesized, - sym_val_variable, - [175735] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3740), 1, - sym_comment, - STATE(4566), 1, - sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4567), 2, + STATE(2456), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1547), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [175776] = 13, + [190467] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(1474), 1, + anon_sym_DASH, + ACTIONS(1476), 1, + anon_sym_LBRACE, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7290), 1, + ACTIONS(7139), 1, anon_sym_LT, - ACTIONS(7292), 1, + ACTIONS(7244), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3741), 1, + STATE(3714), 1, sym_comment, - STATE(4610), 1, + STATE(4689), 1, sym__immediate_decimal, - ACTIONS(2060), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4609), 2, + STATE(4688), 2, sym_expr_parenthesized, sym_val_variable, - [175819] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, + [190512] = 12, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(7065), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7073), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7294), 1, - anon_sym_LT, - ACTIONS(7296), 1, - anon_sym_EQ2, - STATE(2865), 1, - sym__var, - STATE(3742), 1, - sym_comment, - STATE(5424), 1, + STATE(2491), 1, sym__immediate_decimal, - ACTIONS(2068), 2, + STATE(3715), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(1590), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7075), 2, + ACTIONS(1592), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5423), 2, + STATE(2492), 2, sym_expr_parenthesized, sym_val_variable, - [175862] = 12, + [190553] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2701), 1, + STATE(2489), 1, sym__immediate_decimal, - STATE(3743), 1, + STATE(3716), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2132), 2, + ACTIONS(1586), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2134), 2, + ACTIONS(1588), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2702), 2, + STATE(2490), 2, sym_expr_parenthesized, sym_val_variable, - [175903] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2024), 1, - anon_sym_DASH, - ACTIONS(2026), 1, - anon_sym_LBRACE, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + [190594] = 12, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7229), 1, - anon_sym_LT, - ACTIONS(7298), 1, - anon_sym_EQ2, - STATE(2688), 1, - sym__var, - STATE(3744), 1, - sym_comment, - STATE(4600), 1, + STATE(2487), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + STATE(3717), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(1570), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1572), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4597), 2, + STATE(2488), 2, sym_expr_parenthesized, sym_val_variable, - [175948] = 12, + [190635] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2703), 1, + STATE(2485), 1, sym__immediate_decimal, - STATE(3745), 1, + STATE(3718), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2180), 2, + ACTIONS(1566), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2182), 2, + ACTIONS(1568), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2704), 2, + STATE(2486), 2, sym_expr_parenthesized, sym_val_variable, - [175989] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - ACTIONS(7300), 1, - anon_sym_DOLLAR, - ACTIONS(7302), 1, - anon_sym_DOT, - STATE(1127), 1, - sym__var, - STATE(1240), 1, - sym_val_variable, - STATE(1242), 1, - sym_unquoted, - STATE(3746), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [176034] = 12, + [190676] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2720), 1, + STATE(2482), 1, sym__immediate_decimal, - STATE(3747), 1, + STATE(3719), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2144), 2, + ACTIONS(1562), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2146), 2, + ACTIONS(1564), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2710), 2, + STATE(2483), 2, sym_expr_parenthesized, sym_val_variable, - [176075] = 12, + [190717] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2711), 1, + STATE(2480), 1, sym__immediate_decimal, - STATE(3748), 1, + STATE(3720), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2136), 2, + ACTIONS(1558), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2138), 2, + ACTIONS(1560), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2712), 2, + STATE(2481), 2, sym_expr_parenthesized, sym_val_variable, - [176116] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - ACTIONS(7300), 1, - anon_sym_DOLLAR, - ACTIONS(7302), 1, - anon_sym_DOT, - STATE(1127), 1, - sym__var, - STATE(1412), 1, - sym_val_variable, - STATE(1413), 1, - sym_unquoted, - STATE(3749), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [176161] = 12, + [190758] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(2716), 1, + STATE(2477), 1, sym__immediate_decimal, - STATE(3750), 1, + STATE(3721), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(2148), 2, + ACTIONS(1602), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2150), 2, + ACTIONS(1604), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2718), 2, + STATE(2478), 2, sym_expr_parenthesized, sym_val_variable, - [176202] = 14, + [190799] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2004), 1, + ACTIONS(1450), 1, anon_sym_DASH, - ACTIONS(2006), 1, + ACTIONS(1452), 1, anon_sym_LBRACE, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7103), 1, + anon_sym_LT, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7215), 1, - anon_sym_LT, - ACTIONS(7304), 1, + ACTIONS(7246), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3751), 1, + STATE(3722), 1, sym_comment, - STATE(4594), 1, + STATE(4844), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4593), 2, + STATE(4843), 2, sym_expr_parenthesized, sym_val_variable, - [176247] = 14, + [190844] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2050), 1, + ACTIONS(1432), 1, anon_sym_DASH, - ACTIONS(2052), 1, + ACTIONS(1434), 1, anon_sym_LBRACE, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7023), 1, + anon_sym_LPAREN, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7219), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7157), 1, anon_sym_LT, - ACTIONS(7306), 1, + ACTIONS(7248), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2714), 1, sym__var, - STATE(3752), 1, + STATE(3723), 1, sym_comment, - STATE(4608), 1, + STATE(5377), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4602), 2, + STATE(5378), 2, sym_expr_parenthesized, sym_val_variable, - [176292] = 12, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + [190889] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, + anon_sym_DOT2, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2727), 1, - sym__immediate_decimal, - STATE(3753), 1, - sym_comment, - STATE(4263), 1, + ACTIONS(7250), 1, + anon_sym_LT, + ACTIONS(7252), 1, + anon_sym_EQ2, + STATE(2440), 1, sym__var, - ACTIONS(2176), 2, - anon_sym_SEMI, + STATE(3724), 1, + sym_comment, + STATE(4689), 1, + sym__immediate_decimal, + ACTIONS(1476), 2, anon_sym_PIPE, - ACTIONS(2178), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + anon_sym_EQ_GT, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2666), 2, + STATE(4688), 2, sym_expr_parenthesized, sym_val_variable, - [176333] = 12, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + [190932] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - STATE(2725), 1, - sym__immediate_decimal, - STATE(3754), 1, - sym_comment, - STATE(4263), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7254), 1, + anon_sym_LT, + ACTIONS(7256), 1, + anon_sym_EQ2, + STATE(2714), 1, sym__var, - ACTIONS(2156), 2, - anon_sym_SEMI, + STATE(3725), 1, + sym_comment, + STATE(5473), 1, + sym__immediate_decimal, + ACTIONS(1434), 2, anon_sym_PIPE, - ACTIONS(2158), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + anon_sym_EQ_GT, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2708), 2, + STATE(5478), 2, sym_expr_parenthesized, sym_val_variable, - [176374] = 12, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + [190975] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7127), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(7133), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7165), 1, aux_sym__immediate_decimal_token1, - STATE(2721), 1, - sym__immediate_decimal, - STATE(3755), 1, - sym_comment, - STATE(4263), 1, + ACTIONS(7258), 1, + anon_sym_LT, + ACTIONS(7260), 1, + anon_sym_EQ2, + STATE(2714), 1, sym__var, - ACTIONS(2152), 2, - anon_sym_SEMI, + STATE(3726), 1, + sym_comment, + STATE(5454), 1, + sym__immediate_decimal, + ACTIONS(1468), 2, anon_sym_PIPE, - ACTIONS(2154), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(7135), 2, + anon_sym_EQ_GT, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2723), 2, + STATE(5340), 2, sym_expr_parenthesized, sym_val_variable, - [176415] = 15, + [191018] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7075), 1, + aux_sym_unquoted_token1, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(7211), 1, + anon_sym_DOT, + STATE(794), 1, + sym__var, + STATE(981), 1, + sym_unquoted, + STATE(982), 1, + sym_val_variable, + STATE(3727), 1, + sym_comment, + STATE(5592), 1, + sym__val_number_decimal, + ACTIONS(7069), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [191060] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7310), 1, + ACTIONS(7264), 1, anon_sym_RPAREN, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - STATE(3726), 1, + STATE(3707), 1, + aux_sym_parameter_parens_repeat1, + STATE(3712), 1, sym_param_long_flag, STATE(3728), 1, - aux_sym_parameter_parens_repeat1, - STATE(3756), 1, sym_comment, - STATE(3828), 1, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [176461] = 7, + [191106] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1400), 1, + ACTIONS(745), 1, anon_sym_DASH, - ACTIONS(7320), 1, + ACTIONS(7274), 1, anon_sym_DOT2, - STATE(3757), 1, + STATE(3729), 1, sym_comment, - STATE(3774), 1, + STATE(3771), 1, + aux_sym_cell_path_repeat1, + STATE(3861), 1, sym_path, - STATE(3919), 1, - sym_cell_path, - ACTIONS(1402), 9, + ACTIONS(747), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -346885,206 +288053,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176491] = 6, + [191136] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1387), 1, - anon_sym_DASH, - ACTIONS(7323), 1, - anon_sym_DOT2, - STATE(3913), 1, - sym_path, - STATE(3758), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1389), 9, + ACTIONS(7262), 1, sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(7266), 1, anon_sym_DOLLAR, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - [176519] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1407), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7326), 1, - anon_sym_DOT2, - STATE(3758), 1, - aux_sym_cell_path_repeat1, - STATE(3759), 1, - sym_comment, - STATE(3913), 1, - sym_path, - ACTIONS(1409), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, + ACTIONS(7276), 1, anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [176549] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1400), 1, - anon_sym_DASH, - ACTIONS(7326), 1, - anon_sym_DOT2, - STATE(3760), 1, + STATE(3712), 1, + sym_param_long_flag, + STATE(3730), 1, sym_comment, - STATE(3781), 1, - sym_path, - STATE(3919), 1, - sym_cell_path, - ACTIONS(1402), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [176579] = 15, + STATE(3733), 1, + aux_sym_parameter_parens_repeat1, + STATE(3809), 1, + sym__param_name, + STATE(3876), 1, + sym_param_short_flag, + STATE(3877), 1, + sym_param_opt, + STATE(3878), 1, + sym_param_rest, + STATE(4193), 1, + sym_parameter, + [191182] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7328), 1, - anon_sym_RBRACK, - STATE(3726), 1, + ACTIONS(7278), 1, + anon_sym_RPAREN, + STATE(3712), 1, sym_param_long_flag, - STATE(3761), 1, + STATE(3731), 1, sym_comment, - STATE(3776), 1, + STATE(3734), 1, aux_sym_parameter_parens_repeat1, - STATE(3828), 1, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [176625] = 13, + [191228] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2034), 1, - anon_sym_LBRACE, - ACTIONS(2968), 1, + ACTIONS(1468), 1, + anon_sym_EQ_GT, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7169), 1, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(7211), 1, + ACTIONS(7031), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7258), 1, anon_sym_LT, - ACTIONS(7213), 1, + ACTIONS(7260), 1, anon_sym_EQ2, - ACTIONS(7330), 1, - aux_sym__immediate_decimal_token1, - STATE(3762), 1, - sym_comment, - STATE(4359), 1, + STATE(2714), 1, sym__var, - STATE(5185), 1, + STATE(3732), 1, + sym_comment, + STATE(5454), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5186), 2, + STATE(5340), 2, sym_expr_parenthesized, sym_val_variable, - [176667] = 15, + [191270] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7332), 1, - anon_sym_RPAREN, - STATE(3726), 1, + ACTIONS(7280), 1, + anon_sym_RBRACK, + STATE(3707), 1, + aux_sym_parameter_parens_repeat1, + STATE(3712), 1, sym_param_long_flag, - STATE(3763), 1, + STATE(3733), 1, sym_comment, - STATE(3777), 1, + STATE(3809), 1, + sym__param_name, + STATE(3876), 1, + sym_param_short_flag, + STATE(3877), 1, + sym_param_opt, + STATE(3878), 1, + sym_param_rest, + STATE(4193), 1, + sym_parameter, + [191316] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7262), 1, + sym_identifier, + ACTIONS(7266), 1, + anon_sym_DOLLAR, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7270), 1, + anon_sym_DASH_DASH, + ACTIONS(7272), 1, + anon_sym_DASH, + ACTIONS(7282), 1, + anon_sym_RPAREN, + STATE(3707), 1, aux_sym_parameter_parens_repeat1, - STATE(3828), 1, + STATE(3712), 1, + sym_param_long_flag, + STATE(3734), 1, + sym_comment, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [176713] = 12, + [191362] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - ACTIONS(7266), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3764), 1, - sym_comment, - STATE(4583), 1, + STATE(3348), 1, sym__immediate_decimal, - ACTIONS(1547), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + STATE(3735), 1, + sym_comment, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4584), 2, + STATE(3372), 2, sym_expr_parenthesized, sym_val_variable, - [176753] = 6, + ACTIONS(1592), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [191400] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3758), 1, - aux_sym_cell_path_repeat1, - STATE(3765), 1, - sym_comment, - STATE(3913), 1, - sym_path, - ACTIONS(1407), 2, + ACTIONS(760), 1, anon_sym_DASH, + ACTIONS(7284), 1, anon_sym_DOT2, - ACTIONS(1409), 9, + STATE(3861), 1, + sym_path, + STATE(3736), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(762), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -347094,460 +288255,523 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176781] = 11, + [191428] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7075), 1, + aux_sym_unquoted_token1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, + ACTIONS(7211), 1, + anon_sym_DOT, + STATE(794), 1, sym__var, - STATE(3377), 1, - sym__immediate_decimal, - STATE(3766), 1, - sym_comment, - ACTIONS(7167), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3378), 2, - sym_expr_parenthesized, + STATE(903), 1, + sym_unquoted, + STATE(945), 1, sym_val_variable, - ACTIONS(2130), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [176819] = 11, + STATE(3737), 1, + sym_comment, + STATE(5592), 1, + sym__val_number_decimal, + ACTIONS(7069), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [191470] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3375), 1, + STATE(3305), 1, sym__immediate_decimal, - STATE(3767), 1, + STATE(3738), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3376), 2, + STATE(3306), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2142), 3, + ACTIONS(1604), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [176857] = 11, + [191508] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(7262), 1, + sym_identifier, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7270), 1, + anon_sym_DASH_DASH, + ACTIONS(7272), 1, + anon_sym_DASH, + ACTIONS(7287), 1, + anon_sym_RBRACK, + STATE(3712), 1, + sym_param_long_flag, + STATE(3739), 1, + sym_comment, + STATE(3750), 1, + aux_sym_parameter_parens_repeat1, + STATE(3809), 1, + sym__param_name, + STATE(3876), 1, + sym_param_short_flag, + STATE(3877), 1, + sym_param_opt, + STATE(3878), 1, + sym_param_rest, + STATE(4193), 1, + sym_parameter, + [191554] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7289), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + ACTIONS(7291), 1, + aux_sym__immediate_decimal_token2, + STATE(3740), 1, + sym_comment, + ACTIONS(2326), 3, + sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2328), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [191582] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7185), 1, + aux_sym_unquoted_token1, + ACTIONS(7293), 1, + anon_sym_DOLLAR, + ACTIONS(7295), 1, + anon_sym_DOT, + STATE(863), 1, sym__var, - STATE(3336), 1, - sym__immediate_decimal, - STATE(3768), 1, + STATE(1148), 1, + sym_val_variable, + STATE(1149), 1, + sym_unquoted, + STATE(3741), 1, sym_comment, - ACTIONS(7167), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3331), 2, - sym_expr_parenthesized, + STATE(5555), 1, + sym__val_number_decimal, + ACTIONS(7179), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [191624] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7061), 1, + anon_sym_DASH, + ACTIONS(7065), 1, + anon_sym_PLUS, + ACTIONS(7067), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(7185), 1, + aux_sym_unquoted_token1, + ACTIONS(7293), 1, + anon_sym_DOLLAR, + ACTIONS(7295), 1, + anon_sym_DOT, + STATE(863), 1, + sym__var, + STATE(1236), 1, + sym_unquoted, + STATE(1239), 1, sym_val_variable, - ACTIONS(2134), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [176895] = 11, + STATE(3742), 1, + sym_comment, + STATE(5555), 1, + sym__val_number_decimal, + ACTIONS(7179), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [191666] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3382), 1, + STATE(3326), 1, sym__immediate_decimal, - STATE(3769), 1, + STATE(3743), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3383), 2, + STATE(3328), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2174), 3, + ACTIONS(1568), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [176933] = 11, + [191704] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7297), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7299), 1, + aux_sym__immediate_decimal_token2, + STATE(3744), 1, + sym_comment, + ACTIONS(2375), 3, + sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2377), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [191732] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3384), 1, + STATE(3315), 1, sym__immediate_decimal, - STATE(3770), 1, + STATE(3745), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3388), 2, + STATE(3323), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2162), 3, + ACTIONS(1564), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [176971] = 14, + [191770] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(830), 1, + anon_sym_DASH, + ACTIONS(7274), 1, + anon_sym_DOT2, + STATE(3729), 1, + sym_path, + STATE(3746), 1, + sym_comment, + STATE(3894), 1, + sym_cell_path, + ACTIONS(832), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [191800] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7245), 1, + ACTIONS(7215), 1, sym_identifier, - ACTIONS(7248), 1, + ACTIONS(7218), 1, anon_sym_PIPE, - ACTIONS(7250), 1, + ACTIONS(7220), 1, anon_sym_DOLLAR, - ACTIONS(7253), 1, + ACTIONS(7223), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7256), 1, + ACTIONS(7226), 1, anon_sym_DASH_DASH, - ACTIONS(7259), 1, + ACTIONS(7229), 1, anon_sym_DASH, - STATE(3798), 1, + STATE(3767), 1, sym_param_long_flag, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(3930), 1, + STATE(3879), 1, sym__param_name, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - STATE(3771), 2, + STATE(3747), 2, sym_comment, aux_sym_parameter_parens_repeat1, - [177015] = 7, + [191844] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_DASH, - ACTIONS(7326), 1, - anon_sym_DOT2, - STATE(3772), 1, - sym_comment, - STATE(3781), 1, - sym_path, - STATE(3914), 1, - sym_cell_path, - ACTIONS(1469), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [177045] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(6340), 1, + ACTIONS(6270), 1, aux_sym_unquoted_token5, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3773), 1, + STATE(3748), 1, sym_comment, - STATE(4566), 1, + STATE(4499), 1, sym__immediate_decimal, - ACTIONS(1547), 2, + ACTIONS(937), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4567), 2, + STATE(4502), 2, sym_expr_parenthesized, sym_val_variable, - [177085] = 7, + [191884] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1394), 1, - anon_sym_DASH, - ACTIONS(7326), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - STATE(3765), 1, - aux_sym_cell_path_repeat1, - STATE(3774), 1, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3307), 1, + sym__immediate_decimal, + STATE(3749), 1, sym_comment, - STATE(3913), 1, - sym_path, - ACTIONS(1396), 9, - sym_identifier, - anon_sym_COLON, + ACTIONS(7121), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3309), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1560), 3, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_RBRACE, + [191922] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7262), 1, + sym_identifier, + ACTIONS(7266), 1, anon_sym_DOLLAR, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - [177115] = 15, + ACTIONS(7272), 1, + anon_sym_DASH, + ACTIONS(7301), 1, + anon_sym_RBRACK, + STATE(3707), 1, + aux_sym_parameter_parens_repeat1, + STATE(3712), 1, + sym_param_long_flag, + STATE(3750), 1, + sym_comment, + STATE(3809), 1, + sym__param_name, + STATE(3876), 1, + sym_param_short_flag, + STATE(3877), 1, + sym_param_opt, + STATE(3878), 1, + sym_param_rest, + STATE(4193), 1, + sym_parameter, + [191968] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, - anon_sym_DASH, - ACTIONS(7334), 1, - anon_sym_PIPE, - STATE(3775), 1, - sym_comment, - STATE(3798), 1, - sym_param_long_flag, - STATE(3801), 1, + ACTIONS(7272), 1, + anon_sym_DASH, + ACTIONS(7303), 1, + anon_sym_RBRACK, + STATE(3707), 1, aux_sym_parameter_parens_repeat1, - STATE(3923), 1, + STATE(3712), 1, + sym_param_long_flag, + STATE(3751), 1, + sym_comment, + STATE(3809), 1, + sym__param_name, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(3930), 1, - sym__param_name, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [177161] = 15, + [192014] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7336), 1, - anon_sym_RBRACK, - STATE(3726), 1, + ACTIONS(7305), 1, + anon_sym_PIPE, + STATE(3752), 1, + sym_comment, + STATE(3767), 1, sym_param_long_flag, - STATE(3728), 1, + STATE(3769), 1, aux_sym_parameter_parens_repeat1, - STATE(3776), 1, - sym_comment, - STATE(3828), 1, - sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(3879), 1, + sym__param_name, + STATE(4193), 1, sym_parameter, - [177207] = 15, + [192060] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7338), 1, + ACTIONS(7307), 1, anon_sym_RPAREN, - STATE(3726), 1, + STATE(3712), 1, sym_param_long_flag, STATE(3728), 1, aux_sym_parameter_parens_repeat1, - STATE(3777), 1, + STATE(3753), 1, sym_comment, - STATE(3828), 1, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [177253] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - ACTIONS(7300), 1, - anon_sym_DOLLAR, - ACTIONS(7302), 1, - anon_sym_DOT, - STATE(1127), 1, - sym__var, - STATE(1412), 1, - sym_val_variable, - STATE(1413), 1, - sym_unquoted, - STATE(3778), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [177295] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7107), 1, - aux_sym_unquoted_token1, - ACTIONS(7300), 1, - anon_sym_DOLLAR, - ACTIONS(7302), 1, - anon_sym_DOT, - STATE(1127), 1, - sym__var, - STATE(1240), 1, - sym_val_variable, - STATE(1242), 1, - sym_unquoted, - STATE(3779), 1, - sym_comment, - STATE(5613), 1, - sym__val_number_decimal, - ACTIONS(7101), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [177337] = 11, + [192106] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3312), 1, - sym__immediate_decimal, - STATE(3780), 1, + STATE(3754), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4497), 1, + sym__immediate_decimal, + ACTIONS(937), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3308), 2, + STATE(4498), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2158), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [177375] = 7, + [192146] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1394), 1, + ACTIONS(830), 1, anon_sym_DASH, - ACTIONS(7326), 1, + ACTIONS(7309), 1, anon_sym_DOT2, - STATE(3759), 1, - aux_sym_cell_path_repeat1, - STATE(3781), 1, + STATE(3755), 1, sym_comment, - STATE(3913), 1, - sym_path, - ACTIONS(1396), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [177405] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_DASH, - ACTIONS(7340), 1, - anon_sym_DOT2, - STATE(3774), 1, + STATE(3762), 1, sym_path, - STATE(3782), 1, - sym_comment, - STATE(3914), 1, + STATE(3894), 1, sym_cell_path, - ACTIONS(1469), 9, + ACTIONS(832), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -347557,506 +288781,454 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [177435] = 6, + [192176] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7343), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7345), 1, - aux_sym__immediate_decimal_token2, - STATE(3783), 1, + STATE(2440), 1, + sym__var, + STATE(3351), 1, + sym__immediate_decimal, + STATE(3756), 1, sym_comment, - ACTIONS(2832), 3, - sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2834), 8, - anon_sym_COLON, + ACTIONS(7121), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3353), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1581), 3, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [177463] = 15, + anon_sym_LBRACE, + anon_sym_RBRACE, + [192214] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7347), 1, - anon_sym_RPAREN, - STATE(3726), 1, + ACTIONS(7312), 1, + anon_sym_RBRACK, + STATE(3712), 1, sym_param_long_flag, - STATE(3728), 1, + STATE(3751), 1, aux_sym_parameter_parens_repeat1, - STATE(3784), 1, + STATE(3757), 1, sym_comment, - STATE(3828), 1, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [177509] = 15, + [192260] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7349), 1, - anon_sym_RBRACK, - STATE(3726), 1, + ACTIONS(7314), 1, + anon_sym_RPAREN, + STATE(3712), 1, sym_param_long_flag, - STATE(3728), 1, - aux_sym_parameter_parens_repeat1, - STATE(3785), 1, + STATE(3758), 1, sym_comment, - STATE(3828), 1, + STATE(3763), 1, + aux_sym_parameter_parens_repeat1, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [177555] = 11, + [192306] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(715), 1, + anon_sym_DASH, + ACTIONS(7316), 1, + anon_sym_DOT2, + STATE(3759), 1, + sym_comment, + STATE(3762), 1, + sym_path, + STATE(3887), 1, + sym_cell_path, + ACTIONS(717), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [192336] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3328), 1, + STATE(3340), 1, sym__immediate_decimal, - STATE(3786), 1, + STATE(3760), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3327), 2, + STATE(3350), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2146), 3, + ACTIONS(1626), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [177593] = 11, + [192374] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3330), 1, + STATE(3335), 1, sym__immediate_decimal, - STATE(3787), 1, + STATE(3761), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3329), 2, + STATE(3339), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2182), 3, + ACTIONS(1612), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [177631] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7093), 1, - anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7157), 1, - aux_sym_unquoted_token1, - ACTIONS(7351), 1, - anon_sym_DOLLAR, - ACTIONS(7353), 1, - anon_sym_DOT, - STATE(1173), 1, - sym__var, - STATE(1586), 1, - sym_unquoted, - STATE(1587), 1, - sym_val_variable, - STATE(3788), 1, - sym_comment, - STATE(5582), 1, - sym__val_number_decimal, - ACTIONS(7151), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [177673] = 13, + [192412] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7093), 1, + ACTIONS(745), 1, anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_PLUS, - ACTIONS(7099), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(7157), 1, - aux_sym_unquoted_token1, - ACTIONS(7351), 1, - anon_sym_DOLLAR, - ACTIONS(7353), 1, - anon_sym_DOT, - STATE(1173), 1, - sym__var, - STATE(1292), 1, - sym_unquoted, - STATE(1293), 1, - sym_val_variable, - STATE(3789), 1, + ACTIONS(7274), 1, + anon_sym_DOT2, + STATE(3762), 1, sym_comment, - STATE(5582), 1, - sym__val_number_decimal, - ACTIONS(7151), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [177715] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7308), 1, + STATE(3765), 1, + aux_sym_cell_path_repeat1, + STATE(3861), 1, + sym_path, + ACTIONS(747), 9, sym_identifier, - ACTIONS(7312), 1, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7314), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, - anon_sym_DASH, - ACTIONS(7355), 1, - anon_sym_RBRACK, - STATE(3726), 1, - sym_param_long_flag, - STATE(3790), 1, - sym_comment, - STATE(3799), 1, - aux_sym_parameter_parens_repeat1, - STATE(3828), 1, - sym__param_name, - STATE(3923), 1, - sym_param_short_flag, - STATE(3925), 1, - sym_param_opt, - STATE(3929), 1, - sym_param_rest, - STATE(4192), 1, - sym_parameter, - [177761] = 15, + [192442] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + ACTIONS(7262), 1, sym_identifier, - ACTIONS(7312), 1, + ACTIONS(7266), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, + ACTIONS(7268), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, + ACTIONS(7270), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(7272), 1, anon_sym_DASH, - ACTIONS(7357), 1, + ACTIONS(7319), 1, anon_sym_RPAREN, - STATE(3726), 1, - sym_param_long_flag, - STATE(3756), 1, + STATE(3707), 1, aux_sym_parameter_parens_repeat1, - STATE(3791), 1, - sym_comment, - STATE(3828), 1, - sym__param_name, - STATE(3923), 1, - sym_param_short_flag, - STATE(3925), 1, - sym_param_opt, - STATE(3929), 1, - sym_param_rest, - STATE(4192), 1, - sym_parameter, - [177807] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7308), 1, - sym_identifier, - ACTIONS(7312), 1, - anon_sym_DOLLAR, - ACTIONS(7314), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, - anon_sym_DASH_DASH, - ACTIONS(7318), 1, - anon_sym_DASH, - ACTIONS(7359), 1, - anon_sym_RBRACK, - STATE(3726), 1, + STATE(3712), 1, sym_param_long_flag, - STATE(3785), 1, - aux_sym_parameter_parens_repeat1, - STATE(3792), 1, + STATE(3763), 1, sym_comment, - STATE(3828), 1, + STATE(3809), 1, sym__param_name, - STATE(3923), 1, + STATE(3876), 1, sym_param_short_flag, - STATE(3925), 1, + STATE(3877), 1, sym_param_opt, - STATE(3929), 1, + STATE(3878), 1, sym_param_rest, - STATE(4192), 1, + STATE(4193), 1, sym_parameter, - [177853] = 11, + [192488] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(1468), 1, + anon_sym_LBRACE, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7147), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7149), 1, + anon_sym_LT, + ACTIONS(7151), 1, + anon_sym_EQ2, + ACTIONS(7321), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(3764), 1, + sym_comment, + STATE(4469), 1, sym__var, - STATE(3307), 1, + STATE(5181), 1, sym__immediate_decimal, - STATE(3793), 1, - sym_comment, - ACTIONS(7167), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3306), 2, + STATE(5182), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2178), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [177891] = 15, + [192530] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, + STATE(3736), 1, + aux_sym_cell_path_repeat1, + STATE(3765), 1, + sym_comment, + STATE(3861), 1, + sym_path, + ACTIONS(733), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(735), 9, sym_identifier, - ACTIONS(7312), 1, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7314), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, anon_sym_DASH_DASH, - ACTIONS(7318), 1, - anon_sym_DASH, - ACTIONS(7361), 1, - anon_sym_RPAREN, - STATE(3726), 1, - sym_param_long_flag, - STATE(3784), 1, - aux_sym_parameter_parens_repeat1, - STATE(3794), 1, - sym_comment, - STATE(3828), 1, - sym__param_name, - STATE(3923), 1, - sym_param_short_flag, - STATE(3925), 1, - sym_param_opt, - STATE(3929), 1, - sym_param_rest, - STATE(4192), 1, - sym_parameter, - [177937] = 11, + [192558] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3316), 1, + STATE(3282), 1, sym__immediate_decimal, - STATE(3795), 1, + STATE(3766), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3315), 2, + STATE(3334), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2154), 3, + ACTIONS(1596), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [177975] = 11, + [192596] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7236), 1, + anon_sym_COLON, + ACTIONS(7238), 1, + anon_sym_COMMA, + ACTIONS(7240), 1, + anon_sym_LPAREN, + ACTIONS(7242), 1, + anon_sym_DASH, + ACTIONS(7323), 1, + anon_sym_EQ, + STATE(3767), 1, + sym_comment, + STATE(3890), 1, + sym_param_value, + STATE(3893), 1, + sym_flag_capsule, + STATE(4106), 1, + sym_param_type, + ACTIONS(7232), 5, + sym_identifier, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [192634] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3323), 1, + STATE(3377), 1, sym__immediate_decimal, - STATE(3796), 1, + STATE(3768), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3321), 2, + STATE(3384), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2150), 3, + ACTIONS(1600), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [178013] = 11, + [192672] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7262), 1, + sym_identifier, + ACTIONS(7266), 1, + anon_sym_DOLLAR, + ACTIONS(7268), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7270), 1, + anon_sym_DASH_DASH, + ACTIONS(7272), 1, + anon_sym_DASH, + ACTIONS(7325), 1, + anon_sym_PIPE, + STATE(3747), 1, + aux_sym_parameter_parens_repeat1, + STATE(3767), 1, + sym_param_long_flag, + STATE(3769), 1, + sym_comment, + STATE(3876), 1, + sym_param_short_flag, + STATE(3877), 1, + sym_param_opt, + STATE(3878), 1, + sym_param_rest, + STATE(3879), 1, + sym__param_name, + STATE(4193), 1, + sym_parameter, + [192718] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3326), 1, + STATE(3330), 1, sym__immediate_decimal, - STATE(3797), 1, + STATE(3770), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3324), 2, + STATE(3332), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2138), 3, + ACTIONS(1572), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [178051] = 11, + [192756] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7237), 1, - anon_sym_COLON, - ACTIONS(7239), 1, - anon_sym_COMMA, - ACTIONS(7241), 1, - anon_sym_LPAREN, - ACTIONS(7243), 1, + ACTIONS(733), 1, anon_sym_DASH, - ACTIONS(7363), 1, - anon_sym_EQ, - STATE(3798), 1, + ACTIONS(7274), 1, + anon_sym_DOT2, + STATE(3736), 1, + aux_sym_cell_path_repeat1, + STATE(3771), 1, sym_comment, - STATE(3892), 1, - sym_flag_capsule, - STATE(3896), 1, - sym_param_value, - STATE(4103), 1, - sym_param_type, - ACTIONS(7233), 5, + STATE(3861), 1, + sym_path, + ACTIONS(735), 9, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178089] = 15, + [192786] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, - sym_identifier, - ACTIONS(7312), 1, - anon_sym_DOLLAR, - ACTIONS(7314), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, - anon_sym_DASH_DASH, - ACTIONS(7318), 1, + ACTIONS(715), 1, anon_sym_DASH, - ACTIONS(7365), 1, - anon_sym_RBRACK, - STATE(3726), 1, - sym_param_long_flag, - STATE(3728), 1, - aux_sym_parameter_parens_repeat1, - STATE(3799), 1, - sym_comment, - STATE(3828), 1, - sym__param_name, - STATE(3923), 1, - sym_param_short_flag, - STATE(3925), 1, - sym_param_opt, - STATE(3929), 1, - sym_param_rest, - STATE(4192), 1, - sym_parameter, - [178135] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7367), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7369), 1, - aux_sym__immediate_decimal_token2, - STATE(3800), 1, + ACTIONS(7274), 1, + anon_sym_DOT2, + STATE(3729), 1, + sym_path, + STATE(3772), 1, sym_comment, - ACTIONS(2906), 3, + STATE(3887), 1, + sym_cell_path, + ACTIONS(717), 9, sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2908), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -348065,1317 +289237,1381 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178163] = 15, + [192816] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7308), 1, - sym_identifier, - ACTIONS(7312), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7314), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7316), 1, - anon_sym_DASH_DASH, - ACTIONS(7318), 1, - anon_sym_DASH, - ACTIONS(7371), 1, - anon_sym_PIPE, - STATE(3771), 1, - aux_sym_parameter_parens_repeat1, - STATE(3798), 1, - sym_param_long_flag, - STATE(3801), 1, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3336), 1, + sym__immediate_decimal, + STATE(3773), 1, sym_comment, - STATE(3923), 1, - sym_param_short_flag, - STATE(3925), 1, - sym_param_opt, - STATE(3929), 1, - sym_param_rest, - STATE(3930), 1, - sym__param_name, - STATE(4192), 1, - sym_parameter, - [178209] = 13, + ACTIONS(7121), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3342), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1588), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [192854] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2034), 1, - anon_sym_EQ_GT, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7065), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7073), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7181), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7280), 1, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7327), 1, anon_sym_LT, - ACTIONS(7282), 1, + ACTIONS(7329), 1, anon_sym_EQ2, - STATE(2865), 1, + STATE(2440), 1, sym__var, - STATE(3802), 1, + STATE(3774), 1, sym_comment, - STATE(5426), 1, + STATE(4668), 1, sym__immediate_decimal, - ACTIONS(7075), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5425), 2, + STATE(4662), 2, sym_expr_parenthesized, sym_val_variable, - [178251] = 12, + [192893] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1547), 1, - anon_sym_LBRACE, - ACTIONS(2968), 1, + ACTIONS(4054), 1, + anon_sym_not, + ACTIONS(6949), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - ACTIONS(7159), 1, + ACTIONS(7331), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7333), 1, + anon_sym_DASH, + STATE(2757), 1, + sym__var, + STATE(2983), 1, + sym__expr_unary_minus, + STATE(3775), 1, + sym_comment, + ACTIONS(4058), 2, + anon_sym_true, + anon_sym_false, + STATE(2972), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [192928] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5308), 1, + anon_sym_LPAREN, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5314), 1, + anon_sym_DOT2, + ACTIONS(7335), 1, + anon_sym_LT, + ACTIONS(7337), 1, + anon_sym_EQ2, + ACTIONS(7339), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(3227), 1, sym__var, - STATE(3405), 1, + STATE(3471), 1, sym__immediate_decimal, - STATE(3803), 1, + STATE(3776), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(5322), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3406), 2, + STATE(3480), 2, sym_expr_parenthesized, sym_val_variable, - [178290] = 12, + [192967] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, - anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7341), 1, anon_sym_LPAREN, - ACTIONS(7375), 1, + ACTIONS(7343), 1, + anon_sym_DOLLAR, + ACTIONS(7345), 1, anon_sym_LT, - ACTIONS(7377), 1, + ACTIONS(7347), 1, anon_sym_EQ2, - STATE(2903), 1, + ACTIONS(7349), 1, + aux_sym__immediate_decimal_token1, + STATE(2110), 1, sym__var, - STATE(3804), 1, - sym_comment, - STATE(4361), 1, + STATE(2265), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(3777), 1, + sym_comment, + ACTIONS(4572), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4360), 2, + STATE(2264), 2, sym_expr_parenthesized, sym_val_variable, - [178329] = 12, + [193006] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5096), 1, + ACTIONS(4564), 1, anon_sym_DOT2, - ACTIONS(7379), 1, + ACTIONS(7341), 1, anon_sym_LPAREN, - ACTIONS(7381), 1, + ACTIONS(7343), 1, anon_sym_DOLLAR, - ACTIONS(7383), 1, + ACTIONS(7349), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7351), 1, anon_sym_LT, - ACTIONS(7385), 1, + ACTIONS(7353), 1, anon_sym_EQ2, - ACTIONS(7387), 1, - aux_sym__immediate_decimal_token1, - STATE(2395), 1, + STATE(2110), 1, sym__var, - STATE(2696), 1, + STATE(2263), 1, sym__immediate_decimal, - STATE(3805), 1, + STATE(3778), 1, sym_comment, - ACTIONS(5104), 2, + ACTIONS(4572), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2697), 2, + STATE(2262), 2, sym_expr_parenthesized, sym_val_variable, - [178368] = 11, + [193045] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(7355), 1, + anon_sym_LPAREN, + ACTIONS(7357), 1, + anon_sym_LT, + ACTIONS(7359), 1, + anon_sym_EQ2, + ACTIONS(7361), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(794), 1, sym__var, - STATE(3806), 1, - sym_comment, - STATE(4527), 1, + STATE(964), 1, sym__immediate_decimal, - ACTIONS(2182), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + STATE(3779), 1, + sym_comment, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4717), 2, + STATE(1076), 2, sym_expr_parenthesized, sym_val_variable, - [178405] = 11, + [193084] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(7355), 1, + anon_sym_LPAREN, + ACTIONS(7361), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + ACTIONS(7363), 1, + anon_sym_LT, + ACTIONS(7365), 1, + anon_sym_EQ2, + STATE(794), 1, sym__var, - STATE(3807), 1, - sym_comment, - STATE(4736), 1, + STATE(1077), 1, sym__immediate_decimal, - ACTIONS(2134), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + STATE(3780), 1, + sym_comment, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4733), 2, + STATE(1078), 2, sym_expr_parenthesized, sym_val_variable, - [178442] = 12, + [193123] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5096), 1, + ACTIONS(937), 1, + anon_sym_LBRACE, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7379), 1, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7381), 1, - anon_sym_DOLLAR, - ACTIONS(7387), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7389), 1, - anon_sym_LT, - ACTIONS(7391), 1, - anon_sym_EQ2, - STATE(2395), 1, + STATE(2440), 1, sym__var, - STATE(2680), 1, + STATE(3376), 1, sym__immediate_decimal, - STATE(3808), 1, + STATE(3781), 1, sym_comment, - ACTIONS(5104), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2691), 2, + STATE(3378), 2, sym_expr_parenthesized, sym_val_variable, - [178481] = 11, + [193162] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3782), 1, + sym_comment, + ACTIONS(2375), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2377), 10, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_GT, + [193185] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3783), 1, + sym_comment, + ACTIONS(2326), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2328), 10, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_GT, + [193208] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7367), 1, + anon_sym_LT, + ACTIONS(7369), 1, + anon_sym_DASH, + STATE(3784), 1, + sym_comment, + ACTIONS(5427), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [193233] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3809), 1, + STATE(3785), 1, sym_comment, - STATE(4681), 1, + STATE(4641), 1, sym__immediate_decimal, - ACTIONS(2138), 2, + ACTIONS(1612), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4677), 2, + STATE(4503), 2, sym_expr_parenthesized, sym_val_variable, - [178518] = 12, + [193270] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7369), 1, + anon_sym_DASH, + ACTIONS(7371), 1, + anon_sym_LT, + STATE(3786), 1, + sym_comment, + ACTIONS(5427), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [193295] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(6869), 1, + anon_sym_DOLLAR, + ACTIONS(6883), 1, + anon_sym_LPAREN, + ACTIONS(7373), 1, + anon_sym_LT, + ACTIONS(7375), 1, anon_sym_DOT2, - ACTIONS(7115), 1, + ACTIONS(7377), 1, + anon_sym_EQ2, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7393), 1, + STATE(3772), 1, + sym__var, + STATE(3787), 1, + sym_comment, + STATE(3915), 1, + sym__immediate_decimal, + ACTIONS(6893), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3966), 2, + sym_expr_parenthesized, + sym_val_variable, + [193334] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3788), 1, + sym_comment, + ACTIONS(2501), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2503), 10, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_GT, + [193357] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6867), 1, anon_sym_LPAREN, - ACTIONS(7395), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(7397), 1, + ACTIONS(7375), 1, + anon_sym_DOT2, + ACTIONS(7381), 1, anon_sym_LT, - ACTIONS(7399), 1, + ACTIONS(7383), 1, anon_sym_EQ2, - STATE(3810), 1, - sym_comment, - STATE(4271), 1, + ACTIONS(7385), 1, + aux_sym__immediate_decimal_token1, + STATE(3759), 1, sym__var, - STATE(4640), 1, + STATE(3789), 1, + sym_comment, + STATE(3900), 1, sym__immediate_decimal, - ACTIONS(7117), 2, + ACTIONS(6881), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4639), 2, + STATE(3898), 2, sym_expr_parenthesized, sym_val_variable, - [178557] = 6, + [193396] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7401), 1, + ACTIONS(7389), 1, + anon_sym_DASH, + STATE(3790), 1, + sym_comment, + ACTIONS(7387), 11, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [193419] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3782), 1, + anon_sym_not, + ACTIONS(7391), 1, + anon_sym_LPAREN, + ACTIONS(7393), 1, + anon_sym_DOLLAR, + ACTIONS(7395), 1, + anon_sym_DASH, + STATE(1453), 1, + sym__var, + STATE(1782), 1, + sym__expr_unary_minus, + STATE(3791), 1, + sym_comment, + ACTIONS(3786), 2, + anon_sym_true, + anon_sym_false, + STATE(1840), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [193454] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7404), 1, - aux_sym__immediate_decimal_token2, - STATE(3811), 1, + ACTIONS(6919), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7397), 1, + anon_sym_LPAREN, + ACTIONS(7399), 1, + anon_sym_LT, + ACTIONS(7401), 1, + anon_sym_EQ2, + STATE(2787), 1, + sym__var, + STATE(3792), 1, sym_comment, - ACTIONS(2934), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2936), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178584] = 12, + STATE(4248), 1, + sym__immediate_decimal, + ACTIONS(6921), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4252), 2, + sym_expr_parenthesized, + sym_val_variable, + [193493] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, anon_sym_LPAREN, - ACTIONS(7408), 1, + ACTIONS(7403), 1, anon_sym_LT, - ACTIONS(7410), 1, + ACTIONS(7405), 1, anon_sym_EQ2, - STATE(2935), 1, + STATE(2757), 1, sym__var, - STATE(3812), 1, + STATE(3793), 1, sym_comment, - STATE(4775), 1, + STATE(4439), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4773), 2, + STATE(4438), 2, sym_expr_parenthesized, sym_val_variable, - [178623] = 12, + [193532] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, anon_sym_LPAREN, - ACTIONS(7412), 1, + ACTIONS(7407), 1, anon_sym_LT, - ACTIONS(7414), 1, + ACTIONS(7409), 1, anon_sym_EQ2, - STATE(2935), 1, + STATE(2757), 1, sym__var, - STATE(3813), 1, + STATE(3794), 1, sym_comment, - STATE(4771), 1, + STATE(4432), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4768), 2, + STATE(4430), 2, sym_expr_parenthesized, sym_val_variable, - [178662] = 10, + [193571] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4570), 1, + ACTIONS(4302), 1, anon_sym_not, - ACTIONS(7416), 1, + ACTIONS(7411), 1, anon_sym_LPAREN, - ACTIONS(7418), 1, + ACTIONS(7413), 1, anon_sym_DOLLAR, - ACTIONS(7420), 1, + ACTIONS(7415), 1, anon_sym_DASH, - STATE(956), 1, + STATE(603), 1, sym__var, - STATE(1118), 1, + STATE(735), 1, sym__expr_unary_minus, - STATE(3814), 1, + STATE(3795), 1, sym_comment, - ACTIONS(4574), 2, + ACTIONS(4306), 2, anon_sym_true, anon_sym_false, - STATE(1122), 4, + STATE(693), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [178697] = 11, + [193606] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3815), 1, + STATE(3796), 1, sym_comment, - STATE(4670), 1, + STATE(4512), 1, sym__immediate_decimal, - ACTIONS(2150), 2, + ACTIONS(1626), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4668), 2, + STATE(4511), 2, sym_expr_parenthesized, sym_val_variable, - [178734] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7345), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7422), 1, - anon_sym_DOT2, - STATE(3816), 1, - sym_comment, - ACTIONS(2832), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2834), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178761] = 12, + [193643] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2040), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(7425), 1, + ACTIONS(2530), 1, anon_sym_LPAREN, - ACTIONS(7427), 1, + ACTIONS(2534), 1, + anon_sym_DOT2, + ACTIONS(7417), 1, anon_sym_LT, - ACTIONS(7429), 1, + ACTIONS(7419), 1, anon_sym_EQ2, - ACTIONS(7431), 1, + ACTIONS(7421), 1, aux_sym__immediate_decimal_token1, - STATE(1140), 1, + STATE(1463), 1, sym__var, - STATE(1209), 1, + STATE(1682), 1, sym__immediate_decimal, - STATE(3817), 1, + STATE(3797), 1, sym_comment, - ACTIONS(2048), 2, + ACTIONS(2542), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1237), 2, + STATE(1675), 2, sym_expr_parenthesized, sym_val_variable, - [178800] = 11, + [193682] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3818), 1, + STATE(3798), 1, sym_comment, - STATE(4653), 1, + STATE(4644), 1, sym__immediate_decimal, - ACTIONS(2154), 2, + ACTIONS(1596), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4652), 2, + STATE(4642), 2, sym_expr_parenthesized, sym_val_variable, - [178837] = 6, + [193719] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7435), 1, - anon_sym_AT, - ACTIONS(7437), 1, - anon_sym_DASH, - STATE(3819), 1, - sym_comment, - STATE(4044), 1, - sym_param_cmd, - ACTIONS(7433), 9, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7083), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7423), 1, + anon_sym_LPAREN, + ACTIONS(7425), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178864] = 11, + ACTIONS(7427), 1, + anon_sym_LT, + ACTIONS(7429), 1, + anon_sym_EQ2, + STATE(3799), 1, + sym_comment, + STATE(4302), 1, + sym__var, + STATE(4830), 1, + sym__immediate_decimal, + ACTIONS(7085), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4745), 2, + sym_expr_parenthesized, + sym_val_variable, + [193758] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3820), 1, + STATE(3800), 1, sym_comment, - STATE(4649), 1, + STATE(4510), 1, sym__immediate_decimal, - ACTIONS(2158), 2, + ACTIONS(1581), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4648), 2, + STATE(4508), 2, sym_expr_parenthesized, sym_val_variable, - [178901] = 12, + [193795] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(7431), 1, + aux_sym__immediate_decimal_token2, + STATE(3801), 1, + sym_comment, + ACTIONS(2501), 3, + sym_identifier, + anon_sym_DASH, anon_sym_DOT2, - ACTIONS(7439), 1, - anon_sym_LT, - ACTIONS(7441), 1, - anon_sym_EQ2, - ACTIONS(7443), 1, - aux_sym__immediate_decimal_token1, - STATE(1684), 1, - sym__var, - STATE(2243), 1, - sym__immediate_decimal, - STATE(3821), 1, + ACTIONS(2503), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [193820] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7299), 1, + aux_sym__immediate_decimal_token2, + STATE(3802), 1, sym_comment, - ACTIONS(2960), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2242), 2, - sym_expr_parenthesized, - sym_val_variable, - [178940] = 10, + ACTIONS(2375), 3, + sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2377), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [193845] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4510), 1, + ACTIONS(3948), 1, anon_sym_not, - ACTIONS(7445), 1, + ACTIONS(7433), 1, anon_sym_LPAREN, - ACTIONS(7447), 1, + ACTIONS(7435), 1, anon_sym_DOLLAR, - ACTIONS(7449), 1, + ACTIONS(7437), 1, anon_sym_DASH, - STATE(533), 1, + STATE(2334), 1, sym__var, - STATE(628), 1, + STATE(2640), 1, sym__expr_unary_minus, - STATE(3822), 1, + STATE(3803), 1, sym_comment, - ACTIONS(4514), 2, + ACTIONS(3952), 2, anon_sym_true, anon_sym_false, - STATE(588), 4, + STATE(2646), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [178975] = 12, + [193880] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, - anon_sym_DOT2, - ACTIONS(7351), 1, - anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(4136), 1, + anon_sym_not, + ACTIONS(7439), 1, anon_sym_LPAREN, - ACTIONS(7453), 1, - anon_sym_LT, - ACTIONS(7455), 1, - anon_sym_EQ2, - ACTIONS(7457), 1, - aux_sym__immediate_decimal_token1, - STATE(1173), 1, - sym__var, - STATE(1501), 1, - sym__immediate_decimal, - STATE(3823), 1, - sym_comment, - ACTIONS(2110), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1500), 2, - sym_expr_parenthesized, - sym_val_variable, - [179014] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2102), 1, - anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(7441), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, - anon_sym_LPAREN, - ACTIONS(7457), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7459), 1, - anon_sym_LT, - ACTIONS(7461), 1, - anon_sym_EQ2, - STATE(1173), 1, + ACTIONS(7443), 1, + anon_sym_DASH, + STATE(172), 1, sym__var, - STATE(1514), 1, - sym__immediate_decimal, - STATE(3824), 1, + STATE(294), 1, + sym__expr_unary_minus, + STATE(3804), 1, sym_comment, - ACTIONS(2110), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1504), 2, + ACTIONS(4140), 2, + anon_sym_true, + anon_sym_false, + STATE(282), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [179053] = 10, + [193915] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4700), 1, + ACTIONS(4212), 1, anon_sym_not, - ACTIONS(6981), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(7406), 1, + ACTIONS(7445), 1, anon_sym_LPAREN, - ACTIONS(7463), 1, + ACTIONS(7447), 1, anon_sym_DASH, - STATE(2935), 1, + STATE(2840), 1, sym__var, - STATE(3248), 1, + STATE(3202), 1, sym__expr_unary_minus, - STATE(3825), 1, + STATE(3805), 1, sym_comment, - ACTIONS(4704), 2, + ACTIONS(4216), 2, anon_sym_true, anon_sym_false, - STATE(3219), 4, + STATE(3174), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [179088] = 12, + [193950] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(7291), 1, + aux_sym__immediate_decimal_token2, + STATE(3806), 1, + sym_comment, + ACTIONS(2326), 3, + sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2328), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(6929), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [193975] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6869), 1, + anon_sym_DOLLAR, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(7465), 1, - anon_sym_LT, - ACTIONS(7467), 1, + ACTIONS(7375), 1, anon_sym_DOT2, - ACTIONS(7469), 1, - anon_sym_EQ2, - ACTIONS(7471), 1, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - STATE(3760), 1, + ACTIONS(7449), 1, + anon_sym_LT, + ACTIONS(7451), 1, + anon_sym_EQ2, + STATE(3772), 1, sym__var, - STATE(3826), 1, + STATE(3807), 1, sym_comment, - STATE(3935), 1, + STATE(3916), 1, sym__immediate_decimal, - ACTIONS(6939), 2, + ACTIONS(6893), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3942), 2, + STATE(3947), 2, sym_expr_parenthesized, sym_val_variable, - [179127] = 11, + [194014] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3827), 1, + STATE(3808), 1, sym_comment, - STATE(4633), 1, + STATE(4853), 1, sym__immediate_decimal, - ACTIONS(2178), 2, + ACTIONS(1600), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4626), 2, + STATE(4851), 2, sym_expr_parenthesized, sym_val_variable, - [179164] = 9, + [194051] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7235), 1, + ACTIONS(7234), 1, anon_sym_EQ, - ACTIONS(7237), 1, + ACTIONS(7236), 1, anon_sym_COLON, - ACTIONS(7475), 1, + ACTIONS(7455), 1, anon_sym_COMMA, - ACTIONS(7477), 1, + ACTIONS(7457), 1, anon_sym_DASH, - STATE(3828), 1, + STATE(3809), 1, sym_comment, - STATE(3905), 1, + STATE(3874), 1, sym_param_value, - STATE(3932), 1, + STATE(4041), 1, sym_param_type, - ACTIONS(7473), 6, + ACTIONS(7453), 6, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179197] = 12, + [194084] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7015), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7479), 1, - anon_sym_LPAREN, - ACTIONS(7481), 1, + ACTIONS(7459), 1, anon_sym_LT, - ACTIONS(7483), 1, + ACTIONS(7461), 1, anon_sym_EQ2, - STATE(2955), 1, + STATE(2440), 1, sym__var, - STATE(3829), 1, + STATE(3810), 1, sym_comment, - STATE(4466), 1, + STATE(4660), 1, sym__immediate_decimal, - ACTIONS(7017), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4457), 2, + STATE(4658), 2, sym_expr_parenthesized, sym_val_variable, - [179236] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7235), 1, - anon_sym_EQ, - ACTIONS(7237), 1, - anon_sym_COLON, - ACTIONS(7487), 1, - anon_sym_COMMA, - ACTIONS(7489), 1, - anon_sym_DASH, - STATE(3830), 1, - sym_comment, - STATE(3904), 1, - sym_param_value, - STATE(4024), 1, - sym_param_type, - ACTIONS(7485), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179269] = 12, + [194123] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(7023), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(7443), 1, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7491), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7463), 1, anon_sym_LT, - ACTIONS(7493), 1, + ACTIONS(7465), 1, anon_sym_EQ2, - STATE(1684), 1, + STATE(2714), 1, sym__var, - STATE(2245), 1, - sym__immediate_decimal, - STATE(3831), 1, + STATE(3811), 1, sym_comment, - ACTIONS(2960), 2, + STATE(5410), 1, + sym__immediate_decimal, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2244), 2, + STATE(5387), 2, sym_expr_parenthesized, sym_val_variable, - [179308] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3832), 1, - sym_comment, - ACTIONS(3256), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(3258), 10, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_EQ_GT, - [179331] = 12, + [194162] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1547), 1, - anon_sym_LBRACE, - ACTIONS(2968), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(6340), 1, - aux_sym_unquoted_token5, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3402), 1, - sym__immediate_decimal, - STATE(3833), 1, + STATE(3812), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4911), 1, + sym__immediate_decimal, + ACTIONS(1592), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3404), 2, + STATE(4909), 2, sym_expr_parenthesized, sym_val_variable, - [179370] = 6, + [194199] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7404), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7495), 1, + ACTIONS(1492), 1, anon_sym_DOT2, - STATE(3834), 1, - sym_comment, - ACTIONS(2934), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2936), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(7293), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179397] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(7497), 1, + ACTIONS(7467), 1, anon_sym_LPAREN, - ACTIONS(7499), 1, - anon_sym_DOLLAR, - ACTIONS(7501), 1, + ACTIONS(7469), 1, anon_sym_LT, - ACTIONS(7503), 1, + ACTIONS(7471), 1, anon_sym_EQ2, - ACTIONS(7505), 1, + ACTIONS(7473), 1, aux_sym__immediate_decimal_token1, - STATE(2369), 1, + STATE(863), 1, sym__var, - STATE(2574), 1, + STATE(1322), 1, sym__immediate_decimal, - STATE(3835), 1, + STATE(3813), 1, sym_comment, - ACTIONS(5064), 2, + ACTIONS(1500), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2573), 2, + STATE(1319), 2, sym_expr_parenthesized, sym_val_variable, - [179436] = 12, + [194238] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5056), 1, + ACTIONS(1492), 1, anon_sym_DOT2, - ACTIONS(7497), 1, - anon_sym_LPAREN, - ACTIONS(7499), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(7505), 1, + ACTIONS(7467), 1, + anon_sym_LPAREN, + ACTIONS(7473), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7507), 1, + ACTIONS(7475), 1, anon_sym_LT, - ACTIONS(7509), 1, + ACTIONS(7477), 1, anon_sym_EQ2, - STATE(2369), 1, + STATE(863), 1, sym__var, - STATE(2572), 1, + STATE(1314), 1, sym__immediate_decimal, - STATE(3836), 1, + STATE(3814), 1, sym_comment, - ACTIONS(5064), 2, + ACTIONS(1500), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2569), 2, + STATE(1313), 2, sym_expr_parenthesized, sym_val_variable, - [179475] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7511), 1, - anon_sym_QMARK2, - STATE(3837), 1, - sym_comment, - ACTIONS(1419), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1421), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179500] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7511), 1, - anon_sym_QMARK2, - STATE(3838), 1, - sym_comment, - ACTIONS(1419), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1421), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179525] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7513), 1, - anon_sym_LT, - ACTIONS(7515), 1, - anon_sym_DASH, - STATE(3839), 1, - sym_comment, - ACTIONS(5651), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179550] = 12, + [194277] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(6975), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(7425), 1, anon_sym_DOLLAR, - ACTIONS(7517), 1, + ACTIONS(7479), 1, anon_sym_LPAREN, - ACTIONS(7519), 1, + ACTIONS(7481), 1, anon_sym_LT, - ACTIONS(7521), 1, + ACTIONS(7483), 1, anon_sym_EQ2, - STATE(2915), 1, - sym__var, - STATE(3840), 1, - sym_comment, - STATE(4259), 1, + STATE(2575), 1, sym__immediate_decimal, - ACTIONS(6977), 2, + STATE(3815), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4260), 2, + STATE(2576), 2, sym_expr_parenthesized, sym_val_variable, - [179589] = 12, + [194316] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7057), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7525), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7527), 1, - anon_sym_LT, - ACTIONS(7529), 1, - anon_sym_EQ2, - STATE(2572), 1, - sym__immediate_decimal, - STATE(3841), 1, - sym_comment, - STATE(4148), 1, + ACTIONS(7193), 1, + anon_sym_DOT2, + ACTIONS(7197), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, sym__var, - ACTIONS(7059), 2, + STATE(3816), 1, + sym_comment, + STATE(4912), 1, + sym__immediate_decimal, + ACTIONS(1588), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2569), 2, + STATE(4913), 2, sym_expr_parenthesized, sym_val_variable, - [179628] = 10, + [194353] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4412), 1, - anon_sym_not, - ACTIONS(7531), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7533), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7535), 1, + ACTIONS(3564), 1, + anon_sym_not, + ACTIONS(7485), 1, anon_sym_DASH, - STATE(741), 1, + STATE(2440), 1, sym__var, - STATE(792), 1, + STATE(3159), 1, sym__expr_unary_minus, - STATE(3842), 1, + STATE(3817), 1, sym_comment, - ACTIONS(4416), 2, + ACTIONS(3568), 2, anon_sym_true, anon_sym_false, - STATE(797), 4, + STATE(3141), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [179663] = 4, + [194388] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7539), 1, - anon_sym_DASH, - STATE(3843), 1, - sym_comment, - ACTIONS(7537), 11, - anon_sym_EQ, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(2267), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2396), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179686] = 10, + ACTIONS(7193), 1, + anon_sym_DOT2, + ACTIONS(7197), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3818), 1, + sym_comment, + STATE(4901), 1, + sym__immediate_decimal, + ACTIONS(1572), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4902), 2, + sym_expr_parenthesized, + sym_val_variable, + [194425] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4602), 1, - anon_sym_not, - ACTIONS(7541), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7543), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7545), 1, - anon_sym_DASH, - STATE(923), 1, + ACTIONS(7193), 1, + anon_sym_DOT2, + ACTIONS(7197), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, sym__var, - STATE(1037), 1, - sym__expr_unary_minus, - STATE(3844), 1, + STATE(3819), 1, sym_comment, - ACTIONS(4606), 2, - anon_sym_true, - anon_sym_false, - STATE(994), 4, - sym_expr_unary, + STATE(4794), 1, + sym__immediate_decimal, + ACTIONS(1568), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7199), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4804), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [179721] = 12, + [194462] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7057), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, + ACTIONS(7147), 1, anon_sym_LPAREN, - ACTIONS(7525), 1, - anon_sym_DOLLAR, - ACTIONS(7547), 1, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7487), 1, anon_sym_LT, - ACTIONS(7549), 1, + ACTIONS(7489), 1, anon_sym_EQ2, - STATE(2574), 1, - sym__immediate_decimal, - STATE(3845), 1, + STATE(3820), 1, sym_comment, - STATE(4148), 1, + STATE(4469), 1, sym__var, - ACTIONS(7059), 2, + STATE(5269), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2573), 2, + STATE(5320), 2, sym_expr_parenthesized, sym_val_variable, - [179760] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7515), 1, - anon_sym_DASH, - ACTIONS(7551), 1, - anon_sym_LT, - STATE(3846), 1, - sym_comment, - ACTIONS(5651), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179785] = 4, + [194501] = 11, ACTIONS(3), 1, anon_sym_POUND, - STATE(3847), 1, - sym_comment, - ACTIONS(2984), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2986), 10, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_EQ_GT, - [179808] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7345), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7553), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - STATE(3848), 1, + ACTIONS(7197), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3821), 1, sym_comment, - ACTIONS(2832), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2834), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(4748), 1, + sym__immediate_decimal, + ACTIONS(1564), 2, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179835] = 11, + anon_sym_EQ_GT, + ACTIONS(7199), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4640), 2, + sym_expr_parenthesized, + sym_val_variable, + [194538] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3849), 1, + STATE(3822), 1, sym_comment, - STATE(4636), 1, + STATE(4735), 1, sym__immediate_decimal, - ACTIONS(2142), 2, + ACTIONS(1560), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4631), 2, + STATE(4740), 2, sym_expr_parenthesized, sym_val_variable, - [179872] = 11, + [194575] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3850), 1, + STATE(3823), 1, sym_comment, - STATE(4630), 1, + STATE(4709), 1, sym__immediate_decimal, - ACTIONS(2130), 2, + ACTIONS(1604), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4628), 2, + STATE(4712), 2, sym_expr_parenthesized, sym_val_variable, - [179909] = 12, + [194612] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7035), 1, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7525), 1, + ACTIONS(7491), 1, + anon_sym_LT, + ACTIONS(7493), 1, + anon_sym_EQ2, + STATE(2440), 1, + sym__var, + STATE(3297), 1, + sym__immediate_decimal, + STATE(3824), 1, + sym_comment, + ACTIONS(7121), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3298), 2, + sym_expr_parenthesized, + sym_val_variable, + [194651] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7555), 1, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7557), 1, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7495), 1, anon_sym_LT, - ACTIONS(7559), 1, + ACTIONS(7497), 1, anon_sym_EQ2, - STATE(3851), 1, - sym_comment, - STATE(4171), 1, + STATE(2440), 1, sym__var, - STATE(4404), 1, + STATE(3299), 1, sym__immediate_decimal, - ACTIONS(7037), 2, + STATE(3825), 1, + sym_comment, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4403), 2, + STATE(3300), 2, sym_expr_parenthesized, sym_val_variable, - [179948] = 10, + [194690] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4474), 1, - anon_sym_not, - ACTIONS(7561), 1, - anon_sym_LPAREN, - ACTIONS(7563), 1, + ACTIONS(4172), 1, anon_sym_DOLLAR, - ACTIONS(7565), 1, - anon_sym_DASH, - STATE(2503), 1, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(7499), 1, + anon_sym_LT, + ACTIONS(7501), 1, + anon_sym_EQ2, + ACTIONS(7503), 1, + aux_sym__immediate_decimal_token1, + STATE(3079), 1, sym__var, - STATE(2815), 1, - sym__expr_unary_minus, - STATE(3852), 1, + STATE(3299), 1, + sym__immediate_decimal, + STATE(3826), 1, sym_comment, - ACTIONS(4478), 2, - anon_sym_true, - anon_sym_false, - STATE(2787), 4, - sym_expr_unary, + ACTIONS(5224), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3300), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [179983] = 4, + [194729] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3853), 1, - sym_comment, - ACTIONS(2906), 2, - anon_sym_DASH, + ACTIONS(7291), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7505), 1, anon_sym_DOT2, - ACTIONS(2908), 10, + STATE(3827), 1, + sym_comment, + ACTIONS(2326), 2, sym_identifier, + anon_sym_DASH, + ACTIONS(2328), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -349384,387 +290620,449 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_EQ_GT, - [180006] = 12, + [194756] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(1532), 1, anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(7567), 1, + ACTIONS(7508), 1, anon_sym_LPAREN, - ACTIONS(7569), 1, + ACTIONS(7510), 1, anon_sym_LT, - ACTIONS(7571), 1, + ACTIONS(7512), 1, anon_sym_EQ2, - STATE(2680), 1, + ACTIONS(7514), 1, + aux_sym__immediate_decimal_token1, + STATE(884), 1, + sym__var, + STATE(1006), 1, sym__immediate_decimal, - STATE(3854), 1, + STATE(3828), 1, sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, + ACTIONS(1540), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2691), 2, + STATE(1026), 2, sym_expr_parenthesized, sym_val_variable, - [180045] = 12, + [194795] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(4172), 1, anon_sym_DOLLAR, - ACTIONS(6929), 1, + ACTIONS(5212), 1, anon_sym_LPAREN, - ACTIONS(7467), 1, + ACTIONS(5216), 1, anon_sym_DOT2, - ACTIONS(7471), 1, + ACTIONS(7503), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7573), 1, + ACTIONS(7516), 1, anon_sym_LT, - ACTIONS(7575), 1, + ACTIONS(7518), 1, anon_sym_EQ2, - STATE(3760), 1, + STATE(3079), 1, sym__var, - STATE(3855), 1, - sym_comment, - STATE(3984), 1, + STATE(3297), 1, sym__immediate_decimal, - ACTIONS(6939), 2, + STATE(3829), 1, + sym_comment, + ACTIONS(5224), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3956), 2, + STATE(3298), 2, sym_expr_parenthesized, sym_val_variable, - [180084] = 12, + [194834] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + STATE(3830), 1, + sym_comment, + ACTIONS(2784), 2, + anon_sym_DASH, anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, + ACTIONS(2786), 10, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7567), 1, - anon_sym_LPAREN, - ACTIONS(7577), 1, - anon_sym_LT, - ACTIONS(7579), 1, - anon_sym_EQ2, - STATE(2696), 1, - sym__immediate_decimal, - STATE(3856), 1, - sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2697), 2, - sym_expr_parenthesized, - sym_val_variable, - [180123] = 12, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_GT, + [194857] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(7581), 1, + ACTIONS(7520), 1, + anon_sym_LPAREN, + ACTIONS(7522), 1, + anon_sym_DOLLAR, + ACTIONS(7524), 1, anon_sym_LT, - ACTIONS(7583), 1, + ACTIONS(7526), 1, anon_sym_EQ2, - ACTIONS(7585), 1, + ACTIONS(7528), 1, aux_sym__immediate_decimal_token1, - STATE(3287), 1, + STATE(2144), 1, sym__var, - STATE(3579), 1, + STATE(2573), 1, sym__immediate_decimal, - STATE(3857), 1, + STATE(3831), 1, sym_comment, - ACTIONS(5570), 2, + ACTIONS(4616), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3561), 2, + STATE(2574), 2, sym_expr_parenthesized, sym_val_variable, - [180162] = 11, + [194896] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7291), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7530), 1, anon_sym_DOT2, - ACTIONS(7270), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3858), 1, + STATE(3832), 1, sym_comment, - STATE(4627), 1, - sym__immediate_decimal, - ACTIONS(2174), 2, + ACTIONS(2326), 2, + sym_identifier, + anon_sym_DASH, + ACTIONS(2328), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4502), 2, - sym_expr_parenthesized, - sym_val_variable, - [180199] = 12, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [194923] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7065), 1, + ACTIONS(4260), 1, + anon_sym_not, + ACTIONS(7532), 1, anon_sym_LPAREN, - ACTIONS(7073), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7587), 1, - anon_sym_LT, - ACTIONS(7589), 1, - anon_sym_EQ2, - STATE(2865), 1, + ACTIONS(7534), 1, + anon_sym_DOLLAR, + ACTIONS(7536), 1, + anon_sym_DASH, + STATE(199), 1, sym__var, - STATE(3859), 1, + STATE(331), 1, + sym__expr_unary_minus, + STATE(3833), 1, sym_comment, - STATE(5429), 1, - sym__immediate_decimal, - ACTIONS(7075), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(5430), 2, + ACTIONS(4264), 2, + anon_sym_true, + anon_sym_false, + STATE(333), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [180238] = 5, + [194958] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7593), 1, - anon_sym_QMARK, - ACTIONS(7595), 1, - anon_sym_DASH, - STATE(3860), 1, - sym_comment, - ACTIONS(7591), 10, + ACTIONS(7234), 1, anon_sym_EQ, - sym_identifier, + ACTIONS(7236), 1, anon_sym_COLON, + ACTIONS(7540), 1, anon_sym_COMMA, + ACTIONS(7542), 1, + anon_sym_DASH, + STATE(3834), 1, + sym_comment, + STATE(3885), 1, + sym_param_value, + STATE(4023), 1, + sym_param_type, + ACTIONS(7538), 6, + sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [180263] = 12, + [194991] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(4608), 1, + anon_sym_DOT2, + ACTIONS(7520), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(7522), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7528), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7597), 1, + ACTIONS(7544), 1, anon_sym_LT, - ACTIONS(7599), 1, + ACTIONS(7546), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2144), 1, sym__var, - STATE(3861), 1, - sym_comment, - STATE(4534), 1, + STATE(2575), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + STATE(3835), 1, + sym_comment, + ACTIONS(4616), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4530), 2, + STATE(2576), 2, sym_expr_parenthesized, sym_val_variable, - [180302] = 12, + [195030] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7023), 1, + anon_sym_LPAREN, + ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7601), 1, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7548), 1, anon_sym_LT, - ACTIONS(7603), 1, + ACTIONS(7550), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2714), 1, sym__var, - STATE(3862), 1, + STATE(3836), 1, sym_comment, - STATE(4528), 1, + STATE(4339), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7033), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4589), 2, + STATE(4340), 2, sym_expr_parenthesized, sym_val_variable, - [180341] = 12, + [195069] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(937), 1, + anon_sym_LBRACE, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(3049), 1, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(6270), 1, + aux_sym_unquoted_token5, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(3053), 1, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3359), 1, + sym__immediate_decimal, + STATE(3837), 1, + sym_comment, + ACTIONS(7121), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3366), 2, + sym_expr_parenthesized, + sym_val_variable, + [195108] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1440), 1, anon_sym_DOT2, - ACTIONS(7605), 1, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(7552), 1, + anon_sym_LPAREN, + ACTIONS(7554), 1, anon_sym_LT, - ACTIONS(7607), 1, + ACTIONS(7556), 1, anon_sym_EQ2, - ACTIONS(7609), 1, + ACTIONS(7558), 1, aux_sym__immediate_decimal_token1, - STATE(1717), 1, + STATE(774), 1, sym__var, - STATE(1953), 1, + STATE(916), 1, sym__immediate_decimal, - STATE(3863), 1, + STATE(3838), 1, sym_comment, - ACTIONS(3061), 2, + ACTIONS(1448), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1952), 2, + STATE(936), 2, sym_expr_parenthesized, sym_val_variable, - [180380] = 10, + [195147] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4638), 1, + ACTIONS(3988), 1, anon_sym_not, - ACTIONS(6995), 1, - anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7560), 1, anon_sym_LPAREN, - ACTIONS(7611), 1, + ACTIONS(7562), 1, + anon_sym_DOLLAR, + ACTIONS(7564), 1, anon_sym_DASH, - STATE(2903), 1, + STATE(409), 1, sym__var, - STATE(3102), 1, + STATE(440), 1, sym__expr_unary_minus, - STATE(3864), 1, + STATE(3839), 1, sym_comment, - ACTIONS(4642), 2, + ACTIONS(3992), 2, anon_sym_true, anon_sym_false, - STATE(3114), 4, + STATE(467), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [180415] = 12, + [195182] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(5558), 1, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(5562), 1, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(7585), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7613), 1, + ACTIONS(7566), 1, anon_sym_LT, - ACTIONS(7615), 1, + ACTIONS(7568), 1, anon_sym_EQ2, - STATE(3287), 1, + ACTIONS(7570), 1, + aux_sym__immediate_decimal_token1, + STATE(1388), 1, sym__var, - STATE(3569), 1, + STATE(1838), 1, sym__immediate_decimal, - STATE(3865), 1, + STATE(3840), 1, sym_comment, - ACTIONS(5570), 2, + ACTIONS(2414), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3575), 2, + STATE(1839), 2, sym_expr_parenthesized, sym_val_variable, - [180454] = 11, + [195221] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(6983), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3866), 1, + ACTIONS(7572), 1, + anon_sym_LPAREN, + ACTIONS(7574), 1, + anon_sym_DOLLAR, + ACTIONS(7576), 1, + anon_sym_LT, + ACTIONS(7578), 1, + anon_sym_EQ2, + STATE(3841), 1, sym_comment, - STATE(4503), 1, + STATE(4150), 1, + sym__var, + STATE(4362), 1, sym__immediate_decimal, - ACTIONS(2162), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, + ACTIONS(6985), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4508), 2, + STATE(4357), 2, sym_expr_parenthesized, sym_val_variable, - [180491] = 12, + [195260] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN, - ACTIONS(5524), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(5528), 1, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(7617), 1, + ACTIONS(7570), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7580), 1, anon_sym_LT, - ACTIONS(7619), 1, + ACTIONS(7582), 1, anon_sym_EQ2, - ACTIONS(7621), 1, - aux_sym__immediate_decimal_token1, - STATE(3289), 1, + STATE(1388), 1, + sym__var, + STATE(1826), 1, + sym__immediate_decimal, + STATE(3842), 1, + sym_comment, + ACTIONS(2414), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1745), 2, + sym_expr_parenthesized, + sym_val_variable, + [195299] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7586), 1, + anon_sym_QMARK, + ACTIONS(7588), 1, + anon_sym_DASH, + STATE(3843), 1, + sym_comment, + ACTIONS(7584), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [195324] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4076), 1, + anon_sym_not, + ACTIONS(7590), 1, + anon_sym_LPAREN, + ACTIONS(7592), 1, + anon_sym_DOLLAR, + ACTIONS(7594), 1, + anon_sym_DASH, + STATE(623), 1, sym__var, - STATE(3483), 1, - sym__immediate_decimal, - STATE(3867), 1, + STATE(829), 1, + sym__expr_unary_minus, + STATE(3844), 1, sym_comment, - ACTIONS(5536), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3488), 2, + ACTIONS(4080), 2, + anon_sym_true, + anon_sym_false, + STATE(817), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [180530] = 5, + [195359] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7623), 1, - aux_sym__immediate_decimal_token2, - STATE(3868), 1, + ACTIONS(7598), 1, + anon_sym_AT, + ACTIONS(7600), 1, + anon_sym_DASH, + STATE(3845), 1, sym_comment, - ACTIONS(2984), 3, + STATE(3981), 1, + sym_param_cmd, + ACTIONS(7596), 9, + anon_sym_EQ, sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2986), 8, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -349772,18 +291070,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [180555] = 5, + [195386] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7369), 1, + ACTIONS(7602), 1, + anon_sym_DOT2, + ACTIONS(7604), 1, aux_sym__immediate_decimal_token2, - STATE(3869), 1, + STATE(3846), 1, sym_comment, - ACTIONS(2906), 3, + ACTIONS(2517), 2, sym_identifier, anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2908), 8, + ACTIONS(2519), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -349792,44 +291091,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [180580] = 11, + [195413] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, - anon_sym_DOT2, - ACTIONS(7270), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3870), 1, - sym_comment, - STATE(4715), 1, - sym__immediate_decimal, - ACTIONS(2146), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4682), 2, - sym_expr_parenthesized, - sym_val_variable, - [180617] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7345), 1, + ACTIONS(7604), 1, aux_sym__immediate_decimal_token2, - STATE(3871), 1, + ACTIONS(7606), 1, + anon_sym_DOT2, + STATE(3847), 1, sym_comment, - ACTIONS(2832), 3, + ACTIONS(2517), 2, sym_identifier, anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2834), 8, + ACTIONS(2519), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -349838,505 +291112,574 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [180642] = 12, + [195440] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(7625), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7445), 1, anon_sym_LPAREN, - ACTIONS(7627), 1, + ACTIONS(7609), 1, anon_sym_LT, - ACTIONS(7629), 1, + ACTIONS(7611), 1, anon_sym_EQ2, - ACTIONS(7631), 1, - aux_sym__immediate_decimal_token1, - STATE(1127), 1, + STATE(2840), 1, sym__var, - STATE(1341), 1, - sym__immediate_decimal, - STATE(3872), 1, + STATE(3848), 1, sym_comment, - ACTIONS(2022), 2, + STATE(4899), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1339), 2, + STATE(4892), 2, sym_expr_parenthesized, sym_val_variable, - [180681] = 10, + [195479] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(4090), 1, - anon_sym_not, - ACTIONS(7633), 1, - anon_sym_DASH, - STATE(2688), 1, - sym__var, - STATE(3255), 1, - sym__expr_unary_minus, - STATE(3873), 1, - sym_comment, - ACTIONS(4094), 2, - anon_sym_true, - anon_sym_false, - STATE(3250), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [180716] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7635), 1, + ACTIONS(7613), 1, anon_sym_LT, - ACTIONS(7637), 1, + ACTIONS(7615), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3341), 1, - sym__immediate_decimal, - STATE(3874), 1, + STATE(3849), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4668), 1, + sym__immediate_decimal, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3342), 2, + STATE(4662), 2, sym_expr_parenthesized, sym_val_variable, - [180755] = 12, + [195518] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7639), 1, + ACTIONS(7617), 1, anon_sym_LT, - ACTIONS(7641), 1, + ACTIONS(7619), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3351), 1, - sym__immediate_decimal, - STATE(3875), 1, + STATE(3850), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4660), 1, + sym__immediate_decimal, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3364), 2, + STATE(4658), 2, sym_expr_parenthesized, sym_val_variable, - [180794] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3876), 1, - sym_comment, - ACTIONS(2832), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2834), 10, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_EQ_GT, - [180817] = 12, + [195557] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(7007), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - ACTIONS(7625), 1, + ACTIONS(7621), 1, anon_sym_LPAREN, - ACTIONS(7631), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7643), 1, + ACTIONS(7623), 1, anon_sym_LT, - ACTIONS(7645), 1, + ACTIONS(7625), 1, anon_sym_EQ2, - STATE(1127), 1, - sym__var, - STATE(1338), 1, + STATE(2265), 1, sym__immediate_decimal, - STATE(3877), 1, + STATE(3851), 1, sym_comment, - ACTIONS(2022), 2, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1337), 2, + STATE(2264), 2, sym_expr_parenthesized, sym_val_variable, - [180856] = 12, + [195596] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(6965), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7621), 1, anon_sym_LPAREN, - ACTIONS(7647), 1, + ACTIONS(7627), 1, anon_sym_LT, - ACTIONS(7649), 1, + ACTIONS(7629), 1, anon_sym_EQ2, - STATE(2903), 1, - sym__var, - STATE(3878), 1, - sym_comment, - STATE(4363), 1, + STATE(2263), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(3852), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4362), 2, + STATE(2262), 2, sym_expr_parenthesized, sym_val_variable, - [180895] = 12, + [195635] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7169), 1, - anon_sym_LPAREN, - ACTIONS(7175), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7651), 1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + ACTIONS(7631), 1, anon_sym_LT, - ACTIONS(7653), 1, + ACTIONS(7633), 1, anon_sym_EQ2, - STATE(3879), 1, - sym_comment, - STATE(4359), 1, + STATE(2840), 1, sym__var, - STATE(5212), 1, + STATE(3853), 1, + sym_comment, + STATE(4786), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5206), 2, + STATE(4827), 2, sym_expr_parenthesized, sym_val_variable, - [180934] = 12, + [195674] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2088), 1, - anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(7655), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(7657), 1, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(7635), 1, anon_sym_LT, - ACTIONS(7659), 1, + ACTIONS(7637), 1, anon_sym_EQ2, - ACTIONS(7661), 1, + ACTIONS(7639), 1, aux_sym__immediate_decimal_token1, - STATE(1203), 1, + STATE(3229), 1, sym__var, - STATE(1314), 1, + STATE(3486), 1, sym__immediate_decimal, - STATE(3880), 1, + STATE(3854), 1, sym_comment, - ACTIONS(2096), 2, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1312), 2, + STATE(3487), 2, sym_expr_parenthesized, sym_val_variable, - [180973] = 12, + [195713] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7663), 1, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7425), 1, anon_sym_DOLLAR, - ACTIONS(7665), 1, - anon_sym_DASH, - ACTIONS(7667), 1, - anon_sym_LBRACE, - STATE(2979), 1, - sym__var, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, - STATE(3881), 1, - sym_comment, - STATE(3906), 1, - sym__flag, - STATE(1406), 2, - sym__blosure, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [181012] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6913), 1, + ACTIONS(7479), 1, anon_sym_LPAREN, - ACTIONS(6915), 1, - anon_sym_DOLLAR, - ACTIONS(7467), 1, - anon_sym_DOT2, - ACTIONS(7669), 1, + ACTIONS(7641), 1, anon_sym_LT, - ACTIONS(7671), 1, + ACTIONS(7643), 1, anon_sym_EQ2, - ACTIONS(7673), 1, - aux_sym__immediate_decimal_token1, - STATE(3757), 1, - sym__var, - STATE(3882), 1, - sym_comment, - STATE(3900), 1, + STATE(2573), 1, sym__immediate_decimal, - ACTIONS(6927), 2, + STATE(3855), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3901), 2, + STATE(2574), 2, sym_expr_parenthesized, sym_val_variable, - [181051] = 12, + [195752] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(6997), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7675), 1, + ACTIONS(7645), 1, + anon_sym_LPAREN, + ACTIONS(7647), 1, anon_sym_LT, - ACTIONS(7677), 1, + ACTIONS(7649), 1, anon_sym_EQ2, - STATE(2688), 1, + STATE(2841), 1, sym__var, - STATE(3883), 1, + STATE(3856), 1, sym_comment, - STATE(4528), 1, + STATE(4455), 1, sym__immediate_decimal, - ACTIONS(7272), 2, + ACTIONS(6999), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4589), 2, + STATE(4441), 2, sym_expr_parenthesized, sym_val_variable, - [181090] = 12, + [195791] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4542), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(7679), 1, + ACTIONS(7639), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7651), 1, anon_sym_LT, - ACTIONS(7681), 1, + ACTIONS(7653), 1, anon_sym_EQ2, - ACTIONS(7683), 1, - aux_sym__immediate_decimal_token1, - STATE(3193), 1, + STATE(3229), 1, sym__var, - STATE(3351), 1, + STATE(3488), 1, sym__immediate_decimal, - STATE(3884), 1, + STATE(3857), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3364), 2, + STATE(3489), 2, sym_expr_parenthesized, sym_val_variable, - [181129] = 12, + [195830] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7065), 1, - anon_sym_LPAREN, - ACTIONS(7073), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7181), 1, + ACTIONS(7655), 1, + anon_sym_QMARK2, + STATE(3858), 1, + sym_comment, + ACTIONS(783), 2, + anon_sym_DASH, anon_sym_DOT2, - ACTIONS(7685), 1, - anon_sym_LT, - ACTIONS(7687), 1, - anon_sym_EQ2, - STATE(2865), 1, + ACTIONS(785), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [195855] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7657), 1, + anon_sym_DOLLAR, + ACTIONS(7659), 1, + anon_sym_DASH, + ACTIONS(7661), 1, + anon_sym_LBRACE, + STATE(2818), 1, sym__var, - STATE(3885), 1, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, + STATE(3859), 1, sym_comment, - STATE(4494), 1, - sym__immediate_decimal, - ACTIONS(7075), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4459), 2, - sym_expr_parenthesized, + STATE(3899), 1, + sym__flag, + STATE(988), 2, + sym__blosure, sym_val_variable, - [181168] = 10, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [195894] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4286), 1, - anon_sym_not, - ACTIONS(7689), 1, - anon_sym_LPAREN, - ACTIONS(7691), 1, + ACTIONS(7655), 1, + anon_sym_QMARK2, + STATE(3860), 1, + sym_comment, + ACTIONS(783), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(785), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7693), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [195919] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3861), 1, + sym_comment, + ACTIONS(914), 2, anon_sym_DASH, - STATE(1722), 1, + anon_sym_DOT2, + ACTIONS(916), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [195941] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7657), 1, + anon_sym_DOLLAR, + ACTIONS(7659), 1, + anon_sym_DASH, + ACTIONS(7661), 1, + anon_sym_LBRACE, + STATE(2818), 1, sym__var, - STATE(2167), 1, - sym__expr_unary_minus, - STATE(3886), 1, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, + STATE(3862), 1, sym_comment, - ACTIONS(4290), 2, - anon_sym_true, - anon_sym_false, - STATE(2151), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, + STATE(3863), 1, + sym__flag, + STATE(984), 2, + sym__blosure, sym_val_variable, - [181203] = 10, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [195977] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4734), 1, - anon_sym_not, - ACTIONS(7695), 1, - anon_sym_LPAREN, - ACTIONS(7697), 1, + ACTIONS(7657), 1, anon_sym_DOLLAR, - ACTIONS(7699), 1, + ACTIONS(7661), 1, + anon_sym_LBRACE, + ACTIONS(7663), 1, anon_sym_DASH, - STATE(555), 1, + STATE(2818), 1, sym__var, - STATE(678), 1, - sym__expr_unary_minus, - STATE(3887), 1, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, + STATE(3863), 1, sym_comment, - ACTIONS(4738), 2, - anon_sym_true, - anon_sym_false, - STATE(662), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, + STATE(4301), 1, + sym__flag, + STATE(1049), 2, + sym__blosure, sym_val_variable, - [181238] = 12, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [196013] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4542), 1, + ACTIONS(7659), 1, + anon_sym_DASH, + ACTIONS(7665), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(7683), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7701), 1, - anon_sym_LT, - ACTIONS(7703), 1, - anon_sym_EQ2, - STATE(3193), 1, + ACTIONS(7667), 1, + anon_sym_LBRACE, + STATE(2907), 1, sym__var, - STATE(3341), 1, - sym__immediate_decimal, - STATE(3888), 1, + STATE(3252), 1, + sym_block, + STATE(3253), 1, + sym_val_closure, + STATE(3864), 1, sym_comment, - ACTIONS(5462), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3342), 2, - sym_expr_parenthesized, + STATE(3881), 1, + sym__flag, + STATE(1308), 2, + sym__blosure, sym_val_variable, - [181277] = 12, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [196049] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7671), 1, + anon_sym_DASH, + STATE(2634), 1, + sym__str_double_quotes, + STATE(3865), 1, + sym_comment, + STATE(4018), 1, + aux_sym_decl_def_repeat1, + STATE(4082), 1, + sym_val_string, + STATE(4888), 1, + sym_long_flag, + STATE(5260), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [196087] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3866), 1, + sym_comment, + ACTIONS(918), 2, + anon_sym_DASH, anon_sym_DOT2, - ACTIONS(7270), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7705), 1, - anon_sym_LT, - ACTIONS(7707), 1, - anon_sym_EQ2, - STATE(2688), 1, + ACTIONS(920), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [196109] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7659), 1, + anon_sym_DASH, + ACTIONS(7665), 1, + anon_sym_DOLLAR, + ACTIONS(7667), 1, + anon_sym_LBRACE, + STATE(2907), 1, sym__var, - STATE(3889), 1, + STATE(3252), 1, + sym_block, + STATE(3253), 1, + sym_val_closure, + STATE(3864), 1, + sym__flag, + STATE(3867), 1, sym_comment, - STATE(4534), 1, - sym__immediate_decimal, - ACTIONS(7272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4530), 2, - sym_expr_parenthesized, + STATE(1260), 2, + sym__blosure, sym_val_variable, - [181316] = 5, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [196145] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3212), 1, + ACTIONS(7673), 1, anon_sym_DASH, - ACTIONS(7709), 1, - anon_sym_DOT2, - STATE(3890), 1, + STATE(3868), 1, sym_comment, - ACTIONS(3214), 9, + ACTIONS(5679), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [196167] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7675), 1, + anon_sym_DASH, + STATE(3869), 1, + sym_comment, + ACTIONS(5681), 10, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181340] = 4, + [196189] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7657), 1, + anon_sym_DOLLAR, + ACTIONS(7659), 1, + anon_sym_DASH, + ACTIONS(7661), 1, + anon_sym_LBRACE, + STATE(2818), 1, + sym__var, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, + STATE(3870), 1, + sym_comment, + STATE(3899), 1, + sym__flag, + STATE(988), 2, + sym__blosure, + sym_val_variable, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [196225] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7711), 1, + ACTIONS(7677), 1, anon_sym_LT, - STATE(3891), 1, + STATE(3871), 1, sym_comment, - ACTIONS(5651), 10, + ACTIONS(5427), 10, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -350347,37 +291690,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [181362] = 9, + [196247] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7237), 1, - anon_sym_COLON, - ACTIONS(7363), 1, - anon_sym_EQ, - ACTIONS(7487), 1, - anon_sym_COMMA, - ACTIONS(7489), 1, + ACTIONS(7679), 1, anon_sym_DASH, - STATE(3892), 1, + STATE(3872), 1, sym_comment, - STATE(3904), 1, - sym_param_value, - STATE(4127), 1, - sym_param_type, - ACTIONS(7485), 5, + ACTIONS(5626), 10, + anon_sym_EQ, sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181394] = 4, + [196269] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7713), 1, + ACTIONS(7681), 1, anon_sym_LT, - STATE(3893), 1, + STATE(3873), 1, sym_comment, - ACTIONS(5651), 10, + ACTIONS(5427), 10, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -350388,75 +291726,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [181416] = 5, + [196291] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3206), 1, + ACTIONS(7236), 1, + anon_sym_COLON, + ACTIONS(7685), 1, + anon_sym_COMMA, + ACTIONS(7687), 1, anon_sym_DASH, - ACTIONS(7715), 1, - anon_sym_DOT2, - STATE(3894), 1, + STATE(3874), 1, sym_comment, - ACTIONS(3208), 9, + STATE(4067), 1, + sym_param_type, + ACTIONS(7683), 7, sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181440] = 5, + [196319] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3198), 1, + ACTIONS(7689), 1, anon_sym_DASH, - ACTIONS(7717), 1, - anon_sym_DOT2, - STATE(3895), 1, + STATE(3875), 1, sym_comment, - ACTIONS(3200), 9, + ACTIONS(5683), 10, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181464] = 7, + [196341] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7237), 1, - anon_sym_COLON, - ACTIONS(7721), 1, - anon_sym_COMMA, - ACTIONS(7723), 1, + ACTIONS(7693), 1, anon_sym_DASH, - STATE(3896), 1, + STATE(3876), 1, sym_comment, - STATE(4117), 1, - sym_param_type, - ACTIONS(7719), 7, + ACTIONS(7691), 10, + anon_sym_EQ, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181492] = 5, + [196363] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3171), 1, + ACTIONS(7697), 1, anon_sym_DASH, - ACTIONS(7725), 1, - anon_sym_DOT2, - STATE(3897), 1, + STATE(3877), 1, sym_comment, - ACTIONS(3173), 9, + ACTIONS(7695), 10, + anon_sym_EQ, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350466,78 +291801,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181516] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7663), 1, - anon_sym_DOLLAR, - ACTIONS(7665), 1, - anon_sym_DASH, - ACTIONS(7667), 1, - anon_sym_LBRACE, - STATE(2979), 1, - sym__var, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, - STATE(3898), 1, - sym_comment, - STATE(3906), 1, - sym__flag, - STATE(1406), 2, - sym__blosure, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [181552] = 4, + [196385] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7727), 1, + ACTIONS(7701), 1, anon_sym_DASH, - STATE(3899), 1, + STATE(3878), 1, sym_comment, - ACTIONS(5742), 10, + ACTIONS(7699), 10, anon_sym_EQ, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181574] = 5, + [196407] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3163), 1, + ACTIONS(7236), 1, + anon_sym_COLON, + ACTIONS(7323), 1, + anon_sym_EQ, + ACTIONS(7455), 1, + anon_sym_COMMA, + ACTIONS(7457), 1, anon_sym_DASH, - ACTIONS(7729), 1, - anon_sym_DOT2, - STATE(3900), 1, + STATE(3874), 1, + sym_param_value, + STATE(3879), 1, sym_comment, - ACTIONS(3165), 9, + STATE(4063), 1, + sym_param_type, + ACTIONS(7453), 5, sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181598] = 5, + [196439] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3238), 1, + ACTIONS(7705), 1, anon_sym_DASH, - ACTIONS(7731), 1, - anon_sym_DOT2, - STATE(3901), 1, + STATE(3880), 1, sym_comment, - ACTIONS(3240), 9, + ACTIONS(7703), 10, + anon_sym_EQ, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350547,84 +291860,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181622] = 11, + [196461] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7665), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(7733), 1, + ACTIONS(7665), 1, anon_sym_DOLLAR, - ACTIONS(7735), 1, + ACTIONS(7667), 1, anon_sym_LBRACE, - STATE(3016), 1, + STATE(2907), 1, sym__var, - STATE(3268), 1, - sym_val_closure, - STATE(3269), 1, + STATE(3252), 1, sym_block, - STATE(3902), 1, + STATE(3253), 1, + sym_val_closure, + STATE(3881), 1, sym_comment, - STATE(3924), 1, + STATE(4205), 1, sym__flag, - STATE(1513), 2, + STATE(1284), 2, sym__blosure, sym_val_variable, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [181658] = 4, + [196497] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7737), 1, + ACTIONS(2691), 1, anon_sym_DASH, - STATE(3903), 1, + ACTIONS(7707), 1, + anon_sym_DOT2, + STATE(3882), 1, sym_comment, - ACTIONS(5740), 10, - anon_sym_EQ, + ACTIONS(2693), 9, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181680] = 7, + [196521] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7237), 1, + ACTIONS(2675), 1, + anon_sym_DASH, + ACTIONS(7709), 1, + anon_sym_DOT2, + STATE(3883), 1, + sym_comment, + ACTIONS(2677), 9, + sym_identifier, anon_sym_COLON, - ACTIONS(7741), 1, anon_sym_COMMA, - ACTIONS(7743), 1, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [196545] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7713), 1, anon_sym_DASH, - STATE(3904), 1, + STATE(3884), 1, sym_comment, - STATE(4091), 1, - sym_param_type, - ACTIONS(7739), 7, + ACTIONS(7711), 10, + anon_sym_EQ, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181708] = 7, + [196567] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7237), 1, + ACTIONS(7236), 1, anon_sym_COLON, - ACTIONS(7747), 1, + ACTIONS(7717), 1, anon_sym_COMMA, - ACTIONS(7749), 1, + ACTIONS(7719), 1, anon_sym_DASH, - STATE(3905), 1, + STATE(3885), 1, sym_comment, - STATE(4111), 1, + STATE(4076), 1, sym_param_type, - ACTIONS(7745), 7, + ACTIONS(7715), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -350632,58 +291962,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181736] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7663), 1, - anon_sym_DOLLAR, - ACTIONS(7665), 1, - anon_sym_DASH, - ACTIONS(7667), 1, - anon_sym_LBRACE, - STATE(2979), 1, - sym__var, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, - STATE(3906), 1, - sym_comment, - STATE(3920), 1, - sym__flag, - STATE(1489), 2, - sym__blosure, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [181772] = 4, + [196595] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7751), 1, + ACTIONS(2685), 1, anon_sym_DASH, - STATE(3907), 1, + ACTIONS(7721), 1, + anon_sym_DOT2, + STATE(3886), 1, sym_comment, - ACTIONS(5750), 10, - anon_sym_EQ, + ACTIONS(2687), 9, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181794] = 4, + [196619] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3908), 1, + STATE(3887), 1, sym_comment, - ACTIONS(1520), 2, + ACTIONS(885), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1522), 9, + ACTIONS(887), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350693,76 +291999,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181816] = 4, + [196641] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7515), 1, - anon_sym_DASH, - STATE(3909), 1, + STATE(3888), 1, sym_comment, - ACTIONS(5651), 10, - anon_sym_EQ, + ACTIONS(860), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(862), 9, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181838] = 11, + [196663] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7665), 1, + ACTIONS(7659), 1, anon_sym_DASH, - ACTIONS(7733), 1, + ACTIONS(7665), 1, anon_sym_DOLLAR, - ACTIONS(7735), 1, + ACTIONS(7667), 1, anon_sym_LBRACE, - STATE(3016), 1, + STATE(2907), 1, sym__var, - STATE(3268), 1, - sym_val_closure, - STATE(3269), 1, + STATE(3252), 1, sym_block, - STATE(3902), 1, + STATE(3253), 1, + sym_val_closure, + STATE(3867), 1, sym__flag, - STATE(3910), 1, + STATE(3889), 1, sym_comment, - STATE(1640), 2, + STATE(1246), 2, sym__blosure, sym_val_variable, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [181874] = 4, + [196699] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7753), 1, + ACTIONS(7236), 1, + anon_sym_COLON, + ACTIONS(7725), 1, + anon_sym_COMMA, + ACTIONS(7727), 1, anon_sym_DASH, - STATE(3911), 1, + STATE(3890), 1, sym_comment, - ACTIONS(5752), 10, - anon_sym_EQ, + STATE(4101), 1, + sym_param_type, + ACTIONS(7723), 7, sym_identifier, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181896] = 4, + [196727] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7757), 1, + ACTIONS(2669), 1, anon_sym_DASH, - STATE(3912), 1, + ACTIONS(7729), 1, + anon_sym_DOT2, + STATE(3891), 1, sym_comment, - ACTIONS(7755), 10, - anon_sym_EQ, + ACTIONS(2671), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350772,68 +292082,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181918] = 4, + [196751] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3913), 1, - sym_comment, - ACTIONS(1524), 2, + ACTIONS(7369), 1, anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1526), 9, + STATE(3892), 1, + sym_comment, + ACTIONS(5427), 10, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181940] = 4, + [196773] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(3914), 1, - sym_comment, - ACTIONS(1532), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1534), 9, - sym_identifier, + ACTIONS(7236), 1, anon_sym_COLON, + ACTIONS(7323), 1, + anon_sym_EQ, + ACTIONS(7540), 1, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(7542), 1, + anon_sym_DASH, + STATE(3885), 1, + sym_param_value, + STATE(3893), 1, + sym_comment, + STATE(4112), 1, + sym_param_type, + ACTIONS(7538), 5, + sym_identifier, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181962] = 4, + [196805] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7759), 1, - anon_sym_DASH, - STATE(3915), 1, + STATE(3894), 1, sym_comment, - ACTIONS(5438), 10, - anon_sym_EQ, + ACTIONS(941), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(943), 9, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181984] = 4, + [196827] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7763), 1, + ACTIONS(7733), 1, anon_sym_DASH, - STATE(3916), 1, + STATE(3895), 1, sym_comment, - ACTIONS(7761), 10, + ACTIONS(7731), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -350844,14 +292159,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182006] = 4, + [196849] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7767), 1, + ACTIONS(7737), 1, anon_sym_DASH, - STATE(3917), 1, + STATE(3896), 1, sym_comment, - ACTIONS(7765), 10, + ACTIONS(7735), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -350862,33 +292177,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182028] = 4, + [196871] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7771), 1, + ACTIONS(7739), 1, anon_sym_DASH, - STATE(3918), 1, + STATE(3897), 1, sym_comment, - ACTIONS(7769), 10, + ACTIONS(5000), 10, anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182050] = 4, + [196893] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3919), 1, - sym_comment, - ACTIONS(1513), 2, + ACTIONS(2737), 1, anon_sym_DASH, + ACTIONS(7741), 1, anon_sym_DOT2, - ACTIONS(1515), 9, + STATE(3898), 1, + sym_comment, + ACTIONS(2739), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350898,40 +292214,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182072] = 11, + [196917] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7663), 1, + ACTIONS(7657), 1, anon_sym_DOLLAR, - ACTIONS(7665), 1, + ACTIONS(7659), 1, anon_sym_DASH, - ACTIONS(7667), 1, + ACTIONS(7661), 1, anon_sym_LBRACE, - STATE(2979), 1, + STATE(2818), 1, sym__var, - STATE(3146), 1, - sym_block, - STATE(3148), 1, + STATE(3107), 1, sym_val_closure, - STATE(3920), 1, - sym_comment, - STATE(3927), 1, + STATE(3114), 1, + sym_block, + STATE(3862), 1, sym__flag, - STATE(1319), 2, + STATE(3899), 1, + sym_comment, + STATE(1134), 2, sym__blosure, sym_val_variable, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [182108] = 4, + [196953] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7775), 1, + ACTIONS(2661), 1, anon_sym_DASH, - STATE(3921), 1, + ACTIONS(7743), 1, + anon_sym_DOT2, + STATE(3900), 1, sym_comment, - ACTIONS(7773), 10, - anon_sym_EQ, + ACTIONS(2663), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350941,15 +292258,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182130] = 4, + [196977] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3922), 1, - sym_comment, - ACTIONS(1509), 2, + ACTIONS(7747), 1, anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1511), 9, + STATE(3901), 1, + sym_comment, + ACTIONS(7745), 10, + anon_sym_EQ, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350959,15 +292276,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182152] = 4, + [196999] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7779), 1, + ACTIONS(3035), 1, anon_sym_DASH, - STATE(3923), 1, + STATE(3902), 1, sym_comment, - ACTIONS(7777), 10, - anon_sym_EQ, + ACTIONS(3037), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -350977,40 +292293,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182174] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7665), 1, - anon_sym_DASH, - ACTIONS(7733), 1, - anon_sym_DOLLAR, - ACTIONS(7735), 1, - anon_sym_LBRACE, - STATE(3016), 1, - sym__var, - STATE(3268), 1, - sym_val_closure, - STATE(3269), 1, - sym_block, - STATE(3924), 1, - sym_comment, - STATE(3926), 1, - sym__flag, - STATE(1604), 2, - sym__blosure, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [182210] = 4, + [197020] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7783), 1, + ACTIONS(2933), 1, anon_sym_DASH, - STATE(3925), 1, + STATE(3903), 1, sym_comment, - ACTIONS(7781), 10, - anon_sym_EQ, + ACTIONS(2935), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351020,91 +292310,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182232] = 11, + [197041] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7733), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(7735), 1, - anon_sym_LBRACE, - ACTIONS(7785), 1, - anon_sym_DASH, - STATE(3016), 1, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(7570), 1, + aux_sym__immediate_decimal_token1, + STATE(1388), 1, sym__var, - STATE(3268), 1, - sym_val_closure, - STATE(3269), 1, - sym_block, - STATE(3926), 1, + STATE(1789), 1, + sym__immediate_decimal, + STATE(3904), 1, sym_comment, - STATE(4250), 1, - sym__flag, - STATE(1509), 2, - sym__blosure, + ACTIONS(2414), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1799), 2, + sym_expr_parenthesized, sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [182268] = 11, + [197074] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7663), 1, - anon_sym_DOLLAR, - ACTIONS(7667), 1, - anon_sym_LBRACE, - ACTIONS(7785), 1, + ACTIONS(3180), 1, anon_sym_DASH, - STATE(2979), 1, - sym__var, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, - STATE(3927), 1, + STATE(3905), 1, sym_comment, - STATE(4312), 1, - sym__flag, - STATE(1459), 2, - sym__blosure, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [182304] = 12, + ACTIONS(3182), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [197095] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7789), 1, + ACTIONS(2631), 1, anon_sym_DASH, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3928), 1, + STATE(3906), 1, sym_comment, - STATE(4019), 1, - aux_sym_decl_def_repeat1, - STATE(4131), 1, - sym_val_string, - STATE(4868), 1, - sym_long_flag, - STATE(5261), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [182342] = 4, + ACTIONS(2633), 9, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [197116] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7793), 1, + ACTIONS(3184), 1, anon_sym_DASH, - STATE(3929), 1, + STATE(3907), 1, sym_comment, - ACTIONS(7791), 10, - anon_sym_EQ, + ACTIONS(3186), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351114,127 +292384,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182364] = 9, + [197137] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7237), 1, - anon_sym_COLON, - ACTIONS(7363), 1, - anon_sym_EQ, - ACTIONS(7475), 1, - anon_sym_COMMA, - ACTIONS(7477), 1, + ACTIONS(3188), 1, anon_sym_DASH, - STATE(3905), 1, - sym_param_value, - STATE(3930), 1, + STATE(3908), 1, sym_comment, - STATE(4090), 1, - sym_param_type, - ACTIONS(7473), 5, + ACTIONS(3190), 9, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182396] = 11, + [197158] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7795), 1, - sym_identifier, - ACTIONS(7797), 1, + ACTIONS(2635), 1, anon_sym_DASH, - STATE(2688), 1, - sym__var, - STATE(3931), 1, + STATE(3909), 1, sym_comment, - STATE(4595), 1, - sym__flag, - STATE(4646), 1, - sym__variable_name, - STATE(4963), 1, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [182431] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7749), 1, - anon_sym_DASH, - ACTIONS(7799), 1, + ACTIONS(2637), 9, anon_sym_EQ, - ACTIONS(7801), 1, - anon_sym_COMMA, - STATE(3932), 1, - sym_comment, - STATE(4136), 1, - sym_param_value, - ACTIONS(7745), 6, sym_identifier, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182458] = 10, + [197179] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(6883), 1, + anon_sym_LPAREN, + ACTIONS(7375), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, - anon_sym_LPAREN, - STATE(2935), 1, + STATE(3772), 1, sym__var, - STATE(3933), 1, + STATE(3910), 1, sym_comment, - STATE(4882), 1, + STATE(4031), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + ACTIONS(6893), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4828), 2, + STATE(4044), 2, sym_expr_parenthesized, sym_val_variable, - [182491] = 10, + [197212] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7671), 1, + anon_sym_DASH, + STATE(2634), 1, + sym__str_double_quotes, + STATE(3911), 1, + sym_comment, + STATE(4026), 1, + aux_sym_decl_def_repeat1, + STATE(4082), 1, + sym_val_string, + STATE(4888), 1, + sym_long_flag, + STATE(5244), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [197247] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(7639), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, - anon_sym_LPAREN, - STATE(2935), 1, + STATE(3229), 1, sym__var, - STATE(3934), 1, - sym_comment, - STATE(4806), 1, + STATE(3517), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + STATE(3912), 1, + sym_comment, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4793), 2, + STATE(3552), 2, sym_expr_parenthesized, sym_val_variable, - [182524] = 4, + [197280] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3513), 1, + ACTIONS(3081), 1, anon_sym_DASH, - STATE(3935), 1, + STATE(3913), 1, sym_comment, - ACTIONS(3515), 9, + ACTIONS(3083), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351244,37 +292505,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182545] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3936), 1, - sym_comment, - STATE(4566), 1, - sym__immediate_decimal, - ACTIONS(7193), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4567), 2, - sym_expr_parenthesized, - sym_val_variable, - [182578] = 4, + [197301] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3577), 1, + ACTIONS(3073), 1, anon_sym_DASH, - STATE(3937), 1, + STATE(3914), 1, sym_comment, - ACTIONS(3579), 9, + ACTIONS(3075), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351284,14 +292522,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182599] = 4, + [197322] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3596), 1, + ACTIONS(2797), 1, anon_sym_DASH, - STATE(3938), 1, + STATE(3915), 1, sym_comment, - ACTIONS(3598), 9, + ACTIONS(2799), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351301,14 +292539,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182620] = 4, + [197343] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3113), 1, anon_sym_DASH, - STATE(3939), 1, + STATE(3916), 1, sym_comment, - ACTIONS(3606), 9, + ACTIONS(3115), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351318,14 +292556,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182641] = 4, + [197364] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3612), 1, + ACTIONS(5310), 1, + anon_sym_DOLLAR, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(7639), 1, + aux_sym__immediate_decimal_token1, + STATE(3229), 1, + sym__var, + STATE(3556), 1, + sym__immediate_decimal, + STATE(3917), 1, + sym_comment, + ACTIONS(5362), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3554), 2, + sym_expr_parenthesized, + sym_val_variable, + [197397] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2895), 1, anon_sym_DASH, - STATE(3940), 1, + STATE(3918), 1, sym_comment, - ACTIONS(3614), 9, + ACTIONS(2897), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351335,38 +292596,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182662] = 11, + [197418] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7789), 1, - anon_sym_DASH, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3941), 1, + ACTIONS(6869), 1, + anon_sym_DOLLAR, + ACTIONS(6883), 1, + anon_sym_LPAREN, + ACTIONS(7375), 1, + anon_sym_DOT2, + ACTIONS(7379), 1, + aux_sym__immediate_decimal_token1, + STATE(3772), 1, + sym__var, + STATE(3919), 1, sym_comment, - STATE(4019), 1, - aux_sym_decl_def_repeat1, - STATE(4131), 1, - sym_val_string, - STATE(4868), 1, - sym_long_flag, - STATE(5261), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [182697] = 4, + STATE(3926), 1, + sym__immediate_decimal, + ACTIONS(6893), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3914), 2, + sym_expr_parenthesized, + sym_val_variable, + [197451] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3509), 1, + ACTIONS(2899), 1, anon_sym_DASH, - STATE(3942), 1, + STATE(3920), 1, sym_comment, - ACTIONS(3511), 9, + ACTIONS(2901), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351376,14 +292636,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182718] = 4, + [197472] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3329), 1, + ACTIONS(3085), 1, anon_sym_DASH, - STATE(3943), 1, + STATE(3921), 1, sym_comment, - ACTIONS(3331), 9, + ACTIONS(3087), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351393,586 +292653,578 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182739] = 10, + [197493] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7443), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(1684), 1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + STATE(2840), 1, sym__var, - STATE(2253), 1, - sym__immediate_decimal, - STATE(3944), 1, + STATE(3922), 1, sym_comment, - ACTIONS(2960), 2, + STATE(4906), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2252), 2, + STATE(4907), 2, sym_expr_parenthesized, sym_val_variable, - [182772] = 10, + [197526] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, - anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7749), 1, + sym_identifier, + ACTIONS(7751), 1, + anon_sym_DASH, + STATE(2440), 1, + sym__var, + STATE(3923), 1, + sym_comment, + STATE(4583), 1, + sym__flag, + STATE(4631), 1, + sym__variable_name, + STATE(4954), 1, + sym_val_variable, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [197561] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2903), 1, + anon_sym_DASH, + STATE(3924), 1, + sym_comment, + ACTIONS(2905), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [197582] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6869), 1, + anon_sym_DOLLAR, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(7375), 1, + anon_sym_DOT2, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - STATE(1173), 1, + STATE(3772), 1, sym__var, - STATE(1550), 1, + STATE(3913), 1, sym__immediate_decimal, - STATE(3945), 1, + STATE(3925), 1, sym_comment, - ACTIONS(2110), 2, + ACTIONS(6893), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1547), 2, + STATE(3921), 2, sym_expr_parenthesized, sym_val_variable, - [182805] = 10, + [197615] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3067), 1, + anon_sym_DASH, + STATE(3926), 1, + sym_comment, + ACTIONS(3069), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [197636] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(7355), 1, anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(7361), 1, aux_sym__immediate_decimal_token1, - STATE(1173), 1, + STATE(794), 1, sym__var, - STATE(1553), 1, + STATE(1098), 1, sym__immediate_decimal, - STATE(3946), 1, + STATE(3927), 1, sym_comment, - ACTIONS(2110), 2, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1552), 2, + STATE(1099), 2, sym_expr_parenthesized, sym_val_variable, - [182838] = 10, + [197669] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(7355), 1, anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(7361), 1, aux_sym__immediate_decimal_token1, - STATE(1173), 1, + STATE(794), 1, sym__var, - STATE(1558), 1, + STATE(1096), 1, sym__immediate_decimal, - STATE(3947), 1, + STATE(3928), 1, sym_comment, - ACTIONS(2110), 2, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1557), 2, + STATE(1097), 2, sym_expr_parenthesized, sym_val_variable, - [182871] = 10, + [197702] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, - anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(7639), 1, aux_sym__immediate_decimal_token1, - STATE(1173), 1, + STATE(3229), 1, sym__var, - STATE(1565), 1, + STATE(3483), 1, sym__immediate_decimal, - STATE(3948), 1, + STATE(3929), 1, sym_comment, - ACTIONS(2110), 2, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1564), 2, + STATE(3484), 2, sym_expr_parenthesized, sym_val_variable, - [182904] = 10, + [197735] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5096), 1, - anon_sym_DOT2, - ACTIONS(7379), 1, - anon_sym_LPAREN, - ACTIONS(7381), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(7387), 1, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(7639), 1, aux_sym__immediate_decimal_token1, - STATE(2395), 1, + STATE(3229), 1, sym__var, - STATE(2724), 1, + STATE(3498), 1, sym__immediate_decimal, - STATE(3949), 1, + STATE(3930), 1, sym_comment, - ACTIONS(5104), 2, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2719), 2, + STATE(3497), 2, sym_expr_parenthesized, sym_val_variable, - [182937] = 10, + [197768] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5096), 1, - anon_sym_DOT2, - ACTIONS(7379), 1, - anon_sym_LPAREN, - ACTIONS(7381), 1, + ACTIONS(6939), 1, anon_sym_DOLLAR, - ACTIONS(7387), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2395), 1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + STATE(2840), 1, sym__var, - STATE(2731), 1, - sym__immediate_decimal, - STATE(3950), 1, + STATE(3931), 1, sym_comment, - ACTIONS(5104), 2, + STATE(4655), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2726), 2, + STATE(4651), 2, sym_expr_parenthesized, sym_val_variable, - [182970] = 10, + [197801] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5096), 1, - anon_sym_DOT2, - ACTIONS(7379), 1, - anon_sym_LPAREN, - ACTIONS(7381), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(7387), 1, + ACTIONS(5350), 1, + anon_sym_LPAREN, + ACTIONS(5354), 1, + anon_sym_DOT2, + ACTIONS(7639), 1, aux_sym__immediate_decimal_token1, - STATE(2395), 1, + STATE(3229), 1, sym__var, - STATE(2738), 1, + STATE(3501), 1, sym__immediate_decimal, - STATE(3951), 1, + STATE(3932), 1, sym_comment, - ACTIONS(5104), 2, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2732), 2, + STATE(3500), 2, sym_expr_parenthesized, sym_val_variable, - [183003] = 10, + [197834] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(5310), 1, anon_sym_DOLLAR, - ACTIONS(6929), 1, + ACTIONS(5350), 1, anon_sym_LPAREN, - ACTIONS(7467), 1, + ACTIONS(5354), 1, anon_sym_DOT2, - ACTIONS(7471), 1, + ACTIONS(7639), 1, aux_sym__immediate_decimal_token1, - STATE(3760), 1, + STATE(3229), 1, sym__var, - STATE(3952), 1, - sym_comment, - STATE(3954), 1, + STATE(3508), 1, sym__immediate_decimal, - ACTIONS(6939), 2, + STATE(3933), 1, + sym_comment, + ACTIONS(5362), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3943), 2, + STATE(3505), 2, sym_expr_parenthesized, sym_val_variable, - [183036] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3953), 1, - sym_comment, - ACTIONS(5740), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [183055] = 4, + [197867] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3616), 1, - anon_sym_DASH, - STATE(3954), 1, - sym_comment, - ACTIONS(3618), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6939), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183076] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5096), 1, + ACTIONS(6965), 1, anon_sym_DOT2, - ACTIONS(7379), 1, - anon_sym_LPAREN, - ACTIONS(7381), 1, - anon_sym_DOLLAR, - ACTIONS(7387), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token1, - STATE(2395), 1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + STATE(2840), 1, sym__var, - STATE(2748), 1, - sym__immediate_decimal, - STATE(3955), 1, + STATE(3934), 1, sym_comment, - ACTIONS(5104), 2, + STATE(4674), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2747), 2, + STATE(4659), 2, sym_expr_parenthesized, sym_val_variable, - [183109] = 4, + [197900] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3501), 1, - anon_sym_DASH, - STATE(3956), 1, - sym_comment, - ACTIONS(3503), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4576), 1, + anon_sym_DOT2, + ACTIONS(7007), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183130] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3479), 1, - anon_sym_DASH, - STATE(3957), 1, + ACTIONS(7621), 1, + anon_sym_LPAREN, + STATE(2273), 1, + sym__immediate_decimal, + STATE(3935), 1, sym_comment, - ACTIONS(3481), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183151] = 10, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2272), 2, + sym_expr_parenthesized, + sym_val_variable, + [197933] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, - anon_sym_LPAREN, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3958), 1, + STATE(3936), 1, sym_comment, - STATE(4787), 1, + STATE(4676), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4786), 2, + STATE(4669), 2, sym_expr_parenthesized, sym_val_variable, - [183184] = 10, + [197966] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7443), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - STATE(1684), 1, + STATE(2440), 1, sym__var, - STATE(2293), 1, - sym__immediate_decimal, - STATE(3959), 1, + STATE(3937), 1, sym_comment, - ACTIONS(2960), 2, + STATE(4680), 1, + sym__immediate_decimal, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2295), 2, + STATE(4677), 2, sym_expr_parenthesized, sym_val_variable, - [183217] = 10, + [197999] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, - anon_sym_LPAREN, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3960), 1, + STATE(3938), 1, sym_comment, - STATE(4784), 1, + STATE(4684), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4798), 2, + STATE(4682), 2, sym_expr_parenthesized, sym_val_variable, - [183250] = 10, + [198032] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(7193), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(7197), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, - anon_sym_LPAREN, - STATE(2935), 1, + STATE(2440), 1, sym__var, - STATE(3961), 1, + STATE(3939), 1, sym_comment, - STATE(4660), 1, + STATE(4687), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + ACTIONS(7199), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4656), 2, + STATE(4686), 2, sym_expr_parenthesized, sym_val_variable, - [183283] = 10, + [198065] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_DOLLAR, - ACTIONS(7011), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7025), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7406), 1, + ACTIONS(7574), 1, + anon_sym_DOLLAR, + ACTIONS(7621), 1, anon_sym_LPAREN, - STATE(2935), 1, - sym__var, - STATE(3962), 1, - sym_comment, - STATE(4665), 1, + STATE(2275), 1, sym__immediate_decimal, - ACTIONS(7027), 2, + STATE(3940), 1, + sym_comment, + STATE(4197), 1, + sym__var, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4664), 2, + STATE(2274), 2, sym_expr_parenthesized, sym_val_variable, - [183316] = 10, + [198098] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, - anon_sym_LPAREN, - ACTIONS(7525), 1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - STATE(2578), 1, + ACTIONS(7621), 1, + anon_sym_LPAREN, + STATE(2277), 1, sym__immediate_decimal, - STATE(3963), 1, + STATE(3941), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2577), 2, + STATE(2276), 2, sym_expr_parenthesized, sym_val_variable, - [183349] = 4, + [198131] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3620), 1, - anon_sym_DASH, - STATE(3964), 1, - sym_comment, - ACTIONS(3622), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4564), 1, + anon_sym_DOT2, + ACTIONS(7341), 1, + anon_sym_LPAREN, + ACTIONS(7343), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183370] = 10, + ACTIONS(7349), 1, + aux_sym__immediate_decimal_token1, + STATE(2110), 1, + sym__var, + STATE(2279), 1, + sym__immediate_decimal, + STATE(3942), 1, + sym_comment, + ACTIONS(4572), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2278), 2, + sym_expr_parenthesized, + sym_val_variable, + [198164] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, - anon_sym_LPAREN, - ACTIONS(7525), 1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - STATE(2580), 1, + ACTIONS(7621), 1, + anon_sym_LPAREN, + STATE(2279), 1, sym__immediate_decimal, - STATE(3965), 1, + STATE(3943), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2579), 2, + STATE(2278), 2, sym_expr_parenthesized, sym_val_variable, - [183403] = 10, + [198197] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, - anon_sym_LPAREN, - ACTIONS(7525), 1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - STATE(2584), 1, + ACTIONS(7621), 1, + anon_sym_LPAREN, + STATE(2370), 1, sym__immediate_decimal, - STATE(3966), 1, + STATE(3944), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2582), 2, + STATE(2371), 2, sym_expr_parenthesized, sym_val_variable, - [183436] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3218), 1, - anon_sym_DASH, - STATE(3967), 1, - sym_comment, - ACTIONS(3220), 9, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183457] = 10, + [198230] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(4576), 1, anon_sym_DOT2, - ACTIONS(7057), 1, + ACTIONS(7007), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, - anon_sym_LPAREN, - ACTIONS(7525), 1, + ACTIONS(7574), 1, anon_sym_DOLLAR, - STATE(2587), 1, + ACTIONS(7621), 1, + anon_sym_LPAREN, + STATE(2367), 1, sym__immediate_decimal, - STATE(3968), 1, + STATE(3945), 1, sym_comment, - STATE(4148), 1, + STATE(4197), 1, sym__var, - ACTIONS(7059), 2, + ACTIONS(7009), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2586), 2, + STATE(2368), 2, sym_expr_parenthesized, sym_val_variable, - [183490] = 4, + [198263] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3632), 1, - anon_sym_DASH, - STATE(3969), 1, - sym_comment, - ACTIONS(3634), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1492), 1, + anon_sym_DOT2, + ACTIONS(7293), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183511] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3638), 1, - anon_sym_DASH, - STATE(3970), 1, + ACTIONS(7467), 1, + anon_sym_LPAREN, + ACTIONS(7473), 1, + aux_sym__immediate_decimal_token1, + STATE(863), 1, + sym__var, + STATE(1342), 1, + sym__immediate_decimal, + STATE(3946), 1, sym_comment, - ACTIONS(3640), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183532] = 4, + ACTIONS(1500), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1329), 2, + sym_expr_parenthesized, + sym_val_variable, + [198296] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3642), 1, + ACTIONS(3117), 1, anon_sym_DASH, - STATE(3971), 1, + STATE(3947), 1, sym_comment, - ACTIONS(3644), 9, + ACTIONS(3119), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -351982,279 +293234,336 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183553] = 4, + [198317] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3650), 1, - anon_sym_DASH, - STATE(3972), 1, - sym_comment, - ACTIONS(3652), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2396), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183574] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3654), 1, - anon_sym_DASH, - STATE(3973), 1, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3360), 1, + sym__immediate_decimal, + STATE(3948), 1, sym_comment, - ACTIONS(3656), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183595] = 4, + ACTIONS(7121), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3358), 2, + sym_expr_parenthesized, + sym_val_variable, + [198350] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DASH, - STATE(3974), 1, - sym_comment, - ACTIONS(3666), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6939), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183616] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3672), 1, - anon_sym_DASH, - STATE(3975), 1, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + STATE(2840), 1, + sym__var, + STATE(3949), 1, sym_comment, - ACTIONS(3674), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183637] = 4, + STATE(4903), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4904), 2, + sym_expr_parenthesized, + sym_val_variable, + [198383] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3676), 1, - anon_sym_DASH, - STATE(3976), 1, - sym_comment, - ACTIONS(3678), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6939), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183658] = 4, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + STATE(2840), 1, + sym__var, + STATE(3950), 1, + sym_comment, + STATE(4894), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4900), 2, + sym_expr_parenthesized, + sym_val_variable, + [198416] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3680), 1, - anon_sym_DASH, - STATE(3977), 1, - sym_comment, - ACTIONS(3682), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4564), 1, + anon_sym_DOT2, + ACTIONS(7341), 1, + anon_sym_LPAREN, + ACTIONS(7343), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183679] = 4, + ACTIONS(7349), 1, + aux_sym__immediate_decimal_token1, + STATE(2110), 1, + sym__var, + STATE(2277), 1, + sym__immediate_decimal, + STATE(3951), 1, + sym_comment, + ACTIONS(4572), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2276), 2, + sym_expr_parenthesized, + sym_val_variable, + [198449] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3703), 1, - anon_sym_DASH, - STATE(3978), 1, - sym_comment, - ACTIONS(3705), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7425), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183700] = 4, + ACTIONS(7479), 1, + anon_sym_LPAREN, + STATE(2525), 1, + sym__immediate_decimal, + STATE(3952), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2526), 2, + sym_expr_parenthesized, + sym_val_variable, + [198482] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3707), 1, - anon_sym_DASH, - STATE(3979), 1, - sym_comment, - ACTIONS(3709), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2269), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183721] = 4, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(7570), 1, + aux_sym__immediate_decimal_token1, + STATE(1388), 1, + sym__var, + STATE(1800), 1, + sym__immediate_decimal, + STATE(3953), 1, + sym_comment, + ACTIONS(2414), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1801), 2, + sym_expr_parenthesized, + sym_val_variable, + [198515] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3711), 1, - anon_sym_DASH, - STATE(3980), 1, - sym_comment, - ACTIONS(3713), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6939), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183742] = 4, + ACTIONS(6965), 1, + anon_sym_DOT2, + ACTIONS(6969), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7445), 1, + anon_sym_LPAREN, + STATE(2840), 1, + sym__var, + STATE(3954), 1, + sym_comment, + STATE(4858), 1, + sym__immediate_decimal, + ACTIONS(6971), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4887), 2, + sym_expr_parenthesized, + sym_val_variable, + [198548] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3715), 1, - anon_sym_DASH, - STATE(3981), 1, - sym_comment, - ACTIONS(3717), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2269), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183763] = 7, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(7570), 1, + aux_sym__immediate_decimal_token1, + STATE(1388), 1, + sym__var, + STATE(1804), 1, + sym__immediate_decimal, + STATE(3955), 1, + sym_comment, + ACTIONS(2414), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1808), 2, + sym_expr_parenthesized, + sym_val_variable, + [198581] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7721), 1, - anon_sym_COMMA, - ACTIONS(7723), 1, - anon_sym_DASH, - ACTIONS(7799), 1, - anon_sym_EQ, - STATE(3982), 1, - sym_comment, - STATE(4117), 1, - sym_param_value, - ACTIONS(7719), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7425), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183790] = 4, + ACTIONS(7479), 1, + anon_sym_LPAREN, + STATE(2522), 1, + sym__immediate_decimal, + STATE(3956), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2524), 2, + sym_expr_parenthesized, + sym_val_variable, + [198614] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3475), 1, - anon_sym_DASH, - STATE(3983), 1, - sym_comment, - ACTIONS(3477), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7425), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183811] = 4, + ACTIONS(7479), 1, + anon_sym_LPAREN, + STATE(2518), 1, + sym__immediate_decimal, + STATE(3957), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2519), 2, + sym_expr_parenthesized, + sym_val_variable, + [198647] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3505), 1, - anon_sym_DASH, - STATE(3984), 1, - sym_comment, - ACTIONS(3507), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2269), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183832] = 4, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(7570), 1, + aux_sym__immediate_decimal_token1, + STATE(1388), 1, + sym__var, + STATE(1810), 1, + sym__immediate_decimal, + STATE(3958), 1, + sym_comment, + ACTIONS(2414), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1811), 2, + sym_expr_parenthesized, + sym_val_variable, + [198680] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3471), 1, - anon_sym_DASH, - STATE(3985), 1, - sym_comment, - ACTIONS(3473), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4564), 1, + anon_sym_DOT2, + ACTIONS(7341), 1, + anon_sym_LPAREN, + ACTIONS(7343), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183853] = 11, + ACTIONS(7349), 1, + aux_sym__immediate_decimal_token1, + STATE(2110), 1, + sym__var, + STATE(2275), 1, + sym__immediate_decimal, + STATE(3959), 1, + sym_comment, + ACTIONS(4572), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2274), 2, + sym_expr_parenthesized, + sym_val_variable, + [198713] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7789), 1, - anon_sym_DASH, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3986), 1, + ACTIONS(4600), 1, + anon_sym_DOT2, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7425), 1, + anon_sym_DOLLAR, + ACTIONS(7479), 1, + anon_sym_LPAREN, + STATE(2516), 1, + sym__immediate_decimal, + STATE(3960), 1, + sym_comment, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2517), 2, + sym_expr_parenthesized, + sym_val_variable, + [198746] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4564), 1, + anon_sym_DOT2, + ACTIONS(7341), 1, + anon_sym_LPAREN, + ACTIONS(7343), 1, + anon_sym_DOLLAR, + ACTIONS(7349), 1, + aux_sym__immediate_decimal_token1, + STATE(2110), 1, + sym__var, + STATE(2273), 1, + sym__immediate_decimal, + STATE(3961), 1, sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4277), 1, - aux_sym_decl_def_repeat1, - STATE(4868), 1, - sym_long_flag, - STATE(5146), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [183888] = 4, + ACTIONS(4572), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2272), 2, + sym_expr_parenthesized, + sym_val_variable, + [198779] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3719), 1, + ACTIONS(7755), 1, anon_sym_DASH, - STATE(3987), 1, + STATE(3962), 1, sym_comment, - ACTIONS(3721), 9, + ACTIONS(7753), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352264,14 +293573,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183909] = 4, + [198800] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3723), 1, + ACTIONS(2907), 1, anon_sym_DASH, - STATE(3988), 1, + STATE(3963), 1, sym_comment, - ACTIONS(3725), 9, + ACTIONS(2909), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352281,31 +293590,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183930] = 4, + [198821] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3727), 1, - anon_sym_DASH, - STATE(3989), 1, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, + anon_sym_DOT2, + ACTIONS(7197), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3964), 1, sym_comment, - ACTIONS(3729), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(4497), 1, + sym__immediate_decimal, + ACTIONS(7199), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4498), 2, + sym_expr_parenthesized, + sym_val_variable, + [198854] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2396), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183951] = 4, + ACTIONS(7193), 1, + anon_sym_DOT2, + ACTIONS(7197), 1, + aux_sym__immediate_decimal_token1, + STATE(2440), 1, + sym__var, + STATE(3965), 1, + sym_comment, + STATE(4499), 1, + sym__immediate_decimal, + ACTIONS(7199), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4502), 2, + sym_expr_parenthesized, + sym_val_variable, + [198887] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3731), 1, + ACTIONS(3109), 1, anon_sym_DASH, - STATE(3990), 1, + STATE(3966), 1, sym_comment, - ACTIONS(3733), 9, + ACTIONS(3111), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352315,14 +293653,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183972] = 4, + [198908] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3745), 1, + ACTIONS(2913), 1, anon_sym_DASH, - STATE(3991), 1, + STATE(3967), 1, sym_comment, - ACTIONS(3747), 9, + ACTIONS(2915), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352332,14 +293670,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183993] = 4, + [198929] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3749), 1, + ACTIONS(2917), 1, anon_sym_DASH, - STATE(3992), 1, + STATE(3968), 1, sym_comment, - ACTIONS(3751), 9, + ACTIONS(2919), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352349,14 +293687,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184014] = 4, + [198950] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3755), 1, + ACTIONS(3049), 1, anon_sym_DASH, - STATE(3993), 1, + STATE(3969), 1, sym_comment, - ACTIONS(3757), 9, + ACTIONS(3051), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352366,37 +293704,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184035] = 10, + [198971] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, - anon_sym_DOLLAR, - ACTIONS(7625), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7631), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(1127), 1, + STATE(2440), 1, sym__var, - STATE(1287), 1, - sym__immediate_decimal, - STATE(3994), 1, + STATE(3970), 1, sym_comment, - ACTIONS(2022), 2, + STATE(4499), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1278), 2, + STATE(4502), 2, sym_expr_parenthesized, sym_val_variable, - [184068] = 4, + [199004] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3759), 1, + ACTIONS(2921), 1, anon_sym_DASH, - STATE(3995), 1, + STATE(3971), 1, sym_comment, - ACTIONS(3761), 9, + ACTIONS(2923), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352406,14 +293744,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184089] = 4, + [199025] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7805), 1, + ACTIONS(3031), 1, anon_sym_DASH, - STATE(3996), 1, + STATE(3972), 1, sym_comment, - ACTIONS(7803), 9, + ACTIONS(3033), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352423,14 +293761,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184110] = 4, + [199046] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3467), 1, + ACTIONS(922), 1, anon_sym_DASH, - STATE(3997), 1, + STATE(3973), 1, sym_comment, - ACTIONS(3469), 9, + ACTIONS(924), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352440,14 +293778,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184131] = 4, + [199067] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3767), 1, + ACTIONS(2925), 1, anon_sym_DASH, - STATE(3998), 1, + STATE(3974), 1, sym_comment, - ACTIONS(3769), 9, + ACTIONS(2927), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352457,14 +293795,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184152] = 4, + [199088] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3463), 1, + ACTIONS(4172), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(7503), 1, + aux_sym__immediate_decimal_token1, + STATE(3079), 1, + sym__var, + STATE(3360), 1, + sym__immediate_decimal, + STATE(3975), 1, + sym_comment, + ACTIONS(5224), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3358), 2, + sym_expr_parenthesized, + sym_val_variable, + [199121] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4172), 1, + anon_sym_DOLLAR, + ACTIONS(5212), 1, + anon_sym_LPAREN, + ACTIONS(5216), 1, + anon_sym_DOT2, + ACTIONS(7503), 1, + aux_sym__immediate_decimal_token1, + STATE(3079), 1, + sym__var, + STATE(3357), 1, + sym__immediate_decimal, + STATE(3976), 1, + sym_comment, + ACTIONS(5224), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3355), 2, + sym_expr_parenthesized, + sym_val_variable, + [199154] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3041), 1, anon_sym_DASH, - STATE(3999), 1, + STATE(3977), 1, sym_comment, - ACTIONS(3465), 9, + ACTIONS(3043), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352474,14 +293858,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184173] = 4, + [199175] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3771), 1, + ACTIONS(2929), 1, anon_sym_DASH, - STATE(4000), 1, + STATE(3978), 1, sym_comment, - ACTIONS(3773), 9, + ACTIONS(2931), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352491,30 +293875,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184194] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4001), 1, - sym_comment, - ACTIONS(5752), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [184213] = 4, + [199196] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3459), 1, + ACTIONS(3149), 1, anon_sym_DASH, - STATE(4002), 1, + STATE(3979), 1, sym_comment, - ACTIONS(3461), 9, + ACTIONS(3151), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352524,39 +293892,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184234] = 10, + [199217] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(4172), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, + ACTIONS(5212), 1, anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(5216), 1, anon_sym_DOT2, - ACTIONS(7443), 1, + ACTIONS(7503), 1, aux_sym__immediate_decimal_token1, - STATE(1684), 1, + STATE(3079), 1, sym__var, - STATE(2155), 1, + STATE(3354), 1, sym__immediate_decimal, - STATE(4003), 1, + STATE(3980), 1, sym_comment, - ACTIONS(2960), 2, + ACTIONS(5224), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2133), 2, + STATE(3352), 2, sym_expr_parenthesized, sym_val_variable, - [184267] = 4, + [199250] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3775), 1, + ACTIONS(7759), 1, anon_sym_DASH, - STATE(4004), 1, + STATE(3981), 1, sym_comment, - ACTIONS(3777), 9, + ACTIONS(7757), 9, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -352564,14 +293932,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184288] = 4, + [199271] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3779), 1, + ACTIONS(2937), 1, anon_sym_DASH, - STATE(4005), 1, + STATE(3982), 1, sym_comment, - ACTIONS(3781), 9, + ACTIONS(2939), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352581,37 +293949,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184309] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, - anon_sym_DOT2, - ACTIONS(7443), 1, - aux_sym__immediate_decimal_token1, - STATE(1684), 1, - sym__var, - STATE(2161), 1, - sym__immediate_decimal, - STATE(4006), 1, - sym_comment, - ACTIONS(2960), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2160), 2, - sym_expr_parenthesized, - sym_val_variable, - [184342] = 4, + [199292] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3431), 1, + ACTIONS(2941), 1, anon_sym_DASH, - STATE(4007), 1, + STATE(3983), 1, sym_comment, - ACTIONS(3433), 9, + ACTIONS(2943), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352621,83 +293966,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184363] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(7585), 1, - aux_sym__immediate_decimal_token1, - STATE(3287), 1, - sym__var, - STATE(3548), 1, - sym__immediate_decimal, - STATE(4008), 1, - sym_comment, - ACTIONS(5570), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3552), 2, - sym_expr_parenthesized, - sym_val_variable, - [184396] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(7585), 1, - aux_sym__immediate_decimal_token1, - STATE(3287), 1, - sym__var, - STATE(3564), 1, - sym__immediate_decimal, - STATE(4009), 1, - sym_comment, - ACTIONS(5570), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3558), 2, - sym_expr_parenthesized, - sym_val_variable, - [184429] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(7585), 1, - aux_sym__immediate_decimal_token1, - STATE(3287), 1, - sym__var, - STATE(3514), 1, - sym__immediate_decimal, - STATE(4010), 1, - sym_comment, - ACTIONS(5570), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3512), 2, - sym_expr_parenthesized, - sym_val_variable, - [184462] = 4, + [199313] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3427), 1, + ACTIONS(2945), 1, anon_sym_DASH, - STATE(4011), 1, + STATE(3984), 1, sym_comment, - ACTIONS(3429), 9, + ACTIONS(2947), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -352707,125 +293983,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184483] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4012), 1, - sym_comment, - ACTIONS(5750), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [184502] = 11, + [199334] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - ACTIONS(7789), 1, + ACTIONS(7671), 1, anon_sym_DASH, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4013), 1, + STATE(3985), 1, sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4277), 1, + STATE(4018), 1, aux_sym_decl_def_repeat1, - STATE(4868), 1, + STATE(4082), 1, + sym_val_string, + STATE(4888), 1, sym_long_flag, - STATE(5237), 1, + STATE(5260), 1, sym__command_name, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [184537] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6961), 1, - anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, - anon_sym_DOLLAR, - ACTIONS(7373), 1, - anon_sym_LPAREN, - STATE(2903), 1, - sym__var, - STATE(4014), 1, - sym_comment, - STATE(4365), 1, - sym__immediate_decimal, - ACTIONS(6967), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4364), 2, - sym_expr_parenthesized, - sym_val_variable, - [184570] = 10, + [199369] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, + ACTIONS(4172), 1, anon_sym_DOLLAR, - ACTIONS(5558), 1, + ACTIONS(5212), 1, anon_sym_LPAREN, - ACTIONS(5562), 1, + ACTIONS(5216), 1, anon_sym_DOT2, - ACTIONS(7585), 1, + ACTIONS(7503), 1, aux_sym__immediate_decimal_token1, - STATE(3287), 1, + STATE(3079), 1, sym__var, - STATE(3554), 1, + STATE(3347), 1, sym__immediate_decimal, - STATE(4015), 1, + STATE(3986), 1, sym_comment, - ACTIONS(5570), 2, + ACTIONS(5224), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3549), 2, + STATE(3345), 2, sym_expr_parenthesized, sym_val_variable, - [184603] = 10, + [199402] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5524), 1, + ACTIONS(2949), 1, + anon_sym_DASH, + STATE(3987), 1, + sym_comment, + ACTIONS(2951), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [199423] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7585), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - STATE(3287), 1, - sym__var, - STATE(3523), 1, + ACTIONS(7425), 1, + anon_sym_DOLLAR, + ACTIONS(7479), 1, + anon_sym_LPAREN, + STATE(2531), 1, sym__immediate_decimal, - STATE(4016), 1, + STATE(3988), 1, sym_comment, - ACTIONS(5570), 2, + STATE(4239), 1, + sym__var, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3522), 2, + STATE(2541), 2, sym_expr_parenthesized, sym_val_variable, - [184636] = 4, + [199456] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7809), 1, + ACTIONS(2953), 1, anon_sym_DASH, - STATE(4017), 1, + STATE(3989), 1, sym_comment, - ACTIONS(7807), 9, - anon_sym_EQ, + ACTIONS(2955), 9, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -352833,571 +294087,385 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184657] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, - anon_sym_DOT2, - ACTIONS(7270), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(4018), 1, - sym_comment, - STATE(4583), 1, - sym__immediate_decimal, - ACTIONS(7272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4584), 2, - sym_expr_parenthesized, - sym_val_variable, - [184690] = 11, + [199477] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - ACTIONS(7789), 1, + ACTIONS(7671), 1, anon_sym_DASH, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4019), 1, + STATE(3990), 1, sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4277), 1, + STATE(4042), 1, aux_sym_decl_def_repeat1, - STATE(4868), 1, + STATE(4082), 1, + sym_val_string, + STATE(4888), 1, sym_long_flag, - STATE(5245), 1, + STATE(4964), 1, sym__command_name, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [184725] = 10, + [199512] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7625), 1, + ACTIONS(7355), 1, anon_sym_LPAREN, - ACTIONS(7631), 1, + ACTIONS(7361), 1, aux_sym__immediate_decimal_token1, - STATE(1127), 1, + STATE(794), 1, sym__var, - STATE(1272), 1, + STATE(1062), 1, sym__immediate_decimal, - STATE(4020), 1, + STATE(3991), 1, sym_comment, - ACTIONS(2022), 2, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1280), 2, + STATE(1064), 2, sym_expr_parenthesized, sym_val_variable, - [184758] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3375), 1, - anon_sym_DASH, - STATE(4021), 1, - sym_comment, - ACTIONS(3377), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [184779] = 10, + [199545] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7355), 1, anon_sym_LPAREN, - STATE(2903), 1, + ACTIONS(7361), 1, + aux_sym__immediate_decimal_token1, + STATE(794), 1, sym__var, - STATE(4022), 1, - sym_comment, - STATE(4367), 1, + STATE(1066), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(3992), 1, + sym_comment, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4366), 2, + STATE(1068), 2, sym_expr_parenthesized, sym_val_variable, - [184812] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3224), 1, - anon_sym_DASH, - STATE(4023), 1, - sym_comment, - ACTIONS(3226), 9, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [184833] = 7, + [199578] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7741), 1, - anon_sym_COMMA, - ACTIONS(7743), 1, - anon_sym_DASH, - ACTIONS(7799), 1, - anon_sym_EQ, - STATE(4024), 1, - sym_comment, - STATE(4091), 1, - sym_param_value, - ACTIONS(7739), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(1492), 1, + anon_sym_DOT2, + ACTIONS(7293), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [184860] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3343), 1, - anon_sym_DASH, - STATE(4025), 1, + ACTIONS(7467), 1, + anon_sym_LPAREN, + ACTIONS(7473), 1, + aux_sym__immediate_decimal_token1, + STATE(863), 1, + sym__var, + STATE(1240), 1, + sym__immediate_decimal, + STATE(3993), 1, sym_comment, - ACTIONS(3345), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [184881] = 10, + ACTIONS(1500), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1224), 2, + sym_expr_parenthesized, + sym_val_variable, + [199611] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7355), 1, anon_sym_LPAREN, - STATE(2903), 1, + ACTIONS(7361), 1, + aux_sym__immediate_decimal_token1, + STATE(794), 1, sym__var, - STATE(4026), 1, - sym_comment, - STATE(4369), 1, + STATE(1069), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(3994), 1, + sym_comment, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4328), 2, + STATE(1071), 2, sym_expr_parenthesized, sym_val_variable, - [184914] = 10, + [199644] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(1422), 1, anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(7209), 1, anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7355), 1, anon_sym_LPAREN, - STATE(2903), 1, + ACTIONS(7361), 1, + aux_sym__immediate_decimal_token1, + STATE(794), 1, sym__var, - STATE(4027), 1, - sym_comment, - STATE(4372), 1, + STATE(1072), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(3995), 1, + sym_comment, + ACTIONS(1430), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4371), 2, + STATE(1073), 2, sym_expr_parenthesized, sym_val_variable, - [184947] = 10, + [199677] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2757), 1, sym__var, - STATE(4028), 1, + STATE(3996), 1, sym_comment, - STATE(4577), 1, + STATE(4405), 1, sym__immediate_decimal, - ACTIONS(7272), 2, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4571), 2, + STATE(4404), 2, sym_expr_parenthesized, sym_val_variable, - [184980] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7789), 1, - anon_sym_DASH, - STATE(2777), 1, - sym__str_double_quotes, - STATE(3986), 1, - aux_sym_decl_def_repeat1, - STATE(4029), 1, - sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4868), 1, - sym_long_flag, - STATE(4971), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [185015] = 10, + [199710] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7520), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7522), 1, + anon_sym_DOLLAR, + ACTIONS(7528), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2144), 1, sym__var, - STATE(3317), 1, + STATE(2525), 1, sym__immediate_decimal, - STATE(4030), 1, + STATE(3997), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(4616), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3319), 2, + STATE(2526), 2, sym_expr_parenthesized, sym_val_variable, - [185048] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4031), 1, - sym_comment, - ACTIONS(5651), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [185067] = 10, + [199743] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4032), 1, + STATE(3998), 1, sym_comment, - STATE(4797), 1, + STATE(4497), 1, sym__immediate_decimal, - ACTIONS(7272), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4568), 2, + STATE(4498), 2, sym_expr_parenthesized, sym_val_variable, - [185100] = 10, + [199776] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4542), 1, + ACTIONS(1492), 1, + anon_sym_DOT2, + ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(7467), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, - anon_sym_DOT2, - ACTIONS(7683), 1, + ACTIONS(7473), 1, aux_sym__immediate_decimal_token1, - STATE(3193), 1, + STATE(863), 1, sym__var, - STATE(3317), 1, + STATE(1257), 1, sym__immediate_decimal, - STATE(4033), 1, + STATE(3999), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(1500), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3319), 2, + STATE(1249), 2, sym_expr_parenthesized, sym_val_variable, - [185133] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7789), 1, - anon_sym_DASH, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4034), 1, - sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4277), 1, - aux_sym_decl_def_repeat1, - STATE(4868), 1, - sym_long_flag, - STATE(4980), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [185168] = 10, + [199809] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4542), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(7375), 1, anon_sym_DOT2, - ACTIONS(7683), 1, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - STATE(3193), 1, + STATE(3772), 1, sym__var, - STATE(3298), 1, - sym__immediate_decimal, - STATE(4035), 1, + STATE(4000), 1, sym_comment, - ACTIONS(5462), 2, + STATE(4040), 1, + sym__immediate_decimal, + ACTIONS(6893), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3325), 2, + STATE(3905), 2, sym_expr_parenthesized, sym_val_variable, - [185201] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1536), 1, - anon_sym_DASH, - STATE(4036), 1, - sym_comment, - ACTIONS(1538), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185222] = 10, + [199842] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4542), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7683), 1, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(3193), 1, + STATE(2440), 1, sym__var, - STATE(3332), 1, + STATE(3359), 1, sym__immediate_decimal, - STATE(4037), 1, + STATE(4001), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3334), 2, + STATE(3366), 2, sym_expr_parenthesized, sym_val_variable, - [185255] = 10, + [199875] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4542), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(6883), 1, anon_sym_LPAREN, - ACTIONS(5454), 1, + ACTIONS(7375), 1, anon_sym_DOT2, - ACTIONS(7683), 1, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - STATE(3193), 1, + STATE(3772), 1, sym__var, - STATE(3338), 1, + STATE(3907), 1, sym__immediate_decimal, - STATE(4038), 1, + STATE(4002), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(6893), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3305), 2, + STATE(3908), 2, sym_expr_parenthesized, sym_val_variable, - [185288] = 10, + [199908] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(4608), 1, + anon_sym_DOT2, + ACTIONS(7520), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(7522), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, - anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7528), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2144), 1, sym__var, - STATE(4039), 1, - sym_comment, - STATE(4566), 1, + STATE(2522), 1, sym__immediate_decimal, - ACTIONS(7272), 2, + STATE(4003), 1, + sym_comment, + ACTIONS(4616), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4567), 2, + STATE(2524), 2, sym_expr_parenthesized, sym_val_variable, - [185321] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3333), 1, - anon_sym_DASH, - STATE(4040), 1, - sym_comment, - ACTIONS(3335), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185342] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3351), 1, - anon_sym_DASH, - STATE(4041), 1, - sym_comment, - ACTIONS(3353), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185363] = 10, + [199941] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7443), 1, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(1684), 1, + STATE(2440), 1, sym__var, - STATE(2296), 1, + STATE(3376), 1, sym__immediate_decimal, - STATE(4042), 1, + STATE(4004), 1, sym_comment, - ACTIONS(2960), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2298), 2, + STATE(3378), 2, sym_expr_parenthesized, sym_val_variable, - [185396] = 10, + [199974] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(3298), 1, + STATE(3347), 1, sym__immediate_decimal, - STATE(4043), 1, + STATE(4005), 1, sym_comment, - ACTIONS(7167), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3325), 2, + STATE(3345), 2, sym_expr_parenthesized, sym_val_variable, - [185429] = 4, + [200007] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7813), 1, + ACTIONS(2967), 1, anon_sym_DASH, - STATE(4044), 1, + STATE(4006), 1, sym_comment, - ACTIONS(7811), 9, - anon_sym_EQ, + ACTIONS(2969), 9, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -353405,2273 +294473,2358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [185450] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4045), 1, - sym_comment, - ACTIONS(5742), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [185469] = 10, + [200028] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2884), 1, - anon_sym_DOLLAR, - ACTIONS(2948), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7443), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(1684), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2757), 1, sym__var, - STATE(2299), 1, - sym__immediate_decimal, - STATE(4046), 1, + STATE(4007), 1, sym_comment, - ACTIONS(2960), 2, + STATE(4400), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2294), 2, + STATE(4396), 2, sym_expr_parenthesized, sym_val_variable, - [185502] = 10, + [200061] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(4608), 1, + anon_sym_DOT2, + ACTIONS(7520), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(7522), 1, anon_sym_DOLLAR, - ACTIONS(7266), 1, - anon_sym_DOT2, - ACTIONS(7270), 1, + ACTIONS(7528), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2144), 1, sym__var, - STATE(4047), 1, - sym_comment, - STATE(4564), 1, + STATE(2518), 1, sym__immediate_decimal, - ACTIONS(7272), 2, + STATE(4008), 1, + sym_comment, + ACTIONS(4616), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4550), 2, + STATE(2519), 2, sym_expr_parenthesized, sym_val_variable, - [185535] = 11, + [200094] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7789), 1, + ACTIONS(2971), 1, anon_sym_DASH, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4034), 1, - aux_sym_decl_def_repeat1, - STATE(4048), 1, + STATE(4009), 1, sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4868), 1, - sym_long_flag, - STATE(5311), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [185570] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2973), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7181), 1, - anon_sym_DOT2, - ACTIONS(7191), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(4049), 1, - sym_comment, - STATE(4577), 1, - sym__immediate_decimal, - ACTIONS(7193), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4571), 2, - sym_expr_parenthesized, - sym_val_variable, - [185603] = 11, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200115] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - ACTIONS(7789), 1, + ACTIONS(7671), 1, anon_sym_DASH, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4013), 1, - aux_sym_decl_def_repeat1, - STATE(4050), 1, + STATE(4010), 1, sym_comment, - STATE(4131), 1, + STATE(4082), 1, sym_val_string, - STATE(4868), 1, + STATE(4217), 1, + aux_sym_decl_def_repeat1, + STATE(4888), 1, sym_long_flag, - STATE(5248), 1, + STATE(4956), 1, sym__command_name, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [185638] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, - ACTIONS(5558), 1, - anon_sym_LPAREN, - ACTIONS(5562), 1, - anon_sym_DOT2, - ACTIONS(7585), 1, - aux_sym__immediate_decimal_token1, - STATE(3287), 1, - sym__var, - STATE(3521), 1, - sym__immediate_decimal, - STATE(4051), 1, - sym_comment, - ACTIONS(5570), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3519), 2, - sym_expr_parenthesized, - sym_val_variable, - [185671] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7057), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, - anon_sym_LPAREN, - ACTIONS(7525), 1, - anon_sym_DOLLAR, - STATE(2554), 1, - sym__immediate_decimal, - STATE(4052), 1, - sym_comment, - STATE(4148), 1, - sym__var, - ACTIONS(7059), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2553), 2, - sym_expr_parenthesized, - sym_val_variable, - [185704] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, - anon_sym_DOLLAR, - ACTIONS(7567), 1, - anon_sym_LPAREN, - STATE(2677), 1, - sym__immediate_decimal, - STATE(4053), 1, - sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2678), 2, - sym_expr_parenthesized, - sym_val_variable, - [185737] = 10, + [200150] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(4608), 1, anon_sym_DOT2, - ACTIONS(7159), 1, + ACTIONS(7520), 1, anon_sym_LPAREN, - ACTIONS(7165), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3402), 1, - sym__immediate_decimal, - STATE(4054), 1, - sym_comment, - ACTIONS(7167), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3404), 2, - sym_expr_parenthesized, - sym_val_variable, - [185770] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(7522), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(7528), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2144), 1, sym__var, - STATE(3405), 1, - sym__immediate_decimal, - STATE(4055), 1, - sym_comment, - ACTIONS(7167), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3406), 2, - sym_expr_parenthesized, - sym_val_variable, - [185803] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5076), 1, - anon_sym_DOT2, - ACTIONS(7057), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7523), 1, - anon_sym_LPAREN, - ACTIONS(7525), 1, - anon_sym_DOLLAR, - STATE(2549), 1, + STATE(2516), 1, sym__immediate_decimal, - STATE(4056), 1, + STATE(4011), 1, sym_comment, - STATE(4148), 1, - sym__var, - ACTIONS(7059), 2, + ACTIONS(4616), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2548), 2, + STATE(2517), 2, sym_expr_parenthesized, sym_val_variable, - [185836] = 10, + [200183] = 10, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(6915), 1, - anon_sym_DOLLAR, - ACTIONS(6929), 1, - anon_sym_LPAREN, - ACTIONS(7467), 1, - anon_sym_DOT2, - ACTIONS(7471), 1, - aux_sym__immediate_decimal_token1, - STATE(3760), 1, - sym__var, - STATE(4040), 1, - sym__immediate_decimal, - STATE(4057), 1, - sym_comment, - ACTIONS(6939), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4041), 2, - sym_expr_parenthesized, - sym_val_variable, - [185869] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, - anon_sym_DOLLAR, - ACTIONS(7567), 1, - anon_sym_LPAREN, - STATE(2671), 1, - sym__immediate_decimal, - STATE(4058), 1, - sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2673), 2, - sym_expr_parenthesized, - sym_val_variable, - [185902] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7266), 1, anon_sym_DOT2, - ACTIONS(7270), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(4059), 1, - sym_comment, - STATE(4549), 1, - sym__immediate_decimal, - ACTIONS(7272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4541), 2, - sym_expr_parenthesized, - sym_val_variable, - [185935] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6915), 1, - anon_sym_DOLLAR, ACTIONS(6929), 1, - anon_sym_LPAREN, - ACTIONS(7467), 1, - anon_sym_DOT2, - ACTIONS(7471), 1, aux_sym__immediate_decimal_token1, - STATE(3760), 1, - sym__var, - STATE(4021), 1, - sym__immediate_decimal, - STATE(4060), 1, - sym_comment, - ACTIONS(6939), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4025), 2, - sym_expr_parenthesized, - sym_val_variable, - [185968] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(7497), 1, - anon_sym_LPAREN, - ACTIONS(7499), 1, + ACTIONS(6949), 1, anon_sym_DOLLAR, - ACTIONS(7505), 1, - aux_sym__immediate_decimal_token1, - STATE(2369), 1, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2757), 1, sym__var, - STATE(2587), 1, - sym__immediate_decimal, - STATE(4061), 1, + STATE(4012), 1, sym_comment, - ACTIONS(5064), 2, + STATE(4443), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2586), 2, + STATE(4445), 2, sym_expr_parenthesized, sym_val_variable, - [186001] = 10, + [200216] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5056), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7497), 1, - anon_sym_LPAREN, - ACTIONS(7499), 1, - anon_sym_DOLLAR, - ACTIONS(7505), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2369), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2757), 1, sym__var, - STATE(2584), 1, - sym__immediate_decimal, - STATE(4062), 1, + STATE(4013), 1, sym_comment, - ACTIONS(5064), 2, + STATE(4447), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2582), 2, + STATE(4449), 2, sym_expr_parenthesized, sym_val_variable, - [186034] = 10, + [200249] = 10, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(6915), 1, - anon_sym_DOLLAR, - ACTIONS(6929), 1, - anon_sym_LPAREN, - ACTIONS(7467), 1, anon_sym_DOT2, - ACTIONS(7471), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(3760), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2757), 1, sym__var, - STATE(3940), 1, - sym__immediate_decimal, - STATE(4063), 1, + STATE(4014), 1, sym_comment, - ACTIONS(6939), 2, + STATE(4450), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3939), 2, + STATE(4452), 2, sym_expr_parenthesized, sym_val_variable, - [186067] = 10, + [200282] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(6915), 1, anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + ACTIONS(6949), 1, + anon_sym_DOLLAR, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2757), 1, sym__var, - STATE(3332), 1, - sym__immediate_decimal, - STATE(4064), 1, + STATE(4015), 1, sym_comment, - ACTIONS(7167), 2, + STATE(4484), 1, + sym__immediate_decimal, + ACTIONS(6931), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3334), 2, + STATE(4485), 2, sym_expr_parenthesized, sym_val_variable, - [186100] = 10, + [200315] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(3089), 1, + anon_sym_DASH, + STATE(4016), 1, + sym_comment, + ACTIONS(3091), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7625), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200336] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2975), 1, + anon_sym_DASH, + STATE(4017), 1, + sym_comment, + ACTIONS(2977), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200357] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7671), 1, + anon_sym_DASH, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4018), 1, + sym_comment, + STATE(4082), 1, + sym_val_string, + STATE(4217), 1, + aux_sym_decl_def_repeat1, + STATE(4888), 1, + sym_long_flag, + STATE(5243), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [200392] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3121), 1, + anon_sym_DASH, + STATE(4019), 1, + sym_comment, + ACTIONS(3123), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200413] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4020), 1, + sym_comment, + ACTIONS(5427), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [200432] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2269), 1, + anon_sym_DOLLAR, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(7631), 1, + ACTIONS(2406), 1, + anon_sym_DOT2, + ACTIONS(7570), 1, aux_sym__immediate_decimal_token1, - STATE(1127), 1, + STATE(1388), 1, sym__var, - STATE(1392), 1, + STATE(1696), 1, sym__immediate_decimal, - STATE(4065), 1, + STATE(4021), 1, sym_comment, - ACTIONS(2022), 2, + ACTIONS(2414), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1387), 2, + STATE(1699), 2, sym_expr_parenthesized, sym_val_variable, - [186133] = 10, + [200465] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(2269), 1, anon_sym_DOLLAR, - ACTIONS(6929), 1, + ACTIONS(2402), 1, anon_sym_LPAREN, - ACTIONS(7467), 1, + ACTIONS(2406), 1, anon_sym_DOT2, - ACTIONS(7471), 1, + ACTIONS(7570), 1, aux_sym__immediate_decimal_token1, - STATE(3760), 1, + STATE(1388), 1, sym__var, - STATE(3938), 1, + STATE(1702), 1, sym__immediate_decimal, - STATE(4066), 1, + STATE(4022), 1, sym_comment, - ACTIONS(6939), 2, + ACTIONS(2414), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3937), 2, + STATE(1806), 2, sym_expr_parenthesized, sym_val_variable, - [186166] = 10, + [200498] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(7497), 1, - anon_sym_LPAREN, - ACTIONS(7499), 1, + ACTIONS(7717), 1, + anon_sym_COMMA, + ACTIONS(7719), 1, + anon_sym_DASH, + ACTIONS(7761), 1, + anon_sym_EQ, + STATE(4023), 1, + sym_comment, + STATE(4076), 1, + sym_param_value, + ACTIONS(7715), 6, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, - ACTIONS(7505), 1, - aux_sym__immediate_decimal_token1, - STATE(2369), 1, - sym__var, - STATE(2580), 1, - sym__immediate_decimal, - STATE(4067), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200525] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3093), 1, + anon_sym_DASH, + STATE(4024), 1, sym_comment, - ACTIONS(5064), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2579), 2, - sym_expr_parenthesized, - sym_val_variable, - [186199] = 10, + ACTIONS(3095), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200546] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4068), 1, + STATE(4025), 1, sym_comment, - STATE(4797), 1, + STATE(4676), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4568), 2, + STATE(4669), 2, sym_expr_parenthesized, sym_val_variable, - [186232] = 10, + [200579] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7671), 1, + anon_sym_DASH, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4026), 1, + sym_comment, + STATE(4082), 1, + sym_val_string, + STATE(4217), 1, + aux_sym_decl_def_repeat1, + STATE(4888), 1, + sym_long_flag, + STATE(5236), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [200614] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4027), 1, + sym_comment, + ACTIONS(5626), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [200633] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4028), 1, + sym_comment, + ACTIONS(5683), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [200652] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3125), 1, + anon_sym_DASH, + STATE(4029), 1, + sym_comment, + ACTIONS(3127), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7625), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200673] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7631), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(1127), 1, + STATE(2440), 1, sym__var, - STATE(1386), 1, - sym__immediate_decimal, - STATE(4069), 1, + STATE(4030), 1, sym_comment, - ACTIONS(2022), 2, + STATE(4680), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1268), 2, + STATE(4677), 2, sym_expr_parenthesized, sym_val_variable, - [186265] = 10, + [200706] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3097), 1, + anon_sym_DASH, + STATE(4031), 1, + sym_comment, + ACTIONS(3099), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200727] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7671), 1, + anon_sym_DASH, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4010), 1, + aux_sym_decl_def_repeat1, + STATE(4032), 1, + sym_comment, + STATE(4082), 1, + sym_val_string, + STATE(4888), 1, + sym_long_flag, + STATE(5264), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [200762] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3129), 1, + anon_sym_DASH, + STATE(4033), 1, + sym_comment, + ACTIONS(3131), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200783] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4070), 1, + STATE(4034), 1, sym_comment, - STATE(4583), 1, + STATE(4684), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4584), 2, + STATE(4682), 2, sym_expr_parenthesized, sym_val_variable, - [186298] = 10, + [200816] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7625), 1, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7113), 1, anon_sym_LPAREN, - ACTIONS(7631), 1, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(1127), 1, + STATE(2440), 1, sym__var, - STATE(1384), 1, + STATE(3354), 1, sym__immediate_decimal, - STATE(4071), 1, + STATE(4035), 1, sym_comment, - ACTIONS(2022), 2, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1378), 2, + STATE(3352), 2, sym_expr_parenthesized, sym_val_variable, - [186331] = 10, + [200849] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, - anon_sym_DOLLAR, - ACTIONS(7567), 1, - anon_sym_LPAREN, - STATE(2724), 1, - sym__immediate_decimal, - STATE(4072), 1, + ACTIONS(3133), 1, + anon_sym_DASH, + STATE(4036), 1, sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2719), 2, - sym_expr_parenthesized, - sym_val_variable, - [186364] = 10, + ACTIONS(3135), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200870] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, - anon_sym_DOLLAR, - ACTIONS(7567), 1, - anon_sym_LPAREN, - STATE(2731), 1, - sym__immediate_decimal, - STATE(4073), 1, + ACTIONS(3013), 1, + anon_sym_DASH, + STATE(4037), 1, sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2726), 2, - sym_expr_parenthesized, - sym_val_variable, - [186397] = 10, + ACTIONS(3015), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200891] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, + ACTIONS(1492), 1, anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(7373), 1, + ACTIONS(7467), 1, anon_sym_LPAREN, - STATE(2903), 1, + ACTIONS(7473), 1, + aux_sym__immediate_decimal_token1, + STATE(863), 1, sym__var, - STATE(4074), 1, - sym_comment, - STATE(4333), 1, + STATE(1339), 1, sym__immediate_decimal, - ACTIONS(6967), 2, + STATE(4038), 1, + sym_comment, + ACTIONS(1500), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4332), 2, + STATE(1343), 2, sym_expr_parenthesized, sym_val_variable, - [186430] = 10, + [200924] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, + ACTIONS(4600), 1, anon_sym_DOT2, - ACTIONS(7133), 1, + ACTIONS(7053), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, + ACTIONS(7425), 1, anon_sym_DOLLAR, - ACTIONS(7567), 1, + ACTIONS(7479), 1, anon_sym_LPAREN, - STATE(2738), 1, + STATE(2520), 1, sym__immediate_decimal, - STATE(4075), 1, + STATE(4039), 1, sym_comment, - STATE(4263), 1, + STATE(4239), 1, sym__var, - ACTIONS(7135), 2, + ACTIONS(7055), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2732), 2, + STATE(2528), 2, sym_expr_parenthesized, sym_val_variable, - [186463] = 10, + [200957] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT2, - ACTIONS(7133), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7395), 1, - anon_sym_DOLLAR, - ACTIONS(7567), 1, - anon_sym_LPAREN, - STATE(2748), 1, - sym__immediate_decimal, - STATE(4076), 1, + ACTIONS(3176), 1, + anon_sym_DASH, + STATE(4040), 1, sym_comment, - STATE(4263), 1, - sym__var, - ACTIONS(7135), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2747), 2, - sym_expr_parenthesized, - sym_val_variable, - [186496] = 10, + ACTIONS(3178), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [200978] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5056), 1, - anon_sym_DOT2, - ACTIONS(7497), 1, - anon_sym_LPAREN, - ACTIONS(7499), 1, + ACTIONS(7687), 1, + anon_sym_DASH, + ACTIONS(7761), 1, + anon_sym_EQ, + ACTIONS(7763), 1, + anon_sym_COMMA, + STATE(4041), 1, + sym_comment, + STATE(4070), 1, + sym_param_value, + ACTIONS(7683), 6, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, - ACTIONS(7505), 1, - aux_sym__immediate_decimal_token1, - STATE(2369), 1, - sym__var, - STATE(2578), 1, - sym__immediate_decimal, - STATE(4077), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201005] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7671), 1, + anon_sym_DASH, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4042), 1, sym_comment, - ACTIONS(5064), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2577), 2, - sym_expr_parenthesized, - sym_val_variable, - [186529] = 10, + STATE(4082), 1, + sym_val_string, + STATE(4217), 1, + aux_sym_decl_def_repeat1, + STATE(4888), 1, + sym_long_flag, + STATE(5272), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [201040] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6961), 1, - anon_sym_DOT2, - ACTIONS(6965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, + ACTIONS(3137), 1, + anon_sym_DASH, + STATE(4043), 1, + sym_comment, + ACTIONS(3139), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7373), 1, - anon_sym_LPAREN, - STATE(2903), 1, - sym__var, - STATE(4078), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201061] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3101), 1, + anon_sym_DASH, + STATE(4044), 1, sym_comment, - STATE(4337), 1, - sym__immediate_decimal, - ACTIONS(6967), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4335), 2, - sym_expr_parenthesized, - sym_val_variable, - [186562] = 10, + ACTIONS(3103), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201082] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2014), 1, - anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(3145), 1, + anon_sym_DASH, + STATE(4045), 1, + sym_comment, + ACTIONS(3147), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7625), 1, - anon_sym_LPAREN, - ACTIONS(7631), 1, - aux_sym__immediate_decimal_token1, - STATE(1127), 1, - sym__var, - STATE(1374), 1, - sym__immediate_decimal, - STATE(4079), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201103] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4046), 1, sym_comment, - ACTIONS(2022), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1361), 2, - sym_expr_parenthesized, - sym_val_variable, - [186595] = 10, + ACTIONS(5679), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [201122] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6915), 1, + ACTIONS(3141), 1, + anon_sym_DASH, + STATE(4047), 1, + sym_comment, + ACTIONS(3143), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(6929), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201143] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7767), 1, + anon_sym_DASH, + STATE(4048), 1, + sym_comment, + ACTIONS(7765), 9, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201164] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2267), 1, anon_sym_LPAREN, - ACTIONS(7467), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7105), 1, anon_sym_DOT2, - ACTIONS(7471), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(3760), 1, + STATE(2440), 1, sym__var, - STATE(3969), 1, - sym__immediate_decimal, - STATE(4080), 1, + STATE(4049), 1, sym_comment, - ACTIONS(6939), 2, + STATE(4687), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3964), 2, + STATE(4686), 2, sym_expr_parenthesized, sym_val_variable, - [186628] = 10, + [201197] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(7725), 1, + anon_sym_COMMA, + ACTIONS(7727), 1, + anon_sym_DASH, + ACTIONS(7761), 1, + anon_sym_EQ, + STATE(4050), 1, + sym_comment, + STATE(4101), 1, + sym_param_value, + ACTIONS(7723), 6, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7159), 1, - anon_sym_LPAREN, - ACTIONS(7165), 1, - aux_sym__immediate_decimal_token1, - STATE(2688), 1, - sym__var, - STATE(3338), 1, - sym__immediate_decimal, - STATE(4081), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201224] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3105), 1, + anon_sym_DASH, + STATE(4051), 1, sym_comment, - ACTIONS(7167), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3305), 2, - sym_expr_parenthesized, - sym_val_variable, - [186661] = 10, + ACTIONS(3107), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201245] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, + ACTIONS(1492), 1, anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(7467), 1, anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(7473), 1, aux_sym__immediate_decimal_token1, - STATE(1173), 1, + STATE(863), 1, sym__var, - STATE(1644), 1, + STATE(1345), 1, sym__immediate_decimal, - STATE(4082), 1, + STATE(4052), 1, sym_comment, - ACTIONS(2110), 2, + ACTIONS(1500), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1643), 2, + STATE(1344), 2, sym_expr_parenthesized, sym_val_variable, - [186694] = 10, + [201278] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7113), 1, + anon_sym_LPAREN, + ACTIONS(7119), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4083), 1, - sym_comment, - STATE(4564), 1, + STATE(3357), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + STATE(4053), 1, + sym_comment, + ACTIONS(7121), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4550), 2, + STATE(3355), 2, sym_expr_parenthesized, sym_val_variable, - [186727] = 10, + [201311] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2882), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR, - ACTIONS(7181), 1, + ACTIONS(6883), 1, + anon_sym_LPAREN, + ACTIONS(7375), 1, anon_sym_DOT2, - ACTIONS(7191), 1, + ACTIONS(7379), 1, aux_sym__immediate_decimal_token1, - STATE(2688), 1, + STATE(3772), 1, sym__var, - STATE(4084), 1, - sym_comment, - STATE(4549), 1, + STATE(4016), 1, sym__immediate_decimal, - ACTIONS(7193), 2, + STATE(4054), 1, + sym_comment, + ACTIONS(6893), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4541), 2, + STATE(4024), 2, sym_expr_parenthesized, sym_val_variable, - [186760] = 10, + [201344] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2102), 1, + ACTIONS(1492), 1, anon_sym_DOT2, - ACTIONS(7351), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(7451), 1, + ACTIONS(7467), 1, anon_sym_LPAREN, - ACTIONS(7457), 1, + ACTIONS(7473), 1, aux_sym__immediate_decimal_token1, - STATE(1173), 1, + STATE(863), 1, sym__var, - STATE(1638), 1, + STATE(1349), 1, sym__immediate_decimal, - STATE(4085), 1, + STATE(4055), 1, sym_comment, - ACTIONS(2110), 2, + ACTIONS(1500), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1637), 2, + STATE(1346), 2, sym_expr_parenthesized, sym_val_variable, - [186793] = 7, + [201377] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4056), 1, + sym_comment, + ACTIONS(5681), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [201396] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7817), 1, + ACTIONS(7771), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7773), 1, anon_sym_DASH, - STATE(4086), 1, + STATE(4057), 1, sym_comment, - STATE(4132), 1, + STATE(4520), 1, sym__flag, - STATE(4427), 2, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(7815), 4, + ACTIONS(7769), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186819] = 9, - ACTIONS(3), 1, + [201422] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7821), 1, - sym_cmd_identifier, - ACTIONS(7824), 1, - anon_sym_RBRACK, - ACTIONS(7826), 1, - anon_sym_DQUOTE, - STATE(4131), 1, - sym_val_string, - STATE(4418), 1, - sym__command_name, - STATE(4428), 1, - sym__str_double_quotes, - ACTIONS(7829), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4087), 2, + ACTIONS(7773), 1, + anon_sym_DASH, + ACTIONS(7777), 1, + anon_sym_LF, + STATE(4058), 1, sym_comment, - aux_sym_command_list_repeat1, - [186849] = 7, + STATE(4518), 1, + sym__flag, + STATE(2269), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(7775), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201448] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3218), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4088), 1, + STATE(4059), 1, sym_comment, - STATE(4098), 1, + STATE(4061), 1, sym__flag, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3608), 4, + ACTIONS(3216), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186875] = 7, + [201474] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3485), 1, + ACTIONS(3218), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4089), 1, + STATE(4060), 1, sym_comment, - STATE(4116), 1, + STATE(4102), 1, + sym__flag, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3216), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201500] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3281), 1, + anon_sym_LF, + ACTIONS(7779), 1, + anon_sym_DASH, + STATE(4061), 1, + sym_comment, + STATE(4087), 1, + sym__flag, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3279), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201526] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3281), 1, + anon_sym_LF, + ACTIONS(7773), 1, + anon_sym_DASH, + STATE(4062), 1, + sym_comment, + STATE(4528), 1, sym__flag, - STATE(4427), 2, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(3483), 4, + ACTIONS(3279), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186901] = 7, + [201552] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7749), 1, + ACTIONS(7687), 1, anon_sym_DASH, - ACTIONS(7801), 1, + ACTIONS(7763), 1, anon_sym_COMMA, - ACTIONS(7832), 1, + ACTIONS(7781), 1, anon_sym_EQ, - STATE(4090), 1, + STATE(4063), 1, sym_comment, - STATE(4136), 1, + STATE(4070), 1, sym_param_value, - ACTIONS(7745), 5, + ACTIONS(7683), 5, sym_identifier, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [186927] = 5, - ACTIONS(3), 1, + [201578] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7836), 1, - anon_sym_COMMA, - ACTIONS(7838), 1, + ACTIONS(2845), 1, + anon_sym_LF, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4091), 1, + STATE(4064), 1, sym_comment, - ACTIONS(7834), 7, - sym_identifier, - anon_sym_RBRACK, + STATE(4065), 1, + sym__flag, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(2843), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [186949] = 7, + anon_sym_RBRACE, + [201604] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7819), 1, + ACTIONS(3019), 1, + anon_sym_LF, + ACTIONS(7779), 1, anon_sym_DASH, - ACTIONS(7842), 1, + STATE(4065), 1, + sym_comment, + STATE(4099), 1, + sym__flag, + STATE(4410), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3017), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201630] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2845), 1, anon_sym_LF, - STATE(4092), 1, + ACTIONS(7779), 1, + anon_sym_DASH, + STATE(4066), 1, sym_comment, - STATE(4108), 1, + STATE(4068), 1, sym__flag, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(7840), 4, + ACTIONS(2843), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186975] = 7, + [201656] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7785), 1, + anon_sym_COMMA, + ACTIONS(7787), 1, + anon_sym_DASH, + STATE(4067), 1, + sym_comment, + ACTIONS(7783), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201678] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3587), 1, + ACTIONS(3019), 1, anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4093), 1, + STATE(4068), 1, sym_comment, - STATE(4756), 1, + STATE(4089), 1, sym__flag, - STATE(2535), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3585), 4, + ACTIONS(3017), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187001] = 10, + [201704] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(7749), 1, sym_identifier, - ACTIONS(7797), 1, + ACTIONS(7751), 1, anon_sym_DASH, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4094), 1, + STATE(4069), 1, sym_comment, - STATE(4657), 1, + STATE(4583), 1, sym__flag, - STATE(4663), 1, + STATE(4631), 1, sym__variable_name, - STATE(4963), 1, + STATE(4954), 1, sym_val_variable, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [187033] = 7, - ACTIONS(105), 1, + [201736] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7844), 1, + ACTIONS(7787), 1, anon_sym_DASH, - ACTIONS(7848), 1, - anon_sym_LF, - STATE(4095), 1, + ACTIONS(7789), 1, + anon_sym_COMMA, + STATE(4070), 1, sym_comment, - STATE(4731), 1, - sym__flag, - STATE(2535), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7846), 4, - anon_sym_SEMI, + ACTIONS(7783), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [187059] = 10, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201758] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - ACTIONS(7850), 1, + ACTIONS(7791), 1, anon_sym_RBRACK, - ACTIONS(7852), 1, + ACTIONS(7793), 1, anon_sym_DQUOTE, - STATE(4096), 1, + STATE(4071), 1, sym_comment, - STATE(4107), 1, + STATE(4075), 1, aux_sym_command_list_repeat1, - STATE(4131), 1, + STATE(4082), 1, sym_val_string, - STATE(4418), 1, - sym__command_name, - STATE(4428), 1, + STATE(4377), 1, sym__str_double_quotes, - ACTIONS(7854), 2, + STATE(4408), 1, + sym__command_name, + ACTIONS(7795), 2, sym__str_single_quotes, sym__str_back_ticks, - [187091] = 7, + [201790] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3587), 1, + ACTIONS(3247), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4097), 1, - sym_comment, - STATE(4101), 1, + STATE(4064), 1, sym__flag, - STATE(4427), 2, + STATE(4072), 1, + sym_comment, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3585), 4, + ACTIONS(3245), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187117] = 7, + [201816] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7797), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7799), 1, + aux_sym__immediate_decimal_token2, + STATE(4073), 1, + sym_comment, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [201840] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3587), 1, + ACTIONS(3019), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4092), 1, + STATE(4059), 1, sym__flag, - STATE(4098), 1, + STATE(4074), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3585), 4, + ACTIONS(3017), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187143] = 7, - ACTIONS(105), 1, + [201866] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3587), 1, - anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7793), 1, + anon_sym_DQUOTE, + ACTIONS(7801), 1, + anon_sym_RBRACK, + STATE(4075), 1, + sym_comment, + STATE(4082), 1, + sym_val_string, + STATE(4086), 1, + aux_sym_command_list_repeat1, + STATE(4377), 1, + sym__str_double_quotes, + STATE(4408), 1, + sym__command_name, + ACTIONS(7795), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [201898] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7805), 1, + anon_sym_COMMA, + ACTIONS(7807), 1, anon_sym_DASH, - STATE(4099), 1, + STATE(4076), 1, sym_comment, - STATE(4104), 1, - sym__flag, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3585), 4, - anon_sym_SEMI, + ACTIONS(7803), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [187169] = 7, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [201920] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3485), 1, + ACTIONS(7771), 1, anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4100), 1, - sym_comment, - STATE(4795), 1, + STATE(4058), 1, sym__flag, - STATE(2535), 2, + STATE(4077), 1, + sym_comment, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3483), 4, + ACTIONS(7769), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187195] = 7, + [201946] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7842), 1, - anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7773), 1, anon_sym_DASH, - STATE(4101), 1, + ACTIONS(7811), 1, + anon_sym_LF, + STATE(4078), 1, sym_comment, - STATE(4751), 1, + STATE(4538), 1, sym__flag, - STATE(2535), 2, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(7840), 4, + ACTIONS(7809), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187221] = 7, + [201972] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7813), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7815), 1, + aux_sym__immediate_decimal_token2, + STATE(4079), 1, + sym_comment, + ACTIONS(647), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [201996] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(7771), 1, anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4102), 1, + STATE(4080), 1, sym_comment, - STATE(4761), 1, + STATE(4098), 1, sym__flag, - STATE(2535), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3608), 4, + ACTIONS(7769), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187247] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7721), 1, - anon_sym_COMMA, - ACTIONS(7723), 1, - anon_sym_DASH, - ACTIONS(7832), 1, - anon_sym_EQ, - STATE(4103), 1, - sym_comment, - STATE(4117), 1, - sym_param_value, - ACTIONS(7719), 5, - sym_identifier, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [187273] = 7, + [202022] = 6, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7817), 1, + aux_sym__immediate_decimal_token1, ACTIONS(7819), 1, - anon_sym_DASH, - ACTIONS(7842), 1, - anon_sym_LF, - STATE(4104), 1, + aux_sym__immediate_decimal_token2, + STATE(4081), 1, sym_comment, - STATE(4109), 1, - sym__flag, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7840), 4, + ACTIONS(2328), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2326), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [187299] = 7, + [202046] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4082), 1, + sym_comment, + ACTIONS(2633), 9, + anon_sym_EQ, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [202064] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - ACTIONS(7842), 1, + ACTIONS(7823), 1, anon_sym_LF, - STATE(4086), 1, + STATE(4078), 1, sym__flag, - STATE(4105), 1, + STATE(4083), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(7840), 4, + ACTIONS(7821), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187325] = 7, + [202090] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4084), 1, + sym_comment, + ACTIONS(2637), 9, + anon_sym_EQ, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [202108] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3485), 1, - anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7773), 1, anon_sym_DASH, - STATE(4106), 1, + ACTIONS(7823), 1, + anon_sym_LF, + STATE(4085), 1, sym_comment, - STATE(4122), 1, + STATE(4516), 1, sym__flag, - STATE(4427), 2, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(3483), 4, + ACTIONS(7821), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187351] = 10, + [202134] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7787), 1, + ACTIONS(7825), 1, sym_cmd_identifier, - ACTIONS(7852), 1, - anon_sym_DQUOTE, - ACTIONS(7856), 1, + ACTIONS(7828), 1, anon_sym_RBRACK, - STATE(4087), 1, - aux_sym_command_list_repeat1, - STATE(4107), 1, - sym_comment, - STATE(4131), 1, + ACTIONS(7830), 1, + anon_sym_DQUOTE, + STATE(4082), 1, sym_val_string, - STATE(4418), 1, - sym__command_name, - STATE(4428), 1, + STATE(4377), 1, sym__str_double_quotes, - ACTIONS(7854), 2, + STATE(4408), 1, + sym__command_name, + ACTIONS(7833), 2, sym__str_single_quotes, sym__str_back_ticks, - [187383] = 7, + STATE(4086), 2, + sym_comment, + aux_sym_command_list_repeat1, + [202164] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7817), 1, + ACTIONS(3309), 1, anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7773), 1, anon_sym_DASH, - STATE(4108), 1, + STATE(4087), 1, sym_comment, - STATE(4735), 1, + STATE(4526), 1, sym__flag, - STATE(2535), 2, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(7815), 4, + ACTIONS(3307), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187409] = 7, + [202190] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7817), 1, + ACTIONS(3281), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, + STATE(4088), 1, + sym_comment, STATE(4095), 1, sym__flag, - STATE(4109), 1, - sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(7815), 4, + ACTIONS(3279), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187435] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7852), 1, - anon_sym_DQUOTE, - ACTIONS(7858), 1, - anon_sym_RBRACK, - STATE(4110), 1, - sym_comment, - STATE(4118), 1, - aux_sym_command_list_repeat1, - STATE(4131), 1, - sym_val_string, - STATE(4418), 1, - sym__command_name, - STATE(4428), 1, - sym__str_double_quotes, - ACTIONS(7854), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187467] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7862), 1, - anon_sym_COMMA, - ACTIONS(7864), 1, - anon_sym_DASH, - STATE(4111), 1, - sym_comment, - ACTIONS(7860), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [187489] = 7, + [202216] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3218), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4097), 1, + STATE(4062), 1, sym__flag, - STATE(4112), 1, + STATE(4089), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3608), 4, + ACTIONS(3216), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187515] = 7, + [202242] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3325), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4093), 1, + STATE(4080), 1, sym__flag, - STATE(4113), 1, + STATE(4090), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3608), 4, + ACTIONS(3323), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187541] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - ACTIONS(7797), 1, - anon_sym_DASH, - STATE(2688), 1, - sym__var, - STATE(4114), 1, - sym_comment, - STATE(4595), 1, - sym__flag, - STATE(4646), 1, - sym__variable_name, - STATE(4963), 1, - sym_val_variable, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [187573] = 7, + [202268] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3765), 1, + ACTIONS(7777), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4102), 1, + STATE(4083), 1, sym__flag, - STATE(4115), 1, + STATE(4091), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3763), 4, + ACTIONS(7775), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187599] = 7, + [202294] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3602), 1, + ACTIONS(3309), 1, anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4116), 1, + STATE(4092), 1, sym_comment, - STATE(4770), 1, + STATE(4110), 1, sym__flag, - STATE(2535), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3600), 4, + ACTIONS(3307), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187625] = 5, + [202320] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7868), 1, - anon_sym_COMMA, - ACTIONS(7870), 1, - anon_sym_DASH, - STATE(4117), 1, - sym_comment, - ACTIONS(7866), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2396), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [187647] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7787), 1, - sym_cmd_identifier, - ACTIONS(7852), 1, - anon_sym_DQUOTE, - ACTIONS(7872), 1, - anon_sym_RBRACK, - STATE(4087), 1, - aux_sym_command_list_repeat1, - STATE(4118), 1, - sym_comment, - STATE(4131), 1, - sym_val_string, - STATE(4418), 1, - sym__command_name, - STATE(4428), 1, - sym__str_double_quotes, - ACTIONS(7854), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187679] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3765), 1, - anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7749), 1, + sym_identifier, + ACTIONS(7751), 1, anon_sym_DASH, - STATE(4113), 1, - sym__flag, - STATE(4119), 1, + STATE(2440), 1, + sym__var, + STATE(4093), 1, sym_comment, - STATE(4427), 2, + STATE(4715), 1, + sym__flag, + STATE(4730), 1, + sym__variable_name, + STATE(4954), 1, + sym_val_variable, + STATE(4970), 2, sym_short_flag, sym_long_flag, - ACTIONS(3763), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [187705] = 7, + [202352] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3765), 1, - anon_sym_LF, - ACTIONS(7819), 1, - anon_sym_DASH, - STATE(4112), 1, - sym__flag, - STATE(4120), 1, + ACTIONS(7836), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7838), 1, + aux_sym__immediate_decimal_token2, + STATE(4094), 1, sym_comment, - STATE(4427), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3763), 4, + ACTIONS(2377), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2375), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [187731] = 7, + [202376] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3602), 1, + ACTIONS(3309), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4121), 1, + STATE(4095), 1, sym_comment, - STATE(4134), 1, + STATE(4109), 1, sym__flag, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3600), 4, + ACTIONS(3307), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187757] = 7, + [202402] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3602), 1, + ACTIONS(3309), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4115), 1, - sym__flag, - STATE(4122), 1, + STATE(4096), 1, sym_comment, - STATE(4427), 2, + STATE(4108), 1, + sym__flag, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3600), 4, + ACTIONS(3307), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187783] = 7, + [202428] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3531), 1, + ACTIONS(3325), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4100), 1, + STATE(4077), 1, sym__flag, - STATE(4123), 1, + STATE(4097), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3529), 4, + ACTIONS(3323), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187809] = 7, + [202454] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3875), 1, + ACTIONS(7777), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4124), 1, - sym_comment, - STATE(4138), 1, + STATE(4085), 1, sym__flag, - STATE(4427), 2, + STATE(4098), 1, + sym_comment, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3873), 4, + ACTIONS(7775), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187835] = 7, + [202480] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3602), 1, + ACTIONS(3218), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7773), 1, anon_sym_DASH, - STATE(4119), 1, - sym__flag, - STATE(4125), 1, + STATE(4099), 1, sym_comment, - STATE(4427), 2, + STATE(4531), 1, + sym__flag, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(3600), 4, + ACTIONS(3216), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187861] = 7, + [202506] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3485), 1, + ACTIONS(3325), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4121), 1, + STATE(4057), 1, sym__flag, - STATE(4126), 1, + STATE(4100), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3483), 4, + ACTIONS(3323), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187887] = 7, + [202532] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7741), 1, + ACTIONS(7842), 1, anon_sym_COMMA, - ACTIONS(7743), 1, + ACTIONS(7844), 1, anon_sym_DASH, - ACTIONS(7832), 1, - anon_sym_EQ, - STATE(4091), 1, - sym_param_value, - STATE(4127), 1, + STATE(4101), 1, sym_comment, - ACTIONS(7739), 5, + ACTIONS(7840), 7, sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [187913] = 7, + [202554] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3531), 1, + ACTIONS(3281), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4126), 1, + STATE(4092), 1, sym__flag, - STATE(4128), 1, + STATE(4102), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3529), 4, + ACTIONS(3279), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187939] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4129), 1, - sym_comment, - ACTIONS(3226), 9, - anon_sym_EQ, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187957] = 6, + [202580] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7874), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7876), 1, - aux_sym__immediate_decimal_token2, - STATE(4130), 1, - sym_comment, - ACTIONS(2908), 2, + ACTIONS(3325), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2906), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [187981] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4131), 1, - sym_comment, - ACTIONS(3220), 9, - anon_sym_EQ, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187999] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7819), 1, + ACTIONS(7773), 1, anon_sym_DASH, - ACTIONS(7848), 1, - anon_sym_LF, - STATE(4132), 1, + STATE(4103), 1, sym_comment, - STATE(4137), 1, + STATE(4521), 1, sym__flag, - STATE(4427), 2, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(7846), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [188025] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7878), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7880), 1, - aux_sym__immediate_decimal_token2, - STATE(4133), 1, - sym_comment, - ACTIONS(2834), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 5, + ACTIONS(3323), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [188049] = 7, + [202606] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3765), 1, + ACTIONS(7771), 1, anon_sym_LF, - ACTIONS(7844), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4134), 1, - sym_comment, - STATE(4764), 1, + STATE(4091), 1, sym__flag, - STATE(2535), 2, + STATE(4104), 1, + sym_comment, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3763), 4, + ACTIONS(7769), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188075] = 7, + [202632] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3531), 1, + ACTIONS(3321), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4089), 1, + STATE(4097), 1, sym__flag, - STATE(4135), 1, + STATE(4105), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3529), 4, + ACTIONS(3319), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188101] = 5, + [202658] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7864), 1, - anon_sym_DASH, - ACTIONS(7882), 1, + ACTIONS(7725), 1, anon_sym_COMMA, - STATE(4136), 1, + ACTIONS(7727), 1, + anon_sym_DASH, + ACTIONS(7781), 1, + anon_sym_EQ, + STATE(4101), 1, + sym_param_value, + STATE(4106), 1, sym_comment, - ACTIONS(7860), 7, + ACTIONS(7723), 5, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [188123] = 7, + [202684] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7793), 1, + anon_sym_DQUOTE, + ACTIONS(7846), 1, + anon_sym_RBRACK, + STATE(4082), 1, + sym_val_string, + STATE(4107), 1, + sym_comment, + STATE(4111), 1, + aux_sym_command_list_repeat1, + STATE(4377), 1, + sym__str_double_quotes, + STATE(4408), 1, + sym__command_name, + ACTIONS(7795), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [202716] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7844), 1, - anon_sym_DASH, - ACTIONS(7886), 1, + ACTIONS(3321), 1, anon_sym_LF, - STATE(4137), 1, - sym_comment, - STATE(4725), 1, + ACTIONS(7779), 1, + anon_sym_DASH, + STATE(4100), 1, sym__flag, - STATE(2535), 2, + STATE(4108), 1, + sym_comment, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(7884), 4, + ACTIONS(3319), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188149] = 7, + [202742] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3445), 1, + ACTIONS(3321), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7779), 1, anon_sym_DASH, - STATE(4123), 1, + STATE(4103), 1, sym__flag, - STATE(4138), 1, + STATE(4109), 1, sym_comment, - STATE(4427), 2, + STATE(4410), 2, sym_short_flag, sym_long_flag, - ACTIONS(3443), 4, + ACTIONS(3319), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188175] = 7, + [202768] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3445), 1, + ACTIONS(3321), 1, anon_sym_LF, - ACTIONS(7819), 1, + ACTIONS(7773), 1, anon_sym_DASH, - STATE(4135), 1, - sym__flag, - STATE(4139), 1, + STATE(4110), 1, sym_comment, - STATE(4427), 2, + STATE(4523), 1, + sym__flag, + STATE(2269), 2, sym_short_flag, sym_long_flag, - ACTIONS(3443), 4, + ACTIONS(3319), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188201] = 4, + [202794] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7838), 1, + ACTIONS(7669), 1, + sym_cmd_identifier, + ACTIONS(7793), 1, + anon_sym_DQUOTE, + ACTIONS(7848), 1, + anon_sym_RBRACK, + STATE(4082), 1, + sym_val_string, + STATE(4086), 1, + aux_sym_command_list_repeat1, + STATE(4111), 1, + sym_comment, + STATE(4377), 1, + sym__str_double_quotes, + STATE(4408), 1, + sym__command_name, + ACTIONS(7795), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [202826] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7717), 1, + anon_sym_COMMA, + ACTIONS(7719), 1, anon_sym_DASH, - STATE(4140), 1, + ACTIONS(7781), 1, + anon_sym_EQ, + STATE(4076), 1, + sym_param_value, + STATE(4112), 1, sym_comment, - ACTIONS(7834), 7, + ACTIONS(7715), 5, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [188220] = 7, + [202852] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4141), 1, + STATE(4113), 1, sym_comment, - STATE(4205), 1, + STATE(4135), 1, sym__flag, - ACTIONS(7840), 2, + ACTIONS(7769), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7842), 2, + ACTIONS(7771), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [188245] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7890), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7892), 1, - aux_sym__immediate_decimal_token2, - STATE(4142), 1, - sym_comment, - ACTIONS(2908), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [188266] = 9, + [202877] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7894), 1, + ACTIONS(7852), 1, sym_identifier, - ACTIONS(7896), 1, + ACTIONS(7854), 1, anon_sym_GT, - ACTIONS(7898), 1, + ACTIONS(7856), 1, anon_sym_DQUOTE, - STATE(3672), 1, + STATE(3667), 1, sym__str_double_quotes, - STATE(4143), 1, + STATE(4114), 1, sym_comment, - STATE(4158), 1, + STATE(4146), 1, aux_sym_collection_type_repeat1, - STATE(4297), 1, + STATE(4273), 1, sym_val_string, - ACTIONS(7900), 2, + ACTIONS(7858), 2, sym__str_single_quotes, sym__str_back_ticks, - [188295] = 9, - ACTIONS(3), 1, + [202906] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7894), 1, - sym_identifier, - ACTIONS(7898), 1, - anon_sym_DQUOTE, - ACTIONS(7902), 1, - anon_sym_GT, - STATE(3672), 1, - sym__str_double_quotes, - STATE(4143), 1, - aux_sym_collection_type_repeat1, - STATE(4144), 1, + ACTIONS(7860), 1, + anon_sym_DASH, + STATE(4115), 1, sym_comment, - STATE(4297), 1, - sym_val_string, - ACTIONS(7900), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188324] = 4, - ACTIONS(3), 1, + STATE(4960), 1, + sym__flag, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2441), 2, + sym_short_flag, + sym_long_flag, + [202931] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7906), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4145), 1, + STATE(4116), 1, sym_comment, - ACTIONS(7904), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(4167), 1, + sym__flag, + ACTIONS(3216), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [188343] = 7, + ACTIONS(3218), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [202956] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1409), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4117), 1, + sym_comment, + STATE(4184), 1, + sym__flag, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3218), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7908), 1, - anon_sym_DOT2, - STATE(2458), 1, - sym_path, - STATE(4146), 1, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [202981] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7860), 1, + anon_sym_DASH, + STATE(4118), 1, sym_comment, - STATE(4169), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1407), 4, + STATE(4925), 1, + sym__flag, + ACTIONS(3323), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188368] = 10, + ACTIONS(3325), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2441), 2, + sym_short_flag, + sym_long_flag, + [203006] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7795), 1, - sym_identifier, - STATE(1680), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4147), 1, + ACTIONS(7799), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7862), 1, + anon_sym_DOT2, + STATE(4119), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(4974), 1, - sym__assignment_pattern_last, - STATE(5458), 1, - sym__variable_name, - [188399] = 7, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 4, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + sym_duration_unit, + [203029] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1402), 1, - anon_sym_LF, - ACTIONS(7908), 1, - anon_sym_DOT2, - STATE(2429), 1, - sym_cell_path, - STATE(4148), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4120), 1, sym_comment, - STATE(4176), 1, - sym_path, - ACTIONS(1400), 4, + STATE(4125), 1, + sym__flag, + ACTIONS(3323), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188424] = 6, + ACTIONS(3325), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203054] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2458), 1, - sym_path, - STATE(4149), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4121), 1, sym_comment, - STATE(4169), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1409), 2, + STATE(4127), 1, + sym__flag, + ACTIONS(3323), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3325), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203079] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(832), 1, anon_sym_LF, + ACTIONS(7865), 1, anon_sym_DOT2, - ACTIONS(1407), 4, + STATE(2825), 1, + sym_cell_path, + STATE(4122), 1, + sym_comment, + STATE(4126), 1, + sym_path, + ACTIONS(830), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188447] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7795), 1, - sym_identifier, - STATE(1675), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4150), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(4973), 1, - sym__assignment_pattern_last, - STATE(5458), 1, - sym__variable_name, - [188478] = 7, + [203104] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4151), 1, + STATE(4123), 1, sym_comment, - STATE(4202), 1, + STATE(4185), 1, sym__flag, - ACTIONS(3600), 2, + ACTIONS(3216), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3602), 2, + ACTIONS(3218), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [188503] = 7, + [203129] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4152), 1, + STATE(4124), 1, sym_comment, - STATE(4200), 1, + STATE(4129), 1, sym__flag, - ACTIONS(3600), 2, + ACTIONS(3323), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3602), 2, + ACTIONS(3325), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [188528] = 7, + [203154] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7910), 1, + ACTIONS(7860), 1, anon_sym_DASH, - STATE(4153), 1, + STATE(4125), 1, sym_comment, - STATE(4935), 1, + STATE(4929), 1, sym__flag, - ACTIONS(3600), 2, + ACTIONS(7769), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3602), 2, + ACTIONS(7771), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2646), 2, + STATE(2441), 2, sym_short_flag, sym_long_flag, - [188553] = 9, - ACTIONS(3), 1, + [203179] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7103), 1, - anon_sym_DQUOTE, - ACTIONS(7912), 1, - sym_cmd_identifier, - STATE(907), 1, - sym__command_name, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, - sym__str_double_quotes, - STATE(4154), 1, + ACTIONS(747), 1, + anon_sym_LF, + ACTIONS(7865), 1, + anon_sym_DOT2, + STATE(2251), 1, + sym_path, + STATE(4126), 1, sym_comment, - ACTIONS(7105), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188582] = 9, - ACTIONS(3), 1, + STATE(4202), 1, + aux_sym_cell_path_repeat1, + ACTIONS(745), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [203204] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7894), 1, - sym_identifier, - ACTIONS(7898), 1, - anon_sym_DQUOTE, - ACTIONS(7914), 1, - anon_sym_GT, - STATE(3672), 1, - sym__str_double_quotes, - STATE(4155), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4127), 1, sym_comment, - STATE(4158), 1, - aux_sym_collection_type_repeat1, - STATE(4297), 1, - sym_val_string, - ACTIONS(7900), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188611] = 4, + STATE(4131), 1, + sym__flag, + ACTIONS(7769), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7771), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203229] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7864), 1, + ACTIONS(7719), 1, anon_sym_DASH, - STATE(4156), 1, + STATE(4128), 1, sym_comment, - ACTIONS(7860), 7, + ACTIONS(7715), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -355679,50 +296832,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [188630] = 6, + [203248] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5163), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7916), 1, - aux_sym__immediate_decimal_token1, - STATE(4157), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4129), 1, sym_comment, - ACTIONS(2834), 2, + STATE(4133), 1, + sym__flag, + ACTIONS(7769), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7771), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 4, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203273] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7860), 1, + anon_sym_DASH, + STATE(4130), 1, + sym_comment, + STATE(5336), 1, + sym__flag, + ACTIONS(3307), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188653] = 8, - ACTIONS(3), 1, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2441), 2, + sym_short_flag, + sym_long_flag, + [203298] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7918), 1, - sym_identifier, - ACTIONS(7921), 1, - anon_sym_GT, - ACTIONS(7923), 1, - anon_sym_DQUOTE, - STATE(3672), 1, - sym__str_double_quotes, - STATE(4297), 1, - sym_val_string, - ACTIONS(7926), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4158), 2, + ACTIONS(7860), 1, + anon_sym_DASH, + STATE(4131), 1, sym_comment, - aux_sym_collection_type_repeat1, - [188680] = 4, + STATE(4932), 1, + sym__flag, + ACTIONS(7775), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7777), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2441), 2, + sym_short_flag, + sym_long_flag, + [203323] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7864), 1, + ACTIONS(7727), 1, anon_sym_DASH, - STATE(4159), 1, + STATE(4132), 1, sym_comment, - ACTIONS(7860), 7, + ACTIONS(7723), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -355730,145 +296901,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [188699] = 9, + [203342] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4133), 1, + sym_comment, + STATE(4138), 1, + sym__flag, + ACTIONS(7775), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7777), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203367] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(7852), 1, + sym_identifier, + ACTIONS(7856), 1, anon_sym_DQUOTE, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, + ACTIONS(7867), 1, + anon_sym_GT, + STATE(3667), 1, sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4160), 1, + STATE(4134), 1, sym_comment, - STATE(5081), 1, - sym__command_name, - ACTIONS(2902), 2, + STATE(4146), 1, + aux_sym_collection_type_repeat1, + STATE(4273), 1, + sym_val_string, + ACTIONS(7858), 2, sym__str_single_quotes, sym__str_back_ticks, - [188728] = 6, + [203396] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7929), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7931), 1, - aux_sym__immediate_decimal_token2, - STATE(4161), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4135), 1, sym_comment, - ACTIONS(2832), 3, + STATE(4140), 1, + sym__flag, + ACTIONS(7775), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - ACTIONS(2834), 3, + ACTIONS(7777), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - [188751] = 6, - ACTIONS(105), 1, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203421] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2834), 1, - anon_sym_LF, - ACTIONS(7880), 1, + ACTIONS(7869), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7871), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7933), 1, - anon_sym_DOT2, - STATE(4162), 1, + STATE(4136), 1, sym_comment, - ACTIONS(2832), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2377), 6, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [188774] = 7, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [203442] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4163), 1, - sym_comment, - STATE(4181), 1, + STATE(4121), 1, sym__flag, - ACTIONS(3443), 2, + STATE(4137), 1, + sym_comment, + ACTIONS(3319), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3445), 2, + ACTIONS(3321), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [188799] = 7, + [203467] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7860), 1, anon_sym_DASH, - STATE(4164), 1, + STATE(4138), 1, sym_comment, - STATE(4180), 1, + STATE(4936), 1, sym__flag, - ACTIONS(3443), 2, + ACTIONS(7821), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3445), 2, + ACTIONS(7823), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(2441), 2, sym_short_flag, sym_long_flag, - [188824] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7795), 1, - sym_identifier, - STATE(1656), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4165), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(4970), 1, - sym__assignment_pattern_last, - STATE(5458), 1, - sym__variable_name, - [188855] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7894), 1, - sym_identifier, - ACTIONS(7898), 1, - anon_sym_DQUOTE, - ACTIONS(7936), 1, - anon_sym_GT, - STATE(3672), 1, - sym__str_double_quotes, - STATE(4158), 1, - aux_sym_collection_type_repeat1, - STATE(4166), 1, - sym_comment, - STATE(4297), 1, - sym_val_string, - ACTIONS(7900), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188884] = 4, + [203492] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7870), 1, + ACTIONS(7844), 1, anon_sym_DASH, - STATE(4167), 1, + STATE(4139), 1, sym_comment, - ACTIONS(7866), 7, + ACTIONS(7840), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -355876,337 +297024,426 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [188903] = 5, + [203511] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7880), 1, - aux_sym__immediate_decimal_token2, - STATE(4168), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4140), 1, sym_comment, - ACTIONS(2834), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2832), 5, + STATE(4141), 1, + sym__flag, + ACTIONS(7821), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [188924] = 6, + ACTIONS(7823), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203536] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1389), 1, + ACTIONS(7860), 1, + anon_sym_DASH, + STATE(4141), 1, + sym_comment, + STATE(4937), 1, + sym__flag, + ACTIONS(7809), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7811), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7938), 1, - anon_sym_DOT2, - STATE(2458), 1, - sym_path, - STATE(4169), 2, + STATE(2441), 2, + sym_short_flag, + sym_long_flag, + [203561] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4120), 1, + sym__flag, + STATE(4142), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1387), 4, + ACTIONS(3319), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188947] = 7, + ACTIONS(3321), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203586] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1396), 1, + ACTIONS(747), 1, anon_sym_LF, - ACTIONS(7908), 1, + ACTIONS(7865), 1, anon_sym_DOT2, - STATE(2458), 1, + STATE(2251), 1, sym_path, - STATE(4149), 1, - aux_sym_cell_path_repeat1, - STATE(4170), 1, + STATE(4143), 1, sym_comment, - ACTIONS(1394), 4, + STATE(4166), 1, + aux_sym_cell_path_repeat1, + ACTIONS(745), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [188972] = 7, + [203611] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1402), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4118), 1, + sym__flag, + STATE(4144), 1, + sym_comment, + ACTIONS(3319), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3321), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(7941), 1, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [203636] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7873), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7875), 1, + aux_sym__immediate_decimal_token2, + STATE(4145), 1, + sym_comment, + ACTIONS(2328), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_DOT2, - STATE(2429), 1, - sym_cell_path, - STATE(4170), 1, - sym_path, - STATE(4171), 1, + [203657] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7877), 1, + sym_identifier, + ACTIONS(7880), 1, + anon_sym_GT, + ACTIONS(7882), 1, + anon_sym_DQUOTE, + STATE(3667), 1, + sym__str_double_quotes, + STATE(4273), 1, + sym_val_string, + ACTIONS(7885), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4146), 2, + sym_comment, + aux_sym_collection_type_repeat1, + [203684] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7860), 1, + anon_sym_DASH, + STATE(4147), 1, sym_comment, - ACTIONS(1400), 4, + STATE(5268), 1, + sym__flag, + ACTIONS(3319), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188997] = 7, + ACTIONS(3321), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2441), 2, + sym_short_flag, + sym_long_flag, + [203709] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7852), 1, + sym_identifier, + ACTIONS(7856), 1, + anon_sym_DQUOTE, + ACTIONS(7888), 1, + anon_sym_GT, + STATE(3667), 1, + sym__str_double_quotes, + STATE(4114), 1, + aux_sym_collection_type_repeat1, + STATE(4148), 1, + sym_comment, + STATE(4273), 1, + sym_val_string, + ACTIONS(7858), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [203738] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7890), 1, + aux_sym__immediate_decimal_token2, + STATE(4149), 1, + sym_comment, + ACTIONS(684), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [203759] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1469), 1, + ACTIONS(717), 1, anon_sym_LF, - ACTIONS(7908), 1, + ACTIONS(7892), 1, anon_sym_DOT2, - STATE(2959), 1, + STATE(2199), 1, sym_cell_path, - STATE(4172), 1, - sym_comment, - STATE(4176), 1, + STATE(4143), 1, sym_path, - ACTIONS(1467), 4, + STATE(4150), 1, + sym_comment, + ACTIONS(715), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [189022] = 7, + [203784] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7852), 1, + sym_identifier, + ACTIONS(7856), 1, + anon_sym_DQUOTE, + ACTIONS(7895), 1, + anon_sym_GT, + STATE(3667), 1, + sym__str_double_quotes, + STATE(4146), 1, + aux_sym_collection_type_repeat1, + STATE(4151), 1, + sym_comment, + STATE(4273), 1, + sym_val_string, + ACTIONS(7858), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [203813] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7910), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4173), 1, + STATE(4152), 1, sym_comment, - STATE(4938), 1, + STATE(4159), 1, sym__flag, - ACTIONS(3483), 2, + ACTIONS(2843), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3485), 2, + ACTIONS(2845), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2646), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189047] = 7, + [203838] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, STATE(4153), 1, - sym__flag, - STATE(4174), 1, sym_comment, - ACTIONS(3483), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3485), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189072] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4152), 1, + STATE(4195), 1, sym__flag, - STATE(4175), 1, - sym_comment, - ACTIONS(3483), 2, + ACTIONS(2843), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3485), 2, + ACTIONS(2845), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189097] = 7, + [203863] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1396), 1, + ACTIONS(762), 1, anon_sym_LF, - ACTIONS(7908), 1, + ACTIONS(7897), 1, anon_sym_DOT2, - STATE(2458), 1, + STATE(2251), 1, sym_path, - STATE(4146), 1, - aux_sym_cell_path_repeat1, - STATE(4176), 1, + STATE(4154), 2, sym_comment, - ACTIONS(1394), 4, + aux_sym_cell_path_repeat1, + ACTIONS(760), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [189122] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7743), 1, - anon_sym_DASH, - STATE(4177), 1, - sym_comment, - ACTIONS(7739), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [189141] = 6, + [203886] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LF, - ACTIONS(7944), 1, - anon_sym_DOT2, - ACTIONS(7946), 1, + ACTIONS(7838), 1, aux_sym__immediate_decimal_token2, - STATE(4178), 1, + STATE(4155), 1, sym_comment, - ACTIONS(2934), 5, + ACTIONS(2377), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2375), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [189164] = 7, + [203907] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4151), 1, + STATE(4142), 1, sym__flag, - STATE(4179), 1, + STATE(4156), 1, sym_comment, - ACTIONS(3483), 2, + ACTIONS(3307), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3485), 2, + ACTIONS(3309), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189189] = 7, + [203932] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4173), 1, + STATE(4144), 1, sym__flag, - STATE(4180), 1, + STATE(4157), 1, sym_comment, - ACTIONS(3529), 2, + ACTIONS(3307), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3531), 2, + ACTIONS(3309), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189214] = 7, + [203957] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7900), 1, + anon_sym_DOT2, + ACTIONS(7903), 1, + aux_sym__immediate_decimal_token2, + STATE(4158), 1, + sym_comment, + ACTIONS(671), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 4, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + sym_duration_unit, + [203980] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4174), 1, + STATE(4115), 1, sym__flag, - STATE(4181), 1, + STATE(4159), 1, sym_comment, - ACTIONS(3529), 2, + ACTIONS(3017), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3531), 2, + ACTIONS(3019), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189239] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4182), 1, - sym_comment, - STATE(6166), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [189268] = 9, - ACTIONS(3), 1, + [204005] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7894), 1, - sym_identifier, - ACTIONS(7898), 1, - anon_sym_DQUOTE, - ACTIONS(7948), 1, - anon_sym_GT, - STATE(3672), 1, - sym__str_double_quotes, - STATE(4166), 1, - aux_sym_collection_type_repeat1, - STATE(4183), 1, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4147), 1, + sym__flag, + STATE(4160), 1, sym_comment, - STATE(4297), 1, - sym_val_string, - ACTIONS(7900), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [189297] = 9, + ACTIONS(3307), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4763), 2, + sym_short_flag, + sym_long_flag, + [204030] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, + ACTIONS(3548), 1, anon_sym_COLON, - ACTIONS(7103), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(1226), 1, + STATE(586), 1, + sym__command_name, + STATE(904), 1, sym_val_string, - STATE(1246), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(1250), 1, - sym__command_name, - STATE(4184), 1, + STATE(4161), 1, sym_comment, - ACTIONS(7105), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [189326] = 7, + [204059] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4175), 1, - sym__flag, - STATE(4185), 1, + ACTIONS(2519), 1, + anon_sym_LF, + ACTIONS(7907), 1, + anon_sym_DOT2, + ACTIONS(7909), 1, + aux_sym__immediate_decimal_token2, + STATE(4162), 1, sym_comment, - ACTIONS(3529), 2, + ACTIONS(2517), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3531), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189351] = 4, + anon_sym_DASH, + anon_sym_RBRACE, + [204082] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7723), 1, + ACTIONS(7687), 1, anon_sym_DASH, - STATE(4186), 1, + STATE(4163), 1, sym_comment, - ACTIONS(7719), 7, + ACTIONS(7683), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -356214,448 +297451,528 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [189370] = 6, + [204101] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2834), 1, - anon_sym_LF, - ACTIONS(7880), 1, + ACTIONS(4699), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7950), 1, - anon_sym_DOT2, - STATE(4187), 1, + ACTIONS(7911), 1, + aux_sym__immediate_decimal_token1, + STATE(4164), 1, sym_comment, - ACTIONS(2832), 5, + ACTIONS(2328), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2326), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [189393] = 5, + [204124] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7852), 1, + sym_identifier, + ACTIONS(7856), 1, + anon_sym_DQUOTE, + ACTIONS(7913), 1, + anon_sym_GT, + STATE(3667), 1, + sym__str_double_quotes, + STATE(4134), 1, + aux_sym_collection_type_repeat1, + STATE(4165), 1, + sym_comment, + STATE(4273), 1, + sym_val_string, + ACTIONS(7858), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [204153] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7876), 1, - aux_sym__immediate_decimal_token2, - STATE(4188), 1, + STATE(2251), 1, + sym_path, + STATE(4154), 1, + aux_sym_cell_path_repeat1, + STATE(4166), 1, sym_comment, - ACTIONS(2908), 2, + ACTIONS(735), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2906), 5, + ACTIONS(733), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [189414] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7749), 1, - anon_sym_DASH, - STATE(4189), 1, - sym_comment, - ACTIONS(7745), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [189433] = 7, + [204176] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7860), 1, anon_sym_DASH, - STATE(4164), 1, - sym__flag, - STATE(4190), 1, + STATE(4167), 1, sym_comment, - ACTIONS(3873), 2, + STATE(4938), 1, + sym__flag, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3875), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(2441), 2, sym_short_flag, sym_long_flag, - [189458] = 6, + [204201] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4168), 1, + sym_comment, + STATE(6154), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [204230] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7749), 1, + sym_identifier, + STATE(1372), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4169), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(4965), 1, + sym__assignment_pattern_last, + STATE(5351), 1, + sym__variable_name, + [204261] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7952), 1, + ACTIONS(7915), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7954), 1, + ACTIONS(7917), 1, aux_sym__immediate_decimal_token2, - STATE(4191), 1, + STATE(4170), 1, sym_comment, - ACTIONS(2906), 3, + ACTIONS(2375), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2908), 3, + ACTIONS(2377), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - [189481] = 4, + [204284] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7958), 1, - anon_sym_DASH, - STATE(4192), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7749), 1, + sym_identifier, + STATE(1375), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4171), 1, sym_comment, - ACTIONS(7956), 7, + STATE(4954), 1, + sym_val_variable, + STATE(4977), 1, + sym__assignment_pattern_last, + STATE(5351), 1, + sym__variable_name, + [204315] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7852), 1, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [189500] = 5, + ACTIONS(7856), 1, + anon_sym_DQUOTE, + ACTIONS(7919), 1, + anon_sym_GT, + STATE(3667), 1, + sym__str_double_quotes, + STATE(4151), 1, + aux_sym_collection_type_repeat1, + STATE(4172), 1, + sym_comment, + STATE(4273), 1, + sym_val_string, + ACTIONS(7858), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [204344] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7960), 1, - aux_sym__immediate_decimal_token2, - STATE(4193), 1, - sym_comment, - ACTIONS(2986), 2, + ACTIONS(2328), 1, anon_sym_LF, + ACTIONS(7819), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7921), 1, anon_sym_DOT2, - ACTIONS(2984), 5, + STATE(4173), 1, + sym_comment, + ACTIONS(2326), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [189521] = 7, + [204367] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7910), 1, - anon_sym_DASH, - STATE(4194), 1, + ACTIONS(832), 1, + anon_sym_LF, + ACTIONS(7923), 1, + anon_sym_DOT2, + STATE(2825), 1, + sym_cell_path, + STATE(4143), 1, + sym_path, + STATE(4174), 1, sym_comment, - STATE(4949), 1, - sym__flag, - ACTIONS(7884), 2, + ACTIONS(830), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7886), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2646), 2, - sym_short_flag, - sym_long_flag, - [189546] = 6, + anon_sym_RBRACE, + [204392] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5167), 1, + ACTIONS(4711), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7962), 1, + ACTIONS(7926), 1, aux_sym__immediate_decimal_token1, - STATE(4195), 1, + STATE(4175), 1, sym_comment, - ACTIONS(2908), 2, + ACTIONS(2377), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2906), 4, + ACTIONS(2375), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [189569] = 6, + [204415] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7749), 1, + sym_identifier, + STATE(1371), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4176), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(4968), 1, + sym__assignment_pattern_last, + STATE(5351), 1, + sym__variable_name, + [204446] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4177), 1, + sym_comment, + STATE(5323), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [204475] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, + ACTIONS(2519), 1, anon_sym_LF, - ACTIONS(7946), 1, + ACTIONS(7909), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7964), 1, + ACTIONS(7928), 1, anon_sym_DOT2, - STATE(4196), 1, + STATE(4178), 1, sym_comment, - ACTIONS(2934), 5, + ACTIONS(2517), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [189592] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4194), 1, - sym__flag, - STATE(4197), 1, - sym_comment, - ACTIONS(7846), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7848), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189617] = 5, + [204498] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7967), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7969), 1, + ACTIONS(7815), 1, aux_sym__immediate_decimal_token2, - STATE(4198), 1, + STATE(4179), 1, sym_comment, - ACTIONS(2834), 6, + ACTIONS(647), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 5, anon_sym_PIPE, - anon_sym_DASH, anon_sym_if, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOT2, - [189638] = 7, - ACTIONS(105), 1, + sym_duration_unit, + [204519] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7910), 1, + ACTIONS(7787), 1, anon_sym_DASH, - STATE(4199), 1, + STATE(4180), 1, sym_comment, - STATE(4942), 1, - sym__flag, - ACTIONS(7846), 2, - anon_sym_SEMI, + ACTIONS(7783), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7848), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2646), 2, - sym_short_flag, - sym_long_flag, - [189663] = 7, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [204538] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7910), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4200), 1, - sym_comment, - STATE(4921), 1, + STATE(4152), 1, sym__flag, - ACTIONS(3763), 2, + STATE(4181), 1, + sym_comment, + ACTIONS(3245), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3247), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2646), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189688] = 7, + [204563] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4197), 1, - sym__flag, - STATE(4201), 1, + ACTIONS(7931), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7933), 1, + aux_sym__immediate_decimal_token2, + STATE(4182), 1, sym_comment, - ACTIONS(7815), 2, + ACTIONS(2326), 3, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7817), 2, + anon_sym_DASH, + ACTIONS(2328), 3, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189713] = 7, - ACTIONS(105), 1, + anon_sym_DOT2, + [204586] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4202), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7071), 1, + anon_sym_DQUOTE, + ACTIONS(7905), 1, + sym_cmd_identifier, + STATE(904), 1, + sym_val_string, + STATE(918), 1, + sym__str_double_quotes, + STATE(949), 1, + sym__command_name, + STATE(4183), 1, sym_comment, - STATE(4207), 1, - sym__flag, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189738] = 7, + ACTIONS(7073), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [204615] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4203), 1, - sym_comment, - STATE(4208), 1, + STATE(4130), 1, sym__flag, - ACTIONS(3763), 2, + STATE(4184), 1, + sym_comment, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189763] = 7, + [204640] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4204), 1, - sym_comment, - STATE(4209), 1, + STATE(4160), 1, sym__flag, - ACTIONS(3763), 2, + STATE(4185), 1, + sym_comment, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189788] = 7, - ACTIONS(105), 1, + [204665] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7807), 1, anon_sym_DASH, - STATE(4199), 1, - sym__flag, - STATE(4205), 1, + STATE(4186), 1, sym_comment, - ACTIONS(7815), 2, - anon_sym_SEMI, + ACTIONS(7803), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7817), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189813] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [204684] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7937), 1, anon_sym_DASH, - STATE(4203), 1, - sym__flag, - STATE(4206), 1, + STATE(4187), 1, sym_comment, - ACTIONS(3600), 2, - anon_sym_SEMI, + ACTIONS(7935), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3602), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189838] = 7, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [204703] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7910), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4207), 1, - sym_comment, - STATE(4929), 1, + STATE(4157), 1, sym__flag, - ACTIONS(3608), 2, + STATE(4188), 1, + sym_comment, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3610), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2646), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [189863] = 7, - ACTIONS(105), 1, + [204728] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7941), 1, anon_sym_DASH, - STATE(4208), 1, + STATE(4189), 1, sym_comment, - STATE(4211), 1, - sym__flag, - ACTIONS(3608), 2, - anon_sym_SEMI, + ACTIONS(7939), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3610), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189888] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [204747] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7941), 1, anon_sym_DASH, - STATE(4209), 1, + STATE(4190), 1, sym_comment, - STATE(4214), 1, - sym__flag, - ACTIONS(3608), 2, - anon_sym_SEMI, + ACTIONS(7939), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3610), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189913] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [204766] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4210), 1, + ACTIONS(7799), 1, + aux_sym__immediate_decimal_token2, + STATE(4191), 1, sym_comment, - STATE(4218), 1, - sym__flag, - ACTIONS(3608), 2, - anon_sym_SEMI, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 5, anon_sym_PIPE, - ACTIONS(3610), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [189938] = 7, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [204787] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7910), 1, - anon_sym_DASH, - STATE(4211), 1, + ACTIONS(7943), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7945), 1, + aux_sym__immediate_decimal_token2, + STATE(4192), 1, sym_comment, - STATE(4930), 1, - sym__flag, - ACTIONS(3585), 2, - anon_sym_SEMI, + ACTIONS(647), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 4, anon_sym_PIPE, - ACTIONS(3587), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2646), 2, - sym_short_flag, - sym_long_flag, - [189963] = 4, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [204810] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7973), 1, + ACTIONS(7949), 1, anon_sym_DASH, - STATE(4212), 1, + STATE(4193), 1, sym_comment, - ACTIONS(7971), 7, + ACTIONS(7947), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -356663,68 +297980,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [189982] = 7, + [204829] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1469), 1, + ACTIONS(7819), 1, + aux_sym__immediate_decimal_token2, + STATE(4194), 1, + sym_comment, + ACTIONS(2328), 2, anon_sym_LF, - ACTIONS(7975), 1, anon_sym_DOT2, - STATE(2959), 1, - sym_cell_path, - STATE(4170), 1, - sym_path, - STATE(4213), 1, - sym_comment, - ACTIONS(1467), 4, + ACTIONS(2326), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [190007] = 7, + [204850] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7850), 1, anon_sym_DASH, - STATE(4214), 1, - sym_comment, - STATE(4221), 1, + STATE(4116), 1, sym__flag, - ACTIONS(3585), 2, + STATE(4195), 1, + sym_comment, + ACTIONS(3017), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3587), 2, + ACTIONS(3019), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [190032] = 7, + [204875] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(2328), 1, + anon_sym_LF, + ACTIONS(7819), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7951), 1, + anon_sym_DOT2, + STATE(4196), 1, + sym_comment, + ACTIONS(2326), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DASH, - STATE(4201), 1, + anon_sym_RBRACE, + [204898] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(717), 1, + anon_sym_LF, + ACTIONS(7865), 1, + anon_sym_DOT2, + STATE(2199), 1, + sym_cell_path, + STATE(4126), 1, + sym_path, + STATE(4197), 1, + sym_comment, + ACTIONS(715), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [204923] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7850), 1, + anon_sym_DASH, + STATE(4117), 1, sym__flag, - STATE(4215), 1, + STATE(4198), 1, sym_comment, - ACTIONS(7840), 2, + ACTIONS(3017), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7842), 2, + ACTIONS(3019), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, + STATE(4763), 2, sym_short_flag, sym_long_flag, - [190057] = 4, + [204948] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7980), 1, + ACTIONS(7787), 1, anon_sym_DASH, - STATE(4216), 1, + STATE(4199), 1, sym_comment, - ACTIONS(7978), 7, + ACTIONS(7783), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -356732,31581 +298082,32010 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [190076] = 7, + [204967] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7954), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7956), 1, + aux_sym__immediate_decimal_token2, + STATE(4200), 1, + sym_comment, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [204990] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7910), 1, - anon_sym_DASH, - STATE(4217), 1, + ACTIONS(7958), 1, + aux_sym__immediate_decimal_token2, + STATE(4201), 1, sym_comment, - STATE(4917), 1, - sym__flag, - ACTIONS(7815), 2, + ACTIONS(2503), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2501), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7817), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2646), 2, - sym_short_flag, - sym_long_flag, - [190101] = 7, + anon_sym_DASH, + anon_sym_RBRACE, + [205011] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4218), 1, + ACTIONS(735), 1, + anon_sym_LF, + ACTIONS(7865), 1, + anon_sym_DOT2, + STATE(2251), 1, + sym_path, + STATE(4154), 1, + aux_sym_cell_path_repeat1, + STATE(4202), 1, sym_comment, - STATE(4222), 1, - sym__flag, - ACTIONS(3585), 2, + ACTIONS(733), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3587), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [190126] = 7, - ACTIONS(105), 1, + anon_sym_RBRACE, + [205036] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7888), 1, + ACTIONS(7962), 1, anon_sym_DASH, - STATE(4141), 1, - sym__flag, - STATE(4219), 1, + STATE(4203), 1, sym_comment, - ACTIONS(3585), 2, - anon_sym_SEMI, + ACTIONS(7960), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3587), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [190151] = 9, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [205055] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7894), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, sym_identifier, - ACTIONS(7898), 1, + STATE(1351), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, + sym__var, + STATE(4204), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5353), 1, + sym__variable_name, + STATE(5354), 1, + sym__assignment_pattern_parenthesized_last, + [205083] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7665), 1, + anon_sym_DOLLAR, + ACTIONS(7667), 1, + anon_sym_LBRACE, + STATE(2907), 1, + sym__var, + STATE(3252), 1, + sym_block, + STATE(3253), 1, + sym_val_closure, + STATE(4205), 1, + sym_comment, + STATE(1315), 2, + sym__blosure, + sym_val_variable, + [205109] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7982), 1, - anon_sym_GT, - STATE(3672), 1, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, sym__str_double_quotes, - STATE(4155), 1, - aux_sym_collection_type_repeat1, - STATE(4220), 1, + STATE(4082), 1, + sym_val_string, + STATE(4206), 1, sym_comment, - STATE(4297), 1, + STATE(6052), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [205135] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7181), 1, + anon_sym_DQUOTE, + ACTIONS(7964), 1, + sym_cmd_identifier, + STATE(965), 1, + sym__str_double_quotes, + STATE(1016), 1, sym_val_string, - ACTIONS(7900), 2, + STATE(1199), 1, + sym__command_name, + STATE(4207), 1, + sym_comment, + ACTIONS(7183), 2, sym__str_single_quotes, sym__str_back_ticks, - [190180] = 7, - ACTIONS(105), 1, + [205161] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7910), 1, + ACTIONS(7875), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7966), 1, + anon_sym_DOT2, + STATE(4208), 1, + sym_comment, + ACTIONS(2328), 5, + anon_sym_PIPE, anon_sym_DASH, - STATE(4221), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [205181] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7181), 1, + anon_sym_DQUOTE, + ACTIONS(7964), 1, + sym_cmd_identifier, + STATE(965), 1, + sym__str_double_quotes, + STATE(1016), 1, + sym_val_string, + STATE(1252), 1, + sym__command_name, + STATE(4209), 1, sym_comment, - STATE(4937), 1, - sym__flag, - ACTIONS(7840), 2, - anon_sym_SEMI, + ACTIONS(7183), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [205207] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4048), 1, + sym__command_name, + STATE(4082), 1, + sym_val_string, + STATE(4210), 1, + sym_comment, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [205233] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7969), 1, + anon_sym_DOT2, + ACTIONS(7972), 1, + aux_sym__immediate_decimal_token2, + STATE(4211), 1, + sym_comment, + ACTIONS(2519), 5, anon_sym_PIPE, - ACTIONS(7842), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2646), 2, - sym_short_flag, - sym_long_flag, - [190205] = 7, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [205253] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7888), 1, - anon_sym_DASH, - STATE(4217), 1, - sym__flag, - STATE(4222), 1, + ACTIONS(7974), 1, + aux_sym__immediate_decimal_token2, + STATE(4212), 1, sym_comment, - ACTIONS(7840), 2, + ACTIONS(2501), 3, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7842), 2, + anon_sym_DASH, + ACTIONS(2503), 3, ts_builtin_sym_end, anon_sym_LF, - STATE(4624), 2, - sym_short_flag, - sym_long_flag, - [190230] = 4, - ACTIONS(3), 1, + anon_sym_DOT2, + [205273] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7973), 1, - anon_sym_DASH, - STATE(4223), 1, + ACTIONS(2328), 1, + anon_sym_LF, + ACTIONS(4699), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7976), 1, + anon_sym_DOT2, + STATE(4213), 1, sym_comment, - ACTIONS(7971), 7, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(2326), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [190249] = 8, + anon_sym_RBRACE, + [205295] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(7181), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7964), 1, sym_cmd_identifier, - STATE(1370), 1, - sym_val_string, - STATE(1382), 1, + STATE(965), 1, sym__str_double_quotes, - STATE(1593), 1, + STATE(1016), 1, + sym_val_string, + STATE(1128), 1, sym__command_name, - STATE(4224), 1, + STATE(4214), 1, sym_comment, - ACTIONS(7155), 2, + ACTIONS(7183), 2, sym__str_single_quotes, sym__str_back_ticks, - [190275] = 4, + [205321] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(4225), 1, + ACTIONS(4827), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7978), 1, + aux_sym__immediate_decimal_token1, + STATE(4215), 1, sym_comment, - ACTIONS(2908), 2, + ACTIONS(2326), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2328), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2906), 5, + [205343] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7933), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7980), 1, + anon_sym_DOT2, + STATE(4216), 1, + sym_comment, + ACTIONS(2328), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2326), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [190293] = 8, + [205365] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(7985), 1, + anon_sym_DASH, + STATE(4888), 1, + sym_long_flag, + STATE(4217), 2, + sym_comment, + aux_sym_decl_def_repeat1, + ACTIONS(7983), 4, + sym_cmd_identifier, anon_sym_DQUOTE, - ACTIONS(7787), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [205385] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1375), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4218), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5415), 1, + sym__variable_name, + STATE(5416), 1, + sym__assignment_pattern_last, + [205413] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7988), 1, + anon_sym_DOT2, + ACTIONS(7991), 1, + aux_sym__immediate_decimal_token2, + STATE(4219), 1, + sym_comment, + ACTIONS(2519), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2517), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [205435] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4131), 1, + STATE(4082), 1, sym_val_string, - STATE(4226), 1, + STATE(4220), 1, sym_comment, - STATE(6151), 1, + STATE(6188), 1, sym__command_name, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [190319] = 8, + [205461] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(1370), 1, - sym_val_string, - STATE(1382), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(1554), 1, + STATE(4082), 1, + sym_val_string, + STATE(4221), 1, + sym_comment, + STATE(4979), 1, sym__command_name, - STATE(4227), 1, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [205487] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4222), 1, sym_comment, - ACTIONS(7155), 2, + STATE(6034), 1, + sym__command_name, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [190345] = 4, + [205513] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7969), 1, + ACTIONS(7875), 1, aux_sym__immediate_decimal_token2, - STATE(4228), 1, + STATE(4223), 1, sym_comment, - ACTIONS(2834), 6, + ACTIONS(2328), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOT2, - [190363] = 8, + [205531] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7933), 1, + aux_sym__immediate_decimal_token2, + STATE(4224), 1, + sym_comment, + ACTIONS(2326), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + ACTIONS(2328), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [205551] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(737), 1, + sym_filesize_unit, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + ACTIONS(7993), 1, + anon_sym_DOT2, + STATE(4225), 1, + sym_comment, + ACTIONS(739), 4, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + sym_duration_unit, + [205573] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4226), 1, + sym_comment, + STATE(6014), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [205599] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7995), 1, + anon_sym_DOT2, + STATE(2559), 1, + sym_path, + STATE(4227), 1, + sym_comment, + STATE(4309), 1, + aux_sym_cell_path_repeat1, + ACTIONS(733), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(735), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205623] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1371), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4228), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5415), 1, + sym__variable_name, + STATE(5430), 1, + sym__assignment_pattern_last, + [205651] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1359), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, + sym__var, STATE(4229), 1, sym_comment, - STATE(5018), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [190389] = 7, + STATE(4954), 1, + sym_val_variable, + STATE(5353), 1, + sym__variable_name, + STATE(5491), 1, + sym__assignment_pattern_parenthesized_last, + [205679] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7986), 1, - anon_sym_DOT2, - STATE(2734), 1, - sym_path, + ACTIONS(7917), 1, + aux_sym__immediate_decimal_token2, STATE(4230), 1, sym_comment, - STATE(4293), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1407), 2, + ACTIONS(2375), 3, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1409), 2, + anon_sym_DASH, + ACTIONS(2377), 3, ts_builtin_sym_end, anon_sym_LF, - [190413] = 4, + anon_sym_DOT2, + [205699] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7892), 1, + ACTIONS(7871), 1, aux_sym__immediate_decimal_token2, STATE(4231), 1, sym_comment, - ACTIONS(2908), 6, + ACTIONS(2377), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOT2, - [190431] = 7, - ACTIONS(105), 1, + [205717] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7986), 1, - anon_sym_DOT2, - STATE(2734), 1, - sym_path, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1372), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, STATE(4232), 1, sym_comment, - STATE(4251), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1394), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1396), 2, - ts_builtin_sym_end, - anon_sym_LF, - [190455] = 7, - ACTIONS(105), 1, + STATE(4954), 1, + sym_val_variable, + STATE(4965), 1, + sym__assignment_pattern_last, + STATE(5351), 1, + sym__variable_name, + [205745] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7986), 1, - anon_sym_DOT2, - STATE(2734), 1, - sym_path, - STATE(4230), 1, - aux_sym_cell_path_repeat1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1375), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, STATE(4233), 1, sym_comment, - ACTIONS(1394), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1396), 2, - ts_builtin_sym_end, - anon_sym_LF, - [190479] = 4, + STATE(4954), 1, + sym_val_variable, + STATE(4977), 1, + sym__assignment_pattern_last, + STATE(5351), 1, + sym__variable_name, + [205773] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7988), 1, + ACTIONS(7997), 1, aux_sym__immediate_decimal_token2, STATE(4234), 1, sym_comment, - ACTIONS(2986), 6, + ACTIONS(2503), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOT2, - [190497] = 6, + [205791] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LF, - ACTIONS(5260), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7990), 1, + ACTIONS(7995), 1, anon_sym_DOT2, + STATE(3049), 1, + sym_cell_path, STATE(4235), 1, sym_comment, - ACTIONS(2934), 4, + STATE(4289), 1, + sym_path, + ACTIONS(830), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [190519] = 8, + ACTIONS(832), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205815] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1371), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, STATE(4236), 1, sym_comment, - STATE(5174), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [190545] = 8, + STATE(4954), 1, + sym_val_variable, + STATE(4968), 1, + sym__assignment_pattern_last, + STATE(5351), 1, + sym__variable_name, + [205843] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, + STATE(904), 1, sym_val_string, + STATE(918), 1, + sym__str_double_quotes, + STATE(949), 1, + sym__command_name, STATE(4237), 1, sym_comment, - STATE(6198), 1, - sym__command_name, - ACTIONS(2902), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [190571] = 4, + [205869] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3288), 1, + ACTIONS(2693), 1, anon_sym_LF, + ACTIONS(7999), 1, + anon_sym_DOT2, STATE(4238), 1, sym_comment, - ACTIONS(3286), 6, + ACTIONS(2691), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_else, + anon_sym_DASH, anon_sym_RBRACE, - anon_sym_catch, - [190589] = 7, + [205889] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7992), 1, + ACTIONS(7995), 1, anon_sym_DOT2, - STATE(3081), 1, + STATE(2535), 1, sym_cell_path, - STATE(4232), 1, - sym_path, STATE(4239), 1, sym_comment, - ACTIONS(1467), 2, + STATE(4289), 1, + sym_path, + ACTIONS(715), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1469), 2, + ACTIONS(717), 2, ts_builtin_sym_end, anon_sym_LF, - [190613] = 8, - ACTIONS(3), 1, + [205913] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7103), 1, - anon_sym_DQUOTE, - ACTIONS(7912), 1, - sym_cmd_identifier, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, - sym__str_double_quotes, - STATE(1453), 1, - sym__command_name, + ACTIONS(2687), 1, + anon_sym_LF, + ACTIONS(8001), 1, + anon_sym_DOT2, STATE(4240), 1, sym_comment, - ACTIONS(7105), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [190639] = 9, - ACTIONS(3), 1, + ACTIONS(2685), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [205933] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1680), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, + ACTIONS(2677), 1, + anon_sym_LF, + ACTIONS(8003), 1, + anon_sym_DOT2, STATE(4241), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5443), 1, - sym__assignment_pattern_last, - STATE(5446), 1, - sym__variable_name, - [190667] = 8, + ACTIONS(2675), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [205953] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2671), 1, + anon_sym_LF, + ACTIONS(8005), 1, + anon_sym_DOT2, + STATE(4242), 1, + sym_comment, + ACTIONS(2669), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [205973] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4131), 1, + STATE(4082), 1, sym_val_string, - STATE(4242), 1, + STATE(4243), 1, sym_comment, - STATE(5111), 1, + STATE(5989), 1, sym__command_name, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [190693] = 8, + [205999] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(944), 1, + STATE(586), 1, sym__command_name, - STATE(1370), 1, + STATE(904), 1, sym_val_string, - STATE(1382), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(4243), 1, + STATE(4244), 1, sym_comment, - ACTIONS(7155), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [190719] = 8, + [206025] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(7181), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7964), 1, sym_cmd_identifier, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, + STATE(965), 1, sym__str_double_quotes, - STATE(1454), 1, + STATE(1016), 1, + sym_val_string, + STATE(1226), 1, sym__command_name, - STATE(4244), 1, + STATE(4245), 1, sym_comment, - ACTIONS(7105), 2, + ACTIONS(7183), 2, sym__str_single_quotes, sym__str_back_ticks, - [190745] = 8, + [206051] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(7181), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7964), 1, sym_cmd_identifier, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, + STATE(965), 1, sym__str_double_quotes, - STATE(1250), 1, + STATE(1016), 1, + sym_val_string, + STATE(1211), 1, sym__command_name, - STATE(4245), 1, + STATE(4246), 1, sym_comment, - ACTIONS(7105), 2, + ACTIONS(7183), 2, sym__str_single_quotes, sym__str_back_ticks, - [190771] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1680), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4246), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(4974), 1, - sym__assignment_pattern_last, - STATE(5458), 1, - sym__variable_name, - [190799] = 9, - ACTIONS(3), 1, + [206077] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1675), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, + ACTIONS(2519), 1, + anon_sym_LF, + ACTIONS(4792), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8007), 1, + anon_sym_DOT2, STATE(4247), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5444), 1, - sym__assignment_pattern_last, - STATE(5446), 1, - sym__variable_name, - [190827] = 5, + ACTIONS(2517), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [206099] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7995), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(2663), 1, + anon_sym_LF, + ACTIONS(8009), 1, + anon_sym_DOT2, STATE(4248), 1, sym_comment, - ACTIONS(2984), 3, + ACTIONS(2661), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2986), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [190847] = 5, - ACTIONS(105), 1, + anon_sym_RBRACE, + [206119] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7954), 1, - aux_sym__immediate_decimal_token2, STATE(4249), 1, sym_comment, - ACTIONS(2906), 3, - anon_sym_SEMI, + ACTIONS(775), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 5, anon_sym_PIPE, - anon_sym_DASH, - ACTIONS(2908), 3, - ts_builtin_sym_end, - anon_sym_LF, + anon_sym_if, + anon_sym_EQ_GT, anon_sym_DOT2, - [190867] = 8, + sym_duration_unit, + [206137] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7733), 1, - anon_sym_DOLLAR, - ACTIONS(7735), 1, - anon_sym_LBRACE, - STATE(3016), 1, - sym__var, - STATE(3268), 1, - sym_val_closure, - STATE(3269), 1, - sym_block, + ACTIONS(7181), 1, + anon_sym_DQUOTE, + ACTIONS(7964), 1, + sym_cmd_identifier, + STATE(618), 1, + sym__command_name, + STATE(965), 1, + sym__str_double_quotes, + STATE(1016), 1, + sym_val_string, STATE(4250), 1, sym_comment, - STATE(1651), 2, - sym__blosure, - sym_val_variable, - [190893] = 6, - ACTIONS(105), 1, + ACTIONS(7183), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [206163] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2734), 1, - sym_path, STATE(4251), 1, sym_comment, - STATE(4293), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1407), 2, - anon_sym_SEMI, + ACTIONS(684), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 5, anon_sym_PIPE, - ACTIONS(1409), 3, - ts_builtin_sym_end, - anon_sym_LF, + anon_sym_if, + anon_sym_EQ_GT, anon_sym_DOT2, - [190915] = 9, + sym_duration_unit, + [206181] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7997), 1, + ACTIONS(2739), 1, + anon_sym_LF, + ACTIONS(8011), 1, anon_sym_DOT2, - ACTIONS(7999), 1, - anon_sym_LPAREN2, - ACTIONS(8001), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8003), 1, - anon_sym_DASH2, - ACTIONS(8005), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8007), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(8009), 1, - aux_sym_short_flag_token1, STATE(4252), 1, sym_comment, - [190943] = 5, + ACTIONS(2737), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [206201] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7931), 1, + ACTIONS(4775), 1, aux_sym__immediate_decimal_token2, + ACTIONS(8013), 1, + aux_sym__immediate_decimal_token1, STATE(4253), 1, sym_comment, - ACTIONS(2832), 3, + ACTIONS(2375), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - ACTIONS(2834), 3, + ACTIONS(2377), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - [190963] = 5, + [206223] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8011), 1, - anon_sym_DOT2, - ACTIONS(8013), 1, + ACTIONS(7972), 1, aux_sym__immediate_decimal_token2, + ACTIONS(8015), 1, + anon_sym_DOT2, STATE(4254), 1, sym_comment, - ACTIONS(2936), 5, + ACTIONS(2519), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [190983] = 8, + [206243] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, - anon_sym_DQUOTE, - ACTIONS(7984), 1, - sym_cmd_identifier, - STATE(1367), 1, - sym__command_name, - STATE(1370), 1, - sym_val_string, - STATE(1382), 1, - sym__str_double_quotes, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1365), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, STATE(4255), 1, sym_comment, - ACTIONS(7155), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191009] = 8, + STATE(4954), 1, + sym_val_variable, + STATE(5394), 1, + sym__assignment_pattern_last, + STATE(5415), 1, + sym__variable_name, + [206271] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(1370), 1, - sym_val_string, - STATE(1382), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(1628), 1, - sym__command_name, + STATE(4082), 1, + sym_val_string, STATE(4256), 1, sym_comment, - ACTIONS(7155), 2, + STATE(5265), 1, + sym__command_name, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [191035] = 8, + [206297] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(7181), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7964), 1, sym_cmd_identifier, - STATE(2777), 1, + STATE(965), 1, sym__str_double_quotes, - STATE(4131), 1, + STATE(1016), 1, sym_val_string, + STATE(1089), 1, + sym__command_name, STATE(4257), 1, sym_comment, - STATE(6072), 1, - sym__command_name, - ACTIONS(2902), 2, + ACTIONS(7183), 2, sym__str_single_quotes, sym__str_back_ticks, - [191061] = 6, - ACTIONS(105), 1, + [206323] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7931), 1, + ACTIONS(7956), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8015), 1, + ACTIONS(8017), 1, anon_sym_DOT2, STATE(4258), 1, sym_comment, - ACTIONS(2834), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2832), 3, - anon_sym_SEMI, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 3, anon_sym_PIPE, - anon_sym_DASH, - [191083] = 5, - ACTIONS(105), 1, + anon_sym_EQ_GT, + sym_duration_unit, + [206345] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3165), 1, - anon_sym_LF, - ACTIONS(8017), 1, - anon_sym_DOT2, STATE(4259), 1, sym_comment, - ACTIONS(3163), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(647), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 5, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191103] = 5, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [206363] = 9, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3240), 1, - anon_sym_LF, - ACTIONS(8019), 1, + ACTIONS(8020), 1, anon_sym_DOT2, + ACTIONS(8022), 1, + anon_sym_LPAREN2, + ACTIONS(8024), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8026), 1, + anon_sym_DASH2, + ACTIONS(8028), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8030), 1, + aux_sym__list_item_starts_with_sign_token1, + ACTIONS(8032), 1, + aux_sym_short_flag_token1, STATE(4260), 1, sym_comment, - ACTIONS(3238), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191123] = 6, - ACTIONS(105), 1, + [206391] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5190), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8021), 1, - aux_sym__immediate_decimal_token1, STATE(4261), 1, sym_comment, - ACTIONS(2906), 2, - anon_sym_SEMI, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 5, anon_sym_PIPE, - ACTIONS(2908), 3, - ts_builtin_sym_end, - anon_sym_LF, + anon_sym_if, + anon_sym_EQ_GT, anon_sym_DOT2, - [191145] = 7, - ACTIONS(105), 1, + sym_duration_unit, + [206409] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7986), 1, - anon_sym_DOT2, - STATE(3081), 1, - sym_cell_path, - STATE(4233), 1, - sym_path, + ACTIONS(7856), 1, + anon_sym_DQUOTE, + ACTIONS(8034), 1, + sym_cmd_identifier, + STATE(3667), 1, + sym__str_double_quotes, + STATE(3906), 1, + sym_val_string, + STATE(4048), 1, + sym__command_name, STATE(4262), 1, sym_comment, - ACTIONS(1467), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1469), 2, - ts_builtin_sym_end, - anon_sym_LF, - [191169] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7986), 1, - anon_sym_DOT2, - STATE(2728), 1, - sym_cell_path, - STATE(4233), 1, - sym_path, - STATE(4263), 1, - sym_comment, - ACTIONS(1400), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1402), 2, - ts_builtin_sym_end, - anon_sym_LF, - [191193] = 8, + ACTIONS(7858), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [206435] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4017), 1, - sym__command_name, - STATE(4131), 1, + STATE(4082), 1, sym_val_string, - STATE(4264), 1, + STATE(4263), 1, sym_comment, - ACTIONS(2902), 2, + STATE(5749), 1, + sym__command_name, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [191219] = 9, + [206461] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(7749), 1, sym_identifier, - STATE(1675), 1, + STATE(1353), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, + sym__var, + STATE(4264), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5352), 1, + sym__assignment_pattern_parenthesized_last, + STATE(5353), 1, + sym__variable_name, + [206489] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1365), 1, sym__assignment_pattern, - STATE(2688), 1, + STATE(2440), 1, sym__var, STATE(4265), 1, sym_comment, - STATE(4963), 1, + STATE(4954), 1, sym_val_variable, - STATE(4973), 1, + STATE(4986), 1, sym__assignment_pattern_last, - STATE(5458), 1, + STATE(5351), 1, sym__variable_name, - [191247] = 4, + [206517] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4266), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(2328), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2832), 5, + ACTIONS(2326), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191265] = 5, + [206535] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7969), 1, + ACTIONS(7875), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8023), 1, + ACTIONS(8036), 1, anon_sym_DOT2, STATE(4267), 1, sym_comment, - ACTIONS(2834), 5, + ACTIONS(2328), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [191285] = 9, + [206555] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1656), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, + ACTIONS(8038), 1, + anon_sym_DOT2, + ACTIONS(8041), 1, + aux_sym__immediate_decimal_token2, STATE(4268), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(4970), 1, - sym__assignment_pattern_last, - STATE(5458), 1, - sym__variable_name, - [191313] = 5, - ACTIONS(105), 1, + ACTIONS(671), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(673), 3, + anon_sym_PIPE, + anon_sym_EQ_GT, + sym_duration_unit, + [206577] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3173), 1, - anon_sym_LF, - ACTIONS(8025), 1, - anon_sym_DOT2, + ACTIONS(8043), 1, + aux_sym__immediate_decimal_token2, STATE(4269), 1, sym_comment, - ACTIONS(3171), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(684), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 4, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191333] = 8, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [206597] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(7181), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7964), 1, sym_cmd_identifier, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, + STATE(965), 1, sym__str_double_quotes, - STATE(1267), 1, + STATE(1016), 1, + sym_val_string, + STATE(1262), 1, sym__command_name, STATE(4270), 1, sym_comment, - ACTIONS(7105), 2, + ACTIONS(7183), 2, sym__str_single_quotes, sym__str_back_ticks, - [191359] = 7, + [206623] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8027), 1, - anon_sym_DOT2, - STATE(2728), 1, - sym_cell_path, - STATE(4232), 1, - sym_path, STATE(4271), 1, sym_comment, - ACTIONS(1400), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1402), 2, - ts_builtin_sym_end, - anon_sym_LF, - [191383] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3200), 1, + ACTIONS(2377), 2, anon_sym_LF, - ACTIONS(8030), 1, anon_sym_DOT2, - STATE(4272), 1, - sym_comment, - ACTIONS(3198), 5, + ACTIONS(2375), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191403] = 6, + [206641] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2936), 1, + ACTIONS(2519), 1, anon_sym_LF, - ACTIONS(5260), 1, + ACTIONS(4792), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8032), 1, + ACTIONS(8045), 1, anon_sym_DOT2, - STATE(4273), 1, + STATE(4272), 1, sym_comment, - ACTIONS(2934), 4, + ACTIONS(2517), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [191425] = 4, + [206663] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8050), 1, + anon_sym_COLON, + ACTIONS(8052), 1, + anon_sym_COMMA, + STATE(4273), 1, + sym_comment, + ACTIONS(8048), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [206683] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4274), 1, sym_comment, - ACTIONS(2986), 2, + ACTIONS(2503), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2984), 5, + ACTIONS(2501), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191443] = 9, + [206701] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1660), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, + ACTIONS(7181), 1, + anon_sym_DQUOTE, + ACTIONS(7964), 1, + sym_cmd_identifier, + STATE(965), 1, + sym__str_double_quotes, + STATE(1016), 1, + sym_val_string, + STATE(1261), 1, + sym__command_name, STATE(4275), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5347), 1, - sym__assignment_pattern_parenthesized_last, - STATE(5351), 1, - sym__variable_name, - [191471] = 4, + ACTIONS(7183), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [206727] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4276), 1, sym_comment, - ACTIONS(3258), 2, + ACTIONS(2786), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(3256), 5, + ACTIONS(2784), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191489] = 5, - ACTIONS(3), 1, + [206745] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8037), 1, - anon_sym_DASH, - STATE(4868), 1, - sym_long_flag, - STATE(4277), 2, + ACTIONS(7933), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8054), 1, + anon_sym_DOT2, + STATE(4277), 1, sym_comment, - aux_sym_decl_def_repeat1, - ACTIONS(8035), 4, - sym_cmd_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [191509] = 9, + ACTIONS(2328), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2326), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [206767] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1658), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, + ACTIONS(8058), 1, + anon_sym_COLON, + ACTIONS(8060), 1, + anon_sym_COMMA, STATE(4278), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5348), 1, - sym__assignment_pattern_parenthesized_last, - STATE(5351), 1, - sym__variable_name, - [191537] = 9, + ACTIONS(8056), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [206787] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1659), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, + ACTIONS(7945), 1, + aux_sym__immediate_decimal_token2, STATE(4279), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5351), 1, - sym__variable_name, - STATE(5352), 1, - sym__assignment_pattern_parenthesized_last, - [191565] = 8, + ACTIONS(647), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [206807] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, + STATE(904), 1, sym_val_string, + STATE(918), 1, + sym__str_double_quotes, + STATE(940), 1, + sym__command_name, STATE(4280), 1, sym_comment, - STATE(5745), 1, - sym__command_name, - ACTIONS(2902), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [191591] = 5, + [206833] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3208), 1, + ACTIONS(2328), 1, anon_sym_LF, - ACTIONS(8040), 1, + ACTIONS(4699), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8062), 1, anon_sym_DOT2, STATE(4281), 1, sym_comment, - ACTIONS(3206), 5, + ACTIONS(2326), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [191611] = 5, - ACTIONS(105), 1, + [206855] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3214), 1, - anon_sym_LF, - ACTIONS(8042), 1, - anon_sym_DOT2, + ACTIONS(7956), 1, + aux_sym__immediate_decimal_token2, STATE(4282), 1, sym_comment, - ACTIONS(3212), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 4, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191631] = 6, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [206875] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1357), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, + sym__var, + STATE(4283), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5353), 1, + sym__variable_name, + STATE(5356), 1, + sym__assignment_pattern_parenthesized_last, + [206903] = 9, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8044), 1, + ACTIONS(8022), 1, + anon_sym_LPAREN2, + ACTIONS(8026), 1, + anon_sym_DASH2, + ACTIONS(8030), 1, + aux_sym__list_item_starts_with_sign_token1, + ACTIONS(8032), 1, + aux_sym_short_flag_token1, + ACTIONS(8065), 1, anon_sym_DOT2, - ACTIONS(8047), 1, - aux_sym__immediate_decimal_token2, - STATE(4283), 1, + ACTIONS(8067), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8069), 1, + aux_sym__immediate_decimal_token3, + STATE(4284), 1, sym_comment, - ACTIONS(2936), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2934), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [191653] = 8, + [206931] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(1370), 1, + STATE(904), 1, sym_val_string, - STATE(1382), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(1503), 1, + STATE(1162), 1, sym__command_name, - STATE(4284), 1, + STATE(4285), 1, sym_comment, - ACTIONS(7155), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [191679] = 6, + [206957] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8047), 1, + ACTIONS(7991), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8049), 1, + ACTIONS(8071), 1, anon_sym_DOT2, - STATE(4285), 1, + STATE(4286), 1, sym_comment, - ACTIONS(2936), 2, + ACTIONS(2519), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2934), 3, + ACTIONS(2517), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [191701] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7153), 1, - anon_sym_DQUOTE, - ACTIONS(7984), 1, - sym_cmd_identifier, - STATE(1370), 1, - sym_val_string, - STATE(1382), 1, - sym__str_double_quotes, - STATE(1525), 1, - sym__command_name, - STATE(4286), 1, - sym_comment, - ACTIONS(7155), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191727] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4287), 1, - sym_comment, - STATE(6132), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191753] = 9, + [206979] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(7749), 1, sym_identifier, - STATE(1666), 1, + STATE(1372), 1, sym__assignment_pattern, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4288), 1, + STATE(4287), 1, sym_comment, - STATE(4963), 1, + STATE(4954), 1, sym_val_variable, - STATE(4992), 1, + STATE(5392), 1, sym__assignment_pattern_last, - STATE(5458), 1, + STATE(5415), 1, sym__variable_name, - [191781] = 8, + [207007] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, - anon_sym_DQUOTE, - ACTIONS(7912), 1, - sym_cmd_identifier, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, - sym__str_double_quotes, - STATE(1455), 1, - sym__command_name, - STATE(4289), 1, + STATE(4288), 1, sym_comment, - ACTIONS(7105), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191807] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(2762), 7, sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4290), 1, - sym_comment, - STATE(5081), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191833] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4291), 1, - sym_comment, - STATE(6047), 1, - sym__command_name, - ACTIONS(2902), 2, sym__str_single_quotes, sym__str_back_ticks, - [191859] = 6, + [207023] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7931), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8051), 1, + ACTIONS(7995), 1, anon_sym_DOT2, - STATE(4292), 1, + STATE(2559), 1, + sym_path, + STATE(4227), 1, + aux_sym_cell_path_repeat1, + STATE(4289), 1, sym_comment, - ACTIONS(2834), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2832), 3, + ACTIONS(745), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - [191881] = 6, + ACTIONS(747), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207047] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8054), 1, - anon_sym_DOT2, - STATE(2734), 1, - sym_path, - ACTIONS(1387), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1389), 2, - ts_builtin_sym_end, + ACTIONS(2778), 1, anon_sym_LF, - STATE(4293), 2, + STATE(4290), 1, sym_comment, - aux_sym_cell_path_repeat1, - [191903] = 8, + ACTIONS(2776), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_else, + anon_sym_RBRACE, + anon_sym_catch, + [207065] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(1370), 1, + STATE(904), 1, sym_val_string, - STATE(1382), 1, - sym__str_double_quotes, - STATE(1522), 1, - sym__command_name, - STATE(4294), 1, - sym_comment, - ACTIONS(7155), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191929] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(8057), 1, - anon_sym_alias, - ACTIONS(8059), 1, - anon_sym_const, - ACTIONS(8061), 1, - anon_sym_def, - ACTIONS(8063), 1, - anon_sym_extern, - ACTIONS(8065), 1, - anon_sym_module, - ACTIONS(8067), 1, - anon_sym_use, - STATE(4295), 1, - sym_comment, - [191957] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4296), 1, - sym_comment, - STATE(6166), 1, + STATE(1182), 1, sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [191983] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8071), 1, - anon_sym_COLON, - ACTIONS(8073), 1, - anon_sym_COMMA, - STATE(4297), 1, + STATE(4291), 1, sym_comment, - ACTIONS(8069), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [192003] = 8, + [207091] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, + STATE(904), 1, sym_val_string, - STATE(4298), 1, - sym_comment, - STATE(5997), 1, - sym__command_name, - ACTIONS(2902), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [192029] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8077), 1, - anon_sym_COLON, - ACTIONS(8079), 1, - anon_sym_COMMA, - STATE(4299), 1, - sym_comment, - ACTIONS(8075), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192049] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7898), 1, - anon_sym_DQUOTE, - ACTIONS(8081), 1, - sym_cmd_identifier, - STATE(3672), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(3967), 1, - sym_val_string, - STATE(4017), 1, + STATE(1183), 1, sym__command_name, - STATE(4300), 1, - sym_comment, - ACTIONS(7900), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [192075] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(7787), 1, - sym_cmd_identifier, - STATE(2777), 1, - sym__str_double_quotes, - STATE(4131), 1, - sym_val_string, - STATE(4301), 1, + STATE(4292), 1, sym_comment, - STATE(5748), 1, - sym__command_name, - ACTIONS(2902), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [192101] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1656), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4302), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5446), 1, - sym__variable_name, - STATE(5447), 1, - sym__assignment_pattern_last, - [192129] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7969), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8083), 1, - anon_sym_DOT2, - STATE(4303), 1, - sym_comment, - ACTIONS(2834), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [192149] = 9, + [207117] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7999), 1, - anon_sym_LPAREN2, - ACTIONS(8003), 1, - anon_sym_DASH2, - ACTIONS(8007), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(8009), 1, - aux_sym_short_flag_token1, - ACTIONS(8086), 1, + ACTIONS(7995), 1, anon_sym_DOT2, - ACTIONS(8088), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8090), 1, - aux_sym__immediate_decimal_token3, - STATE(4304), 1, - sym_comment, - [192177] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4305), 1, + STATE(2559), 1, + sym_path, + STATE(4293), 1, sym_comment, - ACTIONS(3234), 7, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, + STATE(4308), 1, + aux_sym_cell_path_repeat1, + ACTIONS(745), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(747), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207141] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2285), 1, anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4294), 1, + sym_comment, + STATE(6154), 1, + sym__command_name, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [192193] = 8, + [207167] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(1226), 1, + STATE(904), 1, sym_val_string, - STATE(1246), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(1486), 1, + STATE(1123), 1, sym__command_name, - STATE(4306), 1, + STATE(4295), 1, sym_comment, - ACTIONS(7105), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [192219] = 8, + [207193] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7153), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7984), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(1370), 1, + STATE(904), 1, sym_val_string, - STATE(1382), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(1422), 1, + STATE(1121), 1, sym__command_name, - STATE(4307), 1, + STATE(4296), 1, sym_comment, - ACTIONS(7155), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [192245] = 8, + [207219] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7787), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(2777), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4131), 1, + STATE(4082), 1, sym_val_string, - STATE(4308), 1, + STATE(4297), 1, sym_comment, - STATE(6027), 1, + STATE(5323), 1, sym__command_name, - ACTIONS(2902), 2, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [192271] = 6, - ACTIONS(105), 1, + [207245] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2834), 1, - anon_sym_LF, - ACTIONS(5163), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8092), 1, - anon_sym_DOT2, - STATE(4309), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(8073), 1, + anon_sym_alias, + ACTIONS(8075), 1, + anon_sym_const, + ACTIONS(8077), 1, + anon_sym_def, + ACTIONS(8079), 1, + anon_sym_extern, + ACTIONS(8081), 1, + anon_sym_module, + ACTIONS(8083), 1, + anon_sym_use, + STATE(4298), 1, sym_comment, - ACTIONS(2832), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [192293] = 6, - ACTIONS(105), 1, + [207273] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2834), 1, - anon_sym_LF, - ACTIONS(5163), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8095), 1, - anon_sym_DOT2, - STATE(4310), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4299), 1, sym_comment, - ACTIONS(2832), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [192315] = 5, + STATE(5774), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [207299] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3157), 1, - anon_sym_LF, - ACTIONS(8097), 1, - sym__long_flag_identifier, - STATE(4311), 1, + ACTIONS(8085), 1, + anon_sym_DOT2, + STATE(3049), 1, + sym_cell_path, + STATE(4293), 1, + sym_path, + STATE(4300), 1, sym_comment, - ACTIONS(3153), 5, + ACTIONS(830), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [192335] = 8, + ACTIONS(832), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207323] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7663), 1, + ACTIONS(7657), 1, anon_sym_DOLLAR, - ACTIONS(7667), 1, + ACTIONS(7661), 1, anon_sym_LBRACE, - STATE(2979), 1, + STATE(2818), 1, sym__var, - STATE(3146), 1, - sym_block, - STATE(3148), 1, + STATE(3107), 1, sym_val_closure, - STATE(4312), 1, + STATE(3114), 1, + sym_block, + STATE(4301), 1, sym_comment, - STATE(1329), 2, + STATE(1120), 2, sym__blosure, sym_val_variable, - [192361] = 8, + [207349] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8088), 1, + anon_sym_DOT2, + STATE(2535), 1, + sym_cell_path, + STATE(4293), 1, + sym_path, + STATE(4302), 1, + sym_comment, + ACTIONS(715), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(717), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207373] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(907), 1, - sym__command_name, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(4313), 1, + STATE(4082), 1, + sym_val_string, + STATE(4303), 1, sym_comment, - ACTIONS(7105), 2, + STATE(6136), 1, + sym__command_name, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [192387] = 9, - ACTIONS(3), 1, + [207399] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1661), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, - STATE(4314), 1, + ACTIONS(2420), 1, + anon_sym_LF, + ACTIONS(8091), 1, + sym__long_flag_identifier, + STATE(4304), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5351), 1, - sym__variable_name, - STATE(5473), 1, - sym__assignment_pattern_parenthesized_last, - [192415] = 9, + ACTIONS(2416), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [207419] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1666), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4315), 1, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(7669), 1, + sym_cmd_identifier, + STATE(2634), 1, + sym__str_double_quotes, + STATE(4082), 1, + sym_val_string, + STATE(4305), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5417), 1, - sym__assignment_pattern_last, - STATE(5446), 1, - sym__variable_name, - [192443] = 8, + STATE(5099), 1, + sym__command_name, + ACTIONS(2287), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [207445] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(7071), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7905), 1, sym_cmd_identifier, - STATE(1226), 1, + STATE(904), 1, sym_val_string, - STATE(1246), 1, + STATE(918), 1, sym__str_double_quotes, - STATE(1304), 1, + STATE(1059), 1, sym__command_name, - STATE(4316), 1, + STATE(4306), 1, sym_comment, - ACTIONS(7105), 2, + ACTIONS(7073), 2, sym__str_single_quotes, sym__str_back_ticks, - [192469] = 8, + [207471] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7103), 1, + ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(7912), 1, + ACTIONS(7669), 1, sym_cmd_identifier, - STATE(1226), 1, - sym_val_string, - STATE(1246), 1, + STATE(2634), 1, sym__str_double_quotes, - STATE(1305), 1, - sym__command_name, - STATE(4317), 1, + STATE(4082), 1, + sym_val_string, + STATE(4307), 1, sym_comment, - ACTIONS(7105), 2, + STATE(6002), 1, + sym__command_name, + ACTIONS(2287), 2, sym__str_single_quotes, sym__str_back_ticks, - [192495] = 6, + [207497] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5249), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8099), 1, - aux_sym__immediate_decimal_token1, - STATE(4318), 1, + STATE(2559), 1, + sym_path, + STATE(4308), 1, sym_comment, - ACTIONS(2832), 2, + STATE(4309), 1, + aux_sym_cell_path_repeat1, + ACTIONS(733), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2834), 3, + ACTIONS(735), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - [192517] = 5, + [207519] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8093), 1, + anon_sym_DOT2, + STATE(2559), 1, + sym_path, + ACTIONS(760), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(762), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4309), 2, + sym_comment, + aux_sym_cell_path_repeat1, + [207541] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8013), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8101), 1, + ACTIONS(8077), 1, + anon_sym_def, + ACTIONS(8079), 1, + anon_sym_extern, + ACTIONS(8081), 1, + anon_sym_module, + ACTIONS(8083), 1, + anon_sym_use, + ACTIONS(8096), 1, + anon_sym_alias, + ACTIONS(8098), 1, + anon_sym_const, + STATE(4310), 1, + sym_comment, + [207566] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + STATE(894), 1, + aux_sym__block_body_repeat1, + STATE(1152), 1, + sym__terminator, + STATE(4311), 1, + sym_comment, + ACTIONS(8100), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [207589] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + STATE(1152), 1, + sym__terminator, + STATE(4312), 1, + sym_comment, + STATE(4342), 1, + aux_sym__block_body_repeat1, + ACTIONS(8100), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [207612] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1372), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4313), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5458), 1, + sym__variable_name, + [207637] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, anon_sym_DOT2, - STATE(4319), 1, + STATE(2318), 1, + sym_path, + STATE(4314), 1, sym_comment, - ACTIONS(2936), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, + STATE(4421), 1, + aux_sym_cell_path_repeat1, + ACTIONS(747), 3, + anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_EQ_GT, - [192537] = 3, + anon_sym_RBRACE, + [207658] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(4320), 1, + ACTIONS(2416), 1, + sym_cmd_identifier, + ACTIONS(8102), 1, + sym__long_flag_identifier, + STATE(4315), 1, sym_comment, - ACTIONS(2986), 6, - anon_sym_PIPE, + ACTIONS(2420), 4, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [192552] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [207677] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1340), 1, + STATE(963), 1, sym_block, - STATE(4321), 1, + STATE(4316), 1, sym_comment, - STATE(5536), 1, + STATE(5549), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192575] = 7, + [207700] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1335), 1, + STATE(1112), 1, sym_block, - STATE(4322), 1, + STATE(4317), 1, sym_comment, - STATE(5534), 1, + STATE(5545), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192598] = 7, + [207723] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(8106), 1, + anon_sym_DOT2, + ACTIONS(8108), 1, + anon_sym_LPAREN2, + ACTIONS(8110), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8112), 1, + anon_sym_DASH2, + ACTIONS(8114), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8116), 1, + aux_sym_short_flag_token1, + STATE(4318), 1, + sym_comment, + [207748] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7663), 1, anon_sym_DASH, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1332), 1, + STATE(1113), 1, sym_block, - STATE(4323), 1, + STATE(4319), 1, sym_comment, - STATE(5532), 1, + STATE(5531), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192621] = 7, + [207771] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8110), 1, - anon_sym_DQUOTE2, - STATE(4324), 1, + ACTIONS(8120), 1, + anon_sym_LF, + ACTIONS(8122), 1, + anon_sym_else, + STATE(4320), 1, sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192644] = 7, + ACTIONS(8118), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [207790] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7751), 1, anon_sym_DASH, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1342), 1, - sym_block, - STATE(4325), 1, + ACTIONS(8124), 1, + sym_identifier, + STATE(4321), 1, sym_comment, - STATE(5528), 1, + STATE(4471), 1, + aux_sym_overlay_use_repeat1, + STATE(5541), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192667] = 7, + [207813] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, - anon_sym_DASH, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1343), 1, - sym_block, - STATE(4326), 1, + ACTIONS(8106), 1, + anon_sym_DOT2, + ACTIONS(8108), 1, + anon_sym_LPAREN2, + ACTIONS(8110), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8114), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8126), 1, + anon_sym_DASH2, + ACTIONS(8128), 1, + aux_sym_short_flag_token1, + STATE(4322), 1, sym_comment, - STATE(5527), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [192690] = 7, + [207838] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1349), 1, + STATE(1114), 1, sym_block, - STATE(4327), 1, + STATE(4323), 1, sym_comment, - STATE(5526), 1, + STATE(5539), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192713] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3331), 1, - anon_sym_LF, - STATE(4328), 1, - sym_comment, - ACTIONS(3329), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [192730] = 7, - ACTIONS(105), 1, + [207861] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8112), 1, - anon_sym_DQUOTE2, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1375), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, STATE(4324), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4329), 1, sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192753] = 7, + STATE(4954), 1, + sym_val_variable, + STATE(5458), 1, + sym__variable_name, + [207886] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(8104), 1, + ACTIONS(8130), 1, anon_sym_LBRACE, - STATE(1449), 1, - sym_block, - STATE(4330), 1, + STATE(1331), 1, + sym_val_record, + STATE(4325), 1, sym_comment, - STATE(5539), 1, + STATE(5570), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192776] = 3, + [207909] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(4331), 1, + ACTIONS(8132), 1, + anon_sym_DOT2, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8138), 1, + anon_sym_DASH2, + ACTIONS(8140), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8142), 1, + aux_sym_short_flag_token1, + STATE(4326), 1, sym_comment, - ACTIONS(8114), 6, + [207934] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, sym_identifier, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192791] = 4, + STATE(1371), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4327), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5458), 1, + sym__variable_name, + [207959] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3353), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8146), 1, anon_sym_LF, - STATE(4332), 1, + STATE(2355), 1, + aux_sym_pipe_element_repeat1, + STATE(4328), 1, sym_comment, - ACTIONS(3351), 5, + ACTIONS(8144), 3, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [192808] = 4, + [207980] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3335), 1, + ACTIONS(8151), 1, anon_sym_LF, - STATE(4333), 1, + ACTIONS(8153), 1, + anon_sym_catch, + STATE(4329), 1, sym_comment, - ACTIONS(3333), 5, + ACTIONS(8149), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [192825] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7797), 1, - anon_sym_DASH, - ACTIONS(8116), 1, - sym_identifier, - STATE(4334), 1, - sym_comment, - STATE(4491), 1, - aux_sym_overlay_use_repeat1, - STATE(5608), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [192848] = 4, + [207999] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3345), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8157), 1, anon_sym_LF, - STATE(4335), 1, + STATE(2356), 1, + aux_sym_pipe_element_repeat1, + STATE(4330), 1, sym_comment, - ACTIONS(3343), 5, + ACTIONS(8155), 3, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [192865] = 7, + [208020] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(8073), 1, + anon_sym_alias, + ACTIONS(8075), 1, + anon_sym_const, + ACTIONS(8077), 1, + anon_sym_def, + ACTIONS(8079), 1, + anon_sym_extern, + ACTIONS(8081), 1, + anon_sym_module, + ACTIONS(8083), 1, + anon_sym_use, + STATE(4331), 1, + sym_comment, + [208045] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7663), 1, anon_sym_DASH, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1357), 1, + STATE(1145), 1, sym_block, - STATE(4336), 1, + STATE(4332), 1, sym_comment, - STATE(5529), 1, + STATE(5544), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192888] = 4, + [208068] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3377), 1, - anon_sym_LF, - STATE(4337), 1, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8164), 1, + anon_sym_DQUOTE2, + STATE(4333), 1, sym_comment, - ACTIONS(3375), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [192905] = 7, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208091] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1527), 1, + STATE(1147), 1, sym_block, - STATE(4338), 1, + STATE(4334), 1, sym_comment, - STATE(5591), 1, + STATE(5534), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192928] = 7, + [208114] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1581), 1, + STATE(1150), 1, sym_block, - STATE(4339), 1, + STATE(4335), 1, sym_comment, - STATE(5581), 1, + STATE(5533), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192951] = 7, + [208137] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7751), 1, anon_sym_DASH, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1579), 1, - sym_block, - STATE(4340), 1, + ACTIONS(8166), 1, + sym_identifier, + STATE(4321), 1, + aux_sym_overlay_use_repeat1, + STATE(4336), 1, sym_comment, - STATE(5556), 1, + STATE(5541), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [192974] = 7, + [208160] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4827), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8168), 1, + anon_sym_DOT2, + STATE(4337), 1, + sym_comment, + ACTIONS(2326), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2328), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208181] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + STATE(1152), 1, + sym__terminator, + STATE(4311), 1, + aux_sym__block_body_repeat1, + STATE(4338), 1, + sym_comment, + ACTIONS(8170), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [208204] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(8172), 1, + anon_sym_DOT2, + STATE(4339), 1, + sym_comment, + ACTIONS(2663), 5, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(8118), 1, + anon_sym_if, anon_sym_LBRACE, - STATE(1578), 1, - sym_block, - STATE(4341), 1, - sym_comment, - STATE(5557), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [192997] = 8, + anon_sym_EQ_GT, + [208221] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8120), 1, + ACTIONS(8174), 1, anon_sym_DOT2, - ACTIONS(8122), 1, - anon_sym_LPAREN2, - ACTIONS(8124), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8126), 1, - anon_sym_DASH2, - ACTIONS(8128), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8130), 1, - aux_sym_short_flag_token1, - STATE(4342), 1, + STATE(4340), 1, sym_comment, - [193022] = 4, + ACTIONS(2739), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [208238] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3429), 1, - anon_sym_LF, - STATE(4343), 1, + ACTIONS(4914), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8176), 1, + anon_sym_DOT2, + STATE(4341), 1, sym_comment, - ACTIONS(3427), 5, + ACTIONS(2517), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193039] = 4, + ACTIONS(2519), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208259] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3433), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, - STATE(4344), 1, + STATE(894), 1, + aux_sym__block_body_repeat1, + STATE(1152), 1, + sym__terminator, + STATE(4342), 1, sym_comment, - ACTIONS(3431), 5, - anon_sym_SEMI, + ACTIONS(8178), 2, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [193056] = 4, + [208282] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6113), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8180), 1, + aux_sym__immediate_decimal_token1, + STATE(4343), 1, + sym_comment, + ACTIONS(2328), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + [208301] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3461), 1, + STATE(4344), 1, + sym_comment, + ACTIONS(2778), 2, + ts_builtin_sym_end, anon_sym_LF, + ACTIONS(2776), 4, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_else, + anon_sym_catch, + [208318] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8186), 1, + aux_sym_unquoted_token2, STATE(4345), 1, sym_comment, - ACTIONS(3459), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(799), 3, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193073] = 4, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_EQ_GT, + [208339] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3465), 1, - anon_sym_LF, + ACTIONS(6229), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8188), 1, + aux_sym__immediate_decimal_token1, STATE(4346), 1, sym_comment, - ACTIONS(3463), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, + ACTIONS(2377), 4, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - [193090] = 7, + anon_sym_DOT2, + [208358] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7797), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(8132), 1, - sym_identifier, + ACTIONS(8190), 1, + anon_sym_LBRACE, + STATE(1125), 1, + sym_val_record, STATE(4347), 1, sym_comment, - STATE(4470), 1, - aux_sym_overlay_use_repeat1, - STATE(5608), 1, + STATE(5591), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [193113] = 4, + [208381] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3469), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8192), 1, + anon_sym_DQUOTE2, STATE(4348), 1, sym_comment, - ACTIONS(3467), 5, + STATE(4417), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208404] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2693), 1, + anon_sym_LF, + ACTIONS(8194), 1, + anon_sym_DOT2, + STATE(4349), 1, + sym_comment, + ACTIONS(2691), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [193130] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1660), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, - STATE(4349), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5407), 1, - sym__variable_name, - [193155] = 8, - ACTIONS(3), 1, + [208423] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1658), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, + ACTIONS(2687), 1, + anon_sym_LF, + ACTIONS(8196), 1, + anon_sym_DOT2, STATE(4350), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5407), 1, - sym__variable_name, - [193180] = 6, + ACTIONS(2685), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [208442] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, + ACTIONS(8200), 1, + anon_sym_COMMA, STATE(4351), 1, sym_comment, - STATE(5464), 1, - sym_cell_path, - ACTIONS(6414), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [193201] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(8198), 5, sym_identifier, - STATE(1659), 1, - sym__assignment_pattern_parenthesized, - STATE(2688), 1, - sym__var, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [208459] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2677), 1, + anon_sym_LF, + ACTIONS(8202), 1, + anon_sym_DOT2, STATE(4352), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5407), 1, - sym__variable_name, - [193226] = 8, + ACTIONS(2675), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [208478] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8134), 1, - anon_sym_DOT2, - ACTIONS(8136), 1, - anon_sym_LPAREN2, - ACTIONS(8138), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8140), 1, - anon_sym_DASH2, - ACTIONS(8142), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8144), 1, - aux_sym_short_flag_token1, STATE(4353), 1, sym_comment, - [193251] = 4, + ACTIONS(655), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(657), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [208495] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3473), 1, + ACTIONS(2671), 1, anon_sym_LF, + ACTIONS(8204), 1, + anon_sym_DOT2, STATE(4354), 1, sym_comment, - ACTIONS(3471), 5, + ACTIONS(2669), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [193268] = 4, + [208514] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3477), 1, + ACTIONS(2762), 1, anon_sym_LF, STATE(4355), 1, sym_comment, - ACTIONS(3475), 5, + ACTIONS(2760), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [193285] = 6, + [208531] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(3387), 1, - sym_cell_path, + ACTIONS(8208), 1, + anon_sym_COMMA, STATE(4356), 1, sym_comment, - ACTIONS(1457), 3, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RBRACK, - [193306] = 6, - ACTIONS(3), 1, + ACTIONS(8206), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [208548] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5638), 1, + ACTIONS(2739), 1, + anon_sym_LF, + ACTIONS(8210), 1, anon_sym_DOT2, - STATE(3267), 1, - sym_cell_path, STATE(4357), 1, sym_comment, - STATE(4447), 1, - sym_path, - ACTIONS(1469), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(2737), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [193327] = 8, - ACTIONS(3), 1, + [208567] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8061), 1, - anon_sym_def, - ACTIONS(8063), 1, - anon_sym_extern, - ACTIONS(8065), 1, - anon_sym_module, - ACTIONS(8067), 1, - anon_sym_use, - ACTIONS(8146), 1, - anon_sym_alias, - ACTIONS(8148), 1, - anon_sym_const, STATE(4358), 1, sym_comment, - [193352] = 6, + ACTIONS(2326), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + ACTIONS(2328), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [208584] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5703), 1, - anon_sym_DOT2, - STATE(2795), 1, - sym_cell_path, + ACTIONS(7663), 1, + anon_sym_DASH, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1167), 1, + sym_block, STATE(4359), 1, sym_comment, - STATE(4447), 1, - sym_path, - ACTIONS(1402), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [193373] = 4, + STATE(5595), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [208607] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3503), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8212), 1, + anon_sym_DQUOTE2, STATE(4360), 1, sym_comment, - ACTIONS(3501), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193390] = 4, - ACTIONS(105), 1, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208630] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3507), 1, - anon_sym_LF, STATE(4361), 1, sym_comment, - ACTIONS(3505), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(647), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(649), 4, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193407] = 4, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [208647] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3511), 1, + ACTIONS(2663), 1, anon_sym_LF, + ACTIONS(8214), 1, + anon_sym_DOT2, STATE(4362), 1, sym_comment, - ACTIONS(3509), 5, + ACTIONS(2661), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [193424] = 4, + [208666] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3515), 1, - anon_sym_LF, STATE(4363), 1, sym_comment, - ACTIONS(3513), 5, + ACTIONS(2375), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [193441] = 4, + ACTIONS(2377), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [208683] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3579), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8216), 1, + anon_sym_DQUOTE2, STATE(4364), 1, sym_comment, - ACTIONS(3577), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193458] = 4, + STATE(4371), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208706] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3598), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8218), 1, + anon_sym_DQUOTE2, STATE(4365), 1, sym_comment, - ACTIONS(3596), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193475] = 4, - ACTIONS(105), 1, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208729] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3606), 1, - anon_sym_LF, + ACTIONS(737), 1, + sym_filesize_unit, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, STATE(4366), 1, sym_comment, - ACTIONS(3604), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(739), 4, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193492] = 4, + anon_sym_if, + anon_sym_EQ_GT, + sym_duration_unit, + [208748] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3614), 1, - anon_sym_LF, STATE(4367), 1, sym_comment, - ACTIONS(3612), 5, + ACTIONS(2501), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [193509] = 7, + ACTIONS(2503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [208765] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8150), 1, + ACTIONS(8220), 1, anon_sym_DQUOTE2, + STATE(4360), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4368), 1, sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [193532] = 4, - ACTIONS(105), 1, + [208788] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3618), 1, - anon_sym_LF, STATE(4369), 1, sym_comment, - ACTIONS(3616), 5, + ACTIONS(684), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(686), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [208805] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4370), 1, + sym_comment, + ACTIONS(2784), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [193549] = 7, + ACTIONS(2786), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [208822] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8152), 1, + ACTIONS(8222), 1, anon_sym_DQUOTE2, - STATE(4370), 1, + STATE(4371), 1, sym_comment, - STATE(4426), 1, + STATE(4383), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [193572] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3622), 1, - anon_sym_LF, - STATE(4371), 1, - sym_comment, - ACTIONS(3620), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193589] = 4, + [208845] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3634), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8224), 1, + anon_sym_DQUOTE2, STATE(4372), 1, sym_comment, - ACTIONS(3632), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193606] = 4, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208868] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3640), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8226), 1, + anon_sym_DQUOTE2, STATE(4373), 1, sym_comment, - ACTIONS(3638), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193623] = 6, - ACTIONS(105), 1, + STATE(4376), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208891] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5339), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8154), 1, - anon_sym_DOT2, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(8228), 1, + sym_identifier, + STATE(794), 1, + sym__var, + STATE(979), 1, + sym__variable_name, + STATE(1126), 1, + sym_val_variable, STATE(4374), 1, sym_comment, - ACTIONS(2934), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2936), 2, - ts_builtin_sym_end, - anon_sym_LF, - [193644] = 4, - ACTIONS(105), 1, + [208916] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3644), 1, - anon_sym_LF, STATE(4375), 1, sym_comment, - ACTIONS(3642), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(775), 2, + sym_filesize_unit, + aux_sym_unquoted_token6, + ACTIONS(777), 4, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193661] = 4, + anon_sym_EQ_GT, + anon_sym_DOT2, + sym_duration_unit, + [208933] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3652), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8230), 1, + anon_sym_DQUOTE2, STATE(4376), 1, sym_comment, - ACTIONS(3650), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193678] = 7, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [208956] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7797), 1, - anon_sym_DASH, - ACTIONS(8156), 1, - sym_identifier, - STATE(4347), 1, - aux_sym_overlay_use_repeat1, STATE(4377), 1, sym_comment, - STATE(5608), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [193701] = 4, - ACTIONS(105), 1, + ACTIONS(1087), 6, + sym_cmd_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [208971] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3656), 1, - anon_sym_LF, STATE(4378), 1, sym_comment, - ACTIONS(3654), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193718] = 4, - ACTIONS(105), 1, + ACTIONS(8232), 6, + sym_identifier, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [208986] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LF, + ACTIONS(8077), 1, + anon_sym_def, + ACTIONS(8079), 1, + anon_sym_extern, + ACTIONS(8081), 1, + anon_sym_module, + ACTIONS(8083), 1, + anon_sym_use, + ACTIONS(8234), 1, + anon_sym_alias, + ACTIONS(8236), 1, + anon_sym_const, STATE(4379), 1, sym_comment, - ACTIONS(3664), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193735] = 5, + [209011] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2393), 1, - aux_sym_cell_path_repeat1, - STATE(2628), 1, - sym_path, + ACTIONS(7663), 1, + anon_sym_DASH, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1274), 1, + sym_block, STATE(4380), 1, sym_comment, - ACTIONS(1409), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - [193754] = 4, + STATE(5599), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [209034] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3674), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8240), 1, + anon_sym_DQUOTE2, + STATE(4372), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4381), 1, sym_comment, - ACTIONS(3672), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193771] = 7, - ACTIONS(3), 1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209057] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7785), 1, - anon_sym_DASH, - ACTIONS(8158), 1, - anon_sym_LBRACE, - STATE(1481), 1, - sym_val_record, + ACTIONS(8242), 1, + anon_sym_DOT2, STATE(4382), 1, sym_comment, - STATE(5559), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [193794] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3678), 1, + ACTIONS(2693), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4383), 1, - sym_comment, - ACTIONS(3676), 5, + ACTIONS(2691), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [193811] = 4, + [209076] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3682), 1, - anon_sym_LF, - STATE(4384), 1, + ACTIONS(8244), 1, + anon_sym_LPAREN, + ACTIONS(8250), 1, + anon_sym_DQUOTE2, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8247), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + STATE(4383), 2, sym_comment, - ACTIONS(3680), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193828] = 4, + aux_sym__inter_double_quotes_repeat1, + [209097] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3705), 1, - anon_sym_LF, - STATE(4385), 1, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8252), 1, + anon_sym_DQUOTE2, + STATE(4384), 1, sym_comment, - ACTIONS(3703), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(4448), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209120] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7663), 1, anon_sym_DASH, - anon_sym_RBRACE, - [193845] = 4, - ACTIONS(105), 1, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1190), 1, + sym_block, + STATE(4385), 1, + sym_comment, + STATE(5587), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [209143] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3709), 1, - anon_sym_LF, + ACTIONS(7751), 1, + anon_sym_DASH, + ACTIONS(8254), 1, + sym_identifier, STATE(4386), 1, sym_comment, - ACTIONS(3707), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193862] = 4, + STATE(4471), 1, + aux_sym_overlay_use_repeat1, + STATE(5541), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [209166] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3713), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8256), 1, + anon_sym_DQUOTE2, STATE(4387), 1, sym_comment, - ACTIONS(3711), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193879] = 4, - ACTIONS(105), 1, + STATE(4390), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209189] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3717), 1, - anon_sym_LF, + ACTIONS(7751), 1, + anon_sym_DASH, + ACTIONS(8258), 1, + sym_identifier, + STATE(4386), 1, + aux_sym_overlay_use_repeat1, STATE(4388), 1, sym_comment, - ACTIONS(3715), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193896] = 4, + STATE(5541), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [209212] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3721), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8260), 1, + anon_sym_DQUOTE2, + STATE(4333), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4389), 1, sym_comment, - ACTIONS(3719), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193913] = 4, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209235] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3725), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8262), 1, + anon_sym_DQUOTE2, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4390), 1, sym_comment, - ACTIONS(3723), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193930] = 4, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209258] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3729), 1, - anon_sym_LF, + ACTIONS(8264), 1, + anon_sym_DOT2, STATE(4391), 1, sym_comment, - ACTIONS(3727), 5, + ACTIONS(2687), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2685), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [193947] = 4, + [209277] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3733), 1, - anon_sym_LF, + ACTIONS(4914), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8266), 1, + anon_sym_DOT2, STATE(4392), 1, sym_comment, - ACTIONS(3731), 5, + ACTIONS(2517), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193964] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3747), 1, + ACTIONS(2519), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4393), 1, - sym_comment, - ACTIONS(3745), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [193981] = 4, - ACTIONS(105), 1, + [209298] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3751), 1, - anon_sym_LF, - STATE(4394), 1, - sym_comment, - ACTIONS(3749), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(7663), 1, anon_sym_DASH, - anon_sym_RBRACE, - [193998] = 8, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1214), 1, + sym_block, + STATE(4393), 1, + sym_comment, + STATE(5566), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [209321] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(7300), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(8160), 1, + ACTIONS(7749), 1, sym_identifier, - STATE(1127), 1, + STATE(1357), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, sym__var, - STATE(1296), 1, + STATE(4394), 1, + sym_comment, + STATE(4954), 1, sym_val_variable, - STATE(1417), 1, + STATE(5411), 1, sym__variable_name, - STATE(4395), 1, - sym_comment, - [194023] = 7, + [209346] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8162), 1, + ACTIONS(8269), 1, anon_sym_DQUOTE2, - STATE(4396), 1, - sym_comment, - STATE(4478), 1, + STATE(4365), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(4395), 1, + sym_comment, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [194046] = 4, + [209369] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3757), 1, + ACTIONS(3190), 1, anon_sym_LF, - STATE(4397), 1, + STATE(4396), 1, sym_comment, - ACTIONS(3755), 5, + ACTIONS(3188), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194063] = 4, + [209386] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3761), 1, + ACTIONS(3051), 1, anon_sym_LF, - STATE(4398), 1, + STATE(4397), 1, sym_comment, - ACTIONS(3759), 5, + ACTIONS(3049), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194080] = 4, + [209403] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8132), 1, + anon_sym_DOT2, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8136), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8140), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8271), 1, + anon_sym_DASH2, + ACTIONS(8273), 1, + aux_sym_short_flag_token1, + STATE(4398), 1, + sym_comment, + [209428] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3769), 1, - anon_sym_LF, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8275), 1, + anon_sym_DQUOTE2, STATE(4399), 1, sym_comment, - ACTIONS(3767), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [194097] = 4, + STATE(4403), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209451] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3773), 1, + ACTIONS(3186), 1, anon_sym_LF, STATE(4400), 1, sym_comment, - ACTIONS(3771), 5, + ACTIONS(3184), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194114] = 4, - ACTIONS(105), 1, + [209468] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3777), 1, - anon_sym_LF, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1351), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, + sym__var, STATE(4401), 1, sym_comment, - ACTIONS(3775), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(4954), 1, + sym_val_variable, + STATE(5411), 1, + sym__variable_name, + [209493] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7663), 1, anon_sym_DASH, - anon_sym_RBRACE, - [194131] = 4, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1219), 1, + sym_block, + STATE(4402), 1, + sym_comment, + STATE(5536), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [209516] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8277), 1, + anon_sym_DQUOTE2, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(4403), 1, + sym_comment, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [209539] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3781), 1, + ACTIONS(3182), 1, anon_sym_LF, - STATE(4402), 1, + STATE(4404), 1, sym_comment, - ACTIONS(3779), 5, + ACTIONS(3180), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194148] = 5, + [209556] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3240), 1, + ACTIONS(3178), 1, anon_sym_LF, - ACTIONS(8164), 1, - anon_sym_DOT2, - STATE(4403), 1, + STATE(4405), 1, sym_comment, - ACTIONS(3238), 4, + ACTIONS(3176), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [194167] = 5, + [209573] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3165), 1, - anon_sym_LF, - ACTIONS(8166), 1, + ACTIONS(8279), 1, anon_sym_DOT2, - STATE(4404), 1, + STATE(4406), 1, sym_comment, - ACTIONS(3163), 4, + ACTIONS(2677), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2675), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [194186] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7785), 1, anon_sym_DASH, - ACTIONS(8168), 1, - anon_sym_LBRACE, - STATE(1508), 1, - sym_val_record, - STATE(4405), 1, - sym_comment, - STATE(5623), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [194209] = 6, + [209592] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5218), 1, + ACTIONS(4726), 1, anon_sym_DOT2, - STATE(2425), 1, + STATE(2182), 1, sym_path, - STATE(3267), 1, + STATE(3262), 1, sym_cell_path, - STATE(4406), 1, + STATE(4407), 1, sym_comment, - ACTIONS(1469), 3, + ACTIONS(832), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [194230] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4407), 1, - sym_comment, - ACTIONS(3258), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [194245] = 8, + [209613] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8061), 1, - anon_sym_def, - ACTIONS(8063), 1, - anon_sym_extern, - ACTIONS(8065), 1, - anon_sym_module, - ACTIONS(8067), 1, - anon_sym_use, - ACTIONS(8170), 1, - anon_sym_alias, - ACTIONS(8172), 1, - anon_sym_const, + ACTIONS(8283), 1, + anon_sym_COMMA, STATE(4408), 1, sym_comment, - [194270] = 3, - ACTIONS(3), 1, + ACTIONS(8281), 5, + sym_cmd_identifier, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [209630] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(2420), 1, + anon_sym_LF, + ACTIONS(8285), 1, + sym__long_flag_identifier, STATE(4409), 1, sym_comment, - ACTIONS(2908), 6, + ACTIONS(2416), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [194285] = 4, + anon_sym_RBRACE, + [209649] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3481), 1, + ACTIONS(2655), 1, anon_sym_LF, STATE(4410), 1, sym_comment, - ACTIONS(3479), 5, + ACTIONS(2653), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194302] = 3, + [209666] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, STATE(4411), 1, sym_comment, - ACTIONS(2834), 6, + STATE(5515), 1, + sym_cell_path, + ACTIONS(6345), 3, anon_sym_PIPE, - anon_sym_DASH, anon_sym_if, - anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_DOT2, - [194317] = 5, + [209687] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8174), 1, - sym__long_flag_identifier, + ACTIONS(3151), 1, + anon_sym_LF, STATE(4412), 1, sym_comment, - ACTIONS(3157), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3153), 3, + ACTIONS(3149), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [194336] = 4, + anon_sym_RBRACE, + [209704] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3273), 1, + ACTIONS(3147), 1, anon_sym_LF, STATE(4413), 1, sym_comment, - ACTIONS(3271), 5, + ACTIONS(3145), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194353] = 7, + [209721] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8176), 1, - anon_sym_DQUOTE2, - STATE(4368), 1, - aux_sym__inter_double_quotes_repeat1, + ACTIONS(3143), 1, + anon_sym_LF, STATE(4414), 1, sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [194376] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(3141), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1543), 1, - sym_block, - STATE(4415), 1, - sym_comment, - STATE(5567), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [194399] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8057), 1, - anon_sym_alias, - ACTIONS(8059), 1, - anon_sym_const, - ACTIONS(8061), 1, - anon_sym_def, - ACTIONS(8063), 1, - anon_sym_extern, - ACTIONS(8065), 1, - anon_sym_module, - ACTIONS(8067), 1, - anon_sym_use, - STATE(4416), 1, - sym_comment, - [194424] = 5, + anon_sym_RBRACE, + [209738] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3157), 1, + ACTIONS(3139), 1, anon_sym_LF, - ACTIONS(8178), 1, - sym__long_flag_identifier, - STATE(4417), 1, + STATE(4415), 1, sym_comment, - ACTIONS(3153), 4, + ACTIONS(3137), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [194443] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8182), 1, - anon_sym_COMMA, - STATE(4418), 1, - sym_comment, - ACTIONS(8180), 5, - sym_cmd_identifier, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [194460] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8184), 1, - anon_sym_DQUOTE2, - STATE(4419), 1, - sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [194483] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8186), 1, - anon_sym_DQUOTE2, - STATE(4419), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4420), 1, - sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [194506] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(4421), 1, - sym_comment, - STATE(5340), 1, - sym_cell_path, - ACTIONS(6443), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [194527] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8188), 1, - anon_sym_DQUOTE2, - STATE(4422), 1, - sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [194550] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8192), 1, - anon_sym_COMMA, - STATE(4423), 1, - sym_comment, - ACTIONS(8190), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [194567] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8196), 1, - anon_sym_COMMA, - STATE(4424), 1, - sym_comment, - ACTIONS(8194), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [194584] = 4, + [209755] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4425), 1, - sym_comment, - ACTIONS(3288), 2, - ts_builtin_sym_end, + ACTIONS(3135), 1, anon_sym_LF, - ACTIONS(3286), 4, + STATE(4416), 1, + sym_comment, + ACTIONS(3133), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_else, - anon_sym_catch, - [194601] = 7, + anon_sym_DASH, + anon_sym_RBRACE, + [209772] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8198), 1, + ACTIONS(8287), 1, anon_sym_DQUOTE2, - STATE(4426), 1, - sym_comment, - STATE(4488), 1, + STATE(4383), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(4417), 1, + sym_comment, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [194624] = 4, + [209795] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3230), 1, + ACTIONS(924), 1, anon_sym_LF, - STATE(4427), 1, + STATE(4418), 1, sym_comment, - ACTIONS(3228), 5, + ACTIONS(922), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [194641] = 3, + [209812] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4428), 1, - sym_comment, - ACTIONS(1627), 6, - sym_cmd_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [194656] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4429), 1, + STATE(4419), 1, sym_comment, - ACTIONS(3256), 3, - anon_sym_SEMI, + ACTIONS(2503), 6, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(3258), 3, - ts_builtin_sym_end, - anon_sym_LF, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_DOT2, - [194673] = 4, - ACTIONS(105), 1, + [209827] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4430), 1, + STATE(4420), 1, sym_comment, - ACTIONS(2984), 3, - anon_sym_SEMI, + ACTIONS(2328), 6, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2986), 3, - ts_builtin_sym_end, - anon_sym_LF, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_DOT2, - [194690] = 7, - ACTIONS(105), 1, + [209842] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1279), 1, - sym__terminator, - STATE(4431), 1, + STATE(2157), 1, + aux_sym_cell_path_repeat1, + STATE(2318), 1, + sym_path, + STATE(4421), 1, sym_comment, - STATE(4446), 1, - aux_sym__block_body_repeat1, - ACTIONS(8200), 2, - anon_sym_RPAREN, + ACTIONS(735), 4, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - [194713] = 4, + anon_sym_DOT2, + [209861] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4432), 1, + ACTIONS(3131), 1, + anon_sym_LF, + STATE(4422), 1, sym_comment, - ACTIONS(2906), 3, + ACTIONS(3129), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2908), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [194730] = 7, + anon_sym_RBRACE, + [209878] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8202), 1, - anon_sym_DQUOTE2, - STATE(4433), 1, + ACTIONS(3127), 1, + anon_sym_LF, + STATE(4423), 1, sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [194753] = 6, + ACTIONS(3125), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [209895] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8206), 1, + ACTIONS(3123), 1, anon_sym_LF, - STATE(2532), 1, - aux_sym_pipe_element_repeat1, - STATE(4434), 1, + STATE(4424), 1, sym_comment, - ACTIONS(8204), 3, + ACTIONS(3121), 5, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [194774] = 7, + [209912] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1627), 1, + STATE(1335), 1, sym_block, - STATE(4435), 1, + STATE(4425), 1, sym_comment, - STATE(5545), 1, + STATE(5522), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [194797] = 7, + [209935] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + STATE(4426), 1, + sym_comment, + ACTIONS(2377), 6, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(8118), 1, + anon_sym_if, anon_sym_LBRACE, - STATE(1619), 1, + anon_sym_EQ_GT, + anon_sym_DOT2, + [209950] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7663), 1, + anon_sym_DASH, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1337), 1, sym_block, - STATE(4436), 1, + STATE(4427), 1, sym_comment, - STATE(5543), 1, + STATE(5523), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [194820] = 7, + [209973] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1618), 1, + STATE(1340), 1, sym_block, - STATE(4437), 1, + STATE(4428), 1, sym_comment, - STATE(5542), 1, + STATE(5524), 1, sym__flag, - STATE(4976), 2, + STATE(4970), 2, sym_short_flag, sym_long_flag, - [194843] = 4, - ACTIONS(105), 1, + [209996] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4438), 1, - sym_comment, - ACTIONS(2832), 3, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(7663), 1, anon_sym_DASH, - ACTIONS(2834), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [194860] = 6, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1217), 1, + sym_block, + STATE(4429), 1, + sym_comment, + STATE(5603), 1, + sym__flag, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [210019] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8211), 1, + ACTIONS(3119), 1, anon_sym_LF, - STATE(2534), 1, - aux_sym_pipe_element_repeat1, - STATE(4439), 1, + STATE(4430), 1, sym_comment, - ACTIONS(8209), 3, + ACTIONS(3117), 5, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [194881] = 7, + [210036] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8214), 1, + ACTIONS(8289), 1, anon_sym_DQUOTE2, - STATE(4433), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4440), 1, + STATE(4431), 1, sym_comment, - STATE(4922), 1, + STATE(4435), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [194904] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1680), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4441), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5363), 1, - sym__variable_name, - [194929] = 8, - ACTIONS(3), 1, + [210059] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1675), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4442), 1, + ACTIONS(3115), 1, + anon_sym_LF, + STATE(4432), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5363), 1, - sym__variable_name, - [194954] = 8, + ACTIONS(3113), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [210076] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(7749), 1, sym_identifier, - STATE(1661), 1, + STATE(1359), 1, sym__assignment_pattern_parenthesized, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4443), 1, + STATE(4433), 1, sym_comment, - STATE(4963), 1, + STATE(4954), 1, sym_val_variable, - STATE(5407), 1, + STATE(5411), 1, sym__variable_name, - [194979] = 8, + [210101] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(7749), 1, sym_identifier, - STATE(1656), 1, - sym__assignment_pattern, - STATE(2688), 1, + STATE(1353), 1, + sym__assignment_pattern_parenthesized, + STATE(2440), 1, sym__var, - STATE(4444), 1, - sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5363), 1, - sym__variable_name, - [195004] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8061), 1, - anon_sym_def, - ACTIONS(8063), 1, - anon_sym_extern, - ACTIONS(8065), 1, - anon_sym_module, - ACTIONS(8067), 1, - anon_sym_use, - ACTIONS(8216), 1, - anon_sym_alias, - ACTIONS(8218), 1, - anon_sym_const, - STATE(4445), 1, - sym_comment, - [195029] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1195), 1, - aux_sym__block_body_repeat1, - STATE(1279), 1, - sym__terminator, - STATE(4446), 1, - sym_comment, - ACTIONS(8220), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [195052] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2628), 1, - sym_path, - STATE(4380), 1, - aux_sym_cell_path_repeat1, - STATE(4447), 1, - sym_comment, - ACTIONS(1396), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [195073] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1279), 1, - sym__terminator, - STATE(4448), 1, - sym_comment, - STATE(4458), 1, - aux_sym__block_body_repeat1, - ACTIONS(8220), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [195096] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8222), 1, - anon_sym_DOT2, - ACTIONS(8224), 1, - anon_sym_LPAREN2, - ACTIONS(8226), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8228), 1, - anon_sym_DASH2, - ACTIONS(8230), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8232), 1, - aux_sym_short_flag_token1, - STATE(4449), 1, - sym_comment, - [195121] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3153), 1, - sym_cmd_identifier, - ACTIONS(8234), 1, - sym__long_flag_identifier, - STATE(4450), 1, - sym_comment, - ACTIONS(3157), 4, - anon_sym_DASH, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [195140] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8222), 1, - anon_sym_DOT2, - ACTIONS(8224), 1, - anon_sym_LPAREN2, - ACTIONS(8226), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8230), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8236), 1, - anon_sym_DASH2, - ACTIONS(8238), 1, - aux_sym_short_flag_token1, - STATE(4451), 1, - sym_comment, - [195165] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8242), 1, - anon_sym_LF, - ACTIONS(8244), 1, - anon_sym_else, - STATE(4452), 1, - sym_comment, - ACTIONS(8240), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [195184] = 7, + STATE(4434), 1, + sym_comment, + STATE(4954), 1, + sym_val_variable, + STATE(5411), 1, + sym__variable_name, + [210126] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8246), 1, + ACTIONS(8291), 1, anon_sym_DQUOTE2, - STATE(4453), 1, - sym_comment, - STATE(4488), 1, + STATE(4383), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(4435), 1, + sym_comment, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195207] = 5, + [210149] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8250), 1, + ACTIONS(2782), 1, anon_sym_LF, - ACTIONS(8252), 1, - anon_sym_catch, - STATE(4454), 1, + STATE(4436), 1, sym_comment, - ACTIONS(8248), 4, + ACTIONS(2780), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [195226] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6263), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8254), 1, - aux_sym__immediate_decimal_token1, - STATE(4455), 1, - sym_comment, - ACTIONS(2834), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - [195245] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8256), 1, - anon_sym_alias, - ACTIONS(8258), 1, - anon_sym_const, - ACTIONS(8260), 1, - anon_sym_def, - ACTIONS(8262), 1, - anon_sym_extern, - ACTIONS(8264), 1, - anon_sym_module, - ACTIONS(8266), 1, - anon_sym_use, - STATE(4456), 1, - sym_comment, - [195270] = 5, + [210166] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8268), 1, - anon_sym_DOT2, - STATE(4457), 1, + ACTIONS(8293), 1, + sym__long_flag_identifier, + STATE(4437), 1, sym_comment, - ACTIONS(3240), 2, + ACTIONS(2420), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3238), 3, + ACTIONS(2416), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [195289] = 7, + [210185] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, + ACTIONS(3111), 1, + anon_sym_LF, + STATE(4438), 1, + sym_comment, + ACTIONS(3109), 5, anon_sym_SEMI, - ACTIONS(3359), 1, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [210202] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2799), 1, anon_sym_LF, - STATE(1195), 1, - aux_sym__block_body_repeat1, - STATE(1279), 1, - sym__terminator, - STATE(4458), 1, + STATE(4439), 1, sym_comment, - ACTIONS(8270), 2, + ACTIONS(2797), 5, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [195312] = 4, + [210219] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8272), 1, + ACTIONS(8295), 1, anon_sym_DOT2, - STATE(4459), 1, + ACTIONS(8297), 1, + anon_sym_LPAREN2, + ACTIONS(8299), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8301), 1, + anon_sym_DASH2, + ACTIONS(8303), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8305), 1, + aux_sym_short_flag_token1, + STATE(4440), 1, + sym_comment, + [210244] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8307), 1, + anon_sym_DOT2, + STATE(4441), 1, sym_comment, - ACTIONS(3240), 5, + ACTIONS(2739), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2737), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195329] = 7, + [210263] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8274), 1, + ACTIONS(8309), 1, anon_sym_DQUOTE2, - STATE(4460), 1, + STATE(4442), 1, sym_comment, - STATE(4488), 1, + STATE(4444), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195352] = 7, + [210286] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8276), 1, - anon_sym_DQUOTE2, - STATE(4461), 1, + ACTIONS(3069), 1, + anon_sym_LF, + STATE(4443), 1, sym_comment, - STATE(4469), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195375] = 7, + ACTIONS(3067), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [210303] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8278), 1, + ACTIONS(8311), 1, anon_sym_DQUOTE2, - STATE(4462), 1, - sym_comment, - STATE(4488), 1, + STATE(4383), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(4444), 1, + sym_comment, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195398] = 5, + [210326] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3214), 1, + ACTIONS(3075), 1, anon_sym_LF, - ACTIONS(8280), 1, - anon_sym_DOT2, - STATE(4463), 1, + STATE(4445), 1, sym_comment, - ACTIONS(3212), 4, + ACTIONS(3073), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [195417] = 6, - ACTIONS(105), 1, + [210343] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5249), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8282), 1, + ACTIONS(4726), 1, anon_sym_DOT2, - STATE(4464), 1, + STATE(2182), 1, + sym_path, + STATE(4446), 1, sym_comment, - ACTIONS(2832), 2, - anon_sym_SEMI, + STATE(5391), 1, + sym_cell_path, + ACTIONS(6383), 3, anon_sym_PIPE, - ACTIONS(2834), 2, - ts_builtin_sym_end, - anon_sym_LF, - [195438] = 5, + anon_sym_if, + anon_sym_EQ_GT, + [210364] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3208), 1, + ACTIONS(3083), 1, anon_sym_LF, - ACTIONS(8285), 1, - anon_sym_DOT2, - STATE(4465), 1, + STATE(4447), 1, sym_comment, - ACTIONS(3206), 4, + ACTIONS(3081), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [195457] = 5, + [210381] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8287), 1, - anon_sym_DOT2, - STATE(4466), 1, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8313), 1, + anon_sym_DQUOTE2, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(4448), 1, sym_comment, - ACTIONS(3165), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3163), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [195476] = 5, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [210404] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3200), 1, + ACTIONS(3087), 1, anon_sym_LF, - ACTIONS(8289), 1, - anon_sym_DOT2, - STATE(4467), 1, + STATE(4449), 1, sym_comment, - ACTIONS(3198), 4, + ACTIONS(3085), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [195495] = 5, + [210421] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3173), 1, + ACTIONS(3091), 1, anon_sym_LF, - ACTIONS(8291), 1, - anon_sym_DOT2, - STATE(4468), 1, + STATE(4450), 1, sym_comment, - ACTIONS(3171), 4, + ACTIONS(3089), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [195514] = 7, + [210438] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, + ACTIONS(8160), 1, anon_sym_LPAREN, - ACTIONS(8293), 1, + ACTIONS(8315), 1, anon_sym_DQUOTE2, - STATE(4469), 1, + STATE(4451), 1, sym_comment, STATE(4488), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, + STATE(5184), 1, sym_expr_interpolated, - ACTIONS(8108), 2, + ACTIONS(8162), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195537] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2711), 1, - sym_identifier, - ACTIONS(8295), 1, - anon_sym_DASH, - STATE(5608), 1, - sym__flag, - STATE(4470), 2, - sym_comment, - aux_sym_overlay_use_repeat1, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [195558] = 4, + [210461] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1538), 1, + ACTIONS(3095), 1, anon_sym_LF, - STATE(4471), 1, + STATE(4452), 1, sym_comment, - ACTIONS(1536), 5, + ACTIONS(3093), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [195575] = 7, + [210478] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8298), 1, - anon_sym_DQUOTE2, - STATE(4472), 1, + ACTIONS(2897), 1, + anon_sym_LF, + STATE(4453), 1, sym_comment, - STATE(4480), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195598] = 4, + ACTIONS(2895), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [210495] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3234), 1, + ACTIONS(2901), 1, anon_sym_LF, - STATE(4473), 1, + STATE(4454), 1, sym_comment, - ACTIONS(3232), 5, + ACTIONS(2899), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [195615] = 3, - ACTIONS(3), 1, + [210512] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4474), 1, + ACTIONS(8317), 1, + anon_sym_DOT2, + STATE(4455), 1, sym_comment, - ACTIONS(1439), 6, - sym_cmd_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [195630] = 5, + ACTIONS(2663), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2661), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [210531] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6282), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8300), 1, - aux_sym__immediate_decimal_token1, - STATE(4475), 1, + STATE(4456), 1, sym_comment, - ACTIONS(2908), 4, - anon_sym_COMMA, + ACTIONS(2786), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT2, - [195649] = 6, + [210546] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8319), 1, + anon_sym_alias, + ACTIONS(8321), 1, + anon_sym_const, + ACTIONS(8323), 1, + anon_sym_def, + ACTIONS(8325), 1, + anon_sym_extern, + ACTIONS(8327), 1, + anon_sym_module, + ACTIONS(8329), 1, + anon_sym_use, + STATE(4457), 1, + sym_comment, + [210571] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5249), 1, + ACTIONS(4827), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8302), 1, + ACTIONS(8331), 1, anon_sym_DOT2, - STATE(4476), 1, + STATE(4458), 1, sym_comment, - ACTIONS(2832), 2, + ACTIONS(2326), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2834), 2, + ACTIONS(2328), 2, ts_builtin_sym_end, anon_sym_LF, - [195670] = 3, + [210592] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4477), 1, + STATE(4459), 1, sym_comment, - ACTIONS(1443), 6, + ACTIONS(847), 6, sym_cmd_identifier, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [195685] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8304), 1, - anon_sym_DQUOTE2, - STATE(4478), 1, - sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195708] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8306), 1, - anon_sym_DQUOTE2, - STATE(4422), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4479), 1, - sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195731] = 7, - ACTIONS(105), 1, + [210607] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8308), 1, - anon_sym_DQUOTE2, - STATE(4480), 1, + ACTIONS(8077), 1, + anon_sym_def, + ACTIONS(8079), 1, + anon_sym_extern, + ACTIONS(8081), 1, + anon_sym_module, + ACTIONS(8083), 1, + anon_sym_use, + ACTIONS(8334), 1, + anon_sym_alias, + ACTIONS(8336), 1, + anon_sym_const, + STATE(4460), 1, sym_comment, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195754] = 5, + [210632] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8310), 1, - anon_sym_DOT2, - STATE(4481), 1, - sym_comment, - ACTIONS(3214), 2, - ts_builtin_sym_end, + ACTIONS(2905), 1, anon_sym_LF, - ACTIONS(3212), 3, + STATE(4461), 1, + sym_comment, + ACTIONS(2903), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [195773] = 6, + anon_sym_RBRACE, + [210649] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8312), 1, + ACTIONS(4726), 1, anon_sym_DOT2, - ACTIONS(8314), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8316), 1, - aux_sym_unquoted_token2, - STATE(4482), 1, - sym_comment, - ACTIONS(1447), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [195794] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(1666), 1, - sym__assignment_pattern, - STATE(2688), 1, - sym__var, - STATE(4483), 1, + STATE(2182), 1, + sym_path, + STATE(3361), 1, + sym_cell_path, + STATE(4462), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - STATE(5363), 1, - sym__variable_name, - [195819] = 5, + ACTIONS(854), 3, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RBRACK, + [210670] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8318), 1, - anon_sym_DOT2, - STATE(4484), 1, - sym_comment, - ACTIONS(3208), 2, - ts_builtin_sym_end, + ACTIONS(2909), 1, anon_sym_LF, - ACTIONS(3206), 3, + STATE(4463), 1, + sym_comment, + ACTIONS(2907), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [195838] = 5, + anon_sym_RBRACE, + [210687] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8320), 1, - anon_sym_DOT2, - STATE(4485), 1, - sym_comment, - ACTIONS(3200), 2, - ts_builtin_sym_end, + ACTIONS(2915), 1, anon_sym_LF, - ACTIONS(3198), 3, + STATE(4464), 1, + sym_comment, + ACTIONS(2913), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [195857] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8322), 1, - anon_sym_DQUOTE2, - STATE(4453), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4486), 1, - sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195880] = 5, + anon_sym_RBRACE, + [210704] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8324), 1, - anon_sym_DOT2, - STATE(4487), 1, - sym_comment, - ACTIONS(3173), 2, - ts_builtin_sym_end, + ACTIONS(2919), 1, anon_sym_LF, - ACTIONS(3171), 3, + STATE(4465), 1, + sym_comment, + ACTIONS(2917), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [195899] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8326), 1, - anon_sym_LPAREN, - ACTIONS(8332), 1, - anon_sym_DQUOTE2, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8329), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - STATE(4488), 2, - sym_comment, - aux_sym__inter_double_quotes_repeat1, - [195920] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8334), 1, - anon_sym_DQUOTE2, - STATE(4462), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4489), 1, - sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195943] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8336), 1, - anon_sym_DQUOTE2, - STATE(4490), 1, - sym_comment, - STATE(4492), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195966] = 7, + anon_sym_RBRACE, + [210721] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7797), 1, - anon_sym_DASH, - ACTIONS(8338), 1, - sym_identifier, - STATE(4470), 1, - aux_sym_overlay_use_repeat1, - STATE(4491), 1, + ACTIONS(5453), 1, + anon_sym_DOT2, + STATE(3262), 1, + sym_cell_path, + STATE(4314), 1, + sym_path, + STATE(4466), 1, sym_comment, - STATE(5608), 1, - sym__flag, - STATE(4976), 2, - sym_short_flag, - sym_long_flag, - [195989] = 7, - ACTIONS(105), 1, + ACTIONS(832), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [210742] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8340), 1, - anon_sym_DQUOTE2, - STATE(4488), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4492), 1, + STATE(4467), 1, sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196012] = 6, + ACTIONS(858), 6, + sym_cmd_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [210757] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5339), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8342), 1, - anon_sym_DOT2, - STATE(4493), 1, - sym_comment, - ACTIONS(2934), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2936), 2, - ts_builtin_sym_end, + ACTIONS(2923), 1, anon_sym_LF, - [196033] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8345), 1, - anon_sym_DOT2, - STATE(4494), 1, + STATE(4468), 1, sym_comment, - ACTIONS(3165), 5, + ACTIONS(2921), 5, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196050] = 8, + anon_sym_RBRACE, + [210774] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8134), 1, + ACTIONS(5458), 1, anon_sym_DOT2, - ACTIONS(8136), 1, - anon_sym_LPAREN2, - ACTIONS(8138), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8142), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8347), 1, - anon_sym_DASH2, - ACTIONS(8349), 1, - aux_sym_short_flag_token1, - STATE(4495), 1, - sym_comment, - [196075] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8106), 1, - anon_sym_LPAREN, - ACTIONS(8351), 1, - anon_sym_DQUOTE2, - STATE(4460), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4496), 1, + STATE(2709), 1, + sym_cell_path, + STATE(4314), 1, + sym_path, + STATE(4469), 1, sym_comment, - STATE(4922), 1, - sym_expr_interpolated, - ACTIONS(8108), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196098] = 4, + ACTIONS(717), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [210795] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(2927), 1, anon_sym_LF, - STATE(4497), 1, + STATE(4470), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(2925), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196114] = 4, - ACTIONS(105), 1, + [210812] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4498), 1, + ACTIONS(2153), 1, + sym_identifier, + ACTIONS(8338), 1, + anon_sym_DASH, + STATE(5541), 1, + sym__flag, + STATE(4471), 2, sym_comment, - ACTIONS(3721), 2, - ts_builtin_sym_end, + aux_sym_overlay_use_repeat1, + STATE(4970), 2, + sym_short_flag, + sym_long_flag, + [210833] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2931), 1, anon_sym_LF, - ACTIONS(3719), 3, + STATE(4472), 1, + sym_comment, + ACTIONS(2929), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [196130] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8357), 1, - anon_sym_DQUOTE, - ACTIONS(8361), 1, - aux_sym_path_token1, - STATE(566), 1, - sym__str_double_quotes, - STATE(4499), 1, - sym_comment, - ACTIONS(8359), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [196150] = 6, + anon_sym_RBRACE, + [210850] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8363), 1, - anon_sym_DQUOTE, - ACTIONS(8367), 1, - aux_sym_path_token1, - STATE(982), 1, - sym__str_double_quotes, - STATE(4500), 1, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(1365), 1, + sym__assignment_pattern, + STATE(2440), 1, + sym__var, + STATE(4473), 1, sym_comment, - ACTIONS(8365), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [196170] = 5, + STATE(4954), 1, + sym_val_variable, + STATE(5458), 1, + sym__variable_name, + [210875] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8369), 1, + ACTIONS(8341), 1, anon_sym_DOT2, - STATE(4501), 1, + STATE(4474), 1, sym_comment, - ACTIONS(3212), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3214), 2, + ACTIONS(2671), 2, ts_builtin_sym_end, anon_sym_LF, - [196188] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4502), 1, - sym_comment, - ACTIONS(3461), 5, + ACTIONS(2669), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196202] = 3, - ACTIONS(3), 1, + [210894] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4503), 1, + ACTIONS(2935), 1, + anon_sym_LF, + STATE(4475), 1, sym_comment, - ACTIONS(3433), 5, + ACTIONS(2933), 5, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196216] = 4, + anon_sym_RBRACE, + [210911] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(2939), 1, anon_sym_LF, - STATE(4504), 1, + STATE(4476), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(2937), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196232] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8379), 1, - anon_sym_SQUOTE, - STATE(4505), 1, - sym_comment, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, - sym_expr_interpolated, - [196254] = 4, + [210928] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(2943), 1, anon_sym_LF, - STATE(4506), 1, + STATE(4477), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(2941), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196270] = 4, + [210945] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(2947), 1, anon_sym_LF, - STATE(4507), 1, + STATE(4478), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(2945), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196286] = 3, - ACTIONS(3), 1, + [210962] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4508), 1, + ACTIONS(2951), 1, + anon_sym_LF, + STATE(4479), 1, sym_comment, - ACTIONS(3429), 5, + ACTIONS(2949), 5, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196300] = 4, + anon_sym_RBRACE, + [210979] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(2955), 1, anon_sym_LF, - STATE(4509), 1, + STATE(4480), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(2953), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196316] = 4, + [210996] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(2969), 1, anon_sym_LF, - STATE(4510), 1, + STATE(4481), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(2967), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196332] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8385), 1, - anon_sym_SQUOTE, - STATE(4505), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4511), 1, - sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [196354] = 4, + [211013] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(2973), 1, anon_sym_LF, - STATE(4512), 1, + STATE(4482), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(2971), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196370] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8387), 1, - anon_sym_DOT2, - STATE(4513), 1, - sym_comment, - STATE(6023), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [196390] = 4, + [211030] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(2977), 1, anon_sym_LF, - STATE(4514), 1, + STATE(4483), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(2975), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196406] = 4, + [211047] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(3099), 1, anon_sym_LF, - STATE(4515), 1, + STATE(4484), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(3097), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196422] = 4, + [211064] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(3103), 1, anon_sym_LF, - STATE(4516), 1, + STATE(4485), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(3101), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196438] = 4, + [211081] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(3015), 1, anon_sym_LF, - STATE(4517), 1, + STATE(4486), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(3013), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196454] = 5, + [211098] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8391), 1, + ACTIONS(3107), 1, anon_sym_LF, - ACTIONS(8394), 1, - anon_sym_catch, - STATE(4518), 1, + STATE(4487), 1, sym_comment, - ACTIONS(8389), 3, + ACTIONS(3105), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - [196472] = 7, + anon_sym_DASH, + anon_sym_RBRACE, + [211115] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - ACTIONS(8396), 1, - anon_sym_RPAREN, - STATE(1195), 1, - aux_sym__block_body_repeat1, - STATE(1279), 1, - sym__terminator, - STATE(4519), 1, + ACTIONS(8160), 1, + anon_sym_LPAREN, + ACTIONS(8343), 1, + anon_sym_DQUOTE2, + STATE(4383), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(4488), 1, sym_comment, - [196494] = 4, + STATE(5184), 1, + sym_expr_interpolated, + ACTIONS(8162), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [211138] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(3037), 1, anon_sym_LF, - STATE(4520), 1, + STATE(4489), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(3035), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196510] = 4, + [211155] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(3043), 1, anon_sym_LF, - STATE(4521), 1, + STATE(4490), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(3041), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196526] = 4, - ACTIONS(105), 1, + [211172] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8373), 1, - anon_sym_LF, - STATE(4522), 1, + ACTIONS(737), 1, + sym_filesize_unit, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + ACTIONS(8345), 1, + anon_sym_DOT2, + STATE(4491), 1, sym_comment, - ACTIONS(8371), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(739), 3, anon_sym_PIPE, - anon_sym_RBRACE, - [196542] = 4, + anon_sym_EQ_GT, + sym_duration_unit, + [211193] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(3033), 1, anon_sym_LF, - STATE(4523), 1, + STATE(4492), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(3031), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [196558] = 4, + [211210] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(8349), 1, anon_sym_LF, - STATE(4524), 1, + STATE(4493), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196574] = 4, + [211226] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8355), 1, + anon_sym_SQUOTE, + STATE(4494), 1, + sym_comment, + STATE(4611), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [211248] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8357), 1, + anon_sym_DQUOTE, + ACTIONS(8361), 1, + aux_sym_path_token1, + STATE(227), 1, + sym__str_double_quotes, + STATE(4495), 1, + sym_comment, + ACTIONS(8359), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [211268] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1838), 1, + anon_sym_COLON, + ACTIONS(8365), 1, anon_sym_LF, - STATE(4525), 1, + STATE(4496), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(8363), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196590] = 4, + [211286] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4497), 1, + sym_comment, + ACTIONS(3178), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [211300] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4498), 1, + sym_comment, + ACTIONS(3182), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [211314] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4499), 1, + sym_comment, + ACTIONS(3186), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [211328] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(8369), 1, + aux_sym_path_token1, + STATE(2329), 1, + sym__str_double_quotes, + STATE(4500), 1, + sym_comment, + ACTIONS(8367), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [211348] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(1838), 1, + anon_sym_COLON, + ACTIONS(8373), 1, anon_sym_LF, - STATE(4526), 1, + STATE(4501), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8371), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196606] = 3, + [211366] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4527), 1, + STATE(4502), 1, sym_comment, - ACTIONS(3773), 5, + ACTIONS(3190), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [196620] = 3, + [211380] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4528), 1, + STATE(4503), 1, sym_comment, - ACTIONS(3507), 5, + ACTIONS(3135), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [196634] = 6, + [211394] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4504), 1, + sym_comment, + ACTIONS(924), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(922), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [211410] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8402), 1, + ACTIONS(8375), 1, anon_sym_DQUOTE, - ACTIONS(8406), 1, + ACTIONS(8379), 1, aux_sym_path_token1, - STATE(1214), 1, + STATE(845), 1, sym__str_double_quotes, - STATE(4529), 1, + STATE(4505), 1, sym_comment, - ACTIONS(8404), 2, + ACTIONS(8377), 2, sym__str_single_quotes, sym__str_back_ticks, - [196654] = 3, + [211430] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8381), 1, + anon_sym_SQUOTE, + STATE(4506), 1, + sym_comment, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [211452] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8383), 1, + anon_sym_SQUOTE, + STATE(4506), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4507), 1, + sym_comment, + STATE(5457), 1, + sym_expr_interpolated, + [211474] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4530), 1, + STATE(4508), 1, sym_comment, - ACTIONS(3511), 5, + ACTIONS(3151), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [196668] = 4, + [211488] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8410), 1, + STATE(4509), 1, + sym_comment, + ACTIONS(2782), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4531), 1, + ACTIONS(2780), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [211504] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4510), 1, + sym_comment, + ACTIONS(3147), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [211518] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4511), 1, + sym_comment, + ACTIONS(3143), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [211532] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4512), 1, + sym_comment, + ACTIONS(3139), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [211546] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4513), 1, + sym_comment, + ACTIONS(924), 5, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + [211560] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8385), 1, + anon_sym_DQUOTE, + ACTIONS(8389), 1, + aux_sym_path_token1, + STATE(644), 1, + sym__str_double_quotes, + STATE(4514), 1, + sym_comment, + ACTIONS(8387), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [211580] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8391), 1, + anon_sym_DQUOTE, + ACTIONS(8395), 1, + aux_sym_path_token1, + STATE(2931), 1, + sym__str_double_quotes, + STATE(4515), 1, + sym_comment, + ACTIONS(8393), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [211600] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7811), 1, + anon_sym_LF, + STATE(4516), 1, sym_comment, - ACTIONS(8408), 4, + ACTIONS(7809), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196684] = 7, + [211616] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8412), 1, + ACTIONS(8397), 1, anon_sym_SQUOTE, - STATE(4532), 1, + STATE(4517), 1, sym_comment, - STATE(4693), 1, + STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, + STATE(5457), 1, sym_expr_interpolated, - [196706] = 4, + [211638] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(7823), 1, anon_sym_LF, - STATE(4533), 1, + STATE(4518), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(7821), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196722] = 3, + [211654] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4534), 1, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(8401), 1, + aux_sym_path_token1, + STATE(2159), 1, + sym__str_double_quotes, + STATE(4519), 1, sym_comment, - ACTIONS(3515), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196736] = 5, + ACTIONS(8399), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [211674] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2385), 1, - anon_sym_COLON, - ACTIONS(8420), 1, + ACTIONS(7777), 1, anon_sym_LF, - STATE(4535), 1, + STATE(4520), 1, sym_comment, - ACTIONS(8418), 3, + ACTIONS(7775), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196754] = 7, + [211690] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, + ACTIONS(7771), 1, anon_sym_LF, - ACTIONS(8396), 1, - anon_sym_RPAREN, - STATE(1279), 1, - sym__terminator, - STATE(4536), 1, + STATE(4521), 1, sym_comment, - STATE(4822), 1, - aux_sym__block_body_repeat1, - [196776] = 4, + ACTIONS(7769), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [211706] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, - anon_sym_LF, - STATE(4537), 1, + ACTIONS(8403), 1, + anon_sym_DOT2, + STATE(4522), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(2669), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [196792] = 4, + ACTIONS(2671), 2, + ts_builtin_sym_end, + anon_sym_LF, + [211724] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(3325), 1, anon_sym_LF, - STATE(4538), 1, + STATE(4523), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(3323), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196808] = 7, + [211740] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8426), 1, + ACTIONS(8405), 1, anon_sym_SQUOTE, - STATE(4532), 1, + STATE(4517), 1, aux_sym__inter_single_quotes_repeat1, - STATE(4539), 1, + STATE(4524), 1, + sym_comment, + STATE(5457), 1, + sym_expr_interpolated, + [211762] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8108), 1, + anon_sym_LPAREN2, + ACTIONS(8110), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8114), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8407), 1, + anon_sym_DOT2, + ACTIONS(8409), 1, + aux_sym__record_key_token1, + STATE(4525), 1, + sym_comment, + [211784] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3321), 1, + anon_sym_LF, + STATE(4526), 1, + sym_comment, + ACTIONS(3319), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [211800] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8411), 1, + anon_sym_catch, + STATE(4527), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [196830] = 4, + ACTIONS(8149), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8151), 2, + ts_builtin_sym_end, + anon_sym_LF, + [211818] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(3309), 1, anon_sym_LF, - STATE(4540), 1, + STATE(4528), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(3307), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196846] = 3, - ACTIONS(3), 1, + [211834] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4541), 1, + STATE(4529), 1, sym_comment, - ACTIONS(3579), 5, + ACTIONS(2762), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2760), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196860] = 6, + [211850] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8428), 1, - anon_sym_DASH, - ACTIONS(8430), 1, - anon_sym_in, - STATE(4542), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(8413), 1, + anon_sym_use, + ACTIONS(8415), 1, + anon_sym_list, + ACTIONS(8417), 1, + anon_sym_hide, + ACTIONS(8419), 1, + anon_sym_new, + STATE(4530), 1, sym_comment, - STATE(6042), 1, - sym__flag, - STATE(5629), 2, - sym_short_flag, - sym_long_flag, - [196880] = 5, + [211872] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2385), 1, - anon_sym_COLON, - ACTIONS(8434), 1, + ACTIONS(3281), 1, anon_sym_LF, - STATE(4543), 1, + STATE(4531), 1, sym_comment, - ACTIONS(8432), 3, + ACTIONS(3279), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196898] = 4, + [211888] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4544), 1, + STATE(4532), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196914] = 4, + [211904] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4545), 1, + STATE(4533), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196930] = 4, + [211920] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4546), 1, + STATE(4534), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196946] = 5, - ACTIONS(105), 1, + [211936] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8436), 1, - anon_sym_else, - STATE(4547), 1, + ACTIONS(8433), 1, + anon_sym_DQUOTE, + ACTIONS(8437), 1, + aux_sym_path_token1, + STATE(192), 1, + sym__str_double_quotes, + STATE(4535), 1, sym_comment, - ACTIONS(8240), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8242), 2, - ts_builtin_sym_end, - anon_sym_LF, - [196964] = 4, + ACTIONS(8435), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [211956] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8440), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4548), 1, + STATE(4536), 1, sym_comment, - ACTIONS(8438), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196980] = 3, - ACTIONS(3), 1, + [211972] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4549), 1, + ACTIONS(8431), 1, + anon_sym_LF, + STATE(4537), 1, sym_comment, - ACTIONS(3598), 5, + ACTIONS(8429), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [196994] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [211988] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4550), 1, + ACTIONS(8441), 1, + anon_sym_LF, + STATE(4538), 1, sym_comment, - ACTIONS(3606), 5, + ACTIONS(8439), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197008] = 4, + anon_sym_RBRACE, + [212004] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4551), 1, + STATE(4539), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197024] = 5, + [212020] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + STATE(4540), 1, + sym_comment, + STATE(6186), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [212040] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8443), 1, + anon_sym_DQUOTE, + ACTIONS(8447), 1, + aux_sym_path_token1, + STATE(419), 1, + sym__str_double_quotes, + STATE(4541), 1, + sym_comment, + ACTIONS(8445), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [212060] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8442), 1, + ACTIONS(8449), 1, anon_sym_DOT2, - STATE(4552), 1, + STATE(4542), 1, sym_comment, - ACTIONS(3198), 2, + ACTIONS(2675), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3200), 2, + ACTIONS(2677), 2, ts_builtin_sym_end, anon_sym_LF, - [197042] = 4, + [212078] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(8453), 1, + aux_sym_path_token1, + STATE(2794), 1, + sym__str_double_quotes, + STATE(4543), 1, + sym_comment, + ACTIONS(8451), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [212098] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4553), 1, + STATE(4544), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197058] = 4, + [212114] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8455), 1, + anon_sym_SQUOTE, + STATE(4545), 1, + sym_comment, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [212136] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4554), 1, + STATE(4546), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197074] = 4, + [212152] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8457), 1, + anon_sym_DQUOTE, + ACTIONS(8461), 1, + aux_sym_path_token1, + STATE(1420), 1, + sym__str_double_quotes, + STATE(4547), 1, + sym_comment, + ACTIONS(8459), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [212172] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4555), 1, + STATE(4548), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197090] = 5, + [212188] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8444), 1, + ACTIONS(8463), 1, anon_sym_DOT2, - STATE(4556), 1, + STATE(4549), 1, sym_comment, - ACTIONS(3171), 2, + ACTIONS(2685), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3173), 2, + ACTIONS(2687), 2, ts_builtin_sym_end, anon_sym_LF, - [197108] = 4, + [212206] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4557), 1, + STATE(4550), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197124] = 4, + [212222] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, - anon_sym_LF, - STATE(4558), 1, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8465), 1, + anon_sym_SQUOTE, + STATE(4545), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4551), 1, + sym_comment, + STATE(5457), 1, + sym_expr_interpolated, + [212244] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8467), 1, + anon_sym_DOT2, + STATE(4552), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(2691), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [197140] = 6, + ACTIONS(2693), 2, + ts_builtin_sym_end, + anon_sym_LF, + [212262] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4559), 1, + STATE(4553), 1, sym_comment, - STATE(6195), 1, + STATE(6185), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197160] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8424), 1, - anon_sym_LF, - STATE(4560), 1, - sym_comment, - ACTIONS(8422), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197176] = 5, + [212282] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8446), 1, - anon_sym_DOT2, - ACTIONS(8450), 1, - aux_sym__immediate_decimal_token2, - STATE(4561), 1, + STATE(4554), 1, sym_comment, - ACTIONS(2936), 3, + ACTIONS(739), 5, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [197194] = 6, - ACTIONS(3), 1, + sym_filesize_unit, + sym_duration_unit, + [212296] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(8454), 1, - aux_sym_path_token1, - STATE(2631), 1, - sym__str_double_quotes, - STATE(4562), 1, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8469), 1, + anon_sym_SQUOTE, + STATE(4555), 1, sym_comment, - ACTIONS(8452), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [197214] = 4, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [212318] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4563), 1, + STATE(4556), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197230] = 3, - ACTIONS(3), 1, + [212334] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4564), 1, + ACTIONS(8431), 1, + anon_sym_LF, + STATE(4557), 1, sym_comment, - ACTIONS(3614), 5, + ACTIONS(8429), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197244] = 7, - ACTIONS(105), 1, + anon_sym_RBRACE, + [212350] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8224), 1, - anon_sym_LPAREN2, - ACTIONS(8226), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8230), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8456), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(8458), 1, - aux_sym__record_key_token1, - STATE(4565), 1, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + STATE(4558), 1, sym_comment, - [197266] = 3, + STATE(6184), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [212370] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4566), 1, + ACTIONS(5102), 1, + anon_sym_DOT2, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + STATE(4559), 1, sym_comment, - ACTIONS(3377), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197280] = 3, - ACTIONS(3), 1, + STATE(6183), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [212390] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4567), 1, + ACTIONS(8471), 1, + ts_builtin_sym_end, + ACTIONS(8473), 1, + anon_sym_SEMI, + ACTIONS(8475), 1, + anon_sym_LF, + STATE(4560), 1, sym_comment, - ACTIONS(3345), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197294] = 3, + STATE(4863), 1, + aux_sym__block_body_repeat1, + STATE(5339), 1, + sym__terminator, + [212412] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4568), 1, + ACTIONS(8369), 1, + aux_sym_path_token1, + ACTIONS(8477), 1, + anon_sym_DQUOTE, + STATE(2329), 1, + sym__str_double_quotes, + STATE(4561), 1, sym_comment, - ACTIONS(3331), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197308] = 4, + ACTIONS(8367), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [212432] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4569), 1, + STATE(4562), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197324] = 4, + [212448] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4570), 1, + STATE(4563), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197340] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4571), 1, - sym_comment, - ACTIONS(3622), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197354] = 6, + [212464] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4572), 1, + STATE(4564), 1, sym_comment, - STATE(6194), 1, + STATE(6182), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197374] = 6, - ACTIONS(3), 1, + [212484] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8460), 1, - anon_sym_DOT2, - ACTIONS(8462), 1, - aux_sym__immediate_decimal_token1, - STATE(4573), 1, + ACTIONS(8427), 1, + anon_sym_LF, + STATE(4565), 1, sym_comment, - STATE(6063), 1, - sym__immediate_decimal, - ACTIONS(8464), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197394] = 6, + ACTIONS(8425), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [212500] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4574), 1, + STATE(4566), 1, sym_comment, - STATE(6193), 1, + STATE(6180), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197414] = 6, + [212520] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4575), 1, + STATE(4567), 1, sym_comment, - STATE(6192), 1, + STATE(6178), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197434] = 6, + [212540] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, - STATE(4576), 1, + STATE(4568), 1, sym_comment, - STATE(6191), 1, + STATE(6138), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197454] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4577), 1, - sym_comment, - ACTIONS(3634), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197468] = 4, + [212560] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4578), 1, + STATE(4569), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197484] = 6, + [212576] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - STATE(4579), 1, + STATE(4570), 1, sym_comment, - STATE(6189), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197504] = 6, + ACTIONS(907), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + sym_filesize_unit, + sym_duration_unit, + [212590] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4580), 1, + STATE(4571), 1, sym_comment, - STATE(6187), 1, + STATE(6168), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197524] = 6, + [212610] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4581), 1, + STATE(4572), 1, sym_comment, - STATE(6177), 1, + STATE(6176), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197544] = 6, + [212630] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4582), 1, + STATE(4573), 1, sym_comment, - STATE(6185), 1, + STATE(6174), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197564] = 3, - ACTIONS(3), 1, + [212650] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4583), 1, + ACTIONS(8427), 1, + anon_sym_LF, + STATE(4574), 1, sym_comment, - ACTIONS(3335), 5, + ACTIONS(8425), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197578] = 3, + anon_sym_RBRACE, + [212666] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4584), 1, + ACTIONS(3964), 1, + anon_sym_DQUOTE, + ACTIONS(8487), 1, + aux_sym_path_token1, + STATE(2548), 1, + sym__str_double_quotes, + STATE(4575), 1, sym_comment, - ACTIONS(3353), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197592] = 3, + ACTIONS(8485), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [212686] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4585), 1, + STATE(4576), 1, sym_comment, - ACTIONS(8466), 5, + ACTIONS(8489), 5, sym_cmd_identifier, anon_sym_RBRACK, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [197606] = 6, + [212700] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5486), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4586), 1, + STATE(4577), 1, sym_comment, - STATE(6183), 1, + STATE(6172), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197626] = 6, + [212720] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8468), 1, + ACTIONS(8491), 1, anon_sym_DOT2, - ACTIONS(8470), 1, + ACTIONS(8493), 1, aux_sym__immediate_decimal_token1, - STATE(4587), 1, + STATE(4578), 1, sym_comment, - STATE(6060), 1, + STATE(6039), 1, sym__immediate_decimal, - ACTIONS(8472), 2, + ACTIONS(8495), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197646] = 4, + [212740] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4588), 1, + STATE(4579), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197662] = 3, + [212756] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(4589), 1, + ACTIONS(737), 1, + sym_filesize_unit, + ACTIONS(5922), 1, + aux_sym_unquoted_token6, + STATE(4580), 1, sym_comment, - ACTIONS(3503), 5, + ACTIONS(739), 3, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, anon_sym_EQ_GT, - [197676] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4590), 1, - sym_comment, - ACTIONS(1538), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1536), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [197692] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - STATE(4591), 1, - sym_comment, - STATE(6181), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197712] = 4, + sym_duration_unit, + [212774] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4592), 1, + STATE(4581), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197728] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4593), 1, - sym_comment, - ACTIONS(3640), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197742] = 3, + [212790] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4594), 1, + ACTIONS(8497), 1, + anon_sym_DQUOTE, + ACTIONS(8501), 1, + aux_sym_path_token1, + STATE(1637), 1, + sym__str_double_quotes, + STATE(4582), 1, sym_comment, - ACTIONS(3644), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197756] = 7, + ACTIONS(8499), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [212810] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2968), 1, + ACTIONS(2396), 1, anon_sym_DOLLAR, - ACTIONS(7795), 1, + ACTIONS(7749), 1, sym_identifier, - STATE(2688), 1, + STATE(2440), 1, sym__var, - STATE(4595), 1, + STATE(4583), 1, sym_comment, - STATE(4645), 1, + STATE(4630), 1, sym__variable_name, - STATE(4963), 1, + STATE(4954), 1, sym_val_variable, - [197778] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8474), 1, - anon_sym_DQUOTE, - ACTIONS(8478), 1, - aux_sym_path_token1, - STATE(3392), 1, - sym__str_double_quotes, - STATE(4596), 1, - sym_comment, - ACTIONS(8476), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [197798] = 3, - ACTIONS(3), 1, + [212832] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4597), 1, + ACTIONS(8427), 1, + anon_sym_LF, + STATE(4584), 1, sym_comment, - ACTIONS(3652), 5, + ACTIONS(8425), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197812] = 6, + anon_sym_RBRACE, + [212848] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8480), 1, + ACTIONS(8503), 1, anon_sym_DQUOTE, - ACTIONS(8484), 1, + ACTIONS(8507), 1, aux_sym_path_token1, - STATE(1187), 1, + STATE(2135), 1, sym__str_double_quotes, - STATE(4598), 1, + STATE(4585), 1, sym_comment, - ACTIONS(8482), 2, + ACTIONS(8505), 2, sym__str_single_quotes, sym__str_back_ticks, - [197832] = 7, + [212868] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8427), 1, + anon_sym_LF, + STATE(4586), 1, + sym_comment, + ACTIONS(8425), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [212884] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8486), 1, + ACTIONS(8509), 1, anon_sym_SQUOTE, - STATE(4599), 1, + STATE(4587), 1, sym_comment, - STATE(4693), 1, + STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, + STATE(5457), 1, sym_expr_interpolated, - [197854] = 3, - ACTIONS(3), 1, + [212906] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4600), 1, + ACTIONS(8431), 1, + anon_sym_LF, + STATE(4588), 1, sym_comment, - ACTIONS(3656), 5, + ACTIONS(8429), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197868] = 6, + anon_sym_RBRACE, + [212922] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8488), 1, + ACTIONS(8511), 1, anon_sym_DQUOTE, - ACTIONS(8492), 1, + ACTIONS(8515), 1, aux_sym_path_token1, - STATE(3111), 1, + STATE(187), 1, sym__str_double_quotes, - STATE(4601), 1, + STATE(4589), 1, sym_comment, - ACTIONS(8490), 2, + ACTIONS(8513), 2, sym__str_single_quotes, sym__str_back_ticks, - [197888] = 3, - ACTIONS(3), 1, + [212942] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4602), 1, + ACTIONS(8427), 1, + anon_sym_LF, + STATE(4590), 1, sym_comment, - ACTIONS(3666), 5, + ACTIONS(8425), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197902] = 4, + anon_sym_RBRACE, + [212958] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4603), 1, + STATE(4591), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197918] = 7, + [212974] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8494), 1, + ACTIONS(8517), 1, anon_sym_SQUOTE, - STATE(4604), 1, - sym_comment, - STATE(4693), 1, + STATE(4587), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, + STATE(4592), 1, + sym_comment, + STATE(5457), 1, sym_expr_interpolated, - [197940] = 4, + [212996] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8427), 1, anon_sym_LF, - STATE(4605), 1, + STATE(4593), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8425), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197956] = 4, + [213012] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4606), 1, + STATE(4594), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197972] = 7, - ACTIONS(105), 1, + [213028] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8496), 1, - anon_sym_SQUOTE, - STATE(4599), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4607), 1, + ACTIONS(7856), 1, + anon_sym_DQUOTE, + ACTIONS(8521), 1, + aux_sym_path_token1, + STATE(3858), 1, + sym__str_double_quotes, + STATE(4595), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [197994] = 3, + ACTIONS(8519), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [213048] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4608), 1, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8523), 1, + anon_sym_DOT2, + STATE(4596), 1, sym_comment, - ACTIONS(3674), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198008] = 3, - ACTIONS(3), 1, + STATE(6001), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [213068] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4609), 1, + ACTIONS(8527), 1, + anon_sym_LF, + STATE(4597), 1, sym_comment, - ACTIONS(3678), 5, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198022] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [213084] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4610), 1, + ACTIONS(8423), 1, + anon_sym_LF, + STATE(4598), 1, sym_comment, - ACTIONS(3682), 5, + ACTIONS(8421), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198036] = 4, + anon_sym_RBRACE, + [213100] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8527), 1, anon_sym_LF, - STATE(4611), 1, + STATE(4599), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8525), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198052] = 4, + [213116] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8527), 1, anon_sym_LF, - STATE(4612), 1, + STATE(4600), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8525), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198068] = 4, + [213132] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4613), 1, + STATE(4601), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198084] = 7, - ACTIONS(3), 1, + [213148] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7300), 1, - anon_sym_DOLLAR, - ACTIONS(8160), 1, - sym_identifier, - STATE(1127), 1, - sym__var, - STATE(1296), 1, - sym_val_variable, - STATE(1417), 1, - sym__variable_name, - STATE(4614), 1, + ACTIONS(8527), 1, + anon_sym_LF, + STATE(4602), 1, sym_comment, - [198106] = 7, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [213164] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8498), 1, - anon_sym_SQUOTE, - STATE(4604), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4615), 1, + ACTIONS(8423), 1, + anon_sym_LF, + STATE(4603), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [198128] = 7, + ACTIONS(8421), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [213180] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(8500), 1, - anon_sym_use, - ACTIONS(8502), 1, - anon_sym_list, - ACTIONS(8504), 1, - anon_sym_hide, - ACTIONS(8506), 1, - anon_sym_new, - STATE(4616), 1, + ACTIONS(8529), 1, + anon_sym_DQUOTE, + ACTIONS(8533), 1, + aux_sym_path_token1, + STATE(3294), 1, + sym__str_double_quotes, + STATE(4604), 1, sym_comment, - [198150] = 4, + ACTIONS(8531), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [213200] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8424), 1, + ACTIONS(8527), 1, anon_sym_LF, - STATE(4617), 1, + STATE(4605), 1, sym_comment, - ACTIONS(8422), 4, + ACTIONS(8525), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198166] = 4, + [213216] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4618), 1, + STATE(4606), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198182] = 4, + [213232] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8527), 1, anon_sym_LF, - STATE(4619), 1, + STATE(4607), 1, + sym_comment, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [213248] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8535), 1, + anon_sym_DQUOTE, + ACTIONS(8539), 1, + aux_sym_path_token1, + STATE(668), 1, + sym__str_double_quotes, + STATE(4608), 1, + sym_comment, + ACTIONS(8537), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [213268] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7209), 1, + anon_sym_DOLLAR, + ACTIONS(8228), 1, + sym_identifier, + STATE(794), 1, + sym__var, + STATE(979), 1, + sym__variable_name, + STATE(1126), 1, + sym_val_variable, + STATE(4609), 1, + sym_comment, + [213290] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8423), 1, + anon_sym_LF, + STATE(4610), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198198] = 7, + [213306] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8512), 1, + ACTIONS(8541), 1, anon_sym_SQUOTE, - STATE(4620), 1, + STATE(4611), 1, sym_comment, - STATE(4654), 1, + STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, + STATE(5457), 1, sym_expr_interpolated, - [198220] = 4, + [213328] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8527), 1, anon_sym_LF, - STATE(4621), 1, + STATE(4612), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8525), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198236] = 6, + [213344] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(5102), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - STATE(4622), 1, + STATE(4613), 1, sym_comment, - STATE(6090), 1, + STATE(6152), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [198256] = 4, + [213364] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4623), 1, + STATE(4614), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198272] = 4, + [213380] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(4624), 1, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8543), 1, + anon_sym_SQUOTE, + STATE(4615), 1, sym_comment, - ACTIONS(3230), 2, - ts_builtin_sym_end, + STATE(4649), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [213402] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8527), 1, anon_sym_LF, - ACTIONS(3228), 3, + STATE(4616), 1, + sym_comment, + ACTIONS(8525), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [198288] = 4, + anon_sym_RBRACE, + [213418] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4625), 1, + STATE(4617), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198304] = 3, + [213434] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(4626), 1, + ACTIONS(8545), 1, + anon_sym_DOT2, + ACTIONS(8549), 1, + aux_sym__immediate_decimal_token2, + STATE(4618), 1, sym_comment, - ACTIONS(3705), 5, + ACTIONS(2519), 3, anon_sym_PIPE, - anon_sym_DASH, anon_sym_if, - anon_sym_LBRACE, anon_sym_EQ_GT, - [198318] = 3, - ACTIONS(3), 1, + [213452] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4627), 1, + ACTIONS(8527), 1, + anon_sym_LF, + STATE(4619), 1, sym_comment, - ACTIONS(3465), 5, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198332] = 3, + anon_sym_RBRACE, + [213468] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8423), 1, + anon_sym_LF, + STATE(4620), 1, + sym_comment, + ACTIONS(8421), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [213484] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8527), 1, + anon_sym_LF, + STATE(4621), 1, + sym_comment, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [213500] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4628), 1, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8551), 1, + anon_sym_DOT2, + STATE(4622), 1, + sym_comment, + STATE(6012), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [213520] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8423), 1, + anon_sym_LF, + STATE(4623), 1, sym_comment, - ACTIONS(3469), 5, + ACTIONS(8421), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198346] = 7, + anon_sym_RBRACE, + [213536] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8514), 1, + ACTIONS(8553), 1, anon_sym_DOT2, - ACTIONS(8516), 1, + ACTIONS(8555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8518), 1, + ACTIONS(8557), 1, anon_sym_DASH2, - ACTIONS(8520), 1, + ACTIONS(8559), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8522), 1, + ACTIONS(8561), 1, aux_sym_short_flag_token1, - STATE(4629), 1, - sym_comment, - [198368] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4630), 1, + STATE(4624), 1, sym_comment, - ACTIONS(3473), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198382] = 3, - ACTIONS(3), 1, + [213558] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4631), 1, + ACTIONS(8527), 1, + anon_sym_LF, + STATE(4625), 1, sym_comment, - ACTIONS(3477), 5, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198396] = 4, + anon_sym_RBRACE, + [213574] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4632), 1, + STATE(4626), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198412] = 3, - ACTIONS(3), 1, + [213590] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4633), 1, + ACTIONS(8527), 1, + anon_sym_LF, + STATE(4627), 1, sym_comment, - ACTIONS(3709), 5, + ACTIONS(8525), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198426] = 4, + anon_sym_RBRACE, + [213606] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4634), 1, + STATE(4628), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198442] = 4, + [213622] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8527), 1, anon_sym_LF, - STATE(4635), 1, + STATE(4629), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8525), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198458] = 3, + [213638] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4636), 1, + ACTIONS(8563), 1, + anon_sym_DASH, + ACTIONS(8565), 1, + anon_sym_in, + STATE(4630), 1, sym_comment, - ACTIONS(3481), 5, - anon_sym_PIPE, + STATE(6153), 1, + sym__flag, + STATE(5643), 2, + sym_short_flag, + sym_long_flag, + [213658] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8563), 1, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198472] = 4, + ACTIONS(8567), 1, + anon_sym_in, + STATE(4631), 1, + sym_comment, + STATE(6146), 1, + sym__flag, + STATE(5643), 2, + sym_short_flag, + sym_long_flag, + [213678] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(8423), 1, anon_sym_LF, - STATE(4637), 1, + STATE(4632), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(8421), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198488] = 5, + [213694] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6319), 1, + ACTIONS(6258), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8524), 1, + ACTIONS(8569), 1, anon_sym_DOT2, - STATE(4638), 1, + STATE(4633), 1, sym_comment, - ACTIONS(2936), 3, + ACTIONS(2519), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [198506] = 5, + [213712] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8526), 1, - anon_sym_DOT2, - STATE(4639), 1, + ACTIONS(8573), 1, + anon_sym_LF, + STATE(4634), 1, sym_comment, - ACTIONS(3238), 2, + ACTIONS(8571), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3240), 2, - ts_builtin_sym_end, - anon_sym_LF, - [198524] = 5, + anon_sym_RBRACE, + [213728] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8528), 1, - anon_sym_DOT2, - STATE(4640), 1, + ACTIONS(8577), 1, + anon_sym_LF, + STATE(4635), 1, sym_comment, - ACTIONS(3163), 2, + ACTIONS(8575), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3165), 2, - ts_builtin_sym_end, - anon_sym_LF, - [198542] = 4, + anon_sym_RBRACE, + [213744] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8349), 1, anon_sym_LF, - STATE(4641), 1, + STATE(4636), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198558] = 4, + [213760] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8581), 1, anon_sym_LF, - STATE(4642), 1, + STATE(4637), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198574] = 4, + [213776] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8431), 1, anon_sym_LF, - STATE(4643), 1, + STATE(4638), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8429), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198590] = 4, + [213792] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, - anon_sym_LF, - STATE(4644), 1, + STATE(4639), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(2943), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2941), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198606] = 6, + anon_sym_DASH, + [213808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8428), 1, + STATE(4640), 1, + sym_comment, + ACTIONS(2919), 5, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(8530), 1, - anon_sym_in, - STATE(4645), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [213822] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4641), 1, sym_comment, - STATE(6162), 1, - sym__flag, - STATE(5629), 2, - sym_short_flag, - sym_long_flag, - [198626] = 6, + ACTIONS(3131), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [213836] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8428), 1, + STATE(4642), 1, + sym_comment, + ACTIONS(3127), 5, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(8532), 1, - anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [213850] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8583), 1, + anon_sym_DQUOTE, + ACTIONS(8587), 1, + aux_sym_path_token1, + STATE(934), 1, + sym__str_double_quotes, + STATE(4643), 1, + sym_comment, + ACTIONS(8585), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [213870] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4644), 1, + sym_comment, + ACTIONS(3123), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [213884] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8581), 1, + anon_sym_LF, + STATE(4645), 1, + sym_comment, + ACTIONS(8579), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [213900] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8589), 1, + anon_sym_SQUOTE, STATE(4646), 1, sym_comment, - STATE(6155), 1, - sym__flag, - STATE(5629), 2, - sym_short_flag, - sym_long_flag, - [198646] = 4, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [213922] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8593), 1, anon_sym_LF, STATE(4647), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198662] = 3, - ACTIONS(3), 1, + [213938] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8597), 1, + anon_sym_LF, + ACTIONS(8600), 1, + anon_sym_catch, STATE(4648), 1, sym_comment, - ACTIONS(3713), 5, + ACTIONS(8595), 3, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198676] = 3, - ACTIONS(3), 1, + [213956] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8602), 1, + anon_sym_SQUOTE, STATE(4649), 1, sym_comment, - ACTIONS(3717), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198690] = 4, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [213978] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, + ACTIONS(8604), 1, + anon_sym_RPAREN, + STATE(894), 1, + aux_sym__block_body_repeat1, + STATE(1152), 1, + sym__terminator, STATE(4650), 1, sym_comment, - ACTIONS(8508), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198706] = 4, + [214000] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, - anon_sym_LF, STATE(4651), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(3190), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3188), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198722] = 3, - ACTIONS(3), 1, + anon_sym_DASH, + [214016] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8581), 1, + anon_sym_LF, STATE(4652), 1, sym_comment, - ACTIONS(3721), 5, + ACTIONS(8579), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198736] = 3, + anon_sym_RBRACE, + [214032] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2285), 1, + anon_sym_DQUOTE, + ACTIONS(8608), 1, + aux_sym_path_token1, + STATE(2244), 1, + sym__str_double_quotes, STATE(4653), 1, sym_comment, - ACTIONS(3725), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [198750] = 7, + ACTIONS(8606), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [214052] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8534), 1, + ACTIONS(8610), 1, anon_sym_SQUOTE, + STATE(4646), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4654), 1, sym_comment, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, + STATE(5457), 1, sym_expr_interpolated, - [198772] = 4, + [214074] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, - anon_sym_LF, STATE(4655), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(3186), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3184), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198788] = 4, + anon_sym_DASH, + [214090] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8593), 1, + anon_sym_LF, STATE(4656), 1, sym_comment, - ACTIONS(3353), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3351), 3, + ACTIONS(8591), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [198804] = 7, - ACTIONS(3), 1, + anon_sym_RBRACE, + [214106] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2968), 1, - anon_sym_DOLLAR, - ACTIONS(7795), 1, - sym_identifier, - STATE(2688), 1, - sym__var, - STATE(4542), 1, - sym__variable_name, + ACTIONS(8471), 1, + ts_builtin_sym_end, + ACTIONS(8473), 1, + anon_sym_SEMI, + ACTIONS(8475), 1, + anon_sym_LF, STATE(4657), 1, sym_comment, - STATE(4963), 1, - sym_val_variable, - [198826] = 6, + STATE(4885), 1, + aux_sym__block_body_repeat1, + STATE(5339), 1, + sym__terminator, + [214128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2900), 1, - anon_sym_DQUOTE, - ACTIONS(8538), 1, - aux_sym_path_token1, - STATE(2463), 1, - sym__str_double_quotes, STATE(4658), 1, sym_comment, - ACTIONS(8536), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [198846] = 4, + ACTIONS(3119), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214142] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, - anon_sym_LF, STATE(4659), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(3182), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3180), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198862] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + [214158] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(4660), 1, sym_comment, - ACTIONS(3335), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3333), 3, - anon_sym_SEMI, + ACTIONS(3115), 5, anon_sym_PIPE, anon_sym_DASH, - [198878] = 4, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214172] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8383), 1, - anon_sym_LF, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8612), 1, + anon_sym_DOT2, STATE(4661), 1, sym_comment, - ACTIONS(8381), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198894] = 4, - ACTIONS(105), 1, + STATE(6168), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [214192] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8424), 1, - anon_sym_LF, STATE(4662), 1, sym_comment, - ACTIONS(8422), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3111), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198910] = 6, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214206] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8428), 1, + ACTIONS(8563), 1, anon_sym_DASH, - ACTIONS(8540), 1, + ACTIONS(8614), 1, anon_sym_in, STATE(4663), 1, sym_comment, - STATE(5859), 1, + STATE(6032), 1, sym__flag, - STATE(5629), 2, + STATE(5643), 2, sym_short_flag, sym_long_flag, - [198930] = 4, + [214226] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8581), 1, + anon_sym_LF, STATE(4664), 1, sym_comment, - ACTIONS(3345), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3343), 3, + ACTIONS(8579), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [198946] = 4, + anon_sym_RBRACE, + [214242] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8593), 1, + anon_sym_LF, STATE(4665), 1, sym_comment, - ACTIONS(3377), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3375), 3, + ACTIONS(8591), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [198962] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [214258] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8542), 1, - anon_sym_DOT2, + ACTIONS(8616), 1, + anon_sym_else, STATE(4666), 1, sym_comment, - STATE(6177), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [198982] = 4, + ACTIONS(8118), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8120), 2, + ts_builtin_sym_end, + anon_sym_LF, + [214276] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4667), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198998] = 3, + [214292] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4668), 1, sym_comment, - ACTIONS(3729), 5, + ACTIONS(2799), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [199012] = 6, + [214306] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8544), 1, - anon_sym_DQUOTE, - ACTIONS(8548), 1, - aux_sym_path_token1, - STATE(2407), 1, - sym__str_double_quotes, STATE(4669), 1, sym_comment, - ACTIONS(8546), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [199032] = 3, + ACTIONS(3103), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214320] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5907), 1, + sym_duration_unit, + ACTIONS(8618), 1, + sym_filesize_unit, STATE(4670), 1, sym_comment, - ACTIONS(3733), 5, + ACTIONS(6465), 3, anon_sym_PIPE, - anon_sym_DASH, anon_sym_if, - anon_sym_LBRACE, anon_sym_EQ_GT, - [199046] = 5, - ACTIONS(3), 1, + [214338] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6263), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8550), 1, - anon_sym_DOT2, + ACTIONS(8593), 1, + anon_sym_LF, STATE(4671), 1, sym_comment, - ACTIONS(2834), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(8591), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [199064] = 4, + [214354] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4672), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199080] = 7, + [214370] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8552), 1, - anon_sym_SQUOTE, + ACTIONS(8593), 1, + anon_sym_LF, STATE(4673), 1, sym_comment, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, - sym_expr_interpolated, - [199102] = 6, - ACTIONS(3), 1, + ACTIONS(8591), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [214386] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5486), 1, - anon_sym_DOT2, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, STATE(4674), 1, sym_comment, - STATE(6161), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [199122] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(3178), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4675), 1, - sym_comment, - ACTIONS(8353), 4, + ACTIONS(3176), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199138] = 4, + anon_sym_DASH, + [214402] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8581), 1, anon_sym_LF, - STATE(4676), 1, + STATE(4675), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199154] = 3, + [214418] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4677), 1, + STATE(4676), 1, sym_comment, - ACTIONS(3747), 5, + ACTIONS(3099), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [199168] = 6, + [214432] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8554), 1, - anon_sym_DQUOTE, - ACTIONS(8558), 1, - aux_sym_path_token1, - STATE(943), 1, - sym__str_double_quotes, - STATE(4678), 1, + STATE(4677), 1, sym_comment, - ACTIONS(8556), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [199188] = 4, + ACTIONS(3095), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214446] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4679), 1, - sym_comment, - ACTIONS(3429), 2, - ts_builtin_sym_end, + ACTIONS(8593), 1, anon_sym_LF, - ACTIONS(3427), 3, + STATE(4678), 1, + sym_comment, + ACTIONS(8591), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [199204] = 4, + anon_sym_RBRACE, + [214462] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8373), 1, + ACTIONS(8581), 1, anon_sym_LF, - STATE(4680), 1, + STATE(4679), 1, sym_comment, - ACTIONS(8371), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199220] = 3, + [214478] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4681), 1, + STATE(4680), 1, sym_comment, - ACTIONS(3751), 5, + ACTIONS(3091), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [199234] = 3, + [214492] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6113), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8620), 1, + anon_sym_DOT2, + STATE(4681), 1, + sym_comment, + ACTIONS(2328), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [214510] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4682), 1, sym_comment, - ACTIONS(3757), 5, + ACTIONS(3087), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [199248] = 6, + [214524] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8562), 1, + ACTIONS(8593), 1, anon_sym_LF, - STATE(2552), 1, - aux_sym_pipe_element_repeat1, STATE(4683), 1, sym_comment, - ACTIONS(8560), 2, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, - [199268] = 4, - ACTIONS(105), 1, + anon_sym_PIPE, + anon_sym_RBRACE, + [214540] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8355), 1, - anon_sym_LF, STATE(4684), 1, sym_comment, - ACTIONS(8353), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3083), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199284] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214554] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4685), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199300] = 7, - ACTIONS(105), 1, + [214570] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8565), 1, - anon_sym_SQUOTE, - STATE(4673), 1, - aux_sym__inter_single_quotes_repeat1, STATE(4686), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [199322] = 4, - ACTIONS(105), 1, + ACTIONS(3075), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214584] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8355), 1, - anon_sym_LF, STATE(4687), 1, sym_comment, - ACTIONS(8353), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3069), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199338] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214598] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8510), 1, - anon_sym_LF, STATE(4688), 1, sym_comment, - ACTIONS(8508), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3051), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199354] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214612] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8355), 1, - anon_sym_LF, STATE(4689), 1, sym_comment, - ACTIONS(8353), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3033), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199370] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214626] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8400), 1, - anon_sym_LF, STATE(4690), 1, sym_comment, - ACTIONS(8398), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3043), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199386] = 6, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214640] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8569), 1, - anon_sym_LF, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(8622), 1, + anon_sym_DQUOTE, + ACTIONS(8626), 1, + aux_sym_path_token1, + STATE(2984), 1, + sym__str_double_quotes, STATE(4691), 1, sym_comment, - ACTIONS(8567), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [199406] = 4, + ACTIONS(8624), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [214660] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8593), 1, anon_sym_LF, STATE(4692), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199422] = 6, + [214676] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8572), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8575), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8578), 1, + ACTIONS(8628), 1, anon_sym_SQUOTE, - STATE(5475), 1, - sym_expr_interpolated, - STATE(4693), 2, + STATE(4693), 1, sym_comment, + STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, - [199442] = 4, + STATE(5457), 1, + sym_expr_interpolated, + [214698] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8355), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4694), 1, sym_comment, - ACTIONS(8353), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199458] = 4, - ACTIONS(105), 1, + [214714] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8582), 1, - anon_sym_LF, + ACTIONS(8479), 1, + anon_sym_DOT2, + ACTIONS(8481), 1, + aux_sym__immediate_decimal_token1, STATE(4695), 1, sym_comment, - ACTIONS(8580), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [199474] = 4, - ACTIONS(105), 1, + STATE(6069), 1, + sym__immediate_decimal, + ACTIONS(8483), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [214734] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8586), 1, - anon_sym_LF, STATE(4696), 1, sym_comment, - ACTIONS(8584), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3037), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199490] = 6, - ACTIONS(3), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214748] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8588), 1, - anon_sym_DQUOTE, - ACTIONS(8592), 1, - aux_sym_path_token1, - STATE(3024), 1, - sym__str_double_quotes, STATE(4697), 1, sym_comment, - ACTIONS(8590), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [199510] = 4, + ACTIONS(2897), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2895), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [214764] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4698), 1, sym_comment, - ACTIONS(3433), 2, + ACTIONS(2901), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3431), 3, + ACTIONS(2899), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [199526] = 4, + [214780] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8596), 1, + ACTIONS(8593), 1, anon_sym_LF, STATE(4699), 1, sym_comment, - ACTIONS(8594), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199542] = 4, + [214796] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8600), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4700), 1, sym_comment, - ACTIONS(8598), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199558] = 4, + [214812] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8593), 1, anon_sym_LF, STATE(4701), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199574] = 4, + [214828] = 7, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8630), 1, + anon_sym_SQUOTE, + STATE(4693), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4702), 1, sym_comment, - ACTIONS(3234), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3232), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [199590] = 4, + STATE(5457), 1, + sym_expr_interpolated, + [214850] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4703), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199606] = 4, + [214866] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8593), 1, anon_sym_LF, STATE(4704), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199622] = 4, + [214882] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4705), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199638] = 4, + [214898] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8593), 1, anon_sym_LF, STATE(4706), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199654] = 6, - ACTIONS(105), 1, + [214914] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8620), 1, - anon_sym_LF, - STATE(2547), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(8632), 1, + anon_sym_DOT2, + ACTIONS(8634), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8636), 1, + aux_sym_unquoted_token2, STATE(4707), 1, sym_comment, - ACTIONS(8618), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [199674] = 6, - ACTIONS(3), 1, + ACTIONS(799), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [214934] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8623), 1, - anon_sym_DOT2, + ACTIONS(8349), 1, + anon_sym_LF, STATE(4708), 1, sym_comment, - STATE(6012), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [199694] = 6, + ACTIONS(8347), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [214950] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7898), 1, - anon_sym_DQUOTE, - ACTIONS(8627), 1, - aux_sym_path_token1, - STATE(3837), 1, - sym__str_double_quotes, STATE(4709), 1, sym_comment, - ACTIONS(8625), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [199714] = 7, + ACTIONS(2897), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [214964] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8629), 1, - anon_sym_SQUOTE, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4710), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [199736] = 4, + ACTIONS(8638), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [214980] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4711), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199752] = 4, - ACTIONS(105), 1, + [214996] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8608), 1, - anon_sym_LF, STATE(4712), 1, sym_comment, - ACTIONS(8606), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2901), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [199768] = 7, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [215010] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - ACTIONS(8631), 1, - anon_sym_RPAREN, - STATE(1279), 1, - sym__terminator, - STATE(4519), 1, - aux_sym__block_body_repeat1, + ACTIONS(8642), 1, + anon_sym_PIPE, + ACTIONS(8644), 1, + anon_sym_if, + ACTIONS(8646), 1, + anon_sym_EQ_GT, STATE(4713), 1, sym_comment, - [199790] = 4, + STATE(5362), 1, + aux_sym_match_pattern_repeat1, + STATE(6155), 1, + sym_match_guard, + [215032] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4714), 1, sym_comment, - ACTIONS(3461), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3459), 3, + ACTIONS(8638), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [199806] = 3, + anon_sym_RBRACE, + [215048] = 7, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2396), 1, + anon_sym_DOLLAR, + ACTIONS(7749), 1, + sym_identifier, + STATE(2440), 1, + sym__var, + STATE(4663), 1, + sym__variable_name, STATE(4715), 1, sym_comment, - ACTIONS(3761), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [199820] = 4, + STATE(4954), 1, + sym_val_variable, + [215070] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8650), 1, anon_sym_LF, STATE(4716), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199836] = 3, - ACTIONS(3), 1, + [215086] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4717), 1, sym_comment, - ACTIONS(3769), 5, + ACTIONS(8638), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [199850] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [215102] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(8548), 1, - aux_sym_path_token1, - STATE(2407), 1, - sym__str_double_quotes, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4718), 1, sym_comment, - ACTIONS(8546), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [199870] = 4, + ACTIONS(8638), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [215118] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4719), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199886] = 4, + [215134] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8640), 1, anon_sym_LF, STATE(4720), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8638), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199902] = 4, + [215150] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4721), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199918] = 6, - ACTIONS(3), 1, + [215166] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8633), 1, - anon_sym_DOT2, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4722), 1, sym_comment, - STATE(6177), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [199938] = 6, - ACTIONS(3), 1, + ACTIONS(8638), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [215182] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8635), 1, - anon_sym_DQUOTE, - ACTIONS(8639), 1, - aux_sym_path_token1, - STATE(3141), 1, - sym__str_double_quotes, STATE(4723), 1, sym_comment, - ACTIONS(8637), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [199958] = 4, + ACTIONS(2905), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2903), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [215198] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, - anon_sym_LF, STATE(4724), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(2909), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2907), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199974] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + [215214] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8643), 1, - anon_sym_LF, + ACTIONS(7293), 1, + anon_sym_DOLLAR, + ACTIONS(8652), 1, + sym_identifier, + STATE(863), 1, + sym__var, + STATE(1223), 1, + sym__variable_name, + STATE(1318), 1, + sym_val_variable, STATE(4725), 1, sym_comment, - ACTIONS(8641), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [199990] = 7, - ACTIONS(105), 1, + [215236] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8645), 1, - anon_sym_SQUOTE, - STATE(4710), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(8479), 1, + anon_sym_DOT2, + ACTIONS(8481), 1, + aux_sym__immediate_decimal_token1, STATE(4726), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [200012] = 7, + STATE(5638), 1, + sym__immediate_decimal, + ACTIONS(8483), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [215256] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8647), 1, - anon_sym_SQUOTE, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, STATE(4727), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [200034] = 7, + ACTIONS(2915), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2913), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [215272] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8649), 1, - anon_sym_SQUOTE, + ACTIONS(8349), 1, + anon_sym_LF, STATE(4728), 1, sym_comment, - STATE(4817), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, - sym_expr_interpolated, - [200056] = 4, + ACTIONS(8347), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [215288] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8640), 1, anon_sym_LF, STATE(4729), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8638), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200072] = 4, + [215304] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8563), 1, + anon_sym_DASH, + ACTIONS(8654), 1, + anon_sym_in, + STATE(4730), 1, + sym_comment, + STATE(5853), 1, + sym__flag, + STATE(5643), 2, + sym_short_flag, + sym_long_flag, + [215324] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8349), 1, anon_sym_LF, - STATE(4730), 1, + STATE(4731), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200088] = 4, + [215340] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7886), 1, + ACTIONS(8593), 1, anon_sym_LF, - STATE(4731), 1, + STATE(4732), 1, sym_comment, - ACTIONS(7884), 4, + ACTIONS(8591), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200104] = 4, + [215356] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4732), 1, + STATE(4733), 1, sym_comment, - ACTIONS(3465), 2, + ACTIONS(2919), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3463), 3, + ACTIONS(2917), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [200120] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4733), 1, - sym_comment, - ACTIONS(3777), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [200134] = 4, + [215372] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, - anon_sym_LF, STATE(4734), 1, sym_comment, - ACTIONS(8398), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200150] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7848), 1, + ACTIONS(2923), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4735), 1, - sym_comment, - ACTIONS(7846), 4, + ACTIONS(2921), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200166] = 3, + anon_sym_DASH, + [215388] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4736), 1, + STATE(4735), 1, sym_comment, - ACTIONS(3781), 5, + ACTIONS(2905), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [200180] = 6, + [215402] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8651), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8653), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8655), 1, - aux_sym_unquoted_token2, + STATE(4736), 1, + sym_comment, + STATE(5640), 1, + sym__immediate_decimal, + ACTIONS(8483), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [215422] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(4737), 1, sym_comment, - ACTIONS(1447), 2, + ACTIONS(2927), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2925), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [200200] = 4, + anon_sym_DASH, + [215438] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, - anon_sym_LF, STATE(4738), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(2931), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2929), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200216] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + [215454] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8612), 1, - anon_sym_LF, + ACTIONS(8401), 1, + aux_sym_path_token1, + ACTIONS(8656), 1, + anon_sym_DQUOTE, + STATE(2159), 1, + sym__str_double_quotes, STATE(4739), 1, sym_comment, - ACTIONS(8610), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200232] = 5, - ACTIONS(105), 1, + ACTIONS(8399), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [215474] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8657), 1, - anon_sym_catch, STATE(4740), 1, sym_comment, - ACTIONS(8248), 2, - anon_sym_SEMI, + ACTIONS(2909), 5, anon_sym_PIPE, - ACTIONS(8250), 2, - ts_builtin_sym_end, - anon_sym_LF, - [200250] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [215488] = 6, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8660), 1, + anon_sym_LF, + STATE(2284), 1, + aux_sym_pipe_element_repeat1, STATE(4741), 1, sym_comment, - ACTIONS(3469), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3467), 3, + ACTIONS(8658), 2, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [200266] = 4, + anon_sym_RPAREN, + [215508] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4742), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200282] = 7, - ACTIONS(3), 1, + [215524] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8659), 1, - anon_sym_PIPE, - ACTIONS(8661), 1, - anon_sym_if, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, ACTIONS(8663), 1, - anon_sym_EQ_GT, + anon_sym_SQUOTE, STATE(4743), 1, sym_comment, - STATE(5453), 1, - aux_sym_match_pattern_repeat1, - STATE(6156), 1, - sym_match_guard, - [200304] = 4, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5457), 1, + sym_expr_interpolated, + [215546] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4744), 1, sym_comment, - ACTIONS(3473), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3471), 3, + ACTIONS(8638), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [200320] = 7, - ACTIONS(3), 1, + anon_sym_RBRACE, + [215562] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7351), 1, - anon_sym_DOLLAR, ACTIONS(8665), 1, - sym_identifier, - STATE(1173), 1, - sym__var, - STATE(1516), 1, - sym_val_variable, - STATE(1574), 1, - sym__variable_name, + anon_sym_DOT2, STATE(4745), 1, sym_comment, - [200342] = 7, + ACTIONS(2737), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2739), 2, + ts_builtin_sym_end, + anon_sym_LF, + [215580] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8667), 1, - anon_sym_SQUOTE, - STATE(4727), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8669), 1, + anon_sym_LF, + STATE(2281), 1, + aux_sym_pipe_element_repeat1, STATE(4746), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [200364] = 6, + ACTIONS(8667), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [215600] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, STATE(4747), 1, sym_comment, - STATE(5645), 1, + STATE(5666), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [200384] = 4, - ACTIONS(105), 1, + [215620] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8612), 1, - anon_sym_LF, STATE(4748), 1, sym_comment, - ACTIONS(8610), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2915), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [200400] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [215634] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, - anon_sym_LF, STATE(4749), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(3151), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3149), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200416] = 4, + anon_sym_DASH, + [215650] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, - anon_sym_LF, STATE(4750), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(3147), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3145), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200432] = 4, + anon_sym_DASH, + [215666] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7817), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, + ACTIONS(8604), 1, + anon_sym_RPAREN, + STATE(1152), 1, + sym__terminator, STATE(4751), 1, sym_comment, - ACTIONS(7815), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200448] = 4, + STATE(4808), 1, + aux_sym__block_body_repeat1, + [215688] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4752), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200464] = 4, + [215704] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8640), 1, + anon_sym_LF, STATE(4753), 1, sym_comment, - ACTIONS(3477), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3475), 3, + ACTIONS(8638), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [200480] = 6, + anon_sym_RBRACE, + [215720] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, STATE(4754), 1, sym_comment, - STATE(5647), 1, + STATE(5699), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [200500] = 4, + [215740] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, - anon_sym_LF, STATE(4755), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(3143), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3141), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200516] = 4, + anon_sym_DASH, + [215756] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7842), 1, - anon_sym_LF, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8672), 1, + anon_sym_SQUOTE, + STATE(4743), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4756), 1, sym_comment, - ACTIONS(7840), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200532] = 4, + STATE(5457), 1, + sym_expr_interpolated, + [215778] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4757), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200548] = 4, + [215794] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8640), 1, anon_sym_LF, STATE(4758), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8638), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200564] = 4, + [215810] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8349), 1, + anon_sym_LF, STATE(4759), 1, sym_comment, - ACTIONS(3481), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3479), 3, + ACTIONS(8347), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [200580] = 4, + anon_sym_RBRACE, + [215826] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8640), 1, anon_sym_LF, STATE(4760), 1, sym_comment, - ACTIONS(8610), 4, + ACTIONS(8638), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200596] = 4, + [215842] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3587), 1, + ACTIONS(8349), 1, anon_sym_LF, STATE(4761), 1, sym_comment, - ACTIONS(3585), 4, + ACTIONS(8347), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200612] = 4, + [215858] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8676), 1, anon_sym_LF, + STATE(2280), 1, + aux_sym_pipe_element_repeat1, STATE(4762), 1, sym_comment, - ACTIONS(8381), 4, + ACTIONS(8674), 2, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200628] = 4, + [215878] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, - anon_sym_LF, STATE(4763), 1, sym_comment, - ACTIONS(8606), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200644] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_LF, - STATE(4764), 1, - sym_comment, - ACTIONS(3608), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200660] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8612), 1, - anon_sym_LF, - STATE(4765), 1, - sym_comment, - ACTIONS(8610), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200676] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8608), 1, - anon_sym_LF, - STATE(4766), 1, - sym_comment, - ACTIONS(8606), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200692] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8460), 1, - anon_sym_DOT2, - ACTIONS(8462), 1, - aux_sym__immediate_decimal_token1, - STATE(4767), 1, - sym_comment, - STATE(5668), 1, - sym__immediate_decimal, - ACTIONS(8464), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200712] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4768), 1, - sym_comment, - ACTIONS(3503), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3501), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [200728] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8612), 1, - anon_sym_LF, - STATE(4769), 1, - sym_comment, - ACTIONS(8610), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200744] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3765), 1, - anon_sym_LF, - STATE(4770), 1, - sym_comment, - ACTIONS(3763), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200760] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4771), 1, - sym_comment, - ACTIONS(3507), 2, + ACTIONS(2655), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3505), 3, + ACTIONS(2653), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [200776] = 4, + [215894] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8640), 1, anon_sym_LF, - STATE(4772), 1, + STATE(4764), 1, sym_comment, - ACTIONS(8606), 4, + ACTIONS(8638), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200792] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4773), 1, - sym_comment, - ACTIONS(3511), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3509), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [200808] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8460), 1, - anon_sym_DOT2, - ACTIONS(8462), 1, - aux_sym__immediate_decimal_token1, - STATE(4774), 1, - sym_comment, - STATE(5705), 1, - sym__immediate_decimal, - ACTIONS(8464), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200828] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4775), 1, - sym_comment, - ACTIONS(3515), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3513), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [200844] = 4, + [215910] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8612), 1, - anon_sym_LF, - STATE(4776), 1, - sym_comment, - ACTIONS(8610), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200860] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8460), 1, - anon_sym_DOT2, - ACTIONS(8462), 1, - aux_sym__immediate_decimal_token1, - STATE(4777), 1, - sym_comment, - STATE(5749), 1, - sym__immediate_decimal, - ACTIONS(8464), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200880] = 4, + ACTIONS(8679), 1, + anon_sym_LPAREN, + ACTIONS(8682), 1, + sym_unescaped_interpolated_content, + ACTIONS(8685), 1, + anon_sym_SQUOTE, + STATE(5457), 1, + sym_expr_interpolated, + STATE(4765), 2, + sym_comment, + aux_sym__inter_single_quotes_repeat1, + [215930] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8689), 1, anon_sym_LF, - STATE(4778), 1, + STATE(4766), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8687), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200896] = 4, + [215946] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8693), 1, anon_sym_LF, - STATE(4779), 1, + STATE(4767), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8691), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200912] = 4, + [215962] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8697), 1, anon_sym_LF, - STATE(4780), 1, + STATE(4768), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8695), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200928] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8673), 1, - anon_sym_DQUOTE, - ACTIONS(8677), 1, - aux_sym_path_token1, - STATE(557), 1, - sym__str_double_quotes, - STATE(4781), 1, - sym_comment, - ACTIONS(8675), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [200948] = 3, + [215978] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4782), 1, - sym_comment, - ACTIONS(1538), 5, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - [200962] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8604), 1, - anon_sym_LF, - STATE(4783), 1, + ACTIONS(8479), 1, + anon_sym_DOT2, + ACTIONS(8481), 1, + aux_sym__immediate_decimal_token1, + STATE(4769), 1, sym_comment, - ACTIONS(8602), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200978] = 4, + STATE(5741), 1, + sym__immediate_decimal, + ACTIONS(8483), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [215998] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4784), 1, + STATE(4770), 1, sym_comment, - ACTIONS(3598), 2, + ACTIONS(3135), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3596), 3, + ACTIONS(3133), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [200994] = 7, + [216014] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8679), 1, + ACTIONS(8699), 1, anon_sym_SQUOTE, - STATE(4785), 1, - sym_comment, - STATE(4887), 1, + STATE(4555), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, + STATE(4771), 1, + sym_comment, + STATE(5457), 1, sym_expr_interpolated, - [201016] = 4, + [216036] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4786), 1, + STATE(4772), 1, sym_comment, - ACTIONS(3606), 2, + ACTIONS(3131), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3604), 3, + ACTIONS(3129), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201032] = 4, + [216052] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4787), 1, + STATE(4773), 1, sym_comment, - ACTIONS(3614), 2, + ACTIONS(3127), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3612), 3, + ACTIONS(3125), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201048] = 4, + [216068] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8703), 1, anon_sym_LF, - STATE(4788), 1, + STATE(4774), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8701), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201064] = 4, + [216084] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8707), 1, anon_sym_LF, - STATE(4789), 1, + STATE(4775), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8705), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201080] = 4, + [216100] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LF, - STATE(4790), 1, - sym_comment, - ACTIONS(8669), 4, + ACTIONS(2891), 1, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [201096] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(2893), 1, anon_sym_LF, - STATE(4791), 1, - sym_comment, - ACTIONS(8602), 4, - anon_sym_SEMI, + ACTIONS(8709), 1, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [201112] = 6, + STATE(1152), 1, + sym__terminator, + STATE(4650), 1, + aux_sym__block_body_repeat1, + STATE(4776), 1, + sym_comment, + [216122] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, - STATE(4792), 1, + STATE(4777), 1, sym_comment, - STATE(5785), 1, + STATE(5779), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [201132] = 4, + [216142] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4793), 1, + STATE(4778), 1, sym_comment, - ACTIONS(3331), 2, + ACTIONS(2935), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3329), 3, + ACTIONS(2933), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201148] = 4, + [216158] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4794), 1, + STATE(4779), 1, sym_comment, - ACTIONS(3273), 2, + ACTIONS(3123), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3271), 3, + ACTIONS(3121), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201164] = 4, + [216174] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3602), 1, + ACTIONS(8713), 1, anon_sym_LF, - STATE(4795), 1, + STATE(4780), 1, sym_comment, - ACTIONS(3600), 4, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201180] = 6, + [216190] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, - STATE(4796), 1, + STATE(4781), 1, sym_comment, - STATE(5823), 1, + STATE(5818), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [201200] = 3, - ACTIONS(3), 1, + [216210] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4797), 1, + ACTIONS(8707), 1, + anon_sym_LF, + STATE(4782), 1, sym_comment, - ACTIONS(3618), 5, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [201214] = 4, + anon_sym_RBRACE, + [216226] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4798), 1, + STATE(4783), 1, sym_comment, - ACTIONS(3579), 2, + ACTIONS(2939), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3577), 3, + ACTIONS(2937), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201230] = 4, + [216242] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8713), 1, anon_sym_LF, - STATE(4799), 1, + STATE(4784), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201246] = 4, + [216258] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8510), 1, + ACTIONS(8707), 1, anon_sym_LF, - STATE(4800), 1, + STATE(4785), 1, sym_comment, - ACTIONS(8508), 4, + ACTIONS(8705), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201262] = 4, + [216274] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + STATE(4786), 1, + sym_comment, + ACTIONS(3115), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4801), 1, + ACTIONS(3113), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [216290] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8715), 1, + anon_sym_DOT2, + STATE(4787), 1, + sym_comment, + STATE(6168), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [216310] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4788), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(2947), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2945), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [201278] = 4, + anon_sym_DASH, + [216326] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4802), 1, + STATE(4789), 1, sym_comment, - ACTIONS(3781), 2, + ACTIONS(2951), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3779), 3, + ACTIONS(2949), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201294] = 6, + [216342] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8681), 1, + ACTIONS(8717), 1, anon_sym_DQUOTE, - ACTIONS(8685), 1, + ACTIONS(8721), 1, aux_sym_path_token1, - STATE(751), 1, + STATE(3176), 1, sym__str_double_quotes, - STATE(4803), 1, + STATE(4790), 1, sym_comment, - ACTIONS(8683), 2, + ACTIONS(8719), 2, sym__str_single_quotes, sym__str_back_ticks, - [201314] = 4, + [216362] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4804), 1, + STATE(4791), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(2955), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3775), 3, + ACTIONS(2953), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201330] = 6, + [216378] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8713), 1, + anon_sym_LF, + STATE(4792), 1, + sym_comment, + ACTIONS(8711), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216394] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8723), 1, + anon_sym_SQUOTE, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4793), 1, + sym_comment, + STATE(5457), 1, + sym_expr_interpolated, + [216416] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4794), 1, + sym_comment, + ACTIONS(2923), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [216430] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, - STATE(4805), 1, + STATE(4795), 1, sym_comment, - STATE(5980), 1, + STATE(5863), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [201350] = 4, + [216450] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4806), 1, + ACTIONS(8707), 1, + anon_sym_LF, + STATE(4796), 1, + sym_comment, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216466] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8155), 1, + anon_sym_SEMI, + ACTIONS(8157), 1, + anon_sym_LF, + ACTIONS(8725), 1, + ts_builtin_sym_end, + STATE(2356), 1, + aux_sym_pipe_element_repeat1, + STATE(4797), 1, + sym_comment, + [216488] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8713), 1, + anon_sym_LF, + STATE(4798), 1, + sym_comment, + ACTIONS(8711), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216504] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4799), 1, sym_comment, - ACTIONS(3618), 2, + ACTIONS(2969), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3616), 3, + ACTIONS(2967), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201366] = 4, + [216520] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4807), 1, + STATE(4800), 1, + sym_comment, + ACTIONS(2973), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2971), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [216536] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4801), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(2977), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3771), 3, + ACTIONS(2975), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201382] = 6, + [216552] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8707), 1, + anon_sym_LF, + STATE(4802), 1, + sym_comment, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216568] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8713), 1, + anon_sym_LF, + STATE(4803), 1, + sym_comment, + ACTIONS(8711), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216584] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(8689), 1, - aux_sym_path_token1, - STATE(2880), 1, - sym__str_double_quotes, - STATE(4808), 1, + STATE(4804), 1, sym_comment, - ACTIONS(8687), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [201402] = 4, + ACTIONS(2927), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [216598] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8707), 1, anon_sym_LF, - STATE(4809), 1, + STATE(4805), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8705), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201418] = 7, + [216614] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - ACTIONS(8377), 1, + ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8691), 1, + ACTIONS(8727), 1, anon_sym_SQUOTE, - STATE(4693), 1, + STATE(4793), 1, aux_sym__inter_single_quotes_repeat1, - STATE(4810), 1, + STATE(4806), 1, sym_comment, - STATE(5475), 1, + STATE(5457), 1, sym_expr_interpolated, - [201440] = 4, + [216636] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8713), 1, + anon_sym_LF, + STATE(4807), 1, + sym_comment, + ACTIONS(8711), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216652] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + ACTIONS(8729), 1, + anon_sym_RPAREN, + STATE(894), 1, + aux_sym__block_body_repeat1, + STATE(1152), 1, + sym__terminator, + STATE(4808), 1, + sym_comment, + [216674] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4726), 1, + anon_sym_DOT2, + STATE(2182), 1, + sym_path, + STATE(3295), 1, + sym_cell_path, + STATE(4809), 1, + sym_comment, + ACTIONS(817), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [216694] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8707), 1, + anon_sym_LF, + STATE(4810), 1, + sym_comment, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216710] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8713), 1, anon_sym_LF, STATE(4811), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201456] = 6, + [216726] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, STATE(4812), 1, sym_comment, - STATE(5867), 1, + STATE(5898), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [201476] = 7, + [216746] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8204), 1, - anon_sym_SEMI, - ACTIONS(8206), 1, + ACTIONS(8707), 1, anon_sym_LF, - ACTIONS(8693), 1, - ts_builtin_sym_end, - STATE(2532), 1, - aux_sym_pipe_element_repeat1, STATE(4813), 1, sym_comment, - [201498] = 6, - ACTIONS(3), 1, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216762] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5218), 1, - anon_sym_DOT2, - STATE(2425), 1, - sym_path, - STATE(3362), 1, - sym_cell_path, + ACTIONS(8713), 1, + anon_sym_LF, STATE(4814), 1, sym_comment, - ACTIONS(1476), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [201518] = 4, + ACTIONS(8711), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216778] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8707), 1, anon_sym_LF, STATE(4815), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8705), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201534] = 4, + [216794] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8713), 1, anon_sym_LF, STATE(4816), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201550] = 7, + [216810] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8695), 1, - anon_sym_SQUOTE, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(8707), 1, + anon_sym_LF, STATE(4817), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [201572] = 4, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216826] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8713), 1, anon_sym_LF, STATE(4818), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201588] = 4, + [216842] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8707), 1, + anon_sym_LF, STATE(4819), 1, sym_comment, - ACTIONS(3769), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3767), 3, + ACTIONS(8705), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [201604] = 4, + anon_sym_RBRACE, + [216858] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8733), 1, anon_sym_LF, + ACTIONS(8735), 1, + anon_sym_else, STATE(4820), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8731), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [201620] = 4, + [216876] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8144), 1, + anon_sym_SEMI, + ACTIONS(8146), 1, anon_sym_LF, + ACTIONS(8737), 1, + ts_builtin_sym_end, + STATE(2355), 1, + aux_sym_pipe_element_repeat1, STATE(4821), 1, sym_comment, - ACTIONS(8614), 4, + [216898] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8713), 1, + anon_sym_LF, + STATE(4822), 1, + sym_comment, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201636] = 7, + [216914] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, + ACTIONS(8707), 1, anon_sym_LF, - ACTIONS(8697), 1, - anon_sym_RPAREN, - STATE(1195), 1, - aux_sym__block_body_repeat1, - STATE(1279), 1, - sym__terminator, - STATE(4822), 1, - sym_comment, - [201658] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8699), 1, - anon_sym_DQUOTE, - ACTIONS(8703), 1, - aux_sym_path_token1, - STATE(1734), 1, - sym__str_double_quotes, STATE(4823), 1, sym_comment, - ACTIONS(8701), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [201678] = 4, + ACTIONS(8705), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216930] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8713), 1, anon_sym_LF, STATE(4824), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8711), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201694] = 4, + [216946] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8707), 1, anon_sym_LF, STATE(4825), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8705), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201710] = 6, - ACTIONS(3), 1, + [216962] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8705), 1, - anon_sym_DQUOTE, - ACTIONS(8709), 1, - aux_sym_path_token1, - STATE(520), 1, - sym__str_double_quotes, + ACTIONS(8713), 1, + anon_sym_LF, STATE(4826), 1, sym_comment, - ACTIONS(8707), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [201730] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8711), 1, - anon_sym_DQUOTE, - ACTIONS(8715), 1, - aux_sym_path_token1, - STATE(2409), 1, - sym__str_double_quotes, - STATE(4827), 1, - sym_comment, - ACTIONS(8713), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [201750] = 4, + ACTIONS(8711), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [216978] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4828), 1, + STATE(4827), 1, sym_comment, - ACTIONS(3622), 2, + ACTIONS(3119), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3620), 3, + ACTIONS(3117), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [201766] = 5, + [216994] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8719), 1, + ACTIONS(8741), 1, anon_sym_LF, - ACTIONS(8722), 1, - anon_sym_else, - STATE(4829), 1, + STATE(4828), 1, sym_comment, - ACTIONS(8717), 3, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - [201784] = 6, + anon_sym_RBRACE, + [217010] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(8479), 1, anon_sym_DOT2, - ACTIONS(8462), 1, + ACTIONS(8481), 1, aux_sym__immediate_decimal_token1, - STATE(4830), 1, + STATE(4829), 1, sym_comment, - STATE(5906), 1, + STATE(5922), 1, sym__immediate_decimal, - ACTIONS(8464), 2, + ACTIONS(8483), 2, anon_sym_DASH2, anon_sym_PLUS2, - [201804] = 7, + [217030] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8724), 1, - anon_sym_SQUOTE, - STATE(4810), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(8743), 1, + anon_sym_DOT2, + STATE(4830), 1, + sym_comment, + ACTIONS(2661), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2663), 2, + ts_builtin_sym_end, + anon_sym_LF, + [217048] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8650), 1, + anon_sym_LF, STATE(4831), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [201826] = 4, + ACTIONS(8648), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [217064] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8741), 1, + anon_sym_LF, STATE(4832), 1, sym_comment, - ACTIONS(3761), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3759), 3, + ACTIONS(8739), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [201842] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [217080] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8726), 1, - anon_sym_DOT2, + ACTIONS(8650), 1, + anon_sym_LF, STATE(4833), 1, sym_comment, - STATE(6177), 1, - sym__immediate_decimal, - ACTIONS(7177), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [201862] = 4, + ACTIONS(8648), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [217096] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8741), 1, + anon_sym_LF, STATE(4834), 1, sym_comment, - ACTIONS(3757), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3755), 3, + ACTIONS(8739), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [201878] = 6, + anon_sym_RBRACE, + [217112] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(8730), 1, - aux_sym_path_token1, - STATE(3015), 1, - sym__str_double_quotes, STATE(4835), 1, sym_comment, - ACTIONS(8728), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [201898] = 4, - ACTIONS(105), 1, + ACTIONS(3107), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [217126] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(4836), 1, sym_comment, - ACTIONS(3751), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3749), 3, - anon_sym_SEMI, + ACTIONS(3015), 5, anon_sym_PIPE, anon_sym_DASH, - [201914] = 4, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [217140] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LF, STATE(4837), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(3015), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3013), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [201930] = 7, + anon_sym_DASH, + [217156] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8732), 1, - anon_sym_SQUOTE, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, STATE(4838), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [201952] = 4, + ACTIONS(3107), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3105), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [217172] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, - anon_sym_LF, STATE(4839), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(3037), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3035), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [201968] = 4, + anon_sym_DASH, + [217188] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8650), 1, anon_sym_LF, STATE(4840), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [201984] = 4, + [217204] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8741), 1, anon_sym_LF, STATE(4841), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202000] = 7, + [217220] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8734), 1, - ts_builtin_sym_end, - ACTIONS(8736), 1, - anon_sym_SEMI, - ACTIONS(8738), 1, - anon_sym_LF, STATE(4842), 1, sym_comment, - STATE(4891), 1, - aux_sym__block_body_repeat1, - STATE(5438), 1, - sym__terminator, - [202022] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(3043), 2, + ts_builtin_sym_end, anon_sym_LF, + ACTIONS(3041), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [217236] = 3, + ACTIONS(3), 1, + anon_sym_POUND, STATE(4843), 1, sym_comment, - ACTIONS(8602), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2977), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [202038] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [217250] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LF, STATE(4844), 1, sym_comment, - ACTIONS(8669), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2973), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [202054] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [217264] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8604), 1, - anon_sym_LF, + ACTIONS(8479), 1, + anon_sym_DOT2, + ACTIONS(8481), 1, + aux_sym__immediate_decimal_token1, STATE(4845), 1, sym_comment, - ACTIONS(8602), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [202070] = 4, + STATE(5970), 1, + sym__immediate_decimal, + ACTIONS(8483), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [217284] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8640), 1, anon_sym_LF, STATE(4846), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8638), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202086] = 7, + [217300] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8740), 1, - anon_sym_SQUOTE, - STATE(4838), 1, - aux_sym__inter_single_quotes_repeat1, STATE(4847), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [202108] = 4, + ACTIONS(3033), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3031), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [217316] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8741), 1, anon_sym_LF, STATE(4848), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202124] = 4, + [217332] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LF, STATE(4849), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(3051), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3049), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [202140] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + [217348] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8616), 1, - anon_sym_LF, + ACTIONS(7153), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8745), 1, + anon_sym_DOT2, STATE(4850), 1, sym_comment, - ACTIONS(8614), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(6168), 1, + sym__immediate_decimal, + ACTIONS(7155), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [217368] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4851), 1, + sym_comment, + ACTIONS(2969), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [202156] = 6, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [217382] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8742), 1, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(8746), 1, + ACTIONS(8749), 1, aux_sym_path_token1, - STATE(1921), 1, + STATE(2956), 1, sym__str_double_quotes, - STATE(4851), 1, + STATE(4852), 1, sym_comment, - ACTIONS(8744), 2, + ACTIONS(8747), 2, sym__str_single_quotes, sym__str_back_ticks, - [202176] = 4, - ACTIONS(105), 1, + [217402] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8604), 1, - anon_sym_LF, - STATE(4852), 1, + STATE(4853), 1, sym_comment, - ACTIONS(8602), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2955), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [202192] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [217416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8650), 1, anon_sym_LF, - STATE(4853), 1, + STATE(4854), 1, sym_comment, - ACTIONS(8669), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202208] = 4, + [217432] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8751), 1, + anon_sym_SQUOTE, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4855), 1, + sym_comment, + STATE(5457), 1, + sym_expr_interpolated, + [217454] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8741), 1, anon_sym_LF, - STATE(4854), 1, + STATE(4856), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202224] = 4, + [217470] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8604), 1, + ACTIONS(8650), 1, anon_sym_LF, - STATE(4855), 1, + STATE(4857), 1, sym_comment, - ACTIONS(8602), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202240] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6263), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8748), 1, - anon_sym_DOT2, - STATE(4856), 1, - sym_comment, - ACTIONS(2834), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [202258] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4857), 1, - sym_comment, - ACTIONS(8751), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [202272] = 4, + [217486] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8755), 1, - anon_sym_LF, STATE(4858), 1, sym_comment, - ACTIONS(8753), 4, + ACTIONS(3069), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3067), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [202288] = 4, + anon_sym_DASH, + [217502] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8759), 1, + ACTIONS(8741), 1, anon_sym_LF, STATE(4859), 1, sym_comment, - ACTIONS(8757), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202304] = 6, + [217518] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8761), 1, - ts_builtin_sym_end, - ACTIONS(8763), 1, + ACTIONS(8473), 1, anon_sym_SEMI, - ACTIONS(8766), 1, + ACTIONS(8475), 1, anon_sym_LF, - STATE(5438), 1, - sym__terminator, - STATE(4860), 2, - sym_comment, + ACTIONS(8753), 1, + ts_builtin_sym_end, + STATE(4560), 1, aux_sym__block_body_repeat1, - [202324] = 5, - ACTIONS(3), 1, + STATE(4860), 1, + sym_comment, + STATE(5339), 1, + sym__terminator, + [217540] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6319), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8769), 1, - anon_sym_DOT2, + ACTIONS(8650), 1, + anon_sym_LF, STATE(4861), 1, sym_comment, - ACTIONS(2936), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(8648), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [202342] = 6, + [217556] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, + ACTIONS(8741), 1, anon_sym_LF, - STATE(1285), 1, - sym__terminator, STATE(4862), 1, sym_comment, - ACTIONS(3743), 2, + ACTIONS(8739), 4, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [202362] = 7, + [217572] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8736), 1, + ACTIONS(8755), 1, + ts_builtin_sym_end, + ACTIONS(8757), 1, anon_sym_SEMI, - ACTIONS(8738), 1, + ACTIONS(8760), 1, anon_sym_LF, - ACTIONS(8772), 1, - ts_builtin_sym_end, - STATE(4860), 1, - aux_sym__block_body_repeat1, - STATE(4863), 1, - sym_comment, - STATE(5438), 1, + STATE(5339), 1, sym__terminator, - [202384] = 4, + STATE(4863), 2, + sym_comment, + aux_sym__block_body_repeat1, + [217592] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8776), 1, + ACTIONS(8741), 1, anon_sym_LF, STATE(4864), 1, sym_comment, - ACTIONS(8774), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202400] = 4, + [217608] = 7, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8763), 1, + anon_sym_SQUOTE, + STATE(4855), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4865), 1, sym_comment, - ACTIONS(3747), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3745), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [202416] = 4, + STATE(5457), 1, + sym_expr_interpolated, + [217630] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8780), 1, + ACTIONS(8650), 1, anon_sym_LF, STATE(4866), 1, sym_comment, - ACTIONS(8778), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202432] = 4, + [217646] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8741), 1, anon_sym_LF, STATE(4867), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202448] = 3, - ACTIONS(3), 1, + [217662] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8650), 1, + anon_sym_LF, STATE(4868), 1, sym_comment, - ACTIONS(8782), 5, - sym_cmd_identifier, - anon_sym_DASH, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [202462] = 7, - ACTIONS(3), 1, + ACTIONS(8648), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [217678] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8784), 1, - anon_sym_DOT2, - ACTIONS(8786), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8788), 1, - anon_sym_DASH2, - ACTIONS(8790), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8792), 1, - aux_sym_short_flag_token1, + ACTIONS(8741), 1, + anon_sym_LF, STATE(4869), 1, sym_comment, - [202484] = 4, + ACTIONS(8739), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [217694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8650), 1, anon_sym_LF, STATE(4870), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202500] = 4, + [217710] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8741), 1, + anon_sym_LF, STATE(4871), 1, sym_comment, - ACTIONS(3733), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3731), 3, + ACTIONS(8739), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [202516] = 6, + anon_sym_RBRACE, + [217726] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, + ACTIONS(8650), 1, anon_sym_LF, - STATE(1434), 1, - sym__terminator, STATE(4872), 1, sym_comment, - ACTIONS(8794), 2, + ACTIONS(8648), 4, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [202536] = 4, + [217742] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8798), 1, + ACTIONS(8741), 1, anon_sym_LF, STATE(4873), 1, sym_comment, - ACTIONS(8796), 4, + ACTIONS(8739), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202552] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4488), 1, - anon_sym_DQUOTE, - ACTIONS(8802), 1, - aux_sym_path_token1, - STATE(2700), 1, - sym__str_double_quotes, - STATE(4874), 1, - sym_comment, - ACTIONS(8800), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [202572] = 7, + [217758] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8209), 1, - anon_sym_SEMI, - ACTIONS(8211), 1, + ACTIONS(8650), 1, anon_sym_LF, - ACTIONS(8804), 1, - ts_builtin_sym_end, - STATE(2534), 1, - aux_sym_pipe_element_repeat1, - STATE(4875), 1, + STATE(4874), 1, sym_comment, - [202594] = 4, + ACTIONS(8648), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [217774] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8420), 1, + ACTIONS(8767), 1, anon_sym_LF, - STATE(4876), 1, + STATE(4875), 1, sym_comment, - ACTIONS(8418), 4, + ACTIONS(8765), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202610] = 6, + [217790] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8460), 1, + ACTIONS(6113), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8769), 1, anon_sym_DOT2, - ACTIONS(8462), 1, - aux_sym__immediate_decimal_token1, - STATE(4877), 1, + STATE(4876), 1, sym_comment, - STATE(5951), 1, - sym__immediate_decimal, - ACTIONS(8464), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [202630] = 4, + ACTIONS(2328), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [217808] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8774), 1, anon_sym_LF, - STATE(4878), 1, + STATE(4877), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8772), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202646] = 4, + [217824] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8778), 1, anon_sym_LF, - STATE(4879), 1, + STATE(4878), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8776), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202662] = 4, + [217840] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6258), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8780), 1, + anon_sym_DOT2, + STATE(4879), 1, + sym_comment, + ACTIONS(2519), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [217858] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8434), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, + STATE(1060), 1, + sym__terminator, STATE(4880), 1, sym_comment, - ACTIONS(8432), 4, - anon_sym_SEMI, + ACTIONS(2817), 2, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_RBRACE, - [202678] = 4, + [217878] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4881), 1, - sym_comment, - ACTIONS(3729), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3727), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [202694] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4882), 1, - sym_comment, - ACTIONS(3634), 2, - ts_builtin_sym_end, + ACTIONS(8785), 1, anon_sym_LF, - ACTIONS(3632), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [202710] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4883), 1, + STATE(4881), 1, sym_comment, - ACTIONS(3725), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3723), 3, + ACTIONS(8783), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [202726] = 3, + anon_sym_RBRACE, + [217894] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4884), 1, + STATE(4882), 1, sym_comment, - ACTIONS(8806), 5, + ACTIONS(8787), 5, sym_identifier, anon_sym_GT, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [202740] = 3, + [217908] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4885), 1, + STATE(4883), 1, sym_comment, - ACTIONS(8808), 5, + ACTIONS(8789), 5, sym_identifier, anon_sym_GT, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [202754] = 4, + [217922] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4886), 1, + STATE(4884), 1, sym_comment, - ACTIONS(3640), 2, + ACTIONS(3139), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3638), 3, + ACTIONS(3137), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [202770] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8810), 1, - anon_sym_SQUOTE, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4887), 1, - sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [202792] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8460), 1, - anon_sym_DOT2, - ACTIONS(8462), 1, - aux_sym__immediate_decimal_token1, - STATE(4888), 1, - sym_comment, - STATE(5931), 1, - sym__immediate_decimal, - ACTIONS(8464), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [202812] = 4, + [217938] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8473), 1, + anon_sym_SEMI, + ACTIONS(8475), 1, anon_sym_LF, - STATE(4889), 1, + ACTIONS(8791), 1, + ts_builtin_sym_end, + STATE(4863), 1, + aux_sym__block_body_repeat1, + STATE(4885), 1, sym_comment, - ACTIONS(8614), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [202828] = 4, + STATE(5339), 1, + sym__terminator, + [217960] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8795), 1, anon_sym_LF, - STATE(4890), 1, + STATE(4886), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8793), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [202844] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8736), 1, - anon_sym_SEMI, - ACTIONS(8738), 1, - anon_sym_LF, - ACTIONS(8812), 1, - ts_builtin_sym_end, - STATE(4860), 1, - aux_sym__block_body_repeat1, - STATE(4891), 1, - sym_comment, - STATE(5438), 1, - sym__terminator, - [202866] = 4, + [217976] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4892), 1, + STATE(4887), 1, sym_comment, - ACTIONS(3644), 2, + ACTIONS(3075), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3642), 3, + ACTIONS(3073), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [202882] = 6, + [217992] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8454), 1, - aux_sym_path_token1, - ACTIONS(8814), 1, - anon_sym_DQUOTE, - STATE(2631), 1, - sym__str_double_quotes, - STATE(4893), 1, + STATE(4888), 1, sym_comment, - ACTIONS(8452), 2, + ACTIONS(8797), 5, + sym_cmd_identifier, + anon_sym_DASH, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [202902] = 4, - ACTIONS(105), 1, + [218006] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4894), 1, + ACTIONS(8799), 1, + anon_sym_DOT2, + ACTIONS(8801), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8803), 1, + anon_sym_DASH2, + ACTIONS(8805), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8807), 1, + aux_sym_short_flag_token1, + STATE(4889), 1, sym_comment, - ACTIONS(3652), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3650), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [202918] = 4, + [218028] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, anon_sym_LF, - STATE(4895), 1, + STATE(969), 1, + sym__terminator, + STATE(4890), 1, sym_comment, - ACTIONS(8614), 4, - anon_sym_SEMI, + ACTIONS(8809), 2, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_RBRACE, - [202934] = 4, + [218048] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(4896), 1, + ACTIONS(8811), 1, + sym__long_flag_identifier, + STATE(4891), 1, sym_comment, - ACTIONS(3656), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3654), 3, + ACTIONS(2416), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - [202950] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(2420), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4897), 1, - sym_comment, - ACTIONS(8398), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [202966] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8816), 1, - anon_sym_SQUOTE, - STATE(4898), 1, - sym_comment, - STATE(4907), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5475), 1, - sym_expr_interpolated, - [202988] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4899), 1, - sym_comment, - ACTIONS(8818), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [203002] = 4, + [218066] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4900), 1, + STATE(4892), 1, sym_comment, - ACTIONS(3666), 2, + ACTIONS(3111), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3664), 3, + ACTIONS(3109), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203018] = 7, + [218082] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8736), 1, - anon_sym_SEMI, - ACTIONS(8738), 1, + ACTIONS(8815), 1, anon_sym_LF, - ACTIONS(8812), 1, - ts_builtin_sym_end, - STATE(4863), 1, - aux_sym__block_body_repeat1, - STATE(4901), 1, - sym_comment, - STATE(5438), 1, - sym__terminator, - [203040] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8820), 1, - anon_sym_DOT2, - STATE(4902), 1, + STATE(4893), 1, sym_comment, - ACTIONS(3206), 2, + ACTIONS(8813), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3208), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203058] = 4, + anon_sym_RBRACE, + [218098] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4903), 1, + STATE(4894), 1, sym_comment, - ACTIONS(3674), 2, + ACTIONS(3083), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3672), 3, + ACTIONS(3081), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203074] = 4, + [218114] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8650), 1, anon_sym_LF, - STATE(4904), 1, + STATE(4895), 1, sym_comment, - ACTIONS(8614), 4, + ACTIONS(8648), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [203090] = 4, + [218130] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4905), 1, - sym_comment, - ACTIONS(3678), 2, - ts_builtin_sym_end, + ACTIONS(8373), 1, anon_sym_LF, - ACTIONS(3676), 3, + STATE(4896), 1, + sym_comment, + ACTIONS(8371), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [203106] = 4, + anon_sym_RBRACE, + [218146] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8400), 1, + ACTIONS(8365), 1, anon_sym_LF, - STATE(4906), 1, + STATE(4897), 1, sym_comment, - ACTIONS(8398), 4, + ACTIONS(8363), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [203122] = 7, - ACTIONS(105), 1, + [218162] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8375), 1, - anon_sym_LPAREN, - ACTIONS(8377), 1, - sym_unescaped_interpolated_content, - ACTIONS(8822), 1, - anon_sym_SQUOTE, - STATE(4693), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4907), 1, + ACTIONS(8479), 1, + anon_sym_DOT2, + ACTIONS(8481), 1, + aux_sym__immediate_decimal_token1, + STATE(4898), 1, sym_comment, - STATE(5475), 1, - sym_expr_interpolated, - [203144] = 5, + STATE(5900), 1, + sym__immediate_decimal, + ACTIONS(8483), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [218182] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8824), 1, - sym__long_flag_identifier, - STATE(4908), 1, + STATE(4899), 1, sym_comment, - ACTIONS(3153), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3157), 2, + ACTIONS(2799), 2, ts_builtin_sym_end, anon_sym_LF, - [203162] = 4, + ACTIONS(2797), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [218198] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4909), 1, + STATE(4900), 1, sym_comment, - ACTIONS(3682), 2, + ACTIONS(3087), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3680), 3, + ACTIONS(3085), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203178] = 6, + [218214] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8826), 1, - anon_sym_DQUOTE, - ACTIONS(8830), 1, - aux_sym_path_token1, - STATE(2469), 1, - sym__str_double_quotes, - STATE(4910), 1, + STATE(4901), 1, sym_comment, - ACTIONS(8828), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [203198] = 4, + ACTIONS(2931), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [218228] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4902), 1, + sym_comment, + ACTIONS(2935), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [218242] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4911), 1, + STATE(4903), 1, sym_comment, - ACTIONS(3705), 2, + ACTIONS(3091), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3703), 3, + ACTIONS(3089), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203214] = 4, + [218258] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4912), 1, + STATE(4904), 1, sym_comment, - ACTIONS(3709), 2, + ACTIONS(3095), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3707), 3, + ACTIONS(3093), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203230] = 6, + [218274] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7175), 1, + ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8832), 1, + ACTIONS(8817), 1, anon_sym_DOT2, - STATE(4913), 1, + STATE(4905), 1, sym_comment, - STATE(6179), 1, + STATE(6170), 1, sym__immediate_decimal, - ACTIONS(7177), 2, + ACTIONS(7155), 2, anon_sym_DASH2, anon_sym_PLUS2, - [203250] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8836), 1, - anon_sym_LF, - STATE(4914), 1, - sym_comment, - ACTIONS(8834), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [203266] = 4, + [218294] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4915), 1, + STATE(4906), 1, sym_comment, - ACTIONS(3713), 2, + ACTIONS(3099), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3711), 3, + ACTIONS(3097), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203282] = 4, + [218310] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4916), 1, + STATE(4907), 1, sym_comment, - ACTIONS(3717), 2, + ACTIONS(3103), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3715), 3, + ACTIONS(3101), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [203298] = 4, - ACTIONS(105), 1, + [218326] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4917), 1, + ACTIONS(8819), 1, + anon_sym_DQUOTE, + ACTIONS(8823), 1, + aux_sym_path_token1, + STATE(2219), 1, + sym__str_double_quotes, + STATE(4908), 1, sym_comment, - ACTIONS(7846), 2, - anon_sym_SEMI, + ACTIONS(8821), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [218346] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4909), 1, + sym_comment, + ACTIONS(2951), 5, anon_sym_PIPE, - ACTIONS(7848), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203313] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [218360] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8840), 1, - anon_sym_LF, - STATE(4918), 1, + ACTIONS(8351), 1, + anon_sym_LPAREN, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8825), 1, + anon_sym_SQUOTE, + STATE(4765), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4910), 1, sym_comment, - ACTIONS(8838), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [203328] = 4, - ACTIONS(105), 1, + STATE(5457), 1, + sym_expr_interpolated, + [218382] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4919), 1, + STATE(4911), 1, sym_comment, - ACTIONS(8398), 2, - anon_sym_SEMI, + ACTIONS(2947), 5, anon_sym_PIPE, - ACTIONS(8400), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203343] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [218396] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4920), 1, + STATE(4912), 1, sym_comment, - ACTIONS(8614), 2, - anon_sym_SEMI, + ACTIONS(2939), 5, anon_sym_PIPE, - ACTIONS(8616), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203358] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [218410] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4921), 1, + STATE(4913), 1, sym_comment, - ACTIONS(3608), 2, - anon_sym_SEMI, + ACTIONS(2943), 5, anon_sym_PIPE, - ACTIONS(3610), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203373] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [218424] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8842), 1, + ACTIONS(8351), 1, anon_sym_LPAREN, - STATE(4922), 1, + ACTIONS(8353), 1, + sym_unescaped_interpolated_content, + ACTIONS(8827), 1, + anon_sym_SQUOTE, + STATE(4910), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4914), 1, sym_comment, - ACTIONS(8844), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [203388] = 6, + STATE(5457), 1, + sym_expr_interpolated, + [218446] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1560), 1, - sym_block, - STATE(4923), 1, + STATE(4915), 1, sym_comment, - STATE(5599), 1, - sym_returns, - [203407] = 4, + ACTIONS(8829), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [218460] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4916), 1, + sym_comment, + ACTIONS(8831), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [218474] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8833), 1, + anon_sym_DOT2, + ACTIONS(8835), 1, + anon_sym_LPAREN2, + ACTIONS(8837), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8839), 1, + aux_sym__immediate_decimal_token3, + STATE(4917), 1, + sym_comment, + [218493] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8850), 1, - anon_sym_LF, - STATE(4924), 1, + STATE(4918), 1, sym_comment, - ACTIONS(8848), 3, + ACTIONS(8347), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [203422] = 6, - ACTIONS(3), 1, + ACTIONS(8349), 2, + ts_builtin_sym_end, + anon_sym_LF, + [218508] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1561), 1, - sym_block, - STATE(4925), 1, + ACTIONS(8841), 1, + anon_sym_DQUOTE, + STATE(4919), 1, sym_comment, - STATE(5600), 1, - sym_returns, - [203441] = 5, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [218525] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8852), 1, + ACTIONS(8845), 1, anon_sym_DQUOTE, - STATE(4926), 1, + STATE(4920), 1, sym_comment, - STATE(4954), 1, + STATE(4927), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [203458] = 4, + [218542] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8858), 1, - anon_sym_LF, - STATE(4927), 1, + ACTIONS(8847), 1, + anon_sym_DQUOTE, + STATE(4919), 1, + aux_sym__str_double_quotes_repeat1, + STATE(4921), 1, sym_comment, - ACTIONS(8856), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - [203473] = 3, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [218559] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4928), 1, + ACTIONS(8849), 1, + anon_sym_DOT2, + ACTIONS(8851), 1, + anon_sym_LPAREN2, + ACTIONS(8853), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8855), 1, + aux_sym__immediate_decimal_token3, + STATE(4922), 1, + sym_comment, + [218578] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4923), 1, sym_comment, - ACTIONS(8860), 4, + ACTIONS(8857), 4, sym_identifier, anon_sym_in, anon_sym_nu, anon_sym_env, - [203486] = 4, + [218591] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4929), 1, + STATE(4924), 1, sym_comment, - ACTIONS(3585), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3587), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [203501] = 4, + [218606] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4930), 1, + STATE(4925), 1, sym_comment, - ACTIONS(7840), 2, + ACTIONS(7769), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7842), 2, + ACTIONS(7771), 2, ts_builtin_sym_end, anon_sym_LF, - [203516] = 4, + [218621] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4931), 1, + STATE(4926), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [203531] = 5, + [218636] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8862), 1, + ACTIONS(8859), 1, anon_sym_DQUOTE, - STATE(4932), 1, + STATE(4927), 1, sym_comment, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [203548] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8122), 1, - anon_sym_LPAREN2, - ACTIONS(8864), 1, - anon_sym_DOT2, - ACTIONS(8866), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8868), 1, - aux_sym__immediate_decimal_token3, - STATE(4933), 1, - sym_comment, - [203567] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8870), 1, - anon_sym_DOT2, - ACTIONS(8872), 1, - anon_sym_LPAREN2, - ACTIONS(8874), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8876), 1, - aux_sym__immediate_decimal_token3, - STATE(4934), 1, - sym_comment, - [203586] = 4, + [218653] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4935), 1, + STATE(4928), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [203601] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4936), 1, - sym_comment, - ACTIONS(8878), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [203614] = 4, + [218668] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4937), 1, + STATE(4929), 1, sym_comment, - ACTIONS(7815), 2, + ACTIONS(7775), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7817), 2, + ACTIONS(7777), 2, ts_builtin_sym_end, anon_sym_LF, - [203629] = 4, + [218683] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4938), 1, - sym_comment, - ACTIONS(3600), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3602), 2, - ts_builtin_sym_end, + ACTIONS(3357), 1, anon_sym_LF, - [203644] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4939), 1, + STATE(4930), 1, sym_comment, - ACTIONS(8880), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [203657] = 6, + ACTIONS(3007), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [218698] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8120), 1, + ACTIONS(8295), 1, anon_sym_DOT2, - ACTIONS(8122), 1, + ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(8128), 1, + ACTIONS(8303), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8882), 1, + ACTIONS(8861), 1, aux_sym__immediate_decimal_token1, - STATE(4940), 1, - sym_comment, - [203676] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4941), 1, + STATE(4931), 1, sym_comment, - ACTIONS(8371), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8373), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203691] = 4, + [218717] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4942), 1, + STATE(4932), 1, sym_comment, - ACTIONS(7884), 2, + ACTIONS(7821), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7886), 2, + ACTIONS(7823), 2, ts_builtin_sym_end, anon_sym_LF, - [203706] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8884), 1, - anon_sym_LPAREN, - STATE(4943), 1, - sym_comment, - ACTIONS(8886), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [203721] = 6, + [218732] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(8890), 1, - anon_sym_RBRACK, - STATE(4944), 1, + STATE(4933), 1, sym_comment, - STATE(4958), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [203740] = 6, + ACTIONS(8863), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [218745] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3897), 1, - ts_builtin_sym_end, - ACTIONS(8736), 1, + STATE(4934), 1, + sym_comment, + ACTIONS(8711), 2, anon_sym_SEMI, - ACTIONS(8738), 1, + anon_sym_PIPE, + ACTIONS(8713), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(1551), 1, - sym__terminator, - STATE(4945), 1, - sym_comment, - [203759] = 5, + [218760] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8892), 1, + ACTIONS(8865), 1, anon_sym_DQUOTE, - STATE(4946), 1, + STATE(4935), 1, sym_comment, - STATE(5338), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [203776] = 4, + [218777] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4947), 1, + STATE(4936), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(7809), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(7811), 2, ts_builtin_sym_end, anon_sym_LF, - [203791] = 4, + [218792] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4948), 1, + STATE(4937), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8439), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8441), 2, ts_builtin_sym_end, anon_sym_LF, - [203806] = 4, + [218807] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4949), 1, + STATE(4938), 1, sym_comment, - ACTIONS(8641), 2, + ACTIONS(3307), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8643), 2, + ACTIONS(3309), 2, ts_builtin_sym_end, anon_sym_LF, - [203821] = 3, + [218822] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4950), 1, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(8869), 1, + anon_sym_RBRACK, + STATE(4939), 1, sym_comment, - ACTIONS(3401), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH, - anon_sym_in, - [203834] = 4, + STATE(4953), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [218841] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4951), 1, + STATE(4940), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [203849] = 4, + [218856] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4952), 1, + STATE(4941), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [203864] = 3, + [218871] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4953), 1, + STATE(4942), 1, sym_comment, - ACTIONS(8894), 4, - sym_identifier, + ACTIONS(3339), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH, anon_sym_in, - anon_sym_nu, - anon_sym_env, - [203877] = 5, + [218884] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8896), 1, + ACTIONS(8871), 1, anon_sym_DQUOTE, - STATE(4954), 1, - sym_comment, - STATE(5138), 1, + STATE(4935), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + STATE(4943), 1, + sym_comment, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [203894] = 4, + [218901] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8873), 1, + anon_sym_DOT2, + ACTIONS(8875), 1, + anon_sym_LPAREN2, + ACTIONS(8877), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8879), 1, + aux_sym__immediate_decimal_token3, + STATE(4944), 1, + sym_comment, + [218920] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4945), 1, + sym_comment, + ACTIONS(8881), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [218933] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4955), 1, + STATE(4946), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [203909] = 4, + [218948] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4956), 1, + STATE(4947), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [203924] = 4, - ACTIONS(105), 1, + [218963] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8900), 1, - anon_sym_LF, - STATE(4957), 1, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(8883), 1, + anon_sym_RBRACK, + STATE(4948), 1, sym_comment, - ACTIONS(8898), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [203939] = 6, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [218982] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(8902), 1, + ACTIONS(8885), 1, anon_sym_RBRACK, - STATE(4958), 1, - sym_comment, - STATE(5239), 1, + STATE(4948), 1, aux_sym_val_table_repeat1, - STATE(5555), 1, + STATE(4949), 1, + sym_comment, + STATE(5537), 1, sym_val_list, - [203958] = 4, + [219001] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4959), 1, + STATE(4950), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [203973] = 4, + [219016] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3893), 1, + ACTIONS(8889), 1, anon_sym_LF, - STATE(4960), 1, + STATE(4951), 1, sym_comment, - ACTIONS(3545), 3, + ACTIONS(8887), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [203988] = 4, + [219031] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3895), 1, + ACTIONS(3355), 1, anon_sym_LF, - STATE(4961), 1, + STATE(4952), 1, sym_comment, - ACTIONS(3555), 3, + ACTIONS(3029), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [204003] = 3, + [219046] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4962), 1, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(8891), 1, + anon_sym_RBRACK, + STATE(4953), 1, sym_comment, - ACTIONS(8904), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [204016] = 3, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [219065] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4963), 1, + STATE(4954), 1, sym_comment, - ACTIONS(3397), 4, + ACTIONS(3236), 4, anon_sym_EQ, anon_sym_COLON, anon_sym_DASH, anon_sym_in, - [204029] = 4, + [219078] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4964), 1, + STATE(4955), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [204044] = 4, + [219093] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8893), 1, + anon_sym_LBRACK, + ACTIONS(8895), 1, + anon_sym_LPAREN, + STATE(4956), 1, + sym_comment, + STATE(5188), 1, + sym_parameter_parens, + STATE(5191), 1, + sym_parameter_bracks, + [219112] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(4965), 1, + ACTIONS(8897), 1, + anon_sym_DQUOTE, + STATE(4957), 1, sym_comment, - ACTIONS(8398), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8400), 2, - ts_builtin_sym_end, - anon_sym_LF, - [204059] = 6, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [219129] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8906), 1, + ACTIONS(647), 1, + aux_sym_unquoted_token6, + ACTIONS(649), 1, anon_sym_DOT2, - ACTIONS(8908), 1, - anon_sym_LPAREN2, - ACTIONS(8910), 1, + ACTIONS(8899), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8912), 1, - aux_sym__immediate_decimal_token3, - STATE(4966), 1, + ACTIONS(8901), 1, + aux_sym__immediate_decimal_token2, + STATE(4958), 1, sym_comment, - [204078] = 4, + [219148] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4967), 1, + STATE(4959), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [204093] = 4, + [219163] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4968), 1, + STATE(4960), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(3279), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(3281), 2, ts_builtin_sym_end, anon_sym_LF, - [204108] = 4, + [219178] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(4969), 1, + ACTIONS(8903), 1, + anon_sym_DQUOTE, + STATE(4957), 1, + aux_sym__str_double_quotes_repeat1, + STATE(4961), 1, sym_comment, - ACTIONS(8614), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8616), 2, - ts_builtin_sym_end, - anon_sym_LF, - [204123] = 4, - ACTIONS(105), 1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [219195] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8916), 1, - anon_sym_LF, - STATE(4970), 1, + ACTIONS(8905), 1, + anon_sym_DOT2, + ACTIONS(8907), 1, + anon_sym_LPAREN2, + ACTIONS(8909), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8911), 1, + aux_sym__immediate_decimal_token3, + STATE(4962), 1, sym_comment, - ACTIONS(8914), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204138] = 6, + [219214] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4963), 1, + sym_comment, + ACTIONS(8913), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [219227] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, + ACTIONS(8893), 1, anon_sym_LBRACK, - ACTIONS(8920), 1, + ACTIONS(8895), 1, anon_sym_LPAREN, - STATE(4971), 1, + STATE(4964), 1, sym_comment, - STATE(5140), 1, + STATE(5270), 1, sym_parameter_parens, - STATE(5145), 1, + STATE(5271), 1, sym_parameter_bracks, - [204157] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4972), 1, - sym_comment, - ACTIONS(8398), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8400), 2, - ts_builtin_sym_end, - anon_sym_LF, - [204172] = 4, + [219246] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8924), 1, + ACTIONS(8917), 1, anon_sym_LF, - STATE(4973), 1, + STATE(4965), 1, sym_comment, - ACTIONS(8922), 3, + ACTIONS(8915), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [204187] = 4, + [219261] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4966), 1, + sym_comment, + ACTIONS(2782), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + [219274] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(655), 1, + aux_sym_unquoted_token6, + ACTIONS(657), 1, + anon_sym_DOT2, + ACTIONS(8919), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8921), 1, + aux_sym__immediate_decimal_token2, + STATE(4967), 1, + sym_comment, + [219293] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8928), 1, + ACTIONS(8925), 1, anon_sym_LF, - STATE(4974), 1, + STATE(4968), 1, sym_comment, - ACTIONS(8926), 3, + ACTIONS(8923), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [204202] = 6, + [219308] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1447), 1, + ACTIONS(799), 1, anon_sym_LBRACE, - ACTIONS(6257), 1, + ACTIONS(6083), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8930), 1, + ACTIONS(8927), 1, anon_sym_DOT2, - ACTIONS(8932), 1, + ACTIONS(8929), 1, aux_sym_unquoted_token2, - STATE(4975), 1, + STATE(4969), 1, sym_comment, - [204221] = 3, + [219327] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4976), 1, + STATE(4970), 1, sym_comment, - ACTIONS(3230), 4, + ACTIONS(2655), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - [204234] = 6, + [219340] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8618), 1, + ACTIONS(8674), 1, anon_sym_SEMI, - ACTIONS(8934), 1, + ACTIONS(8931), 1, anon_sym_LF, - STATE(2547), 1, + STATE(2280), 1, aux_sym_pipe_element_repeat1, - STATE(4977), 1, - sym_comment, - [204253] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4978), 1, - sym_comment, - ACTIONS(8614), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8616), 2, - ts_builtin_sym_end, - anon_sym_LF, - [204268] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8936), 1, - anon_sym_DQUOTE, - STATE(4979), 1, - sym_comment, - STATE(4983), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204285] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8918), 1, - anon_sym_LBRACK, - ACTIONS(8920), 1, - anon_sym_LPAREN, - STATE(4980), 1, + STATE(4971), 1, sym_comment, - STATE(5249), 1, - sym_parameter_bracks, - STATE(5251), 1, - sym_parameter_parens, - [204304] = 6, + [219359] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8846), 1, + ACTIONS(8933), 1, anon_sym_COLON, - STATE(1610), 1, + STATE(1263), 1, sym_block, - STATE(4981), 1, + STATE(4972), 1, sym_comment, - STATE(5605), 1, + STATE(5560), 1, sym_returns, - [204323] = 6, + [219378] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8846), 1, + ACTIONS(8933), 1, anon_sym_COLON, - STATE(1611), 1, + STATE(1264), 1, sym_block, - STATE(4982), 1, + STATE(4973), 1, sym_comment, - STATE(5607), 1, + STATE(5558), 1, sym_returns, - [204342] = 5, + [219397] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8938), 1, - anon_sym_DQUOTE, - STATE(4983), 1, + STATE(4974), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204359] = 6, + ACTIONS(8705), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8707), 2, + ts_builtin_sym_end, + anon_sym_LF, + [219412] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8567), 1, + ACTIONS(8667), 1, anon_sym_SEMI, - ACTIONS(8934), 1, + ACTIONS(8931), 1, anon_sym_LF, - STATE(2551), 1, + STATE(2281), 1, aux_sym_pipe_element_repeat1, - STATE(4984), 1, + STATE(4975), 1, sym_comment, - [204378] = 6, + [219431] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8560), 1, + ACTIONS(8658), 1, anon_sym_SEMI, - ACTIONS(8934), 1, + ACTIONS(8931), 1, anon_sym_LF, - STATE(2552), 1, + STATE(2284), 1, aux_sym_pipe_element_repeat1, - STATE(4985), 1, + STATE(4976), 1, sym_comment, - [204397] = 4, + [219450] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4986), 1, + ACTIONS(8937), 1, + anon_sym_LF, + STATE(4977), 1, + sym_comment, + ACTIONS(8935), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [219465] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8941), 1, + anon_sym_LF, + STATE(4978), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8939), 3, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8400), 2, - ts_builtin_sym_end, + [219480] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8943), 1, + anon_sym_LBRACK, + ACTIONS(8945), 1, + anon_sym_LPAREN, + STATE(998), 1, + sym_parameter_bracks, + STATE(1020), 1, + sym_parameter_parens, + STATE(4979), 1, + sym_comment, + [219499] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8949), 1, anon_sym_LF, - [204412] = 4, + STATE(4980), 1, + sym_comment, + ACTIONS(8947), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [219514] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4987), 1, + STATE(4981), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [204427] = 4, + [219529] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4988), 1, + STATE(4982), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [204442] = 4, + [219544] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4989), 1, + STATE(4983), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204457] = 6, - ACTIONS(3), 1, + [219559] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(8940), 1, - anon_sym_RBRACK, - STATE(4990), 1, + STATE(4984), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [204476] = 4, + ACTIONS(8711), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8713), 2, + ts_builtin_sym_end, + anon_sym_LF, + [219574] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4991), 1, + STATE(4985), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204491] = 4, + [219589] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8944), 1, + ACTIONS(8953), 1, anon_sym_LF, - STATE(4992), 1, + STATE(4986), 1, sym_comment, - ACTIONS(8942), 3, + ACTIONS(8951), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [204506] = 4, + [219604] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4993), 1, + STATE(4987), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204521] = 4, + [219619] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4994), 1, + ACTIONS(8957), 1, + anon_sym_LF, + STATE(4988), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8955), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8400), 2, - ts_builtin_sym_end, - anon_sym_LF, - [204536] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [219634] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8948), 1, + ACTIONS(8961), 1, anon_sym_LF, - STATE(4995), 1, + STATE(4989), 1, sym_comment, - ACTIONS(8946), 3, + ACTIONS(8959), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [204551] = 4, + [219649] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8952), 1, - anon_sym_LF, - STATE(4996), 1, + STATE(4990), 1, sym_comment, - ACTIONS(8950), 3, + ACTIONS(8429), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204566] = 4, + anon_sym_PIPE, + ACTIONS(8431), 2, + ts_builtin_sym_end, + anon_sym_LF, + [219664] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8238), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1231), 1, + sym_block, + STATE(4991), 1, + sym_comment, + STATE(5565), 1, + sym_returns, + [219683] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4997), 1, + STATE(4992), 1, sym_comment, - ACTIONS(8614), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8616), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204581] = 4, + [219698] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4998), 1, + STATE(4993), 1, sym_comment, - ACTIONS(8398), 2, + ACTIONS(8525), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8400), 2, + ACTIONS(8527), 2, ts_builtin_sym_end, anon_sym_LF, - [204596] = 4, + [219713] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4999), 1, + STATE(4994), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204611] = 4, + [219728] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5000), 1, + STATE(4995), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204626] = 4, + [219743] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5001), 1, + STATE(4996), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204641] = 4, + [219758] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5002), 1, + STATE(4997), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204656] = 4, + [219773] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5003), 1, + STATE(4998), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204671] = 4, + [219788] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5004), 1, + STATE(4999), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [204686] = 4, + [219803] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5005), 1, + STATE(5000), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204701] = 3, + [219818] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(5006), 1, + STATE(5001), 1, sym_comment, - ACTIONS(8954), 4, + ACTIONS(8963), 4, sym_identifier, anon_sym_in, anon_sym_nu, anon_sym_env, - [204714] = 6, + [219831] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8956), 1, - anon_sym_DOT2, - ACTIONS(8958), 1, + ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(8960), 1, + ACTIONS(8965), 1, + anon_sym_DOT2, + ACTIONS(8967), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8962), 1, + ACTIONS(8969), 1, aux_sym__immediate_decimal_token3, - STATE(5007), 1, + STATE(5002), 1, sym_comment, - [204733] = 4, + [219850] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5008), 1, + STATE(5003), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204748] = 4, + [219865] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5959), 1, - aux_sym_unquoted_token3, - STATE(5009), 1, + STATE(5004), 1, sym_comment, - ACTIONS(1375), 3, + ACTIONS(8711), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [204763] = 3, + ACTIONS(8713), 2, + ts_builtin_sym_end, + anon_sym_LF, + [219880] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(5010), 1, - sym_comment, - ACTIONS(8964), 4, + ACTIONS(2416), 1, sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [204776] = 4, + ACTIONS(8971), 1, + sym__long_flag_identifier, + STATE(5005), 1, + sym_comment, + ACTIONS(2420), 2, + anon_sym_DOLLAR, + anon_sym_DASH, + [219897] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5011), 1, + STATE(5006), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204791] = 5, + [219912] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8966), 1, + ACTIONS(8973), 1, anon_sym_DQUOTE, - STATE(5012), 1, + STATE(5007), 1, sym_comment, - STATE(5026), 1, + STATE(5021), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [204808] = 4, + [219929] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5013), 1, + STATE(5008), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204823] = 4, + [219944] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5014), 1, + STATE(5009), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204838] = 4, + [219959] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5015), 1, + STATE(5010), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204853] = 4, + [219974] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5016), 1, + STATE(5011), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204868] = 4, + [219989] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5017), 1, + STATE(5012), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204883] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8968), 1, - anon_sym_LBRACK, - ACTIONS(8970), 1, - anon_sym_LPAREN, - STATE(1385), 1, - sym_parameter_bracks, - STATE(1463), 1, - sym_parameter_parens, - STATE(5018), 1, - sym_comment, - [204902] = 4, + [220004] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5019), 1, + STATE(5013), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [204917] = 6, + [220019] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8122), 1, - anon_sym_LPAREN2, - ACTIONS(8972), 1, + STATE(5014), 1, + sym_comment, + ACTIONS(8975), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [220032] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8977), 1, anon_sym_DOT2, - ACTIONS(8974), 1, + ACTIONS(8979), 1, + anon_sym_LPAREN2, + ACTIONS(8981), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8976), 1, + ACTIONS(8983), 1, aux_sym__immediate_decimal_token3, - STATE(5020), 1, + STATE(5015), 1, sym_comment, - [204936] = 4, + [220051] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5021), 1, + STATE(5016), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204951] = 6, - ACTIONS(3), 1, + [220066] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(8978), 1, - anon_sym_RBRACK, - STATE(4990), 1, - aux_sym_val_table_repeat1, - STATE(5022), 1, + STATE(5017), 1, sym_comment, - STATE(5555), 1, - sym_val_list, - [204970] = 4, + ACTIONS(8429), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8431), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220081] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5023), 1, + STATE(5018), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8425), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8427), 2, ts_builtin_sym_end, anon_sym_LF, - [204985] = 4, + [220096] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5024), 1, + STATE(5019), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [205000] = 5, + [220111] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(8985), 1, + anon_sym_RBRACK, + STATE(5020), 1, + sym_comment, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [220130] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8980), 1, + ACTIONS(8987), 1, anon_sym_DQUOTE, - STATE(5025), 1, + STATE(5021), 1, sym_comment, - STATE(5036), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [205017] = 5, + [220147] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8982), 1, - anon_sym_DQUOTE, - STATE(5026), 1, + STATE(5022), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205034] = 4, + ACTIONS(8425), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8427), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220162] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5027), 1, + STATE(5023), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [205049] = 4, + [220177] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5028), 1, + STATE(5024), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8525), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8527), 2, ts_builtin_sym_end, anon_sym_LF, - [205064] = 4, + [220192] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5029), 1, + STATE(5025), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8421), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8423), 2, ts_builtin_sym_end, anon_sym_LF, - [205079] = 4, + [220207] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(5030), 1, + ACTIONS(8020), 1, + anon_sym_DOT2, + ACTIONS(8024), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8028), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8030), 1, + aux_sym__list_item_starts_with_sign_token1, + STATE(5026), 1, sym_comment, - ACTIONS(8381), 2, + [220226] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5027), 1, + sym_comment, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220241] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5028), 1, + sym_comment, + ACTIONS(8421), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8423), 2, ts_builtin_sym_end, anon_sym_LF, - [205094] = 5, + [220256] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8989), 1, + anon_sym_DQUOTE, + STATE(5029), 1, + sym_comment, + STATE(5031), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [220273] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(8991), 1, + anon_sym_RBRACK, + STATE(5030), 1, + sym_comment, + STATE(5042), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [220292] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8984), 1, + ACTIONS(8993), 1, anon_sym_DQUOTE, STATE(5031), 1, sym_comment, - STATE(5046), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [205111] = 6, + [220309] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8007), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(8086), 1, - anon_sym_DOT2, - ACTIONS(8088), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8090), 1, - aux_sym__immediate_decimal_token3, STATE(5032), 1, sym_comment, - [205130] = 6, + ACTIONS(8705), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8707), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220324] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(8986), 1, + ACTIONS(8995), 1, anon_sym_RBRACK, + STATE(5020), 1, + aux_sym_val_table_repeat1, STATE(5033), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, + STATE(5537), 1, sym_val_list, - [205149] = 4, + [220343] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5034), 1, sym_comment, - ACTIONS(8371), 2, + ACTIONS(8525), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8373), 2, + ACTIONS(8527), 2, ts_builtin_sym_end, anon_sym_LF, - [205164] = 6, - ACTIONS(3), 1, + [220358] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(8988), 1, - anon_sym_RBRACK, STATE(5035), 1, sym_comment, - STATE(5047), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [205183] = 5, + ACTIONS(8421), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220373] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8990), 1, - anon_sym_DQUOTE, STATE(5036), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205200] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8736), 1, + ACTIONS(8421), 2, anon_sym_SEMI, - ACTIONS(8738), 1, - anon_sym_LF, - ACTIONS(8992), 1, + anon_sym_PIPE, + ACTIONS(8423), 2, ts_builtin_sym_end, - STATE(1536), 1, - sym__terminator, + anon_sym_LF, + [220388] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(5037), 1, sym_comment, - [205219] = 6, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220403] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8994), 1, - anon_sym_LBRACE, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, STATE(5038), 1, sym_comment, - STATE(5276), 1, - sym__blosure, - [205238] = 4, - ACTIONS(105), 1, + ACTIONS(8997), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [220416] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8297), 1, + anon_sym_LPAREN2, + ACTIONS(8999), 1, + anon_sym_DOT2, + ACTIONS(9001), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9003), 1, + aux_sym__immediate_decimal_token3, STATE(5039), 1, sym_comment, - ACTIONS(8381), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8383), 2, - ts_builtin_sym_end, - anon_sym_LF, - [205253] = 4, + [220435] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5040), 1, sym_comment, - ACTIONS(8438), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8440), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [205268] = 4, + [220450] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5041), 1, sym_comment, - ACTIONS(8408), 2, + ACTIONS(8421), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8410), 2, + ACTIONS(8423), 2, ts_builtin_sym_end, anon_sym_LF, - [205283] = 5, - ACTIONS(105), 1, + [220465] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8996), 1, - anon_sym_DQUOTE, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9005), 1, + anon_sym_RBRACK, STATE(5042), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205300] = 4, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [220484] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5043), 1, sym_comment, - ACTIONS(8796), 2, + ACTIONS(8525), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8798), 2, + ACTIONS(8527), 2, ts_builtin_sym_end, anon_sym_LF, - [205315] = 5, + [220499] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8998), 1, - anon_sym_DQUOTE, STATE(5044), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205332] = 5, + ACTIONS(8421), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220514] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9000), 1, - anon_sym_DQUOTE, - STATE(5042), 1, - aux_sym__str_double_quotes_repeat1, STATE(5045), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205349] = 5, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220529] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5046), 1, + sym_comment, + ACTIONS(8421), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220544] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9002), 1, - anon_sym_DQUOTE, - STATE(5046), 1, - sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205366] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9004), 1, - anon_sym_RBRACK, STATE(5047), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [205385] = 6, - ACTIONS(3), 1, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220559] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9006), 1, - anon_sym_DOT2, - ACTIONS(9008), 1, - anon_sym_LPAREN2, - ACTIONS(9010), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9012), 1, - aux_sym__immediate_decimal_token3, STATE(5048), 1, sym_comment, - [205404] = 3, - ACTIONS(3), 1, + ACTIONS(8421), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220574] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(5049), 1, sym_comment, - ACTIONS(9014), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [205417] = 6, - ACTIONS(3), 1, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220589] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9016), 1, - anon_sym_RBRACK, STATE(5050), 1, sym_comment, - STATE(5059), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [205436] = 5, + ACTIONS(8421), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220604] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9018), 1, - anon_sym_DQUOTE, STATE(5051), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205453] = 4, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220619] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9022), 1, - anon_sym_LF, STATE(5052), 1, sym_comment, - ACTIONS(9020), 3, + ACTIONS(8421), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [205468] = 6, - ACTIONS(3), 1, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220634] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9008), 1, - anon_sym_LPAREN2, - ACTIONS(9024), 1, - anon_sym_DOT2, - ACTIONS(9026), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9028), 1, - aux_sym__immediate_decimal_token3, STATE(5053), 1, sym_comment, - [205487] = 4, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220649] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9032), 1, - anon_sym_LF, STATE(5054), 1, sym_comment, - ACTIONS(9030), 3, + ACTIONS(8421), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [205502] = 6, - ACTIONS(3), 1, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220664] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - ACTIONS(9034), 1, - anon_sym_if, STATE(5055), 1, sym_comment, - STATE(5230), 1, - sym_block, - STATE(5231), 1, - sym_ctrl_if, - [205521] = 4, - ACTIONS(3), 1, + ACTIONS(8525), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220679] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9036), 1, - sym__long_flag_identifier, STATE(5056), 1, sym_comment, - ACTIONS(3157), 3, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - [205536] = 5, + ACTIONS(8421), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8423), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9038), 1, - anon_sym_DQUOTE, - STATE(5051), 1, - aux_sym__str_double_quotes_repeat1, STATE(5057), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205553] = 4, + ACTIONS(8705), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8707), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220709] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9042), 1, - anon_sym_LF, STATE(5058), 1, sym_comment, - ACTIONS(9040), 3, + ACTIONS(8525), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [205568] = 6, - ACTIONS(3), 1, + ACTIONS(8527), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220724] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9044), 1, - anon_sym_RBRACK, STATE(5059), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [205587] = 6, + ACTIONS(8711), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8713), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220739] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(9046), 1, - anon_sym_if, - STATE(4924), 1, - sym_ctrl_if_parenthesized, - STATE(4927), 1, - sym_block, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9007), 1, + anon_sym_RBRACK, STATE(5060), 1, sym_comment, - [205606] = 4, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [220758] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5061), 1, sym_comment, - ACTIONS(8381), 2, + ACTIONS(8421), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8383), 2, + ACTIONS(8423), 2, ts_builtin_sym_end, anon_sym_LF, - [205621] = 6, - ACTIONS(3), 1, + [220773] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9008), 1, - anon_sym_LPAREN2, - ACTIONS(9048), 1, - anon_sym_DOT2, - ACTIONS(9050), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9052), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9009), 1, + anon_sym_DQUOTE, STATE(5062), 1, sym_comment, - [205640] = 3, - ACTIONS(3), 1, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [220790] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(5063), 1, sym_comment, - ACTIONS(9054), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [205653] = 5, + ACTIONS(8705), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8707), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220805] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9056), 1, - anon_sym_DQUOTE, + ACTIONS(8473), 1, + anon_sym_SEMI, + ACTIONS(8475), 1, + anon_sym_LF, + ACTIONS(9011), 1, + ts_builtin_sym_end, + STATE(1244), 1, + sym__terminator, STATE(5064), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205670] = 5, - ACTIONS(105), 1, + [220824] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9058), 1, - anon_sym_DQUOTE, - STATE(5064), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(9013), 1, + anon_sym_LBRACE, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, STATE(5065), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205687] = 4, + STATE(5228), 1, + sym__blosure, + [220843] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5066), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8571), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8573), 2, ts_builtin_sym_end, anon_sym_LF, - [205702] = 5, + [220858] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9060), 1, - anon_sym_DQUOTE, STATE(5067), 1, sym_comment, - STATE(5073), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205719] = 6, - ACTIONS(3), 1, + ACTIONS(8575), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8577), 2, + ts_builtin_sym_end, + anon_sym_LF, + [220873] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8872), 1, - anon_sym_LPAREN2, - ACTIONS(9062), 1, - anon_sym_DOT2, - ACTIONS(9064), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9066), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9015), 1, + anon_sym_DQUOTE, STATE(5068), 1, sym_comment, - [205738] = 4, + STATE(5069), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [220890] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9017), 1, + anon_sym_DQUOTE, STATE(5069), 1, sym_comment, - ACTIONS(8757), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8759), 2, - ts_builtin_sym_end, - anon_sym_LF, - [205753] = 4, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [220907] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5070), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [205768] = 4, + [220922] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5071), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [205783] = 4, - ACTIONS(105), 1, + [220937] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(5072), 1, sym_comment, - ACTIONS(8414), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [205798] = 5, - ACTIONS(105), 1, + ACTIONS(9019), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [220950] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9068), 1, - anon_sym_DQUOTE, + ACTIONS(9021), 1, + anon_sym_DOT2, + ACTIONS(9023), 1, + anon_sym_LPAREN2, + ACTIONS(9025), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9027), 1, + aux_sym__immediate_decimal_token3, STATE(5073), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205815] = 4, + [220969] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5074), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8711), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8713), 2, ts_builtin_sym_end, anon_sym_LF, - [205830] = 4, + [220984] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5075), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [205845] = 4, + [220999] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5076), 1, sym_comment, - ACTIONS(8774), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8776), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [205860] = 3, - ACTIONS(3), 1, + [221014] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9029), 1, + anon_sym_DQUOTE, + STATE(5062), 1, + aux_sym__str_double_quotes_repeat1, STATE(5077), 1, sym_comment, - ACTIONS(9070), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [205873] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8136), 1, - anon_sym_LPAREN2, - ACTIONS(9072), 1, - anon_sym_DOT2, - ACTIONS(9074), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9076), 1, - aux_sym__immediate_decimal_token3, - STATE(5078), 1, - sym_comment, - [205892] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9078), 1, - anon_sym_use, - ACTIONS(9080), 1, - anon_sym_list, - ACTIONS(9082), 1, - anon_sym_hide, - ACTIONS(9084), 1, - anon_sym_new, - STATE(5079), 1, - sym_comment, - [205911] = 5, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [221031] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9086), 1, + ACTIONS(9031), 1, anon_sym_DQUOTE, - STATE(5080), 1, + STATE(5078), 1, sym_comment, - STATE(5115), 1, + STATE(5090), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [205928] = 6, + [221048] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5079), 1, + sym_comment, + ACTIONS(8739), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8741), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221063] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9088), 1, - anon_sym_LBRACK, - ACTIONS(9090), 1, - anon_sym_LPAREN, - STATE(1243), 1, - sym_parameter_bracks, - STATE(1248), 1, - sym_parameter_parens, - STATE(5081), 1, + ACTIONS(9033), 1, + anon_sym_DOT2, + ACTIONS(9035), 1, + anon_sym_LPAREN2, + ACTIONS(9037), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9039), 1, + aux_sym__immediate_decimal_token3, + STATE(5080), 1, sym_comment, - [205947] = 4, + [221082] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5082), 1, + STATE(5081), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8813), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8815), 2, ts_builtin_sym_end, anon_sym_LF, - [205962] = 5, + [221097] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5082), 1, + sym_comment, + ACTIONS(9041), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [221110] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9092), 1, - anon_sym_DQUOTE, + ACTIONS(8110), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8114), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8407), 1, + anon_sym_DOT2, + ACTIONS(8409), 1, + aux_sym__record_key_token1, STATE(5083), 1, sym_comment, - STATE(5095), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205979] = 4, - ACTIONS(105), 1, + [221129] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(5084), 1, sym_comment, - ACTIONS(8422), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8424), 2, - ts_builtin_sym_end, - anon_sym_LF, - [205994] = 4, + ACTIONS(9043), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [221142] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5085), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206009] = 4, + [221157] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5086), 1, sym_comment, - ACTIONS(8778), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8780), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [206024] = 4, + [221172] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5087), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8793), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8795), 2, ts_builtin_sym_end, anon_sym_LF, - [206039] = 4, + [221187] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5088), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206054] = 4, + [221202] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5089), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [206069] = 4, + [221217] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9045), 1, + anon_sym_DQUOTE, STATE(5090), 1, sym_comment, - ACTIONS(8414), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206084] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5091), 1, - sym_comment, - ACTIONS(9094), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [206097] = 6, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [221234] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9008), 1, + ACTIONS(9035), 1, anon_sym_LPAREN2, - ACTIONS(9096), 1, + ACTIONS(9047), 1, anon_sym_DOT2, - ACTIONS(9098), 1, + ACTIONS(9049), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9100), 1, + ACTIONS(9051), 1, aux_sym__immediate_decimal_token3, + STATE(5091), 1, + sym_comment, + [221253] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9055), 1, + anon_sym_LF, STATE(5092), 1, sym_comment, - [206116] = 5, + ACTIONS(9053), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [221268] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9102), 1, - anon_sym_DQUOTE, + ACTIONS(9059), 1, + anon_sym_LF, STATE(5093), 1, sym_comment, - STATE(5117), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206133] = 4, + ACTIONS(9057), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [221283] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5094), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8429), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8431), 2, ts_builtin_sym_end, anon_sym_LF, - [206148] = 5, - ACTIONS(105), 1, + [221298] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9104), 1, - anon_sym_DQUOTE, + ACTIONS(8238), 1, + anon_sym_LBRACE, + ACTIONS(9061), 1, + anon_sym_if, STATE(5095), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206165] = 6, + STATE(5241), 1, + sym_ctrl_if, + STATE(5266), 1, + sym_block, + [221317] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8846), 1, + ACTIONS(8933), 1, anon_sym_COLON, - STATE(1362), 1, + STATE(1232), 1, sym_block, STATE(5096), 1, sym_comment, - STATE(5524), 1, + STATE(5563), 1, sym_returns, - [206184] = 6, + [221336] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1363), 1, - sym_block, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9063), 1, + anon_sym_RBRACK, STATE(5097), 1, sym_comment, - STATE(5522), 1, - sym_returns, - [206203] = 5, + STATE(5107), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [221355] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9106), 1, - anon_sym_DQUOTE, - STATE(5044), 1, - aux_sym__str_double_quotes_repeat1, STATE(5098), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206220] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5099), 1, - sym_comment, - ACTIONS(8414), 2, + ACTIONS(8783), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8785), 2, ts_builtin_sym_end, anon_sym_LF, - [206235] = 4, + [221370] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9065), 1, + anon_sym_LBRACK, + ACTIONS(9067), 1, + anon_sym_LPAREN, + STATE(937), 1, + sym_parameter_parens, + STATE(938), 1, + sym_parameter_bracks, + STATE(5099), 1, + sym_comment, + [221389] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9110), 1, - anon_sym_LF, STATE(5100), 1, sym_comment, - ACTIONS(9108), 3, + ACTIONS(8648), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [206250] = 4, + ACTIONS(8650), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221404] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(9069), 1, + anon_sym_if, + STATE(4978), 1, + sym_block, + STATE(4980), 1, + sym_ctrl_if_parenthesized, + STATE(5101), 1, + sym_comment, + [221423] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9114), 1, + ACTIONS(9073), 1, anon_sym_LF, - STATE(5101), 1, + STATE(5102), 1, sym_comment, - ACTIONS(9112), 3, + ACTIONS(9071), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - [206265] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9116), 1, - anon_sym_RBRACK, - STATE(5102), 1, - sym_comment, - STATE(5112), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [206284] = 4, + [221438] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5103), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [206299] = 4, + [221453] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5104), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206314] = 4, + [221468] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5105), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [206329] = 4, + [221483] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5106), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206344] = 4, - ACTIONS(105), 1, + [221498] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9075), 1, + anon_sym_RBRACK, STATE(5107), 1, sym_comment, - ACTIONS(8422), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8424), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206359] = 5, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [221517] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9118), 1, + ACTIONS(9077), 1, anon_sym_DQUOTE, STATE(5108), 1, sym_comment, - STATE(5138), 1, + STATE(5110), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [206376] = 6, - ACTIONS(3), 1, + [221534] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8122), 1, - anon_sym_LPAREN2, - ACTIONS(9120), 1, - anon_sym_DOT2, - ACTIONS(9122), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9124), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9081), 1, + anon_sym_LF, STATE(5109), 1, sym_comment, - [206395] = 3, - ACTIONS(3), 1, + ACTIONS(9079), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [221549] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9083), 1, + anon_sym_DQUOTE, STATE(5110), 1, sym_comment, - ACTIONS(9126), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [206408] = 6, - ACTIONS(3), 1, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [221566] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8968), 1, - anon_sym_LBRACK, - ACTIONS(8970), 1, - anon_sym_LPAREN, - STATE(1273), 1, - sym_parameter_bracks, - STATE(1276), 1, - sym_parameter_parens, STATE(5111), 1, sym_comment, - [206427] = 6, - ACTIONS(3), 1, + ACTIONS(8739), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8741), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221581] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9128), 1, - anon_sym_RBRACK, + ACTIONS(9087), 1, + anon_sym_LF, STATE(5112), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [206446] = 4, + ACTIONS(9085), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [221596] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5113), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206461] = 5, + [221611] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9130), 1, - anon_sym_DQUOTE, - STATE(5108), 1, - aux_sym__str_double_quotes_repeat1, STATE(5114), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206478] = 5, - ACTIONS(105), 1, + ACTIONS(8739), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8741), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221626] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9132), 1, - anon_sym_DQUOTE, STATE(5115), 1, sym_comment, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206495] = 4, + ACTIONS(9089), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [221639] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9134), 1, + ACTIONS(8907), 1, + anon_sym_LPAREN2, + ACTIONS(9091), 1, anon_sym_DOT2, + ACTIONS(9093), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9095), 1, + aux_sym__immediate_decimal_token3, STATE(5116), 1, sym_comment, - ACTIONS(6815), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [206510] = 5, + [221658] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9097), 1, + anon_sym_RBRACK, + STATE(5117), 1, + sym_comment, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [221677] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9136), 1, + ACTIONS(9099), 1, anon_sym_DQUOTE, - STATE(5117), 1, + STATE(5118), 1, sym_comment, - STATE(5138), 1, + STATE(5130), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [206527] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9134), 1, - anon_sym_DOT2, - STATE(5118), 1, - sym_comment, - ACTIONS(1371), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [206542] = 6, - ACTIONS(3), 1, + [221694] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(9138), 1, - anon_sym_if, - STATE(4699), 1, - sym_block, - STATE(4700), 1, - sym_ctrl_if, + ACTIONS(9101), 1, + anon_sym_LPAREN, STATE(5119), 1, sym_comment, - [206561] = 4, + ACTIONS(9103), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [221709] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9107), 1, + anon_sym_LF, STATE(5120), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(9105), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8424), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206576] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [221724] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9142), 1, + ACTIONS(9111), 1, anon_sym_LF, STATE(5121), 1, sym_comment, - ACTIONS(9140), 3, + ACTIONS(9109), 3, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_PIPE, - [206591] = 4, + anon_sym_RBRACE, + [221739] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5122), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206606] = 6, - ACTIONS(3), 1, + [221754] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9144), 1, - anon_sym_RBRACK, STATE(5123), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [206625] = 4, + ACTIONS(8579), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8581), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221769] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5124), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [206640] = 6, - ACTIONS(3), 1, + [221784] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1478), 1, - sym_block, STATE(5125), 1, sym_comment, - STATE(5530), 1, - sym_returns, - [206659] = 4, + ACTIONS(8579), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8581), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221799] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9146), 1, - anon_sym_LPAREN, STATE(5126), 1, sym_comment, - ACTIONS(9148), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [206674] = 6, - ACTIONS(3), 1, + ACTIONS(8591), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8593), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221814] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1476), 1, - sym_block, STATE(5127), 1, sym_comment, - STATE(5531), 1, - sym_returns, - [206693] = 5, + ACTIONS(8776), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8778), 2, + ts_builtin_sym_end, + anon_sym_LF, + [221829] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9150), 1, + ACTIONS(9113), 1, anon_sym_DQUOTE, - STATE(4932), 1, - aux_sym__str_double_quotes_repeat1, STATE(5128), 1, sym_comment, - ACTIONS(8854), 2, + STATE(5170), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [206710] = 4, + [221846] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9154), 1, - anon_sym_LF, - STATE(5129), 1, + ACTIONS(9115), 1, + anon_sym_DQUOTE, + ACTIONS(9117), 2, + sym__escaped_str_content, + sym_escape_sequence, + STATE(5129), 2, sym_comment, - ACTIONS(9152), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206725] = 6, - ACTIONS(3), 1, + aux_sym__str_double_quotes_repeat1, + [221861] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8122), 1, - anon_sym_LPAREN2, - ACTIONS(9156), 1, - anon_sym_DOT2, - ACTIONS(9158), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9160), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9120), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5130), 1, sym_comment, - [206744] = 4, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [221878] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5131), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [206759] = 4, + [221893] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5132), 1, sym_comment, - ACTIONS(8422), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8424), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206774] = 4, + [221908] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5133), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [206789] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1464), 1, - sym_block, - STATE(5134), 1, - sym_comment, - STATE(5535), 1, - sym_returns, - [206808] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1462), 1, - sym_block, - STATE(5135), 1, - sym_comment, - STATE(5538), 1, - sym_returns, - [206827] = 4, + [221923] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5136), 1, + STATE(5134), 1, sym_comment, - ACTIONS(8418), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8420), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [206842] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5137), 1, - sym_comment, - ACTIONS(9162), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [206855] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(9164), 1, - anon_sym_DQUOTE, - ACTIONS(9166), 2, - sym__escaped_str_content, - sym_escape_sequence, - STATE(5138), 2, - sym_comment, - aux_sym__str_double_quotes_repeat1, - [206870] = 4, + [221938] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5139), 1, + STATE(5135), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206885] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1566), 1, - sym_block, - STATE(5140), 1, - sym_comment, - STATE(5561), 1, - sym_returns, - [206904] = 6, + [221953] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8994), 1, - anon_sym_LBRACE, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, - STATE(4914), 1, - sym__blosure, - STATE(5141), 1, + STATE(5136), 1, sym_comment, - [206923] = 3, + ACTIONS(9122), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [221966] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(5142), 1, + STATE(5137), 1, sym_comment, - ACTIONS(9169), 4, + ACTIONS(9124), 4, sym_identifier, anon_sym_in, anon_sym_nu, anon_sym_env, - [206936] = 6, + [221979] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9171), 1, - anon_sym_DOT2, - ACTIONS(9173), 1, + ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(9175), 1, + ACTIONS(9126), 1, + anon_sym_DOT2, + ACTIONS(9128), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9177), 1, + ACTIONS(9130), 1, aux_sym__immediate_decimal_token3, - STATE(5143), 1, - sym_comment, - [206955] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9179), 1, - anon_sym_RBRACK, - STATE(5144), 1, + STATE(5138), 1, sym_comment, - STATE(5175), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [206974] = 6, + [221998] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(9132), 1, anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1567), 1, + STATE(3252), 1, sym_block, - STATE(5145), 1, + STATE(3253), 1, + sym_val_closure, + STATE(5139), 1, sym_comment, - STATE(5558), 1, - sym_returns, - [206993] = 6, + STATE(5177), 1, + sym__blosure, + [222017] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(8920), 1, - anon_sym_LPAREN, - STATE(4923), 1, - sym_parameter_bracks, - STATE(4925), 1, - sym_parameter_parens, - STATE(5146), 1, + ACTIONS(9134), 1, + anon_sym_RBRACK, + STATE(5117), 1, + aux_sym_val_table_repeat1, + STATE(5140), 1, + sym_comment, + STATE(5537), 1, + sym_val_list, + [222036] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8907), 1, + anon_sym_LPAREN2, + ACTIONS(9136), 1, + anon_sym_DOT2, + ACTIONS(9138), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9140), 1, + aux_sym__immediate_decimal_token3, + STATE(5141), 1, sym_comment, - [207012] = 4, + [222055] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5147), 1, + STATE(5142), 1, sym_comment, - ACTIONS(8753), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8755), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [207027] = 5, + [222070] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9181), 1, + ACTIONS(9142), 1, anon_sym_DQUOTE, - STATE(5148), 1, + STATE(5143), 1, sym_comment, - STATE(5160), 1, + STATE(5155), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [207044] = 4, + [222087] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(5149), 1, + ACTIONS(9144), 1, + anon_sym_DQUOTE, + STATE(5144), 1, + sym_comment, + STATE(5154), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [222104] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5145), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [207059] = 4, + [222119] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5150), 1, + STATE(5146), 1, sym_comment, - ACTIONS(8432), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8434), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [207074] = 4, + [222134] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5151), 1, + STATE(5147), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8739), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8741), 2, ts_builtin_sym_end, anon_sym_LF, - [207089] = 6, - ACTIONS(3), 1, + [222149] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8134), 1, - anon_sym_DOT2, - ACTIONS(8136), 1, - anon_sym_LPAREN2, - ACTIONS(8142), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9183), 1, - aux_sym__immediate_decimal_token1, - STATE(5152), 1, + ACTIONS(9148), 1, + anon_sym_LF, + STATE(5148), 1, sym_comment, - [207108] = 3, - ACTIONS(3), 1, + ACTIONS(9146), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [222164] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(5153), 1, + ACTIONS(9150), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5149), 1, sym_comment, - ACTIONS(9185), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [207121] = 4, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [222181] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5154), 1, + STATE(5150), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [207136] = 4, + [222196] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5155), 1, + STATE(5151), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207151] = 4, + [222211] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5156), 1, + STATE(5152), 1, + sym_comment, + ACTIONS(8591), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8593), 2, + ts_builtin_sym_end, + anon_sym_LF, + [222226] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5153), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207166] = 5, + [222241] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9187), 1, + ACTIONS(9152), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5157), 1, + STATE(5154), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [207183] = 5, + [222258] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9189), 1, + ACTIONS(9154), 1, anon_sym_DQUOTE, - STATE(5157), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5158), 1, + STATE(5155), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [207200] = 4, + [222275] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5159), 1, + STATE(5156), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [207215] = 5, + [222290] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9191), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5160), 1, + STATE(5157), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [207232] = 4, + ACTIONS(8739), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8741), 2, + ts_builtin_sym_end, + anon_sym_LF, + [222305] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5161), 1, + STATE(5158), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207247] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9193), 1, - anon_sym_RBRACK, - STATE(5123), 1, - aux_sym_val_table_repeat1, - STATE(5162), 1, - sym_comment, - STATE(5555), 1, - sym_val_list, - [207266] = 4, + [222320] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5163), 1, + STATE(5159), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8648), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8650), 2, ts_builtin_sym_end, anon_sym_LF, - [207281] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1298), 1, - sym_block, - STATE(5164), 1, - sym_comment, - STATE(5546), 1, - sym_returns, - [207300] = 6, - ACTIONS(3), 1, + [222335] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1295), 1, - sym_block, - STATE(5165), 1, + STATE(5160), 1, sym_comment, - STATE(5547), 1, - sym_returns, - [207319] = 4, - ACTIONS(3), 1, + ACTIONS(8739), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8741), 2, + ts_builtin_sym_end, + anon_sym_LF, + [222350] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9195), 1, - anon_sym_DOT2, - STATE(5166), 1, + STATE(5161), 1, sym_comment, - ACTIONS(3173), 3, + ACTIONS(8648), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207334] = 6, + ACTIONS(8650), 2, + ts_builtin_sym_end, + anon_sym_LF, + [222365] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(9197), 1, + ACTIONS(9156), 1, anon_sym_RBRACK, - STATE(5167), 1, + STATE(5162), 1, sym_comment, - STATE(5177), 1, + STATE(5172), 1, aux_sym_val_table_repeat1, - STATE(5555), 1, + STATE(5537), 1, sym_val_list, - [207353] = 4, - ACTIONS(3), 1, + [222384] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9199), 1, - anon_sym_DOT2, - STATE(5168), 1, + STATE(5163), 1, sym_comment, - ACTIONS(3200), 3, + ACTIONS(8591), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207368] = 4, - ACTIONS(3), 1, + ACTIONS(8593), 2, + ts_builtin_sym_end, + anon_sym_LF, + [222399] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9201), 1, - anon_sym_DOT2, - STATE(5169), 1, + STATE(5164), 1, sym_comment, - ACTIONS(3208), 3, + ACTIONS(8579), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207383] = 4, + ACTIONS(8581), 2, + ts_builtin_sym_end, + anon_sym_LF, + [222414] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9203), 1, + ACTIONS(9158), 1, anon_sym_DOT2, - STATE(5170), 1, + STATE(5165), 1, sym_comment, - ACTIONS(3214), 3, + ACTIONS(2693), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [207398] = 4, + [222429] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5171), 1, + STATE(5166), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [207413] = 4, - ACTIONS(105), 1, + [222444] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5172), 1, + ACTIONS(9160), 1, + anon_sym_DOT2, + STATE(5167), 1, sym_comment, - ACTIONS(8353), 2, - anon_sym_SEMI, + ACTIONS(2687), 3, anon_sym_PIPE, - ACTIONS(8355), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207428] = 4, + anon_sym_if, + anon_sym_EQ_GT, + [222459] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5173), 1, + STATE(5168), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207443] = 6, - ACTIONS(3), 1, + [222474] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9088), 1, - anon_sym_LBRACK, - ACTIONS(9090), 1, - anon_sym_LPAREN, - STATE(1216), 1, - sym_parameter_bracks, - STATE(1217), 1, - sym_parameter_parens, - STATE(5174), 1, + ACTIONS(9162), 1, + anon_sym_DQUOTE, + STATE(5149), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5169), 1, sym_comment, - [207462] = 6, - ACTIONS(3), 1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [222491] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9205), 1, - anon_sym_RBRACK, - STATE(5175), 1, + ACTIONS(9164), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5170), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [207481] = 4, - ACTIONS(105), 1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [222508] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5176), 1, + ACTIONS(9166), 1, + anon_sym_DOT2, + STATE(5171), 1, sym_comment, - ACTIONS(8353), 2, - anon_sym_SEMI, + ACTIONS(2677), 3, anon_sym_PIPE, - ACTIONS(8355), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207496] = 6, + anon_sym_if, + anon_sym_EQ_GT, + [222523] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(9207), 1, + ACTIONS(9168), 1, anon_sym_RBRACK, - STATE(5177), 1, + STATE(5172), 1, sym_comment, - STATE(5239), 1, + STATE(5199), 1, aux_sym_val_table_repeat1, - STATE(5555), 1, + STATE(5537), 1, sym_val_list, - [207515] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5178), 1, - sym_comment, - ACTIONS(8508), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8510), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207530] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5179), 1, - sym_comment, - ACTIONS(8353), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8355), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207545] = 5, - ACTIONS(105), 1, + [222542] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9209), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5180), 1, + ACTIONS(9170), 1, + anon_sym_DOT2, + STATE(5173), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [207562] = 6, + ACTIONS(2671), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [222557] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8908), 1, + ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(9211), 1, + ACTIONS(9172), 1, anon_sym_DOT2, - ACTIONS(9213), 1, + ACTIONS(9174), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9215), 1, + ACTIONS(9176), 1, aux_sym__immediate_decimal_token3, - STATE(5181), 1, + STATE(5174), 1, + sym_comment, + [222576] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5175), 1, sym_comment, - [207581] = 4, + ACTIONS(9178), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [222589] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5182), 1, + ACTIONS(9180), 1, + anon_sym_LPAREN, + STATE(5176), 1, sym_comment, - ACTIONS(8508), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8510), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207596] = 4, + ACTIONS(9182), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [222604] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5183), 1, + STATE(5177), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8765), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8767), 2, ts_builtin_sym_end, anon_sym_LF, - [207611] = 4, + [222619] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9184), 1, + anon_sym_use, + ACTIONS(9186), 1, + anon_sym_list, + ACTIONS(9188), 1, + anon_sym_hide, + ACTIONS(9190), 1, + anon_sym_new, + STATE(5178), 1, + sym_comment, + [222638] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5184), 1, + STATE(5179), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [207626] = 4, + [222653] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9217), 1, - anon_sym_DOT2, - STATE(5185), 1, - sym_comment, - ACTIONS(3173), 3, - anon_sym_COMMA, + ACTIONS(8104), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - [207641] = 4, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1105), 1, + sym_block, + STATE(5180), 1, + sym_comment, + STATE(5559), 1, + sym_returns, + [222672] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9219), 1, + ACTIONS(9192), 1, anon_sym_DOT2, - STATE(5186), 1, + STATE(5181), 1, sym_comment, - ACTIONS(3200), 3, + ACTIONS(2693), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [207656] = 4, + [222687] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9221), 1, + ACTIONS(9194), 1, anon_sym_DOT2, - STATE(5187), 1, + STATE(5182), 1, sym_comment, - ACTIONS(3208), 3, + ACTIONS(2687), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [207671] = 4, + [222702] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1104), 1, + sym_block, + STATE(5183), 1, + sym_comment, + STATE(5552), 1, + sym_returns, + [222721] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5188), 1, + ACTIONS(9196), 1, + anon_sym_LPAREN, + STATE(5184), 1, sym_comment, - ACTIONS(8353), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8355), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207686] = 4, + ACTIONS(9198), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [222736] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5185), 1, + sym_comment, + ACTIONS(9200), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [222749] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5189), 1, + STATE(5186), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207701] = 6, - ACTIONS(105), 1, + [222764] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8458), 1, - aux_sym__record_key_token1, - ACTIONS(9223), 1, + ACTIONS(8297), 1, + anon_sym_LPAREN2, + ACTIONS(9202), 1, anon_sym_DOT2, - ACTIONS(9225), 1, + ACTIONS(9204), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9227), 1, + ACTIONS(9206), 1, aux_sym__immediate_decimal_token3, - STATE(5190), 1, + STATE(5187), 1, sym_comment, - [207720] = 3, + [222783] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(5191), 1, + ACTIONS(8238), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1332), 1, + sym_block, + STATE(5188), 1, sym_comment, - ACTIONS(9229), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [207733] = 4, + STATE(5567), 1, + sym_returns, + [222802] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5192), 1, + STATE(5189), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [207748] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9231), 1, - anon_sym_LBRACE, - STATE(3268), 1, - sym_val_closure, - STATE(3269), 1, - sym_block, - STATE(5193), 1, - sym_comment, - STATE(5246), 1, - sym__blosure, - [207767] = 4, + [222817] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5298), 1, + ACTIONS(9208), 1, anon_sym_DOT2, - STATE(5194), 1, + STATE(5190), 1, sym_comment, - ACTIONS(2834), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207782] = 5, + ACTIONS(2677), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [222832] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3153), 1, - sym_identifier, - ACTIONS(9233), 1, - sym__long_flag_identifier, - STATE(5195), 1, + ACTIONS(8238), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1336), 1, + sym_block, + STATE(5191), 1, sym_comment, - ACTIONS(3157), 2, - anon_sym_DOLLAR, - anon_sym_DASH, - [207799] = 6, + STATE(5543), 1, + sym_returns, + [222851] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(117), 1, + ACTIONS(9210), 1, anon_sym_DOT2, - ACTIONS(9235), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9237), 1, - aux_sym__immediate_decimal_token2, - STATE(5196), 1, + STATE(5192), 1, sym_comment, - [207818] = 4, + ACTIONS(2671), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [222866] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5197), 1, + STATE(5193), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207833] = 4, + [222881] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5198), 1, + STATE(5194), 1, sym_comment, - ACTIONS(8508), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8510), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [207848] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9239), 1, - anon_sym_DOT2, - STATE(5199), 1, - sym_comment, - ACTIONS(3214), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [207863] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7997), 1, - anon_sym_DOT2, - ACTIONS(8001), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8005), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8007), 1, - aux_sym__list_item_starts_with_sign_token1, - STATE(5200), 1, - sym_comment, - [207882] = 4, + [222896] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5201), 1, + STATE(5195), 1, sym_comment, - ACTIONS(8353), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8355), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [207897] = 4, + [222911] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(5202), 1, + ACTIONS(9212), 1, + anon_sym_DQUOTE, + STATE(5196), 1, sym_comment, - ACTIONS(8580), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8582), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207912] = 5, - ACTIONS(3), 1, + STATE(5197), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [222928] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9241), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9243), 1, - aux_sym__immediate_decimal_token2, - STATE(5203), 1, + ACTIONS(9214), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5197), 1, sym_comment, - ACTIONS(2834), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [207929] = 5, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [222945] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9245), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9247), 1, - aux_sym__immediate_decimal_token2, - STATE(5204), 1, + STATE(5198), 1, sym_comment, - ACTIONS(2908), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [207946] = 3, + ACTIONS(9216), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [222958] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(5205), 1, + ACTIONS(9218), 1, + anon_sym_LBRACK, + ACTIONS(9221), 1, + anon_sym_RBRACK, + STATE(5537), 1, + sym_val_list, + STATE(5199), 2, sym_comment, - ACTIONS(3273), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - [207959] = 4, + aux_sym_val_table_repeat1, + [222975] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9249), 1, + ACTIONS(8979), 1, + anon_sym_LPAREN2, + ACTIONS(9223), 1, anon_sym_DOT2, - STATE(5206), 1, + ACTIONS(9225), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9227), 1, + aux_sym__immediate_decimal_token3, + STATE(5200), 1, sym_comment, - ACTIONS(3240), 3, - anon_sym_COMMA, + [222994] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - [207974] = 3, + ACTIONS(9229), 1, + anon_sym_if, + STATE(4768), 1, + sym_block, + STATE(4774), 1, + sym_ctrl_if, + STATE(5201), 1, + sym_comment, + [223013] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(5207), 1, + STATE(5202), 1, sym_comment, - ACTIONS(9251), 4, + ACTIONS(9231), 4, sym_identifier, anon_sym_in, anon_sym_nu, anon_sym_env, - [207987] = 6, + [223026] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9253), 1, - anon_sym_DOT2, - ACTIONS(9255), 1, + ACTIONS(8875), 1, anon_sym_LPAREN2, - ACTIONS(9257), 1, + ACTIONS(9233), 1, + anon_sym_DOT2, + ACTIONS(9235), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9259), 1, + ACTIONS(9237), 1, aux_sym__immediate_decimal_token3, - STATE(5208), 1, + STATE(5203), 1, sym_comment, - [208006] = 5, + [223045] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9261), 1, + ACTIONS(9239), 1, anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5209), 1, + STATE(5204), 1, sym_comment, - ACTIONS(8854), 2, + STATE(5206), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208023] = 5, + [223062] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9241), 1, + anon_sym_RBRACK, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5205), 1, + sym_comment, + STATE(5537), 1, + sym_val_list, + [223081] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9263), 1, + ACTIONS(9243), 1, anon_sym_DQUOTE, - STATE(5180), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5210), 1, + STATE(5206), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208040] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9008), 1, - anon_sym_LPAREN2, - ACTIONS(9265), 1, - anon_sym_DOT2, - ACTIONS(9267), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9269), 1, - aux_sym__immediate_decimal_token3, - STATE(5211), 1, - sym_comment, - [208059] = 4, - ACTIONS(3), 1, + [223098] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9271), 1, - anon_sym_DOT2, - STATE(5212), 1, + STATE(5207), 1, sym_comment, - ACTIONS(3165), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [208074] = 5, + ACTIONS(8591), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8593), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223113] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9273), 1, + ACTIONS(9245), 1, anon_sym_DQUOTE, - STATE(5213), 1, + STATE(5208), 1, sym_comment, - STATE(5225), 1, + STATE(5220), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208091] = 6, + [223130] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8226), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8230), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8456), 1, - anon_sym_DOT2, - ACTIONS(8458), 1, - aux_sym__record_key_token1, - STATE(5214), 1, + STATE(5209), 1, sym_comment, - [208110] = 6, + ACTIONS(8579), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8581), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223145] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8500), 1, - anon_sym_use, - ACTIONS(8502), 1, - anon_sym_list, - ACTIONS(8504), 1, - anon_sym_hide, - ACTIONS(8506), 1, - anon_sym_new, - STATE(5215), 1, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, + anon_sym_RBRACK, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5210), 1, sym_comment, - [208129] = 4, + STATE(5537), 1, + sym_val_list, + [223164] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5216), 1, + STATE(5211), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8591), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8608), 2, + ACTIONS(8593), 2, ts_builtin_sym_end, anon_sym_LF, - [208144] = 4, + [223179] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1040), 1, + sym_block, + STATE(5212), 1, + sym_comment, + STATE(5550), 1, + sym_returns, + [223198] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1036), 1, + sym_block, + STATE(5213), 1, + sym_comment, + STATE(5551), 1, + sym_returns, + [223217] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(9069), 1, + anon_sym_if, + STATE(5093), 1, + sym_block, + STATE(5112), 1, + sym_ctrl_if_parenthesized, + STATE(5214), 1, + sym_comment, + [223236] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5215), 1, + sym_comment, + ACTIONS(9249), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [223249] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8297), 1, + anon_sym_LPAREN2, + ACTIONS(9251), 1, + anon_sym_DOT2, + ACTIONS(9253), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9255), 1, + aux_sym__immediate_decimal_token3, + STATE(5216), 1, + sym_comment, + [223268] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5217), 1, sym_comment, - ACTIONS(8584), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8586), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [208159] = 5, - ACTIONS(3), 1, + [223283] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9275), 1, - anon_sym_DOT2, - ACTIONS(9277), 1, - aux_sym__immediate_decimal_token2, STATE(5218), 1, sym_comment, - ACTIONS(2936), 2, + ACTIONS(8638), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [208176] = 3, + ACTIONS(8640), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223298] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9257), 1, + anon_sym_RBRACK, + STATE(5205), 1, + aux_sym_val_table_repeat1, STATE(5219), 1, sym_comment, - ACTIONS(9279), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [208189] = 5, + STATE(5537), 1, + sym_val_list, + [223317] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9281), 1, + ACTIONS(9259), 1, anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5220), 1, sym_comment, - STATE(5224), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208206] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9173), 1, - anon_sym_LPAREN2, - ACTIONS(9283), 1, - anon_sym_DOT2, - ACTIONS(9285), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9287), 1, - aux_sym__immediate_decimal_token3, - STATE(5221), 1, - sym_comment, - [208225] = 5, + [223334] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9289), 1, + ACTIONS(9261), 1, anon_sym_DQUOTE, - STATE(5222), 1, + STATE(5221), 1, sym_comment, - STATE(5229), 1, + STATE(5223), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208242] = 6, + [223351] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(109), 1, - anon_sym_DOT2, - ACTIONS(9291), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9293), 1, - aux_sym__immediate_decimal_token2, - STATE(5223), 1, + ACTIONS(9013), 1, + anon_sym_LBRACE, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, + STATE(5092), 1, + sym__blosure, + STATE(5222), 1, sym_comment, - [208261] = 5, + [223370] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9295), 1, + ACTIONS(9263), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5224), 1, + STATE(5223), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208278] = 5, + [223387] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9297), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, + STATE(5224), 1, + sym_comment, + ACTIONS(8347), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8349), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223402] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1024), 1, + sym_block, STATE(5225), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [208295] = 6, + STATE(5553), 1, + sym_returns, + [223421] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8222), 1, - anon_sym_DOT2, - ACTIONS(8224), 1, - anon_sym_LPAREN2, - ACTIONS(8230), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9299), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1023), 1, + sym_block, STATE(5226), 1, sym_comment, - [208314] = 3, + STATE(5556), 1, + sym_returns, + [223440] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9265), 1, + anon_sym_RBRACK, STATE(5227), 1, sym_comment, - ACTIONS(9301), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [208327] = 5, - ACTIONS(3), 1, + STATE(5237), 1, + aux_sym_val_table_repeat1, + STATE(5537), 1, + sym_val_list, + [223459] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9243), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9303), 1, - anon_sym_DOT2, + ACTIONS(9269), 1, + anon_sym_LF, STATE(5228), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(9267), 3, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_EQ_GT, - [208344] = 5, + [223474] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9305), 1, + ACTIONS(9271), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5229), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208361] = 4, + [223491] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5230), 1, sym_comment, - ACTIONS(8594), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8596), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [208376] = 4, - ACTIONS(105), 1, + [223506] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9013), 1, + anon_sym_LBRACE, + STATE(3107), 1, + sym_val_closure, + STATE(3114), 1, + sym_block, + STATE(4875), 1, + sym__blosure, STATE(5231), 1, sym_comment, - ACTIONS(8598), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8600), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208391] = 6, + [223525] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9307), 1, - anon_sym_RBRACK, + ACTIONS(8907), 1, + anon_sym_LPAREN2, + ACTIONS(9273), 1, + anon_sym_DOT2, + ACTIONS(9275), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9277), 1, + aux_sym__immediate_decimal_token3, STATE(5232), 1, sym_comment, - STATE(5242), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [208410] = 6, - ACTIONS(3), 1, + [223544] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9309), 1, - anon_sym_RBRACK, + ACTIONS(3361), 1, + ts_builtin_sym_end, + ACTIONS(8473), 1, + anon_sym_SEMI, + ACTIONS(8475), 1, + anon_sym_LF, + STATE(1251), 1, + sym__terminator, STATE(5233), 1, sym_comment, - STATE(5234), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [208429] = 6, + [223563] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9311), 1, - anon_sym_RBRACK, + ACTIONS(9279), 1, + anon_sym_DOT2, + ACTIONS(9281), 1, + aux_sym__immediate_decimal_token2, STATE(5234), 1, sym_comment, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5555), 1, - sym_val_list, - [208448] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5235), 1, - sym_comment, - ACTIONS(8508), 2, - anon_sym_SEMI, + ACTIONS(2328), 2, anon_sym_PIPE, - ACTIONS(8510), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208463] = 6, + anon_sym_EQ_GT, + [223580] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8994), 1, - anon_sym_LBRACE, - STATE(3146), 1, - sym_block, - STATE(3148), 1, - sym_val_closure, - STATE(5052), 1, - sym__blosure, - STATE(5236), 1, + ACTIONS(9283), 1, + anon_sym_DOT2, + ACTIONS(9285), 1, + aux_sym__immediate_decimal_token2, + STATE(5235), 1, sym_comment, - [208482] = 6, + ACTIONS(2519), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [223597] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, + ACTIONS(8893), 1, anon_sym_LBRACK, - ACTIONS(8920), 1, + ACTIONS(8895), 1, anon_sym_LPAREN, - STATE(5096), 1, + STATE(5180), 1, sym_parameter_bracks, - STATE(5097), 1, + STATE(5183), 1, sym_parameter_parens, - STATE(5237), 1, - sym_comment, - [208501] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(9046), 1, - anon_sym_if, - STATE(5054), 1, - sym_block, - STATE(5058), 1, - sym_ctrl_if_parenthesized, - STATE(5238), 1, + STATE(5236), 1, sym_comment, - [208520] = 5, + [223616] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9313), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(9316), 1, + ACTIONS(9287), 1, anon_sym_RBRACK, - STATE(5555), 1, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5237), 1, + sym_comment, + STATE(5537), 1, sym_val_list, - STATE(5239), 2, + [223635] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5238), 1, sym_comment, - aux_sym_val_table_repeat1, - [208537] = 5, + ACTIONS(8347), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8349), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223650] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9318), 1, + ACTIONS(9289), 1, anon_sym_DQUOTE, - STATE(5240), 1, - sym_comment, - STATE(5250), 1, + STATE(5229), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, + STATE(5239), 1, + sym_comment, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208554] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5241), 1, - sym_comment, - ACTIONS(9320), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [208567] = 6, - ACTIONS(3), 1, + [223667] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9322), 1, - anon_sym_RBRACK, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5242), 1, + STATE(5240), 1, sym_comment, - STATE(5555), 1, - sym_val_list, - [208586] = 6, - ACTIONS(3), 1, + ACTIONS(8638), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8640), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223682] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9324), 1, - anon_sym_RBRACK, - STATE(5239), 1, - aux_sym_val_table_repeat1, - STATE(5243), 1, + STATE(5241), 1, sym_comment, - STATE(5555), 1, - sym_val_list, - [208605] = 6, + ACTIONS(8701), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8703), 2, + ts_builtin_sym_end, + anon_sym_LF, + [223697] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9326), 1, + ACTIONS(9291), 1, anon_sym_DOT2, - ACTIONS(9328), 1, - anon_sym_LPAREN2, - ACTIONS(9330), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9332), 1, - aux_sym__immediate_decimal_token3, - STATE(5244), 1, + STATE(5242), 1, sym_comment, - [208624] = 6, + ACTIONS(6703), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [223712] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, + ACTIONS(8893), 1, anon_sym_LBRACK, - ACTIONS(8920), 1, + ACTIONS(8895), 1, anon_sym_LPAREN, - STATE(5125), 1, + STATE(5212), 1, sym_parameter_bracks, - STATE(5127), 1, + STATE(5213), 1, sym_parameter_parens, - STATE(5245), 1, - sym_comment, - [208643] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5246), 1, - sym_comment, - ACTIONS(8834), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8836), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208658] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(9334), 1, - anon_sym_DQUOTE, - STATE(5247), 1, + STATE(5243), 1, sym_comment, - STATE(5252), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [208675] = 6, + [223731] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, + ACTIONS(8893), 1, anon_sym_LBRACK, - ACTIONS(8920), 1, + ACTIONS(8895), 1, anon_sym_LPAREN, - STATE(5134), 1, + STATE(5225), 1, sym_parameter_bracks, - STATE(5135), 1, + STATE(5226), 1, sym_parameter_parens, - STATE(5248), 1, - sym_comment, - [208694] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1603), 1, - sym_block, - STATE(5249), 1, + STATE(5244), 1, sym_comment, - STATE(5537), 1, - sym_returns, - [208713] = 5, + [223750] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9336), 1, + ACTIONS(9293), 1, anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5250), 1, + STATE(5245), 1, sym_comment, - ACTIONS(8854), 2, + STATE(5259), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [208730] = 6, + [223767] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - ACTIONS(8846), 1, - anon_sym_COLON, - STATE(1596), 1, - sym_block, - STATE(5251), 1, - sym_comment, - STATE(5549), 1, - sym_returns, - [208749] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(9338), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5252), 1, + ACTIONS(9291), 1, + anon_sym_DOT2, + STATE(5246), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [208766] = 4, + ACTIONS(6465), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [223782] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5253), 1, + STATE(5247), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [208781] = 4, + [223797] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5254), 1, + STATE(5248), 1, sym_comment, - ACTIONS(8669), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8671), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [208796] = 4, + [223812] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5255), 1, + STATE(5249), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(8371), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(8373), 2, ts_builtin_sym_end, anon_sym_LF, - [208811] = 4, + [223827] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5256), 1, + STATE(5250), 1, sym_comment, - ACTIONS(8669), 2, + ACTIONS(8363), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8671), 2, + ACTIONS(8365), 2, ts_builtin_sym_end, anon_sym_LF, - [208826] = 4, - ACTIONS(105), 1, + [223842] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5257), 1, + ACTIONS(8851), 1, + anon_sym_LPAREN2, + ACTIONS(9295), 1, + anon_sym_DOT2, + ACTIONS(9297), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9299), 1, + aux_sym__immediate_decimal_token3, + STATE(5251), 1, sym_comment, - ACTIONS(8602), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8604), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208841] = 4, + [223861] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5258), 1, + STATE(5252), 1, sym_comment, - ACTIONS(8669), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8671), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [208856] = 4, + [223876] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9301), 1, + anon_sym_RBRACK, + STATE(5210), 1, + aux_sym_val_table_repeat1, + STATE(5253), 1, + sym_comment, + STATE(5537), 1, + sym_val_list, + [223895] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5254), 1, + sym_comment, + ACTIONS(9303), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [223908] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5259), 1, + STATE(5255), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [208871] = 4, + [223923] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8132), 1, + anon_sym_DOT2, + ACTIONS(8134), 1, + anon_sym_LPAREN2, + ACTIONS(8140), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9305), 1, + aux_sym__immediate_decimal_token1, + STATE(5256), 1, + sym_comment, + [223942] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(967), 1, + sym_block, + STATE(5257), 1, + sym_comment, + STATE(5572), 1, + sym_returns, + [223961] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(966), 1, + sym_block, + STATE(5258), 1, + sym_comment, + STATE(5576), 1, + sym_returns, + [223980] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(5260), 1, + ACTIONS(9307), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5259), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208886] = 6, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [223997] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, + ACTIONS(8893), 1, anon_sym_LBRACK, - ACTIONS(8920), 1, + ACTIONS(8895), 1, anon_sym_LPAREN, - STATE(5164), 1, + STATE(5257), 1, sym_parameter_bracks, - STATE(5165), 1, + STATE(5258), 1, sym_parameter_parens, - STATE(5261), 1, + STATE(5260), 1, sym_comment, - [208905] = 4, + [224016] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5262), 1, + STATE(5261), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [208920] = 4, + [224031] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5263), 1, + STATE(5262), 1, sym_comment, - ACTIONS(8669), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8671), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [208935] = 4, - ACTIONS(105), 1, + [224046] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5263), 1, + sym_comment, + ACTIONS(9309), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [224059] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8893), 1, + anon_sym_LBRACK, + ACTIONS(8895), 1, + anon_sym_LPAREN, + STATE(4972), 1, + sym_parameter_bracks, + STATE(4973), 1, + sym_parameter_parens, STATE(5264), 1, sym_comment, - ACTIONS(8602), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8604), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208950] = 4, - ACTIONS(105), 1, + [224078] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8943), 1, + anon_sym_LBRACK, + ACTIONS(8945), 1, + anon_sym_LPAREN, + STATE(1130), 1, + sym_parameter_bracks, + STATE(1131), 1, + sym_parameter_parens, STATE(5265), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208965] = 4, + [224097] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5266), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(8695), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(8697), 2, ts_builtin_sym_end, anon_sym_LF, - [208980] = 4, + [224112] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9311), 1, + anon_sym_DQUOTE, STATE(5267), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208995] = 4, + STATE(5317), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224129] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5268), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(3323), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(3325), 2, ts_builtin_sym_end, anon_sym_LF, - [209010] = 4, - ACTIONS(105), 1, + [224144] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9313), 1, + anon_sym_DOT2, STATE(5269), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209025] = 4, - ACTIONS(105), 1, + ACTIONS(2663), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [224159] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8238), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1268), 1, + sym_block, STATE(5270), 1, sym_comment, - ACTIONS(8602), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8604), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209040] = 4, - ACTIONS(105), 1, + STATE(5581), 1, + sym_returns, + [224178] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8238), 1, + anon_sym_LBRACE, + ACTIONS(8933), 1, + anon_sym_COLON, + STATE(1269), 1, + sym_block, STATE(5271), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209055] = 3, + STATE(5577), 1, + sym_returns, + [224197] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8893), 1, + anon_sym_LBRACK, + ACTIONS(8895), 1, + anon_sym_LPAREN, + STATE(4991), 1, + sym_parameter_bracks, + STATE(5096), 1, + sym_parameter_parens, STATE(5272), 1, sym_comment, - ACTIONS(9340), 4, + [224216] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9315), 1, + anon_sym_DQUOTE, + STATE(5273), 1, + sym_comment, + STATE(5285), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224233] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5274), 1, + sym_comment, + ACTIONS(9317), 4, sym_identifier, anon_sym_in, anon_sym_nu, anon_sym_env, - [209068] = 6, + [224246] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8224), 1, + ACTIONS(8907), 1, anon_sym_LPAREN2, - ACTIONS(9342), 1, + ACTIONS(9319), 1, anon_sym_DOT2, - ACTIONS(9344), 1, + ACTIONS(9321), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9346), 1, + ACTIONS(9323), 1, aux_sym__immediate_decimal_token3, - STATE(5273), 1, - sym_comment, - [209087] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5274), 1, - sym_comment, - ACTIONS(8602), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8604), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209102] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(9348), 1, - anon_sym_DQUOTE, STATE(5275), 1, sym_comment, - STATE(5283), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [209119] = 4, + [224265] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9352), 1, - anon_sym_LF, STATE(5276), 1, sym_comment, - ACTIONS(9350), 3, + ACTIONS(8772), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [209134] = 4, + ACTIONS(8774), 2, + ts_builtin_sym_end, + anon_sym_LF, + [224280] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5277), 1, sym_comment, - ACTIONS(8669), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8671), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [209149] = 4, - ACTIONS(105), 1, + [224295] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4940), 1, + anon_sym_DOT2, STATE(5278), 1, sym_comment, - ACTIONS(8602), 2, - anon_sym_SEMI, + ACTIONS(2328), 3, anon_sym_PIPE, - ACTIONS(8604), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209164] = 4, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_EQ_GT, + [224310] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8106), 1, + anon_sym_DOT2, + ACTIONS(8108), 1, + anon_sym_LPAREN2, + ACTIONS(8114), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9325), 1, + aux_sym__immediate_decimal_token1, STATE(5279), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209179] = 4, + [224329] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5280), 1, sym_comment, - ACTIONS(8602), 2, + ACTIONS(8691), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8604), 2, + ACTIONS(8693), 2, ts_builtin_sym_end, anon_sym_LF, - [209194] = 4, + [224344] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5281), 1, sym_comment, - ACTIONS(8669), 2, + ACTIONS(8705), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8671), 2, + ACTIONS(8707), 2, ts_builtin_sym_end, anon_sym_LF, - [209209] = 4, + [224359] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9327), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5282), 1, sym_comment, - ACTIONS(8602), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8604), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209224] = 5, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224376] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9354), 1, + ACTIONS(9329), 1, anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, STATE(5283), 1, sym_comment, - ACTIONS(8854), 2, + STATE(5284), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209241] = 4, + [224393] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9331), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5284), 1, sym_comment, - ACTIONS(8669), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8671), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209256] = 4, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224410] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9333), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5285), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224427] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9335), 1, + sym__long_flag_identifier, + STATE(5286), 1, + sym_comment, + ACTIONS(2420), 3, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + [224442] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5287), 1, + sym_comment, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [209271] = 4, + [224457] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5286), 1, + STATE(5288), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8608), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [209286] = 4, + [224472] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5287), 1, + STATE(5289), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [209301] = 4, + [224487] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5288), 1, + STATE(5290), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8608), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [209316] = 4, + [224502] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5289), 1, + STATE(5291), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [209331] = 6, + [224517] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(9356), 1, + ACTIONS(9337), 1, anon_sym_RBRACK, - STATE(5290), 1, + STATE(5292), 1, sym_comment, - STATE(5297), 1, + STATE(5302), 1, aux_sym_val_table_repeat1, - STATE(5555), 1, + STATE(5537), 1, sym_val_list, - [209350] = 5, + [224536] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8303), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8409), 1, + aux_sym__record_key_token1, + ACTIONS(9339), 1, + anon_sym_DOT2, + ACTIONS(9341), 1, + aux_sym__immediate_decimal_token1, + STATE(5293), 1, + sym_comment, + [224555] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9358), 1, + ACTIONS(9343), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5291), 1, + STATE(5294), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209367] = 5, + [224572] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9360), 1, + ACTIONS(9345), 1, anon_sym_DQUOTE, - STATE(5291), 1, + STATE(5294), 1, aux_sym__str_double_quotes_repeat1, - STATE(5292), 1, + STATE(5295), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209384] = 5, + [224589] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5847), 1, + aux_sym_unquoted_token3, + STATE(5296), 1, + sym_comment, + ACTIONS(697), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [224604] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9362), 1, + ACTIONS(9347), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5293), 1, + STATE(5297), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209401] = 4, + [224621] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5294), 1, + STATE(5298), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8608), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [209416] = 5, + [224636] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9364), 1, + ACTIONS(9349), 1, anon_sym_DQUOTE, - STATE(5293), 1, + STATE(5299), 1, + sym_comment, + STATE(5300), 1, aux_sym__str_double_quotes_repeat1, - STATE(5295), 1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224653] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9351), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5300), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209433] = 5, + [224670] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9366), 1, + ACTIONS(9353), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5297), 1, aux_sym__str_double_quotes_repeat1, - STATE(5296), 1, + STATE(5301), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209450] = 6, + [224687] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(9368), 1, + ACTIONS(9355), 1, anon_sym_RBRACK, - STATE(5239), 1, + STATE(5199), 1, aux_sym_val_table_repeat1, - STATE(5297), 1, + STATE(5302), 1, sym_comment, - STATE(5555), 1, + STATE(5537), 1, sym_val_list, - [209469] = 5, + [224706] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9370), 1, + ACTIONS(9357), 1, anon_sym_DQUOTE, - STATE(5296), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5298), 1, + STATE(5303), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209486] = 5, + [224723] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9372), 1, + ACTIONS(9359), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5303), 1, aux_sym__str_double_quotes_repeat1, - STATE(5299), 1, + STATE(5304), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209503] = 5, + [224740] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9374), 1, + ACTIONS(9361), 1, anon_sym_DQUOTE, - STATE(5299), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5300), 1, + STATE(5305), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209520] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5301), 1, - sym_comment, - ACTIONS(8610), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8612), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209535] = 4, + [224757] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5302), 1, + STATE(5306), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8608), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [209550] = 5, - ACTIONS(105), 1, + [224772] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9376), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5303), 1, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9363), 1, + anon_sym_RBRACK, + STATE(5199), 1, + aux_sym_val_table_repeat1, + STATE(5307), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [209567] = 5, + STATE(5537), 1, + sym_val_list, + [224791] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9378), 1, + ACTIONS(9365), 1, anon_sym_DQUOTE, - STATE(5303), 1, + STATE(5305), 1, aux_sym__str_double_quotes_repeat1, - STATE(5304), 1, + STATE(5308), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209584] = 5, + [224808] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9380), 1, + ACTIONS(9367), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5305), 1, + STATE(5309), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209601] = 5, + [224825] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9382), 1, + ACTIONS(9369), 1, anon_sym_DQUOTE, - STATE(5305), 1, + STATE(5309), 1, aux_sym__str_double_quotes_repeat1, - STATE(5306), 1, + STATE(5310), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209618] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5307), 1, - sym_comment, - ACTIONS(8610), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8612), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209633] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5308), 1, - sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209648] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5309), 1, - sym_comment, - ACTIONS(8610), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8612), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209663] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5310), 1, - sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209678] = 6, + [224842] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8918), 1, - anon_sym_LBRACK, - ACTIONS(8920), 1, - anon_sym_LPAREN, - STATE(4981), 1, - sym_parameter_bracks, - STATE(4982), 1, - sym_parameter_parens, + ACTIONS(9371), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9373), 1, + aux_sym__immediate_decimal_token2, STATE(5311), 1, sym_comment, - [209697] = 4, + ACTIONS(2377), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [224859] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9375), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5312), 1, sym_comment, - ACTIONS(8610), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8612), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209712] = 4, - ACTIONS(105), 1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224876] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(5313), 1, sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209727] = 4, + ACTIONS(9377), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [224889] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5314), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [209742] = 4, + [224904] = 6, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8030), 1, + aux_sym__list_item_starts_with_sign_token1, + ACTIONS(8065), 1, + anon_sym_DOT2, + ACTIONS(8067), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8069), 1, + aux_sym__immediate_decimal_token3, STATE(5315), 1, sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209757] = 4, + [224923] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5316), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [209772] = 4, + [224938] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9379), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5317), 1, sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209787] = 6, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224955] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8888), 1, + ACTIONS(8867), 1, anon_sym_LBRACK, - ACTIONS(9384), 1, + ACTIONS(9381), 1, anon_sym_RBRACK, - STATE(5033), 1, + STATE(5307), 1, aux_sym_val_table_repeat1, STATE(5318), 1, sym_comment, - STATE(5555), 1, + STATE(5537), 1, sym_val_list, - [209806] = 3, - ACTIONS(3), 1, + [224974] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9383), 1, + anon_sym_DQUOTE, STATE(5319), 1, sym_comment, - ACTIONS(9386), 4, - sym_identifier, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [209819] = 6, + STATE(5321), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [224991] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9328), 1, - anon_sym_LPAREN2, - ACTIONS(9388), 1, + ACTIONS(9385), 1, anon_sym_DOT2, - ACTIONS(9390), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9392), 1, - aux_sym__immediate_decimal_token3, STATE(5320), 1, sym_comment, - [209838] = 4, + ACTIONS(2739), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [225006] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9387), 1, + anon_sym_DQUOTE, + STATE(5129), 1, + aux_sym__str_double_quotes_repeat1, STATE(5321), 1, sym_comment, - ACTIONS(8610), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8612), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209853] = 4, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [225023] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9389), 1, + anon_sym_DQUOTE, + STATE(5312), 1, + aux_sym__str_double_quotes_repeat1, STATE(5322), 1, sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209868] = 5, - ACTIONS(105), 1, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [225040] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9394), 1, - anon_sym_DQUOTE, + ACTIONS(9065), 1, + anon_sym_LBRACK, + ACTIONS(9067), 1, + anon_sym_LPAREN, + STATE(925), 1, + sym_parameter_bracks, + STATE(927), 1, + sym_parameter_parens, STATE(5323), 1, sym_comment, - STATE(5332), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [209885] = 4, + [225059] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5324), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [209900] = 4, + [225074] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5325), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8347), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8608), 2, + ACTIONS(8349), 2, ts_builtin_sym_end, anon_sym_LF, - [209915] = 4, - ACTIONS(105), 1, + [225089] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8413), 1, + anon_sym_use, + ACTIONS(8415), 1, + anon_sym_list, + ACTIONS(8417), 1, + anon_sym_hide, + ACTIONS(8419), 1, + anon_sym_new, STATE(5326), 1, sym_comment, - ACTIONS(8606), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8608), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209930] = 5, - ACTIONS(105), 1, + [225108] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9396), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8867), 1, + anon_sym_LBRACK, + ACTIONS(9391), 1, + anon_sym_RBRACK, + STATE(5060), 1, + aux_sym_val_table_repeat1, STATE(5327), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [209947] = 5, - ACTIONS(105), 1, + STATE(5537), 1, + sym_val_list, + [225127] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9398), 1, - anon_sym_DQUOTE, - STATE(5327), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(9281), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9393), 1, + aux_sym__immediate_decimal_token1, STATE(5328), 1, sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [209964] = 5, + ACTIONS(2328), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [225144] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9400), 1, + ACTIONS(9395), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5329), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [209981] = 4, + [225161] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5330), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8687), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8689), 2, ts_builtin_sym_end, anon_sym_LF, - [209996] = 4, + [225176] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5331), 1, sym_comment, - ACTIONS(8610), 2, + ACTIONS(8638), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8612), 2, + ACTIONS(8640), 2, ts_builtin_sym_end, anon_sym_LF, - [210011] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(9402), 1, - anon_sym_DQUOTE, - STATE(5138), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5332), 1, - sym_comment, - ACTIONS(8854), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210028] = 3, + [225191] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(5333), 1, + STATE(5332), 1, sym_comment, - ACTIONS(9404), 4, + ACTIONS(9397), 4, sym_identifier, anon_sym_in, anon_sym_nu, anon_sym_env, - [210041] = 6, + [225204] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8122), 1, + ACTIONS(8108), 1, anon_sym_LPAREN2, - ACTIONS(9406), 1, + ACTIONS(9399), 1, anon_sym_DOT2, - ACTIONS(9408), 1, + ACTIONS(9401), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9410), 1, + ACTIONS(9403), 1, aux_sym__immediate_decimal_token3, - STATE(5334), 1, + STATE(5333), 1, sym_comment, - [210060] = 5, + [225223] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9412), 1, + ACTIONS(9405), 1, anon_sym_DQUOTE, - STATE(5329), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5335), 1, + STATE(5334), 1, sym_comment, - ACTIONS(8854), 2, + STATE(5335), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [210077] = 5, + [225240] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9414), 1, + ACTIONS(9407), 1, anon_sym_DQUOTE, - STATE(5209), 1, + STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - STATE(5336), 1, + STATE(5335), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [210094] = 6, - ACTIONS(3), 1, + [225257] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8888), 1, - anon_sym_LBRACK, - ACTIONS(9416), 1, - anon_sym_RBRACK, - STATE(5243), 1, - aux_sym_val_table_repeat1, + STATE(5336), 1, + sym_comment, + ACTIONS(3319), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3321), 2, + ts_builtin_sym_end, + anon_sym_LF, + [225272] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9409), 1, + anon_sym_DQUOTE, + STATE(5329), 1, + aux_sym__str_double_quotes_repeat1, STATE(5337), 1, sym_comment, - STATE(5555), 1, - sym_val_list, - [210113] = 5, + ACTIONS(8843), 2, + sym__escaped_str_content, + sym_escape_sequence, + [225289] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9418), 1, + ACTIONS(9411), 1, anon_sym_DQUOTE, - STATE(5138), 1, + STATE(5282), 1, aux_sym__str_double_quotes_repeat1, STATE(5338), 1, sym_comment, - ACTIONS(8854), 2, + ACTIONS(8843), 2, sym__escaped_str_content, sym_escape_sequence, - [210130] = 5, - ACTIONS(3), 1, + [225306] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9171), 1, - anon_sym_DOT2, - ACTIONS(9175), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9177), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(3271), 1, + anon_sym_SEMI, STATE(5339), 1, sym_comment, - [210146] = 3, + ACTIONS(3273), 2, + ts_builtin_sym_end, + anon_sym_LF, + [225320] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9413), 1, + anon_sym_DOT2, STATE(5340), 1, sym_comment, - ACTIONS(6897), 3, + ACTIONS(2687), 2, anon_sym_PIPE, - anon_sym_if, anon_sym_EQ_GT, - [210158] = 5, + [225334] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9420), 1, + ACTIONS(6319), 1, anon_sym_DOT2, - ACTIONS(9422), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9424), 1, - aux_sym__immediate_decimal_token3, STATE(5341), 1, sym_comment, - [210174] = 5, + ACTIONS(6465), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [225348] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(117), 1, - anon_sym_COLON, - ACTIONS(9426), 1, + ACTIONS(9126), 1, + anon_sym_DOT2, + ACTIONS(9128), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9428), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9130), 1, + aux_sym__immediate_decimal_token3, STATE(5342), 1, sym_comment, - [210190] = 5, - ACTIONS(105), 1, + [225364] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3885), 1, - anon_sym_RPAREN, - ACTIONS(9430), 1, - anon_sym_SEMI, - ACTIONS(9432), 1, - anon_sym_LF, + ACTIONS(6319), 1, + anon_sym_DOT2, STATE(5343), 1, sym_comment, - [210206] = 5, + ACTIONS(6703), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [225378] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9072), 1, + ACTIONS(9415), 1, anon_sym_DOT2, - ACTIONS(9074), 1, + ACTIONS(9417), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9076), 1, + ACTIONS(9419), 1, aux_sym__immediate_decimal_token3, STATE(5344), 1, sym_comment, - [210222] = 5, - ACTIONS(105), 1, + [225394] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2906), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9434), 1, + ACTIONS(9421), 1, + anon_sym_DOT2, + ACTIONS(9423), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9436), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9425), 1, + aux_sym__immediate_decimal_token3, STATE(5345), 1, sym_comment, - [210238] = 4, + [225410] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9146), 1, - anon_sym_LPAREN, + ACTIONS(2517), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9427), 1, + anon_sym_DOT2, + ACTIONS(9429), 1, + aux_sym__immediate_decimal_token2, STATE(5346), 1, sym_comment, - ACTIONS(9148), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [210252] = 4, - ACTIONS(105), 1, + [225426] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9440), 1, - anon_sym_LF, + ACTIONS(8799), 1, + anon_sym_DOT2, + ACTIONS(8805), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9431), 1, + aux_sym__immediate_decimal_token1, STATE(5347), 1, sym_comment, - ACTIONS(9438), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [210266] = 4, - ACTIONS(105), 1, + [225442] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9444), 1, - anon_sym_LF, + ACTIONS(9433), 1, + anon_sym_RBRACK, + ACTIONS(9435), 1, + sym_hex_digit, STATE(5348), 1, sym_comment, - ACTIONS(9442), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [210280] = 5, + STATE(5364), 1, + aux_sym_val_binary_repeat1, + [225458] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9446), 1, + ACTIONS(9437), 1, anon_sym_DOT2, - ACTIONS(9448), 1, + ACTIONS(9439), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9450), 1, + ACTIONS(9441), 1, aux_sym__immediate_decimal_token3, STATE(5349), 1, sym_comment, - [210296] = 5, + [225474] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(109), 1, - anon_sym_COLON, - ACTIONS(9452), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9454), 1, - aux_sym__immediate_decimal_token2, - STATE(5350), 1, + ACTIONS(9443), 1, + anon_sym_RBRACK, + ACTIONS(9445), 1, + sym_hex_digit, + STATE(5350), 2, sym_comment, - [210312] = 5, + aux_sym_val_binary_repeat1, + [225488] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9456), 1, + ACTIONS(9448), 1, anon_sym_EQ, - ACTIONS(9458), 1, + ACTIONS(9450), 1, anon_sym_COLON, STATE(5351), 1, sym_comment, - STATE(6029), 1, + STATE(6134), 1, sym_param_type, - [210328] = 4, + [225504] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9462), 1, + ACTIONS(9454), 1, anon_sym_LF, STATE(5352), 1, sym_comment, - ACTIONS(9460), 2, + ACTIONS(9452), 2, anon_sym_SEMI, anon_sym_RPAREN, - [210342] = 5, + [225518] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9464), 1, - anon_sym_DOT2, - ACTIONS(9466), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9468), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9450), 1, + anon_sym_COLON, + ACTIONS(9456), 1, + anon_sym_EQ, STATE(5353), 1, sym_comment, - [210358] = 5, - ACTIONS(3), 1, + STATE(6015), 1, + sym_param_type, + [225534] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9470), 1, - anon_sym_RBRACK, - ACTIONS(9472), 1, - sym_hex_digit, + ACTIONS(9460), 1, + anon_sym_LF, STATE(5354), 1, sym_comment, - STATE(5370), 1, - aux_sym_val_binary_repeat1, - [210374] = 5, + ACTIONS(9458), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [225548] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9474), 1, + ACTIONS(9319), 1, anon_sym_DOT2, - ACTIONS(9476), 1, + ACTIONS(9321), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9478), 1, + ACTIONS(9323), 1, aux_sym__immediate_decimal_token3, STATE(5355), 1, sym_comment, - [210390] = 5, - ACTIONS(3), 1, + [225564] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9480), 1, - anon_sym_DOT2, - ACTIONS(9482), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9484), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9464), 1, + anon_sym_LF, STATE(5356), 1, sym_comment, - [210406] = 5, + ACTIONS(9462), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [225578] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9486), 1, - anon_sym_RBRACK, + ACTIONS(9466), 1, + anon_sym_DOT2, + ACTIONS(9468), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9470), 1, + aux_sym__immediate_decimal_token3, STATE(5357), 1, sym_comment, - STATE(5359), 1, - aux_sym_val_binary_repeat1, - [210422] = 5, - ACTIONS(3), 1, + [225594] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9488), 1, - anon_sym_RBRACK, - STATE(5357), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9101), 1, + anon_sym_LPAREN, STATE(5358), 1, sym_comment, - [210438] = 4, + ACTIONS(9103), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [225608] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9490), 1, - anon_sym_RBRACK, - ACTIONS(9492), 1, - sym_hex_digit, - STATE(5359), 2, + ACTIONS(9472), 1, + anon_sym_DOT2, + STATE(5359), 1, sym_comment, - aux_sym_val_binary_repeat1, - [210452] = 5, + ACTIONS(2693), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [225622] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9265), 1, + ACTIONS(9474), 1, anon_sym_DOT2, - ACTIONS(9267), 1, + ACTIONS(9476), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9269), 1, + ACTIONS(9478), 1, aux_sym__immediate_decimal_token3, STATE(5360), 1, sym_comment, - [210468] = 5, + [225638] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9495), 1, + ACTIONS(9273), 1, anon_sym_DOT2, - ACTIONS(9497), 1, + ACTIONS(9275), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9499), 1, + ACTIONS(9277), 1, aux_sym__immediate_decimal_token3, STATE(5361), 1, sym_comment, - [210484] = 5, + [225654] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9096), 1, - anon_sym_DOT2, - ACTIONS(9098), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9100), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8642), 1, + anon_sym_PIPE, + ACTIONS(9480), 1, + anon_sym_EQ_GT, STATE(5362), 1, sym_comment, - [210500] = 5, + STATE(5496), 1, + aux_sym_match_pattern_repeat1, + [225670] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9458), 1, - anon_sym_COLON, - ACTIONS(9501), 1, - anon_sym_EQ, + ACTIONS(9482), 1, + anon_sym_DOT2, + ACTIONS(9484), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9486), 1, + aux_sym__immediate_decimal_token3, STATE(5363), 1, sym_comment, - STATE(6070), 1, - sym_param_type, - [210516] = 5, - ACTIONS(105), 1, + [225686] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1657), 1, - sym__terminator, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9488), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5364), 1, sym_comment, - [210532] = 5, + [225702] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9024), 1, + ACTIONS(9421), 1, anon_sym_DOT2, - ACTIONS(9026), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9028), 1, + ACTIONS(9425), 1, aux_sym__immediate_decimal_token3, + ACTIONS(9490), 1, + aux_sym__immediate_decimal_token1, STATE(5365), 1, sym_comment, - [210548] = 4, + [225718] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9503), 1, + ACTIONS(9033), 1, anon_sym_DOT2, + ACTIONS(9037), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9039), 1, + aux_sym__immediate_decimal_token3, STATE(5366), 1, sym_comment, - ACTIONS(3173), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [210562] = 5, + [225734] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9446), 1, - anon_sym_DOT2, - ACTIONS(9450), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9505), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9492), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5367), 1, sym_comment, - [210578] = 5, - ACTIONS(105), 1, + [225750] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9507), 1, + ACTIONS(9482), 1, anon_sym_DOT2, - ACTIONS(9509), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9486), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9494), 1, + aux_sym__immediate_decimal_token1, STATE(5368), 1, sym_comment, - [210594] = 5, + [225766] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9474), 1, + ACTIONS(9251), 1, anon_sym_DOT2, - ACTIONS(9478), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9511), 1, + ACTIONS(9253), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9255), 1, + aux_sym__immediate_decimal_token3, STATE(5369), 1, sym_comment, - [210610] = 5, - ACTIONS(3), 1, + [225782] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9513), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, + ACTIONS(8959), 1, + anon_sym_SEMI, STATE(5370), 1, sym_comment, - [210626] = 5, + ACTIONS(8961), 2, + ts_builtin_sym_end, + anon_sym_LF, + [225796] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9515), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9496), 1, + anon_sym_DOT2, + ACTIONS(9498), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9500), 1, + aux_sym__immediate_decimal_token3, STATE(5371), 1, sym_comment, - [210642] = 4, + [225812] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9517), 1, + ACTIONS(9502), 1, anon_sym_DOT2, + ACTIONS(9504), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9506), 1, + aux_sym__immediate_decimal_token3, STATE(5372), 1, sym_comment, - ACTIONS(3200), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [210656] = 5, + [225828] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9519), 1, + ACTIONS(9508), 1, anon_sym_DOT2, - ACTIONS(9521), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9523), 1, - aux_sym__immediate_decimal_token3, STATE(5373), 1, sym_comment, - [210672] = 5, + ACTIONS(2687), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [225842] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8972), 1, - anon_sym_DOT2, - ACTIONS(8974), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8976), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9510), 1, + anon_sym_RBRACK, + STATE(5367), 1, + aux_sym_val_binary_repeat1, STATE(5374), 1, sym_comment, - [210688] = 5, + [225858] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9525), 1, - anon_sym_DOT2, - ACTIONS(9527), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9529), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9512), 1, + anon_sym_RBRACK, STATE(5375), 1, sym_comment, - [210704] = 5, + STATE(5413), 1, + aux_sym_val_binary_repeat1, + [225874] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9531), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9223), 1, + anon_sym_DOT2, + ACTIONS(9225), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9227), 1, + aux_sym__immediate_decimal_token3, STATE(5376), 1, sym_comment, - [210720] = 5, - ACTIONS(105), 1, + [225890] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9509), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9533), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9514), 1, + anon_sym_DOT2, STATE(5377), 1, sym_comment, - [210736] = 5, + ACTIONS(2677), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [225904] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9535), 1, + ACTIONS(9516), 1, anon_sym_DOT2, - ACTIONS(9537), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9539), 1, - aux_sym__immediate_decimal_token3, STATE(5378), 1, sym_comment, - [210752] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(8104), 1, + ACTIONS(2671), 2, + anon_sym_DASH, anon_sym_LBRACE, - STATE(1390), 1, - sym_block, + [225918] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8955), 1, + anon_sym_SEMI, STATE(5379), 1, sym_comment, - [210768] = 5, + ACTIONS(8957), 2, + ts_builtin_sym_end, + anon_sym_LF, + [225932] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9435), 1, sym_hex_digit, - ACTIONS(9541), 1, + ACTIONS(9518), 1, anon_sym_RBRACK, - STATE(5376), 1, - aux_sym_val_binary_repeat1, STATE(5380), 1, sym_comment, - [210784] = 5, - ACTIONS(3), 1, + STATE(5404), 1, + aux_sym_val_binary_repeat1, + [225948] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8906), 1, - anon_sym_DOT2, - ACTIONS(8910), 1, + ACTIONS(2326), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9520), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8912), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9522), 1, + aux_sym__immediate_decimal_token2, STATE(5381), 1, sym_comment, - [210800] = 4, + [225964] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9543), 1, + ACTIONS(9524), 1, anon_sym_DOT2, + ACTIONS(9526), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9528), 1, + aux_sym__immediate_decimal_token3, STATE(5382), 1, sym_comment, - ACTIONS(3208), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [210814] = 5, + [225980] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8514), 1, - anon_sym_DOT2, - ACTIONS(8520), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9545), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7596), 1, + anon_sym_EQ, + ACTIONS(9530), 1, + anon_sym_AT, + STATE(3981), 1, + sym_param_cmd, STATE(5383), 1, sym_comment, - [210830] = 4, + [225996] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9547), 1, + ACTIONS(8553), 1, anon_sym_DOT2, + ACTIONS(8559), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9532), 1, + aux_sym__immediate_decimal_token1, STATE(5384), 1, sym_comment, - ACTIONS(3214), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [210844] = 5, + [226012] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9549), 1, - anon_sym_DOT2, - ACTIONS(9551), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9553), 1, - aux_sym__immediate_decimal_token3, STATE(5385), 1, sym_comment, - [210860] = 5, + ACTIONS(2762), 3, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + [226024] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9519), 1, + ACTIONS(9172), 1, anon_sym_DOT2, - ACTIONS(9523), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9555), 1, + ACTIONS(9174), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9176), 1, + aux_sym__immediate_decimal_token3, STATE(5386), 1, sym_comment, - [210876] = 4, - ACTIONS(105), 1, + [226040] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8838), 1, - anon_sym_SEMI, + ACTIONS(9534), 1, + anon_sym_DOT2, STATE(5387), 1, sym_comment, - ACTIONS(8840), 2, - ts_builtin_sym_end, - anon_sym_LF, - [210890] = 5, + ACTIONS(2739), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [226054] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(9557), 1, - anon_sym_LBRACE, - STATE(4454), 1, - sym_block, STATE(5388), 1, sym_comment, - [210906] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9559), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, - STATE(5389), 1, - sym_comment, - [210922] = 5, + ACTIONS(6284), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226066] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9561), 1, + ACTIONS(9536), 1, anon_sym_DOT2, - ACTIONS(9563), 1, + ACTIONS(9538), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9565), 1, + ACTIONS(9540), 1, aux_sym__immediate_decimal_token3, - STATE(5390), 1, + STATE(5389), 1, sym_comment, - [210938] = 5, - ACTIONS(3), 1, + [226082] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9567), 1, - anon_sym_DOT2, - ACTIONS(9569), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9571), 1, - aux_sym__immediate_decimal_token3, - STATE(5391), 1, + ACTIONS(3353), 1, + anon_sym_RPAREN, + ACTIONS(9542), 1, + anon_sym_SEMI, + ACTIONS(9544), 1, + anon_sym_LF, + STATE(5390), 1, sym_comment, - [210954] = 5, + [226098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9573), 1, - anon_sym_RBRACK, - STATE(5389), 1, - aux_sym_val_binary_repeat1, - STATE(5392), 1, + STATE(5391), 1, sym_comment, - [210970] = 4, + ACTIONS(6839), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226110] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9152), 1, + ACTIONS(8915), 1, anon_sym_SEMI, - STATE(5393), 1, + STATE(5392), 1, sym_comment, - ACTIONS(9154), 2, + ACTIONS(8917), 2, ts_builtin_sym_end, anon_sym_LF, - [210984] = 5, + [226124] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8956), 1, - anon_sym_DOT2, - ACTIONS(8960), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8962), 1, - aux_sym__immediate_decimal_token3, + STATE(5393), 1, + sym_comment, + ACTIONS(9546), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226136] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8951), 1, + anon_sym_SEMI, STATE(5394), 1, sym_comment, - [211000] = 5, - ACTIONS(3), 1, + ACTIONS(8953), 2, + ts_builtin_sym_end, + anon_sym_LF, + [226150] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8870), 1, + ACTIONS(2326), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9522), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9548), 1, anon_sym_DOT2, - ACTIONS(8874), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8876), 1, - aux_sym__immediate_decimal_token3, STATE(5395), 1, sym_comment, - [211016] = 4, + [226166] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9575), 1, - anon_sym_COMMA, STATE(5396), 1, sym_comment, - ACTIONS(9577), 2, - anon_sym_RBRACK, - sym_hex_digit, - [211030] = 4, - ACTIONS(105), 1, + ACTIONS(6855), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226178] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9581), 1, - anon_sym_LF, + ACTIONS(9550), 1, + anon_sym_DOT2, + ACTIONS(9552), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9554), 1, + aux_sym__immediate_decimal_token3, STATE(5397), 1, sym_comment, - ACTIONS(9579), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [211044] = 5, - ACTIONS(105), 1, + [226194] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9583), 1, - anon_sym_SEMI, - ACTIONS(9585), 1, - anon_sym_LF, - ACTIONS(9587), 1, - anon_sym_RPAREN, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(999), 1, + sym_block, STATE(5398), 1, sym_comment, - [211060] = 4, - ACTIONS(105), 1, + [226210] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9589), 1, - anon_sym_LF, + ACTIONS(9233), 1, + anon_sym_DOT2, + ACTIONS(9235), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9237), 1, + aux_sym__immediate_decimal_token3, STATE(5399), 1, sym_comment, - ACTIONS(3929), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [211074] = 4, - ACTIONS(105), 1, + [226226] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9591), 1, - anon_sym_LF, + ACTIONS(684), 1, + aux_sym_unquoted_token6, + ACTIONS(686), 1, + anon_sym_DOT2, + ACTIONS(9556), 1, + aux_sym__immediate_decimal_token2, STATE(5400), 1, sym_comment, - ACTIONS(3919), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [211088] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(9595), 1, - anon_sym_LF, - STATE(5401), 1, - sym_comment, - ACTIONS(9593), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [211102] = 3, + [226242] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(5402), 1, + ACTIONS(9558), 1, + anon_sym_DOT2, + ACTIONS(9560), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9562), 1, + aux_sym__immediate_decimal_token3, + STATE(5401), 1, sym_comment, - ACTIONS(3234), 3, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - [211114] = 5, + [226258] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9435), 1, sym_hex_digit, - ACTIONS(9597), 1, + ACTIONS(9564), 1, anon_sym_RBRACK, - STATE(5359), 1, + STATE(5350), 1, aux_sym_val_binary_repeat1, - STATE(5403), 1, + STATE(5402), 1, sym_comment, - [211130] = 5, + [226274] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9519), 1, + ACTIONS(9566), 1, anon_sym_DOT2, - ACTIONS(9523), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9599), 1, + ACTIONS(9568), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9570), 1, + aux_sym__immediate_decimal_token3, + STATE(5403), 1, + sym_comment, + [226290] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9572), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5404), 1, sym_comment, - [211146] = 4, - ACTIONS(105), 1, + [226306] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9603), 1, - anon_sym_LF, STATE(5405), 1, sym_comment, - ACTIONS(9601), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [211160] = 5, + ACTIONS(6835), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226318] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9253), 1, + ACTIONS(9202), 1, anon_sym_DOT2, - ACTIONS(9257), 1, + ACTIONS(9204), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9259), 1, + ACTIONS(9206), 1, aux_sym__immediate_decimal_token3, STATE(5406), 1, sym_comment, - [211176] = 5, + [226334] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9458), 1, - anon_sym_COLON, - ACTIONS(9605), 1, - anon_sym_EQ, + ACTIONS(9550), 1, + anon_sym_DOT2, + ACTIONS(9554), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9574), 1, + aux_sym__immediate_decimal_token1, STATE(5407), 1, sym_comment, - STATE(6043), 1, - sym_param_type, - [211192] = 5, + [226350] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9435), 1, sym_hex_digit, - ACTIONS(9607), 1, + ACTIONS(9576), 1, anon_sym_RBRACK, - STATE(5359), 1, + STATE(5350), 1, aux_sym_val_binary_repeat1, STATE(5408), 1, sym_comment, - [211208] = 5, + [226366] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(117), 1, - anon_sym_COLON, - ACTIONS(9428), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9609), 1, + ACTIONS(9578), 1, anon_sym_DOT2, + ACTIONS(9580), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9582), 1, + aux_sym__immediate_decimal_token3, STATE(5409), 1, sym_comment, - [211224] = 5, + [226382] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9611), 1, - anon_sym_RBRACK, - STATE(5403), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9584), 1, + anon_sym_DOT2, STATE(5410), 1, sym_comment, - [211240] = 5, + ACTIONS(2663), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [226396] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9613), 1, - anon_sym_DOT2, - ACTIONS(9615), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9617), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9450), 1, + anon_sym_COLON, + ACTIONS(9586), 1, + anon_sym_EQ, STATE(5411), 1, sym_comment, - [211256] = 5, + STATE(6031), 1, + sym_param_type, + [226412] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8120), 1, - anon_sym_DOT2, - ACTIONS(8128), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8882), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9588), 1, + anon_sym_RBRACK, STATE(5412), 1, sym_comment, - [211272] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8864), 1, - anon_sym_DOT2, - ACTIONS(8866), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8868), 1, - aux_sym__immediate_decimal_token3, - STATE(5413), 1, - sym_comment, - [211288] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5414), 1, - sym_comment, - ACTIONS(6297), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [211300] = 5, + STATE(5428), 1, + aux_sym_val_binary_repeat1, + [226428] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9435), 1, sym_hex_digit, - ACTIONS(9619), 1, + ACTIONS(9590), 1, anon_sym_RBRACK, - STATE(5408), 1, + STATE(5350), 1, aux_sym_val_binary_repeat1, - STATE(5415), 1, + STATE(5413), 1, sym_comment, - [211316] = 5, + [226444] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9621), 1, + ACTIONS(9592), 1, anon_sym_DOT2, - ACTIONS(9623), 1, + ACTIONS(9594), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9625), 1, + ACTIONS(9596), 1, aux_sym__immediate_decimal_token3, - STATE(5416), 1, + STATE(5414), 1, + sym_comment, + [226460] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9450), 1, + anon_sym_COLON, + ACTIONS(9598), 1, + anon_sym_EQ, + STATE(5415), 1, sym_comment, - [211332] = 4, + STATE(5776), 1, + sym_param_type, + [226476] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8942), 1, + ACTIONS(8935), 1, anon_sym_SEMI, - STATE(5417), 1, + STATE(5416), 1, sym_comment, - ACTIONS(8944), 2, + ACTIONS(8937), 2, ts_builtin_sym_end, anon_sym_LF, - [211346] = 5, + [226490] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(132), 1, - anon_sym_COLON, - ACTIONS(9627), 1, - anon_sym_DOT2, - ACTIONS(9629), 1, - aux_sym__immediate_decimal_token2, - STATE(5418), 1, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9600), 1, + anon_sym_RBRACK, + STATE(5408), 1, + aux_sym_val_binary_repeat1, + STATE(5417), 1, sym_comment, - [211362] = 5, + [226506] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9631), 1, - anon_sym_RBRACK, - STATE(5419), 1, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(989), 1, + sym_block, + STATE(5418), 1, sym_comment, - STATE(5435), 1, - aux_sym_val_binary_repeat1, - [211378] = 5, + [226522] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(147), 1, - aux_sym_unquoted_token6, - ACTIONS(149), 1, + ACTIONS(9136), 1, anon_sym_DOT2, - ACTIONS(9633), 1, - aux_sym__immediate_decimal_token2, - STATE(5420), 1, + ACTIONS(9138), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9140), 1, + aux_sym__immediate_decimal_token3, + STATE(5419), 1, sym_comment, - [211394] = 5, + [226538] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9435), 1, sym_hex_digit, - ACTIONS(9635), 1, + ACTIONS(9602), 1, anon_sym_RBRACK, - STATE(5359), 1, + STATE(5402), 1, aux_sym_val_binary_repeat1, - STATE(5421), 1, + STATE(5420), 1, sym_comment, - [211410] = 5, + [226554] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9474), 1, + ACTIONS(647), 1, + aux_sym_unquoted_token6, + ACTIONS(649), 1, anon_sym_DOT2, - ACTIONS(9478), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9637), 1, - aux_sym__immediate_decimal_token1, - STATE(5422), 1, + ACTIONS(8901), 1, + aux_sym__immediate_decimal_token2, + STATE(5421), 1, sym_comment, - [211426] = 4, + [226570] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9639), 1, - anon_sym_DOT2, - STATE(5423), 1, + STATE(5422), 1, sym_comment, - ACTIONS(3214), 2, + ACTIONS(6855), 3, anon_sym_PIPE, + anon_sym_if, anon_sym_EQ_GT, - [211440] = 4, + [226582] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9641), 1, + ACTIONS(9604), 1, anon_sym_DOT2, - STATE(5424), 1, + ACTIONS(9606), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9608), 1, + aux_sym__immediate_decimal_token3, + STATE(5423), 1, sym_comment, - ACTIONS(3208), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [211454] = 4, + [226598] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9643), 1, + ACTIONS(9295), 1, anon_sym_DOT2, + ACTIONS(9297), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9299), 1, + aux_sym__immediate_decimal_token3, + STATE(5424), 1, + sym_comment, + [226614] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9612), 1, + anon_sym_LF, STATE(5425), 1, sym_comment, - ACTIONS(3200), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [211468] = 4, + ACTIONS(9610), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [226628] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9645), 1, - anon_sym_DOT2, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(9614), 1, + anon_sym_LBRACE, + STATE(4329), 1, + sym_block, STATE(5426), 1, sym_comment, - ACTIONS(3173), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [211482] = 5, + [226644] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9647), 1, - anon_sym_RBRACK, - STATE(5421), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9550), 1, + anon_sym_DOT2, + ACTIONS(9554), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9616), 1, + aux_sym__immediate_decimal_token1, STATE(5427), 1, sym_comment, - [211498] = 5, + [226660] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9006), 1, - anon_sym_DOT2, - ACTIONS(9010), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9012), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9618), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5428), 1, sym_comment, - [211514] = 4, + [226676] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9649), 1, + ACTIONS(9021), 1, anon_sym_DOT2, + ACTIONS(9025), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9027), 1, + aux_sym__immediate_decimal_token3, STATE(5429), 1, sym_comment, - ACTIONS(3165), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [211528] = 4, - ACTIONS(3), 1, + [226692] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9651), 1, - anon_sym_DOT2, + ACTIONS(8923), 1, + anon_sym_SEMI, STATE(5430), 1, sym_comment, - ACTIONS(3240), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [211542] = 5, - ACTIONS(3), 1, + ACTIONS(8925), 2, + ts_builtin_sym_end, + anon_sym_LF, + [226706] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8222), 1, - anon_sym_DOT2, - ACTIONS(8230), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9299), 1, + ACTIONS(2375), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9620), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9622), 1, + aux_sym__immediate_decimal_token2, STATE(5431), 1, sym_comment, - [211558] = 5, + [226722] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9653), 1, + ACTIONS(9091), 1, anon_sym_DOT2, - ACTIONS(9655), 1, + ACTIONS(9093), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9657), 1, + ACTIONS(9095), 1, aux_sym__immediate_decimal_token3, STATE(5432), 1, sym_comment, - [211574] = 5, + [226738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9120), 1, - anon_sym_DOT2, - ACTIONS(9122), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9124), 1, - aux_sym__immediate_decimal_token3, STATE(5433), 1, sym_comment, - [211590] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9659), 1, - anon_sym_DOT2, - ACTIONS(9661), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9663), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(6831), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226750] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9626), 1, + anon_sym_LF, STATE(5434), 1, sym_comment, - [211606] = 5, + ACTIONS(9624), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [226764] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9665), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, STATE(5435), 1, sym_comment, - [211622] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(6827), 3, anon_sym_PIPE, - ACTIONS(8934), 1, - anon_sym_LF, - STATE(2532), 1, - aux_sym_pipe_element_repeat1, + anon_sym_if, + anon_sym_EQ_GT, + [226776] = 3, + ACTIONS(3), 1, + anon_sym_POUND, STATE(5436), 1, sym_comment, - [211638] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(6703), 3, anon_sym_PIPE, - ACTIONS(8934), 1, - anon_sym_LF, - STATE(2534), 1, - aux_sym_pipe_element_repeat1, + anon_sym_if, + anon_sym_EQ_GT, + [226788] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9628), 1, + anon_sym_DOT2, + ACTIONS(9630), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9632), 1, + aux_sym__immediate_decimal_token3, STATE(5437), 1, sym_comment, - [211654] = 4, - ACTIONS(105), 1, + [226804] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3347), 1, - anon_sym_SEMI, + ACTIONS(655), 1, + aux_sym_unquoted_token6, + ACTIONS(657), 1, + anon_sym_DOT2, + ACTIONS(8921), 1, + aux_sym__immediate_decimal_token2, STATE(5438), 1, sym_comment, - ACTIONS(3349), 2, - ts_builtin_sym_end, - anon_sym_LF, - [211668] = 5, - ACTIONS(105), 1, + [226820] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3357), 1, - anon_sym_SEMI, - ACTIONS(3359), 1, - anon_sym_LF, - STATE(1674), 1, - sym__terminator, STATE(5439), 1, sym_comment, - [211684] = 5, + ACTIONS(9634), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [226832] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9048), 1, + ACTIONS(655), 1, + aux_sym_unquoted_token6, + ACTIONS(8921), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9636), 1, anon_sym_DOT2, - ACTIONS(9050), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9052), 1, - aux_sym__immediate_decimal_token3, STATE(5440), 1, sym_comment, - [211700] = 4, - ACTIONS(105), 1, + [226848] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8946), 1, - anon_sym_SEMI, + ACTIONS(673), 1, + anon_sym_COLON, + ACTIONS(5590), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9639), 1, + anon_sym_DOT2, STATE(5441), 1, sym_comment, - ACTIONS(8948), 2, - ts_builtin_sym_end, - anon_sym_LF, - [211714] = 4, + [226864] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8950), 1, + ACTIONS(2891), 1, anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + STATE(1362), 1, + sym__terminator, STATE(5442), 1, sym_comment, - ACTIONS(8952), 2, - ts_builtin_sym_end, - anon_sym_LF, - [211728] = 4, + [226880] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8926), 1, - anon_sym_SEMI, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8931), 1, + anon_sym_LF, + STATE(2355), 1, + aux_sym_pipe_element_repeat1, STATE(5443), 1, sym_comment, - ACTIONS(8928), 2, - ts_builtin_sym_end, - anon_sym_LF, - [211742] = 4, + [226896] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8922), 1, + ACTIONS(9109), 1, anon_sym_SEMI, STATE(5444), 1, sym_comment, - ACTIONS(8924), 2, + ACTIONS(9111), 2, ts_builtin_sym_end, anon_sym_LF, - [211756] = 5, + [226910] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9667), 1, - anon_sym_DOT2, - ACTIONS(9669), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9671), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9641), 1, + aux_sym__immediate_decimal_token2, STATE(5445), 1, sym_comment, - [211772] = 5, + ACTIONS(2503), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [226924] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9458), 1, - anon_sym_COLON, - ACTIONS(9673), 1, - anon_sym_EQ, + ACTIONS(9373), 1, + aux_sym__immediate_decimal_token2, STATE(5446), 1, sym_comment, - STATE(5781), 1, - sym_param_type, - [211788] = 4, + ACTIONS(2377), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [226938] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8914), 1, - anon_sym_SEMI, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8931), 1, + anon_sym_LF, + STATE(2356), 1, + aux_sym_pipe_element_repeat1, STATE(5447), 1, sym_comment, - ACTIONS(8916), 2, - ts_builtin_sym_end, - anon_sym_LF, - [211802] = 5, - ACTIONS(105), 1, + [226954] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2934), 1, - aux_sym_unquoted_token3, - ACTIONS(9675), 1, + ACTIONS(9047), 1, anon_sym_DOT2, - ACTIONS(9677), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9049), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9051), 1, + aux_sym__immediate_decimal_token3, STATE(5448), 1, sym_comment, - [211818] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9679), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, - STATE(5449), 1, - sym_comment, - [211834] = 5, + [226970] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9659), 1, + ACTIONS(9558), 1, anon_sym_DOT2, - ACTIONS(9663), 1, + ACTIONS(9562), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9681), 1, + ACTIONS(9643), 1, aux_sym__immediate_decimal_token1, + STATE(5449), 1, + sym_comment, + [226986] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5847), 1, + aux_sym_unquoted_token3, STATE(5450), 1, sym_comment, - [211850] = 5, + ACTIONS(697), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [227000] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9683), 1, - anon_sym_RBRACK, - STATE(5449), 1, - aux_sym_val_binary_repeat1, + ACTIONS(8106), 1, + anon_sym_DOT2, + ACTIONS(8114), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9325), 1, + aux_sym__immediate_decimal_token1, STATE(5451), 1, sym_comment, - [211866] = 5, - ACTIONS(3), 1, + [227016] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7433), 1, - anon_sym_EQ, - ACTIONS(9685), 1, - anon_sym_AT, - STATE(4044), 1, - sym_param_cmd, + ACTIONS(9105), 1, + anon_sym_SEMI, STATE(5452), 1, sym_comment, - [211882] = 5, + ACTIONS(9107), 2, + ts_builtin_sym_end, + anon_sym_LF, + [227030] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8659), 1, - anon_sym_PIPE, - ACTIONS(9687), 1, - anon_sym_EQ_GT, + ACTIONS(8905), 1, + anon_sym_DOT2, + ACTIONS(8909), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8911), 1, + aux_sym__immediate_decimal_token3, STATE(5453), 1, sym_comment, - STATE(5478), 1, - aux_sym_match_pattern_repeat1, - [211898] = 5, + [227046] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8784), 1, + ACTIONS(9645), 1, anon_sym_DOT2, - ACTIONS(8790), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9689), 1, - aux_sym__immediate_decimal_token1, STATE(5454), 1, sym_comment, - [211914] = 5, + ACTIONS(2693), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [227060] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9062), 1, - anon_sym_DOT2, - ACTIONS(9064), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9066), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9647), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5455), 1, sym_comment, - [211930] = 5, - ACTIONS(3), 1, + [227076] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9691), 1, - anon_sym_DOT2, - ACTIONS(9693), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9695), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(2891), 1, + anon_sym_SEMI, + ACTIONS(2893), 1, + anon_sym_LF, + STATE(1367), 1, + sym__terminator, STATE(5456), 1, sym_comment, - [211946] = 5, - ACTIONS(3), 1, + [227092] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(109), 1, - anon_sym_DOT2, - ACTIONS(9293), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9649), 1, + anon_sym_LPAREN, STATE(5457), 1, sym_comment, - [211962] = 5, + ACTIONS(9651), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [227106] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9458), 1, + ACTIONS(9450), 1, anon_sym_COLON, - ACTIONS(9697), 1, + ACTIONS(9653), 1, anon_sym_EQ, STATE(5458), 1, sym_comment, - STATE(6150), 1, + STATE(6051), 1, sym_param_type, - [211978] = 4, - ACTIONS(3), 1, + [227122] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6358), 1, - anon_sym_DOT2, + ACTIONS(9655), 1, + anon_sym_LPAREN, STATE(5459), 1, sym_comment, - ACTIONS(1371), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [211992] = 4, + ACTIONS(9657), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [227136] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6358), 1, + ACTIONS(9659), 1, anon_sym_DOT2, + ACTIONS(9661), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9663), 1, + aux_sym__immediate_decimal_token3, STATE(5460), 1, sym_comment, - ACTIONS(6815), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [212006] = 5, + [227152] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9699), 1, - anon_sym_RBRACK, + ACTIONS(671), 1, + aux_sym_unquoted_token6, + ACTIONS(9665), 1, + anon_sym_DOT2, + ACTIONS(9668), 1, + aux_sym__immediate_decimal_token2, STATE(5461), 1, sym_comment, - STATE(5482), 1, - aux_sym_val_binary_repeat1, - [212022] = 5, + [227168] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9701), 1, - anon_sym_DOT2, - ACTIONS(9703), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9705), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9670), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5462), 1, sym_comment, - [212038] = 5, + [227184] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9283), 1, + ACTIONS(8833), 1, anon_sym_DOT2, - ACTIONS(9285), 1, + ACTIONS(8837), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9287), 1, + ACTIONS(8839), 1, aux_sym__immediate_decimal_token3, STATE(5463), 1, sym_comment, - [212054] = 3, + [227200] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9672), 1, + anon_sym_DOT2, + ACTIONS(9674), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9676), 1, + aux_sym__immediate_decimal_token3, STATE(5464), 1, sym_comment, - ACTIONS(6893), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212066] = 3, + [227216] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9281), 1, + aux_sym__immediate_decimal_token2, STATE(5465), 1, sym_comment, - ACTIONS(6853), 3, + ACTIONS(2328), 2, anon_sym_PIPE, - anon_sym_if, anon_sym_EQ_GT, - [212078] = 3, + [227230] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(5466), 1, sym_comment, - ACTIONS(6853), 3, + ACTIONS(6465), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [212090] = 4, - ACTIONS(105), 1, + [227242] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5959), 1, - aux_sym_unquoted_token3, + ACTIONS(8132), 1, + anon_sym_DOT2, + ACTIONS(8140), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9305), 1, + aux_sym__immediate_decimal_token1, STATE(5467), 1, sym_comment, - ACTIONS(1375), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [212104] = 5, - ACTIONS(3), 1, + [227258] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9707), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9678), 1, + anon_sym_DQUOTE, STATE(5468), 1, sym_comment, - [212120] = 5, + ACTIONS(9680), 2, + sym__escaped_str_content, + sym_escape_sequence, + [227272] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9709), 1, + ACTIONS(9682), 1, anon_sym_DOT2, - ACTIONS(9711), 1, + ACTIONS(9684), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9713), 1, + ACTIONS(9686), 1, aux_sym__immediate_decimal_token3, STATE(5469), 1, sym_comment, - [212136] = 5, + [227288] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9342), 1, + ACTIONS(657), 1, + anon_sym_COLON, + ACTIONS(5258), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9688), 1, anon_sym_DOT2, - ACTIONS(9344), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9346), 1, - aux_sym__immediate_decimal_token3, STATE(5470), 1, sym_comment, - [212152] = 3, + [227304] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9690), 1, + anon_sym_RBRACK, + STATE(5462), 1, + aux_sym_val_binary_repeat1, STATE(5471), 1, sym_comment, - ACTIONS(1371), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212164] = 5, + [227320] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(9237), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9715), 1, - anon_sym_DOT2, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9692), 1, + anon_sym_RBRACK, STATE(5472), 1, sym_comment, - [212180] = 4, - ACTIONS(105), 1, + STATE(5487), 1, + aux_sym_val_binary_repeat1, + [227336] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9720), 1, - anon_sym_LF, + ACTIONS(9694), 1, + anon_sym_DOT2, STATE(5473), 1, sym_comment, - ACTIONS(9718), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [212194] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5401), 1, + ACTIONS(2677), 2, anon_sym_PIPE, - ACTIONS(8934), 1, - anon_sym_LF, - STATE(2547), 1, - aux_sym_pipe_element_repeat1, + anon_sym_EQ_GT, + [227350] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9696), 1, + anon_sym_RBRACK, STATE(5474), 1, sym_comment, - [212210] = 4, + STATE(5490), 1, + aux_sym_val_binary_repeat1, + [227366] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9722), 1, - anon_sym_LPAREN, + ACTIONS(9698), 1, + anon_sym_SEMI, + ACTIONS(9700), 1, + anon_sym_LF, + ACTIONS(9702), 1, + anon_sym_RPAREN, STATE(5475), 1, sym_comment, - ACTIONS(9724), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [212224] = 5, - ACTIONS(105), 1, + [227382] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8934), 1, - anon_sym_LF, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9704), 1, + anon_sym_RBRACK, STATE(5476), 1, sym_comment, - [212240] = 5, - ACTIONS(105), 1, + STATE(5483), 1, + aux_sym_val_binary_repeat1, + [227398] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5401), 1, - anon_sym_PIPE, - ACTIONS(8934), 1, - anon_sym_LF, - STATE(2552), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(9604), 1, + anon_sym_DOT2, + ACTIONS(9608), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9706), 1, + aux_sym__immediate_decimal_token1, STATE(5477), 1, sym_comment, - [212256] = 4, + [227414] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9726), 1, + ACTIONS(9708), 1, + anon_sym_DOT2, + STATE(5478), 1, + sym_comment, + ACTIONS(2671), 2, anon_sym_PIPE, - ACTIONS(9729), 1, anon_sym_EQ_GT, - STATE(5478), 2, - sym_comment, - aux_sym_match_pattern_repeat1, - [212270] = 5, + [227428] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(117), 1, + ACTIONS(9536), 1, anon_sym_DOT2, - ACTIONS(9237), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9540), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9710), 1, + aux_sym__immediate_decimal_token1, STATE(5479), 1, sym_comment, - [212286] = 5, + [227444] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9659), 1, + ACTIONS(8999), 1, anon_sym_DOT2, - ACTIONS(9663), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9731), 1, + ACTIONS(9001), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9003), 1, + aux_sym__immediate_decimal_token3, STATE(5480), 1, sym_comment, - [212302] = 5, + [227460] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9733), 1, - anon_sym_RBRACK, + ACTIONS(8965), 1, + anon_sym_DOT2, + ACTIONS(8967), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8969), 1, + aux_sym__immediate_decimal_token3, STATE(5481), 1, sym_comment, - STATE(5497), 1, - aux_sym_val_binary_repeat1, - [212318] = 5, + [227476] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9735), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9482), 1, + anon_sym_DOT2, + ACTIONS(9486), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9712), 1, + aux_sym__immediate_decimal_token1, STATE(5482), 1, sym_comment, - [212334] = 5, + [227492] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACE, - ACTIONS(6311), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9737), 1, - anon_sym_DOT2, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9714), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5483), 1, sym_comment, - [212350] = 3, + [227508] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9716), 1, + anon_sym_DOT2, + ACTIONS(9718), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9720), 1, + aux_sym__immediate_decimal_token3, STATE(5484), 1, sym_comment, - ACTIONS(6901), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212362] = 5, + [227524] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9156), 1, + ACTIONS(8873), 1, anon_sym_DOT2, - ACTIONS(9158), 1, + ACTIONS(8877), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9160), 1, + ACTIONS(8879), 1, aux_sym__immediate_decimal_token3, STATE(5485), 1, sym_comment, - [212378] = 3, + [227540] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9722), 1, + anon_sym_COMMA, STATE(5486), 1, sym_comment, - ACTIONS(6869), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212390] = 5, + ACTIONS(9724), 2, + anon_sym_RBRACK, + sym_hex_digit, + [227554] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9653), 1, - anon_sym_DOT2, - ACTIONS(9657), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9741), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9726), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5487), 1, sym_comment, - [212406] = 3, + [227570] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9728), 1, + anon_sym_RBRACK, + STATE(5455), 1, + aux_sym_val_binary_repeat1, STATE(5488), 1, sym_comment, - ACTIONS(9743), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212418] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5489), 1, - sym_comment, - ACTIONS(6861), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212430] = 5, + [227586] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9745), 1, + ACTIONS(9716), 1, anon_sym_DOT2, - ACTIONS(9747), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9749), 1, + ACTIONS(9720), 1, aux_sym__immediate_decimal_token3, - STATE(5490), 1, + ACTIONS(9730), 1, + aux_sym__immediate_decimal_token1, + STATE(5489), 1, sym_comment, - [212446] = 5, + [227602] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9435), 1, sym_hex_digit, - ACTIONS(9751), 1, + ACTIONS(9732), 1, anon_sym_RBRACK, - STATE(5468), 1, + STATE(5350), 1, aux_sym_val_binary_repeat1, - STATE(5491), 1, + STATE(5490), 1, sym_comment, - [212462] = 4, + [227618] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3555), 1, - anon_sym_SEMI, - STATE(5492), 1, - sym_comment, - ACTIONS(3895), 2, - ts_builtin_sym_end, + ACTIONS(9736), 1, anon_sym_LF, - [212476] = 4, + STATE(5491), 1, + sym_comment, + ACTIONS(9734), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [227632] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3545), 1, + ACTIONS(9738), 1, + anon_sym_LF, + STATE(5492), 1, + sym_comment, + ACTIONS(3373), 2, anon_sym_SEMI, + anon_sym_RPAREN, + [227646] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8977), 1, + anon_sym_DOT2, + ACTIONS(8981), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8983), 1, + aux_sym__immediate_decimal_token3, STATE(5493), 1, sym_comment, - ACTIONS(3893), 2, - ts_builtin_sym_end, - anon_sym_LF, - [212490] = 4, + [227662] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8898), 1, - anon_sym_SEMI, + ACTIONS(9740), 1, + anon_sym_LF, STATE(5494), 1, sym_comment, - ACTIONS(8900), 2, - ts_builtin_sym_end, - anon_sym_LF, - [212504] = 5, - ACTIONS(3), 1, + ACTIONS(3383), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [227676] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9326), 1, - anon_sym_DOT2, - ACTIONS(9330), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9332), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9744), 1, + anon_sym_LF, STATE(5495), 1, sym_comment, - [212520] = 5, + ACTIONS(9742), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [227690] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9745), 1, - anon_sym_DOT2, + ACTIONS(9746), 1, + anon_sym_PIPE, ACTIONS(9749), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9753), 1, - aux_sym__immediate_decimal_token1, - STATE(5496), 1, + anon_sym_EQ_GT, + STATE(5496), 2, sym_comment, - [212536] = 5, - ACTIONS(3), 1, + aux_sym_match_pattern_repeat1, + [227704] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9755), 1, - anon_sym_RBRACK, - STATE(5359), 1, - aux_sym_val_binary_repeat1, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8931), 1, + anon_sym_LF, + STATE(2280), 1, + aux_sym_pipe_element_repeat1, STATE(5497), 1, sym_comment, - [212552] = 5, - ACTIONS(3), 1, + [227720] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9211), 1, - anon_sym_DOT2, - ACTIONS(9213), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9215), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8931), 1, + anon_sym_LF, + STATE(2281), 1, + aux_sym_pipe_element_repeat1, STATE(5498), 1, sym_comment, - [212568] = 5, - ACTIONS(3), 1, + [227736] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8134), 1, - anon_sym_DOT2, - ACTIONS(8142), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9183), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8887), 1, + anon_sym_SEMI, STATE(5499), 1, sym_comment, - [212584] = 3, - ACTIONS(3), 1, + ACTIONS(8889), 2, + ts_builtin_sym_end, + anon_sym_LF, + [227750] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(4974), 1, + anon_sym_PIPE, + ACTIONS(8931), 1, + anon_sym_LF, + STATE(2284), 1, + aux_sym_pipe_element_repeat1, STATE(5500), 1, sym_comment, - ACTIONS(6865), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212596] = 4, + [227766] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9759), 1, + ACTIONS(9753), 1, anon_sym_LF, STATE(5501), 1, sym_comment, - ACTIONS(9757), 2, + ACTIONS(9751), 2, anon_sym_SEMI, anon_sym_RPAREN, - [212610] = 5, + [227780] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9567), 1, + ACTIONS(8849), 1, anon_sym_DOT2, - ACTIONS(9571), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9761), 1, + ACTIONS(8853), 1, aux_sym__immediate_decimal_token1, + ACTIONS(8855), 1, + aux_sym__immediate_decimal_token3, STATE(5502), 1, sym_comment, - [212626] = 5, - ACTIONS(105), 1, + [227796] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2934), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9763), 1, + ACTIONS(8295), 1, anon_sym_DOT2, - ACTIONS(9765), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8303), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8861), 1, + aux_sym__immediate_decimal_token1, STATE(5503), 1, sym_comment, - [212642] = 5, + [227812] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1404), 1, - sym_block, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9755), 1, + anon_sym_RBRACK, + STATE(5350), 1, + aux_sym_val_binary_repeat1, STATE(5504), 1, sym_comment, - [212658] = 4, + [227828] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9243), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9558), 1, + anon_sym_DOT2, + ACTIONS(9562), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9757), 1, + aux_sym__immediate_decimal_token1, STATE(5505), 1, sym_comment, - ACTIONS(2834), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [212672] = 5, - ACTIONS(3), 1, + [227844] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(130), 1, - aux_sym_unquoted_token6, - ACTIONS(9767), 1, - anon_sym_DOT2, - ACTIONS(9770), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9761), 1, + anon_sym_LF, STATE(5506), 1, sym_comment, - [212688] = 3, - ACTIONS(3), 1, + ACTIONS(9759), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [227858] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(2375), 1, + aux_sym_unquoted_token3, + ACTIONS(9763), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9765), 1, + aux_sym__immediate_decimal_token2, STATE(5507), 1, sym_comment, - ACTIONS(6873), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212700] = 5, + [227874] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9406), 1, + ACTIONS(9399), 1, anon_sym_DOT2, - ACTIONS(9408), 1, + ACTIONS(9401), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9410), 1, + ACTIONS(9403), 1, aux_sym__immediate_decimal_token3, STATE(5508), 1, sym_comment, - [212716] = 5, - ACTIONS(3), 1, + [227890] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9388), 1, + ACTIONS(2326), 1, + aux_sym_unquoted_token3, + ACTIONS(9767), 1, anon_sym_DOT2, - ACTIONS(9390), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9392), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9769), 1, + aux_sym__immediate_decimal_token2, STATE(5509), 1, sym_comment, - [212732] = 4, - ACTIONS(3), 1, + [227906] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9247), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(3029), 1, + anon_sym_SEMI, STATE(5510), 1, sym_comment, - ACTIONS(2908), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [212746] = 4, - ACTIONS(3), 1, + ACTIONS(3355), 2, + ts_builtin_sym_end, + anon_sym_LF, + [227920] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9772), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(3007), 1, + anon_sym_SEMI, STATE(5511), 1, sym_comment, - ACTIONS(2986), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [212760] = 3, - ACTIONS(3), 1, + ACTIONS(3357), 2, + ts_builtin_sym_end, + anon_sym_LF, + [227934] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(2326), 1, + aux_sym_unquoted_token3, + ACTIONS(9769), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9771), 1, + aux_sym__immediate_decimal_token1, STATE(5512), 1, sym_comment, - ACTIONS(6815), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212772] = 3, + [227950] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9435), 1, + sym_hex_digit, + ACTIONS(9773), 1, + anon_sym_RBRACK, + STATE(5504), 1, + aux_sym_val_binary_repeat1, STATE(5513), 1, sym_comment, - ACTIONS(9774), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [212784] = 4, - ACTIONS(105), 1, + [227966] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9776), 1, - anon_sym_LPAREN, + ACTIONS(2519), 1, + anon_sym_LBRACE, + ACTIONS(6253), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9775), 1, + anon_sym_DOT2, STATE(5514), 1, sym_comment, - ACTIONS(9778), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [212798] = 4, - ACTIONS(105), 1, + [227982] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9782), 1, - anon_sym_LF, STATE(5515), 1, sym_comment, - ACTIONS(9780), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [212812] = 4, - ACTIONS(105), 1, + ACTIONS(6843), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [227994] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9784), 1, - anon_sym_DQUOTE, STATE(5516), 1, sym_comment, - ACTIONS(9786), 2, - sym__escaped_str_content, - sym_escape_sequence, - [212826] = 5, + ACTIONS(6847), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [228006] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, - sym_hex_digit, - ACTIONS(9788), 1, - anon_sym_RBRACK, - STATE(5371), 1, - aux_sym_val_binary_repeat1, STATE(5517), 1, sym_comment, - [212842] = 5, + ACTIONS(6851), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [228018] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2906), 1, + ACTIONS(2517), 1, aux_sym_unquoted_token3, - ACTIONS(9790), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9792), 1, + ACTIONS(9779), 1, + anon_sym_DOT2, + ACTIONS(9781), 1, aux_sym__immediate_decimal_token2, STATE(5518), 1, sym_comment, - [212858] = 5, - ACTIONS(105), 1, + [228034] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym_unquoted_token3, - ACTIONS(9794), 1, + ACTIONS(9783), 1, + anon_sym_DOT2, + ACTIONS(9785), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9796), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9787), 1, + aux_sym__immediate_decimal_token3, STATE(5519), 1, sym_comment, - [212874] = 5, - ACTIONS(105), 1, + [228050] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym_unquoted_token3, - ACTIONS(9796), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9798), 1, + ACTIONS(9789), 1, anon_sym_DOT2, + ACTIONS(9791), 1, + aux_sym__immediate_decimal_token1, STATE(5520), 1, sym_comment, - [212890] = 5, - ACTIONS(3), 1, + [228063] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9800), 1, - anon_sym_DOT2, - ACTIONS(9802), 1, + ACTIONS(9793), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9804), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9795), 1, + aux_sym__unquoted_in_list_token5, STATE(5521), 1, sym_comment, - [212906] = 4, + [228076] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1307), 1, + STATE(1216), 1, sym_block, STATE(5522), 1, sym_comment, - [212919] = 4, + [228089] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3153), 1, - anon_sym_in, - ACTIONS(9806), 1, - sym__long_flag_identifier, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1213), 1, + sym_block, STATE(5523), 1, sym_comment, - [212932] = 4, + [228102] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1310), 1, + STATE(1212), 1, sym_block, STATE(5524), 1, sym_comment, - [212945] = 4, - ACTIONS(105), 1, + [228115] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2984), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9808), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9791), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9797), 1, + anon_sym_DOT2, STATE(5525), 1, sym_comment, - [212958] = 4, + [228128] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1317), 1, - sym_block, + ACTIONS(9799), 1, + anon_sym_COMMA, + ACTIONS(9801), 1, + anon_sym_RBRACE, STATE(5526), 1, sym_comment, - [212971] = 4, + [228141] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1324), 1, - sym_block, + ACTIONS(9803), 1, + anon_sym_DOT2, + ACTIONS(9805), 1, + aux_sym__immediate_decimal_token1, STATE(5527), 1, sym_comment, - [212984] = 4, + [228154] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1333), 1, - sym_block, + ACTIONS(9807), 1, + anon_sym_DOT2, + ACTIONS(9809), 1, + aux_sym__immediate_decimal_token1, STATE(5528), 1, sym_comment, - [212997] = 4, + [228167] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(9614), 1, anon_sym_LBRACE, - STATE(1351), 1, + STATE(4648), 1, sym_block, STATE(5529), 1, sym_comment, - [213010] = 4, + [228180] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1355), 1, - sym_block, STATE(5530), 1, sym_comment, - [213023] = 4, + ACTIONS(9749), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [228191] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1289), 1, + STATE(1143), 1, sym_block, STATE(5531), 1, sym_comment, - [213036] = 4, + [228204] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1460), 1, - sym_block, + ACTIONS(9811), 1, + anon_sym_DASH2, + ACTIONS(9813), 1, + aux_sym_short_flag_token1, STATE(5532), 1, sym_comment, - [213049] = 4, + [228217] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9810), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(4740), 1, + STATE(1166), 1, sym_block, STATE(5533), 1, sym_comment, - [213062] = 4, + [228230] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1451), 1, + STATE(1165), 1, sym_block, STATE(5534), 1, sym_comment, - [213075] = 4, - ACTIONS(3), 1, + [228243] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1364), 1, - sym_block, + ACTIONS(2501), 1, + aux_sym_unquoted_token3, + ACTIONS(9815), 1, + aux_sym__immediate_decimal_token2, STATE(5535), 1, sym_comment, - [213088] = 4, + [228256] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1450), 1, + STATE(1273), 1, sym_block, STATE(5536), 1, sym_comment, - [213101] = 4, + [228269] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1599), 1, - sym_block, STATE(5537), 1, sym_comment, - [213114] = 4, - ACTIONS(3), 1, + ACTIONS(9817), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [228280] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1371), 1, - sym_block, + ACTIONS(2501), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9819), 1, + aux_sym__immediate_decimal_token2, STATE(5538), 1, sym_comment, - [213127] = 4, + [228293] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1398), 1, + STATE(1146), 1, sym_block, STATE(5539), 1, sym_comment, - [213140] = 4, - ACTIONS(3), 1, + [228306] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9812), 1, - anon_sym_DOT2, - ACTIONS(9814), 1, + ACTIONS(9821), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9823), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5540), 1, sym_comment, - [213153] = 4, - ACTIONS(105), 1, + [228319] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9816), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9818), 1, - aux_sym__unquoted_in_list_token5, STATE(5541), 1, sym_comment, - [213166] = 4, + ACTIONS(2683), 2, + sym_identifier, + anon_sym_DASH, + [228330] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1583), 1, - sym_block, + ACTIONS(9825), 1, + anon_sym_DOT2, + ACTIONS(9827), 1, + aux_sym__immediate_decimal_token1, STATE(5542), 1, sym_comment, - [213179] = 4, + [228343] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1582), 1, + STATE(1196), 1, sym_block, STATE(5543), 1, sym_comment, - [213192] = 4, + [228356] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1641), 1, + STATE(1164), 1, sym_block, STATE(5544), 1, sym_comment, - [213205] = 4, + [228369] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1580), 1, + STATE(1142), 1, sym_block, STATE(5545), 1, sym_comment, - [213218] = 4, - ACTIONS(3), 1, + [228382] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1470), 1, - sym_block, + ACTIONS(2375), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9622), 1, + aux_sym__immediate_decimal_token2, STATE(5546), 1, sym_comment, - [213231] = 4, - ACTIONS(3), 1, + [228395] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1468), 1, - sym_block, + ACTIONS(2375), 1, + aux_sym_unquoted_token3, + ACTIONS(9765), 1, + aux_sym__immediate_decimal_token2, STATE(5547), 1, sym_comment, - [213244] = 4, - ACTIONS(105), 1, + [228408] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9816), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9820), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9829), 1, + anon_sym_DASH2, + ACTIONS(9831), 1, + aux_sym_short_flag_token1, STATE(5548), 1, sym_comment, - [213257] = 4, + [228421] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1600), 1, + STATE(1111), 1, sym_block, STATE(5549), 1, sym_comment, - [213270] = 4, + [228434] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9822), 1, - anon_sym_DOT2, - ACTIONS(9824), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1109), 1, + sym_block, STATE(5550), 1, sym_comment, - [213283] = 4, + [228447] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9826), 1, - anon_sym_COMMA, - ACTIONS(9828), 1, - anon_sym_RBRACE, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1108), 1, + sym_block, STATE(5551), 1, sym_comment, - [213296] = 4, - ACTIONS(105), 1, + [228460] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2906), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9436), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1137), 1, + sym_block, STATE(5552), 1, sym_comment, - [213309] = 3, + [228473] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1103), 1, + sym_block, STATE(5553), 1, sym_comment, - ACTIONS(9729), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [213320] = 4, + [228486] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1597), 1, - sym_block, + ACTIONS(655), 1, + aux_sym_unquoted_token6, + ACTIONS(657), 1, + anon_sym_DOT2, STATE(5554), 1, sym_comment, - [213333] = 3, + [228499] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9833), 1, + anon_sym_DOT2, + ACTIONS(9835), 1, + aux_sym_unquoted_token6, STATE(5555), 1, sym_comment, - ACTIONS(9830), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [213344] = 4, + [228512] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1548), 1, + STATE(1102), 1, sym_block, STATE(5556), 1, sym_comment, - [213357] = 4, + [228525] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1544), 1, - sym_block, + ACTIONS(9837), 1, + anon_sym_DOT2, + ACTIONS(9839), 1, + aux_sym__immediate_decimal_token1, STATE(5557), 1, sym_comment, - [213370] = 4, + [228538] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1562), 1, + STATE(1325), 1, sym_block, STATE(5558), 1, sym_comment, - [213383] = 4, + [228551] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8158), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1306), 1, - sym_val_record, + STATE(1138), 1, + sym_block, STATE(5559), 1, sym_comment, - [213396] = 4, - ACTIONS(105), 1, + [228564] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9509), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1326), 1, + sym_block, STATE(5560), 1, sym_comment, - [213409] = 4, + [228577] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1563), 1, - sym_block, STATE(5561), 1, sym_comment, - [213422] = 4, + ACTIONS(2833), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [228588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9557), 1, - anon_sym_LBRACE, - STATE(4452), 1, - sym_block, STATE(5562), 1, sym_comment, - [213435] = 4, - ACTIONS(105), 1, + ACTIONS(2829), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [228599] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2906), 1, - aux_sym_unquoted_token3, - ACTIONS(9792), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1348), 1, + sym_block, STATE(5563), 1, sym_comment, - [213448] = 4, + [228612] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1485), 1, + STATE(1333), 1, sym_block, STATE(5564), 1, sym_comment, - [213461] = 4, + [228625] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9832), 1, - anon_sym_DASH2, - ACTIONS(9834), 1, - aux_sym_short_flag_token1, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1347), 1, + sym_block, STATE(5565), 1, sym_comment, - [213474] = 3, + [228638] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1271), 1, + sym_block, STATE(5566), 1, sym_comment, - ACTIONS(3453), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [213485] = 4, + [228651] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1534), 1, + STATE(1195), 1, sym_block, STATE(5567), 1, sym_comment, - [213498] = 4, + [228664] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9836), 1, - anon_sym_DASH, + ACTIONS(9841), 1, + anon_sym_DASH2, + ACTIONS(9843), 1, + aux_sym_short_flag_token1, STATE(5568), 1, sym_comment, - STATE(6168), 1, - sym_param_short_flag, - [213511] = 3, + [228677] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8138), 1, + anon_sym_DASH2, + ACTIONS(9845), 1, + aux_sym_short_flag_token1, STATE(5569), 1, sym_comment, - ACTIONS(3439), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [213522] = 4, + [228690] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(117), 1, - anon_sym_DOT2, + ACTIONS(8130), 1, + anon_sym_LBRACE, + STATE(1299), 1, + sym_val_record, STATE(5570), 1, sym_comment, - [213535] = 4, + [228703] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(117), 1, - anon_sym_COLON, - ACTIONS(9428), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9847), 1, + anon_sym_DASH, STATE(5571), 1, sym_comment, - [213548] = 4, - ACTIONS(105), 1, + STATE(6157), 1, + sym_param_short_flag, + [228716] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1377), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(5959), 1, - aux_sym_unquoted_token3, + STATE(1035), 1, + sym_block, STATE(5572), 1, sym_comment, - [213561] = 4, + [228729] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6257), 1, + ACTIONS(9791), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9838), 1, + ACTIONS(9849), 1, anon_sym_DOT2, STATE(5573), 1, sym_comment, - [213574] = 4, - ACTIONS(105), 1, + [228742] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym_unquoted_token3, - ACTIONS(9796), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8126), 1, + anon_sym_DASH2, + ACTIONS(9851), 1, + aux_sym_short_flag_token1, STATE(5574), 1, sym_comment, - [213587] = 4, + [228755] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9840), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9842), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(699), 1, + anon_sym_LBRACE, + ACTIONS(5847), 1, + aux_sym_unquoted_token3, STATE(5575), 1, sym_comment, - [213600] = 4, + [228768] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9832), 1, - anon_sym_DASH2, - ACTIONS(9844), 1, - aux_sym_short_flag_token1, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1034), 1, + sym_block, STATE(5576), 1, sym_comment, - [213613] = 4, + [228781] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9557), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(4454), 1, + STATE(1233), 1, sym_block, STATE(5577), 1, sym_comment, - [213626] = 4, - ACTIONS(105), 1, + [228794] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9846), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9848), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9853), 1, + anon_sym_LBRACE, + STATE(4527), 1, + sym_block, STATE(5578), 1, sym_comment, - [213639] = 4, - ACTIONS(3), 1, + [228807] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9850), 1, - anon_sym_DOT2, - ACTIONS(9852), 1, + ACTIONS(9793), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9823), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5579), 1, sym_comment, - [213652] = 4, + [228820] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9854), 1, - anon_sym_DOT2, - ACTIONS(9856), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9853), 1, + anon_sym_LBRACE, + STATE(4666), 1, + sym_block, STATE(5580), 1, sym_comment, - [213665] = 4, + [228833] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1549), 1, + STATE(1234), 1, sym_block, STATE(5581), 1, sym_comment, - [213678] = 4, + [228846] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9858), 1, - anon_sym_DOT2, - ACTIONS(9860), 1, + ACTIONS(647), 1, aux_sym_unquoted_token6, + ACTIONS(649), 1, + anon_sym_DOT2, STATE(5582), 1, sym_comment, - [213691] = 4, + [228859] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(109), 1, + ACTIONS(9855), 1, anon_sym_DOT2, + ACTIONS(9857), 1, + aux_sym__immediate_decimal_token1, STATE(5583), 1, sym_comment, - [213704] = 4, - ACTIONS(3), 1, + [228872] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(147), 1, - aux_sym_unquoted_token6, - ACTIONS(149), 1, - anon_sym_DOT2, + ACTIONS(9859), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9861), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5584), 1, sym_comment, - [213717] = 4, + [228885] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9820), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(9862), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(2326), 1, + aux_sym_unquoted_token3, + ACTIONS(9769), 1, + aux_sym__immediate_decimal_token2, STATE(5585), 1, sym_comment, - [213730] = 4, + [228898] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9864), 1, + ACTIONS(9863), 1, anon_sym_DASH2, - ACTIONS(9866), 1, + ACTIONS(9865), 1, aux_sym_short_flag_token1, STATE(5586), 1, sym_comment, - [213743] = 4, + [228911] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1404), 1, + STATE(1341), 1, sym_block, STATE(5587), 1, sym_comment, - [213756] = 4, + [228924] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9868), 1, + ACTIONS(684), 1, + aux_sym_unquoted_token6, + ACTIONS(686), 1, anon_sym_DOT2, - ACTIONS(9870), 1, - aux_sym__immediate_decimal_token1, STATE(5588), 1, sym_comment, - [213769] = 4, + [228937] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(157), 1, - aux_sym_unquoted_token6, - ACTIONS(159), 1, - anon_sym_DOT2, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1191), 1, + sym_block, STATE(5589), 1, sym_comment, - [213782] = 4, + [228950] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(1390), 1, - sym_block, + ACTIONS(775), 1, + aux_sym_unquoted_token6, + ACTIONS(777), 1, + anon_sym_DOT2, STATE(5590), 1, sym_comment, - [213795] = 4, + [228963] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8190), 1, anon_sym_LBRACE, - STATE(1616), 1, - sym_block, + STATE(974), 1, + sym_val_record, STATE(5591), 1, sym_comment, - [213808] = 4, + [228976] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8140), 1, - anon_sym_DASH2, - ACTIONS(9872), 1, - aux_sym_short_flag_token1, + ACTIONS(9867), 1, + anon_sym_DOT2, + ACTIONS(9869), 1, + aux_sym_unquoted_token6, STATE(5592), 1, sym_comment, - [213821] = 4, + [228989] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9557), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(4518), 1, + STATE(999), 1, sym_block, STATE(5593), 1, sym_comment, - [213834] = 4, - ACTIONS(105), 1, + [229002] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2984), 1, - aux_sym_unquoted_token3, - ACTIONS(9874), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9871), 1, + anon_sym_DOT2, + ACTIONS(9873), 1, + aux_sym__immediate_decimal_token1, STATE(5594), 1, sym_comment, - [213847] = 4, + [229015] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6257), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9876), 1, - anon_sym_DOT2, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1173), 1, + sym_block, STATE(5595), 1, sym_comment, - [213860] = 4, + [229028] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9878), 1, - anon_sym_DOT2, - ACTIONS(9880), 1, - aux_sym__immediate_decimal_token1, STATE(5596), 1, sym_comment, - [213873] = 4, + ACTIONS(2877), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [229039] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9856), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9882), 1, + ACTIONS(9875), 1, anon_sym_DOT2, + ACTIONS(9877), 1, + aux_sym__immediate_decimal_token1, STATE(5597), 1, sym_comment, - [213886] = 4, + [229052] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9884), 1, - anon_sym_DASH2, - ACTIONS(9886), 1, - aux_sym_short_flag_token1, STATE(5598), 1, sym_comment, - [213899] = 4, + ACTIONS(2881), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [229063] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8238), 1, anon_sym_LBRACE, - STATE(1614), 1, + STATE(1304), 1, sym_block, STATE(5599), 1, sym_comment, - [213912] = 4, - ACTIONS(3), 1, + [229076] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1613), 1, - sym_block, + ACTIONS(9879), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9881), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5600), 1, sym_comment, - [213925] = 3, - ACTIONS(3), 1, + [229089] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(2326), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9522), 1, + aux_sym__immediate_decimal_token2, STATE(5601), 1, sym_comment, - ACTIONS(3535), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [213936] = 4, + [229102] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9888), 1, - anon_sym_DOT2, - ACTIONS(9890), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1256), 1, + sym_block, STATE(5602), 1, sym_comment, - [213949] = 3, + [229115] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8238), 1, + anon_sym_LBRACE, + STATE(1272), 1, + sym_block, STATE(5603), 1, sym_comment, - ACTIONS(3527), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [213960] = 4, + [229128] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9892), 1, - anon_sym_DASH2, - ACTIONS(9894), 1, - aux_sym_short_flag_token1, + ACTIONS(9857), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9883), 1, + anon_sym_DOT2, STATE(5604), 1, sym_comment, - [213973] = 4, + [229141] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, + ACTIONS(8104), 1, anon_sym_LBRACE, - STATE(1591), 1, + STATE(989), 1, sym_block, STATE(5605), 1, sym_comment, - [213986] = 4, + [229154] = 4, ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1511), 1, - sym_block, + anon_sym_POUND, + ACTIONS(9885), 1, + anon_sym_DASH2, + ACTIONS(9887), 1, + aux_sym_short_flag_token1, STATE(5606), 1, sym_comment, - [213999] = 4, + [229167] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8118), 1, - anon_sym_LBRACE, - STATE(1588), 1, - sym_block, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(9889), 1, + anon_sym_make, STATE(5607), 1, sym_comment, - [214012] = 3, + [229180] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9805), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9891), 1, + anon_sym_DOT2, STATE(5608), 1, sym_comment, - ACTIONS(3262), 2, - sym_identifier, - anon_sym_DASH, - [214023] = 4, + [229193] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9810), 1, + ACTIONS(9614), 1, anon_sym_LBRACE, - STATE(4547), 1, + STATE(4329), 1, sym_block, STATE(5609), 1, sym_comment, - [214036] = 4, + [229206] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9896), 1, - anon_sym_DOT2, - ACTIONS(9898), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9614), 1, + anon_sym_LBRACE, + STATE(4320), 1, + sym_block, STATE(5610), 1, sym_comment, - [214049] = 4, + [229219] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8228), 1, - anon_sym_DASH2, - ACTIONS(9900), 1, - aux_sym_short_flag_token1, + ACTIONS(8104), 1, + anon_sym_LBRACE, + STATE(1132), 1, + sym_block, STATE(5611), 1, sym_comment, - [214062] = 4, + [229232] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, - ACTIONS(9902), 1, - anon_sym_make, + ACTIONS(9893), 1, + anon_sym_DASH2, + ACTIONS(9895), 1, + aux_sym_short_flag_token1, STATE(5612), 1, sym_comment, - [214075] = 4, + [229245] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9904), 1, - anon_sym_DOT2, - ACTIONS(9906), 1, - aux_sym_unquoted_token6, + ACTIONS(9831), 1, + aux_sym_short_flag_token1, + ACTIONS(9893), 1, + anon_sym_DASH2, STATE(5613), 1, sym_comment, - [214088] = 4, + [229258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9834), 1, - aux_sym_short_flag_token1, - ACTIONS(9908), 1, - anon_sym_DASH2, STATE(5614), 1, sym_comment, - [214101] = 4, + ACTIONS(9897), 2, + anon_sym_RBRACK, + sym_hex_digit, + [229269] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9910), 1, - anon_sym_DASH2, - ACTIONS(9912), 1, - aux_sym_short_flag_token1, + ACTIONS(9614), 1, + anon_sym_LBRACE, + STATE(4820), 1, + sym_block, STATE(5615), 1, sym_comment, - [214114] = 4, + [229282] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(149), 1, - anon_sym_COLON, - ACTIONS(9914), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(2416), 1, + anon_sym_in, + ACTIONS(9899), 1, + sym__long_flag_identifier, STATE(5616), 1, sym_comment, - [214127] = 3, + [229295] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9901), 1, + anon_sym_DASH2, + ACTIONS(9903), 1, + aux_sym_short_flag_token1, STATE(5617), 1, sym_comment, - ACTIONS(9916), 2, - anon_sym_RBRACK, - sym_hex_digit, - [214138] = 4, + [229308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9838), 1, - anon_sym_DOT2, - ACTIONS(9880), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9905), 1, + anon_sym_RPAREN, STATE(5618), 1, sym_comment, - [214151] = 4, + [229318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9814), 1, + ACTIONS(9907), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9918), 1, - anon_sym_DOT2, STATE(5619), 1, sym_comment, - [214164] = 4, - ACTIONS(3), 1, + [229328] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9920), 1, - anon_sym_DASH2, - ACTIONS(9922), 1, - aux_sym_short_flag_token1, + ACTIONS(4959), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5620), 1, sym_comment, - [214177] = 4, + [229338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(109), 1, - anon_sym_COLON, - ACTIONS(9454), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9909), 1, + anon_sym_DOT2, STATE(5621), 1, sym_comment, - [214190] = 4, + [229348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9557), 1, - anon_sym_LBRACE, - STATE(4829), 1, - sym_block, + ACTIONS(9911), 1, + anon_sym_RPAREN, STATE(5622), 1, sym_comment, - [214203] = 4, - ACTIONS(3), 1, + [229358] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8168), 1, - anon_sym_LBRACE, - STATE(1592), 1, - sym_val_record, + ACTIONS(3507), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5623), 1, sym_comment, - [214216] = 3, + [229368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9924), 1, - anon_sym_RPAREN, + ACTIONS(9913), 1, + aux_sym__immediate_decimal_token1, STATE(5624), 1, sym_comment, - [214226] = 3, + [229378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1278), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9915), 1, + anon_sym_RBRACE, STATE(5625), 1, sym_comment, - [214236] = 3, + [229388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7890), 1, + ACTIONS(9917), 1, aux_sym__immediate_decimal_token1, STATE(5626), 1, sym_comment, - [214246] = 3, - ACTIONS(105), 1, + [229398] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5318), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9919), 1, + anon_sym_DOT2, STATE(5627), 1, sym_comment, - [214256] = 3, - ACTIONS(3), 1, + [229408] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9926), 1, - anon_sym_DOT2, + ACTIONS(9921), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5628), 1, sym_comment, - [214266] = 3, + [229418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3230), 1, - anon_sym_in, + ACTIONS(9923), 1, + aux_sym__immediate_decimal_token1, STATE(5629), 1, sym_comment, - [214276] = 3, + [229428] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4029), 1, + ACTIONS(9925), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5630), 1, sym_comment, - [214286] = 3, + [229438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9928), 1, + ACTIONS(9927), 1, aux_sym__immediate_decimal_token1, STATE(5631), 1, sym_comment, - [214296] = 3, + [229448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9930), 1, - anon_sym_RBRACE, + ACTIONS(9929), 1, + anon_sym_DOT2, STATE(5632), 1, sym_comment, - [214306] = 3, + [229458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9932), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9931), 1, + anon_sym_DOT2, STATE(5633), 1, sym_comment, - [214316] = 3, + [229468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9934), 1, + ACTIONS(9933), 1, anon_sym_DOT2, STATE(5634), 1, sym_comment, - [214326] = 3, - ACTIONS(105), 1, + [229478] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9936), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9935), 1, + anon_sym_DOT2, STATE(5635), 1, sym_comment, - [214336] = 3, + [229488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9938), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9937), 1, + anon_sym_DOT2, STATE(5636), 1, sym_comment, - [214346] = 3, - ACTIONS(105), 1, + [229498] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9940), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9939), 1, + anon_sym_DOT2, STATE(5637), 1, sym_comment, - [214356] = 3, - ACTIONS(3), 1, + [229508] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9942), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9941), 1, + aux_sym_unquoted_token3, STATE(5638), 1, sym_comment, - [214366] = 3, + [229518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9944), 1, + ACTIONS(9943), 1, anon_sym_DOT2, STATE(5639), 1, sym_comment, - [214376] = 3, - ACTIONS(3), 1, + [229528] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9946), 1, - anon_sym_DOT2, + ACTIONS(9945), 1, + aux_sym_unquoted_token3, STATE(5640), 1, sym_comment, - [214386] = 3, + [229538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9948), 1, - anon_sym_DOT2, + ACTIONS(5162), 1, + aux_sym__immediate_decimal_token1, STATE(5641), 1, sym_comment, - [214396] = 3, + [229548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9950), 1, - anon_sym_DOT2, + ACTIONS(9947), 1, + anon_sym_RBRACE, STATE(5642), 1, sym_comment, - [214406] = 3, + [229558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9952), 1, - anon_sym_DOT2, + ACTIONS(2655), 1, + anon_sym_in, STATE(5643), 1, sym_comment, - [214416] = 3, + [229568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9954), 1, - anon_sym_DOT2, + ACTIONS(9949), 1, + aux_sym__immediate_decimal_token1, STATE(5644), 1, sym_comment, - [214426] = 3, - ACTIONS(105), 1, + [229578] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9956), 1, - aux_sym_unquoted_token3, + ACTIONS(5184), 1, + aux_sym__immediate_decimal_token1, STATE(5645), 1, sym_comment, - [214436] = 3, + [229588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9958), 1, + ACTIONS(9951), 1, anon_sym_DOT2, STATE(5646), 1, sym_comment, - [214446] = 3, + [229598] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9960), 1, - aux_sym_unquoted_token3, + ACTIONS(9953), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5647), 1, sym_comment, - [214456] = 3, + [229608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9962), 1, + ACTIONS(9955), 1, anon_sym_RPAREN, STATE(5648), 1, sym_comment, - [214466] = 3, + [229618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1111), 1, + ACTIONS(7797), 1, aux_sym__immediate_decimal_token1, STATE(5649), 1, sym_comment, - [214476] = 3, + [229628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9964), 1, + ACTIONS(9957), 1, anon_sym_RBRACE, STATE(5650), 1, sym_comment, - [214486] = 3, + [229638] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9966), 1, + ACTIONS(7873), 1, aux_sym__immediate_decimal_token1, STATE(5651), 1, sym_comment, - [214496] = 3, + [229648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1124), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9959), 1, + anon_sym_DOT2, STATE(5652), 1, sym_comment, - [214506] = 3, - ACTIONS(3), 1, + [229658] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9968), 1, - anon_sym_DOT2, + ACTIONS(9961), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5653), 1, sym_comment, - [214516] = 3, - ACTIONS(105), 1, + [229668] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9970), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7813), 1, + aux_sym__immediate_decimal_token1, STATE(5654), 1, sym_comment, - [214526] = 3, + [229678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9972), 1, - anon_sym_RPAREN, + ACTIONS(9963), 1, + anon_sym_RBRACE, STATE(5655), 1, sym_comment, - [214536] = 3, + [229688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1729), 1, + ACTIONS(9965), 1, aux_sym__immediate_decimal_token1, STATE(5656), 1, sym_comment, - [214546] = 3, + [229698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9974), 1, - anon_sym_RBRACE, + ACTIONS(9967), 1, + anon_sym_RPAREN, STATE(5657), 1, sym_comment, - [214556] = 3, + [229708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7967), 1, + ACTIONS(9969), 1, aux_sym__immediate_decimal_token1, STATE(5658), 1, sym_comment, - [214566] = 3, + [229718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9976), 1, - anon_sym_DOT2, + ACTIONS(9971), 1, + aux_sym__immediate_decimal_token1, STATE(5659), 1, sym_comment, - [214576] = 3, - ACTIONS(105), 1, + [229728] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9973), 1, + aux_sym__immediate_decimal_token1, STATE(5660), 1, sym_comment, - [214586] = 3, + [229738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1725), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9975), 1, + anon_sym_RBRACE, STATE(5661), 1, sym_comment, - [214596] = 3, + [229748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9980), 1, - anon_sym_RBRACE, + ACTIONS(9977), 1, + anon_sym_DOT2, STATE(5662), 1, sym_comment, - [214606] = 3, + [229758] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9982), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9979), 1, + anon_sym_DOT2, STATE(5663), 1, sym_comment, - [214616] = 3, + [229768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9984), 1, - anon_sym_RPAREN, + ACTIONS(9981), 1, + anon_sym_DOT2, STATE(5664), 1, sym_comment, - [214626] = 3, + [229778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9986), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9983), 1, + anon_sym_DOT2, STATE(5665), 1, sym_comment, - [214636] = 3, - ACTIONS(3), 1, + [229788] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9988), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9985), 1, + aux_sym_unquoted_token3, STATE(5666), 1, sym_comment, - [214646] = 3, + [229798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9990), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9987), 1, + anon_sym_DOT2, STATE(5667), 1, sym_comment, - [214656] = 3, - ACTIONS(105), 1, + [229808] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9992), 1, - aux_sym_unquoted_token3, + ACTIONS(9989), 1, + anon_sym_DOT2, STATE(5668), 1, sym_comment, - [214666] = 3, + [229818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9994), 1, + ACTIONS(9991), 1, anon_sym_DOT2, STATE(5669), 1, sym_comment, - [214676] = 3, + [229828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9996), 1, + ACTIONS(9993), 1, anon_sym_DOT2, STATE(5670), 1, sym_comment, - [214686] = 3, + [229838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9998), 1, - anon_sym_DOT2, + ACTIONS(9995), 1, + aux_sym__immediate_decimal_token1, STATE(5671), 1, sym_comment, - [214696] = 3, - ACTIONS(3), 1, + [229848] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10000), 1, - anon_sym_DOT2, + ACTIONS(9997), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5672), 1, sym_comment, - [214706] = 3, + [229858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10002), 1, - anon_sym_DOT2, + ACTIONS(9999), 1, + aux_sym__immediate_decimal_token1, STATE(5673), 1, sym_comment, - [214716] = 3, + [229868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10004), 1, - anon_sym_DOT2, + ACTIONS(10001), 1, + anon_sym_RPAREN, STATE(5674), 1, sym_comment, - [214726] = 3, + [229878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10006), 1, - anon_sym_DOT2, + ACTIONS(10003), 1, + aux_sym__immediate_decimal_token1, STATE(5675), 1, sym_comment, - [214736] = 3, - ACTIONS(3), 1, + [229888] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10008), 1, - anon_sym_DOT2, + ACTIONS(10005), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5676), 1, sym_comment, - [214746] = 3, + [229898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10010), 1, + ACTIONS(10007), 1, aux_sym__immediate_decimal_token1, STATE(5677), 1, sym_comment, - [214756] = 3, - ACTIONS(105), 1, + [229908] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10012), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10009), 1, + aux_sym__immediate_decimal_token1, STATE(5678), 1, sym_comment, - [214766] = 3, + [229918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10014), 1, + ACTIONS(10011), 1, aux_sym__immediate_decimal_token1, STATE(5679), 1, sym_comment, - [214776] = 3, - ACTIONS(105), 1, + [229928] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10016), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10013), 1, + anon_sym_RBRACE, STATE(5680), 1, sym_comment, - [214786] = 3, + [229938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10018), 1, - anon_sym_RPAREN, + ACTIONS(10015), 1, + aux_sym__immediate_decimal_token1, STATE(5681), 1, sym_comment, - [214796] = 3, + [229948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10020), 1, + ACTIONS(10017), 1, aux_sym__immediate_decimal_token1, STATE(5682), 1, sym_comment, - [214806] = 3, + [229958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10022), 1, + ACTIONS(10019), 1, aux_sym__immediate_decimal_token1, STATE(5683), 1, sym_comment, - [214816] = 3, - ACTIONS(3), 1, + [229968] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10024), 1, - anon_sym_RBRACE, + ACTIONS(1155), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5684), 1, sym_comment, - [214826] = 3, + [229978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10026), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10021), 1, + anon_sym_DOT2, STATE(5685), 1, sym_comment, - [214836] = 3, + [229988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10028), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10023), 1, + anon_sym_DOT2, STATE(5686), 1, sym_comment, - [214846] = 3, + [229998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10030), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10025), 1, + anon_sym_RPAREN, STATE(5687), 1, sym_comment, - [214856] = 3, + [230008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10032), 1, + ACTIONS(10027), 1, aux_sym__immediate_decimal_token1, STATE(5688), 1, sym_comment, - [214866] = 3, + [230018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10034), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10029), 1, + anon_sym_DOT2, STATE(5689), 1, sym_comment, - [214876] = 3, - ACTIONS(105), 1, + [230028] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1739), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10031), 1, + aux_sym__immediate_decimal_token1, STATE(5690), 1, sym_comment, - [214886] = 3, + [230038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10036), 1, - anon_sym_DOT2, + ACTIONS(10033), 1, + aux_sym__immediate_decimal_token1, STATE(5691), 1, sym_comment, - [214896] = 3, + [230048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10038), 1, - anon_sym_DOT2, + ACTIONS(10035), 1, + aux_sym__immediate_decimal_token1, STATE(5692), 1, sym_comment, - [214906] = 3, + [230058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10040), 1, - anon_sym_COLON, + ACTIONS(10037), 1, + anon_sym_RPAREN, STATE(5693), 1, sym_comment, - [214916] = 3, + [230068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10042), 1, - anon_sym_RPAREN, + ACTIONS(10039), 1, + aux_sym__immediate_decimal_token1, STATE(5694), 1, sym_comment, - [214926] = 3, + [230078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10044), 1, + ACTIONS(10041), 1, aux_sym__immediate_decimal_token1, STATE(5695), 1, sym_comment, - [214936] = 3, + [230088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10046), 1, - anon_sym_RBRACE, + ACTIONS(10043), 1, + anon_sym_COLON, STATE(5696), 1, sym_comment, - [214946] = 3, + [230098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10048), 1, - anon_sym_DOT2, + ACTIONS(10045), 1, + anon_sym_RBRACE, STATE(5697), 1, sym_comment, - [214956] = 3, + [230108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10050), 1, + ACTIONS(9857), 1, aux_sym__immediate_decimal_token1, STATE(5698), 1, sym_comment, - [214966] = 3, - ACTIONS(3), 1, + [230118] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10052), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10047), 1, + aux_sym_unquoted_token3, STATE(5699), 1, sym_comment, - [214976] = 3, + [230128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10054), 1, + ACTIONS(10049), 1, anon_sym_RPAREN, STATE(5700), 1, sym_comment, - [214986] = 3, + [230138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10056), 1, + ACTIONS(10051), 1, aux_sym__immediate_decimal_token1, STATE(5701), 1, sym_comment, - [214996] = 3, + [230148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10058), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10053), 1, + anon_sym_DOT2, STATE(5702), 1, sym_comment, - [215006] = 3, + [230158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9814), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10055), 1, + anon_sym_DOT2, STATE(5703), 1, sym_comment, - [215016] = 3, + [230168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10060), 1, - anon_sym_RBRACE, + ACTIONS(10057), 1, + aux_sym__immediate_decimal_token1, STATE(5704), 1, sym_comment, - [215026] = 3, - ACTIONS(105), 1, + [230178] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10062), 1, - aux_sym_unquoted_token3, + ACTIONS(10059), 1, + aux_sym__immediate_decimal_token1, STATE(5705), 1, sym_comment, - [215036] = 3, + [230188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10064), 1, + ACTIONS(10061), 1, anon_sym_DOT2, STATE(5706), 1, sym_comment, - [215046] = 3, + [230198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10066), 1, - anon_sym_RPAREN, + ACTIONS(10063), 1, + aux_sym__immediate_decimal_token1, STATE(5707), 1, sym_comment, - [215056] = 3, + [230208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10068), 1, + ACTIONS(10065), 1, aux_sym__immediate_decimal_token1, STATE(5708), 1, sym_comment, - [215066] = 3, + [230218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10070), 1, + ACTIONS(10067), 1, anon_sym_DOT2, STATE(5709), 1, sym_comment, - [215076] = 3, + [230228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10072), 1, - anon_sym_DOT2, + ACTIONS(7836), 1, + aux_sym__immediate_decimal_token1, STATE(5710), 1, sym_comment, - [215086] = 3, - ACTIONS(3), 1, + [230238] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10074), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10069), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5711), 1, sym_comment, - [215096] = 3, + [230248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10076), 1, + ACTIONS(7817), 1, aux_sym__immediate_decimal_token1, STATE(5712), 1, sym_comment, - [215106] = 3, + [230258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10078), 1, - anon_sym_DOT2, + ACTIONS(10071), 1, + anon_sym_RPAREN, STATE(5713), 1, sym_comment, - [215116] = 3, + [230268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10080), 1, + ACTIONS(10073), 1, aux_sym__immediate_decimal_token1, STATE(5714), 1, sym_comment, - [215126] = 3, - ACTIONS(3), 1, + [230278] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10082), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10075), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5715), 1, sym_comment, - [215136] = 3, + [230288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7874), 1, + ACTIONS(10077), 1, aux_sym__immediate_decimal_token1, STATE(5716), 1, sym_comment, - [215146] = 3, - ACTIONS(105), 1, + [230298] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10084), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10079), 1, + aux_sym__immediate_decimal_token1, STATE(5717), 1, sym_comment, - [215156] = 3, + [230308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7878), 1, + ACTIONS(10081), 1, aux_sym__immediate_decimal_token1, STATE(5718), 1, sym_comment, - [215166] = 3, - ACTIONS(105), 1, + [230318] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10086), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10083), 1, + anon_sym_RBRACE, STATE(5719), 1, sym_comment, - [215176] = 3, + [230328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10088), 1, - anon_sym_RPAREN, + ACTIONS(10085), 1, + aux_sym__immediate_decimal_token1, STATE(5720), 1, sym_comment, - [215186] = 3, + [230338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10090), 1, + ACTIONS(10087), 1, aux_sym__immediate_decimal_token1, STATE(5721), 1, sym_comment, - [215196] = 3, + [230348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10092), 1, + ACTIONS(10089), 1, aux_sym__immediate_decimal_token1, STATE(5722), 1, sym_comment, - [215206] = 3, + [230358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10094), 1, - anon_sym_RBRACE, + ACTIONS(10091), 1, + anon_sym_RPAREN, STATE(5723), 1, sym_comment, - [215216] = 3, - ACTIONS(3), 1, + [230368] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10096), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(707), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5724), 1, sym_comment, - [215226] = 3, + [230378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10098), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10093), 1, + anon_sym_DOT2, STATE(5725), 1, sym_comment, - [215236] = 3, + [230388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10100), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10095), 1, + anon_sym_RPAREN, STATE(5726), 1, sym_comment, - [215246] = 3, + [230398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10102), 1, + ACTIONS(10097), 1, aux_sym__immediate_decimal_token1, STATE(5727), 1, sym_comment, - [215256] = 3, + [230408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10104), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10099), 1, + anon_sym_DOT2, STATE(5728), 1, sym_comment, - [215266] = 3, + [230418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10106), 1, - anon_sym_RPAREN, + ACTIONS(10101), 1, + anon_sym_RBRACE, STATE(5729), 1, sym_comment, - [215276] = 3, - ACTIONS(105), 1, + [230428] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1385), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10103), 1, + aux_sym__immediate_decimal_token1, STATE(5730), 1, sym_comment, - [215286] = 3, + [230438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10108), 1, - anon_sym_DOT2, + ACTIONS(10105), 1, + aux_sym__immediate_decimal_token1, STATE(5731), 1, sym_comment, - [215296] = 3, + [230448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10110), 1, - anon_sym_DOT2, + ACTIONS(10107), 1, + aux_sym__immediate_decimal_token1, STATE(5732), 1, sym_comment, - [215306] = 3, + [230458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10112), 1, - anon_sym_RPAREN, + ACTIONS(10109), 1, + aux_sym__immediate_decimal_token1, STATE(5733), 1, sym_comment, - [215316] = 3, + [230468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10114), 1, + ACTIONS(10111), 1, aux_sym__immediate_decimal_token1, STATE(5734), 1, sym_comment, - [215326] = 3, + [230478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10116), 1, - anon_sym_RBRACE, + ACTIONS(10113), 1, + anon_sym_RPAREN, STATE(5735), 1, sym_comment, - [215336] = 3, + [230488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10118), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10115), 1, + ts_builtin_sym_end, STATE(5736), 1, sym_comment, - [215346] = 3, + [230498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10120), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(5328), 1, + anon_sym_PIPE, STATE(5737), 1, sym_comment, - [215356] = 3, + [230508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10122), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10117), 1, + anon_sym_DOT2, STATE(5738), 1, sym_comment, - [215366] = 3, + [230518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10124), 1, + ACTIONS(10119), 1, anon_sym_RPAREN, STATE(5739), 1, sym_comment, - [215376] = 3, + [230528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10126), 1, + ACTIONS(10121), 1, aux_sym__immediate_decimal_token1, STATE(5740), 1, sym_comment, - [215386] = 3, - ACTIONS(3), 1, + [230538] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10128), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10123), 1, + aux_sym_unquoted_token3, STATE(5741), 1, sym_comment, - [215396] = 3, + [230548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10130), 1, - ts_builtin_sym_end, + ACTIONS(10125), 1, + anon_sym_DOT2, STATE(5742), 1, sym_comment, - [215406] = 3, + [230558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5542), 1, - anon_sym_PIPE, + ACTIONS(10127), 1, + aux_sym__immediate_decimal_token1, STATE(5743), 1, sym_comment, - [215416] = 3, + [230568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10132), 1, - anon_sym_DOT2, + ACTIONS(10129), 1, + aux_sym__immediate_decimal_token1, STATE(5744), 1, sym_comment, - [215426] = 3, + [230578] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10134), 1, - anon_sym_EQ, + ACTIONS(10131), 1, + anon_sym_DOT2, STATE(5745), 1, sym_comment, - [215436] = 3, + [230588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10136), 1, - anon_sym_RPAREN, + ACTIONS(9393), 1, + aux_sym__immediate_decimal_token1, STATE(5746), 1, sym_comment, - [215446] = 3, + [230598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1237), 1, + ACTIONS(9371), 1, aux_sym__immediate_decimal_token1, STATE(5747), 1, sym_comment, - [215456] = 3, + [230608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10138), 1, - anon_sym_EQ, + ACTIONS(10133), 1, + anon_sym_DOT2, STATE(5748), 1, sym_comment, - [215466] = 3, - ACTIONS(105), 1, + [230618] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10140), 1, - aux_sym_unquoted_token3, + ACTIONS(10135), 1, + anon_sym_EQ, STATE(5749), 1, sym_comment, - [215476] = 3, + [230628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1229), 1, + ACTIONS(10137), 1, aux_sym__immediate_decimal_token1, STATE(5750), 1, sym_comment, - [215486] = 3, - ACTIONS(3), 1, + [230638] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10142), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10139), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5751), 1, sym_comment, - [215496] = 3, + [230648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10144), 1, - anon_sym_DOT2, + ACTIONS(10141), 1, + anon_sym_RPAREN, STATE(5752), 1, sym_comment, - [215506] = 3, + [230658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9241), 1, + ACTIONS(7954), 1, aux_sym__immediate_decimal_token1, STATE(5753), 1, sym_comment, - [215516] = 3, + [230668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9245), 1, + ACTIONS(10143), 1, aux_sym__immediate_decimal_token1, STATE(5754), 1, sym_comment, - [215526] = 3, - ACTIONS(3), 1, + [230678] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10146), 1, - anon_sym_DOT2, + ACTIONS(10145), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5755), 1, sym_comment, - [215536] = 3, + [230688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10148), 1, - anon_sym_DOT2, + ACTIONS(7943), 1, + aux_sym__immediate_decimal_token1, STATE(5756), 1, sym_comment, - [215546] = 3, + [230698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10150), 1, - anon_sym_DOT2, + ACTIONS(10147), 1, + aux_sym__immediate_decimal_token1, STATE(5757), 1, sym_comment, - [215556] = 3, + [230708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10152), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10149), 1, + anon_sym_RBRACE, STATE(5758), 1, sym_comment, - [215566] = 3, + [230718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10154), 1, - anon_sym_RPAREN, + ACTIONS(5298), 1, + aux_sym__immediate_decimal_token1, STATE(5759), 1, sym_comment, - [215576] = 3, + [230728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10156), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10151), 1, + anon_sym_RPAREN, STATE(5760), 1, sym_comment, - [215586] = 3, + [230738] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10158), 1, + ACTIONS(1522), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5761), 1, sym_comment, - [215596] = 3, + [230748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10160), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10153), 1, + anon_sym_RPAREN, STATE(5762), 1, sym_comment, - [215606] = 3, + [230758] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10162), 1, + ACTIONS(10155), 1, aux_sym__immediate_decimal_token1, STATE(5763), 1, sym_comment, - [215616] = 3, - ACTIONS(105), 1, + [230768] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10164), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10157), 1, + anon_sym_DOT2, STATE(5764), 1, sym_comment, - [215626] = 3, + [230778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10166), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10159), 1, + anon_sym_DOT2, STATE(5765), 1, sym_comment, - [215636] = 3, + [230788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10168), 1, - anon_sym_RBRACE, + ACTIONS(10161), 1, + aux_sym__immediate_decimal_token1, STATE(5766), 1, sym_comment, - [215646] = 3, + [230798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1149), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10163), 1, + anon_sym_DOT2, STATE(5767), 1, sym_comment, - [215656] = 3, + [230808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10170), 1, - anon_sym_RPAREN, + ACTIONS(10165), 1, + anon_sym_RBRACE, STATE(5768), 1, sym_comment, - [215666] = 3, + [230818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10172), 1, - anon_sym_RPAREN, + ACTIONS(5260), 1, + aux_sym__immediate_decimal_token1, STATE(5769), 1, sym_comment, - [215676] = 3, + [230828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1741), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10167), 1, + anon_sym_RPAREN, STATE(5770), 1, sym_comment, - [215686] = 3, - ACTIONS(105), 1, + [230838] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2080), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10169), 1, + anon_sym_RPAREN, STATE(5771), 1, sym_comment, - [215696] = 3, + [230848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10174), 1, - anon_sym_DOT2, + ACTIONS(10171), 1, + aux_sym__immediate_decimal_token1, STATE(5772), 1, sym_comment, - [215706] = 3, + [230858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1745), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8134), 1, + anon_sym_LPAREN2, STATE(5773), 1, sym_comment, - [215716] = 3, + [230868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10176), 1, - anon_sym_DOT2, + ACTIONS(10173), 1, + anon_sym_EQ, STATE(5774), 1, sym_comment, - [215726] = 3, + [230878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10178), 1, - anon_sym_RBRACE, + ACTIONS(10175), 1, + aux_sym__immediate_decimal_token1, STATE(5775), 1, sym_comment, - [215736] = 3, + [230888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1187), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10177), 1, + anon_sym_EQ, STATE(5776), 1, sym_comment, - [215746] = 3, - ACTIONS(3), 1, + [230898] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10180), 1, - anon_sym_RPAREN, + ACTIONS(4505), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5777), 1, sym_comment, - [215756] = 3, + [230908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10182), 1, - anon_sym_RPAREN, + ACTIONS(10179), 1, + anon_sym_RBRACE, STATE(5778), 1, sym_comment, - [215766] = 3, - ACTIONS(3), 1, + [230918] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10184), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10181), 1, + aux_sym_unquoted_token3, STATE(5779), 1, sym_comment, - [215776] = 3, + [230928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8136), 1, - anon_sym_LPAREN2, + ACTIONS(10183), 1, + anon_sym_RPAREN, STATE(5780), 1, sym_comment, - [215786] = 3, + [230938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10186), 1, - anon_sym_EQ, + ACTIONS(10185), 1, + aux_sym__immediate_decimal_token1, STATE(5781), 1, sym_comment, - [215796] = 3, + [230948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10188), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10187), 1, + anon_sym_DOT2, STATE(5782), 1, sym_comment, - [215806] = 3, - ACTIONS(105), 1, + [230958] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4997), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10189), 1, + anon_sym_DOT2, STATE(5783), 1, sym_comment, - [215816] = 3, + [230968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10190), 1, - anon_sym_RBRACE, + ACTIONS(10191), 1, + aux_sym__immediate_decimal_token1, STATE(5784), 1, sym_comment, - [215826] = 3, - ACTIONS(105), 1, + [230978] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10192), 1, - aux_sym_unquoted_token3, + ACTIONS(10193), 1, + anon_sym_DOT2, STATE(5785), 1, sym_comment, - [215836] = 3, + [230988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10194), 1, + ACTIONS(10195), 1, anon_sym_DOT2, STATE(5786), 1, sym_comment, - [215846] = 3, + [230998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10196), 1, - anon_sym_RPAREN, + ACTIONS(10197), 1, + aux_sym__immediate_decimal_token1, STATE(5787), 1, sym_comment, - [215856] = 3, + [231008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10198), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10199), 1, + anon_sym_RPAREN, STATE(5788), 1, sym_comment, - [215866] = 3, + [231018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10200), 1, - anon_sym_DOT2, + ACTIONS(5671), 1, + aux_sym__immediate_decimal_token1, STATE(5789), 1, sym_comment, - [215876] = 3, - ACTIONS(3), 1, + [231028] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10202), 1, - anon_sym_DOT2, + ACTIONS(10201), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5790), 1, sym_comment, - [215886] = 3, + [231038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10204), 1, + ACTIONS(5639), 1, aux_sym__immediate_decimal_token1, STATE(5791), 1, sym_comment, - [215896] = 3, + [231048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10206), 1, - anon_sym_DOT2, + ACTIONS(10203), 1, + aux_sym__immediate_decimal_token1, STATE(5792), 1, sym_comment, - [215906] = 3, - ACTIONS(3), 1, + [231058] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10208), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10205), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5793), 1, sym_comment, - [215916] = 3, - ACTIONS(105), 1, + [231068] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10210), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10207), 1, + aux_sym__immediate_decimal_token1, STATE(5794), 1, sym_comment, - [215926] = 3, + [231078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10212), 1, + ACTIONS(10209), 1, anon_sym_RPAREN, STATE(5795), 1, sym_comment, - [215936] = 3, + [231088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10214), 1, + ACTIONS(10211), 1, aux_sym__immediate_decimal_token1, STATE(5796), 1, sym_comment, - [215946] = 3, + [231098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10216), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10213), 1, + anon_sym_RBRACE, STATE(5797), 1, sym_comment, - [215956] = 3, + [231108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10218), 1, + ACTIONS(10215), 1, aux_sym__immediate_decimal_token1, STATE(5798), 1, sym_comment, - [215966] = 3, - ACTIONS(105), 1, + [231118] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10220), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10217), 1, + aux_sym__immediate_decimal_token1, STATE(5799), 1, sym_comment, - [215976] = 3, + [231128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10222), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10219), 1, + anon_sym_RPAREN, STATE(5800), 1, sym_comment, - [215986] = 3, - ACTIONS(3), 1, + [231138] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10224), 1, - anon_sym_RBRACE, + ACTIONS(731), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5801), 1, sym_comment, - [215996] = 3, + [231148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10226), 1, + ACTIONS(10221), 1, anon_sym_RPAREN, STATE(5802), 1, sym_comment, - [216006] = 3, + [231158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1221), 1, + ACTIONS(5831), 1, aux_sym__immediate_decimal_token1, STATE(5803), 1, sym_comment, - [216016] = 3, + [231168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9452), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10223), 1, + anon_sym_DOT2, STATE(5804), 1, sym_comment, - [216026] = 3, + [231178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1233), 1, + ACTIONS(5837), 1, aux_sym__immediate_decimal_token1, STATE(5805), 1, sym_comment, - [216036] = 3, + [231188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10228), 1, - anon_sym_RPAREN, + ACTIONS(10225), 1, + anon_sym_DOT2, STATE(5806), 1, sym_comment, - [216046] = 3, - ACTIONS(105), 1, + [231198] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1417), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10227), 1, + anon_sym_RBRACE, STATE(5807), 1, sym_comment, - [216056] = 3, + [231208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10230), 1, - anon_sym_DOT2, + ACTIONS(10229), 1, + anon_sym_RPAREN, STATE(5808), 1, sym_comment, - [216066] = 3, + [231218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10232), 1, - anon_sym_RPAREN, + ACTIONS(10231), 1, + aux_sym__immediate_decimal_token1, STATE(5809), 1, sym_comment, - [216076] = 3, + [231228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10234), 1, + ACTIONS(10233), 1, aux_sym__immediate_decimal_token1, STATE(5810), 1, sym_comment, - [216086] = 3, + [231238] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10236), 1, - anon_sym_DOT2, + ACTIONS(10235), 1, + aux_sym__immediate_decimal_token1, STATE(5811), 1, sym_comment, - [216096] = 3, + [231248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10238), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10237), 1, + anon_sym_RPAREN, STATE(5812), 1, sym_comment, - [216106] = 3, - ACTIONS(3), 1, + [231258] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10240), 1, - anon_sym_RBRACE, + ACTIONS(4754), 1, + aux_sym__unquoted_in_list_token5, STATE(5813), 1, sym_comment, - [216116] = 3, + [231268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9426), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10239), 1, + anon_sym_RPAREN, STATE(5814), 1, sym_comment, - [216126] = 3, + [231278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10242), 1, - anon_sym_RPAREN, + ACTIONS(10241), 1, + aux_sym__immediate_decimal_token1, STATE(5815), 1, sym_comment, - [216136] = 3, + [231288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1282), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10243), 1, + anon_sym_DOT2, STATE(5816), 1, sym_comment, - [216146] = 3, + [231298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10244), 1, - anon_sym_RPAREN, + ACTIONS(10245), 1, + aux_sym__immediate_decimal_token1, STATE(5817), 1, sym_comment, - [216156] = 3, - ACTIONS(3), 1, + [231308] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1267), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10247), 1, + aux_sym_unquoted_token3, STATE(5818), 1, sym_comment, - [216166] = 3, - ACTIONS(105), 1, + [231318] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5216), 1, - aux_sym__unquoted_in_list_token5, + ACTIONS(10249), 1, + anon_sym_DOT2, STATE(5819), 1, sym_comment, - [216176] = 3, + [231328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10246), 1, - anon_sym_DOT2, + ACTIONS(10251), 1, + anon_sym_RPAREN, STATE(5820), 1, sym_comment, - [216186] = 3, + [231338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10248), 1, - anon_sym_RPAREN, + ACTIONS(10253), 1, + anon_sym_DOT2, STATE(5821), 1, sym_comment, - [216196] = 3, + [231348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10250), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10255), 1, + anon_sym_DOT2, STATE(5822), 1, sym_comment, - [216206] = 3, - ACTIONS(105), 1, + [231358] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10252), 1, - aux_sym_unquoted_token3, + ACTIONS(10257), 1, + anon_sym_RPAREN, STATE(5823), 1, sym_comment, - [216216] = 3, + [231368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10254), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10259), 1, + anon_sym_DOT2, STATE(5824), 1, sym_comment, - [216226] = 3, + [231378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10256), 1, + ACTIONS(10261), 1, aux_sym__immediate_decimal_token1, STATE(5825), 1, sym_comment, - [216236] = 3, + [231388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10258), 1, - anon_sym_DOT2, + ACTIONS(10263), 1, + anon_sym_RPAREN, STATE(5826), 1, sym_comment, - [216246] = 3, - ACTIONS(3), 1, + [231398] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10260), 1, - anon_sym_RPAREN, + ACTIONS(10265), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5827), 1, sym_comment, - [216256] = 3, + [231408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10262), 1, + ACTIONS(10267), 1, aux_sym__immediate_decimal_token1, STATE(5828), 1, sym_comment, - [216266] = 3, + [231418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10264), 1, - anon_sym_DOT2, + ACTIONS(10269), 1, + anon_sym_RPAREN, STATE(5829), 1, sym_comment, - [216276] = 3, - ACTIONS(3), 1, + [231428] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10266), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10271), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5830), 1, sym_comment, - [216286] = 3, + [231438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10268), 1, - anon_sym_DOT2, + ACTIONS(10273), 1, + aux_sym__immediate_decimal_token1, STATE(5831), 1, sym_comment, - [216296] = 3, + [231448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10270), 1, + ACTIONS(10275), 1, anon_sym_RPAREN, STATE(5832), 1, sym_comment, - [216306] = 3, + [231458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10272), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10277), 1, + anon_sym_RBRACE, STATE(5833), 1, sym_comment, - [216316] = 3, - ACTIONS(105), 1, + [231468] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10274), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10279), 1, + anon_sym_RPAREN, STATE(5834), 1, sym_comment, - [216326] = 3, + [231478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10276), 1, + ACTIONS(10281), 1, anon_sym_RPAREN, STATE(5835), 1, sym_comment, - [216336] = 3, + [231488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10278), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10283), 1, + anon_sym_RPAREN, STATE(5836), 1, sym_comment, - [216346] = 3, - ACTIONS(105), 1, + [231498] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10280), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10285), 1, + anon_sym_RPAREN, STATE(5837), 1, sym_comment, - [216356] = 3, + [231508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10282), 1, + ACTIONS(10287), 1, anon_sym_RPAREN, STATE(5838), 1, sym_comment, - [216366] = 3, + [231518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10284), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10289), 1, + anon_sym_RPAREN, STATE(5839), 1, sym_comment, - [216376] = 3, + [231528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10286), 1, - anon_sym_RBRACE, + ACTIONS(10291), 1, + aux_sym__immediate_decimal_token1, STATE(5840), 1, sym_comment, - [216386] = 3, + [231538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10288), 1, + ACTIONS(10293), 1, anon_sym_RPAREN, STATE(5841), 1, sym_comment, - [216396] = 3, - ACTIONS(3), 1, + [231548] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10290), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(1622), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5842), 1, sym_comment, - [216406] = 3, + [231558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10292), 1, - anon_sym_RPAREN, + ACTIONS(10295), 1, + anon_sym_DOT2, STATE(5843), 1, sym_comment, - [216416] = 3, + [231568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10294), 1, - anon_sym_RPAREN, + ACTIONS(9889), 1, + anon_sym_make, STATE(5844), 1, sym_comment, - [216426] = 3, + [231578] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10296), 1, - anon_sym_RPAREN, + ACTIONS(3548), 1, + anon_sym_COLON, STATE(5845), 1, sym_comment, - [216436] = 3, + [231588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10298), 1, - anon_sym_RPAREN, + ACTIONS(10297), 1, + anon_sym_DOT2, STATE(5846), 1, sym_comment, - [216446] = 3, + [231598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10300), 1, - anon_sym_RPAREN, + ACTIONS(10299), 1, + anon_sym_RBRACE, STATE(5847), 1, sym_comment, - [216456] = 3, + [231608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10302), 1, - anon_sym_RPAREN, + ACTIONS(10301), 1, + anon_sym_LBRACK2, STATE(5848), 1, sym_comment, - [216466] = 3, + [231618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10304), 1, - anon_sym_RPAREN, + ACTIONS(10303), 1, + aux_sym__immediate_decimal_token1, STATE(5849), 1, sym_comment, - [216476] = 3, - ACTIONS(105), 1, + [231628] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2170), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10305), 1, + anon_sym_RPAREN, STATE(5850), 1, sym_comment, - [216486] = 3, + [231638] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10306), 1, - anon_sym_DOT2, + ACTIONS(10307), 1, + anon_sym_RPAREN, STATE(5851), 1, sym_comment, - [216496] = 3, + [231648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10308), 1, - anon_sym_DOT2, + ACTIONS(5396), 1, + aux_sym__immediate_decimal_token1, STATE(5852), 1, sym_comment, - [216506] = 3, + [231658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9902), 1, - anon_sym_make, + ACTIONS(10309), 1, + anon_sym_in, STATE(5853), 1, sym_comment, - [216516] = 3, + [231668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10310), 1, - anon_sym_RBRACE, + ACTIONS(9869), 1, + aux_sym_unquoted_token6, STATE(5854), 1, sym_comment, - [216526] = 3, + [231678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10312), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10311), 1, + anon_sym_RBRACE, STATE(5855), 1, sym_comment, - [216536] = 3, + [231688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10314), 1, - anon_sym_RPAREN, + ACTIONS(10313), 1, + sym_identifier, STATE(5856), 1, sym_comment, - [216546] = 3, + [231698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10316), 1, - anon_sym_LBRACK2, + ACTIONS(10315), 1, + anon_sym_RPAREN, STATE(5857), 1, sym_comment, - [216556] = 3, + [231708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1191), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10317), 1, + sym_identifier, STATE(5858), 1, sym_comment, - [216566] = 3, + [231718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10318), 1, - anon_sym_in, + ACTIONS(10319), 1, + anon_sym_DOT2, STATE(5859), 1, sym_comment, - [216576] = 3, + [231728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10320), 1, - anon_sym_RBRACE, + ACTIONS(10321), 1, + anon_sym_LBRACE, STATE(5860), 1, sym_comment, - [216586] = 3, + [231738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10322), 1, - sym_identifier, + ACTIONS(10323), 1, + anon_sym_LBRACE, STATE(5861), 1, sym_comment, - [216596] = 3, + [231748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10324), 1, - sym_identifier, + ACTIONS(10325), 1, + sym__long_flag_identifier, STATE(5862), 1, sym_comment, - [216606] = 3, - ACTIONS(3), 1, + [231758] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9906), 1, - aux_sym_unquoted_token6, + ACTIONS(10327), 1, + aux_sym_unquoted_token3, STATE(5863), 1, sym_comment, - [216616] = 3, + [231768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10326), 1, - sym__long_flag_identifier, + ACTIONS(8108), 1, + anon_sym_LPAREN2, STATE(5864), 1, sym_comment, - [216626] = 3, + [231778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10328), 1, - aux_sym_param_short_flag_token1, + ACTIONS(10329), 1, + anon_sym_DOT2, STATE(5865), 1, sym_comment, - [216636] = 3, + [231788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10330), 1, - anon_sym_RPAREN, + ACTIONS(10331), 1, + anon_sym_DOT2, STATE(5866), 1, sym_comment, - [216646] = 3, - ACTIONS(105), 1, + [231798] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10332), 1, - aux_sym_unquoted_token3, + ACTIONS(10333), 1, + anon_sym_DOT2, STATE(5867), 1, sym_comment, - [216656] = 3, + [231808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10334), 1, + ACTIONS(10335), 1, anon_sym_DOT2, STATE(5868), 1, sym_comment, - [216666] = 3, + [231818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10336), 1, - anon_sym_LBRACE, + ACTIONS(10337), 1, + aux_sym__immediate_decimal_token1, STATE(5869), 1, sym_comment, - [216676] = 3, - ACTIONS(3), 1, + [231828] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10338), 1, - anon_sym_LBRACE, + ACTIONS(10339), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5870), 1, sym_comment, - [216686] = 3, + [231838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4144), 1, - anon_sym_COLON, + ACTIONS(10341), 1, + aux_sym__immediate_decimal_token1, STATE(5871), 1, sym_comment, - [216696] = 3, - ACTIONS(3), 1, + [231848] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10340), 1, - anon_sym_DOT2, + ACTIONS(10343), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5872), 1, sym_comment, - [216706] = 3, + [231858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8224), 1, - anon_sym_LPAREN2, + ACTIONS(10345), 1, + aux_sym__immediate_decimal_token1, STATE(5873), 1, sym_comment, - [216716] = 3, + [231868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10342), 1, - anon_sym_DOT2, + ACTIONS(10347), 1, + anon_sym_RBRACE, STATE(5874), 1, sym_comment, - [216726] = 3, + [231878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10344), 1, - anon_sym_DOT2, + ACTIONS(5747), 1, + aux_sym__immediate_decimal_token1, STATE(5875), 1, sym_comment, - [216736] = 3, + [231888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10346), 1, - anon_sym_DOT2, + ACTIONS(10349), 1, + anon_sym_RPAREN, STATE(5876), 1, sym_comment, - [216746] = 3, + [231898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10348), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10351), 1, + anon_sym_DOT2, STATE(5877), 1, sym_comment, - [216756] = 3, - ACTIONS(105), 1, + [231908] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10350), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10353), 1, + anon_sym_DOT2, STATE(5878), 1, sym_comment, - [216766] = 3, + [231918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10352), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10355), 1, + anon_sym_DOT2, STATE(5879), 1, sym_comment, - [216776] = 3, + [231928] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10354), 1, + ACTIONS(5254), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5880), 1, sym_comment, - [216786] = 3, + [231938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10356), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10357), 1, + anon_sym_LBRACE, STATE(5881), 1, sym_comment, - [216796] = 3, + [231948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10358), 1, - anon_sym_RBRACE, + ACTIONS(10359), 1, + anon_sym_LBRACE, STATE(5882), 1, sym_comment, - [216806] = 3, + [231958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10360), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10361), 1, + anon_sym_DOT2, STATE(5883), 1, sym_comment, - [216816] = 3, + [231968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10362), 1, - anon_sym_RPAREN, + ACTIONS(10363), 1, + anon_sym_DOT2, STATE(5884), 1, sym_comment, - [216826] = 3, - ACTIONS(105), 1, + [231978] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5550), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10365), 1, + aux_sym_param_short_flag_token1, STATE(5885), 1, sym_comment, - [216836] = 3, + [231988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10364), 1, - anon_sym_DOT2, + ACTIONS(10367), 1, + anon_sym_RBRACE, STATE(5886), 1, sym_comment, - [216846] = 3, + [231998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10366), 1, - anon_sym_DOT2, + ACTIONS(5777), 1, + aux_sym__immediate_decimal_token1, STATE(5887), 1, sym_comment, - [216856] = 3, + [232008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10368), 1, - anon_sym_DOT2, + ACTIONS(6324), 1, + anon_sym_SEMI, STATE(5888), 1, sym_comment, - [216866] = 3, + [232018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10370), 1, + ACTIONS(10369), 1, anon_sym_DOT2, STATE(5889), 1, sym_comment, - [216876] = 3, + [232028] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10372), 1, + ACTIONS(10371), 1, anon_sym_DOT2, STATE(5890), 1, sym_comment, - [216886] = 3, + [232038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10374), 1, - anon_sym_RBRACE, + ACTIONS(10373), 1, + anon_sym_DOT2, STATE(5891), 1, sym_comment, - [216896] = 3, + [232048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10376), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10375), 1, + anon_sym_DOT2, STATE(5892), 1, sym_comment, - [216906] = 3, + [232058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10378), 1, + ACTIONS(10377), 1, anon_sym_RPAREN, STATE(5893), 1, sym_comment, - [216916] = 3, + [232068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10380), 1, + ACTIONS(10379), 1, anon_sym_COLON, STATE(5894), 1, sym_comment, - [216926] = 3, + [232078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10382), 1, - anon_sym_LBRACE, + ACTIONS(10381), 1, + anon_sym_RBRACE, STATE(5895), 1, sym_comment, - [216936] = 3, + [232088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10384), 1, - anon_sym_LBRACE, + ACTIONS(3892), 1, + anon_sym_COLON, STATE(5896), 1, sym_comment, - [216946] = 3, + [232098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_SEMI, + ACTIONS(10383), 1, + aux_sym__immediate_decimal_token1, STATE(5897), 1, sym_comment, - [216956] = 3, - ACTIONS(3), 1, + [232108] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10386), 1, - anon_sym_DOT2, + ACTIONS(10385), 1, + aux_sym_unquoted_token3, STATE(5898), 1, sym_comment, - [216966] = 3, + [232118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10388), 1, + ACTIONS(10387), 1, anon_sym_DOT2, STATE(5899), 1, sym_comment, - [216976] = 3, - ACTIONS(3), 1, + [232128] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10390), 1, - anon_sym_DOT2, + ACTIONS(10389), 1, + aux_sym_unquoted_token3, STATE(5900), 1, sym_comment, - [216986] = 3, + [232138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10392), 1, + ACTIONS(10391), 1, anon_sym_DOT2, STATE(5901), 1, sym_comment, - [216996] = 3, + [232148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10394), 1, - anon_sym_RBRACE, + ACTIONS(10393), 1, + anon_sym_DOT2, STATE(5902), 1, sym_comment, - [217006] = 3, + [232158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4336), 1, - anon_sym_COLON, + ACTIONS(7915), 1, + aux_sym__immediate_decimal_token1, STATE(5903), 1, sym_comment, - [217016] = 3, - ACTIONS(105), 1, + [232168] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2906), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(10395), 1, + anon_sym_DOT2, STATE(5904), 1, sym_comment, - [217026] = 3, + [232178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10396), 1, - anon_sym_RPAREN, + ACTIONS(5400), 1, + aux_sym__immediate_decimal_token1, STATE(5905), 1, sym_comment, - [217036] = 3, + [232188] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10398), 1, - aux_sym_unquoted_token3, + ACTIONS(10397), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5906), 1, sym_comment, - [217046] = 3, + [232198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10400), 1, - anon_sym_DOT2, + ACTIONS(7931), 1, + aux_sym__immediate_decimal_token1, STATE(5907), 1, sym_comment, - [217056] = 3, - ACTIONS(3), 1, + [232208] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10402), 1, - anon_sym_DOT2, + ACTIONS(10399), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5908), 1, sym_comment, - [217066] = 3, + [232218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10404), 1, - anon_sym_DOT2, + ACTIONS(7869), 1, + aux_sym__immediate_decimal_token1, STATE(5909), 1, sym_comment, - [217076] = 3, + [232228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10406), 1, - anon_sym_DOT2, + ACTIONS(10401), 1, + anon_sym_RBRACE, STATE(5910), 1, sym_comment, - [217086] = 3, + [232238] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7952), 1, + ACTIONS(5244), 1, aux_sym__immediate_decimal_token1, STATE(5911), 1, sym_comment, - [217096] = 3, - ACTIONS(105), 1, + [232248] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10408), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9835), 1, + aux_sym_unquoted_token6, STATE(5912), 1, sym_comment, - [217106] = 3, + [232258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7929), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10403), 1, + anon_sym_RPAREN, STATE(5913), 1, sym_comment, - [217116] = 3, + [232268] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10410), 1, + ACTIONS(5451), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5914), 1, sym_comment, - [217126] = 3, + [232278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10412), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10405), 1, + anon_sym_DOT2, STATE(5915), 1, sym_comment, - [217136] = 3, + [232288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10414), 1, - anon_sym_RBRACE, + ACTIONS(10407), 1, + anon_sym_RPAREN, STATE(5916), 1, sym_comment, - [217146] = 3, + [232298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10416), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10409), 1, + anon_sym_DOT2, STATE(5917), 1, sym_comment, - [217156] = 3, + [232308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10418), 1, - anon_sym_RPAREN, + ACTIONS(10411), 1, + anon_sym_RBRACE, STATE(5918), 1, sym_comment, - [217166] = 3, - ACTIONS(105), 1, + [232318] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5636), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(5256), 1, + aux_sym__immediate_decimal_token1, STATE(5919), 1, sym_comment, - [217176] = 3, + [232328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10420), 1, - anon_sym_DOT2, + ACTIONS(10413), 1, + anon_sym_RPAREN, STATE(5920), 1, sym_comment, - [217186] = 3, + [232338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9860), 1, - aux_sym_unquoted_token6, + ACTIONS(10415), 1, + anon_sym_RPAREN, STATE(5921), 1, sym_comment, - [217196] = 3, - ACTIONS(3), 1, + [232348] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10422), 1, - anon_sym_DOT2, + ACTIONS(10417), 1, + aux_sym_unquoted_token3, STATE(5922), 1, sym_comment, - [217206] = 3, + [232358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10424), 1, - anon_sym_RBRACE, + ACTIONS(10419), 1, + anon_sym_DOT2, STATE(5923), 1, sym_comment, - [217216] = 3, + [232368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10426), 1, + ACTIONS(10421), 1, anon_sym_DOT2, STATE(5924), 1, sym_comment, - [217226] = 3, + [232378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1145), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10423), 1, + sym_cmd_identifier, STATE(5925), 1, sym_comment, - [217236] = 3, + [232388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1243), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10425), 1, + anon_sym_DOT2, STATE(5926), 1, sym_comment, - [217246] = 3, + [232398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10428), 1, - anon_sym_RPAREN, + ACTIONS(10427), 1, + anon_sym_DOT2, STATE(5927), 1, sym_comment, - [217256] = 3, + [232408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10430), 1, - anon_sym_RPAREN, + ACTIONS(10429), 1, + aux_sym__immediate_decimal_token1, STATE(5928), 1, sym_comment, - [217266] = 3, - ACTIONS(3), 1, + [232418] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10432), 1, - anon_sym_RPAREN, + ACTIONS(10431), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5929), 1, sym_comment, - [217276] = 3, + [232428] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10434), 1, - anon_sym_RPAREN, + ACTIONS(10433), 1, + aux_sym__immediate_decimal_token1, STATE(5930), 1, sym_comment, - [217286] = 3, + [232438] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10436), 1, - aux_sym_unquoted_token3, + ACTIONS(10435), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5931), 1, sym_comment, - [217296] = 3, + [232448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10438), 1, - anon_sym_DOT2, + ACTIONS(10437), 1, + aux_sym__immediate_decimal_token1, STATE(5932), 1, sym_comment, - [217306] = 3, + [232458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10440), 1, - anon_sym_DOT2, + ACTIONS(10439), 1, + anon_sym_RBRACE, STATE(5933), 1, sym_comment, - [217316] = 3, + [232468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10442), 1, - anon_sym_DOT2, + ACTIONS(4994), 1, + aux_sym__immediate_decimal_token1, STATE(5934), 1, sym_comment, - [217326] = 3, + [232478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10444), 1, - anon_sym_DOT2, + ACTIONS(10441), 1, + anon_sym_RPAREN, STATE(5935), 1, sym_comment, - [217336] = 3, - ACTIONS(3), 1, + [232488] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10446), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(2090), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5936), 1, sym_comment, - [217346] = 3, + [232498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10448), 1, - sym_cmd_identifier, + ACTIONS(10443), 1, + anon_sym_DOT2, STATE(5937), 1, sym_comment, - [217356] = 3, - ACTIONS(105), 1, + [232508] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10450), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10445), 1, + anon_sym_DOT2, STATE(5938), 1, sym_comment, - [217366] = 3, + [232518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10452), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10447), 1, + anon_sym_RBRACE, STATE(5939), 1, sym_comment, - [217376] = 3, - ACTIONS(105), 1, + [232528] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10454), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(5010), 1, + aux_sym__immediate_decimal_token1, STATE(5940), 1, sym_comment, - [217386] = 3, + [232538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10456), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10449), 1, + anon_sym_RPAREN, STATE(5941), 1, sym_comment, - [217396] = 3, + [232548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10458), 1, - anon_sym_RBRACE, + ACTIONS(10451), 1, + anon_sym_DOT2, STATE(5942), 1, sym_comment, - [217406] = 3, + [232558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1033), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10453), 1, + anon_sym_DOT2, STATE(5943), 1, sym_comment, - [217416] = 3, + [232568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10460), 1, - anon_sym_RPAREN, + ACTIONS(10455), 1, + anon_sym_DOT2, STATE(5944), 1, sym_comment, - [217426] = 3, - ACTIONS(105), 1, + [232578] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2530), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10457), 1, + anon_sym_LBRACK2, STATE(5945), 1, sym_comment, - [217436] = 3, + [232588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10462), 1, + ACTIONS(10459), 1, anon_sym_DOT2, STATE(5946), 1, sym_comment, - [217446] = 3, + [232598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10464), 1, + ACTIONS(10461), 1, anon_sym_DOT2, STATE(5947), 1, sym_comment, - [217456] = 3, + [232608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10466), 1, - anon_sym_RBRACE, + ACTIONS(10463), 1, + anon_sym_DOT2, STATE(5948), 1, sym_comment, - [217466] = 3, + [232618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1037), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10465), 1, + anon_sym_DOT2, STATE(5949), 1, sym_comment, - [217476] = 3, + [232628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10468), 1, - anon_sym_DOT2, + ACTIONS(10467), 1, + aux_sym__immediate_decimal_token1, STATE(5950), 1, sym_comment, - [217486] = 3, + [232638] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10470), 1, - aux_sym_unquoted_token3, + ACTIONS(10469), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5951), 1, sym_comment, - [217496] = 3, + [232648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10472), 1, + ACTIONS(10471), 1, anon_sym_DOT2, STATE(5952), 1, sym_comment, - [217506] = 3, + [232658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3273), 1, - anon_sym_in, + ACTIONS(10473), 1, + anon_sym_DOT2, STATE(5953), 1, sym_comment, - [217516] = 3, + [232668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10474), 1, - anon_sym_LBRACK2, + ACTIONS(10475), 1, + anon_sym_DOT2, STATE(5954), 1, sym_comment, - [217526] = 3, + [232678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10476), 1, - anon_sym_RBRACE, + ACTIONS(10477), 1, + aux_sym__immediate_decimal_token1, STATE(5955), 1, sym_comment, - [217536] = 3, - ACTIONS(3), 1, + [232688] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10478), 1, - anon_sym_DOT2, + ACTIONS(9861), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5956), 1, sym_comment, - [217546] = 3, + [232698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10480), 1, - anon_sym_DOT2, + ACTIONS(10479), 1, + aux_sym__immediate_decimal_token1, STATE(5957), 1, sym_comment, - [217556] = 3, + [232708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10482), 1, - anon_sym_DOT2, + ACTIONS(10481), 1, + anon_sym_RBRACE, STATE(5958), 1, sym_comment, - [217566] = 3, + [232718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10484), 1, - anon_sym_DOT2, + ACTIONS(10483), 1, + anon_sym_RBRACE, STATE(5959), 1, sym_comment, - [217576] = 3, + [232728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10486), 1, + ACTIONS(10485), 1, aux_sym__immediate_decimal_token1, STATE(5960), 1, sym_comment, - [217586] = 3, + [232738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10488), 1, - anon_sym_DOT2, + ACTIONS(10487), 1, + anon_sym_RPAREN, STATE(5961), 1, sym_comment, - [217596] = 3, + [232748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10490), 1, - anon_sym_DOT2, + ACTIONS(10489), 1, + anon_sym_RBRACE, STATE(5962), 1, sym_comment, - [217606] = 3, - ACTIONS(3), 1, + [232758] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10492), 1, - anon_sym_DOT2, + ACTIONS(4487), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5963), 1, sym_comment, - [217616] = 3, - ACTIONS(105), 1, + [232768] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10494), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10491), 1, + anon_sym_DOT2, STATE(5964), 1, sym_comment, - [217626] = 3, + [232778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10496), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10493), 1, + anon_sym_DOT2, STATE(5965), 1, sym_comment, - [217636] = 3, - ACTIONS(105), 1, + [232788] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9848), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10495), 1, + anon_sym_RBRACE, STATE(5966), 1, sym_comment, - [217646] = 3, + [232798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10498), 1, + ACTIONS(10497), 1, aux_sym__immediate_decimal_token1, STATE(5967), 1, sym_comment, - [217656] = 3, + [232808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10500), 1, - anon_sym_RBRACE, + ACTIONS(10499), 1, + anon_sym_RPAREN, STATE(5968), 1, sym_comment, - [217666] = 3, + [232818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10502), 1, - anon_sym_RBRACE, + ACTIONS(9805), 1, + aux_sym__immediate_decimal_token1, STATE(5969), 1, sym_comment, - [217676] = 3, - ACTIONS(3), 1, + [232828] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10504), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10501), 1, + aux_sym_unquoted_token3, STATE(5970), 1, sym_comment, - [217686] = 3, + [232838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10506), 1, - anon_sym_RPAREN, + ACTIONS(10503), 1, + anon_sym_GT, STATE(5971), 1, sym_comment, - [217696] = 3, + [232848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10508), 1, - anon_sym_RBRACE, + ACTIONS(10505), 1, + anon_sym_DASH2, STATE(5972), 1, sym_comment, - [217706] = 3, - ACTIONS(105), 1, + [232858] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4924), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10507), 1, + anon_sym_DOT2, STATE(5973), 1, sym_comment, - [217716] = 3, + [232868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10510), 1, + ACTIONS(10509), 1, anon_sym_DOT2, STATE(5974), 1, sym_comment, - [217726] = 3, + [232878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10512), 1, + ACTIONS(10511), 1, anon_sym_DOT2, STATE(5975), 1, sym_comment, - [217736] = 3, + [232888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10514), 1, - anon_sym_RBRACE, + ACTIONS(10513), 1, + anon_sym_LBRACK2, STATE(5976), 1, sym_comment, - [217746] = 3, + [232898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10516), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10515), 1, + anon_sym_DOT2, STATE(5977), 1, sym_comment, - [217756] = 3, + [232908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10518), 1, - anon_sym_RPAREN, + ACTIONS(7926), 1, + aux_sym__immediate_decimal_token1, STATE(5978), 1, sym_comment, - [217766] = 3, + [232918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9856), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10517), 1, + anon_sym_DOT2, STATE(5979), 1, sym_comment, - [217776] = 3, + [232928] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10520), 1, - aux_sym_unquoted_token3, + ACTIONS(10519), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5980), 1, sym_comment, - [217786] = 3, + [232938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10522), 1, - anon_sym_DASH2, + ACTIONS(7911), 1, + aux_sym__immediate_decimal_token1, STATE(5981), 1, sym_comment, - [217796] = 3, - ACTIONS(3), 1, + [232948] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10524), 1, - anon_sym_GT, + ACTIONS(9823), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5982), 1, sym_comment, - [217806] = 3, + [232958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10526), 1, + ACTIONS(10521), 1, anon_sym_DOT2, STATE(5983), 1, sym_comment, - [217816] = 3, + [232968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10528), 1, - anon_sym_LBRACK2, + ACTIONS(10523), 1, + anon_sym_DOT2, STATE(5984), 1, sym_comment, - [217826] = 3, + [232978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10530), 1, + ACTIONS(10525), 1, anon_sym_DOT2, STATE(5985), 1, sym_comment, - [217836] = 3, + [232988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10532), 1, - anon_sym_DOT2, + ACTIONS(10527), 1, + aux_sym__immediate_decimal_token1, STATE(5986), 1, sym_comment, - [217846] = 3, + [232998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10534), 1, - anon_sym_DOT2, + ACTIONS(10529), 1, + anon_sym_RBRACE, STATE(5987), 1, sym_comment, - [217856] = 3, + [233008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10536), 1, - anon_sym_DOT2, + ACTIONS(10531), 1, + anon_sym_RBRACE, STATE(5988), 1, sym_comment, - [217866] = 3, + [233018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7962), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10533), 1, + anon_sym_EQ, STATE(5989), 1, sym_comment, - [217876] = 3, - ACTIONS(105), 1, + [233028] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10538), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(8899), 1, + aux_sym__immediate_decimal_token1, STATE(5990), 1, sym_comment, - [217886] = 3, + [233038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10540), 1, - anon_sym_DOT2, + ACTIONS(10535), 1, + anon_sym_RPAREN, STATE(5991), 1, sym_comment, - [217896] = 3, + [233048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10542), 1, - anon_sym_DOT2, + ACTIONS(10537), 1, + anon_sym_RBRACE, STATE(5992), 1, sym_comment, - [217906] = 3, - ACTIONS(3), 1, + [233058] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10544), 1, - anon_sym_DOT2, + ACTIONS(5847), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5993), 1, sym_comment, - [217916] = 3, + [233068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7916), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10539), 1, + anon_sym_DOT2, STATE(5994), 1, sym_comment, - [217926] = 3, - ACTIONS(105), 1, + [233078] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9820), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10541), 1, + anon_sym_SEMI, STATE(5995), 1, sym_comment, - [217936] = 3, + [233088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10546), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10543), 1, + anon_sym_RBRACE, STATE(5996), 1, sym_comment, - [217946] = 3, + [233098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10548), 1, - anon_sym_EQ, + ACTIONS(8919), 1, + aux_sym__immediate_decimal_token1, STATE(5997), 1, sym_comment, - [217956] = 3, + [233108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10550), 1, - anon_sym_RBRACE, + ACTIONS(10545), 1, + anon_sym_RBRACK, STATE(5998), 1, sym_comment, - [217966] = 3, + [233118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10552), 1, - anon_sym_RBRACE, + ACTIONS(10547), 1, + anon_sym_LBRACK2, STATE(5999), 1, sym_comment, - [217976] = 3, - ACTIONS(3), 1, + [233128] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9291), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9881), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6000), 1, sym_comment, - [217986] = 3, + [233138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10554), 1, - anon_sym_RPAREN, + ACTIONS(10549), 1, + anon_sym_DOT2, STATE(6001), 1, sym_comment, - [217996] = 3, + [233148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10556), 1, - anon_sym_EQ_GT, + ACTIONS(10551), 1, + anon_sym_EQ, STATE(6002), 1, sym_comment, - [218006] = 3, - ACTIONS(105), 1, + [233158] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5959), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10553), 1, + anon_sym_DOT2, STATE(6003), 1, sym_comment, - [218016] = 3, + [233168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10558), 1, - anon_sym_DOT2, + ACTIONS(10555), 1, + anon_sym_RBRACE, STATE(6004), 1, sym_comment, - [218026] = 3, + [233178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10560), 1, - anon_sym_DOT2, + ACTIONS(10557), 1, + sym_identifier, STATE(6005), 1, sym_comment, - [218036] = 3, + [233188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10562), 1, - anon_sym_RBRACE, + ACTIONS(10559), 1, + anon_sym_DOT2, STATE(6006), 1, sym_comment, - [218046] = 3, + [233198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10564), 1, - anon_sym_LBRACK2, + ACTIONS(10561), 1, + anon_sym_DOT2, STATE(6007), 1, sym_comment, - [218056] = 3, + [233208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9235), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10563), 1, + anon_sym_DOT2, STATE(6008), 1, sym_comment, - [218066] = 3, - ACTIONS(105), 1, + [233218] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9842), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10565), 1, + anon_sym_LBRACE, STATE(6009), 1, sym_comment, - [218076] = 3, - ACTIONS(105), 1, + [233228] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10566), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10567), 1, + anon_sym_LBRACK2, STATE(6010), 1, sym_comment, - [218086] = 3, - ACTIONS(3), 1, + [233238] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10568), 1, - anon_sym_DOT2, + ACTIONS(9795), 1, + aux_sym__unquoted_in_list_token5, STATE(6011), 1, sym_comment, - [218096] = 3, + [233248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10570), 1, + ACTIONS(10569), 1, anon_sym_DOT2, STATE(6012), 1, sym_comment, - [218106] = 3, + [233258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10572), 1, - anon_sym_RBRACK, + ACTIONS(10571), 1, + anon_sym_DOT2, STATE(6013), 1, sym_comment, - [218116] = 3, + [233268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10574), 1, - anon_sym_DOT2, + ACTIONS(10573), 1, + anon_sym_EQ, STATE(6014), 1, sym_comment, - [218126] = 3, + [233278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10576), 1, - anon_sym_DOT2, + ACTIONS(10575), 1, + anon_sym_EQ, STATE(6015), 1, sym_comment, - [218136] = 3, + [233288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10578), 1, + ACTIONS(10577), 1, anon_sym_DOT2, STATE(6016), 1, sym_comment, - [218146] = 3, + [233298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10580), 1, - anon_sym_RBRACE, + ACTIONS(10579), 1, + anon_sym_DOT2, STATE(6017), 1, sym_comment, - [218156] = 3, + [233308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10582), 1, - anon_sym_LBRACK2, + ACTIONS(10581), 1, + anon_sym_DOT2, STATE(6018), 1, sym_comment, - [218166] = 3, + [233318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10584), 1, - sym_identifier, + ACTIONS(10583), 1, + anon_sym_catch, STATE(6019), 1, sym_comment, - [218176] = 3, + [233328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10586), 1, - anon_sym_LBRACE, + ACTIONS(10585), 1, + anon_sym_LBRACK2, STATE(6020), 1, sym_comment, - [218186] = 3, + [233338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10588), 1, - anon_sym_DOT2, + ACTIONS(10587), 1, + anon_sym_EQ_GT, STATE(6021), 1, sym_comment, - [218196] = 3, - ACTIONS(105), 1, + [233348] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9818), 1, - aux_sym__unquoted_in_list_token5, + ACTIONS(10589), 1, + anon_sym_RBRACK, STATE(6022), 1, sym_comment, - [218206] = 3, + [233358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10590), 1, + ACTIONS(10591), 1, anon_sym_DOT2, STATE(6023), 1, sym_comment, - [218216] = 3, + [233368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10592), 1, - anon_sym_DOT2, + ACTIONS(10593), 1, + anon_sym_RBRACK, STATE(6024), 1, sym_comment, - [218226] = 3, + [233378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10594), 1, - anon_sym_DOT2, + ACTIONS(353), 1, + ts_builtin_sym_end, STATE(6025), 1, sym_comment, - [218236] = 3, + [233388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10596), 1, + ACTIONS(10595), 1, anon_sym_DOT2, STATE(6026), 1, sym_comment, - [218246] = 3, + [233398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10598), 1, - anon_sym_EQ, + ACTIONS(10597), 1, + anon_sym_DOT2, STATE(6027), 1, sym_comment, - [218256] = 3, + [233408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10600), 1, - anon_sym_LBRACK2, + ACTIONS(10599), 1, + anon_sym_DOT2, STATE(6028), 1, sym_comment, - [218266] = 3, + [233418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10602), 1, - anon_sym_EQ, + ACTIONS(10601), 1, + anon_sym_DOT2, STATE(6029), 1, sym_comment, - [218276] = 3, + [233428] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10604), 1, - anon_sym_catch, + ACTIONS(10603), 1, + anon_sym_LBRACK2, STATE(6030), 1, sym_comment, - [218286] = 3, + [233438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10606), 1, - anon_sym_DOT2, + ACTIONS(10605), 1, + anon_sym_EQ, STATE(6031), 1, sym_comment, - [218296] = 3, + [233448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10608), 1, - anon_sym_DOT2, + ACTIONS(10607), 1, + anon_sym_in, STATE(6032), 1, sym_comment, - [218306] = 3, + [233458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(585), 1, - ts_builtin_sym_end, + ACTIONS(10609), 1, + anon_sym_DOT2, STATE(6033), 1, sym_comment, - [218316] = 3, + [233468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10610), 1, - anon_sym_DOT2, + ACTIONS(10611), 1, + anon_sym_EQ, STATE(6034), 1, sym_comment, - [218326] = 3, + [233478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10612), 1, - anon_sym_DOT2, + ACTIONS(9791), 1, + aux_sym__immediate_decimal_token1, STATE(6035), 1, sym_comment, - [218336] = 3, + [233488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10614), 1, + ACTIONS(10613), 1, anon_sym_DOT2, STATE(6036), 1, sym_comment, - [218346] = 3, + [233498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10616), 1, - anon_sym_RBRACK, + ACTIONS(10615), 1, + anon_sym_DOT2, STATE(6037), 1, sym_comment, - [218356] = 3, + [233508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10618), 1, - anon_sym_LBRACK2, + ACTIONS(10617), 1, + anon_sym_DOT2, STATE(6038), 1, sym_comment, - [218366] = 3, - ACTIONS(3), 1, + [233518] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10620), 1, - anon_sym_RBRACK, + ACTIONS(10619), 1, + aux_sym__unquoted_in_list_token3, STATE(6039), 1, sym_comment, - [218376] = 3, + [233528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10622), 1, - anon_sym_SEMI, + ACTIONS(10621), 1, + anon_sym_LBRACK2, STATE(6040), 1, sym_comment, - [218386] = 3, + [233538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10624), 1, - anon_sym_DOT2, + ACTIONS(10623), 1, + anon_sym_LBRACE, STATE(6041), 1, sym_comment, - [218396] = 3, - ACTIONS(3), 1, + [233548] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10626), 1, - anon_sym_in, + ACTIONS(10625), 1, + aux_sym_comment_token1, STATE(6042), 1, sym_comment, - [218406] = 3, + [233558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10628), 1, - anon_sym_EQ, + ACTIONS(10627), 1, + anon_sym_DOT2, STATE(6043), 1, sym_comment, - [218416] = 3, + [233568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10630), 1, - anon_sym_DOT2, + ACTIONS(10629), 1, + ts_builtin_sym_end, STATE(6044), 1, sym_comment, - [218426] = 3, + [233578] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10632), 1, - anon_sym_DOT2, + ACTIONS(10631), 1, + sym_cmd_identifier, STATE(6045), 1, sym_comment, - [218436] = 3, + [233588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10634), 1, + ACTIONS(10633), 1, anon_sym_DOT2, STATE(6046), 1, sym_comment, - [218446] = 3, + [233598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10636), 1, - anon_sym_EQ, + ACTIONS(10635), 1, + anon_sym_DOT2, STATE(6047), 1, sym_comment, - [218456] = 3, + [233608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10638), 1, - anon_sym_LBRACK2, + ACTIONS(10637), 1, + anon_sym_DOT2, STATE(6048), 1, sym_comment, - [218466] = 3, + [233618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10640), 1, - anon_sym_EQ_GT, + ACTIONS(10639), 1, + anon_sym_GT, STATE(6049), 1, sym_comment, - [218476] = 3, - ACTIONS(105), 1, + [233628] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10642), 1, - aux_sym_comment_token1, + ACTIONS(10641), 1, + anon_sym_LBRACK2, STATE(6050), 1, sym_comment, - [218486] = 3, + [233638] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10644), 1, - anon_sym_DOT2, + ACTIONS(10643), 1, + anon_sym_EQ, STATE(6051), 1, sym_comment, - [218496] = 3, + [233648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10646), 1, - ts_builtin_sym_end, + ACTIONS(10645), 1, + anon_sym_EQ, STATE(6052), 1, sym_comment, - [218506] = 3, + [233658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10648), 1, - sym_cmd_identifier, + ACTIONS(10647), 1, + anon_sym_DOT2, STATE(6053), 1, sym_comment, - [218516] = 3, + [233668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10650), 1, + ACTIONS(10649), 1, anon_sym_DOT2, STATE(6054), 1, sym_comment, - [218526] = 3, + [233678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10652), 1, + ACTIONS(10651), 1, anon_sym_DOT2, STATE(6055), 1, sym_comment, - [218536] = 3, + [233688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10654), 1, + ACTIONS(10653), 1, anon_sym_DOT2, STATE(6056), 1, sym_comment, - [218546] = 3, + [233698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4878), 1, - anon_sym_RBRACE, + ACTIONS(10655), 1, + anon_sym_DOT2, STATE(6057), 1, sym_comment, - [218556] = 3, + [233708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10656), 1, - anon_sym_LBRACK2, + ACTIONS(10657), 1, + anon_sym_DOT2, STATE(6058), 1, sym_comment, - [218566] = 3, + [233718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10658), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10659), 1, + anon_sym_DOT2, STATE(6059), 1, sym_comment, - [218576] = 3, - ACTIONS(105), 1, + [233728] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10660), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(10661), 1, + anon_sym_LBRACK2, STATE(6060), 1, sym_comment, - [218586] = 3, + [233738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10662), 1, + ACTIONS(10663), 1, anon_sym_DOT2, STATE(6061), 1, sym_comment, - [218596] = 3, + [233748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10664), 1, - anon_sym_LBRACE, + ACTIONS(10665), 1, + anon_sym_RBRACK, STATE(6062), 1, sym_comment, - [218606] = 3, - ACTIONS(105), 1, + [233758] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10666), 1, - aux_sym_unquoted_token3, + ACTIONS(10667), 1, + anon_sym_DOT2, STATE(6063), 1, sym_comment, - [218616] = 3, + [233768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10668), 1, - anon_sym_DOT2, + ACTIONS(10669), 1, + anon_sym_RBRACK, STATE(6064), 1, sym_comment, - [218626] = 3, + [233778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10670), 1, - anon_sym_DOT2, + ACTIONS(10671), 1, + anon_sym_LBRACK2, STATE(6065), 1, sym_comment, - [218636] = 3, + [233788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10672), 1, + ACTIONS(10673), 1, anon_sym_DOT2, STATE(6066), 1, sym_comment, - [218646] = 3, + [233798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10674), 1, - anon_sym_GT, + ACTIONS(10675), 1, + anon_sym_DOT2, STATE(6067), 1, sym_comment, - [218656] = 3, + [233808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10676), 1, - anon_sym_LBRACK2, + ACTIONS(10677), 1, + anon_sym_DOT2, STATE(6068), 1, sym_comment, - [218666] = 3, + [233818] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2984), 1, + ACTIONS(10679), 1, aux_sym_unquoted_token3, STATE(6069), 1, sym_comment, - [218676] = 3, + [233828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10678), 1, - anon_sym_EQ, + ACTIONS(10681), 1, + anon_sym_LBRACK2, STATE(6070), 1, sym_comment, - [218686] = 3, + [233838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10680), 1, - anon_sym_DOT2, + ACTIONS(10683), 1, + anon_sym_GT, STATE(6071), 1, sym_comment, - [218696] = 3, + [233848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10682), 1, - anon_sym_EQ, + ACTIONS(10685), 1, + anon_sym_DOT2, STATE(6072), 1, sym_comment, - [218706] = 3, + [233858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10684), 1, - anon_sym_LBRACK2, + ACTIONS(10687), 1, + anon_sym_RPAREN, STATE(6073), 1, sym_comment, - [218716] = 3, + [233868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10686), 1, + ACTIONS(10689), 1, anon_sym_DOT2, STATE(6074), 1, sym_comment, - [218726] = 3, + [233878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10688), 1, + ACTIONS(10691), 1, anon_sym_DOT2, STATE(6075), 1, sym_comment, - [218736] = 3, + [233888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10690), 1, + ACTIONS(10693), 1, anon_sym_DOT2, STATE(6076), 1, sym_comment, - [218746] = 3, + [233898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10692), 1, + ACTIONS(10695), 1, anon_sym_DOT2, STATE(6077), 1, sym_comment, - [218756] = 3, + [233908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10694), 1, - anon_sym_LBRACK2, + ACTIONS(10697), 1, + anon_sym_DOT2, STATE(6078), 1, sym_comment, - [218766] = 3, + [233918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10696), 1, - anon_sym_DOT2, + ACTIONS(10699), 1, + anon_sym_LBRACK2, STATE(6079), 1, sym_comment, - [218776] = 3, + [233928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10698), 1, + ACTIONS(10701), 1, anon_sym_DOT2, STATE(6080), 1, sym_comment, - [218786] = 3, + [233938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10700), 1, - anon_sym_RPAREN, + ACTIONS(10703), 1, + anon_sym_DOT2, STATE(6081), 1, sym_comment, - [218796] = 3, + [233948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10702), 1, - anon_sym_DOT2, + ACTIONS(8188), 1, + aux_sym__immediate_decimal_token1, STATE(6082), 1, sym_comment, - [218806] = 3, + [233958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10704), 1, - anon_sym_DOT2, + ACTIONS(10705), 1, + anon_sym_RBRACE, STATE(6083), 1, sym_comment, - [218816] = 3, + [233968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10706), 1, + ACTIONS(10707), 1, anon_sym_DOT2, STATE(6084), 1, sym_comment, - [218826] = 3, + [233978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10708), 1, + ACTIONS(10709), 1, anon_sym_DOT2, STATE(6085), 1, sym_comment, - [218836] = 3, + [233988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10710), 1, - anon_sym_RBRACK, + ACTIONS(10711), 1, + anon_sym_DOT2, STATE(6086), 1, sym_comment, - [218846] = 3, + [233998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10712), 1, - anon_sym_LBRACK2, + ACTIONS(10713), 1, + anon_sym_RBRACE, STATE(6087), 1, sym_comment, - [218856] = 3, + [234008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10714), 1, - anon_sym_RBRACK, + ACTIONS(10715), 1, + anon_sym_DOT2, STATE(6088), 1, sym_comment, - [218866] = 3, + [234018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10716), 1, - anon_sym_DOT2, + ACTIONS(10717), 1, + anon_sym_RBRACK, STATE(6089), 1, sym_comment, - [218876] = 3, - ACTIONS(105), 1, + [234028] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10718), 1, - aux_sym_unquoted_token3, + ACTIONS(4378), 1, + anon_sym_RBRACE, STATE(6090), 1, sym_comment, - [218886] = 3, + [234038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10720), 1, - anon_sym_GT, + ACTIONS(10719), 1, + anon_sym_DOT2, STATE(6091), 1, sym_comment, - [218896] = 3, + [234048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10722), 1, + ACTIONS(10721), 1, anon_sym_DOT2, STATE(6092), 1, sym_comment, - [218906] = 3, + [234058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10724), 1, + ACTIONS(10723), 1, anon_sym_DOT2, STATE(6093), 1, sym_comment, - [218916] = 3, + [234068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10726), 1, - anon_sym_DOT2, + ACTIONS(10725), 1, + anon_sym_DASH_GT, STATE(6094), 1, sym_comment, - [218926] = 3, + [234078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10728), 1, + ACTIONS(10727), 1, anon_sym_DOT2, STATE(6095), 1, sym_comment, - [218936] = 3, - ACTIONS(3), 1, + [234088] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10730), 1, - anon_sym_DOT2, + ACTIONS(10729), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6096), 1, sym_comment, - [218946] = 3, + [234098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10732), 1, - anon_sym_DOT2, + ACTIONS(10731), 1, + anon_sym_EQ_GT, STATE(6097), 1, sym_comment, - [218956] = 3, + [234108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10734), 1, + ACTIONS(10733), 1, anon_sym_DOT2, STATE(6098), 1, sym_comment, - [218966] = 3, + [234118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10736), 1, + ACTIONS(10735), 1, anon_sym_DOT2, STATE(6099), 1, sym_comment, - [218976] = 3, + [234128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10738), 1, + ACTIONS(10737), 1, anon_sym_DOT2, STATE(6100), 1, sym_comment, - [218986] = 3, + [234138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10740), 1, + ACTIONS(10739), 1, anon_sym_DOT2, STATE(6101), 1, sym_comment, - [218996] = 3, + [234148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10742), 1, - anon_sym_DOT2, + ACTIONS(8180), 1, + aux_sym__immediate_decimal_token1, STATE(6102), 1, sym_comment, - [219006] = 3, + [234158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10744), 1, + ACTIONS(10741), 1, anon_sym_DOT2, STATE(6103), 1, sym_comment, - [219016] = 3, + [234168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8300), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10743), 1, + anon_sym_DOT2, STATE(6104), 1, sym_comment, - [219026] = 3, + [234178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10746), 1, + ACTIONS(4390), 1, anon_sym_RBRACE, STATE(6105), 1, sym_comment, - [219036] = 3, + [234188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10748), 1, + ACTIONS(10745), 1, anon_sym_DOT2, STATE(6106), 1, sym_comment, - [219046] = 3, + [234198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10750), 1, + ACTIONS(10747), 1, anon_sym_DOT2, STATE(6107), 1, sym_comment, - [219056] = 3, + [234208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10752), 1, - anon_sym_DOT2, + ACTIONS(4388), 1, + anon_sym_RBRACE, STATE(6108), 1, sym_comment, - [219066] = 3, + [234218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10754), 1, + ACTIONS(10749), 1, anon_sym_DOT2, STATE(6109), 1, sym_comment, - [219076] = 3, + [234228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10756), 1, - anon_sym_RBRACE, + ACTIONS(10751), 1, + anon_sym_DOT2, STATE(6110), 1, sym_comment, - [219086] = 3, - ACTIONS(3), 1, + [234238] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10758), 1, - anon_sym_DOT2, + ACTIONS(10753), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6111), 1, sym_comment, - [219096] = 3, + [234248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10760), 1, + ACTIONS(10755), 1, anon_sym_DOT2, STATE(6112), 1, sym_comment, - [219106] = 3, + [234258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10762), 1, - anon_sym_RBRACK, + ACTIONS(10757), 1, + anon_sym_DOT2, STATE(6113), 1, sym_comment, - [219116] = 3, + [234268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10764), 1, - anon_sym_DOT2, + ACTIONS(10759), 1, + anon_sym_RPAREN, STATE(6114), 1, sym_comment, - [219126] = 3, + [234278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10766), 1, + ACTIONS(10761), 1, anon_sym_DOT2, STATE(6115), 1, sym_comment, - [219136] = 3, + [234288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10768), 1, - anon_sym_DASH_GT, + ACTIONS(10763), 1, + anon_sym_DOT2, STATE(6116), 1, sym_comment, - [219146] = 3, + [234298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10770), 1, - anon_sym_DOT2, + ACTIONS(10765), 1, + aux_sym__immediate_decimal_token1, STATE(6117), 1, sym_comment, - [219156] = 3, + [234308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10772), 1, + ACTIONS(10767), 1, anon_sym_DOT2, STATE(6118), 1, sym_comment, - [219166] = 3, - ACTIONS(105), 1, + [234318] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10774), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10769), 1, + anon_sym_DOT2, STATE(6119), 1, sym_comment, - [219176] = 3, + [234328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10776), 1, - anon_sym_DOT2, + ACTIONS(10771), 1, + anon_sym_RBRACE, STATE(6120), 1, sym_comment, - [219186] = 3, + [234338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10778), 1, + ACTIONS(10773), 1, anon_sym_DOT2, STATE(6121), 1, sym_comment, - [219196] = 3, + [234348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8254), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10775), 1, + anon_sym_RBRACE, STATE(6122), 1, sym_comment, - [219206] = 3, + [234358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10780), 1, + ACTIONS(10777), 1, anon_sym_DOT2, STATE(6123), 1, sym_comment, - [219216] = 3, + [234368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10782), 1, - anon_sym_DOT2, + ACTIONS(10779), 1, + aux_sym__immediate_decimal_token1, STATE(6124), 1, sym_comment, - [219226] = 3, + [234378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4894), 1, - anon_sym_RBRACE, + ACTIONS(10781), 1, + anon_sym_DOT2, STATE(6125), 1, sym_comment, - [219236] = 3, + [234388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10784), 1, - anon_sym_DOT2, + ACTIONS(8013), 1, + aux_sym__immediate_decimal_token1, STATE(6126), 1, sym_comment, - [219246] = 3, + [234398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10786), 1, + ACTIONS(10783), 1, anon_sym_DOT2, STATE(6127), 1, sym_comment, - [219256] = 3, + [234408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4880), 1, - anon_sym_RBRACE, + ACTIONS(10785), 1, + anon_sym_make, STATE(6128), 1, sym_comment, - [219266] = 3, + [234418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10788), 1, + ACTIONS(10787), 1, anon_sym_DOT2, STATE(6129), 1, sym_comment, - [219276] = 3, - ACTIONS(105), 1, + [234428] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10790), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10789), 1, + anon_sym_RBRACE, STATE(6130), 1, sym_comment, - [219286] = 3, + [234438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10792), 1, + ACTIONS(10791), 1, anon_sym_DOT2, STATE(6131), 1, sym_comment, - [219296] = 3, - ACTIONS(3), 1, + [234448] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10794), 1, - anon_sym_EQ, + ACTIONS(2121), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6132), 1, sym_comment, - [219306] = 3, + [234458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10796), 1, + ACTIONS(10793), 1, anon_sym_DOT2, STATE(6133), 1, sym_comment, - [219316] = 3, + [234468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10798), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10795), 1, + anon_sym_EQ, STATE(6134), 1, sym_comment, - [219326] = 3, + [234478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10800), 1, + ACTIONS(10797), 1, anon_sym_DOT2, STATE(6135), 1, sym_comment, - [219336] = 3, + [234488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10802), 1, - anon_sym_make, + ACTIONS(10799), 1, + anon_sym_EQ, STATE(6136), 1, sym_comment, - [219346] = 3, + [234498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10804), 1, + ACTIONS(10801), 1, anon_sym_DOT2, STATE(6137), 1, sym_comment, - [219356] = 3, - ACTIONS(3), 1, + [234508] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10806), 1, - anon_sym_RBRACE, + ACTIONS(10803), 1, + aux_sym_unquoted_token3, STATE(6138), 1, sym_comment, - [219366] = 3, + [234518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10808), 1, + ACTIONS(10805), 1, anon_sym_DOT2, STATE(6139), 1, sym_comment, - [219376] = 3, + [234528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4868), 1, - anon_sym_RBRACE, + ACTIONS(2782), 1, + anon_sym_in, STATE(6140), 1, sym_comment, - [219386] = 3, + [234538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10810), 1, - anon_sym_DOT2, + ACTIONS(4372), 1, + anon_sym_RBRACE, STATE(6141), 1, sym_comment, - [219396] = 3, + [234548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10812), 1, + ACTIONS(10807), 1, anon_sym_RBRACE, STATE(6142), 1, sym_comment, - [219406] = 3, + [234558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10814), 1, - anon_sym_DOT2, + ACTIONS(2762), 1, + anon_sym_in, STATE(6143), 1, sym_comment, - [219416] = 3, + [234568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3234), 1, - anon_sym_in, + ACTIONS(10809), 1, + aux_sym__immediate_decimal_token1, STATE(6144), 1, sym_comment, - [219426] = 3, - ACTIONS(3), 1, + [234578] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10816), 1, - anon_sym_DOT2, + ACTIONS(2326), 1, + aux_sym_unquoted_token3, STATE(6145), 1, sym_comment, - [219436] = 3, + [234588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10818), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10811), 1, + anon_sym_in, STATE(6146), 1, sym_comment, - [219446] = 3, + [234598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10820), 1, + ACTIONS(10813), 1, anon_sym_RPAREN, STATE(6147), 1, sym_comment, - [219456] = 3, - ACTIONS(3), 1, + [234608] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10822), 1, - anon_sym_RBRACE, + ACTIONS(2375), 1, + aux_sym_unquoted_token3, STATE(6148), 1, sym_comment, - [219466] = 3, - ACTIONS(105), 1, + [234618] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2681), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10815), 1, + anon_sym_EQ_GT, STATE(6149), 1, sym_comment, - [219476] = 3, - ACTIONS(3), 1, + [234628] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10824), 1, - anon_sym_EQ, + ACTIONS(2501), 1, + aux_sym_unquoted_token3, STATE(6150), 1, sym_comment, - [219486] = 3, - ACTIONS(3), 1, + [234638] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10826), 1, - anon_sym_EQ, + ACTIONS(2784), 1, + aux_sym_unquoted_token3, STATE(6151), 1, sym_comment, - [219496] = 3, + [234648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10828), 1, + ACTIONS(10817), 1, anon_sym_DOT2, STATE(6152), 1, sym_comment, - [219506] = 3, + [234658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10830), 1, - anon_sym_DOT2, + ACTIONS(10819), 1, + anon_sym_in, STATE(6153), 1, sym_comment, - [219516] = 3, - ACTIONS(105), 1, + [234668] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym_unquoted_token3, + ACTIONS(10821), 1, + anon_sym_EQ, STATE(6154), 1, sym_comment, - [219526] = 3, + [234678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10832), 1, - anon_sym_in, + ACTIONS(9480), 1, + anon_sym_EQ_GT, STATE(6155), 1, sym_comment, - [219536] = 3, - ACTIONS(3), 1, + [234688] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9687), 1, - anon_sym_EQ_GT, + ACTIONS(2784), 1, + aux_sym__unquoted_in_list_token3, STATE(6156), 1, sym_comment, - [219546] = 3, - ACTIONS(105), 1, + [234698] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2906), 1, - aux_sym_unquoted_token3, + ACTIONS(10823), 1, + anon_sym_RPAREN, STATE(6157), 1, sym_comment, - [219556] = 3, - ACTIONS(3), 1, + [234708] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10834), 1, - anon_sym_RBRACE, + ACTIONS(2501), 1, + aux_sym__unquoted_in_list_token3, STATE(6158), 1, sym_comment, - [219566] = 3, - ACTIONS(105), 1, + [234718] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3256), 1, - aux_sym_unquoted_token3, + ACTIONS(10825), 1, + sym_cmd_identifier, STATE(6159), 1, sym_comment, - [219576] = 3, + [234728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10836), 1, - anon_sym_EQ_GT, + ACTIONS(10827), 1, + anon_sym_RBRACE, STATE(6160), 1, sym_comment, - [219586] = 3, + [234738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10838), 1, - anon_sym_DOT2, + ACTIONS(10829), 1, + anon_sym_RBRACE, STATE(6161), 1, sym_comment, - [219596] = 3, - ACTIONS(3), 1, + [234748] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10840), 1, - anon_sym_in, + ACTIONS(2375), 1, + aux_sym__unquoted_in_list_token3, STATE(6162), 1, sym_comment, - [219606] = 3, - ACTIONS(3), 1, + [234758] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10842), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10831), 1, + aux_sym_shebang_token1, STATE(6163), 1, sym_comment, - [219616] = 3, + [234768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10844), 1, - anon_sym_RPAREN, + ACTIONS(6381), 1, + anon_sym_SEMI, STATE(6164), 1, sym_comment, - [219626] = 3, + [234778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8021), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10833), 1, + anon_sym_RBRACK, STATE(6165), 1, sym_comment, - [219636] = 3, - ACTIONS(3), 1, + [234788] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10846), 1, - anon_sym_EQ, + ACTIONS(2326), 1, + aux_sym__unquoted_in_list_token3, STATE(6166), 1, sym_comment, - [219646] = 3, - ACTIONS(105), 1, + [234798] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2832), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(8297), 1, + anon_sym_LPAREN2, STATE(6167), 1, sym_comment, - [219656] = 3, + [234808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10848), 1, - anon_sym_RPAREN, + ACTIONS(10835), 1, + anon_sym_DOT2, STATE(6168), 1, sym_comment, - [219666] = 3, + [234818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10850), 1, - anon_sym_RBRACE, + ACTIONS(9023), 1, + anon_sym_LPAREN2, STATE(6169), 1, sym_comment, - [219676] = 3, + [234828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10852), 1, - sym_cmd_identifier, + ACTIONS(10837), 1, + anon_sym_DOT2, STATE(6170), 1, sym_comment, - [219686] = 3, - ACTIONS(105), 1, + [234838] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3256), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(8875), 1, + anon_sym_LPAREN2, STATE(6171), 1, sym_comment, - [219696] = 3, - ACTIONS(105), 1, + [234848] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10854), 1, - aux_sym_shebang_token1, + ACTIONS(10839), 1, + anon_sym_DOT2, STATE(6172), 1, sym_comment, - [219706] = 3, + [234858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10856), 1, - anon_sym_RBRACE, + ACTIONS(8835), 1, + anon_sym_LPAREN2, STATE(6173), 1, sym_comment, - [219716] = 3, + [234868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6364), 1, - anon_sym_SEMI, + ACTIONS(10841), 1, + anon_sym_DOT2, STATE(6174), 1, sym_comment, - [219726] = 3, + [234878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10858), 1, - anon_sym_RBRACK, + ACTIONS(8851), 1, + anon_sym_LPAREN2, STATE(6175), 1, sym_comment, - [219736] = 3, + [234888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8122), 1, - anon_sym_LPAREN2, + ACTIONS(10843), 1, + anon_sym_DOT2, STATE(6176), 1, sym_comment, - [219746] = 3, + [234898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10860), 1, - anon_sym_DOT2, + ACTIONS(9035), 1, + anon_sym_LPAREN2, STATE(6177), 1, sym_comment, - [219756] = 3, + [234908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8958), 1, - anon_sym_LPAREN2, + ACTIONS(10845), 1, + anon_sym_DOT2, STATE(6178), 1, sym_comment, - [219766] = 3, + [234918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10862), 1, - anon_sym_DOT2, + ACTIONS(8907), 1, + anon_sym_LPAREN2, STATE(6179), 1, sym_comment, - [219776] = 3, + [234928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9173), 1, - anon_sym_LPAREN2, + ACTIONS(10847), 1, + anon_sym_DOT2, STATE(6180), 1, sym_comment, - [219786] = 3, + [234938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10864), 1, - anon_sym_DOT2, + ACTIONS(8979), 1, + anon_sym_LPAREN2, STATE(6181), 1, sym_comment, - [219796] = 3, + [234948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9255), 1, - anon_sym_LPAREN2, + ACTIONS(10849), 1, + anon_sym_DOT2, STATE(6182), 1, sym_comment, - [219806] = 3, + [234958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10866), 1, + ACTIONS(10851), 1, anon_sym_DOT2, STATE(6183), 1, sym_comment, - [219816] = 3, + [234968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9328), 1, - anon_sym_LPAREN2, + ACTIONS(10853), 1, + anon_sym_DOT2, STATE(6184), 1, sym_comment, - [219826] = 3, + [234978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10868), 1, + ACTIONS(10855), 1, anon_sym_DOT2, STATE(6185), 1, sym_comment, - [219836] = 3, + [234988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8872), 1, - anon_sym_LPAREN2, + ACTIONS(10857), 1, + anon_sym_DOT2, STATE(6186), 1, sym_comment, - [219846] = 3, + [234998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10870), 1, - anon_sym_DOT2, + ACTIONS(10859), 1, + anon_sym_SEMI, STATE(6187), 1, sym_comment, - [219856] = 3, + [235008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9008), 1, - anon_sym_LPAREN2, + ACTIONS(10861), 1, + anon_sym_EQ, STATE(6188), 1, sym_comment, - [219866] = 3, + [235018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10872), 1, - anon_sym_DOT2, + ACTIONS(10863), 1, + anon_sym_else, STATE(6189), 1, sym_comment, - [219876] = 3, - ACTIONS(3), 1, + [235028] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8908), 1, - anon_sym_LPAREN2, + ACTIONS(10865), 1, + aux_sym__unquoted_in_list_token5, STATE(6190), 1, sym_comment, - [219886] = 3, + [235038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10874), 1, - anon_sym_DOT2, + ACTIONS(10867), 1, + anon_sym_DASH_GT, STATE(6191), 1, sym_comment, - [219896] = 3, + [235048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10876), 1, - anon_sym_DOT2, + ACTIONS(10869), 1, + anon_sym_LBRACE, STATE(6192), 1, sym_comment, - [219906] = 3, + [235058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10878), 1, - anon_sym_DOT2, + ACTIONS(10869), 1, + anon_sym_LBRACE, STATE(6193), 1, sym_comment, - [219916] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10880), 1, - anon_sym_DOT2, - STATE(6194), 1, - sym_comment, - [219926] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10882), 1, - anon_sym_DOT2, - STATE(6195), 1, - sym_comment, - [219936] = 3, + [235068] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2984), 1, - aux_sym__unquoted_in_list_token3, - STATE(6196), 1, - sym_comment, - [219946] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10884), 1, - anon_sym_SEMI, - STATE(6197), 1, - sym_comment, - [219956] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10886), 1, - anon_sym_EQ, - STATE(6198), 1, - sym_comment, - [219966] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10888), 1, - anon_sym_else, - STATE(6199), 1, - sym_comment, - [219976] = 3, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(10890), 1, - aux_sym__unquoted_in_list_token5, - STATE(6200), 1, - sym_comment, - [219986] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10892), 1, - anon_sym_DASH_GT, - STATE(6201), 1, + ACTIONS(10871), 1, + aux_sym__list_item_starts_with_sign_token1, + STATE(6194), 1, sym_comment, - [219996] = 3, + [235078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8099), 1, + ACTIONS(7978), 1, aux_sym__immediate_decimal_token1, - STATE(6202), 1, - sym_comment, - [220006] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10894), 1, - anon_sym_LBRACE, - STATE(6203), 1, - sym_comment, - [220016] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10894), 1, - anon_sym_LBRACE, - STATE(6204), 1, + STATE(6195), 1, sym_comment, - [220026] = 3, + [235088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10896), 1, + ACTIONS(10873), 1, anon_sym_DOT2, - STATE(6205), 1, + STATE(6196), 1, sym_comment, - [220036] = 3, + [235098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10898), 1, + ACTIONS(10875), 1, anon_sym_DOT2, - STATE(6206), 1, + STATE(6197), 1, sym_comment, - [220046] = 3, + [235108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10900), 1, + ACTIONS(10877), 1, anon_sym_DOT2, - STATE(6207), 1, + STATE(6198), 1, sym_comment, - [220056] = 1, - ACTIONS(10902), 1, + [235118] = 1, + ACTIONS(10879), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1268)] = 0, - [SMALL_STATE(1269)] = 73, - [SMALL_STATE(1270)] = 146, - [SMALL_STATE(1271)] = 219, - [SMALL_STATE(1272)] = 292, - [SMALL_STATE(1273)] = 365, - [SMALL_STATE(1274)] = 442, - [SMALL_STATE(1275)] = 515, - [SMALL_STATE(1276)] = 588, - [SMALL_STATE(1277)] = 665, - [SMALL_STATE(1278)] = 738, - [SMALL_STATE(1279)] = 811, - [SMALL_STATE(1280)] = 884, - [SMALL_STATE(1281)] = 957, - [SMALL_STATE(1282)] = 1030, - [SMALL_STATE(1283)] = 1109, - [SMALL_STATE(1284)] = 1182, - [SMALL_STATE(1285)] = 1255, - [SMALL_STATE(1286)] = 1332, - [SMALL_STATE(1287)] = 1405, - [SMALL_STATE(1288)] = 1478, - [SMALL_STATE(1289)] = 1551, - [SMALL_STATE(1290)] = 1624, - [SMALL_STATE(1291)] = 1697, - [SMALL_STATE(1292)] = 1770, - [SMALL_STATE(1293)] = 1845, - [SMALL_STATE(1294)] = 1920, - [SMALL_STATE(1295)] = 1993, - [SMALL_STATE(1296)] = 2066, - [SMALL_STATE(1297)] = 2139, - [SMALL_STATE(1298)] = 2212, - [SMALL_STATE(1299)] = 2285, - [SMALL_STATE(1300)] = 2358, - [SMALL_STATE(1301)] = 2431, - [SMALL_STATE(1302)] = 2506, - [SMALL_STATE(1303)] = 2579, - [SMALL_STATE(1304)] = 2652, - [SMALL_STATE(1305)] = 2725, - [SMALL_STATE(1306)] = 2798, - [SMALL_STATE(1307)] = 2871, - [SMALL_STATE(1308)] = 2944, - [SMALL_STATE(1309)] = 3017, - [SMALL_STATE(1310)] = 3090, - [SMALL_STATE(1311)] = 3163, - [SMALL_STATE(1312)] = 3236, - [SMALL_STATE(1313)] = 3311, - [SMALL_STATE(1314)] = 3384, - [SMALL_STATE(1315)] = 3459, - [SMALL_STATE(1316)] = 3602, - [SMALL_STATE(1317)] = 3675, - [SMALL_STATE(1318)] = 3748, - [SMALL_STATE(1319)] = 3891, - [SMALL_STATE(1320)] = 4034, - [SMALL_STATE(1321)] = 4107, - [SMALL_STATE(1322)] = 4180, - [SMALL_STATE(1323)] = 4253, - [SMALL_STATE(1324)] = 4326, - [SMALL_STATE(1325)] = 4399, - [SMALL_STATE(1326)] = 4472, - [SMALL_STATE(1327)] = 4545, - [SMALL_STATE(1328)] = 4618, - [SMALL_STATE(1329)] = 4691, - [SMALL_STATE(1330)] = 4834, - [SMALL_STATE(1331)] = 4977, - [SMALL_STATE(1332)] = 5120, - [SMALL_STATE(1333)] = 5193, - [SMALL_STATE(1334)] = 5266, - [SMALL_STATE(1335)] = 5409, - [SMALL_STATE(1336)] = 5482, - [SMALL_STATE(1337)] = 5625, - [SMALL_STATE(1338)] = 5698, - [SMALL_STATE(1339)] = 5771, - [SMALL_STATE(1340)] = 5844, - [SMALL_STATE(1341)] = 5917, - [SMALL_STATE(1342)] = 5990, - [SMALL_STATE(1343)] = 6063, - [SMALL_STATE(1344)] = 6136, - [SMALL_STATE(1345)] = 6209, - [SMALL_STATE(1346)] = 6352, - [SMALL_STATE(1347)] = 6425, - [SMALL_STATE(1348)] = 6502, - [SMALL_STATE(1349)] = 6579, - [SMALL_STATE(1350)] = 6652, - [SMALL_STATE(1351)] = 6725, - [SMALL_STATE(1352)] = 6798, - [SMALL_STATE(1353)] = 6871, - [SMALL_STATE(1354)] = 6944, - [SMALL_STATE(1355)] = 7017, - [SMALL_STATE(1356)] = 7090, - [SMALL_STATE(1357)] = 7181, - [SMALL_STATE(1358)] = 7254, - [SMALL_STATE(1359)] = 7345, - [SMALL_STATE(1360)] = 7436, - [SMALL_STATE(1361)] = 7509, - [SMALL_STATE(1362)] = 7582, - [SMALL_STATE(1363)] = 7655, - [SMALL_STATE(1364)] = 7728, - [SMALL_STATE(1365)] = 7801, - [SMALL_STATE(1366)] = 7944, - [SMALL_STATE(1367)] = 8017, - [SMALL_STATE(1368)] = 8094, - [SMALL_STATE(1369)] = 8185, - [SMALL_STATE(1370)] = 8258, - [SMALL_STATE(1371)] = 8331, - [SMALL_STATE(1372)] = 8404, - [SMALL_STATE(1373)] = 8479, - [SMALL_STATE(1374)] = 8554, - [SMALL_STATE(1375)] = 8627, - [SMALL_STATE(1376)] = 8770, - [SMALL_STATE(1377)] = 8843, - [SMALL_STATE(1378)] = 8934, - [SMALL_STATE(1379)] = 9007, - [SMALL_STATE(1380)] = 9080, - [SMALL_STATE(1381)] = 9223, - [SMALL_STATE(1382)] = 9366, - [SMALL_STATE(1383)] = 9439, - [SMALL_STATE(1384)] = 9530, - [SMALL_STATE(1385)] = 9603, - [SMALL_STATE(1386)] = 9680, - [SMALL_STATE(1387)] = 9753, - [SMALL_STATE(1388)] = 9826, - [SMALL_STATE(1389)] = 9917, - [SMALL_STATE(1390)] = 9992, - [SMALL_STATE(1391)] = 10065, - [SMALL_STATE(1392)] = 10140, - [SMALL_STATE(1393)] = 10213, - [SMALL_STATE(1394)] = 10356, - [SMALL_STATE(1395)] = 10431, - [SMALL_STATE(1396)] = 10504, - [SMALL_STATE(1397)] = 10577, - [SMALL_STATE(1398)] = 10652, - [SMALL_STATE(1399)] = 10725, - [SMALL_STATE(1400)] = 10798, - [SMALL_STATE(1401)] = 10871, - [SMALL_STATE(1402)] = 10950, - [SMALL_STATE(1403)] = 11023, - [SMALL_STATE(1404)] = 11114, - [SMALL_STATE(1405)] = 11187, - [SMALL_STATE(1406)] = 11260, - [SMALL_STATE(1407)] = 11403, - [SMALL_STATE(1408)] = 11546, - [SMALL_STATE(1409)] = 11689, - [SMALL_STATE(1410)] = 11762, - [SMALL_STATE(1411)] = 11835, - [SMALL_STATE(1412)] = 11908, - [SMALL_STATE(1413)] = 11981, - [SMALL_STATE(1414)] = 12054, - [SMALL_STATE(1415)] = 12129, - [SMALL_STATE(1416)] = 12220, - [SMALL_STATE(1417)] = 12293, - [SMALL_STATE(1418)] = 12366, - [SMALL_STATE(1419)] = 12439, - [SMALL_STATE(1420)] = 12530, - [SMALL_STATE(1421)] = 12603, - [SMALL_STATE(1422)] = 12676, - [SMALL_STATE(1423)] = 12753, - [SMALL_STATE(1424)] = 12826, - [SMALL_STATE(1425)] = 12899, - [SMALL_STATE(1426)] = 12972, - [SMALL_STATE(1427)] = 13045, - [SMALL_STATE(1428)] = 13118, - [SMALL_STATE(1429)] = 13191, - [SMALL_STATE(1430)] = 13264, - [SMALL_STATE(1431)] = 13337, - [SMALL_STATE(1432)] = 13428, - [SMALL_STATE(1433)] = 13501, - [SMALL_STATE(1434)] = 13592, - [SMALL_STATE(1435)] = 13669, - [SMALL_STATE(1436)] = 13742, - [SMALL_STATE(1437)] = 13815, - [SMALL_STATE(1438)] = 13888, - [SMALL_STATE(1439)] = 13967, - [SMALL_STATE(1440)] = 14040, - [SMALL_STATE(1441)] = 14113, - [SMALL_STATE(1442)] = 14256, - [SMALL_STATE(1443)] = 14399, - [SMALL_STATE(1444)] = 14542, - [SMALL_STATE(1445)] = 14615, - [SMALL_STATE(1446)] = 14688, - [SMALL_STATE(1447)] = 14761, - [SMALL_STATE(1448)] = 14834, - [SMALL_STATE(1449)] = 14907, - [SMALL_STATE(1450)] = 14980, - [SMALL_STATE(1451)] = 15053, - [SMALL_STATE(1452)] = 15126, - [SMALL_STATE(1453)] = 15201, - [SMALL_STATE(1454)] = 15274, - [SMALL_STATE(1455)] = 15347, - [SMALL_STATE(1456)] = 15420, - [SMALL_STATE(1457)] = 15493, - [SMALL_STATE(1458)] = 15566, - [SMALL_STATE(1459)] = 15645, - [SMALL_STATE(1460)] = 15788, - [SMALL_STATE(1461)] = 15861, - [SMALL_STATE(1462)] = 15934, - [SMALL_STATE(1463)] = 16007, - [SMALL_STATE(1464)] = 16084, - [SMALL_STATE(1465)] = 16157, - [SMALL_STATE(1466)] = 16230, - [SMALL_STATE(1467)] = 16303, - [SMALL_STATE(1468)] = 16376, - [SMALL_STATE(1469)] = 16449, - [SMALL_STATE(1470)] = 16522, - [SMALL_STATE(1471)] = 16595, - [SMALL_STATE(1472)] = 16668, - [SMALL_STATE(1473)] = 16741, - [SMALL_STATE(1474)] = 16814, - [SMALL_STATE(1475)] = 16887, - [SMALL_STATE(1476)] = 16960, - [SMALL_STATE(1477)] = 17033, - [SMALL_STATE(1478)] = 17106, - [SMALL_STATE(1479)] = 17179, - [SMALL_STATE(1480)] = 17252, - [SMALL_STATE(1481)] = 17395, - [SMALL_STATE(1482)] = 17468, - [SMALL_STATE(1483)] = 17541, - [SMALL_STATE(1484)] = 17684, - [SMALL_STATE(1485)] = 17757, - [SMALL_STATE(1486)] = 17830, - [SMALL_STATE(1487)] = 17903, - [SMALL_STATE(1488)] = 17976, - [SMALL_STATE(1489)] = 18119, - [SMALL_STATE(1490)] = 18262, - [SMALL_STATE(1491)] = 18334, - [SMALL_STATE(1492)] = 18406, - [SMALL_STATE(1493)] = 18478, - [SMALL_STATE(1494)] = 18550, - [SMALL_STATE(1495)] = 18622, - [SMALL_STATE(1496)] = 18694, - [SMALL_STATE(1497)] = 18766, - [SMALL_STATE(1498)] = 18838, - [SMALL_STATE(1499)] = 18910, - [SMALL_STATE(1500)] = 18982, - [SMALL_STATE(1501)] = 19054, - [SMALL_STATE(1502)] = 19126, - [SMALL_STATE(1503)] = 19198, - [SMALL_STATE(1504)] = 19270, - [SMALL_STATE(1505)] = 19342, - [SMALL_STATE(1506)] = 19418, - [SMALL_STATE(1507)] = 19490, - [SMALL_STATE(1508)] = 19562, - [SMALL_STATE(1509)] = 19634, - [SMALL_STATE(1510)] = 19776, - [SMALL_STATE(1511)] = 19918, - [SMALL_STATE(1512)] = 19990, - [SMALL_STATE(1513)] = 20132, - [SMALL_STATE(1514)] = 20274, - [SMALL_STATE(1515)] = 20346, - [SMALL_STATE(1516)] = 20418, - [SMALL_STATE(1517)] = 20490, - [SMALL_STATE(1518)] = 20562, - [SMALL_STATE(1519)] = 20634, - [SMALL_STATE(1520)] = 20776, - [SMALL_STATE(1521)] = 20848, - [SMALL_STATE(1522)] = 20990, - [SMALL_STATE(1523)] = 21062, - [SMALL_STATE(1524)] = 21134, - [SMALL_STATE(1525)] = 21206, - [SMALL_STATE(1526)] = 21278, - [SMALL_STATE(1527)] = 21350, - [SMALL_STATE(1528)] = 21422, - [SMALL_STATE(1529)] = 21564, - [SMALL_STATE(1530)] = 21636, - [SMALL_STATE(1531)] = 21778, - [SMALL_STATE(1532)] = 21920, - [SMALL_STATE(1533)] = 21992, - [SMALL_STATE(1534)] = 22068, - [SMALL_STATE(1535)] = 22140, - [SMALL_STATE(1536)] = 22216, - [SMALL_STATE(1537)] = 22292, - [SMALL_STATE(1538)] = 22364, - [SMALL_STATE(1539)] = 22506, - [SMALL_STATE(1540)] = 22648, - [SMALL_STATE(1541)] = 22790, - [SMALL_STATE(1542)] = 22862, - [SMALL_STATE(1543)] = 22934, - [SMALL_STATE(1544)] = 23006, - [SMALL_STATE(1545)] = 23078, - [SMALL_STATE(1546)] = 23150, - [SMALL_STATE(1547)] = 23222, - [SMALL_STATE(1548)] = 23294, - [SMALL_STATE(1549)] = 23366, - [SMALL_STATE(1550)] = 23438, - [SMALL_STATE(1551)] = 23510, - [SMALL_STATE(1552)] = 23586, - [SMALL_STATE(1553)] = 23658, - [SMALL_STATE(1554)] = 23730, - [SMALL_STATE(1555)] = 23802, - [SMALL_STATE(1556)] = 23874, - [SMALL_STATE(1557)] = 23946, - [SMALL_STATE(1558)] = 24018, - [SMALL_STATE(1559)] = 24090, - [SMALL_STATE(1560)] = 24162, - [SMALL_STATE(1561)] = 24234, - [SMALL_STATE(1562)] = 24306, - [SMALL_STATE(1563)] = 24378, - [SMALL_STATE(1564)] = 24450, - [SMALL_STATE(1565)] = 24522, - [SMALL_STATE(1566)] = 24594, - [SMALL_STATE(1567)] = 24666, - [SMALL_STATE(1568)] = 24738, - [SMALL_STATE(1569)] = 24880, - [SMALL_STATE(1570)] = 25022, - [SMALL_STATE(1571)] = 25164, - [SMALL_STATE(1572)] = 25236, - [SMALL_STATE(1573)] = 25378, - [SMALL_STATE(1574)] = 25520, - [SMALL_STATE(1575)] = 25592, - [SMALL_STATE(1576)] = 25664, - [SMALL_STATE(1577)] = 25736, - [SMALL_STATE(1578)] = 25808, - [SMALL_STATE(1579)] = 25880, - [SMALL_STATE(1580)] = 25952, - [SMALL_STATE(1581)] = 26024, - [SMALL_STATE(1582)] = 26096, - [SMALL_STATE(1583)] = 26168, - [SMALL_STATE(1584)] = 26240, - [SMALL_STATE(1585)] = 26312, - [SMALL_STATE(1586)] = 26384, - [SMALL_STATE(1587)] = 26456, - [SMALL_STATE(1588)] = 26528, - [SMALL_STATE(1589)] = 26600, - [SMALL_STATE(1590)] = 26676, - [SMALL_STATE(1591)] = 26748, - [SMALL_STATE(1592)] = 26820, - [SMALL_STATE(1593)] = 26892, - [SMALL_STATE(1594)] = 26964, - [SMALL_STATE(1595)] = 27036, - [SMALL_STATE(1596)] = 27108, - [SMALL_STATE(1597)] = 27180, - [SMALL_STATE(1598)] = 27252, - [SMALL_STATE(1599)] = 27324, - [SMALL_STATE(1600)] = 27396, - [SMALL_STATE(1601)] = 27468, - [SMALL_STATE(1602)] = 27610, - [SMALL_STATE(1603)] = 27752, - [SMALL_STATE(1604)] = 27824, - [SMALL_STATE(1605)] = 27966, - [SMALL_STATE(1606)] = 28038, - [SMALL_STATE(1607)] = 28110, - [SMALL_STATE(1608)] = 28182, - [SMALL_STATE(1609)] = 28254, - [SMALL_STATE(1610)] = 28326, - [SMALL_STATE(1611)] = 28398, - [SMALL_STATE(1612)] = 28470, - [SMALL_STATE(1613)] = 28542, - [SMALL_STATE(1614)] = 28614, - [SMALL_STATE(1615)] = 28686, - [SMALL_STATE(1616)] = 28758, - [SMALL_STATE(1617)] = 28830, - [SMALL_STATE(1618)] = 28902, - [SMALL_STATE(1619)] = 28974, - [SMALL_STATE(1620)] = 29046, - [SMALL_STATE(1621)] = 29118, - [SMALL_STATE(1622)] = 29190, - [SMALL_STATE(1623)] = 29266, - [SMALL_STATE(1624)] = 29338, - [SMALL_STATE(1625)] = 29414, - [SMALL_STATE(1626)] = 29486, - [SMALL_STATE(1627)] = 29558, - [SMALL_STATE(1628)] = 29630, - [SMALL_STATE(1629)] = 29702, - [SMALL_STATE(1630)] = 29774, - [SMALL_STATE(1631)] = 29846, - [SMALL_STATE(1632)] = 29918, - [SMALL_STATE(1633)] = 29990, - [SMALL_STATE(1634)] = 30062, - [SMALL_STATE(1635)] = 30134, - [SMALL_STATE(1636)] = 30206, - [SMALL_STATE(1637)] = 30278, - [SMALL_STATE(1638)] = 30350, - [SMALL_STATE(1639)] = 30422, - [SMALL_STATE(1640)] = 30494, - [SMALL_STATE(1641)] = 30636, - [SMALL_STATE(1642)] = 30708, - [SMALL_STATE(1643)] = 30780, - [SMALL_STATE(1644)] = 30852, - [SMALL_STATE(1645)] = 30924, - [SMALL_STATE(1646)] = 30996, - [SMALL_STATE(1647)] = 31068, - [SMALL_STATE(1648)] = 31140, - [SMALL_STATE(1649)] = 31212, - [SMALL_STATE(1650)] = 31284, - [SMALL_STATE(1651)] = 31356, - [SMALL_STATE(1652)] = 31498, - [SMALL_STATE(1653)] = 31640, - [SMALL_STATE(1654)] = 31782, - [SMALL_STATE(1655)] = 31924, - [SMALL_STATE(1656)] = 31995, - [SMALL_STATE(1657)] = 32066, - [SMALL_STATE(1658)] = 32137, - [SMALL_STATE(1659)] = 32208, - [SMALL_STATE(1660)] = 32279, - [SMALL_STATE(1661)] = 32350, - [SMALL_STATE(1662)] = 32421, - [SMALL_STATE(1663)] = 32492, - [SMALL_STATE(1664)] = 32563, - [SMALL_STATE(1665)] = 32634, - [SMALL_STATE(1666)] = 32705, - [SMALL_STATE(1667)] = 32776, - [SMALL_STATE(1668)] = 32847, - [SMALL_STATE(1669)] = 32918, - [SMALL_STATE(1670)] = 32989, - [SMALL_STATE(1671)] = 33060, - [SMALL_STATE(1672)] = 33131, - [SMALL_STATE(1673)] = 33202, - [SMALL_STATE(1674)] = 33273, - [SMALL_STATE(1675)] = 33344, - [SMALL_STATE(1676)] = 33415, - [SMALL_STATE(1677)] = 33486, - [SMALL_STATE(1678)] = 33557, - [SMALL_STATE(1679)] = 33628, - [SMALL_STATE(1680)] = 33699, - [SMALL_STATE(1681)] = 33770, - [SMALL_STATE(1682)] = 33840, - [SMALL_STATE(1683)] = 33918, - [SMALL_STATE(1684)] = 33993, - [SMALL_STATE(1685)] = 34068, - [SMALL_STATE(1686)] = 34143, - [SMALL_STATE(1687)] = 34212, - [SMALL_STATE(1688)] = 34285, - [SMALL_STATE(1689)] = 34354, - [SMALL_STATE(1690)] = 34426, - [SMALL_STATE(1691)] = 34560, - [SMALL_STATE(1692)] = 34634, - [SMALL_STATE(1693)] = 34768, - [SMALL_STATE(1694)] = 34842, - [SMALL_STATE(1695)] = 34978, - [SMALL_STATE(1696)] = 35052, - [SMALL_STATE(1697)] = 35186, - [SMALL_STATE(1698)] = 35258, - [SMALL_STATE(1699)] = 35392, - [SMALL_STATE(1700)] = 35528, - [SMALL_STATE(1701)] = 35662, - [SMALL_STATE(1702)] = 35796, - [SMALL_STATE(1703)] = 35930, - [SMALL_STATE(1704)] = 36066, - [SMALL_STATE(1705)] = 36200, - [SMALL_STATE(1706)] = 36334, - [SMALL_STATE(1707)] = 36402, - [SMALL_STATE(1708)] = 36476, - [SMALL_STATE(1709)] = 36550, - [SMALL_STATE(1710)] = 36686, - [SMALL_STATE(1711)] = 36820, - [SMALL_STATE(1712)] = 36894, - [SMALL_STATE(1713)] = 36968, - [SMALL_STATE(1714)] = 37040, - [SMALL_STATE(1715)] = 37176, - [SMALL_STATE(1716)] = 37312, - [SMALL_STATE(1717)] = 37446, - [SMALL_STATE(1718)] = 37520, - [SMALL_STATE(1719)] = 37654, - [SMALL_STATE(1720)] = 37728, - [SMALL_STATE(1721)] = 37800, - [SMALL_STATE(1722)] = 37874, - [SMALL_STATE(1723)] = 37948, - [SMALL_STATE(1724)] = 38084, - [SMALL_STATE(1725)] = 38158, - [SMALL_STATE(1726)] = 38294, - [SMALL_STATE(1727)] = 38428, - [SMALL_STATE(1728)] = 38564, - [SMALL_STATE(1729)] = 38638, - [SMALL_STATE(1730)] = 38712, - [SMALL_STATE(1731)] = 38846, - [SMALL_STATE(1732)] = 38984, - [SMALL_STATE(1733)] = 39058, - [SMALL_STATE(1734)] = 39132, - [SMALL_STATE(1735)] = 39202, - [SMALL_STATE(1736)] = 39336, - [SMALL_STATE(1737)] = 39406, - [SMALL_STATE(1738)] = 39540, - [SMALL_STATE(1739)] = 39614, - [SMALL_STATE(1740)] = 39686, - [SMALL_STATE(1741)] = 39820, - [SMALL_STATE(1742)] = 39954, - [SMALL_STATE(1743)] = 40090, - [SMALL_STATE(1744)] = 40226, - [SMALL_STATE(1745)] = 40360, - [SMALL_STATE(1746)] = 40494, - [SMALL_STATE(1747)] = 40562, - [SMALL_STATE(1748)] = 40698, - [SMALL_STATE(1749)] = 40832, - [SMALL_STATE(1750)] = 40910, - [SMALL_STATE(1751)] = 41044, - [SMALL_STATE(1752)] = 41118, - [SMALL_STATE(1753)] = 41254, - [SMALL_STATE(1754)] = 41386, - [SMALL_STATE(1755)] = 41520, - [SMALL_STATE(1756)] = 41655, - [SMALL_STATE(1757)] = 41790, - [SMALL_STATE(1758)] = 41925, - [SMALL_STATE(1759)] = 42060, - [SMALL_STATE(1760)] = 42195, - [SMALL_STATE(1761)] = 42330, - [SMALL_STATE(1762)] = 42465, - [SMALL_STATE(1763)] = 42600, - [SMALL_STATE(1764)] = 42735, - [SMALL_STATE(1765)] = 42870, - [SMALL_STATE(1766)] = 43005, - [SMALL_STATE(1767)] = 43140, - [SMALL_STATE(1768)] = 43275, - [SMALL_STATE(1769)] = 43410, - [SMALL_STATE(1770)] = 43545, - [SMALL_STATE(1771)] = 43680, - [SMALL_STATE(1772)] = 43815, - [SMALL_STATE(1773)] = 43950, - [SMALL_STATE(1774)] = 44085, - [SMALL_STATE(1775)] = 44220, - [SMALL_STATE(1776)] = 44355, - [SMALL_STATE(1777)] = 44490, - [SMALL_STATE(1778)] = 44625, - [SMALL_STATE(1779)] = 44760, - [SMALL_STATE(1780)] = 44895, - [SMALL_STATE(1781)] = 45030, - [SMALL_STATE(1782)] = 45165, - [SMALL_STATE(1783)] = 45300, - [SMALL_STATE(1784)] = 45435, - [SMALL_STATE(1785)] = 45570, - [SMALL_STATE(1786)] = 45705, - [SMALL_STATE(1787)] = 45840, - [SMALL_STATE(1788)] = 45975, - [SMALL_STATE(1789)] = 46110, - [SMALL_STATE(1790)] = 46245, - [SMALL_STATE(1791)] = 46380, - [SMALL_STATE(1792)] = 46515, - [SMALL_STATE(1793)] = 46650, - [SMALL_STATE(1794)] = 46785, - [SMALL_STATE(1795)] = 46920, - [SMALL_STATE(1796)] = 47055, - [SMALL_STATE(1797)] = 47190, - [SMALL_STATE(1798)] = 47325, - [SMALL_STATE(1799)] = 47460, - [SMALL_STATE(1800)] = 47595, - [SMALL_STATE(1801)] = 47730, - [SMALL_STATE(1802)] = 47865, - [SMALL_STATE(1803)] = 48000, - [SMALL_STATE(1804)] = 48135, - [SMALL_STATE(1805)] = 48270, - [SMALL_STATE(1806)] = 48405, - [SMALL_STATE(1807)] = 48540, - [SMALL_STATE(1808)] = 48675, - [SMALL_STATE(1809)] = 48810, - [SMALL_STATE(1810)] = 48945, - [SMALL_STATE(1811)] = 49080, - [SMALL_STATE(1812)] = 49215, - [SMALL_STATE(1813)] = 49350, - [SMALL_STATE(1814)] = 49485, - [SMALL_STATE(1815)] = 49620, - [SMALL_STATE(1816)] = 49755, - [SMALL_STATE(1817)] = 49890, - [SMALL_STATE(1818)] = 50025, - [SMALL_STATE(1819)] = 50160, - [SMALL_STATE(1820)] = 50295, - [SMALL_STATE(1821)] = 50430, - [SMALL_STATE(1822)] = 50565, - [SMALL_STATE(1823)] = 50700, - [SMALL_STATE(1824)] = 50835, - [SMALL_STATE(1825)] = 50970, - [SMALL_STATE(1826)] = 51105, - [SMALL_STATE(1827)] = 51240, - [SMALL_STATE(1828)] = 51375, - [SMALL_STATE(1829)] = 51510, - [SMALL_STATE(1830)] = 51645, - [SMALL_STATE(1831)] = 51780, - [SMALL_STATE(1832)] = 51915, - [SMALL_STATE(1833)] = 52050, - [SMALL_STATE(1834)] = 52185, - [SMALL_STATE(1835)] = 52320, - [SMALL_STATE(1836)] = 52455, - [SMALL_STATE(1837)] = 52590, - [SMALL_STATE(1838)] = 52657, - [SMALL_STATE(1839)] = 52792, - [SMALL_STATE(1840)] = 52927, - [SMALL_STATE(1841)] = 53062, - [SMALL_STATE(1842)] = 53197, - [SMALL_STATE(1843)] = 53332, - [SMALL_STATE(1844)] = 53467, - [SMALL_STATE(1845)] = 53602, - [SMALL_STATE(1846)] = 53737, - [SMALL_STATE(1847)] = 53872, - [SMALL_STATE(1848)] = 54007, - [SMALL_STATE(1849)] = 54142, - [SMALL_STATE(1850)] = 54277, - [SMALL_STATE(1851)] = 54412, - [SMALL_STATE(1852)] = 54547, - [SMALL_STATE(1853)] = 54614, - [SMALL_STATE(1854)] = 54749, - [SMALL_STATE(1855)] = 54884, - [SMALL_STATE(1856)] = 55019, - [SMALL_STATE(1857)] = 55154, - [SMALL_STATE(1858)] = 55289, - [SMALL_STATE(1859)] = 55424, - [SMALL_STATE(1860)] = 55559, - [SMALL_STATE(1861)] = 55694, - [SMALL_STATE(1862)] = 55829, - [SMALL_STATE(1863)] = 55964, - [SMALL_STATE(1864)] = 56099, - [SMALL_STATE(1865)] = 56234, - [SMALL_STATE(1866)] = 56369, - [SMALL_STATE(1867)] = 56504, - [SMALL_STATE(1868)] = 56639, - [SMALL_STATE(1869)] = 56774, - [SMALL_STATE(1870)] = 56909, - [SMALL_STATE(1871)] = 57044, - [SMALL_STATE(1872)] = 57179, - [SMALL_STATE(1873)] = 57314, - [SMALL_STATE(1874)] = 57449, - [SMALL_STATE(1875)] = 57584, - [SMALL_STATE(1876)] = 57719, - [SMALL_STATE(1877)] = 57854, - [SMALL_STATE(1878)] = 57989, - [SMALL_STATE(1879)] = 58124, - [SMALL_STATE(1880)] = 58259, - [SMALL_STATE(1881)] = 58394, - [SMALL_STATE(1882)] = 58529, - [SMALL_STATE(1883)] = 58664, - [SMALL_STATE(1884)] = 58799, - [SMALL_STATE(1885)] = 58868, - [SMALL_STATE(1886)] = 59001, - [SMALL_STATE(1887)] = 59134, - [SMALL_STATE(1888)] = 59269, - [SMALL_STATE(1889)] = 59404, - [SMALL_STATE(1890)] = 59539, - [SMALL_STATE(1891)] = 59674, - [SMALL_STATE(1892)] = 59809, - [SMALL_STATE(1893)] = 59944, - [SMALL_STATE(1894)] = 60079, - [SMALL_STATE(1895)] = 60214, - [SMALL_STATE(1896)] = 60349, - [SMALL_STATE(1897)] = 60484, - [SMALL_STATE(1898)] = 60553, - [SMALL_STATE(1899)] = 60688, - [SMALL_STATE(1900)] = 60823, - [SMALL_STATE(1901)] = 60958, - [SMALL_STATE(1902)] = 61093, - [SMALL_STATE(1903)] = 61228, - [SMALL_STATE(1904)] = 61363, - [SMALL_STATE(1905)] = 61498, - [SMALL_STATE(1906)] = 61633, - [SMALL_STATE(1907)] = 61768, - [SMALL_STATE(1908)] = 61903, - [SMALL_STATE(1909)] = 62038, - [SMALL_STATE(1910)] = 62173, - [SMALL_STATE(1911)] = 62308, - [SMALL_STATE(1912)] = 62443, - [SMALL_STATE(1913)] = 62578, - [SMALL_STATE(1914)] = 62713, - [SMALL_STATE(1915)] = 62848, - [SMALL_STATE(1916)] = 62983, - [SMALL_STATE(1917)] = 63118, - [SMALL_STATE(1918)] = 63253, - [SMALL_STATE(1919)] = 63324, - [SMALL_STATE(1920)] = 63393, - [SMALL_STATE(1921)] = 63462, - [SMALL_STATE(1922)] = 63531, - [SMALL_STATE(1923)] = 63602, - [SMALL_STATE(1924)] = 63737, - [SMALL_STATE(1925)] = 63808, - [SMALL_STATE(1926)] = 63879, - [SMALL_STATE(1927)] = 64014, - [SMALL_STATE(1928)] = 64081, - [SMALL_STATE(1929)] = 64148, - [SMALL_STATE(1930)] = 64215, - [SMALL_STATE(1931)] = 64286, - [SMALL_STATE(1932)] = 64357, - [SMALL_STATE(1933)] = 64423, - [SMALL_STATE(1934)] = 64491, - [SMALL_STATE(1935)] = 64557, - [SMALL_STATE(1936)] = 64623, - [SMALL_STATE(1937)] = 64689, - [SMALL_STATE(1938)] = 64757, - [SMALL_STATE(1939)] = 64825, - [SMALL_STATE(1940)] = 64893, - [SMALL_STATE(1941)] = 64959, - [SMALL_STATE(1942)] = 65025, - [SMALL_STATE(1943)] = 65091, - [SMALL_STATE(1944)] = 65159, - [SMALL_STATE(1945)] = 65225, - [SMALL_STATE(1946)] = 65291, - [SMALL_STATE(1947)] = 65361, - [SMALL_STATE(1948)] = 65427, - [SMALL_STATE(1949)] = 65501, - [SMALL_STATE(1950)] = 65569, - [SMALL_STATE(1951)] = 65635, - [SMALL_STATE(1952)] = 65701, - [SMALL_STATE(1953)] = 65769, - [SMALL_STATE(1954)] = 65837, - [SMALL_STATE(1955)] = 65905, - [SMALL_STATE(1956)] = 65973, - [SMALL_STATE(1957)] = 66041, - [SMALL_STATE(1958)] = 66109, - [SMALL_STATE(1959)] = 66241, - [SMALL_STATE(1960)] = 66373, - [SMALL_STATE(1961)] = 66503, - [SMALL_STATE(1962)] = 66635, - [SMALL_STATE(1963)] = 66767, - [SMALL_STATE(1964)] = 66899, - [SMALL_STATE(1965)] = 67026, - [SMALL_STATE(1966)] = 67151, - [SMALL_STATE(1967)] = 67240, - [SMALL_STATE(1968)] = 67327, - [SMALL_STATE(1969)] = 67412, - [SMALL_STATE(1970)] = 67487, - [SMALL_STATE(1971)] = 67554, - [SMALL_STATE(1972)] = 67625, - [SMALL_STATE(1973)] = 67708, - [SMALL_STATE(1974)] = 67781, - [SMALL_STATE(1975)] = 67846, - [SMALL_STATE(1976)] = 67925, - [SMALL_STATE(1977)] = 67992, - [SMALL_STATE(1978)] = 68059, - [SMALL_STATE(1979)] = 68186, - [SMALL_STATE(1980)] = 68313, - [SMALL_STATE(1981)] = 68380, - [SMALL_STATE(1982)] = 68507, - [SMALL_STATE(1983)] = 68572, - [SMALL_STATE(1984)] = 68703, - [SMALL_STATE(1985)] = 68768, - [SMALL_STATE(1986)] = 68899, - [SMALL_STATE(1987)] = 69024, - [SMALL_STATE(1988)] = 69149, - [SMALL_STATE(1989)] = 69214, - [SMALL_STATE(1990)] = 69341, - [SMALL_STATE(1991)] = 69466, - [SMALL_STATE(1992)] = 69591, - [SMALL_STATE(1993)] = 69656, - [SMALL_STATE(1994)] = 69781, - [SMALL_STATE(1995)] = 69906, - [SMALL_STATE(1996)] = 70031, - [SMALL_STATE(1997)] = 70156, - [SMALL_STATE(1998)] = 70281, - [SMALL_STATE(1999)] = 70406, - [SMALL_STATE(2000)] = 70531, - [SMALL_STATE(2001)] = 70658, - [SMALL_STATE(2002)] = 70725, - [SMALL_STATE(2003)] = 70850, - [SMALL_STATE(2004)] = 70975, - [SMALL_STATE(2005)] = 71102, - [SMALL_STATE(2006)] = 71227, - [SMALL_STATE(2007)] = 71292, - [SMALL_STATE(2008)] = 71357, - [SMALL_STATE(2009)] = 71422, - [SMALL_STATE(2010)] = 71493, - [SMALL_STATE(2011)] = 71558, - [SMALL_STATE(2012)] = 71685, - [SMALL_STATE(2013)] = 71810, - [SMALL_STATE(2014)] = 71935, - [SMALL_STATE(2015)] = 72060, - [SMALL_STATE(2016)] = 72185, - [SMALL_STATE(2017)] = 72310, - [SMALL_STATE(2018)] = 72435, - [SMALL_STATE(2019)] = 72560, - [SMALL_STATE(2020)] = 72685, - [SMALL_STATE(2021)] = 72810, - [SMALL_STATE(2022)] = 72935, - [SMALL_STATE(2023)] = 73060, - [SMALL_STATE(2024)] = 73185, - [SMALL_STATE(2025)] = 73310, - [SMALL_STATE(2026)] = 73437, - [SMALL_STATE(2027)] = 73564, - [SMALL_STATE(2028)] = 73689, - [SMALL_STATE(2029)] = 73754, - [SMALL_STATE(2030)] = 73879, - [SMALL_STATE(2031)] = 74006, - [SMALL_STATE(2032)] = 74131, - [SMALL_STATE(2033)] = 74258, - [SMALL_STATE(2034)] = 74385, - [SMALL_STATE(2035)] = 74510, - [SMALL_STATE(2036)] = 74635, - [SMALL_STATE(2037)] = 74760, - [SMALL_STATE(2038)] = 74825, - [SMALL_STATE(2039)] = 74950, - [SMALL_STATE(2040)] = 75075, - [SMALL_STATE(2041)] = 75200, - [SMALL_STATE(2042)] = 75325, - [SMALL_STATE(2043)] = 75390, - [SMALL_STATE(2044)] = 75515, - [SMALL_STATE(2045)] = 75580, - [SMALL_STATE(2046)] = 75705, - [SMALL_STATE(2047)] = 75830, - [SMALL_STATE(2048)] = 75955, - [SMALL_STATE(2049)] = 76080, - [SMALL_STATE(2050)] = 76205, - [SMALL_STATE(2051)] = 76330, - [SMALL_STATE(2052)] = 76455, - [SMALL_STATE(2053)] = 76524, - [SMALL_STATE(2054)] = 76589, - [SMALL_STATE(2055)] = 76714, - [SMALL_STATE(2056)] = 76839, - [SMALL_STATE(2057)] = 76964, - [SMALL_STATE(2058)] = 77089, - [SMALL_STATE(2059)] = 77154, - [SMALL_STATE(2060)] = 77279, - [SMALL_STATE(2061)] = 77404, - [SMALL_STATE(2062)] = 77529, - [SMALL_STATE(2063)] = 77654, - [SMALL_STATE(2064)] = 77779, - [SMALL_STATE(2065)] = 77872, - [SMALL_STATE(2066)] = 77937, - [SMALL_STATE(2067)] = 78032, - [SMALL_STATE(2068)] = 78097, - [SMALL_STATE(2069)] = 78222, - [SMALL_STATE(2070)] = 78347, - [SMALL_STATE(2071)] = 78472, - [SMALL_STATE(2072)] = 78597, - [SMALL_STATE(2073)] = 78722, - [SMALL_STATE(2074)] = 78847, - [SMALL_STATE(2075)] = 78912, - [SMALL_STATE(2076)] = 79009, - [SMALL_STATE(2077)] = 79134, - [SMALL_STATE(2078)] = 79261, - [SMALL_STATE(2079)] = 79386, - [SMALL_STATE(2080)] = 79513, - [SMALL_STATE(2081)] = 79578, - [SMALL_STATE(2082)] = 79703, - [SMALL_STATE(2083)] = 79828, - [SMALL_STATE(2084)] = 79893, - [SMALL_STATE(2085)] = 79958, - [SMALL_STATE(2086)] = 80083, - [SMALL_STATE(2087)] = 80148, - [SMALL_STATE(2088)] = 80273, - [SMALL_STATE(2089)] = 80398, - [SMALL_STATE(2090)] = 80523, - [SMALL_STATE(2091)] = 80588, - [SMALL_STATE(2092)] = 80653, - [SMALL_STATE(2093)] = 80718, - [SMALL_STATE(2094)] = 80783, - [SMALL_STATE(2095)] = 80848, - [SMALL_STATE(2096)] = 80913, - [SMALL_STATE(2097)] = 80978, - [SMALL_STATE(2098)] = 81043, - [SMALL_STATE(2099)] = 81108, - [SMALL_STATE(2100)] = 81233, - [SMALL_STATE(2101)] = 81298, - [SMALL_STATE(2102)] = 81363, - [SMALL_STATE(2103)] = 81488, - [SMALL_STATE(2104)] = 81613, - [SMALL_STATE(2105)] = 81738, - [SMALL_STATE(2106)] = 81863, - [SMALL_STATE(2107)] = 81988, - [SMALL_STATE(2108)] = 82113, - [SMALL_STATE(2109)] = 82238, - [SMALL_STATE(2110)] = 82363, - [SMALL_STATE(2111)] = 82488, - [SMALL_STATE(2112)] = 82613, - [SMALL_STATE(2113)] = 82738, - [SMALL_STATE(2114)] = 82863, - [SMALL_STATE(2115)] = 82988, - [SMALL_STATE(2116)] = 83113, - [SMALL_STATE(2117)] = 83238, - [SMALL_STATE(2118)] = 83303, - [SMALL_STATE(2119)] = 83368, - [SMALL_STATE(2120)] = 83493, - [SMALL_STATE(2121)] = 83558, - [SMALL_STATE(2122)] = 83683, - [SMALL_STATE(2123)] = 83808, - [SMALL_STATE(2124)] = 83933, - [SMALL_STATE(2125)] = 84058, - [SMALL_STATE(2126)] = 84185, - [SMALL_STATE(2127)] = 84310, - [SMALL_STATE(2128)] = 84435, - [SMALL_STATE(2129)] = 84560, - [SMALL_STATE(2130)] = 84685, - [SMALL_STATE(2131)] = 84750, - [SMALL_STATE(2132)] = 84815, - [SMALL_STATE(2133)] = 84940, - [SMALL_STATE(2134)] = 85005, - [SMALL_STATE(2135)] = 85130, - [SMALL_STATE(2136)] = 85255, - [SMALL_STATE(2137)] = 85380, - [SMALL_STATE(2138)] = 85505, - [SMALL_STATE(2139)] = 85630, - [SMALL_STATE(2140)] = 85755, - [SMALL_STATE(2141)] = 85820, - [SMALL_STATE(2142)] = 85885, - [SMALL_STATE(2143)] = 86010, - [SMALL_STATE(2144)] = 86075, - [SMALL_STATE(2145)] = 86200, - [SMALL_STATE(2146)] = 86265, - [SMALL_STATE(2147)] = 86390, - [SMALL_STATE(2148)] = 86455, - [SMALL_STATE(2149)] = 86580, - [SMALL_STATE(2150)] = 86705, - [SMALL_STATE(2151)] = 86830, - [SMALL_STATE(2152)] = 86895, - [SMALL_STATE(2153)] = 87020, - [SMALL_STATE(2154)] = 87145, - [SMALL_STATE(2155)] = 87270, - [SMALL_STATE(2156)] = 87335, - [SMALL_STATE(2157)] = 87460, - [SMALL_STATE(2158)] = 87525, - [SMALL_STATE(2159)] = 87650, - [SMALL_STATE(2160)] = 87715, - [SMALL_STATE(2161)] = 87780, - [SMALL_STATE(2162)] = 87845, - [SMALL_STATE(2163)] = 87970, - [SMALL_STATE(2164)] = 88095, - [SMALL_STATE(2165)] = 88160, - [SMALL_STATE(2166)] = 88285, - [SMALL_STATE(2167)] = 88410, - [SMALL_STATE(2168)] = 88475, - [SMALL_STATE(2169)] = 88600, - [SMALL_STATE(2170)] = 88665, - [SMALL_STATE(2171)] = 88730, - [SMALL_STATE(2172)] = 88855, - [SMALL_STATE(2173)] = 88980, - [SMALL_STATE(2174)] = 89105, - [SMALL_STATE(2175)] = 89230, - [SMALL_STATE(2176)] = 89355, - [SMALL_STATE(2177)] = 89480, - [SMALL_STATE(2178)] = 89605, - [SMALL_STATE(2179)] = 89730, - [SMALL_STATE(2180)] = 89855, - [SMALL_STATE(2181)] = 89980, - [SMALL_STATE(2182)] = 90045, - [SMALL_STATE(2183)] = 90170, - [SMALL_STATE(2184)] = 90295, - [SMALL_STATE(2185)] = 90420, - [SMALL_STATE(2186)] = 90545, - [SMALL_STATE(2187)] = 90670, - [SMALL_STATE(2188)] = 90795, - [SMALL_STATE(2189)] = 90920, - [SMALL_STATE(2190)] = 91045, - [SMALL_STATE(2191)] = 91170, - [SMALL_STATE(2192)] = 91295, - [SMALL_STATE(2193)] = 91420, - [SMALL_STATE(2194)] = 91545, - [SMALL_STATE(2195)] = 91670, - [SMALL_STATE(2196)] = 91795, - [SMALL_STATE(2197)] = 91920, - [SMALL_STATE(2198)] = 92045, - [SMALL_STATE(2199)] = 92170, - [SMALL_STATE(2200)] = 92295, - [SMALL_STATE(2201)] = 92420, - [SMALL_STATE(2202)] = 92545, - [SMALL_STATE(2203)] = 92670, - [SMALL_STATE(2204)] = 92795, - [SMALL_STATE(2205)] = 92920, - [SMALL_STATE(2206)] = 93045, - [SMALL_STATE(2207)] = 93170, - [SMALL_STATE(2208)] = 93295, - [SMALL_STATE(2209)] = 93420, - [SMALL_STATE(2210)] = 93545, - [SMALL_STATE(2211)] = 93670, - [SMALL_STATE(2212)] = 93795, - [SMALL_STATE(2213)] = 93860, - [SMALL_STATE(2214)] = 93985, - [SMALL_STATE(2215)] = 94110, - [SMALL_STATE(2216)] = 94235, - [SMALL_STATE(2217)] = 94300, - [SMALL_STATE(2218)] = 94425, - [SMALL_STATE(2219)] = 94490, - [SMALL_STATE(2220)] = 94555, - [SMALL_STATE(2221)] = 94680, - [SMALL_STATE(2222)] = 94805, - [SMALL_STATE(2223)] = 94930, - [SMALL_STATE(2224)] = 94995, - [SMALL_STATE(2225)] = 95060, - [SMALL_STATE(2226)] = 95125, - [SMALL_STATE(2227)] = 95250, - [SMALL_STATE(2228)] = 95375, - [SMALL_STATE(2229)] = 95440, - [SMALL_STATE(2230)] = 95565, - [SMALL_STATE(2231)] = 95690, - [SMALL_STATE(2232)] = 95815, - [SMALL_STATE(2233)] = 95906, - [SMALL_STATE(2234)] = 96031, - [SMALL_STATE(2235)] = 96156, - [SMALL_STATE(2236)] = 96281, - [SMALL_STATE(2237)] = 96406, - [SMALL_STATE(2238)] = 96531, - [SMALL_STATE(2239)] = 96596, - [SMALL_STATE(2240)] = 96721, - [SMALL_STATE(2241)] = 96846, - [SMALL_STATE(2242)] = 96971, - [SMALL_STATE(2243)] = 97036, - [SMALL_STATE(2244)] = 97101, - [SMALL_STATE(2245)] = 97166, - [SMALL_STATE(2246)] = 97231, - [SMALL_STATE(2247)] = 97356, - [SMALL_STATE(2248)] = 97481, - [SMALL_STATE(2249)] = 97546, - [SMALL_STATE(2250)] = 97671, - [SMALL_STATE(2251)] = 97796, - [SMALL_STATE(2252)] = 97921, - [SMALL_STATE(2253)] = 97986, - [SMALL_STATE(2254)] = 98051, - [SMALL_STATE(2255)] = 98116, - [SMALL_STATE(2256)] = 98241, - [SMALL_STATE(2257)] = 98366, - [SMALL_STATE(2258)] = 98491, - [SMALL_STATE(2259)] = 98616, - [SMALL_STATE(2260)] = 98741, - [SMALL_STATE(2261)] = 98866, - [SMALL_STATE(2262)] = 98991, - [SMALL_STATE(2263)] = 99116, - [SMALL_STATE(2264)] = 99181, - [SMALL_STATE(2265)] = 99246, - [SMALL_STATE(2266)] = 99311, - [SMALL_STATE(2267)] = 99376, - [SMALL_STATE(2268)] = 99441, - [SMALL_STATE(2269)] = 99506, - [SMALL_STATE(2270)] = 99571, - [SMALL_STATE(2271)] = 99636, - [SMALL_STATE(2272)] = 99701, - [SMALL_STATE(2273)] = 99766, - [SMALL_STATE(2274)] = 99831, - [SMALL_STATE(2275)] = 99896, - [SMALL_STATE(2276)] = 99961, - [SMALL_STATE(2277)] = 100026, - [SMALL_STATE(2278)] = 100091, - [SMALL_STATE(2279)] = 100156, - [SMALL_STATE(2280)] = 100221, - [SMALL_STATE(2281)] = 100286, - [SMALL_STATE(2282)] = 100411, - [SMALL_STATE(2283)] = 100536, - [SMALL_STATE(2284)] = 100601, - [SMALL_STATE(2285)] = 100666, - [SMALL_STATE(2286)] = 100731, - [SMALL_STATE(2287)] = 100796, - [SMALL_STATE(2288)] = 100861, - [SMALL_STATE(2289)] = 100986, - [SMALL_STATE(2290)] = 101111, - [SMALL_STATE(2291)] = 101176, - [SMALL_STATE(2292)] = 101241, - [SMALL_STATE(2293)] = 101366, - [SMALL_STATE(2294)] = 101431, - [SMALL_STATE(2295)] = 101496, - [SMALL_STATE(2296)] = 101561, - [SMALL_STATE(2297)] = 101626, - [SMALL_STATE(2298)] = 101753, - [SMALL_STATE(2299)] = 101818, - [SMALL_STATE(2300)] = 101883, - [SMALL_STATE(2301)] = 102019, - [SMALL_STATE(2302)] = 102083, - [SMALL_STATE(2303)] = 102147, - [SMALL_STATE(2304)] = 102277, - [SMALL_STATE(2305)] = 102407, - [SMALL_STATE(2306)] = 102543, - [SMALL_STATE(2307)] = 102679, - [SMALL_STATE(2308)] = 102815, - [SMALL_STATE(2309)] = 102879, - [SMALL_STATE(2310)] = 103015, - [SMALL_STATE(2311)] = 103151, - [SMALL_STATE(2312)] = 103215, - [SMALL_STATE(2313)] = 103279, - [SMALL_STATE(2314)] = 103343, - [SMALL_STATE(2315)] = 103479, - [SMALL_STATE(2316)] = 103615, - [SMALL_STATE(2317)] = 103679, - [SMALL_STATE(2318)] = 103743, - [SMALL_STATE(2319)] = 103832, - [SMALL_STATE(2320)] = 103963, - [SMALL_STATE(2321)] = 104051, - [SMALL_STATE(2322)] = 104173, - [SMALL_STATE(2323)] = 104256, - [SMALL_STATE(2324)] = 104339, - [SMALL_STATE(2325)] = 104422, - [SMALL_STATE(2326)] = 104505, - [SMALL_STATE(2327)] = 104588, - [SMALL_STATE(2328)] = 104671, - [SMALL_STATE(2329)] = 104751, - [SMALL_STATE(2330)] = 104833, - [SMALL_STATE(2331)] = 104915, - [SMALL_STATE(2332)] = 104995, - [SMALL_STATE(2333)] = 105077, - [SMALL_STATE(2334)] = 105159, - [SMALL_STATE(2335)] = 105241, - [SMALL_STATE(2336)] = 105323, - [SMALL_STATE(2337)] = 105402, - [SMALL_STATE(2338)] = 105479, - [SMALL_STATE(2339)] = 105556, - [SMALL_STATE(2340)] = 105633, - [SMALL_STATE(2341)] = 105710, - [SMALL_STATE(2342)] = 105787, - [SMALL_STATE(2343)] = 105866, - [SMALL_STATE(2344)] = 105943, - [SMALL_STATE(2345)] = 106020, - [SMALL_STATE(2346)] = 106097, - [SMALL_STATE(2347)] = 106174, - [SMALL_STATE(2348)] = 106251, - [SMALL_STATE(2349)] = 106328, - [SMALL_STATE(2350)] = 106405, - [SMALL_STATE(2351)] = 106481, - [SMALL_STATE(2352)] = 106557, - [SMALL_STATE(2353)] = 106633, - [SMALL_STATE(2354)] = 106709, - [SMALL_STATE(2355)] = 106785, - [SMALL_STATE(2356)] = 106861, - [SMALL_STATE(2357)] = 106937, - [SMALL_STATE(2358)] = 107013, - [SMALL_STATE(2359)] = 107131, - [SMALL_STATE(2360)] = 107207, - [SMALL_STATE(2361)] = 107283, - [SMALL_STATE(2362)] = 107359, - [SMALL_STATE(2363)] = 107435, - [SMALL_STATE(2364)] = 107495, - [SMALL_STATE(2365)] = 107555, - [SMALL_STATE(2366)] = 107615, - [SMALL_STATE(2367)] = 107675, - [SMALL_STATE(2368)] = 107735, - [SMALL_STATE(2369)] = 107795, - [SMALL_STATE(2370)] = 107855, - [SMALL_STATE(2371)] = 107915, - [SMALL_STATE(2372)] = 107975, - [SMALL_STATE(2373)] = 108035, - [SMALL_STATE(2374)] = 108095, - [SMALL_STATE(2375)] = 108155, - [SMALL_STATE(2376)] = 108215, - [SMALL_STATE(2377)] = 108273, - [SMALL_STATE(2378)] = 108333, - [SMALL_STATE(2379)] = 108391, - [SMALL_STATE(2380)] = 108449, - [SMALL_STATE(2381)] = 108507, - [SMALL_STATE(2382)] = 108565, - [SMALL_STATE(2383)] = 108625, - [SMALL_STATE(2384)] = 108683, - [SMALL_STATE(2385)] = 108743, - [SMALL_STATE(2386)] = 108803, - [SMALL_STATE(2387)] = 108862, - [SMALL_STATE(2388)] = 108921, - [SMALL_STATE(2389)] = 108980, - [SMALL_STATE(2390)] = 109033, - [SMALL_STATE(2391)] = 109086, - [SMALL_STATE(2392)] = 109145, - [SMALL_STATE(2393)] = 109202, - [SMALL_STATE(2394)] = 109259, - [SMALL_STATE(2395)] = 109316, - [SMALL_STATE(2396)] = 109375, - [SMALL_STATE(2397)] = 109434, - [SMALL_STATE(2398)] = 109493, - [SMALL_STATE(2399)] = 109576, - [SMALL_STATE(2400)] = 109635, - [SMALL_STATE(2401)] = 109694, - [SMALL_STATE(2402)] = 109753, - [SMALL_STATE(2403)] = 109806, - [SMALL_STATE(2404)] = 109863, - [SMALL_STATE(2405)] = 109918, - [SMALL_STATE(2406)] = 109973, - [SMALL_STATE(2407)] = 110030, - [SMALL_STATE(2408)] = 110085, - [SMALL_STATE(2409)] = 110140, - [SMALL_STATE(2410)] = 110195, - [SMALL_STATE(2411)] = 110254, - [SMALL_STATE(2412)] = 110313, - [SMALL_STATE(2413)] = 110372, - [SMALL_STATE(2414)] = 110431, - [SMALL_STATE(2415)] = 110486, - [SMALL_STATE(2416)] = 110541, - [SMALL_STATE(2417)] = 110594, - [SMALL_STATE(2418)] = 110651, - [SMALL_STATE(2419)] = 110708, - [SMALL_STATE(2420)] = 110765, - [SMALL_STATE(2421)] = 110824, - [SMALL_STATE(2422)] = 110881, - [SMALL_STATE(2423)] = 110938, - [SMALL_STATE(2424)] = 110995, - [SMALL_STATE(2425)] = 111052, - [SMALL_STATE(2426)] = 111111, - [SMALL_STATE(2427)] = 111170, - [SMALL_STATE(2428)] = 111223, - [SMALL_STATE(2429)] = 111276, - [SMALL_STATE(2430)] = 111328, - [SMALL_STATE(2431)] = 111380, - [SMALL_STATE(2432)] = 111436, - [SMALL_STATE(2433)] = 111490, - [SMALL_STATE(2434)] = 111546, - [SMALL_STATE(2435)] = 111600, - [SMALL_STATE(2436)] = 111652, - [SMALL_STATE(2437)] = 111706, - [SMALL_STATE(2438)] = 111760, - [SMALL_STATE(2439)] = 111814, - [SMALL_STATE(2440)] = 111868, - [SMALL_STATE(2441)] = 111922, - [SMALL_STATE(2442)] = 111978, - [SMALL_STATE(2443)] = 112030, - [SMALL_STATE(2444)] = 112084, - [SMALL_STATE(2445)] = 112136, - [SMALL_STATE(2446)] = 112188, - [SMALL_STATE(2447)] = 112240, - [SMALL_STATE(2448)] = 112296, - [SMALL_STATE(2449)] = 112350, - [SMALL_STATE(2450)] = 112404, - [SMALL_STATE(2451)] = 112456, - [SMALL_STATE(2452)] = 112508, - [SMALL_STATE(2453)] = 112562, - [SMALL_STATE(2454)] = 112618, - [SMALL_STATE(2455)] = 112670, - [SMALL_STATE(2456)] = 112732, - [SMALL_STATE(2457)] = 112790, - [SMALL_STATE(2458)] = 112854, - [SMALL_STATE(2459)] = 112906, - [SMALL_STATE(2460)] = 112984, - [SMALL_STATE(2461)] = 113038, - [SMALL_STATE(2462)] = 113096, - [SMALL_STATE(2463)] = 113152, - [SMALL_STATE(2464)] = 113206, - [SMALL_STATE(2465)] = 113258, - [SMALL_STATE(2466)] = 113310, - [SMALL_STATE(2467)] = 113368, - [SMALL_STATE(2468)] = 113424, - [SMALL_STATE(2469)] = 113478, - [SMALL_STATE(2470)] = 113532, - [SMALL_STATE(2471)] = 113588, - [SMALL_STATE(2472)] = 113644, - [SMALL_STATE(2473)] = 113696, - [SMALL_STATE(2474)] = 113760, - [SMALL_STATE(2475)] = 113814, - [SMALL_STATE(2476)] = 113868, - [SMALL_STATE(2477)] = 113932, - [SMALL_STATE(2478)] = 113986, - [SMALL_STATE(2479)] = 114038, - [SMALL_STATE(2480)] = 114092, - [SMALL_STATE(2481)] = 114146, - [SMALL_STATE(2482)] = 114200, - [SMALL_STATE(2483)] = 114251, - [SMALL_STATE(2484)] = 114302, - [SMALL_STATE(2485)] = 114353, - [SMALL_STATE(2486)] = 114406, - [SMALL_STATE(2487)] = 114459, - [SMALL_STATE(2488)] = 114510, - [SMALL_STATE(2489)] = 114561, - [SMALL_STATE(2490)] = 114612, - [SMALL_STATE(2491)] = 114663, - [SMALL_STATE(2492)] = 114714, - [SMALL_STATE(2493)] = 114765, - [SMALL_STATE(2494)] = 114816, - [SMALL_STATE(2495)] = 114869, - [SMALL_STATE(2496)] = 114922, - [SMALL_STATE(2497)] = 114973, - [SMALL_STATE(2498)] = 115024, - [SMALL_STATE(2499)] = 115075, - [SMALL_STATE(2500)] = 115126, - [SMALL_STATE(2501)] = 115177, - [SMALL_STATE(2502)] = 115234, - [SMALL_STATE(2503)] = 115285, - [SMALL_STATE(2504)] = 115342, - [SMALL_STATE(2505)] = 115393, - [SMALL_STATE(2506)] = 115444, - [SMALL_STATE(2507)] = 115501, - [SMALL_STATE(2508)] = 115552, - [SMALL_STATE(2509)] = 115605, - [SMALL_STATE(2510)] = 115658, - [SMALL_STATE(2511)] = 115711, - [SMALL_STATE(2512)] = 115762, - [SMALL_STATE(2513)] = 115813, - [SMALL_STATE(2514)] = 115866, - [SMALL_STATE(2515)] = 115917, - [SMALL_STATE(2516)] = 115968, - [SMALL_STATE(2517)] = 116025, - [SMALL_STATE(2518)] = 116076, - [SMALL_STATE(2519)] = 116127, - [SMALL_STATE(2520)] = 116178, - [SMALL_STATE(2521)] = 116235, - [SMALL_STATE(2522)] = 116286, - [SMALL_STATE(2523)] = 116337, - [SMALL_STATE(2524)] = 116388, - [SMALL_STATE(2525)] = 116439, - [SMALL_STATE(2526)] = 116490, - [SMALL_STATE(2527)] = 116541, - [SMALL_STATE(2528)] = 116592, - [SMALL_STATE(2529)] = 116643, - [SMALL_STATE(2530)] = 116694, - [SMALL_STATE(2531)] = 116749, - [SMALL_STATE(2532)] = 116800, - [SMALL_STATE(2533)] = 116855, - [SMALL_STATE(2534)] = 116906, - [SMALL_STATE(2535)] = 116961, - [SMALL_STATE(2536)] = 117012, - [SMALL_STATE(2537)] = 117063, - [SMALL_STATE(2538)] = 117114, - [SMALL_STATE(2539)] = 117167, - [SMALL_STATE(2540)] = 117220, - [SMALL_STATE(2541)] = 117271, - [SMALL_STATE(2542)] = 117322, - [SMALL_STATE(2543)] = 117373, - [SMALL_STATE(2544)] = 117426, - [SMALL_STATE(2545)] = 117477, - [SMALL_STATE(2546)] = 117534, - [SMALL_STATE(2547)] = 117585, - [SMALL_STATE(2548)] = 117640, - [SMALL_STATE(2549)] = 117691, - [SMALL_STATE(2550)] = 117742, - [SMALL_STATE(2551)] = 117797, - [SMALL_STATE(2552)] = 117852, - [SMALL_STATE(2553)] = 117907, - [SMALL_STATE(2554)] = 117958, - [SMALL_STATE(2555)] = 118009, - [SMALL_STATE(2556)] = 118060, - [SMALL_STATE(2557)] = 118111, - [SMALL_STATE(2558)] = 118168, - [SMALL_STATE(2559)] = 118225, - [SMALL_STATE(2560)] = 118282, - [SMALL_STATE(2561)] = 118335, - [SMALL_STATE(2562)] = 118416, - [SMALL_STATE(2563)] = 118467, - [SMALL_STATE(2564)] = 118518, - [SMALL_STATE(2565)] = 118569, - [SMALL_STATE(2566)] = 118620, - [SMALL_STATE(2567)] = 118671, - [SMALL_STATE(2568)] = 118722, - [SMALL_STATE(2569)] = 118773, - [SMALL_STATE(2570)] = 118824, - [SMALL_STATE(2571)] = 118875, - [SMALL_STATE(2572)] = 118932, - [SMALL_STATE(2573)] = 118983, - [SMALL_STATE(2574)] = 119034, - [SMALL_STATE(2575)] = 119085, - [SMALL_STATE(2576)] = 119136, - [SMALL_STATE(2577)] = 119193, - [SMALL_STATE(2578)] = 119244, - [SMALL_STATE(2579)] = 119295, - [SMALL_STATE(2580)] = 119346, - [SMALL_STATE(2581)] = 119397, - [SMALL_STATE(2582)] = 119454, - [SMALL_STATE(2583)] = 119505, - [SMALL_STATE(2584)] = 119558, - [SMALL_STATE(2585)] = 119609, - [SMALL_STATE(2586)] = 119660, - [SMALL_STATE(2587)] = 119711, - [SMALL_STATE(2588)] = 119762, - [SMALL_STATE(2589)] = 119815, - [SMALL_STATE(2590)] = 119866, - [SMALL_STATE(2591)] = 119917, - [SMALL_STATE(2592)] = 119968, - [SMALL_STATE(2593)] = 120019, - [SMALL_STATE(2594)] = 120070, - [SMALL_STATE(2595)] = 120121, - [SMALL_STATE(2596)] = 120172, - [SMALL_STATE(2597)] = 120223, - [SMALL_STATE(2598)] = 120274, - [SMALL_STATE(2599)] = 120331, - [SMALL_STATE(2600)] = 120382, - [SMALL_STATE(2601)] = 120433, - [SMALL_STATE(2602)] = 120484, - [SMALL_STATE(2603)] = 120535, - [SMALL_STATE(2604)] = 120586, - [SMALL_STATE(2605)] = 120637, - [SMALL_STATE(2606)] = 120686, - [SMALL_STATE(2607)] = 120737, - [SMALL_STATE(2608)] = 120788, - [SMALL_STATE(2609)] = 120839, - [SMALL_STATE(2610)] = 120890, - [SMALL_STATE(2611)] = 120941, - [SMALL_STATE(2612)] = 120992, - [SMALL_STATE(2613)] = 121043, - [SMALL_STATE(2614)] = 121094, - [SMALL_STATE(2615)] = 121145, - [SMALL_STATE(2616)] = 121202, - [SMALL_STATE(2617)] = 121253, - [SMALL_STATE(2618)] = 121304, - [SMALL_STATE(2619)] = 121355, - [SMALL_STATE(2620)] = 121406, - [SMALL_STATE(2621)] = 121463, - [SMALL_STATE(2622)] = 121514, - [SMALL_STATE(2623)] = 121565, - [SMALL_STATE(2624)] = 121620, - [SMALL_STATE(2625)] = 121673, - [SMALL_STATE(2626)] = 121724, - [SMALL_STATE(2627)] = 121775, - [SMALL_STATE(2628)] = 121826, - [SMALL_STATE(2629)] = 121877, - [SMALL_STATE(2630)] = 121934, - [SMALL_STATE(2631)] = 121985, - [SMALL_STATE(2632)] = 122038, - [SMALL_STATE(2633)] = 122091, - [SMALL_STATE(2634)] = 122163, - [SMALL_STATE(2635)] = 122235, - [SMALL_STATE(2636)] = 122289, - [SMALL_STATE(2637)] = 122339, - [SMALL_STATE(2638)] = 122389, - [SMALL_STATE(2639)] = 122445, - [SMALL_STATE(2640)] = 122495, - [SMALL_STATE(2641)] = 122545, - [SMALL_STATE(2642)] = 122595, - [SMALL_STATE(2643)] = 122645, - [SMALL_STATE(2644)] = 122695, - [SMALL_STATE(2645)] = 122745, - [SMALL_STATE(2646)] = 122795, - [SMALL_STATE(2647)] = 122845, - [SMALL_STATE(2648)] = 122895, - [SMALL_STATE(2649)] = 122945, - [SMALL_STATE(2650)] = 122995, - [SMALL_STATE(2651)] = 123045, - [SMALL_STATE(2652)] = 123095, - [SMALL_STATE(2653)] = 123145, - [SMALL_STATE(2654)] = 123195, - [SMALL_STATE(2655)] = 123245, - [SMALL_STATE(2656)] = 123295, - [SMALL_STATE(2657)] = 123345, - [SMALL_STATE(2658)] = 123395, - [SMALL_STATE(2659)] = 123445, - [SMALL_STATE(2660)] = 123495, - [SMALL_STATE(2661)] = 123545, - [SMALL_STATE(2662)] = 123595, - [SMALL_STATE(2663)] = 123645, - [SMALL_STATE(2664)] = 123695, - [SMALL_STATE(2665)] = 123745, - [SMALL_STATE(2666)] = 123795, - [SMALL_STATE(2667)] = 123845, - [SMALL_STATE(2668)] = 123895, - [SMALL_STATE(2669)] = 123945, - [SMALL_STATE(2670)] = 124017, - [SMALL_STATE(2671)] = 124067, - [SMALL_STATE(2672)] = 124117, - [SMALL_STATE(2673)] = 124173, - [SMALL_STATE(2674)] = 124223, - [SMALL_STATE(2675)] = 124273, - [SMALL_STATE(2676)] = 124323, - [SMALL_STATE(2677)] = 124373, - [SMALL_STATE(2678)] = 124423, - [SMALL_STATE(2679)] = 124473, - [SMALL_STATE(2680)] = 124523, - [SMALL_STATE(2681)] = 124573, - [SMALL_STATE(2682)] = 124623, - [SMALL_STATE(2683)] = 124673, - [SMALL_STATE(2684)] = 124723, - [SMALL_STATE(2685)] = 124773, - [SMALL_STATE(2686)] = 124823, - [SMALL_STATE(2687)] = 124881, - [SMALL_STATE(2688)] = 124931, - [SMALL_STATE(2689)] = 124987, - [SMALL_STATE(2690)] = 125037, - [SMALL_STATE(2691)] = 125087, - [SMALL_STATE(2692)] = 125137, - [SMALL_STATE(2693)] = 125187, - [SMALL_STATE(2694)] = 125237, - [SMALL_STATE(2695)] = 125287, - [SMALL_STATE(2696)] = 125337, - [SMALL_STATE(2697)] = 125387, - [SMALL_STATE(2698)] = 125437, - [SMALL_STATE(2699)] = 125487, - [SMALL_STATE(2700)] = 125537, - [SMALL_STATE(2701)] = 125589, - [SMALL_STATE(2702)] = 125639, - [SMALL_STATE(2703)] = 125689, - [SMALL_STATE(2704)] = 125739, - [SMALL_STATE(2705)] = 125789, - [SMALL_STATE(2706)] = 125839, - [SMALL_STATE(2707)] = 125911, - [SMALL_STATE(2708)] = 125961, - [SMALL_STATE(2709)] = 126011, - [SMALL_STATE(2710)] = 126087, - [SMALL_STATE(2711)] = 126137, - [SMALL_STATE(2712)] = 126187, - [SMALL_STATE(2713)] = 126237, - [SMALL_STATE(2714)] = 126295, - [SMALL_STATE(2715)] = 126345, - [SMALL_STATE(2716)] = 126395, - [SMALL_STATE(2717)] = 126445, - [SMALL_STATE(2718)] = 126495, - [SMALL_STATE(2719)] = 126545, - [SMALL_STATE(2720)] = 126595, - [SMALL_STATE(2721)] = 126645, - [SMALL_STATE(2722)] = 126695, - [SMALL_STATE(2723)] = 126745, - [SMALL_STATE(2724)] = 126795, - [SMALL_STATE(2725)] = 126845, - [SMALL_STATE(2726)] = 126895, - [SMALL_STATE(2727)] = 126945, - [SMALL_STATE(2728)] = 126995, - [SMALL_STATE(2729)] = 127045, - [SMALL_STATE(2730)] = 127095, - [SMALL_STATE(2731)] = 127145, - [SMALL_STATE(2732)] = 127195, - [SMALL_STATE(2733)] = 127245, - [SMALL_STATE(2734)] = 127295, - [SMALL_STATE(2735)] = 127345, - [SMALL_STATE(2736)] = 127395, - [SMALL_STATE(2737)] = 127445, - [SMALL_STATE(2738)] = 127495, - [SMALL_STATE(2739)] = 127545, - [SMALL_STATE(2740)] = 127595, - [SMALL_STATE(2741)] = 127645, - [SMALL_STATE(2742)] = 127717, - [SMALL_STATE(2743)] = 127769, - [SMALL_STATE(2744)] = 127819, - [SMALL_STATE(2745)] = 127891, - [SMALL_STATE(2746)] = 127941, - [SMALL_STATE(2747)] = 127991, - [SMALL_STATE(2748)] = 128041, - [SMALL_STATE(2749)] = 128091, - [SMALL_STATE(2750)] = 128141, - [SMALL_STATE(2751)] = 128199, - [SMALL_STATE(2752)] = 128249, - [SMALL_STATE(2753)] = 128299, - [SMALL_STATE(2754)] = 128349, - [SMALL_STATE(2755)] = 128420, - [SMALL_STATE(2756)] = 128471, - [SMALL_STATE(2757)] = 128528, - [SMALL_STATE(2758)] = 128583, - [SMALL_STATE(2759)] = 128634, - [SMALL_STATE(2760)] = 128691, - [SMALL_STATE(2761)] = 128746, - [SMALL_STATE(2762)] = 128817, - [SMALL_STATE(2763)] = 128888, - [SMALL_STATE(2764)] = 128959, - [SMALL_STATE(2765)] = 129010, - [SMALL_STATE(2766)] = 129061, - [SMALL_STATE(2767)] = 129112, - [SMALL_STATE(2768)] = 129167, - [SMALL_STATE(2769)] = 129222, - [SMALL_STATE(2770)] = 129277, - [SMALL_STATE(2771)] = 129348, - [SMALL_STATE(2772)] = 129419, - [SMALL_STATE(2773)] = 129470, - [SMALL_STATE(2774)] = 129519, - [SMALL_STATE(2775)] = 129574, - [SMALL_STATE(2776)] = 129643, - [SMALL_STATE(2777)] = 129712, - [SMALL_STATE(2778)] = 129761, - [SMALL_STATE(2779)] = 129816, - [SMALL_STATE(2780)] = 129871, - [SMALL_STATE(2781)] = 129920, - [SMALL_STATE(2782)] = 129969, - [SMALL_STATE(2783)] = 130024, - [SMALL_STATE(2784)] = 130073, - [SMALL_STATE(2785)] = 130122, - [SMALL_STATE(2786)] = 130170, - [SMALL_STATE(2787)] = 130218, - [SMALL_STATE(2788)] = 130266, - [SMALL_STATE(2789)] = 130322, - [SMALL_STATE(2790)] = 130370, - [SMALL_STATE(2791)] = 130418, - [SMALL_STATE(2792)] = 130466, - [SMALL_STATE(2793)] = 130514, - [SMALL_STATE(2794)] = 130562, - [SMALL_STATE(2795)] = 130612, - [SMALL_STATE(2796)] = 130660, - [SMALL_STATE(2797)] = 130726, - [SMALL_STATE(2798)] = 130774, - [SMALL_STATE(2799)] = 130840, - [SMALL_STATE(2800)] = 130894, - [SMALL_STATE(2801)] = 130942, - [SMALL_STATE(2802)] = 130990, - [SMALL_STATE(2803)] = 131038, - [SMALL_STATE(2804)] = 131086, - [SMALL_STATE(2805)] = 131152, - [SMALL_STATE(2806)] = 131206, - [SMALL_STATE(2807)] = 131272, - [SMALL_STATE(2808)] = 131320, - [SMALL_STATE(2809)] = 131372, - [SMALL_STATE(2810)] = 131420, - [SMALL_STATE(2811)] = 131468, - [SMALL_STATE(2812)] = 131516, - [SMALL_STATE(2813)] = 131564, - [SMALL_STATE(2814)] = 131612, - [SMALL_STATE(2815)] = 131660, - [SMALL_STATE(2816)] = 131708, - [SMALL_STATE(2817)] = 131762, - [SMALL_STATE(2818)] = 131810, - [SMALL_STATE(2819)] = 131858, - [SMALL_STATE(2820)] = 131940, - [SMALL_STATE(2821)] = 131988, - [SMALL_STATE(2822)] = 132036, - [SMALL_STATE(2823)] = 132084, - [SMALL_STATE(2824)] = 132138, - [SMALL_STATE(2825)] = 132184, - [SMALL_STATE(2826)] = 132234, - [SMALL_STATE(2827)] = 132282, - [SMALL_STATE(2828)] = 132330, - [SMALL_STATE(2829)] = 132382, - [SMALL_STATE(2830)] = 132430, - [SMALL_STATE(2831)] = 132478, - [SMALL_STATE(2832)] = 132530, - [SMALL_STATE(2833)] = 132578, - [SMALL_STATE(2834)] = 132660, - [SMALL_STATE(2835)] = 132708, - [SMALL_STATE(2836)] = 132756, - [SMALL_STATE(2837)] = 132810, - [SMALL_STATE(2838)] = 132858, - [SMALL_STATE(2839)] = 132906, - [SMALL_STATE(2840)] = 132954, - [SMALL_STATE(2841)] = 133002, - [SMALL_STATE(2842)] = 133050, - [SMALL_STATE(2843)] = 133104, - [SMALL_STATE(2844)] = 133152, - [SMALL_STATE(2845)] = 133206, - [SMALL_STATE(2846)] = 133272, - [SMALL_STATE(2847)] = 133320, - [SMALL_STATE(2848)] = 133368, - [SMALL_STATE(2849)] = 133434, - [SMALL_STATE(2850)] = 133500, - [SMALL_STATE(2851)] = 133548, - [SMALL_STATE(2852)] = 133596, - [SMALL_STATE(2853)] = 133650, - [SMALL_STATE(2854)] = 133716, - [SMALL_STATE(2855)] = 133764, - [SMALL_STATE(2856)] = 133812, - [SMALL_STATE(2857)] = 133860, - [SMALL_STATE(2858)] = 133908, - [SMALL_STATE(2859)] = 133974, - [SMALL_STATE(2860)] = 134022, - [SMALL_STATE(2861)] = 134088, - [SMALL_STATE(2862)] = 134136, - [SMALL_STATE(2863)] = 134202, - [SMALL_STATE(2864)] = 134268, - [SMALL_STATE(2865)] = 134316, - [SMALL_STATE(2866)] = 134370, - [SMALL_STATE(2867)] = 134435, - [SMALL_STATE(2868)] = 134480, - [SMALL_STATE(2869)] = 134545, - [SMALL_STATE(2870)] = 134614, - [SMALL_STATE(2871)] = 134663, - [SMALL_STATE(2872)] = 134716, - [SMALL_STATE(2873)] = 134787, - [SMALL_STATE(2874)] = 134852, - [SMALL_STATE(2875)] = 134905, - [SMALL_STATE(2876)] = 134978, - [SMALL_STATE(2877)] = 135031, - [SMALL_STATE(2878)] = 135086, - [SMALL_STATE(2879)] = 135139, - [SMALL_STATE(2880)] = 135200, - [SMALL_STATE(2881)] = 135249, - [SMALL_STATE(2882)] = 135294, - [SMALL_STATE(2883)] = 135359, - [SMALL_STATE(2884)] = 135424, - [SMALL_STATE(2885)] = 135471, - [SMALL_STATE(2886)] = 135516, - [SMALL_STATE(2887)] = 135591, - [SMALL_STATE(2888)] = 135668, - [SMALL_STATE(2889)] = 135747, - [SMALL_STATE(2890)] = 135800, - [SMALL_STATE(2891)] = 135849, - [SMALL_STATE(2892)] = 135902, - [SMALL_STATE(2893)] = 135969, - [SMALL_STATE(2894)] = 136034, - [SMALL_STATE(2895)] = 136081, - [SMALL_STATE(2896)] = 136146, - [SMALL_STATE(2897)] = 136191, - [SMALL_STATE(2898)] = 136240, - [SMALL_STATE(2899)] = 136285, - [SMALL_STATE(2900)] = 136338, - [SMALL_STATE(2901)] = 136419, - [SMALL_STATE(2902)] = 136466, - [SMALL_STATE(2903)] = 136513, - [SMALL_STATE(2904)] = 136566, - [SMALL_STATE(2905)] = 136615, - [SMALL_STATE(2906)] = 136696, - [SMALL_STATE(2907)] = 136761, - [SMALL_STATE(2908)] = 136814, - [SMALL_STATE(2909)] = 136879, - [SMALL_STATE(2910)] = 136944, - [SMALL_STATE(2911)] = 136993, - [SMALL_STATE(2912)] = 137046, - [SMALL_STATE(2913)] = 137099, - [SMALL_STATE(2914)] = 137164, - [SMALL_STATE(2915)] = 137221, - [SMALL_STATE(2916)] = 137274, - [SMALL_STATE(2917)] = 137321, - [SMALL_STATE(2918)] = 137400, - [SMALL_STATE(2919)] = 137479, - [SMALL_STATE(2920)] = 137544, - [SMALL_STATE(2921)] = 137609, - [SMALL_STATE(2922)] = 137662, - [SMALL_STATE(2923)] = 137740, - [SMALL_STATE(2924)] = 137792, - [SMALL_STATE(2925)] = 137844, - [SMALL_STATE(2926)] = 137914, - [SMALL_STATE(2927)] = 137970, - [SMALL_STATE(2928)] = 138022, - [SMALL_STATE(2929)] = 138094, - [SMALL_STATE(2930)] = 138168, - [SMALL_STATE(2931)] = 138216, - [SMALL_STATE(2932)] = 138268, - [SMALL_STATE(2933)] = 138346, - [SMALL_STATE(2934)] = 138398, - [SMALL_STATE(2935)] = 138446, - [SMALL_STATE(2936)] = 138498, - [SMALL_STATE(2937)] = 138566, - [SMALL_STATE(2938)] = 138618, - [SMALL_STATE(2939)] = 138694, - [SMALL_STATE(2940)] = 138768, - [SMALL_STATE(2941)] = 138840, - [SMALL_STATE(2942)] = 138910, - [SMALL_STATE(2943)] = 138978, - [SMALL_STATE(2944)] = 139044, - [SMALL_STATE(2945)] = 139100, - [SMALL_STATE(2946)] = 139152, - [SMALL_STATE(2947)] = 139218, - [SMALL_STATE(2948)] = 139266, - [SMALL_STATE(2949)] = 139318, - [SMALL_STATE(2950)] = 139362, - [SMALL_STATE(2951)] = 139408, - [SMALL_STATE(2952)] = 139486, - [SMALL_STATE(2953)] = 139550, - [SMALL_STATE(2954)] = 139602, - [SMALL_STATE(2955)] = 139654, - [SMALL_STATE(2956)] = 139706, - [SMALL_STATE(2957)] = 139758, - [SMALL_STATE(2958)] = 139812, - [SMALL_STATE(2959)] = 139864, - [SMALL_STATE(2960)] = 139910, - [SMALL_STATE(2961)] = 139964, - [SMALL_STATE(2962)] = 140024, - [SMALL_STATE(2963)] = 140088, - [SMALL_STATE(2964)] = 140138, - [SMALL_STATE(2965)] = 140190, - [SMALL_STATE(2966)] = 140236, - [SMALL_STATE(2967)] = 140314, - [SMALL_STATE(2968)] = 140366, - [SMALL_STATE(2969)] = 140420, - [SMALL_STATE(2970)] = 140472, - [SMALL_STATE(2971)] = 140524, - [SMALL_STATE(2972)] = 140584, - [SMALL_STATE(2973)] = 140636, - [SMALL_STATE(2974)] = 140682, - [SMALL_STATE(2975)] = 140758, - [SMALL_STATE(2976)] = 140810, - [SMALL_STATE(2977)] = 140862, - [SMALL_STATE(2978)] = 140912, - [SMALL_STATE(2979)] = 140962, - [SMALL_STATE(2980)] = 141014, - [SMALL_STATE(2981)] = 141066, - [SMALL_STATE(2982)] = 141115, - [SMALL_STATE(2983)] = 141186, - [SMALL_STATE(2984)] = 141251, - [SMALL_STATE(2985)] = 141318, - [SMALL_STATE(2986)] = 141387, - [SMALL_STATE(2987)] = 141432, - [SMALL_STATE(2988)] = 141477, - [SMALL_STATE(2989)] = 141532, - [SMALL_STATE(2990)] = 141583, - [SMALL_STATE(2991)] = 141646, - [SMALL_STATE(2992)] = 141699, - [SMALL_STATE(2993)] = 141758, - [SMALL_STATE(2994)] = 141831, - [SMALL_STATE(2995)] = 141878, - [SMALL_STATE(2996)] = 141929, - [SMALL_STATE(2997)] = 141974, - [SMALL_STATE(2998)] = 142047, - [SMALL_STATE(2999)] = 142122, - [SMALL_STATE(3000)] = 142167, - [SMALL_STATE(3001)] = 142244, - [SMALL_STATE(3002)] = 142289, - [SMALL_STATE(3003)] = 142334, - [SMALL_STATE(3004)] = 142379, - [SMALL_STATE(3005)] = 142424, - [SMALL_STATE(3006)] = 142469, - [SMALL_STATE(3007)] = 142520, - [SMALL_STATE(3008)] = 142565, - [SMALL_STATE(3009)] = 142612, - [SMALL_STATE(3010)] = 142657, - [SMALL_STATE(3011)] = 142702, - [SMALL_STATE(3012)] = 142747, - [SMALL_STATE(3013)] = 142792, - [SMALL_STATE(3014)] = 142839, - [SMALL_STATE(3015)] = 142888, - [SMALL_STATE(3016)] = 142935, - [SMALL_STATE(3017)] = 142986, - [SMALL_STATE(3018)] = 143033, - [SMALL_STATE(3019)] = 143078, - [SMALL_STATE(3020)] = 143125, - [SMALL_STATE(3021)] = 143178, - [SMALL_STATE(3022)] = 143223, - [SMALL_STATE(3023)] = 143268, - [SMALL_STATE(3024)] = 143313, - [SMALL_STATE(3025)] = 143360, - [SMALL_STATE(3026)] = 143405, - [SMALL_STATE(3027)] = 143458, - [SMALL_STATE(3028)] = 143503, - [SMALL_STATE(3029)] = 143554, - [SMALL_STATE(3030)] = 143599, - [SMALL_STATE(3031)] = 143650, - [SMALL_STATE(3032)] = 143697, - [SMALL_STATE(3033)] = 143744, - [SMALL_STATE(3034)] = 143789, - [SMALL_STATE(3035)] = 143834, - [SMALL_STATE(3036)] = 143886, - [SMALL_STATE(3037)] = 143936, - [SMALL_STATE(3038)] = 143980, - [SMALL_STATE(3039)] = 144024, - [SMALL_STATE(3040)] = 144068, - [SMALL_STATE(3041)] = 144112, - [SMALL_STATE(3042)] = 144156, - [SMALL_STATE(3043)] = 144200, - [SMALL_STATE(3044)] = 144272, - [SMALL_STATE(3045)] = 144316, - [SMALL_STATE(3046)] = 144360, - [SMALL_STATE(3047)] = 144404, - [SMALL_STATE(3048)] = 144448, - [SMALL_STATE(3049)] = 144492, - [SMALL_STATE(3050)] = 144536, - [SMALL_STATE(3051)] = 144580, - [SMALL_STATE(3052)] = 144624, - [SMALL_STATE(3053)] = 144668, - [SMALL_STATE(3054)] = 144714, - [SMALL_STATE(3055)] = 144758, - [SMALL_STATE(3056)] = 144802, - [SMALL_STATE(3057)] = 144846, - [SMALL_STATE(3058)] = 144890, - [SMALL_STATE(3059)] = 144934, - [SMALL_STATE(3060)] = 144978, - [SMALL_STATE(3061)] = 145022, - [SMALL_STATE(3062)] = 145066, - [SMALL_STATE(3063)] = 145110, - [SMALL_STATE(3064)] = 145154, - [SMALL_STATE(3065)] = 145198, - [SMALL_STATE(3066)] = 145248, - [SMALL_STATE(3067)] = 145298, - [SMALL_STATE(3068)] = 145344, - [SMALL_STATE(3069)] = 145388, - [SMALL_STATE(3070)] = 145438, - [SMALL_STATE(3071)] = 145484, - [SMALL_STATE(3072)] = 145528, - [SMALL_STATE(3073)] = 145574, - [SMALL_STATE(3074)] = 145622, - [SMALL_STATE(3075)] = 145670, - [SMALL_STATE(3076)] = 145722, - [SMALL_STATE(3077)] = 145792, - [SMALL_STATE(3078)] = 145836, - [SMALL_STATE(3079)] = 145880, - [SMALL_STATE(3080)] = 145924, - [SMALL_STATE(3081)] = 145970, - [SMALL_STATE(3082)] = 146014, - [SMALL_STATE(3083)] = 146058, - [SMALL_STATE(3084)] = 146114, - [SMALL_STATE(3085)] = 146158, - [SMALL_STATE(3086)] = 146208, - [SMALL_STATE(3087)] = 146256, - [SMALL_STATE(3088)] = 146300, - [SMALL_STATE(3089)] = 146344, - [SMALL_STATE(3090)] = 146388, - [SMALL_STATE(3091)] = 146432, - [SMALL_STATE(3092)] = 146478, - [SMALL_STATE(3093)] = 146522, - [SMALL_STATE(3094)] = 146566, - [SMALL_STATE(3095)] = 146614, - [SMALL_STATE(3096)] = 146672, - [SMALL_STATE(3097)] = 146724, - [SMALL_STATE(3098)] = 146768, - [SMALL_STATE(3099)] = 146828, - [SMALL_STATE(3100)] = 146872, - [SMALL_STATE(3101)] = 146922, - [SMALL_STATE(3102)] = 146968, - [SMALL_STATE(3103)] = 147012, - [SMALL_STATE(3104)] = 147074, - [SMALL_STATE(3105)] = 147118, - [SMALL_STATE(3106)] = 147162, - [SMALL_STATE(3107)] = 147226, - [SMALL_STATE(3108)] = 147270, - [SMALL_STATE(3109)] = 147336, - [SMALL_STATE(3110)] = 147380, - [SMALL_STATE(3111)] = 147426, - [SMALL_STATE(3112)] = 147472, - [SMALL_STATE(3113)] = 147540, - [SMALL_STATE(3114)] = 147610, - [SMALL_STATE(3115)] = 147654, - [SMALL_STATE(3116)] = 147698, - [SMALL_STATE(3117)] = 147748, - [SMALL_STATE(3118)] = 147792, - [SMALL_STATE(3119)] = 147836, - [SMALL_STATE(3120)] = 147880, - [SMALL_STATE(3121)] = 147950, - [SMALL_STATE(3122)] = 147994, - [SMALL_STATE(3123)] = 148038, - [SMALL_STATE(3124)] = 148108, - [SMALL_STATE(3125)] = 148178, - [SMALL_STATE(3126)] = 148248, - [SMALL_STATE(3127)] = 148292, - [SMALL_STATE(3128)] = 148338, - [SMALL_STATE(3129)] = 148392, - [SMALL_STATE(3130)] = 148435, - [SMALL_STATE(3131)] = 148478, - [SMALL_STATE(3132)] = 148527, - [SMALL_STATE(3133)] = 148570, - [SMALL_STATE(3134)] = 148639, - [SMALL_STATE(3135)] = 148688, - [SMALL_STATE(3136)] = 148757, - [SMALL_STATE(3137)] = 148800, - [SMALL_STATE(3138)] = 148851, - [SMALL_STATE(3139)] = 148920, - [SMALL_STATE(3140)] = 148963, - [SMALL_STATE(3141)] = 149006, - [SMALL_STATE(3142)] = 149051, - [SMALL_STATE(3143)] = 149096, - [SMALL_STATE(3144)] = 149143, - [SMALL_STATE(3145)] = 149186, - [SMALL_STATE(3146)] = 149229, - [SMALL_STATE(3147)] = 149272, - [SMALL_STATE(3148)] = 149315, - [SMALL_STATE(3149)] = 149358, - [SMALL_STATE(3150)] = 149401, - [SMALL_STATE(3151)] = 149444, - [SMALL_STATE(3152)] = 149493, - [SMALL_STATE(3153)] = 149536, - [SMALL_STATE(3154)] = 149581, - [SMALL_STATE(3155)] = 149624, - [SMALL_STATE(3156)] = 149667, - [SMALL_STATE(3157)] = 149710, - [SMALL_STATE(3158)] = 149753, - [SMALL_STATE(3159)] = 149796, - [SMALL_STATE(3160)] = 149841, - [SMALL_STATE(3161)] = 149884, - [SMALL_STATE(3162)] = 149927, - [SMALL_STATE(3163)] = 149976, - [SMALL_STATE(3164)] = 150019, - [SMALL_STATE(3165)] = 150062, - [SMALL_STATE(3166)] = 150109, - [SMALL_STATE(3167)] = 150172, - [SMALL_STATE(3168)] = 150215, - [SMALL_STATE(3169)] = 150258, - [SMALL_STATE(3170)] = 150325, - [SMALL_STATE(3171)] = 150368, - [SMALL_STATE(3172)] = 150433, - [SMALL_STATE(3173)] = 150476, - [SMALL_STATE(3174)] = 150545, - [SMALL_STATE(3175)] = 150588, - [SMALL_STATE(3176)] = 150631, - [SMALL_STATE(3177)] = 150692, - [SMALL_STATE(3178)] = 150735, - [SMALL_STATE(3179)] = 150778, - [SMALL_STATE(3180)] = 150821, - [SMALL_STATE(3181)] = 150880, - [SMALL_STATE(3182)] = 150923, - [SMALL_STATE(3183)] = 150980, - [SMALL_STATE(3184)] = 151023, - [SMALL_STATE(3185)] = 151066, - [SMALL_STATE(3186)] = 151117, - [SMALL_STATE(3187)] = 151160, - [SMALL_STATE(3188)] = 151205, - [SMALL_STATE(3189)] = 151248, - [SMALL_STATE(3190)] = 151295, - [SMALL_STATE(3191)] = 151338, - [SMALL_STATE(3192)] = 151381, - [SMALL_STATE(3193)] = 151430, - [SMALL_STATE(3194)] = 151479, - [SMALL_STATE(3195)] = 151522, - [SMALL_STATE(3196)] = 151565, - [SMALL_STATE(3197)] = 151608, - [SMALL_STATE(3198)] = 151657, - [SMALL_STATE(3199)] = 151712, - [SMALL_STATE(3200)] = 151755, - [SMALL_STATE(3201)] = 151798, - [SMALL_STATE(3202)] = 151847, - [SMALL_STATE(3203)] = 151890, - [SMALL_STATE(3204)] = 151933, - [SMALL_STATE(3205)] = 151976, - [SMALL_STATE(3206)] = 152023, - [SMALL_STATE(3207)] = 152066, - [SMALL_STATE(3208)] = 152115, - [SMALL_STATE(3209)] = 152164, - [SMALL_STATE(3210)] = 152207, - [SMALL_STATE(3211)] = 152250, - [SMALL_STATE(3212)] = 152303, - [SMALL_STATE(3213)] = 152346, - [SMALL_STATE(3214)] = 152389, - [SMALL_STATE(3215)] = 152434, - [SMALL_STATE(3216)] = 152477, - [SMALL_STATE(3217)] = 152520, - [SMALL_STATE(3218)] = 152563, - [SMALL_STATE(3219)] = 152632, - [SMALL_STATE(3220)] = 152675, - [SMALL_STATE(3221)] = 152718, - [SMALL_STATE(3222)] = 152761, - [SMALL_STATE(3223)] = 152808, - [SMALL_STATE(3224)] = 152857, - [SMALL_STATE(3225)] = 152900, - [SMALL_STATE(3226)] = 152943, - [SMALL_STATE(3227)] = 152986, - [SMALL_STATE(3228)] = 153029, - [SMALL_STATE(3229)] = 153072, - [SMALL_STATE(3230)] = 153115, - [SMALL_STATE(3231)] = 153158, - [SMALL_STATE(3232)] = 153201, - [SMALL_STATE(3233)] = 153244, - [SMALL_STATE(3234)] = 153287, - [SMALL_STATE(3235)] = 153330, - [SMALL_STATE(3236)] = 153373, - [SMALL_STATE(3237)] = 153416, - [SMALL_STATE(3238)] = 153485, - [SMALL_STATE(3239)] = 153528, - [SMALL_STATE(3240)] = 153571, - [SMALL_STATE(3241)] = 153614, - [SMALL_STATE(3242)] = 153657, - [SMALL_STATE(3243)] = 153700, - [SMALL_STATE(3244)] = 153743, - [SMALL_STATE(3245)] = 153788, - [SMALL_STATE(3246)] = 153837, - [SMALL_STATE(3247)] = 153880, - [SMALL_STATE(3248)] = 153929, - [SMALL_STATE(3249)] = 153972, - [SMALL_STATE(3250)] = 154017, - [SMALL_STATE(3251)] = 154060, - [SMALL_STATE(3252)] = 154109, - [SMALL_STATE(3253)] = 154152, - [SMALL_STATE(3254)] = 154197, - [SMALL_STATE(3255)] = 154244, - [SMALL_STATE(3256)] = 154287, - [SMALL_STATE(3257)] = 154330, - [SMALL_STATE(3258)] = 154373, - [SMALL_STATE(3259)] = 154418, - [SMALL_STATE(3260)] = 154461, - [SMALL_STATE(3261)] = 154504, - [SMALL_STATE(3262)] = 154547, - [SMALL_STATE(3263)] = 154589, - [SMALL_STATE(3264)] = 154635, - [SMALL_STATE(3265)] = 154677, - [SMALL_STATE(3266)] = 154719, - [SMALL_STATE(3267)] = 154769, - [SMALL_STATE(3268)] = 154811, - [SMALL_STATE(3269)] = 154853, - [SMALL_STATE(3270)] = 154895, - [SMALL_STATE(3271)] = 154937, - [SMALL_STATE(3272)] = 154985, - [SMALL_STATE(3273)] = 155029, - [SMALL_STATE(3274)] = 155071, - [SMALL_STATE(3275)] = 155113, - [SMALL_STATE(3276)] = 155159, - [SMALL_STATE(3277)] = 155205, - [SMALL_STATE(3278)] = 155247, - [SMALL_STATE(3279)] = 155289, - [SMALL_STATE(3280)] = 155335, - [SMALL_STATE(3281)] = 155377, - [SMALL_STATE(3282)] = 155423, - [SMALL_STATE(3283)] = 155465, - [SMALL_STATE(3284)] = 155511, - [SMALL_STATE(3285)] = 155557, - [SMALL_STATE(3286)] = 155599, - [SMALL_STATE(3287)] = 155647, - [SMALL_STATE(3288)] = 155695, - [SMALL_STATE(3289)] = 155741, - [SMALL_STATE(3290)] = 155789, - [SMALL_STATE(3291)] = 155835, - [SMALL_STATE(3292)] = 155883, - [SMALL_STATE(3293)] = 155925, - [SMALL_STATE(3294)] = 155973, - [SMALL_STATE(3295)] = 156021, - [SMALL_STATE(3296)] = 156067, - [SMALL_STATE(3297)] = 156111, - [SMALL_STATE(3298)] = 156157, - [SMALL_STATE(3299)] = 156198, - [SMALL_STATE(3300)] = 156239, - [SMALL_STATE(3301)] = 156280, - [SMALL_STATE(3302)] = 156323, - [SMALL_STATE(3303)] = 156366, - [SMALL_STATE(3304)] = 156407, - [SMALL_STATE(3305)] = 156448, - [SMALL_STATE(3306)] = 156489, - [SMALL_STATE(3307)] = 156530, - [SMALL_STATE(3308)] = 156571, - [SMALL_STATE(3309)] = 156612, - [SMALL_STATE(3310)] = 156653, - [SMALL_STATE(3311)] = 156696, - [SMALL_STATE(3312)] = 156737, - [SMALL_STATE(3313)] = 156778, - [SMALL_STATE(3314)] = 156819, - [SMALL_STATE(3315)] = 156860, - [SMALL_STATE(3316)] = 156901, - [SMALL_STATE(3317)] = 156942, - [SMALL_STATE(3318)] = 156983, - [SMALL_STATE(3319)] = 157026, - [SMALL_STATE(3320)] = 157067, - [SMALL_STATE(3321)] = 157110, - [SMALL_STATE(3322)] = 157151, - [SMALL_STATE(3323)] = 157194, - [SMALL_STATE(3324)] = 157235, - [SMALL_STATE(3325)] = 157276, - [SMALL_STATE(3326)] = 157317, - [SMALL_STATE(3327)] = 157358, - [SMALL_STATE(3328)] = 157399, - [SMALL_STATE(3329)] = 157440, - [SMALL_STATE(3330)] = 157481, - [SMALL_STATE(3331)] = 157522, - [SMALL_STATE(3332)] = 157563, - [SMALL_STATE(3333)] = 157604, - [SMALL_STATE(3334)] = 157647, - [SMALL_STATE(3335)] = 157688, - [SMALL_STATE(3336)] = 157733, - [SMALL_STATE(3337)] = 157774, - [SMALL_STATE(3338)] = 157817, - [SMALL_STATE(3339)] = 157858, - [SMALL_STATE(3340)] = 157903, - [SMALL_STATE(3341)] = 157946, - [SMALL_STATE(3342)] = 157987, - [SMALL_STATE(3343)] = 158028, - [SMALL_STATE(3344)] = 158071, - [SMALL_STATE(3345)] = 158114, - [SMALL_STATE(3346)] = 158185, - [SMALL_STATE(3347)] = 158254, - [SMALL_STATE(3348)] = 158321, - [SMALL_STATE(3349)] = 158364, - [SMALL_STATE(3350)] = 158429, - [SMALL_STATE(3351)] = 158492, - [SMALL_STATE(3352)] = 158533, - [SMALL_STATE(3353)] = 158594, - [SMALL_STATE(3354)] = 158653, - [SMALL_STATE(3355)] = 158706, - [SMALL_STATE(3356)] = 158749, - [SMALL_STATE(3357)] = 158796, - [SMALL_STATE(3358)] = 158853, - [SMALL_STATE(3359)] = 158896, - [SMALL_STATE(3360)] = 158947, - [SMALL_STATE(3361)] = 158990, - [SMALL_STATE(3362)] = 159045, - [SMALL_STATE(3363)] = 159086, - [SMALL_STATE(3364)] = 159127, - [SMALL_STATE(3365)] = 159168, - [SMALL_STATE(3366)] = 159211, - [SMALL_STATE(3367)] = 159254, - [SMALL_STATE(3368)] = 159297, - [SMALL_STATE(3369)] = 159340, - [SMALL_STATE(3370)] = 159383, - [SMALL_STATE(3371)] = 159426, - [SMALL_STATE(3372)] = 159469, - [SMALL_STATE(3373)] = 159516, - [SMALL_STATE(3374)] = 159559, - [SMALL_STATE(3375)] = 159604, - [SMALL_STATE(3376)] = 159645, - [SMALL_STATE(3377)] = 159686, - [SMALL_STATE(3378)] = 159727, - [SMALL_STATE(3379)] = 159768, - [SMALL_STATE(3380)] = 159811, - [SMALL_STATE(3381)] = 159854, - [SMALL_STATE(3382)] = 159901, - [SMALL_STATE(3383)] = 159942, - [SMALL_STATE(3384)] = 159983, - [SMALL_STATE(3385)] = 160024, - [SMALL_STATE(3386)] = 160067, - [SMALL_STATE(3387)] = 160112, - [SMALL_STATE(3388)] = 160153, - [SMALL_STATE(3389)] = 160194, - [SMALL_STATE(3390)] = 160237, - [SMALL_STATE(3391)] = 160280, - [SMALL_STATE(3392)] = 160325, - [SMALL_STATE(3393)] = 160368, - [SMALL_STATE(3394)] = 160415, - [SMALL_STATE(3395)] = 160458, - [SMALL_STATE(3396)] = 160503, - [SMALL_STATE(3397)] = 160546, - [SMALL_STATE(3398)] = 160589, - [SMALL_STATE(3399)] = 160632, - [SMALL_STATE(3400)] = 160677, - [SMALL_STATE(3401)] = 160724, - [SMALL_STATE(3402)] = 160767, - [SMALL_STATE(3403)] = 160808, - [SMALL_STATE(3404)] = 160849, - [SMALL_STATE(3405)] = 160890, - [SMALL_STATE(3406)] = 160931, - [SMALL_STATE(3407)] = 160972, - [SMALL_STATE(3408)] = 161015, - [SMALL_STATE(3409)] = 161058, - [SMALL_STATE(3410)] = 161099, - [SMALL_STATE(3411)] = 161146, - [SMALL_STATE(3412)] = 161189, - [SMALL_STATE(3413)] = 161230, - [SMALL_STATE(3414)] = 161275, - [SMALL_STATE(3415)] = 161316, - [SMALL_STATE(3416)] = 161359, - [SMALL_STATE(3417)] = 161404, - [SMALL_STATE(3418)] = 161447, - [SMALL_STATE(3419)] = 161509, - [SMALL_STATE(3420)] = 161549, - [SMALL_STATE(3421)] = 161591, - [SMALL_STATE(3422)] = 161631, - [SMALL_STATE(3423)] = 161673, - [SMALL_STATE(3424)] = 161729, - [SMALL_STATE(3425)] = 161769, - [SMALL_STATE(3426)] = 161809, - [SMALL_STATE(3427)] = 161849, - [SMALL_STATE(3428)] = 161899, - [SMALL_STATE(3429)] = 161941, - [SMALL_STATE(3430)] = 161981, - [SMALL_STATE(3431)] = 162035, - [SMALL_STATE(3432)] = 162081, - [SMALL_STATE(3433)] = 162123, - [SMALL_STATE(3434)] = 162165, - [SMALL_STATE(3435)] = 162205, - [SMALL_STATE(3436)] = 162247, - [SMALL_STATE(3437)] = 162287, - [SMALL_STATE(3438)] = 162327, - [SMALL_STATE(3439)] = 162369, - [SMALL_STATE(3440)] = 162409, - [SMALL_STATE(3441)] = 162461, - [SMALL_STATE(3442)] = 162519, - [SMALL_STATE(3443)] = 162559, - [SMALL_STATE(3444)] = 162619, - [SMALL_STATE(3445)] = 162659, - [SMALL_STATE(3446)] = 162699, - [SMALL_STATE(3447)] = 162739, - [SMALL_STATE(3448)] = 162781, - [SMALL_STATE(3449)] = 162821, - [SMALL_STATE(3450)] = 162885, - [SMALL_STATE(3451)] = 162951, - [SMALL_STATE(3452)] = 163019, - [SMALL_STATE(3453)] = 163059, - [SMALL_STATE(3454)] = 163099, - [SMALL_STATE(3455)] = 163139, - [SMALL_STATE(3456)] = 163179, - [SMALL_STATE(3457)] = 163219, - [SMALL_STATE(3458)] = 163259, - [SMALL_STATE(3459)] = 163299, - [SMALL_STATE(3460)] = 163343, - [SMALL_STATE(3461)] = 163383, - [SMALL_STATE(3462)] = 163423, - [SMALL_STATE(3463)] = 163465, - [SMALL_STATE(3464)] = 163505, - [SMALL_STATE(3465)] = 163545, - [SMALL_STATE(3466)] = 163587, - [SMALL_STATE(3467)] = 163629, - [SMALL_STATE(3468)] = 163699, - [SMALL_STATE(3469)] = 163741, - [SMALL_STATE(3470)] = 163781, - [SMALL_STATE(3471)] = 163821, - [SMALL_STATE(3472)] = 163861, - [SMALL_STATE(3473)] = 163901, - [SMALL_STATE(3474)] = 163945, - [SMALL_STATE(3475)] = 164015, - [SMALL_STATE(3476)] = 164055, - [SMALL_STATE(3477)] = 164095, - [SMALL_STATE(3478)] = 164135, - [SMALL_STATE(3479)] = 164203, - [SMALL_STATE(3480)] = 164243, - [SMALL_STATE(3481)] = 164309, - [SMALL_STATE(3482)] = 164349, - [SMALL_STATE(3483)] = 164413, - [SMALL_STATE(3484)] = 164455, - [SMALL_STATE(3485)] = 164517, - [SMALL_STATE(3486)] = 164557, - [SMALL_STATE(3487)] = 164599, - [SMALL_STATE(3488)] = 164659, - [SMALL_STATE(3489)] = 164701, - [SMALL_STATE(3490)] = 164759, - [SMALL_STATE(3491)] = 164799, - [SMALL_STATE(3492)] = 164851, - [SMALL_STATE(3493)] = 164891, - [SMALL_STATE(3494)] = 164933, - [SMALL_STATE(3495)] = 164973, - [SMALL_STATE(3496)] = 165019, - [SMALL_STATE(3497)] = 165059, - [SMALL_STATE(3498)] = 165115, - [SMALL_STATE(3499)] = 165155, - [SMALL_STATE(3500)] = 165205, - [SMALL_STATE(3501)] = 165245, - [SMALL_STATE(3502)] = 165299, - [SMALL_STATE(3503)] = 165339, - [SMALL_STATE(3504)] = 165381, - [SMALL_STATE(3505)] = 165421, - [SMALL_STATE(3506)] = 165461, - [SMALL_STATE(3507)] = 165501, - [SMALL_STATE(3508)] = 165541, - [SMALL_STATE(3509)] = 165581, - [SMALL_STATE(3510)] = 165621, - [SMALL_STATE(3511)] = 165660, - [SMALL_STATE(3512)] = 165727, - [SMALL_STATE(3513)] = 165766, - [SMALL_STATE(3514)] = 165833, - [SMALL_STATE(3515)] = 165872, - [SMALL_STATE(3516)] = 165939, - [SMALL_STATE(3517)] = 165978, - [SMALL_STATE(3518)] = 166019, - [SMALL_STATE(3519)] = 166086, - [SMALL_STATE(3520)] = 166125, - [SMALL_STATE(3521)] = 166164, - [SMALL_STATE(3522)] = 166203, - [SMALL_STATE(3523)] = 166242, - [SMALL_STATE(3524)] = 166281, - [SMALL_STATE(3525)] = 166320, - [SMALL_STATE(3526)] = 166359, - [SMALL_STATE(3527)] = 166398, - [SMALL_STATE(3528)] = 166437, - [SMALL_STATE(3529)] = 166476, - [SMALL_STATE(3530)] = 166515, - [SMALL_STATE(3531)] = 166554, - [SMALL_STATE(3532)] = 166621, - [SMALL_STATE(3533)] = 166660, - [SMALL_STATE(3534)] = 166699, - [SMALL_STATE(3535)] = 166738, - [SMALL_STATE(3536)] = 166777, - [SMALL_STATE(3537)] = 166816, - [SMALL_STATE(3538)] = 166883, - [SMALL_STATE(3539)] = 166922, - [SMALL_STATE(3540)] = 166963, - [SMALL_STATE(3541)] = 167030, - [SMALL_STATE(3542)] = 167069, - [SMALL_STATE(3543)] = 167108, - [SMALL_STATE(3544)] = 167147, - [SMALL_STATE(3545)] = 167186, - [SMALL_STATE(3546)] = 167225, - [SMALL_STATE(3547)] = 167264, - [SMALL_STATE(3548)] = 167303, - [SMALL_STATE(3549)] = 167342, - [SMALL_STATE(3550)] = 167381, - [SMALL_STATE(3551)] = 167448, - [SMALL_STATE(3552)] = 167487, - [SMALL_STATE(3553)] = 167526, - [SMALL_STATE(3554)] = 167593, - [SMALL_STATE(3555)] = 167632, - [SMALL_STATE(3556)] = 167671, - [SMALL_STATE(3557)] = 167738, - [SMALL_STATE(3558)] = 167805, - [SMALL_STATE(3559)] = 167844, - [SMALL_STATE(3560)] = 167883, - [SMALL_STATE(3561)] = 167922, - [SMALL_STATE(3562)] = 167961, - [SMALL_STATE(3563)] = 168002, - [SMALL_STATE(3564)] = 168041, - [SMALL_STATE(3565)] = 168080, - [SMALL_STATE(3566)] = 168119, - [SMALL_STATE(3567)] = 168158, - [SMALL_STATE(3568)] = 168225, - [SMALL_STATE(3569)] = 168264, - [SMALL_STATE(3570)] = 168303, - [SMALL_STATE(3571)] = 168342, - [SMALL_STATE(3572)] = 168381, - [SMALL_STATE(3573)] = 168420, - [SMALL_STATE(3574)] = 168461, - [SMALL_STATE(3575)] = 168502, - [SMALL_STATE(3576)] = 168541, - [SMALL_STATE(3577)] = 168580, - [SMALL_STATE(3578)] = 168647, - [SMALL_STATE(3579)] = 168686, - [SMALL_STATE(3580)] = 168725, - [SMALL_STATE(3581)] = 168764, - [SMALL_STATE(3582)] = 168803, - [SMALL_STATE(3583)] = 168842, - [SMALL_STATE(3584)] = 168881, - [SMALL_STATE(3585)] = 168920, - [SMALL_STATE(3586)] = 168959, - [SMALL_STATE(3587)] = 169000, - [SMALL_STATE(3588)] = 169067, - [SMALL_STATE(3589)] = 169106, - [SMALL_STATE(3590)] = 169173, - [SMALL_STATE(3591)] = 169211, - [SMALL_STATE(3592)] = 169249, - [SMALL_STATE(3593)] = 169287, - [SMALL_STATE(3594)] = 169325, - [SMALL_STATE(3595)] = 169363, - [SMALL_STATE(3596)] = 169401, - [SMALL_STATE(3597)] = 169439, - [SMALL_STATE(3598)] = 169477, - [SMALL_STATE(3599)] = 169515, - [SMALL_STATE(3600)] = 169555, - [SMALL_STATE(3601)] = 169595, - [SMALL_STATE(3602)] = 169633, - [SMALL_STATE(3603)] = 169671, - [SMALL_STATE(3604)] = 169709, - [SMALL_STATE(3605)] = 169747, - [SMALL_STATE(3606)] = 169785, - [SMALL_STATE(3607)] = 169823, - [SMALL_STATE(3608)] = 169861, - [SMALL_STATE(3609)] = 169899, - [SMALL_STATE(3610)] = 169936, - [SMALL_STATE(3611)] = 169973, - [SMALL_STATE(3612)] = 170027, - [SMALL_STATE(3613)] = 170081, - [SMALL_STATE(3614)] = 170135, - [SMALL_STATE(3615)] = 170189, - [SMALL_STATE(3616)] = 170243, - [SMALL_STATE(3617)] = 170297, - [SMALL_STATE(3618)] = 170345, - [SMALL_STATE(3619)] = 170393, - [SMALL_STATE(3620)] = 170441, - [SMALL_STATE(3621)] = 170489, - [SMALL_STATE(3622)] = 170537, - [SMALL_STATE(3623)] = 170585, - [SMALL_STATE(3624)] = 170633, - [SMALL_STATE(3625)] = 170681, - [SMALL_STATE(3626)] = 170729, - [SMALL_STATE(3627)] = 170777, - [SMALL_STATE(3628)] = 170825, - [SMALL_STATE(3629)] = 170873, - [SMALL_STATE(3630)] = 170922, - [SMALL_STATE(3631)] = 170971, - [SMALL_STATE(3632)] = 171024, - [SMALL_STATE(3633)] = 171073, - [SMALL_STATE(3634)] = 171122, - [SMALL_STATE(3635)] = 171175, - [SMALL_STATE(3636)] = 171224, - [SMALL_STATE(3637)] = 171273, - [SMALL_STATE(3638)] = 171321, - [SMALL_STATE(3639)] = 171369, - [SMALL_STATE(3640)] = 171397, - [SMALL_STATE(3641)] = 171445, - [SMALL_STATE(3642)] = 171493, - [SMALL_STATE(3643)] = 171521, - [SMALL_STATE(3644)] = 171569, - [SMALL_STATE(3645)] = 171617, - [SMALL_STATE(3646)] = 171665, - [SMALL_STATE(3647)] = 171713, - [SMALL_STATE(3648)] = 171763, - [SMALL_STATE(3649)] = 171811, - [SMALL_STATE(3650)] = 171859, - [SMALL_STATE(3651)] = 171907, - [SMALL_STATE(3652)] = 171955, - [SMALL_STATE(3653)] = 171998, - [SMALL_STATE(3654)] = 172041, - [SMALL_STATE(3655)] = 172088, - [SMALL_STATE(3656)] = 172131, - [SMALL_STATE(3657)] = 172174, - [SMALL_STATE(3658)] = 172217, - [SMALL_STATE(3659)] = 172260, - [SMALL_STATE(3660)] = 172303, - [SMALL_STATE(3661)] = 172346, - [SMALL_STATE(3662)] = 172389, - [SMALL_STATE(3663)] = 172432, - [SMALL_STATE(3664)] = 172475, - [SMALL_STATE(3665)] = 172518, - [SMALL_STATE(3666)] = 172565, - [SMALL_STATE(3667)] = 172612, - [SMALL_STATE(3668)] = 172661, - [SMALL_STATE(3669)] = 172708, - [SMALL_STATE(3670)] = 172755, - [SMALL_STATE(3671)] = 172802, - [SMALL_STATE(3672)] = 172849, - [SMALL_STATE(3673)] = 172875, - [SMALL_STATE(3674)] = 172917, - [SMALL_STATE(3675)] = 172959, - [SMALL_STATE(3676)] = 173001, - [SMALL_STATE(3677)] = 173045, - [SMALL_STATE(3678)] = 173089, - [SMALL_STATE(3679)] = 173133, - [SMALL_STATE(3680)] = 173177, - [SMALL_STATE(3681)] = 173219, - [SMALL_STATE(3682)] = 173263, - [SMALL_STATE(3683)] = 173305, - [SMALL_STATE(3684)] = 173347, - [SMALL_STATE(3685)] = 173389, - [SMALL_STATE(3686)] = 173433, - [SMALL_STATE(3687)] = 173477, - [SMALL_STATE(3688)] = 173519, - [SMALL_STATE(3689)] = 173563, - [SMALL_STATE(3690)] = 173605, - [SMALL_STATE(3691)] = 173647, - [SMALL_STATE(3692)] = 173689, - [SMALL_STATE(3693)] = 173731, - [SMALL_STATE(3694)] = 173775, - [SMALL_STATE(3695)] = 173817, - [SMALL_STATE(3696)] = 173859, - [SMALL_STATE(3697)] = 173903, - [SMALL_STATE(3698)] = 173945, - [SMALL_STATE(3699)] = 173989, - [SMALL_STATE(3700)] = 174031, - [SMALL_STATE(3701)] = 174073, - [SMALL_STATE(3702)] = 174115, - [SMALL_STATE(3703)] = 174157, - [SMALL_STATE(3704)] = 174199, - [SMALL_STATE(3705)] = 174241, - [SMALL_STATE(3706)] = 174283, - [SMALL_STATE(3707)] = 174327, - [SMALL_STATE(3708)] = 174371, - [SMALL_STATE(3709)] = 174413, - [SMALL_STATE(3710)] = 174457, - [SMALL_STATE(3711)] = 174499, - [SMALL_STATE(3712)] = 174543, - [SMALL_STATE(3713)] = 174585, - [SMALL_STATE(3714)] = 174627, - [SMALL_STATE(3715)] = 174675, - [SMALL_STATE(3716)] = 174717, - [SMALL_STATE(3717)] = 174759, - [SMALL_STATE(3718)] = 174801, - [SMALL_STATE(3719)] = 174843, - [SMALL_STATE(3720)] = 174885, - [SMALL_STATE(3721)] = 174927, - [SMALL_STATE(3722)] = 174969, - [SMALL_STATE(3723)] = 175011, - [SMALL_STATE(3724)] = 175053, - [SMALL_STATE(3725)] = 175097, - [SMALL_STATE(3726)] = 175139, - [SMALL_STATE(3727)] = 175178, - [SMALL_STATE(3728)] = 175219, - [SMALL_STATE(3729)] = 175264, - [SMALL_STATE(3730)] = 175309, - [SMALL_STATE(3731)] = 175352, - [SMALL_STATE(3732)] = 175393, - [SMALL_STATE(3733)] = 175438, - [SMALL_STATE(3734)] = 175479, - [SMALL_STATE(3735)] = 175520, - [SMALL_STATE(3736)] = 175563, - [SMALL_STATE(3737)] = 175606, - [SMALL_STATE(3738)] = 175651, - [SMALL_STATE(3739)] = 175694, - [SMALL_STATE(3740)] = 175735, - [SMALL_STATE(3741)] = 175776, - [SMALL_STATE(3742)] = 175819, - [SMALL_STATE(3743)] = 175862, - [SMALL_STATE(3744)] = 175903, - [SMALL_STATE(3745)] = 175948, - [SMALL_STATE(3746)] = 175989, - [SMALL_STATE(3747)] = 176034, - [SMALL_STATE(3748)] = 176075, - [SMALL_STATE(3749)] = 176116, - [SMALL_STATE(3750)] = 176161, - [SMALL_STATE(3751)] = 176202, - [SMALL_STATE(3752)] = 176247, - [SMALL_STATE(3753)] = 176292, - [SMALL_STATE(3754)] = 176333, - [SMALL_STATE(3755)] = 176374, - [SMALL_STATE(3756)] = 176415, - [SMALL_STATE(3757)] = 176461, - [SMALL_STATE(3758)] = 176491, - [SMALL_STATE(3759)] = 176519, - [SMALL_STATE(3760)] = 176549, - [SMALL_STATE(3761)] = 176579, - [SMALL_STATE(3762)] = 176625, - [SMALL_STATE(3763)] = 176667, - [SMALL_STATE(3764)] = 176713, - [SMALL_STATE(3765)] = 176753, - [SMALL_STATE(3766)] = 176781, - [SMALL_STATE(3767)] = 176819, - [SMALL_STATE(3768)] = 176857, - [SMALL_STATE(3769)] = 176895, - [SMALL_STATE(3770)] = 176933, - [SMALL_STATE(3771)] = 176971, - [SMALL_STATE(3772)] = 177015, - [SMALL_STATE(3773)] = 177045, - [SMALL_STATE(3774)] = 177085, - [SMALL_STATE(3775)] = 177115, - [SMALL_STATE(3776)] = 177161, - [SMALL_STATE(3777)] = 177207, - [SMALL_STATE(3778)] = 177253, - [SMALL_STATE(3779)] = 177295, - [SMALL_STATE(3780)] = 177337, - [SMALL_STATE(3781)] = 177375, - [SMALL_STATE(3782)] = 177405, - [SMALL_STATE(3783)] = 177435, - [SMALL_STATE(3784)] = 177463, - [SMALL_STATE(3785)] = 177509, - [SMALL_STATE(3786)] = 177555, - [SMALL_STATE(3787)] = 177593, - [SMALL_STATE(3788)] = 177631, - [SMALL_STATE(3789)] = 177673, - [SMALL_STATE(3790)] = 177715, - [SMALL_STATE(3791)] = 177761, - [SMALL_STATE(3792)] = 177807, - [SMALL_STATE(3793)] = 177853, - [SMALL_STATE(3794)] = 177891, - [SMALL_STATE(3795)] = 177937, - [SMALL_STATE(3796)] = 177975, - [SMALL_STATE(3797)] = 178013, - [SMALL_STATE(3798)] = 178051, - [SMALL_STATE(3799)] = 178089, - [SMALL_STATE(3800)] = 178135, - [SMALL_STATE(3801)] = 178163, - [SMALL_STATE(3802)] = 178209, - [SMALL_STATE(3803)] = 178251, - [SMALL_STATE(3804)] = 178290, - [SMALL_STATE(3805)] = 178329, - [SMALL_STATE(3806)] = 178368, - [SMALL_STATE(3807)] = 178405, - [SMALL_STATE(3808)] = 178442, - [SMALL_STATE(3809)] = 178481, - [SMALL_STATE(3810)] = 178518, - [SMALL_STATE(3811)] = 178557, - [SMALL_STATE(3812)] = 178584, - [SMALL_STATE(3813)] = 178623, - [SMALL_STATE(3814)] = 178662, - [SMALL_STATE(3815)] = 178697, - [SMALL_STATE(3816)] = 178734, - [SMALL_STATE(3817)] = 178761, - [SMALL_STATE(3818)] = 178800, - [SMALL_STATE(3819)] = 178837, - [SMALL_STATE(3820)] = 178864, - [SMALL_STATE(3821)] = 178901, - [SMALL_STATE(3822)] = 178940, - [SMALL_STATE(3823)] = 178975, - [SMALL_STATE(3824)] = 179014, - [SMALL_STATE(3825)] = 179053, - [SMALL_STATE(3826)] = 179088, - [SMALL_STATE(3827)] = 179127, - [SMALL_STATE(3828)] = 179164, - [SMALL_STATE(3829)] = 179197, - [SMALL_STATE(3830)] = 179236, - [SMALL_STATE(3831)] = 179269, - [SMALL_STATE(3832)] = 179308, - [SMALL_STATE(3833)] = 179331, - [SMALL_STATE(3834)] = 179370, - [SMALL_STATE(3835)] = 179397, - [SMALL_STATE(3836)] = 179436, - [SMALL_STATE(3837)] = 179475, - [SMALL_STATE(3838)] = 179500, - [SMALL_STATE(3839)] = 179525, - [SMALL_STATE(3840)] = 179550, - [SMALL_STATE(3841)] = 179589, - [SMALL_STATE(3842)] = 179628, - [SMALL_STATE(3843)] = 179663, - [SMALL_STATE(3844)] = 179686, - [SMALL_STATE(3845)] = 179721, - [SMALL_STATE(3846)] = 179760, - [SMALL_STATE(3847)] = 179785, - [SMALL_STATE(3848)] = 179808, - [SMALL_STATE(3849)] = 179835, - [SMALL_STATE(3850)] = 179872, - [SMALL_STATE(3851)] = 179909, - [SMALL_STATE(3852)] = 179948, - [SMALL_STATE(3853)] = 179983, - [SMALL_STATE(3854)] = 180006, - [SMALL_STATE(3855)] = 180045, - [SMALL_STATE(3856)] = 180084, - [SMALL_STATE(3857)] = 180123, - [SMALL_STATE(3858)] = 180162, - [SMALL_STATE(3859)] = 180199, - [SMALL_STATE(3860)] = 180238, - [SMALL_STATE(3861)] = 180263, - [SMALL_STATE(3862)] = 180302, - [SMALL_STATE(3863)] = 180341, - [SMALL_STATE(3864)] = 180380, - [SMALL_STATE(3865)] = 180415, - [SMALL_STATE(3866)] = 180454, - [SMALL_STATE(3867)] = 180491, - [SMALL_STATE(3868)] = 180530, - [SMALL_STATE(3869)] = 180555, - [SMALL_STATE(3870)] = 180580, - [SMALL_STATE(3871)] = 180617, - [SMALL_STATE(3872)] = 180642, - [SMALL_STATE(3873)] = 180681, - [SMALL_STATE(3874)] = 180716, - [SMALL_STATE(3875)] = 180755, - [SMALL_STATE(3876)] = 180794, - [SMALL_STATE(3877)] = 180817, - [SMALL_STATE(3878)] = 180856, - [SMALL_STATE(3879)] = 180895, - [SMALL_STATE(3880)] = 180934, - [SMALL_STATE(3881)] = 180973, - [SMALL_STATE(3882)] = 181012, - [SMALL_STATE(3883)] = 181051, - [SMALL_STATE(3884)] = 181090, - [SMALL_STATE(3885)] = 181129, - [SMALL_STATE(3886)] = 181168, - [SMALL_STATE(3887)] = 181203, - [SMALL_STATE(3888)] = 181238, - [SMALL_STATE(3889)] = 181277, - [SMALL_STATE(3890)] = 181316, - [SMALL_STATE(3891)] = 181340, - [SMALL_STATE(3892)] = 181362, - [SMALL_STATE(3893)] = 181394, - [SMALL_STATE(3894)] = 181416, - [SMALL_STATE(3895)] = 181440, - [SMALL_STATE(3896)] = 181464, - [SMALL_STATE(3897)] = 181492, - [SMALL_STATE(3898)] = 181516, - [SMALL_STATE(3899)] = 181552, - [SMALL_STATE(3900)] = 181574, - [SMALL_STATE(3901)] = 181598, - [SMALL_STATE(3902)] = 181622, - [SMALL_STATE(3903)] = 181658, - [SMALL_STATE(3904)] = 181680, - [SMALL_STATE(3905)] = 181708, - [SMALL_STATE(3906)] = 181736, - [SMALL_STATE(3907)] = 181772, - [SMALL_STATE(3908)] = 181794, - [SMALL_STATE(3909)] = 181816, - [SMALL_STATE(3910)] = 181838, - [SMALL_STATE(3911)] = 181874, - [SMALL_STATE(3912)] = 181896, - [SMALL_STATE(3913)] = 181918, - [SMALL_STATE(3914)] = 181940, - [SMALL_STATE(3915)] = 181962, - [SMALL_STATE(3916)] = 181984, - [SMALL_STATE(3917)] = 182006, - [SMALL_STATE(3918)] = 182028, - [SMALL_STATE(3919)] = 182050, - [SMALL_STATE(3920)] = 182072, - [SMALL_STATE(3921)] = 182108, - [SMALL_STATE(3922)] = 182130, - [SMALL_STATE(3923)] = 182152, - [SMALL_STATE(3924)] = 182174, - [SMALL_STATE(3925)] = 182210, - [SMALL_STATE(3926)] = 182232, - [SMALL_STATE(3927)] = 182268, - [SMALL_STATE(3928)] = 182304, - [SMALL_STATE(3929)] = 182342, - [SMALL_STATE(3930)] = 182364, - [SMALL_STATE(3931)] = 182396, - [SMALL_STATE(3932)] = 182431, - [SMALL_STATE(3933)] = 182458, - [SMALL_STATE(3934)] = 182491, - [SMALL_STATE(3935)] = 182524, - [SMALL_STATE(3936)] = 182545, - [SMALL_STATE(3937)] = 182578, - [SMALL_STATE(3938)] = 182599, - [SMALL_STATE(3939)] = 182620, - [SMALL_STATE(3940)] = 182641, - [SMALL_STATE(3941)] = 182662, - [SMALL_STATE(3942)] = 182697, - [SMALL_STATE(3943)] = 182718, - [SMALL_STATE(3944)] = 182739, - [SMALL_STATE(3945)] = 182772, - [SMALL_STATE(3946)] = 182805, - [SMALL_STATE(3947)] = 182838, - [SMALL_STATE(3948)] = 182871, - [SMALL_STATE(3949)] = 182904, - [SMALL_STATE(3950)] = 182937, - [SMALL_STATE(3951)] = 182970, - [SMALL_STATE(3952)] = 183003, - [SMALL_STATE(3953)] = 183036, - [SMALL_STATE(3954)] = 183055, - [SMALL_STATE(3955)] = 183076, - [SMALL_STATE(3956)] = 183109, - [SMALL_STATE(3957)] = 183130, - [SMALL_STATE(3958)] = 183151, - [SMALL_STATE(3959)] = 183184, - [SMALL_STATE(3960)] = 183217, - [SMALL_STATE(3961)] = 183250, - [SMALL_STATE(3962)] = 183283, - [SMALL_STATE(3963)] = 183316, - [SMALL_STATE(3964)] = 183349, - [SMALL_STATE(3965)] = 183370, - [SMALL_STATE(3966)] = 183403, - [SMALL_STATE(3967)] = 183436, - [SMALL_STATE(3968)] = 183457, - [SMALL_STATE(3969)] = 183490, - [SMALL_STATE(3970)] = 183511, - [SMALL_STATE(3971)] = 183532, - [SMALL_STATE(3972)] = 183553, - [SMALL_STATE(3973)] = 183574, - [SMALL_STATE(3974)] = 183595, - [SMALL_STATE(3975)] = 183616, - [SMALL_STATE(3976)] = 183637, - [SMALL_STATE(3977)] = 183658, - [SMALL_STATE(3978)] = 183679, - [SMALL_STATE(3979)] = 183700, - [SMALL_STATE(3980)] = 183721, - [SMALL_STATE(3981)] = 183742, - [SMALL_STATE(3982)] = 183763, - [SMALL_STATE(3983)] = 183790, - [SMALL_STATE(3984)] = 183811, - [SMALL_STATE(3985)] = 183832, - [SMALL_STATE(3986)] = 183853, - [SMALL_STATE(3987)] = 183888, - [SMALL_STATE(3988)] = 183909, - [SMALL_STATE(3989)] = 183930, - [SMALL_STATE(3990)] = 183951, - [SMALL_STATE(3991)] = 183972, - [SMALL_STATE(3992)] = 183993, - [SMALL_STATE(3993)] = 184014, - [SMALL_STATE(3994)] = 184035, - [SMALL_STATE(3995)] = 184068, - [SMALL_STATE(3996)] = 184089, - [SMALL_STATE(3997)] = 184110, - [SMALL_STATE(3998)] = 184131, - [SMALL_STATE(3999)] = 184152, - [SMALL_STATE(4000)] = 184173, - [SMALL_STATE(4001)] = 184194, - [SMALL_STATE(4002)] = 184213, - [SMALL_STATE(4003)] = 184234, - [SMALL_STATE(4004)] = 184267, - [SMALL_STATE(4005)] = 184288, - [SMALL_STATE(4006)] = 184309, - [SMALL_STATE(4007)] = 184342, - [SMALL_STATE(4008)] = 184363, - [SMALL_STATE(4009)] = 184396, - [SMALL_STATE(4010)] = 184429, - [SMALL_STATE(4011)] = 184462, - [SMALL_STATE(4012)] = 184483, - [SMALL_STATE(4013)] = 184502, - [SMALL_STATE(4014)] = 184537, - [SMALL_STATE(4015)] = 184570, - [SMALL_STATE(4016)] = 184603, - [SMALL_STATE(4017)] = 184636, - [SMALL_STATE(4018)] = 184657, - [SMALL_STATE(4019)] = 184690, - [SMALL_STATE(4020)] = 184725, - [SMALL_STATE(4021)] = 184758, - [SMALL_STATE(4022)] = 184779, - [SMALL_STATE(4023)] = 184812, - [SMALL_STATE(4024)] = 184833, - [SMALL_STATE(4025)] = 184860, - [SMALL_STATE(4026)] = 184881, - [SMALL_STATE(4027)] = 184914, - [SMALL_STATE(4028)] = 184947, - [SMALL_STATE(4029)] = 184980, - [SMALL_STATE(4030)] = 185015, - [SMALL_STATE(4031)] = 185048, - [SMALL_STATE(4032)] = 185067, - [SMALL_STATE(4033)] = 185100, - [SMALL_STATE(4034)] = 185133, - [SMALL_STATE(4035)] = 185168, - [SMALL_STATE(4036)] = 185201, - [SMALL_STATE(4037)] = 185222, - [SMALL_STATE(4038)] = 185255, - [SMALL_STATE(4039)] = 185288, - [SMALL_STATE(4040)] = 185321, - [SMALL_STATE(4041)] = 185342, - [SMALL_STATE(4042)] = 185363, - [SMALL_STATE(4043)] = 185396, - [SMALL_STATE(4044)] = 185429, - [SMALL_STATE(4045)] = 185450, - [SMALL_STATE(4046)] = 185469, - [SMALL_STATE(4047)] = 185502, - [SMALL_STATE(4048)] = 185535, - [SMALL_STATE(4049)] = 185570, - [SMALL_STATE(4050)] = 185603, - [SMALL_STATE(4051)] = 185638, - [SMALL_STATE(4052)] = 185671, - [SMALL_STATE(4053)] = 185704, - [SMALL_STATE(4054)] = 185737, - [SMALL_STATE(4055)] = 185770, - [SMALL_STATE(4056)] = 185803, - [SMALL_STATE(4057)] = 185836, - [SMALL_STATE(4058)] = 185869, - [SMALL_STATE(4059)] = 185902, - [SMALL_STATE(4060)] = 185935, - [SMALL_STATE(4061)] = 185968, - [SMALL_STATE(4062)] = 186001, - [SMALL_STATE(4063)] = 186034, - [SMALL_STATE(4064)] = 186067, - [SMALL_STATE(4065)] = 186100, - [SMALL_STATE(4066)] = 186133, - [SMALL_STATE(4067)] = 186166, - [SMALL_STATE(4068)] = 186199, - [SMALL_STATE(4069)] = 186232, - [SMALL_STATE(4070)] = 186265, - [SMALL_STATE(4071)] = 186298, - [SMALL_STATE(4072)] = 186331, - [SMALL_STATE(4073)] = 186364, - [SMALL_STATE(4074)] = 186397, - [SMALL_STATE(4075)] = 186430, - [SMALL_STATE(4076)] = 186463, - [SMALL_STATE(4077)] = 186496, - [SMALL_STATE(4078)] = 186529, - [SMALL_STATE(4079)] = 186562, - [SMALL_STATE(4080)] = 186595, - [SMALL_STATE(4081)] = 186628, - [SMALL_STATE(4082)] = 186661, - [SMALL_STATE(4083)] = 186694, - [SMALL_STATE(4084)] = 186727, - [SMALL_STATE(4085)] = 186760, - [SMALL_STATE(4086)] = 186793, - [SMALL_STATE(4087)] = 186819, - [SMALL_STATE(4088)] = 186849, - [SMALL_STATE(4089)] = 186875, - [SMALL_STATE(4090)] = 186901, - [SMALL_STATE(4091)] = 186927, - [SMALL_STATE(4092)] = 186949, - [SMALL_STATE(4093)] = 186975, - [SMALL_STATE(4094)] = 187001, - [SMALL_STATE(4095)] = 187033, - [SMALL_STATE(4096)] = 187059, - [SMALL_STATE(4097)] = 187091, - [SMALL_STATE(4098)] = 187117, - [SMALL_STATE(4099)] = 187143, - [SMALL_STATE(4100)] = 187169, - [SMALL_STATE(4101)] = 187195, - [SMALL_STATE(4102)] = 187221, - [SMALL_STATE(4103)] = 187247, - [SMALL_STATE(4104)] = 187273, - [SMALL_STATE(4105)] = 187299, - [SMALL_STATE(4106)] = 187325, - [SMALL_STATE(4107)] = 187351, - [SMALL_STATE(4108)] = 187383, - [SMALL_STATE(4109)] = 187409, - [SMALL_STATE(4110)] = 187435, - [SMALL_STATE(4111)] = 187467, - [SMALL_STATE(4112)] = 187489, - [SMALL_STATE(4113)] = 187515, - [SMALL_STATE(4114)] = 187541, - [SMALL_STATE(4115)] = 187573, - [SMALL_STATE(4116)] = 187599, - [SMALL_STATE(4117)] = 187625, - [SMALL_STATE(4118)] = 187647, - [SMALL_STATE(4119)] = 187679, - [SMALL_STATE(4120)] = 187705, - [SMALL_STATE(4121)] = 187731, - [SMALL_STATE(4122)] = 187757, - [SMALL_STATE(4123)] = 187783, - [SMALL_STATE(4124)] = 187809, - [SMALL_STATE(4125)] = 187835, - [SMALL_STATE(4126)] = 187861, - [SMALL_STATE(4127)] = 187887, - [SMALL_STATE(4128)] = 187913, - [SMALL_STATE(4129)] = 187939, - [SMALL_STATE(4130)] = 187957, - [SMALL_STATE(4131)] = 187981, - [SMALL_STATE(4132)] = 187999, - [SMALL_STATE(4133)] = 188025, - [SMALL_STATE(4134)] = 188049, - [SMALL_STATE(4135)] = 188075, - [SMALL_STATE(4136)] = 188101, - [SMALL_STATE(4137)] = 188123, - [SMALL_STATE(4138)] = 188149, - [SMALL_STATE(4139)] = 188175, - [SMALL_STATE(4140)] = 188201, - [SMALL_STATE(4141)] = 188220, - [SMALL_STATE(4142)] = 188245, - [SMALL_STATE(4143)] = 188266, - [SMALL_STATE(4144)] = 188295, - [SMALL_STATE(4145)] = 188324, - [SMALL_STATE(4146)] = 188343, - [SMALL_STATE(4147)] = 188368, - [SMALL_STATE(4148)] = 188399, - [SMALL_STATE(4149)] = 188424, - [SMALL_STATE(4150)] = 188447, - [SMALL_STATE(4151)] = 188478, - [SMALL_STATE(4152)] = 188503, - [SMALL_STATE(4153)] = 188528, - [SMALL_STATE(4154)] = 188553, - [SMALL_STATE(4155)] = 188582, - [SMALL_STATE(4156)] = 188611, - [SMALL_STATE(4157)] = 188630, - [SMALL_STATE(4158)] = 188653, - [SMALL_STATE(4159)] = 188680, - [SMALL_STATE(4160)] = 188699, - [SMALL_STATE(4161)] = 188728, - [SMALL_STATE(4162)] = 188751, - [SMALL_STATE(4163)] = 188774, - [SMALL_STATE(4164)] = 188799, - [SMALL_STATE(4165)] = 188824, - [SMALL_STATE(4166)] = 188855, - [SMALL_STATE(4167)] = 188884, - [SMALL_STATE(4168)] = 188903, - [SMALL_STATE(4169)] = 188924, - [SMALL_STATE(4170)] = 188947, - [SMALL_STATE(4171)] = 188972, - [SMALL_STATE(4172)] = 188997, - [SMALL_STATE(4173)] = 189022, - [SMALL_STATE(4174)] = 189047, - [SMALL_STATE(4175)] = 189072, - [SMALL_STATE(4176)] = 189097, - [SMALL_STATE(4177)] = 189122, - [SMALL_STATE(4178)] = 189141, - [SMALL_STATE(4179)] = 189164, - [SMALL_STATE(4180)] = 189189, - [SMALL_STATE(4181)] = 189214, - [SMALL_STATE(4182)] = 189239, - [SMALL_STATE(4183)] = 189268, - [SMALL_STATE(4184)] = 189297, - [SMALL_STATE(4185)] = 189326, - [SMALL_STATE(4186)] = 189351, - [SMALL_STATE(4187)] = 189370, - [SMALL_STATE(4188)] = 189393, - [SMALL_STATE(4189)] = 189414, - [SMALL_STATE(4190)] = 189433, - [SMALL_STATE(4191)] = 189458, - [SMALL_STATE(4192)] = 189481, - [SMALL_STATE(4193)] = 189500, - [SMALL_STATE(4194)] = 189521, - [SMALL_STATE(4195)] = 189546, - [SMALL_STATE(4196)] = 189569, - [SMALL_STATE(4197)] = 189592, - [SMALL_STATE(4198)] = 189617, - [SMALL_STATE(4199)] = 189638, - [SMALL_STATE(4200)] = 189663, - [SMALL_STATE(4201)] = 189688, - [SMALL_STATE(4202)] = 189713, - [SMALL_STATE(4203)] = 189738, - [SMALL_STATE(4204)] = 189763, - [SMALL_STATE(4205)] = 189788, - [SMALL_STATE(4206)] = 189813, - [SMALL_STATE(4207)] = 189838, - [SMALL_STATE(4208)] = 189863, - [SMALL_STATE(4209)] = 189888, - [SMALL_STATE(4210)] = 189913, - [SMALL_STATE(4211)] = 189938, - [SMALL_STATE(4212)] = 189963, - [SMALL_STATE(4213)] = 189982, - [SMALL_STATE(4214)] = 190007, - [SMALL_STATE(4215)] = 190032, - [SMALL_STATE(4216)] = 190057, - [SMALL_STATE(4217)] = 190076, - [SMALL_STATE(4218)] = 190101, - [SMALL_STATE(4219)] = 190126, - [SMALL_STATE(4220)] = 190151, - [SMALL_STATE(4221)] = 190180, - [SMALL_STATE(4222)] = 190205, - [SMALL_STATE(4223)] = 190230, - [SMALL_STATE(4224)] = 190249, - [SMALL_STATE(4225)] = 190275, - [SMALL_STATE(4226)] = 190293, - [SMALL_STATE(4227)] = 190319, - [SMALL_STATE(4228)] = 190345, - [SMALL_STATE(4229)] = 190363, - [SMALL_STATE(4230)] = 190389, - [SMALL_STATE(4231)] = 190413, - [SMALL_STATE(4232)] = 190431, - [SMALL_STATE(4233)] = 190455, - [SMALL_STATE(4234)] = 190479, - [SMALL_STATE(4235)] = 190497, - [SMALL_STATE(4236)] = 190519, - [SMALL_STATE(4237)] = 190545, - [SMALL_STATE(4238)] = 190571, - [SMALL_STATE(4239)] = 190589, - [SMALL_STATE(4240)] = 190613, - [SMALL_STATE(4241)] = 190639, - [SMALL_STATE(4242)] = 190667, - [SMALL_STATE(4243)] = 190693, - [SMALL_STATE(4244)] = 190719, - [SMALL_STATE(4245)] = 190745, - [SMALL_STATE(4246)] = 190771, - [SMALL_STATE(4247)] = 190799, - [SMALL_STATE(4248)] = 190827, - [SMALL_STATE(4249)] = 190847, - [SMALL_STATE(4250)] = 190867, - [SMALL_STATE(4251)] = 190893, - [SMALL_STATE(4252)] = 190915, - [SMALL_STATE(4253)] = 190943, - [SMALL_STATE(4254)] = 190963, - [SMALL_STATE(4255)] = 190983, - [SMALL_STATE(4256)] = 191009, - [SMALL_STATE(4257)] = 191035, - [SMALL_STATE(4258)] = 191061, - [SMALL_STATE(4259)] = 191083, - [SMALL_STATE(4260)] = 191103, - [SMALL_STATE(4261)] = 191123, - [SMALL_STATE(4262)] = 191145, - [SMALL_STATE(4263)] = 191169, - [SMALL_STATE(4264)] = 191193, - [SMALL_STATE(4265)] = 191219, - [SMALL_STATE(4266)] = 191247, - [SMALL_STATE(4267)] = 191265, - [SMALL_STATE(4268)] = 191285, - [SMALL_STATE(4269)] = 191313, - [SMALL_STATE(4270)] = 191333, - [SMALL_STATE(4271)] = 191359, - [SMALL_STATE(4272)] = 191383, - [SMALL_STATE(4273)] = 191403, - [SMALL_STATE(4274)] = 191425, - [SMALL_STATE(4275)] = 191443, - [SMALL_STATE(4276)] = 191471, - [SMALL_STATE(4277)] = 191489, - [SMALL_STATE(4278)] = 191509, - [SMALL_STATE(4279)] = 191537, - [SMALL_STATE(4280)] = 191565, - [SMALL_STATE(4281)] = 191591, - [SMALL_STATE(4282)] = 191611, - [SMALL_STATE(4283)] = 191631, - [SMALL_STATE(4284)] = 191653, - [SMALL_STATE(4285)] = 191679, - [SMALL_STATE(4286)] = 191701, - [SMALL_STATE(4287)] = 191727, - [SMALL_STATE(4288)] = 191753, - [SMALL_STATE(4289)] = 191781, - [SMALL_STATE(4290)] = 191807, - [SMALL_STATE(4291)] = 191833, - [SMALL_STATE(4292)] = 191859, - [SMALL_STATE(4293)] = 191881, - [SMALL_STATE(4294)] = 191903, - [SMALL_STATE(4295)] = 191929, - [SMALL_STATE(4296)] = 191957, - [SMALL_STATE(4297)] = 191983, - [SMALL_STATE(4298)] = 192003, - [SMALL_STATE(4299)] = 192029, - [SMALL_STATE(4300)] = 192049, - [SMALL_STATE(4301)] = 192075, - [SMALL_STATE(4302)] = 192101, - [SMALL_STATE(4303)] = 192129, - [SMALL_STATE(4304)] = 192149, - [SMALL_STATE(4305)] = 192177, - [SMALL_STATE(4306)] = 192193, - [SMALL_STATE(4307)] = 192219, - [SMALL_STATE(4308)] = 192245, - [SMALL_STATE(4309)] = 192271, - [SMALL_STATE(4310)] = 192293, - [SMALL_STATE(4311)] = 192315, - [SMALL_STATE(4312)] = 192335, - [SMALL_STATE(4313)] = 192361, - [SMALL_STATE(4314)] = 192387, - [SMALL_STATE(4315)] = 192415, - [SMALL_STATE(4316)] = 192443, - [SMALL_STATE(4317)] = 192469, - [SMALL_STATE(4318)] = 192495, - [SMALL_STATE(4319)] = 192517, - [SMALL_STATE(4320)] = 192537, - [SMALL_STATE(4321)] = 192552, - [SMALL_STATE(4322)] = 192575, - [SMALL_STATE(4323)] = 192598, - [SMALL_STATE(4324)] = 192621, - [SMALL_STATE(4325)] = 192644, - [SMALL_STATE(4326)] = 192667, - [SMALL_STATE(4327)] = 192690, - [SMALL_STATE(4328)] = 192713, - [SMALL_STATE(4329)] = 192730, - [SMALL_STATE(4330)] = 192753, - [SMALL_STATE(4331)] = 192776, - [SMALL_STATE(4332)] = 192791, - [SMALL_STATE(4333)] = 192808, - [SMALL_STATE(4334)] = 192825, - [SMALL_STATE(4335)] = 192848, - [SMALL_STATE(4336)] = 192865, - [SMALL_STATE(4337)] = 192888, - [SMALL_STATE(4338)] = 192905, - [SMALL_STATE(4339)] = 192928, - [SMALL_STATE(4340)] = 192951, - [SMALL_STATE(4341)] = 192974, - [SMALL_STATE(4342)] = 192997, - [SMALL_STATE(4343)] = 193022, - [SMALL_STATE(4344)] = 193039, - [SMALL_STATE(4345)] = 193056, - [SMALL_STATE(4346)] = 193073, - [SMALL_STATE(4347)] = 193090, - [SMALL_STATE(4348)] = 193113, - [SMALL_STATE(4349)] = 193130, - [SMALL_STATE(4350)] = 193155, - [SMALL_STATE(4351)] = 193180, - [SMALL_STATE(4352)] = 193201, - [SMALL_STATE(4353)] = 193226, - [SMALL_STATE(4354)] = 193251, - [SMALL_STATE(4355)] = 193268, - [SMALL_STATE(4356)] = 193285, - [SMALL_STATE(4357)] = 193306, - [SMALL_STATE(4358)] = 193327, - [SMALL_STATE(4359)] = 193352, - [SMALL_STATE(4360)] = 193373, - [SMALL_STATE(4361)] = 193390, - [SMALL_STATE(4362)] = 193407, - [SMALL_STATE(4363)] = 193424, - [SMALL_STATE(4364)] = 193441, - [SMALL_STATE(4365)] = 193458, - [SMALL_STATE(4366)] = 193475, - [SMALL_STATE(4367)] = 193492, - [SMALL_STATE(4368)] = 193509, - [SMALL_STATE(4369)] = 193532, - [SMALL_STATE(4370)] = 193549, - [SMALL_STATE(4371)] = 193572, - [SMALL_STATE(4372)] = 193589, - [SMALL_STATE(4373)] = 193606, - [SMALL_STATE(4374)] = 193623, - [SMALL_STATE(4375)] = 193644, - [SMALL_STATE(4376)] = 193661, - [SMALL_STATE(4377)] = 193678, - [SMALL_STATE(4378)] = 193701, - [SMALL_STATE(4379)] = 193718, - [SMALL_STATE(4380)] = 193735, - [SMALL_STATE(4381)] = 193754, - [SMALL_STATE(4382)] = 193771, - [SMALL_STATE(4383)] = 193794, - [SMALL_STATE(4384)] = 193811, - [SMALL_STATE(4385)] = 193828, - [SMALL_STATE(4386)] = 193845, - [SMALL_STATE(4387)] = 193862, - [SMALL_STATE(4388)] = 193879, - [SMALL_STATE(4389)] = 193896, - [SMALL_STATE(4390)] = 193913, - [SMALL_STATE(4391)] = 193930, - [SMALL_STATE(4392)] = 193947, - [SMALL_STATE(4393)] = 193964, - [SMALL_STATE(4394)] = 193981, - [SMALL_STATE(4395)] = 193998, - [SMALL_STATE(4396)] = 194023, - [SMALL_STATE(4397)] = 194046, - [SMALL_STATE(4398)] = 194063, - [SMALL_STATE(4399)] = 194080, - [SMALL_STATE(4400)] = 194097, - [SMALL_STATE(4401)] = 194114, - [SMALL_STATE(4402)] = 194131, - [SMALL_STATE(4403)] = 194148, - [SMALL_STATE(4404)] = 194167, - [SMALL_STATE(4405)] = 194186, - [SMALL_STATE(4406)] = 194209, - [SMALL_STATE(4407)] = 194230, - [SMALL_STATE(4408)] = 194245, - [SMALL_STATE(4409)] = 194270, - [SMALL_STATE(4410)] = 194285, - [SMALL_STATE(4411)] = 194302, - [SMALL_STATE(4412)] = 194317, - [SMALL_STATE(4413)] = 194336, - [SMALL_STATE(4414)] = 194353, - [SMALL_STATE(4415)] = 194376, - [SMALL_STATE(4416)] = 194399, - [SMALL_STATE(4417)] = 194424, - [SMALL_STATE(4418)] = 194443, - [SMALL_STATE(4419)] = 194460, - [SMALL_STATE(4420)] = 194483, - [SMALL_STATE(4421)] = 194506, - [SMALL_STATE(4422)] = 194527, - [SMALL_STATE(4423)] = 194550, - [SMALL_STATE(4424)] = 194567, - [SMALL_STATE(4425)] = 194584, - [SMALL_STATE(4426)] = 194601, - [SMALL_STATE(4427)] = 194624, - [SMALL_STATE(4428)] = 194641, - [SMALL_STATE(4429)] = 194656, - [SMALL_STATE(4430)] = 194673, - [SMALL_STATE(4431)] = 194690, - [SMALL_STATE(4432)] = 194713, - [SMALL_STATE(4433)] = 194730, - [SMALL_STATE(4434)] = 194753, - [SMALL_STATE(4435)] = 194774, - [SMALL_STATE(4436)] = 194797, - [SMALL_STATE(4437)] = 194820, - [SMALL_STATE(4438)] = 194843, - [SMALL_STATE(4439)] = 194860, - [SMALL_STATE(4440)] = 194881, - [SMALL_STATE(4441)] = 194904, - [SMALL_STATE(4442)] = 194929, - [SMALL_STATE(4443)] = 194954, - [SMALL_STATE(4444)] = 194979, - [SMALL_STATE(4445)] = 195004, - [SMALL_STATE(4446)] = 195029, - [SMALL_STATE(4447)] = 195052, - [SMALL_STATE(4448)] = 195073, - [SMALL_STATE(4449)] = 195096, - [SMALL_STATE(4450)] = 195121, - [SMALL_STATE(4451)] = 195140, - [SMALL_STATE(4452)] = 195165, - [SMALL_STATE(4453)] = 195184, - [SMALL_STATE(4454)] = 195207, - [SMALL_STATE(4455)] = 195226, - [SMALL_STATE(4456)] = 195245, - [SMALL_STATE(4457)] = 195270, - [SMALL_STATE(4458)] = 195289, - [SMALL_STATE(4459)] = 195312, - [SMALL_STATE(4460)] = 195329, - [SMALL_STATE(4461)] = 195352, - [SMALL_STATE(4462)] = 195375, - [SMALL_STATE(4463)] = 195398, - [SMALL_STATE(4464)] = 195417, - [SMALL_STATE(4465)] = 195438, - [SMALL_STATE(4466)] = 195457, - [SMALL_STATE(4467)] = 195476, - [SMALL_STATE(4468)] = 195495, - [SMALL_STATE(4469)] = 195514, - [SMALL_STATE(4470)] = 195537, - [SMALL_STATE(4471)] = 195558, - [SMALL_STATE(4472)] = 195575, - [SMALL_STATE(4473)] = 195598, - [SMALL_STATE(4474)] = 195615, - [SMALL_STATE(4475)] = 195630, - [SMALL_STATE(4476)] = 195649, - [SMALL_STATE(4477)] = 195670, - [SMALL_STATE(4478)] = 195685, - [SMALL_STATE(4479)] = 195708, - [SMALL_STATE(4480)] = 195731, - [SMALL_STATE(4481)] = 195754, - [SMALL_STATE(4482)] = 195773, - [SMALL_STATE(4483)] = 195794, - [SMALL_STATE(4484)] = 195819, - [SMALL_STATE(4485)] = 195838, - [SMALL_STATE(4486)] = 195857, - [SMALL_STATE(4487)] = 195880, - [SMALL_STATE(4488)] = 195899, - [SMALL_STATE(4489)] = 195920, - [SMALL_STATE(4490)] = 195943, - [SMALL_STATE(4491)] = 195966, - [SMALL_STATE(4492)] = 195989, - [SMALL_STATE(4493)] = 196012, - [SMALL_STATE(4494)] = 196033, - [SMALL_STATE(4495)] = 196050, - [SMALL_STATE(4496)] = 196075, - [SMALL_STATE(4497)] = 196098, - [SMALL_STATE(4498)] = 196114, - [SMALL_STATE(4499)] = 196130, - [SMALL_STATE(4500)] = 196150, - [SMALL_STATE(4501)] = 196170, - [SMALL_STATE(4502)] = 196188, - [SMALL_STATE(4503)] = 196202, - [SMALL_STATE(4504)] = 196216, - [SMALL_STATE(4505)] = 196232, - [SMALL_STATE(4506)] = 196254, - [SMALL_STATE(4507)] = 196270, - [SMALL_STATE(4508)] = 196286, - [SMALL_STATE(4509)] = 196300, - [SMALL_STATE(4510)] = 196316, - [SMALL_STATE(4511)] = 196332, - [SMALL_STATE(4512)] = 196354, - [SMALL_STATE(4513)] = 196370, - [SMALL_STATE(4514)] = 196390, - [SMALL_STATE(4515)] = 196406, - [SMALL_STATE(4516)] = 196422, - [SMALL_STATE(4517)] = 196438, - [SMALL_STATE(4518)] = 196454, - [SMALL_STATE(4519)] = 196472, - [SMALL_STATE(4520)] = 196494, - [SMALL_STATE(4521)] = 196510, - [SMALL_STATE(4522)] = 196526, - [SMALL_STATE(4523)] = 196542, - [SMALL_STATE(4524)] = 196558, - [SMALL_STATE(4525)] = 196574, - [SMALL_STATE(4526)] = 196590, - [SMALL_STATE(4527)] = 196606, - [SMALL_STATE(4528)] = 196620, - [SMALL_STATE(4529)] = 196634, - [SMALL_STATE(4530)] = 196654, - [SMALL_STATE(4531)] = 196668, - [SMALL_STATE(4532)] = 196684, - [SMALL_STATE(4533)] = 196706, - [SMALL_STATE(4534)] = 196722, - [SMALL_STATE(4535)] = 196736, - [SMALL_STATE(4536)] = 196754, - [SMALL_STATE(4537)] = 196776, - [SMALL_STATE(4538)] = 196792, - [SMALL_STATE(4539)] = 196808, - [SMALL_STATE(4540)] = 196830, - [SMALL_STATE(4541)] = 196846, - [SMALL_STATE(4542)] = 196860, - [SMALL_STATE(4543)] = 196880, - [SMALL_STATE(4544)] = 196898, - [SMALL_STATE(4545)] = 196914, - [SMALL_STATE(4546)] = 196930, - [SMALL_STATE(4547)] = 196946, - [SMALL_STATE(4548)] = 196964, - [SMALL_STATE(4549)] = 196980, - [SMALL_STATE(4550)] = 196994, - [SMALL_STATE(4551)] = 197008, - [SMALL_STATE(4552)] = 197024, - [SMALL_STATE(4553)] = 197042, - [SMALL_STATE(4554)] = 197058, - [SMALL_STATE(4555)] = 197074, - [SMALL_STATE(4556)] = 197090, - [SMALL_STATE(4557)] = 197108, - [SMALL_STATE(4558)] = 197124, - [SMALL_STATE(4559)] = 197140, - [SMALL_STATE(4560)] = 197160, - [SMALL_STATE(4561)] = 197176, - [SMALL_STATE(4562)] = 197194, - [SMALL_STATE(4563)] = 197214, - [SMALL_STATE(4564)] = 197230, - [SMALL_STATE(4565)] = 197244, - [SMALL_STATE(4566)] = 197266, - [SMALL_STATE(4567)] = 197280, - [SMALL_STATE(4568)] = 197294, - [SMALL_STATE(4569)] = 197308, - [SMALL_STATE(4570)] = 197324, - [SMALL_STATE(4571)] = 197340, - [SMALL_STATE(4572)] = 197354, - [SMALL_STATE(4573)] = 197374, - [SMALL_STATE(4574)] = 197394, - [SMALL_STATE(4575)] = 197414, - [SMALL_STATE(4576)] = 197434, - [SMALL_STATE(4577)] = 197454, - [SMALL_STATE(4578)] = 197468, - [SMALL_STATE(4579)] = 197484, - [SMALL_STATE(4580)] = 197504, - [SMALL_STATE(4581)] = 197524, - [SMALL_STATE(4582)] = 197544, - [SMALL_STATE(4583)] = 197564, - [SMALL_STATE(4584)] = 197578, - [SMALL_STATE(4585)] = 197592, - [SMALL_STATE(4586)] = 197606, - [SMALL_STATE(4587)] = 197626, - [SMALL_STATE(4588)] = 197646, - [SMALL_STATE(4589)] = 197662, - [SMALL_STATE(4590)] = 197676, - [SMALL_STATE(4591)] = 197692, - [SMALL_STATE(4592)] = 197712, - [SMALL_STATE(4593)] = 197728, - [SMALL_STATE(4594)] = 197742, - [SMALL_STATE(4595)] = 197756, - [SMALL_STATE(4596)] = 197778, - [SMALL_STATE(4597)] = 197798, - [SMALL_STATE(4598)] = 197812, - [SMALL_STATE(4599)] = 197832, - [SMALL_STATE(4600)] = 197854, - [SMALL_STATE(4601)] = 197868, - [SMALL_STATE(4602)] = 197888, - [SMALL_STATE(4603)] = 197902, - [SMALL_STATE(4604)] = 197918, - [SMALL_STATE(4605)] = 197940, - [SMALL_STATE(4606)] = 197956, - [SMALL_STATE(4607)] = 197972, - [SMALL_STATE(4608)] = 197994, - [SMALL_STATE(4609)] = 198008, - [SMALL_STATE(4610)] = 198022, - [SMALL_STATE(4611)] = 198036, - [SMALL_STATE(4612)] = 198052, - [SMALL_STATE(4613)] = 198068, - [SMALL_STATE(4614)] = 198084, - [SMALL_STATE(4615)] = 198106, - [SMALL_STATE(4616)] = 198128, - [SMALL_STATE(4617)] = 198150, - [SMALL_STATE(4618)] = 198166, - [SMALL_STATE(4619)] = 198182, - [SMALL_STATE(4620)] = 198198, - [SMALL_STATE(4621)] = 198220, - [SMALL_STATE(4622)] = 198236, - [SMALL_STATE(4623)] = 198256, - [SMALL_STATE(4624)] = 198272, - [SMALL_STATE(4625)] = 198288, - [SMALL_STATE(4626)] = 198304, - [SMALL_STATE(4627)] = 198318, - [SMALL_STATE(4628)] = 198332, - [SMALL_STATE(4629)] = 198346, - [SMALL_STATE(4630)] = 198368, - [SMALL_STATE(4631)] = 198382, - [SMALL_STATE(4632)] = 198396, - [SMALL_STATE(4633)] = 198412, - [SMALL_STATE(4634)] = 198426, - [SMALL_STATE(4635)] = 198442, - [SMALL_STATE(4636)] = 198458, - [SMALL_STATE(4637)] = 198472, - [SMALL_STATE(4638)] = 198488, - [SMALL_STATE(4639)] = 198506, - [SMALL_STATE(4640)] = 198524, - [SMALL_STATE(4641)] = 198542, - [SMALL_STATE(4642)] = 198558, - [SMALL_STATE(4643)] = 198574, - [SMALL_STATE(4644)] = 198590, - [SMALL_STATE(4645)] = 198606, - [SMALL_STATE(4646)] = 198626, - [SMALL_STATE(4647)] = 198646, - [SMALL_STATE(4648)] = 198662, - [SMALL_STATE(4649)] = 198676, - [SMALL_STATE(4650)] = 198690, - [SMALL_STATE(4651)] = 198706, - [SMALL_STATE(4652)] = 198722, - [SMALL_STATE(4653)] = 198736, - [SMALL_STATE(4654)] = 198750, - [SMALL_STATE(4655)] = 198772, - [SMALL_STATE(4656)] = 198788, - [SMALL_STATE(4657)] = 198804, - [SMALL_STATE(4658)] = 198826, - [SMALL_STATE(4659)] = 198846, - [SMALL_STATE(4660)] = 198862, - [SMALL_STATE(4661)] = 198878, - [SMALL_STATE(4662)] = 198894, - [SMALL_STATE(4663)] = 198910, - [SMALL_STATE(4664)] = 198930, - [SMALL_STATE(4665)] = 198946, - [SMALL_STATE(4666)] = 198962, - [SMALL_STATE(4667)] = 198982, - [SMALL_STATE(4668)] = 198998, - [SMALL_STATE(4669)] = 199012, - [SMALL_STATE(4670)] = 199032, - [SMALL_STATE(4671)] = 199046, - [SMALL_STATE(4672)] = 199064, - [SMALL_STATE(4673)] = 199080, - [SMALL_STATE(4674)] = 199102, - [SMALL_STATE(4675)] = 199122, - [SMALL_STATE(4676)] = 199138, - [SMALL_STATE(4677)] = 199154, - [SMALL_STATE(4678)] = 199168, - [SMALL_STATE(4679)] = 199188, - [SMALL_STATE(4680)] = 199204, - [SMALL_STATE(4681)] = 199220, - [SMALL_STATE(4682)] = 199234, - [SMALL_STATE(4683)] = 199248, - [SMALL_STATE(4684)] = 199268, - [SMALL_STATE(4685)] = 199284, - [SMALL_STATE(4686)] = 199300, - [SMALL_STATE(4687)] = 199322, - [SMALL_STATE(4688)] = 199338, - [SMALL_STATE(4689)] = 199354, - [SMALL_STATE(4690)] = 199370, - [SMALL_STATE(4691)] = 199386, - [SMALL_STATE(4692)] = 199406, - [SMALL_STATE(4693)] = 199422, - [SMALL_STATE(4694)] = 199442, - [SMALL_STATE(4695)] = 199458, - [SMALL_STATE(4696)] = 199474, - [SMALL_STATE(4697)] = 199490, - [SMALL_STATE(4698)] = 199510, - [SMALL_STATE(4699)] = 199526, - [SMALL_STATE(4700)] = 199542, - [SMALL_STATE(4701)] = 199558, - [SMALL_STATE(4702)] = 199574, - [SMALL_STATE(4703)] = 199590, - [SMALL_STATE(4704)] = 199606, - [SMALL_STATE(4705)] = 199622, - [SMALL_STATE(4706)] = 199638, - [SMALL_STATE(4707)] = 199654, - [SMALL_STATE(4708)] = 199674, - [SMALL_STATE(4709)] = 199694, - [SMALL_STATE(4710)] = 199714, - [SMALL_STATE(4711)] = 199736, - [SMALL_STATE(4712)] = 199752, - [SMALL_STATE(4713)] = 199768, - [SMALL_STATE(4714)] = 199790, - [SMALL_STATE(4715)] = 199806, - [SMALL_STATE(4716)] = 199820, - [SMALL_STATE(4717)] = 199836, - [SMALL_STATE(4718)] = 199850, - [SMALL_STATE(4719)] = 199870, - [SMALL_STATE(4720)] = 199886, - [SMALL_STATE(4721)] = 199902, - [SMALL_STATE(4722)] = 199918, - [SMALL_STATE(4723)] = 199938, - [SMALL_STATE(4724)] = 199958, - [SMALL_STATE(4725)] = 199974, - [SMALL_STATE(4726)] = 199990, - [SMALL_STATE(4727)] = 200012, - [SMALL_STATE(4728)] = 200034, - [SMALL_STATE(4729)] = 200056, - [SMALL_STATE(4730)] = 200072, - [SMALL_STATE(4731)] = 200088, - [SMALL_STATE(4732)] = 200104, - [SMALL_STATE(4733)] = 200120, - [SMALL_STATE(4734)] = 200134, - [SMALL_STATE(4735)] = 200150, - [SMALL_STATE(4736)] = 200166, - [SMALL_STATE(4737)] = 200180, - [SMALL_STATE(4738)] = 200200, - [SMALL_STATE(4739)] = 200216, - [SMALL_STATE(4740)] = 200232, - [SMALL_STATE(4741)] = 200250, - [SMALL_STATE(4742)] = 200266, - [SMALL_STATE(4743)] = 200282, - [SMALL_STATE(4744)] = 200304, - [SMALL_STATE(4745)] = 200320, - [SMALL_STATE(4746)] = 200342, - [SMALL_STATE(4747)] = 200364, - [SMALL_STATE(4748)] = 200384, - [SMALL_STATE(4749)] = 200400, - [SMALL_STATE(4750)] = 200416, - [SMALL_STATE(4751)] = 200432, - [SMALL_STATE(4752)] = 200448, - [SMALL_STATE(4753)] = 200464, - [SMALL_STATE(4754)] = 200480, - [SMALL_STATE(4755)] = 200500, - [SMALL_STATE(4756)] = 200516, - [SMALL_STATE(4757)] = 200532, - [SMALL_STATE(4758)] = 200548, - [SMALL_STATE(4759)] = 200564, - [SMALL_STATE(4760)] = 200580, - [SMALL_STATE(4761)] = 200596, - [SMALL_STATE(4762)] = 200612, - [SMALL_STATE(4763)] = 200628, - [SMALL_STATE(4764)] = 200644, - [SMALL_STATE(4765)] = 200660, - [SMALL_STATE(4766)] = 200676, - [SMALL_STATE(4767)] = 200692, - [SMALL_STATE(4768)] = 200712, - [SMALL_STATE(4769)] = 200728, - [SMALL_STATE(4770)] = 200744, - [SMALL_STATE(4771)] = 200760, - [SMALL_STATE(4772)] = 200776, - [SMALL_STATE(4773)] = 200792, - [SMALL_STATE(4774)] = 200808, - [SMALL_STATE(4775)] = 200828, - [SMALL_STATE(4776)] = 200844, - [SMALL_STATE(4777)] = 200860, - [SMALL_STATE(4778)] = 200880, - [SMALL_STATE(4779)] = 200896, - [SMALL_STATE(4780)] = 200912, - [SMALL_STATE(4781)] = 200928, - [SMALL_STATE(4782)] = 200948, - [SMALL_STATE(4783)] = 200962, - [SMALL_STATE(4784)] = 200978, - [SMALL_STATE(4785)] = 200994, - [SMALL_STATE(4786)] = 201016, - [SMALL_STATE(4787)] = 201032, - [SMALL_STATE(4788)] = 201048, - [SMALL_STATE(4789)] = 201064, - [SMALL_STATE(4790)] = 201080, - [SMALL_STATE(4791)] = 201096, - [SMALL_STATE(4792)] = 201112, - [SMALL_STATE(4793)] = 201132, - [SMALL_STATE(4794)] = 201148, - [SMALL_STATE(4795)] = 201164, - [SMALL_STATE(4796)] = 201180, - [SMALL_STATE(4797)] = 201200, - [SMALL_STATE(4798)] = 201214, - [SMALL_STATE(4799)] = 201230, - [SMALL_STATE(4800)] = 201246, - [SMALL_STATE(4801)] = 201262, - [SMALL_STATE(4802)] = 201278, - [SMALL_STATE(4803)] = 201294, - [SMALL_STATE(4804)] = 201314, - [SMALL_STATE(4805)] = 201330, - [SMALL_STATE(4806)] = 201350, - [SMALL_STATE(4807)] = 201366, - [SMALL_STATE(4808)] = 201382, - [SMALL_STATE(4809)] = 201402, - [SMALL_STATE(4810)] = 201418, - [SMALL_STATE(4811)] = 201440, - [SMALL_STATE(4812)] = 201456, - [SMALL_STATE(4813)] = 201476, - [SMALL_STATE(4814)] = 201498, - [SMALL_STATE(4815)] = 201518, - [SMALL_STATE(4816)] = 201534, - [SMALL_STATE(4817)] = 201550, - [SMALL_STATE(4818)] = 201572, - [SMALL_STATE(4819)] = 201588, - [SMALL_STATE(4820)] = 201604, - [SMALL_STATE(4821)] = 201620, - [SMALL_STATE(4822)] = 201636, - [SMALL_STATE(4823)] = 201658, - [SMALL_STATE(4824)] = 201678, - [SMALL_STATE(4825)] = 201694, - [SMALL_STATE(4826)] = 201710, - [SMALL_STATE(4827)] = 201730, - [SMALL_STATE(4828)] = 201750, - [SMALL_STATE(4829)] = 201766, - [SMALL_STATE(4830)] = 201784, - [SMALL_STATE(4831)] = 201804, - [SMALL_STATE(4832)] = 201826, - [SMALL_STATE(4833)] = 201842, - [SMALL_STATE(4834)] = 201862, - [SMALL_STATE(4835)] = 201878, - [SMALL_STATE(4836)] = 201898, - [SMALL_STATE(4837)] = 201914, - [SMALL_STATE(4838)] = 201930, - [SMALL_STATE(4839)] = 201952, - [SMALL_STATE(4840)] = 201968, - [SMALL_STATE(4841)] = 201984, - [SMALL_STATE(4842)] = 202000, - [SMALL_STATE(4843)] = 202022, - [SMALL_STATE(4844)] = 202038, - [SMALL_STATE(4845)] = 202054, - [SMALL_STATE(4846)] = 202070, - [SMALL_STATE(4847)] = 202086, - [SMALL_STATE(4848)] = 202108, - [SMALL_STATE(4849)] = 202124, - [SMALL_STATE(4850)] = 202140, - [SMALL_STATE(4851)] = 202156, - [SMALL_STATE(4852)] = 202176, - [SMALL_STATE(4853)] = 202192, - [SMALL_STATE(4854)] = 202208, - [SMALL_STATE(4855)] = 202224, - [SMALL_STATE(4856)] = 202240, - [SMALL_STATE(4857)] = 202258, - [SMALL_STATE(4858)] = 202272, - [SMALL_STATE(4859)] = 202288, - [SMALL_STATE(4860)] = 202304, - [SMALL_STATE(4861)] = 202324, - [SMALL_STATE(4862)] = 202342, - [SMALL_STATE(4863)] = 202362, - [SMALL_STATE(4864)] = 202384, - [SMALL_STATE(4865)] = 202400, - [SMALL_STATE(4866)] = 202416, - [SMALL_STATE(4867)] = 202432, - [SMALL_STATE(4868)] = 202448, - [SMALL_STATE(4869)] = 202462, - [SMALL_STATE(4870)] = 202484, - [SMALL_STATE(4871)] = 202500, - [SMALL_STATE(4872)] = 202516, - [SMALL_STATE(4873)] = 202536, - [SMALL_STATE(4874)] = 202552, - [SMALL_STATE(4875)] = 202572, - [SMALL_STATE(4876)] = 202594, - [SMALL_STATE(4877)] = 202610, - [SMALL_STATE(4878)] = 202630, - [SMALL_STATE(4879)] = 202646, - [SMALL_STATE(4880)] = 202662, - [SMALL_STATE(4881)] = 202678, - [SMALL_STATE(4882)] = 202694, - [SMALL_STATE(4883)] = 202710, - [SMALL_STATE(4884)] = 202726, - [SMALL_STATE(4885)] = 202740, - [SMALL_STATE(4886)] = 202754, - [SMALL_STATE(4887)] = 202770, - [SMALL_STATE(4888)] = 202792, - [SMALL_STATE(4889)] = 202812, - [SMALL_STATE(4890)] = 202828, - [SMALL_STATE(4891)] = 202844, - [SMALL_STATE(4892)] = 202866, - [SMALL_STATE(4893)] = 202882, - [SMALL_STATE(4894)] = 202902, - [SMALL_STATE(4895)] = 202918, - [SMALL_STATE(4896)] = 202934, - [SMALL_STATE(4897)] = 202950, - [SMALL_STATE(4898)] = 202966, - [SMALL_STATE(4899)] = 202988, - [SMALL_STATE(4900)] = 203002, - [SMALL_STATE(4901)] = 203018, - [SMALL_STATE(4902)] = 203040, - [SMALL_STATE(4903)] = 203058, - [SMALL_STATE(4904)] = 203074, - [SMALL_STATE(4905)] = 203090, - [SMALL_STATE(4906)] = 203106, - [SMALL_STATE(4907)] = 203122, - [SMALL_STATE(4908)] = 203144, - [SMALL_STATE(4909)] = 203162, - [SMALL_STATE(4910)] = 203178, - [SMALL_STATE(4911)] = 203198, - [SMALL_STATE(4912)] = 203214, - [SMALL_STATE(4913)] = 203230, - [SMALL_STATE(4914)] = 203250, - [SMALL_STATE(4915)] = 203266, - [SMALL_STATE(4916)] = 203282, - [SMALL_STATE(4917)] = 203298, - [SMALL_STATE(4918)] = 203313, - [SMALL_STATE(4919)] = 203328, - [SMALL_STATE(4920)] = 203343, - [SMALL_STATE(4921)] = 203358, - [SMALL_STATE(4922)] = 203373, - [SMALL_STATE(4923)] = 203388, - [SMALL_STATE(4924)] = 203407, - [SMALL_STATE(4925)] = 203422, - [SMALL_STATE(4926)] = 203441, - [SMALL_STATE(4927)] = 203458, - [SMALL_STATE(4928)] = 203473, - [SMALL_STATE(4929)] = 203486, - [SMALL_STATE(4930)] = 203501, - [SMALL_STATE(4931)] = 203516, - [SMALL_STATE(4932)] = 203531, - [SMALL_STATE(4933)] = 203548, - [SMALL_STATE(4934)] = 203567, - [SMALL_STATE(4935)] = 203586, - [SMALL_STATE(4936)] = 203601, - [SMALL_STATE(4937)] = 203614, - [SMALL_STATE(4938)] = 203629, - [SMALL_STATE(4939)] = 203644, - [SMALL_STATE(4940)] = 203657, - [SMALL_STATE(4941)] = 203676, - [SMALL_STATE(4942)] = 203691, - [SMALL_STATE(4943)] = 203706, - [SMALL_STATE(4944)] = 203721, - [SMALL_STATE(4945)] = 203740, - [SMALL_STATE(4946)] = 203759, - [SMALL_STATE(4947)] = 203776, - [SMALL_STATE(4948)] = 203791, - [SMALL_STATE(4949)] = 203806, - [SMALL_STATE(4950)] = 203821, - [SMALL_STATE(4951)] = 203834, - [SMALL_STATE(4952)] = 203849, - [SMALL_STATE(4953)] = 203864, - [SMALL_STATE(4954)] = 203877, - [SMALL_STATE(4955)] = 203894, - [SMALL_STATE(4956)] = 203909, - [SMALL_STATE(4957)] = 203924, - [SMALL_STATE(4958)] = 203939, - [SMALL_STATE(4959)] = 203958, - [SMALL_STATE(4960)] = 203973, - [SMALL_STATE(4961)] = 203988, - [SMALL_STATE(4962)] = 204003, - [SMALL_STATE(4963)] = 204016, - [SMALL_STATE(4964)] = 204029, - [SMALL_STATE(4965)] = 204044, - [SMALL_STATE(4966)] = 204059, - [SMALL_STATE(4967)] = 204078, - [SMALL_STATE(4968)] = 204093, - [SMALL_STATE(4969)] = 204108, - [SMALL_STATE(4970)] = 204123, - [SMALL_STATE(4971)] = 204138, - [SMALL_STATE(4972)] = 204157, - [SMALL_STATE(4973)] = 204172, - [SMALL_STATE(4974)] = 204187, - [SMALL_STATE(4975)] = 204202, - [SMALL_STATE(4976)] = 204221, - [SMALL_STATE(4977)] = 204234, - [SMALL_STATE(4978)] = 204253, - [SMALL_STATE(4979)] = 204268, - [SMALL_STATE(4980)] = 204285, - [SMALL_STATE(4981)] = 204304, - [SMALL_STATE(4982)] = 204323, - [SMALL_STATE(4983)] = 204342, - [SMALL_STATE(4984)] = 204359, - [SMALL_STATE(4985)] = 204378, - [SMALL_STATE(4986)] = 204397, - [SMALL_STATE(4987)] = 204412, - [SMALL_STATE(4988)] = 204427, - [SMALL_STATE(4989)] = 204442, - [SMALL_STATE(4990)] = 204457, - [SMALL_STATE(4991)] = 204476, - [SMALL_STATE(4992)] = 204491, - [SMALL_STATE(4993)] = 204506, - [SMALL_STATE(4994)] = 204521, - [SMALL_STATE(4995)] = 204536, - [SMALL_STATE(4996)] = 204551, - [SMALL_STATE(4997)] = 204566, - [SMALL_STATE(4998)] = 204581, - [SMALL_STATE(4999)] = 204596, - [SMALL_STATE(5000)] = 204611, - [SMALL_STATE(5001)] = 204626, - [SMALL_STATE(5002)] = 204641, - [SMALL_STATE(5003)] = 204656, - [SMALL_STATE(5004)] = 204671, - [SMALL_STATE(5005)] = 204686, - [SMALL_STATE(5006)] = 204701, - [SMALL_STATE(5007)] = 204714, - [SMALL_STATE(5008)] = 204733, - [SMALL_STATE(5009)] = 204748, - [SMALL_STATE(5010)] = 204763, - [SMALL_STATE(5011)] = 204776, - [SMALL_STATE(5012)] = 204791, - [SMALL_STATE(5013)] = 204808, - [SMALL_STATE(5014)] = 204823, - [SMALL_STATE(5015)] = 204838, - [SMALL_STATE(5016)] = 204853, - [SMALL_STATE(5017)] = 204868, - [SMALL_STATE(5018)] = 204883, - [SMALL_STATE(5019)] = 204902, - [SMALL_STATE(5020)] = 204917, - [SMALL_STATE(5021)] = 204936, - [SMALL_STATE(5022)] = 204951, - [SMALL_STATE(5023)] = 204970, - [SMALL_STATE(5024)] = 204985, - [SMALL_STATE(5025)] = 205000, - [SMALL_STATE(5026)] = 205017, - [SMALL_STATE(5027)] = 205034, - [SMALL_STATE(5028)] = 205049, - [SMALL_STATE(5029)] = 205064, - [SMALL_STATE(5030)] = 205079, - [SMALL_STATE(5031)] = 205094, - [SMALL_STATE(5032)] = 205111, - [SMALL_STATE(5033)] = 205130, - [SMALL_STATE(5034)] = 205149, - [SMALL_STATE(5035)] = 205164, - [SMALL_STATE(5036)] = 205183, - [SMALL_STATE(5037)] = 205200, - [SMALL_STATE(5038)] = 205219, - [SMALL_STATE(5039)] = 205238, - [SMALL_STATE(5040)] = 205253, - [SMALL_STATE(5041)] = 205268, - [SMALL_STATE(5042)] = 205283, - [SMALL_STATE(5043)] = 205300, - [SMALL_STATE(5044)] = 205315, - [SMALL_STATE(5045)] = 205332, - [SMALL_STATE(5046)] = 205349, - [SMALL_STATE(5047)] = 205366, - [SMALL_STATE(5048)] = 205385, - [SMALL_STATE(5049)] = 205404, - [SMALL_STATE(5050)] = 205417, - [SMALL_STATE(5051)] = 205436, - [SMALL_STATE(5052)] = 205453, - [SMALL_STATE(5053)] = 205468, - [SMALL_STATE(5054)] = 205487, - [SMALL_STATE(5055)] = 205502, - [SMALL_STATE(5056)] = 205521, - [SMALL_STATE(5057)] = 205536, - [SMALL_STATE(5058)] = 205553, - [SMALL_STATE(5059)] = 205568, - [SMALL_STATE(5060)] = 205587, - [SMALL_STATE(5061)] = 205606, - [SMALL_STATE(5062)] = 205621, - [SMALL_STATE(5063)] = 205640, - [SMALL_STATE(5064)] = 205653, - [SMALL_STATE(5065)] = 205670, - [SMALL_STATE(5066)] = 205687, - [SMALL_STATE(5067)] = 205702, - [SMALL_STATE(5068)] = 205719, - [SMALL_STATE(5069)] = 205738, - [SMALL_STATE(5070)] = 205753, - [SMALL_STATE(5071)] = 205768, - [SMALL_STATE(5072)] = 205783, - [SMALL_STATE(5073)] = 205798, - [SMALL_STATE(5074)] = 205815, - [SMALL_STATE(5075)] = 205830, - [SMALL_STATE(5076)] = 205845, - [SMALL_STATE(5077)] = 205860, - [SMALL_STATE(5078)] = 205873, - [SMALL_STATE(5079)] = 205892, - [SMALL_STATE(5080)] = 205911, - [SMALL_STATE(5081)] = 205928, - [SMALL_STATE(5082)] = 205947, - [SMALL_STATE(5083)] = 205962, - [SMALL_STATE(5084)] = 205979, - [SMALL_STATE(5085)] = 205994, - [SMALL_STATE(5086)] = 206009, - [SMALL_STATE(5087)] = 206024, - [SMALL_STATE(5088)] = 206039, - [SMALL_STATE(5089)] = 206054, - [SMALL_STATE(5090)] = 206069, - [SMALL_STATE(5091)] = 206084, - [SMALL_STATE(5092)] = 206097, - [SMALL_STATE(5093)] = 206116, - [SMALL_STATE(5094)] = 206133, - [SMALL_STATE(5095)] = 206148, - [SMALL_STATE(5096)] = 206165, - [SMALL_STATE(5097)] = 206184, - [SMALL_STATE(5098)] = 206203, - [SMALL_STATE(5099)] = 206220, - [SMALL_STATE(5100)] = 206235, - [SMALL_STATE(5101)] = 206250, - [SMALL_STATE(5102)] = 206265, - [SMALL_STATE(5103)] = 206284, - [SMALL_STATE(5104)] = 206299, - [SMALL_STATE(5105)] = 206314, - [SMALL_STATE(5106)] = 206329, - [SMALL_STATE(5107)] = 206344, - [SMALL_STATE(5108)] = 206359, - [SMALL_STATE(5109)] = 206376, - [SMALL_STATE(5110)] = 206395, - [SMALL_STATE(5111)] = 206408, - [SMALL_STATE(5112)] = 206427, - [SMALL_STATE(5113)] = 206446, - [SMALL_STATE(5114)] = 206461, - [SMALL_STATE(5115)] = 206478, - [SMALL_STATE(5116)] = 206495, - [SMALL_STATE(5117)] = 206510, - [SMALL_STATE(5118)] = 206527, - [SMALL_STATE(5119)] = 206542, - [SMALL_STATE(5120)] = 206561, - [SMALL_STATE(5121)] = 206576, - [SMALL_STATE(5122)] = 206591, - [SMALL_STATE(5123)] = 206606, - [SMALL_STATE(5124)] = 206625, - [SMALL_STATE(5125)] = 206640, - [SMALL_STATE(5126)] = 206659, - [SMALL_STATE(5127)] = 206674, - [SMALL_STATE(5128)] = 206693, - [SMALL_STATE(5129)] = 206710, - [SMALL_STATE(5130)] = 206725, - [SMALL_STATE(5131)] = 206744, - [SMALL_STATE(5132)] = 206759, - [SMALL_STATE(5133)] = 206774, - [SMALL_STATE(5134)] = 206789, - [SMALL_STATE(5135)] = 206808, - [SMALL_STATE(5136)] = 206827, - [SMALL_STATE(5137)] = 206842, - [SMALL_STATE(5138)] = 206855, - [SMALL_STATE(5139)] = 206870, - [SMALL_STATE(5140)] = 206885, - [SMALL_STATE(5141)] = 206904, - [SMALL_STATE(5142)] = 206923, - [SMALL_STATE(5143)] = 206936, - [SMALL_STATE(5144)] = 206955, - [SMALL_STATE(5145)] = 206974, - [SMALL_STATE(5146)] = 206993, - [SMALL_STATE(5147)] = 207012, - [SMALL_STATE(5148)] = 207027, - [SMALL_STATE(5149)] = 207044, - [SMALL_STATE(5150)] = 207059, - [SMALL_STATE(5151)] = 207074, - [SMALL_STATE(5152)] = 207089, - [SMALL_STATE(5153)] = 207108, - [SMALL_STATE(5154)] = 207121, - [SMALL_STATE(5155)] = 207136, - [SMALL_STATE(5156)] = 207151, - [SMALL_STATE(5157)] = 207166, - [SMALL_STATE(5158)] = 207183, - [SMALL_STATE(5159)] = 207200, - [SMALL_STATE(5160)] = 207215, - [SMALL_STATE(5161)] = 207232, - [SMALL_STATE(5162)] = 207247, - [SMALL_STATE(5163)] = 207266, - [SMALL_STATE(5164)] = 207281, - [SMALL_STATE(5165)] = 207300, - [SMALL_STATE(5166)] = 207319, - [SMALL_STATE(5167)] = 207334, - [SMALL_STATE(5168)] = 207353, - [SMALL_STATE(5169)] = 207368, - [SMALL_STATE(5170)] = 207383, - [SMALL_STATE(5171)] = 207398, - [SMALL_STATE(5172)] = 207413, - [SMALL_STATE(5173)] = 207428, - [SMALL_STATE(5174)] = 207443, - [SMALL_STATE(5175)] = 207462, - [SMALL_STATE(5176)] = 207481, - [SMALL_STATE(5177)] = 207496, - [SMALL_STATE(5178)] = 207515, - [SMALL_STATE(5179)] = 207530, - [SMALL_STATE(5180)] = 207545, - [SMALL_STATE(5181)] = 207562, - [SMALL_STATE(5182)] = 207581, - [SMALL_STATE(5183)] = 207596, - [SMALL_STATE(5184)] = 207611, - [SMALL_STATE(5185)] = 207626, - [SMALL_STATE(5186)] = 207641, - [SMALL_STATE(5187)] = 207656, - [SMALL_STATE(5188)] = 207671, - [SMALL_STATE(5189)] = 207686, - [SMALL_STATE(5190)] = 207701, - [SMALL_STATE(5191)] = 207720, - [SMALL_STATE(5192)] = 207733, - [SMALL_STATE(5193)] = 207748, - [SMALL_STATE(5194)] = 207767, - [SMALL_STATE(5195)] = 207782, - [SMALL_STATE(5196)] = 207799, - [SMALL_STATE(5197)] = 207818, - [SMALL_STATE(5198)] = 207833, - [SMALL_STATE(5199)] = 207848, - [SMALL_STATE(5200)] = 207863, - [SMALL_STATE(5201)] = 207882, - [SMALL_STATE(5202)] = 207897, - [SMALL_STATE(5203)] = 207912, - [SMALL_STATE(5204)] = 207929, - [SMALL_STATE(5205)] = 207946, - [SMALL_STATE(5206)] = 207959, - [SMALL_STATE(5207)] = 207974, - [SMALL_STATE(5208)] = 207987, - [SMALL_STATE(5209)] = 208006, - [SMALL_STATE(5210)] = 208023, - [SMALL_STATE(5211)] = 208040, - [SMALL_STATE(5212)] = 208059, - [SMALL_STATE(5213)] = 208074, - [SMALL_STATE(5214)] = 208091, - [SMALL_STATE(5215)] = 208110, - [SMALL_STATE(5216)] = 208129, - [SMALL_STATE(5217)] = 208144, - [SMALL_STATE(5218)] = 208159, - [SMALL_STATE(5219)] = 208176, - [SMALL_STATE(5220)] = 208189, - [SMALL_STATE(5221)] = 208206, - [SMALL_STATE(5222)] = 208225, - [SMALL_STATE(5223)] = 208242, - [SMALL_STATE(5224)] = 208261, - [SMALL_STATE(5225)] = 208278, - [SMALL_STATE(5226)] = 208295, - [SMALL_STATE(5227)] = 208314, - [SMALL_STATE(5228)] = 208327, - [SMALL_STATE(5229)] = 208344, - [SMALL_STATE(5230)] = 208361, - [SMALL_STATE(5231)] = 208376, - [SMALL_STATE(5232)] = 208391, - [SMALL_STATE(5233)] = 208410, - [SMALL_STATE(5234)] = 208429, - [SMALL_STATE(5235)] = 208448, - [SMALL_STATE(5236)] = 208463, - [SMALL_STATE(5237)] = 208482, - [SMALL_STATE(5238)] = 208501, - [SMALL_STATE(5239)] = 208520, - [SMALL_STATE(5240)] = 208537, - [SMALL_STATE(5241)] = 208554, - [SMALL_STATE(5242)] = 208567, - [SMALL_STATE(5243)] = 208586, - [SMALL_STATE(5244)] = 208605, - [SMALL_STATE(5245)] = 208624, - [SMALL_STATE(5246)] = 208643, - [SMALL_STATE(5247)] = 208658, - [SMALL_STATE(5248)] = 208675, - [SMALL_STATE(5249)] = 208694, - [SMALL_STATE(5250)] = 208713, - [SMALL_STATE(5251)] = 208730, - [SMALL_STATE(5252)] = 208749, - [SMALL_STATE(5253)] = 208766, - [SMALL_STATE(5254)] = 208781, - [SMALL_STATE(5255)] = 208796, - [SMALL_STATE(5256)] = 208811, - [SMALL_STATE(5257)] = 208826, - [SMALL_STATE(5258)] = 208841, - [SMALL_STATE(5259)] = 208856, - [SMALL_STATE(5260)] = 208871, - [SMALL_STATE(5261)] = 208886, - [SMALL_STATE(5262)] = 208905, - [SMALL_STATE(5263)] = 208920, - [SMALL_STATE(5264)] = 208935, - [SMALL_STATE(5265)] = 208950, - [SMALL_STATE(5266)] = 208965, - [SMALL_STATE(5267)] = 208980, - [SMALL_STATE(5268)] = 208995, - [SMALL_STATE(5269)] = 209010, - [SMALL_STATE(5270)] = 209025, - [SMALL_STATE(5271)] = 209040, - [SMALL_STATE(5272)] = 209055, - [SMALL_STATE(5273)] = 209068, - [SMALL_STATE(5274)] = 209087, - [SMALL_STATE(5275)] = 209102, - [SMALL_STATE(5276)] = 209119, - [SMALL_STATE(5277)] = 209134, - [SMALL_STATE(5278)] = 209149, - [SMALL_STATE(5279)] = 209164, - [SMALL_STATE(5280)] = 209179, - [SMALL_STATE(5281)] = 209194, - [SMALL_STATE(5282)] = 209209, - [SMALL_STATE(5283)] = 209224, - [SMALL_STATE(5284)] = 209241, - [SMALL_STATE(5285)] = 209256, - [SMALL_STATE(5286)] = 209271, - [SMALL_STATE(5287)] = 209286, - [SMALL_STATE(5288)] = 209301, - [SMALL_STATE(5289)] = 209316, - [SMALL_STATE(5290)] = 209331, - [SMALL_STATE(5291)] = 209350, - [SMALL_STATE(5292)] = 209367, - [SMALL_STATE(5293)] = 209384, - [SMALL_STATE(5294)] = 209401, - [SMALL_STATE(5295)] = 209416, - [SMALL_STATE(5296)] = 209433, - [SMALL_STATE(5297)] = 209450, - [SMALL_STATE(5298)] = 209469, - [SMALL_STATE(5299)] = 209486, - [SMALL_STATE(5300)] = 209503, - [SMALL_STATE(5301)] = 209520, - [SMALL_STATE(5302)] = 209535, - [SMALL_STATE(5303)] = 209550, - [SMALL_STATE(5304)] = 209567, - [SMALL_STATE(5305)] = 209584, - [SMALL_STATE(5306)] = 209601, - [SMALL_STATE(5307)] = 209618, - [SMALL_STATE(5308)] = 209633, - [SMALL_STATE(5309)] = 209648, - [SMALL_STATE(5310)] = 209663, - [SMALL_STATE(5311)] = 209678, - [SMALL_STATE(5312)] = 209697, - [SMALL_STATE(5313)] = 209712, - [SMALL_STATE(5314)] = 209727, - [SMALL_STATE(5315)] = 209742, - [SMALL_STATE(5316)] = 209757, - [SMALL_STATE(5317)] = 209772, - [SMALL_STATE(5318)] = 209787, - [SMALL_STATE(5319)] = 209806, - [SMALL_STATE(5320)] = 209819, - [SMALL_STATE(5321)] = 209838, - [SMALL_STATE(5322)] = 209853, - [SMALL_STATE(5323)] = 209868, - [SMALL_STATE(5324)] = 209885, - [SMALL_STATE(5325)] = 209900, - [SMALL_STATE(5326)] = 209915, - [SMALL_STATE(5327)] = 209930, - [SMALL_STATE(5328)] = 209947, - [SMALL_STATE(5329)] = 209964, - [SMALL_STATE(5330)] = 209981, - [SMALL_STATE(5331)] = 209996, - [SMALL_STATE(5332)] = 210011, - [SMALL_STATE(5333)] = 210028, - [SMALL_STATE(5334)] = 210041, - [SMALL_STATE(5335)] = 210060, - [SMALL_STATE(5336)] = 210077, - [SMALL_STATE(5337)] = 210094, - [SMALL_STATE(5338)] = 210113, - [SMALL_STATE(5339)] = 210130, - [SMALL_STATE(5340)] = 210146, - [SMALL_STATE(5341)] = 210158, - [SMALL_STATE(5342)] = 210174, - [SMALL_STATE(5343)] = 210190, - [SMALL_STATE(5344)] = 210206, - [SMALL_STATE(5345)] = 210222, - [SMALL_STATE(5346)] = 210238, - [SMALL_STATE(5347)] = 210252, - [SMALL_STATE(5348)] = 210266, - [SMALL_STATE(5349)] = 210280, - [SMALL_STATE(5350)] = 210296, - [SMALL_STATE(5351)] = 210312, - [SMALL_STATE(5352)] = 210328, - [SMALL_STATE(5353)] = 210342, - [SMALL_STATE(5354)] = 210358, - [SMALL_STATE(5355)] = 210374, - [SMALL_STATE(5356)] = 210390, - [SMALL_STATE(5357)] = 210406, - [SMALL_STATE(5358)] = 210422, - [SMALL_STATE(5359)] = 210438, - [SMALL_STATE(5360)] = 210452, - [SMALL_STATE(5361)] = 210468, - [SMALL_STATE(5362)] = 210484, - [SMALL_STATE(5363)] = 210500, - [SMALL_STATE(5364)] = 210516, - [SMALL_STATE(5365)] = 210532, - [SMALL_STATE(5366)] = 210548, - [SMALL_STATE(5367)] = 210562, - [SMALL_STATE(5368)] = 210578, - [SMALL_STATE(5369)] = 210594, - [SMALL_STATE(5370)] = 210610, - [SMALL_STATE(5371)] = 210626, - [SMALL_STATE(5372)] = 210642, - [SMALL_STATE(5373)] = 210656, - [SMALL_STATE(5374)] = 210672, - [SMALL_STATE(5375)] = 210688, - [SMALL_STATE(5376)] = 210704, - [SMALL_STATE(5377)] = 210720, - [SMALL_STATE(5378)] = 210736, - [SMALL_STATE(5379)] = 210752, - [SMALL_STATE(5380)] = 210768, - [SMALL_STATE(5381)] = 210784, - [SMALL_STATE(5382)] = 210800, - [SMALL_STATE(5383)] = 210814, - [SMALL_STATE(5384)] = 210830, - [SMALL_STATE(5385)] = 210844, - [SMALL_STATE(5386)] = 210860, - [SMALL_STATE(5387)] = 210876, - [SMALL_STATE(5388)] = 210890, - [SMALL_STATE(5389)] = 210906, - [SMALL_STATE(5390)] = 210922, - [SMALL_STATE(5391)] = 210938, - [SMALL_STATE(5392)] = 210954, - [SMALL_STATE(5393)] = 210970, - [SMALL_STATE(5394)] = 210984, - [SMALL_STATE(5395)] = 211000, - [SMALL_STATE(5396)] = 211016, - [SMALL_STATE(5397)] = 211030, - [SMALL_STATE(5398)] = 211044, - [SMALL_STATE(5399)] = 211060, - [SMALL_STATE(5400)] = 211074, - [SMALL_STATE(5401)] = 211088, - [SMALL_STATE(5402)] = 211102, - [SMALL_STATE(5403)] = 211114, - [SMALL_STATE(5404)] = 211130, - [SMALL_STATE(5405)] = 211146, - [SMALL_STATE(5406)] = 211160, - [SMALL_STATE(5407)] = 211176, - [SMALL_STATE(5408)] = 211192, - [SMALL_STATE(5409)] = 211208, - [SMALL_STATE(5410)] = 211224, - [SMALL_STATE(5411)] = 211240, - [SMALL_STATE(5412)] = 211256, - [SMALL_STATE(5413)] = 211272, - [SMALL_STATE(5414)] = 211288, - [SMALL_STATE(5415)] = 211300, - [SMALL_STATE(5416)] = 211316, - [SMALL_STATE(5417)] = 211332, - [SMALL_STATE(5418)] = 211346, - [SMALL_STATE(5419)] = 211362, - [SMALL_STATE(5420)] = 211378, - [SMALL_STATE(5421)] = 211394, - [SMALL_STATE(5422)] = 211410, - [SMALL_STATE(5423)] = 211426, - [SMALL_STATE(5424)] = 211440, - [SMALL_STATE(5425)] = 211454, - [SMALL_STATE(5426)] = 211468, - [SMALL_STATE(5427)] = 211482, - [SMALL_STATE(5428)] = 211498, - [SMALL_STATE(5429)] = 211514, - [SMALL_STATE(5430)] = 211528, - [SMALL_STATE(5431)] = 211542, - [SMALL_STATE(5432)] = 211558, - [SMALL_STATE(5433)] = 211574, - [SMALL_STATE(5434)] = 211590, - [SMALL_STATE(5435)] = 211606, - [SMALL_STATE(5436)] = 211622, - [SMALL_STATE(5437)] = 211638, - [SMALL_STATE(5438)] = 211654, - [SMALL_STATE(5439)] = 211668, - [SMALL_STATE(5440)] = 211684, - [SMALL_STATE(5441)] = 211700, - [SMALL_STATE(5442)] = 211714, - [SMALL_STATE(5443)] = 211728, - [SMALL_STATE(5444)] = 211742, - [SMALL_STATE(5445)] = 211756, - [SMALL_STATE(5446)] = 211772, - [SMALL_STATE(5447)] = 211788, - [SMALL_STATE(5448)] = 211802, - [SMALL_STATE(5449)] = 211818, - [SMALL_STATE(5450)] = 211834, - [SMALL_STATE(5451)] = 211850, - [SMALL_STATE(5452)] = 211866, - [SMALL_STATE(5453)] = 211882, - [SMALL_STATE(5454)] = 211898, - [SMALL_STATE(5455)] = 211914, - [SMALL_STATE(5456)] = 211930, - [SMALL_STATE(5457)] = 211946, - [SMALL_STATE(5458)] = 211962, - [SMALL_STATE(5459)] = 211978, - [SMALL_STATE(5460)] = 211992, - [SMALL_STATE(5461)] = 212006, - [SMALL_STATE(5462)] = 212022, - [SMALL_STATE(5463)] = 212038, - [SMALL_STATE(5464)] = 212054, - [SMALL_STATE(5465)] = 212066, - [SMALL_STATE(5466)] = 212078, - [SMALL_STATE(5467)] = 212090, - [SMALL_STATE(5468)] = 212104, - [SMALL_STATE(5469)] = 212120, - [SMALL_STATE(5470)] = 212136, - [SMALL_STATE(5471)] = 212152, - [SMALL_STATE(5472)] = 212164, - [SMALL_STATE(5473)] = 212180, - [SMALL_STATE(5474)] = 212194, - [SMALL_STATE(5475)] = 212210, - [SMALL_STATE(5476)] = 212224, - [SMALL_STATE(5477)] = 212240, - [SMALL_STATE(5478)] = 212256, - [SMALL_STATE(5479)] = 212270, - [SMALL_STATE(5480)] = 212286, - [SMALL_STATE(5481)] = 212302, - [SMALL_STATE(5482)] = 212318, - [SMALL_STATE(5483)] = 212334, - [SMALL_STATE(5484)] = 212350, - [SMALL_STATE(5485)] = 212362, - [SMALL_STATE(5486)] = 212378, - [SMALL_STATE(5487)] = 212390, - [SMALL_STATE(5488)] = 212406, - [SMALL_STATE(5489)] = 212418, - [SMALL_STATE(5490)] = 212430, - [SMALL_STATE(5491)] = 212446, - [SMALL_STATE(5492)] = 212462, - [SMALL_STATE(5493)] = 212476, - [SMALL_STATE(5494)] = 212490, - [SMALL_STATE(5495)] = 212504, - [SMALL_STATE(5496)] = 212520, - [SMALL_STATE(5497)] = 212536, - [SMALL_STATE(5498)] = 212552, - [SMALL_STATE(5499)] = 212568, - [SMALL_STATE(5500)] = 212584, - [SMALL_STATE(5501)] = 212596, - [SMALL_STATE(5502)] = 212610, - [SMALL_STATE(5503)] = 212626, - [SMALL_STATE(5504)] = 212642, - [SMALL_STATE(5505)] = 212658, - [SMALL_STATE(5506)] = 212672, - [SMALL_STATE(5507)] = 212688, - [SMALL_STATE(5508)] = 212700, - [SMALL_STATE(5509)] = 212716, - [SMALL_STATE(5510)] = 212732, - [SMALL_STATE(5511)] = 212746, - [SMALL_STATE(5512)] = 212760, - [SMALL_STATE(5513)] = 212772, - [SMALL_STATE(5514)] = 212784, - [SMALL_STATE(5515)] = 212798, - [SMALL_STATE(5516)] = 212812, - [SMALL_STATE(5517)] = 212826, - [SMALL_STATE(5518)] = 212842, - [SMALL_STATE(5519)] = 212858, - [SMALL_STATE(5520)] = 212874, - [SMALL_STATE(5521)] = 212890, - [SMALL_STATE(5522)] = 212906, - [SMALL_STATE(5523)] = 212919, - [SMALL_STATE(5524)] = 212932, - [SMALL_STATE(5525)] = 212945, - [SMALL_STATE(5526)] = 212958, - [SMALL_STATE(5527)] = 212971, - [SMALL_STATE(5528)] = 212984, - [SMALL_STATE(5529)] = 212997, - [SMALL_STATE(5530)] = 213010, - [SMALL_STATE(5531)] = 213023, - [SMALL_STATE(5532)] = 213036, - [SMALL_STATE(5533)] = 213049, - [SMALL_STATE(5534)] = 213062, - [SMALL_STATE(5535)] = 213075, - [SMALL_STATE(5536)] = 213088, - [SMALL_STATE(5537)] = 213101, - [SMALL_STATE(5538)] = 213114, - [SMALL_STATE(5539)] = 213127, - [SMALL_STATE(5540)] = 213140, - [SMALL_STATE(5541)] = 213153, - [SMALL_STATE(5542)] = 213166, - [SMALL_STATE(5543)] = 213179, - [SMALL_STATE(5544)] = 213192, - [SMALL_STATE(5545)] = 213205, - [SMALL_STATE(5546)] = 213218, - [SMALL_STATE(5547)] = 213231, - [SMALL_STATE(5548)] = 213244, - [SMALL_STATE(5549)] = 213257, - [SMALL_STATE(5550)] = 213270, - [SMALL_STATE(5551)] = 213283, - [SMALL_STATE(5552)] = 213296, - [SMALL_STATE(5553)] = 213309, - [SMALL_STATE(5554)] = 213320, - [SMALL_STATE(5555)] = 213333, - [SMALL_STATE(5556)] = 213344, - [SMALL_STATE(5557)] = 213357, - [SMALL_STATE(5558)] = 213370, - [SMALL_STATE(5559)] = 213383, - [SMALL_STATE(5560)] = 213396, - [SMALL_STATE(5561)] = 213409, - [SMALL_STATE(5562)] = 213422, - [SMALL_STATE(5563)] = 213435, - [SMALL_STATE(5564)] = 213448, - [SMALL_STATE(5565)] = 213461, - [SMALL_STATE(5566)] = 213474, - [SMALL_STATE(5567)] = 213485, - [SMALL_STATE(5568)] = 213498, - [SMALL_STATE(5569)] = 213511, - [SMALL_STATE(5570)] = 213522, - [SMALL_STATE(5571)] = 213535, - [SMALL_STATE(5572)] = 213548, - [SMALL_STATE(5573)] = 213561, - [SMALL_STATE(5574)] = 213574, - [SMALL_STATE(5575)] = 213587, - [SMALL_STATE(5576)] = 213600, - [SMALL_STATE(5577)] = 213613, - [SMALL_STATE(5578)] = 213626, - [SMALL_STATE(5579)] = 213639, - [SMALL_STATE(5580)] = 213652, - [SMALL_STATE(5581)] = 213665, - [SMALL_STATE(5582)] = 213678, - [SMALL_STATE(5583)] = 213691, - [SMALL_STATE(5584)] = 213704, - [SMALL_STATE(5585)] = 213717, - [SMALL_STATE(5586)] = 213730, - [SMALL_STATE(5587)] = 213743, - [SMALL_STATE(5588)] = 213756, - [SMALL_STATE(5589)] = 213769, - [SMALL_STATE(5590)] = 213782, - [SMALL_STATE(5591)] = 213795, - [SMALL_STATE(5592)] = 213808, - [SMALL_STATE(5593)] = 213821, - [SMALL_STATE(5594)] = 213834, - [SMALL_STATE(5595)] = 213847, - [SMALL_STATE(5596)] = 213860, - [SMALL_STATE(5597)] = 213873, - [SMALL_STATE(5598)] = 213886, - [SMALL_STATE(5599)] = 213899, - [SMALL_STATE(5600)] = 213912, - [SMALL_STATE(5601)] = 213925, - [SMALL_STATE(5602)] = 213936, - [SMALL_STATE(5603)] = 213949, - [SMALL_STATE(5604)] = 213960, - [SMALL_STATE(5605)] = 213973, - [SMALL_STATE(5606)] = 213986, - [SMALL_STATE(5607)] = 213999, - [SMALL_STATE(5608)] = 214012, - [SMALL_STATE(5609)] = 214023, - [SMALL_STATE(5610)] = 214036, - [SMALL_STATE(5611)] = 214049, - [SMALL_STATE(5612)] = 214062, - [SMALL_STATE(5613)] = 214075, - [SMALL_STATE(5614)] = 214088, - [SMALL_STATE(5615)] = 214101, - [SMALL_STATE(5616)] = 214114, - [SMALL_STATE(5617)] = 214127, - [SMALL_STATE(5618)] = 214138, - [SMALL_STATE(5619)] = 214151, - [SMALL_STATE(5620)] = 214164, - [SMALL_STATE(5621)] = 214177, - [SMALL_STATE(5622)] = 214190, - [SMALL_STATE(5623)] = 214203, - [SMALL_STATE(5624)] = 214216, - [SMALL_STATE(5625)] = 214226, - [SMALL_STATE(5626)] = 214236, - [SMALL_STATE(5627)] = 214246, - [SMALL_STATE(5628)] = 214256, - [SMALL_STATE(5629)] = 214266, - [SMALL_STATE(5630)] = 214276, - [SMALL_STATE(5631)] = 214286, - [SMALL_STATE(5632)] = 214296, - [SMALL_STATE(5633)] = 214306, - [SMALL_STATE(5634)] = 214316, - [SMALL_STATE(5635)] = 214326, - [SMALL_STATE(5636)] = 214336, - [SMALL_STATE(5637)] = 214346, - [SMALL_STATE(5638)] = 214356, - [SMALL_STATE(5639)] = 214366, - [SMALL_STATE(5640)] = 214376, - [SMALL_STATE(5641)] = 214386, - [SMALL_STATE(5642)] = 214396, - [SMALL_STATE(5643)] = 214406, - [SMALL_STATE(5644)] = 214416, - [SMALL_STATE(5645)] = 214426, - [SMALL_STATE(5646)] = 214436, - [SMALL_STATE(5647)] = 214446, - [SMALL_STATE(5648)] = 214456, - [SMALL_STATE(5649)] = 214466, - [SMALL_STATE(5650)] = 214476, - [SMALL_STATE(5651)] = 214486, - [SMALL_STATE(5652)] = 214496, - [SMALL_STATE(5653)] = 214506, - [SMALL_STATE(5654)] = 214516, - [SMALL_STATE(5655)] = 214526, - [SMALL_STATE(5656)] = 214536, - [SMALL_STATE(5657)] = 214546, - [SMALL_STATE(5658)] = 214556, - [SMALL_STATE(5659)] = 214566, - [SMALL_STATE(5660)] = 214576, - [SMALL_STATE(5661)] = 214586, - [SMALL_STATE(5662)] = 214596, - [SMALL_STATE(5663)] = 214606, - [SMALL_STATE(5664)] = 214616, - [SMALL_STATE(5665)] = 214626, - [SMALL_STATE(5666)] = 214636, - [SMALL_STATE(5667)] = 214646, - [SMALL_STATE(5668)] = 214656, - [SMALL_STATE(5669)] = 214666, - [SMALL_STATE(5670)] = 214676, - [SMALL_STATE(5671)] = 214686, - [SMALL_STATE(5672)] = 214696, - [SMALL_STATE(5673)] = 214706, - [SMALL_STATE(5674)] = 214716, - [SMALL_STATE(5675)] = 214726, - [SMALL_STATE(5676)] = 214736, - [SMALL_STATE(5677)] = 214746, - [SMALL_STATE(5678)] = 214756, - [SMALL_STATE(5679)] = 214766, - [SMALL_STATE(5680)] = 214776, - [SMALL_STATE(5681)] = 214786, - [SMALL_STATE(5682)] = 214796, - [SMALL_STATE(5683)] = 214806, - [SMALL_STATE(5684)] = 214816, - [SMALL_STATE(5685)] = 214826, - [SMALL_STATE(5686)] = 214836, - [SMALL_STATE(5687)] = 214846, - [SMALL_STATE(5688)] = 214856, - [SMALL_STATE(5689)] = 214866, - [SMALL_STATE(5690)] = 214876, - [SMALL_STATE(5691)] = 214886, - [SMALL_STATE(5692)] = 214896, - [SMALL_STATE(5693)] = 214906, - [SMALL_STATE(5694)] = 214916, - [SMALL_STATE(5695)] = 214926, - [SMALL_STATE(5696)] = 214936, - [SMALL_STATE(5697)] = 214946, - [SMALL_STATE(5698)] = 214956, - [SMALL_STATE(5699)] = 214966, - [SMALL_STATE(5700)] = 214976, - [SMALL_STATE(5701)] = 214986, - [SMALL_STATE(5702)] = 214996, - [SMALL_STATE(5703)] = 215006, - [SMALL_STATE(5704)] = 215016, - [SMALL_STATE(5705)] = 215026, - [SMALL_STATE(5706)] = 215036, - [SMALL_STATE(5707)] = 215046, - [SMALL_STATE(5708)] = 215056, - [SMALL_STATE(5709)] = 215066, - [SMALL_STATE(5710)] = 215076, - [SMALL_STATE(5711)] = 215086, - [SMALL_STATE(5712)] = 215096, - [SMALL_STATE(5713)] = 215106, - [SMALL_STATE(5714)] = 215116, - [SMALL_STATE(5715)] = 215126, - [SMALL_STATE(5716)] = 215136, - [SMALL_STATE(5717)] = 215146, - [SMALL_STATE(5718)] = 215156, - [SMALL_STATE(5719)] = 215166, - [SMALL_STATE(5720)] = 215176, - [SMALL_STATE(5721)] = 215186, - [SMALL_STATE(5722)] = 215196, - [SMALL_STATE(5723)] = 215206, - [SMALL_STATE(5724)] = 215216, - [SMALL_STATE(5725)] = 215226, - [SMALL_STATE(5726)] = 215236, - [SMALL_STATE(5727)] = 215246, - [SMALL_STATE(5728)] = 215256, - [SMALL_STATE(5729)] = 215266, - [SMALL_STATE(5730)] = 215276, - [SMALL_STATE(5731)] = 215286, - [SMALL_STATE(5732)] = 215296, - [SMALL_STATE(5733)] = 215306, - [SMALL_STATE(5734)] = 215316, - [SMALL_STATE(5735)] = 215326, - [SMALL_STATE(5736)] = 215336, - [SMALL_STATE(5737)] = 215346, - [SMALL_STATE(5738)] = 215356, - [SMALL_STATE(5739)] = 215366, - [SMALL_STATE(5740)] = 215376, - [SMALL_STATE(5741)] = 215386, - [SMALL_STATE(5742)] = 215396, - [SMALL_STATE(5743)] = 215406, - [SMALL_STATE(5744)] = 215416, - [SMALL_STATE(5745)] = 215426, - [SMALL_STATE(5746)] = 215436, - [SMALL_STATE(5747)] = 215446, - [SMALL_STATE(5748)] = 215456, - [SMALL_STATE(5749)] = 215466, - [SMALL_STATE(5750)] = 215476, - [SMALL_STATE(5751)] = 215486, - [SMALL_STATE(5752)] = 215496, - [SMALL_STATE(5753)] = 215506, - [SMALL_STATE(5754)] = 215516, - [SMALL_STATE(5755)] = 215526, - [SMALL_STATE(5756)] = 215536, - [SMALL_STATE(5757)] = 215546, - [SMALL_STATE(5758)] = 215556, - [SMALL_STATE(5759)] = 215566, - [SMALL_STATE(5760)] = 215576, - [SMALL_STATE(5761)] = 215586, - [SMALL_STATE(5762)] = 215596, - [SMALL_STATE(5763)] = 215606, - [SMALL_STATE(5764)] = 215616, - [SMALL_STATE(5765)] = 215626, - [SMALL_STATE(5766)] = 215636, - [SMALL_STATE(5767)] = 215646, - [SMALL_STATE(5768)] = 215656, - [SMALL_STATE(5769)] = 215666, - [SMALL_STATE(5770)] = 215676, - [SMALL_STATE(5771)] = 215686, - [SMALL_STATE(5772)] = 215696, - [SMALL_STATE(5773)] = 215706, - [SMALL_STATE(5774)] = 215716, - [SMALL_STATE(5775)] = 215726, - [SMALL_STATE(5776)] = 215736, - [SMALL_STATE(5777)] = 215746, - [SMALL_STATE(5778)] = 215756, - [SMALL_STATE(5779)] = 215766, - [SMALL_STATE(5780)] = 215776, - [SMALL_STATE(5781)] = 215786, - [SMALL_STATE(5782)] = 215796, - [SMALL_STATE(5783)] = 215806, - [SMALL_STATE(5784)] = 215816, - [SMALL_STATE(5785)] = 215826, - [SMALL_STATE(5786)] = 215836, - [SMALL_STATE(5787)] = 215846, - [SMALL_STATE(5788)] = 215856, - [SMALL_STATE(5789)] = 215866, - [SMALL_STATE(5790)] = 215876, - [SMALL_STATE(5791)] = 215886, - [SMALL_STATE(5792)] = 215896, - [SMALL_STATE(5793)] = 215906, - [SMALL_STATE(5794)] = 215916, - [SMALL_STATE(5795)] = 215926, - [SMALL_STATE(5796)] = 215936, - [SMALL_STATE(5797)] = 215946, - [SMALL_STATE(5798)] = 215956, - [SMALL_STATE(5799)] = 215966, - [SMALL_STATE(5800)] = 215976, - [SMALL_STATE(5801)] = 215986, - [SMALL_STATE(5802)] = 215996, - [SMALL_STATE(5803)] = 216006, - [SMALL_STATE(5804)] = 216016, - [SMALL_STATE(5805)] = 216026, - [SMALL_STATE(5806)] = 216036, - [SMALL_STATE(5807)] = 216046, - [SMALL_STATE(5808)] = 216056, - [SMALL_STATE(5809)] = 216066, - [SMALL_STATE(5810)] = 216076, - [SMALL_STATE(5811)] = 216086, - [SMALL_STATE(5812)] = 216096, - [SMALL_STATE(5813)] = 216106, - [SMALL_STATE(5814)] = 216116, - [SMALL_STATE(5815)] = 216126, - [SMALL_STATE(5816)] = 216136, - [SMALL_STATE(5817)] = 216146, - [SMALL_STATE(5818)] = 216156, - [SMALL_STATE(5819)] = 216166, - [SMALL_STATE(5820)] = 216176, - [SMALL_STATE(5821)] = 216186, - [SMALL_STATE(5822)] = 216196, - [SMALL_STATE(5823)] = 216206, - [SMALL_STATE(5824)] = 216216, - [SMALL_STATE(5825)] = 216226, - [SMALL_STATE(5826)] = 216236, - [SMALL_STATE(5827)] = 216246, - [SMALL_STATE(5828)] = 216256, - [SMALL_STATE(5829)] = 216266, - [SMALL_STATE(5830)] = 216276, - [SMALL_STATE(5831)] = 216286, - [SMALL_STATE(5832)] = 216296, - [SMALL_STATE(5833)] = 216306, - [SMALL_STATE(5834)] = 216316, - [SMALL_STATE(5835)] = 216326, - [SMALL_STATE(5836)] = 216336, - [SMALL_STATE(5837)] = 216346, - [SMALL_STATE(5838)] = 216356, - [SMALL_STATE(5839)] = 216366, - [SMALL_STATE(5840)] = 216376, - [SMALL_STATE(5841)] = 216386, - [SMALL_STATE(5842)] = 216396, - [SMALL_STATE(5843)] = 216406, - [SMALL_STATE(5844)] = 216416, - [SMALL_STATE(5845)] = 216426, - [SMALL_STATE(5846)] = 216436, - [SMALL_STATE(5847)] = 216446, - [SMALL_STATE(5848)] = 216456, - [SMALL_STATE(5849)] = 216466, - [SMALL_STATE(5850)] = 216476, - [SMALL_STATE(5851)] = 216486, - [SMALL_STATE(5852)] = 216496, - [SMALL_STATE(5853)] = 216506, - [SMALL_STATE(5854)] = 216516, - [SMALL_STATE(5855)] = 216526, - [SMALL_STATE(5856)] = 216536, - [SMALL_STATE(5857)] = 216546, - [SMALL_STATE(5858)] = 216556, - [SMALL_STATE(5859)] = 216566, - [SMALL_STATE(5860)] = 216576, - [SMALL_STATE(5861)] = 216586, - [SMALL_STATE(5862)] = 216596, - [SMALL_STATE(5863)] = 216606, - [SMALL_STATE(5864)] = 216616, - [SMALL_STATE(5865)] = 216626, - [SMALL_STATE(5866)] = 216636, - [SMALL_STATE(5867)] = 216646, - [SMALL_STATE(5868)] = 216656, - [SMALL_STATE(5869)] = 216666, - [SMALL_STATE(5870)] = 216676, - [SMALL_STATE(5871)] = 216686, - [SMALL_STATE(5872)] = 216696, - [SMALL_STATE(5873)] = 216706, - [SMALL_STATE(5874)] = 216716, - [SMALL_STATE(5875)] = 216726, - [SMALL_STATE(5876)] = 216736, - [SMALL_STATE(5877)] = 216746, - [SMALL_STATE(5878)] = 216756, - [SMALL_STATE(5879)] = 216766, - [SMALL_STATE(5880)] = 216776, - [SMALL_STATE(5881)] = 216786, - [SMALL_STATE(5882)] = 216796, - [SMALL_STATE(5883)] = 216806, - [SMALL_STATE(5884)] = 216816, - [SMALL_STATE(5885)] = 216826, - [SMALL_STATE(5886)] = 216836, - [SMALL_STATE(5887)] = 216846, - [SMALL_STATE(5888)] = 216856, - [SMALL_STATE(5889)] = 216866, - [SMALL_STATE(5890)] = 216876, - [SMALL_STATE(5891)] = 216886, - [SMALL_STATE(5892)] = 216896, - [SMALL_STATE(5893)] = 216906, - [SMALL_STATE(5894)] = 216916, - [SMALL_STATE(5895)] = 216926, - [SMALL_STATE(5896)] = 216936, - [SMALL_STATE(5897)] = 216946, - [SMALL_STATE(5898)] = 216956, - [SMALL_STATE(5899)] = 216966, - [SMALL_STATE(5900)] = 216976, - [SMALL_STATE(5901)] = 216986, - [SMALL_STATE(5902)] = 216996, - [SMALL_STATE(5903)] = 217006, - [SMALL_STATE(5904)] = 217016, - [SMALL_STATE(5905)] = 217026, - [SMALL_STATE(5906)] = 217036, - [SMALL_STATE(5907)] = 217046, - [SMALL_STATE(5908)] = 217056, - [SMALL_STATE(5909)] = 217066, - [SMALL_STATE(5910)] = 217076, - [SMALL_STATE(5911)] = 217086, - [SMALL_STATE(5912)] = 217096, - [SMALL_STATE(5913)] = 217106, - [SMALL_STATE(5914)] = 217116, - [SMALL_STATE(5915)] = 217126, - [SMALL_STATE(5916)] = 217136, - [SMALL_STATE(5917)] = 217146, - [SMALL_STATE(5918)] = 217156, - [SMALL_STATE(5919)] = 217166, - [SMALL_STATE(5920)] = 217176, - [SMALL_STATE(5921)] = 217186, - [SMALL_STATE(5922)] = 217196, - [SMALL_STATE(5923)] = 217206, - [SMALL_STATE(5924)] = 217216, - [SMALL_STATE(5925)] = 217226, - [SMALL_STATE(5926)] = 217236, - [SMALL_STATE(5927)] = 217246, - [SMALL_STATE(5928)] = 217256, - [SMALL_STATE(5929)] = 217266, - [SMALL_STATE(5930)] = 217276, - [SMALL_STATE(5931)] = 217286, - [SMALL_STATE(5932)] = 217296, - [SMALL_STATE(5933)] = 217306, - [SMALL_STATE(5934)] = 217316, - [SMALL_STATE(5935)] = 217326, - [SMALL_STATE(5936)] = 217336, - [SMALL_STATE(5937)] = 217346, - [SMALL_STATE(5938)] = 217356, - [SMALL_STATE(5939)] = 217366, - [SMALL_STATE(5940)] = 217376, - [SMALL_STATE(5941)] = 217386, - [SMALL_STATE(5942)] = 217396, - [SMALL_STATE(5943)] = 217406, - [SMALL_STATE(5944)] = 217416, - [SMALL_STATE(5945)] = 217426, - [SMALL_STATE(5946)] = 217436, - [SMALL_STATE(5947)] = 217446, - [SMALL_STATE(5948)] = 217456, - [SMALL_STATE(5949)] = 217466, - [SMALL_STATE(5950)] = 217476, - [SMALL_STATE(5951)] = 217486, - [SMALL_STATE(5952)] = 217496, - [SMALL_STATE(5953)] = 217506, - [SMALL_STATE(5954)] = 217516, - [SMALL_STATE(5955)] = 217526, - [SMALL_STATE(5956)] = 217536, - [SMALL_STATE(5957)] = 217546, - [SMALL_STATE(5958)] = 217556, - [SMALL_STATE(5959)] = 217566, - [SMALL_STATE(5960)] = 217576, - [SMALL_STATE(5961)] = 217586, - [SMALL_STATE(5962)] = 217596, - [SMALL_STATE(5963)] = 217606, - [SMALL_STATE(5964)] = 217616, - [SMALL_STATE(5965)] = 217626, - [SMALL_STATE(5966)] = 217636, - [SMALL_STATE(5967)] = 217646, - [SMALL_STATE(5968)] = 217656, - [SMALL_STATE(5969)] = 217666, - [SMALL_STATE(5970)] = 217676, - [SMALL_STATE(5971)] = 217686, - [SMALL_STATE(5972)] = 217696, - [SMALL_STATE(5973)] = 217706, - [SMALL_STATE(5974)] = 217716, - [SMALL_STATE(5975)] = 217726, - [SMALL_STATE(5976)] = 217736, - [SMALL_STATE(5977)] = 217746, - [SMALL_STATE(5978)] = 217756, - [SMALL_STATE(5979)] = 217766, - [SMALL_STATE(5980)] = 217776, - [SMALL_STATE(5981)] = 217786, - [SMALL_STATE(5982)] = 217796, - [SMALL_STATE(5983)] = 217806, - [SMALL_STATE(5984)] = 217816, - [SMALL_STATE(5985)] = 217826, - [SMALL_STATE(5986)] = 217836, - [SMALL_STATE(5987)] = 217846, - [SMALL_STATE(5988)] = 217856, - [SMALL_STATE(5989)] = 217866, - [SMALL_STATE(5990)] = 217876, - [SMALL_STATE(5991)] = 217886, - [SMALL_STATE(5992)] = 217896, - [SMALL_STATE(5993)] = 217906, - [SMALL_STATE(5994)] = 217916, - [SMALL_STATE(5995)] = 217926, - [SMALL_STATE(5996)] = 217936, - [SMALL_STATE(5997)] = 217946, - [SMALL_STATE(5998)] = 217956, - [SMALL_STATE(5999)] = 217966, - [SMALL_STATE(6000)] = 217976, - [SMALL_STATE(6001)] = 217986, - [SMALL_STATE(6002)] = 217996, - [SMALL_STATE(6003)] = 218006, - [SMALL_STATE(6004)] = 218016, - [SMALL_STATE(6005)] = 218026, - [SMALL_STATE(6006)] = 218036, - [SMALL_STATE(6007)] = 218046, - [SMALL_STATE(6008)] = 218056, - [SMALL_STATE(6009)] = 218066, - [SMALL_STATE(6010)] = 218076, - [SMALL_STATE(6011)] = 218086, - [SMALL_STATE(6012)] = 218096, - [SMALL_STATE(6013)] = 218106, - [SMALL_STATE(6014)] = 218116, - [SMALL_STATE(6015)] = 218126, - [SMALL_STATE(6016)] = 218136, - [SMALL_STATE(6017)] = 218146, - [SMALL_STATE(6018)] = 218156, - [SMALL_STATE(6019)] = 218166, - [SMALL_STATE(6020)] = 218176, - [SMALL_STATE(6021)] = 218186, - [SMALL_STATE(6022)] = 218196, - [SMALL_STATE(6023)] = 218206, - [SMALL_STATE(6024)] = 218216, - [SMALL_STATE(6025)] = 218226, - [SMALL_STATE(6026)] = 218236, - [SMALL_STATE(6027)] = 218246, - [SMALL_STATE(6028)] = 218256, - [SMALL_STATE(6029)] = 218266, - [SMALL_STATE(6030)] = 218276, - [SMALL_STATE(6031)] = 218286, - [SMALL_STATE(6032)] = 218296, - [SMALL_STATE(6033)] = 218306, - [SMALL_STATE(6034)] = 218316, - [SMALL_STATE(6035)] = 218326, - [SMALL_STATE(6036)] = 218336, - [SMALL_STATE(6037)] = 218346, - [SMALL_STATE(6038)] = 218356, - [SMALL_STATE(6039)] = 218366, - [SMALL_STATE(6040)] = 218376, - [SMALL_STATE(6041)] = 218386, - [SMALL_STATE(6042)] = 218396, - [SMALL_STATE(6043)] = 218406, - [SMALL_STATE(6044)] = 218416, - [SMALL_STATE(6045)] = 218426, - [SMALL_STATE(6046)] = 218436, - [SMALL_STATE(6047)] = 218446, - [SMALL_STATE(6048)] = 218456, - [SMALL_STATE(6049)] = 218466, - [SMALL_STATE(6050)] = 218476, - [SMALL_STATE(6051)] = 218486, - [SMALL_STATE(6052)] = 218496, - [SMALL_STATE(6053)] = 218506, - [SMALL_STATE(6054)] = 218516, - [SMALL_STATE(6055)] = 218526, - [SMALL_STATE(6056)] = 218536, - [SMALL_STATE(6057)] = 218546, - [SMALL_STATE(6058)] = 218556, - [SMALL_STATE(6059)] = 218566, - [SMALL_STATE(6060)] = 218576, - [SMALL_STATE(6061)] = 218586, - [SMALL_STATE(6062)] = 218596, - [SMALL_STATE(6063)] = 218606, - [SMALL_STATE(6064)] = 218616, - [SMALL_STATE(6065)] = 218626, - [SMALL_STATE(6066)] = 218636, - [SMALL_STATE(6067)] = 218646, - [SMALL_STATE(6068)] = 218656, - [SMALL_STATE(6069)] = 218666, - [SMALL_STATE(6070)] = 218676, - [SMALL_STATE(6071)] = 218686, - [SMALL_STATE(6072)] = 218696, - [SMALL_STATE(6073)] = 218706, - [SMALL_STATE(6074)] = 218716, - [SMALL_STATE(6075)] = 218726, - [SMALL_STATE(6076)] = 218736, - [SMALL_STATE(6077)] = 218746, - [SMALL_STATE(6078)] = 218756, - [SMALL_STATE(6079)] = 218766, - [SMALL_STATE(6080)] = 218776, - [SMALL_STATE(6081)] = 218786, - [SMALL_STATE(6082)] = 218796, - [SMALL_STATE(6083)] = 218806, - [SMALL_STATE(6084)] = 218816, - [SMALL_STATE(6085)] = 218826, - [SMALL_STATE(6086)] = 218836, - [SMALL_STATE(6087)] = 218846, - [SMALL_STATE(6088)] = 218856, - [SMALL_STATE(6089)] = 218866, - [SMALL_STATE(6090)] = 218876, - [SMALL_STATE(6091)] = 218886, - [SMALL_STATE(6092)] = 218896, - [SMALL_STATE(6093)] = 218906, - [SMALL_STATE(6094)] = 218916, - [SMALL_STATE(6095)] = 218926, - [SMALL_STATE(6096)] = 218936, - [SMALL_STATE(6097)] = 218946, - [SMALL_STATE(6098)] = 218956, - [SMALL_STATE(6099)] = 218966, - [SMALL_STATE(6100)] = 218976, - [SMALL_STATE(6101)] = 218986, - [SMALL_STATE(6102)] = 218996, - [SMALL_STATE(6103)] = 219006, - [SMALL_STATE(6104)] = 219016, - [SMALL_STATE(6105)] = 219026, - [SMALL_STATE(6106)] = 219036, - [SMALL_STATE(6107)] = 219046, - [SMALL_STATE(6108)] = 219056, - [SMALL_STATE(6109)] = 219066, - [SMALL_STATE(6110)] = 219076, - [SMALL_STATE(6111)] = 219086, - [SMALL_STATE(6112)] = 219096, - [SMALL_STATE(6113)] = 219106, - [SMALL_STATE(6114)] = 219116, - [SMALL_STATE(6115)] = 219126, - [SMALL_STATE(6116)] = 219136, - [SMALL_STATE(6117)] = 219146, - [SMALL_STATE(6118)] = 219156, - [SMALL_STATE(6119)] = 219166, - [SMALL_STATE(6120)] = 219176, - [SMALL_STATE(6121)] = 219186, - [SMALL_STATE(6122)] = 219196, - [SMALL_STATE(6123)] = 219206, - [SMALL_STATE(6124)] = 219216, - [SMALL_STATE(6125)] = 219226, - [SMALL_STATE(6126)] = 219236, - [SMALL_STATE(6127)] = 219246, - [SMALL_STATE(6128)] = 219256, - [SMALL_STATE(6129)] = 219266, - [SMALL_STATE(6130)] = 219276, - [SMALL_STATE(6131)] = 219286, - [SMALL_STATE(6132)] = 219296, - [SMALL_STATE(6133)] = 219306, - [SMALL_STATE(6134)] = 219316, - [SMALL_STATE(6135)] = 219326, - [SMALL_STATE(6136)] = 219336, - [SMALL_STATE(6137)] = 219346, - [SMALL_STATE(6138)] = 219356, - [SMALL_STATE(6139)] = 219366, - [SMALL_STATE(6140)] = 219376, - [SMALL_STATE(6141)] = 219386, - [SMALL_STATE(6142)] = 219396, - [SMALL_STATE(6143)] = 219406, - [SMALL_STATE(6144)] = 219416, - [SMALL_STATE(6145)] = 219426, - [SMALL_STATE(6146)] = 219436, - [SMALL_STATE(6147)] = 219446, - [SMALL_STATE(6148)] = 219456, - [SMALL_STATE(6149)] = 219466, - [SMALL_STATE(6150)] = 219476, - [SMALL_STATE(6151)] = 219486, - [SMALL_STATE(6152)] = 219496, - [SMALL_STATE(6153)] = 219506, - [SMALL_STATE(6154)] = 219516, - [SMALL_STATE(6155)] = 219526, - [SMALL_STATE(6156)] = 219536, - [SMALL_STATE(6157)] = 219546, - [SMALL_STATE(6158)] = 219556, - [SMALL_STATE(6159)] = 219566, - [SMALL_STATE(6160)] = 219576, - [SMALL_STATE(6161)] = 219586, - [SMALL_STATE(6162)] = 219596, - [SMALL_STATE(6163)] = 219606, - [SMALL_STATE(6164)] = 219616, - [SMALL_STATE(6165)] = 219626, - [SMALL_STATE(6166)] = 219636, - [SMALL_STATE(6167)] = 219646, - [SMALL_STATE(6168)] = 219656, - [SMALL_STATE(6169)] = 219666, - [SMALL_STATE(6170)] = 219676, - [SMALL_STATE(6171)] = 219686, - [SMALL_STATE(6172)] = 219696, - [SMALL_STATE(6173)] = 219706, - [SMALL_STATE(6174)] = 219716, - [SMALL_STATE(6175)] = 219726, - [SMALL_STATE(6176)] = 219736, - [SMALL_STATE(6177)] = 219746, - [SMALL_STATE(6178)] = 219756, - [SMALL_STATE(6179)] = 219766, - [SMALL_STATE(6180)] = 219776, - [SMALL_STATE(6181)] = 219786, - [SMALL_STATE(6182)] = 219796, - [SMALL_STATE(6183)] = 219806, - [SMALL_STATE(6184)] = 219816, - [SMALL_STATE(6185)] = 219826, - [SMALL_STATE(6186)] = 219836, - [SMALL_STATE(6187)] = 219846, - [SMALL_STATE(6188)] = 219856, - [SMALL_STATE(6189)] = 219866, - [SMALL_STATE(6190)] = 219876, - [SMALL_STATE(6191)] = 219886, - [SMALL_STATE(6192)] = 219896, - [SMALL_STATE(6193)] = 219906, - [SMALL_STATE(6194)] = 219916, - [SMALL_STATE(6195)] = 219926, - [SMALL_STATE(6196)] = 219936, - [SMALL_STATE(6197)] = 219946, - [SMALL_STATE(6198)] = 219956, - [SMALL_STATE(6199)] = 219966, - [SMALL_STATE(6200)] = 219976, - [SMALL_STATE(6201)] = 219986, - [SMALL_STATE(6202)] = 219996, - [SMALL_STATE(6203)] = 220006, - [SMALL_STATE(6204)] = 220016, - [SMALL_STATE(6205)] = 220026, - [SMALL_STATE(6206)] = 220036, - [SMALL_STATE(6207)] = 220046, - [SMALL_STATE(6208)] = 220056, + [SMALL_STATE(963)] = 0, + [SMALL_STATE(964)] = 73, + [SMALL_STATE(965)] = 146, + [SMALL_STATE(966)] = 219, + [SMALL_STATE(967)] = 292, + [SMALL_STATE(968)] = 365, + [SMALL_STATE(969)] = 438, + [SMALL_STATE(970)] = 515, + [SMALL_STATE(971)] = 588, + [SMALL_STATE(972)] = 663, + [SMALL_STATE(973)] = 736, + [SMALL_STATE(974)] = 809, + [SMALL_STATE(975)] = 882, + [SMALL_STATE(976)] = 955, + [SMALL_STATE(977)] = 1028, + [SMALL_STATE(978)] = 1103, + [SMALL_STATE(979)] = 1176, + [SMALL_STATE(980)] = 1249, + [SMALL_STATE(981)] = 1392, + [SMALL_STATE(982)] = 1465, + [SMALL_STATE(983)] = 1538, + [SMALL_STATE(984)] = 1681, + [SMALL_STATE(985)] = 1824, + [SMALL_STATE(986)] = 1915, + [SMALL_STATE(987)] = 2006, + [SMALL_STATE(988)] = 2081, + [SMALL_STATE(989)] = 2224, + [SMALL_STATE(990)] = 2297, + [SMALL_STATE(991)] = 2372, + [SMALL_STATE(992)] = 2463, + [SMALL_STATE(993)] = 2554, + [SMALL_STATE(994)] = 2627, + [SMALL_STATE(995)] = 2702, + [SMALL_STATE(996)] = 2777, + [SMALL_STATE(997)] = 2850, + [SMALL_STATE(998)] = 2923, + [SMALL_STATE(999)] = 3000, + [SMALL_STATE(1000)] = 3073, + [SMALL_STATE(1001)] = 3152, + [SMALL_STATE(1002)] = 3225, + [SMALL_STATE(1003)] = 3298, + [SMALL_STATE(1004)] = 3371, + [SMALL_STATE(1005)] = 3444, + [SMALL_STATE(1006)] = 3517, + [SMALL_STATE(1007)] = 3592, + [SMALL_STATE(1008)] = 3665, + [SMALL_STATE(1009)] = 3738, + [SMALL_STATE(1010)] = 3811, + [SMALL_STATE(1011)] = 3884, + [SMALL_STATE(1012)] = 3957, + [SMALL_STATE(1013)] = 4030, + [SMALL_STATE(1014)] = 4103, + [SMALL_STATE(1015)] = 4176, + [SMALL_STATE(1016)] = 4249, + [SMALL_STATE(1017)] = 4322, + [SMALL_STATE(1018)] = 4395, + [SMALL_STATE(1019)] = 4468, + [SMALL_STATE(1020)] = 4541, + [SMALL_STATE(1021)] = 4618, + [SMALL_STATE(1022)] = 4691, + [SMALL_STATE(1023)] = 4764, + [SMALL_STATE(1024)] = 4837, + [SMALL_STATE(1025)] = 4910, + [SMALL_STATE(1026)] = 4983, + [SMALL_STATE(1027)] = 5058, + [SMALL_STATE(1028)] = 5131, + [SMALL_STATE(1029)] = 5204, + [SMALL_STATE(1030)] = 5277, + [SMALL_STATE(1031)] = 5350, + [SMALL_STATE(1032)] = 5423, + [SMALL_STATE(1033)] = 5496, + [SMALL_STATE(1034)] = 5569, + [SMALL_STATE(1035)] = 5642, + [SMALL_STATE(1036)] = 5715, + [SMALL_STATE(1037)] = 5788, + [SMALL_STATE(1038)] = 5861, + [SMALL_STATE(1039)] = 5934, + [SMALL_STATE(1040)] = 6011, + [SMALL_STATE(1041)] = 6084, + [SMALL_STATE(1042)] = 6157, + [SMALL_STATE(1043)] = 6230, + [SMALL_STATE(1044)] = 6303, + [SMALL_STATE(1045)] = 6378, + [SMALL_STATE(1046)] = 6521, + [SMALL_STATE(1047)] = 6664, + [SMALL_STATE(1048)] = 6741, + [SMALL_STATE(1049)] = 6884, + [SMALL_STATE(1050)] = 7027, + [SMALL_STATE(1051)] = 7100, + [SMALL_STATE(1052)] = 7173, + [SMALL_STATE(1053)] = 7248, + [SMALL_STATE(1054)] = 7321, + [SMALL_STATE(1055)] = 7412, + [SMALL_STATE(1056)] = 7485, + [SMALL_STATE(1057)] = 7576, + [SMALL_STATE(1058)] = 7649, + [SMALL_STATE(1059)] = 7722, + [SMALL_STATE(1060)] = 7795, + [SMALL_STATE(1061)] = 7872, + [SMALL_STATE(1062)] = 7963, + [SMALL_STATE(1063)] = 8036, + [SMALL_STATE(1064)] = 8115, + [SMALL_STATE(1065)] = 8188, + [SMALL_STATE(1066)] = 8261, + [SMALL_STATE(1067)] = 8334, + [SMALL_STATE(1068)] = 8407, + [SMALL_STATE(1069)] = 8480, + [SMALL_STATE(1070)] = 8553, + [SMALL_STATE(1071)] = 8626, + [SMALL_STATE(1072)] = 8699, + [SMALL_STATE(1073)] = 8772, + [SMALL_STATE(1074)] = 8845, + [SMALL_STATE(1075)] = 8918, + [SMALL_STATE(1076)] = 8991, + [SMALL_STATE(1077)] = 9064, + [SMALL_STATE(1078)] = 9137, + [SMALL_STATE(1079)] = 9210, + [SMALL_STATE(1080)] = 9283, + [SMALL_STATE(1081)] = 9356, + [SMALL_STATE(1082)] = 9429, + [SMALL_STATE(1083)] = 9502, + [SMALL_STATE(1084)] = 9575, + [SMALL_STATE(1085)] = 9648, + [SMALL_STATE(1086)] = 9721, + [SMALL_STATE(1087)] = 9794, + [SMALL_STATE(1088)] = 9867, + [SMALL_STATE(1089)] = 9940, + [SMALL_STATE(1090)] = 10017, + [SMALL_STATE(1091)] = 10108, + [SMALL_STATE(1092)] = 10181, + [SMALL_STATE(1093)] = 10254, + [SMALL_STATE(1094)] = 10327, + [SMALL_STATE(1095)] = 10418, + [SMALL_STATE(1096)] = 10509, + [SMALL_STATE(1097)] = 10582, + [SMALL_STATE(1098)] = 10655, + [SMALL_STATE(1099)] = 10728, + [SMALL_STATE(1100)] = 10801, + [SMALL_STATE(1101)] = 10874, + [SMALL_STATE(1102)] = 10947, + [SMALL_STATE(1103)] = 11020, + [SMALL_STATE(1104)] = 11093, + [SMALL_STATE(1105)] = 11166, + [SMALL_STATE(1106)] = 11239, + [SMALL_STATE(1107)] = 11312, + [SMALL_STATE(1108)] = 11385, + [SMALL_STATE(1109)] = 11458, + [SMALL_STATE(1110)] = 11531, + [SMALL_STATE(1111)] = 11622, + [SMALL_STATE(1112)] = 11695, + [SMALL_STATE(1113)] = 11768, + [SMALL_STATE(1114)] = 11841, + [SMALL_STATE(1115)] = 11914, + [SMALL_STATE(1116)] = 12005, + [SMALL_STATE(1117)] = 12148, + [SMALL_STATE(1118)] = 12291, + [SMALL_STATE(1119)] = 12434, + [SMALL_STATE(1120)] = 12577, + [SMALL_STATE(1121)] = 12720, + [SMALL_STATE(1122)] = 12793, + [SMALL_STATE(1123)] = 12866, + [SMALL_STATE(1124)] = 12939, + [SMALL_STATE(1125)] = 13012, + [SMALL_STATE(1126)] = 13085, + [SMALL_STATE(1127)] = 13158, + [SMALL_STATE(1128)] = 13231, + [SMALL_STATE(1129)] = 13308, + [SMALL_STATE(1130)] = 13383, + [SMALL_STATE(1131)] = 13460, + [SMALL_STATE(1132)] = 13537, + [SMALL_STATE(1133)] = 13610, + [SMALL_STATE(1134)] = 13753, + [SMALL_STATE(1135)] = 13896, + [SMALL_STATE(1136)] = 13969, + [SMALL_STATE(1137)] = 14042, + [SMALL_STATE(1138)] = 14115, + [SMALL_STATE(1139)] = 14188, + [SMALL_STATE(1140)] = 14261, + [SMALL_STATE(1141)] = 14334, + [SMALL_STATE(1142)] = 14407, + [SMALL_STATE(1143)] = 14480, + [SMALL_STATE(1144)] = 14553, + [SMALL_STATE(1145)] = 14626, + [SMALL_STATE(1146)] = 14699, + [SMALL_STATE(1147)] = 14772, + [SMALL_STATE(1148)] = 14845, + [SMALL_STATE(1149)] = 14920, + [SMALL_STATE(1150)] = 14995, + [SMALL_STATE(1151)] = 15068, + [SMALL_STATE(1152)] = 15147, + [SMALL_STATE(1153)] = 15220, + [SMALL_STATE(1154)] = 15293, + [SMALL_STATE(1155)] = 15366, + [SMALL_STATE(1156)] = 15509, + [SMALL_STATE(1157)] = 15652, + [SMALL_STATE(1158)] = 15725, + [SMALL_STATE(1159)] = 15798, + [SMALL_STATE(1160)] = 15941, + [SMALL_STATE(1161)] = 16084, + [SMALL_STATE(1162)] = 16157, + [SMALL_STATE(1163)] = 16230, + [SMALL_STATE(1164)] = 16303, + [SMALL_STATE(1165)] = 16376, + [SMALL_STATE(1166)] = 16449, + [SMALL_STATE(1167)] = 16522, + [SMALL_STATE(1168)] = 16595, + [SMALL_STATE(1169)] = 16738, + [SMALL_STATE(1170)] = 16811, + [SMALL_STATE(1171)] = 16954, + [SMALL_STATE(1172)] = 17027, + [SMALL_STATE(1173)] = 17170, + [SMALL_STATE(1174)] = 17243, + [SMALL_STATE(1175)] = 17316, + [SMALL_STATE(1176)] = 17459, + [SMALL_STATE(1177)] = 17602, + [SMALL_STATE(1178)] = 17675, + [SMALL_STATE(1179)] = 17748, + [SMALL_STATE(1180)] = 17891, + [SMALL_STATE(1181)] = 17964, + [SMALL_STATE(1182)] = 18043, + [SMALL_STATE(1183)] = 18116, + [SMALL_STATE(1184)] = 18189, + [SMALL_STATE(1185)] = 18262, + [SMALL_STATE(1186)] = 18334, + [SMALL_STATE(1187)] = 18406, + [SMALL_STATE(1188)] = 18478, + [SMALL_STATE(1189)] = 18550, + [SMALL_STATE(1190)] = 18622, + [SMALL_STATE(1191)] = 18694, + [SMALL_STATE(1192)] = 18766, + [SMALL_STATE(1193)] = 18908, + [SMALL_STATE(1194)] = 19050, + [SMALL_STATE(1195)] = 19122, + [SMALL_STATE(1196)] = 19194, + [SMALL_STATE(1197)] = 19266, + [SMALL_STATE(1198)] = 19338, + [SMALL_STATE(1199)] = 19410, + [SMALL_STATE(1200)] = 19482, + [SMALL_STATE(1201)] = 19624, + [SMALL_STATE(1202)] = 19766, + [SMALL_STATE(1203)] = 19838, + [SMALL_STATE(1204)] = 19914, + [SMALL_STATE(1205)] = 19986, + [SMALL_STATE(1206)] = 20058, + [SMALL_STATE(1207)] = 20130, + [SMALL_STATE(1208)] = 20206, + [SMALL_STATE(1209)] = 20282, + [SMALL_STATE(1210)] = 20354, + [SMALL_STATE(1211)] = 20426, + [SMALL_STATE(1212)] = 20498, + [SMALL_STATE(1213)] = 20570, + [SMALL_STATE(1214)] = 20642, + [SMALL_STATE(1215)] = 20714, + [SMALL_STATE(1216)] = 20786, + [SMALL_STATE(1217)] = 20858, + [SMALL_STATE(1218)] = 20930, + [SMALL_STATE(1219)] = 21002, + [SMALL_STATE(1220)] = 21074, + [SMALL_STATE(1221)] = 21146, + [SMALL_STATE(1222)] = 21218, + [SMALL_STATE(1223)] = 21290, + [SMALL_STATE(1224)] = 21362, + [SMALL_STATE(1225)] = 21434, + [SMALL_STATE(1226)] = 21506, + [SMALL_STATE(1227)] = 21578, + [SMALL_STATE(1228)] = 21720, + [SMALL_STATE(1229)] = 21862, + [SMALL_STATE(1230)] = 22004, + [SMALL_STATE(1231)] = 22146, + [SMALL_STATE(1232)] = 22218, + [SMALL_STATE(1233)] = 22290, + [SMALL_STATE(1234)] = 22362, + [SMALL_STATE(1235)] = 22434, + [SMALL_STATE(1236)] = 22506, + [SMALL_STATE(1237)] = 22578, + [SMALL_STATE(1238)] = 22650, + [SMALL_STATE(1239)] = 22722, + [SMALL_STATE(1240)] = 22794, + [SMALL_STATE(1241)] = 22866, + [SMALL_STATE(1242)] = 22938, + [SMALL_STATE(1243)] = 23010, + [SMALL_STATE(1244)] = 23082, + [SMALL_STATE(1245)] = 23158, + [SMALL_STATE(1246)] = 23230, + [SMALL_STATE(1247)] = 23372, + [SMALL_STATE(1248)] = 23444, + [SMALL_STATE(1249)] = 23516, + [SMALL_STATE(1250)] = 23588, + [SMALL_STATE(1251)] = 23660, + [SMALL_STATE(1252)] = 23736, + [SMALL_STATE(1253)] = 23808, + [SMALL_STATE(1254)] = 23880, + [SMALL_STATE(1255)] = 23952, + [SMALL_STATE(1256)] = 24024, + [SMALL_STATE(1257)] = 24096, + [SMALL_STATE(1258)] = 24168, + [SMALL_STATE(1259)] = 24240, + [SMALL_STATE(1260)] = 24312, + [SMALL_STATE(1261)] = 24454, + [SMALL_STATE(1262)] = 24526, + [SMALL_STATE(1263)] = 24598, + [SMALL_STATE(1264)] = 24670, + [SMALL_STATE(1265)] = 24742, + [SMALL_STATE(1266)] = 24814, + [SMALL_STATE(1267)] = 24886, + [SMALL_STATE(1268)] = 24958, + [SMALL_STATE(1269)] = 25030, + [SMALL_STATE(1270)] = 25102, + [SMALL_STATE(1271)] = 25174, + [SMALL_STATE(1272)] = 25246, + [SMALL_STATE(1273)] = 25318, + [SMALL_STATE(1274)] = 25390, + [SMALL_STATE(1275)] = 25462, + [SMALL_STATE(1276)] = 25534, + [SMALL_STATE(1277)] = 25606, + [SMALL_STATE(1278)] = 25678, + [SMALL_STATE(1279)] = 25750, + [SMALL_STATE(1280)] = 25822, + [SMALL_STATE(1281)] = 25894, + [SMALL_STATE(1282)] = 26036, + [SMALL_STATE(1283)] = 26178, + [SMALL_STATE(1284)] = 26320, + [SMALL_STATE(1285)] = 26462, + [SMALL_STATE(1286)] = 26534, + [SMALL_STATE(1287)] = 26606, + [SMALL_STATE(1288)] = 26678, + [SMALL_STATE(1289)] = 26750, + [SMALL_STATE(1290)] = 26822, + [SMALL_STATE(1291)] = 26898, + [SMALL_STATE(1292)] = 26970, + [SMALL_STATE(1293)] = 27042, + [SMALL_STATE(1294)] = 27114, + [SMALL_STATE(1295)] = 27186, + [SMALL_STATE(1296)] = 27262, + [SMALL_STATE(1297)] = 27338, + [SMALL_STATE(1298)] = 27410, + [SMALL_STATE(1299)] = 27482, + [SMALL_STATE(1300)] = 27554, + [SMALL_STATE(1301)] = 27626, + [SMALL_STATE(1302)] = 27698, + [SMALL_STATE(1303)] = 27770, + [SMALL_STATE(1304)] = 27842, + [SMALL_STATE(1305)] = 27914, + [SMALL_STATE(1306)] = 28056, + [SMALL_STATE(1307)] = 28198, + [SMALL_STATE(1308)] = 28270, + [SMALL_STATE(1309)] = 28412, + [SMALL_STATE(1310)] = 28484, + [SMALL_STATE(1311)] = 28626, + [SMALL_STATE(1312)] = 28768, + [SMALL_STATE(1313)] = 28840, + [SMALL_STATE(1314)] = 28912, + [SMALL_STATE(1315)] = 28984, + [SMALL_STATE(1316)] = 29126, + [SMALL_STATE(1317)] = 29268, + [SMALL_STATE(1318)] = 29410, + [SMALL_STATE(1319)] = 29482, + [SMALL_STATE(1320)] = 29554, + [SMALL_STATE(1321)] = 29696, + [SMALL_STATE(1322)] = 29768, + [SMALL_STATE(1323)] = 29840, + [SMALL_STATE(1324)] = 29982, + [SMALL_STATE(1325)] = 30124, + [SMALL_STATE(1326)] = 30196, + [SMALL_STATE(1327)] = 30268, + [SMALL_STATE(1328)] = 30340, + [SMALL_STATE(1329)] = 30412, + [SMALL_STATE(1330)] = 30484, + [SMALL_STATE(1331)] = 30556, + [SMALL_STATE(1332)] = 30628, + [SMALL_STATE(1333)] = 30700, + [SMALL_STATE(1334)] = 30772, + [SMALL_STATE(1335)] = 30844, + [SMALL_STATE(1336)] = 30916, + [SMALL_STATE(1337)] = 30988, + [SMALL_STATE(1338)] = 31060, + [SMALL_STATE(1339)] = 31132, + [SMALL_STATE(1340)] = 31204, + [SMALL_STATE(1341)] = 31276, + [SMALL_STATE(1342)] = 31348, + [SMALL_STATE(1343)] = 31420, + [SMALL_STATE(1344)] = 31492, + [SMALL_STATE(1345)] = 31564, + [SMALL_STATE(1346)] = 31636, + [SMALL_STATE(1347)] = 31708, + [SMALL_STATE(1348)] = 31780, + [SMALL_STATE(1349)] = 31852, + [SMALL_STATE(1350)] = 31924, + [SMALL_STATE(1351)] = 31995, + [SMALL_STATE(1352)] = 32066, + [SMALL_STATE(1353)] = 32141, + [SMALL_STATE(1354)] = 32212, + [SMALL_STATE(1355)] = 32283, + [SMALL_STATE(1356)] = 32354, + [SMALL_STATE(1357)] = 32425, + [SMALL_STATE(1358)] = 32496, + [SMALL_STATE(1359)] = 32567, + [SMALL_STATE(1360)] = 32638, + [SMALL_STATE(1361)] = 32709, + [SMALL_STATE(1362)] = 32784, + [SMALL_STATE(1363)] = 32855, + [SMALL_STATE(1364)] = 32926, + [SMALL_STATE(1365)] = 32997, + [SMALL_STATE(1366)] = 33068, + [SMALL_STATE(1367)] = 33139, + [SMALL_STATE(1368)] = 33210, + [SMALL_STATE(1369)] = 33281, + [SMALL_STATE(1370)] = 33352, + [SMALL_STATE(1371)] = 33423, + [SMALL_STATE(1372)] = 33494, + [SMALL_STATE(1373)] = 33565, + [SMALL_STATE(1374)] = 33636, + [SMALL_STATE(1375)] = 33707, + [SMALL_STATE(1376)] = 33778, + [SMALL_STATE(1377)] = 33849, + [SMALL_STATE(1378)] = 33920, + [SMALL_STATE(1379)] = 33990, + [SMALL_STATE(1380)] = 34064, + [SMALL_STATE(1381)] = 34136, + [SMALL_STATE(1382)] = 34214, + [SMALL_STATE(1383)] = 34288, + [SMALL_STATE(1384)] = 34362, + [SMALL_STATE(1385)] = 34434, + [SMALL_STATE(1386)] = 34506, + [SMALL_STATE(1387)] = 34580, + [SMALL_STATE(1388)] = 34651, + [SMALL_STATE(1389)] = 34726, + [SMALL_STATE(1390)] = 34795, + [SMALL_STATE(1391)] = 34864, + [SMALL_STATE(1392)] = 34939, + [SMALL_STATE(1393)] = 35010, + [SMALL_STATE(1394)] = 35079, + [SMALL_STATE(1395)] = 35154, + [SMALL_STATE(1396)] = 35227, + [SMALL_STATE(1397)] = 35300, + [SMALL_STATE(1398)] = 35373, + [SMALL_STATE(1399)] = 35442, + [SMALL_STATE(1400)] = 35511, + [SMALL_STATE(1401)] = 35582, + [SMALL_STATE(1402)] = 35655, + [SMALL_STATE(1403)] = 35724, + [SMALL_STATE(1404)] = 35862, + [SMALL_STATE(1405)] = 35936, + [SMALL_STATE(1406)] = 36070, + [SMALL_STATE(1407)] = 36204, + [SMALL_STATE(1408)] = 36276, + [SMALL_STATE(1409)] = 36412, + [SMALL_STATE(1410)] = 36546, + [SMALL_STATE(1411)] = 36682, + [SMALL_STATE(1412)] = 36818, + [SMALL_STATE(1413)] = 36892, + [SMALL_STATE(1414)] = 36966, + [SMALL_STATE(1415)] = 37040, + [SMALL_STATE(1416)] = 37176, + [SMALL_STATE(1417)] = 37310, + [SMALL_STATE(1418)] = 37444, + [SMALL_STATE(1419)] = 37518, + [SMALL_STATE(1420)] = 37654, + [SMALL_STATE(1421)] = 37724, + [SMALL_STATE(1422)] = 37798, + [SMALL_STATE(1423)] = 37930, + [SMALL_STATE(1424)] = 38066, + [SMALL_STATE(1425)] = 38200, + [SMALL_STATE(1426)] = 38270, + [SMALL_STATE(1427)] = 38406, + [SMALL_STATE(1428)] = 38540, + [SMALL_STATE(1429)] = 38608, + [SMALL_STATE(1430)] = 38742, + [SMALL_STATE(1431)] = 38878, + [SMALL_STATE(1432)] = 39012, + [SMALL_STATE(1433)] = 39148, + [SMALL_STATE(1434)] = 39282, + [SMALL_STATE(1435)] = 39350, + [SMALL_STATE(1436)] = 39424, + [SMALL_STATE(1437)] = 39502, + [SMALL_STATE(1438)] = 39636, + [SMALL_STATE(1439)] = 39710, + [SMALL_STATE(1440)] = 39784, + [SMALL_STATE(1441)] = 39918, + [SMALL_STATE(1442)] = 40052, + [SMALL_STATE(1443)] = 40186, + [SMALL_STATE(1444)] = 40258, + [SMALL_STATE(1445)] = 40330, + [SMALL_STATE(1446)] = 40404, + [SMALL_STATE(1447)] = 40540, + [SMALL_STATE(1448)] = 40676, + [SMALL_STATE(1449)] = 40750, + [SMALL_STATE(1450)] = 40884, + [SMALL_STATE(1451)] = 40952, + [SMALL_STATE(1452)] = 41020, + [SMALL_STATE(1453)] = 41156, + [SMALL_STATE(1454)] = 41230, + [SMALL_STATE(1455)] = 41364, + [SMALL_STATE(1456)] = 41498, + [SMALL_STATE(1457)] = 41566, + [SMALL_STATE(1458)] = 41638, + [SMALL_STATE(1459)] = 41712, + [SMALL_STATE(1460)] = 41780, + [SMALL_STATE(1461)] = 41850, + [SMALL_STATE(1462)] = 41924, + [SMALL_STATE(1463)] = 42058, + [SMALL_STATE(1464)] = 42132, + [SMALL_STATE(1465)] = 42266, + [SMALL_STATE(1466)] = 42338, + [SMALL_STATE(1467)] = 42412, + [SMALL_STATE(1468)] = 42482, + [SMALL_STATE(1469)] = 42616, + [SMALL_STATE(1470)] = 42690, + [SMALL_STATE(1471)] = 42824, + [SMALL_STATE(1472)] = 42958, + [SMALL_STATE(1473)] = 43094, + [SMALL_STATE(1474)] = 43228, + [SMALL_STATE(1475)] = 43302, + [SMALL_STATE(1476)] = 43437, + [SMALL_STATE(1477)] = 43572, + [SMALL_STATE(1478)] = 43707, + [SMALL_STATE(1479)] = 43778, + [SMALL_STATE(1480)] = 43913, + [SMALL_STATE(1481)] = 44048, + [SMALL_STATE(1482)] = 44183, + [SMALL_STATE(1483)] = 44318, + [SMALL_STATE(1484)] = 44453, + [SMALL_STATE(1485)] = 44588, + [SMALL_STATE(1486)] = 44659, + [SMALL_STATE(1487)] = 44794, + [SMALL_STATE(1488)] = 44929, + [SMALL_STATE(1489)] = 45064, + [SMALL_STATE(1490)] = 45199, + [SMALL_STATE(1491)] = 45334, + [SMALL_STATE(1492)] = 45469, + [SMALL_STATE(1493)] = 45604, + [SMALL_STATE(1494)] = 45739, + [SMALL_STATE(1495)] = 45874, + [SMALL_STATE(1496)] = 46009, + [SMALL_STATE(1497)] = 46144, + [SMALL_STATE(1498)] = 46279, + [SMALL_STATE(1499)] = 46414, + [SMALL_STATE(1500)] = 46547, + [SMALL_STATE(1501)] = 46680, + [SMALL_STATE(1502)] = 46815, + [SMALL_STATE(1503)] = 46950, + [SMALL_STATE(1504)] = 47085, + [SMALL_STATE(1505)] = 47220, + [SMALL_STATE(1506)] = 47355, + [SMALL_STATE(1507)] = 47490, + [SMALL_STATE(1508)] = 47625, + [SMALL_STATE(1509)] = 47760, + [SMALL_STATE(1510)] = 47895, + [SMALL_STATE(1511)] = 48030, + [SMALL_STATE(1512)] = 48165, + [SMALL_STATE(1513)] = 48300, + [SMALL_STATE(1514)] = 48435, + [SMALL_STATE(1515)] = 48570, + [SMALL_STATE(1516)] = 48705, + [SMALL_STATE(1517)] = 48840, + [SMALL_STATE(1518)] = 48975, + [SMALL_STATE(1519)] = 49110, + [SMALL_STATE(1520)] = 49245, + [SMALL_STATE(1521)] = 49380, + [SMALL_STATE(1522)] = 49515, + [SMALL_STATE(1523)] = 49650, + [SMALL_STATE(1524)] = 49785, + [SMALL_STATE(1525)] = 49920, + [SMALL_STATE(1526)] = 50055, + [SMALL_STATE(1527)] = 50190, + [SMALL_STATE(1528)] = 50325, + [SMALL_STATE(1529)] = 50460, + [SMALL_STATE(1530)] = 50595, + [SMALL_STATE(1531)] = 50730, + [SMALL_STATE(1532)] = 50865, + [SMALL_STATE(1533)] = 51000, + [SMALL_STATE(1534)] = 51135, + [SMALL_STATE(1535)] = 51270, + [SMALL_STATE(1536)] = 51405, + [SMALL_STATE(1537)] = 51540, + [SMALL_STATE(1538)] = 51675, + [SMALL_STATE(1539)] = 51810, + [SMALL_STATE(1540)] = 51945, + [SMALL_STATE(1541)] = 52080, + [SMALL_STATE(1542)] = 52215, + [SMALL_STATE(1543)] = 52350, + [SMALL_STATE(1544)] = 52485, + [SMALL_STATE(1545)] = 52620, + [SMALL_STATE(1546)] = 52755, + [SMALL_STATE(1547)] = 52890, + [SMALL_STATE(1548)] = 53025, + [SMALL_STATE(1549)] = 53160, + [SMALL_STATE(1550)] = 53295, + [SMALL_STATE(1551)] = 53430, + [SMALL_STATE(1552)] = 53565, + [SMALL_STATE(1553)] = 53632, + [SMALL_STATE(1554)] = 53699, + [SMALL_STATE(1555)] = 53834, + [SMALL_STATE(1556)] = 53969, + [SMALL_STATE(1557)] = 54104, + [SMALL_STATE(1558)] = 54239, + [SMALL_STATE(1559)] = 54374, + [SMALL_STATE(1560)] = 54445, + [SMALL_STATE(1561)] = 54580, + [SMALL_STATE(1562)] = 54651, + [SMALL_STATE(1563)] = 54786, + [SMALL_STATE(1564)] = 54921, + [SMALL_STATE(1565)] = 55056, + [SMALL_STATE(1566)] = 55191, + [SMALL_STATE(1567)] = 55326, + [SMALL_STATE(1568)] = 55461, + [SMALL_STATE(1569)] = 55596, + [SMALL_STATE(1570)] = 55731, + [SMALL_STATE(1571)] = 55866, + [SMALL_STATE(1572)] = 55935, + [SMALL_STATE(1573)] = 56002, + [SMALL_STATE(1574)] = 56137, + [SMALL_STATE(1575)] = 56272, + [SMALL_STATE(1576)] = 56407, + [SMALL_STATE(1577)] = 56542, + [SMALL_STATE(1578)] = 56611, + [SMALL_STATE(1579)] = 56746, + [SMALL_STATE(1580)] = 56881, + [SMALL_STATE(1581)] = 57016, + [SMALL_STATE(1582)] = 57151, + [SMALL_STATE(1583)] = 57286, + [SMALL_STATE(1584)] = 57421, + [SMALL_STATE(1585)] = 57556, + [SMALL_STATE(1586)] = 57691, + [SMALL_STATE(1587)] = 57826, + [SMALL_STATE(1588)] = 57961, + [SMALL_STATE(1589)] = 58096, + [SMALL_STATE(1590)] = 58231, + [SMALL_STATE(1591)] = 58366, + [SMALL_STATE(1592)] = 58435, + [SMALL_STATE(1593)] = 58570, + [SMALL_STATE(1594)] = 58705, + [SMALL_STATE(1595)] = 58772, + [SMALL_STATE(1596)] = 58839, + [SMALL_STATE(1597)] = 58910, + [SMALL_STATE(1598)] = 59045, + [SMALL_STATE(1599)] = 59116, + [SMALL_STATE(1600)] = 59251, + [SMALL_STATE(1601)] = 59386, + [SMALL_STATE(1602)] = 59521, + [SMALL_STATE(1603)] = 59656, + [SMALL_STATE(1604)] = 59791, + [SMALL_STATE(1605)] = 59926, + [SMALL_STATE(1606)] = 60061, + [SMALL_STATE(1607)] = 60196, + [SMALL_STATE(1608)] = 60331, + [SMALL_STATE(1609)] = 60466, + [SMALL_STATE(1610)] = 60601, + [SMALL_STATE(1611)] = 60736, + [SMALL_STATE(1612)] = 60871, + [SMALL_STATE(1613)] = 61006, + [SMALL_STATE(1614)] = 61141, + [SMALL_STATE(1615)] = 61276, + [SMALL_STATE(1616)] = 61411, + [SMALL_STATE(1617)] = 61546, + [SMALL_STATE(1618)] = 61681, + [SMALL_STATE(1619)] = 61816, + [SMALL_STATE(1620)] = 61951, + [SMALL_STATE(1621)] = 62018, + [SMALL_STATE(1622)] = 62153, + [SMALL_STATE(1623)] = 62288, + [SMALL_STATE(1624)] = 62423, + [SMALL_STATE(1625)] = 62558, + [SMALL_STATE(1626)] = 62693, + [SMALL_STATE(1627)] = 62760, + [SMALL_STATE(1628)] = 62895, + [SMALL_STATE(1629)] = 63030, + [SMALL_STATE(1630)] = 63165, + [SMALL_STATE(1631)] = 63300, + [SMALL_STATE(1632)] = 63435, + [SMALL_STATE(1633)] = 63570, + [SMALL_STATE(1634)] = 63641, + [SMALL_STATE(1635)] = 63776, + [SMALL_STATE(1636)] = 63845, + [SMALL_STATE(1637)] = 63980, + [SMALL_STATE(1638)] = 64049, + [SMALL_STATE(1639)] = 64184, + [SMALL_STATE(1640)] = 64319, + [SMALL_STATE(1641)] = 64454, + [SMALL_STATE(1642)] = 64589, + [SMALL_STATE(1643)] = 64724, + [SMALL_STATE(1644)] = 64859, + [SMALL_STATE(1645)] = 64994, + [SMALL_STATE(1646)] = 65129, + [SMALL_STATE(1647)] = 65264, + [SMALL_STATE(1648)] = 65399, + [SMALL_STATE(1649)] = 65534, + [SMALL_STATE(1650)] = 65669, + [SMALL_STATE(1651)] = 65804, + [SMALL_STATE(1652)] = 65939, + [SMALL_STATE(1653)] = 66074, + [SMALL_STATE(1654)] = 66209, + [SMALL_STATE(1655)] = 66344, + [SMALL_STATE(1656)] = 66410, + [SMALL_STATE(1657)] = 66476, + [SMALL_STATE(1658)] = 66542, + [SMALL_STATE(1659)] = 66608, + [SMALL_STATE(1660)] = 66676, + [SMALL_STATE(1661)] = 66744, + [SMALL_STATE(1662)] = 66876, + [SMALL_STATE(1663)] = 67008, + [SMALL_STATE(1664)] = 67140, + [SMALL_STATE(1665)] = 67208, + [SMALL_STATE(1666)] = 67338, + [SMALL_STATE(1667)] = 67412, + [SMALL_STATE(1668)] = 67478, + [SMALL_STATE(1669)] = 67546, + [SMALL_STATE(1670)] = 67612, + [SMALL_STATE(1671)] = 67680, + [SMALL_STATE(1672)] = 67746, + [SMALL_STATE(1673)] = 67812, + [SMALL_STATE(1674)] = 67880, + [SMALL_STATE(1675)] = 67946, + [SMALL_STATE(1676)] = 68014, + [SMALL_STATE(1677)] = 68080, + [SMALL_STATE(1678)] = 68148, + [SMALL_STATE(1679)] = 68214, + [SMALL_STATE(1680)] = 68284, + [SMALL_STATE(1681)] = 68350, + [SMALL_STATE(1682)] = 68418, + [SMALL_STATE(1683)] = 68486, + [SMALL_STATE(1684)] = 68554, + [SMALL_STATE(1685)] = 68622, + [SMALL_STATE(1686)] = 68754, + [SMALL_STATE(1687)] = 68886, + [SMALL_STATE(1688)] = 68951, + [SMALL_STATE(1689)] = 69040, + [SMALL_STATE(1690)] = 69165, + [SMALL_STATE(1691)] = 69234, + [SMALL_STATE(1692)] = 69299, + [SMALL_STATE(1693)] = 69364, + [SMALL_STATE(1694)] = 69429, + [SMALL_STATE(1695)] = 69494, + [SMALL_STATE(1696)] = 69559, + [SMALL_STATE(1697)] = 69624, + [SMALL_STATE(1698)] = 69689, + [SMALL_STATE(1699)] = 69754, + [SMALL_STATE(1700)] = 69819, + [SMALL_STATE(1701)] = 69884, + [SMALL_STATE(1702)] = 69949, + [SMALL_STATE(1703)] = 70014, + [SMALL_STATE(1704)] = 70079, + [SMALL_STATE(1705)] = 70144, + [SMALL_STATE(1706)] = 70209, + [SMALL_STATE(1707)] = 70274, + [SMALL_STATE(1708)] = 70401, + [SMALL_STATE(1709)] = 70466, + [SMALL_STATE(1710)] = 70531, + [SMALL_STATE(1711)] = 70656, + [SMALL_STATE(1712)] = 70781, + [SMALL_STATE(1713)] = 70906, + [SMALL_STATE(1714)] = 70971, + [SMALL_STATE(1715)] = 71036, + [SMALL_STATE(1716)] = 71101, + [SMALL_STATE(1717)] = 71226, + [SMALL_STATE(1718)] = 71353, + [SMALL_STATE(1719)] = 71418, + [SMALL_STATE(1720)] = 71543, + [SMALL_STATE(1721)] = 71608, + [SMALL_STATE(1722)] = 71733, + [SMALL_STATE(1723)] = 71798, + [SMALL_STATE(1724)] = 71863, + [SMALL_STATE(1725)] = 71988, + [SMALL_STATE(1726)] = 72113, + [SMALL_STATE(1727)] = 72238, + [SMALL_STATE(1728)] = 72303, + [SMALL_STATE(1729)] = 72368, + [SMALL_STATE(1730)] = 72433, + [SMALL_STATE(1731)] = 72560, + [SMALL_STATE(1732)] = 72685, + [SMALL_STATE(1733)] = 72810, + [SMALL_STATE(1734)] = 72935, + [SMALL_STATE(1735)] = 73060, + [SMALL_STATE(1736)] = 73185, + [SMALL_STATE(1737)] = 73250, + [SMALL_STATE(1738)] = 73375, + [SMALL_STATE(1739)] = 73440, + [SMALL_STATE(1740)] = 73505, + [SMALL_STATE(1741)] = 73570, + [SMALL_STATE(1742)] = 73635, + [SMALL_STATE(1743)] = 73700, + [SMALL_STATE(1744)] = 73825, + [SMALL_STATE(1745)] = 73952, + [SMALL_STATE(1746)] = 74017, + [SMALL_STATE(1747)] = 74142, + [SMALL_STATE(1748)] = 74207, + [SMALL_STATE(1749)] = 74272, + [SMALL_STATE(1750)] = 74397, + [SMALL_STATE(1751)] = 74522, + [SMALL_STATE(1752)] = 74587, + [SMALL_STATE(1753)] = 74712, + [SMALL_STATE(1754)] = 74837, + [SMALL_STATE(1755)] = 74962, + [SMALL_STATE(1756)] = 75027, + [SMALL_STATE(1757)] = 75152, + [SMALL_STATE(1758)] = 75277, + [SMALL_STATE(1759)] = 75402, + [SMALL_STATE(1760)] = 75527, + [SMALL_STATE(1761)] = 75592, + [SMALL_STATE(1762)] = 75717, + [SMALL_STATE(1763)] = 75782, + [SMALL_STATE(1764)] = 75907, + [SMALL_STATE(1765)] = 76032, + [SMALL_STATE(1766)] = 76097, + [SMALL_STATE(1767)] = 76222, + [SMALL_STATE(1768)] = 76347, + [SMALL_STATE(1769)] = 76412, + [SMALL_STATE(1770)] = 76479, + [SMALL_STATE(1771)] = 76606, + [SMALL_STATE(1772)] = 76673, + [SMALL_STATE(1773)] = 76798, + [SMALL_STATE(1774)] = 76863, + [SMALL_STATE(1775)] = 76988, + [SMALL_STATE(1776)] = 77113, + [SMALL_STATE(1777)] = 77238, + [SMALL_STATE(1778)] = 77365, + [SMALL_STATE(1779)] = 77430, + [SMALL_STATE(1780)] = 77555, + [SMALL_STATE(1781)] = 77680, + [SMALL_STATE(1782)] = 77807, + [SMALL_STATE(1783)] = 77872, + [SMALL_STATE(1784)] = 77997, + [SMALL_STATE(1785)] = 78122, + [SMALL_STATE(1786)] = 78249, + [SMALL_STATE(1787)] = 78374, + [SMALL_STATE(1788)] = 78441, + [SMALL_STATE(1789)] = 78508, + [SMALL_STATE(1790)] = 78573, + [SMALL_STATE(1791)] = 78638, + [SMALL_STATE(1792)] = 78763, + [SMALL_STATE(1793)] = 78828, + [SMALL_STATE(1794)] = 78893, + [SMALL_STATE(1795)] = 79018, + [SMALL_STATE(1796)] = 79145, + [SMALL_STATE(1797)] = 79270, + [SMALL_STATE(1798)] = 79395, + [SMALL_STATE(1799)] = 79526, + [SMALL_STATE(1800)] = 79591, + [SMALL_STATE(1801)] = 79656, + [SMALL_STATE(1802)] = 79721, + [SMALL_STATE(1803)] = 79846, + [SMALL_STATE(1804)] = 79971, + [SMALL_STATE(1805)] = 80036, + [SMALL_STATE(1806)] = 80161, + [SMALL_STATE(1807)] = 80226, + [SMALL_STATE(1808)] = 80351, + [SMALL_STATE(1809)] = 80416, + [SMALL_STATE(1810)] = 80541, + [SMALL_STATE(1811)] = 80606, + [SMALL_STATE(1812)] = 80671, + [SMALL_STATE(1813)] = 80796, + [SMALL_STATE(1814)] = 80921, + [SMALL_STATE(1815)] = 81046, + [SMALL_STATE(1816)] = 81111, + [SMALL_STATE(1817)] = 81236, + [SMALL_STATE(1818)] = 81361, + [SMALL_STATE(1819)] = 81486, + [SMALL_STATE(1820)] = 81611, + [SMALL_STATE(1821)] = 81742, + [SMALL_STATE(1822)] = 81867, + [SMALL_STATE(1823)] = 81992, + [SMALL_STATE(1824)] = 82117, + [SMALL_STATE(1825)] = 82242, + [SMALL_STATE(1826)] = 82367, + [SMALL_STATE(1827)] = 82432, + [SMALL_STATE(1828)] = 82557, + [SMALL_STATE(1829)] = 82682, + [SMALL_STATE(1830)] = 82807, + [SMALL_STATE(1831)] = 82932, + [SMALL_STATE(1832)] = 82997, + [SMALL_STATE(1833)] = 83122, + [SMALL_STATE(1834)] = 83247, + [SMALL_STATE(1835)] = 83372, + [SMALL_STATE(1836)] = 83497, + [SMALL_STATE(1837)] = 83624, + [SMALL_STATE(1838)] = 83749, + [SMALL_STATE(1839)] = 83814, + [SMALL_STATE(1840)] = 83879, + [SMALL_STATE(1841)] = 83944, + [SMALL_STATE(1842)] = 84071, + [SMALL_STATE(1843)] = 84136, + [SMALL_STATE(1844)] = 84201, + [SMALL_STATE(1845)] = 84266, + [SMALL_STATE(1846)] = 84393, + [SMALL_STATE(1847)] = 84458, + [SMALL_STATE(1848)] = 84529, + [SMALL_STATE(1849)] = 84594, + [SMALL_STATE(1850)] = 84659, + [SMALL_STATE(1851)] = 84786, + [SMALL_STATE(1852)] = 84911, + [SMALL_STATE(1853)] = 85036, + [SMALL_STATE(1854)] = 85101, + [SMALL_STATE(1855)] = 85226, + [SMALL_STATE(1856)] = 85353, + [SMALL_STATE(1857)] = 85478, + [SMALL_STATE(1858)] = 85543, + [SMALL_STATE(1859)] = 85608, + [SMALL_STATE(1860)] = 85733, + [SMALL_STATE(1861)] = 85858, + [SMALL_STATE(1862)] = 85983, + [SMALL_STATE(1863)] = 86108, + [SMALL_STATE(1864)] = 86233, + [SMALL_STATE(1865)] = 86358, + [SMALL_STATE(1866)] = 86483, + [SMALL_STATE(1867)] = 86608, + [SMALL_STATE(1868)] = 86733, + [SMALL_STATE(1869)] = 86858, + [SMALL_STATE(1870)] = 86983, + [SMALL_STATE(1871)] = 87108, + [SMALL_STATE(1872)] = 87233, + [SMALL_STATE(1873)] = 87358, + [SMALL_STATE(1874)] = 87483, + [SMALL_STATE(1875)] = 87608, + [SMALL_STATE(1876)] = 87733, + [SMALL_STATE(1877)] = 87858, + [SMALL_STATE(1878)] = 87985, + [SMALL_STATE(1879)] = 88082, + [SMALL_STATE(1880)] = 88207, + [SMALL_STATE(1881)] = 88272, + [SMALL_STATE(1882)] = 88397, + [SMALL_STATE(1883)] = 88522, + [SMALL_STATE(1884)] = 88647, + [SMALL_STATE(1885)] = 88742, + [SMALL_STATE(1886)] = 88867, + [SMALL_STATE(1887)] = 88960, + [SMALL_STATE(1888)] = 89051, + [SMALL_STATE(1889)] = 89176, + [SMALL_STATE(1890)] = 89263, + [SMALL_STATE(1891)] = 89348, + [SMALL_STATE(1892)] = 89423, + [SMALL_STATE(1893)] = 89490, + [SMALL_STATE(1894)] = 89561, + [SMALL_STATE(1895)] = 89644, + [SMALL_STATE(1896)] = 89717, + [SMALL_STATE(1897)] = 89842, + [SMALL_STATE(1898)] = 89921, + [SMALL_STATE(1899)] = 90046, + [SMALL_STATE(1900)] = 90111, + [SMALL_STATE(1901)] = 90236, + [SMALL_STATE(1902)] = 90361, + [SMALL_STATE(1903)] = 90486, + [SMALL_STATE(1904)] = 90611, + [SMALL_STATE(1905)] = 90736, + [SMALL_STATE(1906)] = 90861, + [SMALL_STATE(1907)] = 90986, + [SMALL_STATE(1908)] = 91111, + [SMALL_STATE(1909)] = 91236, + [SMALL_STATE(1910)] = 91361, + [SMALL_STATE(1911)] = 91486, + [SMALL_STATE(1912)] = 91611, + [SMALL_STATE(1913)] = 91736, + [SMALL_STATE(1914)] = 91861, + [SMALL_STATE(1915)] = 91986, + [SMALL_STATE(1916)] = 92111, + [SMALL_STATE(1917)] = 92236, + [SMALL_STATE(1918)] = 92361, + [SMALL_STATE(1919)] = 92486, + [SMALL_STATE(1920)] = 92611, + [SMALL_STATE(1921)] = 92736, + [SMALL_STATE(1922)] = 92801, + [SMALL_STATE(1923)] = 92926, + [SMALL_STATE(1924)] = 92991, + [SMALL_STATE(1925)] = 93116, + [SMALL_STATE(1926)] = 93241, + [SMALL_STATE(1927)] = 93366, + [SMALL_STATE(1928)] = 93491, + [SMALL_STATE(1929)] = 93616, + [SMALL_STATE(1930)] = 93741, + [SMALL_STATE(1931)] = 93866, + [SMALL_STATE(1932)] = 93991, + [SMALL_STATE(1933)] = 94116, + [SMALL_STATE(1934)] = 94241, + [SMALL_STATE(1935)] = 94366, + [SMALL_STATE(1936)] = 94491, + [SMALL_STATE(1937)] = 94616, + [SMALL_STATE(1938)] = 94741, + [SMALL_STATE(1939)] = 94866, + [SMALL_STATE(1940)] = 94991, + [SMALL_STATE(1941)] = 95116, + [SMALL_STATE(1942)] = 95241, + [SMALL_STATE(1943)] = 95366, + [SMALL_STATE(1944)] = 95491, + [SMALL_STATE(1945)] = 95616, + [SMALL_STATE(1946)] = 95741, + [SMALL_STATE(1947)] = 95866, + [SMALL_STATE(1948)] = 95991, + [SMALL_STATE(1949)] = 96116, + [SMALL_STATE(1950)] = 96241, + [SMALL_STATE(1951)] = 96366, + [SMALL_STATE(1952)] = 96491, + [SMALL_STATE(1953)] = 96616, + [SMALL_STATE(1954)] = 96741, + [SMALL_STATE(1955)] = 96866, + [SMALL_STATE(1956)] = 96993, + [SMALL_STATE(1957)] = 97118, + [SMALL_STATE(1958)] = 97243, + [SMALL_STATE(1959)] = 97368, + [SMALL_STATE(1960)] = 97493, + [SMALL_STATE(1961)] = 97618, + [SMALL_STATE(1962)] = 97743, + [SMALL_STATE(1963)] = 97868, + [SMALL_STATE(1964)] = 97993, + [SMALL_STATE(1965)] = 98118, + [SMALL_STATE(1966)] = 98243, + [SMALL_STATE(1967)] = 98368, + [SMALL_STATE(1968)] = 98493, + [SMALL_STATE(1969)] = 98618, + [SMALL_STATE(1970)] = 98743, + [SMALL_STATE(1971)] = 98868, + [SMALL_STATE(1972)] = 98993, + [SMALL_STATE(1973)] = 99118, + [SMALL_STATE(1974)] = 99243, + [SMALL_STATE(1975)] = 99368, + [SMALL_STATE(1976)] = 99493, + [SMALL_STATE(1977)] = 99618, + [SMALL_STATE(1978)] = 99743, + [SMALL_STATE(1979)] = 99808, + [SMALL_STATE(1980)] = 99933, + [SMALL_STATE(1981)] = 100058, + [SMALL_STATE(1982)] = 100183, + [SMALL_STATE(1983)] = 100308, + [SMALL_STATE(1984)] = 100433, + [SMALL_STATE(1985)] = 100558, + [SMALL_STATE(1986)] = 100623, + [SMALL_STATE(1987)] = 100748, + [SMALL_STATE(1988)] = 100873, + [SMALL_STATE(1989)] = 100938, + [SMALL_STATE(1990)] = 101063, + [SMALL_STATE(1991)] = 101128, + [SMALL_STATE(1992)] = 101255, + [SMALL_STATE(1993)] = 101320, + [SMALL_STATE(1994)] = 101385, + [SMALL_STATE(1995)] = 101510, + [SMALL_STATE(1996)] = 101575, + [SMALL_STATE(1997)] = 101640, + [SMALL_STATE(1998)] = 101705, + [SMALL_STATE(1999)] = 101830, + [SMALL_STATE(2000)] = 101895, + [SMALL_STATE(2001)] = 102020, + [SMALL_STATE(2002)] = 102085, + [SMALL_STATE(2003)] = 102150, + [SMALL_STATE(2004)] = 102215, + [SMALL_STATE(2005)] = 102340, + [SMALL_STATE(2006)] = 102465, + [SMALL_STATE(2007)] = 102530, + [SMALL_STATE(2008)] = 102595, + [SMALL_STATE(2009)] = 102660, + [SMALL_STATE(2010)] = 102785, + [SMALL_STATE(2011)] = 102910, + [SMALL_STATE(2012)] = 103035, + [SMALL_STATE(2013)] = 103100, + [SMALL_STATE(2014)] = 103165, + [SMALL_STATE(2015)] = 103230, + [SMALL_STATE(2016)] = 103355, + [SMALL_STATE(2017)] = 103480, + [SMALL_STATE(2018)] = 103545, + [SMALL_STATE(2019)] = 103610, + [SMALL_STATE(2020)] = 103675, + [SMALL_STATE(2021)] = 103740, + [SMALL_STATE(2022)] = 103805, + [SMALL_STATE(2023)] = 103870, + [SMALL_STATE(2024)] = 103934, + [SMALL_STATE(2025)] = 104064, + [SMALL_STATE(2026)] = 104200, + [SMALL_STATE(2027)] = 104336, + [SMALL_STATE(2028)] = 104472, + [SMALL_STATE(2029)] = 104536, + [SMALL_STATE(2030)] = 104672, + [SMALL_STATE(2031)] = 104808, + [SMALL_STATE(2032)] = 104872, + [SMALL_STATE(2033)] = 105008, + [SMALL_STATE(2034)] = 105144, + [SMALL_STATE(2035)] = 105280, + [SMALL_STATE(2036)] = 105344, + [SMALL_STATE(2037)] = 105474, + [SMALL_STATE(2038)] = 105538, + [SMALL_STATE(2039)] = 105602, + [SMALL_STATE(2040)] = 105666, + [SMALL_STATE(2041)] = 105730, + [SMALL_STATE(2042)] = 105861, + [SMALL_STATE(2043)] = 105950, + [SMALL_STATE(2044)] = 106038, + [SMALL_STATE(2045)] = 106160, + [SMALL_STATE(2046)] = 106243, + [SMALL_STATE(2047)] = 106326, + [SMALL_STATE(2048)] = 106409, + [SMALL_STATE(2049)] = 106492, + [SMALL_STATE(2050)] = 106575, + [SMALL_STATE(2051)] = 106658, + [SMALL_STATE(2052)] = 106740, + [SMALL_STATE(2053)] = 106822, + [SMALL_STATE(2054)] = 106904, + [SMALL_STATE(2055)] = 106984, + [SMALL_STATE(2056)] = 107066, + [SMALL_STATE(2057)] = 107146, + [SMALL_STATE(2058)] = 107228, + [SMALL_STATE(2059)] = 107310, + [SMALL_STATE(2060)] = 107389, + [SMALL_STATE(2061)] = 107466, + [SMALL_STATE(2062)] = 107543, + [SMALL_STATE(2063)] = 107620, + [SMALL_STATE(2064)] = 107697, + [SMALL_STATE(2065)] = 107774, + [SMALL_STATE(2066)] = 107851, + [SMALL_STATE(2067)] = 107930, + [SMALL_STATE(2068)] = 108007, + [SMALL_STATE(2069)] = 108084, + [SMALL_STATE(2070)] = 108161, + [SMALL_STATE(2071)] = 108238, + [SMALL_STATE(2072)] = 108315, + [SMALL_STATE(2073)] = 108392, + [SMALL_STATE(2074)] = 108468, + [SMALL_STATE(2075)] = 108544, + [SMALL_STATE(2076)] = 108620, + [SMALL_STATE(2077)] = 108696, + [SMALL_STATE(2078)] = 108772, + [SMALL_STATE(2079)] = 108848, + [SMALL_STATE(2080)] = 108924, + [SMALL_STATE(2081)] = 109000, + [SMALL_STATE(2082)] = 109076, + [SMALL_STATE(2083)] = 109152, + [SMALL_STATE(2084)] = 109228, + [SMALL_STATE(2085)] = 109346, + [SMALL_STATE(2086)] = 109422, + [SMALL_STATE(2087)] = 109483, + [SMALL_STATE(2088)] = 109544, + [SMALL_STATE(2089)] = 109604, + [SMALL_STATE(2090)] = 109664, + [SMALL_STATE(2091)] = 109724, + [SMALL_STATE(2092)] = 109782, + [SMALL_STATE(2093)] = 109842, + [SMALL_STATE(2094)] = 109900, + [SMALL_STATE(2095)] = 109958, + [SMALL_STATE(2096)] = 110015, + [SMALL_STATE(2097)] = 110074, + [SMALL_STATE(2098)] = 110129, + [SMALL_STATE(2099)] = 110184, + [SMALL_STATE(2100)] = 110243, + [SMALL_STATE(2101)] = 110300, + [SMALL_STATE(2102)] = 110359, + [SMALL_STATE(2103)] = 110414, + [SMALL_STATE(2104)] = 110471, + [SMALL_STATE(2105)] = 110526, + [SMALL_STATE(2106)] = 110586, + [SMALL_STATE(2107)] = 110644, + [SMALL_STATE(2108)] = 110702, + [SMALL_STATE(2109)] = 110756, + [SMALL_STATE(2110)] = 110816, + [SMALL_STATE(2111)] = 110876, + [SMALL_STATE(2112)] = 110936, + [SMALL_STATE(2113)] = 110990, + [SMALL_STATE(2114)] = 111050, + [SMALL_STATE(2115)] = 111110, + [SMALL_STATE(2116)] = 111168, + [SMALL_STATE(2117)] = 111228, + [SMALL_STATE(2118)] = 111288, + [SMALL_STATE(2119)] = 111348, + [SMALL_STATE(2120)] = 111406, + [SMALL_STATE(2121)] = 111466, + [SMALL_STATE(2122)] = 111526, + [SMALL_STATE(2123)] = 111586, + [SMALL_STATE(2124)] = 111644, + [SMALL_STATE(2125)] = 111704, + [SMALL_STATE(2126)] = 111764, + [SMALL_STATE(2127)] = 111820, + [SMALL_STATE(2128)] = 111878, + [SMALL_STATE(2129)] = 111932, + [SMALL_STATE(2130)] = 111992, + [SMALL_STATE(2131)] = 112052, + [SMALL_STATE(2132)] = 112112, + [SMALL_STATE(2133)] = 112170, + [SMALL_STATE(2134)] = 112224, + [SMALL_STATE(2135)] = 112281, + [SMALL_STATE(2136)] = 112336, + [SMALL_STATE(2137)] = 112391, + [SMALL_STATE(2138)] = 112450, + [SMALL_STATE(2139)] = 112509, + [SMALL_STATE(2140)] = 112568, + [SMALL_STATE(2141)] = 112621, + [SMALL_STATE(2142)] = 112674, + [SMALL_STATE(2143)] = 112757, + [SMALL_STATE(2144)] = 112816, + [SMALL_STATE(2145)] = 112875, + [SMALL_STATE(2146)] = 112934, + [SMALL_STATE(2147)] = 112987, + [SMALL_STATE(2148)] = 113044, + [SMALL_STATE(2149)] = 113101, + [SMALL_STATE(2150)] = 113156, + [SMALL_STATE(2151)] = 113215, + [SMALL_STATE(2152)] = 113272, + [SMALL_STATE(2153)] = 113327, + [SMALL_STATE(2154)] = 113380, + [SMALL_STATE(2155)] = 113433, + [SMALL_STATE(2156)] = 113492, + [SMALL_STATE(2157)] = 113545, + [SMALL_STATE(2158)] = 113602, + [SMALL_STATE(2159)] = 113659, + [SMALL_STATE(2160)] = 113714, + [SMALL_STATE(2161)] = 113771, + [SMALL_STATE(2162)] = 113828, + [SMALL_STATE(2163)] = 113887, + [SMALL_STATE(2164)] = 113944, + [SMALL_STATE(2165)] = 114003, + [SMALL_STATE(2166)] = 114060, + [SMALL_STATE(2167)] = 114115, + [SMALL_STATE(2168)] = 114172, + [SMALL_STATE(2169)] = 114229, + [SMALL_STATE(2170)] = 114288, + [SMALL_STATE(2171)] = 114347, + [SMALL_STATE(2172)] = 114404, + [SMALL_STATE(2173)] = 114457, + [SMALL_STATE(2174)] = 114516, + [SMALL_STATE(2175)] = 114573, + [SMALL_STATE(2176)] = 114630, + [SMALL_STATE(2177)] = 114685, + [SMALL_STATE(2178)] = 114744, + [SMALL_STATE(2179)] = 114803, + [SMALL_STATE(2180)] = 114860, + [SMALL_STATE(2181)] = 114919, + [SMALL_STATE(2182)] = 114976, + [SMALL_STATE(2183)] = 115035, + [SMALL_STATE(2184)] = 115088, + [SMALL_STATE(2185)] = 115143, + [SMALL_STATE(2186)] = 115197, + [SMALL_STATE(2187)] = 115261, + [SMALL_STATE(2188)] = 115315, + [SMALL_STATE(2189)] = 115369, + [SMALL_STATE(2190)] = 115423, + [SMALL_STATE(2191)] = 115475, + [SMALL_STATE(2192)] = 115527, + [SMALL_STATE(2193)] = 115581, + [SMALL_STATE(2194)] = 115643, + [SMALL_STATE(2195)] = 115707, + [SMALL_STATE(2196)] = 115759, + [SMALL_STATE(2197)] = 115811, + [SMALL_STATE(2198)] = 115865, + [SMALL_STATE(2199)] = 115921, + [SMALL_STATE(2200)] = 115973, + [SMALL_STATE(2201)] = 116027, + [SMALL_STATE(2202)] = 116083, + [SMALL_STATE(2203)] = 116137, + [SMALL_STATE(2204)] = 116189, + [SMALL_STATE(2205)] = 116245, + [SMALL_STATE(2206)] = 116301, + [SMALL_STATE(2207)] = 116357, + [SMALL_STATE(2208)] = 116411, + [SMALL_STATE(2209)] = 116463, + [SMALL_STATE(2210)] = 116515, + [SMALL_STATE(2211)] = 116569, + [SMALL_STATE(2212)] = 116627, + [SMALL_STATE(2213)] = 116681, + [SMALL_STATE(2214)] = 116737, + [SMALL_STATE(2215)] = 116795, + [SMALL_STATE(2216)] = 116849, + [SMALL_STATE(2217)] = 116905, + [SMALL_STATE(2218)] = 116959, + [SMALL_STATE(2219)] = 117013, + [SMALL_STATE(2220)] = 117067, + [SMALL_STATE(2221)] = 117121, + [SMALL_STATE(2222)] = 117177, + [SMALL_STATE(2223)] = 117233, + [SMALL_STATE(2224)] = 117289, + [SMALL_STATE(2225)] = 117341, + [SMALL_STATE(2226)] = 117397, + [SMALL_STATE(2227)] = 117451, + [SMALL_STATE(2228)] = 117507, + [SMALL_STATE(2229)] = 117559, + [SMALL_STATE(2230)] = 117613, + [SMALL_STATE(2231)] = 117665, + [SMALL_STATE(2232)] = 117719, + [SMALL_STATE(2233)] = 117773, + [SMALL_STATE(2234)] = 117827, + [SMALL_STATE(2235)] = 117891, + [SMALL_STATE(2236)] = 117945, + [SMALL_STATE(2237)] = 118001, + [SMALL_STATE(2238)] = 118053, + [SMALL_STATE(2239)] = 118107, + [SMALL_STATE(2240)] = 118163, + [SMALL_STATE(2241)] = 118215, + [SMALL_STATE(2242)] = 118271, + [SMALL_STATE(2243)] = 118327, + [SMALL_STATE(2244)] = 118381, + [SMALL_STATE(2245)] = 118435, + [SMALL_STATE(2246)] = 118489, + [SMALL_STATE(2247)] = 118547, + [SMALL_STATE(2248)] = 118603, + [SMALL_STATE(2249)] = 118655, + [SMALL_STATE(2250)] = 118709, + [SMALL_STATE(2251)] = 118787, + [SMALL_STATE(2252)] = 118839, + [SMALL_STATE(2253)] = 118891, + [SMALL_STATE(2254)] = 118943, + [SMALL_STATE(2255)] = 118999, + [SMALL_STATE(2256)] = 119056, + [SMALL_STATE(2257)] = 119107, + [SMALL_STATE(2258)] = 119158, + [SMALL_STATE(2259)] = 119209, + [SMALL_STATE(2260)] = 119260, + [SMALL_STATE(2261)] = 119311, + [SMALL_STATE(2262)] = 119362, + [SMALL_STATE(2263)] = 119413, + [SMALL_STATE(2264)] = 119464, + [SMALL_STATE(2265)] = 119515, + [SMALL_STATE(2266)] = 119566, + [SMALL_STATE(2267)] = 119619, + [SMALL_STATE(2268)] = 119674, + [SMALL_STATE(2269)] = 119725, + [SMALL_STATE(2270)] = 119776, + [SMALL_STATE(2271)] = 119827, + [SMALL_STATE(2272)] = 119878, + [SMALL_STATE(2273)] = 119929, + [SMALL_STATE(2274)] = 119980, + [SMALL_STATE(2275)] = 120031, + [SMALL_STATE(2276)] = 120082, + [SMALL_STATE(2277)] = 120133, + [SMALL_STATE(2278)] = 120184, + [SMALL_STATE(2279)] = 120235, + [SMALL_STATE(2280)] = 120286, + [SMALL_STATE(2281)] = 120341, + [SMALL_STATE(2282)] = 120396, + [SMALL_STATE(2283)] = 120447, + [SMALL_STATE(2284)] = 120498, + [SMALL_STATE(2285)] = 120553, + [SMALL_STATE(2286)] = 120604, + [SMALL_STATE(2287)] = 120655, + [SMALL_STATE(2288)] = 120706, + [SMALL_STATE(2289)] = 120757, + [SMALL_STATE(2290)] = 120808, + [SMALL_STATE(2291)] = 120859, + [SMALL_STATE(2292)] = 120910, + [SMALL_STATE(2293)] = 120961, + [SMALL_STATE(2294)] = 121012, + [SMALL_STATE(2295)] = 121063, + [SMALL_STATE(2296)] = 121114, + [SMALL_STATE(2297)] = 121165, + [SMALL_STATE(2298)] = 121216, + [SMALL_STATE(2299)] = 121267, + [SMALL_STATE(2300)] = 121318, + [SMALL_STATE(2301)] = 121369, + [SMALL_STATE(2302)] = 121420, + [SMALL_STATE(2303)] = 121471, + [SMALL_STATE(2304)] = 121522, + [SMALL_STATE(2305)] = 121573, + [SMALL_STATE(2306)] = 121624, + [SMALL_STATE(2307)] = 121675, + [SMALL_STATE(2308)] = 121726, + [SMALL_STATE(2309)] = 121777, + [SMALL_STATE(2310)] = 121830, + [SMALL_STATE(2311)] = 121883, + [SMALL_STATE(2312)] = 121934, + [SMALL_STATE(2313)] = 121989, + [SMALL_STATE(2314)] = 122046, + [SMALL_STATE(2315)] = 122127, + [SMALL_STATE(2316)] = 122176, + [SMALL_STATE(2317)] = 122227, + [SMALL_STATE(2318)] = 122284, + [SMALL_STATE(2319)] = 122335, + [SMALL_STATE(2320)] = 122386, + [SMALL_STATE(2321)] = 122437, + [SMALL_STATE(2322)] = 122488, + [SMALL_STATE(2323)] = 122543, + [SMALL_STATE(2324)] = 122594, + [SMALL_STATE(2325)] = 122645, + [SMALL_STATE(2326)] = 122702, + [SMALL_STATE(2327)] = 122753, + [SMALL_STATE(2328)] = 122810, + [SMALL_STATE(2329)] = 122861, + [SMALL_STATE(2330)] = 122914, + [SMALL_STATE(2331)] = 122965, + [SMALL_STATE(2332)] = 123016, + [SMALL_STATE(2333)] = 123069, + [SMALL_STATE(2334)] = 123120, + [SMALL_STATE(2335)] = 123177, + [SMALL_STATE(2336)] = 123228, + [SMALL_STATE(2337)] = 123279, + [SMALL_STATE(2338)] = 123332, + [SMALL_STATE(2339)] = 123383, + [SMALL_STATE(2340)] = 123440, + [SMALL_STATE(2341)] = 123491, + [SMALL_STATE(2342)] = 123542, + [SMALL_STATE(2343)] = 123597, + [SMALL_STATE(2344)] = 123650, + [SMALL_STATE(2345)] = 123701, + [SMALL_STATE(2346)] = 123752, + [SMALL_STATE(2347)] = 123803, + [SMALL_STATE(2348)] = 123854, + [SMALL_STATE(2349)] = 123905, + [SMALL_STATE(2350)] = 123956, + [SMALL_STATE(2351)] = 124007, + [SMALL_STATE(2352)] = 124058, + [SMALL_STATE(2353)] = 124109, + [SMALL_STATE(2354)] = 124160, + [SMALL_STATE(2355)] = 124215, + [SMALL_STATE(2356)] = 124270, + [SMALL_STATE(2357)] = 124325, + [SMALL_STATE(2358)] = 124376, + [SMALL_STATE(2359)] = 124431, + [SMALL_STATE(2360)] = 124482, + [SMALL_STATE(2361)] = 124535, + [SMALL_STATE(2362)] = 124586, + [SMALL_STATE(2363)] = 124641, + [SMALL_STATE(2364)] = 124692, + [SMALL_STATE(2365)] = 124749, + [SMALL_STATE(2366)] = 124802, + [SMALL_STATE(2367)] = 124853, + [SMALL_STATE(2368)] = 124904, + [SMALL_STATE(2369)] = 124955, + [SMALL_STATE(2370)] = 125008, + [SMALL_STATE(2371)] = 125059, + [SMALL_STATE(2372)] = 125110, + [SMALL_STATE(2373)] = 125167, + [SMALL_STATE(2374)] = 125218, + [SMALL_STATE(2375)] = 125269, + [SMALL_STATE(2376)] = 125320, + [SMALL_STATE(2377)] = 125371, + [SMALL_STATE(2378)] = 125428, + [SMALL_STATE(2379)] = 125485, + [SMALL_STATE(2380)] = 125538, + [SMALL_STATE(2381)] = 125595, + [SMALL_STATE(2382)] = 125646, + [SMALL_STATE(2383)] = 125699, + [SMALL_STATE(2384)] = 125750, + [SMALL_STATE(2385)] = 125803, + [SMALL_STATE(2386)] = 125856, + [SMALL_STATE(2387)] = 125909, + [SMALL_STATE(2388)] = 125962, + [SMALL_STATE(2389)] = 126015, + [SMALL_STATE(2390)] = 126070, + [SMALL_STATE(2391)] = 126127, + [SMALL_STATE(2392)] = 126180, + [SMALL_STATE(2393)] = 126231, + [SMALL_STATE(2394)] = 126284, + [SMALL_STATE(2395)] = 126335, + [SMALL_STATE(2396)] = 126390, + [SMALL_STATE(2397)] = 126441, + [SMALL_STATE(2398)] = 126492, + [SMALL_STATE(2399)] = 126549, + [SMALL_STATE(2400)] = 126606, + [SMALL_STATE(2401)] = 126659, + [SMALL_STATE(2402)] = 126710, + [SMALL_STATE(2403)] = 126761, + [SMALL_STATE(2404)] = 126814, + [SMALL_STATE(2405)] = 126865, + [SMALL_STATE(2406)] = 126918, + [SMALL_STATE(2407)] = 126969, + [SMALL_STATE(2408)] = 127020, + [SMALL_STATE(2409)] = 127071, + [SMALL_STATE(2410)] = 127122, + [SMALL_STATE(2411)] = 127173, + [SMALL_STATE(2412)] = 127226, + [SMALL_STATE(2413)] = 127283, + [SMALL_STATE(2414)] = 127334, + [SMALL_STATE(2415)] = 127385, + [SMALL_STATE(2416)] = 127436, + [SMALL_STATE(2417)] = 127487, + [SMALL_STATE(2418)] = 127538, + [SMALL_STATE(2419)] = 127593, + [SMALL_STATE(2420)] = 127644, + [SMALL_STATE(2421)] = 127695, + [SMALL_STATE(2422)] = 127746, + [SMALL_STATE(2423)] = 127799, + [SMALL_STATE(2424)] = 127850, + [SMALL_STATE(2425)] = 127901, + [SMALL_STATE(2426)] = 127952, + [SMALL_STATE(2427)] = 128007, + [SMALL_STATE(2428)] = 128062, + [SMALL_STATE(2429)] = 128113, + [SMALL_STATE(2430)] = 128164, + [SMALL_STATE(2431)] = 128214, + [SMALL_STATE(2432)] = 128264, + [SMALL_STATE(2433)] = 128314, + [SMALL_STATE(2434)] = 128364, + [SMALL_STATE(2435)] = 128414, + [SMALL_STATE(2436)] = 128464, + [SMALL_STATE(2437)] = 128518, + [SMALL_STATE(2438)] = 128568, + [SMALL_STATE(2439)] = 128618, + [SMALL_STATE(2440)] = 128672, + [SMALL_STATE(2441)] = 128728, + [SMALL_STATE(2442)] = 128778, + [SMALL_STATE(2443)] = 128828, + [SMALL_STATE(2444)] = 128900, + [SMALL_STATE(2445)] = 128950, + [SMALL_STATE(2446)] = 129000, + [SMALL_STATE(2447)] = 129050, + [SMALL_STATE(2448)] = 129100, + [SMALL_STATE(2449)] = 129150, + [SMALL_STATE(2450)] = 129208, + [SMALL_STATE(2451)] = 129262, + [SMALL_STATE(2452)] = 129312, + [SMALL_STATE(2453)] = 129362, + [SMALL_STATE(2454)] = 129412, + [SMALL_STATE(2455)] = 129464, + [SMALL_STATE(2456)] = 129516, + [SMALL_STATE(2457)] = 129566, + [SMALL_STATE(2458)] = 129616, + [SMALL_STATE(2459)] = 129666, + [SMALL_STATE(2460)] = 129754, + [SMALL_STATE(2461)] = 129804, + [SMALL_STATE(2462)] = 129854, + [SMALL_STATE(2463)] = 129904, + [SMALL_STATE(2464)] = 129954, + [SMALL_STATE(2465)] = 130004, + [SMALL_STATE(2466)] = 130054, + [SMALL_STATE(2467)] = 130106, + [SMALL_STATE(2468)] = 130158, + [SMALL_STATE(2469)] = 130208, + [SMALL_STATE(2470)] = 130258, + [SMALL_STATE(2471)] = 130314, + [SMALL_STATE(2472)] = 130364, + [SMALL_STATE(2473)] = 130414, + [SMALL_STATE(2474)] = 130464, + [SMALL_STATE(2475)] = 130518, + [SMALL_STATE(2476)] = 130572, + [SMALL_STATE(2477)] = 130630, + [SMALL_STATE(2478)] = 130680, + [SMALL_STATE(2479)] = 130730, + [SMALL_STATE(2480)] = 130780, + [SMALL_STATE(2481)] = 130830, + [SMALL_STATE(2482)] = 130880, + [SMALL_STATE(2483)] = 130930, + [SMALL_STATE(2484)] = 130980, + [SMALL_STATE(2485)] = 131056, + [SMALL_STATE(2486)] = 131106, + [SMALL_STATE(2487)] = 131156, + [SMALL_STATE(2488)] = 131206, + [SMALL_STATE(2489)] = 131256, + [SMALL_STATE(2490)] = 131306, + [SMALL_STATE(2491)] = 131356, + [SMALL_STATE(2492)] = 131406, + [SMALL_STATE(2493)] = 131456, + [SMALL_STATE(2494)] = 131506, + [SMALL_STATE(2495)] = 131556, + [SMALL_STATE(2496)] = 131606, + [SMALL_STATE(2497)] = 131656, + [SMALL_STATE(2498)] = 131706, + [SMALL_STATE(2499)] = 131756, + [SMALL_STATE(2500)] = 131806, + [SMALL_STATE(2501)] = 131856, + [SMALL_STATE(2502)] = 131906, + [SMALL_STATE(2503)] = 131956, + [SMALL_STATE(2504)] = 132006, + [SMALL_STATE(2505)] = 132056, + [SMALL_STATE(2506)] = 132106, + [SMALL_STATE(2507)] = 132156, + [SMALL_STATE(2508)] = 132206, + [SMALL_STATE(2509)] = 132256, + [SMALL_STATE(2510)] = 132306, + [SMALL_STATE(2511)] = 132356, + [SMALL_STATE(2512)] = 132406, + [SMALL_STATE(2513)] = 132460, + [SMALL_STATE(2514)] = 132510, + [SMALL_STATE(2515)] = 132560, + [SMALL_STATE(2516)] = 132610, + [SMALL_STATE(2517)] = 132660, + [SMALL_STATE(2518)] = 132710, + [SMALL_STATE(2519)] = 132760, + [SMALL_STATE(2520)] = 132810, + [SMALL_STATE(2521)] = 132860, + [SMALL_STATE(2522)] = 132910, + [SMALL_STATE(2523)] = 132960, + [SMALL_STATE(2524)] = 133010, + [SMALL_STATE(2525)] = 133060, + [SMALL_STATE(2526)] = 133110, + [SMALL_STATE(2527)] = 133160, + [SMALL_STATE(2528)] = 133210, + [SMALL_STATE(2529)] = 133260, + [SMALL_STATE(2530)] = 133310, + [SMALL_STATE(2531)] = 133364, + [SMALL_STATE(2532)] = 133414, + [SMALL_STATE(2533)] = 133464, + [SMALL_STATE(2534)] = 133514, + [SMALL_STATE(2535)] = 133564, + [SMALL_STATE(2536)] = 133614, + [SMALL_STATE(2537)] = 133668, + [SMALL_STATE(2538)] = 133720, + [SMALL_STATE(2539)] = 133772, + [SMALL_STATE(2540)] = 133822, + [SMALL_STATE(2541)] = 133872, + [SMALL_STATE(2542)] = 133922, + [SMALL_STATE(2543)] = 133972, + [SMALL_STATE(2544)] = 134022, + [SMALL_STATE(2545)] = 134072, + [SMALL_STATE(2546)] = 134122, + [SMALL_STATE(2547)] = 134172, + [SMALL_STATE(2548)] = 134224, + [SMALL_STATE(2549)] = 134276, + [SMALL_STATE(2550)] = 134330, + [SMALL_STATE(2551)] = 134380, + [SMALL_STATE(2552)] = 134430, + [SMALL_STATE(2553)] = 134480, + [SMALL_STATE(2554)] = 134530, + [SMALL_STATE(2555)] = 134580, + [SMALL_STATE(2556)] = 134630, + [SMALL_STATE(2557)] = 134688, + [SMALL_STATE(2558)] = 134740, + [SMALL_STATE(2559)] = 134812, + [SMALL_STATE(2560)] = 134862, + [SMALL_STATE(2561)] = 134912, + [SMALL_STATE(2562)] = 134962, + [SMALL_STATE(2563)] = 135012, + [SMALL_STATE(2564)] = 135066, + [SMALL_STATE(2565)] = 135116, + [SMALL_STATE(2566)] = 135166, + [SMALL_STATE(2567)] = 135222, + [SMALL_STATE(2568)] = 135272, + [SMALL_STATE(2569)] = 135344, + [SMALL_STATE(2570)] = 135416, + [SMALL_STATE(2571)] = 135488, + [SMALL_STATE(2572)] = 135560, + [SMALL_STATE(2573)] = 135610, + [SMALL_STATE(2574)] = 135660, + [SMALL_STATE(2575)] = 135710, + [SMALL_STATE(2576)] = 135760, + [SMALL_STATE(2577)] = 135810, + [SMALL_STATE(2578)] = 135860, + [SMALL_STATE(2579)] = 135909, + [SMALL_STATE(2580)] = 135958, + [SMALL_STATE(2581)] = 136013, + [SMALL_STATE(2582)] = 136066, + [SMALL_STATE(2583)] = 136117, + [SMALL_STATE(2584)] = 136174, + [SMALL_STATE(2585)] = 136223, + [SMALL_STATE(2586)] = 136276, + [SMALL_STATE(2587)] = 136329, + [SMALL_STATE(2588)] = 136416, + [SMALL_STATE(2589)] = 136471, + [SMALL_STATE(2590)] = 136522, + [SMALL_STATE(2591)] = 136571, + [SMALL_STATE(2592)] = 136626, + [SMALL_STATE(2593)] = 136675, + [SMALL_STATE(2594)] = 136724, + [SMALL_STATE(2595)] = 136777, + [SMALL_STATE(2596)] = 136828, + [SMALL_STATE(2597)] = 136883, + [SMALL_STATE(2598)] = 136932, + [SMALL_STATE(2599)] = 136987, + [SMALL_STATE(2600)] = 137036, + [SMALL_STATE(2601)] = 137085, + [SMALL_STATE(2602)] = 137156, + [SMALL_STATE(2603)] = 137207, + [SMALL_STATE(2604)] = 137258, + [SMALL_STATE(2605)] = 137309, + [SMALL_STATE(2606)] = 137358, + [SMALL_STATE(2607)] = 137413, + [SMALL_STATE(2608)] = 137464, + [SMALL_STATE(2609)] = 137519, + [SMALL_STATE(2610)] = 137588, + [SMALL_STATE(2611)] = 137657, + [SMALL_STATE(2612)] = 137706, + [SMALL_STATE(2613)] = 137777, + [SMALL_STATE(2614)] = 137826, + [SMALL_STATE(2615)] = 137875, + [SMALL_STATE(2616)] = 137946, + [SMALL_STATE(2617)] = 138017, + [SMALL_STATE(2618)] = 138066, + [SMALL_STATE(2619)] = 138121, + [SMALL_STATE(2620)] = 138192, + [SMALL_STATE(2621)] = 138263, + [SMALL_STATE(2622)] = 138314, + [SMALL_STATE(2623)] = 138371, + [SMALL_STATE(2624)] = 138420, + [SMALL_STATE(2625)] = 138471, + [SMALL_STATE(2626)] = 138522, + [SMALL_STATE(2627)] = 138575, + [SMALL_STATE(2628)] = 138628, + [SMALL_STATE(2629)] = 138683, + [SMALL_STATE(2630)] = 138734, + [SMALL_STATE(2631)] = 138785, + [SMALL_STATE(2632)] = 138838, + [SMALL_STATE(2633)] = 138891, + [SMALL_STATE(2634)] = 138944, + [SMALL_STATE(2635)] = 138993, + [SMALL_STATE(2636)] = 139041, + [SMALL_STATE(2637)] = 139089, + [SMALL_STATE(2638)] = 139139, + [SMALL_STATE(2639)] = 139187, + [SMALL_STATE(2640)] = 139235, + [SMALL_STATE(2641)] = 139283, + [SMALL_STATE(2642)] = 139335, + [SMALL_STATE(2643)] = 139383, + [SMALL_STATE(2644)] = 139437, + [SMALL_STATE(2645)] = 139485, + [SMALL_STATE(2646)] = 139533, + [SMALL_STATE(2647)] = 139581, + [SMALL_STATE(2648)] = 139629, + [SMALL_STATE(2649)] = 139677, + [SMALL_STATE(2650)] = 139725, + [SMALL_STATE(2651)] = 139773, + [SMALL_STATE(2652)] = 139821, + [SMALL_STATE(2653)] = 139869, + [SMALL_STATE(2654)] = 139917, + [SMALL_STATE(2655)] = 139965, + [SMALL_STATE(2656)] = 140015, + [SMALL_STATE(2657)] = 140081, + [SMALL_STATE(2658)] = 140147, + [SMALL_STATE(2659)] = 140213, + [SMALL_STATE(2660)] = 140263, + [SMALL_STATE(2661)] = 140311, + [SMALL_STATE(2662)] = 140359, + [SMALL_STATE(2663)] = 140425, + [SMALL_STATE(2664)] = 140473, + [SMALL_STATE(2665)] = 140521, + [SMALL_STATE(2666)] = 140569, + [SMALL_STATE(2667)] = 140617, + [SMALL_STATE(2668)] = 140683, + [SMALL_STATE(2669)] = 140749, + [SMALL_STATE(2670)] = 140815, + [SMALL_STATE(2671)] = 140863, + [SMALL_STATE(2672)] = 140913, + [SMALL_STATE(2673)] = 140979, + [SMALL_STATE(2674)] = 141027, + [SMALL_STATE(2675)] = 141079, + [SMALL_STATE(2676)] = 141127, + [SMALL_STATE(2677)] = 141175, + [SMALL_STATE(2678)] = 141241, + [SMALL_STATE(2679)] = 141307, + [SMALL_STATE(2680)] = 141373, + [SMALL_STATE(2681)] = 141439, + [SMALL_STATE(2682)] = 141487, + [SMALL_STATE(2683)] = 141535, + [SMALL_STATE(2684)] = 141583, + [SMALL_STATE(2685)] = 141631, + [SMALL_STATE(2686)] = 141681, + [SMALL_STATE(2687)] = 141729, + [SMALL_STATE(2688)] = 141777, + [SMALL_STATE(2689)] = 141831, + [SMALL_STATE(2690)] = 141879, + [SMALL_STATE(2691)] = 141927, + [SMALL_STATE(2692)] = 141979, + [SMALL_STATE(2693)] = 142027, + [SMALL_STATE(2694)] = 142081, + [SMALL_STATE(2695)] = 142129, + [SMALL_STATE(2696)] = 142183, + [SMALL_STATE(2697)] = 142235, + [SMALL_STATE(2698)] = 142281, + [SMALL_STATE(2699)] = 142333, + [SMALL_STATE(2700)] = 142383, + [SMALL_STATE(2701)] = 142437, + [SMALL_STATE(2702)] = 142485, + [SMALL_STATE(2703)] = 142533, + [SMALL_STATE(2704)] = 142581, + [SMALL_STATE(2705)] = 142631, + [SMALL_STATE(2706)] = 142687, + [SMALL_STATE(2707)] = 142769, + [SMALL_STATE(2708)] = 142823, + [SMALL_STATE(2709)] = 142873, + [SMALL_STATE(2710)] = 142921, + [SMALL_STATE(2711)] = 142969, + [SMALL_STATE(2712)] = 143017, + [SMALL_STATE(2713)] = 143065, + [SMALL_STATE(2714)] = 143113, + [SMALL_STATE(2715)] = 143167, + [SMALL_STATE(2716)] = 143215, + [SMALL_STATE(2717)] = 143263, + [SMALL_STATE(2718)] = 143311, + [SMALL_STATE(2719)] = 143365, + [SMALL_STATE(2720)] = 143415, + [SMALL_STATE(2721)] = 143465, + [SMALL_STATE(2722)] = 143513, + [SMALL_STATE(2723)] = 143565, + [SMALL_STATE(2724)] = 143613, + [SMALL_STATE(2725)] = 143661, + [SMALL_STATE(2726)] = 143709, + [SMALL_STATE(2727)] = 143757, + [SMALL_STATE(2728)] = 143805, + [SMALL_STATE(2729)] = 143857, + [SMALL_STATE(2730)] = 143939, + [SMALL_STATE(2731)] = 143989, + [SMALL_STATE(2732)] = 144039, + [SMALL_STATE(2733)] = 144087, + [SMALL_STATE(2734)] = 144141, + [SMALL_STATE(2735)] = 144193, + [SMALL_STATE(2736)] = 144246, + [SMALL_STATE(2737)] = 144311, + [SMALL_STATE(2738)] = 144358, + [SMALL_STATE(2739)] = 144423, + [SMALL_STATE(2740)] = 144470, + [SMALL_STATE(2741)] = 144535, + [SMALL_STATE(2742)] = 144600, + [SMALL_STATE(2743)] = 144647, + [SMALL_STATE(2744)] = 144726, + [SMALL_STATE(2745)] = 144805, + [SMALL_STATE(2746)] = 144852, + [SMALL_STATE(2747)] = 144905, + [SMALL_STATE(2748)] = 144958, + [SMALL_STATE(2749)] = 145023, + [SMALL_STATE(2750)] = 145088, + [SMALL_STATE(2751)] = 145153, + [SMALL_STATE(2752)] = 145204, + [SMALL_STATE(2753)] = 145269, + [SMALL_STATE(2754)] = 145316, + [SMALL_STATE(2755)] = 145369, + [SMALL_STATE(2756)] = 145434, + [SMALL_STATE(2757)] = 145499, + [SMALL_STATE(2758)] = 145552, + [SMALL_STATE(2759)] = 145617, + [SMALL_STATE(2760)] = 145664, + [SMALL_STATE(2761)] = 145715, + [SMALL_STATE(2762)] = 145762, + [SMALL_STATE(2763)] = 145811, + [SMALL_STATE(2764)] = 145856, + [SMALL_STATE(2765)] = 145903, + [SMALL_STATE(2766)] = 145982, + [SMALL_STATE(2767)] = 146035, + [SMALL_STATE(2768)] = 146112, + [SMALL_STATE(2769)] = 146187, + [SMALL_STATE(2770)] = 146260, + [SMALL_STATE(2771)] = 146331, + [SMALL_STATE(2772)] = 146380, + [SMALL_STATE(2773)] = 146433, + [SMALL_STATE(2774)] = 146502, + [SMALL_STATE(2775)] = 146547, + [SMALL_STATE(2776)] = 146614, + [SMALL_STATE(2777)] = 146661, + [SMALL_STATE(2778)] = 146714, + [SMALL_STATE(2779)] = 146771, + [SMALL_STATE(2780)] = 146820, + [SMALL_STATE(2781)] = 146873, + [SMALL_STATE(2782)] = 146938, + [SMALL_STATE(2783)] = 146993, + [SMALL_STATE(2784)] = 147054, + [SMALL_STATE(2785)] = 147103, + [SMALL_STATE(2786)] = 147152, + [SMALL_STATE(2787)] = 147203, + [SMALL_STATE(2788)] = 147256, + [SMALL_STATE(2789)] = 147303, + [SMALL_STATE(2790)] = 147352, + [SMALL_STATE(2791)] = 147401, + [SMALL_STATE(2792)] = 147448, + [SMALL_STATE(2793)] = 147497, + [SMALL_STATE(2794)] = 147544, + [SMALL_STATE(2795)] = 147593, + [SMALL_STATE(2796)] = 147646, + [SMALL_STATE(2797)] = 147697, + [SMALL_STATE(2798)] = 147750, + [SMALL_STATE(2799)] = 147831, + [SMALL_STATE(2800)] = 147878, + [SMALL_STATE(2801)] = 147925, + [SMALL_STATE(2802)] = 148006, + [SMALL_STATE(2803)] = 148053, + [SMALL_STATE(2804)] = 148106, + [SMALL_STATE(2805)] = 148153, + [SMALL_STATE(2806)] = 148218, + [SMALL_STATE(2807)] = 148269, + [SMALL_STATE(2808)] = 148316, + [SMALL_STATE(2809)] = 148363, + [SMALL_STATE(2810)] = 148410, + [SMALL_STATE(2811)] = 148455, + [SMALL_STATE(2812)] = 148500, + [SMALL_STATE(2813)] = 148545, + [SMALL_STATE(2814)] = 148595, + [SMALL_STATE(2815)] = 148661, + [SMALL_STATE(2816)] = 148737, + [SMALL_STATE(2817)] = 148789, + [SMALL_STATE(2818)] = 148845, + [SMALL_STATE(2819)] = 148897, + [SMALL_STATE(2820)] = 148965, + [SMALL_STATE(2821)] = 149019, + [SMALL_STATE(2822)] = 149071, + [SMALL_STATE(2823)] = 149131, + [SMALL_STATE(2824)] = 149179, + [SMALL_STATE(2825)] = 149229, + [SMALL_STATE(2826)] = 149275, + [SMALL_STATE(2827)] = 149323, + [SMALL_STATE(2828)] = 149375, + [SMALL_STATE(2829)] = 149445, + [SMALL_STATE(2830)] = 149497, + [SMALL_STATE(2831)] = 149561, + [SMALL_STATE(2832)] = 149609, + [SMALL_STATE(2833)] = 149659, + [SMALL_STATE(2834)] = 149711, + [SMALL_STATE(2835)] = 149789, + [SMALL_STATE(2836)] = 149841, + [SMALL_STATE(2837)] = 149893, + [SMALL_STATE(2838)] = 149957, + [SMALL_STATE(2839)] = 150007, + [SMALL_STATE(2840)] = 150055, + [SMALL_STATE(2841)] = 150107, + [SMALL_STATE(2842)] = 150159, + [SMALL_STATE(2843)] = 150213, + [SMALL_STATE(2844)] = 150273, + [SMALL_STATE(2845)] = 150325, + [SMALL_STATE(2846)] = 150397, + [SMALL_STATE(2847)] = 150475, + [SMALL_STATE(2848)] = 150519, + [SMALL_STATE(2849)] = 150567, + [SMALL_STATE(2850)] = 150619, + [SMALL_STATE(2851)] = 150665, + [SMALL_STATE(2852)] = 150715, + [SMALL_STATE(2853)] = 150765, + [SMALL_STATE(2854)] = 150815, + [SMALL_STATE(2855)] = 150863, + [SMALL_STATE(2856)] = 150915, + [SMALL_STATE(2857)] = 150965, + [SMALL_STATE(2858)] = 151039, + [SMALL_STATE(2859)] = 151089, + [SMALL_STATE(2860)] = 151165, + [SMALL_STATE(2861)] = 151215, + [SMALL_STATE(2862)] = 151267, + [SMALL_STATE(2863)] = 151319, + [SMALL_STATE(2864)] = 151371, + [SMALL_STATE(2865)] = 151419, + [SMALL_STATE(2866)] = 151471, + [SMALL_STATE(2867)] = 151523, + [SMALL_STATE(2868)] = 151575, + [SMALL_STATE(2869)] = 151631, + [SMALL_STATE(2870)] = 151677, + [SMALL_STATE(2871)] = 151723, + [SMALL_STATE(2872)] = 151771, + [SMALL_STATE(2873)] = 151825, + [SMALL_STATE(2874)] = 151877, + [SMALL_STATE(2875)] = 151929, + [SMALL_STATE(2876)] = 151975, + [SMALL_STATE(2877)] = 152025, + [SMALL_STATE(2878)] = 152103, + [SMALL_STATE(2879)] = 152175, + [SMALL_STATE(2880)] = 152241, + [SMALL_STATE(2881)] = 152319, + [SMALL_STATE(2882)] = 152371, + [SMALL_STATE(2883)] = 152445, + [SMALL_STATE(2884)] = 152515, + [SMALL_STATE(2885)] = 152567, + [SMALL_STATE(2886)] = 152619, + [SMALL_STATE(2887)] = 152669, + [SMALL_STATE(2888)] = 152715, + [SMALL_STATE(2889)] = 152783, + [SMALL_STATE(2890)] = 152828, + [SMALL_STATE(2891)] = 152891, + [SMALL_STATE(2892)] = 152936, + [SMALL_STATE(2893)] = 152987, + [SMALL_STATE(2894)] = 153032, + [SMALL_STATE(2895)] = 153077, + [SMALL_STATE(2896)] = 153122, + [SMALL_STATE(2897)] = 153167, + [SMALL_STATE(2898)] = 153222, + [SMALL_STATE(2899)] = 153287, + [SMALL_STATE(2900)] = 153336, + [SMALL_STATE(2901)] = 153383, + [SMALL_STATE(2902)] = 153450, + [SMALL_STATE(2903)] = 153519, + [SMALL_STATE(2904)] = 153568, + [SMALL_STATE(2905)] = 153639, + [SMALL_STATE(2906)] = 153684, + [SMALL_STATE(2907)] = 153743, + [SMALL_STATE(2908)] = 153794, + [SMALL_STATE(2909)] = 153839, + [SMALL_STATE(2910)] = 153888, + [SMALL_STATE(2911)] = 153935, + [SMALL_STATE(2912)] = 153988, + [SMALL_STATE(2913)] = 154035, + [SMALL_STATE(2914)] = 154080, + [SMALL_STATE(2915)] = 154125, + [SMALL_STATE(2916)] = 154172, + [SMALL_STATE(2917)] = 154245, + [SMALL_STATE(2918)] = 154320, + [SMALL_STATE(2919)] = 154397, + [SMALL_STATE(2920)] = 154442, + [SMALL_STATE(2921)] = 154515, + [SMALL_STATE(2922)] = 154564, + [SMALL_STATE(2923)] = 154613, + [SMALL_STATE(2924)] = 154662, + [SMALL_STATE(2925)] = 154709, + [SMALL_STATE(2926)] = 154760, + [SMALL_STATE(2927)] = 154805, + [SMALL_STATE(2928)] = 154852, + [SMALL_STATE(2929)] = 154903, + [SMALL_STATE(2930)] = 154956, + [SMALL_STATE(2931)] = 155001, + [SMALL_STATE(2932)] = 155048, + [SMALL_STATE(2933)] = 155099, + [SMALL_STATE(2934)] = 155146, + [SMALL_STATE(2935)] = 155191, + [SMALL_STATE(2936)] = 155238, + [SMALL_STATE(2937)] = 155283, + [SMALL_STATE(2938)] = 155328, + [SMALL_STATE(2939)] = 155381, + [SMALL_STATE(2940)] = 155426, + [SMALL_STATE(2941)] = 155471, + [SMALL_STATE(2942)] = 155516, + [SMALL_STATE(2943)] = 155563, + [SMALL_STATE(2944)] = 155608, + [SMALL_STATE(2945)] = 155655, + [SMALL_STATE(2946)] = 155700, + [SMALL_STATE(2947)] = 155745, + [SMALL_STATE(2948)] = 155794, + [SMALL_STATE(2949)] = 155839, + [SMALL_STATE(2950)] = 155886, + [SMALL_STATE(2951)] = 155933, + [SMALL_STATE(2952)] = 155980, + [SMALL_STATE(2953)] = 156027, + [SMALL_STATE(2954)] = 156076, + [SMALL_STATE(2955)] = 156125, + [SMALL_STATE(2956)] = 156174, + [SMALL_STATE(2957)] = 156221, + [SMALL_STATE(2958)] = 156270, + [SMALL_STATE(2959)] = 156317, + [SMALL_STATE(2960)] = 156364, + [SMALL_STATE(2961)] = 156409, + [SMALL_STATE(2962)] = 156454, + [SMALL_STATE(2963)] = 156505, + [SMALL_STATE(2964)] = 156550, + [SMALL_STATE(2965)] = 156597, + [SMALL_STATE(2966)] = 156642, + [SMALL_STATE(2967)] = 156688, + [SMALL_STATE(2968)] = 156732, + [SMALL_STATE(2969)] = 156802, + [SMALL_STATE(2970)] = 156846, + [SMALL_STATE(2971)] = 156890, + [SMALL_STATE(2972)] = 156934, + [SMALL_STATE(2973)] = 156978, + [SMALL_STATE(2974)] = 157022, + [SMALL_STATE(2975)] = 157066, + [SMALL_STATE(2976)] = 157110, + [SMALL_STATE(2977)] = 157154, + [SMALL_STATE(2978)] = 157224, + [SMALL_STATE(2979)] = 157272, + [SMALL_STATE(2980)] = 157322, + [SMALL_STATE(2981)] = 157366, + [SMALL_STATE(2982)] = 157410, + [SMALL_STATE(2983)] = 157458, + [SMALL_STATE(2984)] = 157502, + [SMALL_STATE(2985)] = 157548, + [SMALL_STATE(2986)] = 157594, + [SMALL_STATE(2987)] = 157640, + [SMALL_STATE(2988)] = 157684, + [SMALL_STATE(2989)] = 157736, + [SMALL_STATE(2990)] = 157782, + [SMALL_STATE(2991)] = 157826, + [SMALL_STATE(2992)] = 157876, + [SMALL_STATE(2993)] = 157924, + [SMALL_STATE(2994)] = 157968, + [SMALL_STATE(2995)] = 158040, + [SMALL_STATE(2996)] = 158084, + [SMALL_STATE(2997)] = 158128, + [SMALL_STATE(2998)] = 158180, + [SMALL_STATE(2999)] = 158234, + [SMALL_STATE(3000)] = 158278, + [SMALL_STATE(3001)] = 158328, + [SMALL_STATE(3002)] = 158376, + [SMALL_STATE(3003)] = 158420, + [SMALL_STATE(3004)] = 158476, + [SMALL_STATE(3005)] = 158520, + [SMALL_STATE(3006)] = 158566, + [SMALL_STATE(3007)] = 158614, + [SMALL_STATE(3008)] = 158658, + [SMALL_STATE(3009)] = 158702, + [SMALL_STATE(3010)] = 158746, + [SMALL_STATE(3011)] = 158790, + [SMALL_STATE(3012)] = 158842, + [SMALL_STATE(3013)] = 158886, + [SMALL_STATE(3014)] = 158930, + [SMALL_STATE(3015)] = 158976, + [SMALL_STATE(3016)] = 159020, + [SMALL_STATE(3017)] = 159064, + [SMALL_STATE(3018)] = 159122, + [SMALL_STATE(3019)] = 159172, + [SMALL_STATE(3020)] = 159216, + [SMALL_STATE(3021)] = 159260, + [SMALL_STATE(3022)] = 159320, + [SMALL_STATE(3023)] = 159364, + [SMALL_STATE(3024)] = 159408, + [SMALL_STATE(3025)] = 159458, + [SMALL_STATE(3026)] = 159502, + [SMALL_STATE(3027)] = 159564, + [SMALL_STATE(3028)] = 159612, + [SMALL_STATE(3029)] = 159656, + [SMALL_STATE(3030)] = 159726, + [SMALL_STATE(3031)] = 159770, + [SMALL_STATE(3032)] = 159834, + [SMALL_STATE(3033)] = 159882, + [SMALL_STATE(3034)] = 159928, + [SMALL_STATE(3035)] = 159972, + [SMALL_STATE(3036)] = 160016, + [SMALL_STATE(3037)] = 160060, + [SMALL_STATE(3038)] = 160104, + [SMALL_STATE(3039)] = 160148, + [SMALL_STATE(3040)] = 160192, + [SMALL_STATE(3041)] = 160240, + [SMALL_STATE(3042)] = 160284, + [SMALL_STATE(3043)] = 160354, + [SMALL_STATE(3044)] = 160420, + [SMALL_STATE(3045)] = 160464, + [SMALL_STATE(3046)] = 160532, + [SMALL_STATE(3047)] = 160576, + [SMALL_STATE(3048)] = 160620, + [SMALL_STATE(3049)] = 160664, + [SMALL_STATE(3050)] = 160708, + [SMALL_STATE(3051)] = 160758, + [SMALL_STATE(3052)] = 160802, + [SMALL_STATE(3053)] = 160848, + [SMALL_STATE(3054)] = 160892, + [SMALL_STATE(3055)] = 160936, + [SMALL_STATE(3056)] = 161006, + [SMALL_STATE(3057)] = 161050, + [SMALL_STATE(3058)] = 161094, + [SMALL_STATE(3059)] = 161138, + [SMALL_STATE(3060)] = 161182, + [SMALL_STATE(3061)] = 161232, + [SMALL_STATE(3062)] = 161278, + [SMALL_STATE(3063)] = 161322, + [SMALL_STATE(3064)] = 161366, + [SMALL_STATE(3065)] = 161410, + [SMALL_STATE(3066)] = 161454, + [SMALL_STATE(3067)] = 161498, + [SMALL_STATE(3068)] = 161542, + [SMALL_STATE(3069)] = 161586, + [SMALL_STATE(3070)] = 161634, + [SMALL_STATE(3071)] = 161678, + [SMALL_STATE(3072)] = 161724, + [SMALL_STATE(3073)] = 161768, + [SMALL_STATE(3074)] = 161812, + [SMALL_STATE(3075)] = 161856, + [SMALL_STATE(3076)] = 161900, + [SMALL_STATE(3077)] = 161944, + [SMALL_STATE(3078)] = 162014, + [SMALL_STATE(3079)] = 162062, + [SMALL_STATE(3080)] = 162111, + [SMALL_STATE(3081)] = 162156, + [SMALL_STATE(3082)] = 162199, + [SMALL_STATE(3083)] = 162242, + [SMALL_STATE(3084)] = 162285, + [SMALL_STATE(3085)] = 162328, + [SMALL_STATE(3086)] = 162371, + [SMALL_STATE(3087)] = 162414, + [SMALL_STATE(3088)] = 162457, + [SMALL_STATE(3089)] = 162500, + [SMALL_STATE(3090)] = 162543, + [SMALL_STATE(3091)] = 162586, + [SMALL_STATE(3092)] = 162635, + [SMALL_STATE(3093)] = 162678, + [SMALL_STATE(3094)] = 162727, + [SMALL_STATE(3095)] = 162770, + [SMALL_STATE(3096)] = 162813, + [SMALL_STATE(3097)] = 162882, + [SMALL_STATE(3098)] = 162925, + [SMALL_STATE(3099)] = 162970, + [SMALL_STATE(3100)] = 163029, + [SMALL_STATE(3101)] = 163078, + [SMALL_STATE(3102)] = 163121, + [SMALL_STATE(3103)] = 163164, + [SMALL_STATE(3104)] = 163207, + [SMALL_STATE(3105)] = 163256, + [SMALL_STATE(3106)] = 163299, + [SMALL_STATE(3107)] = 163342, + [SMALL_STATE(3108)] = 163385, + [SMALL_STATE(3109)] = 163428, + [SMALL_STATE(3110)] = 163471, + [SMALL_STATE(3111)] = 163514, + [SMALL_STATE(3112)] = 163557, + [SMALL_STATE(3113)] = 163600, + [SMALL_STATE(3114)] = 163643, + [SMALL_STATE(3115)] = 163686, + [SMALL_STATE(3116)] = 163729, + [SMALL_STATE(3117)] = 163772, + [SMALL_STATE(3118)] = 163815, + [SMALL_STATE(3119)] = 163882, + [SMALL_STATE(3120)] = 163945, + [SMALL_STATE(3121)] = 163988, + [SMALL_STATE(3122)] = 164031, + [SMALL_STATE(3123)] = 164076, + [SMALL_STATE(3124)] = 164125, + [SMALL_STATE(3125)] = 164168, + [SMALL_STATE(3126)] = 164213, + [SMALL_STATE(3127)] = 164278, + [SMALL_STATE(3128)] = 164321, + [SMALL_STATE(3129)] = 164366, + [SMALL_STATE(3130)] = 164409, + [SMALL_STATE(3131)] = 164452, + [SMALL_STATE(3132)] = 164495, + [SMALL_STATE(3133)] = 164538, + [SMALL_STATE(3134)] = 164587, + [SMALL_STATE(3135)] = 164630, + [SMALL_STATE(3136)] = 164673, + [SMALL_STATE(3137)] = 164734, + [SMALL_STATE(3138)] = 164777, + [SMALL_STATE(3139)] = 164820, + [SMALL_STATE(3140)] = 164865, + [SMALL_STATE(3141)] = 164908, + [SMALL_STATE(3142)] = 164951, + [SMALL_STATE(3143)] = 164994, + [SMALL_STATE(3144)] = 165043, + [SMALL_STATE(3145)] = 165092, + [SMALL_STATE(3146)] = 165139, + [SMALL_STATE(3147)] = 165186, + [SMALL_STATE(3148)] = 165243, + [SMALL_STATE(3149)] = 165286, + [SMALL_STATE(3150)] = 165329, + [SMALL_STATE(3151)] = 165398, + [SMALL_STATE(3152)] = 165443, + [SMALL_STATE(3153)] = 165494, + [SMALL_STATE(3154)] = 165537, + [SMALL_STATE(3155)] = 165582, + [SMALL_STATE(3156)] = 165625, + [SMALL_STATE(3157)] = 165672, + [SMALL_STATE(3158)] = 165717, + [SMALL_STATE(3159)] = 165762, + [SMALL_STATE(3160)] = 165805, + [SMALL_STATE(3161)] = 165854, + [SMALL_STATE(3162)] = 165899, + [SMALL_STATE(3163)] = 165950, + [SMALL_STATE(3164)] = 165995, + [SMALL_STATE(3165)] = 166038, + [SMALL_STATE(3166)] = 166085, + [SMALL_STATE(3167)] = 166128, + [SMALL_STATE(3168)] = 166171, + [SMALL_STATE(3169)] = 166214, + [SMALL_STATE(3170)] = 166257, + [SMALL_STATE(3171)] = 166300, + [SMALL_STATE(3172)] = 166355, + [SMALL_STATE(3173)] = 166424, + [SMALL_STATE(3174)] = 166471, + [SMALL_STATE(3175)] = 166514, + [SMALL_STATE(3176)] = 166559, + [SMALL_STATE(3177)] = 166604, + [SMALL_STATE(3178)] = 166647, + [SMALL_STATE(3179)] = 166690, + [SMALL_STATE(3180)] = 166733, + [SMALL_STATE(3181)] = 166776, + [SMALL_STATE(3182)] = 166825, + [SMALL_STATE(3183)] = 166868, + [SMALL_STATE(3184)] = 166911, + [SMALL_STATE(3185)] = 166954, + [SMALL_STATE(3186)] = 166997, + [SMALL_STATE(3187)] = 167066, + [SMALL_STATE(3188)] = 167109, + [SMALL_STATE(3189)] = 167158, + [SMALL_STATE(3190)] = 167201, + [SMALL_STATE(3191)] = 167246, + [SMALL_STATE(3192)] = 167295, + [SMALL_STATE(3193)] = 167340, + [SMALL_STATE(3194)] = 167387, + [SMALL_STATE(3195)] = 167440, + [SMALL_STATE(3196)] = 167483, + [SMALL_STATE(3197)] = 167532, + [SMALL_STATE(3198)] = 167575, + [SMALL_STATE(3199)] = 167618, + [SMALL_STATE(3200)] = 167661, + [SMALL_STATE(3201)] = 167704, + [SMALL_STATE(3202)] = 167773, + [SMALL_STATE(3203)] = 167816, + [SMALL_STATE(3204)] = 167859, + [SMALL_STATE(3205)] = 167928, + [SMALL_STATE(3206)] = 167975, + [SMALL_STATE(3207)] = 168018, + [SMALL_STATE(3208)] = 168063, + [SMALL_STATE(3209)] = 168106, + [SMALL_STATE(3210)] = 168149, + [SMALL_STATE(3211)] = 168192, + [SMALL_STATE(3212)] = 168235, + [SMALL_STATE(3213)] = 168280, + [SMALL_STATE(3214)] = 168323, + [SMALL_STATE(3215)] = 168366, + [SMALL_STATE(3216)] = 168409, + [SMALL_STATE(3217)] = 168452, + [SMALL_STATE(3218)] = 168495, + [SMALL_STATE(3219)] = 168538, + [SMALL_STATE(3220)] = 168581, + [SMALL_STATE(3221)] = 168624, + [SMALL_STATE(3222)] = 168671, + [SMALL_STATE(3223)] = 168713, + [SMALL_STATE(3224)] = 168755, + [SMALL_STATE(3225)] = 168803, + [SMALL_STATE(3226)] = 168849, + [SMALL_STATE(3227)] = 168891, + [SMALL_STATE(3228)] = 168939, + [SMALL_STATE(3229)] = 168985, + [SMALL_STATE(3230)] = 169033, + [SMALL_STATE(3231)] = 169081, + [SMALL_STATE(3232)] = 169123, + [SMALL_STATE(3233)] = 169169, + [SMALL_STATE(3234)] = 169215, + [SMALL_STATE(3235)] = 169257, + [SMALL_STATE(3236)] = 169303, + [SMALL_STATE(3237)] = 169345, + [SMALL_STATE(3238)] = 169391, + [SMALL_STATE(3239)] = 169433, + [SMALL_STATE(3240)] = 169475, + [SMALL_STATE(3241)] = 169517, + [SMALL_STATE(3242)] = 169563, + [SMALL_STATE(3243)] = 169605, + [SMALL_STATE(3244)] = 169651, + [SMALL_STATE(3245)] = 169699, + [SMALL_STATE(3246)] = 169743, + [SMALL_STATE(3247)] = 169785, + [SMALL_STATE(3248)] = 169827, + [SMALL_STATE(3249)] = 169875, + [SMALL_STATE(3250)] = 169917, + [SMALL_STATE(3251)] = 169959, + [SMALL_STATE(3252)] = 170005, + [SMALL_STATE(3253)] = 170047, + [SMALL_STATE(3254)] = 170089, + [SMALL_STATE(3255)] = 170137, + [SMALL_STATE(3256)] = 170185, + [SMALL_STATE(3257)] = 170227, + [SMALL_STATE(3258)] = 170273, + [SMALL_STATE(3259)] = 170319, + [SMALL_STATE(3260)] = 170369, + [SMALL_STATE(3261)] = 170411, + [SMALL_STATE(3262)] = 170455, + [SMALL_STATE(3263)] = 170497, + [SMALL_STATE(3264)] = 170543, + [SMALL_STATE(3265)] = 170589, + [SMALL_STATE(3266)] = 170631, + [SMALL_STATE(3267)] = 170673, + [SMALL_STATE(3268)] = 170716, + [SMALL_STATE(3269)] = 170757, + [SMALL_STATE(3270)] = 170802, + [SMALL_STATE(3271)] = 170847, + [SMALL_STATE(3272)] = 170894, + [SMALL_STATE(3273)] = 170937, + [SMALL_STATE(3274)] = 170980, + [SMALL_STATE(3275)] = 171025, + [SMALL_STATE(3276)] = 171072, + [SMALL_STATE(3277)] = 171115, + [SMALL_STATE(3278)] = 171158, + [SMALL_STATE(3279)] = 171201, + [SMALL_STATE(3280)] = 171246, + [SMALL_STATE(3281)] = 171289, + [SMALL_STATE(3282)] = 171332, + [SMALL_STATE(3283)] = 171373, + [SMALL_STATE(3284)] = 171420, + [SMALL_STATE(3285)] = 171463, + [SMALL_STATE(3286)] = 171506, + [SMALL_STATE(3287)] = 171549, + [SMALL_STATE(3288)] = 171592, + [SMALL_STATE(3289)] = 171635, + [SMALL_STATE(3290)] = 171682, + [SMALL_STATE(3291)] = 171725, + [SMALL_STATE(3292)] = 171768, + [SMALL_STATE(3293)] = 171811, + [SMALL_STATE(3294)] = 171854, + [SMALL_STATE(3295)] = 171897, + [SMALL_STATE(3296)] = 171938, + [SMALL_STATE(3297)] = 171981, + [SMALL_STATE(3298)] = 172022, + [SMALL_STATE(3299)] = 172063, + [SMALL_STATE(3300)] = 172104, + [SMALL_STATE(3301)] = 172145, + [SMALL_STATE(3302)] = 172188, + [SMALL_STATE(3303)] = 172231, + [SMALL_STATE(3304)] = 172272, + [SMALL_STATE(3305)] = 172317, + [SMALL_STATE(3306)] = 172358, + [SMALL_STATE(3307)] = 172399, + [SMALL_STATE(3308)] = 172440, + [SMALL_STATE(3309)] = 172485, + [SMALL_STATE(3310)] = 172526, + [SMALL_STATE(3311)] = 172581, + [SMALL_STATE(3312)] = 172624, + [SMALL_STATE(3313)] = 172671, + [SMALL_STATE(3314)] = 172714, + [SMALL_STATE(3315)] = 172757, + [SMALL_STATE(3316)] = 172798, + [SMALL_STATE(3317)] = 172841, + [SMALL_STATE(3318)] = 172884, + [SMALL_STATE(3319)] = 172927, + [SMALL_STATE(3320)] = 172970, + [SMALL_STATE(3321)] = 173011, + [SMALL_STATE(3322)] = 173054, + [SMALL_STATE(3323)] = 173097, + [SMALL_STATE(3324)] = 173138, + [SMALL_STATE(3325)] = 173181, + [SMALL_STATE(3326)] = 173232, + [SMALL_STATE(3327)] = 173273, + [SMALL_STATE(3328)] = 173330, + [SMALL_STATE(3329)] = 173371, + [SMALL_STATE(3330)] = 173418, + [SMALL_STATE(3331)] = 173459, + [SMALL_STATE(3332)] = 173502, + [SMALL_STATE(3333)] = 173543, + [SMALL_STATE(3334)] = 173596, + [SMALL_STATE(3335)] = 173637, + [SMALL_STATE(3336)] = 173678, + [SMALL_STATE(3337)] = 173719, + [SMALL_STATE(3338)] = 173762, + [SMALL_STATE(3339)] = 173821, + [SMALL_STATE(3340)] = 173862, + [SMALL_STATE(3341)] = 173903, + [SMALL_STATE(3342)] = 173946, + [SMALL_STATE(3343)] = 173987, + [SMALL_STATE(3344)] = 174030, + [SMALL_STATE(3345)] = 174091, + [SMALL_STATE(3346)] = 174132, + [SMALL_STATE(3347)] = 174175, + [SMALL_STATE(3348)] = 174216, + [SMALL_STATE(3349)] = 174257, + [SMALL_STATE(3350)] = 174302, + [SMALL_STATE(3351)] = 174343, + [SMALL_STATE(3352)] = 174384, + [SMALL_STATE(3353)] = 174425, + [SMALL_STATE(3354)] = 174466, + [SMALL_STATE(3355)] = 174507, + [SMALL_STATE(3356)] = 174548, + [SMALL_STATE(3357)] = 174589, + [SMALL_STATE(3358)] = 174630, + [SMALL_STATE(3359)] = 174671, + [SMALL_STATE(3360)] = 174712, + [SMALL_STATE(3361)] = 174753, + [SMALL_STATE(3362)] = 174794, + [SMALL_STATE(3363)] = 174835, + [SMALL_STATE(3364)] = 174876, + [SMALL_STATE(3365)] = 174939, + [SMALL_STATE(3366)] = 174984, + [SMALL_STATE(3367)] = 175025, + [SMALL_STATE(3368)] = 175066, + [SMALL_STATE(3369)] = 175107, + [SMALL_STATE(3370)] = 175148, + [SMALL_STATE(3371)] = 175189, + [SMALL_STATE(3372)] = 175234, + [SMALL_STATE(3373)] = 175275, + [SMALL_STATE(3374)] = 175340, + [SMALL_STATE(3375)] = 175381, + [SMALL_STATE(3376)] = 175424, + [SMALL_STATE(3377)] = 175465, + [SMALL_STATE(3378)] = 175506, + [SMALL_STATE(3379)] = 175547, + [SMALL_STATE(3380)] = 175614, + [SMALL_STATE(3381)] = 175655, + [SMALL_STATE(3382)] = 175698, + [SMALL_STATE(3383)] = 175741, + [SMALL_STATE(3384)] = 175784, + [SMALL_STATE(3385)] = 175825, + [SMALL_STATE(3386)] = 175866, + [SMALL_STATE(3387)] = 175937, + [SMALL_STATE(3388)] = 176006, + [SMALL_STATE(3389)] = 176046, + [SMALL_STATE(3390)] = 176114, + [SMALL_STATE(3391)] = 176154, + [SMALL_STATE(3392)] = 176198, + [SMALL_STATE(3393)] = 176238, + [SMALL_STATE(3394)] = 176278, + [SMALL_STATE(3395)] = 176320, + [SMALL_STATE(3396)] = 176362, + [SMALL_STATE(3397)] = 176402, + [SMALL_STATE(3398)] = 176442, + [SMALL_STATE(3399)] = 176482, + [SMALL_STATE(3400)] = 176522, + [SMALL_STATE(3401)] = 176562, + [SMALL_STATE(3402)] = 176604, + [SMALL_STATE(3403)] = 176648, + [SMALL_STATE(3404)] = 176688, + [SMALL_STATE(3405)] = 176728, + [SMALL_STATE(3406)] = 176768, + [SMALL_STATE(3407)] = 176808, + [SMALL_STATE(3408)] = 176848, + [SMALL_STATE(3409)] = 176888, + [SMALL_STATE(3410)] = 176958, + [SMALL_STATE(3411)] = 176998, + [SMALL_STATE(3412)] = 177048, + [SMALL_STATE(3413)] = 177088, + [SMALL_STATE(3414)] = 177154, + [SMALL_STATE(3415)] = 177194, + [SMALL_STATE(3416)] = 177258, + [SMALL_STATE(3417)] = 177298, + [SMALL_STATE(3418)] = 177360, + [SMALL_STATE(3419)] = 177402, + [SMALL_STATE(3420)] = 177462, + [SMALL_STATE(3421)] = 177504, + [SMALL_STATE(3422)] = 177544, + [SMALL_STATE(3423)] = 177586, + [SMALL_STATE(3424)] = 177640, + [SMALL_STATE(3425)] = 177690, + [SMALL_STATE(3426)] = 177748, + [SMALL_STATE(3427)] = 177788, + [SMALL_STATE(3428)] = 177840, + [SMALL_STATE(3429)] = 177896, + [SMALL_STATE(3430)] = 177938, + [SMALL_STATE(3431)] = 177984, + [SMALL_STATE(3432)] = 178030, + [SMALL_STATE(3433)] = 178070, + [SMALL_STATE(3434)] = 178126, + [SMALL_STATE(3435)] = 178166, + [SMALL_STATE(3436)] = 178206, + [SMALL_STATE(3437)] = 178248, + [SMALL_STATE(3438)] = 178300, + [SMALL_STATE(3439)] = 178354, + [SMALL_STATE(3440)] = 178412, + [SMALL_STATE(3441)] = 178452, + [SMALL_STATE(3442)] = 178492, + [SMALL_STATE(3443)] = 178532, + [SMALL_STATE(3444)] = 178592, + [SMALL_STATE(3445)] = 178632, + [SMALL_STATE(3446)] = 178694, + [SMALL_STATE(3447)] = 178736, + [SMALL_STATE(3448)] = 178776, + [SMALL_STATE(3449)] = 178816, + [SMALL_STATE(3450)] = 178856, + [SMALL_STATE(3451)] = 178898, + [SMALL_STATE(3452)] = 178938, + [SMALL_STATE(3453)] = 178980, + [SMALL_STATE(3454)] = 179020, + [SMALL_STATE(3455)] = 179060, + [SMALL_STATE(3456)] = 179100, + [SMALL_STATE(3457)] = 179142, + [SMALL_STATE(3458)] = 179182, + [SMALL_STATE(3459)] = 179222, + [SMALL_STATE(3460)] = 179262, + [SMALL_STATE(3461)] = 179302, + [SMALL_STATE(3462)] = 179342, + [SMALL_STATE(3463)] = 179410, + [SMALL_STATE(3464)] = 179476, + [SMALL_STATE(3465)] = 179516, + [SMALL_STATE(3466)] = 179558, + [SMALL_STATE(3467)] = 179600, + [SMALL_STATE(3468)] = 179664, + [SMALL_STATE(3469)] = 179704, + [SMALL_STATE(3470)] = 179746, + [SMALL_STATE(3471)] = 179816, + [SMALL_STATE(3472)] = 179858, + [SMALL_STATE(3473)] = 179898, + [SMALL_STATE(3474)] = 179942, + [SMALL_STATE(3475)] = 179982, + [SMALL_STATE(3476)] = 180022, + [SMALL_STATE(3477)] = 180062, + [SMALL_STATE(3478)] = 180102, + [SMALL_STATE(3479)] = 180142, + [SMALL_STATE(3480)] = 180182, + [SMALL_STATE(3481)] = 180224, + [SMALL_STATE(3482)] = 180291, + [SMALL_STATE(3483)] = 180330, + [SMALL_STATE(3484)] = 180369, + [SMALL_STATE(3485)] = 180408, + [SMALL_STATE(3486)] = 180447, + [SMALL_STATE(3487)] = 180486, + [SMALL_STATE(3488)] = 180525, + [SMALL_STATE(3489)] = 180564, + [SMALL_STATE(3490)] = 180603, + [SMALL_STATE(3491)] = 180642, + [SMALL_STATE(3492)] = 180709, + [SMALL_STATE(3493)] = 180748, + [SMALL_STATE(3494)] = 180815, + [SMALL_STATE(3495)] = 180854, + [SMALL_STATE(3496)] = 180895, + [SMALL_STATE(3497)] = 180934, + [SMALL_STATE(3498)] = 180973, + [SMALL_STATE(3499)] = 181012, + [SMALL_STATE(3500)] = 181079, + [SMALL_STATE(3501)] = 181118, + [SMALL_STATE(3502)] = 181157, + [SMALL_STATE(3503)] = 181196, + [SMALL_STATE(3504)] = 181237, + [SMALL_STATE(3505)] = 181276, + [SMALL_STATE(3506)] = 181315, + [SMALL_STATE(3507)] = 181382, + [SMALL_STATE(3508)] = 181421, + [SMALL_STATE(3509)] = 181460, + [SMALL_STATE(3510)] = 181499, + [SMALL_STATE(3511)] = 181538, + [SMALL_STATE(3512)] = 181577, + [SMALL_STATE(3513)] = 181616, + [SMALL_STATE(3514)] = 181655, + [SMALL_STATE(3515)] = 181722, + [SMALL_STATE(3516)] = 181763, + [SMALL_STATE(3517)] = 181830, + [SMALL_STATE(3518)] = 181869, + [SMALL_STATE(3519)] = 181936, + [SMALL_STATE(3520)] = 181975, + [SMALL_STATE(3521)] = 182042, + [SMALL_STATE(3522)] = 182081, + [SMALL_STATE(3523)] = 182120, + [SMALL_STATE(3524)] = 182159, + [SMALL_STATE(3525)] = 182198, + [SMALL_STATE(3526)] = 182237, + [SMALL_STATE(3527)] = 182276, + [SMALL_STATE(3528)] = 182315, + [SMALL_STATE(3529)] = 182354, + [SMALL_STATE(3530)] = 182393, + [SMALL_STATE(3531)] = 182432, + [SMALL_STATE(3532)] = 182471, + [SMALL_STATE(3533)] = 182510, + [SMALL_STATE(3534)] = 182549, + [SMALL_STATE(3535)] = 182588, + [SMALL_STATE(3536)] = 182627, + [SMALL_STATE(3537)] = 182666, + [SMALL_STATE(3538)] = 182705, + [SMALL_STATE(3539)] = 182744, + [SMALL_STATE(3540)] = 182783, + [SMALL_STATE(3541)] = 182822, + [SMALL_STATE(3542)] = 182861, + [SMALL_STATE(3543)] = 182900, + [SMALL_STATE(3544)] = 182939, + [SMALL_STATE(3545)] = 182978, + [SMALL_STATE(3546)] = 183045, + [SMALL_STATE(3547)] = 183086, + [SMALL_STATE(3548)] = 183127, + [SMALL_STATE(3549)] = 183166, + [SMALL_STATE(3550)] = 183233, + [SMALL_STATE(3551)] = 183300, + [SMALL_STATE(3552)] = 183367, + [SMALL_STATE(3553)] = 183406, + [SMALL_STATE(3554)] = 183445, + [SMALL_STATE(3555)] = 183484, + [SMALL_STATE(3556)] = 183525, + [SMALL_STATE(3557)] = 183564, + [SMALL_STATE(3558)] = 183631, + [SMALL_STATE(3559)] = 183670, + [SMALL_STATE(3560)] = 183709, + [SMALL_STATE(3561)] = 183776, + [SMALL_STATE(3562)] = 183814, + [SMALL_STATE(3563)] = 183852, + [SMALL_STATE(3564)] = 183892, + [SMALL_STATE(3565)] = 183930, + [SMALL_STATE(3566)] = 183970, + [SMALL_STATE(3567)] = 184008, + [SMALL_STATE(3568)] = 184046, + [SMALL_STATE(3569)] = 184084, + [SMALL_STATE(3570)] = 184122, + [SMALL_STATE(3571)] = 184160, + [SMALL_STATE(3572)] = 184198, + [SMALL_STATE(3573)] = 184236, + [SMALL_STATE(3574)] = 184274, + [SMALL_STATE(3575)] = 184312, + [SMALL_STATE(3576)] = 184350, + [SMALL_STATE(3577)] = 184388, + [SMALL_STATE(3578)] = 184426, + [SMALL_STATE(3579)] = 184464, + [SMALL_STATE(3580)] = 184502, + [SMALL_STATE(3581)] = 184539, + [SMALL_STATE(3582)] = 184576, + [SMALL_STATE(3583)] = 184630, + [SMALL_STATE(3584)] = 184684, + [SMALL_STATE(3585)] = 184738, + [SMALL_STATE(3586)] = 184792, + [SMALL_STATE(3587)] = 184846, + [SMALL_STATE(3588)] = 184900, + [SMALL_STATE(3589)] = 184948, + [SMALL_STATE(3590)] = 184996, + [SMALL_STATE(3591)] = 185044, + [SMALL_STATE(3592)] = 185092, + [SMALL_STATE(3593)] = 185140, + [SMALL_STATE(3594)] = 185188, + [SMALL_STATE(3595)] = 185236, + [SMALL_STATE(3596)] = 185284, + [SMALL_STATE(3597)] = 185332, + [SMALL_STATE(3598)] = 185380, + [SMALL_STATE(3599)] = 185428, + [SMALL_STATE(3600)] = 185476, + [SMALL_STATE(3601)] = 185525, + [SMALL_STATE(3602)] = 185574, + [SMALL_STATE(3603)] = 185623, + [SMALL_STATE(3604)] = 185676, + [SMALL_STATE(3605)] = 185725, + [SMALL_STATE(3606)] = 185778, + [SMALL_STATE(3607)] = 185827, + [SMALL_STATE(3608)] = 185876, + [SMALL_STATE(3609)] = 185904, + [SMALL_STATE(3610)] = 185952, + [SMALL_STATE(3611)] = 186000, + [SMALL_STATE(3612)] = 186048, + [SMALL_STATE(3613)] = 186096, + [SMALL_STATE(3614)] = 186144, + [SMALL_STATE(3615)] = 186172, + [SMALL_STATE(3616)] = 186220, + [SMALL_STATE(3617)] = 186268, + [SMALL_STATE(3618)] = 186316, + [SMALL_STATE(3619)] = 186364, + [SMALL_STATE(3620)] = 186414, + [SMALL_STATE(3621)] = 186462, + [SMALL_STATE(3622)] = 186510, + [SMALL_STATE(3623)] = 186558, + [SMALL_STATE(3624)] = 186605, + [SMALL_STATE(3625)] = 186654, + [SMALL_STATE(3626)] = 186701, + [SMALL_STATE(3627)] = 186748, + [SMALL_STATE(3628)] = 186795, + [SMALL_STATE(3629)] = 186842, + [SMALL_STATE(3630)] = 186889, + [SMALL_STATE(3631)] = 186936, + [SMALL_STATE(3632)] = 186979, + [SMALL_STATE(3633)] = 187022, + [SMALL_STATE(3634)] = 187065, + [SMALL_STATE(3635)] = 187108, + [SMALL_STATE(3636)] = 187151, + [SMALL_STATE(3637)] = 187194, + [SMALL_STATE(3638)] = 187237, + [SMALL_STATE(3639)] = 187280, + [SMALL_STATE(3640)] = 187323, + [SMALL_STATE(3641)] = 187366, + [SMALL_STATE(3642)] = 187409, + [SMALL_STATE(3643)] = 187452, + [SMALL_STATE(3644)] = 187494, + [SMALL_STATE(3645)] = 187536, + [SMALL_STATE(3646)] = 187580, + [SMALL_STATE(3647)] = 187624, + [SMALL_STATE(3648)] = 187668, + [SMALL_STATE(3649)] = 187712, + [SMALL_STATE(3650)] = 187756, + [SMALL_STATE(3651)] = 187800, + [SMALL_STATE(3652)] = 187844, + [SMALL_STATE(3653)] = 187888, + [SMALL_STATE(3654)] = 187932, + [SMALL_STATE(3655)] = 187976, + [SMALL_STATE(3656)] = 188020, + [SMALL_STATE(3657)] = 188062, + [SMALL_STATE(3658)] = 188104, + [SMALL_STATE(3659)] = 188146, + [SMALL_STATE(3660)] = 188188, + [SMALL_STATE(3661)] = 188232, + [SMALL_STATE(3662)] = 188280, + [SMALL_STATE(3663)] = 188322, + [SMALL_STATE(3664)] = 188366, + [SMALL_STATE(3665)] = 188408, + [SMALL_STATE(3666)] = 188450, + [SMALL_STATE(3667)] = 188494, + [SMALL_STATE(3668)] = 188520, + [SMALL_STATE(3669)] = 188562, + [SMALL_STATE(3670)] = 188604, + [SMALL_STATE(3671)] = 188646, + [SMALL_STATE(3672)] = 188688, + [SMALL_STATE(3673)] = 188730, + [SMALL_STATE(3674)] = 188772, + [SMALL_STATE(3675)] = 188814, + [SMALL_STATE(3676)] = 188856, + [SMALL_STATE(3677)] = 188898, + [SMALL_STATE(3678)] = 188942, + [SMALL_STATE(3679)] = 188984, + [SMALL_STATE(3680)] = 189026, + [SMALL_STATE(3681)] = 189068, + [SMALL_STATE(3682)] = 189110, + [SMALL_STATE(3683)] = 189152, + [SMALL_STATE(3684)] = 189194, + [SMALL_STATE(3685)] = 189236, + [SMALL_STATE(3686)] = 189278, + [SMALL_STATE(3687)] = 189320, + [SMALL_STATE(3688)] = 189362, + [SMALL_STATE(3689)] = 189404, + [SMALL_STATE(3690)] = 189446, + [SMALL_STATE(3691)] = 189488, + [SMALL_STATE(3692)] = 189530, + [SMALL_STATE(3693)] = 189572, + [SMALL_STATE(3694)] = 189614, + [SMALL_STATE(3695)] = 189656, + [SMALL_STATE(3696)] = 189698, + [SMALL_STATE(3697)] = 189742, + [SMALL_STATE(3698)] = 189787, + [SMALL_STATE(3699)] = 189832, + [SMALL_STATE(3700)] = 189875, + [SMALL_STATE(3701)] = 189918, + [SMALL_STATE(3702)] = 189961, + [SMALL_STATE(3703)] = 190006, + [SMALL_STATE(3704)] = 190051, + [SMALL_STATE(3705)] = 190096, + [SMALL_STATE(3706)] = 190137, + [SMALL_STATE(3707)] = 190178, + [SMALL_STATE(3708)] = 190223, + [SMALL_STATE(3709)] = 190264, + [SMALL_STATE(3710)] = 190305, + [SMALL_STATE(3711)] = 190346, + [SMALL_STATE(3712)] = 190387, + [SMALL_STATE(3713)] = 190426, + [SMALL_STATE(3714)] = 190467, + [SMALL_STATE(3715)] = 190512, + [SMALL_STATE(3716)] = 190553, + [SMALL_STATE(3717)] = 190594, + [SMALL_STATE(3718)] = 190635, + [SMALL_STATE(3719)] = 190676, + [SMALL_STATE(3720)] = 190717, + [SMALL_STATE(3721)] = 190758, + [SMALL_STATE(3722)] = 190799, + [SMALL_STATE(3723)] = 190844, + [SMALL_STATE(3724)] = 190889, + [SMALL_STATE(3725)] = 190932, + [SMALL_STATE(3726)] = 190975, + [SMALL_STATE(3727)] = 191018, + [SMALL_STATE(3728)] = 191060, + [SMALL_STATE(3729)] = 191106, + [SMALL_STATE(3730)] = 191136, + [SMALL_STATE(3731)] = 191182, + [SMALL_STATE(3732)] = 191228, + [SMALL_STATE(3733)] = 191270, + [SMALL_STATE(3734)] = 191316, + [SMALL_STATE(3735)] = 191362, + [SMALL_STATE(3736)] = 191400, + [SMALL_STATE(3737)] = 191428, + [SMALL_STATE(3738)] = 191470, + [SMALL_STATE(3739)] = 191508, + [SMALL_STATE(3740)] = 191554, + [SMALL_STATE(3741)] = 191582, + [SMALL_STATE(3742)] = 191624, + [SMALL_STATE(3743)] = 191666, + [SMALL_STATE(3744)] = 191704, + [SMALL_STATE(3745)] = 191732, + [SMALL_STATE(3746)] = 191770, + [SMALL_STATE(3747)] = 191800, + [SMALL_STATE(3748)] = 191844, + [SMALL_STATE(3749)] = 191884, + [SMALL_STATE(3750)] = 191922, + [SMALL_STATE(3751)] = 191968, + [SMALL_STATE(3752)] = 192014, + [SMALL_STATE(3753)] = 192060, + [SMALL_STATE(3754)] = 192106, + [SMALL_STATE(3755)] = 192146, + [SMALL_STATE(3756)] = 192176, + [SMALL_STATE(3757)] = 192214, + [SMALL_STATE(3758)] = 192260, + [SMALL_STATE(3759)] = 192306, + [SMALL_STATE(3760)] = 192336, + [SMALL_STATE(3761)] = 192374, + [SMALL_STATE(3762)] = 192412, + [SMALL_STATE(3763)] = 192442, + [SMALL_STATE(3764)] = 192488, + [SMALL_STATE(3765)] = 192530, + [SMALL_STATE(3766)] = 192558, + [SMALL_STATE(3767)] = 192596, + [SMALL_STATE(3768)] = 192634, + [SMALL_STATE(3769)] = 192672, + [SMALL_STATE(3770)] = 192718, + [SMALL_STATE(3771)] = 192756, + [SMALL_STATE(3772)] = 192786, + [SMALL_STATE(3773)] = 192816, + [SMALL_STATE(3774)] = 192854, + [SMALL_STATE(3775)] = 192893, + [SMALL_STATE(3776)] = 192928, + [SMALL_STATE(3777)] = 192967, + [SMALL_STATE(3778)] = 193006, + [SMALL_STATE(3779)] = 193045, + [SMALL_STATE(3780)] = 193084, + [SMALL_STATE(3781)] = 193123, + [SMALL_STATE(3782)] = 193162, + [SMALL_STATE(3783)] = 193185, + [SMALL_STATE(3784)] = 193208, + [SMALL_STATE(3785)] = 193233, + [SMALL_STATE(3786)] = 193270, + [SMALL_STATE(3787)] = 193295, + [SMALL_STATE(3788)] = 193334, + [SMALL_STATE(3789)] = 193357, + [SMALL_STATE(3790)] = 193396, + [SMALL_STATE(3791)] = 193419, + [SMALL_STATE(3792)] = 193454, + [SMALL_STATE(3793)] = 193493, + [SMALL_STATE(3794)] = 193532, + [SMALL_STATE(3795)] = 193571, + [SMALL_STATE(3796)] = 193606, + [SMALL_STATE(3797)] = 193643, + [SMALL_STATE(3798)] = 193682, + [SMALL_STATE(3799)] = 193719, + [SMALL_STATE(3800)] = 193758, + [SMALL_STATE(3801)] = 193795, + [SMALL_STATE(3802)] = 193820, + [SMALL_STATE(3803)] = 193845, + [SMALL_STATE(3804)] = 193880, + [SMALL_STATE(3805)] = 193915, + [SMALL_STATE(3806)] = 193950, + [SMALL_STATE(3807)] = 193975, + [SMALL_STATE(3808)] = 194014, + [SMALL_STATE(3809)] = 194051, + [SMALL_STATE(3810)] = 194084, + [SMALL_STATE(3811)] = 194123, + [SMALL_STATE(3812)] = 194162, + [SMALL_STATE(3813)] = 194199, + [SMALL_STATE(3814)] = 194238, + [SMALL_STATE(3815)] = 194277, + [SMALL_STATE(3816)] = 194316, + [SMALL_STATE(3817)] = 194353, + [SMALL_STATE(3818)] = 194388, + [SMALL_STATE(3819)] = 194425, + [SMALL_STATE(3820)] = 194462, + [SMALL_STATE(3821)] = 194501, + [SMALL_STATE(3822)] = 194538, + [SMALL_STATE(3823)] = 194575, + [SMALL_STATE(3824)] = 194612, + [SMALL_STATE(3825)] = 194651, + [SMALL_STATE(3826)] = 194690, + [SMALL_STATE(3827)] = 194729, + [SMALL_STATE(3828)] = 194756, + [SMALL_STATE(3829)] = 194795, + [SMALL_STATE(3830)] = 194834, + [SMALL_STATE(3831)] = 194857, + [SMALL_STATE(3832)] = 194896, + [SMALL_STATE(3833)] = 194923, + [SMALL_STATE(3834)] = 194958, + [SMALL_STATE(3835)] = 194991, + [SMALL_STATE(3836)] = 195030, + [SMALL_STATE(3837)] = 195069, + [SMALL_STATE(3838)] = 195108, + [SMALL_STATE(3839)] = 195147, + [SMALL_STATE(3840)] = 195182, + [SMALL_STATE(3841)] = 195221, + [SMALL_STATE(3842)] = 195260, + [SMALL_STATE(3843)] = 195299, + [SMALL_STATE(3844)] = 195324, + [SMALL_STATE(3845)] = 195359, + [SMALL_STATE(3846)] = 195386, + [SMALL_STATE(3847)] = 195413, + [SMALL_STATE(3848)] = 195440, + [SMALL_STATE(3849)] = 195479, + [SMALL_STATE(3850)] = 195518, + [SMALL_STATE(3851)] = 195557, + [SMALL_STATE(3852)] = 195596, + [SMALL_STATE(3853)] = 195635, + [SMALL_STATE(3854)] = 195674, + [SMALL_STATE(3855)] = 195713, + [SMALL_STATE(3856)] = 195752, + [SMALL_STATE(3857)] = 195791, + [SMALL_STATE(3858)] = 195830, + [SMALL_STATE(3859)] = 195855, + [SMALL_STATE(3860)] = 195894, + [SMALL_STATE(3861)] = 195919, + [SMALL_STATE(3862)] = 195941, + [SMALL_STATE(3863)] = 195977, + [SMALL_STATE(3864)] = 196013, + [SMALL_STATE(3865)] = 196049, + [SMALL_STATE(3866)] = 196087, + [SMALL_STATE(3867)] = 196109, + [SMALL_STATE(3868)] = 196145, + [SMALL_STATE(3869)] = 196167, + [SMALL_STATE(3870)] = 196189, + [SMALL_STATE(3871)] = 196225, + [SMALL_STATE(3872)] = 196247, + [SMALL_STATE(3873)] = 196269, + [SMALL_STATE(3874)] = 196291, + [SMALL_STATE(3875)] = 196319, + [SMALL_STATE(3876)] = 196341, + [SMALL_STATE(3877)] = 196363, + [SMALL_STATE(3878)] = 196385, + [SMALL_STATE(3879)] = 196407, + [SMALL_STATE(3880)] = 196439, + [SMALL_STATE(3881)] = 196461, + [SMALL_STATE(3882)] = 196497, + [SMALL_STATE(3883)] = 196521, + [SMALL_STATE(3884)] = 196545, + [SMALL_STATE(3885)] = 196567, + [SMALL_STATE(3886)] = 196595, + [SMALL_STATE(3887)] = 196619, + [SMALL_STATE(3888)] = 196641, + [SMALL_STATE(3889)] = 196663, + [SMALL_STATE(3890)] = 196699, + [SMALL_STATE(3891)] = 196727, + [SMALL_STATE(3892)] = 196751, + [SMALL_STATE(3893)] = 196773, + [SMALL_STATE(3894)] = 196805, + [SMALL_STATE(3895)] = 196827, + [SMALL_STATE(3896)] = 196849, + [SMALL_STATE(3897)] = 196871, + [SMALL_STATE(3898)] = 196893, + [SMALL_STATE(3899)] = 196917, + [SMALL_STATE(3900)] = 196953, + [SMALL_STATE(3901)] = 196977, + [SMALL_STATE(3902)] = 196999, + [SMALL_STATE(3903)] = 197020, + [SMALL_STATE(3904)] = 197041, + [SMALL_STATE(3905)] = 197074, + [SMALL_STATE(3906)] = 197095, + [SMALL_STATE(3907)] = 197116, + [SMALL_STATE(3908)] = 197137, + [SMALL_STATE(3909)] = 197158, + [SMALL_STATE(3910)] = 197179, + [SMALL_STATE(3911)] = 197212, + [SMALL_STATE(3912)] = 197247, + [SMALL_STATE(3913)] = 197280, + [SMALL_STATE(3914)] = 197301, + [SMALL_STATE(3915)] = 197322, + [SMALL_STATE(3916)] = 197343, + [SMALL_STATE(3917)] = 197364, + [SMALL_STATE(3918)] = 197397, + [SMALL_STATE(3919)] = 197418, + [SMALL_STATE(3920)] = 197451, + [SMALL_STATE(3921)] = 197472, + [SMALL_STATE(3922)] = 197493, + [SMALL_STATE(3923)] = 197526, + [SMALL_STATE(3924)] = 197561, + [SMALL_STATE(3925)] = 197582, + [SMALL_STATE(3926)] = 197615, + [SMALL_STATE(3927)] = 197636, + [SMALL_STATE(3928)] = 197669, + [SMALL_STATE(3929)] = 197702, + [SMALL_STATE(3930)] = 197735, + [SMALL_STATE(3931)] = 197768, + [SMALL_STATE(3932)] = 197801, + [SMALL_STATE(3933)] = 197834, + [SMALL_STATE(3934)] = 197867, + [SMALL_STATE(3935)] = 197900, + [SMALL_STATE(3936)] = 197933, + [SMALL_STATE(3937)] = 197966, + [SMALL_STATE(3938)] = 197999, + [SMALL_STATE(3939)] = 198032, + [SMALL_STATE(3940)] = 198065, + [SMALL_STATE(3941)] = 198098, + [SMALL_STATE(3942)] = 198131, + [SMALL_STATE(3943)] = 198164, + [SMALL_STATE(3944)] = 198197, + [SMALL_STATE(3945)] = 198230, + [SMALL_STATE(3946)] = 198263, + [SMALL_STATE(3947)] = 198296, + [SMALL_STATE(3948)] = 198317, + [SMALL_STATE(3949)] = 198350, + [SMALL_STATE(3950)] = 198383, + [SMALL_STATE(3951)] = 198416, + [SMALL_STATE(3952)] = 198449, + [SMALL_STATE(3953)] = 198482, + [SMALL_STATE(3954)] = 198515, + [SMALL_STATE(3955)] = 198548, + [SMALL_STATE(3956)] = 198581, + [SMALL_STATE(3957)] = 198614, + [SMALL_STATE(3958)] = 198647, + [SMALL_STATE(3959)] = 198680, + [SMALL_STATE(3960)] = 198713, + [SMALL_STATE(3961)] = 198746, + [SMALL_STATE(3962)] = 198779, + [SMALL_STATE(3963)] = 198800, + [SMALL_STATE(3964)] = 198821, + [SMALL_STATE(3965)] = 198854, + [SMALL_STATE(3966)] = 198887, + [SMALL_STATE(3967)] = 198908, + [SMALL_STATE(3968)] = 198929, + [SMALL_STATE(3969)] = 198950, + [SMALL_STATE(3970)] = 198971, + [SMALL_STATE(3971)] = 199004, + [SMALL_STATE(3972)] = 199025, + [SMALL_STATE(3973)] = 199046, + [SMALL_STATE(3974)] = 199067, + [SMALL_STATE(3975)] = 199088, + [SMALL_STATE(3976)] = 199121, + [SMALL_STATE(3977)] = 199154, + [SMALL_STATE(3978)] = 199175, + [SMALL_STATE(3979)] = 199196, + [SMALL_STATE(3980)] = 199217, + [SMALL_STATE(3981)] = 199250, + [SMALL_STATE(3982)] = 199271, + [SMALL_STATE(3983)] = 199292, + [SMALL_STATE(3984)] = 199313, + [SMALL_STATE(3985)] = 199334, + [SMALL_STATE(3986)] = 199369, + [SMALL_STATE(3987)] = 199402, + [SMALL_STATE(3988)] = 199423, + [SMALL_STATE(3989)] = 199456, + [SMALL_STATE(3990)] = 199477, + [SMALL_STATE(3991)] = 199512, + [SMALL_STATE(3992)] = 199545, + [SMALL_STATE(3993)] = 199578, + [SMALL_STATE(3994)] = 199611, + [SMALL_STATE(3995)] = 199644, + [SMALL_STATE(3996)] = 199677, + [SMALL_STATE(3997)] = 199710, + [SMALL_STATE(3998)] = 199743, + [SMALL_STATE(3999)] = 199776, + [SMALL_STATE(4000)] = 199809, + [SMALL_STATE(4001)] = 199842, + [SMALL_STATE(4002)] = 199875, + [SMALL_STATE(4003)] = 199908, + [SMALL_STATE(4004)] = 199941, + [SMALL_STATE(4005)] = 199974, + [SMALL_STATE(4006)] = 200007, + [SMALL_STATE(4007)] = 200028, + [SMALL_STATE(4008)] = 200061, + [SMALL_STATE(4009)] = 200094, + [SMALL_STATE(4010)] = 200115, + [SMALL_STATE(4011)] = 200150, + [SMALL_STATE(4012)] = 200183, + [SMALL_STATE(4013)] = 200216, + [SMALL_STATE(4014)] = 200249, + [SMALL_STATE(4015)] = 200282, + [SMALL_STATE(4016)] = 200315, + [SMALL_STATE(4017)] = 200336, + [SMALL_STATE(4018)] = 200357, + [SMALL_STATE(4019)] = 200392, + [SMALL_STATE(4020)] = 200413, + [SMALL_STATE(4021)] = 200432, + [SMALL_STATE(4022)] = 200465, + [SMALL_STATE(4023)] = 200498, + [SMALL_STATE(4024)] = 200525, + [SMALL_STATE(4025)] = 200546, + [SMALL_STATE(4026)] = 200579, + [SMALL_STATE(4027)] = 200614, + [SMALL_STATE(4028)] = 200633, + [SMALL_STATE(4029)] = 200652, + [SMALL_STATE(4030)] = 200673, + [SMALL_STATE(4031)] = 200706, + [SMALL_STATE(4032)] = 200727, + [SMALL_STATE(4033)] = 200762, + [SMALL_STATE(4034)] = 200783, + [SMALL_STATE(4035)] = 200816, + [SMALL_STATE(4036)] = 200849, + [SMALL_STATE(4037)] = 200870, + [SMALL_STATE(4038)] = 200891, + [SMALL_STATE(4039)] = 200924, + [SMALL_STATE(4040)] = 200957, + [SMALL_STATE(4041)] = 200978, + [SMALL_STATE(4042)] = 201005, + [SMALL_STATE(4043)] = 201040, + [SMALL_STATE(4044)] = 201061, + [SMALL_STATE(4045)] = 201082, + [SMALL_STATE(4046)] = 201103, + [SMALL_STATE(4047)] = 201122, + [SMALL_STATE(4048)] = 201143, + [SMALL_STATE(4049)] = 201164, + [SMALL_STATE(4050)] = 201197, + [SMALL_STATE(4051)] = 201224, + [SMALL_STATE(4052)] = 201245, + [SMALL_STATE(4053)] = 201278, + [SMALL_STATE(4054)] = 201311, + [SMALL_STATE(4055)] = 201344, + [SMALL_STATE(4056)] = 201377, + [SMALL_STATE(4057)] = 201396, + [SMALL_STATE(4058)] = 201422, + [SMALL_STATE(4059)] = 201448, + [SMALL_STATE(4060)] = 201474, + [SMALL_STATE(4061)] = 201500, + [SMALL_STATE(4062)] = 201526, + [SMALL_STATE(4063)] = 201552, + [SMALL_STATE(4064)] = 201578, + [SMALL_STATE(4065)] = 201604, + [SMALL_STATE(4066)] = 201630, + [SMALL_STATE(4067)] = 201656, + [SMALL_STATE(4068)] = 201678, + [SMALL_STATE(4069)] = 201704, + [SMALL_STATE(4070)] = 201736, + [SMALL_STATE(4071)] = 201758, + [SMALL_STATE(4072)] = 201790, + [SMALL_STATE(4073)] = 201816, + [SMALL_STATE(4074)] = 201840, + [SMALL_STATE(4075)] = 201866, + [SMALL_STATE(4076)] = 201898, + [SMALL_STATE(4077)] = 201920, + [SMALL_STATE(4078)] = 201946, + [SMALL_STATE(4079)] = 201972, + [SMALL_STATE(4080)] = 201996, + [SMALL_STATE(4081)] = 202022, + [SMALL_STATE(4082)] = 202046, + [SMALL_STATE(4083)] = 202064, + [SMALL_STATE(4084)] = 202090, + [SMALL_STATE(4085)] = 202108, + [SMALL_STATE(4086)] = 202134, + [SMALL_STATE(4087)] = 202164, + [SMALL_STATE(4088)] = 202190, + [SMALL_STATE(4089)] = 202216, + [SMALL_STATE(4090)] = 202242, + [SMALL_STATE(4091)] = 202268, + [SMALL_STATE(4092)] = 202294, + [SMALL_STATE(4093)] = 202320, + [SMALL_STATE(4094)] = 202352, + [SMALL_STATE(4095)] = 202376, + [SMALL_STATE(4096)] = 202402, + [SMALL_STATE(4097)] = 202428, + [SMALL_STATE(4098)] = 202454, + [SMALL_STATE(4099)] = 202480, + [SMALL_STATE(4100)] = 202506, + [SMALL_STATE(4101)] = 202532, + [SMALL_STATE(4102)] = 202554, + [SMALL_STATE(4103)] = 202580, + [SMALL_STATE(4104)] = 202606, + [SMALL_STATE(4105)] = 202632, + [SMALL_STATE(4106)] = 202658, + [SMALL_STATE(4107)] = 202684, + [SMALL_STATE(4108)] = 202716, + [SMALL_STATE(4109)] = 202742, + [SMALL_STATE(4110)] = 202768, + [SMALL_STATE(4111)] = 202794, + [SMALL_STATE(4112)] = 202826, + [SMALL_STATE(4113)] = 202852, + [SMALL_STATE(4114)] = 202877, + [SMALL_STATE(4115)] = 202906, + [SMALL_STATE(4116)] = 202931, + [SMALL_STATE(4117)] = 202956, + [SMALL_STATE(4118)] = 202981, + [SMALL_STATE(4119)] = 203006, + [SMALL_STATE(4120)] = 203029, + [SMALL_STATE(4121)] = 203054, + [SMALL_STATE(4122)] = 203079, + [SMALL_STATE(4123)] = 203104, + [SMALL_STATE(4124)] = 203129, + [SMALL_STATE(4125)] = 203154, + [SMALL_STATE(4126)] = 203179, + [SMALL_STATE(4127)] = 203204, + [SMALL_STATE(4128)] = 203229, + [SMALL_STATE(4129)] = 203248, + [SMALL_STATE(4130)] = 203273, + [SMALL_STATE(4131)] = 203298, + [SMALL_STATE(4132)] = 203323, + [SMALL_STATE(4133)] = 203342, + [SMALL_STATE(4134)] = 203367, + [SMALL_STATE(4135)] = 203396, + [SMALL_STATE(4136)] = 203421, + [SMALL_STATE(4137)] = 203442, + [SMALL_STATE(4138)] = 203467, + [SMALL_STATE(4139)] = 203492, + [SMALL_STATE(4140)] = 203511, + [SMALL_STATE(4141)] = 203536, + [SMALL_STATE(4142)] = 203561, + [SMALL_STATE(4143)] = 203586, + [SMALL_STATE(4144)] = 203611, + [SMALL_STATE(4145)] = 203636, + [SMALL_STATE(4146)] = 203657, + [SMALL_STATE(4147)] = 203684, + [SMALL_STATE(4148)] = 203709, + [SMALL_STATE(4149)] = 203738, + [SMALL_STATE(4150)] = 203759, + [SMALL_STATE(4151)] = 203784, + [SMALL_STATE(4152)] = 203813, + [SMALL_STATE(4153)] = 203838, + [SMALL_STATE(4154)] = 203863, + [SMALL_STATE(4155)] = 203886, + [SMALL_STATE(4156)] = 203907, + [SMALL_STATE(4157)] = 203932, + [SMALL_STATE(4158)] = 203957, + [SMALL_STATE(4159)] = 203980, + [SMALL_STATE(4160)] = 204005, + [SMALL_STATE(4161)] = 204030, + [SMALL_STATE(4162)] = 204059, + [SMALL_STATE(4163)] = 204082, + [SMALL_STATE(4164)] = 204101, + [SMALL_STATE(4165)] = 204124, + [SMALL_STATE(4166)] = 204153, + [SMALL_STATE(4167)] = 204176, + [SMALL_STATE(4168)] = 204201, + [SMALL_STATE(4169)] = 204230, + [SMALL_STATE(4170)] = 204261, + [SMALL_STATE(4171)] = 204284, + [SMALL_STATE(4172)] = 204315, + [SMALL_STATE(4173)] = 204344, + [SMALL_STATE(4174)] = 204367, + [SMALL_STATE(4175)] = 204392, + [SMALL_STATE(4176)] = 204415, + [SMALL_STATE(4177)] = 204446, + [SMALL_STATE(4178)] = 204475, + [SMALL_STATE(4179)] = 204498, + [SMALL_STATE(4180)] = 204519, + [SMALL_STATE(4181)] = 204538, + [SMALL_STATE(4182)] = 204563, + [SMALL_STATE(4183)] = 204586, + [SMALL_STATE(4184)] = 204615, + [SMALL_STATE(4185)] = 204640, + [SMALL_STATE(4186)] = 204665, + [SMALL_STATE(4187)] = 204684, + [SMALL_STATE(4188)] = 204703, + [SMALL_STATE(4189)] = 204728, + [SMALL_STATE(4190)] = 204747, + [SMALL_STATE(4191)] = 204766, + [SMALL_STATE(4192)] = 204787, + [SMALL_STATE(4193)] = 204810, + [SMALL_STATE(4194)] = 204829, + [SMALL_STATE(4195)] = 204850, + [SMALL_STATE(4196)] = 204875, + [SMALL_STATE(4197)] = 204898, + [SMALL_STATE(4198)] = 204923, + [SMALL_STATE(4199)] = 204948, + [SMALL_STATE(4200)] = 204967, + [SMALL_STATE(4201)] = 204990, + [SMALL_STATE(4202)] = 205011, + [SMALL_STATE(4203)] = 205036, + [SMALL_STATE(4204)] = 205055, + [SMALL_STATE(4205)] = 205083, + [SMALL_STATE(4206)] = 205109, + [SMALL_STATE(4207)] = 205135, + [SMALL_STATE(4208)] = 205161, + [SMALL_STATE(4209)] = 205181, + [SMALL_STATE(4210)] = 205207, + [SMALL_STATE(4211)] = 205233, + [SMALL_STATE(4212)] = 205253, + [SMALL_STATE(4213)] = 205273, + [SMALL_STATE(4214)] = 205295, + [SMALL_STATE(4215)] = 205321, + [SMALL_STATE(4216)] = 205343, + [SMALL_STATE(4217)] = 205365, + [SMALL_STATE(4218)] = 205385, + [SMALL_STATE(4219)] = 205413, + [SMALL_STATE(4220)] = 205435, + [SMALL_STATE(4221)] = 205461, + [SMALL_STATE(4222)] = 205487, + [SMALL_STATE(4223)] = 205513, + [SMALL_STATE(4224)] = 205531, + [SMALL_STATE(4225)] = 205551, + [SMALL_STATE(4226)] = 205573, + [SMALL_STATE(4227)] = 205599, + [SMALL_STATE(4228)] = 205623, + [SMALL_STATE(4229)] = 205651, + [SMALL_STATE(4230)] = 205679, + [SMALL_STATE(4231)] = 205699, + [SMALL_STATE(4232)] = 205717, + [SMALL_STATE(4233)] = 205745, + [SMALL_STATE(4234)] = 205773, + [SMALL_STATE(4235)] = 205791, + [SMALL_STATE(4236)] = 205815, + [SMALL_STATE(4237)] = 205843, + [SMALL_STATE(4238)] = 205869, + [SMALL_STATE(4239)] = 205889, + [SMALL_STATE(4240)] = 205913, + [SMALL_STATE(4241)] = 205933, + [SMALL_STATE(4242)] = 205953, + [SMALL_STATE(4243)] = 205973, + [SMALL_STATE(4244)] = 205999, + [SMALL_STATE(4245)] = 206025, + [SMALL_STATE(4246)] = 206051, + [SMALL_STATE(4247)] = 206077, + [SMALL_STATE(4248)] = 206099, + [SMALL_STATE(4249)] = 206119, + [SMALL_STATE(4250)] = 206137, + [SMALL_STATE(4251)] = 206163, + [SMALL_STATE(4252)] = 206181, + [SMALL_STATE(4253)] = 206201, + [SMALL_STATE(4254)] = 206223, + [SMALL_STATE(4255)] = 206243, + [SMALL_STATE(4256)] = 206271, + [SMALL_STATE(4257)] = 206297, + [SMALL_STATE(4258)] = 206323, + [SMALL_STATE(4259)] = 206345, + [SMALL_STATE(4260)] = 206363, + [SMALL_STATE(4261)] = 206391, + [SMALL_STATE(4262)] = 206409, + [SMALL_STATE(4263)] = 206435, + [SMALL_STATE(4264)] = 206461, + [SMALL_STATE(4265)] = 206489, + [SMALL_STATE(4266)] = 206517, + [SMALL_STATE(4267)] = 206535, + [SMALL_STATE(4268)] = 206555, + [SMALL_STATE(4269)] = 206577, + [SMALL_STATE(4270)] = 206597, + [SMALL_STATE(4271)] = 206623, + [SMALL_STATE(4272)] = 206641, + [SMALL_STATE(4273)] = 206663, + [SMALL_STATE(4274)] = 206683, + [SMALL_STATE(4275)] = 206701, + [SMALL_STATE(4276)] = 206727, + [SMALL_STATE(4277)] = 206745, + [SMALL_STATE(4278)] = 206767, + [SMALL_STATE(4279)] = 206787, + [SMALL_STATE(4280)] = 206807, + [SMALL_STATE(4281)] = 206833, + [SMALL_STATE(4282)] = 206855, + [SMALL_STATE(4283)] = 206875, + [SMALL_STATE(4284)] = 206903, + [SMALL_STATE(4285)] = 206931, + [SMALL_STATE(4286)] = 206957, + [SMALL_STATE(4287)] = 206979, + [SMALL_STATE(4288)] = 207007, + [SMALL_STATE(4289)] = 207023, + [SMALL_STATE(4290)] = 207047, + [SMALL_STATE(4291)] = 207065, + [SMALL_STATE(4292)] = 207091, + [SMALL_STATE(4293)] = 207117, + [SMALL_STATE(4294)] = 207141, + [SMALL_STATE(4295)] = 207167, + [SMALL_STATE(4296)] = 207193, + [SMALL_STATE(4297)] = 207219, + [SMALL_STATE(4298)] = 207245, + [SMALL_STATE(4299)] = 207273, + [SMALL_STATE(4300)] = 207299, + [SMALL_STATE(4301)] = 207323, + [SMALL_STATE(4302)] = 207349, + [SMALL_STATE(4303)] = 207373, + [SMALL_STATE(4304)] = 207399, + [SMALL_STATE(4305)] = 207419, + [SMALL_STATE(4306)] = 207445, + [SMALL_STATE(4307)] = 207471, + [SMALL_STATE(4308)] = 207497, + [SMALL_STATE(4309)] = 207519, + [SMALL_STATE(4310)] = 207541, + [SMALL_STATE(4311)] = 207566, + [SMALL_STATE(4312)] = 207589, + [SMALL_STATE(4313)] = 207612, + [SMALL_STATE(4314)] = 207637, + [SMALL_STATE(4315)] = 207658, + [SMALL_STATE(4316)] = 207677, + [SMALL_STATE(4317)] = 207700, + [SMALL_STATE(4318)] = 207723, + [SMALL_STATE(4319)] = 207748, + [SMALL_STATE(4320)] = 207771, + [SMALL_STATE(4321)] = 207790, + [SMALL_STATE(4322)] = 207813, + [SMALL_STATE(4323)] = 207838, + [SMALL_STATE(4324)] = 207861, + [SMALL_STATE(4325)] = 207886, + [SMALL_STATE(4326)] = 207909, + [SMALL_STATE(4327)] = 207934, + [SMALL_STATE(4328)] = 207959, + [SMALL_STATE(4329)] = 207980, + [SMALL_STATE(4330)] = 207999, + [SMALL_STATE(4331)] = 208020, + [SMALL_STATE(4332)] = 208045, + [SMALL_STATE(4333)] = 208068, + [SMALL_STATE(4334)] = 208091, + [SMALL_STATE(4335)] = 208114, + [SMALL_STATE(4336)] = 208137, + [SMALL_STATE(4337)] = 208160, + [SMALL_STATE(4338)] = 208181, + [SMALL_STATE(4339)] = 208204, + [SMALL_STATE(4340)] = 208221, + [SMALL_STATE(4341)] = 208238, + [SMALL_STATE(4342)] = 208259, + [SMALL_STATE(4343)] = 208282, + [SMALL_STATE(4344)] = 208301, + [SMALL_STATE(4345)] = 208318, + [SMALL_STATE(4346)] = 208339, + [SMALL_STATE(4347)] = 208358, + [SMALL_STATE(4348)] = 208381, + [SMALL_STATE(4349)] = 208404, + [SMALL_STATE(4350)] = 208423, + [SMALL_STATE(4351)] = 208442, + [SMALL_STATE(4352)] = 208459, + [SMALL_STATE(4353)] = 208478, + [SMALL_STATE(4354)] = 208495, + [SMALL_STATE(4355)] = 208514, + [SMALL_STATE(4356)] = 208531, + [SMALL_STATE(4357)] = 208548, + [SMALL_STATE(4358)] = 208567, + [SMALL_STATE(4359)] = 208584, + [SMALL_STATE(4360)] = 208607, + [SMALL_STATE(4361)] = 208630, + [SMALL_STATE(4362)] = 208647, + [SMALL_STATE(4363)] = 208666, + [SMALL_STATE(4364)] = 208683, + [SMALL_STATE(4365)] = 208706, + [SMALL_STATE(4366)] = 208729, + [SMALL_STATE(4367)] = 208748, + [SMALL_STATE(4368)] = 208765, + [SMALL_STATE(4369)] = 208788, + [SMALL_STATE(4370)] = 208805, + [SMALL_STATE(4371)] = 208822, + [SMALL_STATE(4372)] = 208845, + [SMALL_STATE(4373)] = 208868, + [SMALL_STATE(4374)] = 208891, + [SMALL_STATE(4375)] = 208916, + [SMALL_STATE(4376)] = 208933, + [SMALL_STATE(4377)] = 208956, + [SMALL_STATE(4378)] = 208971, + [SMALL_STATE(4379)] = 208986, + [SMALL_STATE(4380)] = 209011, + [SMALL_STATE(4381)] = 209034, + [SMALL_STATE(4382)] = 209057, + [SMALL_STATE(4383)] = 209076, + [SMALL_STATE(4384)] = 209097, + [SMALL_STATE(4385)] = 209120, + [SMALL_STATE(4386)] = 209143, + [SMALL_STATE(4387)] = 209166, + [SMALL_STATE(4388)] = 209189, + [SMALL_STATE(4389)] = 209212, + [SMALL_STATE(4390)] = 209235, + [SMALL_STATE(4391)] = 209258, + [SMALL_STATE(4392)] = 209277, + [SMALL_STATE(4393)] = 209298, + [SMALL_STATE(4394)] = 209321, + [SMALL_STATE(4395)] = 209346, + [SMALL_STATE(4396)] = 209369, + [SMALL_STATE(4397)] = 209386, + [SMALL_STATE(4398)] = 209403, + [SMALL_STATE(4399)] = 209428, + [SMALL_STATE(4400)] = 209451, + [SMALL_STATE(4401)] = 209468, + [SMALL_STATE(4402)] = 209493, + [SMALL_STATE(4403)] = 209516, + [SMALL_STATE(4404)] = 209539, + [SMALL_STATE(4405)] = 209556, + [SMALL_STATE(4406)] = 209573, + [SMALL_STATE(4407)] = 209592, + [SMALL_STATE(4408)] = 209613, + [SMALL_STATE(4409)] = 209630, + [SMALL_STATE(4410)] = 209649, + [SMALL_STATE(4411)] = 209666, + [SMALL_STATE(4412)] = 209687, + [SMALL_STATE(4413)] = 209704, + [SMALL_STATE(4414)] = 209721, + [SMALL_STATE(4415)] = 209738, + [SMALL_STATE(4416)] = 209755, + [SMALL_STATE(4417)] = 209772, + [SMALL_STATE(4418)] = 209795, + [SMALL_STATE(4419)] = 209812, + [SMALL_STATE(4420)] = 209827, + [SMALL_STATE(4421)] = 209842, + [SMALL_STATE(4422)] = 209861, + [SMALL_STATE(4423)] = 209878, + [SMALL_STATE(4424)] = 209895, + [SMALL_STATE(4425)] = 209912, + [SMALL_STATE(4426)] = 209935, + [SMALL_STATE(4427)] = 209950, + [SMALL_STATE(4428)] = 209973, + [SMALL_STATE(4429)] = 209996, + [SMALL_STATE(4430)] = 210019, + [SMALL_STATE(4431)] = 210036, + [SMALL_STATE(4432)] = 210059, + [SMALL_STATE(4433)] = 210076, + [SMALL_STATE(4434)] = 210101, + [SMALL_STATE(4435)] = 210126, + [SMALL_STATE(4436)] = 210149, + [SMALL_STATE(4437)] = 210166, + [SMALL_STATE(4438)] = 210185, + [SMALL_STATE(4439)] = 210202, + [SMALL_STATE(4440)] = 210219, + [SMALL_STATE(4441)] = 210244, + [SMALL_STATE(4442)] = 210263, + [SMALL_STATE(4443)] = 210286, + [SMALL_STATE(4444)] = 210303, + [SMALL_STATE(4445)] = 210326, + [SMALL_STATE(4446)] = 210343, + [SMALL_STATE(4447)] = 210364, + [SMALL_STATE(4448)] = 210381, + [SMALL_STATE(4449)] = 210404, + [SMALL_STATE(4450)] = 210421, + [SMALL_STATE(4451)] = 210438, + [SMALL_STATE(4452)] = 210461, + [SMALL_STATE(4453)] = 210478, + [SMALL_STATE(4454)] = 210495, + [SMALL_STATE(4455)] = 210512, + [SMALL_STATE(4456)] = 210531, + [SMALL_STATE(4457)] = 210546, + [SMALL_STATE(4458)] = 210571, + [SMALL_STATE(4459)] = 210592, + [SMALL_STATE(4460)] = 210607, + [SMALL_STATE(4461)] = 210632, + [SMALL_STATE(4462)] = 210649, + [SMALL_STATE(4463)] = 210670, + [SMALL_STATE(4464)] = 210687, + [SMALL_STATE(4465)] = 210704, + [SMALL_STATE(4466)] = 210721, + [SMALL_STATE(4467)] = 210742, + [SMALL_STATE(4468)] = 210757, + [SMALL_STATE(4469)] = 210774, + [SMALL_STATE(4470)] = 210795, + [SMALL_STATE(4471)] = 210812, + [SMALL_STATE(4472)] = 210833, + [SMALL_STATE(4473)] = 210850, + [SMALL_STATE(4474)] = 210875, + [SMALL_STATE(4475)] = 210894, + [SMALL_STATE(4476)] = 210911, + [SMALL_STATE(4477)] = 210928, + [SMALL_STATE(4478)] = 210945, + [SMALL_STATE(4479)] = 210962, + [SMALL_STATE(4480)] = 210979, + [SMALL_STATE(4481)] = 210996, + [SMALL_STATE(4482)] = 211013, + [SMALL_STATE(4483)] = 211030, + [SMALL_STATE(4484)] = 211047, + [SMALL_STATE(4485)] = 211064, + [SMALL_STATE(4486)] = 211081, + [SMALL_STATE(4487)] = 211098, + [SMALL_STATE(4488)] = 211115, + [SMALL_STATE(4489)] = 211138, + [SMALL_STATE(4490)] = 211155, + [SMALL_STATE(4491)] = 211172, + [SMALL_STATE(4492)] = 211193, + [SMALL_STATE(4493)] = 211210, + [SMALL_STATE(4494)] = 211226, + [SMALL_STATE(4495)] = 211248, + [SMALL_STATE(4496)] = 211268, + [SMALL_STATE(4497)] = 211286, + [SMALL_STATE(4498)] = 211300, + [SMALL_STATE(4499)] = 211314, + [SMALL_STATE(4500)] = 211328, + [SMALL_STATE(4501)] = 211348, + [SMALL_STATE(4502)] = 211366, + [SMALL_STATE(4503)] = 211380, + [SMALL_STATE(4504)] = 211394, + [SMALL_STATE(4505)] = 211410, + [SMALL_STATE(4506)] = 211430, + [SMALL_STATE(4507)] = 211452, + [SMALL_STATE(4508)] = 211474, + [SMALL_STATE(4509)] = 211488, + [SMALL_STATE(4510)] = 211504, + [SMALL_STATE(4511)] = 211518, + [SMALL_STATE(4512)] = 211532, + [SMALL_STATE(4513)] = 211546, + [SMALL_STATE(4514)] = 211560, + [SMALL_STATE(4515)] = 211580, + [SMALL_STATE(4516)] = 211600, + [SMALL_STATE(4517)] = 211616, + [SMALL_STATE(4518)] = 211638, + [SMALL_STATE(4519)] = 211654, + [SMALL_STATE(4520)] = 211674, + [SMALL_STATE(4521)] = 211690, + [SMALL_STATE(4522)] = 211706, + [SMALL_STATE(4523)] = 211724, + [SMALL_STATE(4524)] = 211740, + [SMALL_STATE(4525)] = 211762, + [SMALL_STATE(4526)] = 211784, + [SMALL_STATE(4527)] = 211800, + [SMALL_STATE(4528)] = 211818, + [SMALL_STATE(4529)] = 211834, + [SMALL_STATE(4530)] = 211850, + [SMALL_STATE(4531)] = 211872, + [SMALL_STATE(4532)] = 211888, + [SMALL_STATE(4533)] = 211904, + [SMALL_STATE(4534)] = 211920, + [SMALL_STATE(4535)] = 211936, + [SMALL_STATE(4536)] = 211956, + [SMALL_STATE(4537)] = 211972, + [SMALL_STATE(4538)] = 211988, + [SMALL_STATE(4539)] = 212004, + [SMALL_STATE(4540)] = 212020, + [SMALL_STATE(4541)] = 212040, + [SMALL_STATE(4542)] = 212060, + [SMALL_STATE(4543)] = 212078, + [SMALL_STATE(4544)] = 212098, + [SMALL_STATE(4545)] = 212114, + [SMALL_STATE(4546)] = 212136, + [SMALL_STATE(4547)] = 212152, + [SMALL_STATE(4548)] = 212172, + [SMALL_STATE(4549)] = 212188, + [SMALL_STATE(4550)] = 212206, + [SMALL_STATE(4551)] = 212222, + [SMALL_STATE(4552)] = 212244, + [SMALL_STATE(4553)] = 212262, + [SMALL_STATE(4554)] = 212282, + [SMALL_STATE(4555)] = 212296, + [SMALL_STATE(4556)] = 212318, + [SMALL_STATE(4557)] = 212334, + [SMALL_STATE(4558)] = 212350, + [SMALL_STATE(4559)] = 212370, + [SMALL_STATE(4560)] = 212390, + [SMALL_STATE(4561)] = 212412, + [SMALL_STATE(4562)] = 212432, + [SMALL_STATE(4563)] = 212448, + [SMALL_STATE(4564)] = 212464, + [SMALL_STATE(4565)] = 212484, + [SMALL_STATE(4566)] = 212500, + [SMALL_STATE(4567)] = 212520, + [SMALL_STATE(4568)] = 212540, + [SMALL_STATE(4569)] = 212560, + [SMALL_STATE(4570)] = 212576, + [SMALL_STATE(4571)] = 212590, + [SMALL_STATE(4572)] = 212610, + [SMALL_STATE(4573)] = 212630, + [SMALL_STATE(4574)] = 212650, + [SMALL_STATE(4575)] = 212666, + [SMALL_STATE(4576)] = 212686, + [SMALL_STATE(4577)] = 212700, + [SMALL_STATE(4578)] = 212720, + [SMALL_STATE(4579)] = 212740, + [SMALL_STATE(4580)] = 212756, + [SMALL_STATE(4581)] = 212774, + [SMALL_STATE(4582)] = 212790, + [SMALL_STATE(4583)] = 212810, + [SMALL_STATE(4584)] = 212832, + [SMALL_STATE(4585)] = 212848, + [SMALL_STATE(4586)] = 212868, + [SMALL_STATE(4587)] = 212884, + [SMALL_STATE(4588)] = 212906, + [SMALL_STATE(4589)] = 212922, + [SMALL_STATE(4590)] = 212942, + [SMALL_STATE(4591)] = 212958, + [SMALL_STATE(4592)] = 212974, + [SMALL_STATE(4593)] = 212996, + [SMALL_STATE(4594)] = 213012, + [SMALL_STATE(4595)] = 213028, + [SMALL_STATE(4596)] = 213048, + [SMALL_STATE(4597)] = 213068, + [SMALL_STATE(4598)] = 213084, + [SMALL_STATE(4599)] = 213100, + [SMALL_STATE(4600)] = 213116, + [SMALL_STATE(4601)] = 213132, + [SMALL_STATE(4602)] = 213148, + [SMALL_STATE(4603)] = 213164, + [SMALL_STATE(4604)] = 213180, + [SMALL_STATE(4605)] = 213200, + [SMALL_STATE(4606)] = 213216, + [SMALL_STATE(4607)] = 213232, + [SMALL_STATE(4608)] = 213248, + [SMALL_STATE(4609)] = 213268, + [SMALL_STATE(4610)] = 213290, + [SMALL_STATE(4611)] = 213306, + [SMALL_STATE(4612)] = 213328, + [SMALL_STATE(4613)] = 213344, + [SMALL_STATE(4614)] = 213364, + [SMALL_STATE(4615)] = 213380, + [SMALL_STATE(4616)] = 213402, + [SMALL_STATE(4617)] = 213418, + [SMALL_STATE(4618)] = 213434, + [SMALL_STATE(4619)] = 213452, + [SMALL_STATE(4620)] = 213468, + [SMALL_STATE(4621)] = 213484, + [SMALL_STATE(4622)] = 213500, + [SMALL_STATE(4623)] = 213520, + [SMALL_STATE(4624)] = 213536, + [SMALL_STATE(4625)] = 213558, + [SMALL_STATE(4626)] = 213574, + [SMALL_STATE(4627)] = 213590, + [SMALL_STATE(4628)] = 213606, + [SMALL_STATE(4629)] = 213622, + [SMALL_STATE(4630)] = 213638, + [SMALL_STATE(4631)] = 213658, + [SMALL_STATE(4632)] = 213678, + [SMALL_STATE(4633)] = 213694, + [SMALL_STATE(4634)] = 213712, + [SMALL_STATE(4635)] = 213728, + [SMALL_STATE(4636)] = 213744, + [SMALL_STATE(4637)] = 213760, + [SMALL_STATE(4638)] = 213776, + [SMALL_STATE(4639)] = 213792, + [SMALL_STATE(4640)] = 213808, + [SMALL_STATE(4641)] = 213822, + [SMALL_STATE(4642)] = 213836, + [SMALL_STATE(4643)] = 213850, + [SMALL_STATE(4644)] = 213870, + [SMALL_STATE(4645)] = 213884, + [SMALL_STATE(4646)] = 213900, + [SMALL_STATE(4647)] = 213922, + [SMALL_STATE(4648)] = 213938, + [SMALL_STATE(4649)] = 213956, + [SMALL_STATE(4650)] = 213978, + [SMALL_STATE(4651)] = 214000, + [SMALL_STATE(4652)] = 214016, + [SMALL_STATE(4653)] = 214032, + [SMALL_STATE(4654)] = 214052, + [SMALL_STATE(4655)] = 214074, + [SMALL_STATE(4656)] = 214090, + [SMALL_STATE(4657)] = 214106, + [SMALL_STATE(4658)] = 214128, + [SMALL_STATE(4659)] = 214142, + [SMALL_STATE(4660)] = 214158, + [SMALL_STATE(4661)] = 214172, + [SMALL_STATE(4662)] = 214192, + [SMALL_STATE(4663)] = 214206, + [SMALL_STATE(4664)] = 214226, + [SMALL_STATE(4665)] = 214242, + [SMALL_STATE(4666)] = 214258, + [SMALL_STATE(4667)] = 214276, + [SMALL_STATE(4668)] = 214292, + [SMALL_STATE(4669)] = 214306, + [SMALL_STATE(4670)] = 214320, + [SMALL_STATE(4671)] = 214338, + [SMALL_STATE(4672)] = 214354, + [SMALL_STATE(4673)] = 214370, + [SMALL_STATE(4674)] = 214386, + [SMALL_STATE(4675)] = 214402, + [SMALL_STATE(4676)] = 214418, + [SMALL_STATE(4677)] = 214432, + [SMALL_STATE(4678)] = 214446, + [SMALL_STATE(4679)] = 214462, + [SMALL_STATE(4680)] = 214478, + [SMALL_STATE(4681)] = 214492, + [SMALL_STATE(4682)] = 214510, + [SMALL_STATE(4683)] = 214524, + [SMALL_STATE(4684)] = 214540, + [SMALL_STATE(4685)] = 214554, + [SMALL_STATE(4686)] = 214570, + [SMALL_STATE(4687)] = 214584, + [SMALL_STATE(4688)] = 214598, + [SMALL_STATE(4689)] = 214612, + [SMALL_STATE(4690)] = 214626, + [SMALL_STATE(4691)] = 214640, + [SMALL_STATE(4692)] = 214660, + [SMALL_STATE(4693)] = 214676, + [SMALL_STATE(4694)] = 214698, + [SMALL_STATE(4695)] = 214714, + [SMALL_STATE(4696)] = 214734, + [SMALL_STATE(4697)] = 214748, + [SMALL_STATE(4698)] = 214764, + [SMALL_STATE(4699)] = 214780, + [SMALL_STATE(4700)] = 214796, + [SMALL_STATE(4701)] = 214812, + [SMALL_STATE(4702)] = 214828, + [SMALL_STATE(4703)] = 214850, + [SMALL_STATE(4704)] = 214866, + [SMALL_STATE(4705)] = 214882, + [SMALL_STATE(4706)] = 214898, + [SMALL_STATE(4707)] = 214914, + [SMALL_STATE(4708)] = 214934, + [SMALL_STATE(4709)] = 214950, + [SMALL_STATE(4710)] = 214964, + [SMALL_STATE(4711)] = 214980, + [SMALL_STATE(4712)] = 214996, + [SMALL_STATE(4713)] = 215010, + [SMALL_STATE(4714)] = 215032, + [SMALL_STATE(4715)] = 215048, + [SMALL_STATE(4716)] = 215070, + [SMALL_STATE(4717)] = 215086, + [SMALL_STATE(4718)] = 215102, + [SMALL_STATE(4719)] = 215118, + [SMALL_STATE(4720)] = 215134, + [SMALL_STATE(4721)] = 215150, + [SMALL_STATE(4722)] = 215166, + [SMALL_STATE(4723)] = 215182, + [SMALL_STATE(4724)] = 215198, + [SMALL_STATE(4725)] = 215214, + [SMALL_STATE(4726)] = 215236, + [SMALL_STATE(4727)] = 215256, + [SMALL_STATE(4728)] = 215272, + [SMALL_STATE(4729)] = 215288, + [SMALL_STATE(4730)] = 215304, + [SMALL_STATE(4731)] = 215324, + [SMALL_STATE(4732)] = 215340, + [SMALL_STATE(4733)] = 215356, + [SMALL_STATE(4734)] = 215372, + [SMALL_STATE(4735)] = 215388, + [SMALL_STATE(4736)] = 215402, + [SMALL_STATE(4737)] = 215422, + [SMALL_STATE(4738)] = 215438, + [SMALL_STATE(4739)] = 215454, + [SMALL_STATE(4740)] = 215474, + [SMALL_STATE(4741)] = 215488, + [SMALL_STATE(4742)] = 215508, + [SMALL_STATE(4743)] = 215524, + [SMALL_STATE(4744)] = 215546, + [SMALL_STATE(4745)] = 215562, + [SMALL_STATE(4746)] = 215580, + [SMALL_STATE(4747)] = 215600, + [SMALL_STATE(4748)] = 215620, + [SMALL_STATE(4749)] = 215634, + [SMALL_STATE(4750)] = 215650, + [SMALL_STATE(4751)] = 215666, + [SMALL_STATE(4752)] = 215688, + [SMALL_STATE(4753)] = 215704, + [SMALL_STATE(4754)] = 215720, + [SMALL_STATE(4755)] = 215740, + [SMALL_STATE(4756)] = 215756, + [SMALL_STATE(4757)] = 215778, + [SMALL_STATE(4758)] = 215794, + [SMALL_STATE(4759)] = 215810, + [SMALL_STATE(4760)] = 215826, + [SMALL_STATE(4761)] = 215842, + [SMALL_STATE(4762)] = 215858, + [SMALL_STATE(4763)] = 215878, + [SMALL_STATE(4764)] = 215894, + [SMALL_STATE(4765)] = 215910, + [SMALL_STATE(4766)] = 215930, + [SMALL_STATE(4767)] = 215946, + [SMALL_STATE(4768)] = 215962, + [SMALL_STATE(4769)] = 215978, + [SMALL_STATE(4770)] = 215998, + [SMALL_STATE(4771)] = 216014, + [SMALL_STATE(4772)] = 216036, + [SMALL_STATE(4773)] = 216052, + [SMALL_STATE(4774)] = 216068, + [SMALL_STATE(4775)] = 216084, + [SMALL_STATE(4776)] = 216100, + [SMALL_STATE(4777)] = 216122, + [SMALL_STATE(4778)] = 216142, + [SMALL_STATE(4779)] = 216158, + [SMALL_STATE(4780)] = 216174, + [SMALL_STATE(4781)] = 216190, + [SMALL_STATE(4782)] = 216210, + [SMALL_STATE(4783)] = 216226, + [SMALL_STATE(4784)] = 216242, + [SMALL_STATE(4785)] = 216258, + [SMALL_STATE(4786)] = 216274, + [SMALL_STATE(4787)] = 216290, + [SMALL_STATE(4788)] = 216310, + [SMALL_STATE(4789)] = 216326, + [SMALL_STATE(4790)] = 216342, + [SMALL_STATE(4791)] = 216362, + [SMALL_STATE(4792)] = 216378, + [SMALL_STATE(4793)] = 216394, + [SMALL_STATE(4794)] = 216416, + [SMALL_STATE(4795)] = 216430, + [SMALL_STATE(4796)] = 216450, + [SMALL_STATE(4797)] = 216466, + [SMALL_STATE(4798)] = 216488, + [SMALL_STATE(4799)] = 216504, + [SMALL_STATE(4800)] = 216520, + [SMALL_STATE(4801)] = 216536, + [SMALL_STATE(4802)] = 216552, + [SMALL_STATE(4803)] = 216568, + [SMALL_STATE(4804)] = 216584, + [SMALL_STATE(4805)] = 216598, + [SMALL_STATE(4806)] = 216614, + [SMALL_STATE(4807)] = 216636, + [SMALL_STATE(4808)] = 216652, + [SMALL_STATE(4809)] = 216674, + [SMALL_STATE(4810)] = 216694, + [SMALL_STATE(4811)] = 216710, + [SMALL_STATE(4812)] = 216726, + [SMALL_STATE(4813)] = 216746, + [SMALL_STATE(4814)] = 216762, + [SMALL_STATE(4815)] = 216778, + [SMALL_STATE(4816)] = 216794, + [SMALL_STATE(4817)] = 216810, + [SMALL_STATE(4818)] = 216826, + [SMALL_STATE(4819)] = 216842, + [SMALL_STATE(4820)] = 216858, + [SMALL_STATE(4821)] = 216876, + [SMALL_STATE(4822)] = 216898, + [SMALL_STATE(4823)] = 216914, + [SMALL_STATE(4824)] = 216930, + [SMALL_STATE(4825)] = 216946, + [SMALL_STATE(4826)] = 216962, + [SMALL_STATE(4827)] = 216978, + [SMALL_STATE(4828)] = 216994, + [SMALL_STATE(4829)] = 217010, + [SMALL_STATE(4830)] = 217030, + [SMALL_STATE(4831)] = 217048, + [SMALL_STATE(4832)] = 217064, + [SMALL_STATE(4833)] = 217080, + [SMALL_STATE(4834)] = 217096, + [SMALL_STATE(4835)] = 217112, + [SMALL_STATE(4836)] = 217126, + [SMALL_STATE(4837)] = 217140, + [SMALL_STATE(4838)] = 217156, + [SMALL_STATE(4839)] = 217172, + [SMALL_STATE(4840)] = 217188, + [SMALL_STATE(4841)] = 217204, + [SMALL_STATE(4842)] = 217220, + [SMALL_STATE(4843)] = 217236, + [SMALL_STATE(4844)] = 217250, + [SMALL_STATE(4845)] = 217264, + [SMALL_STATE(4846)] = 217284, + [SMALL_STATE(4847)] = 217300, + [SMALL_STATE(4848)] = 217316, + [SMALL_STATE(4849)] = 217332, + [SMALL_STATE(4850)] = 217348, + [SMALL_STATE(4851)] = 217368, + [SMALL_STATE(4852)] = 217382, + [SMALL_STATE(4853)] = 217402, + [SMALL_STATE(4854)] = 217416, + [SMALL_STATE(4855)] = 217432, + [SMALL_STATE(4856)] = 217454, + [SMALL_STATE(4857)] = 217470, + [SMALL_STATE(4858)] = 217486, + [SMALL_STATE(4859)] = 217502, + [SMALL_STATE(4860)] = 217518, + [SMALL_STATE(4861)] = 217540, + [SMALL_STATE(4862)] = 217556, + [SMALL_STATE(4863)] = 217572, + [SMALL_STATE(4864)] = 217592, + [SMALL_STATE(4865)] = 217608, + [SMALL_STATE(4866)] = 217630, + [SMALL_STATE(4867)] = 217646, + [SMALL_STATE(4868)] = 217662, + [SMALL_STATE(4869)] = 217678, + [SMALL_STATE(4870)] = 217694, + [SMALL_STATE(4871)] = 217710, + [SMALL_STATE(4872)] = 217726, + [SMALL_STATE(4873)] = 217742, + [SMALL_STATE(4874)] = 217758, + [SMALL_STATE(4875)] = 217774, + [SMALL_STATE(4876)] = 217790, + [SMALL_STATE(4877)] = 217808, + [SMALL_STATE(4878)] = 217824, + [SMALL_STATE(4879)] = 217840, + [SMALL_STATE(4880)] = 217858, + [SMALL_STATE(4881)] = 217878, + [SMALL_STATE(4882)] = 217894, + [SMALL_STATE(4883)] = 217908, + [SMALL_STATE(4884)] = 217922, + [SMALL_STATE(4885)] = 217938, + [SMALL_STATE(4886)] = 217960, + [SMALL_STATE(4887)] = 217976, + [SMALL_STATE(4888)] = 217992, + [SMALL_STATE(4889)] = 218006, + [SMALL_STATE(4890)] = 218028, + [SMALL_STATE(4891)] = 218048, + [SMALL_STATE(4892)] = 218066, + [SMALL_STATE(4893)] = 218082, + [SMALL_STATE(4894)] = 218098, + [SMALL_STATE(4895)] = 218114, + [SMALL_STATE(4896)] = 218130, + [SMALL_STATE(4897)] = 218146, + [SMALL_STATE(4898)] = 218162, + [SMALL_STATE(4899)] = 218182, + [SMALL_STATE(4900)] = 218198, + [SMALL_STATE(4901)] = 218214, + [SMALL_STATE(4902)] = 218228, + [SMALL_STATE(4903)] = 218242, + [SMALL_STATE(4904)] = 218258, + [SMALL_STATE(4905)] = 218274, + [SMALL_STATE(4906)] = 218294, + [SMALL_STATE(4907)] = 218310, + [SMALL_STATE(4908)] = 218326, + [SMALL_STATE(4909)] = 218346, + [SMALL_STATE(4910)] = 218360, + [SMALL_STATE(4911)] = 218382, + [SMALL_STATE(4912)] = 218396, + [SMALL_STATE(4913)] = 218410, + [SMALL_STATE(4914)] = 218424, + [SMALL_STATE(4915)] = 218446, + [SMALL_STATE(4916)] = 218460, + [SMALL_STATE(4917)] = 218474, + [SMALL_STATE(4918)] = 218493, + [SMALL_STATE(4919)] = 218508, + [SMALL_STATE(4920)] = 218525, + [SMALL_STATE(4921)] = 218542, + [SMALL_STATE(4922)] = 218559, + [SMALL_STATE(4923)] = 218578, + [SMALL_STATE(4924)] = 218591, + [SMALL_STATE(4925)] = 218606, + [SMALL_STATE(4926)] = 218621, + [SMALL_STATE(4927)] = 218636, + [SMALL_STATE(4928)] = 218653, + [SMALL_STATE(4929)] = 218668, + [SMALL_STATE(4930)] = 218683, + [SMALL_STATE(4931)] = 218698, + [SMALL_STATE(4932)] = 218717, + [SMALL_STATE(4933)] = 218732, + [SMALL_STATE(4934)] = 218745, + [SMALL_STATE(4935)] = 218760, + [SMALL_STATE(4936)] = 218777, + [SMALL_STATE(4937)] = 218792, + [SMALL_STATE(4938)] = 218807, + [SMALL_STATE(4939)] = 218822, + [SMALL_STATE(4940)] = 218841, + [SMALL_STATE(4941)] = 218856, + [SMALL_STATE(4942)] = 218871, + [SMALL_STATE(4943)] = 218884, + [SMALL_STATE(4944)] = 218901, + [SMALL_STATE(4945)] = 218920, + [SMALL_STATE(4946)] = 218933, + [SMALL_STATE(4947)] = 218948, + [SMALL_STATE(4948)] = 218963, + [SMALL_STATE(4949)] = 218982, + [SMALL_STATE(4950)] = 219001, + [SMALL_STATE(4951)] = 219016, + [SMALL_STATE(4952)] = 219031, + [SMALL_STATE(4953)] = 219046, + [SMALL_STATE(4954)] = 219065, + [SMALL_STATE(4955)] = 219078, + [SMALL_STATE(4956)] = 219093, + [SMALL_STATE(4957)] = 219112, + [SMALL_STATE(4958)] = 219129, + [SMALL_STATE(4959)] = 219148, + [SMALL_STATE(4960)] = 219163, + [SMALL_STATE(4961)] = 219178, + [SMALL_STATE(4962)] = 219195, + [SMALL_STATE(4963)] = 219214, + [SMALL_STATE(4964)] = 219227, + [SMALL_STATE(4965)] = 219246, + [SMALL_STATE(4966)] = 219261, + [SMALL_STATE(4967)] = 219274, + [SMALL_STATE(4968)] = 219293, + [SMALL_STATE(4969)] = 219308, + [SMALL_STATE(4970)] = 219327, + [SMALL_STATE(4971)] = 219340, + [SMALL_STATE(4972)] = 219359, + [SMALL_STATE(4973)] = 219378, + [SMALL_STATE(4974)] = 219397, + [SMALL_STATE(4975)] = 219412, + [SMALL_STATE(4976)] = 219431, + [SMALL_STATE(4977)] = 219450, + [SMALL_STATE(4978)] = 219465, + [SMALL_STATE(4979)] = 219480, + [SMALL_STATE(4980)] = 219499, + [SMALL_STATE(4981)] = 219514, + [SMALL_STATE(4982)] = 219529, + [SMALL_STATE(4983)] = 219544, + [SMALL_STATE(4984)] = 219559, + [SMALL_STATE(4985)] = 219574, + [SMALL_STATE(4986)] = 219589, + [SMALL_STATE(4987)] = 219604, + [SMALL_STATE(4988)] = 219619, + [SMALL_STATE(4989)] = 219634, + [SMALL_STATE(4990)] = 219649, + [SMALL_STATE(4991)] = 219664, + [SMALL_STATE(4992)] = 219683, + [SMALL_STATE(4993)] = 219698, + [SMALL_STATE(4994)] = 219713, + [SMALL_STATE(4995)] = 219728, + [SMALL_STATE(4996)] = 219743, + [SMALL_STATE(4997)] = 219758, + [SMALL_STATE(4998)] = 219773, + [SMALL_STATE(4999)] = 219788, + [SMALL_STATE(5000)] = 219803, + [SMALL_STATE(5001)] = 219818, + [SMALL_STATE(5002)] = 219831, + [SMALL_STATE(5003)] = 219850, + [SMALL_STATE(5004)] = 219865, + [SMALL_STATE(5005)] = 219880, + [SMALL_STATE(5006)] = 219897, + [SMALL_STATE(5007)] = 219912, + [SMALL_STATE(5008)] = 219929, + [SMALL_STATE(5009)] = 219944, + [SMALL_STATE(5010)] = 219959, + [SMALL_STATE(5011)] = 219974, + [SMALL_STATE(5012)] = 219989, + [SMALL_STATE(5013)] = 220004, + [SMALL_STATE(5014)] = 220019, + [SMALL_STATE(5015)] = 220032, + [SMALL_STATE(5016)] = 220051, + [SMALL_STATE(5017)] = 220066, + [SMALL_STATE(5018)] = 220081, + [SMALL_STATE(5019)] = 220096, + [SMALL_STATE(5020)] = 220111, + [SMALL_STATE(5021)] = 220130, + [SMALL_STATE(5022)] = 220147, + [SMALL_STATE(5023)] = 220162, + [SMALL_STATE(5024)] = 220177, + [SMALL_STATE(5025)] = 220192, + [SMALL_STATE(5026)] = 220207, + [SMALL_STATE(5027)] = 220226, + [SMALL_STATE(5028)] = 220241, + [SMALL_STATE(5029)] = 220256, + [SMALL_STATE(5030)] = 220273, + [SMALL_STATE(5031)] = 220292, + [SMALL_STATE(5032)] = 220309, + [SMALL_STATE(5033)] = 220324, + [SMALL_STATE(5034)] = 220343, + [SMALL_STATE(5035)] = 220358, + [SMALL_STATE(5036)] = 220373, + [SMALL_STATE(5037)] = 220388, + [SMALL_STATE(5038)] = 220403, + [SMALL_STATE(5039)] = 220416, + [SMALL_STATE(5040)] = 220435, + [SMALL_STATE(5041)] = 220450, + [SMALL_STATE(5042)] = 220465, + [SMALL_STATE(5043)] = 220484, + [SMALL_STATE(5044)] = 220499, + [SMALL_STATE(5045)] = 220514, + [SMALL_STATE(5046)] = 220529, + [SMALL_STATE(5047)] = 220544, + [SMALL_STATE(5048)] = 220559, + [SMALL_STATE(5049)] = 220574, + [SMALL_STATE(5050)] = 220589, + [SMALL_STATE(5051)] = 220604, + [SMALL_STATE(5052)] = 220619, + [SMALL_STATE(5053)] = 220634, + [SMALL_STATE(5054)] = 220649, + [SMALL_STATE(5055)] = 220664, + [SMALL_STATE(5056)] = 220679, + [SMALL_STATE(5057)] = 220694, + [SMALL_STATE(5058)] = 220709, + [SMALL_STATE(5059)] = 220724, + [SMALL_STATE(5060)] = 220739, + [SMALL_STATE(5061)] = 220758, + [SMALL_STATE(5062)] = 220773, + [SMALL_STATE(5063)] = 220790, + [SMALL_STATE(5064)] = 220805, + [SMALL_STATE(5065)] = 220824, + [SMALL_STATE(5066)] = 220843, + [SMALL_STATE(5067)] = 220858, + [SMALL_STATE(5068)] = 220873, + [SMALL_STATE(5069)] = 220890, + [SMALL_STATE(5070)] = 220907, + [SMALL_STATE(5071)] = 220922, + [SMALL_STATE(5072)] = 220937, + [SMALL_STATE(5073)] = 220950, + [SMALL_STATE(5074)] = 220969, + [SMALL_STATE(5075)] = 220984, + [SMALL_STATE(5076)] = 220999, + [SMALL_STATE(5077)] = 221014, + [SMALL_STATE(5078)] = 221031, + [SMALL_STATE(5079)] = 221048, + [SMALL_STATE(5080)] = 221063, + [SMALL_STATE(5081)] = 221082, + [SMALL_STATE(5082)] = 221097, + [SMALL_STATE(5083)] = 221110, + [SMALL_STATE(5084)] = 221129, + [SMALL_STATE(5085)] = 221142, + [SMALL_STATE(5086)] = 221157, + [SMALL_STATE(5087)] = 221172, + [SMALL_STATE(5088)] = 221187, + [SMALL_STATE(5089)] = 221202, + [SMALL_STATE(5090)] = 221217, + [SMALL_STATE(5091)] = 221234, + [SMALL_STATE(5092)] = 221253, + [SMALL_STATE(5093)] = 221268, + [SMALL_STATE(5094)] = 221283, + [SMALL_STATE(5095)] = 221298, + [SMALL_STATE(5096)] = 221317, + [SMALL_STATE(5097)] = 221336, + [SMALL_STATE(5098)] = 221355, + [SMALL_STATE(5099)] = 221370, + [SMALL_STATE(5100)] = 221389, + [SMALL_STATE(5101)] = 221404, + [SMALL_STATE(5102)] = 221423, + [SMALL_STATE(5103)] = 221438, + [SMALL_STATE(5104)] = 221453, + [SMALL_STATE(5105)] = 221468, + [SMALL_STATE(5106)] = 221483, + [SMALL_STATE(5107)] = 221498, + [SMALL_STATE(5108)] = 221517, + [SMALL_STATE(5109)] = 221534, + [SMALL_STATE(5110)] = 221549, + [SMALL_STATE(5111)] = 221566, + [SMALL_STATE(5112)] = 221581, + [SMALL_STATE(5113)] = 221596, + [SMALL_STATE(5114)] = 221611, + [SMALL_STATE(5115)] = 221626, + [SMALL_STATE(5116)] = 221639, + [SMALL_STATE(5117)] = 221658, + [SMALL_STATE(5118)] = 221677, + [SMALL_STATE(5119)] = 221694, + [SMALL_STATE(5120)] = 221709, + [SMALL_STATE(5121)] = 221724, + [SMALL_STATE(5122)] = 221739, + [SMALL_STATE(5123)] = 221754, + [SMALL_STATE(5124)] = 221769, + [SMALL_STATE(5125)] = 221784, + [SMALL_STATE(5126)] = 221799, + [SMALL_STATE(5127)] = 221814, + [SMALL_STATE(5128)] = 221829, + [SMALL_STATE(5129)] = 221846, + [SMALL_STATE(5130)] = 221861, + [SMALL_STATE(5131)] = 221878, + [SMALL_STATE(5132)] = 221893, + [SMALL_STATE(5133)] = 221908, + [SMALL_STATE(5134)] = 221923, + [SMALL_STATE(5135)] = 221938, + [SMALL_STATE(5136)] = 221953, + [SMALL_STATE(5137)] = 221966, + [SMALL_STATE(5138)] = 221979, + [SMALL_STATE(5139)] = 221998, + [SMALL_STATE(5140)] = 222017, + [SMALL_STATE(5141)] = 222036, + [SMALL_STATE(5142)] = 222055, + [SMALL_STATE(5143)] = 222070, + [SMALL_STATE(5144)] = 222087, + [SMALL_STATE(5145)] = 222104, + [SMALL_STATE(5146)] = 222119, + [SMALL_STATE(5147)] = 222134, + [SMALL_STATE(5148)] = 222149, + [SMALL_STATE(5149)] = 222164, + [SMALL_STATE(5150)] = 222181, + [SMALL_STATE(5151)] = 222196, + [SMALL_STATE(5152)] = 222211, + [SMALL_STATE(5153)] = 222226, + [SMALL_STATE(5154)] = 222241, + [SMALL_STATE(5155)] = 222258, + [SMALL_STATE(5156)] = 222275, + [SMALL_STATE(5157)] = 222290, + [SMALL_STATE(5158)] = 222305, + [SMALL_STATE(5159)] = 222320, + [SMALL_STATE(5160)] = 222335, + [SMALL_STATE(5161)] = 222350, + [SMALL_STATE(5162)] = 222365, + [SMALL_STATE(5163)] = 222384, + [SMALL_STATE(5164)] = 222399, + [SMALL_STATE(5165)] = 222414, + [SMALL_STATE(5166)] = 222429, + [SMALL_STATE(5167)] = 222444, + [SMALL_STATE(5168)] = 222459, + [SMALL_STATE(5169)] = 222474, + [SMALL_STATE(5170)] = 222491, + [SMALL_STATE(5171)] = 222508, + [SMALL_STATE(5172)] = 222523, + [SMALL_STATE(5173)] = 222542, + [SMALL_STATE(5174)] = 222557, + [SMALL_STATE(5175)] = 222576, + [SMALL_STATE(5176)] = 222589, + [SMALL_STATE(5177)] = 222604, + [SMALL_STATE(5178)] = 222619, + [SMALL_STATE(5179)] = 222638, + [SMALL_STATE(5180)] = 222653, + [SMALL_STATE(5181)] = 222672, + [SMALL_STATE(5182)] = 222687, + [SMALL_STATE(5183)] = 222702, + [SMALL_STATE(5184)] = 222721, + [SMALL_STATE(5185)] = 222736, + [SMALL_STATE(5186)] = 222749, + [SMALL_STATE(5187)] = 222764, + [SMALL_STATE(5188)] = 222783, + [SMALL_STATE(5189)] = 222802, + [SMALL_STATE(5190)] = 222817, + [SMALL_STATE(5191)] = 222832, + [SMALL_STATE(5192)] = 222851, + [SMALL_STATE(5193)] = 222866, + [SMALL_STATE(5194)] = 222881, + [SMALL_STATE(5195)] = 222896, + [SMALL_STATE(5196)] = 222911, + [SMALL_STATE(5197)] = 222928, + [SMALL_STATE(5198)] = 222945, + [SMALL_STATE(5199)] = 222958, + [SMALL_STATE(5200)] = 222975, + [SMALL_STATE(5201)] = 222994, + [SMALL_STATE(5202)] = 223013, + [SMALL_STATE(5203)] = 223026, + [SMALL_STATE(5204)] = 223045, + [SMALL_STATE(5205)] = 223062, + [SMALL_STATE(5206)] = 223081, + [SMALL_STATE(5207)] = 223098, + [SMALL_STATE(5208)] = 223113, + [SMALL_STATE(5209)] = 223130, + [SMALL_STATE(5210)] = 223145, + [SMALL_STATE(5211)] = 223164, + [SMALL_STATE(5212)] = 223179, + [SMALL_STATE(5213)] = 223198, + [SMALL_STATE(5214)] = 223217, + [SMALL_STATE(5215)] = 223236, + [SMALL_STATE(5216)] = 223249, + [SMALL_STATE(5217)] = 223268, + [SMALL_STATE(5218)] = 223283, + [SMALL_STATE(5219)] = 223298, + [SMALL_STATE(5220)] = 223317, + [SMALL_STATE(5221)] = 223334, + [SMALL_STATE(5222)] = 223351, + [SMALL_STATE(5223)] = 223370, + [SMALL_STATE(5224)] = 223387, + [SMALL_STATE(5225)] = 223402, + [SMALL_STATE(5226)] = 223421, + [SMALL_STATE(5227)] = 223440, + [SMALL_STATE(5228)] = 223459, + [SMALL_STATE(5229)] = 223474, + [SMALL_STATE(5230)] = 223491, + [SMALL_STATE(5231)] = 223506, + [SMALL_STATE(5232)] = 223525, + [SMALL_STATE(5233)] = 223544, + [SMALL_STATE(5234)] = 223563, + [SMALL_STATE(5235)] = 223580, + [SMALL_STATE(5236)] = 223597, + [SMALL_STATE(5237)] = 223616, + [SMALL_STATE(5238)] = 223635, + [SMALL_STATE(5239)] = 223650, + [SMALL_STATE(5240)] = 223667, + [SMALL_STATE(5241)] = 223682, + [SMALL_STATE(5242)] = 223697, + [SMALL_STATE(5243)] = 223712, + [SMALL_STATE(5244)] = 223731, + [SMALL_STATE(5245)] = 223750, + [SMALL_STATE(5246)] = 223767, + [SMALL_STATE(5247)] = 223782, + [SMALL_STATE(5248)] = 223797, + [SMALL_STATE(5249)] = 223812, + [SMALL_STATE(5250)] = 223827, + [SMALL_STATE(5251)] = 223842, + [SMALL_STATE(5252)] = 223861, + [SMALL_STATE(5253)] = 223876, + [SMALL_STATE(5254)] = 223895, + [SMALL_STATE(5255)] = 223908, + [SMALL_STATE(5256)] = 223923, + [SMALL_STATE(5257)] = 223942, + [SMALL_STATE(5258)] = 223961, + [SMALL_STATE(5259)] = 223980, + [SMALL_STATE(5260)] = 223997, + [SMALL_STATE(5261)] = 224016, + [SMALL_STATE(5262)] = 224031, + [SMALL_STATE(5263)] = 224046, + [SMALL_STATE(5264)] = 224059, + [SMALL_STATE(5265)] = 224078, + [SMALL_STATE(5266)] = 224097, + [SMALL_STATE(5267)] = 224112, + [SMALL_STATE(5268)] = 224129, + [SMALL_STATE(5269)] = 224144, + [SMALL_STATE(5270)] = 224159, + [SMALL_STATE(5271)] = 224178, + [SMALL_STATE(5272)] = 224197, + [SMALL_STATE(5273)] = 224216, + [SMALL_STATE(5274)] = 224233, + [SMALL_STATE(5275)] = 224246, + [SMALL_STATE(5276)] = 224265, + [SMALL_STATE(5277)] = 224280, + [SMALL_STATE(5278)] = 224295, + [SMALL_STATE(5279)] = 224310, + [SMALL_STATE(5280)] = 224329, + [SMALL_STATE(5281)] = 224344, + [SMALL_STATE(5282)] = 224359, + [SMALL_STATE(5283)] = 224376, + [SMALL_STATE(5284)] = 224393, + [SMALL_STATE(5285)] = 224410, + [SMALL_STATE(5286)] = 224427, + [SMALL_STATE(5287)] = 224442, + [SMALL_STATE(5288)] = 224457, + [SMALL_STATE(5289)] = 224472, + [SMALL_STATE(5290)] = 224487, + [SMALL_STATE(5291)] = 224502, + [SMALL_STATE(5292)] = 224517, + [SMALL_STATE(5293)] = 224536, + [SMALL_STATE(5294)] = 224555, + [SMALL_STATE(5295)] = 224572, + [SMALL_STATE(5296)] = 224589, + [SMALL_STATE(5297)] = 224604, + [SMALL_STATE(5298)] = 224621, + [SMALL_STATE(5299)] = 224636, + [SMALL_STATE(5300)] = 224653, + [SMALL_STATE(5301)] = 224670, + [SMALL_STATE(5302)] = 224687, + [SMALL_STATE(5303)] = 224706, + [SMALL_STATE(5304)] = 224723, + [SMALL_STATE(5305)] = 224740, + [SMALL_STATE(5306)] = 224757, + [SMALL_STATE(5307)] = 224772, + [SMALL_STATE(5308)] = 224791, + [SMALL_STATE(5309)] = 224808, + [SMALL_STATE(5310)] = 224825, + [SMALL_STATE(5311)] = 224842, + [SMALL_STATE(5312)] = 224859, + [SMALL_STATE(5313)] = 224876, + [SMALL_STATE(5314)] = 224889, + [SMALL_STATE(5315)] = 224904, + [SMALL_STATE(5316)] = 224923, + [SMALL_STATE(5317)] = 224938, + [SMALL_STATE(5318)] = 224955, + [SMALL_STATE(5319)] = 224974, + [SMALL_STATE(5320)] = 224991, + [SMALL_STATE(5321)] = 225006, + [SMALL_STATE(5322)] = 225023, + [SMALL_STATE(5323)] = 225040, + [SMALL_STATE(5324)] = 225059, + [SMALL_STATE(5325)] = 225074, + [SMALL_STATE(5326)] = 225089, + [SMALL_STATE(5327)] = 225108, + [SMALL_STATE(5328)] = 225127, + [SMALL_STATE(5329)] = 225144, + [SMALL_STATE(5330)] = 225161, + [SMALL_STATE(5331)] = 225176, + [SMALL_STATE(5332)] = 225191, + [SMALL_STATE(5333)] = 225204, + [SMALL_STATE(5334)] = 225223, + [SMALL_STATE(5335)] = 225240, + [SMALL_STATE(5336)] = 225257, + [SMALL_STATE(5337)] = 225272, + [SMALL_STATE(5338)] = 225289, + [SMALL_STATE(5339)] = 225306, + [SMALL_STATE(5340)] = 225320, + [SMALL_STATE(5341)] = 225334, + [SMALL_STATE(5342)] = 225348, + [SMALL_STATE(5343)] = 225364, + [SMALL_STATE(5344)] = 225378, + [SMALL_STATE(5345)] = 225394, + [SMALL_STATE(5346)] = 225410, + [SMALL_STATE(5347)] = 225426, + [SMALL_STATE(5348)] = 225442, + [SMALL_STATE(5349)] = 225458, + [SMALL_STATE(5350)] = 225474, + [SMALL_STATE(5351)] = 225488, + [SMALL_STATE(5352)] = 225504, + [SMALL_STATE(5353)] = 225518, + [SMALL_STATE(5354)] = 225534, + [SMALL_STATE(5355)] = 225548, + [SMALL_STATE(5356)] = 225564, + [SMALL_STATE(5357)] = 225578, + [SMALL_STATE(5358)] = 225594, + [SMALL_STATE(5359)] = 225608, + [SMALL_STATE(5360)] = 225622, + [SMALL_STATE(5361)] = 225638, + [SMALL_STATE(5362)] = 225654, + [SMALL_STATE(5363)] = 225670, + [SMALL_STATE(5364)] = 225686, + [SMALL_STATE(5365)] = 225702, + [SMALL_STATE(5366)] = 225718, + [SMALL_STATE(5367)] = 225734, + [SMALL_STATE(5368)] = 225750, + [SMALL_STATE(5369)] = 225766, + [SMALL_STATE(5370)] = 225782, + [SMALL_STATE(5371)] = 225796, + [SMALL_STATE(5372)] = 225812, + [SMALL_STATE(5373)] = 225828, + [SMALL_STATE(5374)] = 225842, + [SMALL_STATE(5375)] = 225858, + [SMALL_STATE(5376)] = 225874, + [SMALL_STATE(5377)] = 225890, + [SMALL_STATE(5378)] = 225904, + [SMALL_STATE(5379)] = 225918, + [SMALL_STATE(5380)] = 225932, + [SMALL_STATE(5381)] = 225948, + [SMALL_STATE(5382)] = 225964, + [SMALL_STATE(5383)] = 225980, + [SMALL_STATE(5384)] = 225996, + [SMALL_STATE(5385)] = 226012, + [SMALL_STATE(5386)] = 226024, + [SMALL_STATE(5387)] = 226040, + [SMALL_STATE(5388)] = 226054, + [SMALL_STATE(5389)] = 226066, + [SMALL_STATE(5390)] = 226082, + [SMALL_STATE(5391)] = 226098, + [SMALL_STATE(5392)] = 226110, + [SMALL_STATE(5393)] = 226124, + [SMALL_STATE(5394)] = 226136, + [SMALL_STATE(5395)] = 226150, + [SMALL_STATE(5396)] = 226166, + [SMALL_STATE(5397)] = 226178, + [SMALL_STATE(5398)] = 226194, + [SMALL_STATE(5399)] = 226210, + [SMALL_STATE(5400)] = 226226, + [SMALL_STATE(5401)] = 226242, + [SMALL_STATE(5402)] = 226258, + [SMALL_STATE(5403)] = 226274, + [SMALL_STATE(5404)] = 226290, + [SMALL_STATE(5405)] = 226306, + [SMALL_STATE(5406)] = 226318, + [SMALL_STATE(5407)] = 226334, + [SMALL_STATE(5408)] = 226350, + [SMALL_STATE(5409)] = 226366, + [SMALL_STATE(5410)] = 226382, + [SMALL_STATE(5411)] = 226396, + [SMALL_STATE(5412)] = 226412, + [SMALL_STATE(5413)] = 226428, + [SMALL_STATE(5414)] = 226444, + [SMALL_STATE(5415)] = 226460, + [SMALL_STATE(5416)] = 226476, + [SMALL_STATE(5417)] = 226490, + [SMALL_STATE(5418)] = 226506, + [SMALL_STATE(5419)] = 226522, + [SMALL_STATE(5420)] = 226538, + [SMALL_STATE(5421)] = 226554, + [SMALL_STATE(5422)] = 226570, + [SMALL_STATE(5423)] = 226582, + [SMALL_STATE(5424)] = 226598, + [SMALL_STATE(5425)] = 226614, + [SMALL_STATE(5426)] = 226628, + [SMALL_STATE(5427)] = 226644, + [SMALL_STATE(5428)] = 226660, + [SMALL_STATE(5429)] = 226676, + [SMALL_STATE(5430)] = 226692, + [SMALL_STATE(5431)] = 226706, + [SMALL_STATE(5432)] = 226722, + [SMALL_STATE(5433)] = 226738, + [SMALL_STATE(5434)] = 226750, + [SMALL_STATE(5435)] = 226764, + [SMALL_STATE(5436)] = 226776, + [SMALL_STATE(5437)] = 226788, + [SMALL_STATE(5438)] = 226804, + [SMALL_STATE(5439)] = 226820, + [SMALL_STATE(5440)] = 226832, + [SMALL_STATE(5441)] = 226848, + [SMALL_STATE(5442)] = 226864, + [SMALL_STATE(5443)] = 226880, + [SMALL_STATE(5444)] = 226896, + [SMALL_STATE(5445)] = 226910, + [SMALL_STATE(5446)] = 226924, + [SMALL_STATE(5447)] = 226938, + [SMALL_STATE(5448)] = 226954, + [SMALL_STATE(5449)] = 226970, + [SMALL_STATE(5450)] = 226986, + [SMALL_STATE(5451)] = 227000, + [SMALL_STATE(5452)] = 227016, + [SMALL_STATE(5453)] = 227030, + [SMALL_STATE(5454)] = 227046, + [SMALL_STATE(5455)] = 227060, + [SMALL_STATE(5456)] = 227076, + [SMALL_STATE(5457)] = 227092, + [SMALL_STATE(5458)] = 227106, + [SMALL_STATE(5459)] = 227122, + [SMALL_STATE(5460)] = 227136, + [SMALL_STATE(5461)] = 227152, + [SMALL_STATE(5462)] = 227168, + [SMALL_STATE(5463)] = 227184, + [SMALL_STATE(5464)] = 227200, + [SMALL_STATE(5465)] = 227216, + [SMALL_STATE(5466)] = 227230, + [SMALL_STATE(5467)] = 227242, + [SMALL_STATE(5468)] = 227258, + [SMALL_STATE(5469)] = 227272, + [SMALL_STATE(5470)] = 227288, + [SMALL_STATE(5471)] = 227304, + [SMALL_STATE(5472)] = 227320, + [SMALL_STATE(5473)] = 227336, + [SMALL_STATE(5474)] = 227350, + [SMALL_STATE(5475)] = 227366, + [SMALL_STATE(5476)] = 227382, + [SMALL_STATE(5477)] = 227398, + [SMALL_STATE(5478)] = 227414, + [SMALL_STATE(5479)] = 227428, + [SMALL_STATE(5480)] = 227444, + [SMALL_STATE(5481)] = 227460, + [SMALL_STATE(5482)] = 227476, + [SMALL_STATE(5483)] = 227492, + [SMALL_STATE(5484)] = 227508, + [SMALL_STATE(5485)] = 227524, + [SMALL_STATE(5486)] = 227540, + [SMALL_STATE(5487)] = 227554, + [SMALL_STATE(5488)] = 227570, + [SMALL_STATE(5489)] = 227586, + [SMALL_STATE(5490)] = 227602, + [SMALL_STATE(5491)] = 227618, + [SMALL_STATE(5492)] = 227632, + [SMALL_STATE(5493)] = 227646, + [SMALL_STATE(5494)] = 227662, + [SMALL_STATE(5495)] = 227676, + [SMALL_STATE(5496)] = 227690, + [SMALL_STATE(5497)] = 227704, + [SMALL_STATE(5498)] = 227720, + [SMALL_STATE(5499)] = 227736, + [SMALL_STATE(5500)] = 227750, + [SMALL_STATE(5501)] = 227766, + [SMALL_STATE(5502)] = 227780, + [SMALL_STATE(5503)] = 227796, + [SMALL_STATE(5504)] = 227812, + [SMALL_STATE(5505)] = 227828, + [SMALL_STATE(5506)] = 227844, + [SMALL_STATE(5507)] = 227858, + [SMALL_STATE(5508)] = 227874, + [SMALL_STATE(5509)] = 227890, + [SMALL_STATE(5510)] = 227906, + [SMALL_STATE(5511)] = 227920, + [SMALL_STATE(5512)] = 227934, + [SMALL_STATE(5513)] = 227950, + [SMALL_STATE(5514)] = 227966, + [SMALL_STATE(5515)] = 227982, + [SMALL_STATE(5516)] = 227994, + [SMALL_STATE(5517)] = 228006, + [SMALL_STATE(5518)] = 228018, + [SMALL_STATE(5519)] = 228034, + [SMALL_STATE(5520)] = 228050, + [SMALL_STATE(5521)] = 228063, + [SMALL_STATE(5522)] = 228076, + [SMALL_STATE(5523)] = 228089, + [SMALL_STATE(5524)] = 228102, + [SMALL_STATE(5525)] = 228115, + [SMALL_STATE(5526)] = 228128, + [SMALL_STATE(5527)] = 228141, + [SMALL_STATE(5528)] = 228154, + [SMALL_STATE(5529)] = 228167, + [SMALL_STATE(5530)] = 228180, + [SMALL_STATE(5531)] = 228191, + [SMALL_STATE(5532)] = 228204, + [SMALL_STATE(5533)] = 228217, + [SMALL_STATE(5534)] = 228230, + [SMALL_STATE(5535)] = 228243, + [SMALL_STATE(5536)] = 228256, + [SMALL_STATE(5537)] = 228269, + [SMALL_STATE(5538)] = 228280, + [SMALL_STATE(5539)] = 228293, + [SMALL_STATE(5540)] = 228306, + [SMALL_STATE(5541)] = 228319, + [SMALL_STATE(5542)] = 228330, + [SMALL_STATE(5543)] = 228343, + [SMALL_STATE(5544)] = 228356, + [SMALL_STATE(5545)] = 228369, + [SMALL_STATE(5546)] = 228382, + [SMALL_STATE(5547)] = 228395, + [SMALL_STATE(5548)] = 228408, + [SMALL_STATE(5549)] = 228421, + [SMALL_STATE(5550)] = 228434, + [SMALL_STATE(5551)] = 228447, + [SMALL_STATE(5552)] = 228460, + [SMALL_STATE(5553)] = 228473, + [SMALL_STATE(5554)] = 228486, + [SMALL_STATE(5555)] = 228499, + [SMALL_STATE(5556)] = 228512, + [SMALL_STATE(5557)] = 228525, + [SMALL_STATE(5558)] = 228538, + [SMALL_STATE(5559)] = 228551, + [SMALL_STATE(5560)] = 228564, + [SMALL_STATE(5561)] = 228577, + [SMALL_STATE(5562)] = 228588, + [SMALL_STATE(5563)] = 228599, + [SMALL_STATE(5564)] = 228612, + [SMALL_STATE(5565)] = 228625, + [SMALL_STATE(5566)] = 228638, + [SMALL_STATE(5567)] = 228651, + [SMALL_STATE(5568)] = 228664, + [SMALL_STATE(5569)] = 228677, + [SMALL_STATE(5570)] = 228690, + [SMALL_STATE(5571)] = 228703, + [SMALL_STATE(5572)] = 228716, + [SMALL_STATE(5573)] = 228729, + [SMALL_STATE(5574)] = 228742, + [SMALL_STATE(5575)] = 228755, + [SMALL_STATE(5576)] = 228768, + [SMALL_STATE(5577)] = 228781, + [SMALL_STATE(5578)] = 228794, + [SMALL_STATE(5579)] = 228807, + [SMALL_STATE(5580)] = 228820, + [SMALL_STATE(5581)] = 228833, + [SMALL_STATE(5582)] = 228846, + [SMALL_STATE(5583)] = 228859, + [SMALL_STATE(5584)] = 228872, + [SMALL_STATE(5585)] = 228885, + [SMALL_STATE(5586)] = 228898, + [SMALL_STATE(5587)] = 228911, + [SMALL_STATE(5588)] = 228924, + [SMALL_STATE(5589)] = 228937, + [SMALL_STATE(5590)] = 228950, + [SMALL_STATE(5591)] = 228963, + [SMALL_STATE(5592)] = 228976, + [SMALL_STATE(5593)] = 228989, + [SMALL_STATE(5594)] = 229002, + [SMALL_STATE(5595)] = 229015, + [SMALL_STATE(5596)] = 229028, + [SMALL_STATE(5597)] = 229039, + [SMALL_STATE(5598)] = 229052, + [SMALL_STATE(5599)] = 229063, + [SMALL_STATE(5600)] = 229076, + [SMALL_STATE(5601)] = 229089, + [SMALL_STATE(5602)] = 229102, + [SMALL_STATE(5603)] = 229115, + [SMALL_STATE(5604)] = 229128, + [SMALL_STATE(5605)] = 229141, + [SMALL_STATE(5606)] = 229154, + [SMALL_STATE(5607)] = 229167, + [SMALL_STATE(5608)] = 229180, + [SMALL_STATE(5609)] = 229193, + [SMALL_STATE(5610)] = 229206, + [SMALL_STATE(5611)] = 229219, + [SMALL_STATE(5612)] = 229232, + [SMALL_STATE(5613)] = 229245, + [SMALL_STATE(5614)] = 229258, + [SMALL_STATE(5615)] = 229269, + [SMALL_STATE(5616)] = 229282, + [SMALL_STATE(5617)] = 229295, + [SMALL_STATE(5618)] = 229308, + [SMALL_STATE(5619)] = 229318, + [SMALL_STATE(5620)] = 229328, + [SMALL_STATE(5621)] = 229338, + [SMALL_STATE(5622)] = 229348, + [SMALL_STATE(5623)] = 229358, + [SMALL_STATE(5624)] = 229368, + [SMALL_STATE(5625)] = 229378, + [SMALL_STATE(5626)] = 229388, + [SMALL_STATE(5627)] = 229398, + [SMALL_STATE(5628)] = 229408, + [SMALL_STATE(5629)] = 229418, + [SMALL_STATE(5630)] = 229428, + [SMALL_STATE(5631)] = 229438, + [SMALL_STATE(5632)] = 229448, + [SMALL_STATE(5633)] = 229458, + [SMALL_STATE(5634)] = 229468, + [SMALL_STATE(5635)] = 229478, + [SMALL_STATE(5636)] = 229488, + [SMALL_STATE(5637)] = 229498, + [SMALL_STATE(5638)] = 229508, + [SMALL_STATE(5639)] = 229518, + [SMALL_STATE(5640)] = 229528, + [SMALL_STATE(5641)] = 229538, + [SMALL_STATE(5642)] = 229548, + [SMALL_STATE(5643)] = 229558, + [SMALL_STATE(5644)] = 229568, + [SMALL_STATE(5645)] = 229578, + [SMALL_STATE(5646)] = 229588, + [SMALL_STATE(5647)] = 229598, + [SMALL_STATE(5648)] = 229608, + [SMALL_STATE(5649)] = 229618, + [SMALL_STATE(5650)] = 229628, + [SMALL_STATE(5651)] = 229638, + [SMALL_STATE(5652)] = 229648, + [SMALL_STATE(5653)] = 229658, + [SMALL_STATE(5654)] = 229668, + [SMALL_STATE(5655)] = 229678, + [SMALL_STATE(5656)] = 229688, + [SMALL_STATE(5657)] = 229698, + [SMALL_STATE(5658)] = 229708, + [SMALL_STATE(5659)] = 229718, + [SMALL_STATE(5660)] = 229728, + [SMALL_STATE(5661)] = 229738, + [SMALL_STATE(5662)] = 229748, + [SMALL_STATE(5663)] = 229758, + [SMALL_STATE(5664)] = 229768, + [SMALL_STATE(5665)] = 229778, + [SMALL_STATE(5666)] = 229788, + [SMALL_STATE(5667)] = 229798, + [SMALL_STATE(5668)] = 229808, + [SMALL_STATE(5669)] = 229818, + [SMALL_STATE(5670)] = 229828, + [SMALL_STATE(5671)] = 229838, + [SMALL_STATE(5672)] = 229848, + [SMALL_STATE(5673)] = 229858, + [SMALL_STATE(5674)] = 229868, + [SMALL_STATE(5675)] = 229878, + [SMALL_STATE(5676)] = 229888, + [SMALL_STATE(5677)] = 229898, + [SMALL_STATE(5678)] = 229908, + [SMALL_STATE(5679)] = 229918, + [SMALL_STATE(5680)] = 229928, + [SMALL_STATE(5681)] = 229938, + [SMALL_STATE(5682)] = 229948, + [SMALL_STATE(5683)] = 229958, + [SMALL_STATE(5684)] = 229968, + [SMALL_STATE(5685)] = 229978, + [SMALL_STATE(5686)] = 229988, + [SMALL_STATE(5687)] = 229998, + [SMALL_STATE(5688)] = 230008, + [SMALL_STATE(5689)] = 230018, + [SMALL_STATE(5690)] = 230028, + [SMALL_STATE(5691)] = 230038, + [SMALL_STATE(5692)] = 230048, + [SMALL_STATE(5693)] = 230058, + [SMALL_STATE(5694)] = 230068, + [SMALL_STATE(5695)] = 230078, + [SMALL_STATE(5696)] = 230088, + [SMALL_STATE(5697)] = 230098, + [SMALL_STATE(5698)] = 230108, + [SMALL_STATE(5699)] = 230118, + [SMALL_STATE(5700)] = 230128, + [SMALL_STATE(5701)] = 230138, + [SMALL_STATE(5702)] = 230148, + [SMALL_STATE(5703)] = 230158, + [SMALL_STATE(5704)] = 230168, + [SMALL_STATE(5705)] = 230178, + [SMALL_STATE(5706)] = 230188, + [SMALL_STATE(5707)] = 230198, + [SMALL_STATE(5708)] = 230208, + [SMALL_STATE(5709)] = 230218, + [SMALL_STATE(5710)] = 230228, + [SMALL_STATE(5711)] = 230238, + [SMALL_STATE(5712)] = 230248, + [SMALL_STATE(5713)] = 230258, + [SMALL_STATE(5714)] = 230268, + [SMALL_STATE(5715)] = 230278, + [SMALL_STATE(5716)] = 230288, + [SMALL_STATE(5717)] = 230298, + [SMALL_STATE(5718)] = 230308, + [SMALL_STATE(5719)] = 230318, + [SMALL_STATE(5720)] = 230328, + [SMALL_STATE(5721)] = 230338, + [SMALL_STATE(5722)] = 230348, + [SMALL_STATE(5723)] = 230358, + [SMALL_STATE(5724)] = 230368, + [SMALL_STATE(5725)] = 230378, + [SMALL_STATE(5726)] = 230388, + [SMALL_STATE(5727)] = 230398, + [SMALL_STATE(5728)] = 230408, + [SMALL_STATE(5729)] = 230418, + [SMALL_STATE(5730)] = 230428, + [SMALL_STATE(5731)] = 230438, + [SMALL_STATE(5732)] = 230448, + [SMALL_STATE(5733)] = 230458, + [SMALL_STATE(5734)] = 230468, + [SMALL_STATE(5735)] = 230478, + [SMALL_STATE(5736)] = 230488, + [SMALL_STATE(5737)] = 230498, + [SMALL_STATE(5738)] = 230508, + [SMALL_STATE(5739)] = 230518, + [SMALL_STATE(5740)] = 230528, + [SMALL_STATE(5741)] = 230538, + [SMALL_STATE(5742)] = 230548, + [SMALL_STATE(5743)] = 230558, + [SMALL_STATE(5744)] = 230568, + [SMALL_STATE(5745)] = 230578, + [SMALL_STATE(5746)] = 230588, + [SMALL_STATE(5747)] = 230598, + [SMALL_STATE(5748)] = 230608, + [SMALL_STATE(5749)] = 230618, + [SMALL_STATE(5750)] = 230628, + [SMALL_STATE(5751)] = 230638, + [SMALL_STATE(5752)] = 230648, + [SMALL_STATE(5753)] = 230658, + [SMALL_STATE(5754)] = 230668, + [SMALL_STATE(5755)] = 230678, + [SMALL_STATE(5756)] = 230688, + [SMALL_STATE(5757)] = 230698, + [SMALL_STATE(5758)] = 230708, + [SMALL_STATE(5759)] = 230718, + [SMALL_STATE(5760)] = 230728, + [SMALL_STATE(5761)] = 230738, + [SMALL_STATE(5762)] = 230748, + [SMALL_STATE(5763)] = 230758, + [SMALL_STATE(5764)] = 230768, + [SMALL_STATE(5765)] = 230778, + [SMALL_STATE(5766)] = 230788, + [SMALL_STATE(5767)] = 230798, + [SMALL_STATE(5768)] = 230808, + [SMALL_STATE(5769)] = 230818, + [SMALL_STATE(5770)] = 230828, + [SMALL_STATE(5771)] = 230838, + [SMALL_STATE(5772)] = 230848, + [SMALL_STATE(5773)] = 230858, + [SMALL_STATE(5774)] = 230868, + [SMALL_STATE(5775)] = 230878, + [SMALL_STATE(5776)] = 230888, + [SMALL_STATE(5777)] = 230898, + [SMALL_STATE(5778)] = 230908, + [SMALL_STATE(5779)] = 230918, + [SMALL_STATE(5780)] = 230928, + [SMALL_STATE(5781)] = 230938, + [SMALL_STATE(5782)] = 230948, + [SMALL_STATE(5783)] = 230958, + [SMALL_STATE(5784)] = 230968, + [SMALL_STATE(5785)] = 230978, + [SMALL_STATE(5786)] = 230988, + [SMALL_STATE(5787)] = 230998, + [SMALL_STATE(5788)] = 231008, + [SMALL_STATE(5789)] = 231018, + [SMALL_STATE(5790)] = 231028, + [SMALL_STATE(5791)] = 231038, + [SMALL_STATE(5792)] = 231048, + [SMALL_STATE(5793)] = 231058, + [SMALL_STATE(5794)] = 231068, + [SMALL_STATE(5795)] = 231078, + [SMALL_STATE(5796)] = 231088, + [SMALL_STATE(5797)] = 231098, + [SMALL_STATE(5798)] = 231108, + [SMALL_STATE(5799)] = 231118, + [SMALL_STATE(5800)] = 231128, + [SMALL_STATE(5801)] = 231138, + [SMALL_STATE(5802)] = 231148, + [SMALL_STATE(5803)] = 231158, + [SMALL_STATE(5804)] = 231168, + [SMALL_STATE(5805)] = 231178, + [SMALL_STATE(5806)] = 231188, + [SMALL_STATE(5807)] = 231198, + [SMALL_STATE(5808)] = 231208, + [SMALL_STATE(5809)] = 231218, + [SMALL_STATE(5810)] = 231228, + [SMALL_STATE(5811)] = 231238, + [SMALL_STATE(5812)] = 231248, + [SMALL_STATE(5813)] = 231258, + [SMALL_STATE(5814)] = 231268, + [SMALL_STATE(5815)] = 231278, + [SMALL_STATE(5816)] = 231288, + [SMALL_STATE(5817)] = 231298, + [SMALL_STATE(5818)] = 231308, + [SMALL_STATE(5819)] = 231318, + [SMALL_STATE(5820)] = 231328, + [SMALL_STATE(5821)] = 231338, + [SMALL_STATE(5822)] = 231348, + [SMALL_STATE(5823)] = 231358, + [SMALL_STATE(5824)] = 231368, + [SMALL_STATE(5825)] = 231378, + [SMALL_STATE(5826)] = 231388, + [SMALL_STATE(5827)] = 231398, + [SMALL_STATE(5828)] = 231408, + [SMALL_STATE(5829)] = 231418, + [SMALL_STATE(5830)] = 231428, + [SMALL_STATE(5831)] = 231438, + [SMALL_STATE(5832)] = 231448, + [SMALL_STATE(5833)] = 231458, + [SMALL_STATE(5834)] = 231468, + [SMALL_STATE(5835)] = 231478, + [SMALL_STATE(5836)] = 231488, + [SMALL_STATE(5837)] = 231498, + [SMALL_STATE(5838)] = 231508, + [SMALL_STATE(5839)] = 231518, + [SMALL_STATE(5840)] = 231528, + [SMALL_STATE(5841)] = 231538, + [SMALL_STATE(5842)] = 231548, + [SMALL_STATE(5843)] = 231558, + [SMALL_STATE(5844)] = 231568, + [SMALL_STATE(5845)] = 231578, + [SMALL_STATE(5846)] = 231588, + [SMALL_STATE(5847)] = 231598, + [SMALL_STATE(5848)] = 231608, + [SMALL_STATE(5849)] = 231618, + [SMALL_STATE(5850)] = 231628, + [SMALL_STATE(5851)] = 231638, + [SMALL_STATE(5852)] = 231648, + [SMALL_STATE(5853)] = 231658, + [SMALL_STATE(5854)] = 231668, + [SMALL_STATE(5855)] = 231678, + [SMALL_STATE(5856)] = 231688, + [SMALL_STATE(5857)] = 231698, + [SMALL_STATE(5858)] = 231708, + [SMALL_STATE(5859)] = 231718, + [SMALL_STATE(5860)] = 231728, + [SMALL_STATE(5861)] = 231738, + [SMALL_STATE(5862)] = 231748, + [SMALL_STATE(5863)] = 231758, + [SMALL_STATE(5864)] = 231768, + [SMALL_STATE(5865)] = 231778, + [SMALL_STATE(5866)] = 231788, + [SMALL_STATE(5867)] = 231798, + [SMALL_STATE(5868)] = 231808, + [SMALL_STATE(5869)] = 231818, + [SMALL_STATE(5870)] = 231828, + [SMALL_STATE(5871)] = 231838, + [SMALL_STATE(5872)] = 231848, + [SMALL_STATE(5873)] = 231858, + [SMALL_STATE(5874)] = 231868, + [SMALL_STATE(5875)] = 231878, + [SMALL_STATE(5876)] = 231888, + [SMALL_STATE(5877)] = 231898, + [SMALL_STATE(5878)] = 231908, + [SMALL_STATE(5879)] = 231918, + [SMALL_STATE(5880)] = 231928, + [SMALL_STATE(5881)] = 231938, + [SMALL_STATE(5882)] = 231948, + [SMALL_STATE(5883)] = 231958, + [SMALL_STATE(5884)] = 231968, + [SMALL_STATE(5885)] = 231978, + [SMALL_STATE(5886)] = 231988, + [SMALL_STATE(5887)] = 231998, + [SMALL_STATE(5888)] = 232008, + [SMALL_STATE(5889)] = 232018, + [SMALL_STATE(5890)] = 232028, + [SMALL_STATE(5891)] = 232038, + [SMALL_STATE(5892)] = 232048, + [SMALL_STATE(5893)] = 232058, + [SMALL_STATE(5894)] = 232068, + [SMALL_STATE(5895)] = 232078, + [SMALL_STATE(5896)] = 232088, + [SMALL_STATE(5897)] = 232098, + [SMALL_STATE(5898)] = 232108, + [SMALL_STATE(5899)] = 232118, + [SMALL_STATE(5900)] = 232128, + [SMALL_STATE(5901)] = 232138, + [SMALL_STATE(5902)] = 232148, + [SMALL_STATE(5903)] = 232158, + [SMALL_STATE(5904)] = 232168, + [SMALL_STATE(5905)] = 232178, + [SMALL_STATE(5906)] = 232188, + [SMALL_STATE(5907)] = 232198, + [SMALL_STATE(5908)] = 232208, + [SMALL_STATE(5909)] = 232218, + [SMALL_STATE(5910)] = 232228, + [SMALL_STATE(5911)] = 232238, + [SMALL_STATE(5912)] = 232248, + [SMALL_STATE(5913)] = 232258, + [SMALL_STATE(5914)] = 232268, + [SMALL_STATE(5915)] = 232278, + [SMALL_STATE(5916)] = 232288, + [SMALL_STATE(5917)] = 232298, + [SMALL_STATE(5918)] = 232308, + [SMALL_STATE(5919)] = 232318, + [SMALL_STATE(5920)] = 232328, + [SMALL_STATE(5921)] = 232338, + [SMALL_STATE(5922)] = 232348, + [SMALL_STATE(5923)] = 232358, + [SMALL_STATE(5924)] = 232368, + [SMALL_STATE(5925)] = 232378, + [SMALL_STATE(5926)] = 232388, + [SMALL_STATE(5927)] = 232398, + [SMALL_STATE(5928)] = 232408, + [SMALL_STATE(5929)] = 232418, + [SMALL_STATE(5930)] = 232428, + [SMALL_STATE(5931)] = 232438, + [SMALL_STATE(5932)] = 232448, + [SMALL_STATE(5933)] = 232458, + [SMALL_STATE(5934)] = 232468, + [SMALL_STATE(5935)] = 232478, + [SMALL_STATE(5936)] = 232488, + [SMALL_STATE(5937)] = 232498, + [SMALL_STATE(5938)] = 232508, + [SMALL_STATE(5939)] = 232518, + [SMALL_STATE(5940)] = 232528, + [SMALL_STATE(5941)] = 232538, + [SMALL_STATE(5942)] = 232548, + [SMALL_STATE(5943)] = 232558, + [SMALL_STATE(5944)] = 232568, + [SMALL_STATE(5945)] = 232578, + [SMALL_STATE(5946)] = 232588, + [SMALL_STATE(5947)] = 232598, + [SMALL_STATE(5948)] = 232608, + [SMALL_STATE(5949)] = 232618, + [SMALL_STATE(5950)] = 232628, + [SMALL_STATE(5951)] = 232638, + [SMALL_STATE(5952)] = 232648, + [SMALL_STATE(5953)] = 232658, + [SMALL_STATE(5954)] = 232668, + [SMALL_STATE(5955)] = 232678, + [SMALL_STATE(5956)] = 232688, + [SMALL_STATE(5957)] = 232698, + [SMALL_STATE(5958)] = 232708, + [SMALL_STATE(5959)] = 232718, + [SMALL_STATE(5960)] = 232728, + [SMALL_STATE(5961)] = 232738, + [SMALL_STATE(5962)] = 232748, + [SMALL_STATE(5963)] = 232758, + [SMALL_STATE(5964)] = 232768, + [SMALL_STATE(5965)] = 232778, + [SMALL_STATE(5966)] = 232788, + [SMALL_STATE(5967)] = 232798, + [SMALL_STATE(5968)] = 232808, + [SMALL_STATE(5969)] = 232818, + [SMALL_STATE(5970)] = 232828, + [SMALL_STATE(5971)] = 232838, + [SMALL_STATE(5972)] = 232848, + [SMALL_STATE(5973)] = 232858, + [SMALL_STATE(5974)] = 232868, + [SMALL_STATE(5975)] = 232878, + [SMALL_STATE(5976)] = 232888, + [SMALL_STATE(5977)] = 232898, + [SMALL_STATE(5978)] = 232908, + [SMALL_STATE(5979)] = 232918, + [SMALL_STATE(5980)] = 232928, + [SMALL_STATE(5981)] = 232938, + [SMALL_STATE(5982)] = 232948, + [SMALL_STATE(5983)] = 232958, + [SMALL_STATE(5984)] = 232968, + [SMALL_STATE(5985)] = 232978, + [SMALL_STATE(5986)] = 232988, + [SMALL_STATE(5987)] = 232998, + [SMALL_STATE(5988)] = 233008, + [SMALL_STATE(5989)] = 233018, + [SMALL_STATE(5990)] = 233028, + [SMALL_STATE(5991)] = 233038, + [SMALL_STATE(5992)] = 233048, + [SMALL_STATE(5993)] = 233058, + [SMALL_STATE(5994)] = 233068, + [SMALL_STATE(5995)] = 233078, + [SMALL_STATE(5996)] = 233088, + [SMALL_STATE(5997)] = 233098, + [SMALL_STATE(5998)] = 233108, + [SMALL_STATE(5999)] = 233118, + [SMALL_STATE(6000)] = 233128, + [SMALL_STATE(6001)] = 233138, + [SMALL_STATE(6002)] = 233148, + [SMALL_STATE(6003)] = 233158, + [SMALL_STATE(6004)] = 233168, + [SMALL_STATE(6005)] = 233178, + [SMALL_STATE(6006)] = 233188, + [SMALL_STATE(6007)] = 233198, + [SMALL_STATE(6008)] = 233208, + [SMALL_STATE(6009)] = 233218, + [SMALL_STATE(6010)] = 233228, + [SMALL_STATE(6011)] = 233238, + [SMALL_STATE(6012)] = 233248, + [SMALL_STATE(6013)] = 233258, + [SMALL_STATE(6014)] = 233268, + [SMALL_STATE(6015)] = 233278, + [SMALL_STATE(6016)] = 233288, + [SMALL_STATE(6017)] = 233298, + [SMALL_STATE(6018)] = 233308, + [SMALL_STATE(6019)] = 233318, + [SMALL_STATE(6020)] = 233328, + [SMALL_STATE(6021)] = 233338, + [SMALL_STATE(6022)] = 233348, + [SMALL_STATE(6023)] = 233358, + [SMALL_STATE(6024)] = 233368, + [SMALL_STATE(6025)] = 233378, + [SMALL_STATE(6026)] = 233388, + [SMALL_STATE(6027)] = 233398, + [SMALL_STATE(6028)] = 233408, + [SMALL_STATE(6029)] = 233418, + [SMALL_STATE(6030)] = 233428, + [SMALL_STATE(6031)] = 233438, + [SMALL_STATE(6032)] = 233448, + [SMALL_STATE(6033)] = 233458, + [SMALL_STATE(6034)] = 233468, + [SMALL_STATE(6035)] = 233478, + [SMALL_STATE(6036)] = 233488, + [SMALL_STATE(6037)] = 233498, + [SMALL_STATE(6038)] = 233508, + [SMALL_STATE(6039)] = 233518, + [SMALL_STATE(6040)] = 233528, + [SMALL_STATE(6041)] = 233538, + [SMALL_STATE(6042)] = 233548, + [SMALL_STATE(6043)] = 233558, + [SMALL_STATE(6044)] = 233568, + [SMALL_STATE(6045)] = 233578, + [SMALL_STATE(6046)] = 233588, + [SMALL_STATE(6047)] = 233598, + [SMALL_STATE(6048)] = 233608, + [SMALL_STATE(6049)] = 233618, + [SMALL_STATE(6050)] = 233628, + [SMALL_STATE(6051)] = 233638, + [SMALL_STATE(6052)] = 233648, + [SMALL_STATE(6053)] = 233658, + [SMALL_STATE(6054)] = 233668, + [SMALL_STATE(6055)] = 233678, + [SMALL_STATE(6056)] = 233688, + [SMALL_STATE(6057)] = 233698, + [SMALL_STATE(6058)] = 233708, + [SMALL_STATE(6059)] = 233718, + [SMALL_STATE(6060)] = 233728, + [SMALL_STATE(6061)] = 233738, + [SMALL_STATE(6062)] = 233748, + [SMALL_STATE(6063)] = 233758, + [SMALL_STATE(6064)] = 233768, + [SMALL_STATE(6065)] = 233778, + [SMALL_STATE(6066)] = 233788, + [SMALL_STATE(6067)] = 233798, + [SMALL_STATE(6068)] = 233808, + [SMALL_STATE(6069)] = 233818, + [SMALL_STATE(6070)] = 233828, + [SMALL_STATE(6071)] = 233838, + [SMALL_STATE(6072)] = 233848, + [SMALL_STATE(6073)] = 233858, + [SMALL_STATE(6074)] = 233868, + [SMALL_STATE(6075)] = 233878, + [SMALL_STATE(6076)] = 233888, + [SMALL_STATE(6077)] = 233898, + [SMALL_STATE(6078)] = 233908, + [SMALL_STATE(6079)] = 233918, + [SMALL_STATE(6080)] = 233928, + [SMALL_STATE(6081)] = 233938, + [SMALL_STATE(6082)] = 233948, + [SMALL_STATE(6083)] = 233958, + [SMALL_STATE(6084)] = 233968, + [SMALL_STATE(6085)] = 233978, + [SMALL_STATE(6086)] = 233988, + [SMALL_STATE(6087)] = 233998, + [SMALL_STATE(6088)] = 234008, + [SMALL_STATE(6089)] = 234018, + [SMALL_STATE(6090)] = 234028, + [SMALL_STATE(6091)] = 234038, + [SMALL_STATE(6092)] = 234048, + [SMALL_STATE(6093)] = 234058, + [SMALL_STATE(6094)] = 234068, + [SMALL_STATE(6095)] = 234078, + [SMALL_STATE(6096)] = 234088, + [SMALL_STATE(6097)] = 234098, + [SMALL_STATE(6098)] = 234108, + [SMALL_STATE(6099)] = 234118, + [SMALL_STATE(6100)] = 234128, + [SMALL_STATE(6101)] = 234138, + [SMALL_STATE(6102)] = 234148, + [SMALL_STATE(6103)] = 234158, + [SMALL_STATE(6104)] = 234168, + [SMALL_STATE(6105)] = 234178, + [SMALL_STATE(6106)] = 234188, + [SMALL_STATE(6107)] = 234198, + [SMALL_STATE(6108)] = 234208, + [SMALL_STATE(6109)] = 234218, + [SMALL_STATE(6110)] = 234228, + [SMALL_STATE(6111)] = 234238, + [SMALL_STATE(6112)] = 234248, + [SMALL_STATE(6113)] = 234258, + [SMALL_STATE(6114)] = 234268, + [SMALL_STATE(6115)] = 234278, + [SMALL_STATE(6116)] = 234288, + [SMALL_STATE(6117)] = 234298, + [SMALL_STATE(6118)] = 234308, + [SMALL_STATE(6119)] = 234318, + [SMALL_STATE(6120)] = 234328, + [SMALL_STATE(6121)] = 234338, + [SMALL_STATE(6122)] = 234348, + [SMALL_STATE(6123)] = 234358, + [SMALL_STATE(6124)] = 234368, + [SMALL_STATE(6125)] = 234378, + [SMALL_STATE(6126)] = 234388, + [SMALL_STATE(6127)] = 234398, + [SMALL_STATE(6128)] = 234408, + [SMALL_STATE(6129)] = 234418, + [SMALL_STATE(6130)] = 234428, + [SMALL_STATE(6131)] = 234438, + [SMALL_STATE(6132)] = 234448, + [SMALL_STATE(6133)] = 234458, + [SMALL_STATE(6134)] = 234468, + [SMALL_STATE(6135)] = 234478, + [SMALL_STATE(6136)] = 234488, + [SMALL_STATE(6137)] = 234498, + [SMALL_STATE(6138)] = 234508, + [SMALL_STATE(6139)] = 234518, + [SMALL_STATE(6140)] = 234528, + [SMALL_STATE(6141)] = 234538, + [SMALL_STATE(6142)] = 234548, + [SMALL_STATE(6143)] = 234558, + [SMALL_STATE(6144)] = 234568, + [SMALL_STATE(6145)] = 234578, + [SMALL_STATE(6146)] = 234588, + [SMALL_STATE(6147)] = 234598, + [SMALL_STATE(6148)] = 234608, + [SMALL_STATE(6149)] = 234618, + [SMALL_STATE(6150)] = 234628, + [SMALL_STATE(6151)] = 234638, + [SMALL_STATE(6152)] = 234648, + [SMALL_STATE(6153)] = 234658, + [SMALL_STATE(6154)] = 234668, + [SMALL_STATE(6155)] = 234678, + [SMALL_STATE(6156)] = 234688, + [SMALL_STATE(6157)] = 234698, + [SMALL_STATE(6158)] = 234708, + [SMALL_STATE(6159)] = 234718, + [SMALL_STATE(6160)] = 234728, + [SMALL_STATE(6161)] = 234738, + [SMALL_STATE(6162)] = 234748, + [SMALL_STATE(6163)] = 234758, + [SMALL_STATE(6164)] = 234768, + [SMALL_STATE(6165)] = 234778, + [SMALL_STATE(6166)] = 234788, + [SMALL_STATE(6167)] = 234798, + [SMALL_STATE(6168)] = 234808, + [SMALL_STATE(6169)] = 234818, + [SMALL_STATE(6170)] = 234828, + [SMALL_STATE(6171)] = 234838, + [SMALL_STATE(6172)] = 234848, + [SMALL_STATE(6173)] = 234858, + [SMALL_STATE(6174)] = 234868, + [SMALL_STATE(6175)] = 234878, + [SMALL_STATE(6176)] = 234888, + [SMALL_STATE(6177)] = 234898, + [SMALL_STATE(6178)] = 234908, + [SMALL_STATE(6179)] = 234918, + [SMALL_STATE(6180)] = 234928, + [SMALL_STATE(6181)] = 234938, + [SMALL_STATE(6182)] = 234948, + [SMALL_STATE(6183)] = 234958, + [SMALL_STATE(6184)] = 234968, + [SMALL_STATE(6185)] = 234978, + [SMALL_STATE(6186)] = 234988, + [SMALL_STATE(6187)] = 234998, + [SMALL_STATE(6188)] = 235008, + [SMALL_STATE(6189)] = 235018, + [SMALL_STATE(6190)] = 235028, + [SMALL_STATE(6191)] = 235038, + [SMALL_STATE(6192)] = 235048, + [SMALL_STATE(6193)] = 235058, + [SMALL_STATE(6194)] = 235068, + [SMALL_STATE(6195)] = 235078, + [SMALL_STATE(6196)] = 235088, + [SMALL_STATE(6197)] = 235098, + [SMALL_STATE(6198)] = 235108, + [SMALL_STATE(6199)] = 235118, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), - [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 0), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4247), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4307), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6136), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5152), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5544), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5533), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4745), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6053), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), - [107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 3), - [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 3), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), - [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), - [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), - [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(2), - [130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), - [132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), - [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(3), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 4), - [149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 4), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 5), - [159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 5), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(11), - [164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), - [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(7), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(4), - [174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), - [176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), - [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(8), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number, 1), - [189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number, 1), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5730), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), - [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(19), - [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(21), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5807), - [213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1), - [215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_number, 1), - [223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_number, 1), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), - [239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(59), - [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), - [244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(58), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), - [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(64), - [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5690), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(66), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4295), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4165), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5379), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4160), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4928), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5612), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5871), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5504), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4154), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4616), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5693), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(102), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(103), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(110), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5771), - [448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(108), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), - [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5850), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4265), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4246), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5590), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4245), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5853), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5587), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4313), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4408), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4280), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4278), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), - [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1), - [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(215), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(214), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(241), - [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(236), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5630), - [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4358), - [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4237), - [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4352), - [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4350), - [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4349), - [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(930), - [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3941), - [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5590), - [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4290), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4245), - [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3706), - [670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1715), - [673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(162), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5077), - [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5853), - [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5226), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5100), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5101), - [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4114), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5587), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(2033), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3898), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1962), - [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1758), - [709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(87), - [712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5580), - [715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5593), - [718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(969), - [721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3778), - [724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3779), - [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4313), - [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4614), - [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5215), - [736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3634), - [739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5431), - [742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3864), - [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3059), - [748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3058), - [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(345), - [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(369), - [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(369), - [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5984), - [763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3057), - [766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5148), - [769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3004), - [772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4847), - [775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4461), - [778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5937), - [781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4445), - [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4287), - [787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4444), - [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4442), - [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4441), - [796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(903), - [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3941), - [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5590), - [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4290), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4245), - [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3706), - [814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1715), - [817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(162), - [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5077), - [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5853), - [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5226), - [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4880), - [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4876), - [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4114), - [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5587), - [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(2033), - [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3898), - [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1961), - [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1758), - [853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(87), - [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5580), - [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5577), - [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(969), - [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3778), - [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3779), - [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4313), - [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4614), - [877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5215), - [880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3634), - [883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5431), - [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3864), - [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3059), - [892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3058), - [895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(345), - [898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(369), - [901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(369), - [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5984), - [907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3057), - [910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5148), - [913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3004), - [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4847), - [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4461), - [922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(6170), - [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(267), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(266), - [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(270), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(271), - [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), - [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(297), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(292), - [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(294), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), - [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(291), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(300), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(312), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5627), - [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(299), - [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(305), - [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(329), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [1070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(327), - [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 36), - [1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 36), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3045), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3044), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(338), - [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(331), - [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(356), - [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(363), - [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), - [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), - [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(379), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5885), - [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(386), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(380), - [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(390), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), - [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(418), - [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [1258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(413), - [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [1271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(410), - [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [1286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(415), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(437), - [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(429), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(439), - [1308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(444), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), - [1317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(425), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(443), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5819), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(489), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(478), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), - [1361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_value, 1), REDUCE(sym__value, 1), - [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_value, 1), REDUCE(sym__value, 1), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1), - [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1), - [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 2), - [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 2), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), - [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), - [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), - [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4826), - [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), - [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), - [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4826), - [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 2), - [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 2), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5799), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, .production_id = 84), - [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, .production_id = 84), - [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4781), - [1428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4781), - [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2), - [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2), - [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2), - [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, .production_id = 55), - [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, .production_id = 55), - [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, .production_id = 97), - [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, .production_id = 97), - [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, .production_id = 66), - [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, .production_id = 66), - [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), - [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), - [1471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4781), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 146), - [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 146), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), - [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 1), - [1494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), - [1498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 1), REDUCE(sym__value, 1), - [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), - [1503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4499), - [1506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4499), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var, 2, .production_id = 25), - [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var, 2, .production_id = 25), - [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, .production_id = 5), - [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, .production_id = 5), - [1517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4499), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, .production_id = 133), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, .production_id = 133), - [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1), - [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), - [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4), - [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression, 1), - [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__expr_binary_expression, 1), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 3), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 3), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), - [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 81), - [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 81), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), - [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 82), - [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 82), - [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 5), - [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 5), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, .production_id = 112), - [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, .production_id = 112), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3), - [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3), - [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2), - [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2), - [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 78), - [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 78), - [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 78), - [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 78), - [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, .production_id = 39), - [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, .production_id = 39), - [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, .production_id = 39), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, .production_id = 39), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), - [1621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression, 1), - [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1), - [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1), - [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 6), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 6), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 2), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 2), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3), - [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 4), - [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 4), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5794), - [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, .production_id = 55), - [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, .production_id = 55), - [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, .production_id = 146), - [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, .production_id = 146), - [1655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3), - [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3), - [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_unary_minus, 4), - [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_unary_minus, 4), - [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 3), - [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 3), - [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 1), - [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 1), - [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 1), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 1), - [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2), - [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, .production_id = 66), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, .production_id = 66), - [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1), - [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1), - [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2), - [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2), - [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, .production_id = 127), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, .production_id = 127), - [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 97), - [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 97), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(713), - [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(714), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(716), - [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4803), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [1775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4803), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(717), - [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4803), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), - [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5678), - [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), - [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5207), - [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), - [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(930), - [1833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1715), - [1836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(162), - [1839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5091), - [1842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5226), - [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5100), - [1848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5101), - [1851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3898), - [1854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1962), - [1857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1758), - [1860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(87), - [1863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5580), - [1866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5593), - [1869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(969), - [1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3634), - [1875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5431), - [1878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3864), - [1881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3059), - [1884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3058), - [1887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(345), - [1890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(369), - [1893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(369), - [1896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5984), - [1899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3057), - [1902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5148), - [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3004), - [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4847), - [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4461), - [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5937), - [1917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(903), - [1920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1715), - [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(162), - [1926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5091), - [1929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5226), - [1932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4880), - [1935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4876), - [1938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3898), - [1941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1961), - [1944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1758), - [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(87), - [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5580), - [1953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5577), - [1956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(969), - [1959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3634), - [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5431), - [1965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3864), - [1968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3059), - [1971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3058), - [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(345), - [1977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(369), - [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(369), - [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5984), - [1986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3057), - [1989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5148), - [1992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3004), - [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4847), - [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4461), - [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(6170), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 187), - [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 187), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), - [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), - [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), - [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 188), - [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 188), - [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 85), - [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 85), - [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5521), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), - [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 189), - [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 189), - [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 190), - [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 190), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 83), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 83), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), - [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), - [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [2084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), - [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5469), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), - [2098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5445), - [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), - [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 134), - [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 134), - [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 226), - [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 226), - [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 221), - [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 221), - [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 135), - [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 135), - [2144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 222), - [2146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 222), - [2148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 218), - [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 218), - [2152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 217), - [2154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 217), - [2156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 214), - [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 214), - [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 129), - [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 129), - [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), - [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5837), - [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [2172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 130), - [2174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 130), - [2176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 213), - [2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 213), - [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 225), - [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 225), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [2186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 42), - [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 42), - [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), - [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5323), - [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), - [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), - [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), - [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), - [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), - [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), - [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [2250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 38), - [2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 38), - [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), - [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), - [2258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1), - [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5406), - [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3844), - [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [2282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), - [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [2292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), - [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), - [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), - [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 2, .production_id = 32), - [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, .production_id = 32), - [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4678), - [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), - [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), - [2311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1743), - [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(169), - [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5110), - [2320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4629), - [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(89), - [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2377), - [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5383), - [2332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2483), - [2335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2528), - [2338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(269), - [2341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(298), - [2344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(286), - [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(6028), - [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2527), - [2353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5275), - [2356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2489), - [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4615), - [2362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4496), - [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(905), - [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2625), - [2371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4678), - [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 80), - [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 80), - [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 2, .production_id = 20), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, .production_id = 20), - [2382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4678), - [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), - [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), - [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [2399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4500), - [2402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 1, .dynamic_precedence = 10, .production_id = 1), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), - [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), - [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), - [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), - [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [2430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5857), - [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4620), - [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), - [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [2448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1694), - [2451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(156), - [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4939), - [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4869), - [2460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(88), - [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2411), - [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5454), - [2469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2694), - [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2693), - [2475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(278), - [2478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(306), - [2481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(293), - [2484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5857), - [2487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2692), - [2490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5128), - [2493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2698), - [2496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4620), - [2499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4414), - [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(949), - [2505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2639), - [2508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4500), - [2511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4500), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 38), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5940), - [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [2532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 17), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), - [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), - [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5394), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6018), - [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), - [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), - [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4490), - [2574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), - [2576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1265), - [2579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1743), - [2582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(169), - [2585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5110), - [2588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4629), - [2591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(89), - [2594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2377), - [2597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5383), - [2600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2483), - [2603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2528), - [2606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(269), - [2609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(298), - [2612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(286), - [2615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(6028), - [2618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2527), - [2621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5275), - [2624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2489), - [2627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4615), - [2630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4496), - [2633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(905), - [2636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2625), - [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 80), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 4, .dynamic_precedence = 10, .production_id = 80), - [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 4, .dynamic_precedence = 10, .production_id = 80), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5922), - [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 1), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5580), - [2663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), - [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), - [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), - [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), - [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 120), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 120), - [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5615), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 17), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 17), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 38), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 38), - [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 3, .production_id = 72), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, .production_id = 72), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), - [2713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5615), - [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 120), - [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 120), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4306), - [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 72), - [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 72), - [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), - [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 1), - [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 1), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), - [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), - [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), - [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), - [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), - [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5540), - [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5499), - [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), - [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), - [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), - [2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4785), - [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), - [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), - [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), - [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4224), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5604), - [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5834), - [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5479), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4227), - [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4598), - [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), - [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 2), - [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [2844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5871), - [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(203), - [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(4953), - [2853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5190), - [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), - [2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(6059), - [2861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5190), - [2864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5418), - [2867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(427), - [2870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(427), - [2873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5210), - [2876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(2777), - [2879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5693), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 3), - [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 3), - [2910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [2912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4598), - [2927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4598), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 1), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), - [2938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1094), - [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), - [2945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4529), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5375), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5938), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 4), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 4), - [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [2990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1110), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), - [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [3031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5954), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), - [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [3071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4529), - [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [3080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5871), - [3083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(203), - [3086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5227), - [3089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5190), - [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), - [3094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(6059), - [3097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5190), - [3100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5418), - [3103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(427), - [3106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(427), - [3109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5210), - [3112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(2777), - [3115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5693), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [3130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), - [3132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1274), - [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1274), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [3150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4529), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2, .production_id = 43), - [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2, .production_id = 43), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 69), - [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 69), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 137), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 137), - [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 86), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 86), - [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [3191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1171), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), - [3198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 136), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 136), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), - [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), - [3206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 132), - [3208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 132), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), - [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 131), - [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 131), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), - [3218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 8), - [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 8), - [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 7), - [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 7), - [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1), - [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1), - [3232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, .production_id = 43), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, .production_id = 43), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [3238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 68), - [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 68), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), - [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 30), - [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 30), - [3248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 31), - [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 31), - [3252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 3, .production_id = 47), - [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, .production_id = 47), - [3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 5), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 5), - [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 1), - [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 1), - [3264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), - [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 2, .production_id = 19), - [3268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), SHIFT(155), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 2), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 2), - [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1198), - [3278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), - [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [3286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), - [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [3322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), - [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 41), - [3326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), SHIFT(155), - [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 208), - [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 208), - [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 116), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 116), - [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), - [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 117), - [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 117), - [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1), - [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1), - [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 115), - [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 115), - [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), - [3363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), - [3366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), - [3369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 3), - [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 81), - [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 81), - [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 118), - [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 118), - [3379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 165), - [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 165), - [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 4, .production_id = 87), - [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, .production_id = 87), - [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 4, .production_id = 88), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, .production_id = 88), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 4, .production_id = 94), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, .production_id = 94), - [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 11), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 11), - [3399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 9), - [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 9), - [3403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 95), - [3405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 95), - [3407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 2), - [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2), - [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 182), - [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 182), - [3415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 181), - [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 181), - [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 4, .production_id = 100), - [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, .production_id = 100), - [3423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 7, .production_id = 191), - [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 7, .production_id = 191), - [3427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 157), - [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 157), - [3431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 158), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 158), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), - [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 2), - [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), - [3443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 4), - [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4), - [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), - [3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5597), - [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 2), - [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2), - [3455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 199), - [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 199), - [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 159), - [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 159), - [3463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 160), - [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 160), - [3467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 161), - [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 161), - [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 162), - [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 162), - [3475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 163), - [3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 163), - [3479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 164), - [3481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 164), - [3483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 6), - [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 6), - [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 200), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 200), - [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 201), - [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 201), - [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 202), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 202), - [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), - [3501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 177), - [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 177), - [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 178), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 178), - [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 179), - [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 179), - [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 180), - [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 180), - [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 173), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 173), - [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 172), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 172), - [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 3), - [3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3), - [3529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 5), - [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 5), - [3533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 3), - [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3), - [3537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration, 1), - [3539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), - [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), - [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_last, 1), - [3547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [3549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), - [3552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), - [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1), - [3557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_statement, 1), - [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1), - [3561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 171), - [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 171), - [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_hide, 1), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1), - [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_overlay, 1), - [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1), - [3573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 5, .production_id = 148), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, .production_id = 148), - [3577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 204), - [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 204), - [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 166), - [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 166), - [3585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 10), - [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 10), - [3589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), SHIFT(142), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [3596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 205), - [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 205), - [3600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 7), - [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 7), - [3604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 206), - [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 206), - [3608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 9), - [3610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 9), - [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 207), - [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 207), - [3616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 209), - [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 209), - [3620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 210), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 210), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), - [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_export, 2, .production_id = 18), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, .production_id = 18), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), - [3632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 211), - [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 211), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 215), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 215), - [3642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 216), - [3644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 216), - [3646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 9, .production_id = 250), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 9, .production_id = 250), - [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 219), - [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 219), - [3654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 220), - [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 220), - [3658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1), - [3660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), - [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), - [3664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 223), - [3666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 223), - [3668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 2), - [3670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2), - [3672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 224), - [3674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 224), - [3676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 227), - [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 227), - [3680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 228), - [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 228), - [3684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 28), - [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 28), - [3688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 29), - [3690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 29), - [3692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_env, 2, .production_id = 33), - [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, .production_id = 33), - [3696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_list, 2), - [3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2), - [3700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), SHIFT(142), - [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 234), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 234), - [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 235), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 235), - [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 236), - [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 236), - [3715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 237), - [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 237), - [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 238), - [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 238), - [3723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 239), - [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 239), - [3727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 240), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 240), - [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 241), - [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 241), - [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2), - [3737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), - [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), - [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 2), - [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 242), - [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 242), - [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 243), - [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 243), - [3753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 244), - [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 244), - [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 245), - [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 245), - [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 8), - [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 8), - [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 246), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 246), - [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 247), - [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 247), - [3775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 248), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 248), - [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 249), - [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 249), - [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 233), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 233), - [3787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 232), - [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 232), - [3791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_new, 3, .production_id = 74), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, .production_id = 74), - [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_hide, 3, .production_id = 73), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, .production_id = 73), - [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 152), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 152), - [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 1), - [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 231), - [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 231), - [3809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 3, .production_id = 32), - [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, .production_id = 32), - [3813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 139), - [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 139), - [3817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 5, .production_id = 140), - [3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, .production_id = 140), - [3821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 143), - [3823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 143), - [3825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 48), - [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 48), - [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wild_card, 1), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1), - [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), - [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), - [3837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 50), - [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 50), - [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), - [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), - [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), - [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), - [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 3, .production_id = 144), - [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, .production_id = 144), - [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), - [3857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 70), - [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 70), - [3861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), - [3865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 7, .production_id = 212), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, .production_id = 212), - [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 71), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 71), - [3873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 3), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3), - [3877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2), - [3879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2), REDUCE(sym_pipeline_parenthesized_last, 2), - [3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2), REDUCE(sym_pipeline_parenthesized_last, 2), - [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 2), - [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), - [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5619), - [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4353), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_last, 1), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 2), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 3), - [3901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3), - [3903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3), REDUCE(sym_pipeline_parenthesized_last, 3), - [3906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3), REDUCE(sym_pipeline_parenthesized_last, 3), - [3909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 3), - [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1), - [3913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1), REDUCE(sym__declaration_parenthesized_last, 1), - [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1), REDUCE(sym__declaration_parenthesized_last, 1), - [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized_last, 1), - [3921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1), - [3923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1), REDUCE(sym__statement_parenthesized_last, 1), - [3926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1), REDUCE(sym__statement_parenthesized_last, 1), - [3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized_last, 1), - [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 4, .production_id = 89), - [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, .production_id = 89), - [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let, 2, .production_id = 10), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, .production_id = 10), - [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), - [3941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized, 2, .production_id = 10), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized, 2, .production_id = 10), - [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized, 2, .production_id = 10), - [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized, 2, .production_id = 10), - [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 2, .production_id = 10), - [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 2, .production_id = 10), - [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 3, .production_id = 40), - [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 3, .production_id = 40), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2), - [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 5, .production_id = 138), - [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, .production_id = 138), - [3963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 3, .production_id = 90), - [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 3, .production_id = 90), - [3967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 4, .production_id = 89), - [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 4, .production_id = 89), - [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 3, .production_id = 40), - [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, .production_id = 40), - [3975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1), - [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1), - [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [3985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 3, .production_id = 90), - [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, .production_id = 90), - [3989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 4, .production_id = 142), - [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, .production_id = 142), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2), - [3997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), - [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 4, .production_id = 142), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 4, .production_id = 142), - [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 5, .production_id = 138), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 5, .production_id = 138), - [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized, 1), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized, 1), - [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 2, .production_id = 10), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, .production_id = 10), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), - [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), - [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), - [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5635), - [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2), - [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2), - [4037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4823), - [4040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3), - [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3), - [4044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4851), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [4057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4823), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [4068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6007), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [4126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4823), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [4131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4851), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [4152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), - [4154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4851), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), - [4182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [4187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1709), - [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), - [4192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(160), - [4195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5006), - [4198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4304), - [4201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(99), - [4204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3208), - [4207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5032), - [4210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3471), - [4213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3472), - [4216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(458), - [4219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(508), - [4222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(493), - [4225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5954), - [4228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3475), - [4231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5083), - [4234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3426), - [4237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4898), - [4240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4370), - [4243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3446), - [4246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), - [4248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5562), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), - [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3873), - [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), - [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), - [4258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), - [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [4262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), - [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), - [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6087), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [4324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1739), - [4327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [4329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1697), - [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5637), - [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 1), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6084), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4934), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), - [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6068), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), - [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5455), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [4418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [4448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 114), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [4452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 114), - [4454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 113), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 113), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), - [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6078), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), - [4502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6058), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [4532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 107), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 107), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), - [4544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4252), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [4590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), - [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [4622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [4624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 106), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [4628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 106), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), - [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), - [4670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [4676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 3), REDUCE(sym_val_closure, 3), - [4679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 3), REDUCE(sym_val_closure, 3), - [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), - [4688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [4710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [4726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5221), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [4740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6038), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), - [4770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), - [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4966), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), - [4788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), - [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), - [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), - [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [4830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), - [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6049), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), - [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [4854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, .production_id = 26), - [4856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, .production_id = 26), - [4858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), - [4860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), - [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), - [4874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 114), - [4876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 114), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [4882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 106), - [4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 106), - [4886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 107), - [4888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 107), - [4890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 2), - [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 2), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [4898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, .production_id = 26), REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), - [4901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, .production_id = 26), REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), - [4904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 113), - [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 113), - [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5355), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), - [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), - [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [4926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1983), - [4929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(146), - [4932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5227), - [4935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5109), - [4938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1121), - [4941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), - [4943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), - [4945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(4482), - [4948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5433), - [4951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3022), - [4954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3023), - [4957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(719), - [4960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(769), - [4963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(758), - [4966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(6007), - [4969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5471), - [4972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5210), - [4975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2777), - [4978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3003), - [4981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [4989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), - [4991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5373), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), - [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6009), - [4997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [4999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1985), - [5002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), - [5004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(160), - [5007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5006), - [5010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4252), - [5013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1131), - [5016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3410), - [5019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5200), - [5022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3471), - [5025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3472), - [5028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(497), - [5031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(508), - [5034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(512), - [5037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5954), - [5040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3603), - [5043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5083), - [5046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3426), - [5049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3446), - [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), - [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), - [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5964), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), - [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5390), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), - [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), - [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), - [5144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4669), - [5147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4827), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), - [5156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4669), - [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [5161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [5169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4827), - [5172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4827), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [5185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4658), - [5188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [5192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 2), - [5194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_ignore_rest, 2), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [5200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 2), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), - [5204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6019), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [5208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), - [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5450), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6022), - [5216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [5232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), - [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4910), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [5239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4910), - [5242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4910), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [5251] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(2379), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [5257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(2379), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [5262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(2380), - [5265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4893), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5910), - [5270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [5274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), - [5276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [5292] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(2419), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [5298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), REDUCE(sym__immediate_decimal, 3), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [5303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 195), - [5305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 195), SHIFT_REPEAT(4031), - [5308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 195), SHIFT_REPEAT(3891), - [5311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 195), SHIFT_REPEAT(3893), - [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), - [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5654), - [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [5330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(2394), - [5333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4893), - [5336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(2419), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), - [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), - [5345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6025), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), - [5363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 45), - [5365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 45), - [5367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 44), - [5369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 44), - [5371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), - [5381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), - [5383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), - [5385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), - [5387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), - [5389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), - [5391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), - [5393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), - [5395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), - [5397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, .production_id = 4), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [5401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), - [5403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [5411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, .production_id = 4), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [5415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [5419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, .production_id = 24), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [5423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [5425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4874), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), - [5430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), - [5432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(5743), - [5435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(2695), - [5438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, .production_id = 93), - [5440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4874), - [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), - [5445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4874), - [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [5458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), - [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), - [5472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), - [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [5476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [5478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), - [5480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, .production_id = 13), - [5482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, .production_id = 13), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), - [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [5496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1), - [5498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), - [5508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 99), - [5510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 99), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), - [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5361), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), - [5538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3), - [5540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), - [5548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5880), - [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), - [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5628), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), - [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), - [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5353), - [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [5576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 24), - [5578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 24), - [5580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 4), - [5582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 4), - [5584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3), - [5586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [5602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3, .production_id = 4), - [5604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, .production_id = 4), - [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), - [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [5612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 3), - [5614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 3), - [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6200), - [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), - [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5914), - [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), - [5638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4658), - [5641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), - [5643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [5645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [5647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 1), - [5649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 1), - [5651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, .production_id = 91), - [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [5657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, .production_id = 196), - [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), - [5661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4808), - [5664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 34), - [5666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 34), - [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [5678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [5696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4808), - [5699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1), - [5701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1), - [5703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4658), - [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [5708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), - [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [5712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), - [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [5740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, .production_id = 194), - [5742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, .production_id = 192), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [5750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3), - [5752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, .production_id = 169), - [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), - [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), - [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), - [5786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4808), - [5789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 75), - [5791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 75), - [5793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [5797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [5805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [5817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [5819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 76), - [5821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 76), - [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [5833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [5835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [5837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [5839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [5843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [5847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), - [5849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [5851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), - [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), - [5855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [5875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), - [5877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [5881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [5883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [5885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [5887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [5907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [5909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [5911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [5913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4835), - [5916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 169), - [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), - [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), - [5950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4835), - [5953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), - [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), - [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), - [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [5963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [5965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), - [5969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [5971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [5973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [5975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [5977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [5979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [5981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [5985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [5989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4697), - [5992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4835), - [5995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [5997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [5999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [6001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [6021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), - [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [6029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), - [6033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [6035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4601), - [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5878), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), - [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5912), - [6060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4723), - [6063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_list, 2), REDUCE(sym_val_list, 2), - [6066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_list, 2), REDUCE(sym_val_list, 2), - [6069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 125), - [6071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 125), - [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [6077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [6081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [6083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [6087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [6089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [6091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [6101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [6103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [6111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), - [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), - [6121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), - [6125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 123), - [6127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 123), - [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [6131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), - [6133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [6135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [6137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [6139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [6141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [6145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [6147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [6151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [6153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [6157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [6163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [6165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), - [6169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), - [6177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [6179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [6185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [6187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [6189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [6191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [6199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [6201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), - [6203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), - [6205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [6209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [6211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [6213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_record, 2), REDUCE(sym_val_record, 2), - [6216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 2), REDUCE(sym_val_record, 2), - [6219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [6221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [6227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [6233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [6235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [6239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [6241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [6247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, .dynamic_precedence = 10), - [6249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, .dynamic_precedence = 10), - [6251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1), - [6253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [6259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [6261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [6267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4723), - [6270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 1), - [6272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 1), - [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), - [6286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4723), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), - [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), - [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [6297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 2), - [6299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 2), - [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [6307] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(3165), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [6313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4596), - [6316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3165), - [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [6325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3222), - [6328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4596), - [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3401), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [6335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4596), - [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [6352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1), - [6354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6005), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), - [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), - [6414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, .production_id = 66), - [6416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, .production_id = 66), - [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [6426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__expr_binary_expression, 1), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [6431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5988), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [6443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 2), - [6445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 2), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [6455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1), REDUCE(sym__list_item_expression, 1), - [6458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1), REDUCE(sym__list_item_expression, 1), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), - [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [6473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3290), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [6478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3263), - [6481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [6487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), - [6509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [6513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), - [6515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 6), - [6517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 6), - [6519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 22), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [6523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 22), - [6525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [6537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 4), - [6539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 4), - [6541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), - [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [6546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), - [6549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [6559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 5), - [6561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 5), - [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), - [6597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_starts_with_sign, 2), - [6599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_starts_with_sign, 2), - [6601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_record, 3), REDUCE(sym_val_record, 3), - [6604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 3), REDUCE(sym_val_record, 3), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [6691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), - [6693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [6755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [6757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [6795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, .production_id = 176), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [6799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, .production_id = 176), - [6801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1), - [6803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1), - [6805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), - [6807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), - [6809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [6812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [6815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1), - [6817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [6853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 4, .production_id = 203), - [6855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 4, .production_id = 203), - [6857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, .production_id = 176), - [6859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, .production_id = 176), - [6861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), - [6863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), - [6865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, .production_id = 103), - [6867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, .production_id = 103), - [6869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, .production_id = 174), - [6871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, .production_id = 174), - [6873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, .production_id = 102), - [6875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, .production_id = 102), - [6877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), - [6879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), - [6881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 22), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [6885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 22), - [6887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), - [6893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 4, .production_id = 66), - [6895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 4, .production_id = 66), - [6897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3), - [6899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3), - [6901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, .production_id = 55), - [6903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, .production_id = 55), - [6905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 53), - [6907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 53), - [6909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), - [6911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [6919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5712), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [6923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), - [6925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [6935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), - [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5349), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), - [6969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [7007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), - [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), - [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [7109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), - [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), + [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 0, 0, 0), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5602), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4214), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5250), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5589), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4250), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4177), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5607), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5845), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4501), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3703), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3702), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5696), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4233), + [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3985), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5844), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5279), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5605), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4244), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4609), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4263), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4204), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4283), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5529), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1, 0, 0), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4310), + [362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4307), + [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4313), + [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4324), + [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4327), + [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(592), + [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3985), + [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5593), + [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4297), + [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4237), + [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3677), + [392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1430), + [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(28), + [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5072), + [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5844), + [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5279), + [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4897), + [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4896), + [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4069), + [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5605), + [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1785), + [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3870), + [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1661), + [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1545), + [431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(9), + [434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5608), + [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5609), + [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(673), + [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3727), + [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3737), + [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4244), + [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4609), + [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5326), + [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3605), + [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5451), + [464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3775), + [467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3075), + [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3074), + [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2512), + [476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2623), + [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2623), + [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5976), + [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3073), + [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5143), + [491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2963), + [494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4865), + [497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4364), + [500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6159), + [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4460), + [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4220), + [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4434), + [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4401), + [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4394), + [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(621), + [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3985), + [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5593), + [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4297), + [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4237), + [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3677), + [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1430), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(28), + [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5072), + [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5844), + [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), + [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5109), + [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4069), + [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5605), + [563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1785), + [566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1663), + [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), + [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(9), + [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5608), + [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5529), + [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(673), + [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3727), + [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3737), + [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4244), + [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4609), + [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5326), + [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3605), + [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5451), + [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3775), + [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3074), + [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2512), + [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), + [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), + [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5976), + [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3073), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2963), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4865), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4364), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5925), + [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 3, 0, 0), + [649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 3, 0, 0), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), + [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), + [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), + [675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(119), + [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 4, 0, 0), + [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 4, 0, 0), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(118), + [697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 2, 0, 0), + [699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 2, 0, 0), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5715), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 1, 0, 5), + [717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4589), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(126), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5793), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 2, 0, 0), + [735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 2, 0, 0), + [737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number, 1, 0, 0), + [739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number, 1, 0, 0), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5724), + [745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1, 0, 0), + [747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1, 0, 0), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(120), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), + [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), + [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4589), + [767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(121), + [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(123), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 5, 0, 0), + [777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 5, 0, 0), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), + [783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, 0, 84), + [785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, 0, 84), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, 0, 97), + [791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, 0, 97), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1, 0, 0), + [799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1, 0, 0), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4535), + [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(131), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2, 0, 0), + [817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2, 0, 0), + [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(141), + [822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2, 0, 0), + [824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2, 0, 0), + [826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, 0, 66), + [828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, 0, 66), + [830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), + [832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), + [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4535), + [837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 146), + [839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 146), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5801), + [845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3, 0, 0), + [847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3, 0, 0), + [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4535), + [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, 0, 55), + [854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, 0, 55), + [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2, 0, 0), + [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2, 0, 0), + [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var, 2, 0, 25), + [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var, 2, 0, 25), + [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1, 0, 0), + [870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1, 0, 0), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, 0, 5), + [887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, 0, 5), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4495), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4495), + [905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_number, 1, 0, 0), + [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_number, 1, 0, 0), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4495), + [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1, 0, 0), + [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1, 0, 0), + [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, 0, 133), + [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, 0, 133), + [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression, 1, 0, 0), + [928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), REDUCE(sym__expr_binary_expression, 1, 0, 0), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 3, 0, 0), + [937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 3, 0, 0), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5711), + [941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4, 0, 0), + [943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4, 0, 0), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, 0, 55), + [951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, 0, 55), + [953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, 0, 112), + [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, 0, 112), + [957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, 0, 82), + [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, 0, 82), + [961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, 0, 81), + [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, 0, 81), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 1, 0, 0), + [971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 1, 0, 0), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), + [975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1, 0, 0), + [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1, 0, 0), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_unary_minus, 4, 0, 0), + [989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_unary_minus, 4, 0, 0), + [991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, 0, 6), + [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, 0, 6), + [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 2, 0, 0), + [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 2, 0, 0), + [999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2, 0, 0), + [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2, 0, 0), + [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2, 0, 0), + [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2, 0, 0), + [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression, 1, 0, 0), + [1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, 0, 39), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, 0, 39), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [1015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, 0, 39), + [1017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, 0, 39), + [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, 0, 0), + [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, 0, 0), + [1023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 3, 0, 0), + [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 3, 0, 0), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), + [1031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3, 0, 0), + [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3, 0, 0), + [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2, 0, 0), + [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2, 0, 0), + [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, 0, 78), + [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, 0, 78), + [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, 0, 78), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, 0, 78), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5790), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [1055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, 0, 127), + [1057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, 0, 127), + [1059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 1, 0, 0), + [1061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 1, 0, 0), + [1063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 97), + [1065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 97), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 146), + [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 146), + [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 4, 0, 0), + [1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 4, 0, 0), + [1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 5, 0, 0), + [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 5, 0, 0), + [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 6, 0, 0), + [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 6, 0, 0), + [1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1, 0, 0), + [1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1, 0, 0), + [1089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, 0, 0), + [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, 0, 0), + [1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, 0, 66), + [1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, 0, 66), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [1131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(373), + [1134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(374), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5676), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5684), + [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(380), + [1164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(381), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), + [1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4541), + [1184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4541), + [1187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4541), + [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), + [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5672), + [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), + [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), + [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), + [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(621), + [1237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1430), + [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(28), + [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5082), + [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), + [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5109), + [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1663), + [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), + [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(9), + [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5608), + [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5529), + [1273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(673), + [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3605), + [1279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5451), + [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3775), + [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3074), + [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2512), + [1294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), + [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), + [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5976), + [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3073), + [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), + [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2963), + [1312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4865), + [1315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4364), + [1318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5925), + [1321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(592), + [1324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1430), + [1327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(28), + [1330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5082), + [1333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), + [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4897), + [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4896), + [1342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [1345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1661), + [1348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), + [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(9), + [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5608), + [1357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5609), + [1360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(673), + [1363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3605), + [1366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5451), + [1369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3775), + [1372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [1375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3074), + [1378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2512), + [1381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), + [1384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), + [1387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5976), + [1390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3073), + [1393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), + [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2963), + [1399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4865), + [1402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4364), + [1405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(6159), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 188), + [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 188), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), + [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 83), + [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 83), + [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [1446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5519), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), + [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 190), + [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 190), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 189), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 189), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 85), + [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 85), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 187), + [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 187), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5313), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5437), + [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [1508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(528), + [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(521), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), + [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5460), + [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), + [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [1554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 225), + [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 225), + [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 222), + [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 222), + [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 221), + [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 221), + [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 218), + [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 218), + [1574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(531), + [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 129), + [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 129), + [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(542), + [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 217), + [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 217), + [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 214), + [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 214), + [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 135), + [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 135), + [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 213), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 213), + [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 226), + [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 226), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), + [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 134), + [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 134), + [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), + [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5830), + [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 130), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 130), + [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 10, 17), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 10, 17), + [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5254), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), + [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5384), + [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6020), + [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), + [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4702), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1, 0, 0), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1, 0, 0), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4923), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4917), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), + [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5463), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), + [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6040), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4494), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), + [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 2, 0, 20), + [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, 0, 20), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5337), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), + [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 2, 0, 32), + [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, 0, 32), + [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 10, 38), + [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 10, 38), + [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), + [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), + [1750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(1410), + [1753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(49), + [1756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(5254), + [1759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4624), + [1762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(13), + [1765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2124), + [1768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(5384), + [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2333), + [1774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2397), + [1777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2090), + [1780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2153), + [1783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2126), + [1786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(6020), + [1789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2396), + [1792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(5273), + [1795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2392), + [1798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4702), + [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4395), + [1804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(574), + [1807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2319), + [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, 10, 1), + [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, 10, 1), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5842), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, 10, 80), + [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, 10, 80), + [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, 0, 42), + [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, 0, 42), + [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4514), + [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4514), + [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4514), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), + [1847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(932), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(1410), + [1853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(49), + [1856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(5254), + [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(4624), + [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(13), + [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2124), + [1868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(5384), + [1871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2333), + [1874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2397), + [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2090), + [1880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2153), + [1883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2126), + [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(6020), + [1889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2396), + [1892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(5273), + [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2392), + [1898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(4702), + [1901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(4395), + [1904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(574), + [1907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 46), SHIFT_REPEAT(2319), + [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), + [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), + [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5347), + [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5848), + [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), + [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4107), + [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, 10, 80), + [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 1, 10, 1), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, 10, 38), + [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, 10, 17), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4608), + [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4608), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5332), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5429), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3844), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4387), + [2020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(1447), + [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(41), + [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4933), + [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4889), + [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(11), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2143), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(5347), + [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2464), + [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2463), + [2047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2099), + [2050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2191), + [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2149), + [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(5848), + [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2453), + [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4920), + [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2567), + [2068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4615), + [2071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(4389), + [2074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(636), + [2077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 46), SHIFT_REPEAT(2471), + [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5931), + [2088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), + [2090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [2094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4608), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 4, 10, 80), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 4, 10, 80), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, 10, 17), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, 10, 17), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, 10, 1), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 2, 10, 1), + [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6111), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, 10, 38), + [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, 10, 38), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, 0, 120), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, 0, 120), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5606), + [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4295), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, 0, 72), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, 0, 72), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), + [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2, 0, 0), + [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2, 0, 0), + [2155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2, 0, 0), SHIFT_REPEAT(5606), + [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 1, 0, 0), + [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1, 0, 0), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5608), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5451), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), + [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4364), + [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5751), + [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 3, 0, 72), + [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, 0, 72), + [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4306), + [2190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, 0, 120), + [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, 0, 120), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4209), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), + [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5827), + [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [2232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2, 0, 0), SHIFT_REPEAT(5532), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5583), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5467), + [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), + [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), + [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5438), + [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5293), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), + [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [2323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4505), + [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 2, 0, 0), + [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), + [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4505), + [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5845), + [2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(110), + [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5084), + [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5293), + [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), + [2351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(6035), + [2354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5293), + [2357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5441), + [2360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(2869), + [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(2869), + [2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5338), + [2369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(2634), + [2372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5696), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 3, 0, 0), + [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 3, 0, 0), + [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [2387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4505), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), + [2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2, 0, 43), + [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2, 0, 43), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), + [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [2460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [2488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(802), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 4, 0, 0), + [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 4, 0, 0), + [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 1, 0, 0), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), + [2521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(780), + [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5469), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), + [2544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4643), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [2553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4643), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [2564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5845), + [2567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(110), + [2570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5274), + [2573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5293), + [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), + [2578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(6035), + [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5293), + [2584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5441), + [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(2869), + [2590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(2869), + [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5338), + [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(2634), + [2599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, 0, 67), SHIFT_REPEAT(5696), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4643), + [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), + [2609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1153), + [2612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1153), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5929), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, 0, 31), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, 0, 31), + [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, 0, 8), + [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, 0, 8), + [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, 0, 7), + [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, 0, 7), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1, 0, 0), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1, 0, 0), + [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 69), + [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 69), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), + [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), + [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 131), + [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 131), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), + [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 132), + [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 132), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 1, 0, 0), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 1, 0, 0), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 136), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 136), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), + [2691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 137), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 137), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 3, 0, 47), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, 0, 47), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 68), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 68), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [2743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, 0, 86), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, 0, 86), + [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, 0, 41), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, 0, 41), + [2751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, 0, 41), SHIFT(44), + [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [2756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, 0, 30), + [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, 0, 30), + [2760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, 0, 43), + [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, 0, 43), + [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 2, 0, 19), + [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 2, 0, 19), + [2768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, 0, 19), SHIFT(44), + [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(874), + [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 2, 0, 0), + [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 2, 0, 0), + [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 5, 0, 0), + [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 5, 0, 0), + [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(900), + [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 5, 0, 148), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, 0, 148), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 180), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 180), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 4, 0, 94), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, 0, 94), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, 0, 95), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, 0, 95), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2, 0, 0), + [2811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 2, 0, 0), REDUCE(sym_pipeline_last, 2, 0, 0), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0), REDUCE(sym_pipeline_last, 2, 0, 0), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 2, 0, 0), + [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 2, 0, 0), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2, 0, 0), + [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 4, 0, 100), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, 0, 100), + [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 3, 0, 0), + [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3, 0, 0), + [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 3, 0, 0), + [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3, 0, 0), + [2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_list, 2, 0, 0), + [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2, 0, 0), + [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_env, 2, 0, 33), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, 0, 33), + [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 4, 0, 0), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4, 0, 0), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5527), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, 0, 29), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, 0, 29), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, 0, 28), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, 0, 28), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 2, 0, 0), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2, 0, 0), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_loop, 2, 0, 18), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, 0, 18), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 2, 0, 0), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2, 0, 0), + [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 2, 0, 0), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2, 0, 0), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_export, 2, 0, 18), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, 0, 18), + [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), + [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 249), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 249), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 248), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 248), + [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 247), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 247), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 246), + [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 246), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 245), + [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 245), + [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 244), + [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 244), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 243), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 243), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 242), + [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 242), + [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 241), + [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 241), + [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 240), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 240), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 239), + [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 239), + [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 238), + [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 238), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 237), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 237), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 236), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 236), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 235), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 235), + [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, 0, 139), + [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, 0, 139), + [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 5, 0, 140), + [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, 0, 140), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, 0, 234), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, 0, 234), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 228), + [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 228), + [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 227), + [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 227), + [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_overlay, 1, 0, 0), + [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1, 0, 0), + [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_hide, 1, 0, 0), + [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1, 0, 0), + [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, 0, 143), + [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, 0, 143), + [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_statement, 1, 0, 0), + [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1, 0, 0), + [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 4, 0, 87), + [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, 0, 87), + [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [3001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), REDUCE(sym__statement_last, 1, 0, 0), + [3004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), REDUCE(sym__statement_last, 1, 0, 0), + [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1, 0, 0), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 3, 0, 144), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, 0, 144), + [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 224), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 224), + [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 5, 0, 0), + [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 5, 0, 0), + [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration, 1, 0, 0), + [3023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration, 1, 0, 0), REDUCE(sym__declaration_last, 1, 0, 0), + [3026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration, 1, 0, 0), REDUCE(sym__declaration_last, 1, 0, 0), + [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_last, 1, 0, 0), + [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 216), + [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 216), + [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 220), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 220), + [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 219), + [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 219), + [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 4, 0, 88), + [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, 0, 88), + [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 215), + [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 215), + [3053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, 0, 152), + [3055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, 0, 152), + [3057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3, 0, 0), + [3059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 3, 0, 0), REDUCE(sym_pipeline_last, 3, 0, 0), + [3062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 3, 0, 0), REDUCE(sym_pipeline_last, 3, 0, 0), + [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 3, 0, 0), + [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 211), + [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 211), + [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), + [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 210), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 210), + [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, 0, 81), + [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 81), + [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 209), + [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 209), + [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 208), + [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 208), + [3089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 207), + [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 207), + [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 206), + [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 206), + [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 205), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 205), + [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 204), + [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 204), + [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, 0, 223), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, 0, 223), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 179), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 179), + [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 178), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 178), + [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, 0, 177), + [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, 0, 177), + [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 164), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 164), + [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 163), + [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 163), + [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 162), + [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 162), + [3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 161), + [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 161), + [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 160), + [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 160), + [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 159), + [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 159), + [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 158), + [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 158), + [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 157), + [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 157), + [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, 0, 48), + [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, 0, 48), + [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wild_card, 1, 0, 0), + [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1, 0, 0), + [3161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, 0, 41), SHIFT(25), + [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, 0, 49), + [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 49), + [3168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, 0, 50), + [3170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, 0, 50), + [3172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, 0, 51), + [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 51), + [3176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 118), + [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 118), + [3180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 117), + [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 117), + [3184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 116), + [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 116), + [3188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 115), + [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 115), + [3192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, 0, 52), + [3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 52), + [3196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, 0, 165), + [3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, 0, 165), + [3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, 0, 166), + [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, 0, 166), + [3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, 0, 171), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, 0, 171), + [3208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, 0, 172), + [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, 0, 172), + [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, 0, 173), + [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, 0, 173), + [3216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 6, 0, 0), + [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 6, 0, 0), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4322), + [3222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, 0, 181), + [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, 0, 181), + [3226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, 0, 182), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, 0, 182), + [3230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 3, 0, 57), + [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, 0, 57), + [3234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, 0, 11), + [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, 0, 11), + [3238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, 0, 19), SHIFT(25), + [3241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_while, 3, 0, 58), + [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, 0, 58), + [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 3, 0, 0), + [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3, 0, 0), + [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 7, 0, 191), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 7, 0, 191), + [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, 0, 199), + [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, 0, 199), + [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, 0, 200), + [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, 0, 200), + [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, 0, 201), + [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, 0, 201), + [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, 0, 202), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, 0, 202), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), + [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), + [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), + [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1, 0, 0), + [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1, 0, 0), + [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 7, 0, 0), + [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 7, 0, 0), + [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, 0, 70), + [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, 0, 70), + [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, 0, 71), + [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, 0, 71), + [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 7, 0, 212), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, 0, 212), + [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, 0, 231), + [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, 0, 231), + [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, 0, 232), + [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, 0, 232), + [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, 0, 233), + [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, 0, 233), + [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 8, 0, 0), + [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 8, 0, 0), + [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 3, 0, 32), + [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, 0, 32), + [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 9, 0, 250), + [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 9, 0, 250), + [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 9, 0, 0), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 9, 0, 0), + [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 10, 0, 0), + [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 10, 0, 0), + [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 1, 0, 0), + [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_hide, 3, 0, 73), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, 0, 73), + [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_new, 3, 0, 74), + [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, 0, 74), + [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, 0, 9), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, 0, 9), + [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), + [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), + [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), + [3347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), REDUCE(sym_pipeline_parenthesized_last, 2, 0, 0), + [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), REDUCE(sym_pipeline_parenthesized_last, 2, 0, 0), + [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 2, 0, 0), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_last, 1, 0, 0), + [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1, 0, 0), + [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4326), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 2, 0, 0), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 3, 0, 0), + [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1, 0, 0), + [3367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1, 0, 0), REDUCE(sym__statement_parenthesized_last, 1, 0, 0), + [3370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1, 0, 0), REDUCE(sym__statement_parenthesized_last, 1, 0, 0), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized_last, 1, 0, 0), + [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1, 0, 0), + [3377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1, 0, 0), REDUCE(sym__declaration_parenthesized_last, 1, 0, 0), + [3380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1, 0, 0), REDUCE(sym__declaration_parenthesized_last, 1, 0, 0), + [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized_last, 1, 0, 0), + [3385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3, 0, 0), + [3387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3, 0, 0), REDUCE(sym_pipeline_parenthesized_last, 3, 0, 0), + [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3, 0, 0), REDUCE(sym_pipeline_parenthesized_last, 3, 0, 0), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 3, 0, 0), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1, 0, 0), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized, 2, 0, 10), + [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized, 2, 0, 10), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized, 2, 0, 10), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized, 2, 0, 10), + [3409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 4, 0, 142), + [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 4, 0, 142), + [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3, 0, 0), + [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), + [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 2, 0, 10), + [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 2, 0, 10), + [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1, 0, 0), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1, 0, 0), + [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 3, 0, 40), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 3, 0, 40), + [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1, 0, 0), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0), + [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 4, 0, 142), + [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, 0, 142), + [3441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 3, 0, 90), + [3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 3, 0, 90), + [3445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 3, 0, 40), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, 0, 40), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 5, 0, 138), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, 0, 138), + [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3, 0, 0), + [3455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 3, 0, 90), + [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, 0, 90), + [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 4, 0, 89), + [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 4, 0, 89), + [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [3465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 2, 0, 10), + [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, 0, 10), + [3469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let, 2, 0, 10), + [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, 0, 10), + [3473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 4, 0, 89), + [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, 0, 89), + [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized, 1, 0, 0), + [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized, 1, 0, 0), + [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut, 2, 0, 10), + [3483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, 0, 10), + [3485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 5, 0, 138), + [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 5, 0, 138), + [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1, 0, 0), + [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2, 0, 0), + [3493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2, 0, 0), + [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5628), + [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [3513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(1361), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(1352), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3, 0, 0), + [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3, 0, 0), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [3529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(1382), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5623), + [3538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4547), + [3541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2, 0, 0), + [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2, 0, 0), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(1379), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5999), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4582), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4547), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [3622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(1423), + [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), + [3627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(48), + [3630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5001), + [3633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(4260), + [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(17), + [3639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3160), + [3642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5026), + [3645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3479), + [3648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3478), + [3651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(2947), + [3654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3239), + [3657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3158), + [3660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5945), + [3663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3477), + [3666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5078), + [3669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3426), + [3672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(4914), + [3675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(4348), + [3678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3453), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), + [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [3708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4582), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [3738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4547), + [3741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4582), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(1443), + [3763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(1444), + [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), + [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5610), + [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), + [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), + [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), + [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), + [3850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), + [3858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [3860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [3862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [3864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [3882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5615), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), + [3898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5630), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), + [3906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5580), + [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [3914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), + [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [3954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), + [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [3960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [3972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [3974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), REDUCE(sym_val_closure, 3, 0, 0), + [3977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), REDUCE(sym_val_closure, 3, 0, 0), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [4010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [4022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5200), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5376), + [4030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [4034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), + [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [4048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [4064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [4098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 114), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 114), + [4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 113), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 113), + [4110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 107), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 107), + [4116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 106), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 106), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), + [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5251), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [4158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), + [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4284), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [4182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4922), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [4196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [4218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [4222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [4226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), + [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), + [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6030), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), + [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4944), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), + [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), + [4340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 1, 0, 26), + [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 1, 0, 26), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), + [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), + [4374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 26), + [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 26), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), + [4382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, 0, 114), + [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, 0, 114), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [4392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, 0, 113), + [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, 0, 113), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [4398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 2, 0, 0), + [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 2, 0, 0), + [4402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, 0, 107), + [4404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, 0, 107), + [4406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 26), REDUCE(aux_sym_val_record_repeat1, 1, 0, 26), + [4409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 26), REDUCE(aux_sym_val_record_repeat1, 1, 0, 26), + [4412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, 0, 106), + [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, 0, 106), + [4416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1820), + [4419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(26), + [4422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5274), + [4425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5174), + [4428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(844), + [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), + [4433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), + [4435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(4345), + [4438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5386), + [4441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(2895), + [4444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(2896), + [4447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(4158), + [4450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(4554), + [4453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(4366), + [4456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5999), + [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5466), + [4462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5338), + [4465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(2634), + [4468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(2965), + [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5368), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), + [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), + [4487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), + [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5600), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [4497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5401), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), + [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [4507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(1798), + [4510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), + [4512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(48), + [4515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5001), + [4518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(4284), + [4521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(762), + [4524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3283), + [4527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5315), + [4530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3479), + [4533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3478), + [4536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3146), + [4539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3239), + [4542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3284), + [4545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5945), + [4548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3569), + [4551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(5078), + [4554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3426), + [4557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 56), SHIFT_REPEAT(3453), + [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5344), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [4580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [4614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5464), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [4622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [4624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5951), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6194), + [4640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [4646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [4654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [4666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2086), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [4671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2087), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [4676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2088), + [4679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2089), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), + [4688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4585), + [4691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4739), + [4694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4585), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [4701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4585), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), + [4706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4739), + [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [4719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4908), + [4722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), + [4730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 2, 0, 0), + [4732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_ignore_rest, 2, 0, 0), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [4738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 2, 0, 0), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [4748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5397), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), + [4752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6011), + [4754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [4760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), + [4762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [4766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [4768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), + [4770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4908), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [4779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4653), + [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [4786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(2123), + [4789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(2115), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [4796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [4808] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(2115), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [4818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4908), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), + [4843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 195), + [4845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 195), SHIFT_REPEAT(4020), + [4848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 195), SHIFT_REPEAT(3871), + [4851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 195), SHIFT_REPEAT(3873), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6018), + [4858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [4860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), + [4862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), + [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [4870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2175), + [4873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2147), + [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [4878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [4880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4561), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), + [4885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4561), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), + [4892] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(2181), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), + [4904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2165), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [4911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(2181), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [4916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2163), + [4919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), + [4921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(2151), + [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [4928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 12), + [4930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 12), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [4940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), REDUCE(sym__immediate_decimal, 3, 0, 0), + [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), + [4945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), + [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [4949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [4951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [4953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), + [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), + [4957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5647), + [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [4963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), + [4967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4575), + [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 4), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), + [4976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 0), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [4980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 24), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [4984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), + [4986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), SHIFT_REPEAT(5737), + [4989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6005), + [5000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, 0, 93), + [5002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4553), + [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [5014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2201), + [5017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, 0, 0), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [5021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, 0, 4), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [5025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2198), + [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [5034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, 0, 45), + [5036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, 0, 45), + [5038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, 0, 44), + [5040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, 0, 44), + [5042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4575), + [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [5055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), + [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [5063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [5065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4575), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), + [5070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 16), + [5072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 16), + [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [5076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 15), + [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 15), + [5080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 14), + [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 14), + [5084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, 0, 13), + [5086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 13), + [5088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2242), + [5091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), + [5093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2241), + [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), + [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [5108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2389), + [5111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, 0, 36), + [5113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, 0, 36), + [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [5125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [5127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [5129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [5133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [5135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [5139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [5143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [5145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [5147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [5149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [5151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), + [5153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), + [5155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [5157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2395), + [5160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [5168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1, 0, 0), + [5170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1, 0, 0), + [5172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2342), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [5177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2312), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [5188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 99), + [5190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, 0, 99), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [5200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), + [5202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, 0, 13), + [5204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, 0, 13), + [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), + [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), + [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [5222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [5248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), + [5252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5872), + [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [5274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [5280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [5288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [5294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [5296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), + [5304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), + [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), + [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5357), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), + [5324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 24), + [5326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 24), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [5330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 0), + [5332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 0), + [5334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 4), + [5336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 4), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [5344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 3, 0, 0), + [5346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 3, 0, 0), + [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6190), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), + [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5349), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [5386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3, 0, 0), + [5388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, 0, 0), + [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5621), + [5392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3, 0, 4), + [5394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, 0, 4), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), + [5408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2549), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [5413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2475), + [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5653), + [5418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1, 0, 0), + [5420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1, 0, 0), + [5422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2626), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [5427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, 0, 91), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [5433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4543), + [5436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, 0, 196), + [5438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2586), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [5445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), + [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5908), + [5451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), + [5453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4653), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [5458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4653), + [5461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4543), + [5464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2594), + [5467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 1, 0, 0), + [5469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 1, 0, 0), + [5471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2627), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [5476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, 0, 34), + [5478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, 0, 34), + [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [5486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [5488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [5494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), + [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [5498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), + [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [5506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5880), + [5518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, 0, 75), + [5520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, 0, 75), + [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [5526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), + [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [5546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [5548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, 0, 76), + [5550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, 0, 76), + [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [5554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [5556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [5560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), + [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), + [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), + [5572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), + [5584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2581), + [5587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2585), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [5594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [5626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, 0, 192), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5914), + [5632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4543), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), + [5637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), + [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [5643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [5645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [5647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [5649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), + [5653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [5665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [5669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [5677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, 0, 169), + [5679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3, 0, 0), + [5681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3, 0, 0), + [5683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 194), + [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), + [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), + [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [5739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4852), + [5742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4852), + [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [5751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [5753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [5755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [5757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [5759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [5763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [5765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [5767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [5769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [5771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [5773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [5775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [5783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4852), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [5788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), + [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [5804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [5814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 169), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [5818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2806), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [5823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2796), + [5826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4515), + [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [5835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), + [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5982), + [5847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), + [5855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [5859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [5861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), + [5863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [5867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [5869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [5871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [5873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [5887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2838), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [5898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4691), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), + [5905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [5911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [5915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [5917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2832), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), + [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), + [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), + [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5870), + [5934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2876), + [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), + [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [5943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(2858), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [5948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2886), + [5951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(2860), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), + [5974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_list, 2, 0, 0), REDUCE(sym_val_list, 2, 0, 0), + [5977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_list, 2, 0, 0), REDUCE(sym_val_list, 2, 0, 0), + [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), + [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [6004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 125), + [6006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 125), + [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5906), + [6042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4790), + [6045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [6047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [6051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 123), + [6053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 123), + [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [6067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [6069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [6077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), + [6087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [6089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [6091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [6101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [6103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [6107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [6109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [6111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [6121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [6125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [6127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [6131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4790), + [6134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, 0, 0), + [6136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, 0, 0), + [6138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, 10, 0), + [6140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, 10, 0), + [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), + [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), + [6154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4790), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [6159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(3032), + [6162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(3027), + [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [6169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [6177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [6179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [6181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [6183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [6185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [6187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [6189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [6191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), + [6199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 1, 0, 0), + [6201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 1, 0, 0), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [6205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), + [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), + [6209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_record, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [6212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), + [6233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4604), + [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [6240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4604), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [6249] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(3193), + [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [6255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(3193), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [6260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(3221), + [6263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4604), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [6276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), + [6279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [6284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 2, 0, 0), + [6286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 2, 0, 0), + [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [6302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(3264), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [6313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1, 0, 0), + [6315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1, 0, 0), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), + [6321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), REDUCE(sym__expr_binary_expression, 1, 0, 0), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), + [6330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(3263), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5973), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 2, 0, 0), + [6347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 2, 0, 0), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [6365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [6383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 66), + [6385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 66), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [6415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), REDUCE(sym__list_item_expression, 1, 0, 0), + [6418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), REDUCE(sym__list_item_expression, 1, 0, 0), + [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [6431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [6461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 5, 0, 0), + [6463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 5, 0, 0), + [6465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 0), + [6467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 0), + [6469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, 0, 21), REDUCE(sym__list_item_expression, 1, 0, 21), + [6472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, 0, 21), REDUCE(sym__list_item_expression, 1, 0, 21), + [6475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1, 0, 21), + [6477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 23), REDUCE(aux_sym_val_list_repeat1, 1, 0, 23), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [6482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 23), REDUCE(aux_sym_val_list_repeat1, 1, 0, 23), + [6485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, 0, 23), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5634), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [6517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 6, 0, 0), + [6519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 6, 0, 0), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), + [6523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 4, 0, 0), + [6525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 4, 0, 0), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), + [6529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_starts_with_sign, 2, 0, 0), + [6531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_starts_with_sign, 2, 0, 0), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [6543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, 0, 23), + [6545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, 0, 22), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [6549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, 0, 22), + [6551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 0), REDUCE(sym_val_record, 3, 0, 0), + [6554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 0), REDUCE(sym_val_record, 3, 0, 0), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), + [6561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1, 0, 21), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [6617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 54), REDUCE(aux_sym_val_list_repeat1, 2, 0, 54), + [6620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 54), REDUCE(aux_sym_val_list_repeat1, 2, 0, 54), + [6623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 54), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 53), + [6673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 53), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [6701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, 0, 54), + [6703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), + [6705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [6749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 176), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [6753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 176), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, 0, 0), + [6783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, 0, 0), + [6785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, 10, 0), + [6787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, 10, 0), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [6807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 1, 0, 0), + [6809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 1, 0, 0), + [6811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 23), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [6815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 23), + [6817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 22), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [6821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 22), + [6823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 176), + [6825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 176), + [6827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 102), + [6829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 102), + [6831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 103), + [6833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 103), + [6835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, 0, 21), + [6837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, 0, 21), + [6839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 4, 0, 66), + [6841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 4, 0, 66), + [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 0), + [6845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 0), + [6847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, 0, 55), + [6849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, 0, 55), + [6851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, 0, 174), + [6853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, 0, 174), + [6855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 4, 0, 203), + [6857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 4, 0, 203), + [6859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 53), + [6861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 53), + [6863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 54), + [6865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 54), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [6873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [6877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [6879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [6889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), + [6891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5345), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [6923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [6961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), + [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), + [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5371), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [7077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), + [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3686), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [7157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), - [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [7209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [7217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [7221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), - [7233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 64), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), - [7243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 64), - [7245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3860), - [7248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), - [7250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5861), - [7253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5862), - [7256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5864), - [7259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5865), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), - [7268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [7278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [7282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), - [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [7288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [7292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [7296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), - [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), - [7318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), - [7320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4709), - [7323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4709), - [7326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [7340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4709), - [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3869), - [7345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [7367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), - [7369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [7401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3783), - [7404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), - [7422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3800), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [7433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, .production_id = 92), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [7437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, .production_id = 92), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6184), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [7473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 61), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [7477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 61), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [7485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 111), - [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [7489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 111), - [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [7495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), - [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [7515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, .production_id = 91), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), - [7537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2, .production_id = 110), - [7539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2, .production_id = 110), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6188), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [7591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 60), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), - [7595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 60), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [7623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [7709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [7715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5639), - [7717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5640), - [7719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 64), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [7723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 64), - [7725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5646), - [7727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, .production_id = 192), - [7729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6094), - [7731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6093), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [7737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, .production_id = 194), - [7739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 111), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [7743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 111), - [7745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 61), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [7749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 61), - [7751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3), - [7753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3), - [7755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, .production_id = 25), - [7757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, .production_id = 25), - [7759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, .production_id = 93), - [7761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, .production_id = 25), - [7763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, .production_id = 25), - [7765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3), - [7767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3), - [7769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, .production_id = 109), - [7771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, .production_id = 109), - [7773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, .production_id = 108), - [7775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, .production_id = 108), - [7777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 65), - [7779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 65), - [7781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 63), - [7783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 63), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [7791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 62), - [7793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 62), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [7803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, .production_id = 151), - [7805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, .production_id = 151), - [7807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, .production_id = 19), - [7809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, .production_id = 19), - [7811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, .production_id = 141), - [7813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, .production_id = 141), - [7815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 12), - [7817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 12), - [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), - [7821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 145), SHIFT_REPEAT(4129), - [7824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 145), - [7826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 145), SHIFT_REPEAT(5222), - [7829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 145), SHIFT_REPEAT(4428), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [7834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 111), - [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), - [7838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 111), - [7840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 11), - [7842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 11), - [7844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5586), - [7846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 13), - [7848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 13), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [7860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 61), - [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [7864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 61), - [7866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 64), - [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [7870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 64), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), - [7884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 14), - [7886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 14), - [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), - [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), - [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), - [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [7904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 111), - [7906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 5, .production_id = 111), - [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), - [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [7918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 193), SHIFT_REPEAT(4299), - [7921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 193), - [7923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 193), SHIFT_REPEAT(4946), - [7926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 193), SHIFT_REPEAT(3672), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [7933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4130), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [7938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4718), - [7941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4718), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [7956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), - [7958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [7964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4133), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [7971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 61), - [7973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 61), - [7975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4718), - [7978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 64), - [7980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 64), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [7992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4562), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [7997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5695), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [8001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [8003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [8005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), - [8007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), - [8009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), - [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), - [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), - [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), - [8027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4562), - [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5826), - [8032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4157), - [8035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2), - [8037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2), SHIFT_REPEAT(5981), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), - [8044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4161), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [8051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4191), - [8054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4562), - [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), - [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [8069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 168), - [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), - [8075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 167), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [8083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4142), - [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), - [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5987), - [8092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4195), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [8101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4198), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), - [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [8114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__all_type, 1, .production_id = 93), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [8124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5924), - [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4794), - [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), - [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), - [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), - [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), - [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [8180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 1, .production_id = 96), - [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [8190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 229), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [8194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 230), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [8200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 1), - [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [8204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), - [8206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), SHIFT(5743), - [8209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1), - [8211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), SHIFT(5743), - [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [8220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2), - [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), - [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), - [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6011), - [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), - [8234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), - [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [8238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), - [8240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), - [8242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), - [8244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [8248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 2, .production_id = 27), - [8250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, .production_id = 27), - [8252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), - [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), - [8270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 3), - [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [8282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4261), - [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), - [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), - [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [8295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5614), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), - [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [8316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), - [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [8326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(205), - [8329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(4943), - [8332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), - [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [8342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4318), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [8353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 153), - [8355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 153), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), - [8371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 184), - [8373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 184), - [8375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), - [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [8381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 183), - [8383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 183), - [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [8389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 2, .production_id = 27), - [8391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, .production_id = 27), SHIFT(6030), - [8394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), - [8396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 2), - [8398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 185), - [8400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 185), - [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [8408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, .production_id = 101), - [8410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, .production_id = 101), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [8414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 156), - [8416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 156), - [8418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), - [8420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), - [8422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 155), - [8424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 155), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [8432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), - [8434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), - [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), - [8438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, .production_id = 105), - [8440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, .production_id = 105), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), - [8446] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(4198), - [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [8456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), - [8458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5894), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [8466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 96), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), - [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), - [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), - [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [8508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 154), - [8510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 154), - [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), - [8516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [8520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), - [8522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), - [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), - [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), - [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [8560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 24), - [8562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 24), SHIFT(5743), - [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [8567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1), - [8569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1), SHIFT(5743), - [8572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(181), - [8575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(5514), - [8578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), - [8580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, .production_id = 105), - [8582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, .production_id = 105), - [8584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, .production_id = 101), - [8586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, .production_id = 101), - [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [8594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 150), - [8596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 150), - [8598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 149), - [8600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 149), - [8602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 121), - [8604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 121), - [8606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 81), - [8608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 81), - [8610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 124), - [8612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 124), - [8614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 186), - [8616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 186), - [8618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 4), - [8620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 4), SHIFT(5743), - [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), - [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [8631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 1), - [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [8641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 15), - [8643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 15), - [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [8655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5467), - [8657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5193), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [8663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [8669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 122), - [8671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 122), - [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), - [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [8693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), - [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [8697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 3), - [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), - [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), - [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [8717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 3, .production_id = 59), - [8719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, .production_id = 59), SHIFT(6199), - [8722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5238), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [8734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1), - [8736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [8748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4475), - [8751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 229), - [8753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, .production_id = 105), - [8755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, .production_id = 105), - [8757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, .production_id = 101), - [8759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, .production_id = 101), - [8761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), - [8763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1506), - [8766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1506), - [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4455), - [8772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3), - [8774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, .production_id = 35), - [8776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, .production_id = 35), - [8778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2), - [8780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2), - [8782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1), - [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), - [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [8790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5868), - [8792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), - [8794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1), - [8796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1), - [8798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [8804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), - [8806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 167), - [8808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 168), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [8812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2), - [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), - [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [8818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 230), - [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), - [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [8834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, .production_id = 119), - [8836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, .production_id = 119), - [8838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, .production_id = 138), - [8840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, .production_id = 138), - [8842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 37), - [8844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 37), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [8848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 197), - [8850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 197), - [8852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [8856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 198), - [8858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 198), - [8860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [8862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), - [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), - [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [8868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6137), - [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [8876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), - [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), - [8880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [8884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), - [8886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [8892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), - [8894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [8898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1), - [8900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1), - [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [8904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3922), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5810), - [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6139), - [8914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), - [8916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [8922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), - [8924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), - [8926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), - [8928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), - [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [8932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5572), - [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), - [8936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [8938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), - [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [8942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, .production_id = 40), - [8944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, .production_id = 40), - [8946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, .production_id = 89), - [8948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, .production_id = 89), - [8950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 90), - [8952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 90), - [8954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [8962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), - [8964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), - [8966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [8976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), - [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [8980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), - [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [8984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [8990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), - [8992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [8998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [9000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [9002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), - [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [9012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), - [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [9018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [9020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 5, .production_id = 170), - [9022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, .production_id = 170), - [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), - [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [9028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), - [9030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 150), - [9032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 150), - [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), - [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [9040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 149), - [9042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 149), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [9052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), - [9054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [9056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), - [9058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), - [9060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), - [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), - [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [9066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), - [9068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), - [9070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), - [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [9076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), - [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [9086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [9092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [9094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), - [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), - [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [9100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), - [9102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), - [9104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [9106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [9108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 2), - [9110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 2), - [9112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 3), - [9114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 3), - [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [9118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), - [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), - [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [9124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6103), - [9126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [9130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), - [9132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [9136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [9140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1), - [9142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1), - [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [9146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3), - [9148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3), - [9150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [9152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 142), - [9154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 142), - [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), - [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [9160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), - [9162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [9164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), - [9166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), SHIFT_REPEAT(5516), - [9169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), - [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [9181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), - [9187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), - [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), - [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [9209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), - [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), - [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), - [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), - [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5814), - [9225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), - [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6051), - [9229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), - [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), - [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), - [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), - [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [9251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), - [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6080), - [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), - [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), - [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [9269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6145), - [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), - [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), - [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [9279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [9281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), - [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [9287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), - [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), - [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2660), - [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2792), - [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), - [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [9313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 147), SHIFT_REPEAT(1705), - [9316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 147), - [9318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [9320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [9332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), - [9334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [9336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [9338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [9340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [9346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6089), - [9348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), - [9350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 4, .production_id = 119), - [9352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, .production_id = 119), - [9354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [9358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), - [9360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), - [9362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [9364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [9366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [9370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), - [9372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [9378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [9380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), - [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [9396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [9398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [9410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6124), - [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [9414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [9418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), - [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [9430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [9432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 2), - [9434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5525), - [9436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), - [9438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 2, .production_id = 10), - [9440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 2, .production_id = 10), - [9442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, .production_id = 10), - [9444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, .production_id = 10), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [9450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6117), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [9460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized_last, 2, .production_id = 10), - [9462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized_last, 2, .production_id = 10), - [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), - [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5961), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), - [9484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [9490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 128), - [9492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 128), SHIFT_REPEAT(5396), - [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), - [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [9499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6120), - [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), - [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [9507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5345), - [9509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5904), - [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), - [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), - [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [9523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6205), - [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), - [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [9529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6114), - [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [9533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5552), - [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), - [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [9539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6014), - [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), - [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), - [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), - [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [9553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6054), - [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), - [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [9565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5991), - [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), - [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), - [9571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6092), - [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), - [9577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, .production_id = 77), - [9579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 4, .production_id = 89), - [9581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 4, .production_id = 89), - [9583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [9585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 1), - [9587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 1), - [9589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized_last, 1), - [9591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized_last, 1), - [9593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized_last, 1), - [9595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized_last, 1), - [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [9601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, .production_id = 90), - [9603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, .production_id = 90), - [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), - [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), - [9617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), - [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), - [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6111), - [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), - [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), - [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), - [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), - [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), - [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [9657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), - [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), - [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5886), - [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [9671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), - [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [9675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5519), - [9677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), - [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), - [9687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2), - [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), - [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), - [9695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), - [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), - [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [9705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6099), - [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), - [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [9713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), - [9715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(5223), - [9718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 3, .production_id = 40), - [9720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 3, .production_id = 40), - [9722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 37), - [9724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 37), - [9726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2), SHIFT_REPEAT(2358), - [9729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2), - [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [9737] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(4455), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [9743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, .production_id = 104), - [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5913), - [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [9749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), - [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [9757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 5, .production_id = 138), - [9759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 5, .production_id = 138), - [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), - [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6167), - [9767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(5196), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [9774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1), - [9776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), - [9778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), - [9780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, .production_id = 142), - [9782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, .production_id = 142), - [9784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), - [9786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [9790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5594), - [9792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6069), - [9794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5563), - [9796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), - [9798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5518), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [9804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), - [9806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), - [9808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6171), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [9816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), - [9818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), - [9820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), - [9828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, .production_id = 175), - [9830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, .production_id = 98), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [9840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), - [9842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), - [9846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [9848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4674), - [9860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), - [9862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), - [9874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6159), - [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), - [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), - [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), - [9906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [9916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 126), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [9936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [9940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [9956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [9960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [9970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [9978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [9992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [10012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [10016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [10040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 1), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [10062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [10130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2), - [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [10140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), - [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [10158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [10164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [10192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), - [10210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), - [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), - [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [10220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [10252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), - [10274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), - [10280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), - [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), - [10332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), - [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), - [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [10350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), - [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [10354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), - [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), - [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [10380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2), - [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [10398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), - [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [10408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), - [10410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), - [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), - [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), - [10436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [10450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [10454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [10470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), - [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [10494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), - [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [10520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2999), - [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [10538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), - [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [10556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2), - [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), - [10566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), - [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), - [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [10572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 4), - [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), - [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [10580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, .production_id = 175), - [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5392), - [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), - [10586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, .production_id = 92), - [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), - [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), - [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), - [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), - [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), - [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), - [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), - [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5833), - [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), - [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [10642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), - [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), - [10646] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), - [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), - [10660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), - [10664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2), - [10666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), - [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), - [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), - [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), - [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), - [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), - [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), - [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), - [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), - [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), - [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), - [10718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), - [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), - [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), - [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), - [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), - [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), - [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), - [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), - [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), - [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), - [10774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), - [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), - [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), - [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), - [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), - [10790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), - [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), - [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), - [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), - [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), - [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), - [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), - [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), - [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), - [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), - [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), - [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), - [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), - [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), - [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), - [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [10890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), - [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [10894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, .production_id = 92), - [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), - [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [10902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), + [7195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [7203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [7207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [7215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(3843), + [7218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), + [7220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(5856), + [7223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(5858), + [7226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(5862), + [7229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(5885), + [7232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 64), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [7242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, 0, 64), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [7252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3812), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [7256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [7260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), + [7272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5885), + [7274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [7284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4595), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), + [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [7297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [7309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4595), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [7316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4595), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [7369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, 0, 91), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [7387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2, 0, 110), + [7389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2, 0, 110), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [7431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 61), + [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [7457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, 0, 61), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [7505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(3744), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), + [7538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 111), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [7542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 111), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 60), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 60), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [7596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, 0, 92), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [7600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, 0, 92), + [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [7606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(3740), + [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), + [7673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3, 0, 0), + [7675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3, 0, 0), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [7679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, 0, 192), + [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [7683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 61), + [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [7687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 61), + [7689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, 0, 194), + [7691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 65), + [7693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 65), + [7695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 63), + [7697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 63), + [7699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 62), + [7701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 62), + [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, 0, 108), + [7705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, 0, 108), + [7707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5639), + [7709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5632), + [7711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, 0, 25), + [7713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, 0, 25), + [7715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 111), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [7719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 111), + [7721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5633), + [7723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 64), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [7727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 64), + [7729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5627), + [7731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, 0, 25), + [7733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, 0, 25), + [7735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3, 0, 0), + [7737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3, 0, 0), + [7739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, 0, 93), + [7741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6085), + [7743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6086), + [7745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, 0, 109), + [7747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, 0, 109), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [7753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, 0, 151), + [7755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, 0, 151), + [7757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, 0, 141), + [7759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, 0, 141), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [7765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, 0, 19), + [7767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, 0, 19), + [7769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 11, 0, 0), + [7771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 11, 0, 0), + [7773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5586), + [7775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 12, 0, 0), + [7777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 12, 0, 0), + [7779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [7783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 61), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [7787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 61), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [7803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 111), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [7807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, 0, 111), + [7809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 14, 0, 0), + [7811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 14, 0, 0), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [7821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 13, 0, 0), + [7823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 13, 0, 0), + [7825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), SHIFT_REPEAT(4084), + [7828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), + [7830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), SHIFT_REPEAT(4961), + [7833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), SHIFT_REPEAT(4377), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [7840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 64), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [7844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 64), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [7850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5569), + [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [7860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5617), + [7862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(4079), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [7877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 193), SHIFT_REPEAT(4278), + [7880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 193), + [7882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 193), SHIFT_REPEAT(5267), + [7885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 193), SHIFT_REPEAT(3667), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [7892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4519), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [7897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4519), + [7900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(4073), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [7923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4519), + [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [7928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4081), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [7935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 64), + [7937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, 0, 64), + [7939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 61), + [7941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, 0, 61), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), + [7947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1, 0, 0), + [7949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1, 0, 0), + [7951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4094), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [7960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, 0, 111), + [7962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 5, 0, 111), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [7966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4136), + [7969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4145), + [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), + [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [7980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4170), + [7983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), + [7985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), SHIFT_REPEAT(5972), + [7988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4182), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [8017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(4192), + [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5967), + [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [8024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2954), + [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), + [8028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), + [8030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [8038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(4200), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [8045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4164), + [8048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, 0, 168), + [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), + [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [8056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, 0, 167), + [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [8062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4175), + [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5688), + [8067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6104), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [8085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), SHIFT(4500), + [8088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, 0, 5), SHIFT(4500), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [8093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(4500), + [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [8100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2, 0, 0), + [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), + [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), + [8116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), + [8118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 3, 0, 59), + [8120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, 0, 59), + [8122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5201), + [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), + [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), + [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5904), + [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [8144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, 0, 0), + [8146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 0), SHIFT(5737), + [8149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 2, 0, 27), + [8151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, 0, 27), + [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5231), + [8155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, 0, 4), + [8157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 4), SHIFT(5737), + [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [8170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 1, 0, 0), + [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [8178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 3, 0, 0), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5296), + [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), + [8198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, 0, 230), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), + [8206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, 0, 229), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), + [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), + [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [8232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__all_type, 1, 0, 93), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), + [8244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(51), + [8247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(5176), + [8250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 79), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), + [8266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4215), + [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), + [8281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 1, 0, 96), + [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [8299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [8303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), + [8305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [8331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4253), + [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), + [8338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2, 0, 0), SHIFT_REPEAT(5548), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [8347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 154), + [8349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 154), + [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [8363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, 0, 2), + [8365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 2), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [8371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, 0, 3), + [8373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 3), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [8407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5940), + [8409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5894), + [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [8421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, 0, 183), + [8423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, 0, 183), + [8425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, 0, 186), + [8427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, 0, 186), + [8429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, 0, 185), + [8431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, 0, 185), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [8439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 15, 0, 0), + [8441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 15, 0, 0), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [8471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, 0, 0), + [8473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), + [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [8489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 96), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), + [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [8525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, 0, 184), + [8527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, 0, 184), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [8545] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4145), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5810), + [8555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6043), + [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [8571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, 0, 105), + [8573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, 0, 105), + [8575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, 0, 101), + [8577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, 0, 101), + [8579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 156), + [8581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 156), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [8591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 155), + [8593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 155), + [8595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 27), + [8597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 27), SHIFT(6019), + [8600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [8604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 2, 0, 0), + [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [8616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), + [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [8636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5450), + [8638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 153), + [8640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 153), + [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [8646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [8648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 121), + [8650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 121), + [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), + [8658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 24), + [8660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 24), SHIFT(5737), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), + [8667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 0), + [8669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 0), SHIFT(5737), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [8674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 4), + [8676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 4), SHIFT(5737), + [8679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(84), + [8682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(5459), + [8685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), + [8687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, 0, 105), + [8689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 105), + [8691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, 0, 101), + [8693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 101), + [8695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, 0, 150), + [8697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 150), + [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [8701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, 0, 149), + [8703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 149), + [8705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 81), + [8707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 81), + [8709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 1, 0, 0), + [8711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 124), + [8713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 124), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [8725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 4), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [8729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 3, 0, 0), + [8731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 59), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [8737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 0), + [8739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 122), + [8741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 122), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [8753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, 0, 0), + [8755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), + [8757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), + [8760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [8765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, 0, 119), + [8767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, 0, 119), + [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4346), + [8772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, 0, 105), + [8774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 105), + [8776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, 0, 101), + [8778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 101), + [8780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4343), + [8783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, 0, 35), + [8785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 35), + [8787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 167), + [8789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 168), + [8791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, 0, 0), + [8793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2, 0, 0), + [8795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2, 0, 0), + [8797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [8801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), + [8807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [8809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1, 0, 0), + [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [8813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, 0, 0), + [8815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 0), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [8829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 229), + [8831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 230), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), + [8841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [8845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), + [8847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [8855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), + [8857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [8859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [8863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [8865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [8871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [8879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6110), + [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [8887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1, 0, 0), + [8889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1, 0, 0), + [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [8897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [8903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [8911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6107), + [8913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [8915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, 0, 10), + [8917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, 0, 10), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [8923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, 0, 10), + [8925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, 0, 10), + [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [8929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), + [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [8935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, 0, 10), + [8937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, 0, 10), + [8939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 198), + [8941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 198), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [8947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 197), + [8949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 197), + [8951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, 0, 40), + [8953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, 0, 40), + [8955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, 0, 89), + [8957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, 0, 89), + [8959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, 0, 90), + [8961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, 0, 90), + [8963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [8969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), + [8973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [8975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [8983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6116), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [8987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [8989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [8997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [9003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), + [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [9009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [9011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1, 0, 0), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [9017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [9019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), + [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [9027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), + [9029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [9031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), + [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [9039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), + [9041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [9045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [9051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), + [9053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 170), + [9055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 170), + [9057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 150), + [9059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 150), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [9071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), + [9073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [9077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [9079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 3), + [9081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 3), + [9083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), + [9085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 149), + [9087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 149), + [9089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [9095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [9099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [9101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, 0, 0), + [9103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, 0, 0), + [9105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, 0, 138), + [9107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, 0, 138), + [9109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, 0, 142), + [9111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, 0, 142), + [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), + [9115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), + [9117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), SHIFT_REPEAT(5468), + [9120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [9122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [9124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), + [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [9130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [9140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [9142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [9144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [9146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), + [9148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), + [9150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [9152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [9154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [9162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), + [9164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [9176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [9178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), + [9180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), + [9182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), + [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), + [9196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 37), + [9198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 37), + [9200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), + [9212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [9218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 147), SHIFT_REPEAT(1405), + [9221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 147), + [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [9245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), + [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [9267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 119), + [9269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 119), + [9271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), + [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), + [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [9331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [9333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [9339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), + [9341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), + [9343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [9345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [9347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [9349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [9353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [9357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [9361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [9365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [9367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [9369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [9375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [9377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [9379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [9383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [9387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [9389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [9395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [9397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), + [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [9403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [9405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [9407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [9409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [9411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), + [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), + [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), + [9427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), + [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), + [9443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 128), + [9445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 128), SHIFT_REPEAT(5486), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [9452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized_last, 2, 0, 10), + [9454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized_last, 2, 0, 10), + [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [9458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, 0, 10), + [9460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, 0, 10), + [9462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 2, 0, 10), + [9464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 2, 0, 10), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), + [9480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2, 0, 0), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [9486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), + [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), + [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [9500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [9506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), + [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [9520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5546), + [9522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), + [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), + [9528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), + [9542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [9544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 2, 0, 0), + [9546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 104), + [9548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), + [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [9554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), + [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [9562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), + [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), + [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [9570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), + [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [9582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6103), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), + [9596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [9608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), + [9610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, 0, 90), + [9612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, 0, 90), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [9620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5538), + [9622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6158), + [9624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 4, 0, 89), + [9626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 4, 0, 89), + [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [9632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [9634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), + [9636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(4958), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [9649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 37), + [9651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 37), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [9655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), + [9657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), + [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), + [9665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(4967), + [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [9676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [9678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), + [9680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [9686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [9698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [9700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 1, 0, 0), + [9702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 1, 0, 0), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [9720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6016), + [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), + [9724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, 0, 77), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [9734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 3, 0, 40), + [9736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 3, 0, 40), + [9738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized_last, 1, 0, 0), + [9740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized_last, 1, 0, 0), + [9742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized_last, 1, 0, 0), + [9744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized_last, 1, 0, 0), + [9746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2084), + [9749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), + [9751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 5, 0, 138), + [9753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 5, 0, 138), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [9759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, 0, 142), + [9761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, 0, 142), + [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), + [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), + [9767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5507), + [9769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), + [9771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5547), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [9775] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4343), + [9779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), + [9781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6145), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), + [9801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 0, 175), + [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [9815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), + [9817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, 0, 98), + [9819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), + [9821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [9823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [9835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), + [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [9859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [9861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [9869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), + [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [9879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [9881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [9897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 126), + [9899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [9921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [9925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [9941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [9945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [9953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [9961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [9985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [9997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [10005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [10043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 1, 0, 0), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [10047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [10069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [10075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [10115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, 0, 0), + [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [10123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [10139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [10145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [10181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [10201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [10205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [10247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [10265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), + [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [10327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), + [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [10339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), + [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [10343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [10379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2, 0, 0), + [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [10385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [10389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), + [10397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [10399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), + [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [10415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), + [10417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [10421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [10431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [10435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), + [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [10469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), + [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), + [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [10501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [10517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [10519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [10521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), + [10523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [10545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 4, 0, 0), + [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), + [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), + [10555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, 0, 175), + [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), + [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), + [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [10565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, 0, 92), + [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [10587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2, 0, 0), + [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), + [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), + [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [10619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), + [10623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2, 0, 0), + [10625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6199), + [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), + [10629] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), + [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), + [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), + [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), + [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), + [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), + [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [10679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [10681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), + [10683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), + [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [10697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [10699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [10701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [10703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [10705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), + [10707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [10709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [10711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [10713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), + [10715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), + [10717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [10719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), + [10721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [10727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [10729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [10731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [10733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [10735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [10737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [10739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), + [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), + [10745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), + [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), + [10751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [10753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [10755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [10757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [10759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [10761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [10763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), + [10765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [10767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), + [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [10773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [10777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), + [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), + [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), + [10785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [10787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [10789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [10791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [10793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [10795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [10797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [10799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [10803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [10807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [10809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [10821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [10825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [10827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [10829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [10831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [10837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [10839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [10841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [10843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [10845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [10847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [10849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [10851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [10853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [10855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [10857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [10859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [10861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [10863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [10865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), + [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [10869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, 0, 92), + [10871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [10879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), }; #ifdef __cplusplus extern "C" { #endif -#ifdef _WIN32 -#define extern __declspec(dllexport) +#ifdef TREE_SITTER_HIDE_SYMBOLS +#define TS_PUBLIC +#elif defined(_WIN32) +#define TS_PUBLIC __declspec(dllexport) +#else +#define TS_PUBLIC __attribute__((visibility("default"))) #endif -extern const TSLanguage *tree_sitter_nu(void) { +TS_PUBLIC const TSLanguage *tree_sitter_nu(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, diff --git a/src/tree_sitter/alloc.h b/src/tree_sitter/alloc.h new file mode 100644 index 0000000..1f4466d --- /dev/null +++ b/src/tree_sitter/alloc.h @@ -0,0 +1,54 @@ +#ifndef TREE_SITTER_ALLOC_H_ +#define TREE_SITTER_ALLOC_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include +#include + +// Allow clients to override allocation functions +#ifdef TREE_SITTER_REUSE_ALLOCATOR + +extern void *(*ts_current_malloc)(size_t); +extern void *(*ts_current_calloc)(size_t, size_t); +extern void *(*ts_current_realloc)(void *, size_t); +extern void (*ts_current_free)(void *); + +#ifndef ts_malloc +#define ts_malloc ts_current_malloc +#endif +#ifndef ts_calloc +#define ts_calloc ts_current_calloc +#endif +#ifndef ts_realloc +#define ts_realloc ts_current_realloc +#endif +#ifndef ts_free +#define ts_free ts_current_free +#endif + +#else + +#ifndef ts_malloc +#define ts_malloc malloc +#endif +#ifndef ts_calloc +#define ts_calloc calloc +#endif +#ifndef ts_realloc +#define ts_realloc realloc +#endif +#ifndef ts_free +#define ts_free free +#endif + +#endif + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_ALLOC_H_ diff --git a/src/tree_sitter/array.h b/src/tree_sitter/array.h new file mode 100644 index 0000000..15a3b23 --- /dev/null +++ b/src/tree_sitter/array.h @@ -0,0 +1,290 @@ +#ifndef TREE_SITTER_ARRAY_H_ +#define TREE_SITTER_ARRAY_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include "./alloc.h" + +#include +#include +#include +#include +#include + +#ifdef _MSC_VER +#pragma warning(disable : 4101) +#elif defined(__GNUC__) || defined(__clang__) +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wunused-variable" +#endif + +#define Array(T) \ + struct { \ + T *contents; \ + uint32_t size; \ + uint32_t capacity; \ + } + +/// Initialize an array. +#define array_init(self) \ + ((self)->size = 0, (self)->capacity = 0, (self)->contents = NULL) + +/// Create an empty array. +#define array_new() \ + { NULL, 0, 0 } + +/// Get a pointer to the element at a given `index` in the array. +#define array_get(self, _index) \ + (assert((uint32_t)(_index) < (self)->size), &(self)->contents[_index]) + +/// Get a pointer to the first element in the array. +#define array_front(self) array_get(self, 0) + +/// Get a pointer to the last element in the array. +#define array_back(self) array_get(self, (self)->size - 1) + +/// Clear the array, setting its size to zero. Note that this does not free any +/// memory allocated for the array's contents. +#define array_clear(self) ((self)->size = 0) + +/// Reserve `new_capacity` elements of space in the array. If `new_capacity` is +/// less than the array's current capacity, this function has no effect. +#define array_reserve(self, new_capacity) \ + _array__reserve((Array *)(self), array_elem_size(self), new_capacity) + +/// Free any memory allocated for this array. Note that this does not free any +/// memory allocated for the array's contents. +#define array_delete(self) _array__delete((Array *)(self)) + +/// Push a new `element` onto the end of the array. +#define array_push(self, element) \ + (_array__grow((Array *)(self), 1, array_elem_size(self)), \ + (self)->contents[(self)->size++] = (element)) + +/// Increase the array's size by `count` elements. +/// New elements are zero-initialized. +#define array_grow_by(self, count) \ + do { \ + if ((count) == 0) break; \ + _array__grow((Array *)(self), count, array_elem_size(self)); \ + memset((self)->contents + (self)->size, 0, (count) * array_elem_size(self)); \ + (self)->size += (count); \ + } while (0) + +/// Append all elements from one array to the end of another. +#define array_push_all(self, other) \ + array_extend((self), (other)->size, (other)->contents) + +/// Append `count` elements to the end of the array, reading their values from the +/// `contents` pointer. +#define array_extend(self, count, contents) \ + _array__splice( \ + (Array *)(self), array_elem_size(self), (self)->size, \ + 0, count, contents \ + ) + +/// Remove `old_count` elements from the array starting at the given `index`. At +/// the same index, insert `new_count` new elements, reading their values from the +/// `new_contents` pointer. +#define array_splice(self, _index, old_count, new_count, new_contents) \ + _array__splice( \ + (Array *)(self), array_elem_size(self), _index, \ + old_count, new_count, new_contents \ + ) + +/// Insert one `element` into the array at the given `index`. +#define array_insert(self, _index, element) \ + _array__splice((Array *)(self), array_elem_size(self), _index, 0, 1, &(element)) + +/// Remove one element from the array at the given `index`. +#define array_erase(self, _index) \ + _array__erase((Array *)(self), array_elem_size(self), _index) + +/// Pop the last element off the array, returning the element by value. +#define array_pop(self) ((self)->contents[--(self)->size]) + +/// Assign the contents of one array to another, reallocating if necessary. +#define array_assign(self, other) \ + _array__assign((Array *)(self), (const Array *)(other), array_elem_size(self)) + +/// Swap one array with another +#define array_swap(self, other) \ + _array__swap((Array *)(self), (Array *)(other)) + +/// Get the size of the array contents +#define array_elem_size(self) (sizeof *(self)->contents) + +/// Search a sorted array for a given `needle` value, using the given `compare` +/// callback to determine the order. +/// +/// If an existing element is found to be equal to `needle`, then the `index` +/// out-parameter is set to the existing value's index, and the `exists` +/// out-parameter is set to true. Otherwise, `index` is set to an index where +/// `needle` should be inserted in order to preserve the sorting, and `exists` +/// is set to false. +#define array_search_sorted_with(self, compare, needle, _index, _exists) \ + _array__search_sorted(self, 0, compare, , needle, _index, _exists) + +/// Search a sorted array for a given `needle` value, using integer comparisons +/// of a given struct field (specified with a leading dot) to determine the order. +/// +/// See also `array_search_sorted_with`. +#define array_search_sorted_by(self, field, needle, _index, _exists) \ + _array__search_sorted(self, 0, _compare_int, field, needle, _index, _exists) + +/// Insert a given `value` into a sorted array, using the given `compare` +/// callback to determine the order. +#define array_insert_sorted_with(self, compare, value) \ + do { \ + unsigned _index, _exists; \ + array_search_sorted_with(self, compare, &(value), &_index, &_exists); \ + if (!_exists) array_insert(self, _index, value); \ + } while (0) + +/// Insert a given `value` into a sorted array, using integer comparisons of +/// a given struct field (specified with a leading dot) to determine the order. +/// +/// See also `array_search_sorted_by`. +#define array_insert_sorted_by(self, field, value) \ + do { \ + unsigned _index, _exists; \ + array_search_sorted_by(self, field, (value) field, &_index, &_exists); \ + if (!_exists) array_insert(self, _index, value); \ + } while (0) + +// Private + +typedef Array(void) Array; + +/// This is not what you're looking for, see `array_delete`. +static inline void _array__delete(Array *self) { + if (self->contents) { + ts_free(self->contents); + self->contents = NULL; + self->size = 0; + self->capacity = 0; + } +} + +/// This is not what you're looking for, see `array_erase`. +static inline void _array__erase(Array *self, size_t element_size, + uint32_t index) { + assert(index < self->size); + char *contents = (char *)self->contents; + memmove(contents + index * element_size, contents + (index + 1) * element_size, + (self->size - index - 1) * element_size); + self->size--; +} + +/// This is not what you're looking for, see `array_reserve`. +static inline void _array__reserve(Array *self, size_t element_size, uint32_t new_capacity) { + if (new_capacity > self->capacity) { + if (self->contents) { + self->contents = ts_realloc(self->contents, new_capacity * element_size); + } else { + self->contents = ts_malloc(new_capacity * element_size); + } + self->capacity = new_capacity; + } +} + +/// This is not what you're looking for, see `array_assign`. +static inline void _array__assign(Array *self, const Array *other, size_t element_size) { + _array__reserve(self, element_size, other->size); + self->size = other->size; + memcpy(self->contents, other->contents, self->size * element_size); +} + +/// This is not what you're looking for, see `array_swap`. +static inline void _array__swap(Array *self, Array *other) { + Array swap = *other; + *other = *self; + *self = swap; +} + +/// This is not what you're looking for, see `array_push` or `array_grow_by`. +static inline void _array__grow(Array *self, uint32_t count, size_t element_size) { + uint32_t new_size = self->size + count; + if (new_size > self->capacity) { + uint32_t new_capacity = self->capacity * 2; + if (new_capacity < 8) new_capacity = 8; + if (new_capacity < new_size) new_capacity = new_size; + _array__reserve(self, element_size, new_capacity); + } +} + +/// This is not what you're looking for, see `array_splice`. +static inline void _array__splice(Array *self, size_t element_size, + uint32_t index, uint32_t old_count, + uint32_t new_count, const void *elements) { + uint32_t new_size = self->size + new_count - old_count; + uint32_t old_end = index + old_count; + uint32_t new_end = index + new_count; + assert(old_end <= self->size); + + _array__reserve(self, element_size, new_size); + + char *contents = (char *)self->contents; + if (self->size > old_end) { + memmove( + contents + new_end * element_size, + contents + old_end * element_size, + (self->size - old_end) * element_size + ); + } + if (new_count > 0) { + if (elements) { + memcpy( + (contents + index * element_size), + elements, + new_count * element_size + ); + } else { + memset( + (contents + index * element_size), + 0, + new_count * element_size + ); + } + } + self->size += new_count - old_count; +} + +/// A binary search routine, based on Rust's `std::slice::binary_search_by`. +/// This is not what you're looking for, see `array_search_sorted_with` or `array_search_sorted_by`. +#define _array__search_sorted(self, start, compare, suffix, needle, _index, _exists) \ + do { \ + *(_index) = start; \ + *(_exists) = false; \ + uint32_t size = (self)->size - *(_index); \ + if (size == 0) break; \ + int comparison; \ + while (size > 1) { \ + uint32_t half_size = size / 2; \ + uint32_t mid_index = *(_index) + half_size; \ + comparison = compare(&((self)->contents[mid_index] suffix), (needle)); \ + if (comparison <= 0) *(_index) = mid_index; \ + size -= half_size; \ + } \ + comparison = compare(&((self)->contents[*(_index)] suffix), (needle)); \ + if (comparison == 0) *(_exists) = true; \ + else if (comparison < 0) *(_index) += 1; \ + } while (0) + +/// Helper macro for the `_sorted_by` routines below. This takes the left (existing) +/// parameter by reference in order to work with the generic sorting function above. +#define _compare_int(a, b) ((int)*(a) - (int)(b)) + +#ifdef _MSC_VER +#pragma warning(default : 4101) +#elif defined(__GNUC__) || defined(__clang__) +#pragma GCC diagnostic pop +#endif + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_ARRAY_H_ diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 2b14ac1..17f0e94 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; @@ -87,6 +86,11 @@ typedef union { } entry; } TSParseActionEntry; +typedef struct { + int32_t start; + int32_t end; +} TSCharacterRange; + struct TSLanguage { uint32_t version; uint32_t symbol_count; @@ -126,13 +130,38 @@ struct TSLanguage { const TSStateId *primary_state_ids; }; +static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { + uint32_t index = 0; + uint32_t size = len - index; + while (size > 1) { + uint32_t half_size = size / 2; + uint32_t mid_index = index + half_size; + TSCharacterRange *range = &ranges[mid_index]; + if (lookahead >= range->start && lookahead <= range->end) { + return true; + } else if (lookahead > range->end) { + index = mid_index; + } + size -= half_size; + } + TSCharacterRange *range = &ranges[index]; + return (lookahead >= range->start && lookahead <= range->end); +} + /* * 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; \ @@ -148,6 +177,17 @@ struct TSLanguage { goto next_state; \ } +#define ADVANCE_MAP(...) \ + { \ + static const uint16_t map[] = { __VA_ARGS__ }; \ + for (uint32_t i = 0; i < sizeof(map) / sizeof(map[0]); i += 2) { \ + if (map[i] == lookahead) { \ + state = map[i + 1]; \ + goto next_state; \ + } \ + } \ + } + #define SKIP(state_value) \ { \ skip = true; \ @@ -166,7 +206,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 +216,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value \ + .state = (state_value) \ } \ }} @@ -184,7 +224,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value, \ + .state = (state_value), \ .repetition = true \ } \ }} @@ -197,14 +237,15 @@ struct TSLanguage { } \ }} -#define REDUCE(symbol_val, child_count_val, ...) \ - {{ \ - .reduce = { \ - .type = TSParseActionTypeReduce, \ - .symbol = symbol_val, \ - .child_count = child_count_val, \ - __VA_ARGS__ \ - }, \ +#define REDUCE(symbol_name, children, precedence, prod_id) \ + {{ \ + .reduce = { \ + .type = TSParseActionTypeReduce, \ + .symbol = symbol_name, \ + .child_count = children, \ + .dynamic_precedence = precedence, \ + .production_id = prod_id \ + }, \ }} #define RECOVER() \ From 35de219f8b630cde6f90b0a8652a74f9bf9dd93c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 14 Apr 2024 10:48:47 -0700 Subject: [PATCH 4/5] Bump tree-sitter-cli to 0.22.5 --- package.json | 2 +- src/grammar.json | 107 +- src/parser.c | 18788 ++++++++++++++++++++++----------------------- 3 files changed, 9438 insertions(+), 9459 deletions(-) diff --git a/package.json b/package.json index fc6d78b..12287ed 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "prettier": "3.1.1", - "tree-sitter-cli": "^0.22.3", + "tree-sitter-cli": "^0.22.5", "prebuildify": "^6.0.0" }, "tree-sitter": [ diff --git a/src/grammar.json b/src/grammar.json index cb5ef89..60e1fce 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -3644,58 +3644,62 @@ ] }, "ctrl_try_parenthesized": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "try" - }, - { - "type": "FIELD", - "name": "try_branch", - "content": { - "type": "SYMBOL", - "name": "block" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "\n" - }, - { - "type": "BLANK" + "type": "PREC_RIGHT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "try" + }, + { + "type": "FIELD", + "name": "try_branch", + "content": { + "type": "SYMBOL", + "name": "block" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "\n" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "catch" + }, + { + "type": "FIELD", + "name": "catch_branch", + "content": { + "type": "SYMBOL", + "name": "_blosure" } - ] - }, - { - "type": "STRING", - "value": "catch" - }, - { - "type": "FIELD", - "name": "catch_branch", - "content": { - "type": "SYMBOL", - "name": "_blosure" } - } - ] - }, - { - "type": "BLANK" - } - ] - } - ] + ] + }, + { + "type": "BLANK" + } + ] + } + ] + } }, "ctrl_return": { "type": "CHOICE", @@ -11335,9 +11339,6 @@ "block", "val_closure" ], - [ - "ctrl_try_parenthesized" - ], [ "decl_module" ], diff --git a/src/parser.c b/src/parser.c index b7cde17..2392e50 100644 --- a/src/parser.c +++ b/src/parser.c @@ -10985,11 +10985,6 @@ static TSCharacterRange sym__long_flag_identifier_character_set_1[] = { {0x2ceb0, 0x2ebe0}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0xe0100, 0xe01ef}, }; -static TSCharacterRange sym_filesize_unit_character_set_1[] = { - {'B', 'B'}, {'E', 'E'}, {'G', 'G'}, {'K', 'K'}, {'M', 'M'}, {'P', 'P'}, {'T', 'T'}, {'b', 'b'}, - {'e', 'e'}, {'g', 'g'}, {'k', 'k'}, {'m', 'm'}, {'p', 'p'}, {'t', 't'}, -}; - static TSCharacterRange aux_sym__list_item_starts_with_sign_token1_character_set_1[] = { {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', ':'}, {'<', 'Z'}, {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, @@ -11000,16 +10995,6 @@ static TSCharacterRange aux_sym__record_key_token1_character_set_1[] = { {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, }; -static TSCharacterRange aux_sym__record_key_token2_character_set_1[] = { - {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', '+'}, {'-', '9'}, {'<', 'Z'}, - {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, -}; - -static TSCharacterRange aux_sym_unquoted_token1_character_set_1[] = { - {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', ','}, {'.', ':'}, {'<', 'Z'}, - {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, -}; - static TSCharacterRange aux_sym_unquoted_token2_character_set_1[] = { {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '-'}, {'/', ':'}, {'<', 'Z'}, {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, @@ -11025,11 +11010,6 @@ static TSCharacterRange aux_sym_unquoted_token5_character_set_1[] = { {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, }; -static TSCharacterRange aux_sym__unquoted_in_list_token1_character_set_1[] = { - {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '&'}, {'*', '+'}, {'.', ':'}, {'<', 'Z'}, - {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, -}; - static TSCharacterRange aux_sym__unquoted_in_list_token1_character_set_2[] = { {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'*', '+'}, {'-', ':'}, {'<', 'Z'}, {'\\', '\\'}, {'^', '_'}, {'a', 'z'}, {'|', '|'}, {'~', 0x10ffff}, @@ -11081,7 +11061,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ']', 1105, '^', 1596, '_', 1212, - '`', 287, + '`', 297, '{', 1208, '|', 1108, '}', 1209, @@ -11117,27 +11097,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '|', 1108, '}', 1209, ); @@ -11174,27 +11154,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '|', 1108, '}', 1209, ); @@ -11221,21 +11201,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1483, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'b', 764, - 'c', 751, - 'd', 741, - 'f', 639, - 'i', 690, - 'm', 643, - 'n', 746, - 'r', 687, - 't', 756, - 'w', 702, + '_', 639, + '`', 297, + 'b', 773, + 'c', 760, + 'd', 750, + 'f', 647, + 'i', 698, + 'm', 651, + 'n', 755, + 'r', 695, + 't', 765, + 'w', 710, '{', 1208, '|', 1108, ); @@ -11258,15 +11238,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1485, ':', 1099, ';', 617, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -11313,7 +11293,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'I', 1827, 'N', 1826, '_', 1760, - '`', 287, + '`', 297, 'a', 1782, 'b', 1781, 'c', 1767, @@ -11366,7 +11346,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 1825, '[', 1102, '_', 1213, - '`', 287, + '`', 297, 'a', 1786, 'b', 1778, 'e', 1791, @@ -11650,27 +11630,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -11702,39 +11682,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1574, '>', 1133, 'B', 839, - 'E', 828, - 'G', 828, + 'E', 637, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 644, - 'e', 823, - 'f', 745, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 660, - 'm', 821, - 'n', 673, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 826, - 'u', 779, - 'w', 700, - 'x', 752, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 652, + 'e', 632, + 'f', 754, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 668, + 'm', 630, + 'n', 681, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 635, + 'u', 788, + 'w', 708, + 'x', 761, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); @@ -11765,39 +11745,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1574, '>', 1133, 'B', 839, - 'E', 625, - 'G', 828, + 'E', 623, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 644, - 'e', 624, - 'f', 745, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 660, - 'm', 821, - 'n', 673, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 826, - 'u', 779, - 'w', 700, - 'x', 752, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 652, + 'e', 622, + 'f', 754, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 668, + 'm', 630, + 'n', 681, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 635, + 'u', 788, + 'w', 708, + 'x', 761, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); @@ -11828,27 +11808,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1574, '>', 1133, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -11880,39 +11860,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1574, '>', 1133, 'B', 839, - 'E', 625, - 'G', 828, + 'E', 623, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, - '_', 633, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 644, - 'e', 624, - 'f', 745, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 660, - 'm', 821, - 'n', 673, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 826, - 'u', 779, - 'w', 700, - 'x', 752, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, + '_', 641, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 652, + 'e', 622, + 'f', 754, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 668, + 'm', 630, + 'n', 681, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 635, + 'u', 788, + 'w', 708, + 'x', 761, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); @@ -11944,27 +11924,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -11996,39 +11976,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1574, '>', 1133, 'B', 839, - 'E', 828, - 'G', 828, + 'E', 637, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 644, - 'e', 823, - 'f', 745, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 660, - 'm', 821, - 'n', 673, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 826, - 'u', 779, - 'w', 700, - 'x', 752, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 652, + 'e', 632, + 'f', 754, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 668, + 'm', 630, + 'n', 681, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 635, + 'u', 788, + 'w', 708, + 'x', 761, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); @@ -12059,27 +12039,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1574, '>', 1133, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -12113,39 +12093,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, 'B', 2588, 'E', 2472, - 'G', 2568, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, '[', 1526, - '_', 2490, - '`', 287, - 'a', 2526, - 'b', 2523, - 'c', 2505, - 'd', 2504, + '_', 2520, + '`', 297, + 'a', 2556, + 'b', 2553, + 'c', 2535, + 'd', 2534, 'e', 2471, - 'f', 2537, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2506, - 'm', 2561, - 'n', 2509, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2566, - 'u', 2552, - 'w', 2518, - 'x', 2541, + 'f', 2567, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2536, + 'm', 2484, + 'n', 2539, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2489, + 'u', 2582, + 'w', 2548, + 'x', 2571, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); @@ -12170,49 +12150,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1221, '/', 1294, - '0', 2495, + '0', 2525, ':', 2468, '<', 1331, '=', 2482, '>', 1133, 'B', 2588, - 'E', 2568, - 'G', 2568, + 'E', 2491, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, - '_', 2486, - '`', 287, - 'a', 2526, - 'b', 2523, - 'c', 2505, - 'd', 2504, - 'e', 2563, - 'f', 2537, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2506, - 'm', 2561, - 'n', 2509, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2566, - 'u', 2552, - 'w', 2518, - 'x', 2541, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, + '_', 2516, + '`', 297, + 'a', 2556, + 'b', 2553, + 'c', 2535, + 'd', 2534, + 'e', 2486, + 'f', 2567, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2536, + 'm', 2484, + 'n', 2539, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2489, + 'u', 2582, + 'w', 2548, + 'x', 2571, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2498); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2528); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && (lookahead < '\'' || '>' < lookahead) && @@ -12234,49 +12214,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1221, '/', 1294, - '0', 2495, + '0', 2525, ':', 2468, '<', 1331, '=', 2482, '>', 1133, 'B', 2588, 'E', 2472, - 'G', 2568, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, - '_', 2486, - '`', 287, - 'a', 2526, - 'b', 2523, - 'c', 2505, - 'd', 2504, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, + '_', 2516, + '`', 297, + 'a', 2556, + 'b', 2553, + 'c', 2535, + 'd', 2534, 'e', 2471, - 'f', 2537, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2506, - 'm', 2561, - 'n', 2509, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2566, - 'u', 2552, - 'w', 2518, - 'x', 2541, + 'f', 2567, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2536, + 'm', 2484, + 'n', 2539, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2489, + 'u', 2582, + 'w', 2548, + 'x', 2571, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2498); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2528); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && (lookahead < '\'' || '>' < lookahead) && @@ -12298,49 +12278,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1217, '/', 1294, - '0', 2495, + '0', 2525, ':', 2468, '<', 1331, '=', 2482, '>', 1133, 'B', 2588, - 'E', 2568, - 'G', 2568, + 'E', 2491, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, - '_', 2486, - '`', 287, - 'a', 2526, - 'b', 2523, - 'c', 2505, - 'd', 2504, - 'e', 2563, - 'f', 2537, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2506, - 'm', 2561, - 'n', 2509, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2566, - 'u', 2552, - 'w', 2518, - 'x', 2541, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, + '_', 2516, + '`', 297, + 'a', 2556, + 'b', 2553, + 'c', 2535, + 'd', 2534, + 'e', 2486, + 'f', 2567, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2536, + 'm', 2484, + 'n', 2539, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2489, + 'u', 2582, + 'w', 2548, + 'x', 2571, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2498); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2528); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && (lookahead < '\'' || '>' < lookahead) && @@ -12367,38 +12347,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2570, - 'G', 2574, + 'E', 2493, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, '_', 1213, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, - 'e', 2569, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, - 'o', 2546, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, + 'e', 2492, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, + 'o', 2576, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); @@ -12422,47 +12402,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '/', 1294, - '0', 2494, + '0', 2524, '<', 1331, '=', 2482, '>', 1133, 'B', 2468, - 'E', 2570, - 'G', 2574, + 'E', 2493, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, '_', 1214, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, - 'e', 2569, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, - 'o', 2546, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, + 'e', 2492, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, + 'o', 2576, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && (lookahead < '\'' || '9' < lookahead) && (lookahead < ';' || '>' < lookahead) && @@ -12482,47 +12462,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '/', 1294, - '0', 2494, + '0', 2524, '<', 1331, '=', 2482, '>', 1133, 'B', 2468, - 'E', 2574, - 'G', 2574, + 'E', 2497, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, '_', 1214, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, - 'e', 2572, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, - 'o', 2546, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, + 'e', 2494, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, + 'o', 2576, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && (lookahead < '\'' || '9' < lookahead) && (lookahead < ';' || '>' < lookahead) && @@ -12542,47 +12522,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '/', 1294, - '0', 2494, + '0', 2524, '<', 1331, '=', 2482, '>', 1133, 'B', 2468, - 'E', 2574, - 'G', 2574, + 'E', 2497, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, '_', 1214, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, - 'e', 2572, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, - 'o', 2546, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, + 'e', 2494, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, + 'o', 2576, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && (lookahead < '\'' || '9' < lookahead) && (lookahead < ';' || '>' < lookahead) && @@ -12605,32 +12585,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - '_', 2489, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + '_', 2519, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67); @@ -12660,31 +12640,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67); @@ -12714,31 +12694,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67); @@ -12767,32 +12747,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - '_', 2489, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + '_', 2519, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69); @@ -12822,31 +12802,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69); @@ -12875,31 +12855,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69); @@ -12929,31 +12909,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67); @@ -12982,31 +12962,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, ']', 1105, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, - 0xb5, 2548, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69); @@ -13035,32 +13015,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - '_', 2489, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + '_', 2519, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); @@ -13089,31 +13069,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); @@ -13142,31 +13122,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); @@ -13194,32 +13174,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - '_', 2489, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + '_', 2519, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(73); @@ -13248,31 +13228,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2556, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2555, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2509, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2508, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(73); @@ -13300,31 +13280,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(73); @@ -13353,31 +13333,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); @@ -13405,31 +13385,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2587, - 'E', 2559, - 'G', 2559, - 'K', 2559, - 'M', 2559, - 'P', 2559, - 'T', 2559, - 'a', 2531, - 'b', 2521, - 'd', 2502, - 'e', 2557, - 'g', 2558, - 'h', 2543, - 'i', 2532, - 'k', 2558, - 'm', 2560, - 'n', 2536, - 'o', 2547, - 'p', 2558, - 's', 2512, - 't', 2558, - 'u', 2548, - 'w', 2524, - 'x', 2538, + 'E', 2512, + 'G', 2512, + 'K', 2512, + 'M', 2512, + 'P', 2512, + 'T', 2512, + 'a', 2561, + 'b', 2551, + 'd', 2532, + 'e', 2510, + 'g', 2511, + 'h', 2573, + 'i', 2562, + 'k', 2511, + 'm', 2513, + 'n', 2566, + 'o', 2577, + 'p', 2511, + 's', 2542, + 't', 2511, + 'u', 2578, + 'w', 2554, + 'x', 2568, '|', 1108, - 0xb5, 2548, + 0xb5, 2578, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(73); @@ -13456,32 +13436,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - '_', 2491, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + '_', 2521, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(77); @@ -13502,31 +13482,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(77); @@ -13546,31 +13526,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(77); @@ -13589,31 +13569,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(77); @@ -13632,31 +13612,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2481, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - '_', 2491, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, - 0xb5, 2550, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + '_', 2521, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(79); @@ -13676,30 +13656,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2481, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, - 0xb5, 2550, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(79); @@ -13718,30 +13698,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2481, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, - 0xb5, 2550, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(79); @@ -13760,32 +13740,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - '_', 2491, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + '_', 2521, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '{', 1208, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); @@ -13805,31 +13785,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '{', 1208, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); @@ -13848,31 +13828,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '{', 1208, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); @@ -13890,30 +13870,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2481, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, - 0xb5, 2550, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(79); @@ -13931,31 +13911,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '{', 1208, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); @@ -13980,36 +13960,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 1513, - 'E', 438, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, + 'E', 284, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, '[', 1102, ']', 1105, '_', 1449, - 'a', 357, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 436, - 'g', 440, - 'h', 381, - 'i', 325, - 'k', 440, - 'm', 439, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 282, + 'g', 288, + 'h', 392, + 'i', 335, + 'k', 288, + 'm', 285, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(61); @@ -14033,35 +14013,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, '[', 1102, ']', 1105, - 'a', 357, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 441, - 'g', 440, - 'h', 381, - 'i', 325, - 'k', 440, - 'm', 439, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 286, + 'g', 288, + 'h', 392, + 'i', 335, + 'k', 288, + 'm', 285, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(61); @@ -14084,33 +14064,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 917, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 850, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - '_', 850, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 916, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + '_', 856, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 849, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(66); @@ -14135,32 +14115,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(65); @@ -14183,32 +14163,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 917, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 850, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 916, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 849, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(66); @@ -14232,32 +14212,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(65); @@ -14280,32 +14260,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(66); @@ -14328,31 +14308,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, - 0xb5, 900, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67); @@ -14375,15 +14355,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, ']', 1105, - 'a', 878, - 'b', 867, - 'e', 880, - 'i', 879, - 'm', 885, - 'n', 884, - 'o', 892, - 's', 909, - 'x', 886, + 'a', 885, + 'b', 873, + 'e', 887, + 'i', 886, + 'm', 892, + 'n', 891, + 'o', 899, + 's', 916, + 'x', 893, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(68); @@ -14405,31 +14385,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, ']', 1105, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, - 0xb5, 900, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69); @@ -14451,15 +14431,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, ']', 1105, - 'a', 878, - 'b', 867, - 'e', 880, - 'i', 879, - 'm', 885, - 'n', 884, - 'o', 892, - 's', 909, - 'x', 886, + 'a', 885, + 'b', 873, + 'e', 887, + 'i', 886, + 'm', 892, + 'n', 891, + 'o', 899, + 's', 916, + 'x', 893, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70); @@ -14481,31 +14461,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); @@ -14526,15 +14506,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1331, '=', 279, '>', 1133, - 'a', 878, - 'b', 867, - 'e', 880, - 'i', 879, - 'm', 885, - 'n', 884, - 'o', 892, - 's', 909, - 'x', 886, + 'a', 885, + 'b', 873, + 'e', 887, + 'i', 886, + 'm', 892, + 'n', 891, + 'o', 899, + 's', 916, + 'x', 893, '|', 1108, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -14556,31 +14536,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 932, - 'E', 920, - 'G', 920, - 'K', 920, - 'M', 920, - 'P', 920, - 'T', 920, - 'a', 878, - 'b', 867, - 'd', 854, - 'e', 918, - 'g', 919, - 'h', 890, - 'i', 879, - 'k', 919, - 'm', 921, - 'n', 883, - 'o', 892, - 'p', 919, - 's', 864, - 't', 919, - 'u', 900, - 'w', 869, - 'x', 886, + 'E', 853, + 'G', 853, + 'K', 853, + 'M', 853, + 'P', 853, + 'T', 853, + 'a', 885, + 'b', 873, + 'd', 860, + 'e', 851, + 'g', 852, + 'h', 897, + 'i', 886, + 'k', 852, + 'm', 854, + 'n', 890, + 'o', 899, + 'p', 852, + 's', 870, + 't', 852, + 'u', 907, + 'w', 875, + 'x', 893, '|', 1108, - 0xb5, 900, + 0xb5, 907, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(73); @@ -14600,15 +14580,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1331, '=', 279, '>', 1133, - 'a', 878, - 'b', 867, - 'e', 880, - 'i', 879, - 'm', 885, - 'n', 884, - 'o', 892, - 's', 909, - 'x', 886, + 'a', 885, + 'b', 873, + 'e', 887, + 'i', 886, + 'm', 892, + 'n', 891, + 'o', 899, + 's', 916, + 'x', 893, '|', 1108, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -14631,34 +14611,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 278, '>', 1133, 'B', 1513, - 'E', 438, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, + 'E', 284, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, '_', 1449, - 'a', 357, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 437, - 'g', 440, - 'h', 381, - 'i', 325, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 283, + 'g', 288, + 'h', 392, + 'i', 335, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(76); @@ -14678,33 +14658,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 278, '>', 1133, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'a', 357, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 442, - 'g', 440, - 'h', 381, - 'i', 325, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 287, + 'g', 288, + 'h', 392, + 'i', 335, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(76); @@ -14722,31 +14702,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'a', 357, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 442, - 'g', 440, - 'h', 381, - 'i', 358, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 287, + 'g', 288, + 'h', 392, + 'i', 369, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(77); @@ -14763,15 +14743,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1331, '=', 279, '>', 1133, - 'a', 357, - 'b', 338, - 'e', 361, - 'i', 358, - 'm', 370, - 'n', 371, - 'o', 382, - 's', 407, - 'x', 369, + 'a', 368, + 'b', 348, + 'e', 372, + 'i', 369, + 'm', 381, + 'n', 382, + 'o', 393, + 's', 418, + 'x', 380, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -14789,30 +14769,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 278, '>', 1133, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'a', 357, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 442, - 'g', 440, - 'h', 381, - 'i', 358, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, - 0xb5, 391, + 'd', 299, + 'e', 287, + 'g', 288, + 'h', 392, + 'i', 369, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(79); @@ -14828,15 +14808,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1331, '=', 278, '>', 1133, - 'a', 357, - 'b', 338, - 'e', 361, - 'i', 358, - 'm', 370, - 'n', 371, - 'o', 382, - 's', 407, - 'x', 369, + 'a', 368, + 'b', 348, + 'e', 372, + 'i', 369, + 'm', 381, + 'n', 382, + 'o', 393, + 's', 418, + 'x', 380, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(80); @@ -14853,31 +14833,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'a', 357, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 442, - 'g', 440, - 'h', 381, - 'i', 358, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 287, + 'g', 288, + 'h', 392, + 'i', 369, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '{', 1208, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); @@ -14893,15 +14873,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1331, '=', 279, '>', 1133, - 'a', 357, - 'b', 338, - 'e', 361, - 'i', 358, - 'm', 370, - 'n', 371, - 'o', 382, - 's', 407, - 'x', 369, + 'a', 368, + 'b', 348, + 'e', 372, + 'i', 369, + 'm', 381, + 'n', 382, + 'o', 393, + 's', 418, + 'x', 380, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -14929,7 +14909,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'I', 2373, 'N', 2372, '_', 2298, - '`', 287, + '`', 297, 'a', 2328, 'b', 2327, 'c', 2313, @@ -14982,7 +14962,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2371, '[', 1102, '_', 1214, - '`', 287, + '`', 297, 'a', 2332, 'b', 2324, 'e', 2337, @@ -15256,7 +15236,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'I', 2464, 'N', 2463, '_', 2389, - '`', 287, + '`', 297, 'a', 2419, 'b', 2418, 'c', 2404, @@ -15309,7 +15289,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2462, '[', 1102, '_', 1214, - '`', 287, + '`', 297, 'a', 2423, 'b', 2415, 'e', 2428, @@ -15580,7 +15560,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2252, '[', 1102, '_', 1215, - '`', 287, + '`', 297, 'a', 2048, 'b', 2000, 'e', 2058, @@ -15851,7 +15831,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'I', 2238, 'N', 2230, '_', 1876, - '`', 287, + '`', 297, 'a', 2026, 'b', 1995, 'c', 1894, @@ -15901,38 +15881,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'B', 1513, - 'E', 1716, - 'G', 1720, + 'E', 1639, + 'G', 1643, 'I', 1727, - 'K', 1720, - 'M', 1720, - 'N', 1714, - 'P', 1720, - 'T', 1720, + 'K', 1643, + 'M', 1643, + 'N', 1723, + 'P', 1643, + 'T', 1643, '[', 1102, '_', 1213, - '`', 287, - 'a', 1672, + '`', 297, + 'a', 1680, 'b', 1514, - 'd', 1644, - 'e', 1715, - 'f', 1645, - 'g', 1719, - 'h', 1684, - 'i', 1638, - 'k', 1719, - 'm', 1721, - 'n', 1682, - 'o', 1685, - 'p', 1719, - 's', 1654, - 't', 1718, - 'u', 1695, - 'w', 1667, - 'x', 1677, + 'd', 1652, + 'e', 1638, + 'f', 1653, + 'g', 1642, + 'h', 1693, + 'i', 1646, + 'k', 1642, + 'm', 1644, + 'n', 1691, + 'o', 1694, + 'p', 1642, + 's', 1662, + 't', 1641, + 'u', 1704, + 'w', 1675, + 'x', 1686, '{', 1208, '}', 1209, - 0xb5, 1695, + 0xb5, 1704, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); @@ -15962,21 +15942,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1674, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, - 'o', 1685, - 's', 1699, - 't', 1686, - 'x', 1677, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1683, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, + 'o', 1694, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '}', 1209, ); @@ -16007,38 +15987,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'B', 1513, - 'E', 1720, - 'G', 1720, + 'E', 1643, + 'G', 1643, 'I', 1727, - 'K', 1720, - 'M', 1720, - 'N', 1714, - 'P', 1720, - 'T', 1720, + 'K', 1643, + 'M', 1643, + 'N', 1723, + 'P', 1643, + 'T', 1643, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, + '`', 297, + 'a', 1680, 'b', 1514, - 'd', 1644, - 'e', 1717, - 'f', 1645, - 'g', 1719, - 'h', 1684, - 'i', 1638, - 'k', 1719, - 'm', 1721, - 'n', 1682, - 'o', 1685, - 'p', 1719, - 's', 1654, - 't', 1718, - 'u', 1695, - 'w', 1667, - 'x', 1677, + 'd', 1652, + 'e', 1640, + 'f', 1653, + 'g', 1642, + 'h', 1693, + 'i', 1646, + 'k', 1642, + 'm', 1644, + 'n', 1691, + 'o', 1694, + 'p', 1642, + 's', 1662, + 't', 1641, + 'u', 1704, + 'w', 1675, + 'x', 1686, '{', 1208, '}', 1209, - 0xb5, 1695, + 0xb5, 1704, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); @@ -16067,38 +16047,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'B', 1513, - 'E', 1716, - 'G', 1720, + 'E', 1639, + 'G', 1643, 'I', 1727, - 'K', 1720, - 'M', 1720, - 'N', 1714, - 'P', 1720, - 'T', 1720, + 'K', 1643, + 'M', 1643, + 'N', 1723, + 'P', 1643, + 'T', 1643, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, + '`', 297, + 'a', 1680, 'b', 1514, - 'd', 1644, - 'e', 1715, - 'f', 1645, - 'g', 1719, - 'h', 1684, - 'i', 1638, - 'k', 1719, - 'm', 1721, - 'n', 1682, - 'o', 1685, - 'p', 1719, - 's', 1654, - 't', 1718, - 'u', 1695, - 'w', 1667, - 'x', 1677, + 'd', 1652, + 'e', 1638, + 'f', 1653, + 'g', 1642, + 'h', 1693, + 'i', 1646, + 'k', 1642, + 'm', 1644, + 'n', 1691, + 'o', 1694, + 'p', 1642, + 's', 1662, + 't', 1641, + 'u', 1704, + 'w', 1675, + 'x', 1686, '{', 1208, '}', 1209, - 0xb5, 1695, + 0xb5, 1704, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); @@ -16127,21 +16107,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1674, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, - 'o', 1685, - 's', 1699, - 't', 1686, - 'x', 1677, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1683, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, + 'o', 1694, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '}', 1209, ); @@ -16173,21 +16153,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1674, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, - 'o', 1685, - 's', 1699, - 't', 1686, - 'x', 1677, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1683, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, + 'o', 1694, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '}', 1209, ); @@ -16218,38 +16198,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'B', 1513, - 'E', 1720, - 'G', 1720, + 'E', 1643, + 'G', 1643, 'I', 1727, - 'K', 1720, - 'M', 1720, - 'N', 1714, - 'P', 1720, - 'T', 1720, + 'K', 1643, + 'M', 1643, + 'N', 1723, + 'P', 1643, + 'T', 1643, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, + '`', 297, + 'a', 1680, 'b', 1514, - 'd', 1644, - 'e', 1717, - 'f', 1645, - 'g', 1719, - 'h', 1684, - 'i', 1638, - 'k', 1719, - 'm', 1721, - 'n', 1682, - 'o', 1685, - 'p', 1719, - 's', 1654, - 't', 1718, - 'u', 1695, - 'w', 1667, - 'x', 1677, + 'd', 1652, + 'e', 1640, + 'f', 1653, + 'g', 1642, + 'h', 1693, + 'i', 1646, + 'k', 1642, + 'm', 1644, + 'n', 1691, + 'o', 1694, + 'p', 1642, + 's', 1662, + 't', 1641, + 'u', 1704, + 'w', 1675, + 'x', 1686, '{', 1208, '}', 1209, - 0xb5, 1695, + 0xb5, 1704, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(116); @@ -16278,21 +16258,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1674, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, - 'o', 1685, - 's', 1699, - 't', 1686, - 'x', 1677, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1683, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, + 'o', 1694, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '}', 1209, ); @@ -16322,7 +16302,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2708, - '`', 287, + '`', 297, 'f', 2709, 'n', 2711, 't', 2710, @@ -16331,7 +16311,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2713, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -16349,41 +16329,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1149, '.', 1221, - '0', 2728, - 'B', 2725, - 'b', 2725, - 'E', 2739, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + '0', 2734, + 'E', 2727, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2726, - '`', 287, - 'd', 2731, - 'e', 2738, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2732, + '`', 297, + 'd', 2737, + 'e', 2726, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 0xb5, 2735, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, 'I', 2744, 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(135); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); + lookahead == ' ') SKIP(131); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2735); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -16400,41 +16380,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1149, '.', 1221, - '0', 2728, - 'B', 2725, - 'b', 2725, - 'E', 2742, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + '0', 2734, + 'E', 2730, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2726, - '`', 287, - 'd', 2731, - 'e', 2740, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2732, + '`', 297, + 'd', 2737, + 'e', 2729, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 0xb5, 2735, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, 'I', 2744, 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(135); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); + lookahead == ' ') SKIP(131); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2735); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -16452,27 +16432,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1424, - 'N', 2616, + 'E', 2727, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2594, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2733, + '`', 297, + 'd', 2737, + 'e', 2726, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 'E', 2595, - 'e', 2595, - 'I', 2626, - 'i', 2626, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, + 'I', 2744, + 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(131); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(2644); + lookahead != '}') ADVANCE(2725); END_STATE(); case 122: ADVANCE_MAP( @@ -16486,25 +16483,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1424, - 'N', 2650, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2646, - '`', 287, - 'f', 2647, - 'n', 2649, - 't', 2648, + '_', 2598, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, - 'I', 2651, - 'i', 2651, + 'E', 2599, + 'e', 2599, + 'I', 2626, + 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(2645); + lookahead != '}') ADVANCE(2644); END_STATE(); case 123: ADVANCE_MAP( @@ -16518,44 +16517,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1424, - 'B', 2725, - 'b', 2725, - 'E', 2739, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + 'N', 2650, '[', 1102, ']', 1105, - '_', 2727, - '`', 287, - 'd', 2731, - 'e', 2738, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2646, + '`', 297, + 'f', 2647, + 'n', 2649, + 't', 2648, '{', 1208, - 0xb5, 2735, - 'I', 2744, - 'i', 2744, + 'I', 2651, + 'i', 2651, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(135); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(2725); + lookahead != '}') ADVANCE(2645); END_STATE(); case 124: ADVANCE_MAP( @@ -16571,14 +16551,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1486, ';', 617, '?', 1286, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, 'I', 2626, 'i', 2626, @@ -16603,14 +16583,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1486, ';', 617, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, '}', 1209, 'I', 2626, @@ -16634,23 +16614,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1486, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, '}', 1209, - 'E', 2595, - 'e', 2595, + 'E', 2599, + 'e', 2599, 'I', 2626, 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(131); + lookahead == ' ') SKIP(132); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -16667,41 +16647,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1149, '.', 1217, - '0', 2728, - 'B', 2725, - 'b', 2725, - 'E', 2742, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + '0', 2734, + 'E', 2730, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2726, - '`', 287, - 'd', 2731, - 'e', 2740, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2732, + '`', 297, + 'd', 2737, + 'e', 2729, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 0xb5, 2735, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, 'I', 2744, 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(135); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); + lookahead == ' ') SKIP(131); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2735); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -16719,22 +16699,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1424, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2594, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2598, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, - 'E', 2595, - 'e', 2595, + 'E', 2599, + 'e', 2599, 'I', 2626, 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -16755,14 +16735,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1486, ';', 617, '?', 1286, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, 'I', 2626, 'i', 2626, @@ -16787,14 +16767,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1486, ';', 617, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, '}', 1209, 'I', 2626, @@ -16818,16 +16798,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'N', 2616, + 'E', 2595, + 'G', 2595, + 'K', 2595, + 'M', 2595, + 'N', 2621, + 'P', 2595, + 'T', 2595, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'd', 2602, + 'e', 2594, + 'f', 2601, + 'g', 2594, + 'h', 2613, + 'k', 2594, + 'm', 2596, + 'n', 2615, + 'p', 2594, + 's', 2607, + 't', 2593, + 'u', 2616, + 'w', 2608, '{', 1208, - '}', 1209, + 0xb5, 2616, + 'B', 1513, + 'b', 1513, 'I', 2626, 'i', 2626, ); @@ -16836,7 +16834,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && - lookahead != ';') ADVANCE(2644); + lookahead != ';' && + lookahead != '}') ADVANCE(2644); END_STATE(); case 132: ADVANCE_MAP( @@ -16850,27 +16849,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, - 'E', 2595, - 'e', 2595, + '}', 1209, 'I', 2626, 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(132); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && - lookahead != ';' && - lookahead != '}') ADVANCE(2644); + lookahead != ';') ADVANCE(2644); END_STATE(); case 133: ADVANCE_MAP( @@ -16884,20 +16881,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, + 'E', 2599, + 'e', 2599, 'I', 2626, 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -16916,22 +16915,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'N', 1055, + 'N', 2621, '[', 1102, ']', 1105, - '_', 939, - '`', 287, - 'f', 943, - 'n', 1042, - 't', 1015, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, - 'I', 1065, - 'i', 1065, + 'I', 2626, + 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); - if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -16949,40 +16947,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'B', 1513, - 'b', 1513, - 'E', 2619, - 'G', 2619, - 'K', 2619, - 'M', 2619, - 'N', 2616, - 'P', 2619, - 'T', 2619, + 'N', 1055, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'd', 2598, - 'e', 2618, - 'f', 2597, - 'g', 2618, - 'h', 2608, - 'k', 2618, - 'm', 2620, - 'n', 2610, - 'p', 2618, - 's', 2603, - 't', 2617, - 'u', 2611, - 'w', 2604, + '_', 939, + '`', 297, + 'f', 943, + 'n', 1042, + 't', 1015, '{', 1208, - 0xb5, 2611, - 'I', 2626, - 'i', 2626, + 'I', 1065, + 'i', 1065, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(135); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1500); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -17000,28 +16980,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1484, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 638, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 672, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 646, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 680, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '|', 1108, '}', 1209, @@ -17048,13 +17028,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1483, ':', 1099, - 'N', 915, + 'N', 922, '[', 1102, - '_', 849, - '`', 287, - 'f', 853, - 'n', 882, - 't', 891, + '_', 855, + '`', 297, + 'f', 859, + 'n', 889, + 't', 898, '{', 1208, 'I', 928, 'i', 928, @@ -17077,21 +17057,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, '=', 280, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'b', 764, - 'c', 751, - 'd', 741, - 'f', 639, - 'i', 690, - 'm', 643, - 'n', 746, - 'r', 687, - 't', 756, - 'w', 702, + '_', 639, + '`', 297, + 'b', 773, + 'c', 760, + 'd', 750, + 'f', 647, + 'i', 698, + 'm', 651, + 'n', 755, + 'r', 695, + 't', 765, + 'w', 710, '{', 1208, '|', 1108, ); @@ -17111,13 +17091,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1483, - 'N', 820, + 'N', 829, '[', 1102, - '_', 631, - '`', 287, - 'f', 639, - 'n', 746, - 't', 775, + '_', 639, + '`', 297, + 'f', 647, + 'n', 755, + 't', 784, '{', 1208, 'I', 835, 'i', 835, @@ -17138,16 +17118,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1483, - 'N', 434, + 'N', 446, '[', 1102, - '_', 285, - '`', 287, - 'f', 296, - 'n', 367, - 't', 387, + '_', 295, + '`', 297, + 'f', 306, + 'n', 378, + 't', 398, '{', 1208, - 'I', 454, - 'i', 454, + 'I', 455, + 'i', 455, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(140); @@ -17167,7 +17147,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 1055, '[', 1102, '_', 939, - '`', 287, + '`', 297, 'f', 943, 'n', 1005, 't', 1015, @@ -17192,13 +17172,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, ':', 1099, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'f', 1645, - 'n', 1681, - 't', 1686, + '_', 1651, + '`', 297, + 'f', 1653, + 'n', 1690, + 't', 1695, '{', 1208, 'I', 1727, 'i', 1727, @@ -17223,15 +17203,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, 'I', 1727, 'i', 1727, @@ -17256,13 +17236,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'f', 1645, - 'n', 1681, - 't', 1686, + '_', 1651, + '`', 297, + 'f', 1653, + 'n', 1690, + 't', 1695, '{', 1208, 'I', 1727, 'i', 1727, @@ -17290,20 +17270,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1424, '<', 1130, '=', 1406, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2594, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2598, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, 'I', 2626, 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -17328,7 +17308,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2708, - '`', 287, + '`', 297, 'f', 2709, 'n', 2711, 't', 2710, @@ -17337,7 +17317,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2713, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -17356,20 +17336,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1444, '.', 1221, '0', 1424, - 'N', 2616, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2594, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2598, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, 'I', 2626, 'i', 2626, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -17392,7 +17372,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2719, - '`', 287, + '`', 297, 'f', 2720, 'n', 2722, 't', 2721, @@ -17401,7 +17381,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2724, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -17426,7 +17406,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '?', 1286, '@', 1136, ']', 1105, - '`', 287, + '`', 297, '|', 1108, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17450,7 +17430,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '?', 1286, '@', 1136, ']', 1105, - '`', 287, + '`', 297, '|', 1108, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17472,26 +17452,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ':', 1099, '?', 1286, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17519,26 +17499,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1487, ':', 1099, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17564,28 +17544,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1221, '0', 1487, - 'E', 623, + 'E', 625, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 622, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 624, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17611,28 +17591,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1221, '0', 1425, - 'E', 623, + 'E', 625, 'I', 835, - 'N', 820, - '_', 633, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 622, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 641, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 624, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17661,26 +17641,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ':', 1099, '?', 1286, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17708,26 +17688,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1487, ':', 1099, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17753,28 +17733,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1217, '0', 1487, - 'E', 623, + 'E', 625, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 622, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 624, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17801,26 +17781,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1487, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17846,28 +17826,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1148, '.', 1217, '0', 1425, - 'E', 623, + 'E', 625, 'I', 835, - 'N', 820, - '_', 633, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 622, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 641, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 624, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -17892,41 +17872,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1149, '.', 1221, - '0', 2728, - 'B', 2725, - 'b', 2725, - 'E', 2739, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + '0', 2734, + 'E', 2727, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2726, - '`', 287, - 'd', 2731, - 'e', 2738, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2732, + '`', 297, + 'd', 2737, + 'e', 2726, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 0xb5, 2735, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, 'I', 2744, 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(174); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2735); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -17943,41 +17923,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1149, '.', 1221, - '0', 2728, - 'B', 2725, - 'b', 2725, - 'E', 2742, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + '0', 2734, + 'E', 2730, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2726, - '`', 287, - 'd', 2731, - 'e', 2740, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2732, + '`', 297, + 'd', 2737, + 'e', 2729, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 0xb5, 2735, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, 'I', 2744, 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(174); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2735); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -17995,17 +17975,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1423, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1213, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, - 'E', 1640, - 'e', 1640, + 'E', 1648, + 'e', 1648, 'I', 1727, 'i', 1727, ); @@ -18030,13 +18010,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1485, '?', 1286, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18062,17 +18042,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, - 'E', 1640, - 'e', 1640, + 'E', 1648, + 'e', 1648, 'I', 1727, 'i', 1727, ); @@ -18096,13 +18076,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18128,17 +18108,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1424, - 'N', 2650, + 'E', 2727, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2646, - '`', 287, - 'f', 2647, - 'n', 2649, - 't', 2648, + '_', 2733, + '`', 297, + 'd', 2737, + 'e', 2726, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 'I', 2651, - 'i', 2651, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, + 'I', 2744, + 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(173); @@ -18146,7 +18145,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(2645); + lookahead != '}') ADVANCE(2725); END_STATE(); case 167: ADVANCE_MAP( @@ -18160,36 +18159,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '0', 1424, - 'B', 2725, - 'b', 2725, - 'E', 2739, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + 'N', 2650, '[', 1102, ']', 1105, - '_', 2727, - '`', 287, - 'd', 2731, - 'e', 2738, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2646, + '`', 297, + 'f', 2647, + 'n', 2649, + 't', 2648, '{', 1208, - 0xb5, 2735, - 'I', 2744, - 'i', 2744, + 'I', 2651, + 'i', 2651, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(174); @@ -18197,7 +18177,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && - lookahead != '}') ADVANCE(2725); + lookahead != '}') ADVANCE(2645); END_STATE(); case 168: ADVANCE_MAP( @@ -18210,41 +18190,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1149, '.', 1217, - '0', 2728, - 'B', 2725, - 'b', 2725, - 'E', 2742, - 'G', 2742, - 'K', 2742, - 'M', 2742, - 'N', 2737, - 'P', 2742, - 'T', 2742, + '0', 2734, + 'E', 2730, + 'G', 2730, + 'K', 2730, + 'M', 2730, + 'N', 2743, + 'P', 2730, + 'T', 2730, '[', 1102, ']', 1105, - '_', 2726, - '`', 287, - 'd', 2731, - 'e', 2740, - 'f', 2730, - 'g', 2740, - 'h', 2734, - 'k', 2740, - 'm', 2743, - 'n', 2736, - 'p', 2740, - 's', 2732, - 't', 2741, - 'u', 2735, - 'w', 2733, + '_', 2732, + '`', 297, + 'd', 2737, + 'e', 2729, + 'f', 2736, + 'g', 2729, + 'h', 2740, + 'k', 2729, + 'm', 2731, + 'n', 2742, + 'p', 2729, + 's', 2738, + 't', 2728, + 'u', 2741, + 'w', 2739, '{', 1208, - 0xb5, 2735, + 0xb5, 2741, + 'B', 2725, + 'b', 2725, 'I', 2744, 'i', 2744, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(174); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2729); + lookahead == ' ') SKIP(173); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2735); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && @@ -18262,17 +18242,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1423, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1213, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, - 'E', 1640, - 'e', 1640, + 'E', 1648, + 'e', 1648, 'I', 1727, 'i', 1727, ); @@ -18297,13 +18277,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, '?', 1286, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18329,17 +18309,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, - 'E', 1640, - 'e', 1640, + 'E', 1648, + 'e', 1648, 'I', 1727, 'i', 1727, ); @@ -18363,13 +18343,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18395,15 +18375,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'N', 2616, + 'E', 2595, + 'G', 2595, + 'K', 2595, + 'M', 2595, + 'N', 2621, + 'P', 2595, + 'T', 2595, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'f', 2597, - 'n', 2614, - 't', 2609, + '_', 2597, + '`', 297, + 'd', 2602, + 'e', 2594, + 'f', 2601, + 'g', 2594, + 'h', 2613, + 'k', 2594, + 'm', 2596, + 'n', 2615, + 'p', 2594, + 's', 2607, + 't', 2593, + 'u', 2616, + 'w', 2608, '{', 1208, + 0xb5, 2616, + 'B', 1513, + 'b', 1513, 'I', 2626, 'i', 2626, ); @@ -18427,34 +18426,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1486, - 'B', 1513, - 'b', 1513, - 'E', 2619, - 'G', 2619, - 'K', 2619, - 'M', 2619, - 'N', 2616, - 'P', 2619, - 'T', 2619, + 'N', 2621, '[', 1102, ']', 1105, - '_', 2593, - '`', 287, - 'd', 2598, - 'e', 2618, - 'f', 2597, - 'g', 2618, - 'h', 2608, - 'k', 2618, - 'm', 2620, - 'n', 2610, - 'p', 2618, - 's', 2603, - 't', 2617, - 'u', 2611, - 'w', 2604, + '_', 2597, + '`', 297, + 'f', 2601, + 'n', 2619, + 't', 2614, '{', 1208, - 0xb5, 2611, 'I', 2626, 'i', 2626, ); @@ -18477,13 +18457,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1214, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18508,13 +18488,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '0', 1485, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '_', 1651, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, 'I', 1727, 'i', 1727, @@ -18543,26 +18523,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1130, '=', 1406, 'I', 835, - 'N', 820, - '_', 633, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 641, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -18589,26 +18569,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1425, 'I', 835, - 'N', 820, - '_', 633, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 647, - 'd', 659, - 'e', 727, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 636, - 'n', 675, - 'o', 813, - 'r', 662, - 's', 743, - 't', 768, - 'u', 779, - 'w', 701, + 'N', 829, + '_', 641, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 655, + 'd', 667, + 'e', 735, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 644, + 'n', 683, + 'o', 822, + 'r', 670, + 's', 752, + 't', 777, + 'u', 788, + 'w', 709, '}', 1209, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -18636,13 +18616,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1423, '<', 1130, '=', 1406, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1213, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18668,13 +18648,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1444, '.', 1221, '0', 1423, - 'N', 1714, + 'N', 1723, '[', 1102, '_', 1213, - '`', 287, - 'f', 1645, - 'n', 1708, - 't', 1686, + '`', 297, + 'f', 1653, + 'n', 1717, + 't', 1695, '{', 1208, '}', 1209, 'I', 1727, @@ -18706,7 +18686,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2708, - '`', 287, + '`', 297, 'f', 2709, 'n', 2711, 't', 2710, @@ -18715,7 +18695,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2713, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(173); + lookahead == ' ') SKIP(174); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -18735,7 +18715,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 597, '[', 1102, ']', 1105, - '`', 287, + '`', 297, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -18755,12 +18735,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1488, ':', 1099, '>', 1132, - '_', 849, - '`', 287, + '_', 855, + '`', 297, 'I', 928, 'i', 928, - 'N', 915, - 'n', 915, + 'N', 922, + 'n', 922, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(183); @@ -18777,12 +18757,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, ':', 1099, - '_', 1643, - '`', 287, + '_', 1651, + '`', 297, 'I', 1727, 'i', 1727, - 'N', 1714, - 'n', 1714, + 'N', 1723, + 'n', 1723, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(184); @@ -18804,12 +18784,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '+', 1308, '-', 1149, '.', 1217, - '_', 1643, - '`', 287, + '_', 1651, + '`', 297, 'I', 1727, 'i', 1727, - 'N', 1714, - 'n', 1714, + 'N', 1723, + 'n', 1723, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(185); @@ -18840,7 +18820,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2708, - '`', 287, + '`', 297, 'f', 2709, 'n', 2711, 't', 2710, @@ -18849,7 +18829,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2713, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(173); + lookahead == ' ') SKIP(174); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1434); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -18867,7 +18847,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 597, '>', 1132, '@', 1136, - '`', 287, + '`', 297, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -18884,7 +18864,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 597, '>', 1132, '@', 1136, - '`', 287, + '`', 297, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -18896,7 +18876,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '#') ADVANCE(2745); if (lookahead == '\'') ADVANCE(263); if (lookahead == '-') ADVANCE(1142); - if (lookahead == '`') ADVANCE(287); + if (lookahead == '`') ADVANCE(297); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(839); @@ -18906,7 +18886,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '#') ADVANCE(2745); if (lookahead == '\'') ADVANCE(263); if (lookahead == '-') ADVANCE(1142); - if (lookahead == '`') ADVANCE(287); + if (lookahead == '`') ADVANCE(297); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1072); @@ -18915,7 +18895,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '"') ADVANCE(1545); if (lookahead == '#') ADVANCE(2745); if (lookahead == '\'') ADVANCE(263); - if (lookahead == '`') ADVANCE(287); + if (lookahead == '`') ADVANCE(297); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(191); if (lookahead == '-' || @@ -18939,7 +18919,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2661, - '`', 287, + '`', 297, 'f', 2668, 'n', 2677, 't', 2674, @@ -18948,7 +18928,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2684, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(133); + lookahead == ' ') SKIP(134); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2664); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -18971,7 +18951,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, ']', 1105, '_', 2661, - '`', 287, + '`', 297, 'f', 2668, 'n', 2677, 't', 2674, @@ -18980,7 +18960,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2684, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(173); + lookahead == ' ') SKIP(174); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2664); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && @@ -18990,7 +18970,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 194: if (lookahead == '"') ADVANCE(1545); if (lookahead == '#') ADVANCE(1547); - if (lookahead == '\\') ADVANCE(422); + if (lookahead == '\\') ADVANCE(434); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(1546); if (lookahead != 0) ADVANCE(1547); @@ -18999,7 +18979,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '"') ADVANCE(1559); if (lookahead == '#') ADVANCE(1552); if (lookahead == '(') ADVANCE(1106); - if (lookahead == '\\') ADVANCE(485); + if (lookahead == '\\') ADVANCE(430); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(1551); if (lookahead != 0) ADVANCE(1552); @@ -19018,7 +18998,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1130, '=', 1406, ']', 1105, - '_', 850, + '_', 856, '|', 1108, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -19055,16 +19035,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ':', 1099, '<', 1130, '=', 1406, - '_', 286, - 'a', 352, - 'c', 373, - 'd', 320, - 'e', 427, - 'h', 341, - 'l', 339, - 'm', 375, - 'n', 319, - 'u', 396, + '_', 296, + 'a', 362, + 'c', 384, + 'd', 330, + 'e', 439, + 'h', 351, + 'l', 349, + 'm', 386, + 'n', 329, + 'u', 407, '{', 1208, '}', 1209, ); @@ -19136,31 +19116,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1441, '.', 1221, '=', 280, - 'B', 1513, - 'b', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - '_', 286, - 'd', 289, - 'e', 440, - 'g', 440, - 'h', 381, - 'i', 324, - 'k', 440, - 'm', 445, - 'n', 391, - 'p', 440, - 's', 317, - 't', 440, - 'u', 391, - 'w', 345, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + '_', 296, + 'd', 299, + 'e', 288, + 'g', 288, + 'h', 392, + 'i', 334, + 'k', 288, + 'm', 291, + 'n', 402, + 'p', 288, + 's', 327, + 't', 288, + 'u', 402, + 'w', 355, '{', 1208, '|', 1108, - 0xb5, 391, + 0xb5, 402, + 'B', 1513, + 'b', 1513, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(208); @@ -19225,15 +19205,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ',', 1103, '-', 1142, ':', 1099, - 'a', 352, - 'c', 373, - 'd', 320, - 'e', 427, - 'h', 341, - 'l', 339, - 'm', 375, - 'n', 319, - 'u', 396, + 'a', 362, + 'c', 384, + 'd', 330, + 'e', 439, + 'h', 351, + 'l', 349, + 'm', 386, + 'n', 329, + 'u', 407, '{', 1208, '}', 1209, ); @@ -19248,10 +19228,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1142, ':', 1099, '=', 597, - 'f', 296, - 'i', 358, - 'n', 366, - 't', 387, + 'f', 306, + 'i', 369, + 'n', 377, + 't', 398, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(207); @@ -19263,30 +19243,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '(', 1106, '-', 1142, '=', 280, - 'B', 1513, - 'b', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'd', 289, - 'e', 440, - 'g', 440, - 'h', 381, - 'i', 324, - 'k', 440, - 'm', 445, - 'n', 391, - 'p', 440, - 's', 317, - 't', 440, - 'u', 391, - 'w', 345, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'd', 299, + 'e', 288, + 'g', 288, + 'h', 392, + 'i', 334, + 'k', 288, + 'm', 291, + 'n', 402, + 'p', 288, + 's', 327, + 't', 288, + 'u', 402, + 'w', 355, '{', 1208, '|', 1108, - 0xb5, 391, + 0xb5, 402, + 'B', 1513, + 'b', 1513, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(208); @@ -19296,7 +19276,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '$') ADVANCE(1110); if (lookahead == '(') ADVANCE(1106); if (lookahead == '=') ADVANCE(280); - if (lookahead == 'i') ADVANCE(324); + if (lookahead == 'i') ADVANCE(334); if (lookahead == '|') ADVANCE(1108); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(209); @@ -19345,10 +19325,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1222, ':', 1099, ']', 1105, - '_', 850, + '_', 856, '|', 1108, - 'E', 851, - 'e', 851, + 'E', 857, + 'e', 857, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218); @@ -19366,8 +19346,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ':', 1099, ']', 1105, '|', 1108, - 'E', 851, - 'e', 851, + 'E', 857, + 'e', 857, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218); @@ -19491,13 +19471,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '@', 1136, '[', 1102, ']', 1105, - 'c', 866, - 'e', 897, - 'f', 913, - 'i', 877, - 'l', 868, - 'o', 881, - 'v', 856, + 'c', 872, + 'e', 904, + 'f', 920, + 'i', 883, + 'l', 874, + 'o', 888, + 'v', 862, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -19514,13 +19494,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '@', 1136, '[', 1102, ']', 1105, - 'c', 866, - 'e', 897, - 'f', 913, - 'i', 877, - 'l', 868, - 'o', 881, - 'v', 856, + 'c', 872, + 'e', 904, + 'f', 920, + 'i', 883, + 'l', 874, + 'o', 888, + 'v', 862, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -19549,33 +19529,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '#', 2745, '.', 1221, '=', 2483, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + '_', 2521, + 'd', 2531, + 'e', 2501, + 'g', 2504, + 'h', 2575, + 'i', 2546, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - '_', 2491, - 'd', 2501, - 'e', 2578, - 'g', 2580, - 'h', 2545, - 'i', 2516, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241); + lookahead == ' ') SKIP(239); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); @@ -19584,32 +19564,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '#', 2745, '.', 1221, '=', 2483, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + '_', 2521, + 'd', 2531, + 'e', 2501, + 'g', 2504, + 'h', 2575, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - '_', 2491, - 'd', 2501, - 'e', 2578, - 'g', 2580, - 'h', 2545, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(242); + lookahead == ' ') SKIP(240); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); @@ -19618,32 +19598,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '#', 2745, '.', 1221, '=', 2483, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'd', 2531, + 'e', 2501, + 'g', 2504, + 'h', 2575, + 'i', 2546, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'd', 2501, - 'e', 2578, - 'g', 2580, - 'h', 2545, - 'i', 2516, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241); + lookahead == ' ') SKIP(239); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 230: @@ -19651,31 +19631,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '#', 2745, '.', 1221, '=', 2483, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'd', 2531, + 'e', 2501, + 'g', 2504, + 'h', 2575, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'd', 2501, - 'e', 2578, - 'g', 2580, - 'h', 2545, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(242); + lookahead == ' ') SKIP(240); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 231: @@ -19683,32 +19663,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '#', 2745, '.', 1221, '=', 2483, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'd', 2531, + 'e', 2504, + 'g', 2504, + 'h', 2575, + 'i', 2546, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'd', 2501, - 'e', 2580, - 'g', 2580, - 'h', 2545, - 'i', 2516, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241); + lookahead == ' ') SKIP(239); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 232: @@ -19716,31 +19696,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '#', 2745, '.', 1221, '=', 2483, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'd', 2531, + 'e', 2504, + 'g', 2504, + 'h', 2575, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'd', 2501, - 'e', 2580, - 'g', 2580, - 'h', 2545, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(242); + lookahead == ' ') SKIP(240); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 233: @@ -19751,7 +19731,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'i') ADVANCE(1774); if (lookahead == '|') ADVANCE(1108); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(239); + lookahead == ' ') SKIP(241); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1747); END_STATE(); @@ -19762,7 +19742,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_') ADVANCE(1761); if (lookahead == '|') ADVANCE(1108); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(240); + lookahead == ' ') SKIP(242); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(1747); END_STATE(); @@ -19779,9 +19759,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 236: if (lookahead == '#') ADVANCE(2745); if (lookahead == '.') ADVANCE(1221); - if (lookahead == '_') ADVANCE(2491); + if (lookahead == '_') ADVANCE(2521); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2487); + lookahead == 'e') ADVANCE(2517); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(249); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); @@ -19791,7 +19771,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '#') ADVANCE(2745); if (lookahead == '.') ADVANCE(1221); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2487); + lookahead == 'e') ADVANCE(2517); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(249); if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); @@ -19804,78 +19784,78 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if ((!eof && set_contains(aux_sym_unquoted_token2_character_set_1, 12, lookahead))) ADVANCE(2468); END_STATE(); case 239: - if (lookahead == '#') ADVANCE(2745); - if (lookahead == '=') ADVANCE(280); - if (lookahead == 'i') ADVANCE(324); - if (lookahead == '|') ADVANCE(1108); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(239); - END_STATE(); - case 240: - if (lookahead == '#') ADVANCE(2745); - if (lookahead == '=') ADVANCE(280); - if (lookahead == '|') ADVANCE(1108); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(240); - END_STATE(); - case 241: ADVANCE_MAP( '#', 2745, '=', 280, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'd', 299, + 'e', 288, + 'g', 288, + 'h', 392, + 'i', 334, + 'k', 288, + 'm', 291, + 'n', 402, + 'p', 288, + 's', 327, + 't', 288, + 'u', 402, + 'w', 355, + '|', 1108, + 0xb5, 402, 'B', 1513, 'b', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'd', 289, - 'e', 440, - 'g', 440, - 'h', 381, - 'i', 324, - 'k', 440, - 'm', 445, - 'n', 391, - 'p', 440, - 's', 317, - 't', 440, - 'u', 391, - 'w', 345, - '|', 1108, - 0xb5, 391, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241); + lookahead == ' ') SKIP(239); END_STATE(); - case 242: + case 240: ADVANCE_MAP( '#', 2745, '=', 280, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'd', 299, + 'e', 288, + 'g', 288, + 'h', 392, + 'k', 288, + 'm', 291, + 'n', 402, + 'p', 288, + 's', 327, + 't', 288, + 'u', 402, + 'w', 355, + '|', 1108, + 0xb5, 402, 'B', 1513, 'b', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'd', 289, - 'e', 440, - 'g', 440, - 'h', 381, - 'k', 440, - 'm', 445, - 'n', 391, - 'p', 440, - 's', 317, - 't', 440, - 'u', 391, - 'w', 345, - '|', 1108, - 0xb5, 391, ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(240); + END_STATE(); + case 241: + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '=') ADVANCE(280); + if (lookahead == 'i') ADVANCE(334); + if (lookahead == '|') ADVANCE(1108); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(241); + END_STATE(); + case 242: + if (lookahead == '#') ADVANCE(2745); + if (lookahead == '=') ADVANCE(280); + if (lookahead == '|') ADVANCE(1108); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(242); END_STATE(); @@ -19883,63 +19863,63 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE_MAP( '#', 2745, '=', 2483, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'd', 2531, + 'e', 2504, + 'g', 2504, + 'h', 2575, + 'i', 2546, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'd', 2501, - 'e', 2580, - 'g', 2580, - 'h', 2545, - 'i', 2516, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241); + lookahead == ' ') SKIP(239); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 244: ADVANCE_MAP( '#', 2745, '=', 2483, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'd', 2531, + 'e', 2504, + 'g', 2504, + 'h', 2575, + 'k', 2504, + 'm', 2507, + 'n', 2580, + 'p', 2504, + 's', 2543, + 't', 2504, + 'u', 2580, + 'w', 2555, + '|', 1108, + 0xb5, 2580, 'B', 2468, 'b', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'd', 2501, - 'e', 2580, - 'g', 2580, - 'h', 2545, - 'k', 2580, - 'm', 2584, - 'n', 2550, - 'p', 2580, - 's', 2513, - 't', 2580, - 'u', 2550, - 'w', 2525, - '|', 1108, - 0xb5, 2550, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(242); + lookahead == ' ') SKIP(240); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2468); END_STATE(); case 245: @@ -19951,13 +19931,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 246: if (lookahead == '#') ADVANCE(2745); - if (lookahead == 'i') ADVANCE(358); + if (lookahead == 'i') ADVANCE(369); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(246); END_STATE(); case 247: if (lookahead == '#') ADVANCE(2745); - if (lookahead == 'i') ADVANCE(879); + if (lookahead == 'i') ADVANCE(886); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(247); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(932); @@ -20002,7 +19982,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'i') ADVANCE(1977); if (lookahead == '|') ADVANCE(1109); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(239); + lookahead == ' ') SKIP(241); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 254: @@ -20010,7 +19990,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(1870); if (lookahead == '|') ADVANCE(1109); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(240); + lookahead == ' ') SKIP(242); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(2289); END_STATE(); case 255: @@ -20084,28 +20064,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(263); END_STATE(); case 264: - if (lookahead == '-') ADVANCE(295); + if (lookahead == '-') ADVANCE(305); END_STATE(); case 265: - if (lookahead == '-') ADVANCE(424); + if (lookahead == '-') ADVANCE(436); END_STATE(); case 266: - if (lookahead == '-') ADVANCE(337); + if (lookahead == '-') ADVANCE(347); END_STATE(); case 267: - if (lookahead == '-') ADVANCE(368); + if (lookahead == '-') ADVANCE(379); END_STATE(); case 268: - if (lookahead == '-') ADVANCE(405); + if (lookahead == '-') ADVANCE(416); END_STATE(); case 269: - if (lookahead == '-') ADVANCE(473); + if (lookahead == '-') ADVANCE(474); END_STATE(); case 270: - if (lookahead == '-') ADVANCE(425); + if (lookahead == '-') ADVANCE(437); END_STATE(); case 271: - if (lookahead == '-') ADVANCE(380); + if (lookahead == '-') ADVANCE(391); END_STATE(); case 272: if (lookahead == '.') ADVANCE(273); @@ -20114,15 +20094,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(1137); END_STATE(); case 274: - if (lookahead == '2') ADVANCE(461); + if (lookahead == '2') ADVANCE(462); if (lookahead == '0' || - lookahead == '1') ADVANCE(467); + lookahead == '1') ADVANCE(468); END_STATE(); case 275: - if (lookahead == ':') ADVANCE(470); + if (lookahead == ':') ADVANCE(471); END_STATE(); case 276: - if (lookahead == ':') ADVANCE(471); + if (lookahead == ':') ADVANCE(472); END_STATE(); case 277: if (lookahead == '=') ADVANCE(1328); @@ -20144,755 +20124,753 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(1101); END_STATE(); case 282: - if (lookahead == '_') ADVANCE(284); - if (lookahead == 'n') ADVANCE(306); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); + ADVANCE_MAP( + 'I', 447, + '_', 294, + 'i', 447, + 'l', 403, + 'n', 316, + '+', 294, + '-', 294, + 'B', 1513, + 'b', 1513, + ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 283: - if (lookahead == '_') ADVANCE(284); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); + ADVANCE_MAP( + 'I', 447, + '_', 294, + 'i', 447, + 'n', 316, + '+', 294, + '-', 294, + 'B', 1513, + 'b', 1513, + ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 284: - if (lookahead == '_') ADVANCE(284); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == '_') ADVANCE(294); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 285: - if (lookahead == '_') ADVANCE(285); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'a') ADVANCE(356); + if (lookahead == 'i') ADVANCE(366); + if (lookahead == 'o') ADVANCE(314); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 286: - if (lookahead == '_') ADVANCE(286); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(447); + if (lookahead == 'l') ADVANCE(403); + if (lookahead == 'n') ADVANCE(316); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 287: - if (lookahead == '`') ADVANCE(1549); - if (lookahead != 0) ADVANCE(287); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(447); + if (lookahead == 'n') ADVANCE(316); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 288: - if (lookahead == 'a') ADVANCE(401); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(447); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 289: - if (lookahead == 'a') ADVANCE(428); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 290: - if (lookahead == 'a') ADVANCE(389); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(366); + if (lookahead == 'o') ADVANCE(314); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 291: - if (lookahead == 'a') ADVANCE(393); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(366); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 292: - if (lookahead == 'a') ADVANCE(413); + if (lookahead == '_') ADVANCE(294); + if (lookahead == 'n') ADVANCE(316); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 293: - if (lookahead == 'a') ADVANCE(415); + if (lookahead == '_') ADVANCE(294); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 294: - if (lookahead == 'a') ADVANCE(414); + if (lookahead == '_') ADVANCE(294); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 295: - if (lookahead == 'a') ADVANCE(362); - if (lookahead == 'o') ADVANCE(384); - if (lookahead == 's') ADVANCE(333); - if (lookahead == 'x') ADVANCE(374); + if (lookahead == '_') ADVANCE(295); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 296: - if (lookahead == 'a') ADVANCE(355); + if (lookahead == '_') ADVANCE(296); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 297: - if (lookahead == 'a') ADVANCE(416); + if (lookahead == '`') ADVANCE(1549); + if (lookahead != 0) ADVANCE(297); END_STATE(); case 298: - if (lookahead == 'b') ADVANCE(1513); + if (lookahead == 'a') ADVANCE(412); END_STATE(); case 299: - if (lookahead == 'c') ADVANCE(1516); + if (lookahead == 'a') ADVANCE(440); END_STATE(); case 300: - if (lookahead == 'c') ADVANCE(331); + if (lookahead == 'a') ADVANCE(400); END_STATE(); case 301: - if (lookahead == 'c') ADVANCE(332); + if (lookahead == 'a') ADVANCE(404); END_STATE(); case 302: - if (lookahead == 'c') ADVANCE(323); + if (lookahead == 'a') ADVANCE(424); END_STATE(); case 303: - if (lookahead == 'd') ADVANCE(1376); + if (lookahead == 'a') ADVANCE(426); END_STATE(); case 304: - if (lookahead == 'd') ADVANCE(1298); + if (lookahead == 'a') ADVANCE(425); END_STATE(); case 305: - if (lookahead == 'd') ADVANCE(1361); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'o') ADVANCE(395); + if (lookahead == 's') ADVANCE(343); + if (lookahead == 'x') ADVANCE(385); END_STATE(); case 306: - if (lookahead == 'd') ADVANCE(395); + if (lookahead == 'a') ADVANCE(365); END_STATE(); case 307: - if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'a') ADVANCE(427); END_STATE(); case 308: - if (lookahead == 'd') ADVANCE(315); + if (lookahead == 'b') ADVANCE(1513); END_STATE(); case 309: - if (lookahead == 'e') ADVANCE(1463); + if (lookahead == 'c') ADVANCE(1516); END_STATE(); case 310: - if (lookahead == 'e') ADVANCE(1471); + if (lookahead == 'c') ADVANCE(341); END_STATE(); case 311: - if (lookahead == 'e') ADVANCE(1200); + if (lookahead == 'c') ADVANCE(342); END_STATE(); case 312: - if (lookahead == 'e') ADVANCE(1182); + if (lookahead == 'c') ADVANCE(333); END_STATE(); case 313: - if (lookahead == 'e') ADVANCE(1125); + if (lookahead == 'd') ADVANCE(1376); END_STATE(); case 314: - if (lookahead == 'e') ADVANCE(1094); + if (lookahead == 'd') ADVANCE(1298); END_STATE(); case 315: - if (lookahead == 'e') ADVANCE(1253); + if (lookahead == 'd') ADVANCE(1361); END_STATE(); case 316: - if (lookahead == 'e') ADVANCE(1089); + if (lookahead == 'd') ADVANCE(406); END_STATE(); case 317: - if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'd') ADVANCE(433); END_STATE(); case 318: - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 't') ADVANCE(290); + if (lookahead == 'd') ADVANCE(325); END_STATE(); case 319: - if (lookahead == 'e') ADVANCE(423); + if (lookahead == 'e') ADVANCE(1463); END_STATE(); case 320: - if (lookahead == 'e') ADVANCE(328); + if (lookahead == 'e') ADVANCE(1471); END_STATE(); case 321: - if (lookahead == 'e') ADVANCE(388); + if (lookahead == 'e') ADVANCE(1200); END_STATE(); case 322: - if (lookahead == 'e') ADVANCE(390); + if (lookahead == 'e') ADVANCE(1182); END_STATE(); case 323: - if (lookahead == 'e') ADVANCE(351); + if (lookahead == 'e') ADVANCE(1125); END_STATE(); case 324: - if (lookahead == 'f') ADVANCE(1194); + if (lookahead == 'e') ADVANCE(1094); END_STATE(); case 325: - if (lookahead == 'f') ADVANCE(1194); - if (lookahead == 'n') ADVANCE(1168); + if (lookahead == 'e') ADVANCE(1253); END_STATE(); case 326: - if (lookahead == 'f') ADVANCE(1194); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(448); + if (lookahead == 'e') ADVANCE(1089); END_STATE(); case 327: - if (lookahead == 'f') ADVANCE(1124); + if (lookahead == 'e') ADVANCE(309); END_STATE(); case 328: - if (lookahead == 'f') ADVANCE(1075); + if (lookahead == 'e') ADVANCE(309); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 329: - if (lookahead == 'h') ADVANCE(1350); + if (lookahead == 'e') ADVANCE(435); END_STATE(); case 330: - if (lookahead == 'h') ADVANCE(1345); + if (lookahead == 'e') ADVANCE(338); END_STATE(); case 331: - if (lookahead == 'h') ADVANCE(1234); + if (lookahead == 'e') ADVANCE(399); END_STATE(); case 332: - if (lookahead == 'h') ADVANCE(1203); + if (lookahead == 'e') ADVANCE(401); END_STATE(); case 333: - if (lookahead == 'h') ADVANCE(348); + if (lookahead == 'e') ADVANCE(361); END_STATE(); case 334: - if (lookahead == 'h') ADVANCE(1116); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 335: - if (lookahead == 'h') ADVANCE(1122); + if (lookahead == 'f') ADVANCE(1194); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 336: - if (lookahead == 'h') ADVANCE(267); + if (lookahead == 'f') ADVANCE(1194); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(449); END_STATE(); case 337: - if (lookahead == 'i') ADVANCE(356); + if (lookahead == 'f') ADVANCE(1124); END_STATE(); case 338: - if (lookahead == 'i') ADVANCE(404); + if (lookahead == 'f') ADVANCE(1075); END_STATE(); case 339: - if (lookahead == 'i') ADVANCE(397); + if (lookahead == 'h') ADVANCE(1350); END_STATE(); case 340: - if (lookahead == 'i') ADVANCE(291); + if (lookahead == 'h') ADVANCE(1345); END_STATE(); case 341: - if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'h') ADVANCE(1234); END_STATE(); case 342: - if (lookahead == 'i') ADVANCE(408); + if (lookahead == 'h') ADVANCE(1203); END_STATE(); case 343: - if (lookahead == 'i') ADVANCE(409); + if (lookahead == 'h') ADVANCE(358); END_STATE(); case 344: - if (lookahead == 'i') ADVANCE(411); + if (lookahead == 'h') ADVANCE(1116); END_STATE(); case 345: - if (lookahead == 'k') ADVANCE(1516); + if (lookahead == 'h') ADVANCE(1122); END_STATE(); case 346: - if (lookahead == 'k') ADVANCE(312); + if (lookahead == 'h') ADVANCE(267); END_STATE(); case 347: - if (lookahead == 'l') ADVANCE(1454); + if (lookahead == 'i') ADVANCE(367); END_STATE(); case 348: - if (lookahead == 'l') ADVANCE(1315); - if (lookahead == 'r') ADVANCE(1320); + if (lookahead == 'i') ADVANCE(415); END_STATE(); case 349: - if (lookahead == 'l') ADVANCE(392); + if (lookahead == 'i') ADVANCE(408); END_STATE(); case 350: - if (lookahead == 'l') ADVANCE(347); + if (lookahead == 'i') ADVANCE(301); END_STATE(); case 351: - if (lookahead == 'l') ADVANCE(353); + if (lookahead == 'i') ADVANCE(318); END_STATE(); case 352: - if (lookahead == 'l') ADVANCE(340); + if (lookahead == 'i') ADVANCE(419); END_STATE(); case 353: - if (lookahead == 'l') ADVANCE(271); + if (lookahead == 'i') ADVANCE(420); END_STATE(); case 354: - if (lookahead == 'l') ADVANCE(316); + if (lookahead == 'i') ADVANCE(422); END_STATE(); case 355: - if (lookahead == 'l') ADVANCE(394); + if (lookahead == 'k') ADVANCE(1516); END_STATE(); case 356: - if (lookahead == 'n') ADVANCE(1340); + if (lookahead == 'k') ADVANCE(322); END_STATE(); case 357: - if (lookahead == 'n') ADVANCE(303); + if (lookahead == 'l') ADVANCE(1454); END_STATE(); case 358: - if (lookahead == 'n') ADVANCE(1168); + if (lookahead == 'l') ADVANCE(1315); + if (lookahead == 'r') ADVANCE(1320); END_STATE(); case 359: - if (lookahead == 'n') ADVANCE(1123); + if (lookahead == 'l') ADVANCE(403); END_STATE(); case 360: - if (lookahead == 'n') ADVANCE(1084); + if (lookahead == 'l') ADVANCE(357); END_STATE(); case 361: - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 'l') ADVANCE(363); END_STATE(); case 362: - if (lookahead == 'n') ADVANCE(305); + if (lookahead == 'l') ADVANCE(350); END_STATE(); case 363: - if (lookahead == 'n') ADVANCE(398); + if (lookahead == 'l') ADVANCE(271); END_STATE(); case 364: - if (lookahead == 'o') ADVANCE(1189); + if (lookahead == 'l') ADVANCE(326); END_STATE(); case 365: - if (lookahead == 'o') ADVANCE(327); + if (lookahead == 'l') ADVANCE(405); END_STATE(); case 366: - if (lookahead == 'o') ADVANCE(400); + if (lookahead == 'n') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 367: - if (lookahead == 'o') ADVANCE(400); - if (lookahead == 'u') ADVANCE(350); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(453); + if (lookahead == 'n') ADVANCE(1340); END_STATE(); case 368: - if (lookahead == 'o') ADVANCE(377); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 369: - if (lookahead == 'o') ADVANCE(383); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 370: - if (lookahead == 'o') ADVANCE(304); + if (lookahead == 'n') ADVANCE(1123); END_STATE(); case 371: - if (lookahead == 'o') ADVANCE(406); + if (lookahead == 'n') ADVANCE(1084); END_STATE(); case 372: - if (lookahead == 'o') ADVANCE(406); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'n') ADVANCE(316); END_STATE(); case 373: - if (lookahead == 'o') ADVANCE(363); + if (lookahead == 'n') ADVANCE(315); END_STATE(); case 374: - if (lookahead == 'o') ADVANCE(385); + if (lookahead == 'n') ADVANCE(409); END_STATE(); case 375: - if (lookahead == 'o') ADVANCE(307); + if (lookahead == 'o') ADVANCE(1189); END_STATE(); case 376: - if (lookahead == 'p') ADVANCE(313); + if (lookahead == 'o') ADVANCE(337); END_STATE(); case 377: - if (lookahead == 'p') ADVANCE(412); + if (lookahead == 'o') ADVANCE(411); END_STATE(); case 378: - if (lookahead == 'p') ADVANCE(292); + if (lookahead == 'o') ADVANCE(411); + if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(454); END_STATE(); case 379: - if (lookahead == 'p') ADVANCE(293); + if (lookahead == 'o') ADVANCE(388); END_STATE(); case 380: - if (lookahead == 'p') ADVANCE(294); + if (lookahead == 'o') ADVANCE(394); END_STATE(); case 381: - if (lookahead == 'r') ADVANCE(1516); + if (lookahead == 'o') ADVANCE(314); END_STATE(); case 382: - if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'o') ADVANCE(417); END_STATE(); case 383: - if (lookahead == 'r') ADVANCE(1383); + if (lookahead == 'o') ADVANCE(417); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 384: - if (lookahead == 'r') ADVANCE(1371); + if (lookahead == 'o') ADVANCE(374); END_STATE(); case 385: - if (lookahead == 'r') ADVANCE(1366); + if (lookahead == 'o') ADVANCE(396); END_STATE(); case 386: - if (lookahead == 'r') ADVANCE(420); + if (lookahead == 'o') ADVANCE(317); END_STATE(); case 387: - if (lookahead == 'r') ADVANCE(419); + if (lookahead == 'p') ADVANCE(323); END_STATE(); case 388: - if (lookahead == 'r') ADVANCE(359); + if (lookahead == 'p') ADVANCE(423); END_STATE(); case 389: - if (lookahead == 'r') ADVANCE(418); + if (lookahead == 'p') ADVANCE(302); END_STATE(); case 390: - if (lookahead == 'r') ADVANCE(360); + if (lookahead == 'p') ADVANCE(303); END_STATE(); case 391: - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'p') ADVANCE(304); END_STATE(); case 392: - if (lookahead == 's') ADVANCE(311); + if (lookahead == 'r') ADVANCE(1516); END_STATE(); case 393: - if (lookahead == 's') ADVANCE(592); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 394: - if (lookahead == 's') ADVANCE(310); + if (lookahead == 'r') ADVANCE(1383); END_STATE(); case 395: - if (lookahead == 's') ADVANCE(265); + if (lookahead == 'r') ADVANCE(1371); END_STATE(); case 396: - if (lookahead == 's') ADVANCE(314); + if (lookahead == 'r') ADVANCE(1366); END_STATE(); case 397: - if (lookahead == 's') ADVANCE(402); + if (lookahead == 'r') ADVANCE(432); END_STATE(); case 398: - if (lookahead == 's') ADVANCE(403); + if (lookahead == 'r') ADVANCE(431); END_STATE(); case 399: - if (lookahead == 's') ADVANCE(270); + if (lookahead == 'r') ADVANCE(370); END_STATE(); case 400: - if (lookahead == 't') ADVANCE(1397); + if (lookahead == 'r') ADVANCE(429); END_STATE(); case 401: - if (lookahead == 't') ADVANCE(300); + if (lookahead == 'r') ADVANCE(371); END_STATE(); case 402: - if (lookahead == 't') ADVANCE(1126); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 403: - if (lookahead == 't') ADVANCE(612); + if (lookahead == 's') ADVANCE(321); END_STATE(); case 404: - if (lookahead == 't') ADVANCE(264); + if (lookahead == 's') ADVANCE(592); END_STATE(); case 405: - if (lookahead == 't') ADVANCE(429); + if (lookahead == 's') ADVANCE(320); END_STATE(); case 406: - if (lookahead == 't') ADVANCE(266); + if (lookahead == 's') ADVANCE(265); END_STATE(); case 407: - if (lookahead == 't') ADVANCE(290); + if (lookahead == 's') ADVANCE(324); END_STATE(); case 408: - if (lookahead == 't') ADVANCE(329); + if (lookahead == 's') ADVANCE(413); END_STATE(); case 409: - if (lookahead == 't') ADVANCE(330); + if (lookahead == 's') ADVANCE(414); END_STATE(); case 410: - if (lookahead == 't') ADVANCE(321); + if (lookahead == 's') ADVANCE(270); END_STATE(); case 411: - if (lookahead == 't') ADVANCE(336); + if (lookahead == 't') ADVANCE(1397); END_STATE(); case 412: - if (lookahead == 't') ADVANCE(268); + if (lookahead == 't') ADVANCE(310); END_STATE(); case 413: - if (lookahead == 't') ADVANCE(334); + if (lookahead == 't') ADVANCE(1126); END_STATE(); case 414: - if (lookahead == 't') ADVANCE(335); + if (lookahead == 't') ADVANCE(612); END_STATE(); case 415: - if (lookahead == 't') ADVANCE(410); + if (lookahead == 't') ADVANCE(264); END_STATE(); case 416: - if (lookahead == 't') ADVANCE(301); + if (lookahead == 't') ADVANCE(441); END_STATE(); case 417: - if (lookahead == 't') ADVANCE(322); + if (lookahead == 't') ADVANCE(266); END_STATE(); case 418: - if (lookahead == 't') ADVANCE(399); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 419: - if (lookahead == 'u') ADVANCE(309); + if (lookahead == 't') ADVANCE(339); END_STATE(); case 420: - if (lookahead == 'u') ADVANCE(309); - if (lookahead == 'y') ADVANCE(1229); + if (lookahead == 't') ADVANCE(340); END_STATE(); case 421: - if (lookahead == 'u') ADVANCE(354); + if (lookahead == 't') ADVANCE(331); END_STATE(); case 422: - if (lookahead == 'u') ADVANCE(431); - if (lookahead == 'x') ADVANCE(482); - if (lookahead != 0) ADVANCE(1550); + if (lookahead == 't') ADVANCE(346); END_STATE(); case 423: - if (lookahead == 'w') ADVANCE(1266); + if (lookahead == 't') ADVANCE(268); END_STATE(); case 424: - if (lookahead == 'w') ADVANCE(342); + if (lookahead == 't') ADVANCE(344); END_STATE(); case 425: - if (lookahead == 'w') ADVANCE(343); + if (lookahead == 't') ADVANCE(345); END_STATE(); case 426: - if (lookahead == 'w') ADVANCE(344); + if (lookahead == 't') ADVANCE(421); END_STATE(); case 427: - if (lookahead == 'x') ADVANCE(417); + if (lookahead == 't') ADVANCE(311); END_STATE(); case 428: - if (lookahead == 'y') ADVANCE(1516); + if (lookahead == 't') ADVANCE(332); END_STATE(); case 429: - if (lookahead == 'y') ADVANCE(376); + if (lookahead == 't') ADVANCE(410); END_STATE(); case 430: - if (lookahead == '{') ADVANCE(478); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(477); + if (lookahead == 'u') ADVANCE(442); + if (lookahead == 'x') ADVANCE(482); + if (lookahead != 0) ADVANCE(1560); END_STATE(); case 431: - if (lookahead == '{') ADVANCE(480); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(483); + if (lookahead == 'u') ADVANCE(319); END_STATE(); case 432: - if (lookahead == '}') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(432); + if (lookahead == 'u') ADVANCE(319); + if (lookahead == 'y') ADVANCE(1229); END_STATE(); case 433: - if (lookahead == '}') ADVANCE(1550); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(433); + if (lookahead == 'u') ADVANCE(364); END_STATE(); case 434: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(453); + if (lookahead == 'u') ADVANCE(443); + if (lookahead == 'x') ADVANCE(483); + if (lookahead != 0) ADVANCE(1550); END_STATE(); case 435: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); + if (lookahead == 'w') ADVANCE(1266); END_STATE(); case 436: - ADVANCE_MAP( - 'B', 1513, - 'b', 1513, - 'I', 435, - '_', 284, - 'i', 435, - 'l', 392, - 'n', 306, - '+', 284, - '-', 284, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'w') ADVANCE(352); END_STATE(); case 437: - ADVANCE_MAP( - 'B', 1513, - 'b', 1513, - 'I', 435, - '_', 284, - 'i', 435, - 'n', 306, - '+', 284, - '-', 284, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'w') ADVANCE(353); END_STATE(); case 438: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == '_') ADVANCE(284); - if (lookahead == 'i') ADVANCE(298); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'w') ADVANCE(354); END_STATE(); case 439: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'a') ADVANCE(346); - if (lookahead == 'i') ADVANCE(446); - if (lookahead == 'o') ADVANCE(304); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'x') ADVANCE(428); END_STATE(); case 440: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(435); + if (lookahead == 'y') ADVANCE(1516); END_STATE(); case 441: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(435); - if (lookahead == 'l') ADVANCE(392); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 'y') ADVANCE(387); END_STATE(); case 442: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(435); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == '{') ADVANCE(479); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(477); END_STATE(); case 443: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(298); + if (lookahead == '{') ADVANCE(481); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(484); END_STATE(); case 444: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(446); - if (lookahead == 'o') ADVANCE(304); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == '}') ADVANCE(1560); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(444); END_STATE(); case 445: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(446); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == '}') ADVANCE(1550); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(445); END_STATE(); case 446: + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(454); + END_STATE(); + case 447: if (lookahead == 'B' || lookahead == 'b') ADVANCE(1513); - if (lookahead == 'n') ADVANCE(1516); END_STATE(); - case 447: + case 448: if (lookahead == 'F' || lookahead == 'f') ADVANCE(1511); END_STATE(); - case 448: + case 449: if (lookahead == 'F' || lookahead == 'f') ADVANCE(1508); END_STATE(); - case 449: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(456); - END_STATE(); case 450: if (lookahead == 'I' || lookahead == 'i') ADVANCE(457); END_STATE(); case 451: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(447); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(458); END_STATE(); case 452: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(449); + lookahead == 'n') ADVANCE(448); END_STATE(); case 453: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1512); + lookahead == 'n') ADVANCE(450); END_STATE(); case 454: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(448); + lookahead == 'n') ADVANCE(1512); END_STATE(); case 455: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); + lookahead == 'n') ADVANCE(449); END_STATE(); case 456: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(458); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(451); END_STATE(); case 457: if (lookahead == 'T' || lookahead == 't') ADVANCE(459); END_STATE(); case 458: + if (lookahead == 'T' || + lookahead == 't') ADVANCE(460); + END_STATE(); + case 459: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(1509); END_STATE(); - case 459: + case 460: if (lookahead == 'Y' || lookahead == 'y') ADVANCE(1505); END_STATE(); - case 460: + case 461: if (lookahead == '0' || lookahead == '1' || lookahead == '_') ADVANCE(1503); END_STATE(); - case 461: + case 462: if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1532); END_STATE(); - case 462: + case 463: if (('0' <= lookahead && lookahead <= '7') || lookahead == '_') ADVANCE(1504); END_STATE(); - case 463: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); - END_STATE(); case 464: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); END_STATE(); case 465: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1528); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1529); END_STATE(); case 466: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1539); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1528); END_STATE(); case 467: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1539); END_STATE(); case 468: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(269); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1532); END_STATE(); case 469: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1538); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(269); END_STATE(); case 470: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1538); END_STATE(); case 471: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); END_STATE(); case 472: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(465); END_STATE(); case 473: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); END_STATE(); case 474: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(275); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(470); END_STATE(); case 475: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(474); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(275); END_STATE(); case 476: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1560); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); case 477: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(481); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(482); END_STATE(); case 478: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(432); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1560); END_STATE(); case 479: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1550); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(444); END_STATE(); case 480: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(433); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1550); END_STATE(); case 481: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(476); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(445); END_STATE(); case 482: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(479); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(478); END_STATE(); case 483: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(482); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(480); END_STATE(); case 484: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1502); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(483); END_STATE(); case 485: - if (lookahead != 0 && - lookahead != 'u' && - lookahead != 'x') ADVANCE(1560); - if (lookahead == 'u') ADVANCE(430); - if (lookahead == 'x') ADVANCE(481); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1502); END_STATE(); case 486: if (eof) ADVANCE(584); @@ -20920,7 +20898,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 1760, - '`', 287, + '`', 297, 'a', 1783, 'b', 1781, 'c', 1795, @@ -20974,7 +20952,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 1825, '[', 1102, '_', 1758, - '`', 287, + '`', 297, 'a', 1786, 'b', 1778, 'e', 1750, @@ -21060,27 +21038,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 599, '>', 1133, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '|', 1108, '}', 1209, ); @@ -21117,27 +21095,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 599, '>', 1133, 'I', 835, - 'N', 820, - '_', 631, - '`', 287, - 'a', 717, - 'b', 709, - 'c', 647, - 'd', 659, - 'e', 726, - 'f', 745, - 'h', 704, - 'i', 630, - 'l', 660, - 'm', 637, - 'n', 674, - 'o', 760, - 'r', 662, - 's', 742, - 't', 768, - 'u', 779, - 'w', 701, - 'x', 752, + 'N', 829, + '_', 639, + '`', 297, + 'a', 725, + 'b', 717, + 'c', 655, + 'd', 667, + 'e', 734, + 'f', 754, + 'h', 712, + 'i', 638, + 'l', 668, + 'm', 645, + 'n', 682, + 'o', 769, + 'r', 670, + 's', 751, + 't', 777, + 'u', 788, + 'w', 709, + 'x', 761, '|', 1108, '}', 1209, ); @@ -21173,41 +21151,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, 'B', 2588, 'E', 2470, - 'G', 2568, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, '[', 1102, '^', 1596, - '_', 2490, - '`', 287, - 'a', 2527, - 'b', 2523, - 'c', 2533, - 'd', 2504, + '_', 2520, + '`', 297, + 'a', 2557, + 'b', 2553, + 'c', 2563, + 'd', 2534, 'e', 2469, - 'f', 2503, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2507, - 'm', 2562, - 'n', 2540, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2565, - 'u', 2552, - 'w', 2517, - 'x', 2541, + 'f', 2533, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2537, + 'm', 2485, + 'n', 2570, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2488, + 'u', 2582, + 'w', 2547, + 'x', 2571, '{', 1208, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(508); @@ -21232,52 +21210,52 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '/', 1294, - '0', 2493, + '0', 2523, ';', 617, '<', 1331, '=', 2482, '>', 1133, 'B', 2588, 'E', 2470, - 'G', 2568, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, '[', 1102, '^', 1596, - '_', 2486, - '`', 287, - 'a', 2527, - 'b', 2523, - 'c', 2533, - 'd', 2504, + '_', 2516, + '`', 297, + 'a', 2557, + 'b', 2553, + 'c', 2563, + 'd', 2534, 'e', 2469, - 'f', 2503, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2507, - 'm', 2562, - 'n', 2540, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2565, - 'u', 2552, - 'w', 2517, - 'x', 2541, + 'f', 2533, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2537, + 'm', 2485, + 'n', 2570, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2488, + 'u', 2582, + 'w', 2547, + 'x', 2571, '{', 1208, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(508); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2496); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2526); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); @@ -21298,52 +21276,52 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '/', 1294, - '0', 2493, + '0', 2523, ';', 617, '<', 1331, '=', 2482, '>', 1133, 'B', 2588, - 'E', 2568, - 'G', 2568, + 'E', 2491, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, '[', 1102, '^', 1596, - '_', 2486, - '`', 287, - 'a', 2527, - 'b', 2523, - 'c', 2533, - 'd', 2504, - 'e', 2564, - 'f', 2503, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2507, - 'm', 2562, - 'n', 2540, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2565, - 'u', 2552, - 'w', 2517, - 'x', 2541, + '_', 2516, + '`', 297, + 'a', 2557, + 'b', 2553, + 'c', 2563, + 'd', 2534, + 'e', 2487, + 'f', 2533, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2537, + 'm', 2485, + 'n', 2570, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2488, + 'u', 2582, + 'w', 2547, + 'x', 2571, '{', 1208, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(508); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2496); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2526); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); @@ -21370,39 +21348,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2570, - 'G', 2574, + 'E', 2493, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2488, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, + '_', 2518, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, 'e', 2473, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, 'o', 2475, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(528); @@ -21426,49 +21404,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '/', 1294, - '0', 2494, + '0', 2524, ';', 617, '<', 1331, '=', 2482, '>', 1133, 'B', 2468, - 'E', 2570, - 'G', 2574, + 'E', 2493, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2492, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, + '_', 2522, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, 'e', 2473, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, 'o', 2475, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(528); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && lookahead != ']') ADVANCE(2468); END_STATE(); @@ -21488,49 +21466,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1221, '/', 1294, - '0', 2494, + '0', 2524, ';', 617, '<', 1331, '=', 2482, '>', 1133, 'B', 2468, - 'E', 2574, - 'G', 2574, + 'E', 2497, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2492, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, + '_', 2522, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, 'e', 2477, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, 'o', 2475, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(528); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && lookahead != ']') ADVANCE(2468); END_STATE(); @@ -21550,52 +21528,52 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '/', 1294, - '0', 2493, + '0', 2523, ';', 617, '<', 1331, '=', 2482, '>', 1133, 'B', 2588, - 'E', 2568, - 'G', 2568, + 'E', 2491, + 'G', 2491, 'I', 2585, - 'K', 2568, - 'M', 2568, - 'N', 2554, - 'P', 2568, - 'T', 2568, + 'K', 2491, + 'M', 2491, + 'N', 2584, + 'P', 2491, + 'T', 2491, '[', 1102, '^', 1596, - '_', 2486, - '`', 287, - 'a', 2527, - 'b', 2523, - 'c', 2533, - 'd', 2504, - 'e', 2564, - 'f', 2503, - 'g', 2567, - 'h', 2519, - 'i', 2484, - 'k', 2567, - 'l', 2507, - 'm', 2562, - 'n', 2540, - 'o', 2544, - 'p', 2567, - 'r', 2508, - 's', 2515, - 't', 2565, - 'u', 2552, - 'w', 2517, - 'x', 2541, + '_', 2516, + '`', 297, + 'a', 2557, + 'b', 2553, + 'c', 2563, + 'd', 2534, + 'e', 2487, + 'f', 2533, + 'g', 2490, + 'h', 2549, + 'i', 2514, + 'k', 2490, + 'l', 2537, + 'm', 2485, + 'n', 2570, + 'o', 2574, + 'p', 2490, + 'r', 2538, + 's', 2545, + 't', 2488, + 'u', 2582, + 'w', 2547, + 'x', 2571, '{', 1208, '}', 1209, - 0xb5, 2549, + 0xb5, 2579, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(508); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2496); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2526); if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(2588); if (lookahead != 0 && (lookahead < ']' || '{' < lookahead)) ADVANCE(2468); @@ -21616,49 +21594,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 1149, '.', 1217, '/', 1294, - '0', 2494, + '0', 2524, ';', 617, '<', 1331, '=', 2482, '>', 1133, 'B', 2468, - 'E', 2574, - 'G', 2574, + 'E', 2497, + 'G', 2497, 'I', 2586, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2492, - '`', 287, - 'a', 2528, - 'b', 2520, - 'd', 2499, + '_', 2522, + '`', 297, + 'a', 2558, + 'b', 2550, + 'd', 2529, 'e', 2477, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'i', 2485, - 'k', 2571, - 'm', 2575, - 'n', 2542, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'i', 2515, + 'k', 2496, + 'm', 2498, + 'n', 2572, 'o', 2475, - 'p', 2571, - 's', 2511, - 't', 2573, - 'u', 2550, - 'w', 2525, - 'x', 2534, + 'p', 2496, + 's', 2541, + 't', 2495, + 'u', 2580, + 'w', 2555, + 'x', 2564, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(528); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && lookahead != ']') ADVANCE(2468); END_STATE(); @@ -21679,33 +21657,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - '_', 2491, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + '_', 2521, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(514); @@ -21735,32 +21713,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2579, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2577, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2502, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2500, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(514); @@ -21789,32 +21767,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(514); @@ -21842,32 +21820,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 2482, '>', 1133, 'B', 2468, - 'E', 2582, - 'G', 2582, - 'K', 2582, - 'M', 2582, - 'P', 2582, - 'T', 2582, - 'a', 2529, - 'b', 2522, - 'd', 2501, - 'e', 2581, - 'g', 2580, - 'h', 2545, - 'i', 2530, - 'k', 2580, - 'm', 2583, - 'n', 2539, - 'o', 2546, - 'p', 2580, - 's', 2514, - 't', 2580, - 'u', 2550, - 'w', 2525, - 'x', 2535, + 'E', 2505, + 'G', 2505, + 'K', 2505, + 'M', 2505, + 'P', 2505, + 'T', 2505, + 'a', 2559, + 'b', 2552, + 'd', 2531, + 'e', 2503, + 'g', 2504, + 'h', 2575, + 'i', 2560, + 'k', 2504, + 'm', 2506, + 'n', 2569, + 'o', 2576, + 'p', 2504, + 's', 2544, + 't', 2504, + 'u', 2580, + 'w', 2555, + 'x', 2565, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(514); @@ -21902,42 +21880,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 839, - 'E', 828, - 'G', 828, + 'E', 637, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 644, - 'e', 824, - 'f', 638, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 661, - 'm', 822, - 'n', 749, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 825, - 'u', 779, - 'w', 693, - 'x', 752, + '_', 639, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 652, + 'e', 633, + 'f', 646, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 669, + 'm', 631, + 'n', 758, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 634, + 'u', 788, + 'w', 701, + 'x', 761, '{', 1208, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(507); @@ -21966,42 +21944,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 839, - 'E', 621, - 'G', 828, + 'E', 619, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 644, - 'e', 620, - 'f', 638, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 661, - 'm', 822, - 'n', 749, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 825, - 'u', 779, - 'w', 693, - 'x', 752, + '_', 639, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 652, + 'e', 618, + 'f', 646, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 669, + 'm', 631, + 'n', 758, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 634, + 'u', 788, + 'w', 701, + 'x', 761, '{', 1208, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(508); @@ -22031,43 +22009,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 839, - 'E', 621, - 'G', 828, + 'E', 619, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, '[', 1102, '^', 1596, - '_', 633, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 644, - 'e', 620, - 'f', 638, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 661, - 'm', 822, - 'n', 749, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 825, - 'u', 779, - 'w', 693, - 'x', 752, + '_', 641, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 652, + 'e', 618, + 'f', 646, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 669, + 'm', 631, + 'n', 758, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 634, + 'u', 788, + 'w', 701, + 'x', 761, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(506); @@ -22097,43 +22075,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 839, - 'E', 828, - 'G', 828, + 'E', 637, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 644, - 'e', 824, - 'f', 638, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 661, - 'm', 822, - 'n', 749, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 825, - 'u', 779, - 'w', 693, - 'x', 752, + '_', 639, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 652, + 'e', 633, + 'f', 646, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 669, + 'm', 631, + 'n', 758, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 634, + 'u', 788, + 'w', 701, + 'x', 761, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(506); @@ -22163,42 +22141,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 839, - 'E', 828, - 'G', 828, + 'E', 637, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 644, - 'e', 824, - 'f', 638, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 661, - 'm', 822, - 'n', 749, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 825, - 'u', 779, - 'w', 693, - 'x', 752, + '_', 639, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 652, + 'e', 633, + 'f', 646, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 669, + 'm', 631, + 'n', 758, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 634, + 'u', 788, + 'w', 701, + 'x', 761, '{', 1208, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(507); @@ -22227,42 +22205,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 839, - 'E', 828, - 'G', 828, + 'E', 637, + 'G', 637, 'I', 835, - 'K', 828, - 'M', 828, - 'N', 820, - 'P', 828, - 'T', 828, + 'K', 637, + 'M', 637, + 'N', 829, + 'P', 637, + 'T', 637, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 644, - 'e', 824, - 'f', 638, - 'g', 827, - 'h', 703, - 'i', 630, - 'k', 827, - 'l', 661, - 'm', 822, - 'n', 749, - 'o', 760, - 'p', 827, - 'r', 662, - 's', 679, - 't', 825, - 'u', 779, - 'w', 693, - 'x', 752, + '_', 639, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 652, + 'e', 633, + 'f', 646, + 'g', 636, + 'h', 711, + 'i', 638, + 'k', 636, + 'l', 669, + 'm', 631, + 'n', 758, + 'o', 769, + 'p', 636, + 'r', 670, + 's', 687, + 't', 634, + 'u', 788, + 'w', 701, + 'x', 761, '{', 1208, '}', 1209, - 0xb5, 776, + 0xb5, 785, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(508); @@ -22291,29 +22269,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 718, - 'b', 709, - 'c', 740, - 'd', 659, - 'e', 736, - 'f', 638, - 'h', 704, - 'i', 630, - 'l', 661, - 'm', 642, - 'n', 750, - 'o', 760, - 'r', 662, - 's', 742, - 't', 756, - 'u', 779, - 'w', 694, - 'x', 752, + '_', 639, + '`', 297, + 'a', 726, + 'b', 717, + 'c', 749, + 'd', 667, + 'e', 745, + 'f', 646, + 'h', 712, + 'i', 638, + 'l', 669, + 'm', 650, + 'n', 759, + 'o', 769, + 'r', 670, + 's', 751, + 't', 765, + 'u', 788, + 'w', 702, + 'x', 761, '{', 1208, '}', 1209, ); @@ -22340,17 +22318,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 599, '>', 1133, '?', 1286, - 'E', 283, - '_', 286, - 'a', 357, - 'b', 338, - 'e', 282, - 'i', 358, - 'm', 370, - 'n', 371, - 'o', 382, - 's', 407, - 'x', 369, + 'E', 293, + '_', 296, + 'a', 368, + 'b', 348, + 'e', 292, + 'i', 369, + 'm', 381, + 'n', 382, + 'o', 393, + 's', 418, + 'x', 380, '|', 1108, '}', 1209, ); @@ -22375,15 +22353,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 599, '>', 1133, '?', 1286, - 'a', 357, - 'b', 338, - 'e', 361, - 'i', 358, - 'm', 370, - 'n', 371, - 'o', 382, - 's', 407, - 'x', 369, + 'a', 368, + 'b', 348, + 'e', 372, + 'i', 369, + 'm', 381, + 'n', 382, + 'o', 393, + 's', 418, + 'x', 380, '|', 1108, '}', 1209, ); @@ -22409,33 +22387,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 1513, - 'E', 438, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - '_', 286, - 'a', 357, + 'E', 284, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + '_', 296, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 437, - 'g', 440, - 'h', 381, - 'i', 358, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 283, + 'g', 288, + 'h', 392, + 'i', 369, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(513); @@ -22459,32 +22437,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'a', 357, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 442, - 'g', 440, - 'h', 381, - 'i', 358, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 287, + 'g', 288, + 'h', 392, + 'i', 369, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(513); @@ -22505,32 +22483,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 279, '>', 1133, 'B', 1513, - 'E', 443, - 'G', 443, - 'K', 443, - 'M', 443, - 'P', 443, - 'T', 443, - 'a', 357, + 'E', 289, + 'G', 289, + 'K', 289, + 'M', 289, + 'P', 289, + 'T', 289, + 'a', 368, 'b', 1515, - 'd', 289, - 'e', 442, - 'g', 440, - 'h', 381, - 'i', 358, - 'k', 440, - 'm', 444, - 'n', 372, - 'o', 382, - 'p', 440, - 's', 318, - 't', 440, - 'u', 391, - 'w', 345, - 'x', 369, + 'd', 299, + 'e', 287, + 'g', 288, + 'h', 392, + 'i', 369, + 'k', 288, + 'm', 290, + 'n', 383, + 'o', 393, + 'p', 288, + 's', 328, + 't', 288, + 'u', 402, + 'w', 355, + 'x', 380, '|', 1108, '}', 1209, - 0xb5, 391, + 0xb5, 402, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(514); @@ -22550,15 +22528,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1331, '=', 279, '>', 1133, - 'a', 357, - 'b', 338, - 'e', 361, - 'i', 358, - 'm', 370, - 'n', 371, - 'o', 382, - 's', 407, - 'x', 369, + 'a', 368, + 'b', 348, + 'e', 372, + 'i', 369, + 'm', 381, + 'n', 382, + 'o', 393, + 's', 418, + 'x', 380, '|', 1108, '}', 1209, ); @@ -22591,7 +22569,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 2298, - '`', 287, + '`', 297, 'a', 2329, 'b', 2327, 'c', 2341, @@ -22645,7 +22623,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2371, '[', 1102, '_', 2301, - '`', 287, + '`', 297, 'a', 2332, 'b', 2324, 'e', 2293, @@ -22731,7 +22709,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 2389, - '`', 287, + '`', 297, 'a', 2420, 'b', 2418, 'c', 2432, @@ -22785,7 +22763,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2462, '[', 1102, '_', 2392, - '`', 287, + '`', 297, 'a', 2423, 'b', 2415, 'e', 2380, @@ -22870,7 +22848,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1597, '_', 1875, - '`', 287, + '`', 297, 'a', 2024, 'b', 1994, 'c', 2067, @@ -22924,7 +22902,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2252, '[', 1102, '_', 1886, - '`', 287, + '`', 297, 'a', 2048, 'b', 2000, 'e', 1833, @@ -23006,21 +22984,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1618, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, + '_', 1651, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1620, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, 'o', 1616, - 's', 1699, - 't', 1686, - 'x', 1677, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '|', 1108, '}', 1209, @@ -23053,21 +23031,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1618, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, + '_', 1651, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1620, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, 'o', 1616, - 's', 1699, - 't', 1686, - 'x', 1677, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '|', 1108, '}', 1209, @@ -23101,21 +23079,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1133, '?', 1286, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1618, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, + '_', 1651, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1620, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, 'o', 1616, - 's', 1699, - 't', 1686, - 'x', 1677, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '|', 1108, '}', 1209, @@ -23148,39 +23126,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'B', 1513, - 'E', 1720, - 'G', 1720, + 'E', 1643, + 'G', 1643, 'I', 1727, - 'K', 1720, - 'M', 1720, - 'N', 1714, - 'P', 1720, - 'T', 1720, + 'K', 1643, + 'M', 1643, + 'N', 1723, + 'P', 1643, + 'T', 1643, '[', 1102, - '_', 1643, - '`', 287, - 'a', 1672, + '_', 1651, + '`', 297, + 'a', 1680, 'b', 1514, - 'd', 1644, - 'e', 1620, - 'f', 1645, - 'g', 1719, - 'h', 1684, - 'i', 1638, - 'k', 1719, - 'm', 1721, - 'n', 1682, + 'd', 1652, + 'e', 1618, + 'f', 1653, + 'g', 1642, + 'h', 1693, + 'i', 1646, + 'k', 1642, + 'm', 1644, + 'n', 1691, 'o', 1616, - 'p', 1719, - 's', 1654, - 't', 1718, - 'u', 1695, - 'w', 1667, - 'x', 1677, + 'p', 1642, + 's', 1662, + 't', 1641, + 'u', 1704, + 'w', 1675, + 'x', 1686, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 1695, + 0xb5, 1704, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(528); @@ -23210,21 +23188,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 1633, '>', 1133, 'I', 1727, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'a', 1672, - 'b', 1663, - 'e', 1618, - 'f', 1645, - 'i', 1638, - 'm', 1679, - 'n', 1683, + '_', 1651, + '`', 297, + 'a', 1680, + 'b', 1671, + 'e', 1620, + 'f', 1653, + 'i', 1646, + 'm', 1688, + 'n', 1692, 'o', 1616, - 's', 1699, - 't', 1686, - 'x', 1677, + 's', 1708, + 't', 1695, + 'x', 1686, '{', 1208, '|', 1108, '}', 1209, @@ -23256,7 +23234,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 1760, - '`', 287, + '`', 297, 'a', 1784, 'b', 1816, 'c', 1795, @@ -23307,7 +23285,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 2298, - '`', 287, + '`', 297, 'a', 2330, 'b', 2362, 'c', 2341, @@ -23352,28 +23330,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ';', 617, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '|', 1108, '}', 1209, @@ -23400,28 +23378,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ';', 617, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -23451,7 +23429,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 2389, - '`', 287, + '`', 297, 'a', 2421, 'b', 2453, 'c', 2432, @@ -23496,28 +23474,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 617, '?', 1286, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -23542,18 +23520,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ';', 617, '?', 1286, - 'N', 434, + 'N', 446, '[', 1102, - '_', 285, - '`', 287, - 'f', 296, - 'n', 367, - 't', 387, + '_', 295, + '`', 297, + 'f', 306, + 'n', 378, + 't', 398, '{', 1208, '|', 1108, '}', 1209, - 'I', 454, - 'i', 454, + 'I', 455, + 'i', 455, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(551); @@ -23574,30 +23552,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1483, ';', 617, - 'E', 619, + 'E', 621, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 618, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 620, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -23621,30 +23599,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1422, ';', 617, - 'E', 619, + 'E', 621, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 633, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 618, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 641, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 620, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -23673,7 +23651,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 1760, - '`', 287, + '`', 297, 'a', 1784, 'b', 1816, 'c', 1795, @@ -23723,7 +23701,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 2298, - '`', 287, + '`', 297, 'a', 2330, 'b', 2362, 'c', 2341, @@ -23766,27 +23744,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1423, ';', 617, - 'E', 1640, - 'N', 1714, + 'E', 2493, + 'G', 2497, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 1642, - '`', 287, - 'e', 1615, - 'f', 1645, - 'n', 1708, - 'o', 1617, - 't', 1686, + '_', 2518, + '`', 297, + 'd', 2529, + 'e', 2474, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'k', 2496, + 'm', 2499, + 'n', 2581, + 'o', 2476, + 'p', 2496, + 's', 2540, + 't', 2495, + 'u', 2580, + 'w', 2555, '{', 1208, '|', 1108, '}', 1209, - 'I', 1727, - 'i', 1727, + 0xb5, 2580, + 'B', 2468, + 'b', 2468, + 'I', 2586, + 'i', 2586, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(563); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ']') ADVANCE(1746); + lookahead != ']') ADVANCE(2468); END_STATE(); case 542: if (eof) ADVANCE(584); @@ -23803,26 +23798,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1423, ';', 617, - 'N', 1825, + 'E', 1648, + 'N', 1723, '[', 1102, - '_', 1758, - '`', 287, - 'e', 1751, - 'f', 1763, - 'n', 1823, - 'o', 1749, - 't', 1814, + '_', 1650, + '`', 297, + 'e', 1615, + 'f', 1653, + 'n', 1717, + 'o', 1617, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, - 'I', 1828, - 'i', 1828, + 'I', 1727, + 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ']') ADVANCE(1747); + lookahead != ']') ADVANCE(1746); END_STATE(); case 543: if (eof) ADVANCE(584); @@ -23839,44 +23835,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1423, ';', 617, - 'B', 2468, - 'b', 2468, - 'E', 2570, - 'G', 2574, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'N', 1825, '[', 1102, - '_', 2488, - '`', 287, - 'd', 2499, - 'e', 2474, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'k', 2571, - 'm', 2576, - 'n', 2551, - 'o', 2476, - 'p', 2571, - 's', 2510, - 't', 2573, - 'u', 2550, - 'w', 2525, + '_', 1758, + '`', 297, + 'e', 1751, + 'f', 1763, + 'n', 1823, + 'o', 1749, + 't', 1814, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, - 'I', 2586, - 'i', 2586, + 'I', 1828, + 'i', 1828, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(567); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && - lookahead != ']') ADVANCE(2468); + lookahead != ']') ADVANCE(1747); END_STATE(); case 544: if (eof) ADVANCE(584); @@ -23891,44 +23869,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '+', 1308, '-', 1149, '.', 1221, - '0', 2494, + '0', 2524, ';', 617, - 'B', 2468, - 'b', 2468, - 'E', 2570, - 'G', 2574, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'E', 2493, + 'G', 2497, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2492, - '`', 287, - 'd', 2499, + '_', 2522, + '`', 297, + 'd', 2529, 'e', 2474, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'k', 2571, - 'm', 2576, - 'n', 2551, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'k', 2496, + 'm', 2499, + 'n', 2581, 'o', 2476, - 'p', 2571, - 's', 2510, - 't', 2573, - 'u', 2550, - 'w', 2525, + 'p', 2496, + 's', 2540, + 't', 2495, + 'u', 2580, + 'w', 2555, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, + 'B', 2468, + 'b', 2468, 'I', 2586, 'i', 2586, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(567); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + lookahead == ' ') SKIP(563); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && lookahead != ']') ADVANCE(2468); END_STATE(); @@ -23945,44 +23923,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '+', 1308, '-', 1149, '.', 1221, - '0', 2494, + '0', 2524, ';', 617, - 'B', 2468, - 'b', 2468, - 'E', 2574, - 'G', 2574, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'E', 2497, + 'G', 2497, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2492, - '`', 287, - 'd', 2499, + '_', 2522, + '`', 297, + 'd', 2529, 'e', 2478, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'k', 2571, - 'm', 2576, - 'n', 2551, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'k', 2496, + 'm', 2499, + 'n', 2581, 'o', 2476, - 'p', 2571, - 's', 2510, - 't', 2573, - 'u', 2550, - 'w', 2525, + 'p', 2496, + 's', 2540, + 't', 2495, + 'u', 2580, + 'w', 2555, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, + 'B', 2468, + 'b', 2468, 'I', 2586, 'i', 2586, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(567); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + lookahead == ' ') SKIP(563); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && lookahead != ']') ADVANCE(2468); END_STATE(); @@ -24002,15 +23980,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1485, ';', 617, '?', 1286, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24038,16 +24016,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1485, ';', 617, - 'E', 1640, - 'N', 1714, + 'E', 1648, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, + '_', 1651, + '`', 297, 'e', 1615, - 'f', 1645, - 'n', 1708, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24055,7 +24033,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -24075,15 +24053,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1485, ';', 617, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24091,7 +24069,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -24112,19 +24090,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ':', 1099, ';', 617, - 'I', 454, - 'N', 434, + 'I', 455, + 'N', 446, '[', 1102, - '_', 285, - '`', 287, - 'c', 288, - 'd', 364, - 'e', 349, - 'f', 296, - 'i', 326, - 'm', 297, - 'n', 367, - 't', 386, + '_', 295, + '`', 297, + 'c', 298, + 'd', 375, + 'e', 359, + 'f', 306, + 'i', 336, + 'm', 307, + 'n', 378, + 't', 397, '{', 1208, '|', 1108, '}', 1209, @@ -24150,28 +24128,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 617, '?', 1286, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -24196,18 +24174,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ';', 617, '?', 1286, - 'N', 434, + 'N', 446, '[', 1102, - '_', 285, - '`', 287, - 'f', 296, - 'n', 367, - 't', 387, + '_', 295, + '`', 297, + 'f', 306, + 'n', 378, + 't', 398, '{', 1208, '|', 1108, '}', 1209, - 'I', 454, - 'i', 454, + 'I', 455, + 'i', 455, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(551); @@ -24228,30 +24206,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1483, ';', 617, - 'E', 619, + 'E', 621, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 618, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 620, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -24276,28 +24254,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ';', 617, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -24322,28 +24300,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1483, ';', 617, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 719, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 727, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -24372,7 +24350,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 938, - '`', 287, + '`', 297, 'a', 986, 'b', 1017, 'c', 1002, @@ -24413,18 +24391,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1483, ';', 617, - 'N', 434, + 'N', 446, '[', 1102, - '_', 285, - '`', 287, - 'f', 296, - 'n', 367, - 't', 387, + '_', 295, + '`', 297, + 'f', 306, + 'n', 378, + 't', 398, '{', 1208, '|', 1108, '}', 1209, - 'I', 454, - 'i', 454, + 'I', 455, + 'i', 455, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(556); @@ -24448,7 +24426,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 1055, '[', 1102, '_', 939, - '`', 287, + '`', 297, 'f', 943, 'n', 1005, 't', 1015, @@ -24478,30 +24456,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1422, ';', 617, - 'E', 619, + 'E', 621, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 633, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 618, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 641, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 620, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -24530,7 +24508,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1596, '_', 2389, - '`', 287, + '`', 297, 'a', 2421, 'b', 2453, 'c', 2432, @@ -24573,16 +24551,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1423, ';', 617, - 'E', 1640, - 'N', 1714, + 'E', 1648, + 'N', 1723, '[', 1102, - '_', 1642, - '`', 287, + '_', 1650, + '`', 297, 'e', 1615, - 'f', 1645, - 'n', 1708, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24590,7 +24568,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -24608,44 +24586,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '+', 1308, '-', 1149, '.', 1217, - '0', 2494, + '0', 2524, ';', 617, - 'B', 2468, - 'b', 2468, - 'E', 2574, - 'G', 2574, - 'K', 2574, - 'M', 2574, - 'N', 2553, - 'P', 2574, - 'T', 2574, + 'E', 2497, + 'G', 2497, + 'K', 2497, + 'M', 2497, + 'N', 2583, + 'P', 2497, + 'T', 2497, '[', 1102, - '_', 2492, - '`', 287, - 'd', 2499, + '_', 2522, + '`', 297, + 'd', 2529, 'e', 2478, - 'f', 2500, - 'g', 2571, - 'h', 2545, - 'k', 2571, - 'm', 2576, - 'n', 2551, + 'f', 2530, + 'g', 2496, + 'h', 2575, + 'k', 2496, + 'm', 2499, + 'n', 2581, 'o', 2476, - 'p', 2571, - 's', 2510, - 't', 2573, - 'u', 2550, - 'w', 2525, + 'p', 2496, + 's', 2540, + 't', 2495, + 'u', 2580, + 'w', 2555, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 2550, + 0xb5, 2580, + 'B', 2468, + 'b', 2468, 'I', 2586, 'i', 2586, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(567); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2497); + lookahead == ' ') SKIP(563); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2527); if (lookahead != 0 && lookahead != ']') ADVANCE(2468); END_STATE(); @@ -24665,15 +24643,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 1485, ';', 617, '?', 1286, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24701,24 +24679,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, ';', 617, - 'E', 1640, - 'N', 1714, + 'E', 1643, + 'G', 1643, + 'K', 1643, + 'M', 1643, + 'N', 1723, + 'P', 1643, + 'T', 1643, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1615, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'd', 1652, + 'e', 1619, + 'f', 1653, + 'g', 1642, + 'h', 1693, + 'k', 1642, + 'm', 1645, + 'n', 1703, 'o', 1617, - 't', 1686, + 'p', 1642, + 's', 1663, + 't', 1641, + 'u', 1704, + 'w', 1675, '{', 1208, '|', 1108, '}', 1209, + 0xb5, 1704, + 'B', 1513, + 'b', 1513, 'I', 1727, 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(563); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -24738,15 +24733,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, ';', 617, - 'N', 1714, + 'E', 1648, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1651, + '`', 297, + 'e', 1615, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24754,7 +24750,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -24774,15 +24770,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, ';', 617, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1643, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1681, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24810,25 +24806,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, ';', 617, - 'N', 1055, + 'N', 1723, '[', 1102, - '_', 939, - '`', 287, - 'e', 934, - 'f', 943, - 'n', 1042, - 'o', 933, - 't', 1015, + '_', 1651, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1690, + 'o', 1617, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, - 'I', 1065, - 'i', 1065, + 'I', 1727, + 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(566); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); - if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); END_STATE(); @@ -24847,42 +24842,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1485, ';', 617, - 'B', 1513, - 'b', 1513, - 'E', 1720, - 'G', 1720, - 'K', 1720, - 'M', 1720, - 'N', 1714, - 'P', 1720, - 'T', 1720, + 'N', 1055, '[', 1102, - '_', 1643, - '`', 287, - 'd', 1644, - 'e', 1621, - 'f', 1645, - 'g', 1719, - 'h', 1684, - 'k', 1719, - 'm', 1722, - 'n', 1694, - 'o', 1617, - 'p', 1719, - 's', 1655, - 't', 1718, - 'u', 1695, - 'w', 1667, + '_', 939, + '`', 297, + 'e', 934, + 'f', 943, + 'n', 1042, + 'o', 933, + 't', 1015, '{', 1208, '|', 1108, '}', 1209, - 0xb5, 1695, - 'I', 1727, - 'i', 1727, + 'I', 1065, + 'i', 1065, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(567); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (set_contains(sym_cmd_identifier_character_set_1, 656, lookahead)) ADVANCE(1073); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); END_STATE(); @@ -24904,28 +24882,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '<', 1130, '=', 1406, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 633, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 641, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '}', 1209, ); @@ -24951,15 +24929,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 617, '<', 1130, '=', 1406, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1642, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1650, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -24967,7 +24945,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -24992,7 +24970,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2371, '[', 1102, '_', 2299, - '`', 287, + '`', 297, 'e', 2294, 'f', 2309, 'n', 2369, @@ -25005,7 +24983,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2374, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && lookahead != ']') ADVANCE(2290); @@ -25025,15 +25003,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1221, '0', 1423, ';', 617, - 'N', 1714, + 'N', 1723, '[', 1102, - '_', 1642, - '`', 287, - 'e', 1619, - 'f', 1645, - 'n', 1708, + '_', 1650, + '`', 297, + 'e', 1621, + 'f', 1653, + 'n', 1717, 'o', 1617, - 't', 1686, + 't', 1695, '{', 1208, '|', 1108, '}', 1209, @@ -25041,7 +25019,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 1727, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && lookahead != ']') ADVANCE(1746); @@ -25064,7 +25042,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2462, '[', 1102, '_', 2390, - '`', 287, + '`', 297, 'e', 2381, 'f', 2400, 'n', 2460, @@ -25077,7 +25055,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2465, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1433); if (lookahead != 0 && lookahead != ']') ADVANCE(2377); @@ -25103,7 +25081,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1597, '_', 1875, - '`', 287, + '`', 297, 'a', 2025, 'b', 2122, 'c', 2067, @@ -25151,7 +25129,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '[', 1102, '^', 1597, '_', 1875, - '`', 287, + '`', 297, 'a', 2025, 'b', 2122, 'c', 2067, @@ -25197,7 +25175,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'N', 2252, '[', 1102, '_', 1886, - '`', 287, + '`', 297, 'e', 1834, 'f', 1892, 'n', 2199, @@ -25210,7 +25188,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'i', 2262, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(564); + lookahead == ' ') SKIP(565); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1885); if (lookahead != 0 && lookahead != ']') ADVANCE(2289); @@ -25229,7 +25207,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ';', 617, '<', 1130, '=', 1406, - '_', 286, + '_', 296, '|', 1108, '}', 1209, ); @@ -25305,7 +25283,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ']', 1105, '^', 1596, '_', 1216, - '`', 287, + '`', 297, '{', 1208, '|', 1108, '}', 1209, @@ -25334,28 +25312,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1132, '@', 1136, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '|', 1108, '}', 1209, @@ -25382,28 +25360,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 1132, '@', 1136, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, '|', 1108, '}', 1209, @@ -25426,28 +25404,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '.', 1217, '0', 1483, 'I', 835, - 'N', 820, + 'N', 829, '[', 1102, '^', 1596, - '_', 631, - '`', 287, - 'a', 720, - 'b', 764, - 'c', 740, - 'd', 659, - 'e', 766, - 'f', 638, - 'h', 704, - 'i', 690, - 'l', 661, - 'm', 641, - 'n', 746, - 'o', 813, - 'r', 662, - 's', 743, - 't', 756, - 'u', 779, - 'w', 694, + '_', 639, + '`', 297, + 'a', 728, + 'b', 773, + 'c', 749, + 'd', 667, + 'e', 775, + 'f', 646, + 'h', 712, + 'i', 698, + 'l', 669, + 'm', 649, + 'n', 755, + 'o', 822, + 'r', 670, + 's', 752, + 't', 765, + 'u', 788, + 'w', 702, '{', 1208, ); if (('\t' <= lookahead && lookahead <= '\r') || @@ -25482,7 +25460,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 589: ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(683); + if (lookahead == '-') ADVANCE(691); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 590: @@ -25541,7 +25519,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 600: ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(680); + if (lookahead == '-') ADVANCE(688); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 601: @@ -25643,804 +25621,843 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 618: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(284); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '_') ADVANCE(632); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + ADVANCE_MAP( + '+', 294, + '-', 640, + 'I', 830, + '_', 640, + 'i', 830, + 'n', 666, + 'r', 778, + 'x', 764, + 'B', 839, + 'b', 839, + ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 619: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(284); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '_') ADVANCE(632); + if (lookahead == '+') ADVANCE(294); + if (lookahead == '-') ADVANCE(640); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(640); + if (lookahead == 'i') ADVANCE(656); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 620: ACCEPT_TOKEN(sym_cmd_identifier); - ADVANCE_MAP( - '+', 284, - '-', 632, - 'B', 839, - 'b', 839, - 'I', 830, - '_', 632, - 'i', 830, - 'n', 658, - 'r', 769, - 'x', 755, - ); + if (lookahead == '+') ADVANCE(294); + if (lookahead == '-') ADVANCE(640); + if (lookahead == '_') ADVANCE(640); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 621: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(284); - if (lookahead == '-') ADVANCE(632); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == '_') ADVANCE(632); - if (lookahead == 'i') ADVANCE(648); + if (lookahead == '+') ADVANCE(294); + if (lookahead == '-') ADVANCE(640); + if (lookahead == '_') ADVANCE(640); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 622: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1575); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '_') ADVANCE(632); - if (lookahead == 'l') ADVANCE(784); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + ADVANCE_MAP( + '+', 1575, + '-', 640, + 'I', 830, + '_', 640, + 'i', 830, + 'l', 793, + 'n', 666, + 'r', 778, + 'x', 764, + 'B', 839, + 'b', 839, + ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 623: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '+') ADVANCE(1575); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '_') ADVANCE(632); + if (lookahead == '-') ADVANCE(640); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(640); + if (lookahead == 'i') ADVANCE(656); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 624: ACCEPT_TOKEN(sym_cmd_identifier); - ADVANCE_MAP( - '+', 1575, - '-', 632, - 'B', 839, - 'b', 839, - 'I', 830, - '_', 632, - 'i', 830, - 'l', 784, - 'n', 658, - 'r', 769, - 'x', 755, - ); + if (lookahead == '+') ADVANCE(1575); + if (lookahead == '-') ADVANCE(640); + if (lookahead == '_') ADVANCE(640); + if (lookahead == 'l') ADVANCE(793); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 625: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '+') ADVANCE(1575); - if (lookahead == '-') ADVANCE(632); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == '_') ADVANCE(632); - if (lookahead == 'i') ADVANCE(648); + if (lookahead == '-') ADVANCE(640); + if (lookahead == '_') ADVANCE(640); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 626: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(645); + if (lookahead == '-') ADVANCE(653); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 627: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(815); + if (lookahead == '-') ADVANCE(824); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 628: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(710); + if (lookahead == '-') ADVANCE(718); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 629: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(816); + if (lookahead == '-') ADVANCE(825); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 630: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N') ADVANCE(831); - if (lookahead == 'f') ADVANCE(1197); - if (lookahead == 'n') ADVANCE(1170); + ADVANCE_MAP( + 'I', 830, + 'a', 722, + 'i', 736, + 'o', 662, + 's', 839, + 'u', 797, + 'B', 839, + 'b', 839, + ); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 631: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(631); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + ADVANCE_MAP( + 'I', 830, + 'a', 796, + 'i', 736, + 'o', 662, + 's', 839, + 'u', 797, + 'B', 839, + 'b', 839, + ); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 632: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(632); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); + ADVANCE_MAP( + 'I', 830, + 'i', 830, + 'l', 793, + 'n', 666, + 'r', 778, + 'x', 764, + 'B', 839, + 'b', 839, + ); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 633: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(633); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 634: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(713); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(813); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 635: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(819); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(827); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 636: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(714); - if (lookahead == 'o') ADVANCE(656); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 637: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(714); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(656); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 638: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(725); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 639: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(725); + if (lookahead == '_') ADVANCE(639); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 640: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(777); + if (lookahead == '_') ADVANCE(640); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 641: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(656); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == '_') ADVANCE(641); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 642: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(721); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 643: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(787); + if (lookahead == 'a') ADVANCE(828); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 644: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(817); - if (lookahead == 'e') ADVANCE(691); - if (lookahead == 'o') ADVANCE(1192); + if (lookahead == 'a') ADVANCE(722); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 645: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(738); - if (lookahead == 'o') ADVANCE(762); - if (lookahead == 's') ADVANCE(697); - if (lookahead == 'x') ADVANCE(753); + if (lookahead == 'a') ADVANCE(722); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 646: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(774); + if (lookahead == 'a') ADVANCE(733); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 647: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(800); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'a') ADVANCE(733); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 648: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(839); + if (lookahead == 'a') ADVANCE(786); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 649: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(839); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 650: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(695); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 651: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(696); + if (lookahead == 'a') ADVANCE(796); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 652: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(670); + if (lookahead == 'a') ADVANCE(826); + if (lookahead == 'e') ADVANCE(699); + if (lookahead == 'o') ADVANCE(1192); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 653: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1380); + if (lookahead == 'a') ADVANCE(747); + if (lookahead == 'o') ADVANCE(771); + if (lookahead == 's') ADVANCE(705); + if (lookahead == 'x') ADVANCE(762); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 654: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1301); + if (lookahead == 'a') ADVANCE(783); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 655: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1363); + if (lookahead == 'a') ADVANCE(809); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 656: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(808); + if (lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 657: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(664); + if (lookahead == 'c') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 658: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(778); + if (lookahead == 'c') ADVANCE(703); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 659: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(691); - if (lookahead == 'o') ADVANCE(1192); + if (lookahead == 'c') ADVANCE(704); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 660: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'i') ADVANCE(783); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'c') ADVANCE(678); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 661: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'd') ADVANCE(1380); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 662: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(692); + if (lookahead == 'd') ADVANCE(1301); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 663: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1097); + if (lookahead == 'd') ADVANCE(1363); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 664: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1255); + if (lookahead == 'd') ADVANCE(817); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 665: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1467); + if (lookahead == 'd') ADVANCE(672); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 666: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1475); + if (lookahead == 'd') ADVANCE(787); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 667: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1284); + if (lookahead == 'e') ADVANCE(699); + if (lookahead == 'o') ADVANCE(1192); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 668: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1187); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'i') ADVANCE(792); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 669: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1092); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 670: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1242); + if (lookahead == 'e') ADVANCE(700); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 671: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1162); + if (lookahead == 'e') ADVANCE(1097); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 672: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(789); - if (lookahead == 'u') ADVANCE(722); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'e') ADVANCE(1255); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 673: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(795); - if (lookahead == 's') ADVANCE(839); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'e') ADVANCE(1467); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 674: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(795); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'e') ADVANCE(1475); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 675: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'e') ADVANCE(1284); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 676: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1202); + if (lookahead == 'e') ADVANCE(1187); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 677: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1184); + if (lookahead == 'e') ADVANCE(1092); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 678: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(634); + if (lookahead == 'e') ADVANCE(1242); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 679: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(649); - if (lookahead == 'o') ADVANCE(803); - if (lookahead == 't') ADVANCE(646); + if (lookahead == 'e') ADVANCE(1162); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 680: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'u') ADVANCE(730); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 681: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(771); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(804); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 682: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(733); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(804); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 683: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(735); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 684: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(737); + if (lookahead == 'e') ADVANCE(1202); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 685: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(767); + if (lookahead == 'e') ADVANCE(1184); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 686: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(759); + if (lookahead == 'e') ADVANCE(642); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 687: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(799); + if (lookahead == 'e') ADVANCE(657); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 't') ADVANCE(654); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 688: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(773); - if (lookahead == 'i') ADVANCE(723); + if (lookahead == 'e') ADVANCE(741); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 689: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(773); + if (lookahead == 'e') ADVANCE(780); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 690: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'f') ADVANCE(1197); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(831); + if (lookahead == 'e') ADVANCE(742); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 691: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'f') ADVANCE(1078); + if (lookahead == 'e') ADVANCE(744); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 692: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'g') ADVANCE(707); - if (lookahead == 't') ADVANCE(806); + if (lookahead == 'e') ADVANCE(746); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 693: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(688); - if (lookahead == 'k') ADVANCE(839); + if (lookahead == 'e') ADVANCE(776); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 694: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(688); + if (lookahead == 'e') ADVANCE(768); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 695: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1206); + if (lookahead == 'e') ADVANCE(808); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 696: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1236); + if (lookahead == 'e') ADVANCE(782); + if (lookahead == 'i') ADVANCE(731); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 697: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(716); + if (lookahead == 'e') ADVANCE(782); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 698: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1352); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(831); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 699: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1347); + if (lookahead == 'f') ADVANCE(1078); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 700: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(708); - if (lookahead == 'k') ADVANCE(839); + if (lookahead == 'g') ADVANCE(715); + if (lookahead == 't') ADVANCE(815); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 701: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(708); + if (lookahead == 'h') ADVANCE(696); + if (lookahead == 'k') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 702: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(689); + if (lookahead == 'h') ADVANCE(696); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 703: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(657); - if (lookahead == 'r') ADVANCE(839); + if (lookahead == 'h') ADVANCE(1206); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 704: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'h') ADVANCE(1236); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 705: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(640); + if (lookahead == 'h') ADVANCE(724); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 706: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(734); + if (lookahead == 'h') ADVANCE(1352); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 707: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(782); + if (lookahead == 'h') ADVANCE(1347); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 708: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(723); + if (lookahead == 'h') ADVANCE(716); + if (lookahead == 'k') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 709: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(793); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'h') ADVANCE(716); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 710: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'h') ADVANCE(697); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 711: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(797); + if (lookahead == 'i') ADVANCE(665); + if (lookahead == 'r') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 712: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(798); + if (lookahead == 'i') ADVANCE(665); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 713: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'k') ADVANCE(1158); + if (lookahead == 'i') ADVANCE(648); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 714: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'k') ADVANCE(677); - if (lookahead == 't') ADVANCE(650); + if (lookahead == 'i') ADVANCE(743); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 715: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(1458); + if (lookahead == 'i') ADVANCE(791); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 716: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(1317); - if (lookahead == 'r') ADVANCE(1322); + if (lookahead == 'i') ADVANCE(731); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 717: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); - if (lookahead == 's') ADVANCE(1271); + if (lookahead == 'i') ADVANCE(802); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 718: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'i') ADVANCE(740); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 719: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 's') ADVANCE(1271); + if (lookahead == 'i') ADVANCE(806); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 720: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'i') ADVANCE(807); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 721: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(635); + if (lookahead == 'k') ADVANCE(1158); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 722: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(715); + if (lookahead == 'k') ADVANCE(685); + if (lookahead == 't') ADVANCE(658); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 723: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(668); + if (lookahead == 'l') ADVANCE(1458); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 724: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(669); + if (lookahead == 'l') ADVANCE(1317); + if (lookahead == 'r') ADVANCE(1322); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 725: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(781); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); + if (lookahead == 's') ADVANCE(1271); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 726: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(784); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 727: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(784); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 's') ADVANCE(1271); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 728: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(780); + if (lookahead == 'l') ADVANCE(713); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 729: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1087); + if (lookahead == 'l') ADVANCE(643); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 730: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1239); + if (lookahead == 'l') ADVANCE(723); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 731: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1342); + if (lookahead == 'l') ADVANCE(676); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 732: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(809); + if (lookahead == 'l') ADVANCE(677); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 733: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(810); + if (lookahead == 'l') ADVANCE(790); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 734: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(807); + if (lookahead == 'l') ADVANCE(793); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 735: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(811); + if (lookahead == 'l') ADVANCE(793); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 736: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'n') ADVANCE(839); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 737: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(812); + if (lookahead == 'n') ADVANCE(789); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 738: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(655); + if (lookahead == 'n') ADVANCE(1087); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 739: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(796); + if (lookahead == 'n') ADVANCE(1239); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 740: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'n') ADVANCE(1342); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 741: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(1192); + if (lookahead == 'n') ADVANCE(818); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 742: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(803); - if (lookahead == 't') ADVANCE(646); + if (lookahead == 'n') ADVANCE(819); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 743: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'n') ADVANCE(816); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 744: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(754); + if (lookahead == 'n') ADVANCE(820); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 745: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 746: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(789); - if (lookahead == 'u') ADVANCE(722); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'n') ADVANCE(821); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 747: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(758); + if (lookahead == 'n') ADVANCE(663); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 748: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(772); + if (lookahead == 'n') ADVANCE(805); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 749: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(794); - if (lookahead == 's') ADVANCE(839); - if (lookahead == 'u') ADVANCE(722); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 750: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(794); - if (lookahead == 'u') ADVANCE(722); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'o') ADVANCE(1192); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 751: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(739); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 't') ADVANCE(654); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 752: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(761); + if (lookahead == 'o') ADVANCE(812); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 753: @@ -26450,437 +26467,398 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 754: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'p') ADVANCE(1180); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 755: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'p') ADVANCE(748); - if (lookahead == 't') ADVANCE(685); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'u') ADVANCE(730); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 756: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(804); + if (lookahead == 'o') ADVANCE(767); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 757: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1166); + if (lookahead == 'o') ADVANCE(781); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 758: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1120); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'u') ADVANCE(730); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 759: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1251); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'u') ADVANCE(730); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 760: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1394); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'o') ADVANCE(748); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 761: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1387); + if (lookahead == 'o') ADVANCE(770); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 762: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1373); + if (lookahead == 'o') ADVANCE(772); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 763: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1368); + if (lookahead == 'p') ADVANCE(1180); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 764: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'p') ADVANCE(757); + if (lookahead == 't') ADVANCE(693); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 765: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(652); + if (lookahead == 'r') ADVANCE(813); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 766: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'r') ADVANCE(1166); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 767: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(729); + if (lookahead == 'r') ADVANCE(1120); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 768: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(818); + if (lookahead == 'r') ADVANCE(1251); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 769: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(747); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 770: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(730); + if (lookahead == 'r') ADVANCE(1387); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 771: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(721); + if (lookahead == 'r') ADVANCE(1373); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 772: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(791); + if (lookahead == 'r') ADVANCE(1368); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 773: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(667); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 774: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(802); + if (lookahead == 'r') ADVANCE(660); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 775: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(805); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 776: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(839); + if (lookahead == 'r') ADVANCE(738); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 777: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(595); + if (lookahead == 'r') ADVANCE(827); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 778: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(627); + if (lookahead == 'r') ADVANCE(756); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 779: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(663); + if (lookahead == 'r') ADVANCE(739); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 780: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(790); - if (lookahead == 't') ADVANCE(706); + if (lookahead == 'r') ADVANCE(729); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 781: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(666); + if (lookahead == 'r') ADVANCE(800); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 782: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(801); + if (lookahead == 'r') ADVANCE(675); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 783: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(792); + if (lookahead == 'r') ADVANCE(811); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 784: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(676); + if (lookahead == 'r') ADVANCE(814); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 785: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(629); + if (lookahead == 's') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 786: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(600); + if (lookahead == 's') ADVANCE(595); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 787: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(650); + if (lookahead == 's') ADVANCE(627); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 788: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(610); + if (lookahead == 's') ADVANCE(671); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 789: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1403); + if (lookahead == 's') ADVANCE(799); + if (lookahead == 't') ADVANCE(714); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 790: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(615); + if (lookahead == 's') ADVANCE(674); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 791: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(589); + if (lookahead == 's') ADVANCE(810); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 792: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1129); + if (lookahead == 's') ADVANCE(801); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 793: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(626); + if (lookahead == 's') ADVANCE(684); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 794: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1398); + if (lookahead == 's') ADVANCE(629); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 795: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(628); + if (lookahead == 't') ADVANCE(600); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 796: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(706); + if (lookahead == 't') ADVANCE(658); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 797: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(698); + if (lookahead == 't') ADVANCE(610); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 798: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(699); + if (lookahead == 't') ADVANCE(1403); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 799: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(806); + if (lookahead == 't') ADVANCE(615); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 800: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(651); + if (lookahead == 't') ADVANCE(589); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 801: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(686); + if (lookahead == 't') ADVANCE(1129); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 802: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(785); + if (lookahead == 't') ADVANCE(626); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 803: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(765); + if (lookahead == 't') ADVANCE(1398); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 804: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(665); - if (lookahead == 'y') ADVANCE(1232); + if (lookahead == 't') ADVANCE(628); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 805: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(665); + if (lookahead == 't') ADVANCE(714); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 806: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(770); + if (lookahead == 't') ADVANCE(706); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 807: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(671); + if (lookahead == 't') ADVANCE(707); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 808: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(724); + if (lookahead == 't') ADVANCE(815); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 809: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(606); + if (lookahead == 't') ADVANCE(659); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 810: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1260); + if (lookahead == 't') ADVANCE(694); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 811: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1082); + if (lookahead == 't') ADVANCE(794); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 812: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1247); + if (lookahead == 'u') ADVANCE(774); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 813: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'u') ADVANCE(673); + if (lookahead == 'y') ADVANCE(1232); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 814: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(1268); + if (lookahead == 'u') ADVANCE(673); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 815: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(711); + if (lookahead == 'u') ADVANCE(779); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 816: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(712); + if (lookahead == 'u') ADVANCE(679); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 817: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(839); + if (lookahead == 'u') ADVANCE(732); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 818: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1232); + if (lookahead == 'v') ADVANCE(606); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 819: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1264); + if (lookahead == 'v') ADVANCE(1260); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 820: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); + if (lookahead == 'v') ADVANCE(1082); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 821: ACCEPT_TOKEN(sym_cmd_identifier); - ADVANCE_MAP( - 'B', 839, - 'b', 839, - 'I', 830, - 'a', 714, - 'i', 829, - 'o', 654, - 's', 839, - 'u', 788, - ); + if (lookahead == 'v') ADVANCE(1247); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 822: ACCEPT_TOKEN(sym_cmd_identifier); - ADVANCE_MAP( - 'B', 839, - 'b', 839, - 'I', 830, - 'a', 787, - 'i', 829, - 'o', 654, - 's', 839, - 'u', 788, - ); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 823: ACCEPT_TOKEN(sym_cmd_identifier); - ADVANCE_MAP( - 'B', 839, - 'b', 839, - 'I', 830, - 'i', 830, - 'l', 784, - 'n', 658, - 'r', 769, - 'x', 755, - ); + if (lookahead == 'w') ADVANCE(1268); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 824: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'w') ADVANCE(719); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 825: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); - if (lookahead == 'r') ADVANCE(804); + if (lookahead == 'w') ADVANCE(720); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 826: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); - if (lookahead == 'r') ADVANCE(818); + if (lookahead == 'y') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 827: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'y') ADVANCE(1232); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 828: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(648); + if (lookahead == 'y') ADVANCE(1264); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 829: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'n') ADVANCE(839); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 830: @@ -26943,463 +26921,463 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 840: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(295); + if (lookahead == '-') ADVANCE(305); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 841: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(424); + if (lookahead == '-') ADVANCE(436); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 842: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(378); + if (lookahead == '-') ADVANCE(389); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 843: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(337); + if (lookahead == '-') ADVANCE(347); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 844: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(302); + if (lookahead == '-') ADVANCE(312); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 845: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(365); + if (lookahead == '-') ADVANCE(376); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 846: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(425); + if (lookahead == '-') ADVANCE(437); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 847: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(379); + if (lookahead == '-') ADVANCE(390); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 848: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(426); + if (lookahead == '-') ADVANCE(438); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 849: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(849); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(849); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + ADVANCE_MAP( + 'I', 923, + '_', 858, + 'i', 923, + 'n', 867, + '+', 294, + '-', 294, + 'B', 932, + 'b', 932, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 850: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(850); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); - END_STATE(); - case 851: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(852); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == '_') ADVANCE(858); + if (lookahead == 'i') ADVANCE(863); if (lookahead == '+' || - lookahead == '-') ADVANCE(284); + lookahead == '-') ADVANCE(294); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); + case 851: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'n') ADVANCE(867); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + END_STATE(); case 852: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(852); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 853: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(870); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(863); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 854: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(914); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(884); + if (lookahead == 'o') ADVANCE(866); + if (lookahead == 's') ADVANCE(932); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 855: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(895); + if (lookahead == '_') ADVANCE(855); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(855); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 856: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(899); + if (lookahead == '_') ADVANCE(856); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 857: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(932); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == '_') ADVANCE(858); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 858: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(932); + if (lookahead == '_') ADVANCE(858); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 859: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1378); + if (lookahead == 'a') ADVANCE(876); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 860: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1302); + if (lookahead == 'a') ADVANCE(921); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 861: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(902); + if (lookahead == 'a') ADVANCE(902); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 862: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(1465); + if (lookahead == 'a') ADVANCE(906); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 863: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(1473); + if (lookahead == 'b') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 864: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(858); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 'c') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 865: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(845); + if (lookahead == 'd') ADVANCE(1378); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 866: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(873); + if (lookahead == 'd') ADVANCE(1302); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 867: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(906); + if (lookahead == 'd') ADVANCE(909); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 868: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(903); + if (lookahead == 'e') ADVANCE(1465); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 869: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'k') ADVANCE(932); + if (lookahead == 'e') ADVANCE(1473); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 870: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(901); + if (lookahead == 'e') ADVANCE(864); + if (lookahead == 't') ADVANCE(861); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 871: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(1456); + if (lookahead == 'e') ADVANCE(845); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 872: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(871); + if (lookahead == 'e') ADVANCE(879); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 873: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(874); + if (lookahead == 'i') ADVANCE(913); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 874: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(842); + if (lookahead == 'i') ADVANCE(910); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 875: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(844); + if (lookahead == 'k') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 876: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(875); + if (lookahead == 'l') ADVANCE(908); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 877: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') ADVANCE(889); + if (lookahead == 'l') ADVANCE(1456); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 878: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(859); + if (lookahead == 'l') ADVANCE(877); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 879: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(1174); + if (lookahead == 'l') ADVANCE(880); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 880: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(861); + if (lookahead == 'l') ADVANCE(842); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 881: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(865); + if (lookahead == 'l') ADVANCE(844); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 882: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(905); - if (lookahead == 'u') ADVANCE(872); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(927); + if (lookahead == 'l') ADVANCE(881); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 883: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(908); - if (lookahead == 's') ADVANCE(932); + if (lookahead == 'm') ADVANCE(896); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 884: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(908); + if (lookahead == 'n') ADVANCE(932); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 885: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(860); + if (lookahead == 'n') ADVANCE(865); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 886: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(893); + if (lookahead == 'n') ADVANCE(1174); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 887: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(894); + if (lookahead == 'n') ADVANCE(867); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 888: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(896); + if (lookahead == 'n') ADVANCE(871); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 889: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(888); + if (lookahead == 'o') ADVANCE(912); + if (lookahead == 'u') ADVANCE(878); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(927); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 890: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(932); + if (lookahead == 'o') ADVANCE(915); + if (lookahead == 's') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 891: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(912); + if (lookahead == 'o') ADVANCE(915); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 892: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1392); + if (lookahead == 'o') ADVANCE(866); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 893: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1385); + if (lookahead == 'o') ADVANCE(900); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 894: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1119); + if (lookahead == 'o') ADVANCE(901); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 895: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(911); + if (lookahead == 'o') ADVANCE(903); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 896: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(910); + if (lookahead == 'p') ADVANCE(895); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 897: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(898); + if (lookahead == 'r') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 898: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(887); + if (lookahead == 'r') ADVANCE(919); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 899: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(848); + if (lookahead == 'r') ADVANCE(1392); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 900: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(932); + if (lookahead == 'r') ADVANCE(1385); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 901: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(863); + if (lookahead == 'r') ADVANCE(1119); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 902: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(841); + if (lookahead == 'r') ADVANCE(918); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 903: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(907); + if (lookahead == 'r') ADVANCE(917); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 904: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(846); + if (lookahead == 'r') ADVANCE(905); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 905: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1401); + if (lookahead == 'r') ADVANCE(894); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 906: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(840); + if (lookahead == 'r') ADVANCE(848); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 907: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1128); + if (lookahead == 's') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 908: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(843); + if (lookahead == 's') ADVANCE(869); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 909: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 's') ADVANCE(841); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 910: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(847); + if (lookahead == 's') ADVANCE(914); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 911: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(904); + if (lookahead == 's') ADVANCE(846); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 912: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(862); + if (lookahead == 't') ADVANCE(1401); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 913: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(876); + if (lookahead == 't') ADVANCE(840); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 914: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'y') ADVANCE(932); + if (lookahead == 't') ADVANCE(1128); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 915: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(927); + if (lookahead == 't') ADVANCE(843); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 916: ACCEPT_TOKEN(sym_identifier); - ADVANCE_MAP( - 'B', 932, - 'b', 932, - 'I', 923, - '_', 852, - 'i', 923, - 'n', 861, - '+', 284, - '-', 284, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); - if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); + if (lookahead == 't') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 917: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == '_') ADVANCE(852); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); - if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); + if (lookahead == 't') ADVANCE(847); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 918: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(923); - if (lookahead == 'n') ADVANCE(861); + if (lookahead == 't') ADVANCE(911); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 919: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'u') ADVANCE(868); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 920: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(857); + if (lookahead == 'u') ADVANCE(882); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 921: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(922); - if (lookahead == 'o') ADVANCE(860); - if (lookahead == 's') ADVANCE(932); + if (lookahead == 'y') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 922: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'n') ADVANCE(932); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(927); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 923: @@ -27462,27 +27440,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 933: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); if (lookahead == 'u') ADVANCE(1039); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); case 934: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); if (lookahead == 'r') ADVANCE(1016); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); case 935: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1678); + if (lookahead == '+') ADVANCE(1687); if (lookahead == '>') ADVANCE(1598); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); case 936: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1659); + if (lookahead == '+') ADVANCE(1667); if (lookahead == '>') ADVANCE(1600); if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(1073); END_STATE(); @@ -28880,7 +28858,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1149: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(451); + lookahead == 'i') ADVANCE(452); END_STATE(); case 1150: ACCEPT_TOKEN(anon_sym_DASH); @@ -29207,12 +29185,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1213: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(1642); + if (lookahead == '_') ADVANCE(1650); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 1214: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(1643); + if (lookahead == '_') ADVANCE(1651); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 1215: @@ -29346,7 +29324,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1242: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(684); + if (lookahead == '-') ADVANCE(692); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1243: @@ -29422,7 +29400,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1255: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(682); + if (lookahead == '-') ADVANCE(690); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1256: @@ -29649,7 +29627,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1301: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(724); + if (lookahead == 'u') ADVANCE(732); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1302: @@ -30089,7 +30067,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1398: ACCEPT_TOKEN(anon_sym_not); - if (lookahead == '-') ADVANCE(710); + if (lookahead == '-') ADVANCE(718); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1399: @@ -30157,7 +30135,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1412: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(472); + if (lookahead == '-') ADVANCE(473); if (lookahead == '_') ADVANCE(1435); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); @@ -30342,7 +30320,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1444: ACCEPT_TOKEN(anon_sym_DASH2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(451); + lookahead == 'i') ADVANCE(452); END_STATE(); case 1445: ACCEPT_TOKEN(anon_sym_DASH2); @@ -30513,7 +30491,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1481: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(472); + if (lookahead == '-') ADVANCE(473); if (lookahead == '_') ADVANCE(1501); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); @@ -30566,9 +30544,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1488: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); if (lookahead == '_') ADVANCE(1501); - if (lookahead == 'b') ADVANCE(460); - if (lookahead == 'o') ADVANCE(462); - if (lookahead == 'x') ADVANCE(484); + if (lookahead == 'b') ADVANCE(461); + if (lookahead == 'o') ADVANCE(463); + if (lookahead == 'x') ADVANCE(485); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 1489: @@ -30670,7 +30648,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1508: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(455); + lookahead == 'i') ADVANCE(456); END_STATE(); case 1509: ACCEPT_TOKEN(aux_sym__val_number_token5); @@ -30683,7 +30661,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1511: ACCEPT_TOKEN(aux_sym__val_number_token5); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(452); + lookahead == 'i') ADVANCE(453); END_STATE(); case 1512: ACCEPT_TOKEN(aux_sym__val_number_token6); @@ -30693,11 +30671,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1514: ACCEPT_TOKEN(sym_filesize_unit); - if (lookahead == 'i') ADVANCE(1700); + if (lookahead == 'i') ADVANCE(1709); END_STATE(); case 1515: ACCEPT_TOKEN(sym_filesize_unit); - if (lookahead == 'i') ADVANCE(404); + if (lookahead == 'i') ADVANCE(415); END_STATE(); case 1516: ACCEPT_TOKEN(sym_duration_unit); @@ -30776,7 +30754,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1529: ACCEPT_TOKEN(sym_val_date); - if (lookahead == '.') ADVANCE(466); + if (lookahead == '.') ADVANCE(467); if (lookahead == '+' || lookahead == '-') ADVANCE(274); if (lookahead == 'Z' || @@ -30801,7 +30779,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1532: ACCEPT_TOKEN(sym_val_date); if (lookahead == ':') ADVANCE(1542); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(465); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(466); END_STATE(); case 1533: ACCEPT_TOKEN(sym_val_date); @@ -30827,7 +30805,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1538: ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(475); + if (lookahead == 'T') ADVANCE(476); END_STATE(); case 1539: ACCEPT_TOKEN(sym_val_date); @@ -30855,7 +30833,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1542: ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(465); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(466); END_STATE(); case 1543: ACCEPT_TOKEN(sym_val_date); @@ -31015,7 +30993,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1572: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == ':') ADVANCE(470); + if (lookahead == ':') ADVANCE(471); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(1594); END_STATE(); case 1573: @@ -31219,94 +31197,94 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1615: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1639); - if (lookahead == '-') ADVANCE(1641); + if (lookahead == '+') ADVANCE(1647); + if (lookahead == '-') ADVANCE(1649); if (lookahead == '>') ADVANCE(1602); - if (lookahead == '_') ADVANCE(1641); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == '_') ADVANCE(1649); + if (lookahead == 'r') ADVANCE(1696); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1616: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); if (lookahead == 'r') ADVANCE(1390); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1617: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1618: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1676); - if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'n') ADVANCE(1653); - if (lookahead == 'r') ADVANCE(1687); + ADVANCE_MAP( + '+', 1685, + '>', 1602, + 'I', 1724, + 'i', 1724, + 'n', 1661, + 'r', 1696, + 'B', 1513, + 'b', 1513, + ); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1619: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1696); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1620: ACCEPT_TOKEN(aux_sym_unquoted_token1); - ADVANCE_MAP( - '+', 1676, - '>', 1602, - 'B', 1513, - 'b', 1513, - 'I', 1724, - 'i', 1724, - 'n', 1653, - 'r', 1687, - ); + if (lookahead == '+') ADVANCE(1685); + if (lookahead == '>') ADVANCE(1602); + if (lookahead == 'n') ADVANCE(1661); + if (lookahead == 'r') ADVANCE(1696); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1621: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'r') ADVANCE(1696); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1622: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1678); + if (lookahead == '+') ADVANCE(1687); if (lookahead == '>') ADVANCE(1598); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1623: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1659); + if (lookahead == '+') ADVANCE(1667); if (lookahead == '>') ADVANCE(1600); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1624: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(1646); + if (lookahead == '-') ADVANCE(1654); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1625: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(1664); + if (lookahead == '-') ADVANCE(1672); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1626: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(1711); + if (lookahead == '-') ADVANCE(1720); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1627: @@ -31316,7 +31294,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1628: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(1712); + if (lookahead == '-') ADVANCE(1721); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1629: @@ -31370,504 +31348,504 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1638: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N') ADVANCE(1725); - if (lookahead == 'n') ADVANCE(1173); + ADVANCE_MAP( + 'I', 1724, + '_', 1649, + 'i', 1724, + 'n', 1661, + '+', 1649, + '-', 1649, + 'B', 1513, + 'b', 1513, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1639: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1641); - if (lookahead == 'o') ADVANCE(1634); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == '_') ADVANCE(1649); + if (lookahead == 'i') ADVANCE(1656); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1649); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1640: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1641); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1641); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1661); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1641: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1641); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1718); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1642: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1642); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1643: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1643); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1656); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1644: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(1713); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1681); + if (lookahead == 'o') ADVANCE(1659); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1645: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(1671); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1681); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1646: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(1675); - if (lookahead == 'o') ADVANCE(1689); - if (lookahead == 's') ADVANCE(1660); - if (lookahead == 'x') ADVANCE(1680); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1647: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(1691); + if (lookahead == '_') ADVANCE(1649); + if (lookahead == 'o') ADVANCE(1634); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1648: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1513); + if (lookahead == '_') ADVANCE(1649); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1649); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1649: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'c') ADVANCE(1516); + if (lookahead == '_') ADVANCE(1649); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1650: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1376); + if (lookahead == '_') ADVANCE(1650); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1651: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1298); + if (lookahead == '_') ADVANCE(1651); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1652: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1361); + if (lookahead == 'a') ADVANCE(1722); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1653: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1697); + if (lookahead == 'a') ADVANCE(1679); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1654: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1649); - if (lookahead == 't') ADVANCE(1647); + if (lookahead == 'a') ADVANCE(1684); + if (lookahead == 'o') ADVANCE(1698); + if (lookahead == 's') ADVANCE(1668); + if (lookahead == 'x') ADVANCE(1689); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1655: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1649); + if (lookahead == 'a') ADVANCE(1700); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1656: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1463); + if (lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1657: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1471); + if (lookahead == 'c') ADVANCE(1516); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1658: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1635); + if (lookahead == 'd') ADVANCE(1376); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1659: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1693); + if (lookahead == 'd') ADVANCE(1298); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1660: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1669); + if (lookahead == 'd') ADVANCE(1361); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1661: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1350); + if (lookahead == 'd') ADVANCE(1706); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1662: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1345); + if (lookahead == 'e') ADVANCE(1657); + if (lookahead == 't') ADVANCE(1655); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1663: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(1700); + if (lookahead == 'e') ADVANCE(1657); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1664: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(1673); + if (lookahead == 'e') ADVANCE(1463); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1665: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(1704); + if (lookahead == 'e') ADVANCE(1471); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1666: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(1706); + if (lookahead == 'e') ADVANCE(1635); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1667: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'k') ADVANCE(1516); + if (lookahead == 'e') ADVANCE(1702); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1668: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1454); + if (lookahead == 'h') ADVANCE(1677); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1669: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1315); - if (lookahead == 'r') ADVANCE(1320); + if (lookahead == 'h') ADVANCE(1350); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1670: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1668); + if (lookahead == 'h') ADVANCE(1345); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1671: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1696); + if (lookahead == 'i') ADVANCE(1709); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1672: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1650); + if (lookahead == 'i') ADVANCE(1682); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1673: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1340); + if (lookahead == 'i') ADVANCE(1713); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1674: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'i') ADVANCE(1715); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1675: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1652); + if (lookahead == 'k') ADVANCE(1516); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1676: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1634); + if (lookahead == 'l') ADVANCE(1454); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1677: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1688); + if (lookahead == 'l') ADVANCE(1315); + if (lookahead == 'r') ADVANCE(1320); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1678: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1710); + if (lookahead == 'l') ADVANCE(1676); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1679: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1651); + if (lookahead == 'l') ADVANCE(1705); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1680: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1690); + if (lookahead == 'n') ADVANCE(1658); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1681: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1701); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'n') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1682: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1702); - if (lookahead == 's') ADVANCE(1516); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'n') ADVANCE(1340); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1683: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1702); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'n') ADVANCE(1661); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1684: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1516); + if (lookahead == 'n') ADVANCE(1660); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1685: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'o') ADVANCE(1634); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1686: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1709); + if (lookahead == 'o') ADVANCE(1697); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1687: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1622); + if (lookahead == 'o') ADVANCE(1719); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1688: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1383); + if (lookahead == 'o') ADVANCE(1659); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1689: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1371); + if (lookahead == 'o') ADVANCE(1699); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1690: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1366); + if (lookahead == 'o') ADVANCE(1710); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1691: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1707); + if (lookahead == 'o') ADVANCE(1711); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1692: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1637); + if (lookahead == 'o') ADVANCE(1711); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1693: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1692); + if (lookahead == 'r') ADVANCE(1516); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1694: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1516); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'r') ADVANCE(1390); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1695: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'r') ADVANCE(1718); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1696: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1657); + if (lookahead == 'r') ADVANCE(1622); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1697: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1626); + if (lookahead == 'r') ADVANCE(1383); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1698: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1628); + if (lookahead == 'r') ADVANCE(1371); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1699: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1647); + if (lookahead == 'r') ADVANCE(1366); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1700: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1624); + if (lookahead == 'r') ADVANCE(1716); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1701: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1397); + if (lookahead == 'r') ADVANCE(1637); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1702: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1625); + if (lookahead == 'r') ADVANCE(1701); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1703: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1623); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1704: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1661); + if (lookahead == 's') ADVANCE(1516); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1705: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1636); + if (lookahead == 's') ADVANCE(1665); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1706: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1662); + if (lookahead == 's') ADVANCE(1626); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1707: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1698); + if (lookahead == 's') ADVANCE(1628); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1708: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 't') ADVANCE(1655); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1709: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(1656); + if (lookahead == 't') ADVANCE(1624); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1710: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(1705); + if (lookahead == 't') ADVANCE(1397); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1711: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'w') ADVANCE(1665); + if (lookahead == 't') ADVANCE(1625); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1712: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'w') ADVANCE(1666); + if (lookahead == 't') ADVANCE(1623); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1713: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'y') ADVANCE(1516); + if (lookahead == 't') ADVANCE(1669); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1714: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 't') ADVANCE(1636); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1715: ACCEPT_TOKEN(aux_sym_unquoted_token1); - ADVANCE_MAP( - 'B', 1513, - 'b', 1513, - 'I', 1724, - '_', 1641, - 'i', 1724, - 'n', 1653, - '+', 1641, - '-', 1641, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 't') ADVANCE(1670); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1716: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == '_') ADVANCE(1641); - if (lookahead == 'i') ADVANCE(1648); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1641); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 't') ADVANCE(1707); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1717: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); - if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1718: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); - if (lookahead == 'r') ADVANCE(1709); + if (lookahead == 'u') ADVANCE(1664); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1719: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'u') ADVANCE(1714); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1720: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1648); + if (lookahead == 'w') ADVANCE(1673); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1721: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1723); - if (lookahead == 'o') ADVANCE(1651); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'w') ADVANCE(1674); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1722: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1723); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'y') ADVANCE(1516); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1723: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'n') ADVANCE(1516); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); if ((!eof && set_contains(aux_sym__list_item_starts_with_sign_token1_character_set_1, 11, lookahead))) ADVANCE(1746); END_STATE(); case 1724: @@ -31997,29 +31975,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1748: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); if (lookahead == 'r') ADVANCE(1390); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 1749: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 1750: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'n') ADVANCE(1653); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'n') ADVANCE(1661); + if (lookahead == 'r') ADVANCE(1696); END_STATE(); case 1751: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'r') ADVANCE(1696); END_STATE(); case 1752: ACCEPT_TOKEN(aux_sym_unquoted_token2); @@ -32055,91 +32033,91 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1758: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(1642); + if (lookahead == '_') ADVANCE(1650); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 1759: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(850); + if (lookahead == '_') ADVANCE(856); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1760: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(633); + if (lookahead == '_') ADVANCE(641); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1761: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(286); + if (lookahead == '_') ADVANCE(296); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 1762: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(714); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(722); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1763: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(1671); + if (lookahead == 'a') ADVANCE(1679); END_STATE(); case 1764: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(725); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'a') ADVANCE(733); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1765: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(656); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1766: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1767: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(800); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'a') ADVANCE(809); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1768: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'e') ADVANCE(699); if (lookahead == 'o') ADVANCE(1192); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1769: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'i') ADVANCE(783); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'i') ADVANCE(792); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1770: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1771: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(692); + if (lookahead == 'e') ADVANCE(700); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1772: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(804); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); @@ -32157,71 +32135,71 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1775: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'h') ADVANCE(688); + if (lookahead == 'h') ADVANCE(696); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1776: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'h') ADVANCE(708); + if (lookahead == 'h') ADVANCE(716); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1777: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'i') ADVANCE(665); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1778: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(1700); + if (lookahead == 'i') ADVANCE(1709); END_STATE(); case 1779: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(906); + if (lookahead == 'i') ADVANCE(913); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1780: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(404); + if (lookahead == 'i') ADVANCE(415); END_STATE(); case 1781: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(793); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'i') ADVANCE(802); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1782: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (lookahead == 's') ADVANCE(1271); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1783: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1784: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'l') ADVANCE(713); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1785: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(784); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'l') ADVANCE(793); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1786: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1650); + if (lookahead == 'n') ADVANCE(1658); END_STATE(); case 1787: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(303); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 1788: ACCEPT_TOKEN(aux_sym_unquoted_token2); @@ -32229,7 +32207,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1789: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(859); + if (lookahead == 'n') ADVANCE(865); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1790: @@ -32239,117 +32217,117 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1791: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'n') ADVANCE(1661); END_STATE(); case 1792: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 'n') ADVANCE(316); END_STATE(); case 1793: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(861); + if (lookahead == 'n') ADVANCE(867); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1794: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1795: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1796: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(803); - if (lookahead == 't') ADVANCE(646); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 't') ADVANCE(654); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1797: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'o') ADVANCE(812); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1798: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(1688); + if (lookahead == 'o') ADVANCE(1697); END_STATE(); case 1799: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(1651); + if (lookahead == 'o') ADVANCE(1659); END_STATE(); case 1800: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(383); + if (lookahead == 'o') ADVANCE(394); END_STATE(); case 1801: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(908); + if (lookahead == 'o') ADVANCE(915); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1802: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(304); + if (lookahead == 'o') ADVANCE(314); END_STATE(); case 1803: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(860); + if (lookahead == 'o') ADVANCE(866); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1804: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1805: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(789); - if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'u') ADVANCE(730); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1806: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(893); + if (lookahead == 'o') ADVANCE(900); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1807: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(406); + if (lookahead == 'o') ADVANCE(417); END_STATE(); case 1808: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(794); - if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'u') ADVANCE(730); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1809: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(761); + if (lookahead == 'o') ADVANCE(770); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1810: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(1702); - if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'o') ADVANCE(1711); + if (lookahead == 'u') ADVANCE(1678); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1728); END_STATE(); case 1811: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(804); + if (lookahead == 'r') ADVANCE(813); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1812: ACCEPT_TOKEN(aux_sym_unquoted_token2); if (lookahead == 'r') ADVANCE(1394); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1813: @@ -32358,7 +32336,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1814: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1709); + if (lookahead == 'r') ADVANCE(1718); END_STATE(); case 1815: ACCEPT_TOKEN(aux_sym_unquoted_token2); @@ -32367,47 +32345,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1816: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1817: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1818: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(818); + if (lookahead == 'r') ADVANCE(827); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1819: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 's') ADVANCE(663); + if (lookahead == 's') ADVANCE(671); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1820: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(1647); + if (lookahead == 't') ADVANCE(1655); END_STATE(); case 1821: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(290); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 1822: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 't') ADVANCE(861); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 1823: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'u') ADVANCE(1678); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1728); END_STATE(); case 1824: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 1825: @@ -35534,29 +35512,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2291: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); if (lookahead == 'r') ADVANCE(1390); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 2292: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 2293: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'n') ADVANCE(1653); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'n') ADVANCE(1661); + if (lookahead == 'r') ADVANCE(1696); END_STATE(); case 2294: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'r') ADVANCE(1696); END_STATE(); case 2295: ACCEPT_TOKEN(aux_sym_unquoted_token4); @@ -35577,23 +35555,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2298: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(631); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + if (lookahead == '_') ADVANCE(639); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2299: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1642); + if (lookahead == '_') ADVANCE(1650); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2300: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(286); + if (lookahead == '_') ADVANCE(296); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2301: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1643); + if (lookahead == '_') ADVANCE(1651); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2302: @@ -35637,69 +35615,69 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2308: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(714); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(722); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2309: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(1671); + if (lookahead == 'a') ADVANCE(1679); END_STATE(); case 2310: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(725); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'a') ADVANCE(733); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2311: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(656); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2312: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2313: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(800); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'a') ADVANCE(809); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2314: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'e') ADVANCE(699); if (lookahead == 'o') ADVANCE(1192); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2315: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'i') ADVANCE(783); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'i') ADVANCE(792); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2316: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2317: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(692); + if (lookahead == 'e') ADVANCE(700); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2318: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(804); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); @@ -35717,71 +35695,71 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2321: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'h') ADVANCE(688); + if (lookahead == 'h') ADVANCE(696); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2322: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'h') ADVANCE(708); + if (lookahead == 'h') ADVANCE(716); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2323: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'i') ADVANCE(665); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2324: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(1700); + if (lookahead == 'i') ADVANCE(1709); END_STATE(); case 2325: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(906); + if (lookahead == 'i') ADVANCE(913); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2326: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(404); + if (lookahead == 'i') ADVANCE(415); END_STATE(); case 2327: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(793); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'i') ADVANCE(802); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2328: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (lookahead == 's') ADVANCE(1271); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2329: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2330: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'l') ADVANCE(713); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2331: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(784); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'l') ADVANCE(793); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2332: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1650); + if (lookahead == 'n') ADVANCE(1658); END_STATE(); case 2333: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(303); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 2334: ACCEPT_TOKEN(aux_sym_unquoted_token4); @@ -35789,7 +35767,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2335: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(859); + if (lookahead == 'n') ADVANCE(865); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2336: @@ -35799,117 +35777,117 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2337: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'n') ADVANCE(1661); END_STATE(); case 2338: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 'n') ADVANCE(316); END_STATE(); case 2339: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(861); + if (lookahead == 'n') ADVANCE(867); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2340: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2341: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2342: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(803); - if (lookahead == 't') ADVANCE(646); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 't') ADVANCE(654); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2343: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'o') ADVANCE(812); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2344: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(1688); + if (lookahead == 'o') ADVANCE(1697); END_STATE(); case 2345: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(1651); + if (lookahead == 'o') ADVANCE(1659); END_STATE(); case 2346: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(383); + if (lookahead == 'o') ADVANCE(394); END_STATE(); case 2347: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(908); + if (lookahead == 'o') ADVANCE(915); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2348: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(304); + if (lookahead == 'o') ADVANCE(314); END_STATE(); case 2349: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(860); + if (lookahead == 'o') ADVANCE(866); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2350: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2351: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(789); - if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'u') ADVANCE(730); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2352: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(893); + if (lookahead == 'o') ADVANCE(900); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2353: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(406); + if (lookahead == 'o') ADVANCE(417); END_STATE(); case 2354: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(794); - if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'u') ADVANCE(730); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2355: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(761); + if (lookahead == 'o') ADVANCE(770); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2356: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(1702); - if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'o') ADVANCE(1711); + if (lookahead == 'u') ADVANCE(1678); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1728); END_STATE(); case 2357: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(804); + if (lookahead == 'r') ADVANCE(813); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2358: ACCEPT_TOKEN(aux_sym_unquoted_token4); if (lookahead == 'r') ADVANCE(1394); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2359: @@ -35918,7 +35896,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2360: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1709); + if (lookahead == 'r') ADVANCE(1718); END_STATE(); case 2361: ACCEPT_TOKEN(aux_sym_unquoted_token4); @@ -35927,47 +35905,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2362: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2363: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2364: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(818); + if (lookahead == 'r') ADVANCE(827); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2365: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 's') ADVANCE(663); + if (lookahead == 's') ADVANCE(671); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2366: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(1647); + if (lookahead == 't') ADVANCE(1655); END_STATE(); case 2367: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(290); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 2368: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 't') ADVANCE(861); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2369: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'u') ADVANCE(1678); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1728); END_STATE(); case 2370: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2371: @@ -36005,29 +35983,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2378: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); if (lookahead == 'r') ADVANCE(1390); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 2379: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 2380: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'n') ADVANCE(1653); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'n') ADVANCE(1661); + if (lookahead == 'r') ADVANCE(1696); END_STATE(); case 2381: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'r') ADVANCE(1696); END_STATE(); case 2382: ACCEPT_TOKEN(aux_sym_unquoted_token5); @@ -36067,23 +36045,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2389: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(631); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + if (lookahead == '_') ADVANCE(639); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2390: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1642); + if (lookahead == '_') ADVANCE(1650); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2391: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(286); + if (lookahead == '_') ADVANCE(296); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2392: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1643); + if (lookahead == '_') ADVANCE(1651); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2393: @@ -36127,69 +36105,69 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2399: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(714); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(722); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2400: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(1671); + if (lookahead == 'a') ADVANCE(1679); END_STATE(); case 2401: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(725); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'a') ADVANCE(733); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2402: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(656); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(664); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2403: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(787); - if (lookahead == 'o') ADVANCE(654); - if (lookahead == 'u') ADVANCE(788); + if (lookahead == 'a') ADVANCE(796); + if (lookahead == 'o') ADVANCE(662); + if (lookahead == 'u') ADVANCE(797); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2404: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(800); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'a') ADVANCE(809); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2405: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(691); + if (lookahead == 'e') ADVANCE(699); if (lookahead == 'o') ADVANCE(1192); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2406: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'i') ADVANCE(783); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'i') ADVANCE(792); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2407: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'o') ADVANCE(744); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2408: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(692); + if (lookahead == 'e') ADVANCE(700); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2409: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(804); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); @@ -36207,71 +36185,71 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2412: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'h') ADVANCE(688); + if (lookahead == 'h') ADVANCE(696); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2413: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'h') ADVANCE(708); + if (lookahead == 'h') ADVANCE(716); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2414: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'i') ADVANCE(665); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2415: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(1700); + if (lookahead == 'i') ADVANCE(1709); END_STATE(); case 2416: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(906); + if (lookahead == 'i') ADVANCE(913); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2417: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(404); + if (lookahead == 'i') ADVANCE(415); END_STATE(); case 2418: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(793); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'i') ADVANCE(802); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2419: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (lookahead == 's') ADVANCE(1271); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2420: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2421: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(705); + if (lookahead == 'l') ADVANCE(713); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2422: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(784); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'l') ADVANCE(793); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2423: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1650); + if (lookahead == 'n') ADVANCE(1658); END_STATE(); case 2424: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(303); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 2425: ACCEPT_TOKEN(aux_sym_unquoted_token5); @@ -36279,7 +36257,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2426: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(859); + if (lookahead == 'n') ADVANCE(865); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2427: @@ -36289,117 +36267,117 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2428: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'n') ADVANCE(1661); END_STATE(); case 2429: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 'n') ADVANCE(316); END_STATE(); case 2430: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(861); + if (lookahead == 'n') ADVANCE(867); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2431: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2432: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2433: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(803); - if (lookahead == 't') ADVANCE(646); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 't') ADVANCE(654); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2434: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'o') ADVANCE(812); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2435: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(1688); + if (lookahead == 'o') ADVANCE(1697); END_STATE(); case 2436: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(1651); + if (lookahead == 'o') ADVANCE(1659); END_STATE(); case 2437: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(383); + if (lookahead == 'o') ADVANCE(394); END_STATE(); case 2438: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(908); + if (lookahead == 'o') ADVANCE(915); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2439: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(304); + if (lookahead == 'o') ADVANCE(314); END_STATE(); case 2440: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(860); + if (lookahead == 'o') ADVANCE(866); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2441: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2442: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(789); - if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'u') ADVANCE(730); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2443: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(893); + if (lookahead == 'o') ADVANCE(900); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2444: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(406); + if (lookahead == 'o') ADVANCE(417); END_STATE(); case 2445: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(794); - if (lookahead == 'u') ADVANCE(722); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 'u') ADVANCE(730); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2446: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(761); + if (lookahead == 'o') ADVANCE(770); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2447: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(1702); - if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'o') ADVANCE(1711); + if (lookahead == 'u') ADVANCE(1678); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1728); END_STATE(); case 2448: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(804); + if (lookahead == 'r') ADVANCE(813); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2449: ACCEPT_TOKEN(aux_sym_unquoted_token5); if (lookahead == 'r') ADVANCE(1394); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2450: @@ -36408,7 +36386,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2451: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1709); + if (lookahead == 'r') ADVANCE(1718); END_STATE(); case 2452: ACCEPT_TOKEN(aux_sym_unquoted_token5); @@ -36417,47 +36395,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2453: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(678); + if (lookahead == 'r') ADVANCE(686); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2454: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2455: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(818); + if (lookahead == 'r') ADVANCE(827); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2456: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 's') ADVANCE(663); + if (lookahead == 's') ADVANCE(671); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2457: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(1647); + if (lookahead == 't') ADVANCE(1655); END_STATE(); case 2458: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(290); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 2459: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 't') ADVANCE(861); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2460: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'u') ADVANCE(1670); + if (lookahead == 'u') ADVANCE(1678); if (lookahead == 'A' || lookahead == 'a') ADVANCE(1728); END_STATE(); case 2461: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'v') ADVANCE(681); + if (lookahead == 'v') ADVANCE(689); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2462: @@ -36496,29 +36474,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 2469: ACCEPT_TOKEN(aux_sym_unquoted_token6); ADVANCE_MAP( - '+', 284, - '-', 632, - 'B', 839, - 'b', 839, + '+', 294, + '-', 640, 'I', 830, - '_', 632, + '_', 640, 'i', 830, - 'n', 658, - 'r', 769, - 'x', 755, + 'n', 666, + 'r', 778, + 'x', 764, + 'B', 839, + 'b', 839, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2470: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(284); - if (lookahead == '-') ADVANCE(632); + if (lookahead == '+') ADVANCE(294); + if (lookahead == '-') ADVANCE(640); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(640); + if (lookahead == 'i') ADVANCE(656); if (lookahead == 'B' || lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == '_') ADVANCE(632); - if (lookahead == 'i') ADVANCE(648); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); @@ -36526,16 +36504,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_unquoted_token6); ADVANCE_MAP( '+', 1575, - '-', 632, - 'B', 839, - 'b', 839, + '-', 640, 'I', 830, - '_', 632, + '_', 640, 'i', 830, - 'l', 784, - 'n', 658, - 'r', 769, - 'x', 755, + 'l', 793, + 'n', 666, + 'r', 778, + 'x', 764, + 'B', 839, + 'b', 839, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); @@ -36543,81 +36521,81 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 2472: ACCEPT_TOKEN(aux_sym_unquoted_token6); if (lookahead == '+') ADVANCE(1575); - if (lookahead == '-') ADVANCE(632); + if (lookahead == '-') ADVANCE(640); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == '_') ADVANCE(640); + if (lookahead == 'i') ADVANCE(656); if (lookahead == 'B' || lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == '_') ADVANCE(632); - if (lookahead == 'i') ADVANCE(648); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1436); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2473: ACCEPT_TOKEN(aux_sym_unquoted_token6); ADVANCE_MAP( - '+', 1639, - '-', 1641, + '+', 1647, + '-', 1649, '>', 1602, - 'B', 1513, - 'b', 1513, 'I', 1724, - '_', 1641, + '_', 1649, 'i', 1724, - 'n', 1653, - 'r', 1687, + 'n', 1661, + 'r', 1696, + 'B', 1513, + 'b', 1513, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2474: ACCEPT_TOKEN(aux_sym_unquoted_token6); ADVANCE_MAP( - '+', 1639, - '-', 1641, + '+', 1647, + '-', 1649, '>', 1602, - 'B', 1513, - 'b', 1513, 'I', 1724, - '_', 1641, + '_', 1649, 'i', 1724, - 'r', 1687, + 'r', 1696, + 'B', 1513, + 'b', 1513, ); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2475: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); if (lookahead == 'r') ADVANCE(1390); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 2476: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1658); + if (lookahead == '+') ADVANCE(1666); if (lookahead == '>') ADVANCE(1604); - if (lookahead == 'u') ADVANCE(1703); + if (lookahead == 'u') ADVANCE(1712); END_STATE(); case 2477: ACCEPT_TOKEN(aux_sym_unquoted_token6); ADVANCE_MAP( - '+', 1676, + '+', 1685, '>', 1602, - 'B', 1513, - 'b', 1513, 'I', 1724, 'i', 1724, - 'n', 1653, - 'r', 1687, + 'n', 1661, + 'r', 1696, + 'B', 1513, + 'b', 1513, ); END_STATE(); case 2478: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1676); + if (lookahead == '+') ADVANCE(1685); if (lookahead == '>') ADVANCE(1602); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); if (lookahead == 'I') ADVANCE(1724); if (lookahead == 'i') ADVANCE(1724); - if (lookahead == 'r') ADVANCE(1687); + if (lookahead == 'r') ADVANCE(1696); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2479: ACCEPT_TOKEN(aux_sym_unquoted_token6); @@ -36645,686 +36623,686 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2484: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(831); - if (lookahead == 'f') ADVANCE(1197); - if (lookahead == 'n') ADVANCE(1170); + ADVANCE_MAP( + 'I', 830, + 'a', 722, + 'i', 736, + 'o', 662, + 's', 839, + 'u', 797, + 'B', 839, + 'b', 839, + ); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2485: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(1725); - if (lookahead == 'n') ADVANCE(1173); + ADVANCE_MAP( + 'I', 830, + 'a', 796, + 'i', 736, + 'o', 662, + 's', 839, + 'u', 797, + 'B', 839, + 'b', 839, + ); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2486: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(631); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(631); + ADVANCE_MAP( + 'I', 830, + 'i', 830, + 'l', 793, + 'n', 666, + 'r', 778, + 'x', 764, + 'B', 839, + 'b', 839, + ); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2487: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(284); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'n') ADVANCE(666); + if (lookahead == 'r') ADVANCE(778); + if (lookahead == 'x') ADVANCE(764); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2488: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1642); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(813); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2489: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(850); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'r') ADVANCE(827); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2490: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(633); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2491: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(286); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead == 'I') ADVANCE(830); + if (lookahead == 'i') ADVANCE(656); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2492: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1643); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + ADVANCE_MAP( + 'I', 1724, + '_', 1649, + 'i', 1724, + 'n', 1661, + '+', 1649, + '-', 1649, + 'B', 1513, + 'b', 1513, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2493: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1501); - if (lookahead == 'b') ADVANCE(1517); - if (lookahead == 'o') ADVANCE(1520); - if (lookahead == 'x') ADVANCE(1523); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == '_') ADVANCE(1649); + if (lookahead == 'i') ADVANCE(1656); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1649); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2494: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1501); - if (lookahead == 'b') ADVANCE(1517); - if (lookahead == 'o') ADVANCE(1520); - if (lookahead == 'x') ADVANCE(1523); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'n') ADVANCE(1661); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2495: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1501); - if (lookahead == 'b') ADVANCE(1582); - if (lookahead == 'o') ADVANCE(1583); - if (lookahead == 'x') ADVANCE(1593); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'r') ADVANCE(1718); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2496: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1501); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2497: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1501); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1656); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2498: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1501); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1681); + if (lookahead == 'o') ADVANCE(1659); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2499: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(1713); + if (lookahead == 'I') ADVANCE(1724); + if (lookahead == 'i') ADVANCE(1681); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2500: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(1671); + ADVANCE_MAP( + 'I', 447, + '_', 294, + 'i', 447, + 'n', 316, + '+', 294, + '-', 294, + 'B', 1513, + 'b', 1513, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2501: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(428); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == '_') ADVANCE(294); + if (lookahead == 'i') ADVANCE(447); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2502: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(914); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == '_') ADVANCE(294); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2503: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(725); - if (lookahead == 'o') ADVANCE(757); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(447); + if (lookahead == 'n') ADVANCE(316); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2504: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(817); - if (lookahead == 'e') ADVANCE(691); - if (lookahead == 'o') ADVANCE(1192); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(447); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2505: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(800); - if (lookahead == 'o') ADVANCE(728); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2506: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'i') ADVANCE(783); - if (lookahead == 'o') ADVANCE(744); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(366); + if (lookahead == 'o') ADVANCE(314); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2507: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(786); - if (lookahead == 'o') ADVANCE(744); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'I') ADVANCE(447); + if (lookahead == 'i') ADVANCE(366); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2508: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(692); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + ADVANCE_MAP( + 'I', 923, + '_', 858, + 'i', 923, + 'n', 867, + '+', 294, + '-', 294, + 'B', 932, + 'b', 932, + ); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 2509: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(814); - if (lookahead == 'o') ADVANCE(795); - if (lookahead == 's') ADVANCE(839); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == '_') ADVANCE(858); + if (lookahead == 'i') ADVANCE(863); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); + if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); END_STATE(); case 2510: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(1649); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'n') ADVANCE(867); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2511: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(1649); - if (lookahead == 't') ADVANCE(1647); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(923); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2512: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(858); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(863); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2513: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'I') ADVANCE(923); + if (lookahead == 'i') ADVANCE(884); + if (lookahead == 'o') ADVANCE(866); + if (lookahead == 's') ADVANCE(932); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2514: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(299); - if (lookahead == 't') ADVANCE(290); + if (lookahead == 'N') ADVANCE(831); + if (lookahead == 'f') ADVANCE(1197); + if (lookahead == 'n') ADVANCE(1170); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2515: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(649); - if (lookahead == 'o') ADVANCE(803); - if (lookahead == 't') ADVANCE(646); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'N') ADVANCE(1725); + if (lookahead == 'n') ADVANCE(1173); END_STATE(); case 2516: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'f') ADVANCE(1194); + if (lookahead == '_') ADVANCE(639); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2517: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'h') ADVANCE(688); - if (lookahead == 'k') ADVANCE(839); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == '_') ADVANCE(294); + if (lookahead == '+' || + lookahead == '-') ADVANCE(294); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2518: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'h') ADVANCE(708); - if (lookahead == 'k') ADVANCE(839); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == '_') ADVANCE(1650); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2519: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(657); - if (lookahead == 'r') ADVANCE(839); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == '_') ADVANCE(856); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1414); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2520: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(1700); + if (lookahead == '_') ADVANCE(641); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1413); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2521: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(906); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == '_') ADVANCE(296); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2522: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(404); + if (lookahead == '_') ADVANCE(1651); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2523: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(793); - if (lookahead == 'r') ADVANCE(678); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2524: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'k') ADVANCE(932); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2525: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'k') ADVANCE(1516); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1582); + if (lookahead == 'o') ADVANCE(1583); + if (lookahead == 'x') ADVANCE(1593); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2526: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); - if (lookahead == 's') ADVANCE(1271); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 2527: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'l') ADVANCE(705); - if (lookahead == 'n') ADVANCE(653); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1494); END_STATE(); case 2528: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1650); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2529: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(303); + if (lookahead == 'a') ADVANCE(1722); END_STATE(); case 2530: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1168); + if (lookahead == 'a') ADVANCE(1679); END_STATE(); case 2531: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(859); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'a') ADVANCE(440); END_STATE(); case 2532: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1174); + if (lookahead == 'a') ADVANCE(921); if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2533: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(728); + if (lookahead == 'a') ADVANCE(733); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2534: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(1688); + if (lookahead == 'a') ADVANCE(826); + if (lookahead == 'e') ADVANCE(699); + if (lookahead == 'o') ADVANCE(1192); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2535: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(383); + if (lookahead == 'a') ADVANCE(809); + if (lookahead == 'o') ADVANCE(737); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2536: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(908); - if (lookahead == 's') ADVANCE(932); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'i') ADVANCE(792); + if (lookahead == 'o') ADVANCE(753); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2537: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(757); + if (lookahead == 'e') ADVANCE(795); + if (lookahead == 'o') ADVANCE(753); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2538: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(893); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'e') ADVANCE(700); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2539: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(406); - if (lookahead == 's') ADVANCE(1516); - END_STATE(); - case 2540: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(794); + if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'o') ADVANCE(804); if (lookahead == 's') ADVANCE(839); - if (lookahead == 'u') ADVANCE(722); if (lookahead == 'A' || lookahead == 'a') ADVANCE(834); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); + case 2540: + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'e') ADVANCE(1657); + END_STATE(); case 2541: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(761); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'e') ADVANCE(1657); + if (lookahead == 't') ADVANCE(1655); END_STATE(); case 2542: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(1702); - if (lookahead == 's') ADVANCE(1516); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'e') ADVANCE(864); + if (lookahead == 't') ADVANCE(861); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2543: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(932); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'e') ADVANCE(309); END_STATE(); case 2544: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1394); - if (lookahead == 'v') ADVANCE(681); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'e') ADVANCE(309); + if (lookahead == 't') ADVANCE(300); END_STATE(); case 2545: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1516); + if (lookahead == 'e') ADVANCE(657); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 't') ADVANCE(654); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2546: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1390); + if (lookahead == 'f') ADVANCE(1194); END_STATE(); case 2547: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1392); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'h') ADVANCE(696); + if (lookahead == 'k') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2548: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(932); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'h') ADVANCE(716); + if (lookahead == 'k') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2549: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(839); + if (lookahead == 'i') ADVANCE(665); + if (lookahead == 'r') ADVANCE(839); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2550: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'i') ADVANCE(1709); END_STATE(); case 2551: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1516); - if (lookahead == 'u') ADVANCE(1670); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'i') ADVANCE(913); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2552: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(663); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'i') ADVANCE(415); END_STATE(); case 2553: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1728); + if (lookahead == 'i') ADVANCE(802); + if (lookahead == 'r') ADVANCE(686); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2554: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(834); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'k') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2555: ACCEPT_TOKEN(aux_sym_unquoted_token6); - ADVANCE_MAP( - 'B', 932, - 'b', 932, - 'I', 923, - '_', 852, - 'i', 923, - 'n', 861, - '+', 284, - '-', 284, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); - if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); + if (lookahead == 'k') ADVANCE(1516); END_STATE(); case 2556: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == '_') ADVANCE(852); - if (lookahead == 'i') ADVANCE(857); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1438); - if (set_contains(sym__long_flag_identifier_character_set_1, 764, lookahead)) ADVANCE(932); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); + if (lookahead == 's') ADVANCE(1271); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2557: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(923); - if (lookahead == 'n') ADVANCE(861); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'n') ADVANCE(661); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2558: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(923); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'n') ADVANCE(1658); END_STATE(); case 2559: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(857); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 2560: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); - if (lookahead == 'I') ADVANCE(923); - if (lookahead == 'i') ADVANCE(922); - if (lookahead == 'o') ADVANCE(860); - if (lookahead == 's') ADVANCE(932); - if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); + if (lookahead == 'n') ADVANCE(1168); END_STATE(); case 2561: ACCEPT_TOKEN(aux_sym_unquoted_token6); - ADVANCE_MAP( - 'B', 839, - 'b', 839, - 'I', 830, - 'a', 714, - 'i', 829, - 'o', 654, - 's', 839, - 'u', 788, - ); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'n') ADVANCE(865); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2562: ACCEPT_TOKEN(aux_sym_unquoted_token6); - ADVANCE_MAP( - 'B', 839, - 'b', 839, - 'I', 830, - 'a', 787, - 'i', 829, - 'o', 654, - 's', 839, - 'u', 788, - ); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'n') ADVANCE(1174); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2563: ACCEPT_TOKEN(aux_sym_unquoted_token6); - ADVANCE_MAP( - 'B', 839, - 'b', 839, - 'I', 830, - 'i', 830, - 'l', 784, - 'n', 658, - 'r', 769, - 'x', 755, - ); + if (lookahead == 'o') ADVANCE(737); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2564: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); - if (lookahead == 'n') ADVANCE(658); - if (lookahead == 'r') ADVANCE(769); - if (lookahead == 'x') ADVANCE(755); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'o') ADVANCE(1697); END_STATE(); case 2565: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); - if (lookahead == 'r') ADVANCE(804); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'o') ADVANCE(394); END_STATE(); case 2566: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); - if (lookahead == 'r') ADVANCE(818); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'o') ADVANCE(915); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2567: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(830); + if (lookahead == 'o') ADVANCE(766); if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2568: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(839); - if (lookahead == 'I') ADVANCE(830); - if (lookahead == 'i') ADVANCE(648); - if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); + if (lookahead == 'o') ADVANCE(900); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2569: ACCEPT_TOKEN(aux_sym_unquoted_token6); - ADVANCE_MAP( - 'B', 1513, - 'b', 1513, - 'I', 1724, - '_', 1641, - 'i', 1724, - 'n', 1653, - '+', 1641, - '-', 1641, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'o') ADVANCE(417); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2570: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == '_') ADVANCE(1641); - if (lookahead == 'i') ADVANCE(1648); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1641); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 's') ADVANCE(839); + if (lookahead == 'u') ADVANCE(730); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2571: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); + if (lookahead == 'o') ADVANCE(770); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2572: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); - if (lookahead == 'n') ADVANCE(1653); + if (lookahead == 'o') ADVANCE(1711); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2573: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1724); - if (lookahead == 'r') ADVANCE(1709); + if (lookahead == 'r') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2574: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1648); + if (lookahead == 'r') ADVANCE(1394); + if (lookahead == 'v') ADVANCE(689); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2575: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1723); - if (lookahead == 'o') ADVANCE(1651); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'r') ADVANCE(1516); END_STATE(); case 2576: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(1724); - if (lookahead == 'i') ADVANCE(1723); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'r') ADVANCE(1390); END_STATE(); case 2577: ACCEPT_TOKEN(aux_sym_unquoted_token6); - ADVANCE_MAP( - 'B', 1513, - 'b', 1513, - 'I', 435, - '_', 284, - 'i', 435, - 'n', 306, - '+', 284, - '-', 284, - ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'r') ADVANCE(1392); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2578: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == '_') ADVANCE(284); - if (lookahead == 'i') ADVANCE(435); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 's') ADVANCE(932); + if (set_contains(sym_identifier_character_set_1, 763, lookahead)) ADVANCE(932); END_STATE(); case 2579: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == '_') ADVANCE(284); - if (lookahead == 'i') ADVANCE(298); - if (lookahead == '+' || - lookahead == '-') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 's') ADVANCE(839); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2580: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(435); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2581: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(435); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(1678); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2582: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(298); + if (lookahead == 's') ADVANCE(671); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2583: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(446); - if (lookahead == 'o') ADVANCE(304); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1728); END_STATE(); case 2584: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(435); - if (lookahead == 'i') ADVANCE(446); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(834); + if (set_contains(sym_cmd_identifier_character_set_2, 766, lookahead)) ADVANCE(839); END_STATE(); case 2585: ACCEPT_TOKEN(aux_sym_unquoted_token6); @@ -37369,175 +37347,175 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2593: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2593); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'r') ADVANCE(2618); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2594: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2594); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2595: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2596); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2596); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2603); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2596: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2596); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2612); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2597: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'a') ADVANCE(2606); + if (lookahead == '_') ADVANCE(2597); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2598: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'a') ADVANCE(2615); + if (lookahead == '_') ADVANCE(2598); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2599: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1513); + if (lookahead == '_') ADVANCE(2600); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2600); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2600: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'c') ADVANCE(1516); + if (lookahead == '_') ADVANCE(2600); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2601: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(1463); + if (lookahead == 'a') ADVANCE(2610); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2602: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(1471); + if (lookahead == 'a') ADVANCE(2620); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2603: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(2600); + if (lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2604: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'k') ADVANCE(1516); + if (lookahead == 'c') ADVANCE(1516); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2605: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(1454); + if (lookahead == 'e') ADVANCE(1463); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2606: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(2612); + if (lookahead == 'e') ADVANCE(1471); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2607: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(2605); + if (lookahead == 'e') ADVANCE(2604); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2608: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'r') ADVANCE(1516); + if (lookahead == 'k') ADVANCE(1516); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2609: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'r') ADVANCE(2613); + if (lookahead == 'l') ADVANCE(1454); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2610: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1516); - if (lookahead == 'u') ADVANCE(2607); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2625); + if (lookahead == 'l') ADVANCE(2617); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2611: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'l') ADVANCE(2609); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2612: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(2602); + if (lookahead == 'n') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2613: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'u') ADVANCE(2601); + if (lookahead == 'r') ADVANCE(1516); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2614: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'u') ADVANCE(2607); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2625); + if (lookahead == 'r') ADVANCE(2618); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2615: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'y') ADVANCE(1516); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(2611); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2616: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2625); + if (lookahead == 's') ADVANCE(1516); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2617: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2622); - if (lookahead == 'r') ADVANCE(2613); + if (lookahead == 's') ADVANCE(2606); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2618: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'u') ADVANCE(2605); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2619: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2599); + if (lookahead == 'u') ADVANCE(2611); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2620: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2621); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'y') ADVANCE(1516); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2621: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'n') ADVANCE(1516); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); if ((!eof && set_contains(aux_sym__unquoted_in_list_token1_character_set_2, 12, lookahead))) ADVANCE(2644); END_STATE(); case 2622: @@ -37667,20 +37645,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2646: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == '_') ADVANCE(2594); + if (lookahead == '_') ADVANCE(2598); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2647: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'a') ADVANCE(2606); + if (lookahead == 'a') ADVANCE(2610); END_STATE(); case 2648: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'r') ADVANCE(2613); + if (lookahead == 'r') ADVANCE(2618); END_STATE(); case 2649: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'u') ADVANCE(2611); if (lookahead == 'A' || lookahead == 'a') ADVANCE(2625); END_STATE(); @@ -38016,20 +37994,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2708: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == '_') ADVANCE(2594); + if (lookahead == '_') ADVANCE(2598); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2709: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'a') ADVANCE(2606); + if (lookahead == 'a') ADVANCE(2610); END_STATE(); case 2710: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'r') ADVANCE(2613); + if (lookahead == 'r') ADVANCE(2618); END_STATE(); case 2711: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'u') ADVANCE(2611); if (lookahead == 'A' || lookahead == 'a') ADVANCE(2625); END_STATE(); @@ -38070,20 +38048,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2719: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == '_') ADVANCE(2594); + if (lookahead == '_') ADVANCE(2598); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2720: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'a') ADVANCE(2606); + if (lookahead == 'a') ADVANCE(2610); END_STATE(); case 2721: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'r') ADVANCE(2613); + if (lookahead == 'r') ADVANCE(2618); END_STATE(); case 2722: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'u') ADVANCE(2607); + if (lookahead == 'u') ADVANCE(2611); if (lookahead == 'A' || lookahead == 'a') ADVANCE(2625); END_STATE(); @@ -38102,114 +38080,114 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 2726: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(2593); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == '_') ADVANCE(2600); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2600); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2727: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(2594); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == '_') ADVANCE(2600); + if (lookahead == 'i') ADVANCE(2603); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2600); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); END_STATE(); case 2728: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(1501); - if (lookahead == 'b') ADVANCE(1517); - if (lookahead == 'o') ADVANCE(1520); - if (lookahead == 'x') ADVANCE(1523); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'r') ADVANCE(2618); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2729: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(1501); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2730: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'a') ADVANCE(2606); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2603); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2731: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'a') ADVANCE(2615); + if (lookahead == 'I') ADVANCE(2622); + if (lookahead == 'i') ADVANCE(2612); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(1513); END_STATE(); case 2732: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'e') ADVANCE(2600); + if (lookahead == '_') ADVANCE(2597); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); END_STATE(); case 2733: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'k') ADVANCE(1516); + if (lookahead == '_') ADVANCE(2598); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1435); END_STATE(); case 2734: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'r') ADVANCE(1516); + if (lookahead == '_') ADVANCE(1501); + if (lookahead == 'b') ADVANCE(1517); + if (lookahead == 'o') ADVANCE(1520); + if (lookahead == 'x') ADVANCE(1523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2735: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2736: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1516); - if (lookahead == 'u') ADVANCE(2607); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2625); + if (lookahead == 'a') ADVANCE(2610); END_STATE(); case 2737: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2625); + if (lookahead == 'a') ADVANCE(2620); END_STATE(); case 2738: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == '_') ADVANCE(2596); - if (lookahead == 'i') ADVANCE(2622); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2596); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'e') ADVANCE(2604); END_STATE(); case 2739: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == '_') ADVANCE(2596); - if (lookahead == 'i') ADVANCE(2599); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2596); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1437); + if (lookahead == 'k') ADVANCE(1516); END_STATE(); case 2740: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2622); + if (lookahead == 'r') ADVANCE(1516); END_STATE(); case 2741: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2622); - if (lookahead == 'r') ADVANCE(2613); + if (lookahead == 's') ADVANCE(1516); END_STATE(); case 2742: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2599); + if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'u') ADVANCE(2611); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2743: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1513); - if (lookahead == 'I') ADVANCE(2622); - if (lookahead == 'i') ADVANCE(2621); - if (lookahead == 's') ADVANCE(1516); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2625); END_STATE(); case 2744: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); @@ -39352,8 +39330,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [570] = {.lex_state = 568}, [571] = {.lex_state = 568}, [572] = {.lex_state = 568}, - [573] = {.lex_state = 564}, - [574] = {.lex_state = 565}, + [573] = {.lex_state = 565}, + [574] = {.lex_state = 566}, [575] = {.lex_state = 526}, [576] = {.lex_state = 532}, [577] = {.lex_state = 568}, @@ -39366,14 +39344,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [584] = {.lex_state = 498}, [585] = {.lex_state = 498}, [586] = {.lex_state = 532}, - [587] = {.lex_state = 564}, + [587] = {.lex_state = 565}, [588] = {.lex_state = 526}, [589] = {.lex_state = 526}, - [590] = {.lex_state = 564}, + [590] = {.lex_state = 565}, [591] = {.lex_state = 496}, - [592] = {.lex_state = 564}, + [592] = {.lex_state = 565}, [593] = {.lex_state = 496}, - [594] = {.lex_state = 564}, + [594] = {.lex_state = 565}, [595] = {.lex_state = 496}, [596] = {.lex_state = 532}, [597] = {.lex_state = 526}, @@ -39395,29 +39373,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [613] = {.lex_state = 526}, [614] = {.lex_state = 526}, [615] = {.lex_state = 526}, - [616] = {.lex_state = 564}, - [617] = {.lex_state = 564}, + [616] = {.lex_state = 565}, + [617] = {.lex_state = 565}, [618] = {.lex_state = 532}, [619] = {.lex_state = 526}, - [620] = {.lex_state = 564}, - [621] = {.lex_state = 564}, - [622] = {.lex_state = 564}, + [620] = {.lex_state = 565}, + [621] = {.lex_state = 565}, + [622] = {.lex_state = 565}, [623] = {.lex_state = 526}, - [624] = {.lex_state = 564}, - [625] = {.lex_state = 564}, - [626] = {.lex_state = 564}, + [624] = {.lex_state = 565}, + [625] = {.lex_state = 565}, + [626] = {.lex_state = 565}, [627] = {.lex_state = 532}, [628] = {.lex_state = 498}, - [629] = {.lex_state = 564}, + [629] = {.lex_state = 565}, [630] = {.lex_state = 526}, [631] = {.lex_state = 526}, [632] = {.lex_state = 528}, [633] = {.lex_state = 526}, [634] = {.lex_state = 526}, [635] = {.lex_state = 526}, - [636] = {.lex_state = 565}, + [636] = {.lex_state = 566}, [637] = {.lex_state = 526}, - [638] = {.lex_state = 564}, + [638] = {.lex_state = 565}, [639] = {.lex_state = 526}, [640] = {.lex_state = 528}, [641] = {.lex_state = 528}, @@ -39432,11 +39410,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [650] = {.lex_state = 525}, [651] = {.lex_state = 525}, [652] = {.lex_state = 526}, - [653] = {.lex_state = 564}, - [654] = {.lex_state = 564}, - [655] = {.lex_state = 564}, + [653] = {.lex_state = 565}, + [654] = {.lex_state = 565}, + [655] = {.lex_state = 565}, [656] = {.lex_state = 531}, - [657] = {.lex_state = 564}, + [657] = {.lex_state = 565}, [658] = {.lex_state = 525}, [659] = {.lex_state = 528}, [660] = {.lex_state = 523}, @@ -39759,15 +39737,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [977] = {.lex_state = 552}, [978] = {.lex_state = 532}, [979] = {.lex_state = 532}, - [980] = {.lex_state = 565}, + [980] = {.lex_state = 566}, [981] = {.lex_state = 532}, [982] = {.lex_state = 532}, - [983] = {.lex_state = 565}, - [984] = {.lex_state = 565}, + [983] = {.lex_state = 566}, + [984] = {.lex_state = 566}, [985] = {.lex_state = 178}, [986] = {.lex_state = 178}, [987] = {.lex_state = 535}, - [988] = {.lex_state = 565}, + [988] = {.lex_state = 566}, [989] = {.lex_state = 532}, [990] = {.lex_state = 535}, [991] = {.lex_state = 178}, @@ -39824,11 +39802,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1042] = {.lex_state = 535}, [1043] = {.lex_state = 532}, [1044] = {.lex_state = 552}, - [1045] = {.lex_state = 565}, - [1046] = {.lex_state = 565}, + [1045] = {.lex_state = 566}, + [1046] = {.lex_state = 566}, [1047] = {.lex_state = 532}, - [1048] = {.lex_state = 565}, - [1049] = {.lex_state = 565}, + [1048] = {.lex_state = 566}, + [1049] = {.lex_state = 566}, [1050] = {.lex_state = 532}, [1051] = {.lex_state = 532}, [1052] = {.lex_state = 552}, @@ -39895,11 +39873,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1113] = {.lex_state = 532}, [1114] = {.lex_state = 532}, [1115] = {.lex_state = 178}, - [1116] = {.lex_state = 565}, - [1117] = {.lex_state = 565}, - [1118] = {.lex_state = 565}, - [1119] = {.lex_state = 565}, - [1120] = {.lex_state = 565}, + [1116] = {.lex_state = 566}, + [1117] = {.lex_state = 566}, + [1118] = {.lex_state = 566}, + [1119] = {.lex_state = 566}, + [1120] = {.lex_state = 566}, [1121] = {.lex_state = 532}, [1122] = {.lex_state = 532}, [1123] = {.lex_state = 532}, @@ -39912,8 +39890,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1130] = {.lex_state = 532}, [1131] = {.lex_state = 532}, [1132] = {.lex_state = 532}, - [1133] = {.lex_state = 565}, - [1134] = {.lex_state = 565}, + [1133] = {.lex_state = 566}, + [1134] = {.lex_state = 566}, [1135] = {.lex_state = 532}, [1136] = {.lex_state = 532}, [1137] = {.lex_state = 532}, @@ -39934,12 +39912,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1152] = {.lex_state = 532}, [1153] = {.lex_state = 532}, [1154] = {.lex_state = 532}, - [1155] = {.lex_state = 565}, - [1156] = {.lex_state = 565}, + [1155] = {.lex_state = 566}, + [1156] = {.lex_state = 566}, [1157] = {.lex_state = 532}, [1158] = {.lex_state = 532}, - [1159] = {.lex_state = 565}, - [1160] = {.lex_state = 565}, + [1159] = {.lex_state = 566}, + [1160] = {.lex_state = 566}, [1161] = {.lex_state = 532}, [1162] = {.lex_state = 532}, [1163] = {.lex_state = 532}, @@ -39947,18 +39925,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1165] = {.lex_state = 532}, [1166] = {.lex_state = 532}, [1167] = {.lex_state = 532}, - [1168] = {.lex_state = 565}, + [1168] = {.lex_state = 566}, [1169] = {.lex_state = 532}, - [1170] = {.lex_state = 565}, + [1170] = {.lex_state = 566}, [1171] = {.lex_state = 535}, - [1172] = {.lex_state = 565}, + [1172] = {.lex_state = 566}, [1173] = {.lex_state = 532}, [1174] = {.lex_state = 535}, - [1175] = {.lex_state = 565}, - [1176] = {.lex_state = 565}, + [1175] = {.lex_state = 566}, + [1176] = {.lex_state = 566}, [1177] = {.lex_state = 535}, [1178] = {.lex_state = 554}, - [1179] = {.lex_state = 565}, + [1179] = {.lex_state = 566}, [1180] = {.lex_state = 554}, [1181] = {.lex_state = 532}, [1182] = {.lex_state = 532}, @@ -39971,16 +39949,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1189] = {.lex_state = 532}, [1190] = {.lex_state = 532}, [1191] = {.lex_state = 532}, - [1192] = {.lex_state = 565}, - [1193] = {.lex_state = 565}, + [1192] = {.lex_state = 566}, + [1193] = {.lex_state = 566}, [1194] = {.lex_state = 532}, [1195] = {.lex_state = 532}, [1196] = {.lex_state = 532}, [1197] = {.lex_state = 532}, [1198] = {.lex_state = 532}, [1199] = {.lex_state = 532}, - [1200] = {.lex_state = 565}, - [1201] = {.lex_state = 565}, + [1200] = {.lex_state = 566}, + [1201] = {.lex_state = 566}, [1202] = {.lex_state = 532}, [1203] = {.lex_state = 532}, [1204] = {.lex_state = 532}, @@ -40006,10 +39984,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1224] = {.lex_state = 532}, [1225] = {.lex_state = 532}, [1226] = {.lex_state = 532}, - [1227] = {.lex_state = 565}, - [1228] = {.lex_state = 565}, - [1229] = {.lex_state = 565}, - [1230] = {.lex_state = 565}, + [1227] = {.lex_state = 566}, + [1228] = {.lex_state = 566}, + [1229] = {.lex_state = 566}, + [1230] = {.lex_state = 566}, [1231] = {.lex_state = 532}, [1232] = {.lex_state = 532}, [1233] = {.lex_state = 532}, @@ -40025,7 +40003,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1243] = {.lex_state = 532}, [1244] = {.lex_state = 532}, [1245] = {.lex_state = 532}, - [1246] = {.lex_state = 565}, + [1246] = {.lex_state = 566}, [1247] = {.lex_state = 532}, [1248] = {.lex_state = 532}, [1249] = {.lex_state = 532}, @@ -40039,7 +40017,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1257] = {.lex_state = 532}, [1258] = {.lex_state = 532}, [1259] = {.lex_state = 532}, - [1260] = {.lex_state = 565}, + [1260] = {.lex_state = 566}, [1261] = {.lex_state = 532}, [1262] = {.lex_state = 532}, [1263] = {.lex_state = 532}, @@ -40060,10 +40038,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1278] = {.lex_state = 532}, [1279] = {.lex_state = 532}, [1280] = {.lex_state = 532}, - [1281] = {.lex_state = 565}, - [1282] = {.lex_state = 565}, - [1283] = {.lex_state = 565}, - [1284] = {.lex_state = 565}, + [1281] = {.lex_state = 566}, + [1282] = {.lex_state = 566}, + [1283] = {.lex_state = 566}, + [1284] = {.lex_state = 566}, [1285] = {.lex_state = 532}, [1286] = {.lex_state = 532}, [1287] = {.lex_state = 532}, @@ -40084,26 +40062,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1302] = {.lex_state = 532}, [1303] = {.lex_state = 532}, [1304] = {.lex_state = 532}, - [1305] = {.lex_state = 565}, - [1306] = {.lex_state = 565}, + [1305] = {.lex_state = 566}, + [1306] = {.lex_state = 566}, [1307] = {.lex_state = 532}, - [1308] = {.lex_state = 565}, + [1308] = {.lex_state = 566}, [1309] = {.lex_state = 532}, - [1310] = {.lex_state = 565}, - [1311] = {.lex_state = 565}, + [1310] = {.lex_state = 566}, + [1311] = {.lex_state = 566}, [1312] = {.lex_state = 532}, [1313] = {.lex_state = 532}, [1314] = {.lex_state = 532}, - [1315] = {.lex_state = 565}, - [1316] = {.lex_state = 565}, - [1317] = {.lex_state = 565}, + [1315] = {.lex_state = 566}, + [1316] = {.lex_state = 566}, + [1317] = {.lex_state = 566}, [1318] = {.lex_state = 532}, [1319] = {.lex_state = 532}, - [1320] = {.lex_state = 565}, + [1320] = {.lex_state = 566}, [1321] = {.lex_state = 532}, [1322] = {.lex_state = 532}, - [1323] = {.lex_state = 565}, - [1324] = {.lex_state = 565}, + [1323] = {.lex_state = 566}, + [1324] = {.lex_state = 566}, [1325] = {.lex_state = 532}, [1326] = {.lex_state = 532}, [1327] = {.lex_state = 532}, @@ -40865,10 +40843,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2083] = {.lex_state = 571}, [2084] = {.lex_state = 176}, [2085] = {.lex_state = 571}, - [2086] = {.lex_state = 543}, - [2087] = {.lex_state = 543}, - [2088] = {.lex_state = 543}, - [2089] = {.lex_state = 543}, + [2086] = {.lex_state = 541}, + [2087] = {.lex_state = 541}, + [2088] = {.lex_state = 541}, + [2089] = {.lex_state = 541}, [2090] = {.lex_state = 544}, [2091] = {.lex_state = 544}, [2092] = {.lex_state = 544}, @@ -40894,7 +40872,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2112] = {.lex_state = 545}, [2113] = {.lex_state = 548}, [2114] = {.lex_state = 548}, - [2115] = {.lex_state = 541}, + [2115] = {.lex_state = 542}, [2116] = {.lex_state = 548}, [2117] = {.lex_state = 548}, [2118] = {.lex_state = 548}, @@ -40902,14 +40880,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2120] = {.lex_state = 510}, [2121] = {.lex_state = 510}, [2122] = {.lex_state = 548}, - [2123] = {.lex_state = 541}, - [2124] = {.lex_state = 542}, + [2123] = {.lex_state = 542}, + [2124] = {.lex_state = 543}, [2125] = {.lex_state = 548}, [2126] = {.lex_state = 561}, [2127] = {.lex_state = 548}, [2128] = {.lex_state = 545}, [2129] = {.lex_state = 548}, - [2130] = {.lex_state = 542}, + [2130] = {.lex_state = 543}, [2131] = {.lex_state = 548}, [2132] = {.lex_state = 510}, [2133] = {.lex_state = 545}, @@ -40922,17 +40900,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2140] = {.lex_state = 546}, [2141] = {.lex_state = 546}, [2142] = {.lex_state = 118}, - [2143] = {.lex_state = 542}, + [2143] = {.lex_state = 543}, [2144] = {.lex_state = 548}, [2145] = {.lex_state = 548}, - [2146] = {.lex_state = 567}, + [2146] = {.lex_state = 563}, [2147] = {.lex_state = 62}, - [2148] = {.lex_state = 567}, + [2148] = {.lex_state = 563}, [2149] = {.lex_state = 561}, [2150] = {.lex_state = 548}, - [2151] = {.lex_state = 541}, + [2151] = {.lex_state = 542}, [2152] = {.lex_state = 547}, - [2153] = {.lex_state = 567}, + [2153] = {.lex_state = 563}, [2154] = {.lex_state = 510}, [2155] = {.lex_state = 548}, [2156] = {.lex_state = 510}, @@ -40948,7 +40926,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2166] = {.lex_state = 547}, [2167] = {.lex_state = 547}, [2168] = {.lex_state = 560}, - [2169] = {.lex_state = 542}, + [2169] = {.lex_state = 543}, [2170] = {.lex_state = 548}, [2171] = {.lex_state = 547}, [2172] = {.lex_state = 60}, @@ -40960,7 +40938,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2178] = {.lex_state = 548}, [2179] = {.lex_state = 547}, [2180] = {.lex_state = 548}, - [2181] = {.lex_state = 541}, + [2181] = {.lex_state = 542}, [2182] = {.lex_state = 60}, [2183] = {.lex_state = 60}, [2184] = {.lex_state = 546}, @@ -40970,8 +40948,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2188] = {.lex_state = 548}, [2189] = {.lex_state = 548}, [2190] = {.lex_state = 548}, - [2191] = {.lex_state = 567}, - [2192] = {.lex_state = 563}, + [2191] = {.lex_state = 563}, + [2192] = {.lex_state = 564}, [2193] = {.lex_state = 223}, [2194] = {.lex_state = 223}, [2195] = {.lex_state = 546}, @@ -40994,7 +40972,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2212] = {.lex_state = 548}, [2213] = {.lex_state = 510}, [2214] = {.lex_state = 510}, - [2215] = {.lex_state = 566}, + [2215] = {.lex_state = 567}, [2216] = {.lex_state = 547}, [2217] = {.lex_state = 547}, [2218] = {.lex_state = 546}, @@ -41010,19 +40988,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2228] = {.lex_state = 548}, [2229] = {.lex_state = 33}, [2230] = {.lex_state = 548}, - [2231] = {.lex_state = 563}, + [2231] = {.lex_state = 564}, [2232] = {.lex_state = 33}, [2233] = {.lex_state = 548}, [2234] = {.lex_state = 223}, [2235] = {.lex_state = 60}, [2236] = {.lex_state = 560}, - [2237] = {.lex_state = 567}, + [2237] = {.lex_state = 563}, [2238] = {.lex_state = 548}, - [2239] = {.lex_state = 567}, + [2239] = {.lex_state = 563}, [2240] = {.lex_state = 548}, [2241] = {.lex_state = 40}, [2242] = {.lex_state = 40}, - [2243] = {.lex_state = 563}, + [2243] = {.lex_state = 564}, [2244] = {.lex_state = 60}, [2245] = {.lex_state = 547}, [2246] = {.lex_state = 85}, @@ -41035,62 +41013,62 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2253] = {.lex_state = 548}, [2254] = {.lex_state = 510}, [2255] = {.lex_state = 63}, - [2256] = {.lex_state = 564}, - [2257] = {.lex_state = 564}, - [2258] = {.lex_state = 564}, + [2256] = {.lex_state = 565}, + [2257] = {.lex_state = 565}, + [2258] = {.lex_state = 565}, [2259] = {.lex_state = 548}, [2260] = {.lex_state = 548}, [2261] = {.lex_state = 548}, - [2262] = {.lex_state = 564}, - [2263] = {.lex_state = 564}, - [2264] = {.lex_state = 564}, - [2265] = {.lex_state = 564}, + [2262] = {.lex_state = 565}, + [2263] = {.lex_state = 565}, + [2264] = {.lex_state = 565}, + [2265] = {.lex_state = 565}, [2266] = {.lex_state = 548}, [2267] = {.lex_state = 63}, [2268] = {.lex_state = 63}, - [2269] = {.lex_state = 564}, - [2270] = {.lex_state = 564}, - [2271] = {.lex_state = 564}, - [2272] = {.lex_state = 564}, - [2273] = {.lex_state = 564}, - [2274] = {.lex_state = 564}, - [2275] = {.lex_state = 564}, - [2276] = {.lex_state = 564}, - [2277] = {.lex_state = 564}, - [2278] = {.lex_state = 564}, - [2279] = {.lex_state = 564}, + [2269] = {.lex_state = 565}, + [2270] = {.lex_state = 565}, + [2271] = {.lex_state = 565}, + [2272] = {.lex_state = 565}, + [2273] = {.lex_state = 565}, + [2274] = {.lex_state = 565}, + [2275] = {.lex_state = 565}, + [2276] = {.lex_state = 565}, + [2277] = {.lex_state = 565}, + [2278] = {.lex_state = 565}, + [2279] = {.lex_state = 565}, [2280] = {.lex_state = 3}, [2281] = {.lex_state = 3}, - [2282] = {.lex_state = 564}, - [2283] = {.lex_state = 564}, + [2282] = {.lex_state = 565}, + [2283] = {.lex_state = 565}, [2284] = {.lex_state = 3}, - [2285] = {.lex_state = 564}, - [2286] = {.lex_state = 564}, - [2287] = {.lex_state = 564}, - [2288] = {.lex_state = 564}, + [2285] = {.lex_state = 565}, + [2286] = {.lex_state = 565}, + [2287] = {.lex_state = 565}, + [2288] = {.lex_state = 565}, [2289] = {.lex_state = 63}, - [2290] = {.lex_state = 564}, - [2291] = {.lex_state = 564}, - [2292] = {.lex_state = 564}, - [2293] = {.lex_state = 564}, - [2294] = {.lex_state = 564}, - [2295] = {.lex_state = 564}, - [2296] = {.lex_state = 564}, - [2297] = {.lex_state = 564}, - [2298] = {.lex_state = 564}, - [2299] = {.lex_state = 564}, - [2300] = {.lex_state = 564}, - [2301] = {.lex_state = 564}, - [2302] = {.lex_state = 564}, - [2303] = {.lex_state = 564}, - [2304] = {.lex_state = 564}, - [2305] = {.lex_state = 564}, - [2306] = {.lex_state = 564}, - [2307] = {.lex_state = 564}, + [2290] = {.lex_state = 565}, + [2291] = {.lex_state = 565}, + [2292] = {.lex_state = 565}, + [2293] = {.lex_state = 565}, + [2294] = {.lex_state = 565}, + [2295] = {.lex_state = 565}, + [2296] = {.lex_state = 565}, + [2297] = {.lex_state = 565}, + [2298] = {.lex_state = 565}, + [2299] = {.lex_state = 565}, + [2300] = {.lex_state = 565}, + [2301] = {.lex_state = 565}, + [2302] = {.lex_state = 565}, + [2303] = {.lex_state = 565}, + [2304] = {.lex_state = 565}, + [2305] = {.lex_state = 565}, + [2306] = {.lex_state = 565}, + [2307] = {.lex_state = 565}, [2308] = {.lex_state = 63}, [2309] = {.lex_state = 3}, [2310] = {.lex_state = 510}, - [2311] = {.lex_state = 564}, + [2311] = {.lex_state = 565}, [2312] = {.lex_state = 512}, [2313] = {.lex_state = 63}, [2314] = {.lex_state = 186}, @@ -41098,265 +41076,265 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2316] = {.lex_state = 63}, [2317] = {.lex_state = 63}, [2318] = {.lex_state = 60}, - [2319] = {.lex_state = 564}, - [2320] = {.lex_state = 564}, - [2321] = {.lex_state = 564}, + [2319] = {.lex_state = 565}, + [2320] = {.lex_state = 565}, + [2321] = {.lex_state = 565}, [2322] = {.lex_state = 34}, - [2323] = {.lex_state = 564}, - [2324] = {.lex_state = 564}, + [2323] = {.lex_state = 565}, + [2324] = {.lex_state = 565}, [2325] = {.lex_state = 63}, - [2326] = {.lex_state = 564}, + [2326] = {.lex_state = 565}, [2327] = {.lex_state = 86}, - [2328] = {.lex_state = 564}, + [2328] = {.lex_state = 565}, [2329] = {.lex_state = 510}, - [2330] = {.lex_state = 564}, - [2331] = {.lex_state = 564}, + [2330] = {.lex_state = 565}, + [2331] = {.lex_state = 565}, [2332] = {.lex_state = 575}, - [2333] = {.lex_state = 564}, + [2333] = {.lex_state = 565}, [2334] = {.lex_state = 63}, [2335] = {.lex_state = 548}, - [2336] = {.lex_state = 564}, - [2337] = {.lex_state = 566}, - [2338] = {.lex_state = 564}, + [2336] = {.lex_state = 565}, + [2337] = {.lex_state = 567}, + [2338] = {.lex_state = 565}, [2339] = {.lex_state = 63}, - [2340] = {.lex_state = 564}, - [2341] = {.lex_state = 564}, + [2340] = {.lex_state = 565}, + [2341] = {.lex_state = 565}, [2342] = {.lex_state = 512}, [2343] = {.lex_state = 548}, - [2344] = {.lex_state = 564}, - [2345] = {.lex_state = 564}, + [2344] = {.lex_state = 565}, + [2345] = {.lex_state = 565}, [2346] = {.lex_state = 548}, [2347] = {.lex_state = 548}, - [2348] = {.lex_state = 564}, - [2349] = {.lex_state = 564}, - [2350] = {.lex_state = 564}, - [2351] = {.lex_state = 564}, + [2348] = {.lex_state = 565}, + [2349] = {.lex_state = 565}, + [2350] = {.lex_state = 565}, + [2351] = {.lex_state = 565}, [2352] = {.lex_state = 548}, [2353] = {.lex_state = 510}, [2354] = {.lex_state = 36}, [2355] = {.lex_state = 3}, [2356] = {.lex_state = 3}, - [2357] = {.lex_state = 564}, + [2357] = {.lex_state = 565}, [2358] = {.lex_state = 36}, [2359] = {.lex_state = 510}, [2360] = {.lex_state = 36}, - [2361] = {.lex_state = 564}, + [2361] = {.lex_state = 565}, [2362] = {.lex_state = 63}, - [2363] = {.lex_state = 564}, + [2363] = {.lex_state = 565}, [2364] = {.lex_state = 510}, [2365] = {.lex_state = 36}, - [2366] = {.lex_state = 564}, - [2367] = {.lex_state = 564}, - [2368] = {.lex_state = 564}, + [2366] = {.lex_state = 565}, + [2367] = {.lex_state = 565}, + [2368] = {.lex_state = 565}, [2369] = {.lex_state = 36}, - [2370] = {.lex_state = 564}, - [2371] = {.lex_state = 564}, + [2370] = {.lex_state = 565}, + [2371] = {.lex_state = 565}, [2372] = {.lex_state = 87}, - [2373] = {.lex_state = 564}, - [2374] = {.lex_state = 564}, - [2375] = {.lex_state = 564}, - [2376] = {.lex_state = 564}, + [2373] = {.lex_state = 565}, + [2374] = {.lex_state = 565}, + [2375] = {.lex_state = 565}, + [2376] = {.lex_state = 565}, [2377] = {.lex_state = 63}, [2378] = {.lex_state = 63}, [2379] = {.lex_state = 63}, [2380] = {.lex_state = 63}, - [2381] = {.lex_state = 564}, + [2381] = {.lex_state = 565}, [2382] = {.lex_state = 548}, [2383] = {.lex_state = 548}, [2384] = {.lex_state = 548}, [2385] = {.lex_state = 548}, [2386] = {.lex_state = 548}, [2387] = {.lex_state = 548}, - [2388] = {.lex_state = 563}, + [2388] = {.lex_state = 564}, [2389] = {.lex_state = 43}, [2390] = {.lex_state = 63}, [2391] = {.lex_state = 548}, - [2392] = {.lex_state = 564}, + [2392] = {.lex_state = 565}, [2393] = {.lex_state = 41}, - [2394] = {.lex_state = 564}, + [2394] = {.lex_state = 565}, [2395] = {.lex_state = 43}, - [2396] = {.lex_state = 564}, - [2397] = {.lex_state = 564}, + [2396] = {.lex_state = 565}, + [2397] = {.lex_state = 565}, [2398] = {.lex_state = 63}, [2399] = {.lex_state = 63}, [2400] = {.lex_state = 548}, - [2401] = {.lex_state = 564}, - [2402] = {.lex_state = 564}, + [2401] = {.lex_state = 565}, + [2402] = {.lex_state = 565}, [2403] = {.lex_state = 41}, - [2404] = {.lex_state = 564}, - [2405] = {.lex_state = 563}, - [2406] = {.lex_state = 564}, - [2407] = {.lex_state = 564}, + [2404] = {.lex_state = 565}, + [2405] = {.lex_state = 564}, + [2406] = {.lex_state = 565}, + [2407] = {.lex_state = 565}, [2408] = {.lex_state = 548}, - [2409] = {.lex_state = 564}, - [2410] = {.lex_state = 564}, + [2409] = {.lex_state = 565}, + [2410] = {.lex_state = 565}, [2411] = {.lex_state = 41}, [2412] = {.lex_state = 63}, [2413] = {.lex_state = 34}, - [2414] = {.lex_state = 564}, + [2414] = {.lex_state = 565}, [2415] = {.lex_state = 34}, [2416] = {.lex_state = 34}, - [2417] = {.lex_state = 564}, + [2417] = {.lex_state = 565}, [2418] = {.lex_state = 510}, - [2419] = {.lex_state = 564}, + [2419] = {.lex_state = 565}, [2420] = {.lex_state = 34}, [2421] = {.lex_state = 60}, - [2422] = {.lex_state = 563}, - [2423] = {.lex_state = 564}, - [2424] = {.lex_state = 564}, - [2425] = {.lex_state = 564}, + [2422] = {.lex_state = 564}, + [2423] = {.lex_state = 565}, + [2424] = {.lex_state = 565}, + [2425] = {.lex_state = 565}, [2426] = {.lex_state = 41}, [2427] = {.lex_state = 41}, - [2428] = {.lex_state = 564}, - [2429] = {.lex_state = 564}, - [2430] = {.lex_state = 564}, - [2431] = {.lex_state = 564}, - [2432] = {.lex_state = 564}, - [2433] = {.lex_state = 564}, - [2434] = {.lex_state = 564}, - [2435] = {.lex_state = 564}, + [2428] = {.lex_state = 565}, + [2429] = {.lex_state = 565}, + [2430] = {.lex_state = 565}, + [2431] = {.lex_state = 565}, + [2432] = {.lex_state = 565}, + [2433] = {.lex_state = 565}, + [2434] = {.lex_state = 565}, + [2435] = {.lex_state = 565}, [2436] = {.lex_state = 63}, - [2437] = {.lex_state = 564}, + [2437] = {.lex_state = 565}, [2438] = {.lex_state = 42}, [2439] = {.lex_state = 42}, [2440] = {.lex_state = 60}, - [2441] = {.lex_state = 564}, - [2442] = {.lex_state = 564}, + [2441] = {.lex_state = 565}, + [2442] = {.lex_state = 565}, [2443] = {.lex_state = 145}, - [2444] = {.lex_state = 564}, - [2445] = {.lex_state = 564}, + [2444] = {.lex_state = 565}, + [2445] = {.lex_state = 565}, [2446] = {.lex_state = 42}, [2447] = {.lex_state = 42}, - [2448] = {.lex_state = 564}, + [2448] = {.lex_state = 565}, [2449] = {.lex_state = 223}, [2450] = {.lex_state = 44}, [2451] = {.lex_state = 42}, - [2452] = {.lex_state = 564}, - [2453] = {.lex_state = 564}, + [2452] = {.lex_state = 565}, + [2453] = {.lex_state = 565}, [2454] = {.lex_state = 44}, [2455] = {.lex_state = 44}, - [2456] = {.lex_state = 564}, + [2456] = {.lex_state = 565}, [2457] = {.lex_state = 510}, - [2458] = {.lex_state = 564}, + [2458] = {.lex_state = 565}, [2459] = {.lex_state = 512}, - [2460] = {.lex_state = 564}, - [2461] = {.lex_state = 564}, - [2462] = {.lex_state = 564}, - [2463] = {.lex_state = 564}, - [2464] = {.lex_state = 564}, - [2465] = {.lex_state = 564}, + [2460] = {.lex_state = 565}, + [2461] = {.lex_state = 565}, + [2462] = {.lex_state = 565}, + [2463] = {.lex_state = 565}, + [2464] = {.lex_state = 565}, + [2465] = {.lex_state = 565}, [2466] = {.lex_state = 44}, [2467] = {.lex_state = 38}, - [2468] = {.lex_state = 564}, - [2469] = {.lex_state = 564}, + [2468] = {.lex_state = 565}, + [2469] = {.lex_state = 565}, [2470] = {.lex_state = 9}, - [2471] = {.lex_state = 564}, - [2472] = {.lex_state = 564}, - [2473] = {.lex_state = 564}, + [2471] = {.lex_state = 565}, + [2472] = {.lex_state = 565}, + [2473] = {.lex_state = 565}, [2474] = {.lex_state = 44}, [2475] = {.lex_state = 499}, [2476] = {.lex_state = 223}, - [2477] = {.lex_state = 564}, - [2478] = {.lex_state = 564}, - [2479] = {.lex_state = 564}, - [2480] = {.lex_state = 564}, - [2481] = {.lex_state = 564}, - [2482] = {.lex_state = 564}, - [2483] = {.lex_state = 564}, + [2477] = {.lex_state = 565}, + [2478] = {.lex_state = 565}, + [2479] = {.lex_state = 565}, + [2480] = {.lex_state = 565}, + [2481] = {.lex_state = 565}, + [2482] = {.lex_state = 565}, + [2483] = {.lex_state = 565}, [2484] = {.lex_state = 181}, - [2485] = {.lex_state = 564}, - [2486] = {.lex_state = 564}, - [2487] = {.lex_state = 564}, - [2488] = {.lex_state = 564}, - [2489] = {.lex_state = 564}, - [2490] = {.lex_state = 564}, - [2491] = {.lex_state = 564}, - [2492] = {.lex_state = 564}, - [2493] = {.lex_state = 564}, - [2494] = {.lex_state = 564}, + [2485] = {.lex_state = 565}, + [2486] = {.lex_state = 565}, + [2487] = {.lex_state = 565}, + [2488] = {.lex_state = 565}, + [2489] = {.lex_state = 565}, + [2490] = {.lex_state = 565}, + [2491] = {.lex_state = 565}, + [2492] = {.lex_state = 565}, + [2493] = {.lex_state = 565}, + [2494] = {.lex_state = 565}, [2495] = {.lex_state = 37}, [2496] = {.lex_state = 37}, [2497] = {.lex_state = 37}, - [2498] = {.lex_state = 564}, + [2498] = {.lex_state = 565}, [2499] = {.lex_state = 37}, - [2500] = {.lex_state = 564}, + [2500] = {.lex_state = 565}, [2501] = {.lex_state = 3}, [2502] = {.lex_state = 63}, - [2503] = {.lex_state = 564}, + [2503] = {.lex_state = 565}, [2504] = {.lex_state = 510}, - [2505] = {.lex_state = 564}, - [2506] = {.lex_state = 564}, - [2507] = {.lex_state = 564}, - [2508] = {.lex_state = 564}, - [2509] = {.lex_state = 564}, - [2510] = {.lex_state = 564}, - [2511] = {.lex_state = 564}, + [2505] = {.lex_state = 565}, + [2506] = {.lex_state = 565}, + [2507] = {.lex_state = 565}, + [2508] = {.lex_state = 565}, + [2509] = {.lex_state = 565}, + [2510] = {.lex_state = 565}, + [2511] = {.lex_state = 565}, [2512] = {.lex_state = 512}, - [2513] = {.lex_state = 564}, - [2514] = {.lex_state = 564}, - [2515] = {.lex_state = 564}, - [2516] = {.lex_state = 564}, - [2517] = {.lex_state = 564}, - [2518] = {.lex_state = 564}, - [2519] = {.lex_state = 564}, - [2520] = {.lex_state = 564}, - [2521] = {.lex_state = 564}, - [2522] = {.lex_state = 564}, - [2523] = {.lex_state = 564}, - [2524] = {.lex_state = 564}, - [2525] = {.lex_state = 564}, - [2526] = {.lex_state = 564}, - [2527] = {.lex_state = 564}, - [2528] = {.lex_state = 564}, - [2529] = {.lex_state = 564}, + [2513] = {.lex_state = 565}, + [2514] = {.lex_state = 565}, + [2515] = {.lex_state = 565}, + [2516] = {.lex_state = 565}, + [2517] = {.lex_state = 565}, + [2518] = {.lex_state = 565}, + [2519] = {.lex_state = 565}, + [2520] = {.lex_state = 565}, + [2521] = {.lex_state = 565}, + [2522] = {.lex_state = 565}, + [2523] = {.lex_state = 565}, + [2524] = {.lex_state = 565}, + [2525] = {.lex_state = 565}, + [2526] = {.lex_state = 565}, + [2527] = {.lex_state = 565}, + [2528] = {.lex_state = 565}, + [2529] = {.lex_state = 565}, [2530] = {.lex_state = 37}, - [2531] = {.lex_state = 564}, - [2532] = {.lex_state = 564}, - [2533] = {.lex_state = 564}, - [2534] = {.lex_state = 564}, + [2531] = {.lex_state = 565}, + [2532] = {.lex_state = 565}, + [2533] = {.lex_state = 565}, + [2534] = {.lex_state = 565}, [2535] = {.lex_state = 510}, [2536] = {.lex_state = 512}, [2537] = {.lex_state = 512}, [2538] = {.lex_state = 512}, - [2539] = {.lex_state = 564}, - [2540] = {.lex_state = 564}, - [2541] = {.lex_state = 564}, + [2539] = {.lex_state = 565}, + [2540] = {.lex_state = 565}, + [2541] = {.lex_state = 565}, [2542] = {.lex_state = 63}, - [2543] = {.lex_state = 564}, - [2544] = {.lex_state = 564}, - [2545] = {.lex_state = 564}, + [2543] = {.lex_state = 565}, + [2544] = {.lex_state = 565}, + [2545] = {.lex_state = 565}, [2546] = {.lex_state = 63}, [2547] = {.lex_state = 63}, [2548] = {.lex_state = 63}, [2549] = {.lex_state = 499}, - [2550] = {.lex_state = 564}, + [2550] = {.lex_state = 565}, [2551] = {.lex_state = 63}, - [2552] = {.lex_state = 564}, - [2553] = {.lex_state = 564}, - [2554] = {.lex_state = 564}, - [2555] = {.lex_state = 564}, + [2552] = {.lex_state = 565}, + [2553] = {.lex_state = 565}, + [2554] = {.lex_state = 565}, + [2555] = {.lex_state = 565}, [2556] = {.lex_state = 223}, [2557] = {.lex_state = 512}, [2558] = {.lex_state = 145}, [2559] = {.lex_state = 510}, - [2560] = {.lex_state = 564}, + [2560] = {.lex_state = 565}, [2561] = {.lex_state = 3}, - [2562] = {.lex_state = 564}, + [2562] = {.lex_state = 565}, [2563] = {.lex_state = 510}, - [2564] = {.lex_state = 564}, - [2565] = {.lex_state = 564}, + [2564] = {.lex_state = 565}, + [2565] = {.lex_state = 565}, [2566] = {.lex_state = 88}, - [2567] = {.lex_state = 564}, + [2567] = {.lex_state = 565}, [2568] = {.lex_state = 145}, [2569] = {.lex_state = 145}, [2570] = {.lex_state = 145}, [2571] = {.lex_state = 145}, - [2572] = {.lex_state = 564}, - [2573] = {.lex_state = 564}, - [2574] = {.lex_state = 564}, - [2575] = {.lex_state = 564}, - [2576] = {.lex_state = 564}, - [2577] = {.lex_state = 564}, + [2572] = {.lex_state = 565}, + [2573] = {.lex_state = 565}, + [2574] = {.lex_state = 565}, + [2575] = {.lex_state = 565}, + [2576] = {.lex_state = 565}, + [2577] = {.lex_state = 565}, [2578] = {.lex_state = 512}, [2579] = {.lex_state = 512}, [2580] = {.lex_state = 223}, @@ -41655,7 +41633,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2873] = {.lex_state = 488}, [2874] = {.lex_state = 75}, [2875] = {.lex_state = 105}, - [2876] = {.lex_state = 123}, + [2876] = {.lex_state = 121}, [2877] = {.lex_state = 63}, [2878] = {.lex_state = 63}, [2879] = {.lex_state = 63}, @@ -41665,7 +41643,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2883] = {.lex_state = 63}, [2884] = {.lex_state = 75}, [2885] = {.lex_state = 512}, - [2886] = {.lex_state = 123}, + [2886] = {.lex_state = 121}, [2887] = {.lex_state = 512}, [2888] = {.lex_state = 63}, [2889] = {.lex_state = 50}, @@ -41806,12 +41784,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3024] = {.lex_state = 125}, [3025] = {.lex_state = 512}, [3026] = {.lex_state = 512}, - [3027] = {.lex_state = 167}, + [3027] = {.lex_state = 166}, [3028] = {.lex_state = 536}, [3029] = {.lex_state = 512}, [3030] = {.lex_state = 512}, [3031] = {.lex_state = 512}, - [3032] = {.lex_state = 167}, + [3032] = {.lex_state = 166}, [3033] = {.lex_state = 521}, [3034] = {.lex_state = 512}, [3035] = {.lex_state = 512}, @@ -41869,7 +41847,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3087] = {.lex_state = 75}, [3088] = {.lex_state = 75}, [3089] = {.lex_state = 512}, - [3090] = {.lex_state = 565}, + [3090] = {.lex_state = 566}, [3091] = {.lex_state = 125}, [3092] = {.lex_state = 512}, [3093] = {.lex_state = 15}, @@ -41884,16 +41862,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3102] = {.lex_state = 75}, [3103] = {.lex_state = 75}, [3104] = {.lex_state = 125}, - [3105] = {.lex_state = 565}, + [3105] = {.lex_state = 566}, [3106] = {.lex_state = 512}, - [3107] = {.lex_state = 565}, + [3107] = {.lex_state = 566}, [3108] = {.lex_state = 512}, [3109] = {.lex_state = 512}, [3110] = {.lex_state = 512}, [3111] = {.lex_state = 75}, - [3112] = {.lex_state = 565}, + [3112] = {.lex_state = 566}, [3113] = {.lex_state = 75}, - [3114] = {.lex_state = 565}, + [3114] = {.lex_state = 566}, [3115] = {.lex_state = 75}, [3116] = {.lex_state = 75}, [3117] = {.lex_state = 75}, @@ -41908,10 +41886,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3126] = {.lex_state = 512}, [3127] = {.lex_state = 512}, [3128] = {.lex_state = 60}, - [3129] = {.lex_state = 565}, + [3129] = {.lex_state = 566}, [3130] = {.lex_state = 512}, [3131] = {.lex_state = 536}, - [3132] = {.lex_state = 565}, + [3132] = {.lex_state = 566}, [3133] = {.lex_state = 125}, [3134] = {.lex_state = 512}, [3135] = {.lex_state = 512}, @@ -41939,7 +41917,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3157] = {.lex_state = 75}, [3158] = {.lex_state = 127}, [3159] = {.lex_state = 75}, - [3160] = {.lex_state = 122}, + [3160] = {.lex_state = 123}, [3161] = {.lex_state = 75}, [3162] = {.lex_state = 125}, [3163] = {.lex_state = 512}, @@ -41958,7 +41936,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3176] = {.lex_state = 124}, [3177] = {.lex_state = 512}, [3178] = {.lex_state = 75}, - [3179] = {.lex_state = 565}, + [3179] = {.lex_state = 566}, [3180] = {.lex_state = 75}, [3181] = {.lex_state = 512}, [3182] = {.lex_state = 75}, @@ -41972,10 +41950,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3190] = {.lex_state = 160}, [3191] = {.lex_state = 14}, [3192] = {.lex_state = 58}, - [3193] = {.lex_state = 121}, + [3193] = {.lex_state = 122}, [3194] = {.lex_state = 512}, [3195] = {.lex_state = 75}, - [3196] = {.lex_state = 122}, + [3196] = {.lex_state = 123}, [3197] = {.lex_state = 512}, [3198] = {.lex_state = 512}, [3199] = {.lex_state = 512}, @@ -42000,7 +41978,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3218] = {.lex_state = 512}, [3219] = {.lex_state = 512}, [3220] = {.lex_state = 512}, - [3221] = {.lex_state = 121}, + [3221] = {.lex_state = 122}, [3222] = {.lex_state = 161}, [3223] = {.lex_state = 161}, [3224] = {.lex_state = 165}, @@ -42010,7 +41988,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3228] = {.lex_state = 165}, [3229] = {.lex_state = 165}, [3230] = {.lex_state = 165}, - [3231] = {.lex_state = 565}, + [3231] = {.lex_state = 566}, [3232] = {.lex_state = 128}, [3233] = {.lex_state = 126}, [3234] = {.lex_state = 161}, @@ -42018,39 +41996,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3236] = {.lex_state = 125}, [3237] = {.lex_state = 126}, [3238] = {.lex_state = 125}, - [3239] = {.lex_state = 135}, + [3239] = {.lex_state = 131}, [3240] = {.lex_state = 125}, [3241] = {.lex_state = 165}, [3242] = {.lex_state = 161}, - [3243] = {.lex_state = 135}, + [3243] = {.lex_state = 131}, [3244] = {.lex_state = 165}, [3245] = {.lex_state = 98}, [3246] = {.lex_state = 125}, - [3247] = {.lex_state = 565}, + [3247] = {.lex_state = 566}, [3248] = {.lex_state = 165}, - [3249] = {.lex_state = 565}, - [3250] = {.lex_state = 565}, + [3249] = {.lex_state = 566}, + [3250] = {.lex_state = 566}, [3251] = {.lex_state = 126}, - [3252] = {.lex_state = 565}, - [3253] = {.lex_state = 565}, + [3252] = {.lex_state = 566}, + [3253] = {.lex_state = 566}, [3254] = {.lex_state = 165}, - [3255] = {.lex_state = 135}, - [3256] = {.lex_state = 565}, + [3255] = {.lex_state = 131}, + [3256] = {.lex_state = 566}, [3257] = {.lex_state = 161}, [3258] = {.lex_state = 126}, [3259] = {.lex_state = 125}, - [3260] = {.lex_state = 565}, + [3260] = {.lex_state = 566}, [3261] = {.lex_state = 106}, [3262] = {.lex_state = 125}, [3263] = {.lex_state = 162}, [3264] = {.lex_state = 162}, - [3265] = {.lex_state = 135}, + [3265] = {.lex_state = 131}, [3266] = {.lex_state = 125}, [3267] = {.lex_state = 130}, [3268] = {.lex_state = 130}, [3269] = {.lex_state = 164}, [3270] = {.lex_state = 164}, - [3271] = {.lex_state = 166}, + [3271] = {.lex_state = 167}, [3272] = {.lex_state = 60}, [3273] = {.lex_state = 125}, [3274] = {.lex_state = 75}, @@ -42062,7 +42040,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3280] = {.lex_state = 125}, [3281] = {.lex_state = 125}, [3282] = {.lex_state = 130}, - [3283] = {.lex_state = 166}, + [3283] = {.lex_state = 167}, [3284] = {.lex_state = 168}, [3285] = {.lex_state = 130}, [3286] = {.lex_state = 125}, @@ -42072,7 +42050,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3290] = {.lex_state = 75}, [3291] = {.lex_state = 100}, [3292] = {.lex_state = 130}, - [3293] = {.lex_state = 134}, + [3293] = {.lex_state = 135}, [3294] = {.lex_state = 163}, [3295] = {.lex_state = 130}, [3296] = {.lex_state = 192}, @@ -42116,16 +42094,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3334] = {.lex_state = 130}, [3335] = {.lex_state = 130}, [3336] = {.lex_state = 130}, - [3337] = {.lex_state = 132}, + [3337] = {.lex_state = 133}, [3338] = {.lex_state = 60}, [3339] = {.lex_state = 130}, [3340] = {.lex_state = 130}, [3341] = {.lex_state = 99}, [3342] = {.lex_state = 130}, - [3343] = {.lex_state = 132}, + [3343] = {.lex_state = 133}, [3344] = {.lex_state = 60}, [3345] = {.lex_state = 130}, - [3346] = {.lex_state = 132}, + [3346] = {.lex_state = 133}, [3347] = {.lex_state = 130}, [3348] = {.lex_state = 130}, [3349] = {.lex_state = 169}, @@ -42170,7 +42148,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3388] = {.lex_state = 165}, [3389] = {.lex_state = 60}, [3390] = {.lex_state = 130}, - [3391] = {.lex_state = 135}, + [3391] = {.lex_state = 131}, [3392] = {.lex_state = 130}, [3393] = {.lex_state = 130}, [3394] = {.lex_state = 130}, @@ -304568,7 +304546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8597), 1, anon_sym_LF, - ACTIONS(8600), 1, + ACTIONS(8599), 1, anon_sym_catch, STATE(4648), 1, sym_comment, @@ -304583,7 +304561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8602), 1, + ACTIONS(8601), 1, anon_sym_SQUOTE, STATE(4649), 1, sym_comment, @@ -304598,7 +304576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(8604), 1, + ACTIONS(8603), 1, anon_sym_RPAREN, STATE(894), 1, aux_sym__block_body_repeat1, @@ -304635,13 +304613,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2285), 1, anon_sym_DQUOTE, - ACTIONS(8608), 1, + ACTIONS(8607), 1, aux_sym_path_token1, STATE(2244), 1, sym__str_double_quotes, STATE(4653), 1, sym_comment, - ACTIONS(8606), 2, + ACTIONS(8605), 2, sym__str_single_quotes, sym__str_back_ticks, [214052] = 7, @@ -304651,7 +304629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8610), 1, + ACTIONS(8609), 1, anon_sym_SQUOTE, STATE(4646), 1, aux_sym__inter_single_quotes_repeat1, @@ -304737,7 +304715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8612), 1, + ACTIONS(8611), 1, anon_sym_DOT2, STATE(4661), 1, sym_comment, @@ -304762,7 +304740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8563), 1, anon_sym_DASH, - ACTIONS(8614), 1, + ACTIONS(8613), 1, anon_sym_in, STATE(4663), 1, sym_comment, @@ -304798,7 +304776,7 @@ static const uint16_t ts_small_parse_table[] = { [214258] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8616), 1, + ACTIONS(8615), 1, anon_sym_else, STATE(4666), 1, sym_comment, @@ -304847,7 +304825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(5907), 1, sym_duration_unit, - ACTIONS(8618), 1, + ACTIONS(8617), 1, sym_filesize_unit, STATE(4670), 1, sym_comment, @@ -304977,7 +304955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(6113), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8620), 1, + ACTIONS(8619), 1, anon_sym_DOT2, STATE(4681), 1, sym_comment, @@ -305089,15 +305067,15 @@ static const uint16_t ts_small_parse_table[] = { [214640] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8622), 1, + ACTIONS(8621), 1, anon_sym_DQUOTE, - ACTIONS(8626), 1, + ACTIONS(8625), 1, aux_sym_path_token1, STATE(2984), 1, sym__str_double_quotes, STATE(4691), 1, sym_comment, - ACTIONS(8624), 2, + ACTIONS(8623), 2, sym__str_single_quotes, sym__str_back_ticks, [214660] = 4, @@ -305119,7 +305097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8628), 1, + ACTIONS(8627), 1, anon_sym_SQUOTE, STATE(4693), 1, sym_comment, @@ -305231,7 +305209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8630), 1, + ACTIONS(8629), 1, anon_sym_SQUOTE, STATE(4693), 1, aux_sym__inter_single_quotes_repeat1, @@ -305290,11 +305268,11 @@ static const uint16_t ts_small_parse_table[] = { [214914] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8632), 1, + ACTIONS(8631), 1, anon_sym_DOT2, - ACTIONS(8634), 1, + ACTIONS(8633), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8636), 1, + ACTIONS(8635), 1, aux_sym_unquoted_token2, STATE(4707), 1, sym_comment, @@ -305327,11 +305305,11 @@ static const uint16_t ts_small_parse_table[] = { [214964] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4710), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305362,11 +305340,11 @@ static const uint16_t ts_small_parse_table[] = { [215010] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8642), 1, + ACTIONS(8641), 1, anon_sym_PIPE, - ACTIONS(8644), 1, + ACTIONS(8643), 1, anon_sym_if, - ACTIONS(8646), 1, + ACTIONS(8645), 1, anon_sym_EQ_GT, STATE(4713), 1, sym_comment, @@ -305377,11 +305355,11 @@ static const uint16_t ts_small_parse_table[] = { [215032] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4714), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305404,11 +305382,11 @@ static const uint16_t ts_small_parse_table[] = { [215070] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4716), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305416,11 +305394,11 @@ static const uint16_t ts_small_parse_table[] = { [215086] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4717), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305428,11 +305406,11 @@ static const uint16_t ts_small_parse_table[] = { [215102] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4718), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305452,11 +305430,11 @@ static const uint16_t ts_small_parse_table[] = { [215134] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4720), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305476,11 +305454,11 @@ static const uint16_t ts_small_parse_table[] = { [215166] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4722), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305514,7 +305492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(7293), 1, anon_sym_DOLLAR, - ACTIONS(8652), 1, + ACTIONS(8651), 1, sym_identifier, STATE(863), 1, sym__var, @@ -305565,11 +305543,11 @@ static const uint16_t ts_small_parse_table[] = { [215288] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4729), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305579,7 +305557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8563), 1, anon_sym_DASH, - ACTIONS(8654), 1, + ACTIONS(8653), 1, anon_sym_in, STATE(4730), 1, sym_comment, @@ -305690,7 +305668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8401), 1, aux_sym_path_token1, - ACTIONS(8656), 1, + ACTIONS(8655), 1, anon_sym_DQUOTE, STATE(2159), 1, sym__str_double_quotes, @@ -305715,13 +305693,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8660), 1, + ACTIONS(8659), 1, anon_sym_LF, STATE(2284), 1, aux_sym_pipe_element_repeat1, STATE(4741), 1, sym_comment, - ACTIONS(8658), 2, + ACTIONS(8657), 2, anon_sym_SEMI, anon_sym_RPAREN, [215508] = 4, @@ -305743,7 +305721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8663), 1, + ACTIONS(8662), 1, anon_sym_SQUOTE, STATE(4743), 1, sym_comment, @@ -305754,11 +305732,11 @@ static const uint16_t ts_small_parse_table[] = { [215546] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4744), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305766,7 +305744,7 @@ static const uint16_t ts_small_parse_table[] = { [215562] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8665), 1, + ACTIONS(8664), 1, anon_sym_DOT2, STATE(4745), 1, sym_comment, @@ -305781,13 +305759,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8669), 1, + ACTIONS(8668), 1, anon_sym_LF, STATE(2281), 1, aux_sym_pipe_element_repeat1, STATE(4746), 1, sym_comment, - ACTIONS(8667), 2, + ACTIONS(8666), 2, anon_sym_SEMI, anon_sym_RPAREN, [215600] = 6, @@ -305846,7 +305824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(8604), 1, + ACTIONS(8603), 1, anon_sym_RPAREN, STATE(1152), 1, sym__terminator, @@ -305869,11 +305847,11 @@ static const uint16_t ts_small_parse_table[] = { [215704] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4753), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305911,7 +305889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8672), 1, + ACTIONS(8671), 1, anon_sym_SQUOTE, STATE(4743), 1, aux_sym__inter_single_quotes_repeat1, @@ -305934,11 +305912,11 @@ static const uint16_t ts_small_parse_table[] = { [215794] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4758), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305958,11 +305936,11 @@ static const uint16_t ts_small_parse_table[] = { [215826] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4760), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -305984,13 +305962,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8676), 1, + ACTIONS(8675), 1, anon_sym_LF, STATE(2280), 1, aux_sym_pipe_element_repeat1, STATE(4762), 1, sym_comment, - ACTIONS(8674), 2, + ACTIONS(8673), 2, anon_sym_SEMI, anon_sym_RPAREN, [215878] = 4, @@ -306008,11 +305986,11 @@ static const uint16_t ts_small_parse_table[] = { [215894] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4764), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306020,11 +305998,11 @@ static const uint16_t ts_small_parse_table[] = { [215910] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8679), 1, + ACTIONS(8678), 1, anon_sym_LPAREN, - ACTIONS(8682), 1, + ACTIONS(8681), 1, sym_unescaped_interpolated_content, - ACTIONS(8685), 1, + ACTIONS(8684), 1, anon_sym_SQUOTE, STATE(5457), 1, sym_expr_interpolated, @@ -306034,11 +306012,11 @@ static const uint16_t ts_small_parse_table[] = { [215930] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8689), 1, + ACTIONS(8688), 1, anon_sym_LF, STATE(4766), 1, sym_comment, - ACTIONS(8687), 4, + ACTIONS(8686), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306046,11 +306024,11 @@ static const uint16_t ts_small_parse_table[] = { [215946] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8693), 1, + ACTIONS(8692), 1, anon_sym_LF, STATE(4767), 1, sym_comment, - ACTIONS(8691), 4, + ACTIONS(8690), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306058,11 +306036,11 @@ static const uint16_t ts_small_parse_table[] = { [215962] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8697), 1, + ACTIONS(8696), 1, anon_sym_LF, STATE(4768), 1, sym_comment, - ACTIONS(8695), 4, + ACTIONS(8694), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306100,7 +306078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8699), 1, + ACTIONS(8698), 1, anon_sym_SQUOTE, STATE(4555), 1, aux_sym__inter_single_quotes_repeat1, @@ -306135,11 +306113,11 @@ static const uint16_t ts_small_parse_table[] = { [216068] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8703), 1, + ACTIONS(8702), 1, anon_sym_LF, STATE(4774), 1, sym_comment, - ACTIONS(8701), 4, + ACTIONS(8700), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306147,11 +306125,11 @@ static const uint16_t ts_small_parse_table[] = { [216084] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4775), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306163,7 +306141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(8709), 1, + ACTIONS(8708), 1, anon_sym_RPAREN, STATE(1152), 1, sym__terminator, @@ -306212,11 +306190,11 @@ static const uint16_t ts_small_parse_table[] = { [216174] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4780), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306238,11 +306216,11 @@ static const uint16_t ts_small_parse_table[] = { [216210] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4782), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306262,11 +306240,11 @@ static const uint16_t ts_small_parse_table[] = { [216242] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4784), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306274,11 +306252,11 @@ static const uint16_t ts_small_parse_table[] = { [216258] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4785), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306300,7 +306278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8715), 1, + ACTIONS(8714), 1, anon_sym_DOT2, STATE(4787), 1, sym_comment, @@ -306336,15 +306314,15 @@ static const uint16_t ts_small_parse_table[] = { [216342] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8717), 1, + ACTIONS(8716), 1, anon_sym_DQUOTE, - ACTIONS(8721), 1, + ACTIONS(8720), 1, aux_sym_path_token1, STATE(3176), 1, sym__str_double_quotes, STATE(4790), 1, sym_comment, - ACTIONS(8719), 2, + ACTIONS(8718), 2, sym__str_single_quotes, sym__str_back_ticks, [216362] = 4, @@ -306362,11 +306340,11 @@ static const uint16_t ts_small_parse_table[] = { [216378] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4792), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306378,7 +306356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8723), 1, + ACTIONS(8722), 1, anon_sym_SQUOTE, STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, @@ -306414,11 +306392,11 @@ static const uint16_t ts_small_parse_table[] = { [216450] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4796), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306432,7 +306410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(8157), 1, anon_sym_LF, - ACTIONS(8725), 1, + ACTIONS(8724), 1, ts_builtin_sym_end, STATE(2356), 1, aux_sym_pipe_element_repeat1, @@ -306441,11 +306419,11 @@ static const uint16_t ts_small_parse_table[] = { [216488] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4798), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306489,11 +306467,11 @@ static const uint16_t ts_small_parse_table[] = { [216552] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4802), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306501,11 +306479,11 @@ static const uint16_t ts_small_parse_table[] = { [216568] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4803), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306524,11 +306502,11 @@ static const uint16_t ts_small_parse_table[] = { [216598] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4805), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306540,7 +306518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8727), 1, + ACTIONS(8726), 1, anon_sym_SQUOTE, STATE(4793), 1, aux_sym__inter_single_quotes_repeat1, @@ -306551,11 +306529,11 @@ static const uint16_t ts_small_parse_table[] = { [216636] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4807), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306567,7 +306545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(2893), 1, anon_sym_LF, - ACTIONS(8729), 1, + ACTIONS(8728), 1, anon_sym_RPAREN, STATE(894), 1, aux_sym__block_body_repeat1, @@ -306592,11 +306570,11 @@ static const uint16_t ts_small_parse_table[] = { [216694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4810), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306604,11 +306582,11 @@ static const uint16_t ts_small_parse_table[] = { [216710] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4811), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306630,11 +306608,11 @@ static const uint16_t ts_small_parse_table[] = { [216746] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4813), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306642,11 +306620,11 @@ static const uint16_t ts_small_parse_table[] = { [216762] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4814), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306654,11 +306632,11 @@ static const uint16_t ts_small_parse_table[] = { [216778] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4815), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306666,11 +306644,11 @@ static const uint16_t ts_small_parse_table[] = { [216794] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4816), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306678,11 +306656,11 @@ static const uint16_t ts_small_parse_table[] = { [216810] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4817), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306690,11 +306668,11 @@ static const uint16_t ts_small_parse_table[] = { [216826] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4818), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306702,11 +306680,11 @@ static const uint16_t ts_small_parse_table[] = { [216842] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4819), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306714,13 +306692,13 @@ static const uint16_t ts_small_parse_table[] = { [216858] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8732), 1, anon_sym_LF, - ACTIONS(8735), 1, + ACTIONS(8734), 1, anon_sym_else, STATE(4820), 1, sym_comment, - ACTIONS(8731), 3, + ACTIONS(8730), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306733,7 +306711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(8146), 1, anon_sym_LF, - ACTIONS(8737), 1, + ACTIONS(8736), 1, ts_builtin_sym_end, STATE(2355), 1, aux_sym_pipe_element_repeat1, @@ -306742,11 +306720,11 @@ static const uint16_t ts_small_parse_table[] = { [216898] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4822), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306754,11 +306732,11 @@ static const uint16_t ts_small_parse_table[] = { [216914] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4823), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306766,11 +306744,11 @@ static const uint16_t ts_small_parse_table[] = { [216930] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4824), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306778,11 +306756,11 @@ static const uint16_t ts_small_parse_table[] = { [216946] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8707), 1, + ACTIONS(8706), 1, anon_sym_LF, STATE(4825), 1, sym_comment, - ACTIONS(8705), 4, + ACTIONS(8704), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306790,11 +306768,11 @@ static const uint16_t ts_small_parse_table[] = { [216962] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8713), 1, + ACTIONS(8712), 1, anon_sym_LF, STATE(4826), 1, sym_comment, - ACTIONS(8711), 4, + ACTIONS(8710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306814,11 +306792,11 @@ static const uint16_t ts_small_parse_table[] = { [216994] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4828), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306840,7 +306818,7 @@ static const uint16_t ts_small_parse_table[] = { [217030] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8743), 1, + ACTIONS(8742), 1, anon_sym_DOT2, STATE(4830), 1, sym_comment, @@ -306853,11 +306831,11 @@ static const uint16_t ts_small_parse_table[] = { [217048] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4831), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306865,11 +306843,11 @@ static const uint16_t ts_small_parse_table[] = { [217064] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4832), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306877,11 +306855,11 @@ static const uint16_t ts_small_parse_table[] = { [217080] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4833), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306889,11 +306867,11 @@ static const uint16_t ts_small_parse_table[] = { [217096] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4834), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306959,11 +306937,11 @@ static const uint16_t ts_small_parse_table[] = { [217188] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4840), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -306971,11 +306949,11 @@ static const uint16_t ts_small_parse_table[] = { [217204] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4841), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307031,11 +307009,11 @@ static const uint16_t ts_small_parse_table[] = { [217284] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8640), 1, + ACTIONS(8639), 1, anon_sym_LF, STATE(4846), 1, sym_comment, - ACTIONS(8638), 4, + ACTIONS(8637), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307055,11 +307033,11 @@ static const uint16_t ts_small_parse_table[] = { [217316] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4848), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307081,7 +307059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8745), 1, + ACTIONS(8744), 1, anon_sym_DOT2, STATE(4850), 1, sym_comment, @@ -307106,13 +307084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(8749), 1, + ACTIONS(8748), 1, aux_sym_path_token1, STATE(2956), 1, sym__str_double_quotes, STATE(4852), 1, sym_comment, - ACTIONS(8747), 2, + ACTIONS(8746), 2, sym__str_single_quotes, sym__str_back_ticks, [217402] = 3, @@ -307129,11 +307107,11 @@ static const uint16_t ts_small_parse_table[] = { [217416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4854), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307145,7 +307123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8751), 1, + ACTIONS(8750), 1, anon_sym_SQUOTE, STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, @@ -307156,11 +307134,11 @@ static const uint16_t ts_small_parse_table[] = { [217454] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4856), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307168,11 +307146,11 @@ static const uint16_t ts_small_parse_table[] = { [217470] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4857), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307192,11 +307170,11 @@ static const uint16_t ts_small_parse_table[] = { [217502] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4859), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307208,7 +307186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(8475), 1, anon_sym_LF, - ACTIONS(8753), 1, + ACTIONS(8752), 1, ts_builtin_sym_end, STATE(4560), 1, aux_sym__block_body_repeat1, @@ -307219,11 +307197,11 @@ static const uint16_t ts_small_parse_table[] = { [217540] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4861), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307231,11 +307209,11 @@ static const uint16_t ts_small_parse_table[] = { [217556] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4862), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307243,11 +307221,11 @@ static const uint16_t ts_small_parse_table[] = { [217572] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8755), 1, + ACTIONS(8754), 1, ts_builtin_sym_end, - ACTIONS(8757), 1, + ACTIONS(8756), 1, anon_sym_SEMI, - ACTIONS(8760), 1, + ACTIONS(8759), 1, anon_sym_LF, STATE(5339), 1, sym__terminator, @@ -307257,11 +307235,11 @@ static const uint16_t ts_small_parse_table[] = { [217592] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4864), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307273,7 +307251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8763), 1, + ACTIONS(8762), 1, anon_sym_SQUOTE, STATE(4855), 1, aux_sym__inter_single_quotes_repeat1, @@ -307284,11 +307262,11 @@ static const uint16_t ts_small_parse_table[] = { [217630] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4866), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307296,11 +307274,11 @@ static const uint16_t ts_small_parse_table[] = { [217646] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4867), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307308,11 +307286,11 @@ static const uint16_t ts_small_parse_table[] = { [217662] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4868), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307320,11 +307298,11 @@ static const uint16_t ts_small_parse_table[] = { [217678] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4869), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307332,11 +307310,11 @@ static const uint16_t ts_small_parse_table[] = { [217694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4870), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307344,11 +307322,11 @@ static const uint16_t ts_small_parse_table[] = { [217710] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4871), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307356,11 +307334,11 @@ static const uint16_t ts_small_parse_table[] = { [217726] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4872), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307368,11 +307346,11 @@ static const uint16_t ts_small_parse_table[] = { [217742] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8741), 1, + ACTIONS(8740), 1, anon_sym_LF, STATE(4873), 1, sym_comment, - ACTIONS(8739), 4, + ACTIONS(8738), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307380,11 +307358,11 @@ static const uint16_t ts_small_parse_table[] = { [217758] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4874), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307392,11 +307370,11 @@ static const uint16_t ts_small_parse_table[] = { [217774] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8767), 1, + ACTIONS(8766), 1, anon_sym_LF, STATE(4875), 1, sym_comment, - ACTIONS(8765), 4, + ACTIONS(8764), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307406,7 +307384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(6113), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8769), 1, + ACTIONS(8768), 1, anon_sym_DOT2, STATE(4876), 1, sym_comment, @@ -307417,11 +307395,11 @@ static const uint16_t ts_small_parse_table[] = { [217808] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8774), 1, + ACTIONS(8773), 1, anon_sym_LF, STATE(4877), 1, sym_comment, - ACTIONS(8772), 4, + ACTIONS(8771), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307429,11 +307407,11 @@ static const uint16_t ts_small_parse_table[] = { [217824] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8778), 1, + ACTIONS(8777), 1, anon_sym_LF, STATE(4878), 1, sym_comment, - ACTIONS(8776), 4, + ACTIONS(8775), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307443,7 +307421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(6258), 1, aux_sym__immediate_decimal_token2, - ACTIONS(8780), 1, + ACTIONS(8779), 1, anon_sym_DOT2, STATE(4879), 1, sym_comment, @@ -307468,11 +307446,11 @@ static const uint16_t ts_small_parse_table[] = { [217878] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8785), 1, + ACTIONS(8784), 1, anon_sym_LF, STATE(4881), 1, sym_comment, - ACTIONS(8783), 4, + ACTIONS(8782), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307482,7 +307460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4882), 1, sym_comment, - ACTIONS(8787), 5, + ACTIONS(8786), 5, sym_identifier, anon_sym_GT, anon_sym_DQUOTE, @@ -307493,7 +307471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4883), 1, sym_comment, - ACTIONS(8789), 5, + ACTIONS(8788), 5, sym_identifier, anon_sym_GT, anon_sym_DQUOTE, @@ -307518,7 +307496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(8475), 1, anon_sym_LF, - ACTIONS(8791), 1, + ACTIONS(8790), 1, ts_builtin_sym_end, STATE(4863), 1, aux_sym__block_body_repeat1, @@ -307529,11 +307507,11 @@ static const uint16_t ts_small_parse_table[] = { [217960] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8795), 1, + ACTIONS(8794), 1, anon_sym_LF, STATE(4886), 1, sym_comment, - ACTIONS(8793), 4, + ACTIONS(8792), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307555,7 +307533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4888), 1, sym_comment, - ACTIONS(8797), 5, + ACTIONS(8796), 5, sym_cmd_identifier, anon_sym_DASH, anon_sym_DQUOTE, @@ -307564,15 +307542,15 @@ static const uint16_t ts_small_parse_table[] = { [218006] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8799), 1, + ACTIONS(8798), 1, anon_sym_DOT2, - ACTIONS(8801), 1, + ACTIONS(8800), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8803), 1, + ACTIONS(8802), 1, anon_sym_DASH2, - ACTIONS(8805), 1, + ACTIONS(8804), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8807), 1, + ACTIONS(8806), 1, aux_sym_short_flag_token1, STATE(4889), 1, sym_comment, @@ -307587,13 +307565,13 @@ static const uint16_t ts_small_parse_table[] = { sym__terminator, STATE(4890), 1, sym_comment, - ACTIONS(8809), 2, + ACTIONS(8808), 2, anon_sym_RPAREN, anon_sym_RBRACE, [218048] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8811), 1, + ACTIONS(8810), 1, sym__long_flag_identifier, STATE(4891), 1, sym_comment, @@ -307618,11 +307596,11 @@ static const uint16_t ts_small_parse_table[] = { [218082] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8815), 1, + ACTIONS(8814), 1, anon_sym_LF, STATE(4893), 1, sym_comment, - ACTIONS(8813), 4, + ACTIONS(8812), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307642,11 +307620,11 @@ static const uint16_t ts_small_parse_table[] = { [218114] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8650), 1, + ACTIONS(8649), 1, anon_sym_LF, STATE(4895), 1, sym_comment, - ACTIONS(8648), 4, + ACTIONS(8647), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -307764,7 +307742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(7153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8817), 1, + ACTIONS(8816), 1, anon_sym_DOT2, STATE(4905), 1, sym_comment, @@ -307800,15 +307778,15 @@ static const uint16_t ts_small_parse_table[] = { [218326] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8819), 1, + ACTIONS(8818), 1, anon_sym_DQUOTE, - ACTIONS(8823), 1, + ACTIONS(8822), 1, aux_sym_path_token1, STATE(2219), 1, sym__str_double_quotes, STATE(4908), 1, sym_comment, - ACTIONS(8821), 2, + ACTIONS(8820), 2, sym__str_single_quotes, sym__str_back_ticks, [218346] = 3, @@ -307829,7 +307807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8825), 1, + ACTIONS(8824), 1, anon_sym_SQUOTE, STATE(4765), 1, aux_sym__inter_single_quotes_repeat1, @@ -307877,7 +307855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(8353), 1, sym_unescaped_interpolated_content, - ACTIONS(8827), 1, + ACTIONS(8826), 1, anon_sym_SQUOTE, STATE(4910), 1, aux_sym__inter_single_quotes_repeat1, @@ -307890,7 +307868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4915), 1, sym_comment, - ACTIONS(8829), 5, + ACTIONS(8828), 5, sym_identifier, anon_sym_GT, anon_sym_DQUOTE, @@ -307901,7 +307879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4916), 1, sym_comment, - ACTIONS(8831), 5, + ACTIONS(8830), 5, sym_identifier, anon_sym_GT, anon_sym_DQUOTE, @@ -307910,13 +307888,13 @@ static const uint16_t ts_small_parse_table[] = { [218474] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8833), 1, + ACTIONS(8832), 1, anon_sym_DOT2, - ACTIONS(8835), 1, + ACTIONS(8834), 1, anon_sym_LPAREN2, - ACTIONS(8837), 1, + ACTIONS(8836), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8839), 1, + ACTIONS(8838), 1, aux_sym__immediate_decimal_token3, STATE(4917), 1, sym_comment, @@ -307934,49 +307912,49 @@ static const uint16_t ts_small_parse_table[] = { [218508] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8841), 1, + ACTIONS(8840), 1, anon_sym_DQUOTE, STATE(4919), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [218525] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8845), 1, + ACTIONS(8844), 1, anon_sym_DQUOTE, STATE(4920), 1, sym_comment, STATE(4927), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [218542] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8847), 1, + ACTIONS(8846), 1, anon_sym_DQUOTE, STATE(4919), 1, aux_sym__str_double_quotes_repeat1, STATE(4921), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [218559] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8849), 1, + ACTIONS(8848), 1, anon_sym_DOT2, - ACTIONS(8851), 1, + ACTIONS(8850), 1, anon_sym_LPAREN2, - ACTIONS(8853), 1, + ACTIONS(8852), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8855), 1, + ACTIONS(8854), 1, aux_sym__immediate_decimal_token3, STATE(4922), 1, sym_comment, @@ -307985,7 +307963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4923), 1, sym_comment, - ACTIONS(8857), 4, + ACTIONS(8856), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -307995,10 +307973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4924), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [218606] = 4, @@ -308017,22 +307995,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4926), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [218636] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8859), 1, + ACTIONS(8858), 1, anon_sym_DQUOTE, STATE(4927), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [218653] = 4, @@ -308040,10 +308018,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4928), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [218668] = 4, @@ -308077,7 +308055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(8303), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8861), 1, + ACTIONS(8860), 1, aux_sym__immediate_decimal_token1, STATE(4931), 1, sym_comment, @@ -308097,7 +308075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4933), 1, sym_comment, - ACTIONS(8863), 4, + ACTIONS(8862), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -308107,22 +308085,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4934), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [218760] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8865), 1, + ACTIONS(8864), 1, anon_sym_DQUOTE, STATE(4935), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [218777] = 4, @@ -308161,9 +308139,9 @@ static const uint16_t ts_small_parse_table[] = { [218822] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8869), 1, + ACTIONS(8868), 1, anon_sym_RBRACK, STATE(4939), 1, sym_comment, @@ -308176,10 +308154,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4940), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [218856] = 4, @@ -308187,10 +308165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4941), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [218871] = 3, @@ -308206,25 +308184,25 @@ static const uint16_t ts_small_parse_table[] = { [218884] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8871), 1, + ACTIONS(8870), 1, anon_sym_DQUOTE, STATE(4935), 1, aux_sym__str_double_quotes_repeat1, STATE(4943), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [218901] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8873), 1, + ACTIONS(8872), 1, anon_sym_DOT2, - ACTIONS(8875), 1, + ACTIONS(8874), 1, anon_sym_LPAREN2, - ACTIONS(8877), 1, + ACTIONS(8876), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8879), 1, + ACTIONS(8878), 1, aux_sym__immediate_decimal_token3, STATE(4944), 1, sym_comment, @@ -308233,7 +308211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4945), 1, sym_comment, - ACTIONS(8881), 4, + ACTIONS(8880), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -308243,10 +308221,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4946), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [218948] = 4, @@ -308254,18 +308232,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4947), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [218963] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8883), 1, + ACTIONS(8882), 1, anon_sym_RBRACK, STATE(4948), 1, sym_comment, @@ -308276,9 +308254,9 @@ static const uint16_t ts_small_parse_table[] = { [218982] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8885), 1, + ACTIONS(8884), 1, anon_sym_RBRACK, STATE(4948), 1, aux_sym_val_table_repeat1, @@ -308291,20 +308269,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4950), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [219016] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8889), 1, + ACTIONS(8888), 1, anon_sym_LF, STATE(4951), 1, sym_comment, - ACTIONS(8887), 3, + ACTIONS(8886), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, @@ -308322,9 +308300,9 @@ static const uint16_t ts_small_parse_table[] = { [219046] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8891), 1, + ACTIONS(8890), 1, anon_sym_RBRACK, STATE(4953), 1, sym_comment, @@ -308347,18 +308325,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4955), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [219093] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(4956), 1, sym_comment, @@ -308369,13 +308347,13 @@ static const uint16_t ts_small_parse_table[] = { [219112] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8897), 1, + ACTIONS(8896), 1, anon_sym_DQUOTE, STATE(4957), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [219129] = 6, @@ -308385,9 +308363,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unquoted_token6, ACTIONS(649), 1, anon_sym_DOT2, - ACTIONS(8899), 1, + ACTIONS(8898), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8901), 1, + ACTIONS(8900), 1, aux_sym__immediate_decimal_token2, STATE(4958), 1, sym_comment, @@ -308396,10 +308374,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4959), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [219163] = 4, @@ -308416,25 +308394,25 @@ static const uint16_t ts_small_parse_table[] = { [219178] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8903), 1, + ACTIONS(8902), 1, anon_sym_DQUOTE, STATE(4957), 1, aux_sym__str_double_quotes_repeat1, STATE(4961), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [219195] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8905), 1, + ACTIONS(8904), 1, anon_sym_DOT2, - ACTIONS(8907), 1, + ACTIONS(8906), 1, anon_sym_LPAREN2, - ACTIONS(8909), 1, + ACTIONS(8908), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8911), 1, + ACTIONS(8910), 1, aux_sym__immediate_decimal_token3, STATE(4962), 1, sym_comment, @@ -308443,7 +308421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4963), 1, sym_comment, - ACTIONS(8913), 4, + ACTIONS(8912), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -308451,9 +308429,9 @@ static const uint16_t ts_small_parse_table[] = { [219227] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(4964), 1, sym_comment, @@ -308464,11 +308442,11 @@ static const uint16_t ts_small_parse_table[] = { [219246] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8917), 1, + ACTIONS(8916), 1, anon_sym_LF, STATE(4965), 1, sym_comment, - ACTIONS(8915), 3, + ACTIONS(8914), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, @@ -308489,20 +308467,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unquoted_token6, ACTIONS(657), 1, anon_sym_DOT2, - ACTIONS(8919), 1, + ACTIONS(8918), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8921), 1, + ACTIONS(8920), 1, aux_sym__immediate_decimal_token2, STATE(4967), 1, sym_comment, [219293] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8925), 1, + ACTIONS(8924), 1, anon_sym_LF, STATE(4968), 1, sym_comment, - ACTIONS(8923), 3, + ACTIONS(8922), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, @@ -308513,9 +308491,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(6083), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8926), 1, anon_sym_DOT2, - ACTIONS(8929), 1, + ACTIONS(8928), 1, aux_sym_unquoted_token2, STATE(4969), 1, sym_comment, @@ -308534,9 +308512,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8674), 1, + ACTIONS(8673), 1, anon_sym_SEMI, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2280), 1, aux_sym_pipe_element_repeat1, @@ -308547,7 +308525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1263), 1, sym_block, @@ -308560,7 +308538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1264), 1, sym_block, @@ -308573,10 +308551,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4974), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [219412] = 6, @@ -308584,9 +308562,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8667), 1, + ACTIONS(8666), 1, anon_sym_SEMI, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2281), 1, aux_sym_pipe_element_repeat1, @@ -308597,9 +308575,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8658), 1, + ACTIONS(8657), 1, anon_sym_SEMI, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2284), 1, aux_sym_pipe_element_repeat1, @@ -308608,31 +308586,31 @@ static const uint16_t ts_small_parse_table[] = { [219450] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8937), 1, + ACTIONS(8936), 1, anon_sym_LF, STATE(4977), 1, sym_comment, - ACTIONS(8935), 3, + ACTIONS(8934), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, [219465] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8941), 1, + ACTIONS(8940), 1, anon_sym_LF, STATE(4978), 1, sym_comment, - ACTIONS(8939), 3, + ACTIONS(8938), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, [219480] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8943), 1, + ACTIONS(8942), 1, anon_sym_LBRACK, - ACTIONS(8945), 1, + ACTIONS(8944), 1, anon_sym_LPAREN, STATE(998), 1, sym_parameter_bracks, @@ -308643,11 +308621,11 @@ static const uint16_t ts_small_parse_table[] = { [219499] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8949), 1, + ACTIONS(8948), 1, anon_sym_LF, STATE(4980), 1, sym_comment, - ACTIONS(8947), 3, + ACTIONS(8946), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -308656,10 +308634,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4981), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [219529] = 4, @@ -308667,10 +308645,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4982), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [219544] = 4, @@ -308689,10 +308667,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4984), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [219574] = 4, @@ -308709,11 +308687,11 @@ static const uint16_t ts_small_parse_table[] = { [219589] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8953), 1, + ACTIONS(8952), 1, anon_sym_LF, STATE(4986), 1, sym_comment, - ACTIONS(8951), 3, + ACTIONS(8950), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, @@ -308731,22 +308709,22 @@ static const uint16_t ts_small_parse_table[] = { [219619] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8957), 1, + ACTIONS(8956), 1, anon_sym_LF, STATE(4988), 1, sym_comment, - ACTIONS(8955), 3, + ACTIONS(8954), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, [219634] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8961), 1, + ACTIONS(8960), 1, anon_sym_LF, STATE(4989), 1, sym_comment, - ACTIONS(8959), 3, + ACTIONS(8958), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, @@ -308766,7 +308744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1231), 1, sym_block, @@ -308856,10 +308834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(4999), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [219803] = 4, @@ -308878,7 +308856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5001), 1, sym_comment, - ACTIONS(8963), 4, + ACTIONS(8962), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -308888,11 +308866,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(8965), 1, + ACTIONS(8964), 1, anon_sym_DOT2, - ACTIONS(8967), 1, + ACTIONS(8966), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8969), 1, + ACTIONS(8968), 1, aux_sym__immediate_decimal_token3, STATE(5002), 1, sym_comment, @@ -308912,10 +308890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5004), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [219880] = 5, @@ -308923,7 +308901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2416), 1, sym_identifier, - ACTIONS(8971), 1, + ACTIONS(8970), 1, sym__long_flag_identifier, STATE(5005), 1, sym_comment, @@ -308944,13 +308922,13 @@ static const uint16_t ts_small_parse_table[] = { [219912] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8973), 1, + ACTIONS(8972), 1, anon_sym_DQUOTE, STATE(5007), 1, sym_comment, STATE(5021), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [219929] = 4, @@ -309024,7 +309002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5014), 1, sym_comment, - ACTIONS(8975), 4, + ACTIONS(8974), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -309032,13 +309010,13 @@ static const uint16_t ts_small_parse_table[] = { [220032] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8977), 1, + ACTIONS(8976), 1, anon_sym_DOT2, - ACTIONS(8979), 1, + ACTIONS(8978), 1, anon_sym_LPAREN2, - ACTIONS(8981), 1, + ACTIONS(8980), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8983), 1, + ACTIONS(8982), 1, aux_sym__immediate_decimal_token3, STATE(5015), 1, sym_comment, @@ -309089,9 +309067,9 @@ static const uint16_t ts_small_parse_table[] = { [220111] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8985), 1, + ACTIONS(8984), 1, anon_sym_RBRACK, STATE(5020), 1, sym_comment, @@ -309102,13 +309080,13 @@ static const uint16_t ts_small_parse_table[] = { [220130] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8987), 1, + ACTIONS(8986), 1, anon_sym_DQUOTE, STATE(5021), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [220147] = 4, @@ -309193,21 +309171,21 @@ static const uint16_t ts_small_parse_table[] = { [220256] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8989), 1, + ACTIONS(8988), 1, anon_sym_DQUOTE, STATE(5029), 1, sym_comment, STATE(5031), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [220273] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8991), 1, + ACTIONS(8990), 1, anon_sym_RBRACK, STATE(5030), 1, sym_comment, @@ -309218,13 +309196,13 @@ static const uint16_t ts_small_parse_table[] = { [220292] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8993), 1, + ACTIONS(8992), 1, anon_sym_DQUOTE, STATE(5031), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [220309] = 4, @@ -309232,18 +309210,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5032), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [220324] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(8995), 1, + ACTIONS(8994), 1, anon_sym_RBRACK, STATE(5020), 1, aux_sym_val_table_repeat1, @@ -309300,7 +309278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5038), 1, sym_comment, - ACTIONS(8997), 4, + ACTIONS(8996), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -309310,11 +309288,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(8999), 1, + ACTIONS(8998), 1, anon_sym_DOT2, - ACTIONS(9001), 1, + ACTIONS(9000), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9003), 1, + ACTIONS(9002), 1, aux_sym__immediate_decimal_token3, STATE(5039), 1, sym_comment, @@ -309323,10 +309301,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5040), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [220450] = 4, @@ -309343,9 +309321,9 @@ static const uint16_t ts_small_parse_table[] = { [220465] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9005), 1, + ACTIONS(9004), 1, anon_sym_RBRACK, STATE(5042), 1, sym_comment, @@ -309512,10 +309490,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5057), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [220709] = 4, @@ -309534,18 +309512,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5059), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [220739] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9006), 1, anon_sym_RBRACK, STATE(5060), 1, sym_comment, @@ -309567,13 +309545,13 @@ static const uint16_t ts_small_parse_table[] = { [220773] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9009), 1, + ACTIONS(9008), 1, anon_sym_DQUOTE, STATE(5062), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [220790] = 4, @@ -309581,10 +309559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5063), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [220805] = 6, @@ -309594,7 +309572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(8475), 1, anon_sym_LF, - ACTIONS(9011), 1, + ACTIONS(9010), 1, ts_builtin_sym_end, STATE(1244), 1, sym__terminator, @@ -309603,7 +309581,7 @@ static const uint16_t ts_small_parse_table[] = { [220824] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9013), 1, + ACTIONS(9012), 1, anon_sym_LBRACE, STATE(3107), 1, sym_val_closure, @@ -309638,25 +309616,25 @@ static const uint16_t ts_small_parse_table[] = { [220873] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9015), 1, + ACTIONS(9014), 1, anon_sym_DQUOTE, STATE(5068), 1, sym_comment, STATE(5069), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [220890] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9017), 1, + ACTIONS(9016), 1, anon_sym_DQUOTE, STATE(5069), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [220907] = 4, @@ -309664,10 +309642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5070), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [220922] = 4, @@ -309675,10 +309653,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5071), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [220937] = 3, @@ -309686,7 +309664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5072), 1, sym_comment, - ACTIONS(9019), 4, + ACTIONS(9018), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -309694,13 +309672,13 @@ static const uint16_t ts_small_parse_table[] = { [220950] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9021), 1, + ACTIONS(9020), 1, anon_sym_DOT2, - ACTIONS(9023), 1, + ACTIONS(9022), 1, anon_sym_LPAREN2, - ACTIONS(9025), 1, + ACTIONS(9024), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9027), 1, + ACTIONS(9026), 1, aux_sym__immediate_decimal_token3, STATE(5073), 1, sym_comment, @@ -309709,10 +309687,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5074), 1, sym_comment, - ACTIONS(8711), 2, + ACTIONS(8710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8713), 2, + ACTIONS(8712), 2, ts_builtin_sym_end, anon_sym_LF, [220984] = 4, @@ -309720,10 +309698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5075), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [220999] = 4, @@ -309731,34 +309709,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5076), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221014] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9029), 1, + ACTIONS(9028), 1, anon_sym_DQUOTE, STATE(5062), 1, aux_sym__str_double_quotes_repeat1, STATE(5077), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221031] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9031), 1, + ACTIONS(9030), 1, anon_sym_DQUOTE, STATE(5078), 1, sym_comment, STATE(5090), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221048] = 4, @@ -309766,22 +309744,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5079), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221063] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9033), 1, + ACTIONS(9032), 1, anon_sym_DOT2, - ACTIONS(9035), 1, + ACTIONS(9034), 1, anon_sym_LPAREN2, - ACTIONS(9037), 1, + ACTIONS(9036), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9039), 1, + ACTIONS(9038), 1, aux_sym__immediate_decimal_token3, STATE(5080), 1, sym_comment, @@ -309790,10 +309768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5081), 1, sym_comment, - ACTIONS(8813), 2, + ACTIONS(8812), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8815), 2, + ACTIONS(8814), 2, ts_builtin_sym_end, anon_sym_LF, [221097] = 3, @@ -309801,7 +309779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5082), 1, sym_comment, - ACTIONS(9041), 4, + ACTIONS(9040), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -309824,7 +309802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5084), 1, sym_comment, - ACTIONS(9043), 4, + ACTIONS(9042), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -309834,10 +309812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5085), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221157] = 4, @@ -309845,10 +309823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5086), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221172] = 4, @@ -309856,10 +309834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5087), 1, sym_comment, - ACTIONS(8793), 2, + ACTIONS(8792), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8795), 2, + ACTIONS(8794), 2, ts_builtin_sym_end, anon_sym_LF, [221187] = 4, @@ -309867,10 +309845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5088), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221202] = 4, @@ -309878,56 +309856,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5089), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221217] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9045), 1, + ACTIONS(9044), 1, anon_sym_DQUOTE, STATE(5090), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221234] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9035), 1, + ACTIONS(9034), 1, anon_sym_LPAREN2, - ACTIONS(9047), 1, + ACTIONS(9046), 1, anon_sym_DOT2, - ACTIONS(9049), 1, + ACTIONS(9048), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9051), 1, + ACTIONS(9050), 1, aux_sym__immediate_decimal_token3, STATE(5091), 1, sym_comment, [221253] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9055), 1, + ACTIONS(9054), 1, anon_sym_LF, STATE(5092), 1, sym_comment, - ACTIONS(9053), 3, + ACTIONS(9052), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, [221268] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9059), 1, + ACTIONS(9058), 1, anon_sym_LF, STATE(5093), 1, sym_comment, - ACTIONS(9057), 3, + ACTIONS(9056), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -309947,7 +309925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(9061), 1, + ACTIONS(9060), 1, anon_sym_if, STATE(5095), 1, sym_comment, @@ -309960,7 +309938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1232), 1, sym_block, @@ -309971,9 +309949,9 @@ static const uint16_t ts_small_parse_table[] = { [221336] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9063), 1, + ACTIONS(9062), 1, anon_sym_RBRACK, STATE(5097), 1, sym_comment, @@ -309986,18 +309964,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5098), 1, sym_comment, - ACTIONS(8783), 2, + ACTIONS(8782), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8785), 2, + ACTIONS(8784), 2, ts_builtin_sym_end, anon_sym_LF, [221370] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9065), 1, + ACTIONS(9064), 1, anon_sym_LBRACK, - ACTIONS(9067), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, STATE(937), 1, sym_parameter_parens, @@ -310010,10 +309988,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5100), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221404] = 6, @@ -310021,7 +309999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(9069), 1, + ACTIONS(9068), 1, anon_sym_if, STATE(4978), 1, sym_block, @@ -310032,11 +310010,11 @@ static const uint16_t ts_small_parse_table[] = { [221423] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9073), 1, + ACTIONS(9072), 1, anon_sym_LF, STATE(5102), 1, sym_comment, - ACTIONS(9071), 3, + ACTIONS(9070), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310045,10 +310023,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5103), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221453] = 4, @@ -310056,10 +310034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5104), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221468] = 4, @@ -310067,10 +310045,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5105), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221483] = 4, @@ -310078,18 +310056,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5106), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221498] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9075), 1, + ACTIONS(9074), 1, anon_sym_RBRACK, STATE(5107), 1, sym_comment, @@ -310100,36 +310078,36 @@ static const uint16_t ts_small_parse_table[] = { [221517] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9077), 1, + ACTIONS(9076), 1, anon_sym_DQUOTE, STATE(5108), 1, sym_comment, STATE(5110), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221534] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9081), 1, + ACTIONS(9080), 1, anon_sym_LF, STATE(5109), 1, sym_comment, - ACTIONS(9079), 3, + ACTIONS(9078), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, [221549] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9083), 1, + ACTIONS(9082), 1, anon_sym_DQUOTE, STATE(5110), 1, sym_comment, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221566] = 4, @@ -310137,20 +310115,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5111), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221581] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9087), 1, + ACTIONS(9086), 1, anon_sym_LF, STATE(5112), 1, sym_comment, - ACTIONS(9085), 3, + ACTIONS(9084), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310159,10 +310137,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5113), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221611] = 4, @@ -310170,10 +310148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5114), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221626] = 3, @@ -310181,7 +310159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5115), 1, sym_comment, - ACTIONS(9089), 4, + ACTIONS(9088), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -310189,22 +310167,22 @@ static const uint16_t ts_small_parse_table[] = { [221639] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8907), 1, + ACTIONS(8906), 1, anon_sym_LPAREN2, - ACTIONS(9091), 1, + ACTIONS(9090), 1, anon_sym_DOT2, - ACTIONS(9093), 1, + ACTIONS(9092), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9095), 1, + ACTIONS(9094), 1, aux_sym__immediate_decimal_token3, STATE(5116), 1, sym_comment, [221658] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9097), 1, + ACTIONS(9096), 1, anon_sym_RBRACK, STATE(5117), 1, sym_comment, @@ -310215,45 +310193,45 @@ static const uint16_t ts_small_parse_table[] = { [221677] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9099), 1, + ACTIONS(9098), 1, anon_sym_DQUOTE, STATE(5118), 1, sym_comment, STATE(5130), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9101), 1, + ACTIONS(9100), 1, anon_sym_LPAREN, STATE(5119), 1, sym_comment, - ACTIONS(9103), 3, + ACTIONS(9102), 3, sym_escaped_interpolated_content, anon_sym_DQUOTE2, sym_inter_escape_sequence, [221709] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9107), 1, + ACTIONS(9106), 1, anon_sym_LF, STATE(5120), 1, sym_comment, - ACTIONS(9105), 3, + ACTIONS(9104), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, [221724] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, + ACTIONS(9110), 1, anon_sym_LF, STATE(5121), 1, sym_comment, - ACTIONS(9109), 3, + ACTIONS(9108), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, @@ -310262,10 +310240,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5122), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221754] = 4, @@ -310317,30 +310295,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5127), 1, sym_comment, - ACTIONS(8776), 2, + ACTIONS(8775), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8778), 2, + ACTIONS(8777), 2, ts_builtin_sym_end, anon_sym_LF, [221829] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9113), 1, + ACTIONS(9112), 1, anon_sym_DQUOTE, STATE(5128), 1, sym_comment, STATE(5170), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221846] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9115), 1, + ACTIONS(9114), 1, anon_sym_DQUOTE, - ACTIONS(9117), 2, + ACTIONS(9116), 2, sym__escaped_str_content, sym_escape_sequence, STATE(5129), 2, @@ -310349,13 +310327,13 @@ static const uint16_t ts_small_parse_table[] = { [221861] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9120), 1, + ACTIONS(9119), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5130), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [221878] = 4, @@ -310363,10 +310341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5131), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [221893] = 4, @@ -310396,10 +310374,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5134), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [221938] = 4, @@ -310418,7 +310396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5136), 1, sym_comment, - ACTIONS(9122), 4, + ACTIONS(9121), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -310428,7 +310406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5137), 1, sym_comment, - ACTIONS(9124), 4, + ACTIONS(9123), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -310438,18 +310416,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8134), 1, anon_sym_LPAREN2, - ACTIONS(9126), 1, + ACTIONS(9125), 1, anon_sym_DOT2, - ACTIONS(9128), 1, + ACTIONS(9127), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9130), 1, + ACTIONS(9129), 1, aux_sym__immediate_decimal_token3, STATE(5138), 1, sym_comment, [221998] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9132), 1, + ACTIONS(9131), 1, anon_sym_LBRACE, STATE(3252), 1, sym_block, @@ -310462,9 +310440,9 @@ static const uint16_t ts_small_parse_table[] = { [222017] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9134), 1, + ACTIONS(9133), 1, anon_sym_RBRACK, STATE(5117), 1, aux_sym_val_table_repeat1, @@ -310475,13 +310453,13 @@ static const uint16_t ts_small_parse_table[] = { [222036] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8907), 1, + ACTIONS(8906), 1, anon_sym_LPAREN2, - ACTIONS(9136), 1, + ACTIONS(9135), 1, anon_sym_DOT2, - ACTIONS(9138), 1, + ACTIONS(9137), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9140), 1, + ACTIONS(9139), 1, aux_sym__immediate_decimal_token3, STATE(5141), 1, sym_comment, @@ -310490,34 +310468,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5142), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [222070] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9142), 1, + ACTIONS(9141), 1, anon_sym_DQUOTE, STATE(5143), 1, sym_comment, STATE(5155), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222087] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9144), 1, + ACTIONS(9143), 1, anon_sym_DQUOTE, STATE(5144), 1, sym_comment, STATE(5154), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222104] = 4, @@ -310536,10 +310514,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5146), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [222134] = 4, @@ -310547,33 +310525,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5147), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [222149] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9148), 1, + ACTIONS(9147), 1, anon_sym_LF, STATE(5148), 1, sym_comment, - ACTIONS(9146), 3, + ACTIONS(9145), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, [222164] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9150), 1, + ACTIONS(9149), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5149), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222181] = 4, @@ -310581,10 +310559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5150), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [222196] = 4, @@ -310623,25 +310601,25 @@ static const uint16_t ts_small_parse_table[] = { [222241] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9152), 1, + ACTIONS(9151), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5154), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222258] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9154), 1, + ACTIONS(9153), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5155), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222275] = 4, @@ -310660,10 +310638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5157), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [222305] = 4, @@ -310682,10 +310660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5159), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [222335] = 4, @@ -310693,10 +310671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5160), 1, sym_comment, - ACTIONS(8739), 2, + ACTIONS(8738), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8741), 2, + ACTIONS(8740), 2, ts_builtin_sym_end, anon_sym_LF, [222350] = 4, @@ -310704,18 +310682,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5161), 1, sym_comment, - ACTIONS(8648), 2, + ACTIONS(8647), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8650), 2, + ACTIONS(8649), 2, ts_builtin_sym_end, anon_sym_LF, [222365] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9156), 1, + ACTIONS(9155), 1, anon_sym_RBRACK, STATE(5162), 1, sym_comment, @@ -310748,7 +310726,7 @@ static const uint16_t ts_small_parse_table[] = { [222414] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9158), 1, + ACTIONS(9157), 1, anon_sym_DOT2, STATE(5165), 1, sym_comment, @@ -310770,7 +310748,7 @@ static const uint16_t ts_small_parse_table[] = { [222444] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9160), 1, + ACTIONS(9159), 1, anon_sym_DOT2, STATE(5167), 1, sym_comment, @@ -310792,31 +310770,31 @@ static const uint16_t ts_small_parse_table[] = { [222474] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9162), 1, + ACTIONS(9161), 1, anon_sym_DQUOTE, STATE(5149), 1, aux_sym__str_double_quotes_repeat1, STATE(5169), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222491] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9164), 1, + ACTIONS(9163), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5170), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222508] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9166), 1, + ACTIONS(9165), 1, anon_sym_DOT2, STATE(5171), 1, sym_comment, @@ -310827,9 +310805,9 @@ static const uint16_t ts_small_parse_table[] = { [222523] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9168), 1, + ACTIONS(9167), 1, anon_sym_RBRACK, STATE(5172), 1, sym_comment, @@ -310840,7 +310818,7 @@ static const uint16_t ts_small_parse_table[] = { [222542] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9170), 1, + ACTIONS(9169), 1, anon_sym_DOT2, STATE(5173), 1, sym_comment, @@ -310853,11 +310831,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(9172), 1, + ACTIONS(9171), 1, anon_sym_DOT2, - ACTIONS(9174), 1, + ACTIONS(9173), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9176), 1, + ACTIONS(9175), 1, aux_sym__immediate_decimal_token3, STATE(5174), 1, sym_comment, @@ -310866,7 +310844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5175), 1, sym_comment, - ACTIONS(9178), 4, + ACTIONS(9177), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -310874,11 +310852,11 @@ static const uint16_t ts_small_parse_table[] = { [222589] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9180), 1, + ACTIONS(9179), 1, anon_sym_LPAREN, STATE(5176), 1, sym_comment, - ACTIONS(9182), 3, + ACTIONS(9181), 3, sym_escaped_interpolated_content, anon_sym_DQUOTE2, sym_inter_escape_sequence, @@ -310887,22 +310865,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5177), 1, sym_comment, - ACTIONS(8765), 2, + ACTIONS(8764), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8767), 2, + ACTIONS(8766), 2, ts_builtin_sym_end, anon_sym_LF, [222619] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9184), 1, + ACTIONS(9183), 1, anon_sym_use, - ACTIONS(9186), 1, + ACTIONS(9185), 1, anon_sym_list, - ACTIONS(9188), 1, + ACTIONS(9187), 1, anon_sym_hide, - ACTIONS(9190), 1, + ACTIONS(9189), 1, anon_sym_new, STATE(5178), 1, sym_comment, @@ -310922,7 +310900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1105), 1, sym_block, @@ -310933,7 +310911,7 @@ static const uint16_t ts_small_parse_table[] = { [222672] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9192), 1, + ACTIONS(9191), 1, anon_sym_DOT2, STATE(5181), 1, sym_comment, @@ -310944,7 +310922,7 @@ static const uint16_t ts_small_parse_table[] = { [222687] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9194), 1, + ACTIONS(9193), 1, anon_sym_DOT2, STATE(5182), 1, sym_comment, @@ -310957,7 +310935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1104), 1, sym_block, @@ -310968,11 +310946,11 @@ static const uint16_t ts_small_parse_table[] = { [222721] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9196), 1, + ACTIONS(9195), 1, anon_sym_LPAREN, STATE(5184), 1, sym_comment, - ACTIONS(9198), 3, + ACTIONS(9197), 3, sym_escaped_interpolated_content, anon_sym_DQUOTE2, sym_inter_escape_sequence, @@ -310981,7 +310959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5185), 1, sym_comment, - ACTIONS(9200), 4, + ACTIONS(9199), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -311002,11 +310980,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(9202), 1, + ACTIONS(9201), 1, anon_sym_DOT2, - ACTIONS(9204), 1, + ACTIONS(9203), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9206), 1, + ACTIONS(9205), 1, aux_sym__immediate_decimal_token3, STATE(5187), 1, sym_comment, @@ -311015,7 +310993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1332), 1, sym_block, @@ -311037,7 +311015,7 @@ static const uint16_t ts_small_parse_table[] = { [222817] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9208), 1, + ACTIONS(9207), 1, anon_sym_DOT2, STATE(5190), 1, sym_comment, @@ -311050,7 +311028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1336), 1, sym_block, @@ -311061,7 +311039,7 @@ static const uint16_t ts_small_parse_table[] = { [222851] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9210), 1, + ACTIONS(9209), 1, anon_sym_DOT2, STATE(5192), 1, sym_comment, @@ -311105,25 +311083,25 @@ static const uint16_t ts_small_parse_table[] = { [222911] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9212), 1, + ACTIONS(9211), 1, anon_sym_DQUOTE, STATE(5196), 1, sym_comment, STATE(5197), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222928] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9214), 1, + ACTIONS(9213), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5197), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [222945] = 3, @@ -311131,7 +311109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5198), 1, sym_comment, - ACTIONS(9216), 4, + ACTIONS(9215), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -311139,9 +311117,9 @@ static const uint16_t ts_small_parse_table[] = { [222958] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9218), 1, + ACTIONS(9217), 1, anon_sym_LBRACK, - ACTIONS(9221), 1, + ACTIONS(9220), 1, anon_sym_RBRACK, STATE(5537), 1, sym_val_list, @@ -311151,13 +311129,13 @@ static const uint16_t ts_small_parse_table[] = { [222975] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8979), 1, + ACTIONS(8978), 1, anon_sym_LPAREN2, - ACTIONS(9223), 1, + ACTIONS(9222), 1, anon_sym_DOT2, - ACTIONS(9225), 1, + ACTIONS(9224), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9227), 1, + ACTIONS(9226), 1, aux_sym__immediate_decimal_token3, STATE(5200), 1, sym_comment, @@ -311166,7 +311144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(9229), 1, + ACTIONS(9228), 1, anon_sym_if, STATE(4768), 1, sym_block, @@ -311179,7 +311157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5202), 1, sym_comment, - ACTIONS(9231), 4, + ACTIONS(9230), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -311187,34 +311165,34 @@ static const uint16_t ts_small_parse_table[] = { [223026] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8875), 1, + ACTIONS(8874), 1, anon_sym_LPAREN2, - ACTIONS(9233), 1, + ACTIONS(9232), 1, anon_sym_DOT2, - ACTIONS(9235), 1, + ACTIONS(9234), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9237), 1, + ACTIONS(9236), 1, aux_sym__immediate_decimal_token3, STATE(5203), 1, sym_comment, [223045] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9239), 1, + ACTIONS(9238), 1, anon_sym_DQUOTE, STATE(5204), 1, sym_comment, STATE(5206), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223062] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9241), 1, + ACTIONS(9240), 1, anon_sym_RBRACK, STATE(5199), 1, aux_sym_val_table_repeat1, @@ -311225,13 +311203,13 @@ static const uint16_t ts_small_parse_table[] = { [223081] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9243), 1, + ACTIONS(9242), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5206), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223098] = 4, @@ -311248,13 +311226,13 @@ static const uint16_t ts_small_parse_table[] = { [223113] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9245), 1, + ACTIONS(9244), 1, anon_sym_DQUOTE, STATE(5208), 1, sym_comment, STATE(5220), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223130] = 4, @@ -311271,9 +311249,9 @@ static const uint16_t ts_small_parse_table[] = { [223145] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9247), 1, + ACTIONS(9246), 1, anon_sym_RBRACK, STATE(5199), 1, aux_sym_val_table_repeat1, @@ -311297,7 +311275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1040), 1, sym_block, @@ -311310,7 +311288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1036), 1, sym_block, @@ -311323,7 +311301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(9069), 1, + ACTIONS(9068), 1, anon_sym_if, STATE(5093), 1, sym_block, @@ -311336,7 +311314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5215), 1, sym_comment, - ACTIONS(9249), 4, + ACTIONS(9248), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -311346,11 +311324,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8297), 1, anon_sym_LPAREN2, - ACTIONS(9251), 1, + ACTIONS(9250), 1, anon_sym_DOT2, - ACTIONS(9253), 1, + ACTIONS(9252), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9255), 1, + ACTIONS(9254), 1, aux_sym__immediate_decimal_token3, STATE(5216), 1, sym_comment, @@ -311370,18 +311348,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5218), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [223298] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9257), 1, + ACTIONS(9256), 1, anon_sym_RBRACK, STATE(5205), 1, aux_sym_val_table_repeat1, @@ -311392,31 +311370,31 @@ static const uint16_t ts_small_parse_table[] = { [223317] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9259), 1, + ACTIONS(9258), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5220), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223334] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9261), 1, + ACTIONS(9260), 1, anon_sym_DQUOTE, STATE(5221), 1, sym_comment, STATE(5223), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223351] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9013), 1, + ACTIONS(9012), 1, anon_sym_LBRACE, STATE(3107), 1, sym_val_closure, @@ -311429,13 +311407,13 @@ static const uint16_t ts_small_parse_table[] = { [223370] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9263), 1, + ACTIONS(9262), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5223), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223387] = 4, @@ -311454,7 +311432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1024), 1, sym_block, @@ -311467,7 +311445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1023), 1, sym_block, @@ -311478,9 +311456,9 @@ static const uint16_t ts_small_parse_table[] = { [223440] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9265), 1, + ACTIONS(9264), 1, anon_sym_RBRACK, STATE(5227), 1, sym_comment, @@ -311491,24 +311469,24 @@ static const uint16_t ts_small_parse_table[] = { [223459] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9269), 1, + ACTIONS(9268), 1, anon_sym_LF, STATE(5228), 1, sym_comment, - ACTIONS(9267), 3, + ACTIONS(9266), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, [223474] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9271), 1, + ACTIONS(9270), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5229), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223491] = 4, @@ -311516,16 +311494,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5230), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [223506] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9013), 1, + ACTIONS(9012), 1, anon_sym_LBRACE, STATE(3107), 1, sym_val_closure, @@ -311538,13 +311516,13 @@ static const uint16_t ts_small_parse_table[] = { [223525] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8907), 1, + ACTIONS(8906), 1, anon_sym_LPAREN2, - ACTIONS(9273), 1, + ACTIONS(9272), 1, anon_sym_DOT2, - ACTIONS(9275), 1, + ACTIONS(9274), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9277), 1, + ACTIONS(9276), 1, aux_sym__immediate_decimal_token3, STATE(5232), 1, sym_comment, @@ -311564,9 +311542,9 @@ static const uint16_t ts_small_parse_table[] = { [223563] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9279), 1, + ACTIONS(9278), 1, anon_sym_DOT2, - ACTIONS(9281), 1, + ACTIONS(9280), 1, aux_sym__immediate_decimal_token2, STATE(5234), 1, sym_comment, @@ -311576,9 +311554,9 @@ static const uint16_t ts_small_parse_table[] = { [223580] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9283), 1, + ACTIONS(9282), 1, anon_sym_DOT2, - ACTIONS(9285), 1, + ACTIONS(9284), 1, aux_sym__immediate_decimal_token2, STATE(5235), 1, sym_comment, @@ -311588,9 +311566,9 @@ static const uint16_t ts_small_parse_table[] = { [223597] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(5180), 1, sym_parameter_bracks, @@ -311601,9 +311579,9 @@ static const uint16_t ts_small_parse_table[] = { [223616] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9287), 1, + ACTIONS(9286), 1, anon_sym_RBRACK, STATE(5199), 1, aux_sym_val_table_repeat1, @@ -311625,13 +311603,13 @@ static const uint16_t ts_small_parse_table[] = { [223650] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9289), 1, + ACTIONS(9288), 1, anon_sym_DQUOTE, STATE(5229), 1, aux_sym__str_double_quotes_repeat1, STATE(5239), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223667] = 4, @@ -311639,10 +311617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5240), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [223682] = 4, @@ -311650,16 +311628,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5241), 1, sym_comment, - ACTIONS(8701), 2, + ACTIONS(8700), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8703), 2, + ACTIONS(8702), 2, ts_builtin_sym_end, anon_sym_LF, [223697] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9291), 1, + ACTIONS(9290), 1, anon_sym_DOT2, STATE(5242), 1, sym_comment, @@ -311670,9 +311648,9 @@ static const uint16_t ts_small_parse_table[] = { [223712] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(5212), 1, sym_parameter_bracks, @@ -311683,9 +311661,9 @@ static const uint16_t ts_small_parse_table[] = { [223731] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(5225), 1, sym_parameter_bracks, @@ -311696,19 +311674,19 @@ static const uint16_t ts_small_parse_table[] = { [223750] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9293), 1, + ACTIONS(9292), 1, anon_sym_DQUOTE, STATE(5245), 1, sym_comment, STATE(5259), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223767] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9291), 1, + ACTIONS(9290), 1, anon_sym_DOT2, STATE(5246), 1, sym_comment, @@ -311732,10 +311710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5248), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [223812] = 4, @@ -311763,13 +311741,13 @@ static const uint16_t ts_small_parse_table[] = { [223842] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8851), 1, + ACTIONS(8850), 1, anon_sym_LPAREN2, - ACTIONS(9295), 1, + ACTIONS(9294), 1, anon_sym_DOT2, - ACTIONS(9297), 1, + ACTIONS(9296), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9299), 1, + ACTIONS(9298), 1, aux_sym__immediate_decimal_token3, STATE(5251), 1, sym_comment, @@ -311787,9 +311765,9 @@ static const uint16_t ts_small_parse_table[] = { [223876] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9301), 1, + ACTIONS(9300), 1, anon_sym_RBRACK, STATE(5210), 1, aux_sym_val_table_repeat1, @@ -311802,7 +311780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5254), 1, sym_comment, - ACTIONS(9303), 4, + ACTIONS(9302), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -311812,10 +311790,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5255), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [223923] = 6, @@ -311827,7 +311805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(8140), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9305), 1, + ACTIONS(9304), 1, aux_sym__immediate_decimal_token1, STATE(5256), 1, sym_comment, @@ -311836,7 +311814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(967), 1, sym_block, @@ -311849,7 +311827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8104), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(966), 1, sym_block, @@ -311860,21 +311838,21 @@ static const uint16_t ts_small_parse_table[] = { [223980] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9307), 1, + ACTIONS(9306), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5259), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [223997] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(5257), 1, sym_parameter_bracks, @@ -311898,10 +311876,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5262), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [224046] = 3, @@ -311909,7 +311887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5263), 1, sym_comment, - ACTIONS(9309), 4, + ACTIONS(9308), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -311917,9 +311895,9 @@ static const uint16_t ts_small_parse_table[] = { [224059] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(4972), 1, sym_parameter_bracks, @@ -311930,9 +311908,9 @@ static const uint16_t ts_small_parse_table[] = { [224078] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8943), 1, + ACTIONS(8942), 1, anon_sym_LBRACK, - ACTIONS(8945), 1, + ACTIONS(8944), 1, anon_sym_LPAREN, STATE(1130), 1, sym_parameter_bracks, @@ -311945,22 +311923,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5266), 1, sym_comment, - ACTIONS(8695), 2, + ACTIONS(8694), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8697), 2, + ACTIONS(8696), 2, ts_builtin_sym_end, anon_sym_LF, [224112] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9311), 1, + ACTIONS(9310), 1, anon_sym_DQUOTE, STATE(5267), 1, sym_comment, STATE(5317), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224129] = 4, @@ -311977,7 +311955,7 @@ static const uint16_t ts_small_parse_table[] = { [224144] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9313), 1, + ACTIONS(9312), 1, anon_sym_DOT2, STATE(5269), 1, sym_comment, @@ -311990,7 +311968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1268), 1, sym_block, @@ -312003,7 +311981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8238), 1, anon_sym_LBRACE, - ACTIONS(8933), 1, + ACTIONS(8932), 1, anon_sym_COLON, STATE(1269), 1, sym_block, @@ -312014,9 +311992,9 @@ static const uint16_t ts_small_parse_table[] = { [224197] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8893), 1, + ACTIONS(8892), 1, anon_sym_LBRACK, - ACTIONS(8895), 1, + ACTIONS(8894), 1, anon_sym_LPAREN, STATE(4991), 1, sym_parameter_bracks, @@ -312027,13 +312005,13 @@ static const uint16_t ts_small_parse_table[] = { [224216] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9315), 1, + ACTIONS(9314), 1, anon_sym_DQUOTE, STATE(5273), 1, sym_comment, STATE(5285), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224233] = 3, @@ -312041,7 +312019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5274), 1, sym_comment, - ACTIONS(9317), 4, + ACTIONS(9316), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -312049,13 +312027,13 @@ static const uint16_t ts_small_parse_table[] = { [224246] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8907), 1, + ACTIONS(8906), 1, anon_sym_LPAREN2, - ACTIONS(9319), 1, + ACTIONS(9318), 1, anon_sym_DOT2, - ACTIONS(9321), 1, + ACTIONS(9320), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9323), 1, + ACTIONS(9322), 1, aux_sym__immediate_decimal_token3, STATE(5275), 1, sym_comment, @@ -312064,10 +312042,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5276), 1, sym_comment, - ACTIONS(8772), 2, + ACTIONS(8771), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8774), 2, + ACTIONS(8773), 2, ts_builtin_sym_end, anon_sym_LF, [224280] = 4, @@ -312075,10 +312053,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5277), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [224295] = 4, @@ -312101,7 +312079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(8114), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9325), 1, + ACTIONS(9324), 1, aux_sym__immediate_decimal_token1, STATE(5279), 1, sym_comment, @@ -312110,10 +312088,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5280), 1, sym_comment, - ACTIONS(8691), 2, + ACTIONS(8690), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8693), 2, + ACTIONS(8692), 2, ts_builtin_sym_end, anon_sym_LF, [224344] = 4, @@ -312121,64 +312099,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5281), 1, sym_comment, - ACTIONS(8705), 2, + ACTIONS(8704), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8707), 2, + ACTIONS(8706), 2, ts_builtin_sym_end, anon_sym_LF, [224359] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9327), 1, + ACTIONS(9326), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5282), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224376] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9329), 1, + ACTIONS(9328), 1, anon_sym_DQUOTE, STATE(5283), 1, sym_comment, STATE(5284), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224393] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9331), 1, + ACTIONS(9330), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5284), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224410] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9333), 1, + ACTIONS(9332), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5285), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224427] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9335), 1, + ACTIONS(9334), 1, sym__long_flag_identifier, STATE(5286), 1, sym_comment, @@ -312202,10 +312180,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5288), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [224472] = 4, @@ -312224,10 +312202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5290), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [224502] = 4, @@ -312244,9 +312222,9 @@ static const uint16_t ts_small_parse_table[] = { [224517] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9337), 1, + ACTIONS(9336), 1, anon_sym_RBRACK, STATE(5292), 1, sym_comment, @@ -312261,34 +312239,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__immediate_decimal_token3, ACTIONS(8409), 1, aux_sym__record_key_token1, - ACTIONS(9339), 1, + ACTIONS(9338), 1, anon_sym_DOT2, - ACTIONS(9341), 1, + ACTIONS(9340), 1, aux_sym__immediate_decimal_token1, STATE(5293), 1, sym_comment, [224555] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9343), 1, + ACTIONS(9342), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5294), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224572] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9345), 1, + ACTIONS(9344), 1, anon_sym_DQUOTE, STATE(5294), 1, aux_sym__str_double_quotes_repeat1, STATE(5295), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224589] = 4, @@ -312305,13 +312283,13 @@ static const uint16_t ts_small_parse_table[] = { [224604] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9347), 1, + ACTIONS(9346), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5297), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224621] = 4, @@ -312319,54 +312297,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5298), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [224636] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9349), 1, + ACTIONS(9348), 1, anon_sym_DQUOTE, STATE(5299), 1, sym_comment, STATE(5300), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224653] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9351), 1, + ACTIONS(9350), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5300), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224670] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9353), 1, + ACTIONS(9352), 1, anon_sym_DQUOTE, STATE(5297), 1, aux_sym__str_double_quotes_repeat1, STATE(5301), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224687] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9355), 1, + ACTIONS(9354), 1, anon_sym_RBRACK, STATE(5199), 1, aux_sym_val_table_repeat1, @@ -312377,37 +312355,37 @@ static const uint16_t ts_small_parse_table[] = { [224706] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9357), 1, + ACTIONS(9356), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5303), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224723] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9359), 1, + ACTIONS(9358), 1, anon_sym_DQUOTE, STATE(5303), 1, aux_sym__str_double_quotes_repeat1, STATE(5304), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224740] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9361), 1, + ACTIONS(9360), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5305), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224757] = 4, @@ -312424,9 +312402,9 @@ static const uint16_t ts_small_parse_table[] = { [224772] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9363), 1, + ACTIONS(9362), 1, anon_sym_RBRACK, STATE(5199), 1, aux_sym_val_table_repeat1, @@ -312437,45 +312415,45 @@ static const uint16_t ts_small_parse_table[] = { [224791] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9365), 1, + ACTIONS(9364), 1, anon_sym_DQUOTE, STATE(5305), 1, aux_sym__str_double_quotes_repeat1, STATE(5308), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224808] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9367), 1, + ACTIONS(9366), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5309), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224825] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9369), 1, + ACTIONS(9368), 1, anon_sym_DQUOTE, STATE(5309), 1, aux_sym__str_double_quotes_repeat1, STATE(5310), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224842] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9371), 1, + ACTIONS(9370), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9373), 1, + ACTIONS(9372), 1, aux_sym__immediate_decimal_token2, STATE(5311), 1, sym_comment, @@ -312485,13 +312463,13 @@ static const uint16_t ts_small_parse_table[] = { [224859] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9375), 1, + ACTIONS(9374), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5312), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224876] = 3, @@ -312499,7 +312477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5313), 1, sym_comment, - ACTIONS(9377), 4, + ACTIONS(9376), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -312509,10 +312487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5314), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [224904] = 6, @@ -312542,21 +312520,21 @@ static const uint16_t ts_small_parse_table[] = { [224938] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9379), 1, + ACTIONS(9378), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5317), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224955] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9381), 1, + ACTIONS(9380), 1, anon_sym_RBRACK, STATE(5307), 1, aux_sym_val_table_repeat1, @@ -312567,19 +312545,19 @@ static const uint16_t ts_small_parse_table[] = { [224974] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9383), 1, + ACTIONS(9382), 1, anon_sym_DQUOTE, STATE(5319), 1, sym_comment, STATE(5321), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [224991] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9385), 1, + ACTIONS(9384), 1, anon_sym_DOT2, STATE(5320), 1, sym_comment, @@ -312590,33 +312568,33 @@ static const uint16_t ts_small_parse_table[] = { [225006] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9387), 1, + ACTIONS(9386), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5321), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225023] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9389), 1, + ACTIONS(9388), 1, anon_sym_DQUOTE, STATE(5312), 1, aux_sym__str_double_quotes_repeat1, STATE(5322), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225040] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9065), 1, + ACTIONS(9064), 1, anon_sym_LBRACK, - ACTIONS(9067), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, STATE(925), 1, sym_parameter_bracks, @@ -312629,10 +312607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5324), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [225074] = 4, @@ -312662,9 +312640,9 @@ static const uint16_t ts_small_parse_table[] = { [225108] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8867), 1, + ACTIONS(8866), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, + ACTIONS(9390), 1, anon_sym_RBRACK, STATE(5060), 1, aux_sym_val_table_repeat1, @@ -312675,9 +312653,9 @@ static const uint16_t ts_small_parse_table[] = { [225127] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9281), 1, + ACTIONS(9280), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9393), 1, + ACTIONS(9392), 1, aux_sym__immediate_decimal_token1, STATE(5328), 1, sym_comment, @@ -312687,13 +312665,13 @@ static const uint16_t ts_small_parse_table[] = { [225144] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9395), 1, + ACTIONS(9394), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5329), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225161] = 4, @@ -312701,10 +312679,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5330), 1, sym_comment, - ACTIONS(8687), 2, + ACTIONS(8686), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8689), 2, + ACTIONS(8688), 2, ts_builtin_sym_end, anon_sym_LF, [225176] = 4, @@ -312712,10 +312690,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5331), 1, sym_comment, - ACTIONS(8638), 2, + ACTIONS(8637), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8640), 2, + ACTIONS(8639), 2, ts_builtin_sym_end, anon_sym_LF, [225191] = 3, @@ -312723,7 +312701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5332), 1, sym_comment, - ACTIONS(9397), 4, + ACTIONS(9396), 4, sym_identifier, anon_sym_in, anon_sym_nu, @@ -312733,36 +312711,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8108), 1, anon_sym_LPAREN2, - ACTIONS(9399), 1, + ACTIONS(9398), 1, anon_sym_DOT2, - ACTIONS(9401), 1, + ACTIONS(9400), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9403), 1, + ACTIONS(9402), 1, aux_sym__immediate_decimal_token3, STATE(5333), 1, sym_comment, [225223] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9405), 1, + ACTIONS(9404), 1, anon_sym_DQUOTE, STATE(5334), 1, sym_comment, STATE(5335), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225240] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9407), 1, + ACTIONS(9406), 1, anon_sym_DQUOTE, STATE(5129), 1, aux_sym__str_double_quotes_repeat1, STATE(5335), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225257] = 4, @@ -312779,25 +312757,25 @@ static const uint16_t ts_small_parse_table[] = { [225272] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9409), 1, + ACTIONS(9408), 1, anon_sym_DQUOTE, STATE(5329), 1, aux_sym__str_double_quotes_repeat1, STATE(5337), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225289] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9411), 1, + ACTIONS(9410), 1, anon_sym_DQUOTE, STATE(5282), 1, aux_sym__str_double_quotes_repeat1, STATE(5338), 1, sym_comment, - ACTIONS(8843), 2, + ACTIONS(8842), 2, sym__escaped_str_content, sym_escape_sequence, [225306] = 4, @@ -312813,7 +312791,7 @@ static const uint16_t ts_small_parse_table[] = { [225320] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9413), 1, + ACTIONS(9412), 1, anon_sym_DOT2, STATE(5340), 1, sym_comment, @@ -312833,11 +312811,11 @@ static const uint16_t ts_small_parse_table[] = { [225348] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9126), 1, + ACTIONS(9125), 1, anon_sym_DOT2, - ACTIONS(9128), 1, + ACTIONS(9127), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9130), 1, + ACTIONS(9129), 1, aux_sym__immediate_decimal_token3, STATE(5342), 1, sym_comment, @@ -312854,22 +312832,22 @@ static const uint16_t ts_small_parse_table[] = { [225378] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9415), 1, + ACTIONS(9414), 1, anon_sym_DOT2, - ACTIONS(9417), 1, + ACTIONS(9416), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9419), 1, + ACTIONS(9418), 1, aux_sym__immediate_decimal_token3, STATE(5344), 1, sym_comment, [225394] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9421), 1, + ACTIONS(9420), 1, anon_sym_DOT2, - ACTIONS(9423), 1, + ACTIONS(9422), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9425), 1, + ACTIONS(9424), 1, aux_sym__immediate_decimal_token3, STATE(5345), 1, sym_comment, @@ -312878,29 +312856,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2517), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9427), 1, + ACTIONS(9426), 1, anon_sym_DOT2, - ACTIONS(9429), 1, + ACTIONS(9428), 1, aux_sym__immediate_decimal_token2, STATE(5346), 1, sym_comment, [225426] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8799), 1, + ACTIONS(8798), 1, anon_sym_DOT2, - ACTIONS(8805), 1, + ACTIONS(8804), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9431), 1, + ACTIONS(9430), 1, aux_sym__immediate_decimal_token1, STATE(5347), 1, sym_comment, [225442] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9433), 1, + ACTIONS(9432), 1, anon_sym_RBRACK, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, STATE(5348), 1, sym_comment, @@ -312909,20 +312887,20 @@ static const uint16_t ts_small_parse_table[] = { [225458] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9437), 1, + ACTIONS(9436), 1, anon_sym_DOT2, - ACTIONS(9439), 1, + ACTIONS(9438), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9441), 1, + ACTIONS(9440), 1, aux_sym__immediate_decimal_token3, STATE(5349), 1, sym_comment, [225474] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9443), 1, + ACTIONS(9442), 1, anon_sym_RBRACK, - ACTIONS(9445), 1, + ACTIONS(9444), 1, sym_hex_digit, STATE(5350), 2, sym_comment, @@ -312930,9 +312908,9 @@ static const uint16_t ts_small_parse_table[] = { [225488] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9448), 1, + ACTIONS(9447), 1, anon_sym_EQ, - ACTIONS(9450), 1, + ACTIONS(9449), 1, anon_sym_COLON, STATE(5351), 1, sym_comment, @@ -312941,19 +312919,19 @@ static const uint16_t ts_small_parse_table[] = { [225504] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9454), 1, + ACTIONS(9453), 1, anon_sym_LF, STATE(5352), 1, sym_comment, - ACTIONS(9452), 2, + ACTIONS(9451), 2, anon_sym_SEMI, anon_sym_RPAREN, [225518] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9450), 1, + ACTIONS(9449), 1, anon_sym_COLON, - ACTIONS(9456), 1, + ACTIONS(9455), 1, anon_sym_EQ, STATE(5353), 1, sym_comment, @@ -312962,59 +312940,59 @@ static const uint16_t ts_small_parse_table[] = { [225534] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9460), 1, + ACTIONS(9459), 1, anon_sym_LF, STATE(5354), 1, sym_comment, - ACTIONS(9458), 2, + ACTIONS(9457), 2, anon_sym_SEMI, anon_sym_RPAREN, [225548] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9319), 1, + ACTIONS(9318), 1, anon_sym_DOT2, - ACTIONS(9321), 1, + ACTIONS(9320), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9323), 1, + ACTIONS(9322), 1, aux_sym__immediate_decimal_token3, STATE(5355), 1, sym_comment, [225564] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9464), 1, + ACTIONS(9463), 1, anon_sym_LF, STATE(5356), 1, sym_comment, - ACTIONS(9462), 2, + ACTIONS(9461), 2, anon_sym_SEMI, anon_sym_RPAREN, [225578] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9466), 1, + ACTIONS(9465), 1, anon_sym_DOT2, - ACTIONS(9468), 1, + ACTIONS(9467), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9470), 1, + ACTIONS(9469), 1, aux_sym__immediate_decimal_token3, STATE(5357), 1, sym_comment, [225594] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9101), 1, + ACTIONS(9100), 1, anon_sym_LPAREN, STATE(5358), 1, sym_comment, - ACTIONS(9103), 2, + ACTIONS(9102), 2, sym_unescaped_interpolated_content, anon_sym_SQUOTE, [225608] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9472), 1, + ACTIONS(9471), 1, anon_sym_DOT2, STATE(5359), 1, sym_comment, @@ -313024,31 +313002,31 @@ static const uint16_t ts_small_parse_table[] = { [225622] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9474), 1, + ACTIONS(9473), 1, anon_sym_DOT2, - ACTIONS(9476), 1, + ACTIONS(9475), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9478), 1, + ACTIONS(9477), 1, aux_sym__immediate_decimal_token3, STATE(5360), 1, sym_comment, [225638] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9273), 1, + ACTIONS(9272), 1, anon_sym_DOT2, - ACTIONS(9275), 1, + ACTIONS(9274), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9277), 1, + ACTIONS(9276), 1, aux_sym__immediate_decimal_token3, STATE(5361), 1, sym_comment, [225654] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8642), 1, + ACTIONS(8641), 1, anon_sym_PIPE, - ACTIONS(9480), 1, + ACTIONS(9479), 1, anon_sym_EQ_GT, STATE(5362), 1, sym_comment, @@ -313057,20 +313035,20 @@ static const uint16_t ts_small_parse_table[] = { [225670] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9482), 1, + ACTIONS(9481), 1, anon_sym_DOT2, - ACTIONS(9484), 1, + ACTIONS(9483), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9486), 1, + ACTIONS(9485), 1, aux_sym__immediate_decimal_token3, STATE(5363), 1, sym_comment, [225686] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9488), 1, + ACTIONS(9487), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313079,31 +313057,31 @@ static const uint16_t ts_small_parse_table[] = { [225702] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9421), 1, + ACTIONS(9420), 1, anon_sym_DOT2, - ACTIONS(9425), 1, + ACTIONS(9424), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9490), 1, + ACTIONS(9489), 1, aux_sym__immediate_decimal_token1, STATE(5365), 1, sym_comment, [225718] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9033), 1, + ACTIONS(9032), 1, anon_sym_DOT2, - ACTIONS(9037), 1, + ACTIONS(9036), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9039), 1, + ACTIONS(9038), 1, aux_sym__immediate_decimal_token3, STATE(5366), 1, sym_comment, [225734] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9492), 1, + ACTIONS(9491), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313112,61 +313090,61 @@ static const uint16_t ts_small_parse_table[] = { [225750] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9482), 1, + ACTIONS(9481), 1, anon_sym_DOT2, - ACTIONS(9486), 1, + ACTIONS(9485), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9494), 1, + ACTIONS(9493), 1, aux_sym__immediate_decimal_token1, STATE(5368), 1, sym_comment, [225766] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9251), 1, + ACTIONS(9250), 1, anon_sym_DOT2, - ACTIONS(9253), 1, + ACTIONS(9252), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9255), 1, + ACTIONS(9254), 1, aux_sym__immediate_decimal_token3, STATE(5369), 1, sym_comment, [225782] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8959), 1, + ACTIONS(8958), 1, anon_sym_SEMI, STATE(5370), 1, sym_comment, - ACTIONS(8961), 2, + ACTIONS(8960), 2, ts_builtin_sym_end, anon_sym_LF, [225796] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9496), 1, + ACTIONS(9495), 1, anon_sym_DOT2, - ACTIONS(9498), 1, + ACTIONS(9497), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9500), 1, + ACTIONS(9499), 1, aux_sym__immediate_decimal_token3, STATE(5371), 1, sym_comment, [225812] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9502), 1, + ACTIONS(9501), 1, anon_sym_DOT2, - ACTIONS(9504), 1, + ACTIONS(9503), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9506), 1, + ACTIONS(9505), 1, aux_sym__immediate_decimal_token3, STATE(5372), 1, sym_comment, [225828] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9508), 1, + ACTIONS(9507), 1, anon_sym_DOT2, STATE(5373), 1, sym_comment, @@ -313176,9 +313154,9 @@ static const uint16_t ts_small_parse_table[] = { [225842] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9510), 1, + ACTIONS(9509), 1, anon_sym_RBRACK, STATE(5367), 1, aux_sym_val_binary_repeat1, @@ -313187,9 +313165,9 @@ static const uint16_t ts_small_parse_table[] = { [225858] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9512), 1, + ACTIONS(9511), 1, anon_sym_RBRACK, STATE(5375), 1, sym_comment, @@ -313198,18 +313176,18 @@ static const uint16_t ts_small_parse_table[] = { [225874] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9223), 1, + ACTIONS(9222), 1, anon_sym_DOT2, - ACTIONS(9225), 1, + ACTIONS(9224), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9227), 1, + ACTIONS(9226), 1, aux_sym__immediate_decimal_token3, STATE(5376), 1, sym_comment, [225890] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9514), 1, + ACTIONS(9513), 1, anon_sym_DOT2, STATE(5377), 1, sym_comment, @@ -313219,7 +313197,7 @@ static const uint16_t ts_small_parse_table[] = { [225904] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9516), 1, + ACTIONS(9515), 1, anon_sym_DOT2, STATE(5378), 1, sym_comment, @@ -313229,19 +313207,19 @@ static const uint16_t ts_small_parse_table[] = { [225918] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8955), 1, + ACTIONS(8954), 1, anon_sym_SEMI, STATE(5379), 1, sym_comment, - ACTIONS(8957), 2, + ACTIONS(8956), 2, ts_builtin_sym_end, anon_sym_LF, [225932] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9518), 1, + ACTIONS(9517), 1, anon_sym_RBRACK, STATE(5380), 1, sym_comment, @@ -313252,20 +313230,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2326), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9520), 1, + ACTIONS(9519), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9522), 1, + ACTIONS(9521), 1, aux_sym__immediate_decimal_token2, STATE(5381), 1, sym_comment, [225964] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9524), 1, + ACTIONS(9523), 1, anon_sym_DOT2, - ACTIONS(9526), 1, + ACTIONS(9525), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9528), 1, + ACTIONS(9527), 1, aux_sym__immediate_decimal_token3, STATE(5382), 1, sym_comment, @@ -313274,7 +313252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(7596), 1, anon_sym_EQ, - ACTIONS(9530), 1, + ACTIONS(9529), 1, anon_sym_AT, STATE(3981), 1, sym_param_cmd, @@ -313287,7 +313265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT2, ACTIONS(8559), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9532), 1, + ACTIONS(9531), 1, aux_sym__immediate_decimal_token1, STATE(5384), 1, sym_comment, @@ -313303,18 +313281,18 @@ static const uint16_t ts_small_parse_table[] = { [226024] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9172), 1, + ACTIONS(9171), 1, anon_sym_DOT2, - ACTIONS(9174), 1, + ACTIONS(9173), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9176), 1, + ACTIONS(9175), 1, aux_sym__immediate_decimal_token3, STATE(5386), 1, sym_comment, [226040] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9534), 1, + ACTIONS(9533), 1, anon_sym_DOT2, STATE(5387), 1, sym_comment, @@ -313333,11 +313311,11 @@ static const uint16_t ts_small_parse_table[] = { [226066] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9536), 1, + ACTIONS(9535), 1, anon_sym_DOT2, - ACTIONS(9538), 1, + ACTIONS(9537), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9540), 1, + ACTIONS(9539), 1, aux_sym__immediate_decimal_token3, STATE(5389), 1, sym_comment, @@ -313346,9 +313324,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(3353), 1, anon_sym_RPAREN, - ACTIONS(9542), 1, + ACTIONS(9541), 1, anon_sym_SEMI, - ACTIONS(9544), 1, + ACTIONS(9543), 1, anon_sym_LF, STATE(5390), 1, sym_comment, @@ -313364,11 +313342,11 @@ static const uint16_t ts_small_parse_table[] = { [226110] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8915), 1, + ACTIONS(8914), 1, anon_sym_SEMI, STATE(5392), 1, sym_comment, - ACTIONS(8917), 2, + ACTIONS(8916), 2, ts_builtin_sym_end, anon_sym_LF, [226124] = 3, @@ -313376,18 +313354,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5393), 1, sym_comment, - ACTIONS(9546), 3, + ACTIONS(9545), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, [226136] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8951), 1, + ACTIONS(8950), 1, anon_sym_SEMI, STATE(5394), 1, sym_comment, - ACTIONS(8953), 2, + ACTIONS(8952), 2, ts_builtin_sym_end, anon_sym_LF, [226150] = 5, @@ -313395,9 +313373,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2326), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9522), 1, + ACTIONS(9521), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9548), 1, + ACTIONS(9547), 1, anon_sym_DOT2, STATE(5395), 1, sym_comment, @@ -313413,11 +313391,11 @@ static const uint16_t ts_small_parse_table[] = { [226178] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9550), 1, + ACTIONS(9549), 1, anon_sym_DOT2, - ACTIONS(9552), 1, + ACTIONS(9551), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9554), 1, + ACTIONS(9553), 1, aux_sym__immediate_decimal_token3, STATE(5397), 1, sym_comment, @@ -313435,11 +313413,11 @@ static const uint16_t ts_small_parse_table[] = { [226210] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9233), 1, + ACTIONS(9232), 1, anon_sym_DOT2, - ACTIONS(9235), 1, + ACTIONS(9234), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9237), 1, + ACTIONS(9236), 1, aux_sym__immediate_decimal_token3, STATE(5399), 1, sym_comment, @@ -313450,27 +313428,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unquoted_token6, ACTIONS(686), 1, anon_sym_DOT2, - ACTIONS(9556), 1, + ACTIONS(9555), 1, aux_sym__immediate_decimal_token2, STATE(5400), 1, sym_comment, [226242] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9558), 1, + ACTIONS(9557), 1, anon_sym_DOT2, - ACTIONS(9560), 1, + ACTIONS(9559), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9562), 1, + ACTIONS(9561), 1, aux_sym__immediate_decimal_token3, STATE(5401), 1, sym_comment, [226258] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9564), 1, + ACTIONS(9563), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313479,20 +313457,20 @@ static const uint16_t ts_small_parse_table[] = { [226274] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9566), 1, + ACTIONS(9565), 1, anon_sym_DOT2, - ACTIONS(9568), 1, + ACTIONS(9567), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9570), 1, + ACTIONS(9569), 1, aux_sym__immediate_decimal_token3, STATE(5403), 1, sym_comment, [226290] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9572), 1, + ACTIONS(9571), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313510,31 +313488,31 @@ static const uint16_t ts_small_parse_table[] = { [226318] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9202), 1, + ACTIONS(9201), 1, anon_sym_DOT2, - ACTIONS(9204), 1, + ACTIONS(9203), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9206), 1, + ACTIONS(9205), 1, aux_sym__immediate_decimal_token3, STATE(5406), 1, sym_comment, [226334] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9550), 1, + ACTIONS(9549), 1, anon_sym_DOT2, - ACTIONS(9554), 1, + ACTIONS(9553), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9574), 1, + ACTIONS(9573), 1, aux_sym__immediate_decimal_token1, STATE(5407), 1, sym_comment, [226350] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9576), 1, + ACTIONS(9575), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313543,18 +313521,18 @@ static const uint16_t ts_small_parse_table[] = { [226366] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9578), 1, + ACTIONS(9577), 1, anon_sym_DOT2, - ACTIONS(9580), 1, + ACTIONS(9579), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9582), 1, + ACTIONS(9581), 1, aux_sym__immediate_decimal_token3, STATE(5409), 1, sym_comment, [226382] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9584), 1, + ACTIONS(9583), 1, anon_sym_DOT2, STATE(5410), 1, sym_comment, @@ -313564,9 +313542,9 @@ static const uint16_t ts_small_parse_table[] = { [226396] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9450), 1, + ACTIONS(9449), 1, anon_sym_COLON, - ACTIONS(9586), 1, + ACTIONS(9585), 1, anon_sym_EQ, STATE(5411), 1, sym_comment, @@ -313575,9 +313553,9 @@ static const uint16_t ts_small_parse_table[] = { [226412] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9588), 1, + ACTIONS(9587), 1, anon_sym_RBRACK, STATE(5412), 1, sym_comment, @@ -313586,9 +313564,9 @@ static const uint16_t ts_small_parse_table[] = { [226428] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9590), 1, + ACTIONS(9589), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313597,20 +313575,20 @@ static const uint16_t ts_small_parse_table[] = { [226444] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9592), 1, + ACTIONS(9591), 1, anon_sym_DOT2, - ACTIONS(9594), 1, + ACTIONS(9593), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9596), 1, + ACTIONS(9595), 1, aux_sym__immediate_decimal_token3, STATE(5414), 1, sym_comment, [226460] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9450), 1, + ACTIONS(9449), 1, anon_sym_COLON, - ACTIONS(9598), 1, + ACTIONS(9597), 1, anon_sym_EQ, STATE(5415), 1, sym_comment, @@ -313619,19 +313597,19 @@ static const uint16_t ts_small_parse_table[] = { [226476] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8935), 1, + ACTIONS(8934), 1, anon_sym_SEMI, STATE(5416), 1, sym_comment, - ACTIONS(8937), 2, + ACTIONS(8936), 2, ts_builtin_sym_end, anon_sym_LF, [226490] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9600), 1, + ACTIONS(9599), 1, anon_sym_RBRACK, STATE(5408), 1, aux_sym_val_binary_repeat1, @@ -313651,20 +313629,20 @@ static const uint16_t ts_small_parse_table[] = { [226522] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9136), 1, + ACTIONS(9135), 1, anon_sym_DOT2, - ACTIONS(9138), 1, + ACTIONS(9137), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9140), 1, + ACTIONS(9139), 1, aux_sym__immediate_decimal_token3, STATE(5419), 1, sym_comment, [226538] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9602), 1, + ACTIONS(9601), 1, anon_sym_RBRACK, STATE(5402), 1, aux_sym_val_binary_repeat1, @@ -313677,7 +313655,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unquoted_token6, ACTIONS(649), 1, anon_sym_DOT2, - ACTIONS(8901), 1, + ACTIONS(8900), 1, aux_sym__immediate_decimal_token2, STATE(5421), 1, sym_comment, @@ -313693,33 +313671,33 @@ static const uint16_t ts_small_parse_table[] = { [226582] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9604), 1, + ACTIONS(9603), 1, anon_sym_DOT2, - ACTIONS(9606), 1, + ACTIONS(9605), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9608), 1, + ACTIONS(9607), 1, aux_sym__immediate_decimal_token3, STATE(5423), 1, sym_comment, [226598] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9295), 1, + ACTIONS(9294), 1, anon_sym_DOT2, - ACTIONS(9297), 1, + ACTIONS(9296), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9299), 1, + ACTIONS(9298), 1, aux_sym__immediate_decimal_token3, STATE(5424), 1, sym_comment, [226614] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9612), 1, + ACTIONS(9611), 1, anon_sym_LF, STATE(5425), 1, sym_comment, - ACTIONS(9610), 2, + ACTIONS(9609), 2, anon_sym_SEMI, anon_sym_RPAREN, [226628] = 5, @@ -313727,7 +313705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(3548), 1, anon_sym_COLON, - ACTIONS(9614), 1, + ACTIONS(9613), 1, anon_sym_LBRACE, STATE(4329), 1, sym_block, @@ -313736,20 +313714,20 @@ static const uint16_t ts_small_parse_table[] = { [226644] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9550), 1, + ACTIONS(9549), 1, anon_sym_DOT2, - ACTIONS(9554), 1, + ACTIONS(9553), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9616), 1, + ACTIONS(9615), 1, aux_sym__immediate_decimal_token1, STATE(5427), 1, sym_comment, [226660] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9618), 1, + ACTIONS(9617), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -313758,22 +313736,22 @@ static const uint16_t ts_small_parse_table[] = { [226676] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9021), 1, + ACTIONS(9020), 1, anon_sym_DOT2, - ACTIONS(9025), 1, + ACTIONS(9024), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9027), 1, + ACTIONS(9026), 1, aux_sym__immediate_decimal_token3, STATE(5429), 1, sym_comment, [226692] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8923), 1, + ACTIONS(8922), 1, anon_sym_SEMI, STATE(5430), 1, sym_comment, - ACTIONS(8925), 2, + ACTIONS(8924), 2, ts_builtin_sym_end, anon_sym_LF, [226706] = 5, @@ -313781,20 +313759,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2375), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9620), 1, + ACTIONS(9619), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9622), 1, + ACTIONS(9621), 1, aux_sym__immediate_decimal_token2, STATE(5431), 1, sym_comment, [226722] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9091), 1, + ACTIONS(9090), 1, anon_sym_DOT2, - ACTIONS(9093), 1, + ACTIONS(9092), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9095), 1, + ACTIONS(9094), 1, aux_sym__immediate_decimal_token3, STATE(5432), 1, sym_comment, @@ -313810,11 +313788,11 @@ static const uint16_t ts_small_parse_table[] = { [226750] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9626), 1, + ACTIONS(9625), 1, anon_sym_LF, STATE(5434), 1, sym_comment, - ACTIONS(9624), 2, + ACTIONS(9623), 2, anon_sym_SEMI, anon_sym_RPAREN, [226764] = 3, @@ -313838,11 +313816,11 @@ static const uint16_t ts_small_parse_table[] = { [226788] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9628), 1, + ACTIONS(9627), 1, anon_sym_DOT2, - ACTIONS(9630), 1, + ACTIONS(9629), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9632), 1, + ACTIONS(9631), 1, aux_sym__immediate_decimal_token3, STATE(5437), 1, sym_comment, @@ -313853,7 +313831,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_unquoted_token6, ACTIONS(657), 1, anon_sym_DOT2, - ACTIONS(8921), 1, + ACTIONS(8920), 1, aux_sym__immediate_decimal_token2, STATE(5438), 1, sym_comment, @@ -313862,7 +313840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5439), 1, sym_comment, - ACTIONS(9634), 3, + ACTIONS(9633), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, @@ -313871,9 +313849,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(655), 1, aux_sym_unquoted_token6, - ACTIONS(8921), 1, + ACTIONS(8920), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9636), 1, + ACTIONS(9635), 1, anon_sym_DOT2, STATE(5440), 1, sym_comment, @@ -313884,7 +313862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(5590), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9639), 1, + ACTIONS(9638), 1, anon_sym_DOT2, STATE(5441), 1, sym_comment, @@ -313904,7 +313882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2355), 1, aux_sym_pipe_element_repeat1, @@ -313913,17 +313891,17 @@ static const uint16_t ts_small_parse_table[] = { [226896] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9109), 1, + ACTIONS(9108), 1, anon_sym_SEMI, STATE(5444), 1, sym_comment, - ACTIONS(9111), 2, + ACTIONS(9110), 2, ts_builtin_sym_end, anon_sym_LF, [226910] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9641), 1, + ACTIONS(9640), 1, aux_sym__immediate_decimal_token2, STATE(5445), 1, sym_comment, @@ -313933,7 +313911,7 @@ static const uint16_t ts_small_parse_table[] = { [226924] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9373), 1, + ACTIONS(9372), 1, aux_sym__immediate_decimal_token2, STATE(5446), 1, sym_comment, @@ -313945,7 +313923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2356), 1, aux_sym_pipe_element_repeat1, @@ -313954,22 +313932,22 @@ static const uint16_t ts_small_parse_table[] = { [226954] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9047), 1, + ACTIONS(9046), 1, anon_sym_DOT2, - ACTIONS(9049), 1, + ACTIONS(9048), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9051), 1, + ACTIONS(9050), 1, aux_sym__immediate_decimal_token3, STATE(5448), 1, sym_comment, [226970] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9558), 1, + ACTIONS(9557), 1, anon_sym_DOT2, - ACTIONS(9562), 1, + ACTIONS(9561), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9643), 1, + ACTIONS(9642), 1, aux_sym__immediate_decimal_token1, STATE(5449), 1, sym_comment, @@ -313990,35 +313968,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT2, ACTIONS(8114), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9325), 1, + ACTIONS(9324), 1, aux_sym__immediate_decimal_token1, STATE(5451), 1, sym_comment, [227016] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9105), 1, + ACTIONS(9104), 1, anon_sym_SEMI, STATE(5452), 1, sym_comment, - ACTIONS(9107), 2, + ACTIONS(9106), 2, ts_builtin_sym_end, anon_sym_LF, [227030] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8905), 1, + ACTIONS(8904), 1, anon_sym_DOT2, - ACTIONS(8909), 1, + ACTIONS(8908), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8911), 1, + ACTIONS(8910), 1, aux_sym__immediate_decimal_token3, STATE(5453), 1, sym_comment, [227046] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9645), 1, + ACTIONS(9644), 1, anon_sym_DOT2, STATE(5454), 1, sym_comment, @@ -314028,9 +314006,9 @@ static const uint16_t ts_small_parse_table[] = { [227060] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9647), 1, + ACTIONS(9646), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -314050,19 +314028,19 @@ static const uint16_t ts_small_parse_table[] = { [227092] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9649), 1, + ACTIONS(9648), 1, anon_sym_LPAREN, STATE(5457), 1, sym_comment, - ACTIONS(9651), 2, + ACTIONS(9650), 2, sym_unescaped_interpolated_content, anon_sym_SQUOTE, [227106] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9450), 1, + ACTIONS(9449), 1, anon_sym_COLON, - ACTIONS(9653), 1, + ACTIONS(9652), 1, anon_sym_EQ, STATE(5458), 1, sym_comment, @@ -314071,21 +314049,21 @@ static const uint16_t ts_small_parse_table[] = { [227122] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9655), 1, + ACTIONS(9654), 1, anon_sym_LPAREN, STATE(5459), 1, sym_comment, - ACTIONS(9657), 2, + ACTIONS(9656), 2, sym_unescaped_interpolated_content, anon_sym_SQUOTE, [227136] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9659), 1, + ACTIONS(9658), 1, anon_sym_DOT2, - ACTIONS(9661), 1, + ACTIONS(9660), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9663), 1, + ACTIONS(9662), 1, aux_sym__immediate_decimal_token3, STATE(5460), 1, sym_comment, @@ -314094,18 +314072,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(671), 1, aux_sym_unquoted_token6, - ACTIONS(9665), 1, + ACTIONS(9664), 1, anon_sym_DOT2, - ACTIONS(9668), 1, + ACTIONS(9667), 1, aux_sym__immediate_decimal_token2, STATE(5461), 1, sym_comment, [227168] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9670), 1, + ACTIONS(9669), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -314114,29 +314092,29 @@ static const uint16_t ts_small_parse_table[] = { [227184] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8833), 1, + ACTIONS(8832), 1, anon_sym_DOT2, - ACTIONS(8837), 1, + ACTIONS(8836), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8839), 1, + ACTIONS(8838), 1, aux_sym__immediate_decimal_token3, STATE(5463), 1, sym_comment, [227200] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9672), 1, + ACTIONS(9671), 1, anon_sym_DOT2, - ACTIONS(9674), 1, + ACTIONS(9673), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9676), 1, + ACTIONS(9675), 1, aux_sym__immediate_decimal_token3, STATE(5464), 1, sym_comment, [227216] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9281), 1, + ACTIONS(9280), 1, aux_sym__immediate_decimal_token2, STATE(5465), 1, sym_comment, @@ -314159,28 +314137,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT2, ACTIONS(8140), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9305), 1, + ACTIONS(9304), 1, aux_sym__immediate_decimal_token1, STATE(5467), 1, sym_comment, [227258] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9678), 1, + ACTIONS(9677), 1, anon_sym_DQUOTE, STATE(5468), 1, sym_comment, - ACTIONS(9680), 2, + ACTIONS(9679), 2, sym__escaped_str_content, sym_escape_sequence, [227272] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9682), 1, + ACTIONS(9681), 1, anon_sym_DOT2, - ACTIONS(9684), 1, + ACTIONS(9683), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9686), 1, + ACTIONS(9685), 1, aux_sym__immediate_decimal_token3, STATE(5469), 1, sym_comment, @@ -314191,16 +314169,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(5258), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9688), 1, + ACTIONS(9687), 1, anon_sym_DOT2, STATE(5470), 1, sym_comment, [227304] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9690), 1, + ACTIONS(9689), 1, anon_sym_RBRACK, STATE(5462), 1, aux_sym_val_binary_repeat1, @@ -314209,9 +314187,9 @@ static const uint16_t ts_small_parse_table[] = { [227320] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9692), 1, + ACTIONS(9691), 1, anon_sym_RBRACK, STATE(5472), 1, sym_comment, @@ -314220,7 +314198,7 @@ static const uint16_t ts_small_parse_table[] = { [227336] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9694), 1, + ACTIONS(9693), 1, anon_sym_DOT2, STATE(5473), 1, sym_comment, @@ -314230,9 +314208,9 @@ static const uint16_t ts_small_parse_table[] = { [227350] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9696), 1, + ACTIONS(9695), 1, anon_sym_RBRACK, STATE(5474), 1, sym_comment, @@ -314241,20 +314219,20 @@ static const uint16_t ts_small_parse_table[] = { [227366] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9698), 1, + ACTIONS(9697), 1, anon_sym_SEMI, - ACTIONS(9700), 1, + ACTIONS(9699), 1, anon_sym_LF, - ACTIONS(9702), 1, + ACTIONS(9701), 1, anon_sym_RPAREN, STATE(5475), 1, sym_comment, [227382] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9704), 1, + ACTIONS(9703), 1, anon_sym_RBRACK, STATE(5476), 1, sym_comment, @@ -314263,18 +314241,18 @@ static const uint16_t ts_small_parse_table[] = { [227398] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9604), 1, + ACTIONS(9603), 1, anon_sym_DOT2, - ACTIONS(9608), 1, + ACTIONS(9607), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9706), 1, + ACTIONS(9705), 1, aux_sym__immediate_decimal_token1, STATE(5477), 1, sym_comment, [227414] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9708), 1, + ACTIONS(9707), 1, anon_sym_DOT2, STATE(5478), 1, sym_comment, @@ -314284,53 +314262,53 @@ static const uint16_t ts_small_parse_table[] = { [227428] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9536), 1, + ACTIONS(9535), 1, anon_sym_DOT2, - ACTIONS(9540), 1, + ACTIONS(9539), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9710), 1, + ACTIONS(9709), 1, aux_sym__immediate_decimal_token1, STATE(5479), 1, sym_comment, [227444] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8999), 1, + ACTIONS(8998), 1, anon_sym_DOT2, - ACTIONS(9001), 1, + ACTIONS(9000), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9003), 1, + ACTIONS(9002), 1, aux_sym__immediate_decimal_token3, STATE(5480), 1, sym_comment, [227460] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8965), 1, + ACTIONS(8964), 1, anon_sym_DOT2, - ACTIONS(8967), 1, + ACTIONS(8966), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8969), 1, + ACTIONS(8968), 1, aux_sym__immediate_decimal_token3, STATE(5481), 1, sym_comment, [227476] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9482), 1, + ACTIONS(9481), 1, anon_sym_DOT2, - ACTIONS(9486), 1, + ACTIONS(9485), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9712), 1, + ACTIONS(9711), 1, aux_sym__immediate_decimal_token1, STATE(5482), 1, sym_comment, [227492] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9714), 1, + ACTIONS(9713), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -314339,41 +314317,41 @@ static const uint16_t ts_small_parse_table[] = { [227508] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9716), 1, + ACTIONS(9715), 1, anon_sym_DOT2, - ACTIONS(9718), 1, + ACTIONS(9717), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9720), 1, + ACTIONS(9719), 1, aux_sym__immediate_decimal_token3, STATE(5484), 1, sym_comment, [227524] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8873), 1, + ACTIONS(8872), 1, anon_sym_DOT2, - ACTIONS(8877), 1, + ACTIONS(8876), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8879), 1, + ACTIONS(8878), 1, aux_sym__immediate_decimal_token3, STATE(5485), 1, sym_comment, [227540] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9722), 1, + ACTIONS(9721), 1, anon_sym_COMMA, STATE(5486), 1, sym_comment, - ACTIONS(9724), 2, + ACTIONS(9723), 2, anon_sym_RBRACK, sym_hex_digit, [227554] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9726), 1, + ACTIONS(9725), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -314382,9 +314360,9 @@ static const uint16_t ts_small_parse_table[] = { [227570] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9728), 1, + ACTIONS(9727), 1, anon_sym_RBRACK, STATE(5455), 1, aux_sym_val_binary_repeat1, @@ -314393,20 +314371,20 @@ static const uint16_t ts_small_parse_table[] = { [227586] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9716), 1, + ACTIONS(9715), 1, anon_sym_DOT2, - ACTIONS(9720), 1, + ACTIONS(9719), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9730), 1, + ACTIONS(9729), 1, aux_sym__immediate_decimal_token1, STATE(5489), 1, sym_comment, [227602] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9732), 1, + ACTIONS(9731), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -314415,17 +314393,17 @@ static const uint16_t ts_small_parse_table[] = { [227618] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9736), 1, + ACTIONS(9735), 1, anon_sym_LF, STATE(5491), 1, sym_comment, - ACTIONS(9734), 2, + ACTIONS(9733), 2, anon_sym_SEMI, anon_sym_RPAREN, [227632] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9738), 1, + ACTIONS(9737), 1, anon_sym_LF, STATE(5492), 1, sym_comment, @@ -314435,18 +314413,18 @@ static const uint16_t ts_small_parse_table[] = { [227646] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8977), 1, + ACTIONS(8976), 1, anon_sym_DOT2, - ACTIONS(8981), 1, + ACTIONS(8980), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8983), 1, + ACTIONS(8982), 1, aux_sym__immediate_decimal_token3, STATE(5493), 1, sym_comment, [227662] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9740), 1, + ACTIONS(9739), 1, anon_sym_LF, STATE(5494), 1, sym_comment, @@ -314456,19 +314434,19 @@ static const uint16_t ts_small_parse_table[] = { [227676] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9744), 1, + ACTIONS(9743), 1, anon_sym_LF, STATE(5495), 1, sym_comment, - ACTIONS(9742), 2, + ACTIONS(9741), 2, anon_sym_SEMI, anon_sym_RPAREN, [227690] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9746), 1, + ACTIONS(9745), 1, anon_sym_PIPE, - ACTIONS(9749), 1, + ACTIONS(9748), 1, anon_sym_EQ_GT, STATE(5496), 2, sym_comment, @@ -314478,7 +314456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2280), 1, aux_sym_pipe_element_repeat1, @@ -314489,7 +314467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2281), 1, aux_sym_pipe_element_repeat1, @@ -314498,11 +314476,11 @@ static const uint16_t ts_small_parse_table[] = { [227736] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8887), 1, + ACTIONS(8886), 1, anon_sym_SEMI, STATE(5499), 1, sym_comment, - ACTIONS(8889), 2, + ACTIONS(8888), 2, ts_builtin_sym_end, anon_sym_LF, [227750] = 5, @@ -314510,7 +314488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(4974), 1, anon_sym_PIPE, - ACTIONS(8931), 1, + ACTIONS(8930), 1, anon_sym_LF, STATE(2284), 1, aux_sym_pipe_element_repeat1, @@ -314519,21 +314497,21 @@ static const uint16_t ts_small_parse_table[] = { [227766] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9753), 1, + ACTIONS(9752), 1, anon_sym_LF, STATE(5501), 1, sym_comment, - ACTIONS(9751), 2, + ACTIONS(9750), 2, anon_sym_SEMI, anon_sym_RPAREN, [227780] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8849), 1, + ACTIONS(8848), 1, anon_sym_DOT2, - ACTIONS(8853), 1, + ACTIONS(8852), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8855), 1, + ACTIONS(8854), 1, aux_sym__immediate_decimal_token3, STATE(5502), 1, sym_comment, @@ -314544,16 +314522,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT2, ACTIONS(8303), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8861), 1, + ACTIONS(8860), 1, aux_sym__immediate_decimal_token1, STATE(5503), 1, sym_comment, [227812] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9755), 1, + ACTIONS(9754), 1, anon_sym_RBRACK, STATE(5350), 1, aux_sym_val_binary_repeat1, @@ -314562,22 +314540,22 @@ static const uint16_t ts_small_parse_table[] = { [227828] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9558), 1, + ACTIONS(9557), 1, anon_sym_DOT2, - ACTIONS(9562), 1, + ACTIONS(9561), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9757), 1, + ACTIONS(9756), 1, aux_sym__immediate_decimal_token1, STATE(5505), 1, sym_comment, [227844] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9761), 1, + ACTIONS(9760), 1, anon_sym_LF, STATE(5506), 1, sym_comment, - ACTIONS(9759), 2, + ACTIONS(9758), 2, anon_sym_SEMI, anon_sym_RPAREN, [227858] = 5, @@ -314585,20 +314563,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2375), 1, aux_sym_unquoted_token3, - ACTIONS(9763), 1, + ACTIONS(9762), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9765), 1, + ACTIONS(9764), 1, aux_sym__immediate_decimal_token2, STATE(5507), 1, sym_comment, [227874] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9399), 1, + ACTIONS(9398), 1, anon_sym_DOT2, - ACTIONS(9401), 1, + ACTIONS(9400), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9403), 1, + ACTIONS(9402), 1, aux_sym__immediate_decimal_token3, STATE(5508), 1, sym_comment, @@ -314607,9 +314585,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2326), 1, aux_sym_unquoted_token3, - ACTIONS(9767), 1, + ACTIONS(9766), 1, anon_sym_DOT2, - ACTIONS(9769), 1, + ACTIONS(9768), 1, aux_sym__immediate_decimal_token2, STATE(5509), 1, sym_comment, @@ -314638,18 +314616,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2326), 1, aux_sym_unquoted_token3, - ACTIONS(9769), 1, + ACTIONS(9768), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9771), 1, + ACTIONS(9770), 1, aux_sym__immediate_decimal_token1, STATE(5512), 1, sym_comment, [227950] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9435), 1, + ACTIONS(9434), 1, sym_hex_digit, - ACTIONS(9773), 1, + ACTIONS(9772), 1, anon_sym_RBRACK, STATE(5504), 1, aux_sym_val_binary_repeat1, @@ -314662,7 +314640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(6253), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9775), 1, + ACTIONS(9774), 1, anon_sym_DOT2, STATE(5514), 1, sym_comment, @@ -314698,38 +314676,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2517), 1, aux_sym_unquoted_token3, - ACTIONS(9779), 1, + ACTIONS(9778), 1, anon_sym_DOT2, - ACTIONS(9781), 1, + ACTIONS(9780), 1, aux_sym__immediate_decimal_token2, STATE(5518), 1, sym_comment, [228034] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9783), 1, + ACTIONS(9782), 1, anon_sym_DOT2, - ACTIONS(9785), 1, + ACTIONS(9784), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9787), 1, + ACTIONS(9786), 1, aux_sym__immediate_decimal_token3, STATE(5519), 1, sym_comment, [228050] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9789), 1, + ACTIONS(9788), 1, anon_sym_DOT2, - ACTIONS(9791), 1, + ACTIONS(9790), 1, aux_sym__immediate_decimal_token1, STATE(5520), 1, sym_comment, [228063] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9793), 1, + ACTIONS(9792), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9795), 1, + ACTIONS(9794), 1, aux_sym__unquoted_in_list_token5, STATE(5521), 1, sym_comment, @@ -314763,43 +314741,43 @@ static const uint16_t ts_small_parse_table[] = { [228115] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9791), 1, + ACTIONS(9790), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9797), 1, + ACTIONS(9796), 1, anon_sym_DOT2, STATE(5525), 1, sym_comment, [228128] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9799), 1, + ACTIONS(9798), 1, anon_sym_COMMA, - ACTIONS(9801), 1, + ACTIONS(9800), 1, anon_sym_RBRACE, STATE(5526), 1, sym_comment, [228141] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9803), 1, + ACTIONS(9802), 1, anon_sym_DOT2, - ACTIONS(9805), 1, + ACTIONS(9804), 1, aux_sym__immediate_decimal_token1, STATE(5527), 1, sym_comment, [228154] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9807), 1, + ACTIONS(9806), 1, anon_sym_DOT2, - ACTIONS(9809), 1, + ACTIONS(9808), 1, aux_sym__immediate_decimal_token1, STATE(5528), 1, sym_comment, [228167] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9614), 1, + ACTIONS(9613), 1, anon_sym_LBRACE, STATE(4648), 1, sym_block, @@ -314810,7 +314788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5530), 1, sym_comment, - ACTIONS(9749), 2, + ACTIONS(9748), 2, anon_sym_PIPE, anon_sym_EQ_GT, [228191] = 4, @@ -314825,9 +314803,9 @@ static const uint16_t ts_small_parse_table[] = { [228204] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9811), 1, + ACTIONS(9810), 1, anon_sym_DASH2, - ACTIONS(9813), 1, + ACTIONS(9812), 1, aux_sym_short_flag_token1, STATE(5532), 1, sym_comment, @@ -314854,7 +314832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2501), 1, aux_sym_unquoted_token3, - ACTIONS(9815), 1, + ACTIONS(9814), 1, aux_sym__immediate_decimal_token2, STATE(5535), 1, sym_comment, @@ -314872,7 +314850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5537), 1, sym_comment, - ACTIONS(9817), 2, + ACTIONS(9816), 2, anon_sym_LBRACK, anon_sym_RBRACK, [228280] = 4, @@ -314880,7 +314858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2501), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9819), 1, + ACTIONS(9818), 1, aux_sym__immediate_decimal_token2, STATE(5538), 1, sym_comment, @@ -314896,9 +314874,9 @@ static const uint16_t ts_small_parse_table[] = { [228306] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9821), 1, + ACTIONS(9820), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9823), 1, + ACTIONS(9822), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5540), 1, sym_comment, @@ -314913,9 +314891,9 @@ static const uint16_t ts_small_parse_table[] = { [228330] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9825), 1, + ACTIONS(9824), 1, anon_sym_DOT2, - ACTIONS(9827), 1, + ACTIONS(9826), 1, aux_sym__immediate_decimal_token1, STATE(5542), 1, sym_comment, @@ -314951,7 +314929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2375), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9622), 1, + ACTIONS(9621), 1, aux_sym__immediate_decimal_token2, STATE(5546), 1, sym_comment, @@ -314960,16 +314938,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2375), 1, aux_sym_unquoted_token3, - ACTIONS(9765), 1, + ACTIONS(9764), 1, aux_sym__immediate_decimal_token2, STATE(5547), 1, sym_comment, [228408] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9829), 1, + ACTIONS(9828), 1, anon_sym_DASH2, - ACTIONS(9831), 1, + ACTIONS(9830), 1, aux_sym_short_flag_token1, STATE(5548), 1, sym_comment, @@ -315030,9 +315008,9 @@ static const uint16_t ts_small_parse_table[] = { [228499] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9833), 1, + ACTIONS(9832), 1, anon_sym_DOT2, - ACTIONS(9835), 1, + ACTIONS(9834), 1, aux_sym_unquoted_token6, STATE(5555), 1, sym_comment, @@ -315048,9 +315026,9 @@ static const uint16_t ts_small_parse_table[] = { [228525] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9837), 1, + ACTIONS(9836), 1, anon_sym_DOT2, - ACTIONS(9839), 1, + ACTIONS(9838), 1, aux_sym__immediate_decimal_token1, STATE(5557), 1, sym_comment, @@ -315145,9 +315123,9 @@ static const uint16_t ts_small_parse_table[] = { [228664] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9841), 1, + ACTIONS(9840), 1, anon_sym_DASH2, - ACTIONS(9843), 1, + ACTIONS(9842), 1, aux_sym_short_flag_token1, STATE(5568), 1, sym_comment, @@ -315156,7 +315134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8138), 1, anon_sym_DASH2, - ACTIONS(9845), 1, + ACTIONS(9844), 1, aux_sym_short_flag_token1, STATE(5569), 1, sym_comment, @@ -315172,7 +315150,7 @@ static const uint16_t ts_small_parse_table[] = { [228703] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9847), 1, + ACTIONS(9846), 1, anon_sym_DASH, STATE(5571), 1, sym_comment, @@ -315190,9 +315168,9 @@ static const uint16_t ts_small_parse_table[] = { [228729] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9791), 1, + ACTIONS(9790), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9849), 1, + ACTIONS(9848), 1, anon_sym_DOT2, STATE(5573), 1, sym_comment, @@ -315201,7 +315179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(8126), 1, anon_sym_DASH2, - ACTIONS(9851), 1, + ACTIONS(9850), 1, aux_sym_short_flag_token1, STATE(5574), 1, sym_comment, @@ -315235,7 +315213,7 @@ static const uint16_t ts_small_parse_table[] = { [228794] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9853), 1, + ACTIONS(9852), 1, anon_sym_LBRACE, STATE(4527), 1, sym_block, @@ -315244,16 +315222,16 @@ static const uint16_t ts_small_parse_table[] = { [228807] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9793), 1, + ACTIONS(9792), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9823), 1, + ACTIONS(9822), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5579), 1, sym_comment, [228820] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9853), 1, + ACTIONS(9852), 1, anon_sym_LBRACE, STATE(4666), 1, sym_block, @@ -315280,18 +315258,18 @@ static const uint16_t ts_small_parse_table[] = { [228859] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9855), 1, + ACTIONS(9854), 1, anon_sym_DOT2, - ACTIONS(9857), 1, + ACTIONS(9856), 1, aux_sym__immediate_decimal_token1, STATE(5583), 1, sym_comment, [228872] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9859), 1, + ACTIONS(9858), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9861), 1, + ACTIONS(9860), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5584), 1, sym_comment, @@ -315300,16 +315278,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2326), 1, aux_sym_unquoted_token3, - ACTIONS(9769), 1, + ACTIONS(9768), 1, aux_sym__immediate_decimal_token2, STATE(5585), 1, sym_comment, [228898] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9863), 1, + ACTIONS(9862), 1, anon_sym_DASH2, - ACTIONS(9865), 1, + ACTIONS(9864), 1, aux_sym_short_flag_token1, STATE(5586), 1, sym_comment, @@ -315361,9 +315339,9 @@ static const uint16_t ts_small_parse_table[] = { [228976] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9867), 1, + ACTIONS(9866), 1, anon_sym_DOT2, - ACTIONS(9869), 1, + ACTIONS(9868), 1, aux_sym_unquoted_token6, STATE(5592), 1, sym_comment, @@ -315379,9 +315357,9 @@ static const uint16_t ts_small_parse_table[] = { [229002] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9871), 1, + ACTIONS(9870), 1, anon_sym_DOT2, - ACTIONS(9873), 1, + ACTIONS(9872), 1, aux_sym__immediate_decimal_token1, STATE(5594), 1, sym_comment, @@ -315405,9 +315383,9 @@ static const uint16_t ts_small_parse_table[] = { [229039] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9875), 1, + ACTIONS(9874), 1, anon_sym_DOT2, - ACTIONS(9877), 1, + ACTIONS(9876), 1, aux_sym__immediate_decimal_token1, STATE(5597), 1, sym_comment, @@ -315431,9 +315409,9 @@ static const uint16_t ts_small_parse_table[] = { [229076] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9879), 1, + ACTIONS(9878), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9881), 1, + ACTIONS(9880), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5600), 1, sym_comment, @@ -315442,7 +315420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2326), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(9522), 1, + ACTIONS(9521), 1, aux_sym__immediate_decimal_token2, STATE(5601), 1, sym_comment, @@ -315467,9 +315445,9 @@ static const uint16_t ts_small_parse_table[] = { [229128] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9857), 1, + ACTIONS(9856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9883), 1, + ACTIONS(9882), 1, anon_sym_DOT2, STATE(5604), 1, sym_comment, @@ -315485,9 +315463,9 @@ static const uint16_t ts_small_parse_table[] = { [229154] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9885), 1, + ACTIONS(9884), 1, anon_sym_DASH2, - ACTIONS(9887), 1, + ACTIONS(9886), 1, aux_sym_short_flag_token1, STATE(5606), 1, sym_comment, @@ -315496,23 +315474,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(3548), 1, anon_sym_COLON, - ACTIONS(9889), 1, + ACTIONS(9888), 1, anon_sym_make, STATE(5607), 1, sym_comment, [229180] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9805), 1, + ACTIONS(9804), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9891), 1, + ACTIONS(9890), 1, anon_sym_DOT2, STATE(5608), 1, sym_comment, [229193] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9614), 1, + ACTIONS(9613), 1, anon_sym_LBRACE, STATE(4329), 1, sym_block, @@ -315521,7 +315499,7 @@ static const uint16_t ts_small_parse_table[] = { [229206] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9614), 1, + ACTIONS(9613), 1, anon_sym_LBRACE, STATE(4320), 1, sym_block, @@ -315539,18 +315517,18 @@ static const uint16_t ts_small_parse_table[] = { [229232] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9893), 1, + ACTIONS(9892), 1, anon_sym_DASH2, - ACTIONS(9895), 1, + ACTIONS(9894), 1, aux_sym_short_flag_token1, STATE(5612), 1, sym_comment, [229245] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9831), 1, + ACTIONS(9830), 1, aux_sym_short_flag_token1, - ACTIONS(9893), 1, + ACTIONS(9892), 1, anon_sym_DASH2, STATE(5613), 1, sym_comment, @@ -315559,13 +315537,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(5614), 1, sym_comment, - ACTIONS(9897), 2, + ACTIONS(9896), 2, anon_sym_RBRACK, sym_hex_digit, [229269] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9614), 1, + ACTIONS(9613), 1, anon_sym_LBRACE, STATE(4820), 1, sym_block, @@ -315576,30 +315554,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, ACTIONS(2416), 1, anon_sym_in, - ACTIONS(9899), 1, + ACTIONS(9898), 1, sym__long_flag_identifier, STATE(5616), 1, sym_comment, [229295] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9901), 1, + ACTIONS(9900), 1, anon_sym_DASH2, - ACTIONS(9903), 1, + ACTIONS(9902), 1, aux_sym_short_flag_token1, STATE(5617), 1, sym_comment, [229308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9905), 1, + ACTIONS(9904), 1, anon_sym_RPAREN, STATE(5618), 1, sym_comment, [229318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9907), 1, + ACTIONS(9906), 1, aux_sym__immediate_decimal_token1, STATE(5619), 1, sym_comment, @@ -315613,14 +315591,14 @@ static const uint16_t ts_small_parse_table[] = { [229338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9909), 1, + ACTIONS(9908), 1, anon_sym_DOT2, STATE(5621), 1, sym_comment, [229348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9911), 1, + ACTIONS(9910), 1, anon_sym_RPAREN, STATE(5622), 1, sym_comment, @@ -315634,119 +315612,119 @@ static const uint16_t ts_small_parse_table[] = { [229368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9913), 1, + ACTIONS(9912), 1, aux_sym__immediate_decimal_token1, STATE(5624), 1, sym_comment, [229378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9915), 1, + ACTIONS(9914), 1, anon_sym_RBRACE, STATE(5625), 1, sym_comment, [229388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9917), 1, + ACTIONS(9916), 1, aux_sym__immediate_decimal_token1, STATE(5626), 1, sym_comment, [229398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9919), 1, + ACTIONS(9918), 1, anon_sym_DOT2, STATE(5627), 1, sym_comment, [229408] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9921), 1, + ACTIONS(9920), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5628), 1, sym_comment, [229418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9923), 1, + ACTIONS(9922), 1, aux_sym__immediate_decimal_token1, STATE(5629), 1, sym_comment, [229428] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9925), 1, + ACTIONS(9924), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5630), 1, sym_comment, [229438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9927), 1, + ACTIONS(9926), 1, aux_sym__immediate_decimal_token1, STATE(5631), 1, sym_comment, [229448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9929), 1, + ACTIONS(9928), 1, anon_sym_DOT2, STATE(5632), 1, sym_comment, [229458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9931), 1, + ACTIONS(9930), 1, anon_sym_DOT2, STATE(5633), 1, sym_comment, [229468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9933), 1, + ACTIONS(9932), 1, anon_sym_DOT2, STATE(5634), 1, sym_comment, [229478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9935), 1, + ACTIONS(9934), 1, anon_sym_DOT2, STATE(5635), 1, sym_comment, [229488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9937), 1, + ACTIONS(9936), 1, anon_sym_DOT2, STATE(5636), 1, sym_comment, [229498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9939), 1, + ACTIONS(9938), 1, anon_sym_DOT2, STATE(5637), 1, sym_comment, [229508] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9941), 1, + ACTIONS(9940), 1, aux_sym_unquoted_token3, STATE(5638), 1, sym_comment, [229518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9943), 1, + ACTIONS(9942), 1, anon_sym_DOT2, STATE(5639), 1, sym_comment, [229528] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9945), 1, + ACTIONS(9944), 1, aux_sym_unquoted_token3, STATE(5640), 1, sym_comment, @@ -315760,7 +315738,7 @@ static const uint16_t ts_small_parse_table[] = { [229548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9947), 1, + ACTIONS(9946), 1, anon_sym_RBRACE, STATE(5642), 1, sym_comment, @@ -315774,7 +315752,7 @@ static const uint16_t ts_small_parse_table[] = { [229568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9949), 1, + ACTIONS(9948), 1, aux_sym__immediate_decimal_token1, STATE(5644), 1, sym_comment, @@ -315788,21 +315766,21 @@ static const uint16_t ts_small_parse_table[] = { [229588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9951), 1, + ACTIONS(9950), 1, anon_sym_DOT2, STATE(5646), 1, sym_comment, [229598] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9953), 1, + ACTIONS(9952), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5647), 1, sym_comment, [229608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9955), 1, + ACTIONS(9954), 1, anon_sym_RPAREN, STATE(5648), 1, sym_comment, @@ -315816,7 +315794,7 @@ static const uint16_t ts_small_parse_table[] = { [229628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9957), 1, + ACTIONS(9956), 1, anon_sym_RBRACE, STATE(5650), 1, sym_comment, @@ -315830,14 +315808,14 @@ static const uint16_t ts_small_parse_table[] = { [229648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9959), 1, + ACTIONS(9958), 1, anon_sym_DOT2, STATE(5652), 1, sym_comment, [229658] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9961), 1, + ACTIONS(9960), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5653), 1, sym_comment, @@ -315851,203 +315829,203 @@ static const uint16_t ts_small_parse_table[] = { [229678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9963), 1, + ACTIONS(9962), 1, anon_sym_RBRACE, STATE(5655), 1, sym_comment, [229688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9965), 1, + ACTIONS(9964), 1, aux_sym__immediate_decimal_token1, STATE(5656), 1, sym_comment, [229698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9967), 1, + ACTIONS(9966), 1, anon_sym_RPAREN, STATE(5657), 1, sym_comment, [229708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9969), 1, + ACTIONS(9968), 1, aux_sym__immediate_decimal_token1, STATE(5658), 1, sym_comment, [229718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9971), 1, + ACTIONS(9970), 1, aux_sym__immediate_decimal_token1, STATE(5659), 1, sym_comment, [229728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9973), 1, + ACTIONS(9972), 1, aux_sym__immediate_decimal_token1, STATE(5660), 1, sym_comment, [229738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9975), 1, + ACTIONS(9974), 1, anon_sym_RBRACE, STATE(5661), 1, sym_comment, [229748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9977), 1, + ACTIONS(9976), 1, anon_sym_DOT2, STATE(5662), 1, sym_comment, [229758] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9979), 1, + ACTIONS(9978), 1, anon_sym_DOT2, STATE(5663), 1, sym_comment, [229768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9981), 1, + ACTIONS(9980), 1, anon_sym_DOT2, STATE(5664), 1, sym_comment, [229778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9983), 1, + ACTIONS(9982), 1, anon_sym_DOT2, STATE(5665), 1, sym_comment, [229788] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9985), 1, + ACTIONS(9984), 1, aux_sym_unquoted_token3, STATE(5666), 1, sym_comment, [229798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9987), 1, + ACTIONS(9986), 1, anon_sym_DOT2, STATE(5667), 1, sym_comment, [229808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9989), 1, + ACTIONS(9988), 1, anon_sym_DOT2, STATE(5668), 1, sym_comment, [229818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9991), 1, + ACTIONS(9990), 1, anon_sym_DOT2, STATE(5669), 1, sym_comment, [229828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9993), 1, + ACTIONS(9992), 1, anon_sym_DOT2, STATE(5670), 1, sym_comment, [229838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9995), 1, + ACTIONS(9994), 1, aux_sym__immediate_decimal_token1, STATE(5671), 1, sym_comment, [229848] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9997), 1, + ACTIONS(9996), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5672), 1, sym_comment, [229858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9999), 1, + ACTIONS(9998), 1, aux_sym__immediate_decimal_token1, STATE(5673), 1, sym_comment, [229868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10001), 1, + ACTIONS(10000), 1, anon_sym_RPAREN, STATE(5674), 1, sym_comment, [229878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10003), 1, + ACTIONS(10002), 1, aux_sym__immediate_decimal_token1, STATE(5675), 1, sym_comment, [229888] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10005), 1, + ACTIONS(10004), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5676), 1, sym_comment, [229898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10007), 1, + ACTIONS(10006), 1, aux_sym__immediate_decimal_token1, STATE(5677), 1, sym_comment, [229908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10009), 1, + ACTIONS(10008), 1, aux_sym__immediate_decimal_token1, STATE(5678), 1, sym_comment, [229918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10011), 1, + ACTIONS(10010), 1, aux_sym__immediate_decimal_token1, STATE(5679), 1, sym_comment, [229928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10013), 1, + ACTIONS(10012), 1, anon_sym_RBRACE, STATE(5680), 1, sym_comment, [229938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10015), 1, + ACTIONS(10014), 1, aux_sym__immediate_decimal_token1, STATE(5681), 1, sym_comment, [229948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10017), 1, + ACTIONS(10016), 1, aux_sym__immediate_decimal_token1, STATE(5682), 1, sym_comment, [229958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10019), 1, + ACTIONS(10018), 1, aux_sym__immediate_decimal_token1, STATE(5683), 1, sym_comment, @@ -316061,175 +316039,175 @@ static const uint16_t ts_small_parse_table[] = { [229978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10021), 1, + ACTIONS(10020), 1, anon_sym_DOT2, STATE(5685), 1, sym_comment, [229988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10023), 1, + ACTIONS(10022), 1, anon_sym_DOT2, STATE(5686), 1, sym_comment, [229998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10025), 1, + ACTIONS(10024), 1, anon_sym_RPAREN, STATE(5687), 1, sym_comment, [230008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10027), 1, + ACTIONS(10026), 1, aux_sym__immediate_decimal_token1, STATE(5688), 1, sym_comment, [230018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10029), 1, + ACTIONS(10028), 1, anon_sym_DOT2, STATE(5689), 1, sym_comment, [230028] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10031), 1, + ACTIONS(10030), 1, aux_sym__immediate_decimal_token1, STATE(5690), 1, sym_comment, [230038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10033), 1, + ACTIONS(10032), 1, aux_sym__immediate_decimal_token1, STATE(5691), 1, sym_comment, [230048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10035), 1, + ACTIONS(10034), 1, aux_sym__immediate_decimal_token1, STATE(5692), 1, sym_comment, [230058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10037), 1, + ACTIONS(10036), 1, anon_sym_RPAREN, STATE(5693), 1, sym_comment, [230068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10039), 1, + ACTIONS(10038), 1, aux_sym__immediate_decimal_token1, STATE(5694), 1, sym_comment, [230078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10041), 1, + ACTIONS(10040), 1, aux_sym__immediate_decimal_token1, STATE(5695), 1, sym_comment, [230088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10043), 1, + ACTIONS(10042), 1, anon_sym_COLON, STATE(5696), 1, sym_comment, [230098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10045), 1, + ACTIONS(10044), 1, anon_sym_RBRACE, STATE(5697), 1, sym_comment, [230108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9857), 1, + ACTIONS(9856), 1, aux_sym__immediate_decimal_token1, STATE(5698), 1, sym_comment, [230118] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10047), 1, + ACTIONS(10046), 1, aux_sym_unquoted_token3, STATE(5699), 1, sym_comment, [230128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10049), 1, + ACTIONS(10048), 1, anon_sym_RPAREN, STATE(5700), 1, sym_comment, [230138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10051), 1, + ACTIONS(10050), 1, aux_sym__immediate_decimal_token1, STATE(5701), 1, sym_comment, [230148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10053), 1, + ACTIONS(10052), 1, anon_sym_DOT2, STATE(5702), 1, sym_comment, [230158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10055), 1, + ACTIONS(10054), 1, anon_sym_DOT2, STATE(5703), 1, sym_comment, [230168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10057), 1, + ACTIONS(10056), 1, aux_sym__immediate_decimal_token1, STATE(5704), 1, sym_comment, [230178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10059), 1, + ACTIONS(10058), 1, aux_sym__immediate_decimal_token1, STATE(5705), 1, sym_comment, [230188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10061), 1, + ACTIONS(10060), 1, anon_sym_DOT2, STATE(5706), 1, sym_comment, [230198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10063), 1, + ACTIONS(10062), 1, aux_sym__immediate_decimal_token1, STATE(5707), 1, sym_comment, [230208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10065), 1, + ACTIONS(10064), 1, aux_sym__immediate_decimal_token1, STATE(5708), 1, sym_comment, [230218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10067), 1, + ACTIONS(10066), 1, anon_sym_DOT2, STATE(5709), 1, sym_comment, @@ -316243,7 +316221,7 @@ static const uint16_t ts_small_parse_table[] = { [230238] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10069), 1, + ACTIONS(10068), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5711), 1, sym_comment, @@ -316257,77 +316235,77 @@ static const uint16_t ts_small_parse_table[] = { [230258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10071), 1, + ACTIONS(10070), 1, anon_sym_RPAREN, STATE(5713), 1, sym_comment, [230268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10073), 1, + ACTIONS(10072), 1, aux_sym__immediate_decimal_token1, STATE(5714), 1, sym_comment, [230278] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10075), 1, + ACTIONS(10074), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5715), 1, sym_comment, [230288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10077), 1, + ACTIONS(10076), 1, aux_sym__immediate_decimal_token1, STATE(5716), 1, sym_comment, [230298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10079), 1, + ACTIONS(10078), 1, aux_sym__immediate_decimal_token1, STATE(5717), 1, sym_comment, [230308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10081), 1, + ACTIONS(10080), 1, aux_sym__immediate_decimal_token1, STATE(5718), 1, sym_comment, [230318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10083), 1, + ACTIONS(10082), 1, anon_sym_RBRACE, STATE(5719), 1, sym_comment, [230328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10085), 1, + ACTIONS(10084), 1, aux_sym__immediate_decimal_token1, STATE(5720), 1, sym_comment, [230338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10087), 1, + ACTIONS(10086), 1, aux_sym__immediate_decimal_token1, STATE(5721), 1, sym_comment, [230348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10089), 1, + ACTIONS(10088), 1, aux_sym__immediate_decimal_token1, STATE(5722), 1, sym_comment, [230358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10091), 1, + ACTIONS(10090), 1, anon_sym_RPAREN, STATE(5723), 1, sym_comment, @@ -316341,84 +316319,84 @@ static const uint16_t ts_small_parse_table[] = { [230378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10093), 1, + ACTIONS(10092), 1, anon_sym_DOT2, STATE(5725), 1, sym_comment, [230388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10095), 1, + ACTIONS(10094), 1, anon_sym_RPAREN, STATE(5726), 1, sym_comment, [230398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10097), 1, + ACTIONS(10096), 1, aux_sym__immediate_decimal_token1, STATE(5727), 1, sym_comment, [230408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10099), 1, + ACTIONS(10098), 1, anon_sym_DOT2, STATE(5728), 1, sym_comment, [230418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10101), 1, + ACTIONS(10100), 1, anon_sym_RBRACE, STATE(5729), 1, sym_comment, [230428] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10103), 1, + ACTIONS(10102), 1, aux_sym__immediate_decimal_token1, STATE(5730), 1, sym_comment, [230438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10105), 1, + ACTIONS(10104), 1, aux_sym__immediate_decimal_token1, STATE(5731), 1, sym_comment, [230448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10107), 1, + ACTIONS(10106), 1, aux_sym__immediate_decimal_token1, STATE(5732), 1, sym_comment, [230458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10109), 1, + ACTIONS(10108), 1, aux_sym__immediate_decimal_token1, STATE(5733), 1, sym_comment, [230468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10111), 1, + ACTIONS(10110), 1, aux_sym__immediate_decimal_token1, STATE(5734), 1, sym_comment, [230478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10113), 1, + ACTIONS(10112), 1, anon_sym_RPAREN, STATE(5735), 1, sym_comment, [230488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10115), 1, + ACTIONS(10114), 1, ts_builtin_sym_end, STATE(5736), 1, sym_comment, @@ -316432,105 +316410,105 @@ static const uint16_t ts_small_parse_table[] = { [230508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10117), 1, + ACTIONS(10116), 1, anon_sym_DOT2, STATE(5738), 1, sym_comment, [230518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10119), 1, + ACTIONS(10118), 1, anon_sym_RPAREN, STATE(5739), 1, sym_comment, [230528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10121), 1, + ACTIONS(10120), 1, aux_sym__immediate_decimal_token1, STATE(5740), 1, sym_comment, [230538] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10123), 1, + ACTIONS(10122), 1, aux_sym_unquoted_token3, STATE(5741), 1, sym_comment, [230548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10125), 1, + ACTIONS(10124), 1, anon_sym_DOT2, STATE(5742), 1, sym_comment, [230558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10127), 1, + ACTIONS(10126), 1, aux_sym__immediate_decimal_token1, STATE(5743), 1, sym_comment, [230568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10129), 1, + ACTIONS(10128), 1, aux_sym__immediate_decimal_token1, STATE(5744), 1, sym_comment, [230578] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10131), 1, + ACTIONS(10130), 1, anon_sym_DOT2, STATE(5745), 1, sym_comment, [230588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9393), 1, + ACTIONS(9392), 1, aux_sym__immediate_decimal_token1, STATE(5746), 1, sym_comment, [230598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9371), 1, + ACTIONS(9370), 1, aux_sym__immediate_decimal_token1, STATE(5747), 1, sym_comment, [230608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10133), 1, + ACTIONS(10132), 1, anon_sym_DOT2, STATE(5748), 1, sym_comment, [230618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10135), 1, + ACTIONS(10134), 1, anon_sym_EQ, STATE(5749), 1, sym_comment, [230628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10137), 1, + ACTIONS(10136), 1, aux_sym__immediate_decimal_token1, STATE(5750), 1, sym_comment, [230638] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10139), 1, + ACTIONS(10138), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5751), 1, sym_comment, [230648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10141), 1, + ACTIONS(10140), 1, anon_sym_RPAREN, STATE(5752), 1, sym_comment, @@ -316544,14 +316522,14 @@ static const uint16_t ts_small_parse_table[] = { [230668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10143), 1, + ACTIONS(10142), 1, aux_sym__immediate_decimal_token1, STATE(5754), 1, sym_comment, [230678] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10145), 1, + ACTIONS(10144), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5755), 1, sym_comment, @@ -316565,14 +316543,14 @@ static const uint16_t ts_small_parse_table[] = { [230698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10147), 1, + ACTIONS(10146), 1, aux_sym__immediate_decimal_token1, STATE(5757), 1, sym_comment, [230708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10149), 1, + ACTIONS(10148), 1, anon_sym_RBRACE, STATE(5758), 1, sym_comment, @@ -316586,7 +316564,7 @@ static const uint16_t ts_small_parse_table[] = { [230728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10151), 1, + ACTIONS(10150), 1, anon_sym_RPAREN, STATE(5760), 1, sym_comment, @@ -316600,49 +316578,49 @@ static const uint16_t ts_small_parse_table[] = { [230748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10153), 1, + ACTIONS(10152), 1, anon_sym_RPAREN, STATE(5762), 1, sym_comment, [230758] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10155), 1, + ACTIONS(10154), 1, aux_sym__immediate_decimal_token1, STATE(5763), 1, sym_comment, [230768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10157), 1, + ACTIONS(10156), 1, anon_sym_DOT2, STATE(5764), 1, sym_comment, [230778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10159), 1, + ACTIONS(10158), 1, anon_sym_DOT2, STATE(5765), 1, sym_comment, [230788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10161), 1, + ACTIONS(10160), 1, aux_sym__immediate_decimal_token1, STATE(5766), 1, sym_comment, [230798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10163), 1, + ACTIONS(10162), 1, anon_sym_DOT2, STATE(5767), 1, sym_comment, [230808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10165), 1, + ACTIONS(10164), 1, anon_sym_RBRACE, STATE(5768), 1, sym_comment, @@ -316656,21 +316634,21 @@ static const uint16_t ts_small_parse_table[] = { [230828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10167), 1, + ACTIONS(10166), 1, anon_sym_RPAREN, STATE(5770), 1, sym_comment, [230838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10169), 1, + ACTIONS(10168), 1, anon_sym_RPAREN, STATE(5771), 1, sym_comment, [230848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10171), 1, + ACTIONS(10170), 1, aux_sym__immediate_decimal_token1, STATE(5772), 1, sym_comment, @@ -316684,21 +316662,21 @@ static const uint16_t ts_small_parse_table[] = { [230868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10173), 1, + ACTIONS(10172), 1, anon_sym_EQ, STATE(5774), 1, sym_comment, [230878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10175), 1, + ACTIONS(10174), 1, aux_sym__immediate_decimal_token1, STATE(5775), 1, sym_comment, [230888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10177), 1, + ACTIONS(10176), 1, anon_sym_EQ, STATE(5776), 1, sym_comment, @@ -316712,77 +316690,77 @@ static const uint16_t ts_small_parse_table[] = { [230908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10179), 1, + ACTIONS(10178), 1, anon_sym_RBRACE, STATE(5778), 1, sym_comment, [230918] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10181), 1, + ACTIONS(10180), 1, aux_sym_unquoted_token3, STATE(5779), 1, sym_comment, [230928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10183), 1, + ACTIONS(10182), 1, anon_sym_RPAREN, STATE(5780), 1, sym_comment, [230938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10185), 1, + ACTIONS(10184), 1, aux_sym__immediate_decimal_token1, STATE(5781), 1, sym_comment, [230948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10187), 1, + ACTIONS(10186), 1, anon_sym_DOT2, STATE(5782), 1, sym_comment, [230958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10189), 1, + ACTIONS(10188), 1, anon_sym_DOT2, STATE(5783), 1, sym_comment, [230968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10191), 1, + ACTIONS(10190), 1, aux_sym__immediate_decimal_token1, STATE(5784), 1, sym_comment, [230978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10193), 1, + ACTIONS(10192), 1, anon_sym_DOT2, STATE(5785), 1, sym_comment, [230988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10195), 1, + ACTIONS(10194), 1, anon_sym_DOT2, STATE(5786), 1, sym_comment, [230998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10197), 1, + ACTIONS(10196), 1, aux_sym__immediate_decimal_token1, STATE(5787), 1, sym_comment, [231008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10199), 1, + ACTIONS(10198), 1, anon_sym_RPAREN, STATE(5788), 1, sym_comment, @@ -316796,7 +316774,7 @@ static const uint16_t ts_small_parse_table[] = { [231028] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10201), 1, + ACTIONS(10200), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5790), 1, sym_comment, @@ -316810,63 +316788,63 @@ static const uint16_t ts_small_parse_table[] = { [231048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10203), 1, + ACTIONS(10202), 1, aux_sym__immediate_decimal_token1, STATE(5792), 1, sym_comment, [231058] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10205), 1, + ACTIONS(10204), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5793), 1, sym_comment, [231068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10207), 1, + ACTIONS(10206), 1, aux_sym__immediate_decimal_token1, STATE(5794), 1, sym_comment, [231078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10209), 1, + ACTIONS(10208), 1, anon_sym_RPAREN, STATE(5795), 1, sym_comment, [231088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10211), 1, + ACTIONS(10210), 1, aux_sym__immediate_decimal_token1, STATE(5796), 1, sym_comment, [231098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10213), 1, + ACTIONS(10212), 1, anon_sym_RBRACE, STATE(5797), 1, sym_comment, [231108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10215), 1, + ACTIONS(10214), 1, aux_sym__immediate_decimal_token1, STATE(5798), 1, sym_comment, [231118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10217), 1, + ACTIONS(10216), 1, aux_sym__immediate_decimal_token1, STATE(5799), 1, sym_comment, [231128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10219), 1, + ACTIONS(10218), 1, anon_sym_RPAREN, STATE(5800), 1, sym_comment, @@ -316880,7 +316858,7 @@ static const uint16_t ts_small_parse_table[] = { [231148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10221), 1, + ACTIONS(10220), 1, anon_sym_RPAREN, STATE(5802), 1, sym_comment, @@ -316894,7 +316872,7 @@ static const uint16_t ts_small_parse_table[] = { [231168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10223), 1, + ACTIONS(10222), 1, anon_sym_DOT2, STATE(5804), 1, sym_comment, @@ -316908,49 +316886,49 @@ static const uint16_t ts_small_parse_table[] = { [231188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10225), 1, + ACTIONS(10224), 1, anon_sym_DOT2, STATE(5806), 1, sym_comment, [231198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10227), 1, + ACTIONS(10226), 1, anon_sym_RBRACE, STATE(5807), 1, sym_comment, [231208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10229), 1, + ACTIONS(10228), 1, anon_sym_RPAREN, STATE(5808), 1, sym_comment, [231218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10231), 1, + ACTIONS(10230), 1, aux_sym__immediate_decimal_token1, STATE(5809), 1, sym_comment, [231228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10233), 1, + ACTIONS(10232), 1, aux_sym__immediate_decimal_token1, STATE(5810), 1, sym_comment, [231238] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10235), 1, + ACTIONS(10234), 1, aux_sym__immediate_decimal_token1, STATE(5811), 1, sym_comment, [231248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10237), 1, + ACTIONS(10236), 1, anon_sym_RPAREN, STATE(5812), 1, sym_comment, @@ -316964,196 +316942,196 @@ static const uint16_t ts_small_parse_table[] = { [231268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10239), 1, + ACTIONS(10238), 1, anon_sym_RPAREN, STATE(5814), 1, sym_comment, [231278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10241), 1, + ACTIONS(10240), 1, aux_sym__immediate_decimal_token1, STATE(5815), 1, sym_comment, [231288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10243), 1, + ACTIONS(10242), 1, anon_sym_DOT2, STATE(5816), 1, sym_comment, [231298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10245), 1, + ACTIONS(10244), 1, aux_sym__immediate_decimal_token1, STATE(5817), 1, sym_comment, [231308] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10247), 1, + ACTIONS(10246), 1, aux_sym_unquoted_token3, STATE(5818), 1, sym_comment, [231318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10249), 1, + ACTIONS(10248), 1, anon_sym_DOT2, STATE(5819), 1, sym_comment, [231328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10251), 1, + ACTIONS(10250), 1, anon_sym_RPAREN, STATE(5820), 1, sym_comment, [231338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10253), 1, + ACTIONS(10252), 1, anon_sym_DOT2, STATE(5821), 1, sym_comment, [231348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10255), 1, + ACTIONS(10254), 1, anon_sym_DOT2, STATE(5822), 1, sym_comment, [231358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10257), 1, + ACTIONS(10256), 1, anon_sym_RPAREN, STATE(5823), 1, sym_comment, [231368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10259), 1, + ACTIONS(10258), 1, anon_sym_DOT2, STATE(5824), 1, sym_comment, [231378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10261), 1, + ACTIONS(10260), 1, aux_sym__immediate_decimal_token1, STATE(5825), 1, sym_comment, [231388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10263), 1, + ACTIONS(10262), 1, anon_sym_RPAREN, STATE(5826), 1, sym_comment, [231398] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10265), 1, + ACTIONS(10264), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5827), 1, sym_comment, [231408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10267), 1, + ACTIONS(10266), 1, aux_sym__immediate_decimal_token1, STATE(5828), 1, sym_comment, [231418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10269), 1, + ACTIONS(10268), 1, anon_sym_RPAREN, STATE(5829), 1, sym_comment, [231428] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10271), 1, + ACTIONS(10270), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5830), 1, sym_comment, [231438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10273), 1, + ACTIONS(10272), 1, aux_sym__immediate_decimal_token1, STATE(5831), 1, sym_comment, [231448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10275), 1, + ACTIONS(10274), 1, anon_sym_RPAREN, STATE(5832), 1, sym_comment, [231458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10277), 1, + ACTIONS(10276), 1, anon_sym_RBRACE, STATE(5833), 1, sym_comment, [231468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10279), 1, + ACTIONS(10278), 1, anon_sym_RPAREN, STATE(5834), 1, sym_comment, [231478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10281), 1, + ACTIONS(10280), 1, anon_sym_RPAREN, STATE(5835), 1, sym_comment, [231488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10283), 1, + ACTIONS(10282), 1, anon_sym_RPAREN, STATE(5836), 1, sym_comment, [231498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10285), 1, + ACTIONS(10284), 1, anon_sym_RPAREN, STATE(5837), 1, sym_comment, [231508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10287), 1, + ACTIONS(10286), 1, anon_sym_RPAREN, STATE(5838), 1, sym_comment, [231518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10289), 1, + ACTIONS(10288), 1, anon_sym_RPAREN, STATE(5839), 1, sym_comment, [231528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10291), 1, + ACTIONS(10290), 1, aux_sym__immediate_decimal_token1, STATE(5840), 1, sym_comment, [231538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10293), 1, + ACTIONS(10292), 1, anon_sym_RPAREN, STATE(5841), 1, sym_comment, @@ -317167,14 +317145,14 @@ static const uint16_t ts_small_parse_table[] = { [231558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10295), 1, + ACTIONS(10294), 1, anon_sym_DOT2, STATE(5843), 1, sym_comment, [231568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9889), 1, + ACTIONS(9888), 1, anon_sym_make, STATE(5844), 1, sym_comment, @@ -317188,42 +317166,42 @@ static const uint16_t ts_small_parse_table[] = { [231588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10297), 1, + ACTIONS(10296), 1, anon_sym_DOT2, STATE(5846), 1, sym_comment, [231598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10299), 1, + ACTIONS(10298), 1, anon_sym_RBRACE, STATE(5847), 1, sym_comment, [231608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10301), 1, + ACTIONS(10300), 1, anon_sym_LBRACK2, STATE(5848), 1, sym_comment, [231618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10303), 1, + ACTIONS(10302), 1, aux_sym__immediate_decimal_token1, STATE(5849), 1, sym_comment, [231628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10305), 1, + ACTIONS(10304), 1, anon_sym_RPAREN, STATE(5850), 1, sym_comment, [231638] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10307), 1, + ACTIONS(10306), 1, anon_sym_RPAREN, STATE(5851), 1, sym_comment, @@ -317237,77 +317215,77 @@ static const uint16_t ts_small_parse_table[] = { [231658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10309), 1, + ACTIONS(10308), 1, anon_sym_in, STATE(5853), 1, sym_comment, [231668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9869), 1, + ACTIONS(9868), 1, aux_sym_unquoted_token6, STATE(5854), 1, sym_comment, [231678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10311), 1, + ACTIONS(10310), 1, anon_sym_RBRACE, STATE(5855), 1, sym_comment, [231688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10313), 1, + ACTIONS(10312), 1, sym_identifier, STATE(5856), 1, sym_comment, [231698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10315), 1, + ACTIONS(10314), 1, anon_sym_RPAREN, STATE(5857), 1, sym_comment, [231708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10317), 1, + ACTIONS(10316), 1, sym_identifier, STATE(5858), 1, sym_comment, [231718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10319), 1, + ACTIONS(10318), 1, anon_sym_DOT2, STATE(5859), 1, sym_comment, [231728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10321), 1, + ACTIONS(10320), 1, anon_sym_LBRACE, STATE(5860), 1, sym_comment, [231738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10323), 1, + ACTIONS(10322), 1, anon_sym_LBRACE, STATE(5861), 1, sym_comment, [231748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10325), 1, + ACTIONS(10324), 1, sym__long_flag_identifier, STATE(5862), 1, sym_comment, [231758] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10327), 1, + ACTIONS(10326), 1, aux_sym_unquoted_token3, STATE(5863), 1, sym_comment, @@ -317321,70 +317299,70 @@ static const uint16_t ts_small_parse_table[] = { [231778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10329), 1, + ACTIONS(10328), 1, anon_sym_DOT2, STATE(5865), 1, sym_comment, [231788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10331), 1, + ACTIONS(10330), 1, anon_sym_DOT2, STATE(5866), 1, sym_comment, [231798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10333), 1, + ACTIONS(10332), 1, anon_sym_DOT2, STATE(5867), 1, sym_comment, [231808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10335), 1, + ACTIONS(10334), 1, anon_sym_DOT2, STATE(5868), 1, sym_comment, [231818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10337), 1, + ACTIONS(10336), 1, aux_sym__immediate_decimal_token1, STATE(5869), 1, sym_comment, [231828] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10339), 1, + ACTIONS(10338), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5870), 1, sym_comment, [231838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10341), 1, + ACTIONS(10340), 1, aux_sym__immediate_decimal_token1, STATE(5871), 1, sym_comment, [231848] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10343), 1, + ACTIONS(10342), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5872), 1, sym_comment, [231858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10345), 1, + ACTIONS(10344), 1, aux_sym__immediate_decimal_token1, STATE(5873), 1, sym_comment, [231868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10347), 1, + ACTIONS(10346), 1, anon_sym_RBRACE, STATE(5874), 1, sym_comment, @@ -317398,28 +317376,28 @@ static const uint16_t ts_small_parse_table[] = { [231888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10349), 1, + ACTIONS(10348), 1, anon_sym_RPAREN, STATE(5876), 1, sym_comment, [231898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10351), 1, + ACTIONS(10350), 1, anon_sym_DOT2, STATE(5877), 1, sym_comment, [231908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10353), 1, + ACTIONS(10352), 1, anon_sym_DOT2, STATE(5878), 1, sym_comment, [231918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10355), 1, + ACTIONS(10354), 1, anon_sym_DOT2, STATE(5879), 1, sym_comment, @@ -317433,42 +317411,42 @@ static const uint16_t ts_small_parse_table[] = { [231938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10357), 1, + ACTIONS(10356), 1, anon_sym_LBRACE, STATE(5881), 1, sym_comment, [231948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10359), 1, + ACTIONS(10358), 1, anon_sym_LBRACE, STATE(5882), 1, sym_comment, [231958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10361), 1, + ACTIONS(10360), 1, anon_sym_DOT2, STATE(5883), 1, sym_comment, [231968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10363), 1, + ACTIONS(10362), 1, anon_sym_DOT2, STATE(5884), 1, sym_comment, [231978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10365), 1, + ACTIONS(10364), 1, aux_sym_param_short_flag_token1, STATE(5885), 1, sym_comment, [231988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10367), 1, + ACTIONS(10366), 1, anon_sym_RBRACE, STATE(5886), 1, sym_comment, @@ -317489,49 +317467,49 @@ static const uint16_t ts_small_parse_table[] = { [232018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10369), 1, + ACTIONS(10368), 1, anon_sym_DOT2, STATE(5889), 1, sym_comment, [232028] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10371), 1, + ACTIONS(10370), 1, anon_sym_DOT2, STATE(5890), 1, sym_comment, [232038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10373), 1, + ACTIONS(10372), 1, anon_sym_DOT2, STATE(5891), 1, sym_comment, [232048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10375), 1, + ACTIONS(10374), 1, anon_sym_DOT2, STATE(5892), 1, sym_comment, [232058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10377), 1, + ACTIONS(10376), 1, anon_sym_RPAREN, STATE(5893), 1, sym_comment, [232068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10379), 1, + ACTIONS(10378), 1, anon_sym_COLON, STATE(5894), 1, sym_comment, [232078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10381), 1, + ACTIONS(10380), 1, anon_sym_RBRACE, STATE(5895), 1, sym_comment, @@ -317545,42 +317523,42 @@ static const uint16_t ts_small_parse_table[] = { [232098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10383), 1, + ACTIONS(10382), 1, aux_sym__immediate_decimal_token1, STATE(5897), 1, sym_comment, [232108] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10385), 1, + ACTIONS(10384), 1, aux_sym_unquoted_token3, STATE(5898), 1, sym_comment, [232118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10387), 1, + ACTIONS(10386), 1, anon_sym_DOT2, STATE(5899), 1, sym_comment, [232128] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10389), 1, + ACTIONS(10388), 1, aux_sym_unquoted_token3, STATE(5900), 1, sym_comment, [232138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10391), 1, + ACTIONS(10390), 1, anon_sym_DOT2, STATE(5901), 1, sym_comment, [232148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10393), 1, + ACTIONS(10392), 1, anon_sym_DOT2, STATE(5902), 1, sym_comment, @@ -317594,7 +317572,7 @@ static const uint16_t ts_small_parse_table[] = { [232168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10395), 1, + ACTIONS(10394), 1, anon_sym_DOT2, STATE(5904), 1, sym_comment, @@ -317608,7 +317586,7 @@ static const uint16_t ts_small_parse_table[] = { [232188] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10397), 1, + ACTIONS(10396), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5906), 1, sym_comment, @@ -317622,7 +317600,7 @@ static const uint16_t ts_small_parse_table[] = { [232208] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10399), 1, + ACTIONS(10398), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5908), 1, sym_comment, @@ -317636,7 +317614,7 @@ static const uint16_t ts_small_parse_table[] = { [232228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10401), 1, + ACTIONS(10400), 1, anon_sym_RBRACE, STATE(5910), 1, sym_comment, @@ -317650,14 +317628,14 @@ static const uint16_t ts_small_parse_table[] = { [232248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9835), 1, + ACTIONS(9834), 1, aux_sym_unquoted_token6, STATE(5912), 1, sym_comment, [232258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10403), 1, + ACTIONS(10402), 1, anon_sym_RPAREN, STATE(5913), 1, sym_comment, @@ -317671,28 +317649,28 @@ static const uint16_t ts_small_parse_table[] = { [232278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10405), 1, + ACTIONS(10404), 1, anon_sym_DOT2, STATE(5915), 1, sym_comment, [232288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10407), 1, + ACTIONS(10406), 1, anon_sym_RPAREN, STATE(5916), 1, sym_comment, [232298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10409), 1, + ACTIONS(10408), 1, anon_sym_DOT2, STATE(5917), 1, sym_comment, [232308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10411), 1, + ACTIONS(10410), 1, anon_sym_RBRACE, STATE(5918), 1, sym_comment, @@ -317706,98 +317684,98 @@ static const uint16_t ts_small_parse_table[] = { [232328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10413), 1, + ACTIONS(10412), 1, anon_sym_RPAREN, STATE(5920), 1, sym_comment, [232338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10415), 1, + ACTIONS(10414), 1, anon_sym_RPAREN, STATE(5921), 1, sym_comment, [232348] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10417), 1, + ACTIONS(10416), 1, aux_sym_unquoted_token3, STATE(5922), 1, sym_comment, [232358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10419), 1, + ACTIONS(10418), 1, anon_sym_DOT2, STATE(5923), 1, sym_comment, [232368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10421), 1, + ACTIONS(10420), 1, anon_sym_DOT2, STATE(5924), 1, sym_comment, [232378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10423), 1, + ACTIONS(10422), 1, sym_cmd_identifier, STATE(5925), 1, sym_comment, [232388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10425), 1, + ACTIONS(10424), 1, anon_sym_DOT2, STATE(5926), 1, sym_comment, [232398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10427), 1, + ACTIONS(10426), 1, anon_sym_DOT2, STATE(5927), 1, sym_comment, [232408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10429), 1, + ACTIONS(10428), 1, aux_sym__immediate_decimal_token1, STATE(5928), 1, sym_comment, [232418] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10431), 1, + ACTIONS(10430), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5929), 1, sym_comment, [232428] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10433), 1, + ACTIONS(10432), 1, aux_sym__immediate_decimal_token1, STATE(5930), 1, sym_comment, [232438] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10435), 1, + ACTIONS(10434), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5931), 1, sym_comment, [232448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10437), 1, + ACTIONS(10436), 1, aux_sym__immediate_decimal_token1, STATE(5932), 1, sym_comment, [232458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10439), 1, + ACTIONS(10438), 1, anon_sym_RBRACE, STATE(5933), 1, sym_comment, @@ -317811,7 +317789,7 @@ static const uint16_t ts_small_parse_table[] = { [232478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10441), 1, + ACTIONS(10440), 1, anon_sym_RPAREN, STATE(5935), 1, sym_comment, @@ -317825,21 +317803,21 @@ static const uint16_t ts_small_parse_table[] = { [232498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10443), 1, + ACTIONS(10442), 1, anon_sym_DOT2, STATE(5937), 1, sym_comment, [232508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10445), 1, + ACTIONS(10444), 1, anon_sym_DOT2, STATE(5938), 1, sym_comment, [232518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10447), 1, + ACTIONS(10446), 1, anon_sym_RBRACE, STATE(5939), 1, sym_comment, @@ -317853,154 +317831,154 @@ static const uint16_t ts_small_parse_table[] = { [232538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10449), 1, + ACTIONS(10448), 1, anon_sym_RPAREN, STATE(5941), 1, sym_comment, [232548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10451), 1, + ACTIONS(10450), 1, anon_sym_DOT2, STATE(5942), 1, sym_comment, [232558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10453), 1, + ACTIONS(10452), 1, anon_sym_DOT2, STATE(5943), 1, sym_comment, [232568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10455), 1, + ACTIONS(10454), 1, anon_sym_DOT2, STATE(5944), 1, sym_comment, [232578] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10457), 1, + ACTIONS(10456), 1, anon_sym_LBRACK2, STATE(5945), 1, sym_comment, [232588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10459), 1, + ACTIONS(10458), 1, anon_sym_DOT2, STATE(5946), 1, sym_comment, [232598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10461), 1, + ACTIONS(10460), 1, anon_sym_DOT2, STATE(5947), 1, sym_comment, [232608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10463), 1, + ACTIONS(10462), 1, anon_sym_DOT2, STATE(5948), 1, sym_comment, [232618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10465), 1, + ACTIONS(10464), 1, anon_sym_DOT2, STATE(5949), 1, sym_comment, [232628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10467), 1, + ACTIONS(10466), 1, aux_sym__immediate_decimal_token1, STATE(5950), 1, sym_comment, [232638] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10469), 1, + ACTIONS(10468), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5951), 1, sym_comment, [232648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10471), 1, + ACTIONS(10470), 1, anon_sym_DOT2, STATE(5952), 1, sym_comment, [232658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10473), 1, + ACTIONS(10472), 1, anon_sym_DOT2, STATE(5953), 1, sym_comment, [232668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10475), 1, + ACTIONS(10474), 1, anon_sym_DOT2, STATE(5954), 1, sym_comment, [232678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10477), 1, + ACTIONS(10476), 1, aux_sym__immediate_decimal_token1, STATE(5955), 1, sym_comment, [232688] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9861), 1, + ACTIONS(9860), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5956), 1, sym_comment, [232698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10479), 1, + ACTIONS(10478), 1, aux_sym__immediate_decimal_token1, STATE(5957), 1, sym_comment, [232708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10481), 1, + ACTIONS(10480), 1, anon_sym_RBRACE, STATE(5958), 1, sym_comment, [232718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10483), 1, + ACTIONS(10482), 1, anon_sym_RBRACE, STATE(5959), 1, sym_comment, [232728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10485), 1, + ACTIONS(10484), 1, aux_sym__immediate_decimal_token1, STATE(5960), 1, sym_comment, [232738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10487), 1, + ACTIONS(10486), 1, anon_sym_RPAREN, STATE(5961), 1, sym_comment, [232748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10489), 1, + ACTIONS(10488), 1, anon_sym_RBRACE, STATE(5962), 1, sym_comment, @@ -318014,98 +317992,98 @@ static const uint16_t ts_small_parse_table[] = { [232768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10491), 1, + ACTIONS(10490), 1, anon_sym_DOT2, STATE(5964), 1, sym_comment, [232778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10493), 1, + ACTIONS(10492), 1, anon_sym_DOT2, STATE(5965), 1, sym_comment, [232788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10495), 1, + ACTIONS(10494), 1, anon_sym_RBRACE, STATE(5966), 1, sym_comment, [232798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10497), 1, + ACTIONS(10496), 1, aux_sym__immediate_decimal_token1, STATE(5967), 1, sym_comment, [232808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10499), 1, + ACTIONS(10498), 1, anon_sym_RPAREN, STATE(5968), 1, sym_comment, [232818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9805), 1, + ACTIONS(9804), 1, aux_sym__immediate_decimal_token1, STATE(5969), 1, sym_comment, [232828] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10501), 1, + ACTIONS(10500), 1, aux_sym_unquoted_token3, STATE(5970), 1, sym_comment, [232838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10503), 1, + ACTIONS(10502), 1, anon_sym_GT, STATE(5971), 1, sym_comment, [232848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10505), 1, + ACTIONS(10504), 1, anon_sym_DASH2, STATE(5972), 1, sym_comment, [232858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10507), 1, + ACTIONS(10506), 1, anon_sym_DOT2, STATE(5973), 1, sym_comment, [232868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10509), 1, + ACTIONS(10508), 1, anon_sym_DOT2, STATE(5974), 1, sym_comment, [232878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10511), 1, + ACTIONS(10510), 1, anon_sym_DOT2, STATE(5975), 1, sym_comment, [232888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10513), 1, + ACTIONS(10512), 1, anon_sym_LBRACK2, STATE(5976), 1, sym_comment, [232898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10515), 1, + ACTIONS(10514), 1, anon_sym_DOT2, STATE(5977), 1, sym_comment, @@ -318119,14 +318097,14 @@ static const uint16_t ts_small_parse_table[] = { [232918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10517), 1, + ACTIONS(10516), 1, anon_sym_DOT2, STATE(5979), 1, sym_comment, [232928] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10519), 1, + ACTIONS(10518), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5980), 1, sym_comment, @@ -318140,77 +318118,77 @@ static const uint16_t ts_small_parse_table[] = { [232948] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9823), 1, + ACTIONS(9822), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5982), 1, sym_comment, [232958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10521), 1, + ACTIONS(10520), 1, anon_sym_DOT2, STATE(5983), 1, sym_comment, [232968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10523), 1, + ACTIONS(10522), 1, anon_sym_DOT2, STATE(5984), 1, sym_comment, [232978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10525), 1, + ACTIONS(10524), 1, anon_sym_DOT2, STATE(5985), 1, sym_comment, [232988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10527), 1, + ACTIONS(10526), 1, aux_sym__immediate_decimal_token1, STATE(5986), 1, sym_comment, [232998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10529), 1, + ACTIONS(10528), 1, anon_sym_RBRACE, STATE(5987), 1, sym_comment, [233008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10531), 1, + ACTIONS(10530), 1, anon_sym_RBRACE, STATE(5988), 1, sym_comment, [233018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10533), 1, + ACTIONS(10532), 1, anon_sym_EQ, STATE(5989), 1, sym_comment, [233028] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8899), 1, + ACTIONS(8898), 1, aux_sym__immediate_decimal_token1, STATE(5990), 1, sym_comment, [233038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10535), 1, + ACTIONS(10534), 1, anon_sym_RPAREN, STATE(5991), 1, sym_comment, [233048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10537), 1, + ACTIONS(10536), 1, anon_sym_RBRACE, STATE(5992), 1, sym_comment, @@ -318224,217 +318202,217 @@ static const uint16_t ts_small_parse_table[] = { [233068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10539), 1, + ACTIONS(10538), 1, anon_sym_DOT2, STATE(5994), 1, sym_comment, [233078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10541), 1, + ACTIONS(10540), 1, anon_sym_SEMI, STATE(5995), 1, sym_comment, [233088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10543), 1, + ACTIONS(10542), 1, anon_sym_RBRACE, STATE(5996), 1, sym_comment, [233098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8919), 1, + ACTIONS(8918), 1, aux_sym__immediate_decimal_token1, STATE(5997), 1, sym_comment, [233108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10545), 1, + ACTIONS(10544), 1, anon_sym_RBRACK, STATE(5998), 1, sym_comment, [233118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10547), 1, + ACTIONS(10546), 1, anon_sym_LBRACK2, STATE(5999), 1, sym_comment, [233128] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9881), 1, + ACTIONS(9880), 1, aux_sym__list_item_starts_with_sign_token1, STATE(6000), 1, sym_comment, [233138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10549), 1, + ACTIONS(10548), 1, anon_sym_DOT2, STATE(6001), 1, sym_comment, [233148] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10551), 1, + ACTIONS(10550), 1, anon_sym_EQ, STATE(6002), 1, sym_comment, [233158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10553), 1, + ACTIONS(10552), 1, anon_sym_DOT2, STATE(6003), 1, sym_comment, [233168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10555), 1, + ACTIONS(10554), 1, anon_sym_RBRACE, STATE(6004), 1, sym_comment, [233178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10557), 1, + ACTIONS(10556), 1, sym_identifier, STATE(6005), 1, sym_comment, [233188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10559), 1, + ACTIONS(10558), 1, anon_sym_DOT2, STATE(6006), 1, sym_comment, [233198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10561), 1, + ACTIONS(10560), 1, anon_sym_DOT2, STATE(6007), 1, sym_comment, [233208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10563), 1, + ACTIONS(10562), 1, anon_sym_DOT2, STATE(6008), 1, sym_comment, [233218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10565), 1, + ACTIONS(10564), 1, anon_sym_LBRACE, STATE(6009), 1, sym_comment, [233228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10567), 1, + ACTIONS(10566), 1, anon_sym_LBRACK2, STATE(6010), 1, sym_comment, [233238] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9795), 1, + ACTIONS(9794), 1, aux_sym__unquoted_in_list_token5, STATE(6011), 1, sym_comment, [233248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10569), 1, + ACTIONS(10568), 1, anon_sym_DOT2, STATE(6012), 1, sym_comment, [233258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10571), 1, + ACTIONS(10570), 1, anon_sym_DOT2, STATE(6013), 1, sym_comment, [233268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10573), 1, + ACTIONS(10572), 1, anon_sym_EQ, STATE(6014), 1, sym_comment, [233278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10575), 1, + ACTIONS(10574), 1, anon_sym_EQ, STATE(6015), 1, sym_comment, [233288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10577), 1, + ACTIONS(10576), 1, anon_sym_DOT2, STATE(6016), 1, sym_comment, [233298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10579), 1, + ACTIONS(10578), 1, anon_sym_DOT2, STATE(6017), 1, sym_comment, [233308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10581), 1, + ACTIONS(10580), 1, anon_sym_DOT2, STATE(6018), 1, sym_comment, [233318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10583), 1, + ACTIONS(10582), 1, anon_sym_catch, STATE(6019), 1, sym_comment, [233328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10585), 1, + ACTIONS(10584), 1, anon_sym_LBRACK2, STATE(6020), 1, sym_comment, [233338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10587), 1, + ACTIONS(10586), 1, anon_sym_EQ_GT, STATE(6021), 1, sym_comment, [233348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10589), 1, + ACTIONS(10588), 1, anon_sym_RBRACK, STATE(6022), 1, sym_comment, [233358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10591), 1, + ACTIONS(10590), 1, anon_sym_DOT2, STATE(6023), 1, sym_comment, [233368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10593), 1, + ACTIONS(10592), 1, anon_sym_RBRACK, STATE(6024), 1, sym_comment, @@ -318448,392 +318426,392 @@ static const uint16_t ts_small_parse_table[] = { [233388] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10595), 1, + ACTIONS(10594), 1, anon_sym_DOT2, STATE(6026), 1, sym_comment, [233398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10597), 1, + ACTIONS(10596), 1, anon_sym_DOT2, STATE(6027), 1, sym_comment, [233408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10599), 1, + ACTIONS(10598), 1, anon_sym_DOT2, STATE(6028), 1, sym_comment, [233418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10601), 1, + ACTIONS(10600), 1, anon_sym_DOT2, STATE(6029), 1, sym_comment, [233428] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10603), 1, + ACTIONS(10602), 1, anon_sym_LBRACK2, STATE(6030), 1, sym_comment, [233438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10605), 1, + ACTIONS(10604), 1, anon_sym_EQ, STATE(6031), 1, sym_comment, [233448] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10607), 1, + ACTIONS(10606), 1, anon_sym_in, STATE(6032), 1, sym_comment, [233458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10609), 1, + ACTIONS(10608), 1, anon_sym_DOT2, STATE(6033), 1, sym_comment, [233468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10611), 1, + ACTIONS(10610), 1, anon_sym_EQ, STATE(6034), 1, sym_comment, [233478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9791), 1, + ACTIONS(9790), 1, aux_sym__immediate_decimal_token1, STATE(6035), 1, sym_comment, [233488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10613), 1, + ACTIONS(10612), 1, anon_sym_DOT2, STATE(6036), 1, sym_comment, [233498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10615), 1, + ACTIONS(10614), 1, anon_sym_DOT2, STATE(6037), 1, sym_comment, [233508] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10617), 1, + ACTIONS(10616), 1, anon_sym_DOT2, STATE(6038), 1, sym_comment, [233518] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10619), 1, + ACTIONS(10618), 1, aux_sym__unquoted_in_list_token3, STATE(6039), 1, sym_comment, [233528] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10621), 1, + ACTIONS(10620), 1, anon_sym_LBRACK2, STATE(6040), 1, sym_comment, [233538] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10623), 1, + ACTIONS(10622), 1, anon_sym_LBRACE, STATE(6041), 1, sym_comment, [233548] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10625), 1, + ACTIONS(10624), 1, aux_sym_comment_token1, STATE(6042), 1, sym_comment, [233558] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10627), 1, + ACTIONS(10626), 1, anon_sym_DOT2, STATE(6043), 1, sym_comment, [233568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10629), 1, + ACTIONS(10628), 1, ts_builtin_sym_end, STATE(6044), 1, sym_comment, [233578] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10631), 1, + ACTIONS(10630), 1, sym_cmd_identifier, STATE(6045), 1, sym_comment, [233588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10633), 1, + ACTIONS(10632), 1, anon_sym_DOT2, STATE(6046), 1, sym_comment, [233598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10635), 1, + ACTIONS(10634), 1, anon_sym_DOT2, STATE(6047), 1, sym_comment, [233608] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10637), 1, + ACTIONS(10636), 1, anon_sym_DOT2, STATE(6048), 1, sym_comment, [233618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10639), 1, + ACTIONS(10638), 1, anon_sym_GT, STATE(6049), 1, sym_comment, [233628] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10641), 1, + ACTIONS(10640), 1, anon_sym_LBRACK2, STATE(6050), 1, sym_comment, [233638] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10643), 1, + ACTIONS(10642), 1, anon_sym_EQ, STATE(6051), 1, sym_comment, [233648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10645), 1, + ACTIONS(10644), 1, anon_sym_EQ, STATE(6052), 1, sym_comment, [233658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10647), 1, + ACTIONS(10646), 1, anon_sym_DOT2, STATE(6053), 1, sym_comment, [233668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10649), 1, + ACTIONS(10648), 1, anon_sym_DOT2, STATE(6054), 1, sym_comment, [233678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10651), 1, + ACTIONS(10650), 1, anon_sym_DOT2, STATE(6055), 1, sym_comment, [233688] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10653), 1, + ACTIONS(10652), 1, anon_sym_DOT2, STATE(6056), 1, sym_comment, [233698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10655), 1, + ACTIONS(10654), 1, anon_sym_DOT2, STATE(6057), 1, sym_comment, [233708] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10657), 1, + ACTIONS(10656), 1, anon_sym_DOT2, STATE(6058), 1, sym_comment, [233718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10659), 1, + ACTIONS(10658), 1, anon_sym_DOT2, STATE(6059), 1, sym_comment, [233728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10661), 1, + ACTIONS(10660), 1, anon_sym_LBRACK2, STATE(6060), 1, sym_comment, [233738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10663), 1, + ACTIONS(10662), 1, anon_sym_DOT2, STATE(6061), 1, sym_comment, [233748] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10665), 1, + ACTIONS(10664), 1, anon_sym_RBRACK, STATE(6062), 1, sym_comment, [233758] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10667), 1, + ACTIONS(10666), 1, anon_sym_DOT2, STATE(6063), 1, sym_comment, [233768] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10669), 1, + ACTIONS(10668), 1, anon_sym_RBRACK, STATE(6064), 1, sym_comment, [233778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10671), 1, + ACTIONS(10670), 1, anon_sym_LBRACK2, STATE(6065), 1, sym_comment, [233788] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10673), 1, + ACTIONS(10672), 1, anon_sym_DOT2, STATE(6066), 1, sym_comment, [233798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10675), 1, + ACTIONS(10674), 1, anon_sym_DOT2, STATE(6067), 1, sym_comment, [233808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10677), 1, + ACTIONS(10676), 1, anon_sym_DOT2, STATE(6068), 1, sym_comment, [233818] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10679), 1, + ACTIONS(10678), 1, aux_sym_unquoted_token3, STATE(6069), 1, sym_comment, [233828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10681), 1, + ACTIONS(10680), 1, anon_sym_LBRACK2, STATE(6070), 1, sym_comment, [233838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10683), 1, + ACTIONS(10682), 1, anon_sym_GT, STATE(6071), 1, sym_comment, [233848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10685), 1, + ACTIONS(10684), 1, anon_sym_DOT2, STATE(6072), 1, sym_comment, [233858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10687), 1, + ACTIONS(10686), 1, anon_sym_RPAREN, STATE(6073), 1, sym_comment, [233868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10689), 1, + ACTIONS(10688), 1, anon_sym_DOT2, STATE(6074), 1, sym_comment, [233878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10691), 1, + ACTIONS(10690), 1, anon_sym_DOT2, STATE(6075), 1, sym_comment, [233888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10693), 1, + ACTIONS(10692), 1, anon_sym_DOT2, STATE(6076), 1, sym_comment, [233898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10695), 1, + ACTIONS(10694), 1, anon_sym_DOT2, STATE(6077), 1, sym_comment, [233908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10697), 1, + ACTIONS(10696), 1, anon_sym_DOT2, STATE(6078), 1, sym_comment, [233918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10699), 1, + ACTIONS(10698), 1, anon_sym_LBRACK2, STATE(6079), 1, sym_comment, [233928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10701), 1, + ACTIONS(10700), 1, anon_sym_DOT2, STATE(6080), 1, sym_comment, [233938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10703), 1, + ACTIONS(10702), 1, anon_sym_DOT2, STATE(6081), 1, sym_comment, @@ -318847,49 +318825,49 @@ static const uint16_t ts_small_parse_table[] = { [233958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10705), 1, + ACTIONS(10704), 1, anon_sym_RBRACE, STATE(6083), 1, sym_comment, [233968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10707), 1, + ACTIONS(10706), 1, anon_sym_DOT2, STATE(6084), 1, sym_comment, [233978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10709), 1, + ACTIONS(10708), 1, anon_sym_DOT2, STATE(6085), 1, sym_comment, [233988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10711), 1, + ACTIONS(10710), 1, anon_sym_DOT2, STATE(6086), 1, sym_comment, [233998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10713), 1, + ACTIONS(10712), 1, anon_sym_RBRACE, STATE(6087), 1, sym_comment, [234008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10715), 1, + ACTIONS(10714), 1, anon_sym_DOT2, STATE(6088), 1, sym_comment, [234018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10717), 1, + ACTIONS(10716), 1, anon_sym_RBRACK, STATE(6089), 1, sym_comment, @@ -318903,77 +318881,77 @@ static const uint16_t ts_small_parse_table[] = { [234038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10719), 1, + ACTIONS(10718), 1, anon_sym_DOT2, STATE(6091), 1, sym_comment, [234048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10721), 1, + ACTIONS(10720), 1, anon_sym_DOT2, STATE(6092), 1, sym_comment, [234058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10723), 1, + ACTIONS(10722), 1, anon_sym_DOT2, STATE(6093), 1, sym_comment, [234068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10725), 1, + ACTIONS(10724), 1, anon_sym_DASH_GT, STATE(6094), 1, sym_comment, [234078] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10727), 1, + ACTIONS(10726), 1, anon_sym_DOT2, STATE(6095), 1, sym_comment, [234088] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10729), 1, + ACTIONS(10728), 1, aux_sym__list_item_starts_with_sign_token1, STATE(6096), 1, sym_comment, [234098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10731), 1, + ACTIONS(10730), 1, anon_sym_EQ_GT, STATE(6097), 1, sym_comment, [234108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10733), 1, + ACTIONS(10732), 1, anon_sym_DOT2, STATE(6098), 1, sym_comment, [234118] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10735), 1, + ACTIONS(10734), 1, anon_sym_DOT2, STATE(6099), 1, sym_comment, [234128] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10737), 1, + ACTIONS(10736), 1, anon_sym_DOT2, STATE(6100), 1, sym_comment, [234138] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10739), 1, + ACTIONS(10738), 1, anon_sym_DOT2, STATE(6101), 1, sym_comment, @@ -318987,14 +318965,14 @@ static const uint16_t ts_small_parse_table[] = { [234158] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10741), 1, + ACTIONS(10740), 1, anon_sym_DOT2, STATE(6103), 1, sym_comment, [234168] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10743), 1, + ACTIONS(10742), 1, anon_sym_DOT2, STATE(6104), 1, sym_comment, @@ -319008,14 +318986,14 @@ static const uint16_t ts_small_parse_table[] = { [234188] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10745), 1, + ACTIONS(10744), 1, anon_sym_DOT2, STATE(6106), 1, sym_comment, [234198] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10747), 1, + ACTIONS(10746), 1, anon_sym_DOT2, STATE(6107), 1, sym_comment, @@ -319029,119 +319007,119 @@ static const uint16_t ts_small_parse_table[] = { [234218] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10749), 1, + ACTIONS(10748), 1, anon_sym_DOT2, STATE(6109), 1, sym_comment, [234228] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10751), 1, + ACTIONS(10750), 1, anon_sym_DOT2, STATE(6110), 1, sym_comment, [234238] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10753), 1, + ACTIONS(10752), 1, aux_sym__list_item_starts_with_sign_token1, STATE(6111), 1, sym_comment, [234248] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10755), 1, + ACTIONS(10754), 1, anon_sym_DOT2, STATE(6112), 1, sym_comment, [234258] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10757), 1, + ACTIONS(10756), 1, anon_sym_DOT2, STATE(6113), 1, sym_comment, [234268] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10759), 1, + ACTIONS(10758), 1, anon_sym_RPAREN, STATE(6114), 1, sym_comment, [234278] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10761), 1, + ACTIONS(10760), 1, anon_sym_DOT2, STATE(6115), 1, sym_comment, [234288] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10763), 1, + ACTIONS(10762), 1, anon_sym_DOT2, STATE(6116), 1, sym_comment, [234298] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10765), 1, + ACTIONS(10764), 1, aux_sym__immediate_decimal_token1, STATE(6117), 1, sym_comment, [234308] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10767), 1, + ACTIONS(10766), 1, anon_sym_DOT2, STATE(6118), 1, sym_comment, [234318] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10769), 1, + ACTIONS(10768), 1, anon_sym_DOT2, STATE(6119), 1, sym_comment, [234328] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10771), 1, + ACTIONS(10770), 1, anon_sym_RBRACE, STATE(6120), 1, sym_comment, [234338] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10773), 1, + ACTIONS(10772), 1, anon_sym_DOT2, STATE(6121), 1, sym_comment, [234348] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10775), 1, + ACTIONS(10774), 1, anon_sym_RBRACE, STATE(6122), 1, sym_comment, [234358] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10777), 1, + ACTIONS(10776), 1, anon_sym_DOT2, STATE(6123), 1, sym_comment, [234368] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10779), 1, + ACTIONS(10778), 1, aux_sym__immediate_decimal_token1, STATE(6124), 1, sym_comment, [234378] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10781), 1, + ACTIONS(10780), 1, anon_sym_DOT2, STATE(6125), 1, sym_comment, @@ -319155,35 +319133,35 @@ static const uint16_t ts_small_parse_table[] = { [234398] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10783), 1, + ACTIONS(10782), 1, anon_sym_DOT2, STATE(6127), 1, sym_comment, [234408] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10785), 1, + ACTIONS(10784), 1, anon_sym_make, STATE(6128), 1, sym_comment, [234418] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10787), 1, + ACTIONS(10786), 1, anon_sym_DOT2, STATE(6129), 1, sym_comment, [234428] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10789), 1, + ACTIONS(10788), 1, anon_sym_RBRACE, STATE(6130), 1, sym_comment, [234438] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10791), 1, + ACTIONS(10790), 1, anon_sym_DOT2, STATE(6131), 1, sym_comment, @@ -319197,49 +319175,49 @@ static const uint16_t ts_small_parse_table[] = { [234458] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10793), 1, + ACTIONS(10792), 1, anon_sym_DOT2, STATE(6133), 1, sym_comment, [234468] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10795), 1, + ACTIONS(10794), 1, anon_sym_EQ, STATE(6134), 1, sym_comment, [234478] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10797), 1, + ACTIONS(10796), 1, anon_sym_DOT2, STATE(6135), 1, sym_comment, [234488] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10799), 1, + ACTIONS(10798), 1, anon_sym_EQ, STATE(6136), 1, sym_comment, [234498] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10801), 1, + ACTIONS(10800), 1, anon_sym_DOT2, STATE(6137), 1, sym_comment, [234508] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10803), 1, + ACTIONS(10802), 1, aux_sym_unquoted_token3, STATE(6138), 1, sym_comment, [234518] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10805), 1, + ACTIONS(10804), 1, anon_sym_DOT2, STATE(6139), 1, sym_comment, @@ -319260,7 +319238,7 @@ static const uint16_t ts_small_parse_table[] = { [234548] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10807), 1, + ACTIONS(10806), 1, anon_sym_RBRACE, STATE(6142), 1, sym_comment, @@ -319274,7 +319252,7 @@ static const uint16_t ts_small_parse_table[] = { [234568] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10809), 1, + ACTIONS(10808), 1, aux_sym__immediate_decimal_token1, STATE(6144), 1, sym_comment, @@ -319288,14 +319266,14 @@ static const uint16_t ts_small_parse_table[] = { [234588] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10811), 1, + ACTIONS(10810), 1, anon_sym_in, STATE(6146), 1, sym_comment, [234598] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10813), 1, + ACTIONS(10812), 1, anon_sym_RPAREN, STATE(6147), 1, sym_comment, @@ -319309,7 +319287,7 @@ static const uint16_t ts_small_parse_table[] = { [234618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10815), 1, + ACTIONS(10814), 1, anon_sym_EQ_GT, STATE(6149), 1, sym_comment, @@ -319330,28 +319308,28 @@ static const uint16_t ts_small_parse_table[] = { [234648] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10817), 1, + ACTIONS(10816), 1, anon_sym_DOT2, STATE(6152), 1, sym_comment, [234658] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10819), 1, + ACTIONS(10818), 1, anon_sym_in, STATE(6153), 1, sym_comment, [234668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10821), 1, + ACTIONS(10820), 1, anon_sym_EQ, STATE(6154), 1, sym_comment, [234678] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9480), 1, + ACTIONS(9479), 1, anon_sym_EQ_GT, STATE(6155), 1, sym_comment, @@ -319365,7 +319343,7 @@ static const uint16_t ts_small_parse_table[] = { [234698] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10823), 1, + ACTIONS(10822), 1, anon_sym_RPAREN, STATE(6157), 1, sym_comment, @@ -319379,21 +319357,21 @@ static const uint16_t ts_small_parse_table[] = { [234718] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10825), 1, + ACTIONS(10824), 1, sym_cmd_identifier, STATE(6159), 1, sym_comment, [234728] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10827), 1, + ACTIONS(10826), 1, anon_sym_RBRACE, STATE(6160), 1, sym_comment, [234738] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10829), 1, + ACTIONS(10828), 1, anon_sym_RBRACE, STATE(6161), 1, sym_comment, @@ -319407,7 +319385,7 @@ static const uint16_t ts_small_parse_table[] = { [234758] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10831), 1, + ACTIONS(10830), 1, aux_sym_shebang_token1, STATE(6163), 1, sym_comment, @@ -319421,7 +319399,7 @@ static const uint16_t ts_small_parse_table[] = { [234778] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10833), 1, + ACTIONS(10832), 1, anon_sym_RBRACK, STATE(6165), 1, sym_comment, @@ -319442,189 +319420,189 @@ static const uint16_t ts_small_parse_table[] = { [234808] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10835), 1, + ACTIONS(10834), 1, anon_sym_DOT2, STATE(6168), 1, sym_comment, [234818] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9023), 1, + ACTIONS(9022), 1, anon_sym_LPAREN2, STATE(6169), 1, sym_comment, [234828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10837), 1, + ACTIONS(10836), 1, anon_sym_DOT2, STATE(6170), 1, sym_comment, [234838] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8875), 1, + ACTIONS(8874), 1, anon_sym_LPAREN2, STATE(6171), 1, sym_comment, [234848] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10839), 1, + ACTIONS(10838), 1, anon_sym_DOT2, STATE(6172), 1, sym_comment, [234858] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8835), 1, + ACTIONS(8834), 1, anon_sym_LPAREN2, STATE(6173), 1, sym_comment, [234868] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10841), 1, + ACTIONS(10840), 1, anon_sym_DOT2, STATE(6174), 1, sym_comment, [234878] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8851), 1, + ACTIONS(8850), 1, anon_sym_LPAREN2, STATE(6175), 1, sym_comment, [234888] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10843), 1, + ACTIONS(10842), 1, anon_sym_DOT2, STATE(6176), 1, sym_comment, [234898] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9035), 1, + ACTIONS(9034), 1, anon_sym_LPAREN2, STATE(6177), 1, sym_comment, [234908] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10845), 1, + ACTIONS(10844), 1, anon_sym_DOT2, STATE(6178), 1, sym_comment, [234918] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8907), 1, + ACTIONS(8906), 1, anon_sym_LPAREN2, STATE(6179), 1, sym_comment, [234928] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10847), 1, + ACTIONS(10846), 1, anon_sym_DOT2, STATE(6180), 1, sym_comment, [234938] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8979), 1, + ACTIONS(8978), 1, anon_sym_LPAREN2, STATE(6181), 1, sym_comment, [234948] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10849), 1, + ACTIONS(10848), 1, anon_sym_DOT2, STATE(6182), 1, sym_comment, [234958] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10851), 1, + ACTIONS(10850), 1, anon_sym_DOT2, STATE(6183), 1, sym_comment, [234968] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10853), 1, + ACTIONS(10852), 1, anon_sym_DOT2, STATE(6184), 1, sym_comment, [234978] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10855), 1, + ACTIONS(10854), 1, anon_sym_DOT2, STATE(6185), 1, sym_comment, [234988] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10857), 1, + ACTIONS(10856), 1, anon_sym_DOT2, STATE(6186), 1, sym_comment, [234998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10859), 1, + ACTIONS(10858), 1, anon_sym_SEMI, STATE(6187), 1, sym_comment, [235008] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10861), 1, + ACTIONS(10860), 1, anon_sym_EQ, STATE(6188), 1, sym_comment, [235018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10863), 1, + ACTIONS(10862), 1, anon_sym_else, STATE(6189), 1, sym_comment, [235028] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10865), 1, + ACTIONS(10864), 1, aux_sym__unquoted_in_list_token5, STATE(6190), 1, sym_comment, [235038] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10867), 1, + ACTIONS(10866), 1, anon_sym_DASH_GT, STATE(6191), 1, sym_comment, [235048] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10869), 1, + ACTIONS(10868), 1, anon_sym_LBRACE, STATE(6192), 1, sym_comment, [235058] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10869), 1, + ACTIONS(10868), 1, anon_sym_LBRACE, STATE(6193), 1, sym_comment, [235068] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10871), 1, + ACTIONS(10870), 1, aux_sym__list_item_starts_with_sign_token1, STATE(6194), 1, sym_comment, @@ -319638,26 +319616,26 @@ static const uint16_t ts_small_parse_table[] = { [235088] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10873), 1, + ACTIONS(10872), 1, anon_sym_DOT2, STATE(6196), 1, sym_comment, [235098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10875), 1, + ACTIONS(10874), 1, anon_sym_DOT2, STATE(6197), 1, sym_comment, [235108] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10877), 1, + ACTIONS(10876), 1, anon_sym_DOT2, STATE(6198), 1, sym_comment, [235118] = 1, - ACTIONS(10879), 1, + ACTIONS(10878), 1, ts_builtin_sym_end, }; @@ -328939,1139 +328917,1139 @@ static const TSParseActionEntry ts_parse_actions[] = { [8591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 155), [8593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 155), [8595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 27), - [8597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 27), SHIFT(6019), - [8600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [8604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 2, 0, 0), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [8616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), - [8636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5450), - [8638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 153), - [8640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 153), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [8646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), - [8648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 121), - [8650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 121), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [8658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 24), - [8660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 24), SHIFT(5737), - [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), - [8667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 0), - [8669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 0), SHIFT(5737), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [8674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 4), - [8676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 4), SHIFT(5737), - [8679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(84), - [8682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(5459), - [8685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), - [8687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, 0, 105), - [8689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 105), - [8691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, 0, 101), - [8693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 101), - [8695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, 0, 150), - [8697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 150), - [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [8701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, 0, 149), - [8703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 149), - [8705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 81), - [8707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 81), - [8709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 1, 0, 0), - [8711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 124), - [8713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 124), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), - [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [8725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 4), - [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [8729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 3, 0, 0), - [8731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 59), - [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), - [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), - [8737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 0), - [8739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 122), - [8741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 122), - [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), - [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [8753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, 0, 0), - [8755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), - [8757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), - [8760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [8765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, 0, 119), - [8767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, 0, 119), - [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4346), - [8772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, 0, 105), - [8774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 105), - [8776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, 0, 101), - [8778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 101), - [8780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4343), - [8783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, 0, 35), - [8785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 35), - [8787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 167), - [8789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 168), - [8791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, 0, 0), - [8793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2, 0, 0), - [8795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2, 0, 0), - [8797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), - [8801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), - [8807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), - [8809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1, 0, 0), - [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [8813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, 0, 0), - [8815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 0), - [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [8829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 229), - [8831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 230), - [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), - [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), - [8841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), - [8845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), - [8847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), - [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [8855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), - [8857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [8859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [8863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [8865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), - [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [8871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), - [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [8879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6110), - [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [8887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1, 0, 0), - [8889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1, 0, 0), - [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [8897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), - [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [8903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), - [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [8911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6107), - [8913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [8915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, 0, 10), - [8917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, 0, 10), - [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), - [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), - [8923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, 0, 10), - [8925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, 0, 10), - [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [8929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), - [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), - [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [8935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, 0, 10), - [8937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, 0, 10), - [8939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 198), - [8941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 198), - [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [8947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 197), - [8949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 197), - [8951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, 0, 40), - [8953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, 0, 40), - [8955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, 0, 89), - [8957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, 0, 89), - [8959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, 0, 90), - [8961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, 0, 90), - [8963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), - [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), - [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [8969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), - [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [8973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [8975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), - [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [8983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6116), - [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [8987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [8989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [8997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [9003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), - [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [9009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [9011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1, 0, 0), - [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [9017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [9019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), - [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), - [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [9027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), - [9029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [9031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [9039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), - [9041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), - [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [9045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [9051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), - [9053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 170), - [9055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 170), - [9057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 150), - [9059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 150), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [9071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), - [9073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [9077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), - [9079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 3), - [9081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 3), - [9083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), - [9085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 149), - [9087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 149), - [9089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [9095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [9099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [9101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, 0, 0), - [9103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, 0, 0), - [9105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, 0, 138), - [9107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, 0, 138), - [9109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, 0, 142), - [9111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, 0, 142), - [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), - [9115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), - [9117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), SHIFT_REPEAT(5468), - [9120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [9122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [9124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), - [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), - [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [9130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), - [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), - [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [9140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), - [9142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [9144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [9146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), - [9148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), - [9150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), - [9152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [9154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [9162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), - [9164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), - [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), - [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [9176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), - [9178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), - [9180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), - [9182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), - [9196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 37), - [9198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 37), - [9200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), - [9212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), - [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), - [9218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 147), SHIFT_REPEAT(1405), - [9221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 147), - [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), - [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), - [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [9245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), - [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), - [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), - [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), - [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [9267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 119), - [9269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 119), - [9271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), - [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), - [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), - [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), - [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), - [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), - [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), - [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), - [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), - [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), - [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), - [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), - [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), - [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), - [9331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [9333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), - [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [9339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), - [9341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), - [9343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), - [9345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), - [9347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [9349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [9353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [9357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [9361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [9365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [9367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [9369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), - [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [9375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [9377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [9379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), - [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [9383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), - [9387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [9389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), - [9395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [9397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [9403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), - [9405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [9407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [9409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [9411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), - [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), - [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), - [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), - [9427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), - [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), - [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), - [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), - [9443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 128), - [9445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 128), SHIFT_REPEAT(5486), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [9452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized_last, 2, 0, 10), - [9454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized_last, 2, 0, 10), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [9458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, 0, 10), - [9460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, 0, 10), - [9462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 2, 0, 10), - [9464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 2, 0, 10), - [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), - [9480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2, 0, 0), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [9486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), - [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [9500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [9506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), - [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), - [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [9520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5546), - [9522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), - [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [9528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), - [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), - [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), - [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), - [9542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [9544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 2, 0, 0), - [9546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 104), - [9548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [9554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), - [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [9562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [9570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [9582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6103), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), - [9596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [9608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), - [9610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, 0, 90), - [9612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, 0, 90), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [9620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5538), - [9622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6158), - [9624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 4, 0, 89), - [9626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 4, 0, 89), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [9632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), - [9634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), - [9636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(4958), - [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [9649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 37), - [9651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 37), - [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [9655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), - [9657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), - [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), - [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), - [9665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(4967), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [9676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), - [9678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), - [9680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [9686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [9698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [9700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 1, 0, 0), - [9702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 1, 0, 0), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [9720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6016), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), - [9724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, 0, 77), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [9734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 3, 0, 40), - [9736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 3, 0, 40), - [9738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized_last, 1, 0, 0), - [9740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized_last, 1, 0, 0), - [9742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized_last, 1, 0, 0), - [9744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized_last, 1, 0, 0), - [9746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2084), - [9749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), - [9751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 5, 0, 138), - [9753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 5, 0, 138), - [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), - [9759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, 0, 142), - [9761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, 0, 142), - [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), - [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), - [9767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5507), - [9769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), - [9771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5547), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [9775] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4343), - [9779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), - [9781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6145), - [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), - [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [9801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 0, 175), - [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [9815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), - [9817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, 0, 98), - [9819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), - [9821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), - [9823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [9835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [9859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [9861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [9869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [9879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [9881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [9897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 126), - [9899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), - [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), - [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [9921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), - [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [9925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [9941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [9945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), - [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [9953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), - [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [9961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), - [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [9985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [9997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [10005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [10043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 1, 0, 0), - [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [10047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [10069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [10075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [10115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, 0, 0), - [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [10123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), - [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [10139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [10145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [10181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), - [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [10201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), - [10205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [10247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [10265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), - [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), - [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [10327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), - [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [10339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), - [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [10343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), - [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), - [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [10379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2, 0, 0), - [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [10385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), - [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [10389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [10397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), - [10399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), - [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [10415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), - [10417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [10421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [10431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [10435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), - [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [10469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), - [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), - [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [10501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), - [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [10517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [10519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), - [10521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), - [10523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [10545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 4, 0, 0), - [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), - [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), - [10555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, 0, 175), - [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), - [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), - [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [10565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, 0, 92), - [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), - [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), - [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [10587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2, 0, 0), - [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), - [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), - [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), - [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), - [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [10619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [10623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2, 0, 0), - [10625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6199), - [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), - [10629] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), - [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), - [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), - [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), - [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), - [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), - [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), - [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [10679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [10681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), - [10683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [10697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [10699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), - [10701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [10703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [10705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), - [10707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [10709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [10711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [10713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), - [10715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), - [10717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [10719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), - [10721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [10727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), - [10729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [10731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [10733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [10735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [10737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [10739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [10745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), - [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), - [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), - [10751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [10753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [10755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), - [10757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), - [10759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [10761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [10763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), - [10765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [10767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), - [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [10773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), - [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [10777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), - [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), - [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), - [10785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [10787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), - [10789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [10791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), - [10793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), - [10795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [10797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), - [10799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [10803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), - [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [10807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [10809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [10821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), - [10825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [10827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), - [10829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [10831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), - [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [10837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [10839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [10841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [10843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [10845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [10847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [10849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [10851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [10853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [10855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), - [10857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), - [10859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [10861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [10863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [10865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), - [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [10869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, 0, 92), - [10871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), - [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), - [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [10879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), + [8599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [8603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 2, 0, 0), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [8615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [8635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5450), + [8637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, 0, 153), + [8639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, 0, 153), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [8645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [8647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 121), + [8649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 121), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), + [8657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 24), + [8659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 24), SHIFT(5737), + [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), + [8666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 0), + [8668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 0), SHIFT(5737), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [8673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 4), + [8675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, 0, 4), SHIFT(5737), + [8678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(84), + [8681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), SHIFT_REPEAT(5459), + [8684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 79), + [8686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, 0, 105), + [8688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 105), + [8690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, 0, 101), + [8692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 101), + [8694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, 0, 150), + [8696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 150), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [8700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, 0, 149), + [8702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 149), + [8704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 81), + [8706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 81), + [8708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 1, 0, 0), + [8710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 124), + [8712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 124), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [8724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 4), + [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [8728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 3, 0, 0), + [8730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 59), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [8734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [8736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, 0, 0), + [8738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, 0, 122), + [8740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, 0, 122), + [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [8752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, 0, 0), + [8754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), + [8756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), + [8759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), + [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [8764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, 0, 119), + [8766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, 0, 119), + [8768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4346), + [8771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, 0, 105), + [8773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 105), + [8775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, 0, 101), + [8777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 101), + [8779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), SHIFT(4343), + [8782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, 0, 35), + [8784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 35), + [8786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 167), + [8788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 168), + [8790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, 0, 0), + [8792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2, 0, 0), + [8794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2, 0, 0), + [8796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [8800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [8804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), + [8806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [8808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1, 0, 0), + [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [8812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, 0, 0), + [8814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 0), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), + [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [8828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 229), + [8830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 230), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [8838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), + [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), + [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), + [8856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [8858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [8862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [8864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), + [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [8870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6110), + [8880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [8886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1, 0, 0), + [8888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1, 0, 0), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), + [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), + [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [8910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6107), + [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [8914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, 0, 10), + [8916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, 0, 10), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [8922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, 0, 10), + [8924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, 0, 10), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [8928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), + [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [8934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, 0, 10), + [8936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, 0, 10), + [8938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 198), + [8940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 198), + [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [8946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 197), + [8948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 197), + [8950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, 0, 40), + [8952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, 0, 40), + [8954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, 0, 89), + [8956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, 0, 89), + [8958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, 0, 90), + [8960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, 0, 90), + [8962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [8968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), + [8972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [8974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6116), + [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [8986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [8988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [8992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), + [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [9002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), + [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [9008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [9010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1, 0, 0), + [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [9016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [9018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), + [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [9026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), + [9028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [9030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), + [9040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [9042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [9044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [9050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), + [9052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 170), + [9054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 170), + [9056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 150), + [9058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 150), + [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [9070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), + [9072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), + [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [9076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [9078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 3), + [9080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 3), + [9082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), + [9084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 149), + [9086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 149), + [9088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [9094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [9098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [9100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, 0, 0), + [9102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, 0, 0), + [9104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, 0, 138), + [9106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, 0, 138), + [9108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, 0, 142), + [9110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, 0, 142), + [9112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), + [9114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), + [9116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), SHIFT_REPEAT(5468), + [9119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [9121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [9123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), + [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [9139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [9143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [9145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), + [9147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [9151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), + [9163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [9175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), + [9179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), + [9181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), + [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), + [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), + [9195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 37), + [9197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 37), + [9199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [9205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), + [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), + [9211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [9213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [9217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 147), SHIFT_REPEAT(1405), + [9220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 147), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [9226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), + [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [9230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [9236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), + [9238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [9242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [9244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [9248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), + [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), + [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [9258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [9260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), + [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [9266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 119), + [9268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 119), + [9270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [9276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), + [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [9288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [9292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), + [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [9298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), + [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [9302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [9306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [9308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), + [9310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), + [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), + [9314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [9316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [9322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), + [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [9326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [9328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [9330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [9332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [9338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), + [9340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), + [9342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [9344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [9346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [9348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [9350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [9352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [9358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [9360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [9364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [9366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [9368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [9378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [9388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [9396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [9406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [9408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [9410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [9418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), + [9426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [9428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [9440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), + [9442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 128), + [9444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 128), SHIFT_REPEAT(5486), + [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [9451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized_last, 2, 0, 10), + [9453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized_last, 2, 0, 10), + [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [9457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, 0, 10), + [9459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, 0, 10), + [9461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 2, 0, 10), + [9463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 2, 0, 10), + [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [9469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), + [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [9477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), + [9479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2, 0, 0), + [9481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), + [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [9485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), + [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [9499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), + [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [9505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [9519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5546), + [9521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), + [9527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), + [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [9539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), + [9541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [9543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 2, 0, 0), + [9545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 104), + [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [9553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), + [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [9561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [9581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6103), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), + [9595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [9607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), + [9609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, 0, 90), + [9611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, 0, 90), + [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), + [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [9619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5538), + [9621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6158), + [9623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 4, 0, 89), + [9625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 4, 0, 89), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [9633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), + [9635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), SHIFT(4958), + [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [9648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 37), + [9650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 37), + [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [9654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), + [9656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), + [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [9662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), + [9664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), SHIFT(4967), + [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [9675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [9677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), + [9679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), + [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [9685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), + [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [9697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [9699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 1, 0, 0), + [9701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 1, 0, 0), + [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [9719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6016), + [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), + [9723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, 0, 77), + [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [9733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 3, 0, 40), + [9735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 3, 0, 40), + [9737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized_last, 1, 0, 0), + [9739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized_last, 1, 0, 0), + [9741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized_last, 1, 0, 0), + [9743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized_last, 1, 0, 0), + [9745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2084), + [9748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), + [9750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 5, 0, 138), + [9752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 5, 0, 138), + [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [9758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, 0, 142), + [9760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, 0, 142), + [9762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), + [9764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), + [9766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5507), + [9768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), + [9770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5547), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [9774] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), REDUCE(sym__immediate_decimal, 2, 0, 0), SHIFT(4343), + [9778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), + [9780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6145), + [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [9786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [9792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [9794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), + [9800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 0, 175), + [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [9814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), + [9816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, 0, 98), + [9818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), + [9820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [9822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [9834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [9858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [9860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [9868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [9878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [9880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [9896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 126), + [9898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [9920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [9924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [9940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [9944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [9952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [9960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [9984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [9996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [10004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [10042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 1, 0, 0), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [10046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [10068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [10074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [10114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, 0, 0), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [10122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [10138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [10144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [10180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [10200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [10204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [10246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), + [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [10264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [10270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), + [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), + [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), + [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [10326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), + [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [10338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [10342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [10378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2, 0, 0), + [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [10384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [10388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), + [10396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [10398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), + [10416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [10430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [10434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), + [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [10468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), + [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), + [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [10500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [10518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [10544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 4, 0, 0), + [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), + [10554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, 0, 175), + [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), + [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), + [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [10564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, 0, 92), + [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), + [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [10586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2, 0, 0), + [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), + [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), + [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), + [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), + [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [10618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), + [10622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2, 0, 0), + [10624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6199), + [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), + [10628] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), + [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), + [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [10678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), + [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), + [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [10728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [10752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [10802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [10864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [10868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, 0, 92), + [10870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [10878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), }; #ifdef __cplusplus From a4ae12df50d1392f1525661039cbcb53be84bdb2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 14 Apr 2024 10:50:22 -0700 Subject: [PATCH 5/5] Format grammar with prettier --- grammar.js | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/grammar.js b/grammar.js index dea4b42..ca8924d 100644 --- a/grammar.js +++ b/grammar.js @@ -353,21 +353,23 @@ module.exports = grammar({ ), ctrl_if_parenthesized: ($) => - prec.right(seq( - KEYWORD().if, - field("condition", choice($._expression, $.identifier)), - field("then_branch", $.block), - optional( - seq( - optional("\n"), - KEYWORD().else, - choice( - field("else_block", $.block), - field("else_branch", alias($.ctrl_if_parenthesized, $.ctrl_if)), + prec.right( + seq( + KEYWORD().if, + field("condition", choice($._expression, $.identifier)), + field("then_branch", $.block), + optional( + seq( + optional("\n"), + KEYWORD().else, + choice( + field("else_block", $.block), + field("else_branch", alias($.ctrl_if_parenthesized, $.ctrl_if)), + ), ), ), ), - )), + ), ctrl_match: ($) => seq( @@ -499,17 +501,19 @@ module.exports = grammar({ ), ctrl_try_parenthesized: ($) => - prec.right(seq( - KEYWORD().try, - field("try_branch", $.block), - optional( - seq( - optional("\n"), - KEYWORD().catch, - field("catch_branch", $._blosure), + prec.right( + seq( + KEYWORD().try, + field("try_branch", $.block), + optional( + seq( + optional("\n"), + KEYWORD().catch, + field("catch_branch", $._blosure), + ), ), ), - )), + ), ctrl_return: ($) => choice( @@ -917,6 +921,7 @@ module.exports = grammar({ val_filesize: ($) => seq(field("value", $.val_number), field("unit", $.filesize_unit)), + // prettier-ignore filesize_unit: ($) => token(choice( "b", "B", @@ -935,6 +940,7 @@ module.exports = grammar({ "eib", "eiB", "eIB", "eIb", "Eib", "EIb", "EIB", )), + // prettier-ignore duration_unit: ($) => token(choice( "ns", "µs", "us", "ms", "sec", "min", "hr", "day", "wk" )),